Rev 17583 | Rev 18071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17583 | Rev 17586 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | # Canvasdraw changes log |
1 | # Canvasdraw changes log |
2 | ## TODO : |
2 | ## TODO : |
3 | - sort out the global/local variable mess...and reorganize headerfile |
3 | - sort out the global/local variable mess...and reorganize headerfile |
4 | : zooming and grid: scaling needs to be more adaptive! (use constant amount of grid lines) |
4 | : zooming and grid: scaling needs to be more adaptive! (use constant amount of grid lines) |
5 | ## 2023 |
5 | ## 2023 |
- | 6 | * 23/2/2023: minor improvement for sub/sup routine for command family strings (use of space is optional) |
|
6 | * 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway) |
7 | * 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway) |
7 | * 22/2/2023: increase the limit MAX_INT to 256 |
8 | * 22/2/2023: increase the limit MAX_INT to 256 |
8 | * 21/2/2023: canvasmultidraw now place object with relative coords (%) instead of absolute (px) |
9 | * 21/2/2023: canvasmultidraw now place object with relative coords (%) instead of absolute (px) |
9 | * 13/1/2023: corrected flaw in external images 'copy & drag/drop' |
10 | * 13/1/2023: corrected flaw in external images 'copy & drag/drop' |
10 | ## 2022 |
11 | ## 2022 |