summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/ToolboxWidget.cpp
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
2021-09-13PixelPaint: Incorporate CloneTool into toolboxMustafa Quraish
2021-09-13PixelPaint: Have `ToolboxWidget` keep track of active toolMustafa Quraish
2021-08-18Userland+LibGUI: Add shorthand versions of the Margins constructorsin-ack
2021-08-07PixelPaint: Add the GuideTool to the ToolboxTobias Christiansen
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-14PixelPaint: Add a new "Rectangle Select" tool :^)Andreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-16PixelPaint: Use GUI::Toolbar inside the toolbox widgetAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-05PixelPaint: Empty Tool menuTim Waterhouse
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-01-12Applications: Move to Userland/Applications/Andreas Kling