aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Arossato: updated to latest changesAndrea Rossato2008-02-191-21/+6
* Decoration: comment onlyAndrea Rossato2008-02-191-22/+123
* Decoratione: generate rectangles first, and create windows accordinglyAndrea Rossato2008-02-191-57/+71
* Fix doc for TabbedRoman Cheplyaka2008-02-191-1/+1
* Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2008-02-182-2/+0
* TabBarDecoration: simpleTabBar automatically applies resizeVerticalAndrea Rossato2008-02-182-10/+20
* DwmStyle: comment fix onlyAndrea Rossato2008-02-181-1/+1
* ResizeScreen: add resizeHorizontalRight and resizeVerticalBottomAndrea Rossato2008-02-181-9/+18
* Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato2008-02-182-53/+100
* add Eq superclass to DecorationStyle and change styles in order not to decora...Andrea Rossato2008-02-185-16/+25
* Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato2008-02-183-34/+69
* Prompt: regenerate completion list if there's just one completionAndrea Rossato2008-02-171-6/+7
* Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato2008-02-171-1/+1
* some code formattingAndrea Rossato2008-02-172-10/+10
* Prompt: comment only (clafiry completionToCommand uses)Andrea Rossato2008-02-161-5/+7
* Prompt: comment only (remove confusing remarks about commandToComplete)Andrea Rossato2008-02-161-4/+2
* 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