Commit Graph

60 Commits

Author SHA1 Message Date
Kathy Gray
a454479345 Correction for setup-plt error
svn: r11791
2008-09-17 14:54:11 +00:00
Eli Barzilay
7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
Matthias Felleisen
53b0ed4401 conversion to 4.0 module style
svn: r9482
2008-04-25 22:59:11 +00:00
Eli Barzilay
a48fecced1 re comment-out installer line, since the main installer calls all subs now
svn: r8876
2008-03-04 17:33:13 +00:00
Eli Barzilay
db62afaadc set svn:eol-style
svn: r8875
2008-03-04 17:28:15 +00:00
Eli Barzilay
1f5a7bf90a Kathy fixed the installer for htdch
svn: r8873
2008-03-04 17:22:30 +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
ee18d0a26c use proper suffix for java files
svn: r8849
2008-03-02 06:44:34 +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
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +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
09ae4070ea examples added for draw/idraw Canvases in htdch
svn: r3866
2006-07-28 14:44:41 +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
Kathy Gray
f537365c27 svn: r3638 2006-07-06 22:30:02 +00:00
Matthew Flatt
154329bf0e ensure "colors" is installed before "draw"
svn: r3633
2006-07-06 20:02:20 +00:00
Matthias Felleisen
e7a03a3018 hmph?
svn: r3632
2006-07-06 19:52:04 +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
Kathy Gray
bb5082d9e7 Changed Util.error(...) to throw new RuntimeException(...) to avoid the problem causing nightly builds to fail.
svn: r2736
2006-04-21 21:46:16 +00:00
Matthias Felleisen
489519f5ed props
svn: r2728
2006-04-21 01:04:33 +00:00
Matthias Felleisen
3616a2a0a8 full support for Canvas, multiple Worlds
svn: r2712
2006-04-19 03:23:59 +00:00
Matthias Felleisen
ec58a2e183 proper privacy attributes added
svn: r2670
2006-04-13 17:00:36 +00:00
Matthias Felleisen
64490a9aea idraw: World endOfWorld() plus endOfTime
svn: r2300
2006-02-22 16:52:52 +00:00
Kathy Gray
0b777b2b5a Correction to bug in cycle detection. Updates to graphics library interface
svn: r2248
2006-02-15 23:33:51 +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
Eli Barzilay
797b023216 set svn:eol-style and fix some stuff
svn: r2209
2006-02-13 17:04:50 +00:00
Matthias Felleisen
04b89daa5a idraw created
svn: r2207
2006-02-13 15:58:58 +00:00
Matthias Felleisen
68411bbd15 reformatted doc.txt
svn: r2072
2006-02-01 20:01:31 +00:00
Kathy Gray
1474d0e0e6 Documentation for the graphics library
svn: r2013
2006-01-28 00:27:40 +00:00