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
b21624d1
Commit
b21624d1
authored
Jan 31, 2016
by
Jonathan Wilkes
Browse files
update todo
parent
1df706b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/todo.txt
View file @
b21624d1
...
...
@@ -42,9 +42,11 @@ Node-webkit stuff:
Everything else: (A [x] means we've fixed it)
[ ] packaging as app, setting correct appname, etc
[
] check if patch windows with screenposition (0,0) get stuck underneath OSX
[
x
] check if patch windows with screenposition (0,0) get stuck underneath OSX
menu.
[ ] abstract away appendChild
[x] abstract away appendChild
Note: not needed at that time. Maybe further in the future when we've
pulled most of the GUI stuff out of the c code we can revisit this.
[x] font-size should be set as css property for a class of text, rather than
per each gobj in svg
(Note: not sure that this makes sense right now. We could use a class to
...
...
@@ -53,8 +55,12 @@ Everything else: (A [x] means we've fixed it)
the font dialog.)
[ ] find a better approach to escaping characters for the gui than
escape_double_quotes kludge (and handle any other problematic chars)
[
] once garrays are drawn inside a <g> we won't have to individually erase
[
x
] once garrays are drawn inside a <g> we won't have to individually erase
each child of a scalar
Note: Not sure exactly how we would do this. While it makes the most sense
from the GUI-side, a lot the interfaces on the C-side would need to be
changed. Seems like an enormous undertaking, unless there's some clever
hack that I'm not yet seeing.
[ ] make pdgui function names more consistent
[ ] in draw_vis, move tags to front of function call so they don't have to
be in an array
...
...
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