summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-07-15PixelPaint: Fix crash when copying empty selectionGavin Downard
2021-07-10PixelPaint: Check modifier on mousemove in LineToolMarcus Nilsson
2021-07-09PixelPaint: Only update the layer thumbnail on layer bitmap changesAndreas Kling
2021-07-09PixelPaint: Move LayerListWidget gadget rect computation to a functionAndreas Kling
2021-07-09PixelPaint: Remove unused member from LayerListWidget::GadgetAndreas Kling
2021-07-09PixelPaint: Call correct base class in LayerListWidget::resize_event()Andreas Kling
2021-07-09PixelPaint: Make PenTool invalidate even less when drawing :^)Andreas Kling
2021-07-09PixelPaint: Don't deselect layers in LayerListWidgetMarcus Nilsson
2021-07-09PixelPaint: Make sure that a layer is always selectedMarcus Nilsson
2021-07-09PixelPaint: Only scroll into view in LayerListWidget when neededMarcus Nilsson
2021-07-08PixelPaint: Add method to merge visible layersMarcus Nilsson
2021-07-08PixelPaint: Scroll into view when reordering layersMarcus Nilsson
2021-07-08PixelPaint: Make brush draw on mousedownMarcus Nilsson
2021-07-08PixelPaint: Add method to flatten image layersMarcus Nilsson
2021-07-07PixelPaint: Make SprayTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Make BrushTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Make PenTool only invalidate the modified area :^)Andreas Kling
2021-07-07PixelPaint: Allow partial invalidation of Layer and ImageAndreas Kling
2021-07-06PixelPaint: Paint the area around the image with ColorRole::TrayAndreas Kling
2021-07-06PixelPaint: Don't repaint area outside image when image itself changedAndreas Kling
2021-07-05PixelPaint: Make move_selection() cycle through layersMarcus Nilsson
2021-07-05PixelPaint: Use layer menu as context menu in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Change color of disabled layers in LayerListWidgetMarcus Nilsson
2021-07-05PixelPaint: Make LayerListWidget scrollableMarcus Nilsson
2021-07-05PixelPaint: Change the default layer name to "Layer"Marcus Nilsson
2021-07-05PixelPaint: Ask to preserve transparency when exportingMarcus Nilsson
2021-07-02PixelPaint: Reset layer widgets when closing last tabMarcus Nilsson
2021-07-02PixelPaint: Add layer to image before setting propertiesMarcus Nilsson
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
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