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
3c848b65
Commit
3c848b65
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update todo
parent
b21624d1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pd/nw/todo.txt
+10
-5
10 additions, 5 deletions
pd/nw/todo.txt
with
10 additions
and
5 deletions
pd/nw/todo.txt
+
10
−
5
View file @
3c848b65
...
...
@@ -70,13 +70,18 @@ Everything else: (A [x] means we've fixed it)
[ ] in draw_vis, remove all the coords logic and let svg_togui do that work.
In svg_new, leverage the "d", "points", etc. methods to do the same.
[ ] remove the draw_vis warning/code about needing 2 points to draw
[
] make gui_menu_close message less hacky (currently includes patch args in
[
x
] make gui_menu_close message less hacky (currently includes patch args in
the middle)
[x] make dialogs with [yes/no] instead of [cancel/ok]
[ ] draw graph inside gobj group
[ ] merge gui_text_select and gui_text_deselect
[ ] in function gui_cord_inspector_update, use parameter "moved" to flash text
[ ] cord_inspector_flash doesn't seem to be deterministic-- if you move among
[x] draw graph inside gobj group
Note: good idea, but this will be extremely difficult to get right given
the C API for specifying coords, glists, etc.
[x] merge gui_text_select and gui_text_deselect
Note: doesn't seem necessary.
[x] in function gui_cord_inspector_update, use parameter "moved" to flash text
Note: not sure I understand this one. But if this is a bug we'll run into
later...
[x] cord_inspector_flash doesn't seem to be deterministic-- if you move among
several cords very fast it will try to flash a non-existent svg item.
(Probably want to either make a permanent item in the pd_canvas.html for it,
or hard-code a separate div.)
...
...
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