aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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