index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
2021-01-04
LibGUI: Simplify ToolBarContainer by using shrink-to-fit
Andreas Kling
2021-01-04
LibGUI: Add Widget shrink-to-fit layout flag
Andreas Kling
2021-01-04
LibCore: Make Core::Object::property() const
Andreas Kling
2021-01-03
Toolchain+LibTTF: Remove some blank line at the end of CMake files.
Emanuele Torre
2021-01-03
Kernel+LibELF: Store termination signal in coredump ProcessInfo
Linus Groh
2021-01-03
LibCore: Allow caching and reusing the ProcFS file descriptors
Tom
2021-01-03
LibCore: Report error condition when reading process statistics failed
Tom
2021-01-03
LibGUI: Add GMLFormatter
Linus Groh
2021-01-03
LibGUI: Allow comment(s) before first class marker in GML parser
Linus Groh
2021-01-03
LibELF: Add missing newlines at end of files
Andreas Kling
2021-01-03
LibVT: Show terminal hyperlink targets as tooltips
Andreas Kling
2021-01-03
LibGUI: Hide the tooltip if widget with open tooltip unsets it
Andreas Kling
2021-01-03
LibVT: Make terminal hyperlinks double-click-to-activate
Andreas Kling
2021-01-03
LibELF: Support relocating weak symbols against global libraries
William Marlow
2021-01-03
Loader.so+LibELF: Move most of Loader.so's logic into ELF::DynamicLinker
William Marlow
2021-01-03
LibGfx+Ports: Add missing newlines at the end of file.
Emanuele Torre
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-03
LibGUI: Use String::formatted() and String::number() more
Andreas Kling
2021-01-03
LibWeb: Convert a bunch of String::format() => String::formatted()
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add ability to allow URL without handler
Andreas Kling
2021-01-03
LaunchServer+LibDesktop: Add unveil-like mechanism for LaunchServer
Andreas Kling
2021-01-03
LibGUI: Also specialize PgUp/PgDn/Home/End in line-wrapped TextEditors
Andreas Kling
2021-01-03
LibGUI: Improve up/down arrow behavior in TextEditor with wrapping
Andreas Kling
2021-01-03
LibGUI: Make the autocomplete box window a child of its editor's window
AnotherTest
2021-01-03
LibGUI: Stop the automatic autocomplete timer when typing whitespace
AnotherTest
2021-01-03
LibGUI: Register the various BoxLayouts
AnotherTest
2021-01-03
LibCore: Add a way to check if a property is readonly
AnotherTest
2021-01-03
LibGUI: Add missing properties to Widget gml
Glenford Williams
2021-01-03
LibGUI: Move widget registrations to the corresponding cpp file
Andrew Kaster
2021-01-03
LibWeb: Fully implement end tag parsing in foreign content
Luke
2021-01-02
LibGUI: Remove Widget's unused m_{foreground,background}_color
Linus Groh
2021-01-02
LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)
Andreas Kling
2021-01-02
LibWeb: Use Gfx::Bitmap::create_shareable() in OOPWV
Andreas Kling
2021-01-02
LibGfx: Add Gfx::Bitmap::create_shareable(format, size)
Andreas Kling
2021-01-02
LibC: Randomize the stack check cookie value on initialization
Brian Gianforcaro
2021-01-02
LibGUI: CommonActions: Add make_help_action common action
Brendan Coles
2021-01-02
LibGUI: Add an optional "automatic" autocomplete feature to TextEditor
AnotherTest
2021-01-02
Build + LibC: Enable -fstack-protector-strong in user space
Brian Gianforcaro
2021-01-02
LibWeb: When collapsing margins, consider border box heights
Andreas Kling
2021-01-02
LibWeb: Fix unnecessary wrapping of block boxes in anonymous blocks
Andreas Kling
2021-01-02
LibMarkdown: Parse horizontal rules
Andreas Kling
2021-01-02
LibGUI: Allow widget sibling navigation with arrow keys
Andreas Kling
2021-01-02
Lagom/Fuzzers: Add TTF fuzzer
Luke
2021-01-02
LibTTF: Add option to load font from a byte buffer
Luke
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
2021-01-02
LibGUI: Tweak MessageBox layout slightly
Andreas Kling
2021-01-02
LibGUI: Correct selection width when using fonts with glyph spacing
Andreas Kling
2021-01-02
LibGUI: Fix cursor height in single-line text boxes
Andreas Kling
2021-01-02
LibGUI: Add Window::on_close hook
Andreas Kling
2021-01-01
Kernel: Remove MAP_PURGEABLE from mmap
Tom
[next]