Age | Commit message (Expand) | Author |
---|---|---|
2021-01-12 | Applications: Move to Userland/Applications/ | Andreas Kling |
2020-11-22 | PixelPaint: Use UndoStack instead of History | BenJilks |
2020-11-22 | PixelPaint: Undo and redo actions | BenJilks |
2020-10-30 | LibGUI: Add Widget focus policies | Andreas Kling |
2020-07-27 | LibGfx: Templatize Point, Size, and Rect | Matthew Olsson |
2020-06-10 | LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize | Andreas Kling |
2020-05-26 | PixelPaint: Add selection functionality to the LayerListWidget | Andreas Kling |
2020-05-26 | PixelPaint: Allow reordering layer by dragging them in LayerListWidget | Andreas Kling |
2020-05-26 | PixelPaint: Have layers and images send out notifications on changes | Andreas Kling |
2020-05-22 | PixelPaint: Make the LineTool previews work while zoomed in | Andreas Kling |
2020-05-20 | PixelPaint: Support panning and scaling the image we're working on :^) | Andreas Kling |
2020-05-20 | PixelPaint: Rename from PaintBrush :^) | Andreas Kling |