racket/collects/drracket
Robby Findler 993cd40208 Adjust DrRacket so the window can get narrower
For example, a new DrRacket window (with a file named tmp.rkt in the
and 356 afterwards.  This is under mac os x with, I believe, the
default system font sizes. (The file is important because different
languages can have different buttons in the toolbar and the filename's
length itself can affect the minimum size.)

Mostly this change is the addition of a new kind of panel that
lets its children have multiple fixed sizes (as opposed to
just a single minimum size and (optionally  arbitrarily large))
It also adjusts the various toolbar buttons to use this new code.

Also, there's a few tweaks to shrink other things that became the
limiting factor in shrinking the width of the DrRacket window.

Currently, at least for #lang racket programs, the toolbar buttons
along the top of the window are the limiting factor (including the
save button).  With a bogus language (ie, #lang rackeeet), the bottom
bar is the limiting factor, since that will have only the Save, Run,
and Stop buttons.

related to PR 13281
2012-11-29 09:43:05 -06:00
..
private Adjust DrRacket so the window can get narrower 2012-11-29 09:43:05 -06:00
acks.rkt add some missing acks 2012-05-20 21:15:06 -06:00
arrow.rkt improve the way check syntax draws arrows 2011-08-13 15:03:26 -05:00
check-syntax.rkt add the place creation memory use to the memory-log test 2011-09-20 17:15:02 -05:00
default-code-style.rkt move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
doc.icns move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
drracket.creator move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
drracket.filetypes added scrbl as an extension 2010-11-18 13:21:39 -06:00
drracket.rkt A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
drracket.utiexports move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
drracket.wmclass set DrRacket WM_CLASS class name to "DrRacket" 2011-09-26 18:07:18 -06:00
info.rkt move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
installer.rkt got rid of some uses of collection-path 2010-07-25 15:15:57 -05:00
main.rkt move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
pltdoc.icns move drscheme and tests/drscheme to drracket and tests/drracket 2010-05-09 15:34:50 -06:00
sprof.rkt add a preference to control whether or not there is an extra 2012-03-24 20:20:05 -05:00
syncheck-drracket-button.rkt Added lock-icon 2012-06-26 15:00:05 -06:00
syncheck.rkt broke up check syntax into multiple files 2010-08-07 14:35:02 -05:00
tool-lib.rkt made the 'one-line-summary' of the drracket languages be in tooltips, 2012-11-17 20:15:19 -06:00
tool.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00