aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-01-28Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey1-23/+52
2008-01-29LayoutCombinator class: code clean upAndrea Rossato2-15/+12
2008-01-29Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato2-93/+109
2008-01-28Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato2-21/+17
2008-01-28LayoutModifier: add modifyDescription for completely override the modified la...Andrea Rossato1-3/+5
2008-01-28Make ToggleLayouts and Named implement emptyLayoutAndrea Rossato2-0/+7
2008-01-28Decoration: the fontset must be released even when we don't decorate the firs...Andrea Rossato1-1/+3
2008-01-28Decoration: I forgot we need to release the fontset too!Andrea Rossato1-1/+2
2008-01-28Decoration: after deleting the windows we must update the layout modifierAndrea Rossato1-1/+2
2008-01-27Reflect: reimplemented as a layout modifier (which makes it compatible with w...Andrea Rossato1-15/+11
2008-01-27SimpleFLoat: change the description to Float (Simple is the decoration descri...Andrea Rossato1-1/+1
2008-01-27ManageDocks: implement AvoidStruts as a layout modifierAndrea Rossato1-18/+12
2008-01-27ResizeScreen has been rewritten as a layout modifierAndrea Rossato1-35/+17
2008-01-27LayoutModifier add a modifyLayoutAndrea Rossato1-1/+4
2008-01-27Make LayoutCombinators deal with emptyLayoutAndrea Rossato1-0/+4
2008-01-27Add ResizeScreen, a layout modifier for modifing the screen geometryAndrea Rossato1-0/+81
2008-01-27WindowArranger can now arrange all windowsAndrea Rossato3-24/+32
2008-01-26Arossato: updated my config to recent changesAndrea Rossato1-16/+60
2008-01-26Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato2-5/+78
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