| Commit message (Expand) | Author | Age | Files | Lines |
* | Operations.hs: flip maybe id is fromMaybe | Eric Mertens | 2007-10-19 | 1 | -1/+1 |
* | Deobfuscate Tall layout | Eric Mertens | 2007-10-19 | 1 | -3/+3 |
* | UNDO: setInitialProperties after placing windows | Spencer Janssen | 2007-10-19 | 1 | -2/+1 |
* | setInitialProperties after placing windows | Spencer Janssen | 2007-10-19 | 1 | -1/+2 |
* | UNDO: Ignore borders in the stored RationalRects of floating windows. | Spencer Janssen | 2007-10-19 | 1 | -18/+8 |
* | Only assign workspace keys up to xK_9. Related to bug #63 | Spencer Janssen | 2007-10-19 | 1 | -1/+1 |
* | Ignore borders in the stored RationalRects of floating windows. | Spencer Janssen | 2007-10-19 | 1 | -8/+18 |
* | I prefer fmap over liftM | Spencer Janssen | 2007-10-19 | 1 | -1/+1 |
* | change 0/1/3 to named states, per X11-extras darcs head | Devin Mullins | 2007-10-18 | 1 | -3/+3 |
* | remove StackOrNot type synonymn. | David Roundy | 2007-10-17 | 2 | -9/+7 |
* | Operations.hs: make use of notElem and notMember | Eric Mertens | 2007-10-17 | 1 | -2/+2 |
* | Bump XMonadContrib version | Spencer Janssen | 2007-10-16 | 1 | -1/+1 |
* | Bump X11, X11-extras versions in the README | Spencer Janssen | 2007-10-16 | 1 | -2/+2 |
* | reformat comments | l.mai | 2007-10-16 | 1 | -3/+3 |
* | Whitespace fixes for Properties.hs | Spencer Janssen | 2007-10-15 | 1 | -11/+11 |
* | Clean up trailing whitespace | Spencer Janssen | 2007-10-15 | 5 | -25/+25 |
* | explain numlockMask | Devin Mullins | 2007-10-14 | 1 | -2/+6 |
* | whitespace cleanup in Config.hs | Devin Mullins | 2007-10-14 | 1 | -7/+7 |
* | bump the version tag to 0.4, we're almost there | Don Stewart | 2007-10-14 | 1 | -1/+1 |
* | document, and use better names, for serialising/existential-dispatch framework | Don Stewart | 2007-10-14 | 2 | -13/+20 |
* | typo in comment | Don Stewart | 2007-10-14 | 1 | -1/+1 |
* | more todos | Don Stewart | 2007-10-14 | 1 | -0/+1 |
* | done | Don Stewart | 2007-10-14 | 1 | -1/+1 |
* | release tasks | Don Stewart | 2007-10-14 | 1 | -0/+12 |
* | some more layout clean ups | Don Stewart | 2007-10-14 | 1 | -8/+7 |
* | clean up Layout code a little more | Don Stewart | 2007-10-14 | 1 | -62/+69 |
* | restore magic markup comments | Don Stewart | 2007-10-13 | 1 | -3/+8 |
* | defer to sjanssen's manageHook comment | Don Stewart | 2007-10-13 | 1 | -1/+2 |
* | Heads up: rework the Config.hs file comments, and some variable names. Please... | Don Stewart | 2007-10-13 | 1 | -69/+73 |
* | clean up names of layout code | Don Stewart | 2007-10-13 | 4 | -51/+58 |
* | Another manageHook example | Spencer Janssen | 2007-10-13 | 1 | -0/+5 |
* | Better comment for the default manageHook | Spencer Janssen | 2007-10-13 | 1 | -1/+2 |
* | add can't happen case to silence incomplete patterns in StackSet.hs | Don Stewart | 2007-10-13 | 1 | -1/+1 |
* | Bump X11-extras dependency | Spencer Janssen | 2007-10-12 | 1 | -1/+1 |
* | Respect ExitExceptions, fixes a regression where exitWith had no effect | Spencer Janssen | 2007-10-12 | 2 | -4/+7 |
* | Make runX return XState | Spencer Janssen | 2007-10-12 | 1 | -2/+2 |
* | fix potential hole in userCode. | David Roundy | 2007-10-12 | 1 | -1/+1 |
* | Haddox fix | Andrea Rossato | 2007-10-12 | 1 | -1/+1 |
* | Add userCode function for the popular m `catchX` return () | Spencer Janssen | 2007-10-12 | 3 | -7/+10 |
* | catch exceptions when calling user-written code. | David Roundy | 2007-10-12 | 2 | -2/+4 |
* | use the right catch in catchX. | David Roundy | 2007-10-12 | 1 | -0/+2 |
* | fix one last bug w.r.t. issue 55. | David Roundy | 2007-10-12 | 1 | -1/+1 |
* | more comments | Don Stewart | 2007-10-06 | 1 | -2/+2 |
* | one more comment. | David Roundy | 2007-10-11 | 1 | -1/+2 |
* | add comments in XMonad. | David Roundy | 2007-10-11 | 1 | -17/+24 |
* | Nuke old TODOs, add a documentation TODO | Spencer Janssen | 2007-10-11 | 1 | -10/+2 |
* | Set the border color of new windows, nice catch by mauke | Spencer Janssen | 2007-10-11 | 1 | -1/+4 |
* | Bump required X11-extras version to 0.3.1 | Spencer Janssen | 2007-10-10 | 1 | -1/+1 |
* | Only adjust floating windows that are actually larger than the screen | Spencer Janssen | 2007-10-10 | 1 | -1/+1 |
* | Add LANGUAGE pragmas | Shachaf Ben-Kiki | 2007-10-08 | 2 | -3/+3 |