| Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-22 | add swapLeft and swapRight | bobstopper | 1 | -4/+6 |
2007-05-22 | Wibble | Spencer Janssen | 1 | -2/+1 |
2007-05-22 | Add preliminary randr support | Spencer Janssen | 1 | -0/+20 |
2007-05-22 | Remove the magic '2' | Spencer Janssen | 1 | -1/+1 |
2007-05-21 | Move special case 'view' code into 'windows'. | Spencer Janssen | 1 | -9/+16 |
2007-05-21 | Remove redundant fromIntegrals | Spencer Janssen | 1 | -1/+1 |
2007-05-21 | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 1 | -3/+3 |
2007-05-21 | Move xinerama current/visible/hidden workspace logic into StackSet directly. | Don Stewart | 1 | -10/+12 |
2007-05-21 | s/workspace/windowset/ | Jason Creighton | 1 | -5/+5 |
2007-05-21 | only hide old workspace on view if the old workspace is not visible (Xinerama) | Jason Creighton | 1 | -1/+3 |
2007-05-20 | Be explicit about suspicious System.Mem import | Spencer Janssen | 1 | -1/+1 |
2007-05-20 | HEADS UP: Rewrite StackSet as a Zipper | Don Stewart | 1 | -194/+162 |
2007-05-16 | variable number of windows in master area | Jason Creighton | 1 | -10/+13 |
2007-05-16 | Use camelCase, please. | Spencer Janssen | 1 | -10/+10 |
2007-05-15 | beautify tile | David Roundy | 1 | -11/+18 |
2007-05-12 | put doLayout in the X monad. | David Roundy | 1 | -4/+6 |
2007-05-08 | Make 'index' return Nothing, rather than error | Spencer Janssen | 1 | -3/+3 |
2007-05-08 | Redundant parens | Spencer Janssen | 1 | -1/+1 |
2007-05-04 | since we just ignore type errors, no need to derive Show | Don Stewart | 1 | -1/+1 |
2007-05-04 | Constrain layout messages to be members of a Message class | Don Stewart | 1 | -20/+24 |
2007-05-04 | Handle empty layout lists | Spencer Janssen | 1 | -7/+8 |
2007-05-04 | refactoring, style, comments on new layout code | Don Stewart | 1 | -39/+58 |
2007-05-04 | added mirrorLayout to mirror arbitrary layouts | Jason Creighton | 1 | -10/+9 |
2007-05-04 | Fix layout switching order | Spencer Janssen | 1 | -2/+1 |
2007-05-03 | Avoid the unsafe pattern match, in case Config.hs has no layouts | Spencer Janssen | 1 | -1/+1 |
2007-05-03 | add support for extensible layouts. | David Roundy | 1 | -18/+30 |
2007-05-03 | comments. and stop tracing events to stderr | Don Stewart | 1 | -4/+9 |
2007-04-30 | Make border width configurable | Spencer Janssen | 1 | -1/+1 |
2007-04-30 | Add Config.hs-boot, remove defaultLayoutDesc from XConf | Spencer Janssen | 1 | -4/+4 |
2007-04-30 | Add XConf for values that don't change. | Spencer Janssen | 1 | -9/+11 |
2007-04-30 | Control.Arrow is suspicious, add an explicit import | Spencer Janssen | 1 | -1/+1 |
2007-04-30 | configurable border colors | Jason Creighton | 1 | -7/+4 |
2007-04-23 | force window border to 1px | Jason Creighton | 1 | -0/+1 |
2007-04-19 | use prefixed record names in latest X11-extras | Jason Creighton | 1 | -1/+1 |
2007-04-19 | WindowSet is better than WorkSpace | Spencer Janssen | 1 | -1/+1 |
2007-04-19 | Parameterise StackSet by two index types, rather than breaking abstraction | Don Stewart | 1 | -3/+3 |
2007-04-19 | Promote now swaps focused window with master window | Don Stewart | 1 | -4/+1 |