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