ruffle/web/src
Kornelius Rohrschneider 0b30b7fdda core: Use HTTP response encoding if existing
If System#useCodepage has been set to true, the form loader now uses the
encoding specified in the HTTP response content type field, if existing,
to decode remote text files. chardetng is now (only) used if the HTTP
response doesn't specify any encoding or if the file is local.
2024-06-26 02:37:44 +02:00
..
audio.rs build: Fix redundant import warnings 2024-03-23 19:23:18 +01:00
builder.rs web: Fix japanese font registration in rust side, and rename them to camelCase for consistency (not a breaking change as it didn't actually work prior to this...) 2024-06-08 08:42:04 +02:00
external_interface.rs web: Support ExternalInterface.call("function(){....}") 2024-06-07 16:58:57 +02:00
input.rs web: Move some input util methods out of lib.rs 2024-06-01 20:34:10 +02:00
lib.rs web: Implement pasting text using Clipboard API 2024-06-19 00:15:07 +02:00
log_adapter.rs web: Use Rc, Cell, and RefCell for non-thread-safe types 2023-07-04 20:50:46 +02:00
navigator.rs core: Use HTTP response encoding if existing 2024-06-26 02:37:44 +02:00
storage.rs core: Fix Clippy lints on nightly 2023-02-13 03:38:54 +01:00
ui.rs core: Prevent pasting empty string when the clipboard is empty 2024-06-09 15:38:35 +02:00
zip.rs web: Remove jszip, use rust 2024-06-08 21:53:07 +02:00