| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use lookup instead of find in A.PerWorkspaceKeys | Adam Vogt | 2009-11-29 | 1 | -5/+4 |
* | Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne... | Nils Schweinsberg | 2009-12-07 | 1 | -52/+101 |
* | Module to ensure that a dragged window always stays in front of all other win... | Jan Vornberger | 2009-11-29 | 2 | -0/+63 |
* | Decoration that allows to switch the position of windows by dragging them ont... | Jan Vornberger | 2009-11-29 | 3 | -0/+155 |
* | A decoration with small buttons and a supporting module | Jan Vornberger | 2009-11-29 | 3 | -0/+181 |
* | XMonad.Actions.Search: finally fixed the internet archive search plugin | gwern0 | 2009-12-05 | 1 | -4/+1 |
* | XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through... | gwern0 | 2009-12-05 | 1 | -2/+2 |
* | Prompt.hs: Corrected quit keybindings | Tim Horton | 2009-12-03 | 1 | -1/+2 |
* | Extended decoration module with more hooks and consolidated some existing ones | Jan Vornberger | 2009-11-29 | 3 | -36/+50 |
* | Extended decoration theme to contain extra static text that always appears in... | Jan Vornberger | 2009-10-24 | 2 | -1/+6 |
* | Extended paintAndWrite to allow for multiple strings to be written into the r... | Jan Vornberger | 2009-10-24 | 3 | -14/+17 |
* | Added the alignment option 'AlignRightOffset' | Jan Vornberger | 2009-10-24 | 2 | -2/+3 |
* | Prevent windows from being decorated that are too small to contain decoration. | Jan Vornberger | 2009-06-27 | 1 | -3/+3 |
* | X.L.MouseResizableTile: keep draggers on the bottom of the window stack. | Tomas Janousek | 2009-11-26 | 1 | -0/+1 |
* | Implemented smarter system of managing borders for BorderResize | Jan Vornberger | 2009-11-23 | 1 | -42/+109 |
* | X.H.DynamicLog: fix xmonadPropLog double-encoding of UTF-8 | Tomas Janousek | 2009-11-21 | 1 | -4/+4 |
* | X.H.DynamicLog: make documentation for 'dzen' and 'xmobar' slightly more clear | Brent Yorgey | 2009-11-21 | 1 | -3/+9 |
* | X.H.ManageDocks: ignore struts that cover an entire screen on that screen | Tomas Janousek | 2009-11-19 | 1 | -5/+8 |
* | Use imported 'fi' in PositionStoreHooks | Adam Vogt | 2009-11-19 | 1 | -2/+1 |
* | Changed interface of X.U.ExtensibleState | Daniel Schoepe | 2009-11-16 | 9 | -54/+54 |
* | PositionStoreFloat - a floating layout with support hooks | Jan Vornberger | 2009-11-15 | 5 | -2/+197 |
* | PositionStore utility to store information about position and size of a window | Jan Vornberger | 2009-11-08 | 2 | -0/+82 |
* | X.H.Urgencyhook fix minor doc bug | Anders Engstrom | 2009-11-15 | 1 | -1/+1 |
* | X.H.DynamicLog fix minor indentation oddness | Anders Engstrom | 2009-11-15 | 1 | -15/+15 |
* | X.A.CycleWS cycle by tag group | Anders Engstrom | 2009-11-15 | 1 | -0/+7 |
* | Use less short names in X.Prompt | Adam Vogt | 2009-11-15 | 1 | -5/+2 |
* | Use io instead of liftIO in Prompt | Adam Vogt | 2009-11-15 | 1 | -9/+9 |
* | 'io' and 'fi' are defined outside of Prompt | Adam Vogt | 2009-11-15 | 1 | -9/+2 |
* | Use zipWithM_ instead of recursion in Prompt.printComplList | Adam Vogt | 2009-11-15 | 1 | -22/+9 |
* | Minor style changes in DynamicWorkspaces | Adam Vogt | 2009-11-15 | 1 | -18/+15 |
* | X.A.DynamicWorkspaces fix doc and add behaviour | Anders Engstrom | 2009-11-14 | 1 | -9/+51 |
* | rework XMonad.Util.Dzen | daniel | 2009-11-14 | 1 | -12/+145 |
* | generalize IO actions to MonadIO m | daniel | 2009-11-14 | 5 | -11/+12 |
* | fix documentation to match implementation | daniel | 2009-11-14 | 1 | -2/+1 |
* | Bypass more of stringToKeysym in U.Paste | Adam Vogt | 2009-11-14 | 2 | -2/+8 |
* | Don't erase floating information with H.InsertPosition (Issue 334) | Adam Vogt | 2009-11-13 | 1 | -1/+1 |
* | Rename gridselectViewWorkspace to gridselectWorkspace, add another example. | Adam Vogt | 2009-11-12 | 1 | -3/+7 |
* | X.A.DynamicWorkspaces: fix addWorkspace and friends so they never add another... | Brent Yorgey | 2009-11-12 | 1 | -5/+11 |
* | Trim whitespace in H.FloatNext | Adam Vogt | 2009-11-11 | 1 | -5/+1 |
* | Use ExtensibleState in H.FloatNext | Adam Vogt | 2009-11-11 | 1 | -16/+15 |
* | Make a haddock link direct in C.Desktop. | Adam Vogt | 2009-11-11 | 1 | -1/+1 |
* | Change A.TopicSpace haddocks to use block quotes. | Adam Vogt | 2009-11-11 | 1 | -123/+102 |
* | Add defaultTopicConfig, to allow adding more fields to TopicSpace later. | Adam Vogt | 2009-11-11 | 1 | -0/+9 |
* | X.A.WindowGo: fix haddock markup | Spencer Janssen | 2009-11-11 | 1 | -4/+5 |
* | Minor style corrections in X.U.SpawnOnce | Daniel Schoepe | 2009-11-09 | 1 | -2/+2 |
* | Add gridselectViewWorkspace in X.A.GridSelect | Daniel Schoepe | 2009-11-09 | 1 | -0/+9 |
* | minor-doc-fix-in-ManageHelpers | `Henrique Abreu hgabreu@gmail.com | 2009-11-04 | 1 | -1/+1 |
* | Set buffering to LineBuffering in scripts/xmonadpropread.hs | Daniel Schoepe | 2009-11-08 | 1 | -0/+3 |
* | X.U.ExtensibleState: style | Spencer Janssen | 2009-11-08 | 1 | -2/+1 |
* | X.A.DynamicWorkspaces: new 'addWorkspacePrompt' method | Brent Yorgey | 2009-11-08 | 1 | -1/+5 |