diff --git a/core/todo.txt b/core/todo.txt index 0aaf613dd..8e9e942d6 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -41,8 +41,15 @@ o since camera functions don't even look at it or set it o registerSize() in arcball is causing trouble o some sort of infinite loop issue +_ handle cap/join stuff by +_ if it's setting the default, no error message +_ if it's not the default, then show an error msg once +_ have a list Strings for errors called, rather than constants for all +_ that way, no need to have an error message for every friggin function + svg high priority _ ignoreStyles is broken - how to handle +_ need a whole "styles" handler _ maybe finish off the svg crap for this release _ working on pshape _ add shape() methods to PGraphics/PApplet @@ -149,6 +156,8 @@ _ same will go for blend() rework some text/font code [1.0] +_ Font width calculation fails when using vectorfonts and PDF +_ http://dev.processing.org/bugs/show_bug.cgi?id=920 _ text placement is ugly, seems like fractional metrics problem _ http://dev.processing.org/bugs/show_bug.cgi?id=866 _ textMode(SHAPE) and textMode(IMAGE)? diff --git a/todo.txt b/todo.txt index 9e0eba71c..d0b91406b 100644 --- a/todo.txt +++ b/todo.txt @@ -85,11 +85,9 @@ shiffman X update match(), write new reference for matchAll() -_ working on pshape -_ add shape() methods to PGraphics/PApplet -_ test and fix svg examples -_ revisions.txt for x/y/z/ tx/ty/tz.. other changes in api.txt -_ PMatrix now PMatrix3D (maybe not yet?) +_ sketch must be saved to use a constructor +_ http://dev.processing.org/bugs/show_bug.cgi?id=929 + _ get new version of examples and reference @@ -795,6 +793,8 @@ _ implement emacs keybindings (list is at the bug report) _ http://dev.processing.org/bugs/show_bug.cgi?id=401 _ implement better method of showing curly brace closure _ http://dev.processing.org/bugs/show_bug.cgi?id=295 +_ sketches should only write to the console of their editor window +_ http://dev.processing.org/bugs/show_bug.cgi?id=921 PDE / Editor Buttons