| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move state logging into Config.hs, via logHook :: X () | Don Stewart | 2007-06-10 | 1 | -1/+1 |
* | UNDO: Give refresh sole responsibility for establishing window properties (-3... | Stefan O'Rear | 2007-06-09 | 1 | -8/+16 |
* | Give refresh sole responsibility for establishing window properties (-3 loc) | Stefan O'Rear | 2007-06-09 | 1 | -16/+8 |
* | HEADS UP: (logging format change). use a custom pretty printer, for an easier... | Don Stewart | 2007-06-09 | 1 | -1/+1 |
* | Fix unmap handling | Spencer Janssen | 2007-06-06 | 1 | -10/+12 |
* | move extraModifiers/cleanMask to Operations.hs | Jason Creighton | 2007-06-06 | 1 | -6/+0 |
* | whitespace | Don Stewart | 2007-06-06 | 1 | -1/+1 |
* | Enable logging of state changes to stdout | Don Stewart | 2007-06-05 | 1 | -1/+2 |
* | remove accidental logging of events | Don Stewart | 2007-06-05 | 1 | -6/+3 |
* | Fix lost eventNotifyMask bug | Don Stewart | 2007-06-05 | 1 | -5/+22 |
* | Comment only | Spencer Janssen | 2007-06-04 | 1 | -1/+0 |
* | Dump state at launch (commented for now) | Spencer Janssen | 2007-06-04 | 1 | -0/+2 |
* | base > | Spencer Janssen | 2007-06-04 | 1 | -1/+1 |
* | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear | 2007-06-04 | 1 | -3/+1 |
* | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear | 2007-06-04 | 1 | -2/+13 |
* | clean up Main.hs slightly | Don Stewart | 2007-06-04 | 1 | -9/+9 |
* | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 2007-06-04 | 1 | -4/+0 |
* | Honor configure requests from unmanaged windows | Spencer Janssen | 2007-06-04 | 1 | -4/+4 |
* | -Wall police | Spencer Janssen | 2007-06-03 | 1 | -4/+3 |
* | Correctly handle resize requests (-12 +22) | Stefan O'Rear | 2007-06-03 | 1 | -12/+22 |
* | make mouse bindings configurable | Jason Creighton | 2007-06-02 | 1 | -41/+20 |
* | ignore numlock/capslock on mouse bindings | Jason Creighton | 2007-06-01 | 1 | -2/+1 |
* | clean up mouse code a bit | Don Stewart | 2007-05-31 | 1 | -12/+16 |
* | first shot at a floating layer | Jason Creighton | 2007-05-31 | 1 | -3/+42 |
* | be sure to reset the gap list on rescreen | Don Stewart | 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 | -1/+1 |
* | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | mod-b, toggle on or off the status bar gap | Don Stewart | 2007-05-27 | 1 | -0/+1 |
* | clean Main.hs slightly | Don Stewart | 2007-05-27 | 1 | -6/+7 |
* | refactor using whenX | Don Stewart | 2007-05-22 | 1 | -3/+1 |
* | Add preliminary randr support | Spencer Janssen | 2007-05-22 | 1 | -2/+7 |
* | Experimental support for a beefier restart. | Spencer Janssen | 2007-05-21 | 1 | -2/+8 |
* | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 2007-05-21 | 1 | -4/+4 |
* | s/workspace/windowset/ | Jason Creighton | 2007-05-21 | 1 | -1/+1 |
* | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 2007-05-20 | 1 | -61/+31 |
* | Handle empty layout lists | Spencer Janssen | 2007-05-04 | 1 | -2/+3 |
* | use anyKey constant instead of magic number | Jason Creighton | 2007-05-04 | 1 | -1/+1 |
* | add support for extensible layouts. | David Roundy | 2007-05-03 | 1 | -1/+1 |
* | Use updated refreshKeyboardMapping. Requires latest X11-extras | Spencer Janssen | 2007-05-03 | 1 | -4/+1 |
* | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 2007-04-30 | 1 | -1/+0 |
* | Add XConf for values that don't change. | Spencer Janssen | 2007-04-30 | 1 | -6/+10 |
* | configurable border colors | Jason Creighton | 2007-04-30 | 1 | -0/+6 |
* | avoid grabbing all keys when a keysym is undefined | Jason Creighton | 2007-04-28 | 1 | -1/+3 |
* | Ignore numlock and capslock in keybindings | Jason Creighton | 2007-04-24 | 1 | -2/+2 |
* | Clear numlock bit | Spencer Janssen | 2007-04-24 | 1 | -1/+1 |
* | use prefixed record names in latest X11-extras | Jason Creighton | 2007-04-19 | 1 | -24/+24 |
* | moved screen <-> workspace mapping from XMonad to StackSet | Jason Creighton | 2007-04-10 | 1 | -2/+1 |
* | Remove redundant parens | Spencer Janssen | 2007-04-09 | 1 | -1/+1 |
* | Remove unused 'screen' field | Spencer Janssen | 2007-04-09 | 1 | -1/+0 |
* | replace multiple gets with a single get and record bind | Don Stewart | 2007-04-04 | 1 | -2/+1 |