Skip to content

Commit f7cd672

Browse files
committed
splash screen notes
1 parent 9dc5a18 commit f7cd672

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

core/todo.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,10 @@ _ test with JG's 13" retina laptop
5353

5454

5555
graphics
56-
_ how to allocation image object w/ createGraphics() (since no surface)
56+
_ should the re-alloc of the drawing surface happen in beginDraw()
57+
_ that way it won't blit to the screen until we have a fresh redraw?
58+
_ otherwise it'll also be resizing on another thread.. badness
59+
_ how to allocation image object w/ createGraphics() (since no surface)
5760
_ add attrib() method
5861
_ https://github.com/processing/processing/issues/2963
5962
_ assign this to DXF as well?

todo.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ X post a note about the "help" stuff
33
X https://github.com/processing/processing/labels/help
44
X Deal with ctrl-alt-n regression
55
X https://github.com/processing/processing/issues/2979
6+
X splash screen for Linux
7+
X https://github.com/processing/processing/pull/3005
8+
69
_ Determine shortcut for Export vs Use Selection for Find
710
_ https://github.com/processing/processing/issues/2985
811

@@ -943,7 +946,6 @@ _ export DISPLAY=localhost:2.0
943946
_ ./<myExportedProcessingApplication>
944947
_ not being able to make a link to the processing app
945948
_ argh.. more path and shell issues..
946-
_ splash screen
947949

948950

949951

0 commit comments

Comments
 (0)