starting rev 0167 / 1.0.5+

This commit is contained in:
benfry
2009-06-01 12:57:51 +00:00
parent ba16ac769c
commit c6bfa2578d
5 changed files with 47 additions and 41 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int REVISION = 166;
static String VERSION_NAME = "0166";
static final int REVISION = 167;
static String VERSION_NAME = "0167";
static HashMap<Integer, String> platformNames = new HashMap();
static {
+21
View File
@@ -1,3 +1,24 @@
0166 core (1.0.4)
X disable point() going to set() from PGraphicsJava2D
X set() doesn't honor alpha consistently
X also causes problems with PDF
X preliminary thread() implementation
X double param version of map()
X PImage cacheMap problem when using PImage.get()
X http://dev.processing.org/bugs/show_bug.cgi?id=1245
X problems with > 512 points and P3D/OPENGL (thx DopeShow)
X http://dev.processing.org/bugs/show_bug.cgi?id=1255
X imageMode(CENTER) doesn't work properly with P2D
X http://dev.processing.org/bugs/show_bug.cgi?id=1232
X reset matrices when using beginRecord() with PDF
X http://dev.processing.org/bugs/show_bug.cgi?id=1227
X resizing window distorts gl graphics
X patch from Pablo Funes
X http://dev.processing.org/bugs/show_bug.cgi?id=1176
X significant point() and set() slowdown on OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=1094
0165 core (1.0.3)
X update to itext 2.1.4
X endRecord or endRaw produces RuntimeException with PDF library
+1 -19
View File
@@ -1,22 +1,4 @@
0166 core
X disable point() going to set() from PGraphicsJava2D
X set() doesn't honor alpha consistently
X also causes problems with PDF
X preliminary thread() implementation
X double param version of map()
X PImage cacheMap problem when using PImage.get()
X http://dev.processing.org/bugs/show_bug.cgi?id=1245
X problems with > 512 points and P3D/OPENGL (thx DopeShow)
X http://dev.processing.org/bugs/show_bug.cgi?id=1255
X imageMode(CENTER) doesn't work properly with P2D
X http://dev.processing.org/bugs/show_bug.cgi?id=1232
X reset matrices when using beginRecord() with PDF
X http://dev.processing.org/bugs/show_bug.cgi?id=1227
X resizing window distorts gl graphics
X patch from Pablo Funes
X http://dev.processing.org/bugs/show_bug.cgi?id=1176
X significant point() and set() slowdown on OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=1094
0167 core (1.0.5?)
_ what's the difference with ascent on loadFont vs. createFont?
+22
View File
@@ -1,3 +1,25 @@
0166 pde (1.0.4)
X try adding a space to the name of the help menu for beachball problems
X this works, might be useful to make the switch (done)
X remove isManagingFocus problem inside JEditTextArea
X IDE crashed when changing color scheme on windows
X http://dev.processing.org/bugs/show_bug.cgi?id=1237
X space in front of linux shell script prevents it from running
X http://dev.processing.org/bugs/show_bug.cgi?id=1250
X macosx finder info on application says 1.0.1 for 1.0.3
X fix build script to catch this / make it update the file
X http://dev.processing.org/bugs/show_bug.cgi?id=1226
X update to java 6u13 on windows
X fix error message "Non-String for 8 value in 'Properties' sub-dictionary in 'Java' sub-dictionary of Info.plist"
X -X option not supported in 10.4
X http://dev.processing.org/bugs/show_bug.cgi?id=1179
X Slow response or spinning wheel from the menu bar on Mac OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=786
X disable sketchbook and examples menus on os x?
X update to java 6u14 on windows
X update to java 6u14 on linux
0165 pde (1.0.3)
X no changes in this release
+1 -20
View File
@@ -1,23 +1,4 @@
0166 pde (1.0.4)
X try adding a space to the name of the help menu for beachball problems
X this works, might be useful to make the switch (done)
X remove isManagingFocus problem inside JEditTextArea
X IDE crashed when changing color scheme on windows
X http://dev.processing.org/bugs/show_bug.cgi?id=1237
X space in front of linux shell script prevents it from running
X http://dev.processing.org/bugs/show_bug.cgi?id=1250
X macosx finder info on application says 1.0.1 for 1.0.3
X fix build script to catch this / make it update the file
X http://dev.processing.org/bugs/show_bug.cgi?id=1226
X update to java 6u13 on windows
X fix error message "Non-String for 8 value in 'Properties' sub-dictionary in 'Java' sub-dictionary of Info.plist"
X -X option not supported in 10.4
X http://dev.processing.org/bugs/show_bug.cgi?id=1179
X Slow response or spinning wheel from the menu bar on Mac OS X
X http://dev.processing.org/bugs/show_bug.cgi?id=786
X disable sketchbook and examples menus on os x?
X update to java 6u14 on windows
X update to java 6u14 on linux
0167 pde (1.0.5?)
_ add code for setting the l&f from the prefs file for linux