From 2b0f211c4613a01e9883c8b87c44d370f17e5813 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 11 Dec 2014 18:53:27 -0500 Subject: [PATCH] splash screen notes --- core/todo.txt | 5 ++++- todo.txt | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 68ea16724..bd5be65b5 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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? diff --git a/todo.txt b/todo.txt index 57497bc89..a432fd68b 100644 --- a/todo.txt +++ b/todo.txt @@ -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 _ ./ _ not being able to make a link to the processing app _ argh.. more path and shell issues.. -_ splash screen