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-09-25
PixelPaint: Close image tabs on middle click
Karol Kosek
2021-09-25
PixelPaint: Close New Image dialog after pressing return key
Karol Kosek
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-19
PixelPaint: Use main window's icon in the 'Create new image' widget
Karol Kosek
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for RectangleTool
Mustafa Quraish
2021-09-17
PixelPaint: Allow selecting a custom aspect ratio for EllipseTool
Mustafa Quraish
2021-09-17
LibGfx+PixelPaint: Add `Point::end_point_for_aspect_ratio` method
Mustafa Quraish
2021-09-16
PixelPaint: Implement automatic scrolling in LayerListWidget
Marcus Nilsson
2021-09-16
PixelPaint: Tweak layer/tool properties widget heights
Marcus Nilsson
2021-09-16
PixelPaint: Don't select the same layer twice in LayerListWidget
Marcus Nilsson
2021-09-16
PixelPaint: Don't update ImageEditor in set_active_layer()
Marcus Nilsson
2021-09-15
PixelPaint: Add ability to draw squares and circles
Zyper
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
PixelPaint: Make CloneTool change cursor temporarily while selecting
Mustafa Quraish
2021-09-13
PixelPaint: Add `ImageEditor::update_tool_cursor()` method
Mustafa Quraish
2021-09-13
PixelPaint: Add a marker for CloneTool's selected position
Mustafa Quraish
2021-09-13
PixelPaint: Incorporate CloneTool into toolbox
Mustafa Quraish
2021-09-13
PixelPaint: Add Clone Tool :^)
Mustafa Quraish
2021-09-13
PixelPaint: Fix Line/Rectangle second paint alignment with pixels
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` after drawing Ellipse
Mustafa Quraish
2021-09-13
PixelPaint: Update editor after drawing shapes to clear outside
Mustafa Quraish
2021-09-13
PixelPaint: Ensure thickness of shapes is never 0 when drawing
Mustafa Quraish
2021-09-13
PixelPaint: Allowing drawing line from center, like other shapes
Mustafa Quraish
2021-09-13
PixelPaint: Adjust menu ampersand shortcut characters
Mustafa Quraish
2021-09-13
PixelPaint: Properly transfer active tool to editor on tab close
Mustafa Quraish
2021-09-13
PixelPaint: Have `ToolboxWidget` keep track of active tool
Mustafa Quraish
2021-09-13
PixelPaint: Call `Layer::did_modify_bitmap()` when applying filters
Mustafa Quraish
2021-09-13
PixelPaint: Add keyboard shortcut for Invert filter
Mustafa Quraish
2021-09-13
PixelPaint: Draw layers from the top of LayerList
Mustafa Quraish
2021-09-12
PixelPaint: Let PickerTool optionally sample all layers
Mustafa Quraish
2021-09-12
PixelPaint: Write changed settings back to config file
Mustafa Quraish
2021-09-12
PixelPaint: Use config to get default values for Guides/Rulers/PixelGrid
Mustafa Quraish
2021-09-12
PixelPaint: Allow panning when right-clicking with MoveTool
Mustafa Quraish
2021-09-12
PixelPaint: Add setter/getter for ImageEditor::m_pan_origin
Mustafa Quraish
2021-09-12
PixelPaint: Fix zooming to cursor
Tobias Christiansen
2021-09-12
PixelPaint: Fit image to view when opened
Mustafa Quraish
2021-09-12
PixelPaint: Make `Fit Image To View` account for rulers
Mustafa Quraish
2021-09-12
PixelPaint: Remove unused methods to access files directly
Mustafa Quraish
2021-09-12
PixelPaint: Use FileSystemAccessServer exclusively, remove unveil
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
Mustafa Quraish
2021-09-12
PixelPaint: Don't draw pixel grid outside image bounds
Mustafa Quraish
2021-09-11
PixelPaint: Add mouse indicators to the rulers
David Isaksson
2021-09-11
PixelPaint: Add rulers
David Isaksson
2021-09-11
PixelPaint: Draw guide lines and selections above the pixel grid
David Isaksson
2021-09-11
PixelPaint: Add menu action to toggle pixel grid visibility
Mustafa Quraish
2021-09-11
PixelPaint: Show a pixel grid when zoomed in enough
Mustafa Quraish
2021-09-11
PixelPaint: Add "Clear Guides" to remove all Guides
Tobias Christiansen
2021-09-09
PixelPaint: Add `Fit Image To View` action
Mustafa Quraish
2021-09-09
PixelPaint: Add "Brush Mode" to EraseTool :^)
Mustafa Quraish
2021-09-09
PixelPaint: Make EraseTool inherit from BrushTool
Mustafa Quraish
[next]