mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-22 15:26:37 +00:00
99369626c4
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.
30 lines
1.6 KiB
Plaintext
30 lines
1.6 KiB
Plaintext
Low-priority list:
|
|
1) Implement ANSI CSI CU[BDPU] sequences & italic
|
|
2) Layers & layout (e.g. for comics, zines, etc.)
|
|
3) Implement instrumentation & unit tests, document
|
|
4) Open and toggle a reference image in the background
|
|
5) Client-Server or Peer-to-Peer realtime collaboration
|
|
6) Arbitrary {format,palette}s ({4,8} bit ANSI/mIRC, etc.)
|
|
7) Incremental auto{load,save} & {backup,restore} (needs Settings window)
|
|
8) Composition, parametrisation & keying of tools from higher-order operators (brushes, functions, filters, outlines, patterns & shaders) and unit tools
|
|
9) Sprites & scripted (Python?) animation on the basis of asset traits and {composable,parametrised} patterns (metric flow, particle system, rigging, ...)
|
|
|
|
High-priority list:
|
|
1) unit tools: arrow, {cloud,speech bubble}, curve, measure, pick, polygon, triangle, unicode
|
|
2) operators: rotate, scale, shift, slice, tile
|
|
3) cleanup & refactor, switch to GTK
|
|
4) GUI:
|
|
a) replace logo w/ canvas panel in About dialogue
|
|
b) Settings/Settings window (e.g. autosave, hide cursor on leaving window, ...)
|
|
c) replace resize buttons w/ {-,edit box,+} buttons & lock button re: ratio (ty lol3)
|
|
d) {copy,cut,delete,insert from,paste}, {edit asset in new canvas,import from {canvas,object}}
|
|
|
|
Queue:
|
|
1) scrolling bug: start @ top, down key til cursor below visible canvas, scroll down, cursor gone GRRRR
|
|
2) scrolling bug: scroll down, apply operator to entire canvas, scroll up
|
|
3) text tool: a) honour RTL text flow b) pasting text
|
|
4) select-related {re,un}do bugs
|
|
5) clone selection lag
|
|
|
|
vim:ff=dos tw=0
|