summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2023-01-10LibJS: Update ISODaysInMonth in Calendar.cppBodilessSleeper
2023-01-10LibCompress: Move compressor construction out of `ZlibCompressor()`Tim Schumacher
2023-01-10LibCompress: Switch `DeflateCompressor` to a fallible constructorTim Schumacher
2023-01-10LibCompress: Port `DeflateCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCompress: Port `GzipCompressor` to `Core::Stream`Tim Schumacher
2023-01-10LibCore: Add `{Big,Little}EndianOutputBitStream`Tim Schumacher
2023-01-10LibCore: Rename InputBitStream.h to BitStream.hTim Schumacher
2023-01-10LibWeb+LibGfx: Migrate (most of) the CSS gradient painting to LibGfxMacDue
2023-01-10AK: Add Span::first()MacDue
2023-01-10LibWeb: Fix y position calculation for blocks with clearanceAliaksandr Kalenik
2023-01-09LibJS: Verify that objects are only initialized onceLinus Groh
2023-01-09LibJS: Make namespace object initialization lazy as wellLinus Groh
2023-01-09LibJS: Use intrinsic namespace objects in set_default_global_bindings()Linus Groh
2023-01-09Kernel/FileSystem: Fix kernel panic during FS init or mount failureTaj Morton
2023-01-09AK+LibUnicode: Provide Unicode-aware String case transformationsTimothy Flynn
2023-01-09LibUnicode: Move Unicode-aware case transformations to a helper fileTimothy Flynn
2023-01-09Toolchain: Do not use `install -D` in BuildIt.shNico Weber
2023-01-09Toolchain: Add macOS definitions of MD5SUM and NPROC in BuildIt.shNico Weber
2023-01-09Toolchain: Make BuildCMake.sh work on macOS without brew on PATHNico Weber