Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
purr-data
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sanket Bhukan
purr-data
Commits
bd5ed342
Commit
bd5ed342
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update todo
parent
0618b1e6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/nw/todo.txt
+5
-4
5 additions, 4 deletions
pd/nw/todo.txt
with
5 additions
and
4 deletions
pd/nw/todo.txt
+
5
−
4
View file @
bd5ed342
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment