aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-15Use less short names in X.PromptAdam Vogt1-5/+2
2009-11-15Use io instead of liftIO in PromptAdam Vogt1-9/+9
2009-11-15'io' and 'fi' are defined outside of PromptAdam Vogt1-9/+2
2009-11-15Use zipWithM_ instead of recursion in Prompt.printComplListAdam Vogt1-22/+9
2009-11-15Minor style changes in DynamicWorkspacesAdam Vogt1-18/+15
2009-11-14X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom1-9/+51
2009-11-14rework XMonad.Util.Dzendaniel1-12/+145
2009-11-14generalize IO actions to MonadIO mdaniel5-11/+12
2009-11-14fix documentation to match implementationdaniel1-2/+1
2009-11-14Bypass more of stringToKeysym in U.PasteAdam Vogt2-2/+8
2009-11-13Don't erase floating information with H.InsertPosition (Issue 334)Adam Vogt1-1/+1
2009-11-12Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt1-3/+7
2009-11-12X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey1-5/+11
2009-11-11Trim whitespace in H.FloatNextAdam Vogt1-5/+1
2009-11-11Use ExtensibleState in H.FloatNextAdam Vogt1-16/+15
2009-11-11Make a haddock link direct in C.Desktop.Adam Vogt1-1/+1
2009-11-11Change A.TopicSpace haddocks to use block quotes.Adam Vogt1-123/+102
2009-11-11Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt1-0/+9
2009-11-11X.A.WindowGo: fix haddock markupSpencer Janssen1-4/+5
2009-11-09Minor style corrections in X.U.SpawnOnceDaniel Schoepe1-2/+2
2009-11-09Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe1-0/+9
2009-11-04minor-doc-fix-in-ManageHelpers`Henrique Abreu hgabreu@gmail.com1-1/+1
2009-11-08X.U.ExtensibleState: styleSpencer Janssen1-2/+1
2009-11-08X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey1-1/+5
2009-11-07Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktopsAdam Vogt1-6/+7
2009-11-07Update A.TopicSpace to use extensible state. No config changes required.Adam Vogt1-7/+13
2009-11-01Inline tupadd function in A.GridSelectAdam Vogt1-4/+1
2009-11-07Use X.U.SpawnOnce in my configSpencer Janssen1-0/+8
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-07Fixed conflict between X.U.ExtensibleState and X.C.SjanssenDaniel Schoepe1-4/+4
2009-11-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe4-102/+76
2009-11-06Add X.U.ExtensibleStateDaniel Schoepe1-0/+109
2009-11-07My config uses xmonadPropLog nowSpencer Janssen1-8/+6
2009-11-07Add experimental xmonadPropLog functionSpencer Janssen1-0/+19
2009-11-03XMonad.Actions.Search: imdb search URL tweak for bug #33gwern01-1/+1
2009-11-03Clean imports for L.BoringWindowsAdam Vogt1-3/+1
2009-11-03I maintain L.BoringWindowsAdam Vogt1-1/+1
2009-10-26fix window rectangle calculation in X.A.UpdatePointerTomas Janousek1-2/+4
2009-10-31Implement hasProperty in terms of runQuery in U.WindowPropertiesAdam Vogt1-9/+1
2009-10-31Add functions to access the current input in X.PromptDaniel Schoepe1-0/+10
2009-10-30Remove putSelection, fixes #317Spencer Janssen2-49/+4
2009-10-29Fix typo in H.FadeInactive documentationAdam Vogt1-1/+1
2009-10-29X.L.MultiCol constructor 0 NWin bugfigAnders Engstrom1-3/+6
2009-10-28X.H.ManageHelpers: added currentWs that returns the current workspaceIsmael Carnales1-0/+5
2009-10-27X.L.MultiColumns bugfix and formatingAnders Engstrom1-43/+42
2009-10-27X.L.MultiColumns NWin shrinkning fixAnders Engstrom1-1/+1
2009-10-24New Layout X.L.MultiColumnsAnders Engstrom1-0/+143
2009-09-10Changing behaviour of ppUrgent with X.H.DynamicLogmail1-19/+8
2009-10-25fix X.U.Run.spawnPipe fd leakTomas Janousek1-0/+1