index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibGfx
/
Color.cpp
Age
Commit message (
Expand
)
Author
2020-06-13
LibGfx: Add Color::Transparent as a named color
Andreas Kling
2020-06-12
AK: Make string-to-number conversion helpers return Optional
Andreas Kling
2020-06-08
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
Sergey Bugaev
2020-06-02
LibGfx: Fix debug-printing colors
Sergey Bugaev
2020-05-30
LibGfx: Use a bit of constexpr in Color
Andreas Kling
2020-05-12
LibGfx+IPCCompiler: Add IPC encoders for Color and ShareableBitmap
Andreas Kling
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-05
LibGfx: Add a naive "rgba(r,g,b,a)" color parser
Andreas Kling
2020-04-29
LibGfx: Add Color::to_string_without_alpha()
Andreas Kling
2020-03-29
LibIPC+LibGfx: Pass the IPC::Decoder to decoding helpers
Andreas Kling
2020-03-21
LibGfx: Parse "rgb(r,g,b)" style color strings
Andreas Kling
2020-02-25
AK, LibGfx, LibGUI: Initialize various variables to zero.
Emanuel Sprung
2020-02-15
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling