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
...
*
Correct L.LayoutBuilderP module name in haddock.
Adam Vogt
2011-06-09
1
-1
/
+1
*
Cleanup in X.L.LayoutBuilderP.
Ilya Portnov
2011-05-14
1
-7
/
+2
*
Move tests from ManageDocks to tests/
Adam Vogt
2011-06-09
1
-13
/
+12
*
Export X.A.CycleWS.screenBy (issue 439)
Adam Vogt
2011-06-07
1
-0
/
+13
*
X.H.FloatNext: export X.H.ToggleHook.runLogHook
Tomas Janousek
2011-05-28
1
-1
/
+2
*
Documentation fix (issue 445)
Adam Vogt
2011-05-27
1
-1
/
+2
*
X.A.AppendFile documentation fix.
Adam Vogt
2011-05-27
1
-3
/
+5
*
add-willhook-function
Ben Boeckel
2011-05-15
1
-0
/
+5
*
use-map-in-toggle-hook
Ben Boeckel
2011-05-15
1
-20
/
+9
*
Extend GridSelect navigation
Ilya Portnov
2011-05-15
1
-1
/
+26
*
Generalize X.L.AutoMaster modifier
Ilya Portnov
2011-05-14
1
-4
/
+4
*
Aesthetics on Flexiblemanipulate
Mats Rauhala
2011-05-06
1
-14
/
+24
*
Add new layout combinator: LayoutBuilderP.
Ilya Portnov
2011-05-11
1
-0
/
+200
*
Compile with ghc7
Mats Rauhala
2011-05-04
6
-38
/
+21
*
Action search autocomplete based on whole line
Mats Rauhala
2011-05-04
1
-1
/
+3
*
documentation: tell where to find a few auxiliary functions that might be use...
Daniel Wagner
2011-04-16
1
-1
/
+7
*
XMonad.Hooks.FadeWindows: A generalized window fading hook
Brandon S Allbery KF8NH
2011-02-26
1
-0
/
+221
*
XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad sees
Brandon S Allbery KF8NH
2011-02-24
1
-0
/
+107
*
Prevent non-default XUtils windows from being composited
Brandon S Allbery KF8NH
2011-02-24
1
-0
/
+5
*
XMonad.Hooks.FloatNext: issue #406, make FloatNext use ToggleHook
gwern0
2011-04-12
1
-46
/
+13
*
issue #406: ben boeckel <mathstuf@gmail.com> +XMonad.Hooks.ToggleHook
gwern0
2011-04-12
1
-0
/
+175
*
Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopies
Adam Vogt
2011-03-01
1
-1
/
+3
*
XMonad.Util.Run: resolve issue #441
gwern0
2011-04-11
1
-11
/
+11
*
AppendFile: additional example of usage
gwern0
2011-01-26
1
-0
/
+9
*
Fix A.Gridselect image links (thanks dobblego)
Adam Vogt
2011-01-20
1
-2
/
+2
*
H.ICCCMFocus had atom_WM_TAKE_FOCUS incorrectly removed
Adam Vogt
2011-01-06
1
-1
/
+7
*
Remove accidental atom_WM_TAKE_FOCUS from H.ICCCMFocus
Adam Vogt
2011-01-06
1
-7
/
+1
*
Java swing application focus patch
haskell
2011-01-05
1
-0
/
+57
*
fix X.L.Gaps documentation, thanks to Carl Mueller for the report
Brent Yorgey
2010-12-23
1
-2
/
+2
*
Fix A.OnScreen example code typo
Adam Vogt
2010-12-12
1
-1
/
+1
*
fix up funny unicode whitespace in Fullscreen
Brent Yorgey
2010-12-12
1
-34
/
+34
*
Add X.L.Fullscreen
Audun Skaugen audunskaugen@gmail.com
2010-11-16
1
-0
/
+223
*
Close the display correctly after counting the number of screens
quesel
2010-11-16
1
-1
/
+2
*
Compatibility with mtl-1 and mtl-2
Adam Vogt
2010-11-16
2
-2
/
+2
*
Rename state in A.Gridselect to avoid name shadowing (mtl-2)
Adam Vogt
2010-11-16
1
-23
/
+22
*
Substring search support for X.A.GridSelect. As keymaps get more complicated ...
Clemens Fruhwirth
2010-11-02
1
-78
/
+181
*
Make substring search case insensitive
Clemens Fruhwirth
2010-10-16
1
-1
/
+3
*
Introduce grayoutAllElements in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-1
/
+13
*
Add substring filter to td_elementmap
Clemens Fruhwirth
2010-10-16
1
-2
/
+5
*
Refactor for ad-hoc element and position matching turning td_elementmap into ...
Clemens Fruhwirth
2010-10-16
1
-4
/
+11
*
Remove nub from diamondLayer in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-5
/
+7
*
Convert access of td_elementmap from field styled to function call styled in ...
Clemens Fruhwirth
2010-10-16
1
-8
/
+9
*
Make use of field names when constructing TwoDState in X.A.GridSelect
Clemens Fruhwirth
2010-10-16
1
-8
/
+7
*
Pointfree and -XRank2Types don't mix in X.L.Groups.Helpers
Adam Vogt
2010-11-13
1
-2
/
+2
*
X.L.TrackFloating docs and help nested layouts
Adam Vogt
2010-10-30
1
-14
/
+44
*
X.L.Maximize: Make layout forget maximized window when it is closed
Norbert Zeh
2010-10-30
1
-1
/
+3
*
Fix bug in L.TrackFloating
Adam Vogt
2010-10-30
1
-15
/
+18
*
windowbringer-menu-choice
mathstuf
2010-09-05
1
-11
/
+45
*
Add X.L.TrackFloating for tiled-floating focus issues (#4)
Adam Vogt
2010-10-16
1
-0
/
+83
*
minor documentation fixes
Daniel Wagner
2010-10-07
2
-2
/
+10
[prev]
[next]