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-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
2021-01-01
LibGfx: Tweak color of checkmark in disabled+checked GUI::CheckBox
Andreas Kling
2021-01-01
LibThread: Improve semantics of Thread::join, and remove Thread::quit.
Andrew Kaster
2021-01-01
LibPthread: Implement destruction of pthread_keys
Andrew Kaster
2021-01-01
LibWeb: Use is<T> in XMLHttpRequestPrototype
Andreas Kling
2021-01-01
AK: Deal with unsigned integers in binary search.
asynts
2021-01-01
LibJS: Remove hand-rolled type information in JS AST in favor of RTTI
Andreas Kling
2021-01-01
LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes
Andreas Kling
2021-01-01
LibWeb: Remove more hand-rolled type information :^)
Andreas Kling
2021-01-01
LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappers
Andreas Kling
2021-01-01
LibJS: Remove hand-rolled Object is_foo() helpers in favor of RTTI
Andreas Kling
2021-01-01
LibJS: Use RTTI for inheritance checks
Andreas Kling
2021-01-01
LibWeb: Demangle the names returned by Layout::Node::class_name()
Andreas Kling
2021-01-01
LibWeb: Simplify Layout::Node::class_name() with RTTI
Andreas Kling
2021-01-01
LibCore: Remove Core::Object::is_widget() in favor of RTTI
Andreas Kling
2021-01-01
LibCore: Remove some hand-rolled type information from Core::Object
Andreas Kling
2021-01-01
LibGUI: Remove some hand-rolled type information from Widget
Andreas Kling
2021-01-01
AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers
Andreas Kling
2021-01-01
LibJS: Fix email in TypedArray{Constructor,Prototype} copyright headers
Linus Groh
2021-01-01
Applications+LibGUI: Convert all GML consumers to use the LibCore finder
Andrew Kaster
[next]