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-06
LibWeb: Rename LayoutStyle => CSS::ComputedValues
Andreas Kling
2021-01-06
LibELF: Implement GNU Hashing algorithm for dyn relocations
Sahan Fernando
2021-01-06
CharacterMap: Added a new Shift+AltGr map.
Davide Carella
2021-01-06
LibGfx: Tolerate PNGs with fewer palette entries than possible
Andreas Kling
2021-01-06
LibWeb: Simplify one kind of whitespace collapsing
Andreas Kling
2021-01-05
LibWeb: Set override cursor on IPWV itself instead of whole window
Andreas Kling
2021-01-05
LibWeb: Add a basic content filter (ad blocking!) :^)
Andreas Kling
2021-01-05
LibGUI: Add GUI::Application::active_window()
Andreas Kling
2021-01-05
LibGUI: Remove unused hook Window::on_activity_change
Andreas Kling
2021-01-05
LibGfx: Fail PGM decode if there isn't enough color data in image
Andreas Kling
2021-01-05
LibTTF: Guard against unsigned overflow in TTF table parsing
Andreas Kling
2021-01-05
LibJS: Disable ASAN during the conservative GC stack scan
Andreas Kling
2021-01-05
LibJS: Fix UB downcast during GlobalObject construction
Andreas Kling
2021-01-05
TextEditor+EditingEngine: Add support for the basics of Vim emulation
Rok Povsic
2021-01-04
LibGUI: Add CommonActions::make_about_action()
Andreas Kling
2021-01-04
LibWeb: Don't careleslly insert inline-level boxes into inline-blocks
Andreas Kling
2021-01-04
Kernel+LibC: Tidy up assertion failures with a dedicated syscall
Andreas Kling
2021-01-04
LibWeb: Restart the cursor blink cycle whenever the user edits content
Andreas Kling
2021-01-04
LibLine: Don't overwrite stuff when moving origin around
AnotherTest
2021-01-04
LibGUI: Don't include invisible widgets in BoxLayout preferred size
Andreas Kling
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
[prev]
[next]