aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Rearrange the GSCONFIG class in A.GridselectAdam Vogt2009-10-051-28/+93
* Add a GSCONFIG class to overload defaultGSConfig.Adam Vogt2009-10-032-22/+31
* Add a screenshots section in the A.GridSelect haddocksAdam Vogt2009-10-041-4/+13
* A.CycleWindows update docs, use lib fn second instead of custom lambdaWirt Wolff2009-09-261-5/+14
* Group functions in GridSelect haddock, add an inline screenshot.Adam Vogt2009-10-031-4/+14
* Hyperlink modules named in WindowMenu, RestoreMinimized, and MinimizeAdam Vogt2009-10-031-3/+3
* Mention X.L.Maximize and X.L.Minimize in WindowMenu documentationJan Vornberger2009-10-031-0/+4
* Use U.XUtils.fi to make WindowMenu clearerAdam Vogt2009-10-021-12/+11
* Extended GridSelectJan Vornberger2009-09-301-9/+24
* WindowMenu based on GridSelect that displays actions for the focused window (...Jan Vornberger2009-09-301-0/+75
* Note that ManageDocks is preferred to A.DeManageAdam Vogt2009-09-301-1/+2
* Remove redundant ($) in A.CommandsAdam Vogt2009-09-301-5/+5
* Only use search history for completion in X.A.SearchDaniel Schoepe2009-09-211-2/+3
* Factor out direction types and put them in X.U.TypesDaniel Schoepe2009-09-195-35/+35
* Remove excess broadcastMessage ReleaseResources from A.CommandsAdam Vogt2009-09-041-3/+2