22X is it possible to get rid of KjcApplet
33X better 'newMessage' trigger with the printstream
44X notify dmose about changes
5-
5+ o lots of small bugs in graphics engine to be fixed
6+ o ArrayIndexOutOfBoundsException is prolly the worst
7+ o these will be moot with new code from sami/carlos
8+ X remove lexer dir from cvs
9+ X write proper build instructions for bagel
10+ X email about bagel doesn't have proper build instructions
11+ X need to install cygwin, set CLASSPATH to build
12+ X specific version of jikes (currently)
13+ X make mac version require head/tail from fink ?
14+ X test to see if /sw/bin/head exists, if so use it
15+ X get dmose's new launcher running
16+ X cleanup cvs bunk
17+ X modify build/dist to use processing.exe
18+ X upgrade windows to jre 1.4.2
19+ X ask on bboard about macosx 1.3 vs 1.4 experiences
620
721dh X save last-used serial to sketch.properties on quit
822dh X rename sketch 'can't rename' error (file being kept open)
@@ -12,42 +26,78 @@ dh X open sketch, make a change, save, run, rename -> error
1226..................................................................
1327
1428
15- bf _ make mac version require head/tail from fink ?
16- bf _ test to see if /sw/bin/head exists, if so use it
29+
30+ _ try installing serial adapter with p5
31+ _ tom igoe is using rxtx 2.1.6, patch that into p5
32+ _ libs from 2.1.6 download for osx seem to work
33+ _ write script to handle installation, etc.
34+ _ (maybe do this from inside p5?)
35+ _ will need to be done for gl4java as well
36+
37+ bf _ pde_keywords.properties isn't getting copied into work/lib
38+
39+
40+ mac stuff
1741bf _ set nice background for disk image on macosx
18- bf _ lots of small bugs in graphics engine to be fixed
19- bf _ ArrayIndexOutOfBoundsException is prolly the worst
42+
43+ bf _ bring linux up to 1.4
44+
45+ language stuff
46+ bf _ actionscript has nice hastables.. as does perl/python
47+ bf _ would be nice to get better implementation in there
48+
49+ bf _ write p5 language spec
50+
2051bf _ make bagel more usable as standalone
2152bf _ breakout BGraphics (have its own BImage)
2253bf _ breakout BApplet into BComponent ? (fix out-of-bounds mouse)
2354bf _ possible use of BUtils ?
2455bf _ write documentation on general use
2556bf _ along with how to download from sourceforge (anonpass is blank)
26- bf _ write p5 language spec
27- bf _ remove lexer dir from cvs
57+
58+ bf _ need to resolve issues between rendering screen/file
59+ bf _ illustrator-based rendering needs to work for ars projects
60+ bf _ screen may be 400x400 pixels, but file be 36x36"
61+
2862bf _ horizontal scroller on the mac has enormous range
29- bf _ pde_keywords.properties isn't getting copied into work/lib
63+ bf _ make a note about macosx problems with 1.4
64+ bf _ currently the only fix is to switch to java 1.3
65+
66+ bf _ look into macos9 version of javac
3067
3168bf _ need note about setting classpath on platforms when using expert
3269bf _ jikes prolly needs cygwin1.dll, and maybe cygiconv-2.dll
3370
34- bf _ history
35- bf _ do people even use it
36- bf _ oooh.. combine in app to show diffs
71+
72+ licensing
73+ bf _ about box
74+ bf _ bring up information about gpl, lgpl, and ibmpl
75+ bf _ check in licenses/dist stuff for jikes etc
76+ bf _ who has the copyright?
77+ bf _ jedit syntax is under mit license
78+ bf _ http://www.opensource.org/licenses/mit-license.php
79+ bf _ although jedit is under gpl, if we switch to its syntax pkg
80+ bf _ more info about use is in package.html
81+ bf _ http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jedit/jEdit/org/gjt/sp/jedit/syntax/
82+ bf _ http://community.jedit.org/modules.php?op=modload&name=news&file=article&sid=225&mode=thread&order=0&thold=0
3783
3884bf _ get proper tab comments into source files
85+ bf _ http://www.jwz.org/doc/tabs-vs-spaces.html
86+
3987bf _ get proper licensing info into source files
88+ bf _ make sure all linefeeds are consistent (unix)
4089bf _ write notes about p5 code spec
4190
91+ bf _ history
92+ bf X post something on the bboard about it
93+ bf _ oooh.. combine in app to show diffs
94+
4295_ console -> should be using JEditTextArea not TextPane
4396_ scroll to most current line, or scroll as changing
4497_ set decent fonts (probably same as editor above), looks bad on mac
4598_ remove the border around the edge
4699_ what's with the 2 blank lines on startup?
47100
48- ks b _ background(BImage)
49- ks b _ also creating background image inside setup()
50-
51101bf b _ make bagel usable on its own as a drawing surface
52102bf b _ needs to be used as a component, without applet
53103bf b _ but retain functionality, ie. image i/o
@@ -61,10 +111,6 @@ bf b _ currently implemented, but somewhat broken
61111bf b _ finish this once all the line code is done
62112
63113bf _ look into eclipse ide a little more
64- bf _ platform parity issues
65- bf _ bring linux up to 1.4
66- bf _ ask on bboard about macosx 1.3 vs 1.4 experiences
67- bf _ upgrade windows to 1.4.2
68114
69115bf _ too many frames drawn before window visible - especially on mac
70116
@@ -114,6 +160,11 @@ bf b _ cartesian/polar conversion
114160bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053354853
115161bf b _ thread includes code for the 2D case
116162
163+ ks b _ background(BImage)
164+ ks b _ also creating background image inside setup()
165+
166+ _ save console output to a file?
167+
117168
118169////////////////////////////////////////////////////////////////////
119170////////////////////////////////////////////////////////////////////
0 commit comments