ruffle/core/src
Mike Welsh 711a012fea avm1: Exclude shape children from `StageObject::get_keys`
Non-interactive children such as shapes are not returned when
iterating over the keys of a stage object in AVM1.
2023-04-08 13:37:25 -07:00
..
avm1 avm1: Exclude shape children from `StageObject::get_keys` 2023-04-08 13:37:25 -07:00
avm2 avm2: Implement XMLList.copy 2023-04-07 12:29:49 -05:00
backend avm2: move event dispatch error handling in a single place 2023-04-02 16:52:42 -07:00
bitmap core: Remove `RenderContext::allow_mask` 2023-04-04 13:10:45 -07:00
display_object core: Support `maxlength` attribute in EditText 2023-04-05 11:59:17 -07:00
html core: Don't overwrite font descriptor with a duplicate 2023-03-31 22:47:00 -07:00
xml core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00
avm1.rs avm1: Refactor movieclip path logic 2023-03-01 22:36:39 +01:00
avm2.rs avm2: move event dispatch error handling in a single place 2023-04-02 16:52:42 -07:00
backend.rs core: Made core no longer depend on software video decoders 2022-09-04 17:46:58 -07:00
binary_data.rs core: Made SwfSlice::to_subslice return an empty slice in case of errors 2022-08-21 20:12:10 -07:00
bitmap.rs core: Rename bitmap_data_operations to just operations 2023-03-31 16:57:52 +02:00
character.rs core: Use unnamed field in `Character::Bitmap` 2023-02-16 19:02:57 +02:00
compatibility_rules.rs chore: Appease clippy 2023-03-01 21:25:19 +01:00
config.rs desktop: Add --letterbox option 2023-02-09 23:43:25 -08:00
context.rs core: Remove `RenderContext::allow_mask` 2023-04-04 13:10:45 -07:00
context_menu.rs core: Slightly neater way to get root_mc in context_menu.rs 2023-03-15 10:18:32 +01:00
display_object.rs core: Remove `RenderContext::allow_mask` 2023-04-04 13:10:45 -07:00
drawing.rs render: Made ShapeHandle an Arc of an internal, droppable mesh 2023-03-23 01:44:27 -07:00
ecma_conversions.rs avm1: Format floating-point numbers 2022-04-09 22:40:59 -07:00
either.rs avm2: Implement call stack & stack traces (#7564) 2022-08-28 18:30:20 +02:00
events.rs nit: Fix typo: "recieve" -> "receive" 2023-03-28 10:06:08 +03:00
external.rs core: Make `ExternalInterface` support undefined values 2023-04-02 13:48:14 -07:00
focus_tracker.rs avm1: Fix some issues with `Selection.getFocus()` and `setFocus()` 2023-04-05 15:53:18 -07:00
font.rs render: Remove `RenderBackend::register_glyph_shape` 2023-03-30 01:46:04 +03:00
frame_lifecycle.rs avm2: Add support for orphan Loader instances 2023-03-16 20:55:06 -05:00
html.rs core: Add methods for introspecting text metrics on an `EditText`. 2022-11-20 17:13:48 -07:00
lib.rs core: Add a stub implementation of `NetStream` videos. 2023-03-25 15:30:02 -06:00
library.rs core: Don't overwrite font descriptor with a duplicate 2023-03-31 22:47:00 -07:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs avm2: move event dispatch error handling in a single place 2023-04-02 16:52:42 -07:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
player.rs core: Remove `RenderContext::allow_mask` 2023-04-04 13:10:45 -07:00
prelude.rs render: Replace `ColorTransform` with `swf::ColorTransform` 2023-03-29 23:27:20 -07:00
streams.rs chore: Rename `NetStream.toggle_pause` to match `StreamManager::toggle_paused` 2023-03-25 15:30:02 -06:00
string.rs core: Simplify new_utf8_bytes 2022-07-25 10:52:56 -07:00
stub.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
tag_utils.rs core: Store correct data for loaded images 2023-03-20 01:36:04 +01:00
timer.rs avm2: Use global domain for timer Activation 2023-03-29 19:05:19 -05:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs avm2: Skip running enter_frame for children as well 2023-03-14 23:19:53 -07:00
xml.rs core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00