aboutsummaryrefslogtreecommitdiffstats
path: root/src/XMonad/Core.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-14Make ~/.xmonad/xmonad-$arch-$os handle args like /usr/bin/xmonadAdam Vogt1-0/+2
2014-10-20don't encode paths for spawnPID (#348)Adam Vogt1-2/+1
2014-05-02move library part to src/Adam Vogt1-0/+0
2014-05-02avoid warnings from missing Prelude.catch in ghc>Adam Vogt1-6/+7
2014-05-02derive Applicative instance for QueryAdam Vogt1-1/+1
2013-05-28warning police: name userCodeDef's argument defValue instead of defDaniel Wagner1-1/+1
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner1-0/+7
2013-02-05configurableEventMasksmwlochbaum1-0/+2
2013-01-01Add flags for call to ghc closing issue 240Adam Vogt1-1/+1
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt1-0/+1
2009-06-22implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy1-2/+3
2009-06-22track currently processing eventGeoff Reedy1-0/+2
2012-04-30Correctly identify source files in ~/.lib (David McLean)Adam Vogt1-1/+1
2011-11-18Assume locale is utf8 for spawn.Adam Vogt1-1/+4
2011-06-09Break a long lineAdam Vogt1-1/+2
2011-04-26output error code when xmonad.hs compile fails without any error outputJens Petersen1-1/+1
2011-06-09Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt1-3/+1
2011-06-09Expose instances to haddockAdam Vogt1-4/+0
2010-04-03Update comments describing `recompile'Adam Vogt1-2/+4
2010-06-20XMonad.Core: escape slashes, ln modulegwern01-2/+2
2010-02-14Various clean-ups suggested by HLintSpencer Janssen1-1/+1
2010-01-18Rename numlockMask to numberlockMask to help users of the template config.Adam Vogt1-1/+1
2010-01-18Correct warnings with ghc-6.12Adam Vogt1-8/+9
2009-12-23Add xfork: a forkProcess that works around process global stateSpencer Janssen1-3/+7
2009-12-16Determine numlockMask automatically, fixes #120Spencer Janssen1-1/+2
2009-11-06Support for extensible state in contrib modules.Daniel Schoepe1-7/+39
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen1-0/+1
2009-09-18Remove redundant parensSpencer Janssen1-1/+1
2009-05-04Only watch mtime for .hs, .lhs, .hsc for ~/.xmonad/libAdam Vogt1-1/+2
2009-03-22Add lib to ghc searchpath with recompilation checkAdam Vogt1-4/+13
2009-02-08Use standard -fforce-recomp instead of undocumented -no-recompDon Stewart1-1/+1
2009-02-03Support for custom event hooksDaniel Schoepe1-0/+3
2009-01-28Make X an instance of TypeableDaniel Schoepe1-1/+1
2009-01-22Add uninstallSignalHandlers, use in spawnSpencer Janssen1-2/+8
2009-01-22Create a new session for forked processesSpencer Janssen1-2/+3
2009-01-17Close stdin in spawned processesSpencer Janssen1-2/+9
2009-01-17Document spawnPIDSpencer Janssen1-0/+1
2009-01-16Remove doubleFork, handle SIGCHLDSpencer Janssen1-16/+29
2009-01-10More flexible userCode functionDaniel Schoepe1-3/+9
2008-09-28add'l documentationDevin Mullins1-1/+2
2008-10-07Track mouse position via events receivedSpencer Janssen1-0/+3
2008-06-01Haddock linksMalebria1-14/+14
2008-06-01Haddock syntax for enumerationMalebria1-0/+3
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen1-1/+1
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner1-0/+1
2008-03-25Remove gapsSpencer Janssen1-5/+2
2008-03-24Also print compilation errors to stderrSpencer Janssen1-0/+3
2008-02-23add sendMessageWithNoRefresh and have broadcastMessage use itAndrea Rossato1-21/+2
2008-03-22commentsDon Stewart1-1/+2
2008-03-22formattingDon Stewart1-2/+5