aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-19Decoratione: generate rectangles first, and create windows accordinglyAndrea Rossato1-57/+71
2008-02-19Fix doc for TabbedRoman Cheplyaka1-1/+1
2008-02-18Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...Andrea Rossato2-2/+0
2008-02-18TabBarDecoration: simpleTabBar automatically applies resizeVerticalAndrea Rossato2-10/+20
2008-02-18DwmStyle: comment fix onlyAndrea Rossato1-1/+1
2008-02-18ResizeScreen: add resizeHorizontalRight and resizeVerticalBottomAndrea Rossato1-9/+18
2008-02-18Add TabBarDecoration, a layout modifier to add a bar of tabs to any layoutAndrea Rossato2-53/+100
2008-02-18add Eq superclass to DecorationStyle and change styles in order not to decora...Andrea Rossato5-16/+25
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato3-34/+69
2008-02-17Prompt: regenerate completion list if there's just one completionAndrea Rossato1-6/+7
2008-02-17Prompt.Theme: use mkComplFunFromList' to generate completionsAndrea Rossato1-1/+1
2008-02-17some code formattingAndrea Rossato2-10/+10
2008-02-16Prompt: comment only (clafiry completionToCommand uses)Andrea Rossato1-5/+7
2008-02-16Prompt: comment only (remove confusing remarks about commandToComplete)Andrea Rossato1-4/+2
2008-02-16Prompt: haddock fixes onlyAndrea Rossato1-24/+31
2008-02-16Prompt.XMonad: use mkComplFunFromList' to get all the completions with an emp...Andrea Rossato1-2/+2
2008-02-16Prompt.Window: remove unneeded and ugly escaping/unescapingAndrea Rossato1-12/+6
2008-02-16Theme: move theme's nextCompletion implementation to Prompt.getNextCompletionAndrea Rossato1-4/+1
2008-02-16Shell: escape the string in the command line onlyAndrea Rossato1-2/+3
2008-02-16Prompt: add some methods to make completions more flexibleAndrea Rossato2-24/+47
2008-02-16Prompt.Theme: display all theme information and handle completion accordinglyAndrea Rossato1-2/+8
2008-02-16Prompt.Shell: if there's just one completion and it is a directory add a trai...Andrea Rossato1-2/+8
2008-02-16Prompt: added nextCompletion and commandToComplete methods to fine tune promp...Andrea Rossato1-21/+29
2008-02-16Util.Themes: add ppThemeInfor to render the theme infoAndrea Rossato1-0/+7
2008-02-12DecorationMadness: resizable layouts now use MouseResize tooAndrea Rossato1-46/+63
2008-02-12SimpleFloat now uses MouseResizeAndrea Rossato1-4/+5
2008-02-12Add Actions.MouseResize: a layout modifier to resize windows with the mouseAndrea Rossato1-0/+119
2008-02-12Decoration: remove mouse resize and moreAndrea Rossato1-17/+15
2008-02-11Decoration.hs: variable names consistency onlyAndrea Rossato1-6/+6
2008-02-11Tabbed and SimpleTabbed (in DecorationMadness) define their own decorationMou...Andrea Rossato2-0/+2
2008-02-11Decoration: DecorationStyle class cleanup and focus/drag unificationAndrea Rossato1-16/+34
2008-02-10Refactor XMonad.Hooks.DynamicLogRoman Cheplyaka1-4/+15
2008-02-10DecorationMadness: comment onlyAndrea Rossato1-4/+3
2008-02-10DecorationMadness: added a few floating layoutsAndrea Rossato1-0/+81
2008-02-10SimpleFloat: export SimpleFloat and add documentationAndrea Rossato1-3/+8
2008-02-10Move DefaultDecoration from DecorationMadness to DecorationAndrea Rossato2-4/+4
2008-02-10Themes: added robertTheme and donaldThemeAndrea Rossato1-0/+37
2008-02-10DecorationMadness: make tunable tabbed layouts respect the Theme decoHeight f...Andrea Rossato1-4/+4
2008-02-10ScreenResize: vertical and horizontal now respond to SetThemeAndrea Rossato1-3/+8
2008-02-09WindowGo.hs: fix syntax in exampleBrent Yorgey1-1/+1
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