| Commit message (Expand) | Author | Files | Lines |
2008-12-15 | X.L.Monitor: export Monitor datatype | Roman Cheplyaka | 1 | -0/+1 |
2008-12-15 | X.H.ManageHelpers: add doHideIgnore | Roman Cheplyaka | 2 | -2/+9 |
2008-12-11 | Add KDE 4 config, thanks to Shirakawasuna on IRC | Spencer Janssen | 1 | -1/+13 |
2008-10-25 | I use the deleteConsecutive history filter | Spencer Janssen | 1 | -0/+1 |
2008-12-03 | Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad... | Braden Shepherdson | 1 | -528/+0 |
2008-12-03 | XMonad.Prompt: swap up and down per bug #243 | gwern0 | 1 | -2/+2 |
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-17 | Export setOpacity from FadeInactive. Document how to make monitor transparent... | Roman Cheplyaka | 2 | -0/+6 |
2008-11-17 | Monitor: use broadcastMessage instead of sendMessage; this solves several issues | Roman Cheplyaka | 1 | -6/+1 |
2008-11-17 | FadeInactive: fade all inactive windows (including focused windows on visible... | Roman Cheplyaka | 1 | -2/+3 |
2008-11-17 | Monitor: documented one more issue | Roman Cheplyaka | 1 | -1/+4 |
2008-11-17 | Monitor: improved the docs | Roman Cheplyaka | 1 | -6/+14 |
2008-11-15 | added XMonad.Layout.Monitor | Roman Cheplyaka | 1 | -0/+131 |
2008-11-15 | WindowProperties: added allWithProperty | Roman Cheplyaka | 1 | -1/+7 |
2008-11-14 | ManageHelpers: added doSideFloat (generalization of doCenterFloat) | Roman Cheplyaka | 1 | -4/+23 |
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 | 2 | -12/+1 |
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-11-04 | explicit import list for things in the process library | Don Stewart | 1 | -1/+1 |
2008-11-04 | Work around ghc 6.10 bug #2738 | Don Stewart | 1 | -1/+1 |
2008-10-23 | windowPromptBringCopy | deadguysfrom | 1 | -4/+15 |
2008-10-27 | generic menu and window bringer | Travis B. Hartwell | 2 | -15/+32 |
2008-10-31 | Search.hs: +hackage search, courtesy of byorgey | gwern0 | 1 | -2/+6 |
2008-10-08 | Prompt.hs rename deleteConsecutiveDuplicates | gwern0 | 1 | -5/+5 |
2008-10-08 | Prompt.hs: have historyCompletion filter dupes | gwern0 | 1 | -1/+1 |
2008-10-08 | Prompt.hs: tweak haddocks | gwern0 | 1 | -7/+7 |
2008-10-08 | Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-off | gwern0 | 1 | -4/+5 |
2008-10-08 | Do not consider XMONAD_TIMER unknown | Joachim Breitner | 1 | -0/+3 |
2008-10-05 | Kill window without focusing it first | Joachim Breitner | 1 | -2/+1 |
2008-10-15 | let MagnifyLess actually magnify less | daniel | 1 | -2/+2 |
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 |
2008-10-05 | Merge emptyLayoutMod into redoLayout | Joachim Breitner | 9 | -56/+29 |
2008-10-05 | SmartBorders even for empty layouts | Joachim Breitner | 1 | -3/+8 |
2008-09-27 | Paste.hs: improve haddocks | gwern0 | 1 | -7/+8 |
2008-09-27 | Paste.hs: fix haddock | gwern0 | 1 | -1/+10 |
2008-10-03 | minor explanatory comment | daniel | 1 | -1/+2 |
2008-09-30 | XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage) | Lukas Mai | 1 | -9/+18 |
2008-09-30 | XMonad.Util.Font: UTF8 -> USE_UTF8 | Lukas Mai | 1 | -2/+2 |
2008-09-27 | Paste.hs: implement noModMask suggestion | gwern0 | 1 | -3/+7 |