summaryrefslogtreecommitdiffstats
path: root/XMonad
AgeCommit message (Expand)Author
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-18Grab all keycodes linked to each keysym, not just oneDaniel Wagner
2013-01-15Issue 135 use wa_border_width for floating windows (neoraider)Adam Vogt
2013-01-01Add flags for call to ghc closing issue 240Adam Vogt
2012-01-03Add configuration option clickToFocus (issue 225)Adam Vogt
2011-05-25pass mouse clicks on to focused windows (experimental)conrad.irwin
2010-02-22Resolve conflicts Geoff Reedy's window focus hack.Adam Vogt
2009-10-11Give focus to windows that don't set the input hintGeoff Reedy
2009-06-22implement the ICCCM WM_TAKE_FOCUS protocolGeoff Reedy
2009-06-22track currently processing eventGeoff Reedy
2012-01-13Config.hs: implement mod-shift-/ newbie keybinding guide per http://code.goog...gwern0
2012-01-13Config.hs: rm commented out keybinding (dead for years)gwern0
2012-04-30Correctly identify source files in ~/.lib (David McLean)Adam Vogt
2011-11-18Assume locale is utf8 for spawn.Adam Vogt
2011-11-17Correct recompile keybinding (issue 126)Adam Vogt
2010-03-30Warn with xmessage when xmonad cannot be found for recompile (issue 126)Adam Vogt
2011-10-13change the default mod+p binding to keep up with changes to dmenuDaniel Wagner
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
2011-05-24Haddock formatting for a type (-->)Adam Vogt
2011-02-24Generalize types of ManageHook functions, so they can be reusedBrandon S Allbery KF8NH
2011-03-28Correct misleading documentation on Stack (thanks sdrodge)Adam Vogt
2010-04-03Update comments describing `recompile'Adam Vogt
2010-06-20XMonad.Core: escape slashes, ln modulegwern0
2010-04-15fix haddock comment being assigned to constructor instead of fieldTomas Janousek
2010-05-03Less refreshing in mouse-2 binding (thanks aavogt)Spencer Janssen
2009-01-14Replaced custom forever_ by library functionDaniel Schoepe
2010-03-27reveal: don't insert non-clients into the set of mapped windowsTomas Janousek
2010-02-14Various clean-ups suggested by HLintSpencer Janssen
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