aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2007-06-11API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen1-1/+1
2007-06-11Use catchIO in 'restart'Spencer Janssen1-2/+1
2007-06-11Rename safeIO to catchIOSpencer Janssen1-3/+5
2007-06-11add safeIO which catches and logs exceptions.David Roundy1-1/+4
2007-06-10implement Spencer's decoration suggestion.David Roundy1-1/+1
2007-06-10haddock compatibilityAndrea Rossato1-2/+1
2007-06-10Move state logging into Config.hs, via logHook :: X ()Don Stewart1-49/+3
2007-06-10polish serialisation code (-7 lines)Don Stewart1-30/+36
2007-06-09HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart1-2/+42
2007-06-06Fix unmap handlingSpencer Janssen1-5/+7
2007-06-04Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear1-1/+0
2007-06-04Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear1-2/+4
2007-06-04whitespaceDon Stewart1-3/+3
2007-06-04-WallDon Stewart1-1/+0
2007-06-04do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear1-3/+11
2007-06-01Rename withWorkspace to withWindowSet.glasser1-4/+4
2007-05-30Minor style change.Spencer Janssen1-1/+1
2007-05-30log errors on executeFile in restartnickburlett1-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-14/+11
2007-05-27mod-b, toggle on or off the status bar gapDon Stewart1-0/+1
2007-05-27dead codeDon Stewart1-1/+0
2007-05-22restart: don't preserve old argsSpencer Janssen1-4/+3
2007-05-22Generalize withDisplay's typeSpencer Janssen1-1/+1
2007-05-22List --resume args firstSpencer Janssen1-1/+1
2007-05-21Experimental support for a beefier restart.Spencer Janssen1-7/+15
2007-05-21Catch the exception rather than explicitly checking the PATHSpencer Janssen1-6/+2
2007-05-21Put restart in the X monadSpencer Janssen1-2/+2
2007-05-21Show instances for WorkspaceId and ScreenIdSpencer Janssen1-2/+2
2007-05-21Use Position for dimensionsSpencer Janssen1-4/+4
2007-05-21Make screen info dynamic: first step to supporting randrSpencer Janssen1-3/+3
2007-05-21s/workspace/windowset/Jason Creighton1-2/+2
2007-05-20HEADS UP: Rewrite StackSet as a ZipperDon Stewart1-4/+31
2007-05-12put doLayout in the X monad.David Roundy1-1/+1
2007-05-14setsid() before exec. Intended to fix issue #7Spencer Janssen1-2/+2
2007-05-04since we just ignore type errors, no need to derive ShowDon Stewart1-1/+1
2007-05-04Constrain layout messages to be members of a Message classDon Stewart1-10/+28
2007-05-04Handle empty layout listsSpencer Janssen1-1/+2
2007-05-04refactoring, style, comments on new layout codeDon Stewart1-1/+3
2007-05-03add support for extensible layouts.David Roundy1-11/+5
2007-05-03comments. and stop tracing events to stderrDon Stewart1-2/+6
2007-04-30Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen1-1/+0
2007-04-30Comment onlySpencer Janssen1-12/+12
2007-04-30Comment onlySpencer Janssen1-1/+1
2007-04-30Add XConf for values that don't change.Spencer Janssen1-10/+14
2007-04-30configurable border colorsJason Creighton1-0/+2
2007-04-19add 8 new QC tests, including tests of the layout algorithmDon Stewart1-0/+1
2007-04-19WindowSet is better than WorkSpaceSpencer Janssen1-3/+3
2007-04-19Parameterise StackSet by two index types, rather than breaking abstractionDon Stewart1-5/+10
2007-04-11clean up tiling code a teensy bit, and comment on the interaction between foc...Don Stewart1-3/+3