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-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
WebContent+WebDriver: Implement `POST /session/{id}/window` endpoint
Victor Song
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
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-02
LibJS: Implement Set.prototype.isDisjointFrom
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSupersetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSubsetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.symmetricDifference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.difference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.intersection
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.union
Idan Horowitz
2022-12-02
LibJS: Implement the Set Methods proposal abstract operations
Idan Horowitz
2022-12-02
LibWeb: Log failures to decode image resources inside ImageResource
Marco Cutecchia
2022-12-02
LibWeb: Add null checks before derefencing Bitmaps in ImageStyleValue
Marco Cutecchia
2022-12-02
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
Linus Groh
2022-12-02
LibJS: Align Temporal.{Calendar,TimeZone} id getters with toString
Linus Groh
[next]