serenity/Libraries/LibDraw
Andreas Kling 8f45a259fc ByteBuffer: Remove pointer() in favor of data()
We had two ways to get the data inside a ByteBuffer. That was silly.
2019-09-30 08:57:01 +02:00
..
CharacterBitmap.cpp
CharacterBitmap.h
Color.cpp
Color.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
DisjointRectSet.cpp
DisjointRectSet.h
Emoji.cpp AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
Emoji.h LibDraw: Introduce an Emoji class 2019-09-05 16:37:39 +02:00
Font.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
Font.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
GraphicsBitmap.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
GraphicsBitmap.h LibDraw: Some build fixes for strange platforms 2019-09-29 21:02:49 +02:00
install.sh LibDraw: Make sure we install libdraw.a so ports can link with -ldraw 2019-09-07 18:19:02 +02:00
Makefile LibDraw: Introduce an Emoji class 2019-09-05 16:37:39 +02:00
Orientation.h
Painter.cpp LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
Painter.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
PNGLoader.cpp ByteBuffer: Remove pointer() in favor of data() 2019-09-30 08:57:01 +02:00
PNGLoader.h PNGLoader: Add load_png_from_memory method 2019-09-16 07:49:43 +02:00
Point.h Point: Add operator+=, operator-=, and Point+Point 2019-09-27 18:59:50 +02:00
puff.c
puff.h
Rect.cpp LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
Rect.h Rect: Add set_right_without_resize() and set_bottom_without_resize() 2019-09-16 20:56:23 +02:00
Size.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
StylePainter.cpp
StylePainter.h
TextAlignment.h LibDraw: Add TextAlignment::TopRight 2019-09-06 19:23:54 +02:00
TextElision.h