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
...
*
Add U.NamedActions: present a list of keybindings including submaps
Adam Vogt
2009-05-04
2
-1
/
+279
*
Revert to old behavior where unmatched keys do not exit the eventloop for A.G...
Adam Vogt
2009-07-27
1
-3
/
+2
*
Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifier
Adam Vogt
2009-07-26
1
-13
/
+13
*
Make direction keybindings configurable in A.GridSelect
Adam Vogt
2009-07-26
1
-30
/
+54
*
LayoutBuilder - make an example more sane
Anders Engstrom
2009-05-13
1
-3
/
+3
*
Clean Xkb masks in X.A.Submap
Khudyakov Alexey
2009-06-23
1
-3
/
+3
*
Fix defaulting warning with A.RandomBackground
Adam Vogt
2009-07-17
1
-2
/
+1
*
Addition of Machine window property.
Juraj Hercek
2009-07-15
1
-1
/
+4
*
remove myself as maintainer from code I don't maintain.
David Roundy
2009-07-16
5
-5
/
+5
*
X.A.CopyWindow: add wsContainingCopies, doc cleanup
wirtwolff
2009-07-03
1
-14
/
+45
*
Add ability to copy the entered string in X.Prompt
Daniel Schoepe
2009-07-09
1
-1
/
+6
*
Correct license for L.CenteredMaster
Adam Vogt
2009-07-08
1
-1
/
+1
*
Remove trailing whitespace from many modules
Adam Vogt
2009-07-05
32
-146
/
+146
*
Clarify documentation the Migrate message added to L.SubLayouts
Adam Vogt
2009-07-05
1
-2
/
+3
*
Reduce a bit of recently introduced duplication in L.SubLayouts
Adam Vogt
2009-07-05
1
-5
/
+3
*
Add Migrate message to L.SubLayouts, for better support of moving windows bet...
Adam Vogt
2009-07-05
1
-13
/
+23
*
L.SubLayouts: also run the layout being modified in a restricted environment
Adam Vogt
2009-07-05
1
-11
/
+30
*
L.SubLayouts fix bug where previously run layouts would not get messages
Adam Vogt
2009-07-05
1
-3
/
+3
*
Simplify A.WorkspaceCursors use of layout for state, add documentation
Adam Vogt
2009-07-05
1
-72
/
+121
*
Add A.WorkspaceCursors, a generalization of Plane to arbitrary dimensions
Adam Vogt
2009-07-02
2
-1
/
+171
*
Refactor A.OnScreen to use Maybe Monad
Adam Vogt
2009-07-03
1
-17
/
+14
*
Added XMonad.Actions.OnScreen
mail
2009-07-02
1
-0
/
+118
*
Remove code duplication in X.A.CopyWindow
Daniel Schoepe
2009-07-02
1
-9
/
+5
*
Cleanup code duplication in X.P.Layout and X.P.Workspace
sean.escriva
2009-07-01
2
-8
/
+2
*
X.A.Search: use the new canonical package URL for hackage search
Brent Yorgey
2009-06-29
1
-1
/
+1
*
X.H.ManageHelpers: add two new helper functions, doFloatDep and doFloatAt
Brent Yorgey
2009-06-05
1
-9
/
+23
*
Keep track of whether messages should be given to new sublayouts in L.SubLayouts
Adam Vogt
2009-06-28
1
-11
/
+11
*
Run sublayouts in L.Sublayouts in a restricted state
Adam Vogt
2009-06-28
1
-3
/
+11
*
A.RandomBackground: Parameterize randomBg by a RandomColor data
Adam Vogt
2009-06-29
1
-16
/
+29
*
Add A.RandomBackground, actions to start terminals with a random -bg option
Adam Vogt
2009-06-27
1
-0
/
+39
*
Replace most -fglasgow-exts with specific LANGUAGE pragmas
Adam Vogt
2009-06-26
18
-47
/
+19
*
Column_layout.dpatch
portnov84
2009-06-05
1
-0
/
+71
*
X.A.Search: add Google "I'm feeling lucky" search
Brent Yorgey
2009-06-25
1
-3
/
+7
*
Add ifWindow and ifWindows and simplify WindowGo
Daniel Schoepe
2009-06-25
1
-25
/
+36
*
Use -fwarn-tabs for test, remove tabs
Adam Vogt
2009-06-24
7
-30
/
+30
*
From A.Topicspace split functions for storing strings with root to U.StringProp
Adam Vogt
2009-06-23
2
-41
/
+62
*
Correct A.TopicSpace sample config
Adam Vogt
2009-06-23
1
-1
/
+1
*
Add shiftNthLastFocused to A.TopicSpace
Adam Vogt
2009-06-23
1
-1
/
+8
*
Generalize Actions.SpawnOn
Daniel Schoepe
2009-06-22
1
-8
/
+16
*
update callers of safeSpawn
gwern0
2009-06-22
3
-4
/
+4
*
XMonad.Util.Run: improve definition so this can be used with emacs
gwern0
2009-06-22
1
-4
/
+4
*
XMonad.Actions.WindowGo: switch to safeSpawn, since everyone just passes a pr...
gwern0
2009-06-22
1
-5
/
+6
*
XMonad.Util.Run: +convenience function for safeSpawn which drops args to the ...
gwern0
2009-06-22
1
-0
/
+7
*
XMonad.Actions.WindowGo: improve haddocks
gwern0
2009-06-22
1
-13
/
+13
*
Fix window ordering bug in L.LimitWindows
Adam Vogt
2009-06-22
1
-4
/
+7
*
L.LimitWindows add usage information, functions to modify the limit
Adam Vogt
2009-06-22
1
-3
/
+46
*
Expand Tabbed documentation to describe mouse clicks processing
Dmitry Astapov
2009-06-21
1
-0
/
+4
*
Close tabs by middle click on tab decoration
Dmitry Astapov
2009-06-21
1
-0
/
+10
*
Provide means to find original window by its decoration.
Dmitry Astapov
2009-06-21
1
-0
/
+4
*
Add L.LimitWindows layout modifier
Adam Vogt
2009-06-19
1
-0
/
+55
[prev]
[next]