summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-08-14LibWeb: Extract CanvasDrawImage class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasText class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasDrawPath class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasRect class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasFillStrokeStyles class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasFillStrokeStyles class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasTransform class from CRC2DSam Atkins
2022-08-14LibWeb: Extract CanvasState class from CRC2DSam Atkins
2022-08-14LibWeb: Teach CRC2D to draw Path2Ds :^)Sam Atkins
2022-08-14LibGfx: Add method for copying a Path with a transform appliedSam Atkins
2022-08-14LibWeb: Implement Path2D classSam Atkins
2022-08-14LibWeb: Extract CanvasPath class from CRC2DSam Atkins
2022-08-14LibWeb: Use "unrestricted float/double" where we should in IDLSam Atkins
2022-08-14LibWeb: Use parent and sibling positions for absolutely positioned divmartinfalisse
2022-08-14LibWeb: Factor out compute_y_positionmartinfalisse
2022-08-14FileManager: Add 'Set as Desktop Wallpaper' action to file context menucflip
2022-08-14LibGUI: Avoid too large tooltip when switching to shorter textDavid Smith
2022-08-14WorkspacePicker: Allow opening workspace settings via a context menuAndreas Kling
2022-08-14Utilities/lsblk: Remove Interface Type columnLiav A
2022-08-14Base: Add Icon for Partition Editorelectrikmilk
2022-08-14LibJS: Make Function.prototype a callable function objectLinus Groh
2022-08-13Browser+Base: Allow opening multiple URLs at once from command lineSam Atkins
2022-08-13ThemeEditor: Use `FileSystemAccessServer` instead of unveiling filesLucas CHOLLET
2022-08-13HackStudio: Fix update modified document on tab widgetFederico Guerinoni
2022-08-13PixelPaint: Allow configuration of default image size through GUIcflip
2022-08-12SystemMonitor: Remove GML references to the deleted Hardware tabLiav A
2022-08-12LibWeb: Implement `linear-gradient()` transition hintsMacDue
2022-08-11Shell: Avoid StringView OOB access in Formatter ctorAli Mohammad Pur
2022-08-11Shell: Stop printing 'sh -c' commandsAli Mohammad Pur
2022-08-10LibWeb: Follow `image-rendering` when painting image style valuesMacDue
2022-08-10HackStudio: Add fullscreen shortcutJunior Rantila
2022-08-09Terminal: Propagate more errorsJunior Rantila
2022-08-09WindowServer: Let WindowManager set serverside effectsthankyouverycool
2022-08-09LibGUI+LibGfx: Let Desktop::the() set widget effectsthankyouverycool
2022-08-09DisplaySettings: Add an Effects tabthankyouverycool
2022-08-09LibGUI+WindowServer: Create IPC calls for passing SystemEffectsthankyouverycool
2022-08-09LibGUI: Let Desktop:the() manage SystemEffects inside LibGUIthankyouverycool
2022-08-09LibGUI+WindowServer: Add a SystemEffects wrapper and helpersthankyouverycool
2022-08-08Chess: Import/Export chessboards using LibFileSystemAccessClientKarol Kosek
2022-08-08LibGUI: Correct cursor index during mouseup_eventMatthew B. Jones
2022-08-08LibWeb: Avoid painting background-images under opaque bordersMacDue
2022-08-08LibWeb: Convert images to common AbstractImageStyleValue baseMacDue
2022-08-08LibGfx: Add Size<T>::to_rounded<I>()MacDue
2022-08-08LibWeb: Don't allow mixed commas/no commas in rect() css valuesMacDue
2022-08-08LibWeb: Fix resolution of CSS clip rectMacDue
2022-08-08LibWeb: Enable CSS clip for `position: fixed` elementsMacDue
2022-08-08LibWeb: Fix RectStyleValue to_string() implementationTom
2022-08-07LibWeb: Allow % height of a % height parent in block-formatted elementsMacDue
2022-08-07LibWeb: Allow absolute boxes to have a % height of a % height parentMacDue
2022-08-07LibWeb: Implement clip propertyTom