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

update todo

parent 9ece8379
No related branches found
No related tags found
No related merge requests found
...@@ -285,9 +285,9 @@ Everything else: (A [x] means we've fixed it) ...@@ -285,9 +285,9 @@ Everything else: (A [x] means we've fixed it)
[ ] same for all commits up to Jul 31, 2015 [ ] same for all commits up to Jul 31, 2015
[x] address double-free when closing a canvas that is a canvas field [x] address double-free when closing a canvas that is a canvas field
of a scalar of a scalar
[ ] current try/catch parser in the socket receiver is too slow. For lots of [ ] test if try/catch parser in the socket receiver is a performance hog. (For
data it can end up freezing the GUI. (Test if requestAnimationFrame makes lots of data it can end up freezing the GUI. Test if requestAnimationFrame
any difference...) makes any difference...)
[x] create a function in pdgui to change ["name", value] arrays to Javascript [x] create a function in pdgui to change ["name", value] arrays to Javascript
objects. This will greatly simplify things like dialog_iemgui.html objects. This will greatly simplify things like dialog_iemgui.html
[ ] Figure out what pdtk_ping does [ ] Figure out what pdtk_ping does
...@@ -317,11 +317,11 @@ Everything else: (A [x] means we've fixed it) ...@@ -317,11 +317,11 @@ Everything else: (A [x] means we've fixed it)
[ ] don't implement tooltips until we have a single call to create an object [ ] don't implement tooltips until we have a single call to create an object
plus all xlets. That way we can add an arg or two for the name and dir plus all xlets. That way we can add an arg or two for the name and dir
to find the help patch and get all descriptions in one goy to find the help patch and get all descriptions in one goy
[ ] make sure to free events in svg_free [x] make sure to free events in svg_free
[ ] make scalars dig inside abstractions when they search the templatecanvas [ ] make scalars dig inside abstractions when they search the templatecanvas
for drawing commands. This will make it possible to build abstraction for drawing commands. This will make it possible to build abstraction
libraries for ds-gui widgets. libraries for ds-gui widgets.
[ ] getscroll_var assumes we're only loading a single patch at a time, but [x] getscroll_var assumes we're only loading a single patch at a time, but
that isn't true. Thus if we open many patches at a time, the getscroll that isn't true. Thus if we open many patches at a time, the getscroll
call for the most recent window will cancel the old one, leaving the call for the most recent window will cancel the old one, leaving the
older window with the wrong viewport. older window with the wrong viewport.
......
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