aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-11fix WorkspaceDir to work when there are multiple screens.David Roundy1-3/+7
2008-03-22fix various compilation errorsLukas Mai2-2/+2
2008-03-21XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai1-4/+8
2008-03-21allow magnifier to toggle whether it's activedaniel1-1/+3
2008-03-21a magnifier that defaults to not magnifying any windowsdaniel1-0/+5
2008-03-20XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentationLukas Mai1-7/+3
2008-03-20mark Mosaic as broken. use MosaicAltDon Stewart1-0/+2
2008-03-19add ewmhDesktopsLayout for EWMH interactionJoachim Breitner1-4/+58
2008-03-19Export HandleEvent type to be able to use it in type annotationsJoachim Breitner1-0/+1
2008-02-26I now use ServerModeAndrea Rossato1-1/+3
2008-02-25EventHook: handle events after the underlying layout and moreAndrea Rossato1-14/+14
2008-02-24Add Hooks.ServerMode: an event hook to execute commands sent by an external c...Andrea Rossato1-0/+103
2008-02-24Add EventHook: a layout modifier to handle X eventsAndrea Rossato1-0/+107
2008-03-17tabsDon Stewart1-2/+2
2008-03-18WindowProperties: fix documentationBrent Yorgey1-1/+1
2008-03-18Move window properties to a separate Util moduleRoman Cheplyaka2-22/+50
2008-03-17XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...Lukas Mai1-4/+2
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