aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Small clean upSpencer Janssen2007-06-041-3/+2
* Merge windows and refreshSpencer Janssen2007-06-041-40/+37
* Use the new integrate functionSpencer Janssen2007-06-041-3/+1
* Delete stale commentsSpencer Janssen2007-06-041-6/+1
* Remove inaccurate warnings about 'hide'Spencer Janssen2007-06-041-3/+0
* base >Spencer Janssen2007-06-041-5/+5
* Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear2007-06-041-6/+1
* Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear2007-06-041-11/+23
* do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear2007-06-041-1/+2
* comments onlyDon Stewart2007-06-031-4/+13
* Polish core layout code. Lifts limitation on nmaster > 1. it may be 0 nowDon Stewart2007-06-031-41/+41
* heads up: polish config.hs. moves tiling-local values into lexical scope. rem...Don Stewart2007-06-031-7/+22
* only grab button{1,2,3} for click-to-focus (scrollwheel shouldn't focus)Jason Creighton2007-06-021-2/+3
* make mouse bindings configurableJason Creighton2007-06-021-10/+42
* commented out implementation state logging. if someone has a client, we can e...Don Stewart2007-06-011-1/+2
* ignore numlock/capslock on mouse bindingsJason Creighton2007-06-011-6/+10
* now we handle transients properly, and restack windows, refresh from focus is okDon Stewart2007-06-011-1/+1
* Rename withWorkspace to withWindowSet.glasser2007-06-011-6/+6
* comments on why fullscreen tiling doesn't work with `implicit' floatingDon Stewart2007-05-311-0/+10
* clean up mouse code a bitDon Stewart2007-05-311-26/+45
* first shot at a floating layerJason Creighton2007-05-311-23/+62
* 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