aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-17MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...Brent Yorgey1-14/+13
2008-03-16WindowGo.hs: improve descriptiongwern01-2/+6
2008-03-16Run.hs: improve haddockgwern01-25/+26
2008-03-16XSelection.hs: improved haddockf formatting, more links, & cpeditgwern01-50/+51
2008-03-16Search.hs: try to add a more descriptive typegwern01-2/+3
2008-03-16improve the formatting for WindowGo.hsgwern01-25/+25
2008-03-16Search.hs: haddock fmtgwern01-12/+12
2008-03-16Add XMonad.Actions.Promotexmonad1-0/+49
2008-03-16LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey1-15/+78
2008-03-16Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...Lukas Mai1-11/+19
2008-03-16Xmonad.Prompt.DirExec: fix haddock errorLukas Mai1-1/+1
2008-03-15EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKINGAlec Berryman1-0/+1
2008-03-11ScratchWorkspace: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11Scratchpad: update to work with runLayout changesBrent Yorgey1-5/+5
2008-03-11MagicFocus: update to work with runLayout changesBrent Yorgey1-3/+3
2008-03-11LayoutScreens: update to work with runLayout changesBrent Yorgey1-1/+1
2008-03-11Combo: update to work with runLayout changesBrent Yorgey1-7/+7
2008-03-11MultiToggle: fix to work with runLayout changes to coreBrent Yorgey1-5/+3
2008-02-23PerWorksapce: use a safer False as defaultAndrea Rossato1-2/+2
2008-02-22PerWorkspace: reimplemented using runLayoutAndrea Rossato1-73/+27
2008-02-23ToggleLayouts: reimplemented with runLayoutAndrea Rossato1-8/+6
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