summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
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
2022-03-26LibWeb: Paint the focus outline actually *outside* the elementLinus Groh
2022-03-25SoundPlayer: Don't crash when the reported buffer is unexpectedkleines Filmröllchen
2022-03-25SoundPlayer: Fix jump to slider behavior for playback sliderkleines Filmröllchen
2022-03-26LibWeb: Include floats in height:auto for BFC root with inline childrenAndreas Kling
2022-03-26LibWeb: Include children-are-inline state in layout tree dumpsAndreas Kling
2022-03-26LibCrypto: Correctly add length to SHA384 and SHA512 hashesMichiel Visser
2022-03-25LibWeb: When painting, reduce computation cost by using the reciprocalJames Bellamy
2022-03-25LibWeb: Attach BackgroundAttachment::Fixed to the window view portTimothy Flynn
2022-03-25LibJS: Fix number types in GetISOPartsFromEpochLinus Groh
2022-03-25LibJS: Update spec comment in BuiltinTimeZoneGetPlainDateTimeForLinus Groh
2022-03-25LibCore: Fix enum copy mistakes in REGISTER_TEXT_ALIGNMENT_PROPERTYkleines Filmröllchen
2022-03-25LibCore: Make EventLoop connect to InspectorServer if requestedkleines Filmröllchen
2022-03-25LibWeb: Show correct element margin values in Inspector "Box Model" viewAndreas Kling
2022-03-24Utilities: Use default constructors/destructorsLenny Maiorani
2022-03-24Shell: Use default constructors/destructorsLenny Maiorani
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-25LibVT: Fix tooltip condition, properly reset when tooltip not availableBen Wiederhake
2022-03-25LibWeb: Improve vertical margin collapse between adjacent blocksAndreas Kling
2022-03-24WebContent: Remove accidentally committed unveil() callAndreas Kling
2022-03-24LibWeb: Support CSS vertical-align values "top" and "bottom"Andreas Kling