ruffle/core/src
Nathan Adams a4a2cd00b2 avm1: Implement Selection index getters & setSelection - #271 2020-11-02 11:43:10 -08:00
..
avm1 avm1: Implement Selection index getters & setSelection - #271 2020-11-02 11:43:10 -08:00
avm2 avm2: Prevent circularly referential scripts from causing stack overflows or double-borrows. 2020-10-17 03:32:09 -07:00
backend core: Fix bug in PcmDecoder::next 2020-10-30 12:39:57 -07:00
display_object avm1: Implement Selection index getters & setSelection - #271 2020-11-02 11:43:10 -08:00
html chore: Appease nightly clippy 2020-10-10 00:03:25 -07:00
xml avm1: Iterating xmlnode attributes should list every attribute 2020-09-03 17:03:43 -07:00
avm1.rs *: fix spelling mistakes 2020-09-19 16:17:58 -07:00
avm2.rs avm2: Enable lazy initialization for ABCs that request it. 2020-10-17 03:32:09 -07:00
backend.rs core: Add Log backend, for capturing trace output specific to a movie 2020-09-13 13:51:39 -07: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
collect.rs Consolidate all of our copied `CollectWrapper`s. 2020-08-14 20:52:09 -04: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 core: Introduce a focus tracker, to keep track of one (and only one) focused object 2020-11-02 11:43:10 -08:00
display_object.rs avm1: Implement Selection index getters & setSelection - #271 2020-11-02 11:43:10 -08:00
drawing.rs avm1: Implement shape hit testing 2020-09-02 17:51:55 -07:00
ecma_conversions.rs Extract all of the numerical conversions into a separate module and leverage them where appropriate in AVM2 2020-08-10 16:38:04 -07:00
events.rs core: Add MouseWheel player event 2020-08-23 13:38:59 -07:00
external.rs web: Implement two-way communication with ExternalInterface 2020-09-03 18:17:44 -07:00
focus_tracker.rs avm1: Implement Selection.getFocus and setFocus - #271 2020-11-02 11:43:10 -08:00
font.rs core: Implement hit_test_shape for EditText 2020-09-15 02:34:32 -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 core: Introduce a focus tracker, to keep track of one (and only one) focused object 2020-11-02 11:43:10 -08:00
library.rs avm1: Export names are case insensitive 2020-10-21 17:09:31 -07:00
loader.rs desktop: Support URL paths and Proxy options 2020-10-20 23:31:23 -07:00
player.rs core: Introduce a focus tracker, to keep track of one (and only one) focused object 2020-11-02 11:43:10 -08: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: Add flashvars support - #312 2020-10-12 15:28:16 -07:00
shape_utils.rs core: Avoid panic due to invalid style IDs 2020-10-10 16:35:37 -07:00
string_utils.rs avm1: Move utf16 util methods to string_utils 2020-09-17 16:03:51 -07:00
tag_utils.rs core: Implement getBytes{Loaded,Total} (simpler approach) 2020-10-23 13:13:00 -07:00
transform.rs Tie `EditText` into the new layout system, which is currently unfinished. 2020-06-20 19:26:37 -04:00
types.rs core: Store rotations in degrees to avoid floating-point conversion discrepancies. 2020-09-26 14:12:49 -07:00
vminterface.rs Add code to instantiate AVM2 movie clips correctly. 2020-10-06 06:03:22 -07:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00