aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* I don't use DwmStyleSpencer Janssen2008-03-251-2/+1
* fix bug in TabBarDecoration leading to gaps in corner.David Roundy2008-03-251-5/+4
* fix bug leading to gaps in tabs at the corner of the screen.David Roundy2008-03-251-11/+7
* XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey2008-03-251-10/+205
* XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ...Brent Yorgey2008-03-251-2/+2
* XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai2008-03-252-17/+33
* XMonad.Actions.Commands: documentation fixBrent Yorgey2008-03-251-4/+4
* focusedHasPropertyredbeard05312008-03-251-1/+11
* XMonad.Util.Themes: improve documentation to make it clear that themes only a...Brent Yorgey2008-03-241-8/+12
* Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMon...Brent Yorgey2008-03-241-2/+1
* XMonad.Actions.Search: add Google Maps searchBrent Yorgey2008-03-241-1/+5
* XMonad.Layout.Magnifier: add documentationBrent Yorgey2008-03-241-0/+12
* wfarrThemewcfarrington2008-03-241-0/+18
* added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2008-03-232-0/+78
* XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai2008-03-222-6/+2