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-24
LibWeb: Use BFC root relative coordinates when flowing around floats
Andreas Kling
2022-01-24
LibWeb: Place block-level boxes vertically before formatting them inside
Andreas Kling
2022-01-24
LibWeb: Unify placement of replaced and non-replaced elements in BFC
Andreas Kling
2022-01-24
LibWeb: Simplify code that compute initial child positions in BFC
Andreas Kling
2022-01-24
LibWeb: Unify code for assigning vertical box model metrics in BFC
Andreas Kling
2022-01-24
LibWeb: Make IFC aware that its parent is always a BFC
Andreas Kling
2022-01-24
LibWeb: Move rect-in-coordinate-space helper to Layout::Box
Andreas Kling
2022-01-24
LibWeb: Remove unused InlineFormattingContext::available_width_at_line()
Andreas Kling
2022-01-24
LibWeb: Take full border box into account when vertically placing floats
Andreas Kling
2022-01-23
DisplaySettings: Show display's manufacturer and size instead of device
Tom
2022-01-23
Meta+LibEDID: Download and generate the PNP ID database
Tom
2022-01-23
DisplaySettings: Show DPI for selected resolution
Tom
2022-01-23
LibEDID: Add API for conveniently querying EDID from framebuffer device
Tom
2022-01-23
Kernel: Add ioctl to get the EDID from a framebuffer
Tom
2022-01-23
LibEDID: Add a library to parse EDID blobs
Tom
2022-01-23
LibGUI: Fix typo in TextEditor
Tobias Christiansen
2022-01-23
LibGUI: Fix broken text rendering in TextEditor
Tobias Christiansen
2022-01-23
RequestServer: Unveil /etc/timezone for date-time usage
Timothy Flynn
2022-01-23
gunzip: Don't truncate output filename when input file suffix is omitted
Rummskartoffel
2022-01-23
LibSoftGPU: Add const to Clipper where possible
Lenny Maiorani
2022-01-23
LibSoftGPU: Switch to using east const in Clipper.[h,cpp]
Lenny Maiorani
2022-01-23
LibSQL: Add simple REGEXP match
mnlrsn
2022-01-23
LibJS+LibIMAP: Use the new Optional<U>(Optional<T>) constructor
Idan Horowitz
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
[next]