| Commit message (Expand) | Author | Age | Files | Lines |
* | Prompt.hs: +greenXPConfig and amberXPConfig | gwern0 | 2008-11-19 | 1 | -3/+6 |
* | Prompt.hs: increase font size to 12 from niggardly 10 | gwern0 | 2008-11-19 | 1 | -1/+1 |
* | Prompt.hs: replace magic numbers with understandable names | gwern0 | 2008-11-19 | 1 | -5/+5 |
* | X.L.Monitor: recommend doHideIgnore (docs) | Roman Cheplyaka | 2008-12-15 | 1 | -1/+1 |
* | X.L.Monitor: docs | Roman Cheplyaka | 2008-12-15 | 1 | -5/+5 |
* | X.L.Monitor: export Monitor datatype | Roman Cheplyaka | 2008-12-15 | 1 | -0/+1 |
* | X.H.ManageHelpers: add doHideIgnore | Roman Cheplyaka | 2008-12-15 | 2 | -2/+9 |
* | Add KDE 4 config, thanks to Shirakawasuna on IRC | Spencer Janssen | 2008-12-11 | 1 | -1/+13 |
* | I use the deleteConsecutive history filter | Spencer Janssen | 2008-10-25 | 1 | -0/+1 |
* | Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad... | Braden Shepherdson | 2008-12-03 | 2 | -529/+0 |
* | XMonad.Prompt: swap up and down per bug #243 | gwern0 | 2008-12-03 | 1 | -2/+2 |
* | Fix boolean operator precedence in GridSelect keybindings | Aleksandar Dimitrov | 2008-12-01 | 1 | -4/+4 |
* | GridSelect.hs: navigate grid with h,j,k,l as well as arrow keys | sean.escriva | 2008-11-22 | 1 | -4/+4 |
* | Export setOpacity from FadeInactive. Document how to make monitor transparent... | Roman Cheplyaka | 2008-11-17 | 2 | -0/+6 |
* | Monitor: use broadcastMessage instead of sendMessage; this solves several issues | Roman Cheplyaka | 2008-11-17 | 1 | -6/+1 |
* | FadeInactive: fade all inactive windows (including focused windows on visible... | Roman Cheplyaka | 2008-11-17 | 1 | -2/+3 |
* | Monitor: documented one more issue | Roman Cheplyaka | 2008-11-17 | 1 | -1/+4 |
* | Monitor: improved the docs | Roman Cheplyaka | 2008-11-17 | 1 | -6/+14 |
* | added XMonad.Layout.Monitor | Roman Cheplyaka | 2008-11-15 | 2 | -0/+132 |
* | WindowProperties: added allWithProperty | Roman Cheplyaka | 2008-11-15 | 1 | -1/+7 |
* | ManageHelpers: added doSideFloat (generalization of doCenterFloat) | Roman Cheplyaka | 2008-11-14 | 1 | -4/+23 |
* | GridSelect: Export default_colorizer | Dominik Bruhn | 2008-11-12 | 1 | -1/+2 |
* | Simplify code for restriction-calculation and remove compiletime warnings | Dominik Bruhn | 2008-11-12 | 1 | -2/+4 |
* | Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key... | Clemens Fruhwirth | 2008-11-11 | 1 | -38/+62 |
* | GridSelect: force cursor stay in visible area | Roman Cheplyaka | 2008-11-11 | 1 | -3/+5 |
* | GridSelect: fix infiniteness problem with diamondRestrict | Roman Cheplyaka | 2008-11-11 | 1 | -10/+2 |
* | GridSelect: remove tabs | Roman Cheplyaka | 2008-11-11 | 1 | -61/+61 |
* | Exported shrinkWhile from Decoration to use in GridSelect | Roman Cheplyaka | 2008-11-10 | 2 | -12/+1 |
* | GridSelect: added link to a screenshot | Roman Cheplyaka | 2008-11-10 | 1 | -0/+1 |
* | GridSelect: various improvements | Roman Cheplyaka | 2008-11-10 | 1 | -2/+47 |
* | Initial version of GridSelect.hs with a lot room for improvement/cleanups | Clemens Fruhwirth | 2008-11-07 | 2 | -0/+247 |
* | documentation: XMonad.Util.Search.hs, add EZConfig keybindings example | sean.escriva | 2008-11-06 | 1 | -0/+16 |
* | typo | Don Stewart | 2008-11-04 | 1 | -1/+1 |
* | place an upper bound on the version of base we support | Don Stewart | 2008-11-04 | 1 | -2/+2 |
* | explicit import list for things in the process library | Don Stewart | 2008-11-04 | 1 | -1/+1 |
* | Work around ghc 6.10 bug #2738 | Don Stewart | 2008-11-04 | 1 | -1/+1 |
* | windowPromptBringCopy | deadguysfrom | 2008-10-23 | 1 | -4/+15 |
* | generic menu and window bringer | Travis B. Hartwell | 2008-10-27 | 2 | -15/+32 |
* | Search.hs: +hackage search, courtesy of byorgey | gwern0 | 2008-10-31 | 1 | -2/+6 |
* | Prompt.hs rename deleteConsecutiveDuplicates | gwern0 | 2008-10-08 | 1 | -5/+5 |
* | Prompt.hs: have historyCompletion filter dupes | gwern0 | 2008-10-08 | 1 | -1/+1 |
* | Prompt.hs: tweak haddocks | gwern0 | 2008-10-08 | 1 | -7/+7 |
* | Prompt.hs: mv uniqSort to next to its confreres, and mention the trade-off | gwern0 | 2008-10-08 | 1 | -4/+5 |
* | Do not consider XMONAD_TIMER unknown | Joachim Breitner | 2008-10-08 | 1 | -0/+3 |
* | Kill window without focusing it first | Joachim Breitner | 2008-10-05 | 1 | -2/+1 |
* | let MagnifyLess actually magnify less | daniel | 2008-10-15 | 1 | -2/+2 |
* | Actions.Search: add a few search engines | intrigeri | 2008-10-08 | 1 | -2/+23 |
* | Implement HiddenNonEmptyWS with HiddenWS and NonEmptyWS | Joachim Breitner | 2008-10-06 | 1 | -2/+3 |
* | Add straightforward HiddenWS to WSType | Joachim Breitner | 2008-10-06 | 1 | -0/+3 |
* | Merge emptyLayoutMod into redoLayout | Joachim Breitner | 2008-10-05 | 9 | -56/+29 |