aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prompt: haddock fixes onlyAndrea Rossato2008-02-161-24/+31
* Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp...Andrea Rossato2008-02-161-2/+2
* Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato2008-02-161-12/+6
* Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato2008-02-161-4/+1
* Shell: escape the string in the command line onlyAndrea Rossato2008-02-161-2/+3
* Prompt: add some methods to make completions more flexibleAndrea Rossato2008-02-162-24/+47
* Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato2008-02-161-2/+8
* Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato2008-02-161-2/+8
* Prompt: added nextCompletion and commandToComplete methods to fine tune promp...Andrea Rossato2008-02-161-21/+29
* Util.Themes: add ppThemeInfor to render the theme infoAndrea Rossato2008-02-161-0/+7
* DecorationMadness: resizable layouts now use MouseResize tooAndrea Rossato2008-02-121-46/+63
* SimpleFloat now uses MouseResizeAndrea Rossato2008-02-121-4/+5
* Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato2008-02-121-0/+119
* Decoration: remove mouse resize and moreAndrea Rossato2008-02-121-17/+15
* Decoration.hs: variable names consistency onlyAndrea Rossato2008-02-111-6/+6
* Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato2008-02-112-0/+2
* Decoration: DecorationStyle class cleanup and focus/drag unificationAndrea Rossato2008-02-111-16/+34
* Refactor XMonad.Hooks.DynamicLogRoman Cheplyaka2008-02-101-4/+15
* DecorationMadness: comment onlyAndrea Rossato2008-02-101-4/+3
* DecorationMadness: added a few floating layoutsAndrea Rossato2008-02-101-0/+81
* SimpleFloat: export SimpleFloat and add documentationAndrea Rossato2008-02-101-3/+8
* Move DefaultDecoration from DecorationMadness to DecorationAndrea Rossato2008-02-102-4/+4
* Themes: added robertTheme and donaldThemeAndrea Rossato2008-02-101-0/+37
* DecorationMadness: make tunable tabbed layouts respect the Theme decoHeight f...Andrea Rossato2008-02-101-4/+4
* ScreenResize: vertical and horizontal now respond to SetThemeAndrea Rossato2008-02-101-3/+8
* WindowGo.hs: fix syntax in exampleBrent Yorgey2008-02-091-1/+1
* +doc for WindowGo.hs: I've discovered a common usecase for me for raiseMaybegwern02008-02-051-1/+8
* Run.hs: add an option to runintermsgwern02008-02-053-7/+7
* Add DecorationMadness: a repository of weirdnessesAndrea Rossato2008-02-091-0/+527
* Decoration: change mouseEventHook to decoEventHook and moreAndrea Rossato2008-02-091-15/+18
* Tabbed: add simpleTabbed and fx documentationAndrea Rossato2008-02-091-3/+24
* Arossato: update to latest changesAndrea Rossato2008-02-081-12/+18
* Decoration: enable mouse dragging of windowsAndrea Rossato2008-02-081-5/+11
* WindowArranger: add a SetGeometry message - needed to enable mouseDragAndrea Rossato2008-02-081-1/+5
* Decoration: add a mouseEventHook methohd and move mouse button event thereAndrea Rossato2008-02-081-5/+12
* Util.Thems: some more typos in commentsAndrea Rossato2008-02-081-3/+3
* Util.Themes: documentation and export list (added themes that have been left ...Andrea Rossato2008-02-081-7/+29
* Prompt.Theme: comments and some point-freeAndrea Rossato2008-02-081-6/+6
* oxymor00nThemeits.sec2008-02-071-0/+21
* add swapScreen to CycleWSits.sec2008-02-061-0/+17
* Decoration: consistency of variable namesAndrea Rossato2008-02-071-30/+30
* Add Prompt.Theme: a prompt for dynamically applying a theme to the current wo...Andrea Rossato2008-02-071-0/+52
* Decoration: add a SetTheme message and releaseResourcesAndrea Rossato2008-02-071-10/+17
* Add Util.Themes to collect user contributed themesAndrea Rossato2008-02-071-0/+94
* SimpleFloat: comment onlyAndrea Rossato2008-02-071-1/+1
* Update to safer initColor apiDon Stewart2008-02-062-7/+9
* use Util.WorkspaceCompare in Prompt.Workspace.David Roundy2008-02-061-2/+3
* roll back to previous version of Droundy.hs.David Roundy2008-02-051-10/+10
* make WindowNavigation ignore decorations.David Roundy2008-02-051-7/+9
* make tabbed work nicely with LayoutCombinators and WindowNavigation.David Roundy2008-02-052-14/+23