aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document mod-nSpencer Janssen2007-05-281-1/+1
* be sure to reset the gap list on rescreenDon Stewart2007-05-282-3/+4
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-284-11/+19
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-284-23/+28
* Update extra-source-filesSpencer Janssen2007-05-271-0/+1
* Note the manpage move in xmonad.cabalSpencer Janssen2007-05-271-1/+1
* refactor onlyDon Stewart2007-05-271-10/+5
* comments on alternative gap movement policiesDon Stewart2007-05-271-0/+3
* when focus is called from an event, better refresh too, since it might have s...Don Stewart2007-05-271-1/+6
* only set gap on current physical screenDon Stewart2007-05-271-4/+7
* gapDon Stewart2007-05-271-0/+2
* todoDon Stewart2007-05-271-0/+1
* revert raiseWindow in focus. Leads to some funny races with pop ups. Harmless...Don Stewart2007-05-271-1/+1
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-276-8/+88
* Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart2007-05-273-2/+9
* raiseWindow when settings focus. The focused window should always be raised, ...Don Stewart2007-05-271-1/+2
* Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bugDon Stewart2007-05-272-3/+3
* dead codeDon Stewart2007-05-271-1/+0
* refactor code smell in Operation.hsDon Stewart2007-05-271-31/+36
* clean Main.hs slightlyDon Stewart2007-05-271-6/+7
* todoDon Stewart2007-05-271-1/+0
* Generate keybindings section in manpage from Config.hsJason Creighton2007-05-274-121/+70
* specify --user, spotted by fastaDon Stewart2007-05-271-1/+1
* HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart2007-05-264-107/+117
* type sig for abort.Don Stewart2007-05-261-2/+3
* Add an abort function, called for deliberate and intentional errorsNeil Mitchell2007-05-241-2/+6
* Delete the Catch wrapper, no longer required by the latest version of CatchNeil Mitchell2007-05-241-72/+0
* start on TODO list needed for 0.2 to be taggedDon Stewart2007-05-261-39/+6
* Add a test that the size field of StackSet is correct to QuickCheck invariant.glasser2007-05-251-0/+3
* Formatting onlySpencer Janssen2007-05-251-3/+3
* Quickcheck property to check that delete / focus behaviourRob2007-05-251-0/+4
* Fix bug in noDuplicate invariantRob2007-05-251-3/+3
* Add a note about already installed packagesSpencer Janssen2007-05-251-0/+3
* Deleting a window should not affect focusRob2007-05-251-2/+5
* Use --resume by defaultSpencer Janssen2007-05-231-1/+1
* add swapLeft and swapRightbobstopper2007-05-224-35/+80
* restart: don't preserve old argsSpencer Janssen2007-05-221-4/+3
* WibbleSpencer Janssen2007-05-221-2/+1
* Generalize withDisplay's typeSpencer Janssen2007-05-221-1/+1
* refactor using whenXDon Stewart2007-05-221-3/+1
* Add preliminary randr supportSpencer Janssen2007-05-222-2/+27
* Update the Catch checking to the new interface for StackSetNeil Mitchell2007-05-221-3/+15
* Remove the magic '2'Spencer Janssen2007-05-221-1/+1
* List --resume args firstSpencer Janssen2007-05-221-1/+1
* Move special case 'view' code into 'windows'.Spencer Janssen2007-05-211-9/+16
* Experimental support for a beefier restart.Spencer Janssen2007-05-213-10/+24
* Catch the exception rather than explicitly checking the PATHSpencer Janssen2007-05-211-6/+2
* Put restart in the X monadSpencer Janssen2007-05-212-3/+3
* Show instances for WorkspaceId and ScreenIdSpencer Janssen2007-05-211-2/+2
* Read instance for StackSetSpencer Janssen2007-05-211-4/+4