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
LibHTTP: Take the final EOF read notification into account
AnotherTest
2021-01-06
LibWeb: Compute width of absolutely positioned, replaced elements
Andreas Kling
2021-01-06
LibWeb: Move absolute positioning up to FormattingContext
Andreas Kling
2021-01-06
LibLine: Don't ignore ^C inputs when there are no registered handlers
AnotherTest
2021-01-06
LibKeyboard: don't null codepoint for numpad return key
Sergey Semushin
2021-01-06
LibWeb: Don't prune whitespace nodes from layout tree
Andreas Kling
2021-01-06
LibWeb: Make DOM::Node::create_layout_node() not need parent's style
Andreas Kling
2021-01-06
LibWeb: Remove specified style from layout nodes
Andreas Kling
2021-01-06
LibWeb: Split CSS::ComputedValues members into structs by inheritance
Andreas Kling
2021-01-06
LibWeb: Use the specified CSS values from element in more places
Andreas Kling
2021-01-06
LibWeb: Use the cached background-image value in Layout::Box::paint()
Andreas Kling
2021-01-06
LibWeb: Rename Element::resolved_style() => specified_css_values()
Andreas Kling
2021-01-06
LibWeb: Copy some properties from specified style into layout node
Andreas Kling
2021-01-06
LibWeb: Rename Layout::Node::style() => computed_values()
Andreas Kling
2021-01-06
LibWeb: Store the used font in Layout::NodeWithStyle
Andreas Kling
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
[next]