serenity/Userland/Libraries/LibGfx
Andreas Kling 410b3c85b6 LibGUI+LibGfx: Highlight currently active tab button with accent color
Use the new "Accent" color role to emphasize the currently active tab
within a GUI::TabWidget. :^)
2021-07-28 20:25:14 +02:00
..
Filters LibGfx: Add FastBoxBlurFilter 2021-07-26 17:54:19 +01:00
AffineTransform.cpp
AffineTransform.h
Bitmap.cpp Kernel: Make purgeable memory a VMObject level concept (again) 2021-07-25 17:28:05 +02:00
Bitmap.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
BitmapFont.cpp LibGfx: Use calloc() instead of malloc()+memset() Gfx::BitmapFont 2021-07-22 09:17:01 +02:00
BitmapFont.h LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts 2021-07-20 02:48:29 +02:00
BMPLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
BMPLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
BMPWriter.cpp
BMPWriter.h
CharacterBitmap.cpp
CharacterBitmap.h
ClassicStylePainter.cpp LibGUI+LibGfx: Highlight currently active tab button with accent color 2021-07-28 20:25:14 +02:00
ClassicStylePainter.h LibGUI+LibGfx: Highlight currently active tab button with accent color 2021-07-28 20:25:14 +02:00
ClassicWindowTheme.cpp
ClassicWindowTheme.h
CMakeLists.txt Userland: Move text wrapping/elision into the new TextLayout :^) 2021-07-26 21:14:39 +04:30
Color.cpp
Color.h LibGfx: Implement Color::from_hsl/hsla() 2021-07-22 23:09:01 +02:00
DDSLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
DDSLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
Emoji.h
Font.h LibTTF+LibGfx: Make Gfx::Font::bold_variant() work for TTF fonts 2021-07-20 02:48:29 +02:00
FontDatabase.cpp
FontDatabase.h
Forward.h
Gamma.h
GIFLoader.cpp LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
GIFLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
ICOLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
ICOLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
ImageDecoder.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
ImageDecoder.h LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
JPGLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
JPGLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
Line.h
Matrix.h
Matrix4x4.h
Orientation.h
Painter.cpp Userland: Move text wrapping/elision into the new TextLayout :^) 2021-07-26 21:14:39 +04:30
Painter.h Userland: Make TextWrapping::Wrap opt-in 2021-07-27 22:05:20 +02:00
Palette.cpp
Palette.h LibGfx+Base: Add a themable "Accent" color role 2021-07-28 20:21:52 +02:00
Path.cpp
Path.h
PBMLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
PBMLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
PGMLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
PGMLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
PNGLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
PNGLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
PNGWriter.cpp
PNGWriter.h
Point.cpp
Point.h
PortableImageLoaderCommon.h LibGfx: Remove "purgeable Gfx::Bitmap" as a separate concept 2021-07-25 14:39:21 +02:00
PPMLoader.cpp LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index) 2021-07-27 01:29:50 +02:00
PPMLoader.h LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failure 2021-07-25 14:39:25 +02:00
Rect.cpp
Rect.h LibGfx: Add an algorithm to disperse overlapping rectangles 2021-07-21 00:06:58 +02:00
ShareableBitmap.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
ShareableBitmap.h
Size.cpp
Size.h
StandardCursor.h
Streamer.h
StylePainter.cpp LibGUI+LibGfx: Highlight currently active tab button with accent color 2021-07-28 20:25:14 +02:00
StylePainter.h LibGUI+LibGfx: Highlight currently active tab button with accent color 2021-07-28 20:25:14 +02:00
SystemTheme.cpp
SystemTheme.h LibGfx+Base: Add a themable "Accent" color role 2021-07-28 20:21:52 +02:00
TextAlignment.h
TextAttributes.h
TextDirection.cpp
TextDirection.h
TextElision.h
TextLayout.cpp LibGfx: Take the glyph spacing into account when building a line 2021-07-27 23:47:00 +02:00
TextLayout.h Userland: Move text wrapping/elision into the new TextLayout :^) 2021-07-26 21:14:39 +04:30
TextWrapping.h Userland: Move text wrapping/elision into the new TextLayout :^) 2021-07-26 21:14:39 +04:30
Triangle.cpp
Triangle.h
Typeface.cpp
Typeface.h
Vector2.h
Vector3.h
Vector4.h
WindowTheme.cpp
WindowTheme.h