index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
XMonad
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix issue 551 by also getting manpath without -g flag.
Adam Vogt
2013-07-16
1
-3
/
+7
*
Escape dzen markup and remove xmobar tags from window titles by default.
Adam Vogt
2013-07-08
1
-13
/
+30
*
DynamicBars-use-ExtensibleState
gopsychonauts
2013-06-18
1
-25
/
+24
*
Catch exceptions when finding commands on PATH in Prompt.Shell
Thomas Tuegel
2013-06-17
1
-6
/
+2
*
Fix haddock parse error in X.A.LinkWorkspaces
Adam Vogt
2013-05-28
1
-0
/
+1
*
use Data.Default wherever possible, and deprecate the things it replaces
Daniel Wagner
2013-05-28
55
-320
/
+362
*
eliminate references to defaultConfig
Daniel Wagner
2013-05-28
98
-181
/
+182
*
minimal change needed to get xmonad-contrib to build with xmonad's data-defau...
Daniel Wagner
2013-05-28
1
-1
/
+1
*
Remove unneeded XSync call in Layout.ShowWName
Francesco Ariis
2013-05-17
1
-1
/
+0
*
Remove misleading comment: we definitely don't support ghc-6.6 anymore
Adam Vogt
2013-05-14
1
-1
/
+0
*
Fix module name in comment of X.L.Fullscreen
Adam Vogt
2013-05-14
1
-1
/
+1
*
Remove trailing whitespace in X.A.LinkWorkspaces
Adam Vogt
2013-05-14
1
-8
/
+8
*
Update documentation of LinkWorkspaces Module
quesel
2011-03-28
1
-1
/
+1
*
Added a module for linking workspaces
quesel
2011-02-10
1
-0
/
+168
*
Cache results from calcGap in ManageDocks
Adam Vogt
2013-04-25
1
-14
/
+38
*
Remove unnecessary contexts from L.MultiToggle
Adam Vogt
2013-02-17
1
-2
/
+2
*
Generalises modWorkspace to take any layout-transforming function
gopsychonauts
2013-05-01
1
-12
/
+13
*
since XMonad.Config.Dmwit mentions xmobar, we should include the associated ....
Daniel Wagner
2013-05-03
1
-0
/
+10
*
warning police
Daniel Wagner
2013-05-02
1
-4
/
+4
*
XMonad.Config.Dmwit
Daniel Wagner
2013-05-02
2
-0
/
+327
*
minor fixes to the haddock markup in X.L.IndependentScreens
Daniel Wagner
2013-04-11
1
-1
/
+2
*
add whenCurrentOn to X.L.IndependentScreens
Daniel Wagner
2013-04-09
1
-0
/
+35
*
Allow to specify the initial gaps' states in X.L.Gaps
Paul Fertser
2013-02-22
1
-1
/
+6
*
getAtomName is now defined in the X11 library
Daniel Wagner
2013-02-25
1
-15
/
+0
*
Allow to limit maximum row count in X.Prompt completion window
Paul Fertser
2013-02-21
1
-1
/
+7
*
Note in U.NameActions that xmonad core can list default keys now
Adam Vogt
2013-02-18
1
-0
/
+3
*
Export U.NamedActions.addDescrKeys per evaryont's request.
Adam Vogt
2013-02-18
1
-0
/
+1
*
Add EWMH DEMANDS_ATTENTION support to UrgencyHook.
Maarten de Vries
2013-02-12
1
-10
/
+57
*
Unconditionally set _NET_WORKAREA in ManageDocks
Adam Vogt
2013-01-17
1
-0
/
+8
*
spawn command when no completion is available (if alwaysHighlight is True); c...
c.lopez
2013-02-09
2
-2
/
+2
*
order-unindexed-ws-last
matthewhague
2012-07-04
1
-1
/
+9
*
SpawnOn modification for issue 523
Adam Vogt
2013-01-14
1
-6
/
+11
*
Update L.TrackFloating.useTransient example code
Adam Vogt
2013-01-12
1
-2
/
+2
*
Adapt ideas of issue 306 patch to a new modifier in L.TrackFloating
Adam Vogt
2013-01-12
1
-5
/
+67
*
Make X.A.CycleWS not rely on hidden WS order
Dmitri Iouchtchenko
2013-01-09
1
-9
/
+18
*
Add X.H.WorkspaceHistory
Dmitri Iouchtchenko
2013-01-09
1
-0
/
+74
*
Allow removing arbitrary workspaces
Dmitri Iouchtchenko
2012-12-31
1
-0
/
+1
*
Remove first-hidden restriction from X.A.DynamicWorkspaces.removeWorkspace'
Dmitri Iouchtchenko
2012-12-31
1
-7
/
+11
*
X.A.Workscreen make the whole module description show up for haddock
Adam Vogt
2012-12-31
1
-1
/
+1
*
Note that an alternative to XMonad.Actions.ShowText is X.U.Dzen
Adam Vogt
2012-12-31
1
-1
/
+2
*
Add X.A.DynamicWorkspaces.renameWorkspaceByName.
Dmitri Iouchtchenko
2012-12-27
1
-5
/
+8
*
Change type of X.A.ShowText.handleTimerEvent so example code typechecks.
Adam Vogt
2012-12-26
1
-2
/
+4
*
Describe arguments for X.A.ShowText.flashText
Adam Vogt
2012-12-26
1
-2
/
+5
*
Add XMonad.Actions.ShowText
pastorelli.mario
2012-12-25
1
-0
/
+110
*
Record polachok's fix for issue 507
Adam Vogt
2012-12-16
1
-2
/
+5
*
Removes unused function spawnWithActions and redundant imports in XMonad.Acti...
c.lopez
2012-12-15
1
-30
/
+8
*
A.Launcher markup identifiers for haddock links
Adam Vogt
2012-12-15
1
-2
/
+2
*
Address warnings from Debug modules
Adam Vogt
2012-12-15
2
-7
/
+8
*
Removes LocateMode and LocateRegexMode from XMonad.Actions.Launcher
c.lopez
2012-12-14
1
-52
/
+18
*
debug-hooks
allbery.b
2012-08-14
3
-0
/
+1486
[prev]
[next]