aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix haddock hyperlink.Roman Cheplyaka2008-02-241-1/+1
* Add XMonad.Layout.IMRoman Cheplyaka2008-02-211-0/+107
* Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)Roman Cheplyaka2008-02-211-1/+1
* Decoration: some haddock updatesAndrea Rossato2008-02-201-5/+2
* Small refactoring.Nils Anders Danielsson2008-02-101-21/+35
* Fixed off-by-one error which broke strut handling for some panels.Nils Anders Danielsson2008-02-101-4/+19
* Decoration: fix an issue with decoration window creation and moreAndrea Rossato2008-02-201-24/+16
* DynamicLog.hs: haddock fixAndrea Rossato2008-02-201-1/+1
* improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L...Brent Yorgey2008-02-192-63/+243
* LayoutHints: fix a wrong fixAndrea Rossato2008-02-191-1/+1
* 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