From 44d0663454516c03d5ec6497868590ba925f94b0 Mon Sep 17 00:00:00 2001 From: benfry Date: Thu, 14 May 2009 19:55:52 +0000 Subject: [PATCH] fix for bug #1245 cacheMap issue --- core/todo.txt | 3 +++ todo.txt | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/core/todo.txt b/core/todo.txt index c2aa2ddfb..8edb1d426 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -5,6 +5,9 @@ X also causes problems with PDF X preliminary thread() implementation X double param version of map() _ what other methods should work with doubles? math? +X PImage cacheMap problem when using PImage.get() +X http://dev.processing.org/bugs/show_bug.cgi?id=1245 + _ what's the difference with ascent on loadFont vs. createFont? diff --git a/todo.txt b/todo.txt index 6f2000ddf..d5cfcf047 100644 --- a/todo.txt +++ b/todo.txt @@ -8,6 +8,10 @@ X http://dev.processing.org/bugs/show_bug.cgi?id=1237 X update to java 6u13 on windows _ update to java 6u13 on linux _ switch to better deployment script for applets (download java kernel) +_ http://java.sun.com/javase/6/docs/technotes/guides/jweb/deployment_advice.html#deplToolkit + +_ make sure javadoc builds and uploads, also the zip files +_ add additional caveats about incompletion _ problem with keyboard shortcuts when building from source _ http://dev.processing.org/bugs/show_bug.cgi?id=1231