mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
starting rev 0109
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -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,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)
|
||||
|
||||
Reference in New Issue
Block a user