summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-12Browser: Implement zoom :^)Linus Groh
2023-01-12Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorSchemeLinus Groh
2023-01-12SoundPlayer: Don't silently ignore parsing failuresTim Schumacher
2023-01-12LibAudio: Don't assume that a non-full span means EOFTim Schumacher
2023-01-12Ladybird: Implement zoom :^)Linus Groh
2023-01-12Ladybird: Set 'device pixels per CSS pixel' to device pixel ratio :^)Linus Groh
2023-01-12WebContent: Add IPC for setting 'device pixels per CSS pixel'Linus Groh
2023-01-12LibWeb: Rename PageHost::m_screen_display_scale to match the getter nameLinus Groh
2023-01-12LibGUI: Port AbstractThemePreview::set_theme_from_file to Core::StreamKarol Kosek
2023-01-12LibGUI: Remove unused AbstractThemePreview::on_theme_load_from_fileKarol Kosek
2023-01-12PixelPaint: Scale lasso tool preview path on zoom level changeTim Ledbetter
2023-01-12Utilities: Add ttfdisasm for disassembling OpenType instructionsMacDue
2023-01-12LibGfx: Provide accessors to instruction data to OpenType::FontMacDue
2023-01-12LibGfx: Parse the TTF fpgm and prep tablesMacDue
2023-01-12LibGfx: Add OpenType opcodes and helpers to parse instruction streamsMacDue
2023-01-12Userland: Replace remaining Core::Timer::construct()s with try_create()Sam Atkins
2023-01-12Userland: Use Core::Timer::create_foo() factory functions where possibleSam Atkins
2023-01-12LibCore+Userland: Don't auto-start new Core::TimersSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOrSam Atkins
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-12AK: Implement FlyString for the new String classTimothy Flynn
2023-01-11Ladybird: Use standard font paths in FontPluginQtLinus Groh
2023-01-11LibCore: Add StandardPaths::font_directories()Linus Groh
2023-01-11ThemeEditor: Warn about unsaved changes on file dropKarol Kosek
2023-01-11ThemeEditor: Fully load files on drop eventsKarol Kosek
2023-01-11ThemeEditor: Take drop events from the whole windowKarol Kosek
2023-01-11LibGUI: Update the AboutDialog copyright yearTim Ledbetter
2023-01-11LibWeb: Make Paintable visit its cached containing block pointerAndreas Kling
2023-01-11LibWeb: Make a handful of paintable leaf classes `final`Andreas Kling
2023-01-11LibWeb: Make a handful of layout node leaf classes `final`Andreas Kling
2023-01-11LibWeb: Make the paint tree GC-allocatedAndreas Kling
2023-01-11LibWeb: Remove unused declaration Node::removed_last_ref()Andreas Kling
2023-01-11LibCore: Explain EventLoop and reorder some members in the headerkleines Filmröllchen
2023-01-11LibGUI: Lex INI files as Utf8Sam Atkins
2023-01-11HackStudio: Hide autocomplete popup when switching tabsMatthew Olsson
2023-01-10PDFViewer: Port to Core::Stream::FileKarol Kosek
2023-01-10LibJS: Use a work queue instead of the C++ stack for the GC mark phaseAndreas Kling
2023-01-10Kernel+LibCore: Make %sid path parsing not take agesAndreas Kling
2023-01-10LibWeb: Ensure legacy constructors are defined on the global objectTimothy Flynn
2023-01-10LibWeb: Remove all whitespace from input in decode_forgiving_base64Arda Cinar
2023-01-10AK+LibWeb: Move decode forgiving base64 under Web::Infra namespaceArda Cinar
2023-01-10AK: Expose Base64 tables from Base64.hArda Cinar
2023-01-10LibWeb: Generate exposed Window/Worker interfaces as lazy objectsTimothy Flynn
2023-01-10LibWeb: Remove Intrinsics::cached_web_prototypeTimothy Flynn
2023-01-10LibWeb: Convert uses of cached_web_prototype to ensure_web_prototypeTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-10LibWeb: Use correct arguments in WEB_PLATFORM_OBJECT invocationsTimothy Flynn
2023-01-10ImageDecoder: Remove unused LibWeb forwarding headerTimothy Flynn