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
2022-01-23
find: Fix crash on missing arguments
David Lindbom
2022-01-23
LibJS: Remove VM::call()
mjz19910
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2022-01-23
LibJS: Add some overloads for JS::call() and JS::call_impl()
mjz19910
2022-01-23
LibCore+LibC: Enforce the global event loop ban in code
kleines Filmröllchen
2022-01-23
LibCore: Fix signal handling race condition in EventLoop
kleines Filmröllchen
2022-01-23
LibCore: Create wake pipe on each thread
kleines Filmröllchen
2022-01-23
LibCore: Allow EventLoops to run on multiple threads safely
kleines Filmröllchen
2022-01-23
LibThreading: Introduce MutexProtected generic synchronization primitive
kleines Filmröllchen
2022-01-23
ClockSettings: Add a GUI application to set the system time zone
Timothy Flynn
2022-01-23
timezone: Add a command line utility to set the system time zone
Timothy Flynn
2022-01-23
LibC: Use LibTimeZone to offset localtime() for the system time zone
Timothy Flynn
2022-01-23
LibTimeZone: Use /etc/timezone as the basis for the system time zone
Timothy Flynn
2022-01-23
Userland: Add promises to programs that will read /etc/timezone
Timothy Flynn
2022-01-23
LibTimeZone: Add an API to retrieve a list of all known IANA time zones
Timothy Flynn
2022-01-23
LibJS+LibTimeZone+LibUnicode: Remove direct linkage to LibTimeZone
Timothy Flynn
2022-01-23
DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC
Timothy Flynn
2022-01-23
LibWeb: Consider TextDecorationStyle when rendering text
Tobias Christiansen
2022-01-23
LibWeb: Add new property 'text-decoration-style'
Tobias Christiansen
2022-01-23
LibGUI: Expand underline support for Spans in TextEditor
Tobias Christiansen
2022-01-23
LibGfx: Expand TextAttributes with more information about underlining
Tobias Christiansen
2022-01-23
LibGfx: Add Painter::draw_triangle_wave()
Tobias Christiansen
2022-01-23
LibHTTP+AK: Rename CNETWORKJOB_DEBUG to NETWORKJOB_DEBUG
Nico Weber
2022-01-23
LibHTTP+AK: Rename CHTTPJOB_DEBUG to HTTPJOB_DEBUG
Nico Weber
2022-01-23
LibCore: Print the actual errno if sysbeep failed
Liav A
2022-01-23
SystemServer: Create /dev/devctl and create devices based on its events
Liav A
2022-01-23
SystemServer: Rename devfs => devtmpfs
Liav A
2022-01-23
LibWeb: Make LineBuilder assign height to empty line boxes
Andreas Kling
2022-01-23
WindowServer: Paint menu checkboxes as such instead of as frames
thankyouverycool
2022-01-23
TextEditor: Fix crash on startup when file specified cannot be opened
Rummskartoffel
2022-01-23
LibWeb: Allow CSS floating objects to flow across multiple lines
Andreas Kling
2022-01-23
LibWeb: Put BFC floating object state into a struct
Andreas Kling
2022-01-23
LibWeb: Don't do horizontal inline line layout twice for last line
Andreas Kling
2022-01-23
LibWeb: Pass correct state to TextNode::compute_text_for_rendering()
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator::m_container a Layout::BlockContainer&
Andreas Kling
2022-01-23
LibWeb: Ignore some collapsible whitespace when building lines
Andreas Kling
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2022-01-23
LibWeb: Align inline-level boxes to the baseline of the line box
Andreas Kling
2022-01-23
LibWeb: Avoid creating an empty first line box in block containers
Andreas Kling
2022-01-23
LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaks
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator ignore list item marker boxes
Andreas Kling
2022-01-23
LibWeb: Dimension inline-block boxes before deciding about line breaks
Andreas Kling
2022-01-23
LibWeb: Teach InlineLevelIterator to skip across inline-block elements
Andreas Kling
2022-01-23
LibWeb: Use LineBuilder in IFC to layout line boxes incrementally
Andreas Kling
2022-01-23
LibWeb: Add Layout::LineBuilder class for incremental line box layout
Andreas Kling
2022-01-23
LibWeb: Remove duplicate type checks in SelectorEngine
Andreas Kling
2022-01-23
LibWeb: Remove duplicate checks in for_each_effective_style_rule()
Andreas Kling
2022-01-23
LibWeb: Move available_space_for_line() into InlineFormattingContext
Andreas Kling
2022-01-23
LibWeb: Add inline-level iterator that enumerates items for line layout
Andreas Kling
2022-01-23
LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant
Andreas Kling
[prev]
[next]