From 5689ef5ef6fa3cda9eb8d99475fa8dbe9abaded7 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 19 Feb 2009 13:07:38 +0000 Subject: [PATCH] lots of minor changes --- core/todo.txt | 19 +++++++++++++++++-- todo.txt | 9 +++++++++ 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index b369bdea9..5fededb25 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,11 +1,28 @@ 0164 core X requestImage() causing problems with JAVA2D +X fix minor strokeWeight bug with OpenGL +X text() with char array +_ add documentation +_ add this for text in a rectangle? +X minor bug fix to svg files that weren't being resized properly + +xml +X fix for xml elements that have null names +X added listChildren() method +X added optional toString(boolean) parameter to enable/disable indents + +_ OpenGL is rendering darker in 0149+ +_ http://dev.processing.org/bugs/show_bug.cgi?id=958 +_ the fix has been found, just incorporate it P1 _ OutOfMemoryError with ellipse() in P3D and OPENGL P1 _ http://dev.processing.org/bugs/show_bug.cgi?id=1086 P4 _ point(x,y) ignores noStroke() (in some renderers) P4 _ http://dev.processing.org/bugs/show_bug.cgi?id=1090 +_ if no draw() method, and renderer is not displayable, then exit +_ static mode PDFs shouldn't just hang + _ public PImage(java.awt.Image) sets format to RGB (but could be ARGB) _ focus not coming through, ESC no longer working @@ -478,8 +495,6 @@ _ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_software_bugs LIBRARIES / PGraphicsOpenGL -_ OpenGL is rendering darker in 0149+ -_ http://dev.processing.org/bugs/show_bug.cgi?id=958 _ switch to glWindowPos() instead of glRasterPos() silliness _ implement setImpl() instead of set() inside PGraphicsOpenGL _ http://dev.processing.org/bugs/show_bug.cgi?id=943 diff --git a/todo.txt b/todo.txt index b8d2e1f49..83caa0d94 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,13 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=1084 _ 8.3 filenames being used when opening sketch _ http://dev.processing.org/bugs/show_bug.cgi?id=1089 +_ windows exported exe problems (pcho) +_ lib folder goes missing, give an error +_ also any .jar files that are missing, give an error +_ showing more debug messages (command line?) + +_ try adding a space to the name of the help menu for beachball problems + _ can't rename a .pde file as a .java file _ shift-tab with no selection should go back two spaces @@ -482,6 +489,8 @@ PDE - Processing Development Environment PDE / Warnings +_ proper dialog support +_ http://javagraphics.blogspot.com/2008/06/joptionpane-making-alternative.html _ two-tiered dialogs for everything - use big font/little font style throughout _ option to suppress warning dialogs _ starting with the one about modifying the sketch name for spaces