| Commit message (Expand) | Author | Files | Lines |
2007-06-04 | Dump state at launch (commented for now) | Spencer Janssen | 1 | -0/+2 |
2007-06-04 | base > | Spencer Janssen | 1 | -1/+1 |
2007-06-04 | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear | 1 | -3/+1 |
2007-06-04 | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear | 1 | -2/+13 |
2007-06-04 | clean up Main.hs slightly | Don Stewart | 1 | -9/+9 |
2007-06-04 | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 1 | -4/+0 |
2007-06-04 | Honor configure requests from unmanaged windows | Spencer Janssen | 1 | -4/+4 |
2007-06-03 | -Wall police | Spencer Janssen | 1 | -4/+3 |
2007-06-03 | Correctly handle resize requests (-12 +22) | Stefan O'Rear | 1 | -12/+22 |
2007-06-02 | make mouse bindings configurable | Jason Creighton | 1 | -41/+20 |
2007-06-01 | ignore numlock/capslock on mouse bindings | Jason Creighton | 1 | -2/+1 |
2007-05-31 | clean up mouse code a bit | Don Stewart | 1 | -12/+16 |
2007-05-31 | first shot at a floating layer | Jason Creighton | 1 | -3/+42 |
2007-05-28 | be sure to reset the gap list on rescreen | Don Stewart | 1 | -1/+1 |
2007-05-28 | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 1 | -1/+1 |
2007-05-28 | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 1 | -1/+1 |
2007-05-27 | mod-b, toggle on or off the status bar gap | Don Stewart | 1 | -0/+1 |
2007-05-27 | clean Main.hs slightly | Don Stewart | 1 | -6/+7 |
2007-05-22 | refactor using whenX | Don Stewart | 1 | -3/+1 |
2007-05-22 | Add preliminary randr support | Spencer Janssen | 1 | -2/+7 |
2007-05-21 | Experimental support for a beefier restart. | Spencer Janssen | 1 | -2/+8 |
2007-05-21 | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 1 | -4/+4 |
2007-05-21 | s/workspace/windowset/ | Jason Creighton | 1 | -1/+1 |
2007-05-20 | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 1 | -61/+31 |
2007-05-04 | Handle empty layout lists | Spencer Janssen | 1 | -2/+3 |
2007-05-04 | use anyKey constant instead of magic number | Jason Creighton | 1 | -1/+1 |
2007-05-03 | add support for extensible layouts. | David Roundy | 1 | -1/+1 |
2007-05-03 | Use updated refreshKeyboardMapping. Requires latest X11-extras | Spencer Janssen | 1 | -4/+1 |
2007-04-30 | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 1 | -1/+0 |
2007-04-30 | Add XConf for values that don't change. | Spencer Janssen | 1 | -6/+10 |
2007-04-30 | configurable border colors | Jason Creighton | 1 | -0/+6 |
2007-04-28 | avoid grabbing all keys when a keysym is undefined | Jason Creighton | 1 | -1/+3 |
2007-04-24 | Ignore numlock and capslock in keybindings | Jason Creighton | 1 | -2/+2 |
2007-04-24 | Clear numlock bit | Spencer Janssen | 1 | -1/+1 |
2007-04-19 | use prefixed record names in latest X11-extras | Jason Creighton | 1 | -24/+24 |
2007-04-10 | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 1 | -2/+1 |
2007-04-09 | Remove redundant parens | Spencer Janssen | 1 | -1/+1 |
2007-04-09 | Remove unused 'screen' field | Spencer Janssen | 1 | -1/+0 |
2007-04-04 | replace multiple gets with a single get and record bind | Don Stewart | 1 | -2/+1 |
2007-04-02 | Revert to the old layout code. | Spencer Janssen | 1 | -1/+1 |
2007-04-01 | Remove trailing spaces, no content changed | Alec Berryman | 1 | -4/+4 |
2007-04-01 | Fix type error in dimensions field of XState record for 64-bit systems | Alec Berryman | 1 | -1/+3 |
2007-04-01 | Vertical/horizontal split, and resizability. | hughes | 1 | -1/+1 |
2007-03-31 | Move safeFocus from Main to Operations | Spencer Janssen | 1 | -7/+0 |
2007-03-31 | removed refocus; moved functionality to setFocus | Jason Creighton | 1 | -1/+0 |
2007-03-30 | refactored "focus changed" code into "refocus" | Jason Creighton | 1 | -0/+1 |
2007-03-28 | Fix refreshKeyboardMapping issues. Requires the latest X11-extras | Spencer Janssen | 1 | -2/+2 |
2007-03-28 | first shot at allowing click to focus windows | daniel | 1 | -5/+14 |
2007-03-28 | Compatibility with CInt'ified X11 | Spencer Janssen | 1 | -2/+6 |
2007-03-26 | Workspace-specific layouts | hughes | 1 | -11/+11 |