aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/ManageHook.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* move library part to src/Adam Vogt2014-05-021-119/+0
* avoid warnings from missing Prelude.catch in ghc>Adam Vogt2014-05-021-4/+4
* Haddock formatting for a type (-->)Adam Vogt2011-05-241-1/+2
* Generalize types of ManageHook functions, so they can be reusedBrandon S Allbery KF8NH2011-02-241-6/+7
* Fix compile error when using base-3 (thanks bogner).Adam Vogt2010-02-111-1/+1
* Correct warnings with ghc-6.12Adam Vogt2010-01-181-3/+3
* Generalize the type of (<+>). It can be used for keybindings too.Adam Vogt2009-12-061-2/+2
* Remove tabs from ManageHook.hsAdam Vogt2009-07-101-1/+1
* Set infix 0 --> to reduce parentheses in ManageHooksAdam Vogt2009-07-101-0/+2
* Fix possible head []Joachim Breitner2009-01-061-1/+2
* ManageHook.doShift: use shiftWin instead of shiftSpencer Janssen2009-02-191-1/+1
* Haddock linksMalebria2008-06-011-3/+3
* I prefer the spencerjanssen@gmail.com address nowSpencer Janssen2008-07-141-1/+1
* Added doShift function for more user-friendly hooksIvan N. Veselov2008-05-061-0/+4
* XMonad.ManageHook: add 'appName', another name for 'resource'Lukas Mai2008-04-061-2/+6
* XMonad.ManageHook: make 'title' locale-aware; haddock cleanupLukas Mai2008-04-061-10/+26
* Rename property to stringPropertySpencer Janssen2008-03-251-4/+4
* ManageHook: add a 'property' Query that can get an arbitrary String property ...Brent Yorgey2008-03-251-0/+12
* Revert float location patch. Not Xinerama safeDon Stewart2008-03-211-1/+1
* Change floats to always use the current screenrobreim2008-03-081-1/+1
* normalize Module headersLukas Mai2007-12-101-1/+1
* Typos and formattingAndrea Rossato2007-11-241-3/+3
* Add 'and' and 'or' functions to ManageHook.Spencer Janssen2007-11-211-0/+10
* pointfreeDon Stewart2007-11-201-1/+1
* ManageHook is a MonoidSpencer Janssen2007-11-191-14/+16
* we need examples for the managehook edslDon Stewart2007-11-161-0/+2
* Docs for ManageHookSpencer Janssen2007-11-091-3/+12
* New ManageHook systemSpencer Janssen2007-11-091-0/+55