summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/PaletteWidget.h
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-09PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*Marcus Nilsson
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
2021-08-07PixelPaint: Use unveil to hide file systemTimothy
2021-06-21PixelPaint: Add loading and saving of color palettesFelix Rauch
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling