aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/ShowWName.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2013-05-28use Data.Default wherever possible, and deprecate the things it replacesDaniel Wagner1-3/+8
2013-05-28eliminate references to defaultConfigDaniel Wagner1-2/+2
2013-05-17Remove unneeded XSync call in Layout.ShowWNameFrancesco Ariis1-1/+0
2012-03-05ShowWName: Increase horizontal padding for flashcrodjer1-1/+1
2012-03-06ShowWName flash window background colorRohan Jain1-1/+1
2012-03-05ShowWName: Fix flash location by screen rectanglecrodjer1-3/+3
2010-10-23Export types to reduce haddock warnings.Adam Vogt1-0/+1
2009-10-24Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger1-1/+1
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt1-1/+1
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-2/+0
2008-09-21cleanup - use currentTagDevin Mullins1-1/+1
2008-05-19sp ShowWName.hsgwern01-1/+1
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato1-2/+2
2008-01-26ShowWName: show the name of empty layouts tooAndrea Rossato1-3/+8
2008-01-24ShowWName: moved fi to XUtilsAndrea Rossato1-4/+0
2008-01-15Layout.ShowWName: generalize the instanceAndrea Rossato1-2/+2
2008-01-14ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey1-2/+2
2008-01-13ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato1-33/+42
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+95