aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-052-14/+23
* make WindowNavigation work when windows are stacked.David Roundy2008-02-051-1/+1
* XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ...gwern02008-02-041-0/+75
* enable proper handling of panels in droundy config.David Roundy2008-02-041-0/+3
* enable button click for focus in tabbed.David Roundy2008-02-041-0/+8
* in Decoration, remove windows that are precisely hidden underneath other wind...David Roundy2008-02-041-3/+8
* switch tabbed back to using Simplest (so tabs will be shown).David Roundy2008-02-041-2/+3
* CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey2008-02-011-1/+1
* REMOVE RotView: use CycleWS instead.Brent Yorgey2008-02-014-76/+11
* CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey2008-02-012-26/+169
* WorkspaceCompare: some refactoring.Brent Yorgey2008-02-013-26/+51
* Search.hs: haddock cleanupBrent Yorgey2008-01-311-35/+32
* Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas2008-01-311-1/+47
* Make LayoutHints a decoration aware layout modifierAndrea Rossato2008-01-312-5/+9
* Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato2008-01-312-79/+65
* Extending.hs: documentation updateBrent Yorgey2008-01-312-13/+16
* DynamicLog: lots of additional documentation; add byorgeyPP as an example dze...Brent Yorgey2008-01-301-32/+99
* Extended PP with sorting algorithm specification and added xinerama sortingJuraj Hercek2008-01-092-7/+37
* SimpleDecoration: export defaultThemeAndrea Rossato2008-01-301-0/+1
* Various decorations related updatesSpencer Janssen2008-01-308-188/+97
* TwoPane: add description stringJoachim Fasting2008-01-261-0/+1
* add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka2008-01-161-0/+51
* Search.hs: add documentation and two more search engines (MathWorld and Googl...Brent Yorgey2008-01-281-23/+52
* LayoutCombinator class: code clean upAndrea Rossato2008-01-292-15/+12
* Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...Andrea Rossato2008-01-292-93/+109
* Named: reimplemented as a LayoutModifier and updated Config.Droundy accordinglyAndrea Rossato2008-01-282-21/+17
* LayoutModifier: add modifyDescription for completely override the modified la...Andrea Rossato2008-01-281-3/+5
* Make ToggleLayouts and Named implement emptyLayoutAndrea Rossato2008-01-282-0/+7
* Decoration: the fontset must be released even when we don't decorate the firs...Andrea Rossato2008-01-281-1/+3
* Decoration: I forgot we need to release the fontset too!Andrea Rossato2008-01-281-1/+2
* Decoration: after deleting the windows we must update the layout modifierAndrea Rossato2008-01-281-1/+2
* Reflect: reimplemented as a layout modifier (which makes it compatible with w...Andrea Rossato2008-01-271-15/+11
* SimpleFLoat: change the description to Float (Simple is the decoration descri...Andrea Rossato2008-01-271-1/+1
* ManageDocks: implement AvoidStruts as a layout modifierAndrea Rossato2008-01-271-18/+12
* ResizeScreen has been rewritten as a layout modifierAndrea Rossato2008-01-271-35/+17
* LayoutModifier add a modifyLayoutAndrea Rossato2008-01-271-1/+4
* Make LayoutCombinators deal with emptyLayoutAndrea Rossato2008-01-271-0/+4
* Add ResizeScreen, a layout modifier for modifing the screen geometryAndrea Rossato2008-01-271-0/+81
* WindowArranger can now arrange all windowsAndrea Rossato2008-01-273-24/+32
* Arossato: updated my config to recent changesAndrea Rossato2008-01-261-16/+60
* Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato2008-01-262-5/+78
* WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)Andrea Rossato2008-01-261-0/+1
* ShowWName: show the name of empty layouts tooAndrea Rossato2008-01-261-3/+8
* ManageDocks: add emptyLayout definition for supporting the new decoration fra...Andrea Rossato2008-01-261-0/+3
* Decoration: code formatting onlyAndrea Rossato2008-01-261-15/+12
* export DeConfig to avoid importing DecorationAndrea Rossato2008-01-262-0/+2
* Prompt: code formatting onlyAndrea Rossato2008-01-261-29/+28
* Don't export TConf anymore and export DeConfig insteadAndrea Rossato2008-01-263-14/+15
* Tabbed now uses DecorationAndrea Rossato2008-01-251-183/+80
* Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...Andrea Rossato2008-01-251-0/+69