mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-26 08:56:36 +00:00
3bb4fb0197
1) Backend: initial optimised cell rendering Python C module implementation skeleton. 2) Backend: raise alpha blending {fore,back}ground colour coefficient to {0.8,1.0 - 0.8}, resp. 3) Backend: reimplement cell rendering using Draw{Rectangle,Text}List(). 4) Canvas window: eliminate {canvas,{scroll,tool}bar} flickering during resize. 5) Canvas window: fix cursor artifacts during resizing by masking cursor. 6) Canvas window: restore cursor after executing operations that remove it. 7) Import store: correctly parse non-conforming \u0003,<bg colour> sequences. 8) GUI: correctly save list of recently used files post-update.
14 lines
660 B
Plaintext
14 lines
660 B
Plaintext
1) canvas: default to transparent background colour
|
|
2) GUI: disable tiling items unless current tool is object tool
|
|
3) GUI: edit asset in new canvas, import from {canvas,object}
|
|
4) GUI: implement GuiCanvasWxBackendFast.c{,c}
|
|
5) GUI: select all
|
|
6) GUI: show line numbers w/ either ruler or tooltip
|
|
7) operators: copy, cut, delete, insert from, paste
|
|
8) operators: crop, scale, shift, slice operators
|
|
9) tools: measure, triangle, unicode block elements 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
|