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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-12-12
Fix A.OnScreen example code typo
Adam Vogt
1
-1
/
+1
2010-11-16
Rename state in A.Gridselect to avoid name shadowing (mtl-2)
Adam Vogt
1
-23
/
+22
2010-11-02
Substring search support for X.A.GridSelect. As keymaps get more complicated ...
Clemens Fruhwirth
1
-78
/
+181
2010-10-16
Make substring search case insensitive
Clemens Fruhwirth
1
-1
/
+3
2010-10-16
Introduce grayoutAllElements in X.A.GridSelect
Clemens Fruhwirth
1
-1
/
+13
2010-10-16
Add substring filter to td_elementmap
Clemens Fruhwirth
1
-2
/
+5
2010-10-16
Refactor for ad-hoc element and position matching turning td_elementmap into ...
Clemens Fruhwirth
1
-4
/
+11
2010-10-16
Remove nub from diamondLayer in X.A.GridSelect
Clemens Fruhwirth
1
-5
/
+7
2010-10-16
Convert access of td_elementmap from field styled to function call styled in ...
Clemens Fruhwirth
1
-8
/
+9
2010-10-16
Make use of field names when constructing TwoDState in X.A.GridSelect
Clemens Fruhwirth
1
-8
/
+7
2010-09-05
windowbringer-menu-choice
mathstuf
1
-11
/
+45
2010-10-01
Orphan my modules
moserq
1
-1
/
+1
2010-07-28
Minimize: Replaced calls to 'sendMessage' (BW.focusDown) and 'windows' with a...
Jan Vornberger
1
-1
/
+1
2010-07-12
WindowGo: bulk up 'runOrRaise' doc to point to 'raiseMaybe' for shell scripting
gwern0
1
-2
/
+5
2010-07-12
WindowGo: fmt & sp
gwern0
1
-2
/
+2
2010-06-13
encode string of bytes not list of chars
Khudyakov Alexey
1
-2
/
+2
2010-06-08
GroupNavigation.hs: clean up imports
gwern0
1
-3
/
+1
2010-06-04
Fix bug in history maintenance of X.A.GroupNavigation
Norbert Zeh
1
-2
/
+2
2010-05-20
TopicSpace: +reverseLastFocusedTopics
Nicolas Pouillard
1
-1
/
+7
2009-12-20
TopicSpace: improve the lastFocusedTopic handling
Nicolas Pouillard
1
-9
/
+10
2010-05-15
X.A.GroupNavigation with containers < 0.3.0.0 compatibility
Norbert Zeh
1
-4
/
+19
2010-05-10
New module XMonad.Actions.GroupNavigation
Norbert Zeh
1
-0
/
+210
2010-05-03
Remove trailing whitespace in A.KeyRemap
Adam Vogt
1
-21
/
+21
2010-05-02
Adding XMonad.Actions.KeyRemap for mapping single keys
stettberger
1
-0
/
+156
2010-04-29
A.Search: Remove unnecessary `do'
Adam Vogt
1
-2
/
+1
2010-04-23
Fix escaping of URI
Khudyakov Alexey
1
-26
/
+14
2010-04-16
Use imported `fi' alias for fromIntegral more often.
Adam Vogt
2
-6
/
+2
2010-04-02
WindowMenu: own colorizer that works better with Bluetile's new theme
Jan Vornberger
1
-1
/
+9
2010-01-17
Update my e-mail address
quentin.moser
1
-2
/
+2
2010-03-16
fixed argument order to isPrefixOf in a couple of places in X.A.Search
Jurgen Doser
1
-4
/
+4
2010-03-14
DynamicWorkspaces.hs: rm whitespace
gwern0
1
-1
/
+1
2010-03-08
X.A.PhysicalScreens cleaning and allow cycling
Anders Engstrom
1
-10
/
+38
2010-02-22
Prevent possible pattern match failure in X.A.UpdateFocus
Daniel Schoepe
1
-2
/
+2
2010-01-12
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...
Brent Yorgey
12
-17
/
+2
2010-01-24
A.CycleWindows replace partial rotUp and rotDown with safer versions
Wirt Wolff
1
-3
/
+5
2009-12-30
import new contrib module, X.A.DynamicWorkspaceOrder
Brent Yorgey
1
-0
/
+166
2009-12-30
X.A.CycleWS: export generalized 'doTo' function for performing an action on a...
Brent Yorgey
1
-2
/
+8
2009-12-29
new contrib module, X.A.DynamicWorkspaceGroups, for managing groups of worksp...
Brent Yorgey
1
-0
/
+137
2009-12-29
new contrib module from Tomas Janousek, X.A.WorkspaceNames
Brent Yorgey
1
-0
/
+155
2009-12-28
Use imported xC_bottom_right_corner in A.MouseResize
Adam Vogt
1
-4
/
+1
2009-12-27
X.A.MouseResize: assign an appropriate cursor for the resizing inpuwin
Tomas Janousek
1
-0
/
+8
2009-12-22
Actions/Search: added openstreetmap
intrigeri
1
-24
/
+28
2009-12-11
X.A.GridSelect: documentation typo fix
Tomas Janousek
1
-2
/
+2
2009-12-10
A.GridSelect shouldn't grab keys if there are no choices.
Adam Vogt
1
-0
/
+1
2009-12-09
onScreen' variation for X () functions
Nils Schweinsberg
1
-15
/
+40
2009-12-09
BluetileCommands - a list of commands that Bluetile uses to communicate with ...
Jan Vornberger
1
-0
/
+83
2009-11-29
Use lookup instead of find in A.PerWorkspaceKeys
Adam Vogt
1
-5
/
+4
2009-12-07
Change of X.A.OnScreen, more simple and predictable behaviour of onScreen, ne...
Nils Schweinsberg
1
-52
/
+101
2009-12-05
XMonad.Actions.Search: finally fixed the internet archive search plugin
gwern0
1
-4
/
+1
2009-12-05
XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through...
gwern0
1
-2
/
+2
[prev]
[next]