index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-01-08
WindowServer: is_blocked_by_modal_window() => blocking_modal_window()
Andreas Kling
2021-01-08
UserspaceEmulator: Fix build after MOVSX shadowing changes
Andreas Kling
2021-01-08
UserspaceEmulator: Fix incorrect shadowing on mov sign extend
Gal Horowitz
2021-01-08
WindowServer: Start blocked modal animation when clicking on frame
Tom
2021-01-08
Userland: Add ddate utility
Brendan Coles
2021-01-07
date: Use ArgsParser and add ISO8601 / RFC3339 / RFC5322 output formats
Brendan Coles
2021-01-07
Userland: Rename cp's "-r" flag to "-R"
Nico Weber
2021-01-07
LibWeb: Implement most of the CSS table fixup algorithm
Andreas Kling
2021-01-07
LibWeb: Specialize is<DOM::Element>() and is<Layout::Box>()
Andreas Kling
2021-01-07
LibWeb: Allow anonymous table, table-row and table-cell layout nodes
Andreas Kling
2021-01-07
LibWeb: Move remove_all_children() from Node to TreeNode<T>
Andreas Kling
2021-01-07
LibWeb: Add the computed "display" values to CSS::ComputedValues
Andreas Kling
2021-01-07
LibWeb: Add some more CSS "display" values
Andreas Kling
2021-01-07
CMake: Only enable "MacOS workaround" on MacOS
Andreas Kling
2021-01-07
CMake: set CMAKE_SKIP_RPATH everywhere
Nico Weber
2021-01-07
LibCrypto+LibJS: Fix broken subtraction of two negative signed bigints
Andreas Kling
2021-01-07
Userland: Give cp a "-l" flag to make hard links
Nico Weber
2021-01-07
Userland: Include hard link count in "ls -l" output
Nico Weber
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
Shell: Run function declarations in the current process
AnotherTest
2021-01-06
Base: Add tar man page documentation
Brendan Coles
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
Everywhere: Force linker hash style to be gnu
Sahan Fernando
2021-01-06
LibELF: Implement GNU Hashing algorithm for dyn relocations
Sahan Fernando
2021-01-06
Keymaps: Created a new keymap for Italian keyboards.
Davide Carella
2021-01-06
KeyboardMapper: Added a new radio button that shows the Shift+AltGr map.
Davide Carella
2021-01-06
CharacterMap: Added a new Shift+AltGr map.
Davide Carella
2021-01-06
Syscall: Changed 'setkeymap' to take also the Shift+AltGr map.
Davide Carella
2021-01-06
Screensaver: Disable double buffering and hide cursor
Brendan Coles
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
Browser: Add a very basic content filter list
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
[next]