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-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-06
LibWeb: Do not try to place out-of-flow blocks in anonymous nodes
Aliaksandr Kalenik
2022-12-05
LibAudio: Use `NonnullOwnPtr` to keep track of LoaderPlugin streams
Tim Schumacher
2022-12-05
LibAudio: Switch LoaderPlugin to a more traditional constructor pattern
Tim Schumacher
2022-12-05
LibAudio: Stop passing `Bytes` by reference
Tim Schumacher
2022-12-05
LibWeb: Fix box-shadows where the border-radius is < the blur-radius
MacDue
2022-12-05
LibWeb: Inherit TableFormattingContext from FC instead of BFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Add vertical-align support for table cells
Aliaksandr Kalenik
2022-12-05
LibWeb: Move box_baseline from LineBuilder.cpp to LayoutState.cpp
Aliaksandr Kalenik
2022-12-05
LibWeb: Implement intrinsic width calculation for TFC
Aliaksandr Kalenik
2022-12-05
LibWeb: Take rowspan into account while table formatting
Aliaksandr Kalenik
2022-12-05
LibWeb: Start implementation of CSS Table 3 spec
Aliaksandr Kalenik
2022-12-05
LibGUI: Fix a typo
Cameron Youell
2022-12-04
MouseSettings: Add "Natural scrolling" toggle
Filiph Sandström
2022-12-04
WindowServer: Add "Natural scrolling" support
Filiph Sandström
2022-12-04
WebContent+WebDriver: Implement `POST /session/{id}/window` endpoint
Victor Song
2022-12-04
WebContent: Unveil /usr/lib as readable
MacDue
2022-12-04
DisplaySettings: Remove unnecessary check for an overridden theme
Osamu-kj
2022-12-04
Utilities: Add strings
Alec Murphy
2022-12-04
LibGUI: Swap Next and Previous button on IncrementalSearchBanner
Štěpán Balážik
2022-12-03
Everywhere: Remove 'clang-format off' comments that are no longer needed
Linus Groh
2022-12-03
Everywhere: Run clang-format
Linus Groh
2022-12-03
LibCodeComprehension: Add .clang-format to disable formatting for tests
Linus Groh
2022-12-03
LibC: Add definitions for missing ELF constants
Andrew Kaster
2022-12-03
LibJS: Add a function to ensure calls are made within the same second
davidot
2022-12-03
LibC: Return h_aliases array from gethostbyname() and gethostbyaddr()
Taj Morton
2022-12-03
LibWeb: Fix integer overflow in gradient painting
MacDue
2022-12-03
LibGfx: Fix some more antialiased line off-by-ones
MacDue
2022-12-03
LibGfx: Remove some unused AntiAliasingPainter methods
MacDue
2022-12-03
LibGfx: Add some AntiAliasingPainter FIXMEs
MacDue
2022-12-03
LibJS: Add an EliminateLoads pass to Bytecode
Hendiadyoin1
2022-12-03
LibJS: Expose some internals of Instructions
Hendiadyoin1
2022-12-03
LibJS: Add a way to replace references to registers in Bytecode
Hendiadyoin1
2022-12-03
LibJS: Make Register comparable
Hendiadyoin1
2022-12-03
LibWeb: Support `repeating-radial-gradient()`s
MacDue
2022-12-03
LibJS: Don't try to merge blocks not ending in Jumps
Hendiadyoin1
2022-12-03
LibJS: Remeber which instruction terminated a block
Hendiadyoin1
2022-12-03
LibJS: Add a debug_position helper to the Bytecode Interpreter
Hendiadyoin1
2022-12-03
LibJS: Restore cached current_block on return in Bytecode
Hendiadyoin1
2022-12-03
LibJS: Handle FinishUnwind in GenerateCFG
Hendiadyoin1
2022-12-03
LibJS: Mark FinishUnwind as a terminator
Hendiadyoin1
2022-12-03
LibJS: Use a switch statement in GenerateCFG
Hendiadyoin1
2022-12-03
LibJS: Don't mark blocks for unification multiple times
Hendiadyoin1
2022-12-03
js: Force optimizations when setting the -p flag
Hendiadyoin1
2022-12-03
LibCore: Mark connections to InspectorServer as MSG_NOSIGNAL
Sam Atkins
2022-12-03
LibCore: Mark LocalServer client sockets as MSG_NOSIGNAL
Sam Atkins
2022-12-03
LibCore: Optionally pass MSG_NOSIGNAL to socket read/writes
Sam Atkins
2022-12-03
Kernel+SystemServer: Don't hardcode coredump directory path
Liav A
2022-12-02
LibJS: Implement Set.prototype.isDisjointFrom
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSupersetOf
Idan Horowitz
[next]