index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Applications
/
PixelPaint
/
MainWidget.h
Age
Commit message (
Expand
)
Author
2022-12-31
PixelPaint: Allow ImageEditor event to append info to the statusbar
Cody Hein
2022-12-20
PixelPaint: Propagate errors when creating images or layers
Cnidarias
2022-12-15
PixelPaint: Update window `modified` to look at all tabs
meiskam
2022-11-13
Userland: Accept drag_enter events for widgets supporting file drops
Karol Kosek
2022-09-29
PixelPaint: Add option to make new layer from selection
Timothy Slater
2022-09-03
PixelPaint: Introduce a vectorscope
kleines Filmröllchen
2022-08-21
PixelPaint: Show more specific Undo/Redo action text
Andreas Kling
2022-06-21
PixelPaint: Add level sliders for brightness, contrast and gamma
Torstennator
2022-04-21
PixelPaint: Add a histogram widget
Torstennator
2022-03-19
PixelPaint: Add Cut action
Karol Kosek
2022-02-12
PixelPaint: Implement IconBag to organize icons
electrikmilk
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-09
PixelPaint: Disable actions when no ImageEditor is open
Marcus Nilsson
2022-01-09
PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`
Mustafa Quraish
2022-01-05
PixelPaint: Ask about unsaved changes for all tabs on close
Mustafa Quraish
2022-01-04
PixelPaint: Add "save" action
Andreas Kling
2022-01-04
PixelPaint: Make paste action create new image if no editor is opened
Maciej
2022-01-04
PixelPaint: Add a way to quickly create an image from clipboard
Maciej
2021-11-22
PixelPaint: Add interactive zoom ComboBox to toolbar
Ben Wiederhake
2021-11-20
PixelPaint: Allow toggling the active layer boundary display rect
Andreas Kling
2021-10-07
PixelPaint: Close tab now prompts for a save
Alex Major
2021-09-20
PixelPaint: Move Tools to it's own subdirectory
Marcus Nilsson
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-12
PixelPaint: Remove unused methods to access files directly
Mustafa Quraish
2021-09-11
PixelPaint: Add rulers
David Isaksson
2021-09-06
PixelPaint: Allow opening of files dropped onto application :^)
Mustafa Quraish
2021-09-06
PixelPaint: Refactor `main.cpp` into `MainWidget`
Mustafa Quraish