From a9224a547d5fb3b2c9099aaeba6a913f987f6b2b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 26 Jun 2015 08:47:24 -0400 Subject: [PATCH] make pixelDensity(displayDensity()) work properly, fixes #3436 --- todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/todo.txt b/todo.txt index 29b6121f7..6a008147d 100644 --- a/todo.txt +++ b/todo.txt @@ -10,6 +10,8 @@ X Show "not compatible" error message in the manager X https://github.com/processing/processing/issues/3386 X Add more code for handling low-level errors on startup X update the "Supported Platforms" wiki page with current status +X displayDensity() not functioning properly +X https://github.com/processing/processing/issues/3436 manager X changed compatibleModesList to modes in examples.properties @@ -63,6 +65,8 @@ _ https://github.com/processing/processing/issues/2953 beta +_ Tweak mode broken (re: new settings() function) +_ https://github.com/processing/processing/issues/3435 _ add "welcome" or "what's new" window to explain features in 3 _ https://github.com/processing/processing/issues/3358 _ a summary of what's new, plus a link to GitHub wiki page with details