aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-23LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato1-8/+6
2008-02-23LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato3-20/+16
2008-02-22Combo: updated to latest runLayout changesAndrea Rossato1-3/+3
2008-03-11EZConfig: add documentation and a warning, so no one repeats my silly hard-to...Brent Yorgey1-1/+12
2008-03-08Fix to work with "floats always use current screen" patchrobreim1-1/+1
2008-03-08make smartBorders ignore screens with no dimensions.David Roundy1-1/+3
2008-03-08rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy2-57/+74
2008-03-08add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2-2/+5
2008-03-07Fix ThreeColumns doc.Roman Cheplyaka1-3/+1
2008-03-02Shell: add support for UTF-8 localesAndrea Rossato1-5/+5
2008-03-02Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato5-162/+235
2008-02-29Ssh: coding styleAndrea Rossato1-5/+5
2008-02-29Ssh: complete known hosts with non standard ports tooAndrea Rossato1-2/+12
2008-03-06Fix xmonadPromptC and use it.nicolas.pouillard1-3/+6
2008-03-06Documentation typo about UpdatePointer.nicolas.pouillard1-1/+1
2008-03-05Fix ToggleOff: It was adding 0.1 to the magnification.Braden Shepherdson1-1/+1
2008-03-05Removed WmiiActions module.Juraj Hercek1-106/+0
2008-03-01Adjusted signature of DirExec module functions.Juraj Hercek1-12/+24
2008-02-29Import of new DirExec module.Juraj Hercek1-0/+90
2008-03-03Hooks.DynamicLog: export xmobarPPDmitry Kurochkin1-1/+1
2008-03-03Magnifier: fix behavior for windows on the bottom + right of the screen. Now...Brent Yorgey1-7/+10
2008-03-01Changed semantics of UpdatePointer to move to nearest pointrobreim1-13/+21
2008-03-01UpdatePointer XMonadContrib modulerobreim1-0/+54
2008-03-03Util.Run: minor clarification in commentgwern01-1/+1
2008-03-02Add XMonad.Actions.PerWorkspaceKeysRoman Cheplyaka1-0/+50
2008-03-02Haddock fix: Changed URL-MarkupDominik Bruhn2-2/+2
2008-03-01switch Droundy to smartBorders (which works better with ScratchWorkspace).David Roundy1-3/+3
2008-03-01XMonad.Layout.Simplest: add FlexibleInstances pragmaLukas Mai1-1/+1
2008-03-01XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile againLukas Mai1-9/+10
2008-02-29implement ScratchWorkspace.David Roundy2-1/+84
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