summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint
AgeCommit message (Expand)Author
2021-06-02PixelPaint: Update Image.{cpp, h} to use east constMarco Cutecchia
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: Wrap the layer list in a GUI::GroupBox and tweak widthAndreas Kling
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: Tweak height of palette widgetAndreas Kling
2021-05-16PixelPaint: Wrap the toolbox widget in a GUI::ToolbarContainerAndreas Kling
2021-05-16PixelPaint: Add a toolbar to the main UI :^)Andreas Kling
2021-05-16PixelPaint: Tweak placement of current colors in palette widgetAndreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-16PixelPaint: Make the color palette widgets smaller and squareAndreas Kling
2021-05-16PixelPaint: Use GUI::Toolbar inside the toolbox widgetAndreas Kling
2021-05-15PixelPaint: Use GUI::CommonActions for zoom related actionsAndreas Kling
2021-05-15PixelPaint+Base: Tool icon refresh :^)Andreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-08LibGUI: Remove UndoStack's automatic command combo'ingAndreas Kling
2021-05-07Applications: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-05-01PixelPaint: Add fill mode for the ellipse toolValtteri Koskivuori
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-19LibGfx: Improve PNG encoder API somewhatAndreas Kling
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-16Everywhere: Add `-Wdouble-promotion` warningNicholas-Baron
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
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-04-05PixelPaint: Empty Tool menuTim Waterhouse
2021-04-04PixelPaint: Avoid notifying image when creating a layer's snapshotMarco Cutecchia
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-23PixelPaint: Added Zoom toollucastarche
2021-03-23PixelPaint: ImageEditor scaling methodlucastarche
2021-03-16LibGfx: Rename 32-bit bitmap StorageFormats to BGRA8888 and BGRx8888Andreas Kling
2021-03-16LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888xAndreas 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-02-08Everywhere: Remove unnecessary headers 1/4Ben Wiederhake
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
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