| Commit message (Expand) | Author | Age | Files | Lines |
* | Hierarchify | Spencer Janssen | 2007-11-01 | 1 | -505/+0 |
* | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 2007-11-01 | 1 | -2/+2 |
* | Delete Main.hs-boot! | Spencer Janssen | 2007-11-01 | 1 | -6/+8 |
* | Remove manageHook from Main.hs-boot | Spencer Janssen | 2007-11-01 | 1 | -2/+3 |
* | -Wall police | Spencer Janssen | 2007-11-01 | 1 | -2/+1 |
* | Store user configuration in XConf | Spencer Janssen | 2007-11-01 | 1 | -3/+3 |
* | This is a massive update, here's what has changed: | Spencer Janssen | 2007-11-01 | 1 | -158/+2 |
* | cleaner version of main/config inversion. | David Roundy | 2007-10-29 | 1 | -4/+5 |
* | make setLayout a bit more inclusive. | David Roundy | 2007-10-25 | 1 | -2/+2 |
* | make xmonad work with inverted main/config. | David Roundy | 2007-10-18 | 1 | -1/+2 |
* | New windows start in the iconic state | Spencer Janssen | 2007-10-28 | 1 | -5/+6 |
* | Replace 'findIndex' with 'findTag', which more accurately describes what the ... | Brent Yorgey | 2007-10-22 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Operations.hs: make use of notElem and notMember | Eric Mertens | 2007-10-17 | 1 | -2/+2 |
* | Clean up trailing whitespace | Spencer Janssen | 2007-10-15 | 1 | -5/+5 |
* | document, and use better names, for serialising/existential-dispatch framework | Don Stewart | 2007-10-14 | 1 | -4/+4 |
* | clean up Layout code a little more | Don Stewart | 2007-10-14 | 1 | -62/+69 |
* | clean up names of layout code | Don Stewart | 2007-10-13 | 1 | -24/+27 |
* | Haddox fix | Andrea Rossato | 2007-10-12 | 1 | -1/+1 |
* | Add userCode function for the popular m `catchX` return () | Spencer Janssen | 2007-10-12 | 1 | -1/+1 |
* | catch exceptions when calling user-written code. | David Roundy | 2007-10-12 | 1 | -2/+2 |
* | one more comment. | David Roundy | 2007-10-11 | 1 | -1/+2 |
* | Set the border color of new windows, nice catch by mauke | Spencer Janssen | 2007-10-11 | 1 | -1/+4 |
* | 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 | 1 | -2/+2 |
* | comments need to be given for all top level bindings | Don Stewart | 2007-10-06 | 1 | -2/+13 |
* | add pureMessage. | David Roundy | 2007-10-05 | 1 | -3/+2 |
* | manageHook: use the curry style, better documentation | Spencer Janssen | 2007-10-03 | 1 | -1/+1 |
* | some renaming of classes and data types. | David Roundy | 2007-09-29 | 1 | -13/+13 |
* | Pass window name and class info to manageHook | Spencer Janssen | 2007-10-02 | 1 | -1/+4 |
* | Send ClassHints to manageHook | Spencer Janssen | 2007-10-01 | 1 | -1/+1 |
* | First cut at manageHook | Spencer Janssen | 2007-10-01 | 1 | -5/+5 |
* | set border color more judiciously, so layouts can customize this. | David Roundy | 2007-09-29 | 1 | -4/+4 |
* | Operation: coding style conformance | Andrea Rossato | 2007-09-28 | 1 | -3/+3 |
* | define defaultLayout in Config.hs. | David Roundy | 2007-09-28 | 1 | -3/+3 |
* | Use LANGUAGE pragmas over -fglasgow-exts | Spencer Janssen | 2007-09-28 | 1 | -1/+3 |
* | LayoutSelection: describe the active layout only | Spencer Janssen | 2007-09-28 | 1 | -0/+3 |
* | put transients completely on the screen when possible. | David Roundy | 2007-09-27 | 1 | -5/+10 |
* | setLayout should not call sendMessage, because sendMessage calls windows | Spencer Janssen | 2007-09-28 | 1 | -3/+3 |
* | Add setLayout to the core | Spencer Janssen | 2007-09-28 | 1 | -0/+7 |
* | Refactor floating code in manage | Spencer Janssen | 2007-09-27 | 1 | -8/+7 |
* | fix bug where ReleaseResources wasn't getting sent to all layouts. | David Roundy | 2007-09-25 | 1 | -0/+4 |
* | add support for parseable layouts not in the default. | David Roundy | 2007-09-25 | 1 | -2/+3 |