ruffle/core/src
TÖRÖK Attila 2048bb9887 core,avm1: Move BitmapData implementation into core::bitmap from core::avm1::object
This enables exposing it to AVM2 as well in the future.
2021-08-20 21:29:54 -06:00
..
avm1 core,avm1: Move BitmapData implementation into core::bitmap from core::avm1::object 2021-08-20 21:29:54 -06:00
avm2 avm2: Initial MouseEvent stubs (#5065) 2021-08-21 01:26:34 +02:00
backend chore: Fix png update 2021-08-18 09:01:21 +03:00
bitmap core,avm1: Move BitmapData implementation into core::bitmap from core::avm1::object 2021-08-20 21:29:54 -06:00
display_object core,avm1: Move BitmapData implementation into core::bitmap from core::avm1::object 2021-08-20 21:29:54 -06:00
html Use a more idiomatic pattern for unwrap-or-default 2021-08-15 21:55:49 +02:00
xml chore: Reserve capacity for vectors 2021-07-20 16:25:23 -07:00
avm1.rs avm1: Log internal error on `InvalidSwf` 2021-08-03 14:40:59 -07:00
avm2.rs avm2: Cache the instance allocator on class objects 2021-07-20 22:12:33 -04:00
backend.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
bitmap.rs core,avm1: Move BitmapData implementation into core::bitmap from core::avm1::object 2021-08-20 21:29:54 -06:00
bounding_box.rs swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
character.rs core: Allow AVM2 movies to define `Avm2Button` characters in their libraries 2021-05-16 17:53:07 -07:00
color_transform.rs core: Use Fixed8 and i16 for ColorTransform 2021-04-19 15:47:52 -07:00
config.rs core: `Letterbox` should be `Collect` 2021-04-26 01:15:42 -07:00
context.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
context_menu.rs core: Fix build without serde feature 2021-05-22 22:50:20 -07:00
display_object.rs avm2: Rename `SystemConstructors` to `SystemClasses` 2021-07-20 22:08:27 -04:00
drawing.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00
ecma_conversions.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
events.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
external.rs chore: Use Value into() in more places 2021-06-24 01:11:16 -07:00
focus_tracker.rs core: Add a `root_clip` method for `Stage` and make everything grabbing depth 0 off the stage use it 2021-04-26 01:15:42 -07:00
font.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
library.rs avm2: Retire the use of "constructor" outside of literal reference to class initializer or instance initializer code. 2021-07-20 22:12:23 -04:00
loader.rs Extension: Sidestep CORS issues by offering to load the SWF in a tab 2021-08-02 21:28:16 +02:00
matrix.rs core: Fix documentation spelling 2021-06-21 20:57:49 +03:00
player.rs core: Reset mouse visible when loading movie to root (Fixes #4358) 2021-08-11 23:18:57 +02:00
prelude.rs swf: Change Matrix to use Fixed16 for a, b, c, d 2021-06-08 14:57:15 -07:00
shape_utils.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00
string_utils.rs chore: Use into() in more places 2021-06-22 11:49:41 -07:00
tag_utils.rs core: Cleanup `tag_utils.rs` 2021-07-12 23:09:29 +03: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: Use matches!(...) in more places 2021-04-16 15:25:22 -07:00
xml.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00