summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/main.cpp
AgeCommit message (Expand)Author
2021-06-02PixelPaint: Support opening more image file formatsMarco Cutecchia
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-16PixelPaint: Style the application name as "Pixel Paint" :^)Andreas Kling
2021-05-16PixelPaint: Start with a smaller new image (and smaller window)Andreas Kling
2021-05-16PixelPaint: Stop creating two blue and yellow layers on startupAndreas Kling
2021-05-16PixelPaint: Add a statusbar to the main windowAndreas Kling
2021-05-16PixelPaint: Add a toolbar to the main UI :^)Andreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-15PixelPaint: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16PixelPaint: Add keyboard zoom shortcutsJagger De Leo
2021-04-16PixelPaint: Add Zoom Reset button to new View Menubar.Jagger De Leo
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-10PixelPaint: Add icon and keyboard shortcut for the "New Image" actionAndreas Kling
2021-04-10PixelPaint: Alt shortcuts and book title capitalization in menusAndreas Kling
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17PixelPaint: Open image file passed as argumentLinus Groh
2021-01-22PixelPaint: adding an option to export as PNGPierre
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling