splash screen notes

This commit is contained in:
Ben Fry
2014-12-11 18:53:27 -05:00
parent b7b15d1606
commit 2b0f211c46
2 changed files with 7 additions and 2 deletions
+4 -1
View File
@@ -53,7 +53,10 @@ _ test with JG's 13" retina laptop
graphics
_ how to allocation image object w/ createGraphics() (since no surface)
_ should the re-alloc of the drawing surface happen in beginDraw()
_ that way it won't blit to the screen until we have a fresh redraw?
_ otherwise it'll also be resizing on another thread.. badness
_ how to allocation image object w/ createGraphics() (since no surface)
_ add attrib() method
_ https://github.com/processing/processing/issues/2963
_ assign this to DXF as well?
+3 -1
View File
@@ -3,6 +3,9 @@ X post a note about the "help" stuff
X https://github.com/processing/processing/labels/help
X Deal with ctrl-alt-n regression
X https://github.com/processing/processing/issues/2979
X splash screen for Linux
X https://github.com/processing/processing/pull/3005
_ Determine shortcut for Export vs Use Selection for Find
_ https://github.com/processing/processing/issues/2985
@@ -943,7 +946,6 @@ _ export DISPLAY=localhost:2.0
_ ./<myExportedProcessingApplication>
_ not being able to make a link to the processing app
_ argh.. more path and shell issues..
_ splash screen