mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-04 23:06:39 +00:00
90840bd0a0
1) Canvas window: clear new canvases w/ [-1, -1] by default. 2) Canvas window: don't create new canvas on initialisation. 3) Canvas window: set default brush colours to [3, 9]. 4) Erase tool: correctly fill non-text cells w/ background colour. 5) GUI: correctly show current operator name in status bar whilst active. 6) GUI: {de,in}crease canvas {height,width} w/ <Ctrl> & cursor keys. 7) GUI: disable tiling items unless current tool is object tool. 8) GUI: select tool w/ <F2-F10> accelerators.
14 lines
702 B
Plaintext
14 lines
702 B
Plaintext
1) Backend: correctly refresh transparent cursor cells when drawing cursor patches
|
|
2) GUI: edit asset in new canvas, import from {canvas,object}
|
|
3) GUI: implement GuiCanvasWxBackendFast.c{,c}
|
|
4) GUI: select all
|
|
5) GUI: show line numbers w/ tooltip on accelerator
|
|
6) Operators: copy, cut, delete, insert from, paste
|
|
7) Operators: crop, scale, shift, slice operators
|
|
8) Tools: measure, triangle, unicode block elements tool
|
|
9) Tools: object tool: reimplement cloning correctly outside of object tool
|
|
10) Tools: text tool: finish Arabic/RTL text implementation
|
|
11) Tools: text tool: implicitly draw (text) w/ bg -1, toggle drawing actual brushColours[1] mode w/ RMB
|
|
|
|
vim:ff=dos tw=0
|