Andreas Kling
|
d343fb2429
|
AK: Rename Retainable.h => RefCounted.h.
|
2019-06-21 18:58:45 +02:00 |
|
Andreas Kling
|
550b0b062b
|
AK: Rename RetainPtr.h => RefPtr.h, Retained.h => NonnullRefPtr.h.
|
2019-06-21 18:45:59 +02:00 |
|
Andreas Kling
|
90b1354688
|
AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr.
|
2019-06-21 18:37:47 +02:00 |
|
Andreas Kling
|
77b9fa89dd
|
AK: Rename Retainable => RefCounted.
(And various related renames that go along with it.)
|
2019-06-21 15:30:03 +02:00 |
|
Andreas Kling
|
76b3337498
|
SharedGraphics: Run clang-format on everything.
|
2019-06-07 11:46:55 +02:00 |
|
Andreas Kling
|
15fb917f28
|
Convert more RetainPtr use to Retained.
|
2019-02-25 16:04:08 +01:00 |
|
Andreas Kling
|
6fc3c38324
|
Start working on a simple graphical font editor.
Editing fonts by editing text files is really slow and boring.
A simple font editor seems like a good way to take LibGUI for a spin.
|
2019-02-02 08:07:06 +01:00 |
|
Andreas Kling
|
7e5b81fe48
|
Make a SharedGraphics directory for classes shared between Kernel and LibGUI.
|
2019-01-19 23:22:46 +01:00 |
|