| Commit message (Expand) | Author | Files | Lines |
2011-01-06 | Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocus | Adam Vogt | 1 | -7/+1 |
2011-01-05 | Java swing application focus patch | haskell | 1 | -0/+57 |
2010-10-01 | Orphan my modules | moserq | 2 | -2/+2 |
2010-07-06 | X.H.ManageDocks: event hook to refresh on new docks | Tomas Janousek | 1 | -0/+15 |
2010-07-28 | Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a... | Jan Vornberger | 1 | -1/+1 |
2010-07-27 | CurrentWorkspaceOnTop: proper reimplementation of XMonad.Operation | Jan Vornberger | 1 | -3/+10 |
2010-06-16 | A hook to handle minimize/restore window manager hints. | Justin Bogner | 2 | -3/+56 |
2010-06-15 | remove decodeInput/encodeOutput | gwern0 | 1 | -9/+8 |
2010-06-03 | PositionStoreHook: take decoration into account | Jan Vornberger | 1 | -10/+16 |
2010-06-02 | PositionStoreHook: take docks into account | Jan Vornberger | 1 | -1/+6 |
2010-04-16 | Use imported `fi' alias for fromIntegral more often. | Adam Vogt | 2 | -5/+2 |
2010-03-30 | X.H.UrgencyHook: performance fix | Tomas Janousek | 1 | -2/+4 |
2010-01-17 | Update my e-mail address | quentin.moser | 2 | -4/+4 |
2010-03-19 | X.H.DynamicLog: let the user of xmonadPropLog choose property name | Tomas Janousek | 1 | -6/+11 |
2010-02-22 | Use imported 'fi' in H.ScreenCorners | Adam Vogt | 1 | -3/+1 |
2010-02-22 | X.H.ScreenCorners typos | Nils Schweinsberg | 1 | -4/+4 |
2010-02-22 | X.H.ScreenCorners rewritten to use InputOnly windows instead of waiting for M... | Nils Schweinsberg | 1 | -59/+121 |
2010-02-22 | [patch] X.H.ScreenCorners: move the mouse cursor to avoid loops | Nils Schweinsberg | 1 | -5/+8 |
2010-02-22 | New extension: XMonad.Hooks.ScreenCorners | Nils Schweinsberg | 1 | -0/+107 |
2009-12-28 | minor style changes | Daniel Wagner | 1 | -8/+7 |
2010-01-12 | suppress some warnings under ghc 6.12.1 and clean up redundant imports to get... | Brent Yorgey | 5 | -6/+1 |
2009-12-19 | Style changes in EwmhDesktops | Adam Vogt | 1 | -11/+8 |
2009-12-14 | Add support for fullscreen through the _NET_WM_STATE protocol | audunskaugen | 1 | -1/+36 |
2009-11-29 | Module to ensure that a dragged window always stays in front of all other win... | Jan Vornberger | 1 | -0/+62 |
2009-11-21 | X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8 | Tomas Janousek | 1 | -4/+4 |
2009-11-21 | X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clear | Brent Yorgey | 1 | -3/+9 |
2009-11-19 | X.H.ManageDocks: ignore struts that cover an entire screen on that screen | Tomas Janousek | 1 | -5/+8 |
2009-11-19 | Use imported 'fi' in PositionStoreHooks | Adam Vogt | 1 | -2/+1 |
2009-11-16 | Changed interface of X.U.ExtensibleState | Daniel Schoepe | 4 | -20/+18 |
2009-11-15 | PositionStoreFloat - a floating layout with support hooks | Jan Vornberger | 1 | -0/+98 |
2009-11-15 | X.H.Urgencyhook fix minor doc bug | Anders Engstrom | 1 | -1/+1 |
2009-11-15 | X.H.DynamicLog fix minor indentation oddness | Anders Engstrom | 1 | -15/+15 |
2009-11-13 | Don't erase floating information with H.InsertPosition (Issue 334) | Adam Vogt | 1 | -1/+1 |
2009-11-11 | Trim whitespace in H.FloatNext | Adam Vogt | 1 | -5/+1 |
2009-11-11 | Use ExtensibleState in H.FloatNext | Adam Vogt | 1 | -16/+15 |
2009-11-04 | minor-doc-fix-in-ManageHelpers | `Henrique Abreu hgabreu@gmail.com | 1 | -1/+1 |
2009-11-07 | Remove defaulting when using NoMonomorphismRestriction in H.EwmhDesktops | Adam Vogt | 1 | -6/+7 |
2009-11-06 | Use X.U.ExtensibleState instead of IORefs | Daniel Schoepe | 2 | -69/+43 |
2009-11-07 | Add experimental xmonadPropLog function | Spencer Janssen | 1 | -0/+19 |
2009-10-29 | Fix typo in H.FadeInactive documentation | Adam Vogt | 1 | -1/+1 |
2009-10-28 | X.H.ManageHelpers: added currentWs that returns the current workspace | Ismael Carnales | 1 | -0/+5 |
2009-09-10 | Changing behaviour of ppUrgent with X.H.DynamicLog | mail | 1 | -19/+8 |
2009-10-23 | Add ewmh function to set all EWMH settings in one step | Spencer Janssen | 1 | -4/+9 |
2009-10-22 | Refer to modm as the current modMask | Adam Vogt | 5 | -15/+15 |
2009-10-11 | Move EWMH support initialization to a startupHook | Justin Bogner | 1 | -20/+10 |
2009-10-20 | Remove H.SetCursor: U.Cursor is preferred | Adam Vogt | 1 | -47/+0 |
2009-10-05 | Finish a sentence in H.ManageDocks haddocks. | Adam Vogt | 1 | -1/+1 |
2009-10-05 | Add a SetStruts message to H.ManageDocks. | Adam Vogt | 1 | -13/+43 |
2009-10-04 | Fixed guard in WorkspaceByPos - condition got switched during transformation | Jan Vornberger | 1 | -1/+1 |
2009-09-15 | New module : X.H.SetCursor | mail | 1 | -0/+47 |