aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-12Correct hyperlink in A.DeManageAdam Vogt1-1/+1
2009-10-12NoFrillsDecoration - most basic version of decoration for windowsJan Vornberger1-0/+48
2009-10-12Split A.TopicSpace documentation into sectionsAdam Vogt1-42/+52
2009-10-08Use hyperlinks in WorkspaceCursors documentation.Adam Vogt1-2/+2
2009-10-08Minor haddock formatting correction in L.TabbedAdam Vogt1-1/+1
2009-10-05Hyperlink the reference to ResizableTile in MouseResizableTileAdam Vogt1-1/+1
2009-10-05Finish a sentence in H.ManageDocks haddocks.Adam Vogt1-1/+1
2009-10-05Add a SetStruts message to H.ManageDocks.Adam Vogt2-14/+46
2009-10-05Derive Enum for U.Types.Direction2DAdam Vogt1-1/+1
2009-10-05Rearrange the GSCONFIG class in A.GridselectAdam Vogt1-28/+93
2009-10-03Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2-22/+31
2009-10-04Add a screenshots section in the A.GridSelect haddocksAdam Vogt1-4/+13
2009-10-04Fixed guard in WorkspaceByPos - condition got switched during transformationJan Vornberger1-1/+1
2009-09-26A.CycleWindows update docs, use lib fn second instead of custom lambdaWirt Wolff1-5/+14
2009-10-03Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt1-4/+14
2009-09-28minor hlint cleanup of Prompt and XMonad.Prompt.* sub-modulessean.escriva7-30/+27
2009-09-15New module : X.H.SetCursormail1-0/+47
2009-10-03Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt3-9/+8
2009-10-03Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger1-0/+4
2009-10-02Small style change in L.SimplestFloatAdam Vogt1-5/+4
2009-10-02Use U.XUtils.fi to make WindowMenu clearerAdam Vogt1-12/+11
2009-09-30Extended GridSelectJan Vornberger1-9/+24
2009-09-30WindowMenu based on GridSelect that displays actions for the focused window (...Jan Vornberger1-0/+75
2009-10-01Use default handler in XMonad.Prompt.eventLoopDaniel Schoepe1-1/+1
2009-09-30Remove redundant parentheses from L.MouseResizableTileAdam Vogt1-10/+9
2009-09-30Use ErrorT instead of nested case for H.WorkspaceByPosAdam Vogt1-24/+13
2009-09-30Note that ManageDocks is preferred to A.DeManageAdam Vogt1-1/+2
2009-09-30Factor out redundancy in L.MouseResizableTile.handleResizeAdam Vogt1-18/+9
2009-09-30In a multi-head setup, move windows with a non-zero position upon creation to...Jan Vornberger1-0/+65
2009-09-30Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTileAdam Vogt1-1/+1
2009-09-30Remove redundant ($) in A.CommandsAdam Vogt1-5/+5
2009-09-30Fix haddock parse error in MouseResizableTileAdam Vogt1-0/+2
2009-09-30A ResizableTile-like layout that can be resized using the mouse.Jan Vornberger1-0/+279
2009-05-17Replaced more stuff in X.L.Maximize with pure versionsJan Vornberger1-5/+5
2009-05-03Expanded on X.L.Maximize functionalityJan Vornberger1-11/+16
2009-09-29EventHook to restore minimized windows from taskbar (re-recorded from Bluetil...Jan Vornberger1-0/+49
2009-09-29LayoutModifier to minimize windows (re-recorded from Bluetile repo)Jan Vornberger1-0/+95
2009-09-28Correctly check completionKey field in XMonad.PromptDaniel Schoepe1-16/+17
2009-09-28Fix for issue 315Daniel Schoepe1-2/+3
2009-09-21Only use search history for completion in X.A.SearchDaniel Schoepe2-9/+21
2009-09-20Fix regression in XMonad.Prompt's completionDaniel Schoepe1-14/+13
2009-09-20Clean keymask before use in XMonad.PromptDaniel Schoepe1-4/+17
2009-09-20Export moveCursor in XMonad.PromptDaniel Schoepe1-1/+1
2009-09-06U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff1-4/+5
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe13-92/+111
2009-08-29Add function to disable focusFollowsMouse conditionallyDaniel Schoepe1-1/+17
2009-09-10Make the keymap of XMonad.Prompt customizableDaniel Schoepe1-57/+84
2009-09-18Run gnomeRegister from startupHookSpencer Janssen1-6/+5
2009-09-18Use U.Run.safeSpawn in C.GnomeAdam Vogt1-6/+2
2009-09-18Add gnomeRegister to C.Gnome.Adam Vogt1-3/+31