| Commit message (Expand) | Author | Files | Lines |
2009-01-16 | X.U.EZConfig: expand documentation | Brent Yorgey | 1 | -5/+13 |
2009-01-14 | add a bit of documentation to HintedTile | Brent Yorgey | 1 | -3/+4 |
2009-01-09 | ManageHelpers: add isDialog | johanngiwer | 1 | -0/+12 |
2009-01-11 | CenteredMaster | portnov84 | 1 | -0/+110 |
2009-01-10 | XMonad.Util.XSelection: update maintainer information | gwern0 | 1 | -2/+1 |
2009-01-02 | X.U.XSelection: get rid of warning about missing newline, add Haddock link | Brent Yorgey | 1 | -2/+2 |
2009-01-02 | adds haddock documentation for transformPromptSelection | loupgaroublond | 1 | -5/+8 |
2008-12-22 | adds a weird function to XSelection | loupgaroublond | 1 | -0/+6 |
2009-01-02 | ThreeColumnsMiddle | xmonad | 1 | -0/+92 |
2008-12-24 | fix-fromJust-errors | rupa | 1 | -14/+16 |
2008-12-18 | Prompt: Change Filemode to 600 for history-file (fixes bug 244) | Dominik Bruhn | 1 | -0/+3 |
2008-12-26 | X.L.Monitor: changes in message passing | Roman Cheplyaka | 1 | -12/+14 |
2008-12-26 | X.L.Monitor: change interface | Roman Cheplyaka | 1 | -48/+70 |
2008-12-25 | X.U.WindowProperties: propertyToQuery+docs | Roman Cheplyaka | 1 | -1/+14 |
2008-12-25 | X.L.Monitor: docs | Roman Cheplyaka | 1 | -1/+4 |
2008-12-20 | hlintify XUtils, XSelection, Search, WindowGo | gwern0 | 4 | -10/+10 |
2008-12-12 | fix focus issue for XMonad.Actions.Warp.banishScreen | Norbert Zeh | 1 | -2/+4 |
2008-12-12 | addition of XMonad.Actions.Warp.banishScreen | Norbert Zeh | 1 | -1/+15 |
2008-12-12 | fixed documentation for banish | Norbert Zeh | 1 | -1/+1 |
2008-12-12 | addition of combined TallGrid layout | Norbert Zeh | 1 | -0/+166 |
2008-12-13 | Add FixedColumn, a layout like Tall but based on the resize hints of windows | Justin Bogner | 1 | -0/+91 |
2008-12-05 | XMonad.Actions.WindowGo: fix a floating-related focus bug | gwern0 | 1 | -13/+9 |
2008-11-19 | Prompt.hs: +greenXPConfig and amberXPConfig | gwern0 | 1 | -3/+6 |
2008-11-19 | Prompt.hs: increase font size to 12 from niggardly 10 | gwern0 | 1 | -1/+1 |
2008-11-19 | Prompt.hs: replace magic numbers with understandable names | gwern0 | 1 | -5/+5 |
2008-12-15 | X.L.Monitor: recommend doHideIgnore (docs) | Roman Cheplyaka | 1 | -1/+1 |
2008-12-15 | X.L.Monitor: docs | Roman Cheplyaka | 1 | -5/+5 |
2008-12-15 | X.L.Monitor: export Monitor datatype | Roman Cheplyaka | 1 | -0/+1 |
2008-12-15 | X.H.ManageHelpers: add doHideIgnore | Roman Cheplyaka | 2 | -2/+9 |
2008-12-11 | Add KDE 4 config, thanks to Shirakawasuna on IRC | Spencer Janssen | 1 | -1/+13 |
2008-10-25 | I use the deleteConsecutive history filter | Spencer Janssen | 1 | -0/+1 |
2008-12-03 | Remove XMonad.Config.PlainConfig, it has been turned into the separate xmonad... | Braden Shepherdson | 1 | -528/+0 |
2008-12-03 | XMonad.Prompt: swap up and down per bug #243 | gwern0 | 1 | -2/+2 |
2008-12-01 | Fix boolean operator precedence in GridSelect keybindings | Aleksandar Dimitrov | 1 | -4/+4 |
2008-11-22 | GridSelect.hs: navigate grid with h,j,k,l as well as arrow keys | sean.escriva | 1 | -4/+4 |
2008-11-17 | Export setOpacity from FadeInactive. Document how to make monitor transparent... | Roman Cheplyaka | 2 | -0/+6 |
2008-11-17 | Monitor: use broadcastMessage instead of sendMessage; this solves several issues | Roman Cheplyaka | 1 | -6/+1 |
2008-11-17 | FadeInactive: fade all inactive windows (including focused windows on visible... | Roman Cheplyaka | 1 | -2/+3 |
2008-11-17 | Monitor: documented one more issue | Roman Cheplyaka | 1 | -1/+4 |
2008-11-17 | Monitor: improved the docs | Roman Cheplyaka | 1 | -6/+14 |
2008-11-15 | added XMonad.Layout.Monitor | Roman Cheplyaka | 1 | -0/+131 |
2008-11-15 | WindowProperties: added allWithProperty | Roman Cheplyaka | 1 | -1/+7 |
2008-11-14 | ManageHelpers: added doSideFloat (generalization of doCenterFloat) | Roman Cheplyaka | 1 | -4/+23 |
2008-11-12 | GridSelect: Export default_colorizer | Dominik Bruhn | 1 | -1/+2 |
2008-11-12 | Simplify code for restriction-calculation and remove compiletime warnings | Dominik Bruhn | 1 | -2/+4 |
2008-11-11 | Simplify handle/eventLoop, introduce findInWindowMap, partial updates for key... | Clemens Fruhwirth | 1 | -38/+62 |
2008-11-11 | GridSelect: force cursor stay in visible area | Roman Cheplyaka | 1 | -3/+5 |
2008-11-11 | GridSelect: fix infiniteness problem with diamondRestrict | Roman Cheplyaka | 1 | -10/+2 |
2008-11-11 | GridSelect: remove tabs | Roman Cheplyaka | 1 | -61/+61 |
2008-11-10 | Exported shrinkWhile from Decoration to use in GridSelect | Roman Cheplyaka | 2 | -12/+1 |