ruffle/core/src
Mike Welsh bab88ede8c fix 2021-01-09 18:31:04 -08:00
..
avm1 fix 2021-01-09 18:31:04 -08:00
avm2 chore: Appease clippy 2021-01-04 13:17:26 -08:00
backend core: Add letterbox setting 2021-01-07 11:46:07 -08:00
display_object Don't panic on invalid JPEG sizes in DefineBitsJpeg* 2021-01-08 13:38:41 -08:00
html chore: Appease clippy 2021-01-04 13:17:26 -08:00
xml avm1: Implement XML.ignoreWhite 2020-12-30 16:00:39 -08:00
avm1.rs avm1: Implement arguments.caller 2020-12-19 01:46:20 -08:00
avm2.rs avm2: Add `Event` class, object type, and native representation 2020-12-14 16:46:33 -08:00
backend.rs web/desktop: Add basic dialog handling (closes #1978) 2020-12-23 19:08:18 -08:00
bounding_box.rs Add functions to set positions and widths on bounding boxes. 2020-06-20 19:48:10 -04:00
character.rs chore: Fix clippy lints 2020-12-15 00:04:51 -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
config.rs core: Move Letterbox to config module 2021-01-07 11:46:07 -08:00
context.rs core: Fake passage of time to fool busy-loop frame limiters 2021-01-04 12:19:20 -08:00
display_object.rs core: Implement MovieClip._lockroot in avm1 2020-12-13 15:34:42 -08:00
drawing.rs render: Pass library to RenderBackend::register_shape (fix #2037) 2020-12-31 13:10:21 -08: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: onKeyUp/Down method handlers fire only if clip has focus (fix #2120) 2020-12-27 16:08:27 -08: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: Extend text input to deal with multibyte chars 2020-12-17 16:15:24 -08:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs desktop: Handle fullscreen keyboard shortcut in its own case 2021-01-08 11:59:08 -08:00
library.rs render: Pass library to RenderBackend::register_shape (fix #2037) 2020-12-31 13:10:21 -08:00
loader.rs core/avm1: don't run onLoadInit handler if movie loading failed 2021-01-06 16:00:58 -08:00
player.rs core: Adjust culling area based on letterbox setting 2021-01-07 11:46:07 -08:00
prelude.rs core: Fix regression on Super Mario 63 2020-11-27 13:23:34 -08: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 core: Add string_utils char boundary functions 2020-12-17 16:15:24 -08:00
tag_utils.rs core: Return uncompressed length for getBytesLoaded/Total 2021-01-09 14:29:19 -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 chore: Appease clippy 2021-01-04 13:17:26 -08:00
vminterface.rs chore: Appease clippy 2021-01-04 13:17:26 -08:00
xml.rs Add the ability to `walk` through an XML tree. 2020-06-20 19:16:16 -04:00