summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-20LibDebug: Add ProcessInspector base classItamar
2021-11-20Kernel+LibC: Fix ptrace for 64-bitItamar
2021-11-20Toolchain: Remove `git clone` of project from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused gettext package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Remove unused wget package from DockerfileJelle Raaijmakers
2021-11-20Toolchain: Add Qemu build dependencies to DockerfileJelle Raaijmakers
2021-11-20Toolchain: Update Dockerfile to ubuntu:21.10Jelle Raaijmakers
2021-11-20LibCore: Fix `LocalSocket.cpp` build on FreeBSDqiu-x
2021-11-20KeyboardSettings: Add iconsSam Atkins
2021-11-20KeyboardSettings: Add text area to test the currently selected keymapSam Atkins
2021-11-20KeyboardSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20KeyboardSettings: Migrate layout to GMLSam Atkins
2021-11-20DisplaySettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20DisplaySettings: Move screen number show/hide logic into widgetSam Atkins
2021-11-20MouseSettings: Adjust layout so mouse-button image is no longer clippedSam Atkins
2021-11-20MouseSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20MailSettings: Migrate to using SettingsWindow :^)Sam Atkins
2021-11-20LibGUI: Add SettingsWindow classSam Atkins
2021-11-20Base: Add new FontEditor icons already in useLady Gegga
2021-11-20FontEditor: Set all pixels when pasting a glyphBen Wiederhake
2021-11-20FontEditor: Add ability to copy the selected code pointBen Wiederhake
2021-11-20FontEditor: Support flipping and rotatingBen Wiederhake
2021-11-20FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)Ben Wiederhake
2021-11-20FontEditor: Don't show focus box after clicking 'present' checkboxBen Wiederhake
2021-11-20FontEditor: More reasonable labels, move property to GMLBen Wiederhake
2021-11-20FontEditor: Convert UI from fixed to implicit heightBen Wiederhake
2021-11-20LibWeb: Use the sandboxed image ImageDecoder when loading faviconsAndreas Kling
2021-11-20LibWeb: Use the sandboxed ImageDecoder when creating image documentsAndreas Kling
2021-11-20LibWeb: Move ImageDecoder client connection singleton to its own fileAndreas Kling
2021-11-20FontEditor: Show code point name in status barBen Wiederhake
2021-11-20Meta+LibUnicode: Provide code point names through libraryBen Wiederhake
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
2021-11-19LibWeb: Add spec comments to CSS TokenizerSam Atkins
2021-11-19LibWeb: Convert CSS Token::m_value from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Convert CSS Token::m_unit from StringBuilder to FlyStringSam Atkins
2021-11-19LibWeb: Break friendship between CSS Token and Parser :^(Sam Atkins
2021-11-19LibWeb: Verify that the Tokenizer doesn't produce Dimensions from %Sam Atkins
2021-11-19LibWeb: Use number value from CSS TokensSam Atkins
2021-11-19LibWeb: Return numeric values from Token value gettersSam Atkins
2021-11-19LibWeb: Convert numeric tokens to numbers in CSS TokenizerSam Atkins
2021-11-19CI: Prevent false errors if a commit message contains CRLFthislooksfun
2021-11-19LibJS: Treat relativeTo parameters as PlainDate or ZonedDateTimeLinus Groh
2021-11-19LibJS: Update spec comments in format_time_zone_offset_string()Linus Groh
2021-11-19LibJS: Allow string as parameter in Temporal's round() / total()Linus Groh
2021-11-19LibUnicode: Support locales-without-script aliases for ECMA-402Timothy Flynn
2021-11-19LibUnicode: Stop passing the cldr-core package to UnicodeNumberFormatTimothy Flynn
2021-11-19LibUnicode: Generate default-content locales as aliasesTimothy Flynn
2021-11-19LibUnicode: Move GenerateUnicodeData's Alias struct to generator headerTimothy Flynn
2021-11-19Base: Add Runic characters to font Katica Regular 10Lady Gegga
2021-11-19LibWeb+LibHTTP: Support multiple Set-Cookie response headersTheFightingCatfish