Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
bd5ed342
Commit
bd5ed342
authored
Feb 18, 2016
by
Jonathan Wilkes
Browse files
update todo
parent
0618b1e6
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/nw/todo.txt
View file @
bd5ed342
...
...
@@ -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
[ ] in draw_vis, move tags to front of function call so they don't have to
be in an array
[ ] make pdgui function names more consistent
[ ] 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
concatenate as needed.
...
...
@@ -60,15 +59,13 @@ Everything else: (A [x] means we've fixed it)
[ ] figure out difference between deb install location /usr
vs tarball /usr/local
[ ] 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
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
[ ] make scalars dig inside abstractions when they search the templatecanvas
for drawing commands. This will make it possible to build abstraction
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
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
...
...
@@ -77,6 +74,10 @@ Everything else: (A [x] means we've fixed it)
inconsistency.
After some more research, it appears this problem doesn't happen
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] clip garray to gl_x1 and gl_x2 by:
a) checking if we're in a gop, and
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment