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
2022-01-23
LibJS: Add some overloads for JS::call() and JS::call_impl()
mjz19910
2022-01-23
Kernel: Use ErrorOr in BlockBased and Ext2 filesystem raw read and write
David Briggs
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
Kernel: Add missing #include <AK/Badge.h> to MemoryManager.h
Marco Cutecchia
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
AK: Implement AK::Time's seconds_since_epoch_to_year without LibM
Timothy Flynn
2022-01-23
AK: Avoid impl initialization before assignment in `String`constructor
Michel Hermier
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
Base: Add a <pre> test page
Nico Weber
2022-01-23
Keymaps: Add Greek keymap
Στέφανος
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
Base: Add a note on the possibility of failure with the beep utility
Liav A
2022-01-23
LibCore: Print the actual errno if sysbeep failed
Liav A
2022-01-23
Kernel: Add CommandLine option to disable or enable the PC speaker
Liav A
2022-01-23
Kernel: Implement beep functionality in virtual consoles
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
Kernel/Devices: Introduce the Device Control Device
Liav A
2022-01-23
LibWeb: Make LineBuilder assign height to empty line boxes
Andreas Kling
2022-01-23
Kernel/Graphics: Send correct parameters to text console clear method
Liav A
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
[next]