roar/libroar
Lucio Andrés Illanes Albornoz e2f413e4ba Implements merged object tool & flip operators.
assets/images/toolObject.png: added.
liboperators/Operator{,Flip{Horizontal,Vertical}}.py: initial implementation.
libroar/RoarCanvasCommands.py: adds RoarCanvasCommandsOperators.
libroar/RoarCanvasCommandsOperators.py: initial implementation.
libroar/Roar{CanvasCommands{,Tools},Client}.py: replaces ToolSelect{Clone,Move} w/ ToolObject.
libroar/RoarCanvasWindow.py:RoarCanvasWindowDropTarget.OnDropText(): update ToolObject() invocation.
libroar/RoarCanvasWindow.py:{applyTool,onMouseInput}(): pass keyModifiers to Tool.onMouseEvent().
libroar/RoarCanvasWindow.py:applyTool(): only switch back to lastTool if current object tool contains an external object.
libroar/RoarCanvasWindow.py:onLeaveWindow(): disable hiding cursor for now.
libtools/Tool{,Circle,Fill,Line,Rect,Text}.py:onMouseEvent(): update type signature.
libtools/Tool{Object,Select{,Clone,Move}}.py: merged into libtools/ToolObject.py.
roar.py: add liboperators to sys.path[].
assets/text/TODO: updated.
2019-09-15 11:06:25 +02:00
..
RoarAssetsWindow.py libroar/RoarAssetsWindow.py:{_importFiles, on{Load,Save}List,__init__}(): {pass,receive} lastDir {before,after} wx.FileDialog()s. 2019-09-14 11:49:08 +02:00
RoarCanvasCommands.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
RoarCanvasCommandsEdit.py Initial implementation of assets window & external object tool. 2019-09-12 12:49:53 +02:00
RoarCanvasCommandsFile.py Implements recently used {directory,files} in {assets,application} windows & file dialogues. 2019-09-14 15:16:57 +02:00
RoarCanvasCommandsHelp.py libgui/GuiFrame.py:loadAccels(): obtain from {menu,Toolbar}s[]. 2019-09-10 12:28:26 +02:00
RoarCanvasCommandsOperators.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
RoarCanvasCommandsTools.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
RoarCanvasWindow.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
RoarClient.py Implements merged object tool & flip operators. 2019-09-15 11:06:25 +02:00
RoarWindowAbout.py libroar/RoarWindowAbout.py, assets/tools/deploy-python.sh: updated. 2019-09-14 16:16:36 +02:00