| Commit message (Expand) | Author | Files | Lines |
2009-12-30 | import new contrib module, X.A.DynamicWorkspaceOrder | Brent Yorgey | 1 | -0/+166 |
2009-12-30 | X.A.CycleWS: export generalized 'doTo' function for performing an action on a... | Brent Yorgey | 1 | -2/+8 |
2009-12-29 | new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp... | Brent Yorgey | 1 | -0/+137 |
2009-12-29 | new contrib module from Tomas Janousek, X.A.WorkspaceNames | Brent Yorgey | 1 | -0/+155 |
2009-12-28 | Use imported xC_bottom_right_corner in A.MouseResize | Adam Vogt | 1 | -4/+1 |
2009-12-27 | X.A.MouseResize: assign an appropriate cursor for the resizing inpuwin | Tomas Janousek | 1 | -0/+8 |
2009-12-22 | Actions/Search: added openstreetmap | intrigeri | 1 | -24/+28 |
2009-12-11 | X.A.GridSelect: documentation typo fix | Tomas Janousek | 1 | -2/+2 |
2009-12-10 | A.GridSelect shouldn't grab keys if there are no choices. | Adam Vogt | 1 | -0/+1 |
2009-12-09 | onScreen' variation for X () functions | Nils Schweinsberg | 1 | -15/+40 |
2009-12-09 | BluetileCommands - a list of commands that Bluetile uses to communicate with ... | Jan Vornberger | 1 | -0/+83 |
2009-11-29 | Use lookup instead of find in A.PerWorkspaceKeys | Adam Vogt | 1 | -5/+4 |
2009-12-07 | Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne... | Nils Schweinsberg | 1 | -52/+101 |
2009-12-05 | XMonad.Actions.Search: finally fixed the internet archive search plugin | gwern0 | 1 | -4/+1 |
2009-12-05 | XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through... | gwern0 | 1 | -2/+2 |
2009-11-16 | Changed interface of X.U.ExtensibleState | Daniel Schoepe | 2 | -7/+6 |
2009-11-15 | X.A.CycleWS cycle by tag group | Anders Engstrom | 1 | -0/+7 |
2009-11-15 | Minor style changes in DynamicWorkspaces | Adam Vogt | 1 | -18/+15 |
2009-11-14 | X.A.DynamicWorkspaces fix doc and add behaviour | Anders Engstrom | 1 | -9/+51 |
2009-11-12 | Rename gridselectViewWorkspace to gridselectWorkspace, add another example. | Adam Vogt | 1 | -3/+7 |
2009-11-12 | X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another... | Brent Yorgey | 1 | -5/+11 |
2009-11-11 | Change A.TopicSpace haddocks to use block quotes. | Adam Vogt | 1 | -123/+102 |
2009-11-11 | Add defaultTopicConfig, to allow adding more fields to TopicSpace later. | Adam Vogt | 1 | -0/+9 |
2009-11-11 | X.A.WindowGo: fix haddock markup | Spencer Janssen | 1 | -4/+5 |
2009-11-09 | Add gridselectViewWorkspace in X.A.GridSelect | Daniel Schoepe | 1 | -0/+9 |
2009-11-08 | X.A.DynamicWorkspaces: new 'addWorkspacePrompt' method | Brent Yorgey | 1 | -1/+5 |
2009-11-07 | Update A.TopicSpace to use extensible state. No config changes required. | Adam Vogt | 1 | -7/+13 |
2009-11-01 | Inline tupadd function in A.GridSelect | Adam Vogt | 1 | -4/+1 |
2009-11-06 | Use X.U.ExtensibleState instead of IORefs | Daniel Schoepe | 1 | -27/+28 |
2009-11-03 | XMonad.Actions.Search: imdb search URL tweak for bug #33 | gwern0 | 1 | -1/+1 |
2009-10-26 | fix window rectangle calculation in X.A.UpdatePointer | Tomas Janousek | 1 | -2/+4 |
2009-10-23 | Doc namespace minor updates | Wirt Wolff | 1 | -1/+3 |
2009-10-23 | Docs: use myLayout like template rather than plural | Wirt Wolff | 2 | -3/+3 |
2009-10-22 | Refer to modm as the current modMask | Adam Vogt | 35 | -107/+107 |
2009-10-22 | Clean keymask in GridSelect(solves issue 318) | Daniel Schoepe | 1 | -2/+4 |
2009-10-20 | Share one StdGen between RGB channels in A.RandomBackground | Adam Vogt | 1 | -2/+2 |
2009-10-20 | Document A.RandomBackground | Adam Vogt | 1 | -5/+26 |
2009-10-16 | More docs formatting in A.GridSelect | Adam Vogt | 1 | -2/+2 |
2009-10-16 | In A.GridSelect correct haddocks | Adam Vogt | 1 | -20/+26 |
2009-10-12 | Add Portability and Stability boilerplate for a couple modules. | Adam Vogt | 1 | -0/+2 |
2009-10-12 | Correct hyperlink in A.DeManage | Adam Vogt | 1 | -1/+1 |
2009-10-12 | Split A.TopicSpace documentation into sections | Adam Vogt | 1 | -42/+52 |
2009-10-08 | Use hyperlinks in WorkspaceCursors documentation. | Adam Vogt | 1 | -2/+2 |
2009-10-05 | Add a SetStruts message to H.ManageDocks. | Adam Vogt | 1 | -1/+3 |
2009-10-05 | Rearrange the GSCONFIG class in A.Gridselect | Adam Vogt | 1 | -28/+93 |
2009-10-03 | Add a GSCONFIG class to overload defaultGSConfig. | Adam Vogt | 2 | -22/+31 |
2009-10-04 | Add a screenshots section in the A.GridSelect haddocks | Adam Vogt | 1 | -4/+13 |
2009-09-26 | A.CycleWindows update docs, use lib fn second instead of custom lambda | Wirt Wolff | 1 | -5/+14 |
2009-10-03 | Group functions in GridSelect haddock, add an inline screenshot. | Adam Vogt | 1 | -4/+14 |
2009-10-03 | Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize | Adam Vogt | 1 | -3/+3 |