| Commit message (Expand) | Author | Files | Lines |
2009-01-10 | XMonad.Util.XSelection: update maintainer information | gwern0 | 1 | -2/+1 |
2009-01-02 | X.U.XSelection: get rid of warning about missing newline, add Haddock link | Brent Yorgey | 1 | -2/+2 |
2009-01-02 | adds haddock documentation for transformPromptSelection | loupgaroublond | 1 | -5/+8 |
2008-12-22 | adds a weird function to XSelection | loupgaroublond | 1 | -0/+6 |
2008-12-25 | X.U.WindowProperties: propertyToQuery+docs | Roman Cheplyaka | 1 | -1/+14 |
2008-12-20 | hlintify XUtils, XSelection, Search, WindowGo | gwern0 | 2 | -2/+2 |
2008-11-15 | WindowProperties: added allWithProperty | Roman Cheplyaka | 1 | -1/+7 |
2008-11-04 | explicit import list for things in the process library | Don Stewart | 1 | -1/+1 |
2008-10-27 | generic menu and window bringer | Travis B. Hartwell | 1 | -8/+16 |
2008-09-27 | Paste.hs: improve haddocks | gwern0 | 1 | -7/+8 |
2008-09-27 | Paste.hs: fix haddock | gwern0 | 1 | -1/+10 |
2008-09-30 | XMonad.Util.Font: UTF8 -> USE_UTF8 | Lukas Mai | 1 | -2/+2 |
2008-09-27 | Paste.hs: implement noModMask suggestion | gwern0 | 1 | -3/+7 |
2008-09-21 | -DUTF8 flag with -DUSE_UTF8 | gwern0 | 3 | -4/+4 |
2008-09-20 | XSelection.hs: use CPP to compile against utf8-string | gwern0 | 1 | -40/+46 |
2008-09-21 | Paste.hs: +warning about ASCII limitations | gwern0 | 1 | -0/+3 |
2008-09-21 | Paste.hs: shorten comment lines to under 80 columns per sjanssen | gwern0 | 1 | -5/+8 |
2008-09-21 | Rename pasteKey functions to sendKey | Spencer Janssen | 1 | -5/+5 |
2008-09-21 | Move XMonad.Util.XPaste to XMonad.Util.Paste | Spencer Janssen | 1 | -3/+3 |
2008-09-20 | XPaste.hs: improve author info | gwern0 | 1 | -2/+2 |
2008-09-20 | +XMonad.Util.XPaste: a module for pasting strings to windows | gwern0 | 1 | -0/+74 |
2008-08-28 | remove myself as maintainer from modules I don't maintain or use. | David Roundy | 1 | -1/+1 |
2008-07-14 | I prefer the spencerjanssen@gmail.com address | Spencer Janssen | 2 | -4/+4 |
2008-07-06 | Added function to filter out scratchpad workspace for use with ewmhLogHookCus... | Braden Shepherdson | 1 | -0/+7 |
2008-06-26 | allow function keys up to F24 | brian | 1 | -2/+2 |
2008-06-08 | Now using -name instead of -title as the term app argument, and corresponding... | Braden Shepherdson | 1 | -4/+4 |
2008-06-15 | XMonad.Util.EZConfig: add keypad bindings | Lukas Mai | 1 | -0/+74 |
2008-05-28 | XMonad.Util.EZConfig: minor cleanups | Lukas Mai | 1 | -28/+26 |
2008-06-08 | Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s". | Braden Shepherdson | 1 | -21/+77 |
2008-06-08 | Added scratchpadSpawnActionTerminal to specify the terminal program directly ... | Braden Shepherdson | 1 | -0/+6 |
2008-06-08 | Removed odd scratchpadSpawnDefault, improved documentation. | Braden Shepherdson | 1 | -14/+9 |
2008-05-15 | decent documentation for UrgencyHook | Devin Mullins | 1 | -2/+1 |
2008-05-04 | minor cleanup on getName | Devin Mullins | 1 | -5/+3 |
2008-05-02 | NamedWindows: when converting the text property, handle the empty list. | Spencer Janssen | 1 | -1/+6 |
2008-04-09 | XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as Role | Roman Cheplyaka | 1 | -1/+3 |
2008-04-06 | XMonad.Util.Font: minor reformatting | Lukas Mai | 1 | -2/+2 |
2008-04-06 | XMonad.Util.Font: don't call setlocale; core does it for us | Lukas Mai | 1 | -15/+2 |
2008-03-26 | XMonad.Util.NamedWindows: fix imports | Lukas Mai | 1 | -2/+2 |
2007-08-19 | Changed getName to use locale-aware functions | Mats Jansborg | 1 | -3/+12 |
2008-03-28 | Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for... | Brent Yorgey | 1 | -1/+3 |
2008-03-25 | focusedHasProperty | redbeard0531 | 1 | -1/+11 |
2008-03-24 | XMonad.Util.Themes: improve documentation to make it clear that themes only a... | Brent Yorgey | 1 | -8/+12 |
2008-03-24 | wfarrTheme | wcfarrington | 1 | -0/+18 |
2008-03-22 | cut Anneal and Mosaic. | David Roundy | 1 | -93/+0 |
2008-03-18 | WindowProperties: fix documentation | Brent Yorgey | 1 | -1/+1 |
2008-03-18 | Move window properties to a separate Util module | Roman Cheplyaka | 1 | -0/+49 |
2008-03-16 | Run.hs: improve haddock | gwern0 | 1 | -25/+26 |
2008-03-16 | XSelection.hs: improved haddockf formatting, more links, & cpedit | gwern0 | 1 | -50/+51 |
2008-03-11 | Scratchpad: update to work with runLayout changes | Brent Yorgey | 1 | -5/+5 |
2008-03-11 | EZConfig: add documentation and a warning, so no one repeats my silly hard-to... | Brent Yorgey | 1 | -1/+12 |