| Commit message (Expand) | Author | Files | Lines |
2008-03-27 | ManageDocks: add warning about making sure gaps are set to zero before switch... | Brent Yorgey | 1 | -1/+7 |
2008-03-26 | XMonad.Hooks.ManageHelpers: reformatting | Lukas Mai | 1 | -21/+23 |
2008-03-22 | fix various compilation errors | Lukas Mai | 1 | -1/+1 |
2008-03-19 | add ewmhDesktopsLayout for EWMH interaction | Joachim Breitner | 1 | -4/+58 |
2008-03-19 | Export HandleEvent type to be able to use it in type annotations | Joachim Breitner | 1 | -0/+1 |
2008-02-25 | EventHook: handle events after the underlying layout and more | Andrea Rossato | 1 | -14/+14 |
2008-02-24 | Add Hooks.ServerMode: an event hook to execute commands sent by an external c... | Andrea Rossato | 1 | -0/+103 |
2008-02-24 | Add EventHook: a layout modifier to handle X events | Andrea Rossato | 1 | -0/+107 |
2008-03-15 | EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKING | Alec Berryman | 1 | -0/+1 |
2008-02-23 | LayoutModifier: reimplement ModifiedLayout using runLayout and more | Andrea Rossato | 1 | -2/+2 |
2008-03-08 | Fix to work with "floats always use current screen" patch | robreim | 1 | -1/+1 |
2008-03-03 | Hooks.DynamicLog: export xmobarPP | Dmitry Kurochkin | 1 | -1/+1 |
2008-03-02 | Haddock fix: Changed URL-Markup | Dominik Bruhn | 1 | -1/+1 |
2008-02-25 | Two new floating window ManageHooks. | Braden Shepherdson | 1 | -1/+17 |
2008-02-10 | Small refactoring. | Nils Anders Danielsson | 1 | -21/+35 |
2008-02-10 | Fixed off-by-one error which broke strut handling for some panels. | Nils Anders Danielsson | 1 | -4/+19 |
2008-02-20 | DynamicLog.hs: haddock fix | Andrea Rossato | 1 | -1/+1 |
2008-02-19 | improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L... | Brent Yorgey | 1 | -63/+155 |
2008-02-10 | Refactor XMonad.Hooks.DynamicLog | Roman Cheplyaka | 1 | -4/+15 |
2008-02-01 | WorkspaceCompare: some refactoring. | Brent Yorgey | 2 | -9/+9 |
2008-01-30 | DynamicLog: lots of additional documentation; add byorgeyPP as an example dze... | Brent Yorgey | 1 | -32/+99 |
2008-01-09 | Extended PP with sorting algorithm specification and added xinerama sorting | Juraj Hercek | 1 | -1/+3 |
2008-01-27 | ManageDocks: implement AvoidStruts as a layout modifier | Andrea Rossato | 1 | -18/+12 |
2008-01-26 | ManageDocks: add emptyLayout definition for supporting the new decoration fra... | Andrea Rossato | 1 | -0/+3 |
2008-01-28 | grammar fix | Lukas Mai | 1 | -1/+1 |
2008-01-02 | cleared up transience to better highlight how to use ManageHooks properly | xmonad-contrib | 1 | -5/+3 |
2008-01-01 | expands the EDSL for performing actions on windows | xmonad-contrib | 1 | -19/+65 |
2007-12-31 | ManageDocks: some documentation fixes | Andrea Rossato | 1 | -1/+4 |
2007-12-28 | -Wall police (again) | Spencer Janssen | 1 | -2/+2 |
2007-12-27 | Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ... | mail | 1 | -1/+9 |
2007-12-27 | display all visible windows on the current desktop in the pager | mail | 1 | -1/+8 |
2007-12-27 | Although I do not need the curr variable after all, this is nicer | mail | 1 | -4/+3 |
2007-12-28 | Clear _NET_ACTIVE_WINDOW when nothing is focused | mail | 1 | -1/+2 |
2007-12-22 | AvoidStruts: add support for partial struts | Spencer Janssen | 1 | -40/+43 |
2007-12-22 | ManageDocks: ignore desktop windows also | Spencer Janssen | 1 | -3/+4 |
2007-12-22 | Wibble | Spencer Janssen | 1 | -1/+1 |
2007-12-22 | EwmhDesktops: add _NET_ACTIVE_WINDOW support | Spencer Janssen | 1 | -1/+8 |
2007-12-22 | EwmhDesktops: drop 'Workspace' from displayed workspace names | Spencer Janssen | 1 | -1/+1 |
2007-12-22 | Factor workspace sorting into a separate module | Spencer Janssen | 2 | -24/+14 |
2007-12-15 | DynamicLog.hs: some documentation updates. | Brent Yorgey | 1 | -8/+9 |
2007-12-15 | DynamicLog.hs: fix shadowing warning | Brent Yorgey | 1 | -1/+1 |
2007-12-14 | Add UrgencyHook support to DynamicLog | Shachaf Ben-Kiki | 1 | -11/+17 |
2007-12-13 | Add support for _NET_WM_STRUT_PARTIAL | Spencer Janssen | 1 | -9/+11 |
2007-12-10 | ManageDocks: when there are struts on opposing edges, the right/bottom strut | Spencer Janssen | 1 | -2/+3 |
2007-12-11 | new XMonad.Hooks.ManageHelpers module | Lukas Mai | 1 | -0/+86 |
2007-12-09 | Update ManageDocks to the new ManageHook system, remove the gap setting code ... | Spencer Janssen | 1 | -84/+61 |
2007-12-09 | XPropManage: haddock fixes | Andrea Rossato | 1 | -4/+6 |
2007-12-09 | SetWMName: haddock fixes | Andrea Rossato | 1 | -1/+4 |
2007-12-09 | EwmhDesktops: haddock fixes | Andrea Rossato | 1 | -10/+12 |
2007-12-09 | DynamicLog: haddock fixes | Andrea Rossato | 1 | -7/+3 |