| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix haddock typos in XMonad.Config.{Desktop,Gnome,Kde} | Spencer Janssen | 2008-09-11 | 4 | -5/+3 |
* | add clearUrgents for your keys | Devin Mullins | 2008-09-09 | 1 | -3/+10 |
* | add reminder functionality to UrgencyHook | Devin Mullins | 2008-08-24 | 1 | -33/+91 |
* | Bump version to 0.8 | Spencer Janssen | 2008-09-05 | 1 | -2/+2 |
* | Take maintainership of X.L.WindowNavigation | Devin Mullins | 2008-09-02 | 1 | -1/+1 |
* | Take maintainership of NoBorders | Spencer Janssen | 2008-08-29 | 1 | -1/+1 |
* | Only move pointers over managed windows | Joachim Breitner | 2008-06-10 | 1 | -2/+5 |
* | Fix window region checking in UpdatePointer | robreim | 2008-05-11 | 1 | -3/+9 |
* | remove myself as maintainer from modules I don't maintain or use. | David Roundy | 2008-08-28 | 15 | -16/+15 |
* | change withUrgencyHookC api | Devin Mullins | 2008-08-21 | 1 | -18/+21 |
* | Accept a range of xmonad versions | Spencer Janssen | 2008-08-20 | 1 | -1/+1 |
* | StackTile_fix | acura | 2008-08-20 | 1 | -1/+1 |
* | X.H.UrgencyHook: haddock fixes | Devin Mullins | 2008-08-16 | 1 | -2/+2 |
* | Improve documentation for XMonad.Hooks.EwmhDesktops | Spencer Janssen | 2008-08-13 | 1 | -3/+5 |
* | simplify WindowBringer code, and change greedyView to focusWindow | Devin Mullins | 2008-08-11 | 2 | -21/+20 |
* | Updates to my config | Spencer Janssen | 2008-08-12 | 2 | -4/+3 |
* | Added XMonad.Hooks.DynamicHooks | Braden Shepherdson | 2008-07-25 | 2 | -0/+123 |
* | XMonad.Hooks.UrgencyHook: +FocusHook | gwern0 | 2008-07-17 | 1 | -1/+12 |
* | Grid/HintedGrid: prefer wider windows | Lukas Mai | 2008-07-17 | 2 | -2/+2 |
* | I prefer the spencerjanssen@gmail.com address | Spencer Janssen | 2008-07-14 | 9 | -16/+16 |
* | callUrgencyHook after adjustUrgents | Devin Mullins | 2008-07-14 | 1 | -2/+2 |
* | XMonad/Doc/Developing.hs: update haddock ln, cpedit | gwern0 | 2008-07-08 | 1 | -7/+8 |
* | XMonad/Doc.hs: why link to a specific version instead of the latest? | gwern0 | 2008-07-08 | 1 | -2/+2 |
* | XMonad.Actions.Plane.Linear | leoserra | 2008-07-06 | 1 | -6/+16 |
* | XMonad.Actions.Plane: Improvements in code quality | Marco Túlio Gontijo e Silva | 2008-07-06 | 1 | -22/+66 |
* | XMonad.Actions.Plane: Treat error in read | Marco Túlio Gontijo e Silva | 2008-07-10 | 1 | -3/+15 |
* | XMonad.Actions.Plane: GConf support | Marco Túlio Gontijo e Silva | 2008-07-09 | 1 | -9/+27 |
* | X.A.WindowNavigation: comments | Devin Mullins | 2008-07-10 | 1 | -0/+4 |