summaryrefslogtreecommitdiff
path: root/Applications/PixelPaint/main.cpp
AgeCommit message (Expand)Author
2021-01-12Applications: Move to Userland/Applications/Andreas Kling
2021-01-04Everywhere: Use GUI::CommonActions::make_about_action()Andreas Kling
2020-12-30LibGUI: Rewrite layout system in terms of min and max sizesAndreas Kling
2020-11-22PixelPaint: Applying filters should be an actionBenJilks
2020-11-22PixelPaint: Export image as BMPBenJilks
2020-11-22PixelPaint: Save and load to and from diskBenJilks
2020-11-22PixelPaint: Undo and redo actionsBenJilks
2020-10-16PixelPaint: Tool properties panelBenJilks
2020-10-12LibGfx: Allow specifying a separate source bitmap for Filter::applyTom
2020-10-12LibGfx: Make Filter::Parameters more light-weightTom
2020-10-12LibGfx: Move filters from PixelPaint into LibGfxTom
2020-10-12PixelPaint: Move GUI logic and filter parameters out of filtersTom
2020-10-06PixelPaint: Use new format functions.asynts
2020-09-05PixelPaint: Update "paste" action enabled state based on clipboardAndreas Kling
2020-09-05PixelPaint: Allow pasting a copied bitmap as a new layer :^)Andreas Kling
2020-08-01PixelPaint: Make `GenericConvolutionFilterInputDialog` cancellableAnotherTest
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-25PixelPaint: Add a bunch of spatial filtersAnotherTest
2020-07-23PixelPaint: Add a GUI for editing opacity and visibility of layersAndreas Kling
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-16LibGUI: Add parent window argument to FilePicker functionsTom
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-06-04PixelPaint: Use new app-pixel-paint.png for app iconHüseyin ASLITÜRK
2020-05-29PixelPaint: Set active layer to nullptr after its removal (#2433)Gabriel Mihalache
2020-05-26PixelPaint: Add selection functionality to the LayerListWidgetAndreas Kling
2020-05-26PixelPaint: Start working on a custom layer list widgetAndreas Kling
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-20PixelPaint: Rename from PaintBrush :^)Andreas Kling