diff --git a/app/tools/DiscourseFormat.java b/app/tools/DiscourseFormat.java index f8f9ecd8b..76531d75a 100644 --- a/app/tools/DiscourseFormat.java +++ b/app/tools/DiscourseFormat.java @@ -1,13 +1,3 @@ -/* - * Original code by owd, http://usuarios.iponet.es/imoreta - * - * Notes from the original source: - * Discourse.java This is a dirty-mix source. - * NOTE that: No macs and no keyboard. Unreliable source. - * Only format processing code using fontMetrics. - * It works under my windows XP + PentiumIV + Processing 0091. - */ - package processing.app.tools; import java.awt.*; @@ -20,6 +10,18 @@ import processing.app.syntax.*; import processing.core.PApplet; +/** + * Format for Discourse Tool + *

+ * Original code by owd. + * Revised and updated for revision 0108 by Ben Fry (10 March 2006) + *

+ * Notes from the original source: + * Discourse.java This is a dirty-mix source. + * NOTE that: No macs and no keyboard. Unreliable source. + * Only format processing code using fontMetrics. + * It works under my windows XP + PentiumIV + Processing 0091. + */ public class DiscourseFormat /*extends JPanel implements WindowListener*/ { //static final String WINDOW_TITLE = "Code ready: processing.org/discourse"; diff --git a/core/PApplet.java b/core/PApplet.java index 966689339..0bdb30040 100644 --- a/core/PApplet.java +++ b/core/PApplet.java @@ -3,7 +3,7 @@ /* Part of the Processing project - http://processing.org - Copyright (c) 2004-05 Ben Fry and Casey Reas + Copyright (c) 2004-06 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology This library is free software; you can redistribute it and/or diff --git a/core/done.txt b/core/done.txt index eb59eb7f1..1a73de56d 100644 --- a/core/done.txt +++ b/core/done.txt @@ -1,3 +1,7 @@ +0107 core +X no changes, only fixes for "save" bugs + + 0106 core X fix bug where more than 512 vertices would cause trouble in P3D and OPENGL diff --git a/core/todo.txt b/core/todo.txt index 193bfaa73..fd8d91e28 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,6 +1,7 @@ -0107 core +0108 core X image(String filename, ...) and textFont(String filename, ...) implemented + _ add notes to faq about video fix _ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=VideoCamera;action=display;num=1134871549;start=18#18 diff --git a/done.txt b/done.txt index 19bfedbd1..398ae8c52 100644 --- a/done.txt +++ b/done.txt @@ -1,3 +1,9 @@ +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" +X http://dev.processing.org/bugs/show_bug.cgi?id=248 + + 0106 pde X save wasn't working properly with ctrl-s diff --git a/todo.txt b/todo.txt index 26617e0ce..f6ebcfbae 100644 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,4 @@ -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" -X http://dev.processing.org/bugs/show_bug.cgi?id=248 +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? @@ -62,7 +59,7 @@ _ (i.e. we really need those replacements for JOptionPane) # tag current as the final svn copy svn://processing.org/trunk/processing svn://processing.org/tags/processing-01XX # tag revision 1666 as the final -svn copy -r 1666 svn://processing.org/trunk/processing svn://processing.org/tags/processing-0093 +svn copy -r 2029 svn://processing.org/trunk/processing svn://processing.org/tags/processing-0107 the biggies _ bring back P2D with proper stuff