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-11-02
LibWeb: Support translate3d
Aliaksandr Kalenik
2022-11-02
LibWeb: Use more verbose input in CSS transform function generator
Aliaksandr Kalenik
2022-11-02
PixelPaint+LibGfx: Allow resizing images and layers
jack gleeson
2022-11-01
LibWeb: Paint `conic-gradient()`s
MacDue
2022-11-01
LibWeb: Parse `conic-gradient()`s
MacDue
2022-11-01
LibWeb: Parse CSS `<position>`s
MacDue
2022-11-01
LibWeb: Add PositionValue class to represent CSS `<position>`s
MacDue
2022-11-01
LibWeb: Add ConicGradientStyleValue
MacDue
2022-11-01
LibWeb: Define window.outerWidth and window.outerHeight
Timothy Flynn
2022-11-01
LibWeb: Retrieve the last known window position for window.screenX/Y
Timothy Flynn
2022-11-01
LibWeb+LibWebView+WebContent: Add IPC to receive window position/size
Timothy Flynn
2022-11-01
LibGUI+WindowServer: Create and broadcast an event when a window moves
Timothy Flynn
2022-11-01
LibWeb: Register PendingResponse with a Request to keep it alive
Linus Groh
2022-11-01
LibSQL: Replace DownPointer copy constructor with move constructor
Timothy Flynn
2022-11-01
LibSQL: Fix typo in debugging statement
Timothy Flynn
2022-11-01
LibSQL: Compute byte buffer offsets using size_t
Timothy Flynn
2022-11-01
LibSQL: Port the backend SQL file to use Core::Stream
Timothy Flynn
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-11-01
LibC: Properly implement stack protectors
Tim Schumacher
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-11-01
LibC: Link against the full LibSystem target
Tim Schumacher
2022-11-01
LibCrypt: Define it as a normal library
Tim Schumacher
2022-11-01
LibJS: Map DurationFormat's list style to "short" when it is "digital"
Timothy Flynn
2022-11-01
LibJS: Alphabetically sort the collations returned by CollationsOfLocale
Timothy Flynn
2022-11-01
WebContent+Friends: Add get_element_text IPC and plumbing
martinfalisse
2022-11-01
LibJS: Disable bytecode optimizations again
Andreas Kling
2022-11-01
LibJS: Set default bytecode optimization level to Optimize
Hendiadyoin1
2022-11-01
LibJS: Add a sanity check to bytecodes argument_list_evaluation
Hendiadyoin1
2022-11-01
LibJS: Add a note about inaccuracies to UnifySameBlocks
Hendiadyoin1
2022-11-01
LibJS: Fix MergeBlocks emitting some blocks twice
Hendiadyoin1
2022-11-01
LibJS: Minor cleanups in MergeBlocks
Hendiadyoin1
2022-11-01
LibJS: Don't memcpy NewBigInt instruction
Hendiadyoin1
2022-11-01
LibJS: Expose some information about the bytecode interpreters state
Hendiadyoin1
2022-11-01
LibWeb+Base: Use line names for positioning grid items
martinfalisse
2022-11-01
LibWeb: Parse line names in grid track position properties
martinfalisse
2022-11-01
LibWeb: Parse line names in grid track size declarations
martinfalisse
2022-11-01
LibWeb: Use w3.org for specs and include new ones
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackPlacement
martinfalisse
2022-11-01
LibWeb: Refactor GridTrackSize classes
martinfalisse
2022-11-01
LibWeb: Rename GridTrackSizedConstraints
martinfalisse
2022-11-01
LibWeb: Fix bug in placing grid items
martinfalisse
2022-10-31
Utilities+LibArchive: Don't follow symlinks
Peter Elliott
2022-10-31
LibCore: Add Core::System::readlink
Peter Elliott
2022-10-31
LibArchive: Support writing paths up to 255 characters
Peter Elliott
2022-10-31
LibArchive: Refactor null-termination logic in TarFileHeader
Peter Elliott
2022-10-31
LibELF: Drop the "resolve and map" all-in-one
Tim Schumacher
2022-10-31
LibELF: Track libraries using their full path
Tim Schumacher
2022-10-31
LibELF: Handle absolute and relative paths for all resolve requests
Tim Schumacher
2022-10-31
LibELF: Sift down "library name only"-strings as far as possible
Tim Schumacher
2022-10-31
LibELF: Use a bit of `TRY` in `DynamicLinker`
Tim Schumacher
[next]