aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-03Prompt.hs: Corrected quit keybindingsTim Horton1-1/+2
2009-11-29Extended decoration module with more hooks and consolidated some existing onesJan Vornberger3-36/+50
2009-10-24Extended decoration theme to contain extra static text that always appears in...Jan Vornberger2-1/+6
2009-10-24Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger3-14/+17
2009-10-24Added the alignment option 'AlignRightOffset'Jan Vornberger2-2/+3
2009-06-27Prevent windows from being decorated that are too small to contain decoration.Jan Vornberger1-3/+3
2009-11-26X.L.MouseResizableTile: keep draggers on the bottom of the window stack.Tomas Janousek1-0/+1
2009-11-23Implemented smarter system of managing borders for BorderResizeJan Vornberger1-42/+109
2009-11-21X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8Tomas Janousek1-4/+4
2009-11-21X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clearBrent Yorgey1-3/+9
2009-11-19X.H.ManageDocks: ignore struts that cover an entire screen on that screenTomas Janousek1-5/+8
2009-11-19Use imported 'fi' in PositionStoreHooksAdam Vogt1-2/+1
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe9-54/+54
2009-11-15PositionStoreFloat - a floating layout with support hooksJan Vornberger4-2/+195
2009-11-08PositionStore utility to store information about position and size of a windowJan Vornberger1-0/+81
2009-11-15X.H.Urgencyhook fix minor doc bugAnders Engstrom1-1/+1
2009-11-15X.H.DynamicLog fix minor indentation oddnessAnders Engstrom1-15/+15
2009-11-15X.A.CycleWS cycle by tag groupAnders Engstrom1-0/+7
2009-11-15Use less short names in X.PromptAdam Vogt1-5/+2
2009-11-15Use io instead of liftIO in PromptAdam Vogt1-9/+9
2009-11-15'io' and 'fi' are defined outside of PromptAdam Vogt1-9/+2
2009-11-15Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt1-22/+9
2009-11-15Minor style changes in DynamicWorkspacesAdam Vogt1-18/+15
2009-11-14X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom1-9/+51
2009-11-14rework XMonad.Util.Dzendaniel1-12/+145
2009-11-14generalize IO actions to MonadIO mdaniel5-11/+12
2009-11-14fix documentation to match implementationdaniel1-2/+1
2009-11-14Bypass more of stringToKeysym in U.PasteAdam Vogt2-2/+8
2009-11-13Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt1-1/+1
2009-11-12Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt1-3/+7
2009-11-12X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey1-5/+11
2009-11-11Trim whitespace in H.FloatNextAdam Vogt1-5/+1
2009-11-11Use ExtensibleState in H.FloatNextAdam Vogt1-16/+15
2009-11-11Make a haddock link direct in C.Desktop.Adam Vogt1-1/+1
2009-11-11Change A.TopicSpace haddocks to use block quotes.Adam Vogt1-123/+102
2009-11-11Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt1-0/+9
2009-11-11X.A.WindowGo: fix haddock markupSpencer Janssen1-4/+5
2009-11-09Minor style corrections in X.U.SpawnOnceDaniel Schoepe1-2/+2
2009-11-09Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe1-0/+9
2009-11-04minor-doc-fix-in-ManageHelpers`Henrique Abreu hgabreu@gmail.com1-1/+1
2009-11-08X.U.ExtensibleState: styleSpencer Janssen1-2/+1
2009-11-08X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey1-1/+5
2009-11-07Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt1-6/+7
2009-11-07Update A.TopicSpace to use extensible state. No config changes required.Adam Vogt1-7/+13
2009-11-01Inline tupadd function in A.GridSelectAdam Vogt1-4/+1
2009-11-07Use X.U.SpawnOnce in my configSpencer Janssen1-0/+8
2009-11-07Add XMonad.Util.SpawnOnceSpencer Janssen1-0/+39
2009-11-07Store deserialized data after reading in X.U.ExtensibleStateDaniel Schoepe1-8/+11
2009-11-07Fixed conflict between X.U.ExtensibleState and X.C.SjanssenDaniel Schoepe1-4/+4
2009-11-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe4-102/+76