summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2007-10-14more todosDon Stewart
darcs-hash:20071013225200-cba2c-a24d8c495ec8bddcaab930714873c60255016570
2007-10-14doneDon Stewart
darcs-hash:20071013223536-cba2c-0f6842cca14e05f440185dd74330703fead70b8c
2007-10-14release tasksDon Stewart
darcs-hash:20071013223347-cba2c-1b36a6617cf338ffcb9f54a6ddcec41e18800314
2007-10-14some more layout clean upsDon Stewart
darcs-hash:20071013222317-cba2c-870698e733c23d9f8cd217a8553624978dd40a63
2007-10-14clean up Layout code a little moreDon Stewart
darcs-hash:20071013221024-cba2c-9ea5ee1066d9b30c90d3c58b66854c1ed31c3fb7
2007-10-13restore magic markup commentsDon Stewart
darcs-hash:20071013212351-cba2c-45a91c6ddbb0246f4b17d5970dbd8f8d7ce819ae
2007-10-13defer to sjanssen's manageHook commentDon Stewart
darcs-hash:20071013210346-cba2c-7510ee8afc60cf162216f20699e38404f468ba3c
2007-10-13Heads up: rework the Config.hs file comments, and some variable names. ↵Don Stewart
Please manually resync your Config.hs if you're tracking the darcs branch darcs-hash:20071013210149-cba2c-e1b055abc3aacbcda772706f460dd6586a31681f
2007-10-13clean up names of layout codeDon Stewart
darcs-hash:20071013204300-cba2c-7f8fb3244bbd918cd28679debad2129db542d7e8
2007-10-13Another manageHook exampleSpencer Janssen
darcs-hash:20071013205605-a5988-b20178d9fbbf3640eb69cba3bd7f0b4ddbfa0d19
2007-10-13Better comment for the default manageHookSpencer Janssen
darcs-hash:20071013203340-a5988-281c335d9db00585d3936fb6a348b785ae3d6db2
2007-10-13add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart
darcs-hash:20071013185525-cba2c-8a71b323b20478a30ed62c8b1f33549ce563b42f
2007-10-12Bump X11-extras dependencySpencer Janssen
darcs-hash:20071012203721-a5988-bd872a179ba47e3c337e59e977cdfca657039851
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
darcs-hash:20071012152801-a5988-80a14dda451e1e6e7cdc9e42fdc11568c21004b2
2007-10-12Make runX return XStateSpencer Janssen
darcs-hash:20071012151524-a5988-8ef9d310d3e0576b5880c1e8b3d3fc38ec3b8f64
2007-10-12fix potential hole in userCode.David Roundy
This makes userCode catch errors even when the user does something like (return undefined). darcs-hash:20071012150253-72aca-72e3ecd20cdc827ee342dc4ebceecf33142d9dd5
2007-10-12Haddox fixAndrea Rossato
darcs-hash:20071012100551-32816-f917f377ed65aecab28cf421f203c13903e9a5ac
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
darcs-hash:20071012014217-a5988-06b6f1519b5f87fcbc8220ad5bd69181c721635a
2007-10-12catch exceptions when calling user-written code.David Roundy
This is a minimal approach that only catches error in actual user-written code. darcs-hash:20071012013305-72aca-ab7d36fa77fb3c4fda4abbc7421ba7ba13d9b21a
2007-10-12use the right catch in catchX.David Roundy
Don't ask *me* why the prelude includes a version of catch that is worse than useless (because it lulls you into a feeling of safety). darcs-hash:20071012011450-72aca-cb4b72d604150423d7d261d462d5a5a948243d24
2007-10-12fix one last bug w.r.t. issue 55.David Roundy
darcs-hash:20071012010509-72aca-98045b4e5f7b81fcfdd79b7d67f2420060463cd4
2007-10-06more commentsDon Stewart
darcs-hash:20071006154351-cba2c-64d30ec32fe16978cda3f57c3459e881cf6178ff
2007-10-11one more comment.David Roundy
darcs-hash:20071011154423-72aca-ca5564b90dacc8c690200797f73203c228abbdaf
2007-10-11add comments in XMonad.David Roundy
This change also removes readLayout as a top level function, since it's only used once. darcs-hash:20071011152942-72aca-d3a5184f58ed7373da7ec54e10ce6eb87005d9d4
2007-10-11Nuke old TODOs, add a documentation TODOSpencer Janssen
darcs-hash:20071011022127-a5988-c7be7ee4a018c77e11d0189e0b7b798f7d18ed58
2007-10-11Set the border color of new windows, nice catch by maukeSpencer Janssen
darcs-hash:20071011021627-a5988-b42096c70dc2069bd2a3de553ef052ec1968783f
2007-10-10Bump required X11-extras version to 0.3.1Spencer Janssen
darcs-hash:20071010165705-a5988-2e6c60875b7c998fbedf729d5ad8494cfab201d9
2007-10-10Only adjust floating windows that are actually larger than the screenSpencer Janssen
Also, fix a typo caught by Xiao-Yong Jin on the mailing list. darcs-hash:20071010062604-a5988-7f17c5523557117ebee195088d04ae0eb4e806c8
2007-10-08Add LANGUAGE pragmasShachaf Ben-Kiki
It seems that GHC 6.6 just enables -fglasgow-exts when it sees any LANGUAGE pragma, so not all of them were added; this patch adds the rest of them, which is necessary for xmonad to compile in GHC >=6.7. darcs-hash:20071008021107-bffde-c482752d9acbb88df3e00e46270a52a5505f4bc7
2007-10-06The empty line isntcomment.Ferenc Wagner
There is a separate filter for that case. darcs-hash:20071006191231-e7ae2-b8b0c7acd3cdf6119ef6d40cc08f8d054838c306
2007-10-06Add event handler for PropertyNotifyEvent that calls logHook if window title ↵Christian Thiemann
changed darcs-hash:20071006175458-8602e-3bc9eb53bde0d2269c9026aaad7fc6dca285067f
2007-10-06Moving to code.haskell.orgSpencer Janssen
darcs-hash:20071006191843-a5988-7448da3547e77e8c7384716ec70e13fea940653b
2007-10-06comments need to be given for all top level bindingsDon Stewart
darcs-hash:20071006154127-cba2c-067509a478b61c2c74a31a28ab31d67b6a741d47
2007-10-06a bunch of things in XMonad.hs are missing top level comments!Don Stewart
darcs-hash:20071006153608-cba2c-8b4432d2d497b2b53e9c41dd3492c0a5df098139
2007-10-06add mapWorkspace testsDevin Mullins
(just completely duplicated the two mapLayout tests :) darcs-hash:20071006073129-78224-d1303612fd8e2f9ede740831b031a88914ee833a
2007-10-06change emailDon Stewart
darcs-hash:20071006104901-cba2c-babab0818e94b3f89710764abe4fe2ea224caa52
2007-10-06style on layout class codeDon Stewart
darcs-hash:20071006104606-cba2c-68be80733c60bc15f06e876e7626229696c129f1
2007-10-06avoid name class with forever in 6.8Don Stewart
darcs-hash:20071006103530-cba2c-ec2e63665fe61abdad6ab10862b9f442943a4530
2007-10-05add pureMessage.David Roundy
darcs-hash:20071005140553-72aca-aa462a597c08ff1f9309985a0f3403d5023bc975
2007-10-06polish some syntaxDon Stewart
darcs-hash:20071006102918-cba2c-a52b0f02f3ee7e7d68de508b9ba38c1637c15aca
2007-10-06oops, need to exportDevin Mullins
darcs-hash:20071006055059-78224-13594ad811cd0f97a0fa8038a1e7b763b7c5db6a
2007-10-06(cleanup) extract mapWorkspace out of renameTagDevin Mullins
darcs-hash:20071006054104-78224-364be3b89447beadba7438f7ebe3f867f4677a61
2007-10-06comment out type error'd propertyDon Stewart
darcs-hash:20071006102225-cba2c-50bba511cd0c7de03f86b98547ca7114b1592375
2007-10-06add floating propertyDon Stewart
darcs-hash:20071006100654-cba2c-bd3552becda4ce11803c40285685230c41bcce66
2007-10-06mention C headersDon Stewart
darcs-hash:20071006094006-cba2c-ffd484d0f3524a513421bf242a03bb443216dbb8
2007-10-05Comment onlySpencer Janssen
darcs-hash:20071005034445-a5988-c6a3e59dfe5acdeffcea5d237358bef92a77a0a2
2007-10-05Move grabButtons/Keys into XSpencer Janssen
darcs-hash:20071005034102-a5988-fb2b9080382d62b3486ba53d019b5baf7e7f4b01
2007-10-05Make WindowSet serialization robust to layout changesSpencer Janssen
darcs-hash:20071005000031-a5988-c8ab82b01a70dc7526fa64c71edc7673dbfab4db
2007-10-05Add mapLayoutSpencer Janssen
darcs-hash:20071004234537-a5988-504015d5c938a232d1355c0f3c602cf366c20aea
2007-10-04extract Properties module for re-use by contrib testsDevin Mullins
I want to reuse Properties' Arbitrary instance (as well as the T and NonNegative types) in an upcoming set of SwapWorkspaces QC props. `module Main where import Main` doesn't work too well. :) If this patch is accepted, the darcs 'test' pref should be modified to "-itests tests/Main.hs". darcs-hash:20071004075852-78224-6f84d89566894e33266a7c3b4d0cde5be7ec2918