From e710c4f3d10fb1ac55bf9aa3adc3e12d86ead880 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Wed, 6 Feb 2013 20:29:57 -0500 Subject: [PATCH] additional notes based on recent updates --- core/todo.txt | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 82aff4b53..647c47e84 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -39,6 +39,8 @@ X add randomGaussian() X Add TAU as alias for TWO_PI X http://code.google.com/p/processing/issues/detail?id=1488 _ waiting on reference from Casey +X fixes for removeColumn() +X remove SVG warning about "#text" ignored andres A P3D sketches failing to run @@ -47,6 +49,10 @@ A transparent pixels are not set on multisampled offscreen GL surfaces A http://code.google.com/p/processing/issues/detail?id=1516 A clean-up PShape API A http://code.google.com/p/processing/issues/detail?id=1518 +A several key/mouse event issues in the db +A http://code.google.com/p/processing/issues/detail?id=1464 +A finalize shader API +A https://github.com/processing/processing/issues/13 cleaning/earlier C textureWrap() CLAMP and REPEAT now added @@ -142,17 +148,22 @@ _ decide on getAmount() and weirdness w/ clickCount _ get mouseWheel() added to api ref _ also added to keywords.txt +_ remove "ignoring #text tag" from SVG loader +_ can ignore any # items altogether + andres -_ disable stroke perspective by default +_ with DISABLE_STROKE_PERSPECTIVE, use GL lines, not triangles to draw lines _ http://code.google.com/p/processing/issues/detail?id=1560 +A disable stroke perspective by default (but this didn't fix it) _ P2D/P3D sketches don't get focus until click _ also problem for Java2D when canvas is used? _ need to standardize canvas handling A OpenGL/P3D sketches show graphical corruption -A http://code.google.com/p/processing/issues/detail?id=1452 -_ noCursor() seems quite/somewhat broken +_ needs to be set to other color +_ http://code.google.com/p/processing/issues/detail?id=1452 +_ cursor(...) and noCursor() having trouble in P2D or P3D mode +_ noCursor() seems quite/somewhat broken X started some work, ignores 'invisible' already being set -_ several key/mouse event issues in the db _ remap() instead of map()