summaryrefslogtreecommitdiffstats
path: root/XMonad/Core.hs
AgeCommit message (Expand)Author
2013-09-11Rename XMonad to MetaTileMatthias Schiffer
2013-09-11Correctly handle resize requestsMatthias Schiffer
2013-09-11Use none for zero XIDsMatthias Schiffer
2013-09-11Add support for window bordersMatthias Schiffer
2013-09-10Implement simple reparentingMatthias Schiffer
2013-09-09Add WindowState recordMatthias Schiffer
2013-09-09Don't use X bordersMatthias Schiffer
2013-09-04Per screen workspacesMatthias Schiffer
2013-05-28warning police: name userCodeDef's argument defValue instead of defDaniel Wagner
2013-05-28depend on data-default, and deprecate the monomorphic name defaultConfigDaniel Wagner
2013-02-05configurableEventMasksmwlochbaum
2013-01-01Add flags for call to ghc closing issue 240Adam Vogt
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt
2009-06-22implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy
2009-06-22track currently processing eventGeoff Reedy
2012-04-30Correctly identify source files in ~/.lib (David McLean)Adam Vogt
2011-11-18Assume locale is utf8 for spawn.Adam Vogt
2011-06-09Break a long lineAdam Vogt
2011-04-26output error code when xmonad.hs compile fails without any error outputJens Petersen
2011-06-09Remove -fglasgow-exts for deriving Data/Typeable needed with ghc-6.6Adam Vogt
2011-06-09Expose instances to haddockAdam Vogt
2010-04-03Update comments describing `recompile'Adam Vogt
2010-06-20XMonad.Core: escape slashes, ln modulegwern0
2010-02-14Various clean-ups suggested by HLintSpencer Janssen
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-11-06Support for extensible state in contrib modules.Daniel Schoepe
2009-11-06Set SIGPIPE to default in forked processesSpencer Janssen
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-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-16Remove doubleFork, handle SIGCHLDSpencer Janssen
2009-01-10More flexible userCode functionDaniel Schoepe
2008-09-28add'l documentationDevin Mullins
2008-10-07Track mouse position via events receivedSpencer Janssen
2008-06-01Haddock linksMalebria
2008-06-01Haddock syntax for enumerationMalebria
2008-07-14I prefer the spencerjanssen@gmail.com address nowSpencer Janssen
2008-05-02Remember if focus changes were caused by mouse actions or by key commandsKlaus Weidner
2008-03-25Remove gapsSpencer Janssen
2008-03-24Also print compilation errors to stderrSpencer Janssen