summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2008-03-22more properties for splitting horizontally and verticallyDon Stewart
darcs-hash:20080322201835-cba2c-df24122dea6b44f14c6e20ce94a79708d3a8e777
2008-03-22test message handling of Full layoutDon Stewart
darcs-hash:20080322192728-cba2c-661520de0c39367c99077e9487e0ff1054c4f024
2008-03-22formattingDon Stewart
darcs-hash:20080322192635-cba2c-12b31e91996dcc9f3fe9d5b790a0f239572f93dc
2008-03-22strict fields on layout messagesDon Stewart
darcs-hash:20080322192248-cba2c-cbcffa5b07f14525a143b6d77248ce0406a5ffc1
2008-03-22QuickCheck properties to fully specify the Tall layout, and its messagesDon Stewart
darcs-hash:20080322041801-cba2c-7b768f19071ebe953f51577d3111d53b6afb3bb4
2008-03-22clean up Layout.hs, not entirely happy about the impure layouts.Don Stewart
darcs-hash:20080322041718-cba2c-0dcae130261d1c94ddb029723f266ccbac5c3e8d
2008-03-22commentsDon Stewart
darcs-hash:20080322041654-cba2c-a02ffa00d03a515c00ba04f7efd0281982769e22
2008-03-22add hpc generation scriptDon Stewart
darcs-hash:20080322041640-cba2c-63c9e0a162cea3ea3eb919516c7875f2beecd29d
2008-03-22add QuickCheck property for Full: it produces one window, it is fullscreen, ↵Don Stewart
and it is the current window darcs-hash:20080322002026-cba2c-3642c7cb7aab09cd86ab0e7c7ac43840f0c7f1a6
2008-03-22QC for pureLayout. confirm pureLayout . Tall produces no overlapsDon Stewart
darcs-hash:20080322001229-cba2c-b9d9ced9a89cde9f5399f25355b6d43514a5bdc0
2008-03-22whitespaceDon Stewart
darcs-hash:20080322001208-cba2c-925f5833ec9ddceec267100d162042666185ea44
2008-03-22reenable quickcheck properties for layouts (no overlap, fullscreen)Don Stewart
darcs-hash:20080321234015-cba2c-56ead600613e43978a996f82991d6e5a6f4ca962
2008-03-22formattingDon Stewart
darcs-hash:20080321230956-cba2c-5248cdf7b5694cbfaf2b6ba754ebc3c8a7fbd592
2008-03-21Revert float location patch. Not Xinerama safeDon Stewart
darcs-hash:20080321214129-cba2c-5eeb181514381837404a0cddcc74c78b8b044b67
2008-03-21XMonad.Core: ignore SIGPIPE, let write calls throwLukas Mai
darcs-hash:20080321171911-462cf-b7c8fc03b362a6bf97036963e1646e650e223016
2008-03-11update documentationBrent Yorgey
darcs-hash:20080311160727-bd4d7-05229354077a443abab79de16b60ac32728813a3
2008-02-25Reimplement Mirror with runLayoutAndrea Rossato
darcs-hash:20080225083236-32816-2299823153ad1a7cb5ba27ab541f793f7015392f
2008-02-22Reimplement Choose with runLayoutAndrea Rossato
darcs-hash:20080222193119-32816-f5c3abd826e77ad53a29904b5bae3ae3ab7e9c33
2008-02-22runLayout is now a LayoutClass method and takes the Workspace and the screen ↵Andrea Rossato
Rectangle darcs-hash:20080222175815-32816-e3893760e1024bcbf30a4fbb71ca7c2b4d8bb403
2008-03-10add property for ensureTags behaviour on hidden workspacesDon Stewart
darcs-hash:20080310182557-cba2c-9e539e452dbcb111fc47098dd762811c8334d4d8
2008-03-08Small linecount fix :)robreim
darcs-hash:20080308021939-d4c7e-a00752d8ed47b18ba1eb168e920d271885ecb86f
2008-03-08Change floats to always use the current screenrobreim
darcs-hash:20080308015829-d4c7e-f805bfa622e5fc0dfe054bd12c827ca666351794
2008-03-07use -fhpc by default when testing. All developers should have 6.8.xDon Stewart
darcs-hash:20080307184223-cba2c-1353e0c415b64a6c02d262b375225f263e6f3d7f
2008-03-07more general properties for view, greedyViewDon Stewart
darcs-hash:20080307181657-cba2c-cbce57144f581da1aa34ef78dcadba41f7207a5d
2008-03-07rework failure cases in StackSet.viewDon Stewart
darcs-hash:20080307181634-cba2c-66088abef9a3e448dd6043cf4aefa4eb275c5a44
2008-03-07bit more code coverageDon Stewart
darcs-hash:20080307180905-cba2c-723aab5ae3ca821207bdc70dbd05a8da8d1822ea
2008-02-27more tests. slightly better test coverageDon Stewart
darcs-hash:20080227180113-cba2c-74897f1ccbdc69956bd99c9a90aa3b11c469a4fe
2008-02-27test geometry settingDon Stewart
darcs-hash:20080227175554-cba2c-e4615f2c9c25cea28ab0abbdb2ce9291247069c4
2008-02-25incorrect invariant test for greedyViewDon Stewart
darcs-hash:20080225180350-cba2c-95b57af5f105496a17148c49578ae83d1e0f0a35
2008-02-04Add a startupHook.Brent Yorgey
The only thing I am not sure about here is at what exact point the startupHook should get run. I picked a place that seems to make sense: as late as possible, right before entering the main loop. That way all the layouts/workspaces/other state are set up and the startupHook can manipulate them. darcs-hash:20080204192445-bd4d7-218d69dcf3cd5c5f2962859cf847595527399807
2008-02-04Core.hs: add an Applicative instance for XBrent Yorgey
darcs-hash:20080204192348-bd4d7-6a4edc163de3ea931a60050e4ad107390afc972e
2008-02-15update LOC claim in man pagegwern0
darcs-hash:20080215211420-f7719-76e880fd1cbc7b8d5ab475bd290911048ccfeb68
2008-02-12add quickstart instructionsDon Stewart
darcs-hash:20080212203502-cba2c-d60422a43882486e717820e716e81e75f1d601cc
2008-02-07Remove non-existent windows on restartSpencer Janssen
darcs-hash:20080207091140-a5988-62b6074316ef87f2e728064f8262d9415ec9bee3
2008-02-06Lift initColor exceptions into MaybeDon Stewart
We should audit all X11 Haskell lib calls we make for whether they throw undocumented exceptions, and then banish that. darcs-hash:20080206194858-cba2c-143b6edd906a9ddfcc8ff85b4a42ebea0f3462bf
2008-02-06some things to doDon Stewart
darcs-hash:20080206192533-cba2c-22d23052f90e54a10f5cbceb5afe83c74d8c2ff3
2008-02-06module uses CPPDon Stewart
darcs-hash:20080206190521-cba2c-1c7303b14bf1c907e0f75e9c3bb44a033cc9734e
2008-02-04Rename runManageHook to runQuerySpencer Janssen
darcs-hash:20080204053336-a5988-0c8760f33f319acd30cd18630ada2b77a0875a5b
2008-02-03let enter dismiss compile errorsdaniel
darcs-hash:20080203202852-c98ca-e5c645e2332821ccc99587ba6562932860f6d9e6
2008-02-01Core.hs, StackSet.hs: some documentation updatesBrent Yorgey
darcs-hash:20080201190653-bd4d7-767473ef51a27bfdbadead306a1c3250dcaafaab
2008-01-28Make Mirror implement emptyLayoutAndrea Rossato
darcs-hash:20080128001834-32816-0216ea86f243e76d5918ea15c7d2306496878b7a
2008-01-31xmonad.cabal: add `build-type' to make Cabal happyValery V. Vorotyntsev
darcs-hash:20080131163213-ae588-dfc7e786cd2ae30a58967d8d82b75eda895bcbd1
2008-01-29Get version from the Paths_xmonad module generated by CabalDaniel Neri
No need to bump version in more than one place. darcs-hash:20080129144037-6cd96-43776bf811da0f4ab36901be3dfb7981b1261730
2008-01-28Kill stale xmonad 0.1 commentsSpencer Janssen
darcs-hash:20080128211418-a5988-cab2b0ce4eaadfe1c461e60e052cb639c021768f
2008-01-28Point to 0.6 release of contribSpencer Janssen
darcs-hash:20080128101115-a5988-12c7a1d89260368a113c0348814e7bebac6c72f8
2008-01-28notes on releasesDon Stewart
darcs-hash:20080128171012-cba2c-d1891c7bc1c082cb77e3914ab4a9b7704cc92a95
2008-01-28bump output of --versionDon Stewart
darcs-hash:20080128170840-cba2c-0f44b7699e9f808942db26ac19e0e77d2da82e46
2008-01-28Generalize the type of catchIO, use it in Main.hsSpencer Janssen
darcs-hash:20080128054651-a5988-263142a13a2bb7dbe0d0084456fbe29b7b603e47
2008-01-24Add emptyLayout to LayoutClass, a method to be called when a workspace is emptyAndrea Rossato
darcs-hash:20080124013207-32816-35328360400d6ee06c81586b9e1cc45413df5a61
2008-01-08clarify copyrightDon Stewart
darcs-hash:20080108185640-cba2c-749bb43b71d7902aa79c3bcbc8f3a715f484dbc9