aboutsummaryrefslogtreecommitdiffstats
path: root/Operations.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-11Ensure windows get at least 1 pixel for width/heightSpencer Janssen1-1/+4
2007-06-11Restrict the master/slave ratio to [0, 1]Spencer Janssen1-2/+2
2007-06-10a few modifications to event-sending to make Tabbed layout work.David Roundy1-1/+4
2007-06-10send message when "windows" is called.David Roundy1-0/+4
2007-06-10implement Spencer's decoration suggestion.David Roundy1-5/+9
2007-06-10haddock compatibilityAndrea Rossato1-6/+8
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart1-2/+2
2007-06-09cut incorrect comment.David Roundy1-1/+0
2007-06-09doLayout cleanup and commented exception-handling.David Roundy1-3/+3
2007-06-09UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear1-3/+1
2007-06-09Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear1-1/+3
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart1-1/+1
2007-06-06Fix unmap handlingSpencer Janssen1-4/+19
2007-06-06dead importDon Stewart1-1/+1
2007-06-06move extraModifiers/cleanMask to Operations.hsJason Creighton1-2/+11
2007-06-06temporary workaround for delete/focus issue in fullscreen modeDon Stewart1-16/+22
2007-06-06simplify codeDon Stewart1-1/+1
2007-06-05mention why StackSet needs -fglasgow-exts (for deriving Typeable)Don Stewart1-2/+3
2007-06-05comments onlyDon Stewart1-23/+5
2007-06-05clean size hint codeDon Stewart1-22/+22
2007-06-05Enable logging of state changes to stdoutDon Stewart1-3/+3
2007-06-05Fix lost eventNotifyMask bugDon Stewart1-9/+24
2007-06-04Comment onlySpencer Janssen1-1/+2
2007-06-04Wibble.Spencer Janssen1-1/+1
2007-06-04apply size hints to floating windowsPeter De Wachter1-2/+4
2007-06-04size hints infrastructurePeter De Wachter1-0/+33
2007-06-04Delete stale commentSpencer Janssen1-2/+0
2007-06-04Use 'windows' in 'focus'Spencer Janssen1-1/+1
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