ruffle/core/src
David Wendt aa98fad126 avm1: Stub impl the `Video` class. 2021-02-16 19:03:48 -08:00
..
avm1 avm1: Stub impl the `Video` class. 2021-02-16 19:03:48 -08:00
avm2 chore: Avoid deprecated constants 2021-02-12 06:36:17 -08:00
backend video: Implement a very basic video decoding loop 2021-02-16 19:03:48 -08:00
bitmap avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -08:00
display_object avm1: Stub impl the `Video` class. 2021-02-16 19:03:48 -08:00
html chore: Appease clippy 2021-02-12 06:32:42 -08:00
xml chore: Appease clippy 2021-02-12 06:32:42 -08:00
avm1.rs Preallocate AVM1 Values when preparing constant pool 2021-01-23 12:04:47 -08:00
avm2.rs avm2: Add `Event` class, object type, and native representation 2020-12-14 16:46:33 -08:00
backend.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
bitmap.rs avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -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 core: Parse `DefineVideoStream` and use it to put videos into the character library. 2021-02-16 19:03:48 -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: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
display_object.rs video: Implement a very basic video decoding loop 2021-02-16 19:03:48 -08:00
drawing.rs render: Pass library to RenderBackend::register_shape (fix #2037) 2020-12-31 13:10:21 -08:00
ecma_conversions.rs chore: Avoid deprecated constants 2021-02-12 06:36:17 -08:00
events.rs chore: Appease clippy 2021-01-18 21:23:50 -08:00
external.rs web: Add an onFSCommand callback into JavaScript 2021-01-31 18:03:31 -08:00
focus_tracker.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00
font.rs core: Don't copy Glyphs around; make Font methods take &self 2021-02-04 11:54:17 -08:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -08:00
library.rs core: Allow instantiation of videos 2021-02-16 19:03:48 -08:00
loader.rs chore: Appease clippy 2021-02-12 06:32:42 -08:00
player.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
prelude.rs chore: Migrate from enumset to bitflags 2021-01-21 16:35:46 -08:00
property_map.rs core: Add flashvars support - #312 2020-10-12 15:28:16 -07:00
shape_utils.rs chore: Avoid deprecated constants 2021-02-12 06:36:17 -08:00
string_utils.rs avm1: Respect case-(in)sensitivity in text bindings 2021-02-01 18:09:32 -08:00
tag_utils.rs chore: Appease clippy 2021-02-12 06:32:42 -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 chore: Appease clippy 2021-02-12 06:32:42 -08:00