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
/
Libraries
/
LibGfx
/
Palette.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
LibGfx: Make the Palette constructor take NNRP<PaletteImpl>
Andreas Kling
2023-02-21
LibGfx: Fix const-correctness issues
Andreas Kling
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-02-09
LibGfx: Add more syntax-related ColorRoles
Itamar
2022-01-01
Theming: Add alignment section
Filiph Sandström
2021-11-08
LibCore: Use ErrorOr<T> in Core::AnonymousBuffer
Andreas Kling
2021-10-31
LibGfx: Add 'IsDark' flag to SystemTheme and Palette
Sam Atkins
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-07
LibGfx: Make Palette::color(ColorRole) inline
Andreas Kling
2021-01-17
Everywhere: Remove more <AK/SharedBuffer.h> includes
Andreas Kling
2021-01-16
WindowServer+LibGUI: Pass the system theme using Core::AnonymousBuffer
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling