ruffle/core/src
Mike Welsh e655cf0c08 web: Add Ruffle::audio_context getter 2020-11-24 16:36:33 -08:00
..
avm1 avm1: Array.reverse should return itself 2020-11-22 13:50:49 -08:00
avm2 docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
backend web: Add Ruffle::audio_context getter 2020-11-24 16:36:33 -08:00
display_object core: Avoid panic on truncated SWF (fix #1583) 2020-11-24 00:29:28 -08:00
html docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
xml chore: Bump quickxml to 0.20 2020-11-22 01:55:01 -08: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 web: Add Ruffle::audio_context getter 2020-11-24 16:36:33 -08:00
display_object.rs avm1: Use f64 when calculating scale/rotation (fix #1622) 2020-11-21 11:39:41 -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 core: Clicking on (selectable) texts will make that text focused 2020-11-02 11:43:10 -08:00
font.rs core: Display a caret when the text selection isn't a highlight 2020-11-02 11:43:10 -08:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs chore: Appease clippy 2020-11-09 01:52:57 -08:00
library.rs avm1: Export names are case insensitive 2020-10-21 17:09:31 -07:00
loader.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
player.rs docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -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 avm1: Remove bounds checks from `ActionDefineFunction`, `ActionWith`, `ActionDefineFunction2`, and `ActionTry`. 2020-11-20 00:28:56 -08: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 docs: Miscellaneous spelling corrections 2020-11-12 13:34:05 -08:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00