summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/MainWidget.cpp
AgeCommit message (Expand)Author
2023-01-03PixelPaint: Propagate errors in {flip,crop,rotate,resize} functionsBaitinq
2022-12-31PixelPaint: Allow ImageEditor event to append info to the statusbarCody Hein
2022-12-20PixelPaint: Propagate errors when creating images or layersCnidarias
2022-12-17PixelPaint: Debounce ImageEditor on_modified_change eventTim Ledbetter
2022-12-15PixelPaint: Make sure modified state is updated when undo_stack changesmeiskam
2022-12-15PixelPaint: Update window `modified` to look at all tabsmeiskam
2022-12-14LibFileSystemAccessClient: Rename `try_save_file` =>Lucas CHOLLET
2022-12-14PixelPaint: Add background color options to "new image" dialogMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30PixelPaint: Record action for all select operations to allow undoAndreas Oppebøen
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-11-07PixelPaint: Relate cursor to brush tool sizeTorstennator
2022-11-07PixelPaint: Remember visibility for histogram and vectorscopeTorstennator
2022-10-27PixelPaint: Make scopes hideableTimothy Slater
2022-10-25Userland: Let applications make use of make_command_palette_action()demostanis
2022-10-18PixelPaint: Add action to invert selectionsnooze6214
2022-10-06PixelPaint: Add actions to crop layer to selection/contentSergiy Stupar
2022-09-29PixelPaint: Add option to make new layer from selectionTimothy Slater
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
2022-08-26PixelPaint: Move selection from ImageEditor to ImageAndreas Kling
2022-08-24PixelPaint: Add more iconselectrikmilk
2022-08-23PixelPaint: Add simple "Crop Image to Content" featureAndreas Kling
2022-08-23PixelPaint: Make the default empty image transparent by defaultAndreas Kling
2022-08-22PixelPaint: Disambiguate layer vs image actions in their namesAndreas Kling
2022-08-22PixelPaint: Add actions for flipping and rotating an individual layerAndreas Kling
2022-08-22PixelPaint: Create undo items for more editing actionsAndreas Kling
2022-08-22PixelPaint: Push layer creation onto the undo stackRoberto Bampi
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-07-17PixelPaint: Export images using the editor title as a default basenameKarol Kosek
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
2022-05-23PixelPaint: Add Image>Resize Image... dialog. (Front end)Andrew Smith
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-05-11Userland: Set tab-widget properties in GML instead of codeSam Atkins
2022-05-02PixelPaint: Set title of default image to 'Untitled'cflip
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-04-13PixelPaint: Add exporting to the QOI image formatOlivier De Canniere
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-24PixelPaint: Call set_modified on windowGeekFiftyFive
2022-03-19PixelPaint: Add Cut actionKarol Kosek
2022-03-19PixelPaint: Put undo/redo actions on top of the Edit menuKarol Kosek
2022-03-08PixelPaint: Add "Add Mask" to Layer context menuTobias Christiansen
2022-03-08PixelPaint: Split bitmap() of Layer into {content, display}_bitmapTobias Christiansen
2022-02-15Base+PixelPaint: Use Merge Active Layer Up/Down Iconselectrikmilk
2022-02-15PixelPaint: Implement Merge Active Layer Upelectrikmilk
2022-02-14PixelPaint: Change menu shortcut for "Fit Image to View"Mustafa Quraish
2022-02-14LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidgetMustafa Quraish
2022-02-13Base+PixelPaint: Add more iconselectrikmilk