serenity/SharedGraphics
Andreas Kling 27f699ef0c AK: Rename the common integer typedefs to make it obvious what they are.
These types can be picked up by including <AK/Types.h>:

* u8, u16, u32, u64 (unsigned)
* i8, i16, i32, i64 (signed)
2019-07-03 21:20:13 +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 AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +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 AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +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 AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +02:00
Painter.h AK: Rename the common integer typedefs to make it obvious what they are. 2019-07-03 21:20:13 +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: Run clang-format on everything. 2019-06-07 11:46:55 +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: Run clang-format on everything. 2019-06-07 11:46:55 +02:00
Size.h SharedGraphics: Run clang-format on everything. 2019-06-07 11:46:55 +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