aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* in Prompt.Workspace sort by official workspace order.David Roundy2008-02-291-5/+7
* simplify Simplest--allow it to apply to non-Windows.David Roundy2008-02-291-1/+1
* XMonad.Actions.MouseGestures.mkCollect: generalize typeLukas Mai2008-02-291-3/+3
* Add bottom-tabbed layout.Roman Cheplyaka2008-02-291-5/+29
* XMonad.Actions.MouseGestures: refactoring, code simplificationLukas Mai2008-02-291-53/+51
* EZConfig: additional documentationBrent Yorgey2008-02-271-3/+15
* XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type...Brent Yorgey2008-02-271-2/+2
* EZConfig: add an emacs-style keybinding parser!Brent Yorgey2008-02-261-8/+279
* Xmonad.Actions.MouseGestures: generalize interface, allow hooksLukas Mai2008-02-261-27/+40
* update inactive debugging code in MouseGestures; no visible changesLukas Mai2007-11-091-4/+9
* Scratchpad terminalBraden Shepherdson2008-02-251-0/+81
* Two new floating window ManageHooks.Braden Shepherdson2008-02-251-1/+17
* Fix usage doc.Roman Cheplyaka2008-02-251-1/+5
* 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