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
/
ImageEditor.h
Age
Commit message (
Expand
)
Author
2021-10-31
PixelPaint: Support using a bitmap as a tool's cursor
Marco Cutecchia
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-13
PixelPaint: Add `ImageEditor::update_tool_cursor()` method
Mustafa Quraish
2021-09-12
PixelPaint: Add setter/getter for ImageEditor::m_pan_origin
Mustafa Quraish
2021-09-12
PixelPaint: Use LibConfig to allow custom pixel grid threshold
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: Add menu action to toggle pixel grid visibility
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-04
PixelPaint: Save Guides when writing project to file
Tobias Christiansen
2021-09-04
PixelPaint: Move saving a project from Image into ImageEditor
Tobias Christiansen
2021-09-03
PixelPaint: Add actions to rotate image left/right
Mustafa Quraish
2021-08-14
PixelPaint: Show Guides on GuideTool activation
Marcus Nilsson
2021-08-09
PixelPaint: Let Tools have different cursors
Marcus Nilsson
2021-08-07
PixelPaint: Make Guides' visibility optional
Tobias Christiansen
2021-08-07
PixelPaint: Include Guides in the ImageEditor
Tobias Christiansen
2021-08-02
PixelPaint: Show image coordinates in the status bar
Clément Sibille
2021-07-07
PixelPaint: Allow partial invalidation of Layer and Image
Andreas Kling
2021-06-22
PixelPaint: Use Mask internally in Selection
Davipb
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-14
PixelPaint: Add a Selection class (ImageEditor has a Selection)
Andreas Kling
2021-06-11
PixelPaint: Convert to east-const style
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
PixelPaint: Add keyboard zoom shortcuts
Jagger De Leo
2021-04-16
PixelPaint: Add Zoom Reset button to new View Menubar.
Jagger De Leo
2021-03-23
PixelPaint: ImageEditor scaling method
lucastarche
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling