aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (unfollow)
Commit message (Expand)AuthorFilesLines
2010-03-16fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser1-4/+4
2010-03-14DynamicWorkspaces.hs: rm whitespacegwern01-1/+1
2010-03-08X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom1-10/+38
2010-02-22Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe1-2/+2
2010-01-12suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey12-17/+2
2010-01-24A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff1-3/+5
2009-12-30import new contrib module, X.A.DynamicWorkspaceOrderBrent Yorgey1-0/+166
2009-12-30X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey1-2/+8
2009-12-29new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...Brent Yorgey1-0/+137
2009-12-29new contrib module from Tomas Janousek, X.A.WorkspaceNamesBrent Yorgey1-0/+155
2009-12-28Use imported xC_bottom_right_corner in A.MouseResizeAdam Vogt1-4/+1
2009-12-27X.A.MouseResize: assign an appropriate cursor for the resizing inpuwinTomas Janousek1-0/+8
2009-12-22Actions/Search: added openstreetmapintrigeri1-24/+28
2009-12-11X.A.GridSelect: documentation typo fixTomas Janousek1-2/+2
2009-12-10A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt1-0/+1
2009-12-09onScreen' variation for X () functionsNils Schweinsberg1-15/+40
2009-12-09BluetileCommands - a list of commands that Bluetile uses to communicate with ...Jan Vornberger1-0/+83
2009-11-29Use lookup instead of find in A.PerWorkspaceKeysAdam Vogt1-5/+4
2009-12-07Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne...Nils Schweinsberg1-52/+101
2009-12-05XMonad.Actions.Search: finally fixed the internet archive search plugingwern01-4/+1
2009-12-05XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern01-2/+2
2009-11-16Changed interface of X.U.ExtensibleStateDaniel Schoepe2-7/+6
2009-11-15X.A.CycleWS cycle by tag groupAnders Engstrom1-0/+7
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-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-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-09Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe1-0/+9
2009-11-08X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey1-1/+5
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-06Use X.U.ExtensibleState instead of IORefsDaniel Schoepe1-27/+28
2009-11-03XMonad.Actions.Search: imdb search URL tweak for bug #33gwern01-1/+1
2009-10-26fix window rectangle calculation in X.A.UpdatePointerTomas Janousek1-2/+4
2009-10-23Doc namespace minor updatesWirt Wolff1-1/+3
2009-10-23Docs: use myLayout like template rather than pluralWirt Wolff2-3/+3
2009-10-22Refer to modm as the current modMaskAdam Vogt35-107/+107
2009-10-22Clean keymask in GridSelect(solves issue 318)Daniel Schoepe1-2/+4
2009-10-20Share one StdGen between RGB channels in A.RandomBackgroundAdam Vogt1-2/+2
2009-10-20Document A.RandomBackgroundAdam Vogt1-5/+26
2009-10-16More docs formatting in A.GridSelectAdam Vogt1-2/+2
2009-10-16In A.GridSelect correct haddocksAdam Vogt1-20/+26
2009-10-12Add Portability and Stability boilerplate for a couple modules.Adam Vogt1-0/+2
2009-10-12Correct hyperlink in A.DeManageAdam Vogt1-1/+1
2009-10-12Split A.TopicSpace documentation into sectionsAdam Vogt1-42/+52
2009-10-08Use hyperlinks in WorkspaceCursors documentation.Adam Vogt1-2/+2
2009-10-05Add a SetStruts message to H.ManageDocks.Adam Vogt1-1/+3