ladybird/Libraries/LibDraw
Andreas Kling fcf5b1ff5b Rect: Add set_right_without_resize() and set_bottom_without_resize()
Sometimes you want to move the Rect by its right or bottom edge without
resizing the rect in the process. There are probably better names for
this but nothing comes to mind at the moment.
2019-09-16 20:56:23 +02:00
..
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 Color::from_string(StringView) 2019-08-03 11:33:34 +02:00
Color.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02: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 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 LibDraw: Add emoji support to the Font class 2019-09-05 16:37:39 +02:00
Font.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
GraphicsBitmap.cpp GraphicsBitmap: Allow constructing a wrapper bitmap around 8-bit pixels 2019-09-14 11:20:07 +02:00
GraphicsBitmap.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +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 LibDraw: Move the Orientation enum to its own LibDraw header file. 2019-07-20 19:32:12 +02:00
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 PNGLoader: Add load_png_from_memory method 2019-09-16 07:49:43 +02:00
PNGLoader.h PNGLoader: Add load_png_from_memory method 2019-09-16 07:49:43 +02:00
Point.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00
puff.c LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
puff.h LibDraw: Introduce (formerly known as SharedGraphics.) 2019-07-18 10:18:16 +02:00
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: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02:00
StylePainter.h StylePainter: Move progress bar painting from GProgressBar to here 2019-08-14 20:31:46 +02: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