| Commit message (Expand) | Author | Files | Lines |
2007-12-08 | XMonad.Layouts -> XMonad.Layout | Spencer Janssen | 1 | -2/+2 |
2007-12-08 | Export XMonad.Layouts from XMonad | Spencer Janssen | 1 | -0/+2 |
2007-12-08 | Export XMonad.Operations from XMonad | Spencer Janssen | 1 | -0/+2 |
2007-12-08 | Export Graphics.X11, Graphics.X11.Xlib.Extras, and various Monad stuff from X... | Spencer Janssen | 1 | -3/+11 |
2007-11-27 | Add ManageHook to the XMonad metamodule | Spencer Janssen | 1 | -0/+2 |
2007-11-14 | comments, reexport Data.Bits | Don Stewart | 1 | -1/+22 |
2007-11-07 | Provide top level XMonad.hs export module | Don Stewart | 1 | -290/+8 |
2007-11-05 | clean up some weird formatting/overboard strictness annotations | Don Stewart | 1 | -15/+16 |
2007-11-04 | Update pragmas for GHC 6.8 compatibility | Spencer Janssen | 1 | -1/+4 |
2007-11-02 | Float handler out of makeMain, make keys and mouseBindings dependent on XConf... | Spencer Janssen | 1 | -4/+10 |
2007-11-01 | Hierarchify | Spencer Janssen | 1 | -1/+1 |
2007-11-01 | Add readsLayout, remove the existential from XConfig | Spencer Janssen | 1 | -18/+19 |
2007-11-01 | Delete Main.hs-boot! | Spencer Janssen | 1 | -0/+1 |
2007-11-01 | Remove manageHook from Main.hs-boot | Spencer Janssen | 1 | -0/+1 |
2007-11-01 | Eliminate defaultTerminal | Spencer Janssen | 1 | -2/+1 |
2007-11-01 | Store user configuration in XConf | Spencer Janssen | 1 | -3/+17 |
2007-11-01 | This is a massive update, here's what has changed: | Spencer Janssen | 1 | -35/+24 |
2007-10-29 | cleaner version of main/config inversion. | David Roundy | 1 | -0/+3 |
2007-10-17 | remove StackOrNot type synonymn. | David Roundy | 1 | -1/+1 |
2007-10-15 | Clean up trailing whitespace | Spencer Janssen | 1 | -1/+1 |
2007-10-14 | document, and use better names, for serialising/existential-dispatch framework | Don Stewart | 1 | -9/+16 |
2007-10-14 | some more layout clean ups | Don Stewart | 1 | -8/+7 |
2007-10-12 | Respect ExitExceptions, fixes a regression where exitWith had no effect | Spencer Janssen | 1 | -4/+6 |
2007-10-12 | Make runX return XState | Spencer Janssen | 1 | -2/+2 |
2007-10-12 | fix potential hole in userCode. | David Roundy | 1 | -1/+1 |
2007-10-12 | Add userCode function for the popular m `catchX` return () | Spencer Janssen | 1 | -1/+6 |
2007-10-12 | use the right catch in catchX. | David Roundy | 1 | -0/+2 |
2007-10-11 | add comments in XMonad. | David Roundy | 1 | -17/+24 |
2007-10-08 | Add LANGUAGE pragmas | Shachaf Ben-Kiki | 1 | -1/+1 |
2007-10-06 | a bunch of things in XMonad.hs are missing top level comments! | Don Stewart | 1 | -7/+17 |
2007-10-06 | style on layout class code | Don Stewart | 1 | -19/+25 |
2007-10-05 | add pureMessage. | David Roundy | 1 | -1/+3 |
2007-10-05 | Make WindowSet serialization robust to layout changes | Spencer Janssen | 1 | -1/+2 |
2007-10-04 | Remove commented code | Spencer Janssen | 1 | -7/+0 |
2007-09-29 | some renaming of classes and data types. | David Roundy | 1 | -20/+20 |
2007-09-28 | Use LANGUAGE pragmas over -fglasgow-exts | Spencer Janssen | 1 | -1/+2 |
2007-09-28 | SomeLayout: use the description of the wrapped layout | Spencer Janssen | 1 | -0/+1 |
2007-09-25 | Simplify readLayout, comment on surprising behavior | Spencer Janssen | 1 | -3/+3 |
2007-09-25 | fix bug in reading of SomeLayouts. | David Roundy | 1 | -1/+3 |
2007-09-25 | rename modifyLayout to handleMessage. | David Roundy | 1 | -7/+7 |
2007-09-25 | make it easier to define pure layouts. | David Roundy | 1 | -0/+4 |
2007-09-24 | Make a String description part of each Layout. | David Roundy | 1 | -0/+2 |
2007-09-23 | create default modifyLayout that ignores messages. | David Roundy | 1 | -0/+1 |
2007-09-21 | add layout selection back into core xmonad using LayoutSelection. | David Roundy | 1 | -1/+9 |
2007-09-21 | make layouts preserved over restart | David Roundy | 1 | -6/+1 |
2007-09-21 | move Layout into StackSet. | David Roundy | 1 | -3/+2 |
2007-09-20 | add (unused) Layout to StackSet. | David Roundy | 1 | -1/+1 |
2007-09-20 | Pointfree Mirror and SomeLayout instances | Spencer Janssen | 1 | -4/+2 |
2007-09-20 | define readLayout to create a SomeLayout based on a set of possible layout ty... | David Roundy | 1 | -1/+7 |
2007-09-20 | add Read instance to Layout. | David Roundy | 1 | -1/+3 |