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

update todo

parent 0618b1e6
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,6 @@ Everything else: (A [x] means we've fixed it) ...@@ -46,7 +46,6 @@ Everything else: (A [x] means we've fixed it)
[ ] remove the draw_vis warning/code about needing 2 points to draw [ ] remove the draw_vis warning/code about needing 2 points to draw
[ ] in draw_vis, move tags to front of function call so they don't have to [ ] in draw_vis, move tags to front of function call so they don't have to
be in an array be in an array
[ ] make pdgui function names more consistent
[ ] for scalar tags, look into using "x" exclusively inside gui_vmess so that [ ] for scalar tags, look into using "x" exclusively inside gui_vmess so that
we don't have to sprintf anything. Then on the gui side we can we don't have to sprintf anything. Then on the gui side we can
concatenate as needed. concatenate as needed.
...@@ -60,15 +59,13 @@ Everything else: (A [x] means we've fixed it) ...@@ -60,15 +59,13 @@ Everything else: (A [x] means we've fixed it)
[ ] figure out difference between deb install location /usr [ ] figure out difference between deb install location /usr
vs tarball /usr/local vs tarball /usr/local
[ ] Figure out what pdtk_ping does [ ] Figure out what pdtk_ping does
[ ] revisit the function for escaping double-quotes inside s_inter.c, see
if there's a cleaner way to do 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 go to find the help patch and get all descriptions in one go
[ ] 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.
[ ] some menuitem shortcuts don't pass their events on to the dom, while [x] some menuitem shortcuts don't pass their events on to the dom, while
others do. I think it happens when a double-modifier has keys in common others do. I think it happens when a double-modifier has keys in common
with a single-modifier. Example: <ctrl-shift-v> creates a vsl, but the with a single-modifier. Example: <ctrl-shift-v> creates a vsl, but the
key gets sent to Pd. However, <ctrl-shift-h> creates an hsl, and key gets sent to Pd. However, <ctrl-shift-h> creates an hsl, and
...@@ -77,6 +74,10 @@ Everything else: (A [x] means we've fixed it) ...@@ -77,6 +74,10 @@ Everything else: (A [x] means we've fixed it)
inconsistency. inconsistency.
After some more research, it appears this problem doesn't happen After some more research, it appears this problem doesn't happen
in OSX. in OSX.
Note: moved to bug tracker
[x] revisit the function for escaping double-quotes inside s_inter.c, see
if there's a cleaner way to do it
[x] make pdgui function names more consistent
[x] standardize javascript function names [x] standardize javascript function names
[x] clip garray to gl_x1 and gl_x2 by: [x] clip garray to gl_x1 and gl_x2 by:
a) checking if we're in a gop, and a) checking if we're in a gop, and
......
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