From cc8b43b4e150076914077151a21c54b5046a67fe Mon Sep 17 00:00:00 2001 From: benfry Date: Mon, 1 Jul 2002 09:12:08 +0000 Subject: [PATCH] X size() code no longer checks for resize() and other similar things X add char(), byte() to int/float stuff --- todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/todo.txt b/todo.txt index 775597b27..36fca77e4 100644 --- a/todo.txt +++ b/todo.txt @@ -20,6 +20,13 @@ o related classes also need to implement pConstants X fixed annoying findSelection bug spew on startup X (fixed) 0.4f no longer allowed in the code +X size() code no longer checks for resize() and other similar things +X add char(), byte() to int/float stuff + +_ keyDown(), mouseDown(), lastMouseX, lastMouseY +_ exceptions in draw() apps aren't caught +_ the program resize(200, 200); just does nothing +_ get casey setup with full cvs so that he can build w/ changes _ fold simpleserial into BApplet _ sprint an sprintln functions _ make i/o work just like mouse (event driven, with dflt behavior)