| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | SmartBorders even for empty layouts | Joachim Breitner | 2008-10-05 | 1 | -3/+8 |
* | Paste.hs: improve haddocks | gwern0 | 2008-09-27 | 1 | -7/+8 |
* | Paste.hs: fix haddock | gwern0 | 2008-09-27 | 1 | -1/+10 |
* | minor explanatory comment | daniel | 2008-10-03 | 1 | -1/+2 |
* | XMonad.Layout.HintedGrid: add GridRatio (--no-test because of haddock breakage) | Lukas Mai | 2008-09-30 | 1 | -9/+18 |
* | XMonad.Util.Font: UTF8 -> USE_UTF8 | Lukas Mai | 2008-09-30 | 1 | -2/+2 |
* | Paste.hs: implement noModMask suggestion | gwern0 | 2008-09-27 | 1 | -3/+7 |
* | fix a divide by zero error in Grid | daniel | 2008-09-26 | 1 | -1/+1 |
* | -DUTF8 flag with -DUSE_UTF8 | gwern0 | 2008-09-21 | 4 | -5/+5 |
* | XSelection.hs: use CPP to compile against utf8-string | gwern0 | 2008-09-20 | 1 | -40/+46 |
* | add XMonad.Config.Azerty | Devin Mullins | 2008-09-24 | 2 | -0/+47 |
* | flip GridRatio to match convention (x/y) | Devin Mullins | 2008-09-22 | 1 | -3/+3 |
* | let Grid have a configurable aspect ratio goal | daniel | 2008-09-22 | 2 | -8/+17 |
* | Paste.hs: +warning about ASCII limitations | gwern0 | 2008-09-21 | 1 | -0/+3 |
* | Paste.hs: shorten comment lines to under 80 columns per sjanssen | gwern0 | 2008-09-21 | 1 | -5/+8 |
* | Forgot to enable historyFilter :( | Spencer Janssen | 2008-09-21 | 1 | -1/+2 |
* | Prompt: add configurable history filters | Spencer Janssen | 2008-09-21 | 1 | -1/+16 |
* | Update my config to use 'statusBar' | Spencer Janssen | 2008-09-21 | 1 | -9/+8 |
* | Rename pasteKey functions to sendKey | Spencer Janssen | 2008-09-21 | 1 | -5/+5 |
* | DynamicLog: doc fixes | Spencer Janssen | 2008-09-21 | 1 | -2/+2 |
* | Move XMonad.Util.XPaste to XMonad.Util.Paste | Spencer Janssen | 2008-09-21 | 3 | -5/+5 |
* | Depend on X11 > | Spencer Janssen | 2008-09-21 | 1 | -1/+1 |
* | statusBar now supplies the action to toggle struts | Spencer Janssen | 2008-09-18 | 1 | -4/+6 |
* | cleanup - use currentTag | Devin Mullins | 2008-09-21 | 13 | -21/+19 |
* | XPaste.hs: improve author info | gwern0 | 2008-09-20 | 1 | -2/+2 |
* | +XMonad.Util.XPaste: a module for pasting strings to windows | gwern0 | 2008-09-20 | 3 | -0/+78 |
* | UrgencyHook bug fix: cleanupUrgents should clean up reminders, too | Devin Mullins | 2008-09-20 | 1 | -6/+6 |
* | Sketch of XMonad.Config.Monad | Spencer Janssen | 2008-09-17 | 1 | -0/+49 |
* | raiseMaster | seanmce33 | 2008-09-12 | 1 | -2/+42 |
* | Add missing space between dzen command and flags | Daniel Neri | 2008-09-15 | 1 | -1/+1 |
* | Big DynamicLog refactor. Added statusBar, improved compositionality for dzen... | Spencer Janssen | 2008-09-13 | 1 | -68/+55 |
* | Take maintainership of XMonad.Prompt | Spencer Janssen | 2008-09-12 | 1 | -1/+1 |
* | Overhaul Prompt to use a zipper for history navigation. Fixes issue #216 | Spencer Janssen | 2008-09-12 | 1 | -82/+68 |
* | Use the new completion on tab setting | Spencer Janssen | 2008-09-11 | 1 | -0/+1 |
* | Only start to show the completion window with more than one match | Joachim Breitner | 2008-09-08 | 1 | -1/+1 |
* | XPrompt: Add showCompletionOnTab option | Joachim Breitner | 2008-09-08 | 1 | -2/+7 |
* | XMonad.Actions.Plane.planeKeys: function to make easier to configure | Marco Túlio Gontijo e Silva | 2008-07-14 | 1 | -6/+17 |
* | XMonad.Actions.Plane: removed unneeded hiding | Marco Túlio Gontijo e Silva | 2008-07-14 | 1 | -1/+1 |
* | Improvements in documentation | Marco Túlio Gontijo e Silva | 2008-07-09 | 1 | -25/+8 |