Zyper
|
413618454b
|
PaintBrush: Shift key constrains LineTool angle
Holding Shift key will constrain the LineTool's line angle to 15 degrees
increments. Many graphics editors have similar feature.
|
2019-12-17 21:21:24 +01:00 |
|
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
|
b09ac26311
|
PaintBrush: Allow canceling a line by pressing the Escape key
Sometimes you change your mind mid-line, and just want to get out of
the situation. You can now do that :^)
|
2019-11-29 22:41:36 +01:00 |
|
Andreas Kling
|
4e6cd541c9
|
PaintBrush: Add a "line" tool for drawing straight lines
This implements "preview" of the line by allowing tool subclasses to
hook the second_paint_event on the PaintableWidget.
Work towards #375.
|
2019-11-29 22:41:19 +01:00 |
|