summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-10-14release tasksDon Stewart
2007-10-14some more layout clean upsDon Stewart
2007-10-14clean up Layout code a little moreDon Stewart
2007-10-13restore magic markup commentsDon Stewart
2007-10-13defer to sjanssen's manageHook commentDon Stewart
2007-10-13Heads up: rework the Config.hs file comments, and some variable names. Please...Don Stewart
2007-10-13clean up names of layout codeDon Stewart
2007-10-13Another manageHook exampleSpencer Janssen
2007-10-13Better comment for the default manageHookSpencer Janssen
2007-10-13add can't happen case to silence incomplete patterns in StackSet.hsDon Stewart
2007-10-12Bump X11-extras dependencySpencer Janssen
2007-10-12Respect ExitExceptions, fixes a regression where exitWith had no effectSpencer Janssen
2007-10-12Make runX return XStateSpencer Janssen
2007-10-12fix potential hole in userCode.David Roundy
2007-10-12Haddox fixAndrea Rossato
2007-10-12Add userCode function for the popular m `catchX` return ()Spencer Janssen
2007-10-12catch exceptions when calling user-written code.David Roundy
2007-10-12use the right catch in catchX.David Roundy
2007-10-12fix one last bug w.r.t. issue 55.David Roundy
2007-10-06more commentsDon Stewart
2007-10-11one more comment.David Roundy
2007-10-11add comments in XMonad.David Roundy
2007-10-11Nuke old TODOs, add a documentation TODOSpencer Janssen
2007-10-11Set the border color of new windows, nice catch by maukeSpencer Janssen
2007-10-10Bump required X11-extras version to 0.3.1Spencer Janssen
2007-10-10Only adjust floating windows that are actually larger than the screenSpencer Janssen
2007-10-08Add LANGUAGE pragmasShachaf Ben-Kiki
2007-10-06The empty line isntcomment.Ferenc Wagner
2007-10-06Add event handler for PropertyNotifyEvent that calls logHook if window title ...Christian Thiemann
2007-10-06Moving to code.haskell.orgSpencer Janssen
2007-10-06comments need to be given for all top level bindingsDon Stewart
2007-10-06a bunch of things in XMonad.hs are missing top level comments!Don Stewart
2007-10-06add mapWorkspace testsDevin Mullins
2007-10-06change emailDon Stewart
2007-10-06style on layout class codeDon Stewart
2007-10-06avoid name class with forever in 6.8Don Stewart
2007-10-05add pureMessage.David Roundy
2007-10-06polish some syntaxDon Stewart
2007-10-06oops, need to exportDevin Mullins
2007-10-06(cleanup) extract mapWorkspace out of renameTagDevin Mullins
2007-10-06comment out type error'd propertyDon Stewart
2007-10-06add floating propertyDon Stewart
2007-10-06mention C headersDon Stewart
2007-10-05Comment onlySpencer Janssen
2007-10-05Move grabButtons/Keys into XSpencer Janssen
2007-10-05Make WindowSet serialization robust to layout changesSpencer Janssen
2007-10-05Add mapLayoutSpencer Janssen
2007-10-04extract Properties module for re-use by contrib testsDevin Mullins
2007-10-04Remove commented codeSpencer Janssen
2007-10-03manageHook: use the curry style, better documentationSpencer Janssen