ruffle/swf/src
relrelb e1d01b0a5e swf: Extract `Rectangle` to a separate file
And make it generic, as a first step towards making it a general-purpose
data structure for the whole codebase. Some potential replacements are:
* `BoundingBox` in `render/src/bounding_box.rs`.
* `BoxBounds` in `core/src/html/dimensions.rs`.
* Parameters to a bunch of `BitmapData` methods in
  `core/src/bitmap/bitmap_data.rs`.
2022-09-25 10:37:56 +03:00
..
avm1 swf: Remove `impl Default for FunctionFlags` 2022-09-22 23:29:34 +03:00
avm2 swf: Remove `#[allow(clippy::derive_partial_eq_without_eq)` 2022-08-16 16:24:21 -07:00
types swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
avm1.rs swf: Add custom error type for SWF/AVM1 parse errors 2019-10-10 00:55:09 -07:00
avm2.rs Merge swf-rs into ruffle repo 2019-10-02 17:25:30 -07:00
error.rs swf: Extract `Opcode::format` and `TagCode::format` 2021-08-03 14:40:59 -07:00
extensions.rs avm2: Implemented newcatch and basic exception handling 2022-08-10 01:34:08 +02:00
lib.rs chore: Fix Clippy lints and allow `clippy::bool_to_int_with_if` 2022-09-11 13:31:46 +02:00
read.rs swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
string.rs swf: Mark some `SwfStr` functions as const 2022-05-10 09:34:57 +03:00
tag_code.rs chore: Appease clippy 2022-05-22 02:34:18 -07:00
test_data.rs swf: Use bitflags for EditText 2022-09-06 20:02:23 -07:00
types.rs swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00
write.rs swf: Extract `Rectangle` to a separate file 2022-09-25 10:37:56 +03:00