| Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-03 | Mention X.L.Maximize and X.L.Minimize in WindowMenu documentation | Jan Vornberger | 1 | -0/+4 |
2009-10-02 | Use U.XUtils.fi to make WindowMenu clearer | Adam Vogt | 1 | -12/+11 |
2009-09-30 | Extended GridSelect | Jan Vornberger | 1 | -9/+24 |
2009-09-30 | WindowMenu based on GridSelect that displays actions for the focused window (... | Jan Vornberger | 1 | -0/+75 |
2009-09-30 | Note that ManageDocks is preferred to A.DeManage | Adam Vogt | 1 | -1/+2 |
2009-09-30 | Remove redundant ($) in A.Commands | Adam Vogt | 1 | -5/+5 |
2009-09-21 | Only use search history for completion in X.A.Search | Daniel Schoepe | 1 | -2/+3 |
2009-09-19 | Factor out direction types and put them in X.U.Types | Daniel Schoepe | 5 | -35/+35 |
2009-09-04 | Remove excess broadcastMessage ReleaseResources from A.Commands | Adam Vogt | 1 | -3/+2 |
2009-09-04 | Mark modules last-modified in 2007 as stable | Adam Vogt | 10 | -10/+10 |
2009-08-23 | Improve/correct documentation in X.A.TagWindows | Daniel Schoepe | 1 | -3/+3 |
2009-08-09 | Replace nextEvent with maskEvent to prevent GridSelect from swallowing unrela... | Clemens Fruhwirth | 1 | -1/+1 |
2009-08-17 | A.CycleWS: add toggleOrView fns, fix doc, prevent head exception | Wirt Wolff | 1 | -3/+48 |
2009-08-08 | XMonad.Actions.Search: removeColonPrefix shouldn't throw an exception if no :! | gwern0 | 1 | -1/+1 |
2009-08-08 | XMonad.Actions.Search: clean up hasPrefix - dupe of Data.List.isPrefixOf | gwern0 | 1 | -13/+9 |