aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Operations.hs: flip maybe id is fromMaybeEric Mertens2007-10-191-1/+1
* Deobfuscate Tall layoutEric Mertens2007-10-191-3/+3
* UNDO: setInitialProperties after placing windowsSpencer Janssen2007-10-191-2/+1
* setInitialProperties after placing windowsSpencer Janssen2007-10-191-1/+2
* UNDO: Ignore borders in the stored RationalRects of floating windows.Spencer Janssen2007-10-191-18/+8
* Ignore borders in the stored RationalRects of floating windows.Spencer Janssen2007-10-191-8/+18
* I prefer fmap over liftMSpencer Janssen2007-10-191-1/+1
* change 0/1/3 to named states, per X11-extras darcs headDevin Mullins2007-10-181-3/+3
* Operations.hs: make use of notElem and notMemberEric Mertens2007-10-171-2/+2
* Clean up trailing whitespaceSpencer Janssen2007-10-151-5/+5
* document, and use better names, for serialising/existential-dispatch frameworkDon Stewart2007-10-141-4/+4
* clean up Layout code a little moreDon Stewart2007-10-141-62/+69
* clean up names of layout codeDon Stewart2007-10-131-24/+27
* Haddox fixAndrea Rossato2007-10-121-1/+1
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-121-1/+1
* catch exceptions when calling user-written code.David Roundy2007-10-121-2/+2
* one more comment.David Roundy2007-10-111-1/+2
* Set the border color of new windows, nice catch by maukeSpencer Janssen2007-10-111-1/+4
* Only adjust floating windows that are actually larger than the screenSpencer Janssen2007-10-101-1/+1
* Add LANGUAGE pragmasShachaf Ben-Kiki2007-10-081-2/+2
* comments need to be given for all top level bindingsDon Stewart2007-10-061-2/+13
* add pureMessage.David Roundy2007-10-051-3/+2
* manageHook: use the curry style, better documentationSpencer Janssen2007-10-031-1/+1
* some renaming of classes and data types.David Roundy2007-09-291-13/+13
* Pass window name and class info to manageHookSpencer Janssen2007-10-021-1/+4
* Send ClassHints to manageHookSpencer Janssen2007-10-011-1/+1
* First cut at manageHookSpencer Janssen2007-10-011-5/+5
* set border color more judiciously, so layouts can customize this.David Roundy2007-09-291-4/+4
* Operation: coding style conformanceAndrea Rossato2007-09-281-3/+3
* define defaultLayout in Config.hs.David Roundy2007-09-281-3/+3
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+3
* LayoutSelection: describe the active layout onlySpencer Janssen2007-09-281-0/+3
* put transients completely on the screen when possible.David Roundy2007-09-271-5/+10
* setLayout should not call sendMessage, because sendMessage calls windowsSpencer Janssen2007-09-281-3/+3
* Add setLayout to the coreSpencer Janssen2007-09-281-0/+7
* Refactor floating code in manageSpencer Janssen2007-09-271-8/+7
* fix bug where ReleaseResources wasn't getting sent to all layouts.David Roundy2007-09-251-0/+4
* add support for parseable layouts not in the default.David Roundy2007-09-251-2/+3
* rename modifyLayout to handleMessage.David Roundy2007-09-251-10/+10
* make it easier to define pure layouts.David Roundy2007-09-251-2/+1
* Make a String description part of each Layout.David Roundy2007-09-241-9/+13
* Added LayoutMessagesAndrea Rossato2007-09-241-7/+16
* create default modifyLayout that ignores messages.David Roundy2007-09-231-1/+0
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-21/+42
* make layouts preserved over restartDavid Roundy2007-09-211-1/+7
* move Layout into StackSet.David Roundy2007-09-211-23/+23
* Pointfree Mirror and SomeLayout instancesSpencer Janssen2007-09-201-2/+2
* Use derived Show and Read instances for MirrorSpencer Janssen2007-09-201-7/+1
* add Read instance to Layout.David Roundy2007-09-201-5/+10
* add Show instance to LayoutDavid Roundy2007-09-201-2/+4