aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* update contrib for applySizeHints changesLukas Mai2008-04-057-45/+20
* XMonad.Hooks.ManageDocks: haddock fixLukas Mai2008-04-051-2/+2
* MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragmaBrent Yorgey2008-04-041-1/+1
* Document _NET_ACTIVE_WINDOW behaviour more exactlyJoachim Breitner2008-04-041-1/+1
* UNDO: _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* onstartDon Stewart2008-04-031-1/+1
* some bang patternsDon Stewart2008-04-031-1/+1
* have 'dzen' use autoStruts to detect the gapsDon Stewart2008-04-031-3/+25
* Actions/Search.hs: add dictionary.com searchBrent Yorgey2008-04-021-10/+14
* _NET_ACTIVE_WINDOW moves windows if necessaryJoachim Breitner2008-04-021-2/+2
* HintedGrid: guesstimate window flexibility and layout rigid windows firstLukas Mai2008-04-021-3/+5
* HintedGrid: try both bottom-up/top-down window placement to minimize unused s...Lukas Mai2008-04-021-4/+9
* Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" modeLukas Mai2008-04-022-5/+2
* XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...Brent Yorgey2008-04-022-1/+153
* improve WindowGo.hs Haddock formattinggwern02008-04-011-15/+15
* forgot a haddock for getEditor in Shell.hsgwern02008-04-011-0/+1
* WindowGo.hs: +raiseBrowser, raiseEditorgwern02008-04-011-5/+25
* RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classnamegwern02008-04-011-14/+14
* Search.hs: remove an argument from selectSearch and promptSearchgwern02008-04-011-43/+57
* Shell.hs: +getBrowser, getEditor, helper functiongwern02008-04-011-0/+19
* XMonad.Layout.HintedGrid: initial importLukas Mai2008-04-021-0/+117
* Documentation improvement.Roman Cheplyaka2008-04-011-2/+4
* Remove broken link to screenshot.Roman Cheplyaka2008-03-311-4/+1
* MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in...Brent Yorgey2008-03-312-25/+66
* XMonad.Actions.CycleRecentWS: initial importMichal Janeczek2008-03-311-0/+85
* XMonad.Hooks.ManageDocks: export checkDocLukas Mai2008-03-311-2/+2
* XMonad.Layout.Grid: fix indentationLukas Mai2008-03-301-20/+20
* move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...Brent Yorgey2008-03-313-25/+31
* ManageDocks: clean up + add more documentationBrent Yorgey2008-03-311-21/+23
* Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for...Brent Yorgey2008-03-283-2/+5
* ManageDocks: add avoidStrutsOn, for covering some docks and not others by def...Brent Yorgey2008-03-271-2/+17
* ManageDocks: add ability to toggle individual gaps independentlyBrent Yorgey2008-03-271-17/+39
* PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou...Brent Yorgey2008-03-261-6/+33
* Haddock fixRoman Cheplyaka2008-03-301-1/+1
* Remove stale status gaps codeSpencer Janssen2008-03-303-7/+5
* Fix haddock errorSpencer Janssen2008-03-291-1/+1
* XMonad.Layout.MultiToggle: let runLayout modify the base layout if no transfo...Lukas Mai2008-03-281-1/+5
* Spiral: add documentationBrent Yorgey2008-03-281-3/+11
* corrected version of make workspaceDir work even in workspaces with no windows.David Roundy2008-03-271-4/+4
* cleanup in Tabbed (make 'loc' be actual location).David Roundy2008-03-261-3/+3
* UNDO: make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* clean up Config.Droundy.David Roundy2008-03-271-36/+27
* make workspaceDir work even in workspaces with no windows.David Roundy2008-03-261-3/+3
* ManageDocks: add warning about making sure gaps are set to zero before switch...Brent Yorgey2008-03-271-1/+7
* update documentation in XMonad/Doc in preparation for 0.7 releaseBrent Yorgey2008-03-264-54/+165
* XMonad.Hooks.ManageHelpers: reformattingLukas Mai2008-03-261-21/+23
* XMonad.Layout.NoBorders: fix floating fullscreen logicLukas Mai2008-03-261-1/+1
* UpdatePointer: Make pointer position configurable.xmonad2008-03-261-9/+28
* Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2008-03-262-2/+2
* my current configDon Stewart2008-03-261-6/+10