| Commit message (Expand) | Author | Age | Files | Lines |
* | Deleting a window should not affect focus | Rob | 2007-05-25 | 1 | -2/+5 |
* | Use --resume by default | Spencer Janssen | 2007-05-23 | 1 | -1/+1 |
* | add swapLeft and swapRight | bobstopper | 2007-05-22 | 4 | -35/+80 |
* | restart: don't preserve old args | Spencer Janssen | 2007-05-22 | 1 | -4/+3 |
* | Wibble | Spencer Janssen | 2007-05-22 | 1 | -2/+1 |
* | Generalize withDisplay's type | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | refactor using whenX | Don Stewart | 2007-05-22 | 1 | -3/+1 |
* | Add preliminary randr support | Spencer Janssen | 2007-05-22 | 2 | -2/+27 |
* | Update the Catch checking to the new interface for StackSet | Neil Mitchell | 2007-05-22 | 1 | -3/+15 |
* | Remove the magic '2' | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | List --resume args first | Spencer Janssen | 2007-05-22 | 1 | -1/+1 |
* | Move special case 'view' code into 'windows'. | Spencer Janssen | 2007-05-21 | 1 | -9/+16 |
* | Experimental support for a beefier restart. | Spencer Janssen | 2007-05-21 | 3 | -10/+24 |
* | Catch the exception rather than explicitly checking the PATH | Spencer Janssen | 2007-05-21 | 1 | -6/+2 |
* | Put restart in the X monad | Spencer Janssen | 2007-05-21 | 2 | -3/+3 |
* | Show instances for WorkspaceId and ScreenId | Spencer Janssen | 2007-05-21 | 1 | -2/+2 |
* | Read instance for StackSet | Spencer Janssen | 2007-05-21 | 1 | -4/+4 |
* | Remove redundant fromIntegrals | Spencer Janssen | 2007-05-21 | 1 | -1/+1 |
* | Use Position for dimensions | Spencer Janssen | 2007-05-21 | 1 | -4/+4 |
* | Make screen info dynamic: first step to supporting randr | Spencer Janssen | 2007-05-21 | 3 | -10/+10 |
* | modify | Don Stewart | 2007-05-21 | 1 | -1/+2 |
* | Move xinerama current/visible/hidden workspace logic into StackSet directly. | Don Stewart | 2007-05-21 | 3 | -126/+120 |
* | s/workspace/windowset/ | Jason Creighton | 2007-05-21 | 3 | -8/+8 |
* | focusWindow: always view the containing workspace first | Jason Creighton | 2007-05-21 | 1 | -9/+4 |
* | explicit export list for StackSet | Don Stewart | 2007-05-21 | 1 | -1/+5 |
* | comment only | Don Stewart | 2007-05-20 | 1 | -4/+4 |
* | only hide old workspace on view if the old workspace is not visible (Xinerama) | Jason Creighton | 2007-05-21 | 1 | -1/+3 |
* | Fix mod-j/k bindings | Spencer Janssen | 2007-05-21 | 1 | -3/+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 | 7 | -757/+1107 |
* | Read is not needed for StackSet | Spencer Janssen | 2007-05-16 | 1 | -1/+1 |
* | variable number of windows in master area | Jason Creighton | 2007-05-16 | 3 | -13/+25 |
* | Use camelCase, please. | Spencer Janssen | 2007-05-16 | 1 | -10/+10 |
* | beautify tile | David Roundy | 2007-05-15 | 2 | -14/+21 |
* | put doLayout in the X monad. | David Roundy | 2007-05-12 | 2 | -5/+7 |
* | setsid() before exec. Intended to fix issue #7 | Spencer Janssen | 2007-05-14 | 1 | -2/+2 |
* | keep focus stack. | David Roundy | 2007-05-10 | 2 | -24/+35 |
* | bump LOC limit to 550 | Jason Creighton | 2007-05-10 | 1 | -1/+1 |
* | Remove broken prop_promoterotate, replace it with prop_promote_raise_id | Spencer Janssen | 2007-05-08 | 1 | -4/+7 |
* | Disable shift_reversible until focus issues are decided. | Spencer Janssen | 2007-05-08 | 1 | -1/+5 |
* | Disable delete.push until focus issues are decided | Spencer Janssen | 2007-05-08 | 1 | -1/+5 |
* | Remove unsafe fromJust | Spencer Janssen | 2007-05-08 | 1 | -1/+1 |
* | Add the initial Catch testing framework for StackSet | Neil Mitchell http://www.cs.york.ac.uk/~ndm/ | 2007-05-08 | 1 | -0/+60 |
* | Work around the fact that Yhc gets defaulting a bit wrong | Neil Mitchell http://www.cs.york.ac.uk/~ndm/ | 2007-05-08 | 1 | -1/+3 |
* | Make tests typecheck | Spencer Janssen | 2007-05-08 | 1 | -1/+1 |
* | Remove unsafe use of head | Spencer Janssen | 2007-05-08 | 1 | -1/+2 |
* | Make 'index' return Nothing, rather than error | Spencer Janssen | 2007-05-08 | 2 | -7/+7 |
* | Use 'drop 1' rather than tail, skip equality check. | Spencer Janssen | 2007-05-08 | 1 | -4/+5 |
* | Redundant parens | Spencer Janssen | 2007-05-08 | 1 | -1/+1 |
* | StackSet.view: ignore invalid indices | Spencer Janssen | 2007-05-08 | 1 | -3/+3 |