Rev 17581 | Rev 17586 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17581 | Rev 17583 | ||
---|---|---|---|
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 | * 22/2/2023: snaptopoints may be called multiple times (no limit) And restored MAX_INT to 128 (but it's open for change, anyway) |
|
6 | * 22/2/2023: increase the limit MAX_INT to 256 |
7 | * 22/2/2023: increase the limit MAX_INT to 256 |
7 | * 21/2/2023: canvasmultidraw now place object with relative coords (%) instead of absolute (px) |
8 | * 21/2/2023: canvasmultidraw now place object with relative coords (%) instead of absolute (px) |
8 | * 13/1/2023: corrected flaw in external images 'copy & drag/drop' |
9 | * 13/1/2023: corrected flaw in external images 'copy & drag/drop' |
9 | ## 2022 |
10 | ## 2022 |
10 | * 28/8/2022: added command "newrange xmin,xmax,ymin,ymax" see https://wimsedu.info/?topic=dessiner-des-portions-de-fonctions-sur-un-meme-graphe |
11 | * 28/8/2022: added command "newrange xmin,xmax,ymin,ymax" see https://wimsedu.info/?topic=dessiner-des-portions-de-fonctions-sur-un-meme-graphe |