From 29b321d162cc7d10be6cfc5c9fa07b1e3dad56f3 Mon Sep 17 00:00:00 2001 From: benfry Date: Wed, 19 Nov 2008 03:13:02 +0000 Subject: [PATCH] starting release 0158 --- app/src/processing/app/Base.java | 4 ++-- core/done.txt | 10 ++++++++++ core/todo.txt | 9 +-------- done.txt | 12 ++++++++++++ todo.txt | 13 +++---------- 5 files changed, 28 insertions(+), 20 deletions(-) diff --git a/app/src/processing/app/Base.java b/app/src/processing/app/Base.java index 575cf4b12..2d60f3220 100644 --- a/app/src/processing/app/Base.java +++ b/app/src/processing/app/Base.java @@ -42,8 +42,8 @@ import processing.core.*; * files and images, etc) that comes from that. */ public class Base { - static final int VERSION = 157; - static final String VERSION_NAME = "0157 Beta"; + static final int VERSION = 158; + static final String VERSION_NAME = "0158 Beta"; static final int[] platforms = new int[] { PConstants.WINDOWS, PConstants.MACOSX, PConstants.LINUX diff --git a/core/done.txt b/core/done.txt index deafa3ae3..3457bb09e 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,13 @@ +0157 core +X SVG polygon shapes not drawing since loadShape() and PShape changes +X http://dev.processing.org/bugs/show_bug.cgi?id=1005 +X image(a, x, y) not honoring imageMode(CENTER) +X need to just pass image(a, x, y) to image(a, x, y, a.width, a.height) +X rather than passing it directly to imageImpl() +X http://dev.processing.org/bugs/show_bug.cgi?id=1013 +o disable P2D before releasing (unless implementation is finished) + + 0156 core X clarify the "no variables in size() command" rule X http://dev.processing.org/bugs/show_bug.cgi?id=992 diff --git a/core/todo.txt b/core/todo.txt index 906384668..4c4f081d3 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,11 +1,4 @@ -0157 core -X SVG polygon shapes not drawing since loadShape() and PShape changes -X http://dev.processing.org/bugs/show_bug.cgi?id=1005 -X image(a, x, y) not honoring imageMode(CENTER) -X need to just pass image(a, x, y) to image(a, x, y, a.width, a.height) -X rather than passing it directly to imageImpl() -X http://dev.processing.org/bugs/show_bug.cgi?id=1013 -o disable P2D before releasing (unless implementation is finished) +0158 core _ Writing XML files (clean up the API) diff --git a/done.txt b/done.txt index 1cada1c66..9f096f851 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,15 @@ +0157 pde +X show sketch folder fails for directories containing umlauts +X http://dev.processing.org/bugs/show_bug.cgi?id=1010 +X Find in Reference does not open Firefox in 0156 for Linux +X http://dev.processing.org/bugs/show_bug.cgi?id=1012 +X add error message when trying to open sketch from the menu +X check into use of platform names in export sketch / export application +X opting not to deal with this because of size of populations +X default font on osx 10.5 is gross +X fix bug with reading the default prefs file + + 0156 pde X fix typo in sketch renaming notice message X line numbers not showing up for unknown var or class names diff --git a/todo.txt b/todo.txt index b25aadb02..994ed9fe1 100644 --- a/todo.txt +++ b/todo.txt @@ -1,15 +1,8 @@ -0157 pde -X show sketch folder fails for directories containing umlauts -X http://dev.processing.org/bugs/show_bug.cgi?id=1010 -X Find in Reference does not open Firefox in 0156 for Linux -X http://dev.processing.org/bugs/show_bug.cgi?id=1012 -X add error message when trying to open sketch from the menu -X check into use of platform names in export sketch / export application -X opting not to deal with this because of size of populations -X default font on osx 10.5 is gross -X fix bug with reading the default prefs file +0158 pde +_ fix up mkdmg script to work with leopard properly + _ go through other sketch-opening menus to check for disappearing sketches _ check if platform is MACOSX and font is monospaced (?)