aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rework failure cases in StackSet.viewDon Stewart2008-03-071-3/+2
* bit more code coverageDon Stewart2008-03-071-0/+5
* more tests. slightly better test coverageDon Stewart2008-02-271-5/+7
* test geometry settingDon Stewart2008-02-271-0/+7
* incorrect invariant test for greedyViewDon Stewart2008-02-251-1/+9
* Add a startupHook.Brent Yorgey2008-02-044-3/+22
* Core.hs: add an Applicative instance for XBrent Yorgey2008-02-041-0/+4
* update LOC claim in man pagegwern02008-02-151-3/+3
* add quickstart instructionsDon Stewart2008-02-121-0/+10
* Remove non-existent windows on restartSpencer Janssen2008-02-071-6/+9
* Lift initColor exceptions into MaybeDon Stewart2008-02-062-5/+14
* some things to doDon Stewart2008-02-061-1/+1
* module uses CPPDon Stewart2008-02-061-1/+1
* Rename runManageHook to runQuerySpencer Janssen2008-02-042-4/+5
* let enter dismiss compile errorsdaniel2008-02-031-1/+1
* Core.hs, StackSet.hs: some documentation updatesBrent Yorgey2008-02-012-24/+25
* Make Mirror implement emptyLayoutAndrea Rossato2008-01-281-0/+2
* xmonad.cabal: add `build-type' to make Cabal happyValery V. Vorotyntsev2008-01-311-0/+1
* Get version from the Paths_xmonad module generated by CabalDaniel Neri2008-01-292-2/+4
* Kill stale xmonad 0.1 commentsSpencer Janssen2008-01-281-32/+0
* Point to 0.6 release of contribSpencer Janssen2008-01-281-1/+1
* notes on releasesDon Stewart2008-01-281-0/+1
* bump output of --versionDon Stewart2008-01-282-1/+2
* Generalize the type of catchIO, use it in Main.hsSpencer Janssen2008-01-282-3/+2
* Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato2008-01-242-1/+9
* clarify copyrightDon Stewart2008-01-081-10/+14
* More other-modulesSpencer Janssen2008-01-271-2/+8
* Update example configSpencer Janssen2008-01-271-0/+5
* Bump version to 0.6Spencer Janssen2008-01-271-1/+1
* Updated ./man/xmonad.1.in to contain new command line parametersAustin Seipp2008-01-221-0/+11
* Depend on QuickCheck < 2 when building testsSpencer Janssen2008-01-221-1/+1
* Roll testing into the main executable, use Cabal to build the testsSpencer Janssen2008-01-194-15/+21
* Simplify duplicate/cloned screen logicSpencer Janssen2008-01-182-22/+22
* Put the screen removing stuff in getCleanedScreenInfoJoachim Breitner2007-12-311-5/+13
* Ignore cloned screensJoachim Breitner2007-12-311-2/+13
* -Werror when flag(testing) onlySpencer Janssen2008-01-181-2/+4
* Export doubleForknicolas.pouillard2008-01-141-1/+1
* reword comment (previous version didn't make sense to me)Lukas Mai2007-11-221-2/+2
* The recompile function now returns a boolean status instead of ().nicolas.pouillard2008-01-052-4/+9
* Make focus-follows-mouse configurableSpencer Janssen2007-12-293-4/+13
* Strictify all XConfig fields, gives nice error messages when a field is forgo...Spencer Janssen2007-12-291-15/+15
* SpellingSpencer Janssen2007-12-291-1/+1
* WibbleSpencer Janssen2007-12-291-2/+1
* Broadcast button events to all layouts, fix for issue #111Spencer Janssen2007-12-271-1/+1
* Config.hs: too many users seem to be ignoring/missing the polite warning not ...Brent Yorgey2007-12-201-2/+6
* Remove desktop manageHook rules in favor of ManageDocksSpencer Janssen2007-12-221-3/+1
* WibbleSpencer Janssen2007-12-221-1/+1
* Add support for several flags:Spencer Janssen2007-12-221-2/+9
* Remove getProgName capability from restart, we don't use it anymoreSpencer Janssen2007-12-193-13/+7
* Flush pending X calls before restartingSpencer Janssen2007-12-191-0/+1