mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 64
This commit is contained in:
@@ -1,3 +1,41 @@
|
||||
0063
|
||||
X beautify menu became disabled when moved
|
||||
X BImage(int width, int height) constructor
|
||||
X trying to track down sluggishness with applets..
|
||||
X beginShape/endShape.. 3D scenes with boxes..
|
||||
X newPixels is in BGraphics.endFrame,
|
||||
X screen.drawImage is in BApplet.paint
|
||||
X need to move both to BApplet.paint()
|
||||
X external applet stuff
|
||||
X set initial position of external applets via BApplet
|
||||
X closing window doesn't disable the stop button
|
||||
X hitting 'stop' should freeze applet, not close window
|
||||
o what was the random NullPointerException
|
||||
X send messages for window location
|
||||
X remove 'wanna move' msg, and actually record the position
|
||||
X 'add files' for .class, .jar should drop the stuff into 'code'
|
||||
o external classes using loadStream, etc have trouble
|
||||
X bug in CLASSPATH setup inside processing.exe, had quotes
|
||||
X was breaking the load of javax.comm.properties
|
||||
|
||||
assigned to dan haskovec, completed by fry
|
||||
X for 'java' mode, try run using external vm
|
||||
X would need to get error output stream from app.. argh
|
||||
X only allow under win/osx/linux
|
||||
X not clear how to kill the process.. does that work w/ 1.3?
|
||||
X support 'classes' folder, through the use of a classloader
|
||||
X could also be done by launching external java app
|
||||
X all .jar files etc are added from this folder automatically
|
||||
X 'public class' thing to make things available to all sketches
|
||||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290
|
||||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089
|
||||
X class unloading not happening in java mode
|
||||
X need to add randomizer to even non-self gen'd classes
|
||||
X or figure out how to unload old classes.. grr
|
||||
X lockup when something missing from classpath on dynamic load
|
||||
X but makes no error.. peditorconsole probably swallowing it
|
||||
|
||||
|
||||
0062
|
||||
X modify build instructions for the many changes
|
||||
X i.e. buzz.pl requires jdk13+ set for JDK13 flag, used by p5
|
||||
|
||||
@@ -1,41 +1,3 @@
|
||||
0063
|
||||
X beautify menu became disabled when moved
|
||||
X BImage(int width, int height) constructor
|
||||
X trying to track down sluggishness with applets..
|
||||
X beginShape/endShape.. 3D scenes with boxes..
|
||||
X newPixels is in BGraphics.endFrame,
|
||||
X screen.drawImage is in BApplet.paint
|
||||
X need to move both to BApplet.paint()
|
||||
X external applet stuff
|
||||
X set initial position of external applets via BApplet
|
||||
X closing window doesn't disable the stop button
|
||||
X hitting 'stop' should freeze applet, not close window
|
||||
o what was the random NullPointerException
|
||||
X send messages for window location
|
||||
X remove 'wanna move' msg, and actually record the position
|
||||
X 'add files' for .class, .jar should drop the stuff into 'code'
|
||||
o external classes using loadStream, etc have trouble
|
||||
X bug in CLASSPATH setup inside processing.exe, had quotes
|
||||
X was breaking the load of javax.comm.properties
|
||||
|
||||
assigned to dan haskovec, completed by fry
|
||||
X for 'java' mode, try run using external vm
|
||||
X would need to get error output stream from app.. argh
|
||||
X only allow under win/osx/linux
|
||||
X not clear how to kill the process.. does that work w/ 1.3?
|
||||
X support 'classes' folder, through the use of a classloader
|
||||
X could also be done by launching external java app
|
||||
X all .jar files etc are added from this folder automatically
|
||||
X 'public class' thing to make things available to all sketches
|
||||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1050571290
|
||||
X http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1055355089
|
||||
X class unloading not happening in java mode
|
||||
X need to add randomizer to even non-self gen'd classes
|
||||
X or figure out how to unload old classes.. grr
|
||||
X lockup when something missing from classpath on dynamic load
|
||||
X but makes no error.. peditorconsole probably swallowing it
|
||||
|
||||
|
||||
0064
|
||||
_ set PATH to include java (!)
|
||||
_ history could be gzipped and appended to history.dat
|
||||
@@ -49,6 +11,7 @@ _ network/shared_canvas, network/value has old code
|
||||
_ write script to remove .DS_Store and CVS folders from dist
|
||||
_ include version number in the about box
|
||||
_ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs;action=display;num=1064220242
|
||||
_ set default filename for the font
|
||||
|
||||
|
||||
MEDIUM
|
||||
|
||||
Reference in New Issue
Block a user