..
CharacterBitmap.cpp
LibDraw: Introduce (formerly known as SharedGraphics.)
2019-07-18 10:18:16 +02:00
CharacterBitmap.h
LibDraw: Introduce (formerly known as SharedGraphics.)
2019-07-18 10:18:16 +02:00
Color.cpp
LibDraw: Add support for parsing #RGBA colors
2020-01-07 11:03:35 +01:00
Color.h
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
2019-12-24 21:27:16 +01:00
DisjointRectSet.cpp
LibDraw: Introduce (formerly known as SharedGraphics.)
2019-07-18 10:18:16 +02:00
DisjointRectSet.h
LibDraw: Introduce (formerly known as SharedGraphics.)
2019-07-18 10:18:16 +02:00
Emoji.cpp
LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>
2019-10-19 18:36:45 +02:00
Emoji.h
LibDraw: Store emojis in a HashMap<u32, RefPtr<GraphicsBitmap>>
2019-10-19 18:36:45 +02:00
FloatPoint.h
LibDraw: Add FloatPoint, FloatSize and FloatRect
2019-10-20 12:55:55 +02:00
FloatRect.h
LibDraw: Add FloatPoint, FloatSize and FloatRect
2019-10-20 12:55:55 +02:00
FloatSize.h
LibDraw: Add FloatPoint, FloatSize and FloatRect
2019-10-20 12:55:55 +02:00
Font.cpp
LibDraw: Store glyph spacing information in the fonts headers
2019-12-30 14:02:12 +01:00
Font.h
LibDraw: Store glyph spacing information in the fonts headers
2019-12-30 14:02:12 +01:00
GIFLoader.cpp
LibDraw: Start work on a GIF decoder (not yet functional!)
2019-11-23 16:50:21 +01:00
GIFLoader.h
LibDraw: Start work on a GIF decoder (not yet functional!)
2019-11-23 16:50:21 +01:00
GraphicsBitmap.cpp
LibDraw: Add GraphicsBitmap::create_purgeable()
2019-12-18 20:50:05 +01:00
GraphicsBitmap.h
AK: Move the userspace SharedBuffer from LibC to AK
2020-01-01 18:53:34 +01:00
ImageDecoder.cpp
LibDraw: Rename ImageLoader => ImageDecoder
2019-10-19 20:54:47 +02:00
ImageDecoder.h
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
2019-12-18 20:50:58 +01:00
Makefile
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
2019-12-24 21:27:16 +01:00
Orientation.h
LibDraw: Move the Orientation enum to its own LibDraw header file.
2019-07-20 19:32:12 +02:00
Painter.cpp
LibDraw: Add draw_ellipse_intersecting function
2019-12-27 00:52:17 +01:00
Painter.h
LibDraw: Add draw_ellipse_intersecting function
2019-12-27 00:52:17 +01:00
Palette.cpp
LibDraw+LibGUI: Allow changing individual colors in a Palette
2019-12-29 00:47:49 +01:00
Palette.h
LibDraw+LibHTML: Make link colors themeable
2020-01-13 20:33:15 +01:00
PNGLoader.cpp
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
2019-12-18 20:50:58 +01:00
PNGLoader.h
LibDraw: Create purgeable GraphicsBitmap in the PNG decoder
2019-12-18 20:50:58 +01:00
Point.h
LibDraw: Add dx/dy_relative_to() helper functions for Points
2019-12-26 21:22:29 +01:00
Rect.cpp
LibDraw: Add TextAlignment::TopRight
2019-09-06 19:23:54 +02:00
Rect.h
LibDraw: Remove redundant Rect copy constructor
2019-12-27 16:55:10 +01:00
Size.h
LibDraw: Remove convenience functions for the old WindowServer IPC
2019-12-02 11:11:05 +01:00
StylePainter.cpp
LibDraw+LibGUI: Move radio button painting into StylePainter
2020-01-08 21:12:40 +01:00
StylePainter.h
LibDraw+LibGUI: Move radio button painting into StylePainter
2020-01-08 21:12:40 +01:00
SystemTheme.cpp
LibDraw+LibHTML: Make link colors themeable
2020-01-13 20:33:15 +01:00
SystemTheme.h
LibDraw+LibHTML: Make link colors themeable
2020-01-13 20:33:15 +01:00
TextAlignment.h
LibDraw: Add TextAlignment::TopRight
2019-09-06 19:23:54 +02:00
TextElision.h
LibDraw: Introduce (formerly known as SharedGraphics.)
2019-07-18 10:18:16 +02:00