aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow for sharing of home directory across architectures.tim.thelion2007-12-182-5/+9
* Call 'broadcastMessage ReleaseResources' in restartSpencer Janssen2007-12-194-22/+22
* Manpage now describes config in ~/.xmonad/xmonad.hsAdam Vogt2007-12-191-1/+1
* Update manpage to describe greedyViewAdam Vogt2007-12-191-18/+1
* Depend on X11-1.4.1, it has crucial bugfixesSpencer Janssen2007-12-151-1/+1
* 1.4.1 X11 depDon Stewart2007-12-141-1/+1
* Set withdrawnState after calling hideSpencer Janssen2007-12-121-1/+5
* Remove stale commentSpencer Janssen2007-12-111-1/+0
* Make windows responsible for setting withdrawn stateSpencer Janssen2007-12-111-3/+4
* Remove stale commentSpencer Janssen2007-12-111-2/+0
* Clean up stale mapped/waitingUnmap state in handle rather than unmanage.Spencer Janssen2007-12-112-2/+4
* Delete windows from waitingUnmap that aren't waitng for any unmapsSpencer Janssen2007-12-111-1/+3
* man/xmonad.hs: add some documentation explaining that 'title' can be used in ...Brent Yorgey2007-12-101-0/+3
* normalize Module headersLukas Mai2007-12-107-7/+7
* Add 'testing' mode, this should reduce 'darcs check' time significantlySpencer Janssen2007-12-101-0/+6
* Use XMonad meta-module in Main.hsSpencer Janssen2007-12-101-3/+1