diff --git a/app/UpdateCheck.java b/app/UpdateCheck.java index 59e702016..79a2f9204 100644 --- a/app/UpdateCheck.java +++ b/app/UpdateCheck.java @@ -103,8 +103,8 @@ public class UpdateCheck implements Runnable { } } } catch (Exception e) { - e.printStackTrace(); - System.err.println("Error while trying to check for an update."); + //e.printStackTrace(); + //System.err.println("Error while trying to check for an update."); } } diff --git a/build/shared/faq/images/1pix.gif b/build/shared/faq/images/1pix.gif new file mode 100755 index 000000000..e66849ac4 Binary files /dev/null and b/build/shared/faq/images/1pix.gif differ diff --git a/build/shared/faq/images/back_off.gif b/build/shared/faq/images/back_off.gif new file mode 100755 index 000000000..0d70c3dfd Binary files /dev/null and b/build/shared/faq/images/back_off.gif differ diff --git a/build/shared/faq/images/header_faq.gif b/build/shared/faq/images/header_faq.gif new file mode 100755 index 000000000..3357861f6 Binary files /dev/null and b/build/shared/faq/images/header_faq.gif differ diff --git a/build/shared/faq/images/processing_beta.gif b/build/shared/faq/images/processing_beta.gif new file mode 100755 index 000000000..cf0c6e9b8 Binary files /dev/null and b/build/shared/faq/images/processing_beta.gif differ diff --git a/build/shared/faq/images/up_arrow_small.gif b/build/shared/faq/images/up_arrow_small.gif new file mode 100755 index 000000000..22856b615 Binary files /dev/null and b/build/shared/faq/images/up_arrow_small.gif differ diff --git a/build/shared/faq/processing_beta.css b/build/shared/faq/processing_beta.css new file mode 100755 index 000000000..c68a5b126 --- /dev/null +++ b/build/shared/faq/processing_beta.css @@ -0,0 +1,71 @@ +body +{ + margin: 0px 0px 0px 0px; + font-family: verdana, geneva, arial, helvetica; + font-size: 11px; + background-color: #FFFFFF; + text-decoration: none; + font-weight: normal; + line-height: normal; +} + +A { color: #3399CC; } +A:link { color: #3399CC; text-decoration: underline; } +A:visited { color: #3399CC; text-decoration: underline; } +A:active { color: #3399CC; text-decoration: underline; } +A:hover { color: #3399CC; text-decoration: underline; } + +td +{ + font-family: verdana, geneva, arial, helvetica, san-serif; + font-size: 11px; + font-weight: normal; + line-height: normal; + color: #333333; +} + + +h3 { + COLOR: #5A5A46; + FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; + FONT-SIZE: 19px; + FONT-WEIGHT: normal; + LINE-WEIGHT: normal; + line-height: normal; +} + +pre { + FONT-FAMILY: "Courier New", Courier, mono; + FONT-SIZE: 11px; + LINE-HEIGHT: normal; + COLOR: #000000 +} + +.inputnav { + FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif; + FONT-SIZE: 11px; + FONT-WEIGHT: normal; + COLOR: #333333; } + +.refnav { + FONT-FAMILY:Verdana, Geneva, Arial, Helvetica, sans-serif; + FONT-SIZE: 11px; + FONT-WEIGHT: normal; + COLOR: #333333; + background-color: #FFFFFF; + width: 140px; +} + +.titles { + FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; + FONT-SIZE: 19px; + FONT-WEIGHT: normal; + COLOR: #5A5A46 +} + +.caption { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-style: normal; + font-weight: normal +} diff --git a/core/PFont.java b/core/PFont.java index 0b496dc14..bef14fd43 100644 --- a/core/PFont.java +++ b/core/PFont.java @@ -758,7 +758,7 @@ public class PFont implements PConstants { * This only works with Java 1.3 and higher. * * @param font the font object to create from - * @param all true to include all available characters in the font + * @param charset array of all unicode chars that should be included * @param smooth true to enable smoothing/anti-aliasing */ public PFont(Font font, char charset[], boolean smooth) { diff --git a/core/make.sh b/core/make.sh index 57232ed3b..d9ed7784c 100755 --- a/core/make.sh +++ b/core/make.sh @@ -1,7 +1,7 @@ #!/bin/sh #C:\jdk-1.4.2_05\bin -#/cygdrive/c/jdk-1.4.2_05/bin/javadoc -d doc *.java +/cygdrive/c/jdk-1.4.2_05/bin/javadoc -d doc *.java #javadoc -public -d doc *.java ./preproc.pl jikes -d . +D *.java diff --git a/todo.txt b/todo.txt index f70d9b525..46ec76400 100644 --- a/todo.txt +++ b/todo.txt @@ -65,6 +65,8 @@ o using timezone would be an interesting method for tracking location . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . +_ create font is somewhat broken + pending _ rename video.Camera to video.Video ? _ VideoInput VideoOutput, SoundInput, SoundOutput or AudioInput/AudioOutput