Skip to content
Snippets Groups Projects
Commit f9f3daef authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

update todo

parent 71f00fd6
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ Everything else: (A [x] means we've fixed it)
[ ] make dialogs with [yes/no] instead of [cancel/ok]
[x] make a gui_mess interface for the edge cases that don't require args
(similar to sys_gui) (not necessary)
[ ] make sure we're breaking down the socket properly from the GUI side on quit
[x] 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
[x] nwworkingdir only works on the second file open
[x] implement the stuff at the end of saveas_callback (recentfiles et al)
......@@ -123,8 +123,8 @@ Everything else: (A [x] means we've fixed it)
[x] for data structure demos, change "" to 'none'
[x] fix "Reselect" <ctrl-Enter> Keybinding. It doesn't work atm because nw.js
cannot bind to Enter. But canvas_events should make this pretty easy.
[ ] fix bug where Reselecting a floating text doesn't stop it from floating
[ ] keyup doesn't register autokeypresses, but keyname and key do
[x] fix bug where Reselecting a floating text doesn't stop it from floating
[x] keyup doesn't register autokeypresses, but keyname and key do
[ ] text_set doesn't work when a numbox is first created (but works otherwise)
[ ] clean up nw_create_window (doesn't need so many parameters)
[x] make a nice window API in C. Window "foo-bar" type maps to "foo-bar.html"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment