ruffle/core/src
David Wendt 61a3ff8ae6 Replace `String` or `&str` references with `AvmString` everywhere in the AVM2 runtime. 2020-07-13 22:21:18 -04:00
..
avm1 Impl `Copy`, `Eq`, `PartialOrd`, `Ord`, and `Hash` for `AvmString`. 2020-07-13 22:09:34 -04:00
avm2 Replace `String` or `&str` references with `AvmString` everywhere in the AVM2 runtime. 2020-07-13 22:21:18 -04:00
backend chore: Remove unnecessary comment 2020-06-24 01:46:07 +01:00
display_object ABC files are always pre-loaded. 2020-07-13 17:43:23 -04:00
html avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00
xml chore: Move avm1 objects to their own module, we have plenty of them now 2020-07-10 16:48:05 -07:00
avm1.rs avm1: Rename Avm1String to AvmString 2020-07-13 10:12:54 -07:00
avm2.rs Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
backend.rs core: Add inital storage backend implementation 2020-06-24 01:43:23 +01:00
bounding_box.rs Add functions to set positions and widths on bounding boxes. 2020-06-20 19:48:10 -04:00
character.rs core: Wrap Font in a Gc 2019-12-17 02:48:55 -08:00
color_transform.rs render: Cache color transforms in wgpu backend, don't re-upload unchanged values 2020-04-30 16:33:41 +02:00
context.rs ABC files are always pre-loaded. 2020-07-13 17:43:23 -04:00
display_object.rs avm1: Rename StackFrame to Activation now that they're merged 2020-07-02 00:09:43 +02:00
drawing.rs Draw a border around text if requested. 2020-06-20 19:55:58 -04:00
events.rs core: Clean up clip event handlers 2020-05-24 08:57:30 -07:00
font.rs text: Don't override TextField::set_matrix and other layout changes 2020-06-28 18:36:10 -07:00
html.rs Collect font height, letter spacing and the kerning flag into a single `EvalParameters` structure. 2020-06-20 19:55:55 -04:00
lib.rs Add an extremely trivial implementation for the AVM2 interpreter state. 2020-07-13 17:42:31 -04:00
library.rs Index fonts by font name, boldness, and italicization. 2020-06-20 19:26:43 -04:00
loader.rs Add a path to get from the movie clip to the Avm2. 2020-07-13 17:42:43 -04:00
player.rs Invert the role of `Avm2` and it's `Activation`, similar to what was done with `Avm1` and it's `Activation`. 2020-07-13 17:45:06 -04:00
prelude.rs Setting positions and widths on the `EditText` should adjust intrinsic bounds rather than stretching or transforming the field. 2020-06-20 19:48:11 -04:00
property_map.rs core: Made PropertyMap::insert take &str instead of String, as ownership isn't always needed 2020-07-03 17:30:59 -07:00
shape_utils.rs core: Keep track of cursor position in drawings 2020-05-21 18:38:10 +02:00
string_utils.rs Add a fast path for ASCII case conversions 2020-07-02 12:48:50 -07:00
tag_utils.rs desktop: Prime window with known width/height of the movie 2020-05-04 16:07:38 -07:00
transform.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00