aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-05-25Fix L.Mosaic bug where stored [Rational] was not extendedAdam Vogt1-2/+7
2009-05-25X.A.Search: add Wolfram|Alpha searchBrent Yorgey1-3/+7
2009-05-25Remove L.ThreeColumnsMiddle compatiblity moduleAdam Vogt1-4/+0
2009-05-25A.FloatSnap snap to unmanaged docks tooAdam Vogt2-4/+16
2009-05-24LayoutBuilder fix maintainerAnders Engstrom1-1/+1
2009-05-24FloatSnap fix maintainerAnders Engstrom1-1/+1
2009-05-24X.A.FloatSnap - More configuration for magic resize, adaption for mouse bindi...Anders Engstrom1-22/+65
2009-05-24X.A.FloatSnap - Assisted move/resize of windowsAnders Engstrom1-0/+278
2009-05-24Simplyify L.Mosaic interface, and support resizing specific windowsAdam Vogt1-107/+112
2009-05-19L.ResizableTile document ResizableTall parameters with recordsAdam Vogt1-1/+14
2009-05-19L.LayoutHints, add layoutHintsToCentreAdam Vogt1-11/+162
2009-05-19Remove excess whitespace from L.LayoutHintsAdam Vogt1-3/+3
2009-05-14new layout module X.L.Spacing, put blank space around each windowBrent Yorgey1-0/+54
2009-05-09X.L.LayoutBuilder doc fix and cleaningAnders Engstrom1-17/+44
2009-05-09X.L.LayoutBuilder custom layoutsAnders Engstrom1-0/+250
2009-04-26submapDefault fix key leakageAnders Engstrom1-2/+2