aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-05+doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybegwern01-1/+8
2008-02-05Run.hs: add an option to runintermsgwern03-7/+7
2008-02-09Add DecorationMadness: a repository of weirdnessesAndrea Rossato1-0/+527
2008-02-09Decoration: change mouseEventHook to decoEventHook and moreAndrea Rossato1-15/+18
2008-02-09Tabbed: add simpleTabbed and fx documentationAndrea Rossato1-3/+24
2008-02-08Arossato: update to latest changesAndrea Rossato1-12/+18
2008-02-08Decoration: enable mouse dragging of windowsAndrea Rossato1-5/+11
2008-02-08WindowArranger: add a SetGeometry message - needed to enable mouseDragAndrea Rossato1-1/+5
2008-02-08Decoration: add a mouseEventHook methohd and move mouse button event thereAndrea Rossato1-5/+12
2008-02-08Util.Thems: some more typos in commentsAndrea Rossato1-3/+3
2008-02-08Util.Themes: documentation and export list (added themes that have been left ...Andrea Rossato1-7/+29
2008-02-08Prompt.Theme: comments and some point-freeAndrea Rossato1-6/+6
2008-02-07oxymor00nThemeits.sec1-0/+21
2008-02-06add swapScreen to CycleWSits.sec1-0/+17
2008-02-07Decoration: consistency of variable namesAndrea Rossato1-30/+30
2008-02-07Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato1-0/+52
2008-02-07Decoration: add a SetTheme message and releaseResourcesAndrea Rossato1-10/+17
2008-02-07Add Util.Themes to collect user contributed themesAndrea Rossato1-0/+94
2008-02-07SimpleFloat: comment onlyAndrea Rossato1-1/+1
2008-02-06Update to safer initColor apiDon Stewart2-7/+9
2008-02-06use Util.WorkspaceCompare in Prompt.Workspace.David Roundy1-2/+3
2008-02-05roll back to previous version of Droundy.hs.David Roundy1-10/+10
2008-02-05make WindowNavigation ignore decorations.David Roundy1-7/+9
2008-02-05make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2-14/+23
2008-02-05make WindowNavigation work when windows are stacked.David Roundy1-1/+1
2008-02-04 XMonad.Actions.WindowGo: add a runOrRaise module for Joseph Garvin with the ...gwern01-0/+75
2008-02-04enable proper handling of panels in droundy config.David Roundy1-0/+3
2008-02-04enable button click for focus in tabbed.David Roundy1-0/+8
2008-02-04in Decoration, remove windows that are precisely hidden underneath other wind...David Roundy1-3/+8
2008-02-04switch tabbed back to using Simplest (so tabs will be shown).David Roundy1-2/+3
2008-02-01CycleWS: change example binding for toggleWS from mod-t to mod-z. example bi...Brent Yorgey1-1/+1
2008-02-01REMOVE RotView: use CycleWS instead.Brent Yorgey4-76/+11
2008-02-01CycleWS: add more general functionality that now subsumes the functionality o...Brent Yorgey2-26/+169
2008-02-01WorkspaceCompare: some refactoring.Brent Yorgey3-26/+51
2008-01-31Search.hs: haddock cleanupBrent Yorgey1-35/+32
2008-01-31Added a handy tip to the documentation of XMonad.Actions.Searchv.dijk.bas1-1/+47
2008-01-31Make LayoutHints a decoration aware layout modifierAndrea Rossato2-5/+9
2008-01-31Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool stateAndrea Rossato2-79/+65
2008-01-31Extending.hs: documentation updateBrent Yorgey2-13/+16
2008-01-30DynamicLog: lots of additional documentation; add byorgeyPP as an example dze...Brent Yorgey1-32/+99
2008-01-09Extended PP with sorting algorithm specification and added xinerama sortingJuraj Hercek2-7/+37
2008-01-30SimpleDecoration: export defaultThemeAndrea Rossato1-0/+1
2008-01-30Various decorations related updatesSpencer Janssen8-188/+97
2008-01-26TwoPane: add description stringJoachim Fasting1-0/+1
2008-01-16add XMonad.Actions.CycleSelectedLayoutsRoman Cheplyaka1-0/+51
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