starting rev 0109

This commit is contained in:
benfry
2006-03-15 14:07:42 +00:00
parent 0522d4d008
commit deff834354
5 changed files with 24 additions and 19 deletions
+2 -2
View File
@@ -50,8 +50,8 @@ import processing.core.*;
* files and images, etc) that comes from that.
*/
public class Base {
static final int VERSION = 108;
static final String VERSION_NAME = "0108 Beta";
static final int VERSION = 109;
static final String VERSION_NAME = "0109 Beta";
/**
* Path of filename opened on the command line,
+8
View File
@@ -1,3 +1,11 @@
0108 core
X image(String filename, ...) and textFont(String filename, ...) implemented
X add notes to faq about video fix
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1134871549
X look into code that fixes crash on camera.settings()
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1139376484
0107 core
X no changes, only fixes for "save" bugs
+1 -6
View File
@@ -1,9 +1,4 @@
0108 core
X image(String filename, ...) and textFont(String filename, ...) implemented
X add notes to faq about video fix
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1134871549
X look into code that fixes crash on camera.settings()
X http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1139376484
0109 core
_ still having strokeCap() problems
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=display;num=1134011764
+12
View File
@@ -1,3 +1,15 @@
0108 pde
X internal color picker
X could be a separate window that's always around if needed
o why was i allowed to save changes to the rgbcube example?
o wasn't, just that the error didn't come through. yay osx!
X adding dxf library to distribution
X fix bug with drag & drop of files to sketch on macosx
X need space between bullet points in faq css
X also need the absolute url stuff to work
X add discourse formatter tool
0107 pde
X fix yet another save bug, context menu paste/cut not setting modified
X undoing to the code's original state won't unset it as "modified"
+1 -11
View File
@@ -1,14 +1,4 @@
0108 pde
X internal color picker
X could be a separate window that's always around if needed
o why was i allowed to save changes to the rgbcube example?
o wasn't, just that the error didn't come through. yay osx!
X adding dxf library to distribution
X fix bug with drag & drop of files to sketch on macosx
X need space between bullet points in faq css
X also need the absolute url stuff to work
X add discourse formatter tool
0109 pde
_ svg loader is on the list for 1.0
_ maybe include as part of PApplet (casey thinks so)