summaryrefslogtreecommitdiff
path: root/Userland/Applications/PixelPaint/PaletteWidget.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-13LibGUI+Userland: Make Dialog::ExecResult an enum classSam Atkins
2022-02-14Applications: Use default constructors/destructorsLenny Maiorani
2022-01-20PixelPaint: Use FileSystemAccessClient::try_* APIsMustafa Quraish
2022-01-14PixelPaint: Update SelectedColorWidget::m_color consistentlyColin
2022-01-09PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*Marcus Nilsson
2021-12-12Userland: Use File::lines() range-based for loop where appropriateSahan Fernando
2021-11-08LibCore: Use ErrorOr<T> for Core::File::open()Andreas Kling
2021-11-02Applications: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-09-13Everywhere: Use my fancy new serenityos.org email :^)Mustafa Quraish
2021-09-02PixelPaint: Ctrl+click on palette colors now sets primary/secondaryMustafa Quraish
2021-09-02PixelPaint: Allow changing colors temporarily without paletteMustafa Quraish
2021-09-01PixelPaint: Tweak palette heightMarcus Nilsson
2021-08-31Userland: Use Rect::centered_within() where usefulAndreas Kling
2021-08-20LibCore: Make Core::File::open() return OSError in case of failureAndreas Kling
2021-08-07PixelPaint: Use unveil to hide file systemTimothy
2021-06-21PixelPaint: Add loading and saving of color palettesFelix Rauch
2021-05-16PixelPaint: Tweak height of palette widgetAndreas Kling
2021-05-16PixelPaint: Tweak placement of current colors in palette widgetAndreas Kling
2021-05-16PixelPaint: Convert main UI to GML :^)Andreas Kling
2021-05-16PixelPaint: Make the color palette widgets smaller and squareAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Applications: Move to Userland/Applications/Andreas Kling