ruffle/core/src
nosamu 2f40f0093a avm1: Unescape + to space 2023-08-22 16:38:24 +02:00
..
avm1 avm1: Unescape + to space 2023-08-22 16:38:24 +02:00
avm2 avm2: Implement XML pretty printing 2023-08-22 09:57:59 -04:00
backend core/desktop/web: Play unsupported videos with browser 2023-08-07 14:31:33 -06:00
bitmap chore: fmt 2023-08-16 16:11:57 +02:00
debug_ui core: Add span list to debug window of EditTexts 2023-08-20 22:31:27 +02:00
display_object core: EditText::is_link_at doesn't need to evaluate fonts 2023-08-20 22:31:27 +02:00
html core: EditText::is_link_at doesn't need to evaluate fonts 2023-08-20 22:31:27 +02:00
string chore: fmt 2023-08-16 16:11:57 +02:00
xml chore: fmt 2023-08-16 16:11:57 +02:00
avm1.rs avm1: Migrate `SharedObject` to `NativeObject` 2023-07-17 11:34:06 +03:00
avm2.rs core: Replace usages of MutationContext with Mutation 2023-08-16 16:11:57 +02: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 core: Improve compatibility rule for Kongregate 2023-05-05 10:44:57 +03:00
config.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
context.rs core: Implement socket backend 2023-07-23 09:13:01 +02:00
context_menu.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
debug_ui.rs core: Add debug feature to find display objects by mouse 2023-07-01 12:58:32 +02:00
display_object.rs core: Fix rendering masks + scrollRects when cacheAsBitmap 2023-08-16 16:34:24 +02:00
drawing.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02: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 tests: Add TextField Event.CHANGE test and update test input format 2023-07-05 18:00:59 -04:00
external.rs core: Move fscommand execution outside of ExternalInterfaceProvider, so it can be implemented without causing ExternalInterface.available to become true 2023-07-26 17:00:15 +02:00
focus_tracker.rs core: Replace usages of MutationContext with Mutation 2023-08-16 16:11:57 +02:00
font.rs core: Replace usages of MutationContext with Mutation 2023-08-16 16:11:57 +02:00
frame_lifecycle.rs avm2: Run 'nested goto frame' for entire Stage and orphans 2023-06-08 22:17:27 -05:00
html.rs core: Add methods for introspecting text metrics on an `EditText`. 2022-11-20 17:13:48 -07:00
i18n.rs core: Rename text to core_text just to avoid confusion if used from another crate with its own text methods 2023-05-09 00:06:49 +02:00
lib.rs chore: Appease nightly clippy 2023-08-01 22:44:00 +03:00
library.rs chore: Appease beta Clippy 2023-08-22 15:29:01 +02:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs core: Add is_root parameter to MovieClip::replace_with_movie 2023-08-19 17:29:00 +02:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
pixel_bender.rs chore: Appease beta Clippy 2023-08-22 15:29:01 +02:00
player.rs avm2: Implement context menu events 2023-08-05 22:06:10 +02:00
prelude.rs chore: Use `swf::Point` in many places 2023-04-27 22:14:03 +03:00
socket.rs chore: fmt 2023-08-05 14:42:09 +02:00
streams.rs core: Replace usages of MutationContext with Mutation 2023-08-16 16:11:57 +02:00
string.rs core: use unified repr for non-static `AvmString`s, interned and not 2023-04-27 00:17:31 +02:00
stub.rs avm2: Mark Dictionary(true) and TimerEvent.updateAfterEvent() as stubs 2023-02-07 20:34:59 +01:00
tag_utils.rs core: Add MovieClip initial loading state 2023-07-17 00:08:02 +02:00
timer.rs chore: Appease nightly clippy 2023-08-01 22:44:00 +03:00
types.rs core: Move `F64Extension` to `avm1` 2023-02-28 19:22:37 +02:00
vminterface.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
xml.rs core: Update to latest quick-xml 2023-03-30 22:25:24 -07:00