index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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
Base: Add some `conic-gradient()` HTML examples
MacDue
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
Browser: Inform WebView processes of the browser window's position/size
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
Ports: Update ScummVM to 2.6.1
Jelle Raaijmakers
2022-11-01
Ports: Update build flags for ScummVM
Jelle Raaijmakers
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
AK: Use size_t for ByteBuffer offsets
Timothy Flynn
2022-11-01
Utilities: Clean up CMakeLists.txt
Tim Schumacher
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
Browser: Update Storage Inspector's cookie model when deleting cookies
Timothy Flynn
2022-11-01
AK+Kernel: Handle some allocation failures in IPv4Socket and TCPSocket
Gunnar Beutner
2022-11-01
AK+Kernel: Handle allocation failures in Device::try_make_request
Gunnar Beutner
2022-11-01
Kernel: Remove unused #includes
Gunnar Beutner
2022-11-01
HexEditor: Implement undo and redo actions
kamp
2022-11-01
HexEditor: Only mark window as modified when document is actually dirty
kamp
2022-11-01
AK+Kernel: Don't allow allocations in AK::Function in kernel mode
Gunnar Beutner
2022-11-01
Kernel: Decrease number of captured variables for lambda
Gunnar Beutner
2022-11-01
AK: Allow destruction of JsonObjectSerializer objects after errors
Gunnar Beutner
2022-11-01
Base: Add Black&White Square Button emoji
premek
2022-11-01
WebDriver: Implement `GET /session/{id}/element/{id}/text` endpoint
martinfalisse
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
[next]