aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* eliminate ugly OldLayout.David Roundy2007-09-201-20/+21
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-12/+12
* Split float upSpencer Janssen2007-09-241-8/+17
* Use the new StackSet.screens in windowsSpencer Janssen2007-09-241-1/+1
* Eliminate Operations.sink tooSpencer Janssen2007-09-171-4/+0
* Remove Operations functions which have StackSet equivalents, just use 'window...Spencer Janssen2007-09-171-16/+0
* Fix float behaviour, add shiftWin.Karsten Schoelzel2007-09-101-10/+8
* Add delete' for use in shiftKarsten Schoelzel2007-09-101-5/+1
* pointfree looks nicer hereDon Stewart2007-09-111-1/+1
* Remove redundant revealSpencer Janssen2007-09-101-1/+1
* Move lower boundary check into applySizeHints, because all users of applySize...Karsten Schoelzel2007-09-051-4/+8
* don't refresh when setting focus to already focussed window.David Roundy2007-08-201-1/+1
* clear out motion events when processing one motion event.David Roundy2007-08-201-6/+9