aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-26UpdatePointer: Make pointer position configurable.xmonad1-9/+28
2008-03-26Fix bugs in Tabbed and TabBarDecoration -- please remember multi-head!Spencer Janssen2-2/+2
2008-03-26my current configDon Stewart1-6/+10
2008-03-25I don't use DwmStyleSpencer Janssen1-2/+1
2008-03-25fix bug in TabBarDecoration leading to gaps in corner.David Roundy1-5/+4
2008-03-25fix bug leading to gaps in tabs at the corner of the screen.David Roundy1-11/+7
2008-03-25XMonad.Layout.LayoutModifier: add a metric crapload of documentationBrent Yorgey1-10/+205
2008-03-25XMonad.Layout.Reflect: update documentation to reflect (haha) recent updates ...Brent Yorgey1-2/+2
2008-03-25XMonad.Layout.HintedTile: make alignment of shrunk windows configurableLukas Mai2-17/+33
2008-03-25XMonad.Actions.Commands: documentation fixBrent Yorgey1-4/+4
2008-03-25focusedHasPropertyredbeard05311-1/+11
2008-03-24XMonad.Util.Themes: improve documentation to make it clear that themes only a...Brent Yorgey1-8/+12
2008-03-24Doc/Extending: remove references to "XMonad.Layouts" -- it's now called "XMon...Brent Yorgey1-2/+1
2008-03-24XMonad.Actions.Search: add Google Maps searchBrent Yorgey1-1/+5
2008-03-24XMonad.Layout.Magnifier: add documentationBrent Yorgey1-0/+12
2008-03-24wfarrThemewcfarrington1-0/+18
2008-03-23added RunOrRaisePrompt, exported getCommands from ShellJustin Bogner2-0/+78
2008-03-22XMonad.Actions.MouseGestures: reexport Direction from WindowNavigation, avoid...Lukas Mai2-6/+2
2008-03-22use ewmhDesktopsLayout in Droundy.David Roundy1-2/+4
2008-03-22cut Anneal and Mosaic.David Roundy3-590/+0
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