aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor tweaks, ideas from joachim.fasting@Don Stewart2007-06-211-1/+1
* Update Layout documentationSpencer Janssen2007-06-201-2/+9
* make Layouts able to layout whatever they like.David Roundy2007-06-191-4/+4
* move initColor to Operations and only store the Pixel value of colorsJason Creighton2007-06-141-2/+2
* haddick fine tuningAndrea Rossato2007-06-131-10/+10
* IndentationSpencer Janssen2007-06-131-7/+7
* add catchX to catch exceptions.David Roundy2007-06-121-1/+12
* make focus, up and down complete functions.David Roundy2007-06-121-1/+4
* API CHANGE: Give doLayout a Stack rather than a flattened listSpencer Janssen2007-06-111-1/+1
* Use catchIO in 'restart'Spencer Janssen2007-06-111-2/+1
* Rename safeIO to catchIOSpencer Janssen2007-06-111-3/+5
* add safeIO which catches and logs exceptions.David Roundy2007-06-111-1/+4
* implement Spencer's decoration suggestion.David Roundy2007-06-101-1/+1
* haddock compatibilityAndrea Rossato2007-06-101-2/+1
* Move state logging into Config.hs, via logHook :: X ()Don Stewart2007-06-101-49/+3
* polish serialisation code (-7 lines)Don Stewart2007-06-101-30/+36
* HEADS UP: (logging format change). use a custom pretty printer, for an easier...Don Stewart2007-06-091-2/+42
* Fix unmap handlingSpencer Janssen2007-06-061-5/+7
* Remove no-longer-needed 'dimensions' state (-5 loc)Stefan O'Rear2007-06-041-1/+0
* Set WM_STATE, iconify invisible windows (+9 loc)Stefan O'Rear2007-06-041-2/+4
* whitespaceDon Stewart2007-06-041-3/+3
* -WallDon Stewart2007-06-041-1/+0
* do not cache atom values within Xmonad, instead let Xlib worry about caching ...Stefan O'Rear2007-06-041-3/+11
* Rename withWorkspace to withWindowSet.glasser2007-06-011-4/+4
* Minor style change.Spencer Janssen2007-05-301-1/+1
* log errors on executeFile in restartnickburlett2007-05-301-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-14/+11
* mod-b, toggle on or off the status bar gapDon Stewart2007-05-271-0/+1
* dead codeDon Stewart2007-05-271-1/+0
* restart: don't preserve old argsSpencer Janssen2007-05-221-4/+3
* Generalize withDisplay's typeSpencer Janssen2007-05-221-1/+1
* List --resume args firstSpencer Janssen2007-05-221-1/+1
* Experimental support for a beefier restart.Spencer Janssen2007-05-211-7/+15
* Catch the exception rather than explicitly checking the PATHSpencer Janssen2007-05-211-6/+2
* Put restart in the X monadSpencer Janssen2007-05-211-2/+2
* Show instances for WorkspaceId and ScreenIdSpencer Janssen2007-05-211-2/+2
* Use Position for dimensionsSpencer Janssen2007-05-211-4/+4
* Make screen info dynamic: first step to supporting randrSpencer Janssen2007-05-211-3/+3
* s/workspace/windowset/Jason Creighton2007-05-211-2/+2
* HEADS UP: Rewrite StackSet as a ZipperDon Stewart2007-05-201-4/+31
* put doLayout in the X monad.David Roundy2007-05-121-1/+1
* setsid() before exec. Intended to fix issue #7Spencer Janssen2007-05-141-2/+2
* since we just ignore type errors, no need to derive ShowDon Stewart2007-05-041-1/+1
* Constrain layout messages to be members of a Message classDon Stewart2007-05-041-10/+28
* Handle empty layout listsSpencer Janssen2007-05-041-1/+2
* refactoring, style, comments on new layout codeDon Stewart2007-05-041-1/+3
* add support for extensible layouts.David Roundy2007-05-031-11/+5
* comments. and stop tracing events to stderrDon Stewart2007-05-031-2/+6
* Add Config.hs-boot, remove defaultLayoutDesc from XConfSpencer Janssen2007-04-301-1/+0