diff --git a/.classpath b/.classpath
index 8188315f2..18a461d2a 100644
--- a/.classpath
+++ b/.classpath
@@ -1,16 +1,16 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/core/todo.txt b/core/todo.txt
index 2c8826d56..379bf5adc 100644
--- a/core/todo.txt
+++ b/core/todo.txt
@@ -21,6 +21,9 @@ X nope, doesn't, didn't finish support
X http://dev.processing.org/bugs/show_bug.cgi?id=350
X openStream() fails with java plug-in because non-null stream returned
X http://dev.processing.org/bugs/show_bug.cgi?id=359
+X update jogl to latest beta 5
+_ might fix blank screen issues on linux:
+_ http://dev.processing.org/bugs/show_bug.cgi?id=367
fixed in 0115 / quicktime 7.1
X color values on camera input flipped on intel macs
@@ -35,27 +38,18 @@ o right now the camera doesn't get set up unless you call depth()
o box and sphere are broken in gl
o what should the update image function be called?
-_ should really be doing the 'right' thing with sketch file handling
-_ create temporary file when saving
-_ once done writing, use remove the original and rename the old
-_ some basic stuff like this..
-
-_ copy() sort of broken in JAVA2D
-_ example sketch posted with bug report
-_ http://dev.processing.org/bugs/show_bug.cgi?id=372
-
_ what's up with stop() vs exit()?
_ need to get this straightened for p5 (i.e. bc has this problem)
_ make sure the main() doesn't exit until the applet has finished
_ i.e. problem with main calling itself multiple times in Alpheus
+_ copy() sort of broken in JAVA2D
+_ example sketch posted with bug report
+_ http://dev.processing.org/bugs/show_bug.cgi?id=372
+
_ AIOOBE in P3D during defaults/background/clear
_ thread sync problem with allocation
-_ update jogl to latest beta 5
-_ might fix blank screen issues on linux:
-_ http://dev.processing.org/bugs/show_bug.cgi?id=367
-
reasons to drop 1.1 support (and support 1.3+)
_ remove reflection from createFont() constructor/methods in PFont
_ this would make PFont much smaller
@@ -67,6 +61,9 @@ _ split() function could echo the built in split/regexp setup
_ and add features for regexp
_ could introduce use of Timer class in examples
_ also use SwingWorker to launch things on other threads
+_ weirdness of two modes of handling font metrics
+_ textFontNativeMetrics gives deprecation error
+_ getFontList stuff in PFont causes problems
_ fix the internal file chooser so that people don't need to make their own
_ threading is a problem with inputFile() and inputFolder()
diff --git a/todo.txt b/todo.txt
index 7981b5b58..3a9e5fbf4 100644
--- a/todo.txt
+++ b/todo.txt
@@ -48,6 +48,14 @@ X audio hiccups, throttling the cpu
X p5 will take as much cpu as it can, which can choke other apps
X call delay(10) (or so) if you want to make sure audio keeps running
+
+FOR 1.0
+_ should really be doing the 'right' thing with sketch file handling
+_ create temporary file when saving
+_ once done writing, use remove the original and rename the old
+_ some basic stuff like this..
+
+
_ bugs.html#application -> export.html#application
_ with network, check in advanced, then rename advanced.html to howto.html
@@ -98,6 +106,8 @@ _ jai handles setting image size
_ PNGEncodeParam png = PNGEncodeParam.getDefaultEncodeParam(bufImage);
_ png.setPhysicalDimension(round(dpi*39.370079), round(dpi*39.370079), 1);
_ JAI.create("filestore", bufImage, filename+".png", "PNG");
+_ add somethign about getting a bufferedimage from a PGraphics
+_ maybe this should be a method?
text faq
_ how to use textMode(SHAPE) with opengl
@@ -110,6 +120,7 @@ _ textMode(SCREEN) for P2D and P3D for nice fast text in screen space
_ currently slow in JAVA2D and OPENGL, but this will improve
_ what is the vlw font file format?
_ createFont() needs to run 1.3+, and not in applets
+_ where is the bug reference for this.. and can it be fixed?
_ shapes from 3D type
_ the way to do it (will improve later) is to use some undocumented features
_ 1) you have to use the OPENGL renderer