| Commit message (Expand) | Author | Files | Lines |
2013-02-18 | Note in U.NameActions that xmonad core can list default keys now | Adam Vogt | 1 | -0/+3 |
2013-02-18 | Export U.NamedActions.addDescrKeys per evaryont's request. | Adam Vogt | 1 | -0/+1 |
2013-02-12 | Add EWMH DEMANDS_ATTENTION support to UrgencyHook. | Maarten de Vries | 1 | -10/+57 |
2013-01-17 | Unconditionally set _NET_WORKAREA in ManageDocks | Adam Vogt | 1 | -0/+8 |
2013-02-09 | spawn command when no completion is available (if alwaysHighlight is True); c... | c.lopez | 2 | -2/+2 |
2012-07-04 | order-unindexed-ws-last | matthewhague | 1 | -1/+9 |
2013-01-14 | SpawnOn modification for issue 523 | Adam Vogt | 1 | -6/+11 |
2013-01-12 | Update L.TrackFloating.useTransient example code | Adam Vogt | 1 | -2/+2 |
2013-01-12 | Adapt ideas of issue 306 patch to a new modifier in L.TrackFloating | Adam Vogt | 1 | -5/+67 |
2013-01-09 | Make X.A.CycleWS not rely on hidden WS order | Dmitri Iouchtchenko | 1 | -9/+18 |
2013-01-09 | Add X.H.WorkspaceHistory | Dmitri Iouchtchenko | 1 | -0/+74 |
2012-12-31 | Allow removing arbitrary workspaces | Dmitri Iouchtchenko | 1 | -0/+1 |
2012-12-31 | Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace' | Dmitri Iouchtchenko | 1 | -7/+11 |
2012-12-31 | X.A.Workscreen make the whole module description show up for haddock | Adam Vogt | 1 | -1/+1 |
2012-12-31 | Note that an alternative to XMonad.Actions.ShowText is X.U.Dzen | Adam Vogt | 1 | -1/+2 |
2012-12-27 | Add X.A.DynamicWorkspaces.renameWorkspaceByName. | Dmitri Iouchtchenko | 1 | -5/+8 |
2012-12-26 | Change type of X.A.ShowText.handleTimerEvent so example code typechecks. | Adam Vogt | 1 | -2/+4 |
2012-12-26 | Describe arguments for X.A.ShowText.flashText | Adam Vogt | 1 | -2/+5 |
2012-12-25 | Add XMonad.Actions.ShowText | pastorelli.mario | 1 | -0/+110 |
2012-12-16 | Record polachok's fix for issue 507 | Adam Vogt | 1 | -2/+5 |
2012-12-15 | Removes unused function spawnWithActions and redundant imports in XMonad.Acti... | c.lopez | 1 | -30/+8 |
2012-12-15 | A.Launcher markup identifiers for haddock links | Adam Vogt | 1 | -2/+2 |
2012-12-15 | Address warnings from Debug modules | Adam Vogt | 2 | -7/+8 |
2012-12-14 | Removes LocateMode and LocateRegexMode from XMonad.Actions.Launcher | c.lopez | 1 | -52/+18 |
2012-08-14 | debug-hooks | allbery.b | 3 | -0/+1486 |
2012-11-09 | Remove trailing whitespace. | Adam Vogt | 20 | -88/+88 |
2012-11-09 | Use Control.Exception.catch explitly to avoid warnings | Adam Vogt | 11 | -38/+25 |
2012-11-09 | Add missing type signatures. | Adam Vogt | 2 | -0/+5 |
2012-11-09 | Rename variables "state" to avoid warnings about shadowing | Adam Vogt | 6 | -58/+58 |
2012-11-09 | Rename variable in L.Minimize to avoid shadowing. | Adam Vogt | 1 | -3/+3 |
2012-11-08 | Gut H.ICCCMFocus: issue 177 has been merged in core. | Adam Vogt | 1 | -17/+2 |
2012-08-16 | ewmh-eventhook-custom | pastorelli.mario | 1 | -8/+13 |
2012-09-23 | Added smart spacing to the spacing module | daedalusinfinity | 1 | -0/+15 |
2012-08-26 | Improves haddock documentation | c.lopez | 2 | -4/+5 |
2012-08-26 | Improve comments, add an error throw that shouldn't happen | c.lopez | 1 | -5/+7 |
2012-08-26 | fix a bug when ncompletions | c.lopez | 1 | -3/+2 |
2012-08-11 | Fixes typos in Actions.Launcher haddock documentation | c.lopez | 1 | -21/+22 |
2012-08-11 | Correctly get the autocompletion item when alwaysHighlight in XMonad.Prompt i... | c.lopez | 2 | -100/+112 |
2012-06-28 | Removes warnings, adds a browser value for LauncherConfig in haddock comments | c.lopez | 1 | -4/+4 |
2012-06-28 | Changes on XPrompt: | c.lopez | 2 | -39/+394 |
2012-08-23 | accept more windows as docks | Daniel Wagner | 1 | -2/+2 |
2012-07-23 | strip newlines from dmenu's returns to be compatible with the newest version ... | longpoke | 1 | -1/+1 |
2012-07-06 | A workscreen permits to display a set of workspaces on several | kedals0 | 1 | -0/+109 |
2012-06-18 | refer to the new name 'handleEventHook' instead of the old name 'eventHook' i... | Daniel Wagner | 1 | -1/+1 |
2012-05-04 | UrgencyHooks made available as Window -> X () functions | gopsychonauts | 1 | -1/+10 |
2012-05-10 | updates to XMonad.Prompt re: word-oriented commands | Brent Yorgey | 1 | -30/+71 |
2012-03-29 | Added isUnfocusedOnCurrentWS and fadeInactiveCurrentWSLogHook for better supp... | Jesper Reenberg | 1 | -6/+27 |
2012-05-01 | Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shown | Jesper Reenberg | 1 | -6/+34 |
2012-05-01 | Use getXMonadDir to get the default xmonad directory. | Julia Jomantaite | 1 | -5/+3 |
2012-04-28 | Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrder | Adam Vogt | 2 | -7/+7 |