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
/
Libraries
Age
Commit message (
Expand
)
Author
2022-01-24
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
Sam Atkins
2022-01-24
LibJS/Tests: Enable Number.isInteger() test that now passes
Linus Groh
2022-01-24
LibJS: Update ShadowRealm AO parameter declaration notations
Linus Groh
2022-01-24
LibJS: Let WrappedFunction inherit target name and length
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionLength AO
Linus Groh
2022-01-24
LibJS: Implement the SetFunctionName AO
Linus Groh
2022-01-24
LibJS: Fix the execution context for the bytecode interpreter
davidot
2022-01-24
LibEDID: Fix handling extension maps
Tom
2022-01-24
LibEDID: Fix calculating height and refresh rate for interlaced modes
Tom
2022-01-24
LibProtocol: Overload Request::stream_into() to accept a Core::Stream
Sam Atkins
2022-01-24
LibWeb: Resolve a FIXME when determining target of an event handler
Andreas Kling
2022-01-24
LibWeb: Treat SVG fill/stroke/stroke-width attributes as CSS properties
Sam Atkins
2022-01-24
LibWeb: Add `none` as a valid identifier for `fill` and `stroke`
Sam Atkins
2022-01-24
LibWeb: Teach StyleComputer about "Automatic Box Type Transformation"
Andreas Kling
2022-01-24
LibCore: Add mkfifo() syscall wrapper
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
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
Meta+LibEDID: Download and generate the PNP ID database
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
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
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
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
LibTimeZone: Add an API to retrieve a list of all known IANA time zones
Timothy Flynn
[next]