aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util/NamedWindows.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-28remove myself as maintainer from modules I don't maintain or use.David Roundy1-1/+1
2008-05-04minor cleanup on getNameDevin Mullins1-5/+3
2008-05-02NamedWindows: when converting the text property, handle the empty list.Spencer Janssen1-1/+6
2008-03-26XMonad.Util.NamedWindows: fix importsLukas Mai1-2/+2
2007-08-19Changed getName to use locale-aware functionsMats Jansborg1-3/+12
2007-12-08Remove redundant importsSpencer Janssen1-5/+0
2007-11-22remove need for faulty Read instance of NamedWindow.David Roundy1-1/+1
2007-11-22NamedWindow: Mosaic requires NamedWindow to have a Read instanceAndrea Rossato1-1/+1
2007-11-21NamedWindows: haddock fixAndrea Rossato1-1/+1
2007-11-06Update docs in Utilgwern01-5/+5
2007-11-01HierarchifySpencer Janssen1-2/+2
2007-11-01Use hierarchical module names from the coreSpencer Janssen1-1/+1
2007-07-06NamedWindows: if fetchName returns Nothing sets the name to resName ClassHintAndrea Rossato1-2/+3
2007-06-14NamedWindows.hs: info and documentationAndrea Rossato1-3/+26
2007-05-26replace "name" in NamedWindow with a Show instance.David Roundy1-4/+3
2007-05-23Allow clients of NamedWindows to get at the name.glasser1-1/+4
2007-05-23Extract NamedWindow support from Mosaic into its own moduleglasser1-0/+31