aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* XMonad.Util.Font: UTF8 -> USE_UTF8Lukas Mai2008-09-301-2/+2
* Paste.hs: implement noModMask suggestiongwern02008-09-271-3/+7
* -DUTF8 flag with -DUSE_UTF8gwern02008-09-213-4/+4
* XSelection.hs: use CPP to compile against utf8-stringgwern02008-09-201-40/+46
* Paste.hs: +warning about ASCII limitationsgwern02008-09-211-0/+3
* Paste.hs: shorten comment lines to under 80 columns per sjanssengwern02008-09-211-5/+8
* Rename pasteKey functions to sendKeySpencer Janssen2008-09-211-5/+5
* Move XMonad.Util.XPaste to XMonad.Util.PasteSpencer Janssen2008-09-211-3/+3
* XPaste.hs: improve author infogwern02008-09-201-2/+2
* +XMonad.Util.XPaste: a module for pasting strings to windowsgwern02008-09-201-0/+74
* remove myself as maintainer from modules I don't maintain or use.David Roundy2008-08-281-1/+1
* I prefer the spencerjanssen@gmail.com addressSpencer Janssen2008-07-142-4/+4
* Added function to filter out scratchpad workspace for use with ewmhLogHookCus...Braden Shepherdson2008-07-061-0/+7
* allow function keys up to F24brian2008-06-261-2/+2
* Now using -name instead of -title as the term app argument, and corresponding...Braden Shepherdson2008-06-081-4/+4
* XMonad.Util.EZConfig: add keypad bindingsLukas Mai2008-06-151-0/+74
* XMonad.Util.EZConfig: minor cleanupsLukas Mai2008-05-281-28/+26
* Replaced old "spawn on mod+s" semantics with "spawn/summon or banish on mod+s".Braden Shepherdson2008-06-081-21/+77
* Added scratchpadSpawnActionTerminal to specify the terminal program directly ...Braden Shepherdson2008-06-081-0/+6
* Removed odd scratchpadSpawnDefault, improved documentation.Braden Shepherdson2008-06-081-14/+9
* decent documentation for UrgencyHookDevin Mullins2008-05-151-2/+1
* minor cleanup on getNameDevin Mullins2008-05-041-5/+3
* NamedWindows: when converting the text property, handle the empty list.Spencer Janssen2008-05-021-1/+6
* XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as RoleRoman Cheplyaka2008-04-091-1/+3
* XMonad.Util.Font: minor reformattingLukas Mai2008-04-061-2/+2
* XMonad.Util.Font: don't call setlocale; core does it for usLukas Mai2008-04-061-15/+2
* XMonad.Util.NamedWindows: fix importsLukas Mai2008-03-261-2/+2
* Changed getName to use locale-aware functionsMats Jansborg2007-08-191-3/+12
* Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey2008-03-281-1/+3
* focusedHasPropertyredbeard05312008-03-251-1/+11
* XMonad.Util.Themes: improve documentation to make it clear that themes only a...Brent Yorgey2008-03-241-8/+12
* wfarrThemewcfarrington2008-03-241-0/+18
* cut Anneal and Mosaic.David Roundy2008-03-221-93/+0
* WindowProperties: fix documentationBrent Yorgey2008-03-181-1/+1
* Move window properties to a separate Util moduleRoman Cheplyaka2008-03-181-0/+49
* Run.hs: improve haddockgwern02008-03-161-25/+26
* XSelection.hs: improved haddockf formatting, more links, & cpeditgwern02008-03-161-50/+51
* Scratchpad: update to work with runLayout changesBrent Yorgey2008-03-111-5/+5
* EZConfig: add documentation and a warning, so no one repeats my silly hard-to...Brent Yorgey2008-03-111-1/+12
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-023-157/+228
* Util.Run: minor clarification in commentgwern02008-03-031-1/+1
* Haddock fix: Changed URL-MarkupDominik Bruhn2008-03-021-1/+1
* EZConfig: additional documentationBrent Yorgey2008-02-271-3/+15
* XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type...Brent Yorgey2008-02-271-2/+2
* EZConfig: add an emacs-style keybinding parser!Brent Yorgey2008-02-261-8/+279
* Scratchpad terminalBraden Shepherdson2008-02-251-0/+81
* improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L...Brent Yorgey2008-02-191-0/+88
* Util.Themes: add ppThemeInfor to render the theme infoAndrea Rossato2008-02-161-0/+7
* Themes: added robertTheme and donaldThemeAndrea Rossato2008-02-101-0/+37
* Run.hs: add an option to runintermsgwern02008-02-051-5/+5