aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen2010-05-031-1/+1
* Replaced custom forever_ by library functionDaniel Schoepe2009-01-141-3/+1
* reveal: don't insert non-clients into the set of mapped windowsTomas Janousek2010-03-271-1/+1
* Various clean-ups suggested by HLintSpencer Janssen2010-02-145-21/+20
* Add --replace flag with documentation (issue 99).Adam Vogt2009-12-201-1/+38
* Fix compile error when using base-3 (thanks bogner).Adam Vogt2010-02-111-1/+1
* Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe2010-01-131-2/+3
* Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt2010-01-183-5/+5
* Correct warnings with ghc-6.12Adam Vogt2010-01-183-14/+14
* Add xfork: a forkProcess that works around process global stateSpencer Janssen2009-12-231-3/+7
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-164-23/+23
* Update for X11 1.5.0.0Spencer Janssen2009-12-161-1/+1
* Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt2009-12-061-2/+2
* Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen2009-11-191-3/+3
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-064-17/+60
* Set SIGPIPE to default in forked processesSpencer Janssen2009-11-061-0/+1
* Fix for Tall documentationKhudyakov Alexey2009-05-161-2/+2
* Remove redundant parensSpencer Janssen2009-09-181-1/+1
* Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt2009-05-041-1/+2
* Add lib to ghc searchpath with recompilation checkAdam Vogt2009-03-221-4/+13
* Remove tabs from ManageHook.hsAdam Vogt2009-07-101-1/+1
* Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt2009-07-101-0/+2
* Pester the user with one (not two) xmessages on config errorsAdam Vogt2009-03-221-1/+1
* Minor bugfix in the creation of new StackSets.Wouter Swierstra2009-05-031-1/+2
* X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff2009-02-091-1/+2
* Use records to document Tall's argumentsSpencer Janssen2009-02-221-3/+3
* Fix possible head []Joachim Breitner2009-01-061-1/+2
* ManageHook.doShift: use shiftWin instead of shiftSpencer Janssen2009-02-191-1/+1
* Express shift in terms of shiftWinSpencer Janssen2009-02-181-14/+10
* Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart2009-02-081-1/+1
* Support for custom event hooksDaniel Schoepe2009-02-033-3/+27
* Make X an instance of TypeableDaniel Schoepe2009-01-281-1/+1
* Add uninstallSignalHandlers, use in spawnSpencer Janssen2009-01-221-2/+8
* Create a new session for forked processesSpencer Janssen2009-01-221-2/+3
* Close stdin in spawned processesSpencer Janssen2009-01-171-2/+9
* Document spawnPIDSpencer Janssen2009-01-171-0/+1
* Asynchronously recompile/restart xmonad on mod-qSpencer Janssen2009-01-171-1/+1
* Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen2009-01-171-0/+6
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-162-19/+31
* More flexible userCode functionDaniel Schoepe2009-01-103-8/+14
* Call logHook as the very last action in windowsSpencer Janssen2008-12-101-4/+4
* Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen2008-12-051-1/+0
* Tile all windows at onceSpencer Janssen2008-11-181-9/+11
* Factor rational rect scaling into a separate functionSpencer Janssen2008-11-181-5/+8
* Change screen focus by clicking on the root window.Spencer Janssen2008-11-061-3/+5
* Fix #192.Spencer Janssen2008-10-221-7/+12
* add killWindow functionJoachim Breitner2008-10-051-3/+7
* add'l documentationDevin Mullins2008-09-282-2/+6
* Regression: ungrab buttons on *non* root windowsSpencer Janssen2008-10-071-1/+1
* Partial fix for #40Spencer Janssen2008-10-071-6/+12