Commit Graph

124 Commits

Author SHA1 Message Date
Robby Findler
811216ad78 added curly quotes as things that do not need spaces before them
svn: r9358
2008-04-18 12:03:08 +00:00
Matthew Flatt
a796029a56 rename drop and lift in Slideshow; minor doc fixes
svn: r9066
2008-03-22 13:48:35 +00:00
Eli Barzilay
fb8efd4816 added take+drop+append to scheme/list (problems with texpict providing drop too)
svn: r9045
2008-03-21 18:45:18 +00:00
Eli Barzilay
975290d0c1 use flatten from scheme/list
svn: r8927
2008-03-08 07:03:40 +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
Matthew Flatt
ca1a9dc8bf docs form David Van Horn; Slideshow tweaks
svn: r8661
2008-02-14 14:07:57 +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
Robby Findler
f210fc2ea4 added current-page-number-adjust
svn: r8347
2008-01-16 05:04:18 +00:00
Robby Findler
7459da43ce renamed the Special menu to Insert
svn: r8141
2007-12-27 20:39:51 +00:00
Matthew Flatt
dd19a2d1ab finish Scribbled Slideshow docs
svn: r8039
2007-12-17 20:56:24 +00:00
Matthew Flatt
67752bc435 add 'last' field to picts, and document slideshow/code
svn: r8033
2007-12-17 00:28:20 +00:00
Matthew Flatt
3e2e0ff02d more slideshow docs
svn: r8031
2007-12-16 14:19:10 +00:00
Matthew Flatt
622cd0554d revised mzlib/sandbox in scheme/sandbox
svn: r7965
2007-12-12 13:47:02 +00:00
Robby Findler
ad0c6175c7 bugfix for the problem with the wedged drscheme on startup
svn: r7958
2007-12-11 13:43:07 +00:00
Matthew Flatt
ca5a7c5560 split part of scheme/file into scheme/path, document them
svn: r7938
2007-12-10 17:59:26 +00:00
Matthew Flatt
eab8008c4f change 'include' and 'include-bitmap' to better match normal module-path syntax
svn: r7936
2007-12-10 16:13:25 +00:00
Matthew Flatt
6e464cda15 draw frame over pict instead of under
svn: r7904
2007-12-05 23:45:43 +00:00
Matthew Flatt
4b1b737d8f fix 'title' to decode a string
svn: r7903
2007-12-05 23:26:30 +00:00
Matthew Flatt
58684c1b0b doc corrections in quick and guide
svn: r7880
2007-12-01 01:47:32 +00:00
Matthew Flatt
cc2a099a32 more slideshow docs/refinements
svn: r7751
2007-11-16 21:58:33 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
f64548b6d6 slide timeout advance as low-priority callback, to avoid thrashing when the last registered slide has a timeout
svn: r7439
2007-10-06 13:25:52 +00:00
Matthew Flatt
b4ef1b29e9 finish up and doc new bit of animation support in Slideshow
svn: r7435
2007-10-05 23:12:20 +00:00
Eli Barzilay
9c2e268f1e typo
svn: r7432
2007-10-05 01:54:44 +00:00
Matthew Flatt
b025b527df allow pin-over to accept pict-finding paths, etc.
svn: r7430
2007-10-04 06:24:43 +00:00
Matthew Flatt
687deb3f8a added slide/title/center/timeout
svn: r7416
2007-09-26 12:50:49 +00:00
Matthew Flatt
b9a0d860c0 experiment with alpha setting in dc<%>, plus some slideshow experiments and other minor changes
svn: r7399
2007-09-22 13:48:22 +00:00
Robby Findler
fae2462619 prefs no longer ok
svn: r7371
2007-09-17 18:49:35 +00:00
Robby Findler
eee752fde1 allow LINKAGE file to be written to
svn: r7370
2007-09-17 18:24:56 +00:00
Robby Findler
bd85d12125 allow writes to preferences directory
svn: r7292
2007-09-07 15:55:46 +00:00
Robby Findler
338a77f341 fixed a bug in the error checking code
svn: r7288
2007-09-07 01:12:56 +00:00
Robby Findler
3525ceed8a PR 8735
svn: r6568
2007-06-10 22:35:26 +00:00
Robby Findler
e9598b5eb6 fixed to handle 0x0 picts (which are drawn as 1x1 bitmaps now)
svn: r6506
2007-06-06 18:49:24 +00:00
Robby Findler
02a8f5cdef avoids attaching texpict, just requires it now -- in addition to getting of the attaching problems, also works better when the drawing callbacks have errors or other effects
svn: r6478
2007-06-05 03:07:38 +00:00
Robby Findler
41d4b5d28e changed teachpacks to be language specific
svn: r6145
2007-05-04 20:45:15 +00:00
Matthew Flatt
cf0b303497 359.2, collects changes
svn: r5143
2006-12-20 00:57:12 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Matthew Flatt
6ca71b6035 correct round-off error in Slideshow clickback highlighting
svn: r4808
2006-11-08 21:49:11 +00:00
Robby Findler
513ac7611d fixed PR 8233
svn: r4123
2006-08-23 17:00:52 +00:00
Robby Findler
4c9868bf8c got rid of get-language-id, in favor of using get-language-numbers in the preference for the current language
svn: r4079
2006-08-17 16:05:41 +00:00
Robby Findler
67f4db819d fixed PR 8186
svn: r4064
2006-08-15 03:10:15 +00:00
Matthew Flatt
386b9c06a9 attach mrpict.ss instead of loading it in the user's space
svn: r3926
2006-08-02 12:55:20 +00:00
Matthew Flatt
a9a0bf90b8 always use original library paths for loading pict library
svn: r3554
2006-06-30 00:17:30 +00:00
Matthew Flatt
9b942c21eb next and prior change slides
svn: r3254
2006-06-06 20:33:02 +00:00
Robby Findler
c948e8cbc6 used capability interface for a bunch more special menu items
svn: r3205
2006-06-03 19:44:18 +00:00
Robby Findler
b6372a2e22 infrastrure for capabilities added (and added first capabilities)
svn: r3119
2006-05-30 14:54:10 +00:00
Matthew Flatt
ecff5e096f fix typo
svn: r2873
2006-05-08 11:43:57 +00:00
Matthew Flatt
88b51730c8 window move => move background, too
svn: r2863
2006-05-05 04:59:05 +00:00
Robby Findler
f5d5caddbf got rid of stack trace and improved error messages in a minor way
svn: r2724
2006-04-20 14:51:48 +00:00
Eli Barzilay
16f01a1109 {quick,merge}sort -> sort
svn: r2569
2006-04-01 12:24:15 +00:00
Robby Findler
fddb1fa862 updated many unions to or/c's
svn: r2061
2006-01-31 19:17:33 +00:00
Matthew Flatt
ad629c682b wrap dynamic requires with original code inspector
svn: r1596
2005-12-12 19:01:52 +00:00
Matthew Flatt
6967a8fa64 allow writes to temp dir in protected mode
svn: r1439
2005-11-29 17:49:59 +00:00
Matthew Flatt
e35276ff82 use include-bitmap for frame icon
svn: r1438
2005-11-29 14:51:42 +00:00
Matthew Flatt
f16206787f prevent oversizing frame when showing the slideshow panel in DrScheme
svn: r1405
2005-11-25 13:10:38 +00:00
Matthew Flatt
3e12b91cff typo
svn: r1219
2005-11-03 18:24:53 +00:00
Robby Findler
07b3789f8b moved out the syntax->string function
svn: r1085
2005-10-14 18:38:10 +00:00
Robby Findler
0484ff7f56 somewhat fixed up -d mode
svn: r1044
2005-10-11 14:58:40 +00:00
Robby Findler
71a5040785 fixed pr 7628, ->d now checks the domain contract before partially applying the range function
svn: r1042
2005-10-11 12:57:57 +00:00
Matthew Flatt
a31d901061 check smoothing flag before enabling for printer output
svn: r942
2005-09-29 15:56:47 +00:00
Matthew Flatt
0ae882672a enable smoothing for printing
svn: r918
2005-09-27 05:58:39 +00:00
Matthew Flatt
dc7ddab153 added --comment-on-slide
svn: r915
2005-09-25 19:29:04 +00:00
Matthew Flatt
8307ecdd8b added current-line-sep
svn: r914
2005-09-25 11:25:35 +00:00
Matthew Flatt
1dbff144c2 cursor de-blanking as suggested by Danny
svn: r794
2005-09-08 00:45:42 +00:00
Matthew Flatt
b6ba03fd18 code macro improvements
svn: r775
2005-09-06 15:40:00 +00:00
Matthew Flatt
e511778fa2 fixed running/showing of interlocking-component slide example
svn: r427
2005-07-21 21:12:43 +00:00
Matthew Flatt
86802e9ce1 pt- to pip- in tutorial
svn: r193
2005-06-16 10:55:33 +00:00
Eli Barzilay
daa18fcba0 typos
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
761562eeb7 Mirrored Matthew's commit to CVS:
Moving the implementation of `save-file' in text% and pasteboard% from C++ to Scheme.

svn: r10
2005-05-29 07:24:50 +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