aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed argument order to isPrefixOf in a couple of places in X.A.SearchJurgen Doser2010-03-161-4/+4
* DynamicWorkspaces.hs: rm whitespacegwern02010-03-141-1/+1
* X.A.PhysicalScreens cleaning and allow cyclingAnders Engstrom2010-03-081-10/+38
* Prevent possible pattern match failure in X.A.UpdateFocusDaniel Schoepe2010-02-221-2/+2
* suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...Brent Yorgey2010-01-1212-17/+2
* A.CycleWindows replace partial rotUp and rotDown with safer versionsWirt Wolff2010-01-241-3/+5
* import new contrib module, X.A.DynamicWorkspaceOrderBrent Yorgey2009-12-301-0/+166
* X.A.CycleWS: export generalized 'doTo' function for performing an action on a...Brent Yorgey2009-12-301-2/+8
* new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...Brent Yorgey2009-12-291-0/+137
* new contrib module from Tomas Janousek, X.A.WorkspaceNamesBrent Yorgey2009-12-291-0/+155
* Use imported xC_bottom_right_corner in A.MouseResizeAdam Vogt2009-12-281-4/+1
* X.A.MouseResize: assign an appropriate cursor for the resizing inpuwinTomas Janousek2009-12-271-0/+8
* Actions/Search: added openstreetmapintrigeri2009-12-221-24/+28
* X.A.GridSelect: documentation typo fixTomas Janousek2009-12-111-2/+2
* A.GridSelect shouldn't grab keys if there are no choices.Adam Vogt2009-12-101-0/+1
* onScreen' variation for X () functionsNils Schweinsberg2009-12-091-15/+40
* BluetileCommands - a list of commands that Bluetile uses to communicate with ...Jan Vornberger2009-12-091-0/+83
* Use lookup instead of find in A.PerWorkspaceKeysAdam Vogt2009-11-291-5/+4
* Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne...Nils Schweinsberg2009-12-071-52/+101
* XMonad.Actions.Search: finally fixed the internet archive search plugingwern02009-12-051-4/+1
* XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...gwern02009-12-051-2/+2
* Changed interface of X.U.ExtensibleStateDaniel Schoepe2009-11-162-7/+6
* X.A.CycleWS cycle by tag groupAnders Engstrom2009-11-151-0/+7
* Minor style changes in DynamicWorkspacesAdam Vogt2009-11-151-18/+15
* X.A.DynamicWorkspaces fix doc and add behaviourAnders Engstrom2009-11-141-9/+51
* Rename gridselectViewWorkspace to gridselectWorkspace, add another example.Adam Vogt2009-11-121-3/+7
* X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another...Brent Yorgey2009-11-121-5/+11
* Change A.TopicSpace haddocks to use block quotes.Adam Vogt2009-11-111-123/+102
* Add defaultTopicConfig, to allow adding more fields to TopicSpace later.Adam Vogt2009-11-111-0/+9
* X.A.WindowGo: fix haddock markupSpencer Janssen2009-11-111-4/+5
* Add gridselectViewWorkspace in X.A.GridSelectDaniel Schoepe2009-11-091-0/+9
* X.A.DynamicWorkspaces: new 'addWorkspacePrompt' methodBrent Yorgey2009-11-081-1/+5
* Update A.TopicSpace to use extensible state. No config changes required.Adam Vogt2009-11-071-7/+13
* Inline tupadd function in A.GridSelectAdam Vogt2009-11-011-4/+1
* Use X.U.ExtensibleState instead of IORefsDaniel Schoepe2009-11-061-27/+28
* XMonad.Actions.Search: imdb search URL tweak for bug #33gwern02009-11-031-1/+1
* fix window rectangle calculation in X.A.UpdatePointerTomas Janousek2009-10-261-2/+4
* Doc namespace minor updatesWirt Wolff2009-10-231-1/+3
* Docs: use myLayout like template rather than pluralWirt Wolff2009-10-232-3/+3
* Refer to modm as the current modMaskAdam Vogt2009-10-2235-107/+107
* Clean keymask in GridSelect(solves issue 318)Daniel Schoepe2009-10-221-2/+4
* Share one StdGen between RGB channels in A.RandomBackgroundAdam Vogt2009-10-201-2/+2
* Document A.RandomBackgroundAdam Vogt2009-10-201-5/+26
* More docs formatting in A.GridSelectAdam Vogt2009-10-161-2/+2
* In A.GridSelect correct haddocksAdam Vogt2009-10-161-20/+26
* Add Portability and Stability boilerplate for a couple modules.Adam Vogt2009-10-121-0/+2
* Correct hyperlink in A.DeManageAdam Vogt2009-10-121-1/+1
* Split A.TopicSpace documentation into sectionsAdam Vogt2009-10-121-42/+52
* Use hyperlinks in WorkspaceCursors documentation.Adam Vogt2009-10-081-2/+2
* Add a SetStruts message to H.ManageDocks.Adam Vogt2009-10-051-1/+3