ruffle/core/src
Toad06 fff9cd1d63 avm1: Change cursor to arrow when the `enabled` property is set to false 2022-02-09 16:26:50 -08:00
..
avm1 avm1: Remove `XmlIdMapObject` 2022-02-07 22:24:42 +02:00
avm2 chore: clippy 2022-02-07 00:49:00 +01:00
backend chore: Add .cargo/config.toml for workspace-level lint config 2022-01-29 14:22:44 -08:00
bitmap chore: Fix all new clippy lints added in latest Rust nightly 2021-12-17 20:53:26 -07:00
display_object avm1: Change cursor to arrow when the `enabled` property is set to false 2022-02-09 16:26:50 -08:00
html core: Fix bullet append with box_count check 2022-02-06 20:52:04 +02:00
string chore: Appease clippy 2022-01-15 11:16:24 -08:00
xml avm1: Remove `XmlIdMapObject` 2022-02-07 22:24:42 +02:00
avm1.rs avm1: Allow `this` to be `undefined` 2022-01-24 02:04:57 -08:00
avm2.rs avm2: Automatically select a given event's class based on it's data. 2022-01-22 19:58:32 -08:00
backend.rs core: Add `VideoBackend` to host video decoders 2021-02-16 19:03:48 -08:00
binary_data.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06:00
bitmap.rs avm2: Implement `BitmapData`'s constructor. 2021-09-11 12:11:35 -07:00
bounding_box.rs chore: Replace `min` + `max` with `clamp` 2021-11-26 20:54:48 +02:00
character.rs core: Add DefineBinaryData and SymbolClass connection (Part of #1368) 2021-08-21 12:24:46 -06: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: Move `mouse_pick` and `mouse_cursor` to `InteractiveObject` as no non-interactive object implements them. 2022-01-22 19:58:32 -08:00
context_menu.rs core: Fix build without serde feature 2021-05-22 22:50:20 -07:00
display_object.rs core: `Stage` should not include it's own transform in it's local/global matrix. 2022-01-22 19:58:32 -08:00
drawing.rs core: Fix drawing API stroke rendering order (fix #3186) 2022-01-29 20:05:04 -08:00
ecma_conversions.rs core: De-duplicate `round_to_even` function 2021-11-20 13:36:06 +02:00
events.rs core: Fix detection of button events 2022-01-24 11:48:37 -08:00
external.rs avm1: Allow `this` to be `undefined` 2022-01-24 02:04:57 -08:00
focus_tracker.rs avm1: Propagate AvmString<'gc>s to all methods on Object 2021-10-06 19:47:35 -06:00
font.rs core: register non-ascii fonts lazily 2021-12-31 01:10:48 +01:00
html.rs core: Fix caret position in multi layout text 2020-11-02 11:43:10 -08:00
lib.rs chore: Add .cargo/config.toml for workspace-level lint config 2022-01-29 14:22:44 -08:00
library.rs avm1: Requires a WStr<'_> to access PropertyMap 2021-11-27 11:20:47 -07:00
loader.rs core: Remove unnecessary parameter from `post_instantiation` 2022-01-22 11:37:33 -08:00
matrix.rs chore: Add .cargo/config.toml for workspace-level lint config 2022-01-29 14:22:44 -08:00
player.rs avm1: Change cursor to arrow when the `enabled` property is set to false 2022-02-09 16:26:50 -08:00
prelude.rs core: Store `DisplayObjectBase` in `InteractiveObjectBase`. 2021-11-09 16:48:29 -07:00
shape_utils.rs core: Fix incorrect fill and stroke rendering order (fix #6129) 2022-01-29 20:05:04 -08:00
string.rs core: Replace WStr<'_> and WStrMut<'_> by a single DST type WStr 2021-11-27 11:20:47 -07:00
tag_utils.rs core: Random SWF-related cleanups 2021-10-08 13:22:45 -07:00
transform.rs chore: Fix nightly clippy lint: clippy::if_then_panic (#5400) 2021-10-02 16:14:53 +03: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 xml: Remove `tests.rs` 2022-02-07 22:24:42 +02:00