| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove last excess definition of `fi' (fromIntegral) | Adam Vogt | 2010-09-14 | 2 | -8/+2 |
* | XMonad.Util.Run: improve linking and rearrange docs | gwern0 | 2010-06-20 | 1 | -5/+6 |
* | XMonad.Util.Run: correct broken example | gwern0 | 2010-06-20 | 1 | -1/+1 |
* | XMonad.Util.Run: fix unicode char | gwern0 | 2010-06-20 | 1 | -1/+1 |
* | XSelection.hs: update docs w/r/t unicode | gwern0 | 2010-06-15 | 1 | -23/+15 |
* | remove decodeInput/encodeOutput | gwern0 | 2010-06-15 | 1 | -12/+0 |
* | Move Util.Font to .hs, and enable -XCPP | Adam Vogt | 2010-04-29 | 1 | -0/+1 |
* | Use imported `fi' alias for fromIntegral more often. | Adam Vogt | 2010-04-16 | 2 | -4/+4 |
* | Remove unnecessary imports. | Adam Vogt | 2010-04-16 | 1 | -2/+0 |
* | image_buttons | trupill | 2010-03-31 | 2 | -6/+138 |
* | Correct module header. | Adam Vogt | 2010-03-30 | 1 | -1/+1 |
* | Use more monoid instances to clean up U.WorkspaceCompare | Adam Vogt | 2010-02-22 | 1 | -6/+2 |
* | Update my e-mail address | quentin.moser | 2010-01-17 | 1 | -1/+1 |
* | New module: X.U.Stack | quentin.moser | 2010-01-17 | 1 | -0/+340 |
* | bugfix: removeKeys should remove all keys in the provided list | Daniel Wagner | 2010-03-27 | 1 | -1/+1 |
* | Replace.hs: rm trailing whitespace | gwern0 | 2010-03-14 | 1 | -2/+2 |
* | X.U.WorkspaceCompare xinerama compare with physical order | Anders Engstrom | 2010-03-08 | 1 | -2/+20 |
* | X.U.Dmenu helpers to run dmenu with arguments | Anders Engstrom | 2010-03-08 | 1 | -4/+17 |
* | Use extensible-exceptions to allow base-3 or base-4 | Adam Vogt | 2010-01-24 | 3 | -8/+11 |
* | suppress some warnings under ghc 6.12.1 and clean up redundant imports to get... | Brent Yorgey | 2010-01-12 | 7 | -15/+4 |
* | small tweak to battery logger | Brent Yorgey | 2009-12-27 | 1 | -1/+1 |
* | Fix the createSession bug in spawnPipe | Spencer Janssen | 2009-12-27 | 1 | -3/+1 |
* | Update all uses of forkProcess to xfork | Spencer Janssen | 2009-12-23 | 3 | -16/+8 |
* | Golf / style change in U.ExtensibleState | Adam Vogt | 2009-12-08 | 1 | -7/+6 |
* | Extended decoration theme to contain extra static text that always appears in... | Jan Vornberger | 2009-10-24 | 1 | -0/+1 |
* | Extended paintAndWrite to allow for multiple strings to be written into the r... | Jan Vornberger | 2009-10-24 | 1 | -12/+15 |
* | Added the alignment option 'AlignRightOffset' | Jan Vornberger | 2009-10-24 | 2 | -2/+3 |
* | Changed interface of X.U.ExtensibleState | Daniel Schoepe | 2009-11-16 | 3 | -27/+30 |
* | PositionStoreFloat - a floating layout with support hooks | Jan Vornberger | 2009-11-15 | 1 | -0/+1 |
* | PositionStore utility to store information about position and size of a window | Jan Vornberger | 2009-11-08 | 1 | -0/+81 |
* | rework XMonad.Util.Dzen | daniel | 2009-11-14 | 1 | -12/+145 |
* | generalize IO actions to MonadIO m | daniel | 2009-11-14 | 3 | -9/+9 |
* | fix documentation to match implementation | daniel | 2009-11-14 | 1 | -2/+1 |
* | Bypass more of stringToKeysym in U.Paste | Adam Vogt | 2009-11-14 | 2 | -2/+8 |
* | Minor style corrections in X.U.SpawnOnce | Daniel Schoepe | 2009-11-09 | 1 | -2/+2 |
* | X.U.ExtensibleState: style | Spencer Janssen | 2009-11-08 | 1 | -2/+1 |
* | Add XMonad.Util.SpawnOnce | Spencer Janssen | 2009-11-07 | 1 | -0/+39 |
* | Store deserialized data after reading in X.U.ExtensibleState | Daniel Schoepe | 2009-11-07 | 1 | -8/+11 |
* | Add X.U.ExtensibleState | Daniel Schoepe | 2009-11-06 | 1 | -0/+109 |
* | Implement hasProperty in terms of runQuery in U.WindowProperties | Adam Vogt | 2009-10-31 | 1 | -9/+1 |
* | Remove putSelection, fixes #317 | Spencer Janssen | 2009-10-30 | 1 | -42/+2 |
* | fix X.U.Run.spawnPipe fd leak | Tomas Janousek | 2009-10-25 | 1 | -0/+1 |
* | Refer to modm as the current modMask | Adam Vogt | 2009-10-22 | 3 | -6/+6 |
* | Add some haddock formatting in U.Cursor | Adam Vogt | 2009-10-20 | 1 | -3/+7 |
* | XMonadContrib: add a utility module to set the default cursor | Andres Salomon | 2009-09-15 | 1 | -0/+42 |
* | Add U.Replace which implements a --replace behavior. | Adam Vogt | 2009-10-12 | 1 | -0/+116 |
* | Correct erroneous haddock link in U.XSelection | Adam Vogt | 2009-10-12 | 1 | -1/+1 |
* | Derive Enum for U.Types.Direction2D | Adam Vogt | 2009-10-05 | 1 | -1/+1 |
* | U.EZConfig: Correct additionalKeysP M2-M5 values | Wirt Wolff | 2009-09-06 | 1 | -4/+5 |
* | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 2009-09-19 | 1 | -0/+30 |