index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-11-20
LibJS: Implement parsing of TemporalZonedDateTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalYearMonthString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalMonthDayString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalDateTimeString
Linus Groh
2021-11-20
LibJS: Implement parsing of TemporalDateString
Linus Groh
2021-11-20
LibJS: Update parse_temporal_time_zone() to match the spec again
Linus Groh
2021-11-20
LibJS: Don't assume calendar was parsed in to_temporal_zoned_date_time()
Linus Groh
2021-11-20
LibJS: Fix fallback of hour, minute, second in parse_iso_date_time()
Linus Groh
2021-11-20
LibJS: Start fleshing out an ISO 8601 parser for Temporal
Linus Groh
2021-11-20
CrashReporter: Add "Inspect in Hack Studio" button
Itamar
2021-11-20
HackStudio: Add option to inspect Coredump
Itamar
2021-11-20
HackStudio: Improve backtrace accuracy
Itamar
2021-11-20
CrashReporter: Unlink coredump file on exit
Itamar
2021-11-20
LibCoredump: Add Coredump::Inspector
Itamar
2021-11-20
LibCoredump: Add Reader::for_each_library
Itamar
2021-11-20
HackStudio: Use ProcessInspector instead of DebugSession where possible
Itamar
2021-11-20
LibDebug: Add ProcessInspector base class
Itamar
2021-11-20
Kernel+LibC: Fix ptrace for 64-bit
Itamar
2021-11-20
Toolchain: Remove `git clone` of project from Dockerfile
Jelle Raaijmakers
2021-11-20
Toolchain: Remove unused gettext package from Dockerfile
Jelle Raaijmakers
2021-11-20
Toolchain: Remove unused wget package from Dockerfile
Jelle Raaijmakers
2021-11-20
Toolchain: Add Qemu build dependencies to Dockerfile
Jelle Raaijmakers
2021-11-20
Toolchain: Update Dockerfile to ubuntu:21.10
Jelle Raaijmakers
2021-11-20
LibCore: Fix `LocalSocket.cpp` build on FreeBSD
qiu-x
2021-11-20
KeyboardSettings: Add icons
Sam Atkins
2021-11-20
KeyboardSettings: Add text area to test the currently selected keymap
Sam Atkins
2021-11-20
KeyboardSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
KeyboardSettings: Migrate layout to GML
Sam Atkins
2021-11-20
DisplaySettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
DisplaySettings: Move screen number show/hide logic into widget
Sam Atkins
2021-11-20
MouseSettings: Adjust layout so mouse-button image is no longer clipped
Sam Atkins
2021-11-20
MouseSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
MailSettings: Migrate to using SettingsWindow :^)
Sam Atkins
2021-11-20
LibGUI: Add SettingsWindow class
Sam Atkins
2021-11-20
Base: Add new FontEditor icons already in use
Lady Gegga
2021-11-20
FontEditor: Set all pixels when pasting a glyph
Ben Wiederhake
2021-11-20
FontEditor: Add ability to copy the selected code point
Ben Wiederhake
2021-11-20
FontEditor: Support flipping and rotating
Ben Wiederhake
2021-11-20
FontEditor: Tighten type of UndoGlyph::undo_state (cannot fail)
Ben Wiederhake
2021-11-20
FontEditor: Don't show focus box after clicking 'present' checkbox
Ben Wiederhake
2021-11-20
FontEditor: More reasonable labels, move property to GML
Ben Wiederhake
2021-11-20
FontEditor: Convert UI from fixed to implicit height
Ben Wiederhake
2021-11-20
LibWeb: Use the sandboxed image ImageDecoder when loading favicons
Andreas Kling
2021-11-20
LibWeb: Use the sandboxed ImageDecoder when creating image documents
Andreas Kling
2021-11-20
LibWeb: Move ImageDecoder client connection singleton to its own file
Andreas Kling
2021-11-20
FontEditor: Show code point name in status bar
Ben Wiederhake
2021-11-20
Meta+LibUnicode: Provide code point names through library
Ben Wiederhake
2021-11-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
2021-11-19
LibWeb: Add spec comments to CSS Tokenizer
Sam Atkins
[next]