index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-04-11
LibGfx: Make sure draw_ui_text() paints underlines with text color
Andreas Kling
2021-04-11
LibGUI+LibGfx: Collapse the '&' from Alt shortcuts in tooltip texts
Andreas Kling
2021-04-11
LibJS: Replace Vector with MarkedValueList in RegExpPrototype::symbol_replace
Luke
2021-04-10
LibCore: Save errno before it gets clobbered in Core::IODevice::write()
Andreas Kling
2021-04-10
LibGUI/ScrollBar: Only paint buttons as pressed when also hovered
Jelle Raaijmakers
2021-04-10
LibTLS: Remove excessive CloseNotify logging
Jelle Raaijmakers
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-04-10
LibWeb: Add a basic implementation of Document.createEvent()
Linus Groh
2021-04-10
LibWeb: Support nullable EventListener parameters in WrapperGenerator
Linus Groh
2021-04-10
LibJS: Implicitly break for..in loop if the RHS result is nullish
Linus Groh
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibJS: Update Object::define_accessor() to take both getter and setter
Linus Groh
2021-04-10
LibJS: Let Object::delete_property() return a bool, not Value
Linus Groh
2021-04-10
LibJS: Remove superfluous exception check from get_own_property_descriptor()
Linus Groh
2021-04-10
LibGUI: Ignore right-clicks on HeaderViews
Andreas Kling
2021-04-10
Calendar: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Calculator: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Calculator: Add a separator line between the menu and the main UI
Andreas Kling
2021-04-10
Profiler: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
Profiler: Don't change window title based on last enabled option
Andreas Kling
2021-04-10
QuickShow: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
PixelPaint: Add icon and keyboard shortcut for the "New Image" action
Andreas Kling
2021-04-10
PixelPaint: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
FontEditor: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
LibTLS: Convert some #ifs to dbgln_if()
Jelle Raaijmakers
2021-04-10
LibTLS: Support empty SNI data in ServerHello
Jelle Raaijmakers
2021-04-10
LibGUI: List directories before files in FileSystemModel
Andreas Kling
2021-04-10
LibRegex: Remove 'ReadDigitFollowPolicy' as it's no longer needed
AnotherTest
2021-04-10
WindowServer: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
HackStudio: Alt shortcuts and book title capitalization in menus
Andreas Kling
2021-04-10
LibRegex: Treat brace quantifiers with invalid contents as literals
AnotherTest
2021-04-10
LibRegex: Take the regex as a const reference in print_bytecode()
AnotherTest
2021-04-10
LibRegex: Allow a '?' suffix for brace quantifiers
AnotherTest
2021-04-10
LibRegex: Give ByteCode a copy ctor and and a move assignment operator
AnotherTest
2021-04-10
LibVT: Update TerminalWidget after double-click selection
Andreas Kling
2021-04-10
LibGUI: Reflow+update TextEditor widget after ruler visibility change
Andreas Kling
2021-04-09
LibGUI: Remove 2px of vertical space around FilePicker common places
Andreas Kling
2021-04-09
Base+LibGUI: Add an familiar-looking icon for the desktop directory
Andreas Kling
2021-04-09
LibGUI: Yet another FilePicker UI tweak
Andreas Kling
2021-04-09
LibGUI: Allow navigating into symlinked directories in FilePicker
Andreas Kling
2021-04-09
LibGUI: Fix uniform TabWidget tabs bleeding outside the widget
Andreas Kling
2021-04-09
Browser: Add a separator line below the menu while in multi-tab mode
Andreas Kling
2021-04-09
LibGUI: Add TabWidget::on_tab_count_change hook
Andreas Kling
2021-04-09
LibGUI: More tweaks for the FilePicker UI layout
Andreas Kling
2021-04-09
LibGUI: Use "Tray" look & feel for the common locations frame :^)
Andreas Kling
2021-04-09
LibGfx+Base: Add Tray/TrayText theme colors and Gfx::ButtonStyle::Tray
Andreas Kling
2021-04-09
Browser: Add more Alt shortcuts to menu actions
Andreas Kling
2021-04-09
LibGUI: Tweak FilePickerDialog UI layout
Andreas Kling
2021-04-09
LibRegex: Parse `\0` as a zero-byte instead of 0x30 ("0")
Jelle Raaijmakers
[next]