1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 08:37:34 +00:00
serenity/Applications
Andreas Kling 5aefd7f828 PaintBrush: Implement a thickness setting for the pen tool.
Painter gains the ability to draw lines with arbitrary thickness.
It's basically implemented by drawing filled rects for thickness>1.

In PaintBrush, Tool classes can now override on_contextmenu() to
provide a context menu for the toolbox button. :^)
2019-06-23 10:00:02 +02:00
..
About Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
Downloader Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
FileManager AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
FontEditor AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
IRCClient AK: Rename Retainable.h => RefCounted.h. 2019-06-21 18:58:45 +02:00
Launcher Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00
PaintBrush PaintBrush: Implement a thickness setting for the pen tool. 2019-06-23 10:00:02 +02:00
ProcessManager AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Taskbar AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. 2019-06-21 18:37:47 +02:00
Terminal Terminal: Add basic mouse selection with copy and paste. 2019-06-23 09:18:17 +02:00
TextEditor Applications: Run clang-format on everything. 2019-06-07 11:48:03 +02:00