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

update todo

parent acca576e
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,6 @@ Node-webkit stuff: ...@@ -41,7 +41,6 @@ Node-webkit stuff:
5) command line argv 5) command line argv
Everything else: (A [x] means we've fixed it) Everything else: (A [x] means we've fixed it)
[ ] standardize javascript function names
[ ] implement the crappy iemgui color dialog presets [ ] implement the crappy iemgui color dialog presets
[ ] use underscores for iemgui dialog element names [ ] use underscores for iemgui dialog element names
[ ] remove the draw_vis warning/code about needing 2 points to draw [ ] remove the draw_vis warning/code about needing 2 points to draw
...@@ -78,6 +77,7 @@ Everything else: (A [x] means we've fixed it) ...@@ -78,6 +77,7 @@ Everything else: (A [x] means we've fixed it)
inconsistency. inconsistency.
After some more research, it appears this problem doesn't happen After some more research, it appears this problem doesn't happen
in OSX. in OSX.
[x] standardize javascript function names
[x] clip garray to gl_x1 and gl_x2 by: [x] clip garray to gl_x1 and gl_x2 by:
a) checking if we're in a gop, and a) checking if we're in a gop, and
b) if so, only render if element number is > gl_x1 and < gl_x2 b) if so, only render if element number is > gl_x1 and < gl_x2
......
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