aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* forgot to set focus in 'focus'. this restores the old behaviourDon Stewart2007-05-281-1/+1
* don't refresh on focus eventsDon Stewart2007-05-281-1/+1
* apply gap to each screenDon Stewart2007-05-281-10/+8
* be sure to reset the gap list on rescreenDon Stewart2007-05-281-2/+3
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-281-4/+11
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-281-4/+7
* 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
* 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-271-4/+10
* Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart2007-05-271-2/+4
* 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-271-2/+2
* refactor code smell in Operation.hsDon Stewart2007-05-271-31/+36
* HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart2007-05-261-6/+6
* add swapLeft and swapRightbobstopper2007-05-221-4/+6
* WibbleSpencer Janssen2007-05-221-2/+1
* Add preliminary randr supportSpencer Janssen2007-05-221-0/+20
* Remove the magic '2'Spencer Janssen2007-05-221-1/+1
* Move special case 'view' code into 'windows'.Spencer Janssen2007-05-211-9/+16
* Remove redundant fromIntegralsSpencer Janssen2007-05-211-1/+1
* Make screen info dynamic: first step to supporting randrSpencer Janssen2007-05-211-3/+3
* Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart2007-05-211-10/+12
* s/workspace/windowset/Jason Creighton2007-05-211-5/+5
* only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton2007-05-211-1/+3
* Be explicit about suspicious System.Mem importSpencer Janssen2007-05-201-1/+1
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-194/+162
* variable number of windows in master areaJason Creighton2007-05-161-10/+13
* Use camelCase, please.Spencer Janssen2007-05-161-10/+10
* beautify tileDavid Roundy2007-05-151-11/+18
* put doLayout in the X monad.David Roundy2007-05-121-4/+6
* Make 'index' return Nothing, rather than errorSpencer Janssen2007-05-081-3/+3
* Redundant parensSpencer Janssen2007-05-081-1/+1
* since we just ignore type errors, no need to derive ShowDon Stewart2007-05-041-1/+1
* Constrain layout messages to be members of a Message classDon Stewart2007-05-041-20/+24
* Handle empty layout listsSpencer Janssen2007-05-041-7/+8
* refactoring, style, comments on new layout codeDon Stewart2007-05-041-39/+58
* added mirrorLayout to mirror arbitrary layoutsJason Creighton2007-05-041-10/+9
* Fix layout switching orderSpencer Janssen2007-05-041-2/+1
* Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen2007-05-031-1/+1
* add support for extensible layouts.David Roundy2007-05-031-18/+30
* comments. and stop tracing events to stderrDon Stewart2007-05-031-4/+9
* Make border width configurableSpencer Janssen2007-04-301-1/+1
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-4/+4
* Add XConf for values that don't change.Spencer Janssen2007-04-301-9/+11
* Control.Arrow is suspicious, add an explicit importSpencer Janssen2007-04-301-1/+1
* configurable border colorsJason Creighton2007-04-301-7/+4
* force window border to 1pxJason Creighton2007-04-231-0/+1