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-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
2021-09-09
PixelPaint: Make PenTool inherit from BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Reoriganize drawing in BrushTool to allow more code reuse
Mustafa Quraish
2021-09-09
PixelPaint: Allow drawing line between 2 points with BrushTool
Mustafa Quraish
2021-09-09
PixelPaint: Fix BucketTool out of memory crashes
Mustafa Quraish
2021-09-07
PixelPaint: Show mouse position in statusbar without active tool
Mustafa Quraish
2021-09-07
PixelPaint: Add Menu action/shortcut to close current image tab
Mustafa Quraish
2021-09-07
PixelPaint: Register RectangleTool thickness slider as primary
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `RectangleTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `LineTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Use correct thickness in `EllipseTool::on_second_paint()`
Mustafa Quraish
2021-09-07
PixelPaint: Fix layer dragging bug
Mustafa Quraish
2021-09-06
PixelPaint: Add `Crop to Selection` Action
Mustafa Quraish
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish
2021-09-06
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
Ali Mohammad Pur
2021-09-04
PixelPaint: Fix broken opening of files from Shell
Tobias Christiansen
2021-09-04
PixelPaint: Use Zoom and Eyedropper cursors
Mustafa Quraish
2021-09-04
PixelPaint: Add invert filter
Musab Kılıç
2021-09-04
PixelPaint: Make tools use the new API for property change shortcuts
Mustafa Quraish
2021-09-04
PixelPaint: Add mechanism for tools to use keyboard shortcuts
Mustafa Quraish
[prev]
[next]