aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-05Remove trailing whitespace from many modulesAdam Vogt32-146/+146
2009-07-05Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt1-2/+3
2009-07-05Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt1-5/+3
2009-07-05Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt1-13/+23
2009-07-05L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt1-11/+30
2009-07-05L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt1-3/+3
2009-07-05Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt1-72/+121
2009-07-02Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2-1/+171
2009-07-03Refactor A.OnScreen to use Maybe MonadAdam Vogt1-17/+14
2009-07-02Added XMonad.Actions.OnScreenmail1-0/+118
2009-07-02Remove code duplication in X.A.CopyWindowDaniel Schoepe1-9/+5
2009-07-01Cleanup code duplication in X.P.Layout and X.P.Workspacesean.escriva2-8/+2
2009-06-29X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey1-1/+1
2009-06-05X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAtBrent Yorgey1-9/+23
2009-06-28Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt1-11/+11
2009-06-28Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt1-3/+11
2009-06-29A.RandomBackground: Parameterize randomBg by a RandomColor dataAdam Vogt1-16/+29
2009-06-27Add A.RandomBackground, actions to start terminals with a random -bg optionAdam Vogt1-0/+39
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt18-47/+19
2009-06-05Column_layout.dpatchportnov841-0/+71
2009-06-25X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey1-3/+7
2009-06-25Add ifWindow and ifWindows and simplify WindowGoDaniel Schoepe1-25/+36
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt7-30/+30
2009-06-23From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2-41/+62
2009-06-23Correct A.TopicSpace sample configAdam Vogt1-1/+1
2009-06-23Add shiftNthLastFocused to A.TopicSpaceAdam Vogt1-1/+8
2009-06-22Generalize Actions.SpawnOnDaniel Schoepe1-8/+16
2009-06-22update callers of safeSpawngwern03-4/+4
2009-06-22XMonad.Util.Run: improve definition so this can be used with emacsgwern01-4/+4
2009-06-22XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...gwern01-5/+6
2009-06-22XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ...gwern01-0/+7
2009-06-22XMonad.Actions.WindowGo: improve haddocksgwern01-13/+13
2009-06-22Fix window ordering bug in L.LimitWindowsAdam Vogt1-4/+7
2009-06-22L.LimitWindows add usage information, functions to modify the limitAdam Vogt1-3/+46
2009-06-21Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov1-0/+4
2009-06-21Close tabs by middle click on tab decorationDmitry Astapov1-0/+10
2009-06-21Provide means to find original window by its decoration.Dmitry Astapov1-0/+4
2009-06-19Add L.LimitWindows layout modifierAdam Vogt1-0/+55
2009-06-18Remove Hooks.EventHookDaniel Schoepe2-110/+1
2009-06-18use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt1-5/+1
2009-06-18Correct many typos in the documentation, consistent US spellinggAdam Vogt21-55/+53
2009-06-17minor typo in ./XMonad/Layout/StackTile.hsJoachim Breitner1-1/+1
2009-06-04X.L.ResizableTile: make sure windows aren't resized to a height larger than t...Brent Yorgey1-1/+1
2009-06-02X.A.PhysicalScreens: fix typoRoman Cheplyaka1-1/+1
2009-06-02X.L.AutoMaster: fix warningRoman Cheplyaka1-1/+1
2009-04-26AutoMaster.dpatchIlya Portnov1-0/+123
2009-05-30UpdatePointer - Don't warp while dragging with mouseAnders Engstrom1-0/+3
2009-05-30FlexibleResize - Resize from edge, don't move adjust at opposite edgeAnders Engstrom1-21/+35
2009-04-19Remove USE_UTF8 defines.Khudyakov Alexey2-56/+1
2009-05-27FloatSnap - calculate gaps instead of snapping against unmanaged windowsAnders Engstrom2-19/+14