ladybird/SharedGraphics
Andreas Kling c110cf193d Kernel: Have the open() syscall take an explicit path length parameter.
Instead of computing the path length inside the syscall handler, let the
caller do that work. This allows us to implement to new variants of open()
and creat(), called open_with_path_length() and creat_with_path_length().
These are suitable for use with e.g StringView.
2019-07-08 20:01:49 +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 StringView: Rename characters() to characters_without_null_termination(). 2019-07-08 15:38:44 +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: 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