From 25c49bf8a6fda042bda74ca34a7ef92158cfa9a6 Mon Sep 17 00:00:00 2001 From: benfry Date: Sun, 24 Jun 2007 19:28:15 +0000 Subject: [PATCH] moving todo items around, clean up a bit --- core/todo.txt | 17 ++++++++++------- todo.txt | 9 ++++----- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index b6f81a627..2cb654537 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -102,6 +102,13 @@ X make sure that the sketch isn't being sized based on bad insets X problem with resizing the component when the frame wasn't resizable X http://dev.processing.org/bugs/show_bug.cgi?id=341 +_ having shut off the defaults reset, background not getting called for java2d +_ so this will make that other stuff regress again +_ background not being set properly +_ http://dev.processing.org/bugs/show_bug.cgi?id=454 +_ why aren't background() / defaults() being called for opengl? +_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1118784331 + ewjordan stuff (changes checked in) _ rect() changes size as it changes position _ http://dev.processing.org/bugs/show_bug.cgi?id=95 @@ -274,6 +281,9 @@ _ leave smooth off, get the gl object, then enable line smooth threading [1.0] _ major threading overhaul before 1.0 (compendium) _ http://dev.processing.org/bugs/show_bug.cgi?id=511 +_ applet sizing issues with external vm +_ could this possibly be related to the linux bug? +_ http://dev.processing.org/bugs/show_bug.cgi?id=430 _ 100x100 issues are exhibited on bh140c PCs, test and fix! _ http://dev.processing.org/bugs/show_bug.cgi?id=197 _ alloc() stuff not fixed because of thread halting @@ -375,13 +385,6 @@ _ calling graphics.smooth(), graphics.colorMode() outside begin/endDraw _ this causes everything to be reset once the draw occurs _ kinda seems problematic and prone to errors? -_ having shut off the defaults reset, background not getting called for java2d -_ so this will make that other stuff regress again -_ background not being set properly -_ http://dev.processing.org/bugs/show_bug.cgi?id=454 -_ why aren't background() / defaults() being called for opengl? -_ http://processing.org/discourse/yabb_beta/YaBB.cgi?board=Contribution_3DOpenGL;action=display;num=1118784331 - _ gradients _ use gradients in a class for the svg lib for now _ don't add api to main p5 stuff (though maybe setPaint/noPaint api?) diff --git a/todo.txt b/todo.txt index b0f09e10b..4be7dae22 100644 --- a/todo.txt +++ b/todo.txt @@ -89,7 +89,6 @@ _ showing the contents of the .java tab, so if you press save _ you will overwrite your original code from the main-tab. - // from color sorting example float sortCompare(int a, int b) { @@ -112,7 +111,10 @@ _ huge jar files from 0124 export _ http://dev.processing.org/bugs/show_bug.cgi?id=541 _ if someone has monaco disabled in font book, the app won't start _ http://dev.processing.org/bugs/show_bug.cgi?id=562 - +_ color picker broken on vista +_ http://dev.processing.org/bugs/show_bug.cgi?id=584 +_ can't get documents/prefs folder on vista +_ http://dev.processing.org/bugs/show_bug.cgi?id=585 0126 _ do the big move to multiple sketches open @@ -242,9 +244,6 @@ _ install astyle formatter _ build on each platform, then "lipo -create astyle.* -output astyle" _ after sketch -> add file, no confirmation message is shown -_ applet sizing issues with external vm -_ could this possibly be related to the linux bug? -_ http://dev.processing.org/bugs/show_bug.cgi?id=430 Must have for 1.0: > a,c) P2D to return, P2D to simply return in its previous form