aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-05-28forgot to set focus in 'focus'. this restores the old behaviourDon Stewart1-1/+1
2007-05-28don't refresh on focus eventsDon Stewart1-1/+1
2007-05-28apply gap to each screenDon Stewart1-10/+8
2007-05-28be sure to reset the gap list on rescreenDon Stewart1-2/+3
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart1-4/+11
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart1-4/+7
2007-05-27refactor onlyDon Stewart1-10/+5
2007-05-27comments on alternative gap movement policiesDon Stewart1-0/+3
2007-05-27when focus is called from an event, better refresh too, since it might have s...Don Stewart1-1/+6
2007-05-27only set gap on current physical screenDon Stewart1-4/+7
2007-05-27revert raiseWindow in focus. Leads to some funny races with pop ups. Harmless...Don Stewart1-1/+1
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart1-4/+10
2007-05-27Add new config value, defaultMenuGap, for specifying a gap for a status barDon Stewart1-2/+4
2007-05-27raiseWindow when settings focus. The focused window should always be raised, ...Don Stewart1-1/+2
2007-05-27Be a bit more conservative with -O flags, and GC. Hope to avoid runtime GC bugDon Stewart1-2/+2
2007-05-27refactor code smell in Operation.hsDon Stewart1-31/+36
2007-05-26HEADS UP: change key binding for swapLeft/Right and IncMasterDon Stewart1-6/+6
2007-05-22add swapLeft and swapRightbobstopper1-4/+6
2007-05-22WibbleSpencer Janssen1-2/+1
2007-05-22Add preliminary randr supportSpencer Janssen1-0/+20
2007-05-22Remove the magic '2'Spencer Janssen1-1/+1
2007-05-21Move special case 'view' code into 'windows'.Spencer Janssen1-9/+16
2007-05-21Remove redundant fromIntegralsSpencer Janssen1-1/+1
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen1-3/+3
2007-05-21Move xinerama current/visible/hidden workspace logic into StackSet directly.Don Stewart1-10/+12
2007-05-21s/workspace/windowset/Jason Creighton1-5/+5
2007-05-21only hide old workspace on view if the old workspace is not visible (Xinerama)Jason Creighton1-1/+3
2007-05-20Be explicit about suspicious System.Mem importSpencer Janssen1-1/+1
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-194/+162
2007-05-16variable number of windows in master areaJason Creighton1-10/+13
2007-05-16Use camelCase, please.Spencer Janssen1-10/+10
2007-05-15beautify tileDavid Roundy1-11/+18
2007-05-12put doLayout in the X monad.David Roundy1-4/+6
2007-05-08Make 'index' return Nothing, rather than errorSpencer Janssen1-3/+3
2007-05-08Redundant parensSpencer Janssen1-1/+1
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart1-1/+1
2007-05-04Constrain layout messages to be members of a Message classDon Stewart1-20/+24
2007-05-04Handle empty layout listsSpencer Janssen1-7/+8
2007-05-04refactoring, style, comments on new layout codeDon Stewart1-39/+58
2007-05-04added mirrorLayout to mirror arbitrary layoutsJason Creighton1-10/+9
2007-05-04Fix layout switching orderSpencer Janssen1-2/+1
2007-05-03Avoid the unsafe pattern match, in case Config.hs has no layoutsSpencer Janssen1-1/+1
2007-05-03add support for extensible layouts.David Roundy1-18/+30
2007-05-03comments. and stop tracing events to stderrDon Stewart1-4/+9
2007-04-30Make border width configurableSpencer Janssen1-1/+1
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen1-4/+4
2007-04-30Add XConf for values that don't change.Spencer Janssen1-9/+11
2007-04-30Control.Arrow is suspicious, add an explicit importSpencer Janssen1-1/+1
2007-04-30configurable border colorsJason Creighton1-7/+4
2007-04-23force window border to 1pxJason Creighton1-0/+1