Skip to content

Commit 060079a

Browse files
committed
it makes no never mind
1 parent 8e3c829 commit 060079a

2 files changed

Lines changed: 73 additions & 22 deletions

File tree

license.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GNU GENERAL PUBLIC LICENSE
22
Version 2, June 1991
33

4-
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6-
Everyone is permitted to copy and distribute verbatim copies
7-
of this license document, but changing it is not allowed.
4+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
5+
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
6+
Everyone is permitted to copy and distribute verbatim copies
7+
of this license document, but changing it is not allowed.
88

99
Preamble
1010

todo.txt

Lines changed: 69 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22
X is it possible to get rid of KjcApplet
33
X better 'newMessage' trigger with the printstream
44
X 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

721
dh X save last-used serial to sketch.properties on quit
822
dh 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
1741
bf _ 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+
2051
bf _ make bagel more usable as standalone
2152
bf _ breakout BGraphics (have its own BImage)
2253
bf _ breakout BApplet into BComponent ? (fix out-of-bounds mouse)
2354
bf _ possible use of BUtils ?
2455
bf _ write documentation on general use
2556
bf _ 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+
2862
bf _ 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

3168
bf _ need note about setting classpath on platforms when using expert
3269
bf _ 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

3884
bf _ get proper tab comments into source files
85+
bf _ http://www.jwz.org/doc/tabs-vs-spaces.html
86+
3987
bf _ get proper licensing info into source files
88+
bf _ make sure all linefeeds are consistent (unix)
4089
bf _ 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-
51101
bf b _ make bagel usable on its own as a drawing surface
52102
bf b _ needs to be used as a component, without applet
53103
bf b _ but retain functionality, ie. image i/o
@@ -61,10 +111,6 @@ bf b _ currently implemented, but somewhat broken
61111
bf b _ finish this once all the line code is done
62112

63113
bf _ 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

69115
bf _ too many frames drawn before window visible - especially on mac
70116

@@ -114,6 +160,11 @@ bf b _ cartesian/polar conversion
114160
bf b _ http://proce55ing.net/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1053354853
115161
bf 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

Comments
 (0)