| Commit message (Expand) | Author | Age | Files | Lines |
* | stictify some fields | Don Stewart | 2008-04-13 | 1 | -11/+11 |
* | strictify some fields | Don Stewart | 2008-04-13 | 1 | -4/+4 |
* | Fix window order in EWMH | Joachim Breitner | 2008-04-11 | 1 | -1/+2 |
* | remove myself as maintainer of CopyWindow. | David Roundy | 2008-04-09 | 1 | -1/+1 |
* | XMonad.Util.WindowProperties: add WM_WINDOW_ROLE as Role | Roman Cheplyaka | 2008-04-09 | 1 | -1/+3 |
* | Generalize copyWindow, minor style change | Spencer Janssen | 2008-04-08 | 1 | -4/+4 |
* | XMonad.Actions.CopyWindow: added copyToAll and killAllOtherCopies functions | Ivan N. Veselov | 2008-04-08 | 1 | -4/+35 |
* | XMonad.Actions.UpdatePointer: doc fix | Lukas Mai | 2008-04-07 | 1 | -1/+1 |
* | XMonad.Util.Font: minor reformatting | Lukas Mai | 2008-04-06 | 1 | -2/+2 |
* | DynamicLog: resolve merge conflict | Lukas Mai | 2008-04-06 | 1 | -0/+3 |
* | Encode the entire DynamicLog output, instead of just window title. | lithis | 2008-03-29 | 1 | -2/+2 |
* | DynamicLog: add support for UTF-8 locales when compiled with XFT or UFT-8 sup... | Andrea Rossato | 2008-03-13 | 1 | -3/+1 |
* | XMonad.Util.Font: don't call setlocale; core does it for us | Lukas Mai | 2008-04-06 | 1 | -15/+2 |
* | XMonad.Util.NamedWindows: fix imports | Lukas Mai | 2008-03-26 | 1 | -2/+2 |
* | Changed getName to use locale-aware functions | Mats Jansborg | 2007-08-19 | 1 | -3/+12 |
* | Added next-window versions of the raise* functions. | Ian Zerny | 2008-04-05 | 1 | -1/+31 |
* | XMonad.Layout.Master: initial import | Lukas Mai | 2008-04-05 | 2 | -0/+111 |
* | update contrib for applySizeHints changes | Lukas Mai | 2008-04-05 | 7 | -45/+20 |
* | XMonad.Hooks.ManageDocks: haddock fix | Lukas Mai | 2008-04-05 | 1 | -2/+2 |
* | MultiToggle/Instances: ghc 6.6 can't parse LANGUAGE pragma | Brent Yorgey | 2008-04-04 | 1 | -1/+1 |
* | 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 |
* | some bang patterns | Don Stewart | 2008-04-03 | 1 | -1/+1 |
* | have 'dzen' use autoStruts to detect the gaps | Don Stewart | 2008-04-03 | 1 | -3/+25 |
* | Actions/Search.hs: add dictionary.com search | Brent Yorgey | 2008-04-02 | 1 | -10/+14 |
* | _NET_ACTIVE_WINDOW moves windows if necessary | Joachim Breitner | 2008-04-02 | 1 | -2/+2 |
* | HintedGrid: guesstimate window flexibility and layout rigid windows first | Lukas Mai | 2008-04-02 | 1 | -3/+5 |
* | HintedGrid: try both bottom-up/top-down window placement to minimize unused s... | Lukas Mai | 2008-04-02 | 1 | -4/+9 |
* | Grid/HintedGrid: use an ncolumns formula inspired by dwm's "optimal" mode | Lukas Mai | 2008-04-02 | 2 | -5/+2 |
* | XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas... | Brent Yorgey | 2008-04-02 | 3 | -1/+154 |
* | improve WindowGo.hs Haddock formatting | gwern0 | 2008-04-01 | 1 | -15/+15 |
* | forgot a haddock for getEditor in Shell.hs | gwern0 | 2008-04-01 | 1 | -0/+1 |
* | WindowGo.hs: +raiseBrowser, raiseEditor | gwern0 | 2008-04-01 | 1 | -5/+25 |
* | RunOrRaise.hs: FF 3 doesn't use the "Firefox-bin" classname | gwern0 | 2008-04-01 | 1 | -14/+14 |
* | Search.hs: remove an argument from selectSearch and promptSearch | gwern0 | 2008-04-01 | 1 | -43/+57 |
* | Shell.hs: +getBrowser, getEditor, helper function | gwern0 | 2008-04-01 | 1 | -0/+19 |
* | XMonad.Layout.HintedGrid: initial import | Lukas Mai | 2008-04-02 | 2 | -0/+118 |
* | Documentation improvement. | Roman Cheplyaka | 2008-04-01 | 1 | -2/+4 |
* | Remove broken link to screenshot. | Roman Cheplyaka | 2008-03-31 | 1 | -4/+1 |
* | MultiToggle: add new XMonad.Layout.MultiToggle.Instances module for common in... | Brent Yorgey | 2008-03-31 | 3 | -25/+67 |
* | XMonad.Actions.CycleRecentWS: initial import | Michal Janeczek | 2008-03-31 | 2 | -0/+86 |
* | XMonad.Hooks.ManageDocks: export checkDoc | Lukas Mai | 2008-03-31 | 1 | -2/+2 |
* | XMonad.Layout.Grid: fix indentation | Lukas Mai | 2008-03-30 | 1 | -20/+20 |
* | move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo... | Brent Yorgey | 2008-03-31 | 3 | -25/+31 |
* | 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 | 3 | -2/+5 |
* | 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 |
* | PerWorkspace: add modWorkspace(s) combinators, for selectively applying layou... | Brent Yorgey | 2008-03-26 | 1 | -6/+33 |