aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (follow)
Commit message (Expand)AuthorAgeFilesLines
* documentation patch: note the drawbacks of X.U.DmenuDaniel Wagner2011-11-151-0/+5
* U.EZConfig allow removing more than one mouse binding.Adam Vogt2011-09-231-1/+1
* Add XF86TouchpadToggle to the list of multimedia keys in X.U.EZConfigDaniel Schoepe2011-09-171-0/+2
* fix warnings in X.U.EZConfigBrent Yorgey2011-09-081-4/+4
* GHC 7 compatDaniel Wagner2011-07-312-3/+13
* Compile with ghc7Mats Rauhala2011-05-041-2/+2
* Prevent non-default XUtils windows from being compositedBrandon S Allbery KF8NH2011-02-241-0/+5
* XMonad.Util.Run: resolve issue #441gwern02011-04-111-11/+11
* Compatibility with mtl-1 and mtl-2Adam Vogt2010-11-161-1/+1
* Minor documentation fixes in X.U.ExtensibleStateDaniel Schoepe2010-10-041-7/+9
* Orphan my modulesmoserq2010-10-011-1/+1
* Remove last excess definition of `fi' (fromIntegral)Adam Vogt2010-09-142-8/+2
* XMonad.Util.Run: improve linking and rearrange docsgwern02010-06-201-5/+6
* XMonad.Util.Run: correct broken examplegwern02010-06-201-1/+1
* XMonad.Util.Run: fix unicode chargwern02010-06-201-1/+1
* XSelection.hs: update docs w/r/t unicodegwern02010-06-151-23/+15
* remove decodeInput/encodeOutputgwern02010-06-151-12/+0
* Move Util.Font to .hs, and enable -XCPPAdam Vogt2010-04-291-0/+1
* Use imported `fi' alias for fromIntegral more often.Adam Vogt2010-04-162-4/+4
* Remove unnecessary imports.Adam Vogt2010-04-161-2/+0
* image_buttonstrupill2010-03-312-6/+138
* Correct module header.Adam Vogt2010-03-301-1/+1
* Use more monoid instances to clean up U.WorkspaceCompareAdam Vogt2010-02-221-6/+2
* Update my e-mail addressquentin.moser2010-01-171-1/+1
* New module: X.U.Stackquentin.moser2010-01-171-0/+340
* bugfix: removeKeys should remove all keys in the provided listDaniel Wagner2010-03-271-1/+1
* Replace.hs: rm trailing whitespacegwern02010-03-141-2/+2
* X.U.WorkspaceCompare xinerama compare with physical orderAnders Engstrom2010-03-081-2/+20
* X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom2010-03-081-4/+17
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-243-8/+11
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-127-15/+4
* small tweak to battery loggerBrent Yorgey2009-12-271-1/+1
* Fix the createSession bug in spawnPipeSpencer Janssen2009-12-271-3/+1
* Update all uses of forkProcess to xforkSpencer Janssen2009-12-233-16/+8
* Golf / style change in U.ExtensibleStateAdam Vogt2009-12-081-7/+6
* Extended decoration theme to contain extra static text that always appears in...Jan Vornberger2009-10-241-0/+1
* Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger2009-10-241-12/+15
* Added the alignment option 'AlignRightOffset'Jan Vornberger2009-10-242-2/+3
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-163-27/+30
* PositionStoreFloat - a floating layout with support hooksJan Vornberger2009-11-151-0/+1
* PositionStore utility to store information about position and size of a windowJan Vornberger2009-11-081-0/+81
* rework XMonad.Util.Dzendaniel2009-11-141-12/+145
* generalize IO actions to MonadIO mdaniel2009-11-143-9/+9
* fix documentation to match implementationdaniel2009-11-141-2/+1
* Bypass more of stringToKeysym in U.PasteAdam Vogt2009-11-142-2/+8
* Minor style corrections in X.U.SpawnOnceDaniel Schoepe2009-11-091-2/+2
* X.U.ExtensibleState: styleSpencer Janssen2009-11-081-2/+1
* Add XMonad.Util.SpawnOnceSpencer Janssen2009-11-071-0/+39
* Store deserialized data after reading in X.U.ExtensibleStateDaniel Schoepe2009-11-071-8/+11
* Add X.U.ExtensibleStateDaniel Schoepe2009-11-061-0/+109