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
Age
Commit message (
Expand
)
Author
2020-03-16
LibGUI: Use themes for syntax highlighting
Oriko
2020-03-11
LibGfx: Do not assert on failed font file loads
Tibor Nagy
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-02-28
Kernel+LibC: Rename shared buffer syscalls to use a prefix
Andreas Kling
2020-02-25
LibGfx: SystemTheme is a struct, not a class
joshua stein
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-25
AK, LibGfx, LibGUI: Initialize various variables to zero.
Emanuel Sprung
2020-02-23
LibGfx: Fix accidentally hardcoded font height in Font::clone()
Tibor Nagy
2020-02-23
LibGfx: Add a way to construct an empty Font with arbitrary metrics
Andreas Kling
2020-02-20
LibGfx+LibGUI: Allow theming the focus outline of AbstractButton
Tibor Nagy
2020-02-20
LibGfx+LibGUI: Allow theming the text cursor
Tibor Nagy
2020-02-19
LibGfx: Add ColorRoles for rulers
Tibor Nagy
2020-02-16
LibGUI: Add forwarding header
Andreas Kling
2020-02-16
LibGfx: Reduce header dependencies of StylePainter
Andreas Kling
2020-02-15
LibGfx: Add inactive selection colors
Tibor Nagy
2020-02-15
LibIPC+IPCCompiler: Add IPC::Decoder, let classes decode themselves
Andreas Kling
2020-02-15
LibGfx: Remove unused Bitmap::load_from_file() for loading raw RGBA
Andreas Kling
2020-02-15
LibGfx: Reduce header dependencies of Bitmap and Font
Andreas Kling
2020-02-15
LibGfx: Move a bunch of LogStream::operator<< to cpp files
Andreas Kling
2020-02-15
LibGfx: Remove Utf8View.h dependency from Font.h
Andreas Kling
2020-02-14
LibGUI: Remove some header dependencies from Widget.h
Andreas Kling
2020-02-14
LibGfx: More work on header dependency reduction
Andreas Kling
2020-02-14
LibGfx: Add forward declaration header
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-11
LibGfx: Add Rect::operator!=(Rect)
Andreas Kling
2020-02-11
LibGfx: Assert that an empty bitmap is not created
Shannon Booth
2020-02-08
LibGfx: Naive RGB/HSV conversion
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatPoint from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatSize from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish FloatRect from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Point from global namespace
Andreas Kling
2020-02-06
LibGfx: Unpublish Gfx::Rect from global namespace
Andreas Kling
2020-02-06
LibGfx: Rename GraphicsBitmap.{cpp,h} => Bitmap.{cpp,h}
Andreas Kling
2020-02-06
LibGfx: Rename from LibDraw :^)
Andreas Kling