summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/MainWidget.h
AgeCommit message (Expand)Author
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-15PixelPaint: Update window `modified` to look at all tabsmeiskam
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-09-29PixelPaint: Add option to make new layer from selectionTimothy Slater
2022-09-03PixelPaint: Introduce a vectorscopekleines Filmröllchen
2022-08-21PixelPaint: Show more specific Undo/Redo action textAndreas Kling
2022-06-21PixelPaint: Add level sliders for brightness, contrast and gammaTorstennator
2022-04-21PixelPaint: Add a histogram widgetTorstennator
2022-03-19PixelPaint: Add Cut actionKarol Kosek
2022-02-12PixelPaint: Implement IconBag to organize iconselectrikmilk
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-09PixelPaint: Disable actions when no ImageEditor is openMarcus Nilsson
2022-01-09PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`Mustafa Quraish
2022-01-05PixelPaint: Ask about unsaved changes for all tabs on closeMustafa Quraish
2022-01-04PixelPaint: Add "save" actionAndreas Kling
2022-01-04PixelPaint: Make paste action create new image if no editor is openedMaciej
2022-01-04PixelPaint: Add a way to quickly create an image from clipboardMaciej
2021-11-22PixelPaint: Add interactive zoom ComboBox to toolbarBen Wiederhake
2021-11-20PixelPaint: Allow toggling the active layer boundary display rectAndreas Kling
2021-10-07PixelPaint: Close tab now prompts for a saveAlex Major
2021-09-20PixelPaint: Move Tools to it's own subdirectoryMarcus Nilsson
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-12PixelPaint: Remove unused methods to access files directlyMustafa Quraish
2021-09-11PixelPaint: Add rulersDavid Isaksson
2021-09-06PixelPaint: Allow opening of files dropped onto application :^)Mustafa Quraish
2021-09-06PixelPaint: Refactor `main.cpp` into `MainWidget`Mustafa Quraish