Skip to content
Snippets Groups Projects
Commit e11d4a56 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

update todo

parent c84a3a04
No related branches found
No related tags found
No related merge requests found
...@@ -84,9 +84,10 @@ Everything else: (A [x] means we've fixed it) ...@@ -84,9 +84,10 @@ Everything else: (A [x] means we've fixed it)
[ ] use underscores for iemgui dialog element names [ ] use underscores for iemgui dialog element names
[ ] change all the gui color char[MAXPDSTRING] junk to simple int, and do the [ ] change all the gui color char[MAXPDSTRING] junk to simple int, and do the
conversion to hex html string in the gui. conversion to hex html string in the gui.
[ ] think about scaling the svg instead of the page, and making the selection [x] think about scaling the svg instead of the page, and making the selection
rectangle a div above that rectangle a div above that
[ ] change 'visible-width' to 'cnv-width' [x] change 'visible-width' to 'cnv-width'
Note: this isn't needed
[x] in dialog_iemgui.html, use an object to store all the prop/value pairs that [x] in dialog_iemgui.html, use an object to store all the prop/value pairs that
got sent. That way we don't have to use all those awful tricks to got sent. That way we don't have to use all those awful tricks to
conditionally fill the slots conditionally fill the slots
...@@ -130,7 +131,7 @@ Everything else: (A [x] means we've fixed it) ...@@ -130,7 +131,7 @@ Everything else: (A [x] means we've fixed it)
in the lib loading routine in the lib loading routine
[ ] Fix layout on dialogs so that height/width of the document doesn't [ ] Fix layout on dialogs so that height/width of the document doesn't
reflow when the window gets resized reflow when the window gets resized
[ ] look into using requestAnimationFrame [x] look into using requestAnimationFrame
[ ] canvas_check_geometry doesn't seem to do the right thing for canvases that [ ] canvas_check_geometry doesn't seem to do the right thing for canvases that
are far to the right of the screen. Can't think of anything except maybe a are far to the right of the screen. Can't think of anything except maybe a
bug in nw.js Window.x? bug in nw.js Window.x?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment