ladybird/SharedGraphics
Andreas Kling 6e671f78a8 Painter: Don't add line spacing after the very last line in draw_text().
This means that single-line draw_text() calls don't get any additional line
spacing added. Which makes things look right.
2019-07-12 19:54:10 +02:00
..
CharacterBitmap.cpp AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
CharacterBitmap.h AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
Color.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
Color.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
DisjointRectSet.cpp SharedGraphics: Run clang-format on everything. 2019-06-07 11:46:55 +02:00
DisjointRectSet.h SharedGraphics: Run clang-format on everything. 2019-06-07 11:46:55 +02:00
Font.cpp Kernel: Have the open() syscall take an explicit path length parameter. 2019-07-08 20:01:49 +02:00
Font.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
GraphicsBitmap.cpp StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +02:00
GraphicsBitmap.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
install.sh Build: Install most headers to Root (and libcore.a/libgui.a) 2019-05-17 21:59:48 +02:00
Painter.cpp Painter: Don't add line spacing after the very last line in draw_text(). 2019-07-12 19:54:10 +02:00
Painter.h Painter: Implement multi-line support in Painter::draw_text(). 2019-07-12 19:53:56 +02:00
PNGLoader.cpp AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
PNGLoader.h AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Point.h SharedGraphics: Add LogStream operator<<'s for Rect, Point and Size. 2019-07-04 06:45:50 +02:00
puff.c SharedGraphics: Oops, I was compiling puff() in SLOW mode for testing. 2019-03-24 00:53:16 +01:00
puff.h SharedGraphics: Run clang-format on everything. 2019-06-07 11:46:55 +02:00
Rect.cpp SharedGraphics: Run clang-format on everything. 2019-06-07 11:46:55 +02:00
Rect.h SharedGraphics: Add LogStream operator<<'s for Rect, Point and Size. 2019-07-04 06:45:50 +02:00
Size.h SharedGraphics: Add LogStream operator<<'s for Rect, Point and Size. 2019-07-04 06:45:50 +02:00
StylePainter.cpp GUI: Use Win2K-like "warm gray" color instead of the older colder gray. 2019-06-30 09:23:16 +02:00
StylePainter.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
TextAlignment.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00
TextElision.h Meta: Tweak .clang-format to not wrap braces after enums. 2019-06-07 17:13:23 +02:00