| Commit message (Expand) | Author | Files | Lines |
2009-03-22 | Remove excess whitespace in A.UpdatePointer | Adam Vogt | 1 | -6/+5 |
2009-04-22 | Update haddock description for Actions.GridSelect | Daniel Schoepe | 1 | -2/+2 |
2009-04-10 | Mouse support for GridSelect | Daniel Schoepe | 1 | -1/+13 |
2009-04-09 | Generalize GridSelect to arbitrary elements | Daniel Schoepe | 1 | -80/+99 |
2009-04-19 | New module: XMonad.Actions.TopicSpace | Nicolas Pouillard | 1 | -0/+331 |
2009-03-21 | Add XMonad.Actions.PhysicalScreens | nelhage | 1 | -0/+88 |
2008-10-08 | pointWithin has moved to the core | Joachim Breitner | 1 | -6/+0 |
2008-10-07 | UpdatePointer even to empty workspaces | Joachim Breitner | 1 | -22/+31 |
2009-02-19 | SpawnOn: use doShift. This resolves problems where SpawnOn would shift the w... | Spencer Janssen | 1 | -1/+1 |
2009-02-13 | SpawnOn: delete seen pids | Spencer Janssen | 1 | -1/+4 |
2009-02-13 | SpawnOn: add 'exec' to shell strings where possible | Spencer Janssen | 1 | -1/+8 |
2009-02-07 | +A.CycleWindows: bindings to cycle windows in new ways | wirtwolff | 1 | -0/+222 |
2009-02-06 | XMonad.Actions.CopyWindow: fmt & qualify stackset import | gwern0 | 1 | -26/+25 |
2008-06-02 | XMonad.Actions.CopyWindow runOrCopy | lan3ny | 1 | -4/+26 |
2009-02-04 | X.A.SpawnOn: add docs | Roman Cheplyaka | 1 | -10/+38 |
2009-01-28 | Easier Colorizers for X.A.GridSelect | quentin.moser | 1 | -8/+54 |
2009-02-02 | X.A.SpawOn: fix usage doc | Roman Cheplyaka | 1 | -1/+1 |
2009-01-29 | XMonad.Actions.Search: fix whitespace & tabs | gwern0 | 1 | -46/+43 |
2009-01-28 | xmonad-action-search-intelligent-searchengines | Michal Trybus | 1 | -13/+101 |
2009-01-27 | X.A.SinkAll: re-add accidentally deleted usage documentation | Brent Yorgey | 1 | -0/+13 |
2009-01-27 | move XMonad.Actions.SinkAll functionality to more general XMonad.Actions.With... | Brent Yorgey | 2 | -38/+61 |
2008-12-21 | adds generic 'all windows on current workspace' functionality | loupgaroublond | 1 | -5/+17 |
2009-01-26 | XMonad.Actions.MessageFeedback module | quentin.moser | 1 | -0/+99 |
2009-01-18 | submapDefault | Anders Engstrom | 1 | -3/+8 |
2009-01-27 | X.A.CycleWS: convert tabs to spaces (closes #266) | Roman Cheplyaka | 1 | -2/+2 |
2009-01-25 | Use currentTag, thanks asgaroth | Spencer Janssen | 1 | -2/+1 |
2009-01-17 | Add XMonad.Actions.SpawnOn | Spencer Janssen | 1 | -0/+77 |
2008-12-20 | hlintify XUtils, XSelection, Search, WindowGo | gwern0 | 2 | -8/+8 |
2008-12-12 | fix focus issue for XMonad.Actions.Warp.banishScreen | Norbert Zeh | 1 | -2/+4 |
2008-12-12 | addition of XMonad.Actions.Warp.banishScreen | Norbert Zeh | 1 | -1/+15 |
2008-12-12 | fixed documentation for banish | Norbert Zeh | 1 | -1/+1 |
2008-12-05 | XMonad.Actions.WindowGo: fix a floating-related focus bug | gwern0 | 1 | -13/+9 |
2008-12-01 | Fix boolean operator precedence in GridSelect keybindings | Aleksandar Dimitrov | 1 | -4/+4 |
2008-11-22 | GridSelect.hs: navigate grid with h,j,k,l as well as arrow keys | sean.escriva | 1 | -4/+4 |
2008-11-12 | GridSelect: Export default_colorizer | Dominik Bruhn | 1 | -1/+2 |
2008-11-12 | Simplify code for restriction-calculation and remove compiletime warnings | Dominik Bruhn | 1 | -2/+4 |
2008-11-11 | Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key... | Clemens Fruhwirth | 1 | -38/+62 |
2008-11-11 | GridSelect: force cursor stay in visible area | Roman Cheplyaka | 1 | -3/+5 |
2008-11-11 | GridSelect: fix infiniteness problem with diamondRestrict | Roman Cheplyaka | 1 | -10/+2 |
2008-11-11 | GridSelect: remove tabs | Roman Cheplyaka | 1 | -61/+61 |
2008-11-10 | Exported shrinkWhile from Decoration to use in GridSelect | Roman Cheplyaka | 1 | -11/+0 |
2008-11-10 | GridSelect: added link to a screenshot | Roman Cheplyaka | 1 | -0/+1 |
2008-11-10 | GridSelect: various improvements | Roman Cheplyaka | 1 | -2/+47 |
2008-11-07 | Initial version of GridSelect.hs with a lot room for improvement/cleanups | Clemens Fruhwirth | 1 | -0/+246 |
2008-11-06 | documentation: XMonad.Util.Search.hs, add EZConfig keybindings example | sean.escriva | 1 | -0/+16 |
2008-10-27 | generic menu and window bringer | Travis B. Hartwell | 1 | -7/+16 |
2008-10-31 | Search.hs: +hackage search, courtesy of byorgey | gwern0 | 1 | -2/+6 |
2008-10-08 | Actions.Search: add a few search engines | intrigeri | 1 | -2/+23 |
2008-10-06 | Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWS | Joachim Breitner | 1 | -2/+3 |
2008-10-06 | Add straightforward HiddenWS to WSType | Joachim Breitner | 1 | -0/+3 |