roar/libroar
Lucio Andrés Illanes Albornoz 99369626c4 Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}.
libroar/RoarCanvasWindow.py:applyTool(): delegate updating of brushPos to ToolText if current tool.
libroar/RoarCanvasWindow.py:applyTool(): fix function result.
libroar/RoarCanvasWindow.py:applyTool(): pass updated set of arguments to on{Keyboard,Mouse}Event().
libroar/RoarCanvasWindow.py:onKeyboardInput(): allow wrapping around canvas when receiving cursor key input.
libroar/RoarCanvasWindow.py:onKeyboardInput(): supply keyCode or None to applyTool().
libroar/RoarCanvas{CommandsTools,Window}.py: supply keyCode or None to applyTool().
libtools/Tool{,Circle,Fill,Line,Object,Rect}.py:on{Keyboard,Mouse}Event(): update type signature.
libtools/ToolText.py:onKeyboardEvent(): fully implement {arrow keys,backspace,enter}.
libtools/ToolText.py:onKeyboardEvent(): update cursor when necessary.
libtools/ToolText.py:onMouseEvent(): correctly set brushPos if mouseLeftDown or mouseRightDown.
libtools/ToolText.py:__init__(): removed.
assets/text/TODO: updated.
2019-09-16 09:55:30 +02:00
..
RoarAssetsWindow.py Fix assets management canvas panel scrolling. 2019-09-15 16:54:19 +02:00
RoarCanvasCommands.py Implements cursor tool & arrow keys navigation. 2019-09-15 21:33:19 +02:00
RoarCanvasCommandsEdit.py libgui/GuiFrame.py:{_init,load}Menu(): split from loadMenu(), implement nested (sub)menus. 2019-09-15 12:41:14 +02:00
RoarCanvasCommandsFile.py libroar/RoarCanvasCommandsFile.py:canvasSaveAs(): fix self.canvasPathName reference. 2019-09-16 08:05:50 +02:00
RoarCanvasCommandsHelp.py libgui/GuiFrame.py:loadAccels(): obtain from {menu,Toolbar}s[]. 2019-09-10 12:28:26 +02:00
RoarCanvasCommandsOperators.py Implements invert colours operator. 2019-09-15 20:43:49 +02:00
RoarCanvasCommandsTools.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
RoarCanvasWindow.py Fully implement {{arrow keys,backspace,enter},arrow keys} in {text,} tool{,s}. 2019-09-16 09:55:30 +02:00
RoarClient.py Implements cursor tool & arrow keys navigation. 2019-09-15 21:33:19 +02:00
RoarWindowAbout.py libroar/RoarWindowAbout.py, assets/tools/deploy-python.sh: updated. 2019-09-14 16:16:36 +02:00