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
Age
Commit message (
Expand
)
Author
2022-06-30
PixelPaint: Omit file extension in tab/editor titles
Lennon Donaghy
2022-06-30
PixelPaint: Use image title as default filename for "save as"
Lennon Donaghy
2022-06-30
Applications+Games+LibGUI: Fix layout problems
FrHun
2022-06-21
PixelPaint: Add level sliders for brightness, contrast and gamma
Torstennator
2022-06-16
PixelPaint: Add Smooth Pixels scaling option
Karol Kosek
2022-06-08
PixelPaint: Speed up and improve memory usage of bucket fill tool
Aaron J Yoder
2022-06-02
PixelPaint: Use default buttons in EditGuideDialog
Karol Kosek
2022-06-02
Userland: Use default buttons instead of manually handling return press
Karol Kosek
2022-06-02
PixelPaint: Add rounded rectangles (both with/without antialiasing)
MacDue
2022-06-02
PixelPaint: Add option for antialiased lines
MacDue
2022-06-01
PixelPaint: Enable antialiased option for outline ellipsis
MacDue
2022-06-01
LibGfx: Rename draw_ellipse/circle to fill_ellipse/circle
MacDue
2022-05-23
PixelPaint: Allow layer to "scale" location when resizing
Andrew Smith
2022-05-23
PixelPaint: Add Image>Resize Image... dialog. (Front end)
Andrew Smith
2022-05-17
PixelPaint: Allow configuring 'new image' defaults
MacDue
2022-05-13
PixelPaint: Rebuild FilterGallery tree using TreeViewModel
Linus Groh
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-05-12
PixelPaint: Fix incorrect use of RefCounted CRTP
Daniel Bertalan
2022-05-11
Userland: Set tab-widget properties in GML instead of code
Sam Atkins
2022-05-07
PixelPaint: Add antialiased ellipse option
MacDue
2022-05-07
LibGfx: Implement AntiAliasingPainter::draw_ellipse()
MacDue
2022-05-02
PixelPaint: Set title of default image to 'Untitled'
cflip
2022-04-21
PixelPaint: Add a histogram widget
Torstennator
2022-04-18
Userland: Always construct Application with try_create()
Sam Atkins
2022-04-13
PixelPaint: Add exporting to the QOI image format
Olivier De Canniere
2022-04-09
LibGfx: Move other font-related files to LibGfx/Font/
Simon Wanner
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
PixelPaint: Draw layer thumbnails with bilinear filtering
Andreas Kling
2022-03-27
WindowServer+LibGUI: Expose raw scroll wheel values to applications
circl
2022-03-24
PixelPaint: Call set_modified on window
GeekFiftyFive
2022-03-23
Applications: Round layer rect before drawing outline in PixelPaint
Jelle Raaijmakers
2022-03-22
Applications: Do not crash if decoded bitmap is null
Jelle Raaijmakers
2022-03-19
PixelPaint: Add Cut action
Karol Kosek
2022-03-19
PixelPaint: Put undo/redo actions on top of the Edit menu
Karol Kosek
2022-03-17
PixelPaint: Expand FastBoxBlur settings to allow vector input
Tobias Christiansen
2022-03-17
PixelPaint: Add asymmetric parameters to FastBoxBlur
Tobias Christiansen
2022-03-16
PixelPaint: Add Timer for displaying previews of filters
Tobias Christiansen
2022-03-13
PixelPaint: Correctly apply flip/rotate/crop to layers' alpha mask
Andrew Smith
2022-03-09
PixelPaint: Support saving/loading masks to project file
Tobias Christiansen
2022-03-09
PixelPaint: Rename typo'ed BMPWriter in serialize_as_json()
Tobias Christiansen
2022-03-09
PixelPaint: Fix saving project
Tobias Christiansen
2022-03-08
PixelPaint: Draw a colored border around the appropriate thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add "Add Mask" to Layer context menu
Tobias Christiansen
2022-03-08
PixelPaint: Change EditMode of Layer when double clicking on thumbnail
Tobias Christiansen
2022-03-08
PixelPaint: Add a mask thumbnail to the LayerListWidget
Tobias Christiansen
2022-03-08
PixelPaint: Use the currently_edited_bitmap in the Tools
Tobias Christiansen
2022-03-08
PixelPaint: Keep track of and expose the type of the edited bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Respect Mask when generating the display bitmap
Tobias Christiansen
2022-03-08
PixelPaint: Add mask Bitmap to Layer and expose it
Tobias Christiansen
2022-03-08
PixelPaint: Split bitmap() of Layer into {content, display}_bitmap
Tobias Christiansen
[next]