aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move library part to src/Adam Vogt2014-05-021-530/+0
* avoid warnings from missing Prelude.catch in ghc>Adam Vogt2014-05-021-6/+7
* derive Applicative instance for QueryAdam Vogt2014-05-021-1/+1
* warning police: name userCodeDef's argument defValue instead of defDaniel Wagner2013-05-281-1/+1
* depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner2013-05-281-0/+7
* configurableEventMasksmwlochbaum2013-02-051-0/+2
* Add flags for call to ghc closing issue 240Adam Vogt2013-01-011-1/+1
* Add configuration option clickToFocus (issue 225)Adam Vogt2012-01-031-0/+1
* implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy2009-06-221-2/+3
* track currently processing eventGeoff Reedy2009-06-221-0/+2
* Correctly identify source files in ~/.lib (David McLean)Adam Vogt2012-04-301-1/+1
* Assume locale is utf8 for spawn.Adam Vogt2011-11-181-1/+4
* Break a long lineAdam Vogt2011-06-091-1/+2
* output error code when xmonad.hs compile fails without any error outputJens Petersen2011-04-261-1/+1
* Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt2011-06-091-3/+1
* Expose instances to haddockAdam Vogt2011-06-091-4/+0
* Update comments describing `recompile'Adam Vogt2010-04-031-2/+4
* XMonad.Core: escape slashes, ln modulegwern02010-06-201-2/+2
* Various clean-ups suggested by HLintSpencer Janssen2010-02-141-1/+1
* Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt2010-01-181-1/+1
* Correct warnings with ghc-6.12Adam Vogt2010-01-181-8/+9
* Add xfork: a forkProcess that works around process global stateSpencer Janssen2009-12-231-3/+7
* Determine numlockMask automatically, fixes #120Spencer Janssen2009-12-161-1/+2
* Support for extensible state in contrib modules.Daniel Schoepe2009-11-061-7/+39
* Set SIGPIPE to default in forked processesSpencer Janssen2009-11-061-0/+1
* 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
* Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart2009-02-081-1/+1
* Support for custom event hooksDaniel Schoepe2009-02-031-0/+3
* 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
* Remove doubleFork, handle SIGCHLDSpencer Janssen2009-01-161-16/+29
* More flexible userCode functionDaniel Schoepe2009-01-101-3/+9
* add'l documentationDevin Mullins2008-09-281-1/+2
* Track mouse position via events receivedSpencer Janssen2008-10-071-0/+3
* Haddock linksMalebria2008-06-011-14/+14
* Haddock syntax for enumerationMalebria2008-06-011-0/+3
* I prefer the spencerjanssen@gmail.com address nowSpencer Janssen2008-07-141-1/+1
* Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner2008-05-021-0/+1
* Remove gapsSpencer Janssen2008-03-251-5/+2
* Also print compilation errors to stderrSpencer Janssen2008-03-241-0/+3
* add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato2008-02-231-21/+2
* commentsDon Stewart2008-03-221-1/+2
* formattingDon Stewart2008-03-221-2/+5
* update documentationBrent Yorgey2008-03-111-27/+62
* runLayout is now a LayoutClass method and takes the Workspace and the screen ...Andrea Rossato2008-02-221-7/+7