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-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
2022-02-27
Everywhere: Make JSON serialization fallible
Idan Horowitz
2022-02-15
Base+PixelPaint: Use Merge Active Layer Up/Down Icons
electrikmilk
2022-02-15
PixelPaint: Implement Merge Active Layer Up
electrikmilk
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-02-14
PixelPaint: Change menu shortcut for "Fit Image to View"
Mustafa Quraish
2022-02-14
LibGUI+PixelPaint: Move fit_image_to_view to AbstractZoomPanWidget
Mustafa Quraish
2022-02-13
Base+PixelPaint: Add more icons
electrikmilk
2022-02-13
Userland: Run gml-format
Idan Horowitz
2022-02-12
PixelPaint: Run gml-format on FilterGallery.gml
Andreas Kling
2022-02-12
PixelPaint: Add a preview in FilterGallery
snooze
2022-02-12
PixelPaint: Implement IconBag to organize icons
electrikmilk
2022-02-11
LibConfig: Rename pledge_domains(String) => pledge_domain(String)
Vitaly Dyachkov
2022-02-07
Meta+Userland: Run the GML formatter on CI and pre-commit
kleines Filmröllchen
2022-02-06
Userland: Use AK::pow<I> where applicable
Hendiadyoin1
2022-02-06
PixelPaint: Don't overwrite images with project file on save
Matthias-Sleurink
2022-02-04
PixelPaint: Use Escape to clear rectangular selections
Jagger De Leo
2022-02-04
PixelPaint: Remove conflicting action hotkey
Jagger De Leo
2022-02-01
PixelPaint: Paint layer thumbnails with correct aspect ratio
Andreas Kling
2022-01-28
Userland: Remove a bunch of unnecessary Vector imports
kleines Filmröllchen
2022-01-24
AK+Userland: Make AK::decode_base64 return ErrorOr
Sam Atkins
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-20
Userland: Add horizontal mouse scroll support
Dmitry Petrov
2022-01-15
PixelPaint: Add delete selection behavior
Olivier De Cannière
2022-01-15
PixelPaint: Restrict "crop to selection" to image boundaries
Mateusz Krajewski
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-14
PixelPaint: Update SelectedColorWidget::m_color consistently
Colin
2022-01-14
PixelPaint: Inherit from `AbstractZoomPanWidget`
Mustafa Quraish
2022-01-12
Base+PixelPaint: Add more menu icons
electrikmilk
2022-01-09
PixelPaint: Verify that we have an ImageEditor instead of returning
Marcus Nilsson
2022-01-09
PixelPaint: Disable actions when no ImageEditor is open
Marcus Nilsson
2022-01-09
PixelPaint: Keep a RefPtr to layer in LayerPropertiesWidget
Marcus Nilsson
2022-01-09
PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*
Marcus Nilsson
2022-01-09
PixelPaint: Move out common logic from Filters into base class
Mustafa Quraish
2022-01-09
PixelPaint: Propagate errors using try_set_main_widget in main
creator1creeper1
2022-01-09
PixelPaint: Only clear `LayerListWidget` if there are no editors left
Mustafa Quraish
2022-01-09
PixelPaint: Move `request_close_editor()` logic inside `ImageEditor`
Mustafa Quraish
2022-01-09
PixelPaint: Move `save` and `save_as` logic inside `ImageEditor`
Mustafa Quraish
2022-01-08
PixelPaint+LibGfx: Add sepia color filter
Xavier Defrang
[next]