summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2021-06-22PixelPaint: Allow copying arbitrary selectionsDavipb
2021-06-22PixelPaint: Add more options to RectangleSelectToolDavipb
2021-06-22PixelPaint: Expose more complex selection operationsDavipb
2021-06-22PixelPaint: Use Mask internally in SelectionDavipb
2021-06-22PixelPaint: Add a Mask classDavipb
2021-06-21PixelPaint: Add loading and saving of color palettesFelix Rauch
2021-06-20PixelPaint: Add basic support for closing tabsMarcus Nilsson
2021-06-17PixelPaint: Add new selection moving modesElliot Maisl
2021-06-17PixelPaint: Update debug message in the copy action to the used method (#8113)Erik Sommer
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-16PixelPaint: Set the image title when creating a new imageAatos Majava
2021-06-16PixelPaint: Don't open new images in background tabsAndreas Kling
2021-06-16PixelPaint: Make images keep track of their path & titleAndreas Kling
2021-06-16PixelPaint: Make ImageEditor::image() return a reference (Image&)Andreas Kling
2021-06-16PixelPaint: Make the main UI tabbed and allow multiple open images :^)Andreas Kling
2021-06-16PixelPaint: Make main window a little bit taller by defaultAndreas Kling
2021-06-15PixelPaint: Alternate selection outline between black and whiteMateusz Górzyński
2021-06-15PixelPaint: Clear selection when opening a new imageAndreas Kling
2021-06-15PixelPaint: Display an error message if exporting to PNG/BMP failsAndreas Kling
2021-06-15PixelPaint: Avoid unnecessary temporary layer bitmaps during PP loadAndreas Kling
2021-06-15PixelPaint: Increase default size of new images from 1x1 to 480x360Andreas Kling
2021-06-15PixelPaint: Don't allow creating empty layers or imagesAndreas Kling
2021-06-15PixelPaint: Display an error message if opening a file failsAndreas Kling
2021-06-15PixelPaint: Display an error message if saving to PP file failsAndreas Kling
2021-06-15PixelPaint: No need to pass ImageEditor& to Selection::paint()Andreas Kling
2021-06-15PixelPaint: Add actions to swap colors or reset them to default valuesLepkoQQ
2021-06-15PixelPaint: Add menu items for Select All and Clear SelectionLepkoQQ
2021-06-14PixelPaint: Always animate marching ants during interactive selectionAndreas Kling
2021-06-14PixelPaint: Make new pasted layer active immediatelyAndreas Kling
2021-06-14PixelPaint: Add copy action (copies the selection from active layer)Andreas Kling
2021-06-14PixelPaint: Draw the current editor selection as marching antsAndreas Kling
2021-06-14PixelPaint: Add a Selection class (ImageEditor has a Selection)Andreas Kling
2021-06-14PixelPaint: Implement basic rectangular selection (preview only)Andreas Kling
2021-06-14PixelPaint: Add a new "Rectangle Select" tool :^)Andreas Kling
2021-06-12PixelPaint: Use ImageDecoder to load images out-of-processAndreas Kling
2021-06-12PixelPaint: Don't allow Image::try_create_from_bitmap(nullptr)Andreas Kling
2021-06-12PixelPaint: Guarantee that constructed Layer always has a Gfx::BitmapAndreas Kling
2021-06-12PixelPaint: Use move semantics around Layer construction and accessorsAndreas Kling
2021-06-11PixelPaint: Rename Layer::create_foo() => Layer::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Rename Image::create_foo() => Image::try_create_foo()Andreas Kling
2021-06-11PixelPaint: Convert to east-const styleAndreas Kling
2021-06-02PixelPaint: Update Image.{cpp, h} to use east constMarco Cutecchia
2021-06-02PixelPaint: Support opening more image file formatsMarco Cutecchia
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-16PixelPaint: Wrap the layer list in a GUI::GroupBox and tweak widthAndreas Kling
2021-05-16PixelPaint: Style the application name as "Pixel Paint" :^)Andreas Kling
2021-05-16PixelPaint: Start with a smaller new image (and smaller window)Andreas Kling
2021-05-16PixelPaint: Stop creating two blue and yellow layers on startupAndreas Kling
2021-05-16PixelPaint: Add a statusbar to the main windowAndreas Kling
2021-05-16PixelPaint: Tweak height of palette widgetAndreas Kling