Subversion Repositories wimsdev

Rev

Rev 17518 | Rev 17581 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 17518 Rev 17576
Line 2... Line 2...
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
* 21/2/2023: canvasmultidraw now place object with relative coords (%) instead of absolute (px)
6
* 13/1/2023: corrected flaw in external images 'copy & drag/drop'
7
* 13/1/2023: corrected flaw in external images 'copy & drag/drop'
7
## 2022
8
## 2022
8
* 28/8/2022: added command "newrange xmin,xmax,ymin,ymax" see https://wimsedu.info/?topic=dessiner-des-portions-de-fonctions-sur-un-meme-graphe
9
* 28/8/2022: added command "newrange xmin,xmax,ymin,ymax" see https://wimsedu.info/?topic=dessiner-des-portions-de-fonctions-sur-un-meme-graphe
9
* 01/8/2022: getMouse(),latest improvements related to 'reponsiveness' will fatally lockup browsers in the pixel-by-pixel filling...at least in userdraw clickfill
10
* 01/8/2022: getMouse(),latest improvements related to 'reponsiveness' will fatally lockup browsers in the pixel-by-pixel filling...at least in userdraw clickfill
10
* 19/7/2022: checked and corrected 'dashed' objects like arc,arrowarc,ellipse...
11
* 19/7/2022: checked and corrected 'dashed' objects like arc,arrowarc,ellipse...
11
* 16/7/2022: solved long standing issue of dashed arrow(s) and dashed arrow(s)2 
12
* 16/7/2022: solved long standing issue of dashed arrow(s) and dashed arrow(s)2 
12
* 06/7/2022: clearbutton preserves div's with '<' && '/>' and objects placed with 'placed_image_on_canvas(id)' e.g. with 'id = placed*'
13
* 06/7/2022: clearbutton preserves div's with '<' && '/>' and objects placed with `placed_image_on_canvas(id)` e.g. with `id = placed*`
13
* 05/7/2022: corrected flaw in 'clearbutton' https://wimsedu.info/?topic=geometrie-interactive-avec-canvasdraw
14
* 05/7/2022: corrected flaw in 'clearbutton' https://wimsedu.info/?topic=geometrie-interactive-avec-canvasdraw
14
* 05/7/2022: command 'group' :
15
* 05/7/2022: command 'group' :
15
	- still some issues with direct clicks on group members (NaN due to competing mouselisteners)
16
	- still some issues with direct clicks on group members (NaN due to competing mouselisteners)
16
	- removed 'debug newlines'
17
	- removed 'debug newlines'
17
	- external images -via command 'copy' NOT supported (too much trouble)
18
	- external images -via command 'copy' NOT supported (too much trouble)