summaryrefslogtreecommitdiffstats
path: root/XMonad.hs
AgeCommit message (Expand)Author
2007-09-27use hPrint instead of hPutStrLnDon Stewart
2007-08-25export getAtom from XMonad.Ivan Tarasov
2007-08-20switch WorkspaceId to String.David Roundy
2007-08-16Comment onlySpencer Janssen
2007-08-07move event loop out of mouseDrag.David Roundy
2007-06-29Move screen details into StackSetSpencer Janssen
2007-06-23support self-modifying layouts.David Roundy
2007-06-21minor tweaks, ideas from joachim.fasting@Don Stewart
2007-06-20Update Layout documentationSpencer Janssen
2007-06-19make Layouts able to layout whatever they like.David Roundy
2007-06-14move initColor to Operations and only store the Pixel value of colorsJason Creighton
2007-06-13haddick fine tuningAndrea Rossato
2007-06-13IndentationSpencer Janssen
2007-06-12add catchX to catch exceptions.David Roundy
2007-06-12make focus, up and down complete functions.David Roundy
2007-06-11API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen
2007-06-11Use catchIO in 'restart'Spencer Janssen
2007-06-11Rename safeIO to catchIOSpencer Janssen
2007-06-11add safeIO which catches and logs exceptions.David Roundy
2007-06-10implement Spencer's decoration suggestion.David Roundy
2007-06-10haddock compatibilityAndrea Rossato
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart
2007-06-10polish serialisation code (-7 lines)Don Stewart
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart
2007-06-06Fix unmap handlingSpencer 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-04whitespaceDon Stewart
2007-06-04-WallDon Stewart
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear
2007-06-01Rename withWorkspace to withWindowSet.glasser
2007-05-30Minor style change.Spencer Janssen
2007-05-30log errors on executeFile in restartnickburlett
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-27dead codeDon Stewart
2007-05-22restart: don't preserve old argsSpencer Janssen
2007-05-22Generalize withDisplay's typeSpencer Janssen
2007-05-22List --resume args firstSpencer Janssen
2007-05-21Experimental support for a beefier restart.Spencer Janssen
2007-05-21Catch the exception rather than explicitly checking the PATHSpencer Janssen
2007-05-21Put restart in the X monadSpencer Janssen
2007-05-21Show instances for WorkspaceId and ScreenIdSpencer Janssen
2007-05-21Use Position for dimensionsSpencer 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-12put doLayout in the X monad.David Roundy
2007-05-14setsid() before exec. Intended to fix issue #7Spencer Janssen