aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-29in Prompt.Workspace sort by official workspace order.David Roundy1-5/+7
2008-02-29simplify Simplest--allow it to apply to non-Windows.David Roundy1-1/+1
2008-02-29XMonad.Actions.MouseGestures.mkCollect: generalize typeLukas Mai1-3/+3
2008-02-29Add bottom-tabbed layout.Roman Cheplyaka1-5/+29
2008-02-29XMonad.Actions.MouseGestures: refactoring, code simplificationLukas Mai1-53/+51
2008-02-27EZConfig: additional documentationBrent Yorgey1-3/+15
2008-02-27XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type...Brent Yorgey1-2/+2
2008-02-26EZConfig: add an emacs-style keybinding parser!Brent Yorgey1-8/+279
2008-02-26Xmonad.Actions.MouseGestures: generalize interface, allow hooksLukas Mai1-27/+40
2007-11-09update inactive debugging code in MouseGestures; no visible changesLukas Mai1-4/+9
2008-02-25Scratchpad terminalBraden Shepherdson1-0/+81
2008-02-25Two new floating window ManageHooks.Braden Shepherdson1-1/+17
2008-02-25Fix usage doc.Roman Cheplyaka1-1/+5
2008-02-24Fix haddock hyperlink.Roman Cheplyaka1-1/+1
2008-02-21Add XMonad.Layout.IMRoman Cheplyaka1-0/+107
2008-02-21Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)Roman Cheplyaka1-1/+1
2008-02-20Decoration: some haddock updatesAndrea Rossato1-5/+2
2008-02-10Small refactoring.Nils Anders Danielsson1-21/+35
2008-02-10Fixed off-by-one error which broke strut handling for some panels.Nils Anders Danielsson1-4/+19
2008-02-20Decoration: fix an issue with decoration window creation and moreAndrea Rossato1-24/+16
2008-02-20DynamicLog.hs: haddock fixAndrea Rossato1-1/+1
2008-02-19improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L...Brent Yorgey2-63/+243
2008-02-19LayoutHints: fix a wrong fixAndrea Rossato1-1/+1
2008-02-19Arossato: updated to latest changesAndrea Rossato1-21/+6
2008-02-19Decoration: comment onlyAndrea Rossato1-22/+123
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