aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ShowWName.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner2013-05-281-3/+8
* eliminate references to defaultConfigDaniel Wagner2013-05-281-2/+2
* Remove unneeded XSync call in Layout.ShowWNameFrancesco Ariis2013-05-171-1/+0
* ShowWName: Increase horizontal padding for flashcrodjer2012-03-051-1/+1
* ShowWName flash window background colorRohan Jain2012-03-061-1/+1
* ShowWName: Fix flash location by screen rectanglecrodjer2012-03-051-3/+3
* Export types to reduce haddock warnings.Adam Vogt2010-10-231-0/+1
* Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger2009-10-241-1/+1
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-181-1/+1
* Merge emptyLayoutMod into redoLayoutJoachim Breitner2008-10-051-2/+0
* cleanup - use currentTagDevin Mullins2008-09-211-1/+1
* sp ShowWName.hsgwern02008-05-191-1/+1
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-021-2/+2
* ShowWName: show the name of empty layouts tooAndrea Rossato2008-01-261-3/+8
* ShowWName: moved fi to XUtilsAndrea Rossato2008-01-241-4/+0
* Layout.ShowWName: generalize the instanceAndrea Rossato2008-01-151-2/+2
* ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey2008-01-141-2/+2
* ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato2008-01-131-33/+42
* Add ShowWName a layout modifier to show the workspace nameAndrea Rossato2007-12-311-0/+95