| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate Operations.sink too | Spencer Janssen | 2007-09-17 | 1 | -1/+1 |
* | Remove Operations functions which have StackSet equivalents, just use 'window... | Spencer Janssen | 2007-09-17 | 1 | -11/+11 |
* | Change manpage token @@ to %! to avoid conflicts with Haddock (xmonad) | Alex Tarkovsky | 2007-09-17 | 1 | -27/+27 |
* | Add missing insert markers for generate-configs.sh in Config.hs | Alex Tarkovsky | 2007-09-07 | 1 | -4/+9 |
* | Use show rather than string hacks | Spencer Janssen | 2007-09-05 | 1 | -1/+1 |
* | switch WorkspaceId to String. | David Roundy | 2007-08-20 | 1 | -1/+1 |
* | Alex Tarkovsky's docstring patch updated for conflicts | Spencer Janssen | 2007-09-05 | 1 | -2/+10 |
* | Add docstrings for mouse controls | Spencer Janssen | 2007-08-24 | 1 | -0/+3 |
* | comment only: example of 2 monitor gaps | Don Stewart | 2007-08-21 | 1 | -0/+5 |
* | Fix new bug in screen switching | Spencer Janssen | 2007-08-16 | 1 | -1/+2 |
* | change workspaces to [WorkspaceId] | David Roundy | 2007-08-14 | 1 | -3/+3 |
* | Tweak dmenu binding | Peter De Wachter | 2007-07-17 | 1 | -1/+1 |
* | Operations.screenWorkspace: return Nothing when the screen does not exist | Spencer Janssen | 2007-07-08 | 1 | -1/+1 |
* | make Layouts able to layout whatever they like. | David Roundy | 2007-06-19 | 1 | -1/+1 |
* | haddock compatibility | Andrea Rossato | 2007-06-10 | 1 | -12/+12 |
* | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 2007-06-10 | 1 | -4/+6 |
* | Enable logging of state changes to stdout | Don Stewart | 2007-06-05 | 1 | -0/+7 |
* | heads up: polish config.hs. moves tiling-local values into lexical scope. rem... | Don Stewart | 2007-06-03 | 1 | -21/+39 |
* | Fix out-of-date comment in Config.hs. | Chris Mears | 2007-06-02 | 1 | -1/+1 |
* | make mouse bindings configurable | Jason Creighton | 2007-06-02 | 1 | -0/+7 |
* | Revert accidental change to border color | Spencer Janssen | 2007-05-31 | 1 | -1/+1 |
* | clean up mouse code a bit | Don Stewart | 2007-05-31 | 1 | -3/+3 |
* | first shot at a floating layer | Jason Creighton | 2007-05-31 | 1 | -0/+2 |
* | Really change restart keybinding this time | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | UNDO: HEADS UP: Change restart keybinding to mod-q | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | HEADS UP: Change restart keybinding to mod-q | Spencer Janssen | 2007-05-30 | 1 | -1/+1 |
* | Fix 'refresh' doc string | Spencer Janssen | 2007-05-29 | 1 | -1/+1 |
* | make 'tall' layout the default on startup. more useful for new users | Don Stewart | 2007-05-29 | 1 | -3/+3 |
* | ensure !! won't go out of bounds in modifyGap | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | help man script | Don Stewart | 2007-05-28 | 1 | -2/+1 |
* | Document mod-n | Spencer Janssen | 2007-05-28 | 1 | -1/+1 |
* | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 2007-05-28 | 1 | -5/+6 |
* | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 2007-05-28 | 1 | -4/+9 |
* | mod-b, toggle on or off the status bar gap | Don Stewart | 2007-05-27 | 1 | -3/+6 |
* | Add new config value, defaultMenuGap, for specifying a gap for a status bar | Don Stewart | 2007-05-27 | 1 | -0/+4 |
* | Generate keybindings section in manpage from Config.hs | Jason Creighton | 2007-05-27 | 1 | -90/+22 |
* | HEADS UP: change key binding for swapLeft/Right and IncMaster | Don Stewart | 2007-05-26 | 1 | -12/+17 |
* | Formatting only | Spencer Janssen | 2007-05-25 | 1 | -3/+3 |
* | Use --resume by default | Spencer Janssen | 2007-05-23 | 1 | -1/+1 |
* | add swapLeft and swapRight | bobstopper | 2007-05-22 | 1 | -1/+4 |
* | Experimental support for a beefier restart. | Spencer Janssen | 2007-05-21 | 1 | -1/+1 |
* | Put restart in the X monad | Spencer Janssen | 2007-05-21 | 1 | -1/+1 |
* | Fix mod-j/k bindings | Spencer Janssen | 2007-05-21 | 1 | -3/+3 |
* | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 2007-05-20 | 1 | -9/+9 |
* | variable number of windows in master area | Jason Creighton | 2007-05-16 | 1 | -1/+10 |
* | Constrain layout messages to be members of a Message class | Don Stewart | 2007-05-04 | 1 | -2/+2 |
* | More Config.hs bugs | Spencer Janssen | 2007-05-04 | 1 | -3/+3 |
* | Revert accidental change to Config.hs | Spencer Janssen | 2007-05-04 | 1 | -1/+1 |
* | add support for extensible layouts. | David Roundy | 2007-05-03 | 1 | -12/+5 |
* | elaborate documentation in Config.hs | Don Stewart | 2007-05-03 | 1 | -15/+38 |