ruffle/core/src
Nathan Adams 09dfa6427e desktop: Allow changing the language in Preferences 2024-03-05 00:02:27 +01:00
..
avm1 desktop: Allow changing the language in Preferences 2024-03-05 00:02:27 +01:00
avm2 desktop: Allow changing the language in Preferences 2024-03-05 00:02:27 +01:00
backend desktop: Allow changing the language in Preferences 2024-03-05 00:02:27 +01:00
bitmap avm2: Implement TextField::getLineText 2024-02-07 20:34:43 +01:00
debug_ui core: Implement lazy decoding of bitmaps 2024-02-27 21:18:18 -05:00
display_object core: Improve placement of cursor when clicking in textbox 2024-03-02 20:30:50 +01:00
html core: Improve placement of cursor when clicking in textbox 2024-03-02 20:30:50 +01:00
string avm2: Prevent chained dependent strings 2024-01-30 23:21:37 +01:00
xml avm1: Store childNodes on the node itself 2023-10-16 11:25:48 +02:00
avm1.rs core/avm1: Improve some stubs 2023-12-17 13:01:23 -08:00
avm2.rs avm2: Extract optimizer logic into a different file 2024-02-25 21:52:24 -08: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 nits: Fix a whole bunch of typos all over the place 2024-01-17 23:59:19 +01:00
buffer.rs tests: Add test cases for `SliceCursor` 2023-08-23 15:36:20 -06:00
character.rs core: Implement lazy decoding of bitmaps 2024-02-27 21:18:18 -05: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 avm2: Fix handling of Loader.loadBytes for images 2024-01-25 10:35:28 -05:00
context_menu.rs core: Remove lots of uses of derive(Collect) 2023-08-04 21:43:18 +02:00
debug_ui.rs debug_ui: Add 'Show Domains' menu to view domains and classes 2024-01-23 11:34:14 +01:00
display_object.rs core: Implement lazy decoding of bitmaps 2024-02-27 21:18:18 -05:00
drawing.rs core: Add FontFace struct, for loading a Font from a file binary 2024-01-08 23:00:18 +01: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 core: Introduce gamepad button mapping support 2024-02-28 21:21:09 +01:00
external.rs avm2: Implement JS->AS3 Object deserialization 2024-02-16 15:25:55 +01:00
focus_tracker.rs avm1: Add support for onSetFocus & onKillFocus 2024-01-10 21:59:25 -05:00
font.rs avm2: Only use embedded CFF fonts for TLF 2024-01-26 21:57:48 +01:00
frame_lifecycle.rs core/avm1: Improve some stubs 2023-12-17 13:01:23 -08:00
html.rs core: Remove unused exports (fix nightly warnings) 2023-11-01 00:21:59 -04:00
i18n.rs core: Use latest fluent-templates `master` for reproducible builds 2024-02-27 21:36:28 -05:00
lib.rs chore: Stop allowing previously buggy lint `clippy::extra_unused_type_parameters` 2023-12-25 19:20:53 -05:00
library.rs core: Implement lazy decoding of bitmaps 2024-02-27 21:18:18 -05:00
limits.rs Remove 'gc_context lifetime 2023-01-06 19:20:39 -05:00
loader.rs cleanup: Define distinct key types for different kinds of slotmaps 2024-03-03 21:18:39 +01:00
local_connection.rs cleanup: Define distinct key types for different kinds of slotmaps 2024-03-03 21:18:39 +01:00
locale.rs chore: Upgrade deprecated timezone code. 2022-11-21 18:50:46 -07:00
net_connection.rs cleanup: Define distinct key types for different kinds of slotmaps 2024-03-03 21:18:39 +01:00
pixel_bender.rs chore: Appease beta Clippy 2023-08-22 15:29:01 +02:00
player.rs desktop: Allow changing the language in Preferences 2024-03-05 00:02:27 +01:00
prelude.rs core: Remove unused exports (fix nightly warnings) 2023-11-01 00:21:59 -04:00
socket.rs cleanup: Define distinct key types for different kinds of slotmaps 2024-03-03 21:18:39 +01:00
streams.rs cleanup: Define distinct key types for different kinds of slotmaps 2024-03-03 21:18:39 +01: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: Track progress of avm2 and generate an implementation.json 2024-01-31 20:22:06 -05:00
tag_utils.rs core: Display image load when using Loader.loadBytes 2024-01-22 19:35:08 -05:00
timer.rs core,avm2: Make Timer.setDelay not change the timer ID. Fix #15005. 2024-02-27 23:56:33 +01: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