index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
Age
Commit message (
Expand
)
Author
2021-07-21
Userland: Add GUI::Window::add_menu() and use it everywhere
Andreas Kling
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-19
Everywhere: Use AK/Math.h if applicable
Hendiadyoin1
2021-07-15
PixelPaint: Fix crash when copying empty selection
Gavin Downard
2021-07-10
PixelPaint: Check modifier on mousemove in LineTool
Marcus Nilsson
2021-07-09
PixelPaint: Only update the layer thumbnail on layer bitmap changes
Andreas Kling
2021-07-09
PixelPaint: Move LayerListWidget gadget rect computation to a function
Andreas Kling
2021-07-09
PixelPaint: Remove unused member from LayerListWidget::Gadget
Andreas Kling
2021-07-09
PixelPaint: Call correct base class in LayerListWidget::resize_event()
Andreas Kling
2021-07-09
PixelPaint: Make PenTool invalidate even less when drawing :^)
Andreas Kling
2021-07-09
PixelPaint: Don't deselect layers in LayerListWidget
Marcus Nilsson
2021-07-09
PixelPaint: Make sure that a layer is always selected
Marcus Nilsson
2021-07-09
PixelPaint: Only scroll into view in LayerListWidget when needed
Marcus Nilsson
2021-07-08
PixelPaint: Add method to merge visible layers
Marcus Nilsson
2021-07-08
PixelPaint: Scroll into view when reordering layers
Marcus Nilsson
2021-07-08
PixelPaint: Make brush draw on mousedown
Marcus Nilsson
2021-07-08
PixelPaint: Add method to flatten image layers
Marcus Nilsson
2021-07-07
PixelPaint: Make SprayTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Make BrushTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Make PenTool only invalidate the modified area :^)
Andreas Kling
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-07-06
PixelPaint: Paint the area around the image with ColorRole::Tray
Andreas Kling
2021-07-06
PixelPaint: Don't repaint area outside image when image itself changed
Andreas Kling
2021-07-05
PixelPaint: Make move_selection() cycle through layers
Marcus Nilsson
2021-07-05
PixelPaint: Use layer menu as context menu in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Change color of disabled layers in LayerListWidget
Marcus Nilsson
2021-07-05
PixelPaint: Make LayerListWidget scrollable
Marcus Nilsson
2021-07-05
PixelPaint: Change the default layer name to "Layer"
Marcus Nilsson
2021-07-05
PixelPaint: Ask to preserve transparency when exporting
Marcus Nilsson
2021-07-02
PixelPaint: Reset layer widgets when closing last tab
Marcus Nilsson
2021-07-02
PixelPaint: Add layer to image before setting properties
Marcus Nilsson
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-22
PixelPaint: Allow copying arbitrary selections
Davipb
2021-06-22
PixelPaint: Add more options to RectangleSelectTool
Davipb
2021-06-22
PixelPaint: Expose more complex selection operations
Davipb
2021-06-22
PixelPaint: Use Mask internally in Selection
Davipb
2021-06-22
PixelPaint: Add a Mask class
Davipb
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-06-20
PixelPaint: Add basic support for closing tabs
Marcus Nilsson
2021-06-17
PixelPaint: Add new selection moving modes
Elliot Maisl
2021-06-17
PixelPaint: Update debug message in the copy action to the used method (#8113)
Erik Sommer
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-16
PixelPaint: Set the image title when creating a new image
Aatos Majava
2021-06-16
PixelPaint: Don't open new images in background tabs
Andreas Kling
2021-06-16
PixelPaint: Make images keep track of their path & title
Andreas Kling
2021-06-16
PixelPaint: Make ImageEditor::image() return a reference (Image&)
Andreas Kling
2021-06-16
PixelPaint: Make the main UI tabbed and allow multiple open images :^)
Andreas Kling
2021-06-16
PixelPaint: Make main window a little bit taller by default
Andreas Kling
2021-06-15
PixelPaint: Alternate selection outline between black and white
Mateusz Górzyński
[next]