fix a variable name
[?]
Jul 12, 2022, 5:01 AM
NX3DDSCZM23ONUBXATHBM2DM3RL7YO7LDPXLI2UA6GQU2G3DKOTQCDependencies
- [2]
J5IEBT64enforce press/release state only processed once - [3]
AVTNUQYRbasic test-enabled framework - [4]
Z4XRNDTRfind text - [5]
PX7DDEMOautosave slightly less aggressively - [6]
KVHUFUFVreorg - [7]
WOXIYUTLbugfix: manage screen_top and cursor when resizing - [8]
6VXO3ZL3just keep the cursor visible after any input events - [9]
3GFQP6IRstop saving the entire file when modifying drawings - [10]
BYG5CEMVsupport for naming points - [11]
JRLBUB6Lmore intuitive point delete from polygons - [12]
HRWN5V6JDevine's suggestion to try to live with just freehand - [13]
OTIBCAUJlove2d scaffold - [14]
2INHXC3Kposition cursor by clicking on text - [15]
6LJZN727handle chords - [16]
O2UFJ6G3switch from freehand to just straight lines - [17]
XNFTJHC4split keyboard handling between Text and Drawing - [18]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [19]
2ENZW7TVselect text using mouse drag - [20]
JCSLDGAHbeginnings of support for multiple shapes - [21]
6DE7RBZ6move mouse_released events to Drawing - [22]
ZUOL7X6Vmove - [23]
EFMLTMZGbugfix: restrict strokes to the drawing they started in - [24]
XX7G2FFJintermingle freehand line drawings with text
Change contents
- replacement in main.lua at line 366
Drawing.mouse_pressed(line, x,y, button)Drawing.mouse_pressed(line, x,y, mouse_button) - replacement in main.lua at line 373
function App.mousereleased(x,y, button)function App.mousereleased(x,y, mouse_button) - replacement in main.lua at line 379
Drawing.mouse_released(x,y, button)Drawing.mouse_released(x,y, mouse_button)