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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Jonathan Wilkes
purr-data
Commits
3092a5bd
"README.md" did not exist on "6cfa78adeb9e6c2ff5986126ba177b9e24bef72a"
Commit
3092a5bd
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update todo
parent
9ece8379
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
-5
5 additions, 5 deletions
pd/nw/todo.txt
with
5 additions
and
5 deletions
pd/nw/todo.txt
+
5
−
5
View file @
3092a5bd
...
@@ -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.
...
...
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