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
/
PaletteWidget.cpp
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-05-13
LibGUI+Userland: Make Dialog::ExecResult an enum class
Sam Atkins
2022-02-14
Applications: Use default constructors/destructors
Lenny Maiorani
2022-01-20
PixelPaint: Use FileSystemAccessClient::try_* APIs
Mustafa Quraish
2022-01-14
PixelPaint: Update SelectedColorWidget::m_color consistently
Colin
2022-01-09
PixelPaint: Make PaletteWidget::set_image_editor take a ImageEditor*
Marcus Nilsson
2021-12-12
Userland: Use File::lines() range-based for loop where appropriate
Sahan Fernando
2021-11-08
LibCore: Use ErrorOr<T> for Core::File::open()
Andreas Kling
2021-11-02
Applications: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-27
Everywhere: Rename left/right-click to primary/secondary
Filiph Sandström
2021-09-13
Everywhere: Use my fancy new serenityos.org email :^)
Mustafa Quraish
2021-09-02
PixelPaint: Ctrl+click on palette colors now sets primary/secondary
Mustafa Quraish
2021-09-02
PixelPaint: Allow changing colors temporarily without palette
Mustafa Quraish
2021-09-01
PixelPaint: Tweak palette height
Marcus Nilsson
2021-08-31
Userland: Use Rect::centered_within() where useful
Andreas Kling
2021-08-20
LibCore: Make Core::File::open() return OSError in case of failure
Andreas Kling
2021-08-07
PixelPaint: Use unveil to hide file system
Timothy
2021-06-21
PixelPaint: Add loading and saving of color palettes
Felix Rauch
2021-05-16
PixelPaint: Tweak height of palette widget
Andreas Kling
2021-05-16
PixelPaint: Tweak placement of current colors in palette widget
Andreas Kling
2021-05-16
PixelPaint: Convert main UI to GML :^)
Andreas Kling
2021-05-16
PixelPaint: Make the color palette widgets smaller and square
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Applications: Move to Userland/Applications/
Andreas Kling