diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 0bf837e8c..864b365ef 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -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 platformNames = new HashMap(); static { diff --git a/core/done.txt b/core/done.txt index 11e8529c1..2abb7da60 100644 --- a/core/done.txt +++ b/core/done.txt @@ -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 diff --git a/core/todo.txt b/core/todo.txt index ce0cc55ee..fff54a52c 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -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? diff --git a/done.txt b/done.txt index d6ebb9ab5..f543d3a06 100644 --- a/done.txt +++ b/done.txt @@ -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 diff --git a/todo.txt b/todo.txt index ab6a20339..7e6737b41 100644 --- a/todo.txt +++ b/todo.txt @@ -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