| Commit message (Expand) | Author | Files | Lines |
2009-06-05 | X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAt | Brent Yorgey | 1 | -9/+23 |
2009-06-26 | Replace most -fglasgow-exts with specific LANGUAGE pragmas | Adam Vogt | 1 | -1/+1 |
2009-06-24 | Use -fwarn-tabs for test, remove tabs | Adam Vogt | 1 | -1/+1 |
2009-06-18 | Remove Hooks.EventHook | Daniel Schoepe | 1 | -107/+0 |
2009-06-18 | Correct many typos in the documentation, consistent US spellingg | Adam Vogt | 2 | -9/+9 |
2009-05-27 | FloatSnap - calculate gaps instead of snapping against unmanaged windows | Anders Engstrom | 1 | -1/+1 |
2009-05-25 | A.FloatSnap snap to unmanaged docks too | Adam Vogt | 1 | -1/+4 |
2009-05-03 | Add H.InsertPosition: add new windows to different positions in a workspace | Adam Vogt | 1 | -0/+74 |
2009-02-20 | Properly encode destop names before sending them to X server in XMonad.Hooks.... | Khudyakov Alexey | 1 | -2/+2 |
2009-04-09 | X.H.DynamicLog: provides trim, inverse of pad | sean.escriva | 1 | -1/+7 |
2009-04-15 | Improve composability of X.H.Place, drop simple(st)Float support | quentin.moser | 1 | -60/+107 |
2009-04-09 | Fixed X.H.Place.position | quentin.moser | 1 | -2/+2 |
2009-04-08 | Module for automatic placement of floating windows | quentin.moser | 1 | -0/+413 |
2009-04-15 | X.H.FloatNext: new module, float the next spawned window(s) | quentin.moser | 1 | -0/+157 |
2009-03-09 | More flexibility for H.FadeInactive | Daniel Schoepe | 1 | -9/+22 |
2009-03-14 | H.DynamicLog: revised dzenStrip and xmobarStrip functions | wirtwolff | 1 | -10/+30 |
2009-03-14 | X.H.DynamicLog: Add dzenStrip to remove formatting, for use in dzenPP's ppUrg... | Braden Shepherdson | 1 | -2/+13 |
2009-03-08 | X.H.ManageHelpers: export isInProperty | Roman Cheplyaka | 1 | -0/+1 |
2009-02-09 | Fix an undefined in EwmhDesktops | Daniel Schoepe | 1 | -1/+1 |
2009-02-05 | X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties... | Ismael Carnales | 2 | -19/+8 |
2009-02-04 | ManageHelpers: reduce duplicated code in predicates | Ismael Carnales | 1 | -16/+13 |
2009-02-03 | Adjustments to use the new event hook feature instead of Hooks.EventHook | Daniel Schoepe | 3 | -35/+23 |
2009-01-17 | Add XMonad.Actions.SpawnOn | Spencer Janssen | 1 | -0/+12 |
2009-01-10 | Adjustments to new userCode function | Daniel Schoepe | 1 | -2/+2 |
2009-01-09 | ManageHelpers: add isDialog | johanngiwer | 1 | -0/+12 |
2008-12-24 | fix-fromJust-errors | rupa | 1 | -14/+16 |
2008-12-15 | X.H.ManageHelpers: add doHideIgnore | Roman Cheplyaka | 1 | -1/+6 |
2008-11-17 | Export setOpacity from FadeInactive. Document how to make monitor transparent... | Roman Cheplyaka | 1 | -0/+1 |
2008-11-17 | FadeInactive: fade all inactive windows (including focused windows on visible... | Roman Cheplyaka | 1 | -2/+3 |
2008-11-14 | ManageHelpers: added doSideFloat (generalization of doCenterFloat) | Roman Cheplyaka | 1 | -4/+23 |
2008-11-04 | Work around ghc 6.10 bug #2738 | Don Stewart | 1 | -1/+1 |
2008-10-08 | Do not consider XMONAD_TIMER unknown | Joachim Breitner | 1 | -0/+3 |
2008-10-05 | Kill window without focusing it first | Joachim Breitner | 1 | -2/+1 |
2008-09-21 | DynamicLog: doc fixes | Spencer Janssen | 1 | -2/+2 |
2008-09-18 | statusBar now supplies the action to toggle struts | Spencer Janssen | 1 | -4/+6 |
2008-09-21 | cleanup - use currentTag | Devin Mullins | 3 | -5/+4 |
2008-09-20 | UrgencyHook bug fix: cleanupUrgents should clean up reminders, too | Devin Mullins | 1 | -6/+6 |
2008-09-15 | Add missing space between dzen command and flags | Daniel Neri | 1 | -1/+1 |
2008-09-13 | Big DynamicLog refactor. Added statusBar, improved compositionality for dzen... | Spencer Janssen | 1 | -68/+55 |
2008-09-09 | add clearUrgents for your keys | Devin Mullins | 1 | -3/+10 |
2008-08-24 | add reminder functionality to UrgencyHook | Devin Mullins | 1 | -33/+91 |
2008-08-21 | change withUrgencyHookC api | Devin Mullins | 1 | -18/+21 |
2008-08-16 | X.H.UrgencyHook: haddock fixes | Devin Mullins | 1 | -2/+2 |
2008-08-13 | Improve documentation for XMonad.Hooks.EwmhDesktops | Spencer Janssen | 1 | -3/+5 |
2008-08-12 | Updates to my config | Spencer Janssen | 1 | -1/+1 |
2008-07-25 | Added XMonad.Hooks.DynamicHooks | Braden Shepherdson | 1 | -0/+122 |
2008-07-17 | XMonad.Hooks.UrgencyHook: +FocusHook | gwern0 | 1 | -1/+12 |
2008-07-14 | callUrgencyHook after adjustUrgents | Devin Mullins | 1 | -2/+2 |
2008-07-06 | Added ewmhLogHookCustom, which allows arbitrary transformation of the workspa... | Braden Shepherdson | 1 | -2/+13 |
2008-06-10 | XMonad.Hooks.EwmhDesktops export EwmHDesktopsHook | Malebria | 1 | -0/+1 |