summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
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
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-07PixelPaint: Add antialiased ellipse optionMacDue
2022-05-07LibGfx: Implement AntiAliasingPainter::draw_ellipse()MacDue
2022-05-02PixelPaint: Set title of default image to 'Untitled'cflip
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-04-18Userland: Always construct Application with try_create()Sam Atkins
2022-04-13PixelPaint: Add exporting to the QOI image formatOlivier De Canniere
2022-04-09LibGfx: Move other font-related files to LibGfx/Font/Simon Wanner
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-31PixelPaint: Draw layer thumbnails with bilinear filteringAndreas Kling
2022-03-27WindowServer+LibGUI: Expose raw scroll wheel values to applicationscircl
2022-03-24PixelPaint: Call set_modified on windowGeekFiftyFive
2022-03-23Applications: Round layer rect before drawing outline in PixelPaintJelle Raaijmakers
2022-03-22Applications: Do not crash if decoded bitmap is nullJelle Raaijmakers
2022-03-19PixelPaint: Add Cut actionKarol Kosek
2022-03-19PixelPaint: Put undo/redo actions on top of the Edit menuKarol Kosek
2022-03-17PixelPaint: Expand FastBoxBlur settings to allow vector inputTobias Christiansen
2022-03-17PixelPaint: Add asymmetric parameters to FastBoxBlurTobias Christiansen
2022-03-16PixelPaint: Add Timer for displaying previews of filtersTobias Christiansen
2022-03-13PixelPaint: Correctly apply flip/rotate/crop to layers' alpha maskAndrew Smith
2022-03-09PixelPaint: Support saving/loading masks to project fileTobias Christiansen
2022-03-09PixelPaint: Rename typo'ed BMPWriter in serialize_as_json()Tobias Christiansen
2022-03-09PixelPaint: Fix saving projectTobias Christiansen
2022-03-08PixelPaint: Draw a colored border around the appropriate thumbnailTobias Christiansen
2022-03-08PixelPaint: Add "Add Mask" to Layer context menuTobias Christiansen
2022-03-08PixelPaint: Change EditMode of Layer when double clicking on thumbnailTobias Christiansen
2022-03-08PixelPaint: Add a mask thumbnail to the LayerListWidgetTobias Christiansen
2022-03-08PixelPaint: Use the currently_edited_bitmap in the ToolsTobias Christiansen
2022-03-08PixelPaint: Keep track of and expose the type of the edited bitmapTobias Christiansen
2022-03-08PixelPaint: Respect Mask when generating the display bitmapTobias Christiansen
2022-03-08PixelPaint: Add mask Bitmap to Layer and expose itTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-02-27Everywhere: Make JSON serialization fallibleIdan Horowitz
2022-02-15Base+PixelPaint: Use Merge Active Layer Up/Down Iconselectrikmilk
2022-02-15PixelPaint: Implement Merge Active Layer Upelectrikmilk
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-02-14PixelPaint: Change menu shortcut for "Fit Image to View"Mustafa Quraish