index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
PixelPaint
/
main.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling
2021-01-04
Everywhere: Use GUI::CommonActions::make_about_action()
Andreas Kling
2020-12-30
LibGUI: Rewrite layout system in terms of min and max sizes
Andreas Kling
2020-11-22
PixelPaint: Applying filters should be an action
BenJilks
2020-11-22
PixelPaint: Export image as BMP
BenJilks
2020-11-22
PixelPaint: Save and load to and from disk
BenJilks
2020-11-22
PixelPaint: Undo and redo actions
BenJilks
2020-10-16
PixelPaint: Tool properties panel
BenJilks
2020-10-12
LibGfx: Allow specifying a separate source bitmap for Filter::apply
Tom
2020-10-12
LibGfx: Make Filter::Parameters more light-weight
Tom
2020-10-12
LibGfx: Move filters from PixelPaint into LibGfx
Tom
2020-10-12
PixelPaint: Move GUI logic and filter parameters out of filters
Tom
2020-10-06
PixelPaint: Use new format functions.
asynts
2020-09-05
PixelPaint: Update "paste" action enabled state based on clipboard
Andreas Kling
2020-09-05
PixelPaint: Allow pasting a copied bitmap as a new layer :^)
Andreas Kling
2020-08-01
PixelPaint: Make `GenericConvolutionFilterInputDialog` cancellable
AnotherTest
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-25
PixelPaint: Add a bunch of spatial filters
AnotherTest
2020-07-23
PixelPaint: Add a GUI for editing opacity and visibility of layers
Andreas Kling
2020-07-16
LibWeb: Require parent window argument for MessageBox
Tom
2020-07-16
LibGUI: Add parent window argument to FilePicker functions
Tom
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-06-04
PixelPaint: Use new app-pixel-paint.png for app icon
Hüseyin ASLITÜRK
2020-05-29
PixelPaint: Set active layer to nullptr after its removal (#2433)
Gabriel Mihalache
2020-05-26
PixelPaint: Add selection functionality to the LayerListWidget
Andreas Kling
2020-05-26
PixelPaint: Start working on a custom layer list widget
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-20
PixelPaint: Rename from PaintBrush :^)
Andreas Kling