mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
add stop() to static apps, remove loop() from special preproc
This commit is contained in:
@@ -335,6 +335,7 @@ public class PdePreprocessor {
|
||||
|
||||
if (programType == STATIC) {
|
||||
// close off draw() definition
|
||||
out.print("noLoop(); ");
|
||||
out.print("}");
|
||||
}
|
||||
|
||||
|
||||
@@ -186,7 +186,11 @@ o PGraphics has none.. PApplet has fill/stroke
|
||||
X actually not the case, only that wasn't calling decent superclass
|
||||
X set PImage.format as RGB by default?
|
||||
X this was problem with rendering an image from PGraphics on board
|
||||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1091798655;start=0
|
||||
X http://processing.org/discourse/yabb/YaBB.cgi?board=Syntax;action=display;num=1080671926;start=0
|
||||
|
||||
040920 later
|
||||
X remove "loop" from special inserts on preproc
|
||||
|
||||
_ need to resolve rotated text in SCREEN_SPACE
|
||||
_ SCREEN_SPACE is weird for text
|
||||
|
||||
@@ -66,6 +66,14 @@ X append the user's classpath to the end of that
|
||||
040913 afternoon
|
||||
X "Processing" folder not properly created on new install
|
||||
|
||||
040920
|
||||
X add noLoop() to static mode apps
|
||||
|
||||
_ static applets need to be able to resize themselves on 'play'
|
||||
_ figure out what to do with static apps exported as application
|
||||
_ needs to just hang there
|
||||
|
||||
|
||||
_ add all imported libs to hash table of jars
|
||||
|
||||
_ something calling
|
||||
|
||||
Reference in New Issue
Block a user