summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2022-08-28PixelPaint: Cropping to content with moved layers was brokenAndreas Krohn
2022-08-28PixelPaint: Fix const correctness of Selection::in_interactive_selectionKevin Meyer
2022-08-26PixelPaint: Make selection changes undoableAndreas Kling
2022-08-26PixelPaint: Move selection from ImageEditor to ImageAndreas Kling
2022-08-26PixelPaint: Move "marching ants" painting logic to ImageEditorAndreas Kling
2022-08-26PixelPaint: Round mouse event coordinates instead of truncatingAndreas Kling
2022-08-25PixelPaint: Reduce verbosity of crop to content featurefaxe1008
2022-08-24PixelPaint: Add more iconselectrikmilk
2022-08-23PixelPaint: Add simple "Crop Image to Content" featureAndreas Kling
2022-08-23PixelPaint: Make the default empty image transparent by defaultAndreas Kling
2022-08-23PixelPaint: Avoid division-by-zero in HistogramWidgetAndreas Kling
2022-08-23PixelPaint: Use Sqrt1_2 constant in EllipseTool instead of 1/1.41Hendiadyoin1
2022-08-22PixelPaint: Disambiguate layer vs image actions in their namesAndreas Kling
2022-08-22PixelPaint: Add actions for flipping and rotating an individual layerAndreas Kling
2022-08-22PixelPaint: Relayout ImageEditor immediately when image rect changesAndreas Kling
2022-08-22PixelPaint: Create undo items for more editing actionsAndreas Kling
2022-08-22PixelPaint: Restore image size from snapshotsAndreas Kling
2022-08-22PixelPaint: Push layer creation onto the undo stackRoberto Bampi
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-08-21PixelPaint: Add Tool::tool_name() as a single-point-of-truthAndreas Kling
2022-08-21PixelPaint: Make Filter::filter_name() constAndreas Kling
2022-08-21PixelPaint: Fix tool preview positions after moving a layerMacDue
2022-08-21PixelPaint: Make outline ellipse the same size as other ellipsesMacDue
2022-08-14Base: Launch ImageDecoder at session start-upLucas CHOLLET
2022-08-14Base: Launch FileSystemAccessServer at session start-upLucas CHOLLET
2022-08-14PixelPaint: Add Median filterkleines Filmröllchen
2022-08-13PixelPaint: Allow configuration of default image size through GUIcflip
2022-08-04Applications: Make a few of the larger Toolbars collapsiblethankyouverycool
2022-07-17PixelPaint: Export images using the editor title as a default basenameKarol Kosek
2022-07-15PixelPaint: Tweak FilterGallery layoutFrHun
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-12Everywhere: Split Error::from_string_literal and Error::from_string_viewsin-ack
2022-06-30PixelPaint: Omit file extension in tab/editor titlesLennon Donaghy
2022-06-30PixelPaint: Use image title as default filename for "save as"Lennon Donaghy
2022-06-30Applications+Games+LibGUI: Fix layout problemsFrHun
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
2022-06-16PixelPaint: Add Smooth Pixels scaling optionKarol Kosek
2022-06-08PixelPaint: Speed up and improve memory usage of bucket fill toolAaron J Yoder
2022-06-02PixelPaint: Use default buttons in EditGuideDialogKarol Kosek
2022-06-02Userland: Use default buttons instead of manually handling return pressKarol Kosek
2022-06-02PixelPaint: Add rounded rectangles (both with/without antialiasing)MacDue
2022-06-02PixelPaint: Add option for antialiased linesMacDue
2022-06-01PixelPaint: Enable antialiased option for outline ellipsisMacDue
2022-06-01LibGfx: Rename draw_ellipse/circle to fill_ellipse/circleMacDue
2022-05-23PixelPaint: Allow layer to "scale" location when resizingAndrew Smith
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith
2022-05-17PixelPaint: Allow configuring 'new image' defaultsMacDue
2022-05-13PixelPaint: Rebuild FilterGallery tree using TreeViewModelLinus Groh
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-12PixelPaint: Fix incorrect use of RefCounted CRTPDaniel Bertalan