| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | since we just ignore type errors, no need to derive Show | Don Stewart | 2007-05-04 | 1 | -1/+1 |
* | Constrain layout messages to be members of a Message class | Don Stewart | 2007-05-04 | 1 | -20/+24 |
* | Handle empty layout lists | Spencer Janssen | 2007-05-04 | 1 | -7/+8 |
* | refactoring, style, comments on new layout code | Don Stewart | 2007-05-04 | 1 | -39/+58 |
* | added mirrorLayout to mirror arbitrary layouts | Jason Creighton | 2007-05-04 | 1 | -10/+9 |
* | Fix layout switching order | Spencer Janssen | 2007-05-04 | 1 | -2/+1 |
* | Avoid the unsafe pattern match, in case Config.hs has no layouts | Spencer Janssen | 2007-05-03 | 1 | -1/+1 |
* | add support for extensible layouts. | David Roundy | 2007-05-03 | 1 | -18/+30 |
* | comments. and stop tracing events to stderr | Don Stewart | 2007-05-03 | 1 | -4/+9 |
* | Make border width configurable | Spencer Janssen | 2007-04-30 | 1 | -1/+1 |
* | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 2007-04-30 | 1 | -4/+4 |
* | Add XConf for values that don't change. | Spencer Janssen | 2007-04-30 | 1 | -9/+11 |
* | Control.Arrow is suspicious, add an explicit import | Spencer Janssen | 2007-04-30 | 1 | -1/+1 |
* | configurable border colors | Jason Creighton | 2007-04-30 | 1 | -7/+4 |
* | force window border to 1px | Jason Creighton | 2007-04-23 | 1 | -0/+1 |
* | use prefixed record names in latest X11-extras | Jason Creighton | 2007-04-19 | 1 | -1/+1 |
* | WindowSet is better than WorkSpace | Spencer Janssen | 2007-04-19 | 1 | -1/+1 |
* | Parameterise StackSet by two index types, rather than breaking abstraction | Don Stewart | 2007-04-19 | 1 | -3/+3 |
* | Promote now swaps focused window with master window | Don Stewart | 2007-04-19 | 1 | -4/+1 |
* | test for xmonad in path first, before restarting | Don Stewart | 2007-04-16 | 1 | -3/+7 |
* | fix typo. | David Roundy | 2007-04-15 | 1 | -1/+1 |
* | Ignore window entries while moving windows. This should fix all the focus pr... | Spencer Janssen | 2007-04-13 | 1 | -0/+11 |
* | add license headers to two missing files | Don Stewart | 2007-04-11 | 1 | -0/+12 |
* | clean up tiling code a teensy bit, and comment on the interaction between foc... | Don Stewart | 2007-04-11 | 1 | -5/+14 |