aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* use ewmhDesktopsLayout in Droundy.David Roundy2008-03-221-2/+4
* 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