mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
final for 0176 i hope
This commit is contained in:
@@ -54,6 +54,13 @@ below that (a tipoff being that there's no PDF library on Android...)
|
||||
+ Changed how imports are handled in sketches. This may break some sketches
|
||||
that use java.xxx packages that aren't covered in the Processing reference.
|
||||
|
||||
+ With great help from Hansi, moved the build scripts over to Ant.
|
||||
http://dev.processing.org/bugs/show_bug.cgi?id=151
|
||||
Also moved the special JRE for Linux and Windows out of SVN. It'll only be
|
||||
downloaded when 'ant dist' is run. This makes the build and maintenance
|
||||
more of a mess for me, but will save me from people whining about the
|
||||
large files.
|
||||
|
||||
+ Javadoc is slowly improving. More on that later.
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
@@ -42,6 +42,15 @@ X replace applet.html and applet-opengl.html
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=1057
|
||||
X update applet.html to point at java 6u10 with the new auto-update stuff
|
||||
o also update applet on the home page to do the same
|
||||
X move build scripts to something better like ant
|
||||
X too much to maintain the multiple versions, too much code
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=151
|
||||
X remove the intermediate build folders
|
||||
X move the jdk stuff outside of the build
|
||||
X http://processing.org/download/jre-6u18.zip, .tgz
|
||||
X only get the java files when doing a dist build
|
||||
X http://ant.apache.org/manual/CoreTasks/get.html
|
||||
X mostly done, but need to test and remove the others
|
||||
|
||||
fonts
|
||||
X loading is very slow on the first time (getting all font names)
|
||||
@@ -60,16 +69,6 @@ o when resizing window, only resize the text display area
|
||||
o just a matter of moving around the panels and BorderLayout
|
||||
X it's a mess, just disable resizing
|
||||
|
||||
X move build scripts to something better like ant
|
||||
X too much to maintain the multiple versions, too much code
|
||||
X http://dev.processing.org/bugs/show_bug.cgi?id=151
|
||||
X remove the intermediate build folders
|
||||
_ move the jdk stuff outside of the build
|
||||
_ http://processing.org/download/jre-6u18.zip, .tgz
|
||||
_ only get the java files when doing a dist build
|
||||
_ http://ant.apache.org/manual/CoreTasks/get.html
|
||||
_ mostly done, but need to test and remove the others
|
||||
|
||||
cleaning
|
||||
X update to jogl 1.1.1
|
||||
X do this with enhanced library/platform support
|
||||
|
||||
Reference in New Issue
Block a user