aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad.hs (follow)
Commit message (Expand)AuthorAgeFilesLines
* remove StackOrNot type synonymn.David Roundy2007-10-171-1/+1
* Clean up trailing whitespaceSpencer Janssen2007-10-151-1/+1
* document, and use better names, for serialising/existential-dispatch frameworkDon Stewart2007-10-141-9/+16
* some more layout clean upsDon Stewart2007-10-141-8/+7
* Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen2007-10-121-4/+6
* Make runX return XStateSpencer Janssen2007-10-121-2/+2
* fix potential hole in userCode.David Roundy2007-10-121-1/+1
* Add userCode function for the popular m `catchX` return ()Spencer Janssen2007-10-121-1/+6
* use the right catch in catchX.David Roundy2007-10-121-0/+2
* add comments in XMonad.David Roundy2007-10-111-17/+24
* Add LANGUAGE pragmasShachaf Ben-Kiki2007-10-081-1/+1
* a bunch of things in XMonad.hs are missing top level comments!Don Stewart2007-10-061-7/+17
* style on layout class codeDon Stewart2007-10-061-19/+25
* add pureMessage.David Roundy2007-10-051-1/+3
* Make WindowSet serialization robust to layout changesSpencer Janssen2007-10-051-1/+2
* Remove commented codeSpencer Janssen2007-10-041-7/+0
* some renaming of classes and data types.David Roundy2007-09-291-20/+20
* Use LANGUAGE pragmas over -fglasgow-extsSpencer Janssen2007-09-281-1/+2
* SomeLayout: use the description of the wrapped layoutSpencer Janssen2007-09-281-0/+1
* Simplify readLayout, comment on surprising behaviorSpencer Janssen2007-09-251-3/+3
* fix bug in reading of SomeLayouts.David Roundy2007-09-251-1/+3
* rename modifyLayout to handleMessage.David Roundy2007-09-251-7/+7
* make it easier to define pure layouts.David Roundy2007-09-251-0/+4
* Make a String description part of each Layout.David Roundy2007-09-241-0/+2
* create default modifyLayout that ignores messages.David Roundy2007-09-231-0/+1
* add layout selection back into core xmonad using LayoutSelection.David Roundy2007-09-211-1/+9
* make layouts preserved over restartDavid Roundy2007-09-211-6/+1
* move Layout into StackSet.David Roundy2007-09-211-3/+2
* add (unused) Layout to StackSet.David Roundy2007-09-201-1/+1
* Pointfree Mirror and SomeLayout instancesSpencer Janssen2007-09-201-4/+2
* define readLayout to create a SomeLayout based on a set of possible layout ty...David Roundy2007-09-201-1/+7
* add Read instance to Layout.David Roundy2007-09-201-1/+3
* 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