summaryrefslogtreecommitdiffstats
path: root/Main.hs
AgeCommit message (Expand)Author
2007-06-04Comment onlySpencer Janssen
2007-06-04Dump state at launch (commented for now)Spencer Janssen
2007-06-04base >= 2.0 means we can use forM_Spencer Janssen
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear
2007-06-04clean up Main.hs slightlyDon Stewart
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear
2007-06-04Honor configure requests from unmanaged windowsSpencer Janssen
2007-06-03-Wall policeSpencer Janssen
2007-06-03Correctly handle resize requests (-12 +22)Stefan O'Rear
2007-06-02make mouse bindings configurableJason Creighton
2007-06-01ignore numlock/capslock on mouse bindingsJason Creighton
2007-05-31clean up mouse code a bitDon Stewart
2007-05-31first shot at a floating layerJason Creighton
2007-05-28be sure to reset the gap list on rescreenDon Stewart
2007-05-28support per-screen gap settings. you can have different gaps on individual sc...Don Stewart
2007-05-28Use (Int,Int,Int,Int) for arbitrary gaps on any side of the screenDon Stewart
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart
2007-05-27clean Main.hs slightlyDon Stewart
2007-05-22refactor using whenXDon Stewart
2007-05-22Add preliminary randr supportSpencer Janssen
2007-05-21Experimental support for a beefier restart.Spencer Janssen
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen
2007-05-21s/workspace/windowset/Jason Creighton
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart
2007-05-04Handle empty layout listsSpencer Janssen
2007-05-04use anyKey constant instead of magic numberJason Creighton
2007-05-03add support for extensible layouts.David Roundy
2007-05-03Use updated refreshKeyboardMapping. Requires latest X11-extrasSpencer Janssen
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen
2007-04-30Add XConf for values that don't change.Spencer Janssen
2007-04-30configurable border colorsJason Creighton
2007-04-28avoid grabbing all keys when a keysym is undefinedJason Creighton
2007-04-24Ignore numlock and capslock in keybindingsJason Creighton
2007-04-24Clear numlock bitSpencer Janssen
2007-04-19use prefixed record names in latest X11-extrasJason Creighton
2007-04-10moved screen <-> workspace mapping from XMonad to StackSetJason Creighton
2007-04-09Remove redundant parensSpencer Janssen
2007-04-09Remove unused 'screen' fieldSpencer Janssen
2007-04-04replace multiple gets with a single get and record bindDon Stewart
2007-04-02Revert to the old layout code.Spencer Janssen
2007-04-01Remove trailing spaces, no content changedAlec Berryman
2007-04-01Fix type error in dimensions field of XState record for 64-bit systemsAlec Berryman
2007-04-01Vertical/horizontal split, and resizability.hughes
2007-03-31Move safeFocus from Main to OperationsSpencer Janssen
2007-03-31removed refocus; moved functionality to setFocusJason Creighton
2007-03-30refactored "focus changed" code into "refocus"Jason Creighton
2007-03-28Fix refreshKeyboardMapping issues. Requires the latest X11-extrasSpencer Janssen
2007-03-28first shot at allowing click to focus windowsdaniel
2007-03-28Compatibility with CInt'ified X11Spencer Janssen