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