Commit Graph

84 Commits

Author SHA1 Message Date
Robby Findler
50cd17833f abstracted out edge drawing so it can be overriden
svn: r10136
2008-06-04 21:36:13 +00:00
Robby Findler
08d04e171f svn: r9941 2008-05-23 11:47:44 +00:00
Matthew Flatt
721a846cef avoiding flashing from unecessary update of disabled buttons
svn: r9891
2008-05-19 14:03:21 +00:00
Eli Barzilay
fb65879c50 disable debugging window
svn: r9846
2008-05-15 14:56:05 +00:00
Robby Findler
faee206b19 improved spacing of drawing slightly
svn: r9842
2008-05-15 02:41:38 +00:00
Matthew Flatt
52ced1f100 fix some updating problems, especially under Mac OS X with transparent canvases
svn: r9825
2008-05-13 18:14:15 +00:00
Robby Findler
211be167b7 made a little more space between the text and the icon
svn: r9823
2008-05-13 11:59:16 +00:00
Matthew Flatt
e0e978b87e make switchable button draw right when alpha blending isn't available
svn: r9722
2008-05-07 17:09:46 +00:00
Robby Findler
c09743e2d2 make the tooltip appear on the left side of the icon if the window is sufficiently large
svn: r9718
2008-05-07 02:52:43 +00:00
Matthew Flatt
94d8c852da account for frame-location and client<->screen for positioning tool tips under Mac OS X
svn: r9717
2008-05-07 02:22:22 +00:00
Matthew Flatt
c383bfdab2 reflow frame as container before getting its size
svn: r9715
2008-05-07 02:02:52 +00:00
Matthew Flatt
f810570330 Windows and placement tweaks to tool tip
svn: r9714
2008-05-07 01:58:28 +00:00
Matthew Flatt
f77bd13540 tool-tip frame size
svn: r9711
2008-05-07 00:51:07 +00:00
Matthew Flatt
860c41d749 drs bug and test-suite fixes
svn: r9709
2008-05-06 23:27:23 +00:00
Robby Findler
989e9e4120 added tool tips
svn: r9699
2008-05-06 20:36:58 +00:00
Robby Findler
4b42c94832 added the ability to have two separate bitmaps specified
svn: r9667
2008-05-05 21:40:23 +00:00
Matthew Flatt
665e4c07bf protect against redraw requests before the canvas is properly sized
svn: r9654
2008-05-05 12:24:06 +00:00
Robby Findler
d8ee46457d removed dependency on string-constants
svn: r9637
2008-05-04 01:23:22 +00:00
Sam Tobin-Hochstadt
0340ae770f Add template-binding information to syntax browser.
svn: r9626
2008-05-03 11:18:06 +00:00
Robby Findler
62af481463 fixed the disabling problems
svn: r9592
2008-05-02 14:10:28 +00:00
Matthew Flatt
044922053a fix fonts in some controls to use normal-control-font
svn: r9583
2008-05-02 02:15:40 +00:00
Robby Findler
f17d85c24a svn: r9582 2008-05-02 00:23:32 +00:00
Robby Findler
ee9fc4a8d7 reworked the buttons along the top of drscheme
svn: r9578
2008-05-01 23:15:06 +00:00
Matthew Flatt
a26b334c67 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
2008-04-23 00:20:25 +00:00
Matthew Flatt
02fbaca2b7 hierlist docs; fix latex/pdf output when a paragraph starts with n hspace
svn: r9276
2008-04-12 14:42:02 +00:00
Matthew Flatt
021d4d7527 new hash function names and ops (3.99.0.23)
svn: r9209
2008-04-08 21:42:38 +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
Robby Findler
5a0abb116e changed union to or/c
svn: r8748
2008-02-20 23:27:17 +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
Robby Findler
d219107a0a fixed PR 9140
svn: r8374
2008-01-21 00:33:28 +00:00
Robby Findler
2e3c05b14e removed the dependency between the string-constants library and mrlib
svn: r8369
2008-01-19 20:13:02 +00:00
Matthew Flatt
04859fb2dd normalize some doc titles
svn: r8336
2008-01-15 14:46:36 +00:00
Matthew Flatt
1e069dd2bc doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
svn: r8286
2008-01-10 23:42:23 +00:00
Matthew Flatt
b76aa843ab move doc sub-dirs to scribblings sub-dirs
svn: r8281
2008-01-10 20:07:32 +00:00
Matthew Flatt
5890eedeb4 scribble mrlib docs
svn: r8165
2007-12-30 22:46:20 +00:00
Matthias Felleisen
342290e520 matrix
svn: r8066
2007-12-19 17:44:57 +00:00
Matthias Felleisen
fa0c028d26 svn: r7988 2007-12-13 12:33:30 +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
Robby Findler
c4781b2025 fixed a bug in the drawing of name messages that affected the language level setting that shows up in the bottom right of drscheme
svn: r7764
2007-11-19 14:29:22 +00:00
Robby Findler
753cd127a6 made the bottom line of the drscheme window be half as tall
svn: r7762
2007-11-19 04:01:13 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
49c33668e8 fixed PR 8957
svn: r7462
2007-10-09 13:03:26 +00:00
Matthew Flatt
e9385a910e 370.2
svn: r6369
2007-05-29 03:26:32 +00:00
Matthew Flatt
ea91e1a8c5 add one-by-one mode to gif-animation library, and fix gif writer for monochrome images
svn: r6065
2007-04-28 03:38:42 +00:00
Robby Findler
f242d999d0 FINALLY! Fixed the bug in the drawing of the labels in graphs. they are not in the centers! Only ... how many years later...?
svn: r5925
2007-04-12 02:50:59 +00:00
Robby Findler
dffb855f10 added calls to inner methods
svn: r5813
2007-03-22 20:15:33 +00:00
Robby Findler
ec5ba4f2c1 added ability to disable arrowheads
svn: r5791
2007-03-19 15:05:14 +00:00