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-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-27
LibWeb: Use date constants
Lenny Maiorani
2022-03-26
LibWeb: Include negative margins in height:auto computation for BFC root
Andreas Kling
2022-03-26
LibWeb: Don't collapse horizontal margins between floating boxes
Andreas Kling
2022-03-26
Browser: Make the main browser window a little bit bigger by default
Andreas Kling
2022-03-26
LibWeb: Remove debug spam about not executing empty script elements
Andreas Kling
2022-03-26
LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()
Andreas Kling
2022-03-26
LibWeb: Simplify text chunk iteration a little bit
Andreas Kling
2022-03-26
LibWeb: Remove unused declarations from Layout::TextNode
Andreas Kling
2022-03-26
LibWeb: Make text newlines in "pre" mode emit a ForcedBreak item
Andreas Kling
2022-03-26
LibWeb: Don't append collapsible whitespace to start of new line
Andreas Kling
2022-03-26
LibWeb: Make HTML{Button,Select,TextArea}Element focusable
Linus Groh
2022-03-26
LibWeb: Make any HTMLInputElement with type != hidden focusable
Linus Groh
2022-03-26
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
Linus Groh
2022-03-26
tee: Port to LibMain and move to SerenityOS code patterns
Kenneth Myhra
2022-03-26
Chess: On pgn import avoid losing piece promotion info
Simon Danner
2022-03-26
Spreadsheet: Update Undo / Redo button state
Simon Danner
2022-03-26
Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvas
MacDue
2022-03-26
LibGfx: Support scaling in AntiAliasingPainter::draw_circle()
MacDue
2022-03-26
LibWeb: Assign limits to CSS properties that cannot be negative
Sam Atkins
2022-03-26
Shell: Limit the access of processes spawned for autocompletion
Ali Mohammad Pur
2022-03-26
LibCore: Allow marking options as 'hidden' in ArgsParser
Ali Mohammad Pur
2022-03-26
Shell+LibCore: Provide argument help strings as display trivia
Ali Mohammad Pur
2022-03-26
LibLine: Add a display trivia field to suggestions
Ali Mohammad Pur
2022-03-26
Shell: Add an ArgsParser-based argument parser builtin
Ali Mohammad Pur
2022-03-26
Shell: Implement program-aware autocompletion
Ali Mohammad Pur
2022-03-26
LibCore: Make ArgsParser perform some completion if passed --complete
Ali Mohammad Pur
2022-03-26
Shell: Add the 'join' and 'filter_glob' immediate functions
Ali Mohammad Pur
2022-03-26
ls: Remove leading dashes from ArgsParser argument name
Ali Mohammad Pur
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Remove the totally ad-hoc parse_html_length()
Andreas Kling
2022-03-26
LibWeb: Treat width/height on <svg> element as HTML dimension values
Andreas Kling
2022-03-26
LibWeb: Treat width/height on td/th elements as non-zero dimension value
Andreas Kling
2022-03-26
LibWeb: Treat width/height on table elements as non-zero dimension value
Andreas Kling
2022-03-26
LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntax
Andreas Kling
2022-03-26
LibWeb: Rename "offset" in box model metrics to "inset"
Andreas Kling
2022-03-26
LibWeb: Preserve paint state when painting stacking contexts indirectly
Andreas Kling
2022-03-26
LibWeb: Support navigator.javaEnabled() (always false)
Andreas Kling
2022-03-26
LibWeb: Support the hspace and vspace attributes on img elements
Andreas Kling
2022-03-26
LibWeb: Treat img width/height attributes as HTML dimension values
Andreas Kling
2022-03-26
LibWeb: Add a parser for the HTML "dimension value" microsyntax
Andreas Kling
2022-03-26
LibWeb: Transfer flex item box model metrics to paintable
Andreas Kling
2022-03-26
LibWeb: Resolve style values from the element inline style
Karol Kosek
2022-03-26
LibWeb: Set CSS custom properties from the element inline style
Karol Kosek
2022-03-26
LibWeb: Bring handling of anchor elements closer to spec
sin-ack
2022-03-26
FlacLoader: Use seektable for performing seek operations
Max Trussell
2022-03-26
FlacLoader: Parse SEEKTABLE header
Max Trussell
2022-03-26
Utilities/ps: Don't assume the kernel can provide real TTY paths
Liav A
2022-03-26
LibWeb: Use ThreedShadow1 palette color for input border in Default.css
Linus Groh
2022-03-26
LibWeb: Paint the focus outline using Painter::draw_focus_rect()
Linus Groh
[next]