aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* cut Anneal and Mosaic.David Roundy2008-03-223-590/+0
* fix WorkspaceDir to work when there are multiple screens.David Roundy2008-03-111-3/+7
* fix various compilation errorsLukas Mai2008-03-222-2/+2
* XMonad.Layout.NoBorders: first attempt at documenting smartBordersLukas Mai2008-03-211-4/+8
* allow magnifier to toggle whether it's activedaniel2008-03-211-1/+3
* a magnifier that defaults to not magnifying any windowsdaniel2008-03-211-0/+5
* XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentationLukas Mai2008-03-201-7/+3
* mark Mosaic as broken. use MosaicAltDon Stewart2008-03-201-0/+2
* add ewmhDesktopsLayout for EWMH interactionJoachim Breitner2008-03-191-4/+58
* Export HandleEvent type to be able to use it in type annotationsJoachim Breitner2008-03-191-0/+1
* I now use ServerModeAndrea Rossato2008-02-261-1/+3
* EventHook: handle events after the underlying layout and moreAndrea Rossato2008-02-251-14/+14
* Add Hooks.ServerMode: an event hook to execute commands sent by an external c...Andrea Rossato2008-02-241-0/+103
* Add EventHook: a layout modifier to handle X eventsAndrea Rossato2008-02-241-0/+107
* tabsDon Stewart2008-03-171-2/+2
* WindowProperties: fix documentationBrent Yorgey2008-03-181-1/+1
* Move window properties to a separate Util moduleRoman Cheplyaka2008-03-182-22/+50
* XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...Lukas Mai2008-03-171-4/+2
* MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...Brent Yorgey2008-03-171-14/+13
* WindowGo.hs: improve descriptiongwern02008-03-161-2/+6
* Run.hs: improve haddockgwern02008-03-161-25/+26
* XSelection.hs: improved haddockf formatting, more links, & cpeditgwern02008-03-161-50/+51
* Search.hs: try to add a more descriptive typegwern02008-03-161-2/+3
* improve the formatting for WindowGo.hsgwern02008-03-161-25/+25
* Search.hs: haddock fmtgwern02008-03-161-12/+12
* Add XMonad.Actions.Promotexmonad2008-03-161-0/+49
* LayoutCombinators: improve documentation (closes ticket #136)Brent Yorgey2008-03-161-15/+78
* Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...Lukas Mai2008-03-161-11/+19
* Xmonad.Prompt.DirExec: fix haddock errorLukas Mai2008-03-161-1/+1
* EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKINGAlec Berryman2008-03-151-0/+1
* ScratchWorkspace: update to work with runLayout changesBrent Yorgey2008-03-111-1/+1
* Scratchpad: update to work with runLayout changesBrent Yorgey2008-03-111-5/+5
* MagicFocus: update to work with runLayout changesBrent Yorgey2008-03-111-3/+3
* LayoutScreens: update to work with runLayout changesBrent Yorgey2008-03-111-1/+1
* Combo: update to work with runLayout changesBrent Yorgey2008-03-111-7/+7
* MultiToggle: fix to work with runLayout changes to coreBrent Yorgey2008-03-111-5/+3
* PerWorksapce: use a safer False as defaultAndrea Rossato2008-02-231-2/+2
* PerWorkspace: reimplemented using runLayoutAndrea Rossato2008-02-221-73/+27
* ToggleLayouts: reimplemented with runLayoutAndrea Rossato2008-02-231-8/+6
* LayoutCombinators: NewSelect reimplemented with runLayoutAndrea Rossato2008-02-231-8/+6
* LayoutModifier: reimplement ModifiedLayout using runLayout and moreAndrea Rossato2008-02-233-20/+16
* Combo: updated to latest runLayout changesAndrea Rossato2008-02-221-3/+3
* EZConfig: add documentation and a warning, so no one repeats my silly hard-to...Brent Yorgey2008-03-111-1/+12
* Fix to work with "floats always use current screen" patchrobreim2008-03-081-1/+1
* make smartBorders ignore screens with no dimensions.David Roundy2008-03-081-1/+3
* rewrite ScratchWorkspace to make scratch always visible, but not always on sc...David Roundy2008-03-082-57/+74
* add HiddenNonEmptyWS to CycleWS to avoid workspaces already visible.David Roundy2008-03-082-2/+5
* Fix ThreeColumns doc.Roman Cheplyaka2008-03-071-3/+1
* Shell: add support for UTF-8 localesAndrea Rossato2008-03-021-5/+5
* Font and XUtils: add UTF-8 support and various fixes related to XFTAndrea Rossato2008-03-025-162/+235