aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-26WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)Andrea Rossato1-0/+1
2008-01-26ShowWName: show the name of empty layouts tooAndrea Rossato1-3/+8
2008-01-26ManageDocks: add emptyLayout definition for supporting the new decoration fra...Andrea Rossato1-0/+3
2008-01-26Decoration: code formatting onlyAndrea Rossato1-15/+12
2008-01-26export DeConfig to avoid importing DecorationAndrea Rossato2-0/+2
2008-01-26Prompt: code formatting onlyAndrea Rossato1-29/+28
2008-01-26Don't export TConf anymore and export DeConfig insteadAndrea Rossato3-14/+15
2008-01-25Tabbed now uses DecorationAndrea Rossato1-183/+80
2008-01-25Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...Andrea Rossato1-0/+69
2008-01-25Adde SimpleDecoration, a layout modifier to add simple decorations to windows...Andrea Rossato1-0/+69
2008-01-25Add Layout.Simplest, the simplest layoutAndrea Rossato1-0/+41
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato1-0/+252
2008-01-25Add WindowArranger, a layout modifier to move and resize windows with the key...Andrea Rossato1-0/+189
2008-01-24ShowWName: moved fi to XUtilsAndrea Rossato1-4/+0
2008-01-24XUtils: add functions for operating on lists of windows and export fiAndrea Rossato1-13/+28
2008-01-24LayoutModifier: add emptyLayoutMod for dealing with empty workspacesAndrea Rossato1-0/+10
2008-01-22LayoutModifier: add pureMess and pureModifier to the LayoutModifier classAndrea Rossato1-2/+7
2008-01-15Layout.ShowWName: generalize the instanceAndrea Rossato1-2/+2
2008-01-28add emptyLayout to MultiToggleLukas Mai1-0/+2
2008-01-28grammar fixLukas Mai1-1/+1
2008-01-27I use urxvtc nowSpencer Janssen1-1/+1
2008-01-18add 'single' helper functionLukas Mai1-2/+7
2008-01-18documentation fixLukas Mai1-1/+1
2008-01-18style assimilationLukas Mai1-1/+1
2008-01-02cleared up transience to better highlight how to use ManageHooks properlyxmonad-contrib1-5/+3
2008-01-01expands the EDSL for performing actions on windowsxmonad-contrib1-19/+65
2008-01-14Timer: some code cleanupAndrea Rossato1-9/+7
2008-01-14Use doubleFork instead of manual double fork, or buggy single fork.nicolas.pouillard2-29/+16
2008-01-16Reflect.hs: minor haddock fixBrent Yorgey1-1/+1
2008-01-15Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...Brent Yorgey1-1/+5
2008-01-15Reflect.hs: add MultiToggle supportBrent Yorgey1-6/+40
2008-01-15MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...Brent Yorgey1-2/+2
2008-01-15Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...Brent Yorgey1-0/+81
2008-01-14ShowWName.hs: switch color/bgcolor in call to paintAndWriteBrent Yorgey1-2/+2
2008-01-13Prompt: clean up and optimize moveWord a bitAndrea Rossato1-10/+6
2008-01-13Prompt: added moveWord to move the cursor to the word boundariesAndrea Rossato1-0/+21
2008-01-13Doc.Extending: added links and description of recent module additionAndrea Rossato1-0/+8
2008-01-13Action.Search: small haddock fixesAndrea Rossato1-1/+2
2008-01-13ShowWName now uses Timer and XUtils to display the workspace nameAndrea Rossato1-33/+42
2008-01-13Add XMonad.Util.Timer, a module to set up timers and to handle themAndrea Rossato1-0/+62
2008-01-10de-obfuscate the initState and set the init offset to the length of the defau...Andrea Rossato1-1/+15
2008-01-09prompt: Allow to provide a default text in the prompt config.nicolas.pouillard1-1/+3
2007-12-30Correct caps in module header.Joachim Fasting1-1/+1
2007-12-30Use LANGUAGE pragma.Joachim Fasting1-1/+1
2007-12-31shiftPrevScreen and shiftNextScreen, to make CycleWS consistentmail1-1/+20
2007-12-04formattingDon Stewart1-2/+6
2007-12-31PerWorkspace.hs: add an explanatory noteBrent Yorgey1-0/+7
2007-12-31Add ShowWName a layout modifier to show the workspace nameAndrea Rossato1-0/+95
2007-12-31ManageDocks: some documentation fixesAndrea Rossato1-1/+4
2007-12-28-Wall police (again)Spencer Janssen1-2/+2