| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 sup... | Andrea Rossato | 2008-03-13 | 1 | -3/+1 |
* | XMonad.Hooks.ManageDocks: haddock fix | Lukas Mai | 2008-04-05 | 1 | -2/+2 |
* | Document _NET_ACTIVE_WINDOW behaviour more exactly | Joachim Breitner | 2008-04-04 | 1 | -1/+1 |
* | UNDO: _NET_ACTIVE_WINDOW moves windows if necessary | Joachim Breitner | 2008-04-02 | 1 | -2/+2 |
* | onstart | Don Stewart | 2008-04-03 | 1 | -1/+1 |
* | have 'dzen' use autoStruts to detect the gaps | Don Stewart | 2008-04-03 | 1 | -3/+25 |
* | _NET_ACTIVE_WINDOW moves windows if necessary | Joachim Breitner | 2008-04-02 | 1 | -2/+2 |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 1 | -1/+5 |
* | XMonad.Hooks.ManageDocks: export checkDoc | Lukas Mai | 2008-03-31 | 1 | -2/+2 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 1 | -23/+28 |
* | ManageDocks: clean up + add more documentation | Brent Yorgey | 2008-03-31 | 1 | -21/+23 |
* | Util.Run, Hooks.DynamicLog: re-export hPutStrLn and hPutStr from Util.Run for... | Brent Yorgey | 2008-03-28 | 1 | -0/+2 |
* | ManageDocks: add avoidStrutsOn, for covering some docks and not others by def... | Brent Yorgey | 2008-03-27 | 1 | -2/+17 |
* | ManageDocks: add ability to toggle individual gaps independently | Brent Yorgey | 2008-03-27 | 1 | -17/+39 |
* | Haddock fix | Roman Cheplyaka | 2008-03-30 | 1 | -1/+1 |
* | Remove stale status gaps code | Spencer Janssen | 2008-03-30 | 1 | -2/+1 |
* | ManageDocks: add warning about making sure gaps are set to zero before switch... | Brent Yorgey | 2008-03-27 | 1 | -1/+7 |
* | XMonad.Hooks.ManageHelpers: reformatting | Lukas Mai | 2008-03-26 | 1 | -21/+23 |
* | fix various compilation errors | Lukas Mai | 2008-03-22 | 1 | -1/+1 |
* | add ewmhDesktopsLayout for EWMH interaction | Joachim Breitner | 2008-03-19 | 1 | -4/+58 |
* | Export HandleEvent type to be able to use it in type annotations | Joachim Breitner | 2008-03-19 | 1 | -0/+1 |
* | EventHook: handle events after the underlying layout and more | Andrea Rossato | 2008-02-25 | 1 | -14/+14 |
* | Add Hooks.ServerMode: an event hook to execute commands sent by an external c... | Andrea Rossato | 2008-02-24 | 1 | -0/+103 |
* | Add EventHook: a layout modifier to handle X events | Andrea Rossato | 2008-02-24 | 1 | -0/+107 |
* | EwmhDesktops: advertise support for _NET_CLIENT_LIST_STACKING | Alec Berryman | 2008-03-15 | 1 | -0/+1 |
* | LayoutModifier: reimplement ModifiedLayout using runLayout and more | Andrea Rossato | 2008-02-23 | 1 | -2/+2 |
* | Fix to work with "floats always use current screen" patch | robreim | 2008-03-08 | 1 | -1/+1 |
* | Hooks.DynamicLog: export xmobarPP | Dmitry Kurochkin | 2008-03-03 | 1 | -1/+1 |
* | Haddock fix: Changed URL-Markup | Dominik Bruhn | 2008-03-02 | 1 | -1/+1 |
* | Two new floating window ManageHooks. | Braden Shepherdson | 2008-02-25 | 1 | -1/+17 |
* | Small refactoring. | Nils Anders Danielsson | 2008-02-10 | 1 | -21/+35 |
* | Fixed off-by-one error which broke strut handling for some panels. | Nils Anders Danielsson | 2008-02-10 | 1 | -4/+19 |
* | DynamicLog.hs: haddock fix | Andrea Rossato | 2008-02-20 | 1 | -1/+1 |
* | improvements to XMonad.Hooks.DynamicLog, and new contrib module XMonad.Util.L... | Brent Yorgey | 2008-02-19 | 1 | -63/+155 |
* | Refactor XMonad.Hooks.DynamicLog | Roman Cheplyaka | 2008-02-10 | 1 | -4/+15 |
* | WorkspaceCompare: some refactoring. | Brent Yorgey | 2008-02-01 | 2 | -9/+9 |
* | DynamicLog: lots of additional documentation; add byorgeyPP as an example dze... | Brent Yorgey | 2008-01-30 | 1 | -32/+99 |
* | Extended PP with sorting algorithm specification and added xinerama sorting | Juraj Hercek | 2008-01-09 | 1 | -1/+3 |
* | ManageDocks: implement AvoidStruts as a layout modifier | Andrea Rossato | 2008-01-27 | 1 | -18/+12 |
* | ManageDocks: add emptyLayout definition for supporting the new decoration fra... | Andrea Rossato | 2008-01-26 | 1 | -0/+3 |
* | grammar fix | Lukas Mai | 2008-01-28 | 1 | -1/+1 |
* | cleared up transience to better highlight how to use ManageHooks properly | xmonad-contrib | 2008-01-02 | 1 | -5/+3 |
* | expands the EDSL for performing actions on windows | xmonad-contrib | 2008-01-01 | 1 | -19/+65 |
* | ManageDocks: some documentation fixes | Andrea Rossato | 2007-12-31 | 1 | -1/+4 |
* | -Wall police (again) | Spencer Janssen | 2007-12-28 | 1 | -2/+2 |
* | Fulfill the EWMH specification by listing the supported ATOMs, doesnt really ... | mail | 2007-12-27 | 1 | -1/+9 |
* | display all visible windows on the current desktop in the pager | mail | 2007-12-27 | 1 | -1/+8 |
* | Although I do not need the curr variable after all, this is nicer | mail | 2007-12-27 | 1 | -4/+3 |
* | Clear _NET_ACTIVE_WINDOW when nothing is focused | mail | 2007-12-28 | 1 | -1/+2 |
* | AvoidStruts: add support for partial struts | Spencer Janssen | 2007-12-22 | 1 | -40/+43 |