From f3cf9727b681e883fecd21f0701c8963b268ef5f Mon Sep 17 00:00:00 2001 From: benfry Date: Fri, 5 Jun 2009 22:24:27 +0000 Subject: [PATCH] notes --- core/src/processing/core/PGraphicsJava2D.java | 1 + todo.txt | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/core/src/processing/core/PGraphicsJava2D.java b/core/src/processing/core/PGraphicsJava2D.java index d09cf075d..c45ae77ca 100644 --- a/core/src/processing/core/PGraphicsJava2D.java +++ b/core/src/processing/core/PGraphicsJava2D.java @@ -745,6 +745,7 @@ public class PGraphicsJava2D extends PGraphics /*PGraphics2D*/ { g2.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON); g2.setRenderingHint(RenderingHints.KEY_INTERPOLATION, +// RenderingHints.VALUE_INTERPOLATION_BILINEAR); RenderingHints.VALUE_INTERPOLATION_BICUBIC); } diff --git a/todo.txt b/todo.txt index 7e6737b41..dc7dfc3ae 100644 --- a/todo.txt +++ b/todo.txt @@ -1,11 +1,22 @@ 0167 pde (1.0.5?) +_ fix tab key and focus issue in the editor +_ http://dev.processing.org/bugs/show_bug.cgi?id=1267 + +_ duplicate entries for sketchbook in the file menu +_ http://dev.processing.org/bugs/show_bug.cgi?id=1260 + +_ Support for smooth text in the PDE editor +_ http://dev.processing.org/bugs/show_bug.cgi?id=1266 _ add code for setting the l&f from the prefs file for linux _ NPE when double-clicking PDE on Mac OS X _ is thread sync the problem? rebuild menus being called 2x? _ http://dev.processing.org/bugs/show_bug.cgi?id=1251 +_ blank sketch opened even if another opened by double-click +_ http://dev.processing.org/bugs/show_bug.cgi?id=1261 + _ problem with startup on vista 64 _ try this with windows 7 64-bit (install on laptop?) _ http://dev.processing.org/bugs/show_bug.cgi?id=1246