aboutsummaryrefslogtreecommitdiffstats
path: root/Main.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* make workspace tag not need to be a Num.David Roundy2007-06-141-1/+1
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-3/+2
* make focus, up and down complete functions.David Roundy2007-06-121-2/+2
* TODO for scanSpencer Janssen2007-06-111-0/+2
* comment onlyJason Creighton2007-06-111-2/+2
* a few modifications to event-sending to make Tabbed layout work.David Roundy2007-06-101-2/+1
* implement Spencer's decoration suggestion.David Roundy2007-06-101-1/+3
* haddock compatibilityAndrea Rossato2007-06-101-4/+5
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-101-1/+1
* UNDO: Give refresh sole responsibility for establishing window properties (-3...Stefan O'Rear2007-06-091-8/+16
* Give refresh sole responsibility for establishing window properties (-3 loc)Stefan O'Rear2007-06-091-16/+8
* 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-10/+12
* move extraModifiers/cleanMask to Operations.hsJason Creighton2007-06-061-6/+0
* whitespaceDon Stewart2007-06-061-1/+1
* Enable logging of state changes to stdoutDon Stewart2007-06-051-1/+2
* remove accidental logging of eventsDon Stewart2007-06-051-6/+3
* Fix lost eventNotifyMask bugDon Stewart2007-06-051-5/+22
* Comment onlySpencer Janssen2007-06-041-1/+0
* Dump state at launch (commented for now)Spencer Janssen2007-06-041-0/+2
* base >Spencer Janssen2007-06-041-1/+1
* Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear2007-06-041-3/+1
* Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear2007-06-041-2/+13
* clean up Main.hs slightlyDon Stewart2007-06-041-9/+9
* do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear2007-06-041-4/+0
* Honor configure requests from unmanaged windowsSpencer Janssen2007-06-041-4/+4
* -Wall policeSpencer Janssen2007-06-031-4/+3
* Correctly handle resize requests (-12 +22)Stefan O'Rear2007-06-031-12/+22
* make mouse bindings configurableJason Creighton2007-06-021-41/+20
* ignore numlock/capslock on mouse bindingsJason Creighton2007-06-011-2/+1
* clean up mouse code a bitDon Stewart2007-05-311-12/+16
* first shot at a floating layerJason Creighton2007-05-311-3/+42
* be sure to reset the gap list on rescreenDon Stewart2007-05-281-1/+1
* support per-screen gap settings. you can have different gaps on individual sc...Don Stewart2007-05-281-1/+1
* Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart2007-05-281-1/+1
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-271-0/+1
* clean Main.hs slightlyDon Stewart2007-05-271-6/+7
* refactor using whenXDon Stewart2007-05-221-3/+1
* Add preliminary randr supportSpencer Janssen2007-05-221-2/+7
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-2/+8
* Make screen info dynamic: first step to supporting randrSpencer Janssen2007-05-211-4/+4
* s/workspace/windowset/Jason Creighton2007-05-211-1/+1
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-61/+31
* Handle empty layout listsSpencer Janssen2007-05-041-2/+3
* use anyKey constant instead of magic numberJason Creighton2007-05-041-1/+1
* add support for extensible layouts.David Roundy2007-05-031-1/+1
* Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen2007-05-031-4/+1
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-1/+0
* Add XConf for values that don't change.Spencer Janssen2007-04-301-6/+10
* configurable border colorsJason Creighton2007-04-301-0/+6