index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-10-28
LibWeb: Allow whitespace inside CSS attribute selectors
Sam Atkins
2021-10-28
LibWeb: Remove two lowercase string creations from Element::has_class
Timothy Flynn
2021-10-28
LibWeb: Do not create lowercase strings in NamedNodeMap::get_attribute
Timothy Flynn
2021-10-28
LibWeb: Remove duplicated auto height computation
Ben Wiederhake
2021-10-28
LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)
Andreas Kling
2021-10-28
LibWeb: Properly handle the <td align> attribute
Andreas Kling
2021-10-28
LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.h
Idan Horowitz
2021-10-28
LibC: Change the type of FBProperties' fields from bool to unsigned char
Idan Horowitz
2021-10-28
ThemeEditor: Display the theme's window icons in the preview
Sam Atkins
2021-10-28
ThemeEditor: Add PathRole editing
Sam Atkins
2021-10-28
ThemeEditor: Update value edit boxes when loading a theme file
Sam Atkins
2021-10-28
ThemeEditor: Add MetricRole editing
Sam Atkins
2021-10-28
LibGUI: Add MetricRole and PathRole to GUI::Variant
Sam Atkins
2021-10-28
LibGfx: Add to_string() functions for MetricRole and PathRole
Sam Atkins
2021-10-28
ThemeEditor: Convert layout to GML
Sam Atkins
2021-10-28
ThemeEditor: Display window shadows in preview :^)
Sam Atkins
2021-10-28
LibGfx+WindowServer: Move shadow-painting code to StylePainter
Sam Atkins
2021-10-28
LibGfx: Make style painters use east const and virtual specifiers
Sam Atkins
2021-10-28
ThemeEditor: Give both preview windows a background color
Sam Atkins
2021-10-28
MouseSettings: Reset the double-click timer after every second click
Jelle Raaijmakers
2021-10-28
LibCore: Add ElapsedTimer::reset()
Jelle Raaijmakers
2021-10-27
Everywhere: Rename back-click to backward-click
Filiph Sandström
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-10-27
Piano: Fix typo in Copyright header
Ben Wiederhake
2021-10-27
LibWeb: Don't create anonymous table boxes around whitespace
Andreas Kling
2021-10-27
LibWeb: Remove Layout::Box::width_of_logical_containing_block()
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElement
Andreas Kling
2021-10-27
LibWeb: Add fast_is<T>() for Layout::Label
Andreas Kling
2021-10-27
Kernel + WindowServer: Re-define the interface to framebuffer devices
Liav A
2021-10-26
LibWeb: Implement URLSearchParams.getAll
Luke Wilde
2021-10-26
LibJS: Clarify mathematical types in Temporal AOs and functions
Linus Groh
2021-10-26
LibWeb: Fix inline blocks swallowing trailing whitespace
Felix Rauch
2021-10-26
Demos: Remap mouse button events to physical buttons in MouseDemo
Idan Horowitz
2021-10-26
Demos: Change MouseDemo's window title to "Mouse demo"
Idan Horowitz
2021-10-26
LibC: Remove debug spam from openpty()
Andreas Kling
2021-10-26
WindowServer: Don't re-open screen device immediately after opening it
Andreas Kling
2021-10-26
WindowServer: Remove Screen::init()
Andreas Kling
2021-10-25
SystemServer: Rename 'BootModes' config option to 'SystemModes'
Ben Wiederhake
2021-10-25
Kernel+SystemServer: Change bootmode to system_mode
Ben Wiederhake
2021-10-25
SoundPlayer: Implement playlist shuffle mode
Leandro Pereira
2021-10-25
SoundPlayer: Make M3UParser more idiomatic
Leandro Pereira
2021-10-25
SoundPlayer: Fix inconsistencies and code duplication
Leandro Pereira
2021-10-25
LibCore: Add File::size()
Leandro Pereira
2021-10-25
Kernel+LibC: Default to 8-bit characters in TTY
Daniel Bertalan
2021-10-25
MouseSettings: Add option to reverse buttons
Andrew Pardoe
2021-10-25
LibJS: Support calling result of a computed MemberExpression in bytecode
Andreas Kling
2021-10-25
LibJS: Simplify MemberExpression::generate_bytecode()
Andreas Kling
2021-10-25
LibJS: Tweak Value::to_property_key() fast path for Int32
Andreas Kling
2021-10-25
LibJS: Support more assignment expressions in the bytecode VM
Andreas Kling
2021-10-25
LibJS: Generate bytecode for UpdateExpression with MemberExpression arg
Andreas Kling
[next]