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
Age
Commit message (
Expand
)
Author
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-08-01
PixelPaint: Make `GenericConvolutionFilterInputDialog` cancellable
AnotherTest
2020-08-01
Applications: Stop setting initial window location
Peter Elliott
2020-07-27
LibGfx: Templatize Point, Size, and Rect
Matthew Olsson
2020-07-25
PixelPaint: Add a bunch of spatial filters
AnotherTest
2020-07-23
PixelPaint: Add GUI for editing layer names :^)
Andreas Kling
2020-07-23
PixelPaint: Tidy up the LayerPropertiesWidget GUI layout a bit :^)
Andreas Kling
2020-07-23
PixelPaint: Don't hit test non-visible layers
Andreas Kling
2020-07-23
PixelPaint: Add a GUI for editing opacity and visibility of layers
Andreas Kling
2020-07-23
PixelPaint: Scope tool actions to the containing window
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-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
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: Let Layer track whether it's selected or not
Andreas Kling
2020-05-26
PixelPaint: Add selection functionality to the LayerListWidget
Andreas Kling
2020-05-26
PixelPaint: Allow reordering layer by dragging them in LayerListWidget
Andreas Kling
2020-05-26
PixelPaint: Have layers and images send out notifications on changes
Andreas Kling
2020-05-26
PixelPaint: Start working on a custom layer list widget
Andreas Kling
2020-05-22
PixelPaint: Make the EllipseTool previews work while zoomed in
Andreas Kling
2020-05-22
PixelPaint: Make the RectangleTool previews work while zoomed in
Andreas Kling
2020-05-22
PixelPaint: Make the LineTool previews work while zoomed in
Andreas Kling
2020-05-21
PixelPaint: Rename original_event => image_event
Andreas Kling
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-20
PixelPaint: Support panning and scaling the image we're working on :^)
Andreas Kling
2020-05-20
PixelPaint: Rename from PaintBrush :^)
Andreas Kling