Matthias Felleisen
53b0ed4401
conversion to 4.0 module style
...
svn: r9482
2008-04-25 22:59:11 +00:00
Kathy Gray
2978ec4520
manually forcing installer order due to the error reported by Eli
...
svn: r8870
2008-03-04 14:51:18 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthias Felleisen
75b33996b1
AColor went to IColor
...
svn: r7541
2007-10-20 17:47:27 +00:00
Matthias Felleisen
91eb15f72a
explain SilyCanvas design
...
svn: r7094
2007-08-14 00:11:43 +00:00
Matthias Felleisen
a811f769d7
getting around the null problem with a silly canvas for World
...
svn: r7093
2007-08-13 23:52:23 +00:00
Matthias Felleisen
3d3a0d8d60
svn: r7091
2007-08-13 23:18:52 +00:00
Matthias Felleisen
39f6a4bc3a
stop is idempotent now
...
svn: r7085
2007-08-13 14:11:53 +00:00
Matthias Felleisen
4e2cb6d762
removed erase and clear from World & Canvas
...
svn: r7069
2007-08-09 20:58:18 +00:00
Matthias Felleisen
39a0c69f13
svn: r6898
2007-07-12 16:52:40 +00:00
Matthias Felleisen
1162acb990
svn: r6897
2007-07-12 16:24:05 +00:00
Matthias Felleisen
aa18a7498a
Color to AColor
...
svn: r6892
2007-07-11 15:39:43 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Matthias Felleisen
380d1cc92a
endOf* now consumes string and displays in separate message box
...
svn: r3897
2006-07-31 02:52:25 +00:00
Matthias Felleisen
04e4477b20
fixed bug and specs of draw/idraw Canvases in htdch
...
svn: r3865
2006-07-28 14:43:22 +00:00
Kathy Gray
a771a6083e
Added call to geometry installer
...
svn: r3640
2006-07-06 22:50:44 +00:00
Matthew Flatt
154329bf0e
ensure "colors" is installed before "draw"
...
svn: r3633
2006-07-06 20:02:20 +00:00
Matthias Felleisen
c8e7482511
htdch collection reorganized, docs too
...
svn: r3631
2006-07-06 18:15:35 +00:00
Matthias Felleisen
a4f230d00a
fixed support so that it raises a Java error instead of a Scheme error for null string
...
svn: r3570
2006-07-01 17:46:39 +00:00
Matthias Felleisen
812f9b0257
polished comments for Kathy
...
svn: r2764
2006-04-24 16:09:10 +00:00
Matthias Felleisen
9e23d915ee
last bug fixes to hdtch/[i]draw for now
...
svn: r2763
2006-04-24 15:29:45 +00:00
Matthias Felleisen
6376643994
support added, duplicated code removed from idraw
...
svn: r2762
2006-04-24 14:19:31 +00:00
Matthias Felleisen
770e6aa288
htdch/draw and htdch/idraw fixed, common code basis
...
svn: r2759
2006-04-24 12:35:59 +00:00
Matthias Felleisen
489519f5ed
props
...
svn: r2728
2006-04-21 01:04:33 +00:00
Matthias Felleisen
ec58a2e183
proper privacy attributes added
...
svn: r2670
2006-04-13 17:00:36 +00:00
Matthias Felleisen
c5ce7c5a04
replaced doc.txt in draw and idraw with redirects
...
svn: r2216
2006-02-13 19:05:58 +00:00
Matthias Felleisen
d6fcafefb2
fixed mprintf again
...
svn: r2213
2006-02-13 18:25:25 +00:00
Matthias Felleisen
04b89daa5a
idraw created
...
svn: r2207
2006-02-13 15:58:58 +00:00
Kathy Gray
e4add14942
Added java style error messages
...
svn: r1511
2005-12-03 04:45:32 +00:00
Matthias Felleisen
95c6f7285b
- changed the interface of bigBang; it now starts the canvas, too.
...
svn: r514
2005-08-01 00:17:00 +00:00
Matthias Felleisen
871efa46cb
- fixed Canvas to export theCanvas for overriding
...
- QUESTION: how do I refer to theCanvas from the native Scheme methods?
svn: r505
2005-07-30 17:34:56 +00:00
Matthias Felleisen
d844256e25
- modified World so that it contains a specific Canvas
...
deleted the canvas methods
made it abstract so that programmers _must_ override
the essential methods
svn: r502
2005-07-30 16:52:06 +00:00
Matthias Felleisen
15cf82a476
- added Canvas-native-methods.ss
...
svn: r500
2005-07-30 13:33:18 +00:00
Matthias Felleisen
6cd69138f8
- added Canvas.java
...
svn: r499
2005-07-30 13:22:44 +00:00
Matthias Felleisen
c9046e4e44
- created a Canvas class and implementation
...
so that world can become an abstract class
(well, we will pretend it is one; I have
to ask Kathy how to do this)
svn: r497
2005-07-30 02:11:50 +00:00
Kathy Gray
ce9dae1480
svn: r392
2005-07-18 17:07:24 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00