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
mktemp: Port to LibMain
Kenneth Myhra
2022-01-24
mkfifo: Port to LibMain
Kenneth Myhra
2022-01-24
LibCore: Add mkfifo() syscall wrapper
Kenneth Myhra
2022-01-24
mknod: Port to LibMain
Kenneth Myhra
2022-01-24
LibCore: Add mknod() syscall wrapper
Kenneth Myhra
2022-01-24
LibC: Add POSIX spec link for unistd mknod() API
Kenneth Myhra
2022-01-24
LibCore: Improve handling of parsing errors in FilePermissionsMask
Xavier Defrang
2022-01-24
LibCore: Restore support for multiple symbolic classes
Xavier Defrang
2022-01-24
sort: Port to LibMain
Michel Hermier
2022-01-24
shuf: Port to LibMain
Michel Hermier
2022-01-24
rev: Port to LibMain
Michel Hermier
2022-01-24
UserspaceEmulator: Support ioctls TCSETSF and TCSETSW
Rummskartoffel
2022-01-24
LibWeb: Make sure painted CSS borders are snapped to integer pixels
Andreas Kling
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
[next]