summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-27LibWeb: Use date constantsLenny Maiorani
2022-03-26LibWeb: Include negative margins in height:auto computation for BFC rootAndreas Kling
2022-03-26LibWeb: Don't collapse horizontal margins between floating boxesAndreas Kling
2022-03-26Browser: Make the main browser window a little bit bigger by defaultAndreas Kling
2022-03-26LibWeb: Remove debug spam about not executing empty script elementsAndreas Kling
2022-03-26LibWeb: Fix typo in SVGSVGElement::apply_presentational_hints()Andreas Kling
2022-03-26LibWeb: Simplify text chunk iteration a little bitAndreas Kling
2022-03-26LibWeb: Remove unused declarations from Layout::TextNodeAndreas Kling
2022-03-26LibWeb: Make text newlines in "pre" mode emit a ForcedBreak itemAndreas Kling
2022-03-26LibWeb: Don't append collapsible whitespace to start of new lineAndreas Kling
2022-03-26LibWeb: Make HTML{Button,Select,TextArea}Element focusableLinus Groh
2022-03-26LibWeb: Make any HTMLInputElement with type != hidden focusableLinus Groh
2022-03-26LibWeb: Make HTMLInputElement::TypeAttributeState an enum classLinus Groh
2022-03-26tee: Port to LibMain and move to SerenityOS code patternsKenneth Myhra
2022-03-26Chess: On pgn import avoid losing piece promotion infoSimon Danner
2022-03-26Spreadsheet: Update Undo / Redo button stateSimon Danner
2022-03-26Demos/LibGfxScaleDemo: Use BGRA8888 bitmap in canvasMacDue
2022-03-26LibGfx: Support scaling in AntiAliasingPainter::draw_circle()MacDue
2022-03-26LibWeb: Assign limits to CSS properties that cannot be negativeSam Atkins
2022-03-26Shell: Limit the access of processes spawned for autocompletionAli Mohammad Pur
2022-03-26LibCore: Allow marking options as 'hidden' in ArgsParserAli Mohammad Pur
2022-03-26Shell+LibCore: Provide argument help strings as display triviaAli Mohammad Pur
2022-03-26LibLine: Add a display trivia field to suggestionsAli Mohammad Pur
2022-03-26Shell: Add an ArgsParser-based argument parser builtinAli Mohammad Pur
2022-03-26Shell: Implement program-aware autocompletionAli Mohammad Pur
2022-03-26LibCore: Make ArgsParser perform some completion if passed --completeAli Mohammad Pur
2022-03-26Shell: Add the 'join' and 'filter_glob' immediate functionsAli Mohammad Pur
2022-03-26ls: Remove leading dashes from ArgsParser argument nameAli Mohammad Pur
2022-03-26LibWeb: Move HTML dimension value parsing from CSS to HTML namespaceAndreas Kling
2022-03-26LibWeb: Remove the totally ad-hoc parse_html_length()Andreas Kling
2022-03-26LibWeb: Treat width/height on <svg> element as HTML dimension valuesAndreas Kling
2022-03-26LibWeb: Treat width/height on td/th elements as non-zero dimension valueAndreas Kling
2022-03-26LibWeb: Treat width/height on table elements as non-zero dimension valueAndreas Kling
2022-03-26LibWeb: Add parser for the HTML "non-zero dimensions value" microsyntaxAndreas Kling
2022-03-26LibWeb: Rename "offset" in box model metrics to "inset"Andreas Kling
2022-03-26LibWeb: Preserve paint state when painting stacking contexts indirectlyAndreas Kling
2022-03-26LibWeb: Support navigator.javaEnabled() (always false)Andreas Kling
2022-03-26LibWeb: Support the hspace and vspace attributes on img elementsAndreas Kling
2022-03-26LibWeb: Treat img width/height attributes as HTML dimension valuesAndreas Kling
2022-03-26LibWeb: Add a parser for the HTML "dimension value" microsyntaxAndreas Kling
2022-03-26LibWeb: Transfer flex item box model metrics to paintableAndreas Kling
2022-03-26LibWeb: Resolve style values from the element inline styleKarol Kosek
2022-03-26LibWeb: Set CSS custom properties from the element inline styleKarol Kosek
2022-03-26LibWeb: Bring handling of anchor elements closer to specsin-ack
2022-03-26FlacLoader: Use seektable for performing seek operationsMax Trussell
2022-03-26FlacLoader: Parse SEEKTABLE headerMax Trussell
2022-03-26Utilities/ps: Don't assume the kernel can provide real TTY pathsLiav A
2022-03-26LibWeb: Use ThreedShadow1 palette color for input border in Default.cssLinus Groh
2022-03-26LibWeb: Paint the focus outline using Painter::draw_focus_rect()Linus Groh