diff --git a/app/Base.java b/app/Base.java index 1f9334ef4..0fb98c253 100644 --- a/app/Base.java +++ b/app/Base.java @@ -50,8 +50,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 115; - static final String VERSION_NAME = "0115 Beta"; + static final int VERSION = 116; + static final String VERSION_NAME = "0116 Beta"; /** * Path of filename opened on the command line, diff --git a/core/done.txt b/core/done.txt index bb9fd4c85..667465645 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,24 @@ +0115 core +X remove debug message from loadPixels() +X remove debug message from PGraphics2.save() +X fix error message with dxf when used with opengl +X if file is missing for reader() +X return null and println an error rather than failing +X add arraycopy(from, to, count); +X fix fill/stroke issues in bugs db (bug 339) +X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage +X this was a mistake to expose the api this way +X more image file i/o in java 1.4 +X add dynamic loading of the jpeg, png, and gif(?) encoder classes +X http://dev.processing.org/bugs/show_bug.cgi?id=165 +X http://java.sun.com/products/java-media/jai/index.jsp +X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647 +X P5 cannot read files generated by saveFrame() +X need to update docs re: tga +X and add support for reading its own uncompressed TIFs +X http://dev.processing.org/bugs/show_bug.cgi?id=260 + + 0114 core X added createGraphics(width, height, renderer) X no need to use (..., null) anymore diff --git a/core/todo.txt b/core/todo.txt index d374f3515..1661e6778 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,24 +1,3 @@ -0115 core -X remove debug message from loadPixels() -X remove debug message from PGraphics2.save() -X fix error message with dxf when used with opengl -X if file is missing for reader() -X return null and println an error rather than failing -X add arraycopy(from, to, count); -X fix fill/stroke issues in bugs db (bug 339) -X saveTIFF, saveHeaderTIFF, saveTGA no longer public/static in PImage -X this was a mistake to expose the api this way -X more image file i/o in java 1.4 -X add dynamic loading of the jpeg, png, and gif(?) encoder classes -X http://dev.processing.org/bugs/show_bug.cgi?id=165 -X http://java.sun.com/products/java-media/jai/index.jsp -X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Programs;action=display;num=1120174647 -X P5 cannot read files generated by saveFrame() -X need to update docs re: tga -X and add support for reading its own uncompressed TIFs -X http://dev.processing.org/bugs/show_bug.cgi?id=260 - - 0116 core _ endRaw() should force depth sorted triangles to flush _ fix dxf export bug diff --git a/done.txt b/done.txt index 0e2f8b201..b6eac7cba 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,10 @@ +0115 pde +o what's the long delay when hitting "save as" on osx? +o the first time, it's very slow.. presumably an awt problem +X renaming a sketch should rebuild the sketch menu +X http://dev.processing.org/bugs/show_bug.cgi?id=332 + + 0114 pde X fix "ignoring illegal line...macosx is missing libjogl_cg.jnilib" error msg diff --git a/todo.txt b/todo.txt index d63a6bd1e..50ea1264c 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,4 @@ -0115 pde -o what's the long delay when hitting "save as" on osx? -o the first time, it's very slow.. presumably an awt problem -X renaming a sketch should rebuild the sketch menu -X http://dev.processing.org/bugs/show_bug.cgi?id=332 +0116 pde _ toInt() needs to go away in time for the book.. fix parser bugs _ make expand() et al work on objects