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
/
Actions
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed X.A.GridSelect to be consistent in the way it (now) sorts the shown
Jesper Reenberg
2012-05-01
1
-6
/
+34
*
Minor haddock formatting for X.L.OnHost and X.A.DynamicWorkspaceOrder
Adam Vogt
2012-04-28
1
-1
/
+1
*
add 'withNthWorkspace' to DynamicWorkspaceOrder.
jakob
2012-04-07
1
-1
/
+14
*
GroupNavigation: fix import typo in usage
Jens Petersen
2012-03-12
1
-1
/
+1
*
add sendToEmptyWorkspace to FindEmptyWorkspace
Jens Petersen
2012-03-12
1
-1
/
+6
*
Actions.WindowGo: typo fix - trim 's' per cub.uanic https://code.google.com/p...
gwern0
2012-01-16
1
-1
/
+1
*
XMonad.Actions.PhysicalScreens: fix typo spotted by Chris Pick <haskell@chris...
gwern0
2012-01-15
1
-2
/
+1
*
X.A.Navigation2D
Norbert Zeh
2011-12-08
1
-0
/
+778
*
Export types to improve haddock links.
Adam Vogt
2011-11-18
1
-1
/
+4
*
Export types to reduce haddock warnings.
Adam Vogt
2010-10-23
8
-18
/
+21
*
get ready for GHC 7.4: Num a no longer implies (Eq a, Show a)
Daniel Wagner
2011-11-15
1
-2
/
+2
*
Remove X.A.GroupNavigation.currentWindow
Norbert Zeh
2011-09-20
1
-7
/
+2
*
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
2
-7
/
+12
*
ungrab-keyboard-before-action
Ben Boeckel
2011-05-15
1
-1
/
+2
*
add-movenext-moveprev-bindings
Ben Boeckel
2011-05-15
1
-17
/
+23
*
Export X.A.CycleWS.screenBy (issue 439)
Adam Vogt
2011-06-07
1
-0
/
+13
*
Documentation fix (issue 445)
Adam Vogt
2011-05-27
1
-1
/
+2
*
Extend GridSelect navigation
Ilya Portnov
2011-05-15
1
-1
/
+26
*
Aesthetics on Flexiblemanipulate
Mats Rauhala
2011-05-06
1
-14
/
+24
*
Compile with ghc7
Mats Rauhala
2011-05-04
2
-30
/
+13
*
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
*
Fix xinerama workspace swapping with A.CopyWindow.killAllOtherCopies
Adam Vogt
2011-03-01
1
-1
/
+3
*
Fix A.Gridselect image links (thanks dobblego)
Adam Vogt
2011-01-20
1
-2
/
+2
*
Fix A.OnScreen example code typo
Adam Vogt
2010-12-12
1
-1
/
+1
*
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
*
windowbringer-menu-choice
mathstuf
2010-09-05
1
-11
/
+45
*
Orphan my modules
moserq
2010-10-01
1
-1
/
+1
*
Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...
Jan Vornberger
2010-07-28
1
-1
/
+1
*
WindowGo: bulk up 'runOrRaise' doc to point to 'raiseMaybe' for shell scripting
gwern0
2010-07-12
1
-2
/
+5
*
WindowGo: fmt & sp
gwern0
2010-07-12
1
-2
/
+2
*
encode string of bytes not list of chars
Khudyakov Alexey
2010-06-13
1
-2
/
+2
*
GroupNavigation.hs: clean up imports
gwern0
2010-06-08
1
-3
/
+1
*
Fix bug in history maintenance of X.A.GroupNavigation
Norbert Zeh
2010-06-04
1
-2
/
+2
*
TopicSpace: +reverseLastFocusedTopics
Nicolas Pouillard
2010-05-20
1
-1
/
+7
*
TopicSpace: improve the lastFocusedTopic handling
Nicolas Pouillard
2009-12-20
1
-9
/
+10
*
X.A.GroupNavigation with containers < 0.3.0.0 compatibility
Norbert Zeh
2010-05-15
1
-4
/
+19
*
New module XMonad.Actions.GroupNavigation
Norbert Zeh
2010-05-10
1
-0
/
+210
*
Remove trailing whitespace in A.KeyRemap
Adam Vogt
2010-05-03
1
-21
/
+21
*
Adding XMonad.Actions.KeyRemap for mapping single keys
stettberger
2010-05-02
1
-0
/
+156
[next]