aboutsummaryrefslogtreecommitdiffstats
path: root/LayoutModifier.hs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use hierarchical module names from the coreSpencer Janssen2007-11-011-1/+1
| | | | darcs-hash:20071101182824-a5988-e02ade829d66f49dd6b303b7a797933251c44164.gz
* LayoutModifier: LayoutMessages have movedSpencer Janssen2007-11-011-1/+0
| | | | darcs-hash:20071101070724-a5988-86d36deff1289dc0c6ea77d034f41992ba565f53.gz
* Fix pragmas in XMonadContribShachaf Ben-Kiki2007-10-221-1/+1
| | | | darcs-hash:20071022011738-bffde-f9e478770d4eb6900b4dff171fb950551aac85f5.gz
* allow layout modifiers to modify a Message in transit.David Roundy2007-10-201-4/+9
| | | | | | | | | This is a helpful feature (for, e.g. WindowNavigation) that allows modifiers (if they so choose... the old API remains supported) to easily send a single Message to the modified layout in response to a Message. darcs-hash:20071020191542-72aca-fd6b8f2edb91519b4e475319c2bc8c3d4b77136d.gz
* default to empty description for layout modifiers.David Roundy2007-10-181-1/+1
| | | | | | | | This is because modifierDescription is designed to be human-readable, and show rarely creates a human-readable description. And in many (if not most) cases, an empty description is precisely what we want. darcs-hash:20071018202604-72aca-6da6f02e804c95da4cbccae205f83217333f7c96.gz
* beautify description code for empty modifier-description.David Roundy2007-10-181-3/+3
| | | | darcs-hash:20071018202438-72aca-a9f81255bde7bfa91b531d5240f5e719aaf16e7d.gz
* change definition of 'description' function for LayoutModifier so an extra ↵Brent Yorgey2007-10-181-1/+3
| | | | | | space is not added if the modifier description is empty. darcs-hash:20071018183054-bd4d7-0a1a4a2fb97cf789106b0e820b0471ea9f33146a.gz
* Add LANGUAGE pragamsShachaf Ben-Kiki2007-10-081-1/+2
| | | | | | | | It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC > darcs-hash:20071008022141-bffde-c7ab0ae3d58eab8707b5f428a7236540bae5b4e1.gz
* some renaming of classes and data types.David Roundy2007-09-291-4/+4
| | | | darcs-hash:20070929191238-72aca-ceb0f2a89b35460e87cf9ff935f786b5a6028fb5.gz
* Use LANGUAGE pragmasSpencer Janssen2007-09-281-0/+2
| | | | darcs-hash:20070928174602-a5988-5ed53faf58a42ad7e96e4ebb60b559a34de5ebfd.gz
* LayoutModifier: call unhook after releaseResourcesSpencer Janssen2007-09-281-2/+4
| | | | darcs-hash:20070928174510-a5988-a7a20cfad92710b8b746fc182d83f109494de015.gz
* Make modifier descriptions prettierSpencer Janssen2007-09-281-1/+1
| | | | darcs-hash:20070928053257-a5988-dd4e81b692c192e263be88688077c4bb011e765e.gz
* LayoutModifier should have descriptions tooSpencer Janssen2007-09-281-0/+3
| | | | darcs-hash:20070928053106-a5988-52ef6ad59898865d6d389059e126f210a2f6e4ec.gz
* modifyLayout -> handleMessage.David Roundy2007-09-251-2/+2
| | | | darcs-hash:20070925182930-72aca-7941d37cac143444e9f167e3dd15944d1138a377.gz
* fix embarrassing bugs in LayoutModifier.David Roundy2007-09-241-2/+2
| | | | darcs-hash:20070924195726-72aca-d8c9a6286c3f88b7cb5cbbb1c379da8b5b249921.gz
* LayoutModifier updated to use LayoutMessagesAndrea Rossato2007-09-241-2/+2
| | | | darcs-hash:20070924193345-32816-89f6d432ec661fd5926fb3630fc353f41221b8e3.gz
* rename LayoutHelpers to LayoutModifier.David Roundy2007-09-231-0/+55
darcs-hash:20070923215956-72aca-af065b4b5a9aaf57adca7eb93aa72ae843656cd1.gz