gui/gui-lib
Robby Findler ab063326fe change indentation strategy for sequences whose head is a keyword
assume that these are part of some internal structure of something
that, in general looks like

  (#:x 1 #:y 2 #:z 3)

and so prefer to indent like this:

  (#:x 1
   #:y 2
   #:z 3)

instead of like this:

  (#:x 1
       #:y 2
       #:z 3)
2016-02-25 10:37:44 -06:00
..
embedded-gui Remove extra directories. 2014-12-02 02:33:07 -05:00
framework change indentation strategy for sequences whose head is a keyword 2016-02-25 10:37:44 -06:00
hierlist Remove extra directories. 2014-12-02 02:33:07 -05:00
icons include icons needed by "gui-lib" in the package 2016-01-08 16:31:52 -07:00
mred Cocoa: avoid backing-dc failure on zero-sized canvas 2016-02-22 05:05:35 -07:00
mrlib adjust switchable-button so that it can change its label 2016-02-09 18:16:36 -06:00
racket Remove extra directories. 2014-12-02 02:33:07 -05:00
scheme Remove extra directories. 2014-12-02 02:33:07 -05:00
scribble/private fix newline insertion position calculation 2015-11-14 09:53:26 -06:00
info.rkt avoid spurious screen refresh on text-measure operations 2016-02-05 16:51:39 -07:00
LICENSE.txt Remove extra directories. 2014-12-02 02:33:07 -05:00