| Commit message (Expand) | Author | Files | Lines |
2008-02-29 | Import of new DirExec module. | Juraj Hercek | 1 | -0/+90 |
2008-03-03 | Hooks.DynamicLog: export xmobarPP | Dmitry Kurochkin | 1 | -1/+1 |
2008-03-03 | Magnifier: fix behavior for windows on the bottom + right of the screen. Now... | Brent Yorgey | 1 | -7/+10 |
2008-03-01 | Changed semantics of UpdatePointer to move to nearest point | robreim | 1 | -13/+21 |
2008-03-01 | UpdatePointer XMonadContrib module | robreim | 1 | -0/+54 |
2008-03-03 | Util.Run: minor clarification in comment | gwern0 | 1 | -1/+1 |
2008-03-02 | Add XMonad.Actions.PerWorkspaceKeys | Roman Cheplyaka | 1 | -0/+50 |
2008-03-02 | Haddock fix: Changed URL-Markup | Dominik Bruhn | 2 | -2/+2 |
2008-03-01 | switch Droundy to smartBorders (which works better with ScratchWorkspace). | David Roundy | 1 | -3/+3 |
2008-03-01 | XMonad.Layout.Simplest: add FlexibleInstances pragma | Lukas Mai | 1 | -1/+1 |
2008-03-01 | XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile again | Lukas Mai | 1 | -9/+10 |
2008-02-29 | implement ScratchWorkspace. | David Roundy | 2 | -1/+84 |
2008-02-29 | in Prompt.Workspace sort by official workspace order. | David Roundy | 1 | -5/+7 |
2008-02-29 | simplify Simplest--allow it to apply to non-Windows. | David Roundy | 1 | -1/+1 |
2008-02-29 | XMonad.Actions.MouseGestures.mkCollect: generalize type | Lukas Mai | 1 | -3/+3 |
2008-02-29 | Add bottom-tabbed layout. | Roman Cheplyaka | 1 | -5/+29 |
2008-02-29 | XMonad.Actions.MouseGestures: refactoring, code simplification | Lukas Mai | 1 | -53/+51 |
2008-02-27 | EZConfig: additional documentation | Brent Yorgey | 1 | -3/+15 |
2008-02-27 | XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type... | Brent Yorgey | 1 | -2/+2 |
2008-02-26 | EZConfig: add an emacs-style keybinding parser! | Brent Yorgey | 1 | -8/+279 |
2008-02-26 | Xmonad.Actions.MouseGestures: generalize interface, allow hooks | Lukas Mai | 1 | -27/+40 |
2007-11-09 | update inactive debugging code in MouseGestures; no visible changes | Lukas Mai | 1 | -4/+9 |
2008-02-25 | Scratchpad terminal | Braden Shepherdson | 1 | -0/+81 |
2008-02-25 | Two new floating window ManageHooks. | Braden Shepherdson | 1 | -1/+17 |
2008-02-25 | Fix usage doc. | Roman Cheplyaka | 1 | -1/+5 |
2008-02-24 | Fix haddock hyperlink. | Roman Cheplyaka | 1 | -1/+1 |
2008-02-21 | Add XMonad.Layout.IM | Roman Cheplyaka | 1 | -0/+107 |
2008-02-21 | Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM) | Roman Cheplyaka | 1 | -1/+1 |
2008-02-20 | Decoration: some haddock updates | Andrea Rossato | 1 | -5/+2 |
2008-02-10 | Small refactoring. | Nils Anders Danielsson | 1 | -21/+35 |
2008-02-10 | Fixed off-by-one error which broke strut handling for some panels. | Nils Anders Danielsson | 1 | -4/+19 |
2008-02-20 | Decoration: fix an issue with decoration window creation and more | Andrea Rossato | 1 | -24/+16 |
2008-02-20 | DynamicLog.hs: haddock fix | Andrea Rossato | 1 | -1/+1 |
2008-02-19 | improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L... | Brent Yorgey | 2 | -63/+243 |
2008-02-19 | LayoutHints: fix a wrong fix | Andrea Rossato | 1 | -1/+1 |
2008-02-19 | Arossato: updated to latest changes | Andrea Rossato | 1 | -21/+6 |
2008-02-19 | Decoration: comment only | Andrea Rossato | 1 | -22/+123 |
2008-02-19 | Decoratione: generate rectangles first, and create windows accordingly | Andrea Rossato | 1 | -57/+71 |
2008-02-19 | Fix doc for Tabbed | Roman Cheplyaka | 1 | -1/+1 |
2008-02-18 | Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ... | Andrea Rossato | 2 | -2/+0 |
2008-02-18 | TabBarDecoration: simpleTabBar automatically applies resizeVertical | Andrea Rossato | 2 | -10/+20 |
2008-02-18 | DwmStyle: comment fix only | Andrea Rossato | 1 | -1/+1 |
2008-02-18 | ResizeScreen: add resizeHorizontalRight and resizeVerticalBottom | Andrea Rossato | 1 | -9/+18 |
2008-02-18 | Add TabBarDecoration, a layout modifier to add a bar of tabs to any layout | Andrea Rossato | 2 | -53/+100 |
2008-02-18 | add Eq superclass to DecorationStyle and change styles in order not to decora... | Andrea Rossato | 5 | -16/+25 |
2008-02-18 | Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,... | Andrea Rossato | 3 | -34/+69 |
2008-02-17 | Prompt: regenerate completion list if there's just one completion | Andrea Rossato | 1 | -6/+7 |
2008-02-17 | Prompt.Theme: use mkComplFunFromList' to generate completions | Andrea Rossato | 1 | -1/+1 |
2008-02-17 | some code formatting | Andrea Rossato | 2 | -10/+10 |
2008-02-16 | Prompt: comment only (clafiry completionToCommand uses) | Andrea Rossato | 1 | -5/+7 |