summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-20LibJS: Implement parsing of TemporalZonedDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalYearMonthStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalMonthDayStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateTimeStringLinus Groh
2021-11-20LibJS: Implement parsing of TemporalDateStringLinus Groh
2021-11-20LibJS: Update parse_temporal_time_zone() to match the spec againLinus Groh
2021-11-20LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()Linus Groh
2021-11-20LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()Linus Groh
2021-11-20LibJS: Start fleshing out an ISO 8601 parser for TemporalLinus Groh
2021-11-20CrashReporter: Add "Inspect in Hack Studio" buttonItamar
2021-11-20HackStudio: Add option to inspect CoredumpItamar
2021-11-20HackStudio: Improve backtrace accuracyItamar
2021-11-20CrashReporter: Unlink coredump file on exitItamar
2021-11-20LibCoredump: Add Coredump::InspectorItamar
2021-11-20LibCoredump: Add Reader::for_each_libraryItamar
2021-11-20HackStudio: Use ProcessInspector instead of DebugSession where possibleItamar
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