| Commit message (Expand) | Author | Files | Lines |
2007-06-06 | simplify code | Don Stewart | 1 | -1/+1 |
2007-06-05 | mention why StackSet needs -fglasgow-exts (for deriving Typeable) | Don Stewart | 1 | -2/+3 |
2007-06-05 | comments only | Don Stewart | 1 | -23/+5 |
2007-06-05 | clean size hint code | Don Stewart | 1 | -22/+22 |
2007-06-05 | Enable logging of state changes to stdout | Don Stewart | 1 | -3/+3 |
2007-06-05 | Fix lost eventNotifyMask bug | Don Stewart | 1 | -9/+24 |
2007-06-04 | Comment only | Spencer Janssen | 1 | -1/+2 |
2007-06-04 | Wibble. | Spencer Janssen | 1 | -1/+1 |
2007-06-04 | apply size hints to floating windows | Peter De Wachter | 1 | -2/+4 |
2007-06-04 | size hints infrastructure | Peter De Wachter | 1 | -0/+33 |
2007-06-04 | Delete stale comment | Spencer Janssen | 1 | -2/+0 |
2007-06-04 | Use 'windows' in 'focus' | Spencer Janssen | 1 | -1/+1 |
2007-06-04 | Small clean up | Spencer Janssen | 1 | -3/+2 |
2007-06-04 | Merge windows and refresh | Spencer Janssen | 1 | -40/+37 |
2007-06-04 | Use the new integrate function | Spencer Janssen | 1 | -3/+1 |
2007-06-04 | Delete stale comments | Spencer Janssen | 1 | -6/+1 |
2007-06-04 | Remove inaccurate warnings about 'hide' | Spencer Janssen | 1 | -3/+0 |
2007-06-04 | base > | Spencer Janssen | 1 | -5/+5 |
2007-06-04 | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear | 1 | -6/+1 |
2007-06-04 | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear | 1 | -11/+23 |
2007-06-04 | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 1 | -1/+2 |
2007-06-03 | comments only | Don Stewart | 1 | -4/+13 |
2007-06-03 | Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 now | Don Stewart | 1 | -41/+41 |
2007-06-03 | heads up: polish config.hs. moves tiling-local values into lexical scope. rem... | Don Stewart | 1 | -7/+22 |
2007-06-02 | only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus) | Jason Creighton | 1 | -2/+3 |
2007-06-02 | make mouse bindings configurable | Jason Creighton | 1 | -10/+42 |
2007-06-01 | commented out implementation state logging. if someone has a client, we can e... | Don Stewart | 1 | -1/+2 |
2007-06-01 | ignore numlock/capslock on mouse bindings | Jason Creighton | 1 | -6/+10 |
2007-06-01 | now we handle transients properly, and restack windows, refresh from focus is ok | Don Stewart | 1 | -1/+1 |
2007-06-01 | Rename withWorkspace to withWindowSet. | glasser | 1 | -6/+6 |
2007-05-31 | comments on why fullscreen tiling doesn't work with `implicit' floating | Don Stewart | 1 | -0/+10 |
2007-05-31 | clean up mouse code a bit | Don Stewart | 1 | -26/+45 |
2007-05-31 | first shot at a floating layer | Jason Creighton | 1 | -23/+62 |
2007-05-28 | forgot to set focus in 'focus'. this restores the old behaviour | Don Stewart | 1 | -1/+1 |
2007-05-28 | don't refresh on focus events | Don Stewart | 1 | -1/+1 |
2007-05-28 | apply gap to each screen | Don Stewart | 1 | -10/+8 |
2007-05-28 | be sure to reset the gap list on rescreen | Don Stewart | 1 | -2/+3 |
2007-05-28 | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 1 | -4/+11 |
2007-05-28 | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 1 | -4/+7 |
2007-05-27 | refactor only | Don Stewart | 1 | -10/+5 |
2007-05-27 | comments on alternative gap movement policies | Don Stewart | 1 | -0/+3 |
2007-05-27 | when focus is called from an event, better refresh too, since it might have s... | Don Stewart | 1 | -1/+6 |
2007-05-27 | only set gap on current physical screen | Don Stewart | 1 | -4/+7 |
2007-05-27 | revert raiseWindow in focus. Leads to some funny races with pop ups. Harmless... | Don Stewart | 1 | -1/+1 |
2007-05-27 | mod-b, toggle on or off the status bar gap | Don Stewart | 1 | -4/+10 |
2007-05-27 | Add new config value, defaultMenuGap, for specifying a gap for a status bar | Don Stewart | 1 | -2/+4 |
2007-05-27 | raiseWindow when settings focus. The focused window should always be raised, ... | Don Stewart | 1 | -1/+2 |
2007-05-27 | Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bug | Don Stewart | 1 | -2/+2 |
2007-05-27 | refactor code smell in Operation.hs | Don Stewart | 1 | -31/+36 |
2007-05-26 | HEADS UP: change key binding for swapLeft/Right and IncMaster | Don Stewart | 1 | -6/+6 |