| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | HEADS UP: remove X11-extras dependency, depend on X11 > | Don Stewart | 2007-10-30 | 2 | -9/+8 |
* | New windows start in the iconic state | Spencer Janssen | 2007-10-28 | 1 | -5/+6 |
* | add text on using xprop to find client names | Don Stewart | 2007-10-27 | 1 | -0/+4 |
* | add text reminding people to run mod-shift-space | Don Stewart | 2007-10-27 | 1 | -0/+6 |
* | StackSet.hs: (insertUp): remove comments about new window being made master w... | Brent Yorgey | 2007-10-22 | 1 | -6/+4 |
* | Replace 'findIndex' with 'findTag', which more accurately describes what the ... | Brent Yorgey | 2007-10-22 | 3 | -13/+13 |
* | StackSet.hs: (ensureTags): elaborate into a more descriptive comment. | Brent Yorgey | 2007-10-22 | 1 | -1/+3 |
* | StackSet.hs: remove dead code. | Brent Yorgey | 2007-10-22 | 1 | -2/+0 |
* | StackSet.hs: (differentiate): 'Texture' doesn't mean anything to me; replace ... | Brent Yorgey | 2007-10-22 | 1 | -3/+4 |
* | StackSet.hs: (new): better comment; 'm' is not an integer, it is a list of sc... | Brent Yorgey | 2007-10-22 | 1 | -3/+5 |
* | StackSet.hs: align some comments | Brent Yorgey | 2007-10-22 | 1 | -4/+4 |
* | StackSet.hs: small grammar fix and better flow in comment | Brent Yorgey | 2007-10-22 | 1 | -1/+1 |
* | StackSet.hs: better comments regarding hidden/visible workspace tracking for ... | Brent Yorgey | 2007-10-22 | 1 | -4/+5 |
* | Add Config.terminal | Spencer Janssen | 2007-10-24 | 2 | -1/+7 |
* | explain that you need ghc as well | Don Stewart | 2007-10-24 | 1 | -6/+20 |
* | xmonad, not XMonad | Spencer Janssen | 2007-10-24 | 1 | -2/+2 |
* | STYLE: enlarge on existing principles | gwern0 | 2007-10-24 | 1 | -10/+10 |
* | start on style guide | Don Stewart | 2007-10-24 | 1 | -0/+21 |
* | 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 |