aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add Show instance to LayoutDavid Roundy2007-09-201-1/+3
* eliminate ugly OldLayout.David Roundy2007-09-201-9/+1
* move Layout stuff into class (hokey first cut).David Roundy2007-09-141-5/+22
* use hPrint instead of hPutStrLnDon Stewart2007-09-271-1/+1
* export getAtom from XMonad.Ivan Tarasov2007-08-251-1/+1
* switch WorkspaceId to String.David Roundy2007-08-201-2/+2
* Comment onlySpencer Janssen2007-08-161-1/+1
* move event loop out of mouseDrag.David Roundy2007-08-071-1/+2
* Move screen details into StackSetSpencer Janssen2007-06-291-4/+8
* support self-modifying layouts.David Roundy2007-06-231-3/+3
* 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