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-07-28
Toolchain: Update binutils to version 2.37
Gunnar Beutner
2021-07-28
Kernel: Fail madvise() volatile change with EINVAL for non-purgeable mem
Andreas Kling
2021-07-28
LibGUI+LibGfx: Highlight currently active tab button with accent color
Andreas Kling
2021-07-28
LibGUI: Update windows when they become active/inactive
Andreas Kling
2021-07-28
HackStudio: Tweak splitter spacings in the main UI
Andreas Kling
2021-07-28
LibGfx+Base: Add a themable "Accent" color role
Andreas Kling
2021-07-28
LibGfx: Remove unused StylePainter::paint_surface()
Andreas Kling
2021-07-28
ThemeEditor: Initialize color input to Gfx::ColorRole::Window
LuK1337
2021-07-28
Kernel: Avoid file descriptor leak in Process::sys$socketpair on error
Brian Gianforcaro
2021-07-28
Kernel: Track allocated FileDescriptionAndFlag elements in each Process
Brian Gianforcaro
2021-07-28
Kernel: Make Process::FileDescriptions::allocate return KResultOr<int>
Brian Gianforcaro
2021-07-28
Kernel: Remove unused fd allocation from Process::sys$connect(..)
Brian Gianforcaro
2021-07-28
Ports: Make libxml2 work when Python is installed
Gunnar Beutner
2021-07-28
Kernel/ProcFS: Make various things superuser-only once again
Andreas Kling
2021-07-28
Kernel/ProcFS: Add S_IFREG bit to regular files in /proc
Andreas Kling
2021-07-28
LibWeb: Avoid assertion failure on parsing numeric character references
ovf
2021-07-28
WindowServer: Don't draw separator between pin window & close for modals
LuK1337
2021-07-28
SpaceAnalyzer: Adjust the text_rect
Karol Kosek
2021-07-28
LibGUI: Align FilePickerDialog's common locations with file list view
LuK1337
2021-07-28
LibGUI: Convert indexes to size_t and use Optional in TabWidget
Luke
2021-07-28
LibGUI: Always reset pressed close button index on mouse up in TabWidget
Luke
2021-07-28
LibGUI: Add GUI_HOVER_DEBUG runtime debugging flag (environment)
Andreas Kling
2021-07-28
LibGUI: Make Label padding work with left/right aligned text
Andreas Kling
2021-07-27
LibGUI: Add a ClipboardClient for GUI::Clipboard
TheFightingCatfish
2021-07-27
LibWeb: Return null if an unknown canvas context type is requested
K-Adam
2021-07-27
LibGfx: Take the glyph spacing into account when building a line
sin-ack
2021-07-27
LibGfx: Remove extra space considered during wrapping
sin-ack
2021-07-27
Meta: Ignore everything after the git cut line in a lint-commit.sh hook
Karol Kosek
2021-07-27
LibJS: Implement non-ECMA-402 String.prototype.toLocale{Lower,Upper}Case
Timothy Flynn
2021-07-27
Documentation: Add preferred coding style options to CLion configuration
Linus Groh
2021-07-27
Calculator: Improve UI margin consistency
FrHun
2021-07-27
Run: Improve UI consistency
FrHun
2021-07-27
FontEditor: Fix minor margin inconsistency
FrHun
2021-07-27
HexEditor: Fix find dialog layout
FrHun
2021-07-27
AboutDialog: Fix inconsistent margins
FrHun
2021-07-27
FilePicker: Fix button margins and size
FrHun
2021-07-27
ProcessChooser: Fix button margins and size
FrHun
2021-07-27
FileManager: Fix properties button margins
FrHun
2021-07-27
KeyboardSettings: Fix button margins
FrHun
2021-07-27
LibGfx: Hotfix a -Wmaybe-uninitialized failure on the build bots
Andreas Kling
2021-07-27
LibGfx: Make TextLayout algorithm whitespace-aware
sin-ack
2021-07-27
Userland: Make TextWrapping::Wrap opt-in
sin-ack
2021-07-27
LibJS: Use special case folding for String.prototype.to{Lower,Upper}Case
Timothy Flynn
2021-07-27
LibUnicode: Begin implementing special Unicode case folding
Timothy Flynn
2021-07-27
LibUnicode: Produce each code point's general category
Timothy Flynn
2021-07-27
LibUnicode: Download and parse the special casing UCD file
Timothy Flynn
2021-07-27
Meta: Bring lint-commit.sh up to date with the CI commit linter
Idan Horowitz
2021-07-27
LibJS: Implement Temporal.Now.plainDateTimeISO()
Linus Groh
2021-07-27
LibJS: Implement Temporal.Now.plainDateTime()
Linus Groh
2021-07-27
LibJS: Implement Temporal.Now.plainDateISO()
Linus Groh
[next]