ruffle/core/src
Brian Gontowski 31dd2729e2 web: Add an onFSCommand callback into JavaScript 2021-01-31 18:03:31 -08:00
..
avm1 web: Add an onFSCommand callback into JavaScript 2021-01-31 18:03:31 -08:00
avm2 chore: Rename Namespace::public_namespace to Namespace::public 2021-01-24 11:53:43 -08:00
backend core: Merge InputBackend into UiBackend 2021-01-30 16:36:45 -08:00
bitmap avm1: Implement BitmapData.perlinNoise() 2021-01-27 11:53:05 -08:00
display_object core: Implement TextField.password property 2021-01-31 12:26:58 -08:00
html core: Implement TextField.password property 2021-01-31 12:26:58 -08:00
xml avm1: Implement XML.ignoreWhite 2020-12-30 16:00:39 -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: Merge InputBackend into UiBackend 2021-01-30 16:36:45 -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 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: Merge InputBackend into UiBackend 2021-01-30 16:36:45 -08:00
display_object.rs core: Merge InputBackend into UiBackend 2021-01-30 16:36:45 -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 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 core: Clicking on (selectable) texts will make that text focused 2020-11-02 11:43:10 -08:00
font.rs swf: SwfStr no longer contains encoding 2021-01-20 15:02:31 -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 exports to be overridden 2021-01-15 11:48:29 -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: Merge InputBackend into UiBackend 2021-01-30 16:36:45 -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 core: Remove unsafe NonZeroU32 creation in shape utils 2021-01-28 14:39:35 -08:00
string_utils.rs core: Add string_utils char boundary functions 2020-12-17 16:15:24 -08:00
tag_utils.rs core: Gracefully handle tag length past EOF 2021-01-21 14:04:46 -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