index
:
XMonadContrib
master
mirror of http://code.haskell.org/XMonadContrib
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix warnings in X.U.EZConfig
Brent Yorgey
2011-09-08
1
-4
/
+4
*
X.A.CycleWS Refactor and add toggleWS' that excludes listed tags
Wirt Wolff
2011-09-08
1
-9
/
+19
*
X.A.FlexibleManipulate: Set expected fixities for Pnt math operators
Wirt Wolff
2011-09-05
1
-0
/
+3
*
GHC 7 compat
Daniel Wagner
2011-07-31
10
-18
/
+61
*
Correct H.DynamicLog.dynamicLogXinerama comment. Wuzzeb's patch at issue 466.
Adam Vogt
2011-07-15
1
-4
/
+9
*
ungrab-keyboard-before-action
Ben Boeckel
2011-05-15
1
-1
/
+2
*
add-movenext-moveprev-bindings
Ben Boeckel
2011-05-15
1
-17
/
+23
*
X.L.LayoutHints: refresh only if hints are not satisfied
Tomas Janousek
2011-06-15
1
-3
/
+13
*
L.Spacing use imported fi
Adam Vogt
2011-06-12
1
-1
/
+1
*
Use a phantom type instead of undefined in L.LayoutBuilderP
Adam Vogt
2011-06-09
1
-4
/
+7
*
Add more L.LayoutBuilderP documentation
Adam Vogt
2011-06-09
1
-2
/
+14
*
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
*
Extend script for generating the code which runs tests
Adam Vogt
2011-06-09
1
-4
/
+18
*
Move tests from ManageDocks to tests/
Adam Vogt
2011-06-09
2
-13
/
+33
*
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
2
-0
/
+201
*
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
*
Typo in window-properties.sh
Brandon S Allbery KF8NH
2011-04-13
1
-1
/
+1
*
XMonad.Hooks.FadeWindows: A generalized window fading hook
Brandon S Allbery KF8NH
2011-02-26
2
-0
/
+222
*
Script to simplify getting ManageHook information from a window
Brandon S Allbery KF8NH
2011-02-24
2
-0
/
+16
*
XMonad/Hooks/DebugKeyEvents - debug helper to see what keys xmonad sees
Brandon S Allbery KF8NH
2011-02-24
2
-0
/
+108
*
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
2
-0
/
+176
*
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
*
Bump version to 0.10 to help keep the correct contrib/core versions together.
Adam Vogt
2011-01-15
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
2
-0
/
+58
*
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
2
-0
/
+224
*
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
3
-3
/
+3
*
Rename state in A.Gridselect to avoid name shadowing (mtl-2)
Adam Vogt
2010-11-16
1
-23
/
+22
[prev]
[next]