mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
splash screen notes
This commit is contained in:
+4
-1
@@ -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,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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user