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
/
ToolboxWidget.cpp
Age
Commit message (
Expand
)
Author
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-11-08
LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()
Andreas Kling
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-13
PixelPaint: Incorporate CloneTool into toolbox
Mustafa Quraish
2021-09-13
PixelPaint: Have `ToolboxWidget` keep track of active tool
Mustafa Quraish
2021-08-18
Userland+LibGUI: Add shorthand versions of the Margins constructor
sin-ack
2021-08-07
PixelPaint: Add the GuideTool to the Toolbox
Tobias Christiansen
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-06-14
PixelPaint: Add a new "Rectangle Select" tool :^)
Andreas Kling
2021-05-16
PixelPaint: Convert main UI to GML :^)
Andreas Kling
2021-05-16
PixelPaint: Use GUI::Toolbar inside the toolbox widget
Andreas Kling
2021-05-15
PixelPaint+Base: Tool icon refresh :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-05
PixelPaint: Empty Tool menu
Tim Waterhouse
2021-03-23
PixelPaint: Added Zoom tool
lucastarche
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling