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