aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (follow)
Commit message (Expand)AuthorAgeFilesLines
* New module: X.U.Stackquentin.moser2010-01-171-0/+340
* bugfix: removeKeys should remove all keys in the provided listDaniel Wagner2010-03-271-1/+1
* Replace.hs: rm trailing whitespacegwern02010-03-141-2/+2
* X.U.WorkspaceCompare xinerama compare with physical orderAnders Engstrom2010-03-081-2/+20
* X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom2010-03-081-4/+17
* Use extensible-exceptions to allow base-3 or base-4Adam Vogt2010-01-243-8/+11
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-127-15/+4
* small tweak to battery loggerBrent Yorgey2009-12-271-1/+1
* Fix the createSession bug in spawnPipeSpencer Janssen2009-12-271-3/+1
* Update all uses of forkProcess to xforkSpencer Janssen2009-12-233-16/+8
* Golf / style change in U.ExtensibleStateAdam Vogt2009-12-081-7/+6
* Extended decoration theme to contain extra static text that always appears in...Jan Vornberger2009-10-241-0/+1
* Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger2009-10-241-12/+15
* Added the alignment option 'AlignRightOffset'Jan Vornberger2009-10-242-2/+3
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-163-27/+30
* PositionStoreFloat - a floating layout with support hooksJan Vornberger2009-11-151-0/+1
* PositionStore utility to store information about position and size of a windowJan Vornberger2009-11-081-0/+81
* rework XMonad.Util.Dzendaniel2009-11-141-12/+145
* generalize IO actions to MonadIO mdaniel2009-11-143-9/+9
* fix documentation to match implementationdaniel2009-11-141-2/+1
* Bypass more of stringToKeysym in U.PasteAdam Vogt2009-11-142-2/+8
* Minor style corrections in X.U.SpawnOnceDaniel Schoepe2009-11-091-2/+2
* X.U.ExtensibleState: styleSpencer Janssen2009-11-081-2/+1
* Add XMonad.Util.SpawnOnceSpencer Janssen2009-11-071-0/+39
* Store deserialized data after reading in X.U.ExtensibleStateDaniel Schoepe2009-11-071-8/+11
* Add X.U.ExtensibleStateDaniel Schoepe2009-11-061-0/+109
* Implement hasProperty in terms of runQuery in U.WindowPropertiesAdam Vogt2009-10-311-9/+1
* Remove putSelection, fixes #317Spencer Janssen2009-10-301-42/+2
* fix X.U.Run.spawnPipe fd leakTomas Janousek2009-10-251-0/+1
* Refer to modm as the current modMaskAdam Vogt2009-10-223-6/+6
* Add some haddock formatting in U.CursorAdam Vogt2009-10-201-3/+7
* XMonadContrib: add a utility module to set the default cursorAndres Salomon2009-09-151-0/+42
* Add U.Replace which implements a --replace behavior.Adam Vogt2009-10-121-0/+116
* Correct erroneous haddock link in U.XSelectionAdam Vogt2009-10-121-1/+1
* Derive Enum for U.Types.Direction2DAdam Vogt2009-10-051-1/+1
* U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff2009-09-061-4/+5
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-191-0/+30
* Mark modules last-modified in 2007 as stableAdam Vogt2009-09-041-1/+1
* U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff2009-08-181-3/+2
* ScratchpadRewritekonstantin.sobolev2009-04-281-43/+10
* NS_Placementkonstantin.sobolev2009-04-281-11/+31
* U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt2009-07-262-51/+57
* U.NamedActions support subtitles bound to (0,0) unreachable normallyAdam Vogt2009-05-251-12/+56
* Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2009-05-042-1/+279
* Addition of Machine window property.Juraj Hercek2009-07-151-1/+4
* remove myself as maintainer from code I don't maintain.David Roundy2009-07-161-1/+1
* Remove trailing whitespace from many modulesAdam Vogt2009-07-052-3/+3
* Use -fwarn-tabs for test, remove tabsAdam Vogt2009-06-242-13/+13
* From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt2009-06-231-0/+56
* update callers of safeSpawngwern02009-06-221-2/+2