summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
2009-12-20Add --replace flag with documentation (issue 99).Adam Vogt
2010-02-11Fix compile error when using base-3 (thanks bogner).Adam Vogt
2010-01-13Broadcast PropertyChange events (needed for layouts with decoration)Daniel Schoepe
2010-01-18Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt
2010-01-18Correct warnings with ghc-6.12Adam Vogt
2009-12-23Add xfork: a forkProcess that works around process global stateSpencer Janssen
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen
2009-12-16Update for X11 1.5.0.0Spencer Janssen
2009-12-06Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt
2009-11-19Swap the order that windows are mapped/unmapped. Addresses #322Spencer Janssen
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen
2009-05-16Fix for Tall documentationKhudyakov Alexey
2009-09-18Remove redundant parensSpencer Janssen
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt
2009-07-10Remove tabs from ManageHook.hsAdam Vogt
2009-07-10Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt
2009-03-22Pester the user with one (not two) xmessages on config errorsAdam Vogt
2009-05-03Minor bugfix in the creation of new StackSets.Wouter Swierstra
2009-02-09X.Config.hs, ./man/xmonad.hs: update Event Hook docwirtwolff
2009-02-22Use records to document Tall's argumentsSpencer Janssen
2009-01-06Fix possible head []Joachim Breitner
2009-02-19ManageHook.doShift: use shiftWin instead of shiftSpencer Janssen
2009-02-18Express shift in terms of shiftWinSpencer Janssen
2009-02-08Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart
2009-02-03Support for custom event hooksDaniel Schoepe
2009-01-28Make X an instance of TypeableDaniel Schoepe
2009-01-22Add uninstallSignalHandlers, use in spawnSpencer Janssen
2009-01-22Create a new session for forked processesSpencer Janssen
2009-01-17Close stdin in spawned processesSpencer Janssen
2009-01-17Document spawnPIDSpencer Janssen
2009-01-17Asynchronously recompile/restart xmonad on mod-qSpencer Janssen
2009-01-17Add --restart, a command line flag to cause a running xmonad process to restartSpencer Janssen
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen
2009-01-10More flexible userCode functionDaniel Schoepe
2008-12-10Call logHook as the very last action in windowsSpencer Janssen
2008-12-05Accept inferior crossing events. This patch enables fmouse-focus-follows-screenSpencer Janssen
2008-11-18Tile all windows at onceSpencer Janssen
2008-11-18Factor rational rect scaling into a separate functionSpencer Janssen
2008-11-06Change screen focus by clicking on the root window.Spencer Janssen
2008-10-22Fix #192.Spencer Janssen
2008-10-05add killWindow functionJoachim Breitner
2008-09-28add'l documentationDevin Mullins
2008-10-07Regression: ungrab buttons on *non* root windowsSpencer Janssen
2008-10-07Partial fix for #40Spencer Janssen
2008-10-07Track mouse position via events receivedSpencer Janssen
2008-10-07Fix haddockSpencer Janssen
2008-10-07Move screen locating code into pointScreenSpencer Janssen
2008-10-07Make pointWithin a top-level bindingSpencer Janssen