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
2023-04-03
PixelPaint: Update recent files list on project save
Tim Ledbetter
2023-04-03
PixelPaint: Make Bloom use InplaceFilter instead of Filter
matcool
2023-04-03
ImageViewer: Fix crash when setting wallpaper
justus2510
2023-04-03
LibWeb: Parse and plumb background-position-x/y
MacDue
2023-04-03
LibWeb: Add EdgeStyleValue
MacDue
2023-04-03
LibWeb: Add longhand properties for background-position
MacDue
2023-04-02
LookupServer: Put upstream DNS responses in cache
Ali Mohammad Pur
2023-04-02
LibHTTP: Tolerate extra \r\n in chunked-encoding last block size
Ali Mohammad Pur
2023-04-02
LibWeb: Add borders functionality to CSS Grid
martinfalisse
2023-04-02
LibWeb: Fix regression in definite grid row heights
martinfalisse
2023-04-02
LibWeb: Rename PositionedBox to GridItem
martinfalisse
2023-04-02
LibWeb: Don't apply presentational hints to associated pseudo elements
Andreas Kling
2023-04-02
LibWeb: Don't apply element inline style to associated pseudo elements
Andreas Kling
2023-04-02
AK: Increase LittleEndianOutputBitStream's buffer size and remove loops
Timothy Flynn
2023-04-02
LibWeb: Fix application of intrinsic aspect ratio to flex column items
Andreas Kling
2023-04-02
LibWeb: Make HTMLImageElement loads delay the document load event
Andreas Kling
2023-04-02
LibJS: Parse secondary expressions with the original forbidden token set
Linus Groh
2023-04-02
LibCompress: Make CanonicalCode::from_bytes() return ErrorOr<>
Nico Weber
2023-04-01
LibWeb: Add ReadableStream.locked/cancel()/getReader()
Matthew Olsson
2023-04-01
LibWeb: Implement ReadableStream's constructor
Matthew Olsson
2023-04-01
LibWeb: Add UnderlyingSource struct for ReadableStream constructor
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultController
Matthew Olsson
2023-04-01
LibWeb: Add ReadableStreamDefaultReader
Matthew Olsson
2023-04-01
LibWeb: Add the stream queue-related abstract operations
Matthew Olsson
2023-04-01
LibWeb: Add the ReadableStreamGenericReader mixin interface
Matthew Olsson
2023-04-01
LibWeb: Use scaled font when painting list item markers
MacDue
2023-04-01
LibWeb: Use scaled font when painting text shadows
MacDue
2023-04-01
LibWeb: Add .scaled_font() helper to Layout::Node
MacDue
2023-04-01
grep: Read patterns from a file with -f
Eli Youngs
2023-04-01
LibCompress: Implement block size validation for XZ streams
Tim Schumacher
2023-04-01
LibCompress: Factor out the list of XZ check sizes
Tim Schumacher
2023-04-01
LibCompress: Reduce indentation in CompressedBlock::try_read_more()
Nico Weber
2023-04-01
LibWeb: Don't churn HTML::EventLoop while in microtask checkpoint
Andreas Kling
2023-04-01
LibCore: Remove colons from markdown header names in ArgsParser
Tim Ledbetter
2023-04-01
gzip: Use utilities from LibCompress to (de)compress files
Timothy Flynn
2023-04-01
LibCompress: Add a utility to GZIP compress an entire file
Timothy Flynn
2023-04-01
gunzip+LibCompress: Move utility to decompress files to GzipDecompressor
Timothy Flynn
2023-03-31
Browser: Add tooltip to reset zoom level button
MacDue
2023-03-31
KeyboardSettings: Add checkbox to enable Caps Lock mapping to Ctrl
sbcohen2000
2023-03-31
LibCompress: Remove two needless heap allocations
Nico Weber
2023-03-31
LibWeb: Add HTMLAnchorElement.referrerPolicy property
Sam Atkins
2023-03-31
LibWeb: Add HTMLAnchorElement.text getter and setter
Sam Atkins
2023-03-31
LibWeb: Add "CEReactions" to HTMLAnchorElement IDL as in spec
Sam Atkins
2023-03-31
HackStudio: Migrate git-diff indicators to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate execution-position indicator to TextEditor API
Sam Atkins
2023-03-31
HackStudio: Migrate breakpoint indicators to TextEditor API
Sam Atkins
2023-03-31
LibGUI: Add gutter indicators to TextEditor :^)
Sam Atkins
2023-03-31
LibGUI: Rename TextEditor::LineVisualData -> LineData
Sam Atkins
2023-03-31
LibGUI: Extract repeated code for populating TextEditor per-line data
Sam Atkins
2023-03-31
CrashReporter: Warn about malloc and free patterns in fault address
Liav A
[next]