Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Aayush
purr-data
Commits
3c848b65
Commit
3c848b65
authored
Jan 31, 2016
by
Jonathan Wilkes
Browse files
update todo
parent
b21624d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/todo.txt
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.)
...
...
Write
Preview
Markdown
is supported
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