| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove no-longer-needed 'dimensions' state (-5 loc) | Stefan O'Rear | 2007-06-04 | 1 | -6/+1 |
* | Set WM_STATE, iconify invisible windows (+9 loc) | Stefan O'Rear | 2007-06-04 | 1 | -11/+23 |
* | do not cache atom values within Xmonad, instead let Xlib worry about caching ... | Stefan O'Rear | 2007-06-04 | 1 | -1/+2 |
* | comments only | Don Stewart | 2007-06-03 | 1 | -4/+13 |
* | Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 now | Don Stewart | 2007-06-03 | 1 | -41/+41 |
* | heads up: polish config.hs. moves tiling-local values into lexical scope. rem... | Don Stewart | 2007-06-03 | 1 | -7/+22 |
* | only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus) | Jason Creighton | 2007-06-02 | 1 | -2/+3 |
* | make mouse bindings configurable | Jason Creighton | 2007-06-02 | 1 | -10/+42 |
* | commented out implementation state logging. if someone has a client, we can e... | Don Stewart | 2007-06-01 | 1 | -1/+2 |
* | ignore numlock/capslock on mouse bindings | Jason Creighton | 2007-06-01 | 1 | -6/+10 |
* | now we handle transients properly, and restack windows, refresh from focus is ok | Don Stewart | 2007-06-01 | 1 | -1/+1 |
* | Rename withWorkspace to withWindowSet. | glasser | 2007-06-01 | 1 | -6/+6 |
* | comments on why fullscreen tiling doesn't work with `implicit' floating | Don Stewart | 2007-05-31 | 1 | -0/+10 |
* | clean up mouse code a bit | Don Stewart | 2007-05-31 | 1 | -26/+45 |
* | first shot at a floating layer | Jason Creighton | 2007-05-31 | 1 | -23/+62 |
* | forgot to set focus in 'focus'. this restores the old behaviour | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | don't refresh on focus events | Don Stewart | 2007-05-28 | 1 | -1/+1 |
* | apply gap to each screen | Don Stewart | 2007-05-28 | 1 | -10/+8 |
* | be sure to reset the gap list on rescreen | Don Stewart | 2007-05-28 | 1 | -2/+3 |
* | support per-screen gap settings. you can have different gaps on individual sc... | Don Stewart | 2007-05-28 | 1 | -4/+11 |
* | Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screen | Don Stewart | 2007-05-28 | 1 | -4/+7 |
* | refactor only | Don Stewart | 2007-05-27 | 1 | -10/+5 |
* | comments on alternative gap movement policies | Don Stewart | 2007-05-27 | 1 | -0/+3 |
* | when focus is called from an event, better refresh too, since it might have s... | Don Stewart | 2007-05-27 | 1 | -1/+6 |
* | only set gap on current physical screen | Don Stewart | 2007-05-27 | 1 | -4/+7 |
* | revert raiseWindow in focus. Leads to some funny races with pop ups. Harmless... | Don Stewart | 2007-05-27 | 1 | -1/+1 |
* | mod-b, toggle on or off the status bar gap | Don Stewart | 2007-05-27 | 1 | -4/+10 |
* | Add new config value, defaultMenuGap, for specifying a gap for a status bar | Don Stewart | 2007-05-27 | 1 | -2/+4 |
* | raiseWindow when settings focus. The focused window should always be raised, ... | Don Stewart | 2007-05-27 | 1 | -1/+2 |
* | Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bug | Don Stewart | 2007-05-27 | 1 | -2/+2 |
* | refactor code smell in Operation.hs | Don Stewart | 2007-05-27 | 1 | -31/+36 |
* | HEADS UP: change key binding for swapLeft/Right and IncMaster | Don Stewart | 2007-05-26 | 1 | -6/+6 |
* | add swapLeft and swapRight | bobstopper | 2007-05-22 | 1 | -4/+6 |
* | Wibble | Spencer Janssen | 2007-05-22 | 1 | -2/+1 |
* | Add preliminary randr support | Spencer Janssen | 2007-05-22 | 1 | -0/+20 |
* | Remove the magic '2' | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | Move special case 'view' code into 'windows'. | Spencer Janssen | 2007-05-21 | 1 | -9/+16 |
* | Remove redundant fromIntegrals | Spencer Janssen | 2007-05-21 | 1 | -1/+1 |
* | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 2007-05-21 | 1 | -3/+3 |
* | Move xinerama current/visible/hidden workspace logic into StackSet directly. | Don Stewart | 2007-05-21 | 1 | -10/+12 |
* | s/workspace/windowset/ | Jason Creighton | 2007-05-21 | 1 | -5/+5 |
* | only hide old workspace on view if the old workspace is not visible (Xinerama) | Jason Creighton | 2007-05-21 | 1 | -1/+3 |
* | Be explicit about suspicious System.Mem import | Spencer Janssen | 2007-05-20 | 1 | -1/+1 |
* | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 2007-05-20 | 1 | -194/+162 |
* | variable number of windows in master area | Jason Creighton | 2007-05-16 | 1 | -10/+13 |
* | Use camelCase, please. | Spencer Janssen | 2007-05-16 | 1 | -10/+10 |
* | beautify tile | David Roundy | 2007-05-15 | 1 | -11/+18 |
* | put doLayout in the X monad. | David Roundy | 2007-05-12 | 1 | -4/+6 |
* | Make 'index' return Nothing, rather than error | Spencer Janssen | 2007-05-08 | 1 | -3/+3 |
* | Redundant parens | Spencer Janssen | 2007-05-08 | 1 | -1/+1 |