aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Util (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-17New module: X.U.Stackquentin.moser1-0/+340
2010-03-27bugfix: removeKeys should remove all keys in the provided listDaniel Wagner1-1/+1
2010-03-14Replace.hs: rm trailing whitespacegwern01-2/+2
2010-03-08X.U.WorkspaceCompare xinerama compare with physical orderAnders Engstrom1-2/+20
2010-03-08X.U.Dmenu helpers to run dmenu with argumentsAnders Engstrom1-4/+17
2010-01-24Use extensible-exceptions to allow base-3 or base-4Adam Vogt3-8/+11
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey7-15/+4
2009-12-27small tweak to battery loggerBrent Yorgey1-1/+1
2009-12-27Fix the createSession bug in spawnPipeSpencer Janssen1-3/+1
2009-12-23Update all uses of forkProcess to xforkSpencer Janssen3-16/+8
2009-12-08Golf / style change in U.ExtensibleStateAdam Vogt1-7/+6
2009-10-24Extended decoration theme to contain extra static text that always appears in...Jan Vornberger1-0/+1
2009-10-24Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger1-12/+15
2009-10-24Added the alignment option 'AlignRightOffset'Jan Vornberger2-2/+3
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe3-27/+30
2009-11-15PositionStoreFloat - a floating layout with support hooksJan Vornberger1-0/+1
2009-11-08PositionStore utility to store information about position and size of a windowJan Vornberger1-0/+81
2009-11-14rework XMonad.Util.Dzendaniel1-12/+145
2009-11-14generalize IO actions to MonadIO mdaniel3-9/+9
2009-11-14fix documentation to match implementationdaniel1-2/+1
2009-11-14Bypass more of stringToKeysym in U.PasteAdam Vogt2-2/+8
2009-11-09Minor style corrections in X.U.SpawnOnceDaniel Schoepe1-2/+2
2009-11-08X.U.ExtensibleState: styleSpencer Janssen1-2/+1
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-06Add X.U.ExtensibleStateDaniel Schoepe1-0/+109
2009-10-31Implement hasProperty in terms of runQuery in U.WindowPropertiesAdam Vogt1-9/+1
2009-10-30Remove putSelection, fixes #317Spencer Janssen1-42/+2
2009-10-25fix X.U.Run.spawnPipe fd leakTomas Janousek1-0/+1
2009-10-22Refer to modm as the current modMaskAdam Vogt3-6/+6
2009-10-20Add some haddock formatting in U.CursorAdam Vogt1-3/+7
2009-09-15XMonadContrib: add a utility module to set the default cursorAndres Salomon1-0/+42
2009-10-12Add U.Replace which implements a --replace behavior.Adam Vogt1-0/+116
2009-10-12Correct erroneous haddock link in U.XSelectionAdam Vogt1-1/+1
2009-10-05Derive Enum for U.Types.Direction2DAdam Vogt1-1/+1
2009-09-06U.EZConfig: Correct additionalKeysP M2-M5 valuesWirt Wolff1-4/+5
2009-09-19Factor out direction types and put them in X.U.TypesDaniel Schoepe1-0/+30
2009-09-04Mark modules last-modified in 2007 as stableAdam Vogt1-1/+1
2009-08-18U.Scratchpad: doc add disable-factory flag to gnome-terminal exampleWirt Wolff1-3/+2
2009-04-28ScratchpadRewritekonstantin.sobolev1-43/+10
2009-04-28NS_Placementkonstantin.sobolev1-11/+31
2009-07-26U.NamedActions: align the descriptions for each section, refactor its integra...Adam Vogt2-51/+57
2009-05-25U.NamedActions support subtitles bound to (0,0) unreachable normallyAdam Vogt1-12/+56
2009-05-04Add U.NamedActions: present a list of keybindings including submapsAdam Vogt2-1/+279
2009-07-15Addition of Machine window property.Juraj Hercek1-1/+4
2009-07-16remove myself as maintainer from code I don't maintain.David Roundy1-1/+1
2009-07-05Remove trailing whitespace from many modulesAdam Vogt2-3/+3
2009-06-24Use -fwarn-tabs for test, remove tabsAdam Vogt2-13/+13
2009-06-23From A.Topicspace split functions for storing strings with root to U.StringPropAdam Vogt1-0/+56
2009-06-22update callers of safeSpawngwern01-2/+2