| Commit message (Expand) | Author | Age | Files | Lines |
* | LayoutScreens: update to work with runLayout changes | Brent Yorgey | 2008-03-11 | 1 | -1/+1 |
* | Combo: update to work with runLayout changes | Brent Yorgey | 2008-03-11 | 1 | -7/+7 |
* | MultiToggle: fix to work with runLayout changes to core | Brent Yorgey | 2008-03-11 | 1 | -5/+3 |
* | PerWorksapce: use a safer False as default | Andrea Rossato | 2008-02-23 | 1 | -2/+2 |
* | PerWorkspace: reimplemented using runLayout | Andrea Rossato | 2008-02-22 | 1 | -73/+27 |
* | ToggleLayouts: reimplemented with runLayout | Andrea Rossato | 2008-02-23 | 1 | -8/+6 |
* | LayoutCombinators: NewSelect reimplemented with runLayout | Andrea Rossato | 2008-02-23 | 1 | -8/+6 |
* | LayoutModifier: reimplement ModifiedLayout using runLayout and more | Andrea Rossato | 2008-02-23 | 3 | -20/+16 |
* | Combo: updated to latest runLayout changes | Andrea Rossato | 2008-02-22 | 1 | -3/+3 |
* | EZConfig: add documentation and a warning, so no one repeats my silly hard-to... | Brent Yorgey | 2008-03-11 | 1 | -1/+12 |
* | Fix to work with "floats always use current screen" patch | robreim | 2008-03-08 | 1 | -1/+1 |
* | make smartBorders ignore screens with no dimensions. | David Roundy | 2008-03-08 | 1 | -1/+3 |
* | rewrite ScratchWorkspace to make scratch always visible, but not always on sc... | David Roundy | 2008-03-08 | 2 | -57/+74 |
* | add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible. | David Roundy | 2008-03-08 | 2 | -2/+5 |
* | Fix ThreeColumns doc. | Roman Cheplyaka | 2008-03-07 | 1 | -3/+1 |
* | Shell: add support for UTF-8 locales | Andrea Rossato | 2008-03-02 | 1 | -5/+5 |
* | Font and XUtils: add UTF-8 support and various fixes related to XFT | Andrea Rossato | 2008-03-02 | 5 | -162/+235 |
* | Ssh: coding style | Andrea Rossato | 2008-02-29 | 1 | -5/+5 |
* | Ssh: complete known hosts with non standard ports too | Andrea Rossato | 2008-02-29 | 1 | -2/+12 |
* | Fix xmonadPromptC and use it. | nicolas.pouillard | 2008-03-06 | 1 | -3/+6 |
* | Documentation typo about UpdatePointer. | nicolas.pouillard | 2008-03-06 | 1 | -1/+1 |
* | Fix ToggleOff: It was adding 0.1 to the magnification. | Braden Shepherdson | 2008-03-05 | 1 | -1/+1 |
* | Removed WmiiActions module. | Juraj Hercek | 2008-03-05 | 1 | -106/+0 |
* | Adjusted signature of DirExec module functions. | Juraj Hercek | 2008-03-01 | 1 | -12/+24 |
* | Import of new DirExec module. | Juraj Hercek | 2008-02-29 | 1 | -0/+90 |
* | Hooks.DynamicLog: export xmobarPP | Dmitry Kurochkin | 2008-03-03 | 1 | -1/+1 |
* | Magnifier: fix behavior for windows on the bottom + right of the screen. Now... | Brent Yorgey | 2008-03-03 | 1 | -7/+10 |
* | Changed semantics of UpdatePointer to move to nearest point | robreim | 2008-03-01 | 1 | -13/+21 |
* | UpdatePointer XMonadContrib module | robreim | 2008-03-01 | 1 | -0/+54 |
* | Util.Run: minor clarification in comment | gwern0 | 2008-03-03 | 1 | -1/+1 |
* | Add XMonad.Actions.PerWorkspaceKeys | Roman Cheplyaka | 2008-03-02 | 1 | -0/+50 |
* | Haddock fix: Changed URL-Markup | Dominik Bruhn | 2008-03-02 | 2 | -2/+2 |
* | switch Droundy to smartBorders (which works better with ScratchWorkspace). | David Roundy | 2008-03-01 | 1 | -3/+3 |
* | XMonad.Layout.Simplest: add FlexibleInstances pragma | Lukas Mai | 2008-03-01 | 1 | -1/+1 |
* | XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile again | Lukas Mai | 2008-03-01 | 1 | -9/+10 |
* | implement ScratchWorkspace. | David Roundy | 2008-02-29 | 2 | -1/+84 |
* | in Prompt.Workspace sort by official workspace order. | David Roundy | 2008-02-29 | 1 | -5/+7 |
* | simplify Simplest--allow it to apply to non-Windows. | David Roundy | 2008-02-29 | 1 | -1/+1 |
* | XMonad.Actions.MouseGestures.mkCollect: generalize type | Lukas Mai | 2008-02-29 | 1 | -3/+3 |
* | Add bottom-tabbed layout. | Roman Cheplyaka | 2008-02-29 | 1 | -5/+29 |
* | XMonad.Actions.MouseGestures: refactoring, code simplification | Lukas Mai | 2008-02-29 | 1 | -53/+51 |
* | EZConfig: additional documentation | Brent Yorgey | 2008-02-27 | 1 | -3/+15 |
* | XMonad.Util.Scratchpad: change 'XConfig Layout' to 'XConfig l', to avoid type... | Brent Yorgey | 2008-02-27 | 1 | -2/+2 |
* | EZConfig: add an emacs-style keybinding parser! | Brent Yorgey | 2008-02-26 | 1 | -8/+279 |
* | Xmonad.Actions.MouseGestures: generalize interface, allow hooks | Lukas Mai | 2008-02-26 | 1 | -27/+40 |
* | update inactive debugging code in MouseGestures; no visible changes | Lukas Mai | 2007-11-09 | 1 | -4/+9 |
* | Scratchpad terminal | Braden Shepherdson | 2008-02-25 | 1 | -0/+81 |
* | Two new floating window ManageHooks. | Braden Shepherdson | 2008-02-25 | 1 | -1/+17 |
* | Fix usage doc. | Roman Cheplyaka | 2008-02-25 | 1 | -1/+5 |
* | Fix haddock hyperlink. | Roman Cheplyaka | 2008-02-24 | 1 | -1/+1 |