File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ _ test with JG's 13" retina laptop
5353
5454
5555graphics
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?
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ X post a note about the "help" stuff
33X https://github.com/processing/processing/labels/help
44X Deal with ctrl-alt-n regression
55X 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
You can’t perform that action at this time.
0 commit comments