minor changes here and there

This commit is contained in:
benfry
2006-02-15 14:37:55 +00:00
parent e800a4b536
commit 23ebd2af05
5 changed files with 18 additions and 9 deletions
+3 -3
View File
@@ -62,9 +62,9 @@ public class CreateFont extends JFrame {
String list[];
int selection = -1;
static {
System.out.println("yep yep yep");
}
//static {
//System.out.println("yep yep yep");
//}
//static final String styles[] = {
//"Plain", "Bold", "Italic", "Bold Italic"
//};
+4 -4
View File
@@ -7,7 +7,7 @@ releases will be super crusty.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0103 - 18 January 2005
ABOUT REV 0103 - 18 January 2006
Fix for a bug specific to Mac OS X (may affect Windows as well) that
prevented fonts from being used with PDF rendering.
@@ -21,7 +21,7 @@ Releasing for all platforms to get things back in sync.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0102 - 15 January 2005
ABOUT REV 0102 - 15 January 2006
Windows-only release to repair issues that prevent Processing from
working properly when the PATH, CLASSPATH, and QTJAVA environment
@@ -36,7 +36,7 @@ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=SoftwareBugs;action=dis
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0101 - 14 January 2005
ABOUT REV 0101 - 14 January 2006
Something I said about quick releases to follow...
@@ -47,7 +47,7 @@ when the size() command was used to specify PDF rendering.
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
ABOUT REV 0100 - 13 January 2005
ABOUT REV 0100 - 13 January 2006
This is a pre-release of the PDF generating code. There will be a couple
other quick releases to follow in the coming days, and this shouldn't be
+7
View File
@@ -10,6 +10,9 @@ X avoid opening it in the first place?
_ loadImage(url) broken on windows
_ http://dev.processing.org/bugs/show_bug.cgi?id=279
_ updatePixels() is slow to create a BufferedImage
_ therefore the incomplete rendering (mediatracker-type issue?)
more pdf/recording stuff
_ figure out what's up with type on osx
_ sometimes bicubic vs quadratic beziers are mixed up in fonts
@@ -636,6 +639,10 @@ _ http://dev.processing.org/bugs/show_bug.cgi?id=127
PGraphicsGL
_ opengl doesn't work in applets
_ http://dev.processing.org/bugs/show_bug.cgi?id=166
_ example of getting it to work with an applet
_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1131916668
_ implement hint(NO_DEPTH_TEST) for opengl
_ images are memory leaking pretty badly
_ texture re-allocated on each frame
+1 -1
View File
@@ -17,7 +17,7 @@ public class PGraphicsPDF extends PGraphics2 {
Document document;
PdfWriter writer;
PdfContentByte content;
PdfTemplate tp;
//PdfTemplate tp;
DefaultFontMapper mapper;
// BaseFont baseFont = mapper.awtToPdf(java.awt.Font awtFont)
+3 -1
View File
@@ -1,4 +1,5 @@
0104 pde
X removed "yep yep yep" when using "Create Font"
X update osx for intel binary (if necessary)
_ http://developer.apple.com/qa/qa2005/qa1295.html
@@ -7,6 +8,7 @@ _ find/build universal version of rxtx
X if running on 10.4, univerals jikes installed in /usr/bin/jikes
X updated the jikes included with p5 to be the universal version
X add notes to the faq about status
X set java version to be 1.4, not 1.4+
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
@@ -303,7 +305,7 @@ _ mouse wheel broken in the text editor? (windows jdk 1.5?)
_ http://dev.processing.org/bugs/show_bug.cgi?id=24
_ lock the minimum size for the main processing editor frame
_ if it's made too small, stuff from the bottom disappears
_ http://dev.processing.org/bugs/process_bug.cgi
_ http://dev.processing.org/bugs/show_bug.cgi?id=25
_ add mnemonics for menus (alt-f to open 'file')
_ http://dev.processing.org/bugs/show_bug.cgi?id=26
_ implement page setup and print