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
...
*
add focusUrgent action, for those too lazy to read
Devin Mullins
2007-11-03
1
-0
/
+9
*
changed urgent state from Set to list
Devin Mullins
2007-11-03
1
-8
/
+9
*
fix examples
Devin Mullins
2007-11-03
1
-2
/
+2
*
add haddock for top-level Dzen bindings
Devin Mullins
2007-11-03
1
-10
/
+14
*
expose dzenWithArgs, dzenUrgencyHookWithArgs (for colors!)
Devin Mullins
2007-10-30
1
-3
/
+9
*
use a global IORef to keep list of urgent windows
Devin Mullins
2007-10-27
1
-15
/
+55
*
fix parse error in pattern match
Brent Yorgey
2007-10-29
1
-2
/
+2
*
allow use of multiple toggles in ToggleLayouts.
David Roundy
2007-10-26
1
-2
/
+20
*
WindowNavigation.hs: documentation fix (navigateBorder -> navigateColor)
Brent Yorgey
2007-10-29
1
-2
/
+2
*
MetaModule.hs: add ManPrompt, remove ViewPrev
Valery V. Vorotyntsev
2007-10-29
1
-1
/
+1
*
XMonadPrompt: use a single blank
Andrea Rossato
2007-10-29
1
-1
/
+1
*
Added xmonadPromptC
cardboard42
2007-10-27
1
-1
/
+6
*
Factor out some of dzenPP's goodies
Spencer Janssen
2007-10-29
1
-26
/
+35
*
Don't reverse sjanssenPP
Spencer Janssen
2007-10-28
1
-1
/
+0
*
MetaModule.hs: someone forgot the (), so GHC was giving a warning. Small fix ...
gwern0
2007-10-27
1
-1
/
+1
*
ViewPrev.hs: deleted
Valery V. Vorotyntsev
2007-10-27
2
-27
/
+2
*
add more details on using smartBorders
Don Stewart
2007-10-27
1
-0
/
+7
*
add dynamicLogDzen, a dwm status bar, using dzen colour codes
Don Stewart
2007-10-27
1
-0
/
+25
*
XPrompt: removed unneeded parenteses
Andrea Rossato
2007-10-27
1
-2
/
+2
*
XPrompt.hs: use a single blank
Valery V. Vorotyntsev
2007-10-22
1
-5
/
+3
*
ShellPrompt.hs (showXPrompt): use a single blank
Valery V. Vorotyntsev
2007-10-22
1
-1
/
+1
*
ShellPrompt: remove harcoded path when calling bash
Andrea Rossato
2007-10-26
1
-1
/
+1
*
ShellPrompt: reformat the comments to complay with the module style
Andrea Rossato
2007-10-26
1
-8
/
+14
*
XPrompt: catch exceptions when running the completion function
Andrea Rossato
2007-10-26
1
-1
/
+2
*
CycleWS: StackSet.findIndex is now findTag
Andrea Rossato
2007-10-26
1
-1
/
+1
*
Dzen.hs: replace 'findIndex' by 'findTag' to match renaming in core.
Brent Yorgey
2007-10-22
1
-1
/
+1
*
XPrompt.hs: add sensible bindings for Home and End
gwern0
2007-10-26
1
-0
/
+2
*
XPrompt.hs: add a pasteString function and keybinding
gwern0
2007-10-26
1
-0
/
+6
*
Run.hs: documentation fix
Valery V. Vorotyntsev
2007-10-24
1
-1
/
+1
*
XPrompt.hs (uniqSort): new function
Valery V. Vorotyntsev
2007-10-24
1
-0
/
+6
*
SshPrompt.hs: use `uniqSort' from XPrompt.hs
Valery V. Vorotyntsev
2007-10-24
1
-14
/
+14
*
SshPrompt.hs (showXPrompt): use a single blank
Valery V. Vorotyntsev
2007-10-22
1
-5
/
+5
*
ShellPrompt.hs: move `uniqSort' to XPrompt.hs
Valery V. Vorotyntsev
2007-10-24
1
-4
/
+0
*
ManPrompt.hs: use `uniqSort' from XPrompt.hs
Valery V. Vorotyntsev
2007-10-24
1
-14
/
+4
*
TilePrime.hs: Handle nmaster
Eric Mertens
2007-10-25
1
-4
/
+5
*
oops, add period
Devin Mullins
2007-10-24
1
-1
/
+1
*
expand Invisible comments
Devin Mullins
2007-10-24
1
-1
/
+4
*
Remove excessive import lists from ShellPrompt
Spencer Janssen
2007-10-24
1
-10
/
+8
*
Use new terminal config option
Spencer Janssen
2007-10-24
3
-15
/
+10
*
Run.hs: do my usual segregation into safe and unsafe runInTerms
gwern0
2007-10-24
1
-2
/
+7
*
Run.hs: specialize runInXTerm to use runInTerm per my mailing list suggestion
gwern0
2007-10-24
1
-5
/
+2
*
Run.hs: +my suggested runInTerm general function
gwern0
2007-10-24
1
-0
/
+7
*
Run.hs, SshPrompt.hs, ShellPrompt.hs: mv runInXTerm back into Run.hs per sugg...
gwern0
2007-10-24
3
-8
/
+8
*
Comments for ConstrainedResize
Dougal Stanton
2007-10-20
1
-0
/
+4
*
Add ConstrainedResize module
Dougal Stanton
2007-10-19
2
-0
/
+55
*
fix stupid dzenUrgencyHook bug
Devin Mullins
2007-10-21
1
-4
/
+3
*
CycleWS.hs (toggleWS): new function
Valery V. Vorotyntsev
2007-10-19
1
-18
/
+18
*
XPrompt.hs: fix vertical alignment of completions.
Dmitry Kurochkin
2007-10-23
1
-1
/
+1
*
fix bug in DragPane (where we forgot that r was mirrored).
David Roundy
2007-10-23
1
-2
/
+2
*
ManPrompt.hs: a manual page prompt (new module)
Valery V. Vorotyntsev
2007-10-22
1
-0
/
+115
[prev]
[next]