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
b7119c66
Commit
b7119c66
authored
9 years ago
by
Jonathan Wilkes
Browse files
Options
Downloads
Patches
Plain Diff
update todo
parent
e464efb4
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
+15
-12
15 additions, 12 deletions
pd/nw/todo.txt
with
15 additions
and
12 deletions
pd/nw/todo.txt
+
15
−
12
View file @
b7119c66
...
@@ -42,7 +42,7 @@ Node-webkit stuff:
...
@@ -42,7 +42,7 @@ Node-webkit stuff:
Everything else: (A [x] means we've fixed it)
Everything else: (A [x] means we've fixed it)
[x] set svg bounds to whatever the window size happens to be
[x] set svg bounds to whatever the window size happens to be
[
] trigger a canvas_getscroll when the nw.js window is resized
[
x
] trigger a canvas_getscroll when the nw.js window is resized
[ ] packaging as app, setting correct appname, etc
[ ] packaging as app, setting correct appname, etc
[ ] get -unique to work (relied on tcl [send] command)
[ ] get -unique to work (relied on tcl [send] command)
[ ] check if patch windows with screenposition (0,0) get stuck underneath
[ ] check if patch windows with screenposition (0,0) get stuck underneath
...
@@ -54,10 +54,11 @@ Everything else: (A [x] means we've fixed it)
...
@@ -54,10 +54,11 @@ Everything else: (A [x] means we've fixed it)
[x] "Save As" on an overwrite doesn't seem to clear the dirty flag
[x] "Save As" on an overwrite doesn't seem to clear the dirty flag
[x] figure out why there is a "pd_opendir" global var
[x] figure out why there is a "pd_opendir" global var
[x] pass k12 mode arg
[x] pass k12 mode arg
[ ] implement recent files (using Pd's prefs loading mechanism instead of
[x] implement recent files (using Pd's prefs loading mechanism instead of
reimplementing gui prefs)
reimplementing gui prefs). (Note: not needed-- native file dialogs
have their own.)
[x] implement verifyquit
[x] implement verifyquit
[
] save and saveas dialogs aren't defaulting to the present working directory
[
x
] save and saveas dialogs aren't defaulting to the present working directory
[x] implement automatic scrollbars and svg canvas resizing
[x] implement automatic scrollbars and svg canvas resizing
[x] add 'x' type to gui_vmess for saving canvas names, etc., as hex values
[x] add 'x' type to gui_vmess for saving canvas names, etc., as hex values
[x] destroy (or, more likely, hide) selection rectangle when not needed
[x] destroy (or, more likely, hide) selection rectangle when not needed
...
@@ -69,11 +70,12 @@ Everything else: (A [x] means we've fixed it)
...
@@ -69,11 +70,12 @@ Everything else: (A [x] means we've fixed it)
[ ] abstract away appendChild
[ ] abstract away appendChild
[ ] font-size should be set as css property for a class of text, rather than
[ ] font-size should be set as css property for a class of text, rather than
per each gobj in svg
per each gobj in svg
[
] remove the "fudge_factor" kludge in g_rtext.c, and handle fonts in a sane
[
x
] remove the "fudge_factor" kludge in g_rtext.c, and handle fonts in a sane
manner. In doing so we must decide whether or not we want to be able to
manner. In doing so we must decide whether or not we want to be able to
fetch the bounding box of objects from within a Pd patch.
fetch the bounding box of objects from within a Pd patch.
(Currently [canvasinfo] and [objectinfo] are the only objects that can
(Currently [canvasinfo] and [objectinfo] are the only objects that can
do this, though there might also be some externals)
do this, though there might also be some externals). Note: we just
moved the kludge to the GUI.
[x] replace things like gui_select_color with css
[x] replace things like gui_select_color with css
[ ] find a better approach to escaping characters for the gui than
[ ] find a better approach to escaping characters for the gui than
escape_double_quotes kludge (and handle any other problematic chars)
escape_double_quotes kludge (and handle any other problematic chars)
...
@@ -94,8 +96,8 @@ Everything else: (A [x] means we've fixed it)
...
@@ -94,8 +96,8 @@ 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 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.
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
[ ] remove the draw_vis warning/code about needing 2 points to draw
[
] need to clean up dead windows inside patchwin object (on close)
[
x
] need to clean up dead windows inside patchwin object (on close)
[ ] make gui_menu_close
filenam
e less hacky (currently includes patch args in
[ ] make gui_menu_close
messag
e less hacky (currently includes patch args in
the middle)
the middle)
[ ] figure out why -nrt flag causes Pd to bail on the GUI (it wasn't doing this
[ ] figure out why -nrt flag causes Pd to bail on the GUI (it wasn't doing this
on the amd_64 virtual Jessie machine, nor on my 32-bit machine).
on the amd_64 virtual Jessie machine, nor on my 32-bit machine).
...
@@ -104,12 +106,13 @@ Everything else: (A [x] means we've fixed it)
...
@@ -104,12 +106,13 @@ Everything else: (A [x] means we've fixed it)
(similar to sys_gui) (not necessary)
(similar to sys_gui) (not necessary)
[ ] make sure we're breaking down the socket properly from the GUI side on quit
[ ] make sure we're breaking down the socket properly from the GUI side on quit
[ ] looks like nwworkingdir isn't working for open/save dialogs atm
[ ] looks like nwworkingdir isn't working for open/save dialogs atm
[
] nwworkingdir only works on the second file open
[
x
] nwworkingdir only works on the second file open
[
] implement the stuff at the end of saveas_callback (recentfiles et al)
[
x
] implement the stuff at the end of saveas_callback (recentfiles et al)
[
] make an "export" menu command for max patch saving. That way we can accept
[
x
] make an "export" menu command for max patch saving. That way we can accept
a single extension for saving (.pd), and the native save dialog will warn
a single extension for saving (.pd), and the native save dialog will warn
us on potential file overwrites (even when the user neglects to type an
us on potential file overwrites (even when the user neglects to type an
extension).
extension). (Note: this was solved by putting a ".pd" extension in the
saveas name by default.)
[ ] draw graph inside gobj group
[ ] draw graph inside gobj group
[ ] merge gui_text_select and gui_text_deselect
[ ] merge gui_text_select and gui_text_deselect
[ ] in function gui_cord_inspector_update, use parameter "moved" to flash text
[ ] in function gui_cord_inspector_update, use parameter "moved" to flash text
...
...
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