aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Clean Xkb masks in X.A.SubmapKhudyakov Alexey2009-06-231-3/+3
* Fix defaulting warning with A.RandomBackgroundAdam Vogt2009-07-171-2/+1
* Addition of Machine window property.Juraj Hercek2009-07-151-1/+4
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-165-5/+5
* X.A.CopyWindow: add wsContainingCopies, doc cleanupwirtwolff2009-07-031-14/+45
* Add ability to copy the entered string in X.PromptDaniel Schoepe2009-07-091-1/+6
* Correct license for L.CenteredMasterAdam Vogt2009-07-081-1/+1
* Remove trailing whitespace from many modulesAdam Vogt2009-07-0532-146/+146
* Clarify documentation the Migrate message added to L.SubLayoutsAdam Vogt2009-07-051-2/+3
* Reduce a bit of recently introduced duplication in L.SubLayoutsAdam Vogt2009-07-051-5/+3
* Add Migrate message to L.SubLayouts, for better support of moving windows bet...Adam Vogt2009-07-051-13/+23
* L.SubLayouts: also run the layout being modified in a restricted environmentAdam Vogt2009-07-051-11/+30
* L.SubLayouts fix bug where previously run layouts would not get messagesAdam Vogt2009-07-051-3/+3
* Simplify A.WorkspaceCursors use of layout for state, add documentationAdam Vogt2009-07-051-72/+121
* Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensionsAdam Vogt2009-07-022-1/+171
* Refactor A.OnScreen to use Maybe MonadAdam Vogt2009-07-031-17/+14
* Added XMonad.Actions.OnScreenmail2009-07-021-0/+118
* Remove code duplication in X.A.CopyWindowDaniel Schoepe2009-07-021-9/+5
* Cleanup code duplication in X.P.Layout and X.P.Workspacesean.escriva2009-07-012-8/+2
* X.A.Search: use the new canonical package URL for hackage searchBrent Yorgey2009-06-291-1/+1
* X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAtBrent Yorgey2009-06-051-9/+23
* Keep track of whether messages should be given to new sublayouts in L.SubLayoutsAdam Vogt2009-06-281-11/+11
* Run sublayouts in L.Sublayouts in a restricted stateAdam Vogt2009-06-281-3/+11
* A.RandomBackground: Parameterize randomBg by a RandomColor dataAdam Vogt2009-06-291-16/+29
* Add A.RandomBackground, actions to start terminals with a random -bg optionAdam Vogt2009-06-271-0/+39
* Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt2009-06-2618-47/+19
* Column_layout.dpatchportnov842009-06-051-0/+71
* X.A.Search: add Google "I'm feeling lucky" searchBrent Yorgey2009-06-251-3/+7
* Add ifWindow and ifWindows and simplify WindowGoDaniel Schoepe2009-06-251-25/+36
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-247-30/+30
* From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2009-06-232-41/+62
* Correct A.TopicSpace sample configAdam Vogt2009-06-231-1/+1
* Add shiftNthLastFocused to A.TopicSpaceAdam Vogt2009-06-231-1/+8
* Generalize Actions.SpawnOnDaniel Schoepe2009-06-221-8/+16
* update callers of safeSpawngwern02009-06-223-4/+4
* XMonad.Util.Run: improve definition so this can be used with emacsgwern02009-06-221-4/+4
* XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...gwern02009-06-221-5/+6
* XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ...gwern02009-06-221-0/+7
* XMonad.Actions.WindowGo: improve haddocksgwern02009-06-221-13/+13
* Fix window ordering bug in L.LimitWindowsAdam Vogt2009-06-221-4/+7
* L.LimitWindows add usage information, functions to modify the limitAdam Vogt2009-06-221-3/+46
* Expand Tabbed documentation to describe mouse clicks processingDmitry Astapov2009-06-211-0/+4
* Close tabs by middle click on tab decorationDmitry Astapov2009-06-211-0/+10
* Provide means to find original window by its decoration.Dmitry Astapov2009-06-211-0/+4
* Add L.LimitWindows layout modifierAdam Vogt2009-06-191-0/+55
* Remove Hooks.EventHookDaniel Schoepe2009-06-182-110/+1
* use 'take 1' instead of custom truncHead function in L.WindowNavigationAdam Vogt2009-06-181-5/+1
* Correct many typos in the documentation, consistent US spellinggAdam Vogt2009-06-1821-55/+53
* minor typo in ./XMonad/Layout/StackTile.hsJoachim Breitner2009-06-171-1/+1
* X.L.ResizableTile: make sure windows aren't resized to a height larger than t...Brent Yorgey2009-06-041-1/+1