Andreas Kling
|
fd5eb79d19
|
LibGUI: Make GMenu inherit from CObject
This is primarily to make it possible to pass a GMenu* where a CObject*
is expected.
|
2019-12-09 21:05:44 +01:00 |
|
Andreas Kling
|
d6abfbdc5a
|
LibCore: Remove ObjectPtr in favor of RefPtr
Now that CObject is fully ref-counted, just use RefPtr everywhere! :^)
|
2019-09-22 00:31:54 +02:00 |
|
Andreas Kling
|
50a6560413
|
LibCore: Convert CTimer to ObjectPtr
|
2019-09-20 15:20:10 +02:00 |
|
Robin Burchell
|
933cd3848f
|
PaintBrush: Add size context menu to SprayTool
|
2019-06-28 15:27:23 +02:00 |
|
Robin Burchell
|
502c54e39a
|
Add a simple spray fill tool
Could do with some more tweaking no doubt, and it'd be nice to have a
circular spray, but this is better than nothing.
|
2019-06-17 05:54:32 +02:00 |
|