lots of minor changes

This commit is contained in:
benfry
2009-02-19 13:07:38 +00:00
parent 25e96f12dc
commit 5689ef5ef6
2 changed files with 26 additions and 2 deletions

View File

@@ -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

View File

@@ -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