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
/
Layout
/
SubLayouts.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use Data.Default wherever possible, and deprecate the things it replaces
Daniel Wagner
2013-05-28
1
-3
/
+4
*
eliminate references to defaultConfig
Daniel Wagner
2013-05-28
1
-1
/
+1
*
minimal change needed to get xmonad-contrib to build with xmonad's data-defau...
Daniel Wagner
2013-05-28
1
-1
/
+1
*
Export types to reduce haddock warnings.
Adam Vogt
2010-10-23
1
-0
/
+2
*
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...
Brent Yorgey
2010-01-12
1
-7
/
+4
*
Docs: use myLayout like template rather than plural
Wirt Wolff
2009-10-23
1
-2
/
+2
*
Describe parameters to subLayouts more
Adam Vogt
2009-10-16
1
-5
/
+11
*
Refer to modMask as modm in L.SubLayouts sample keybinds
Adam Vogt
2009-10-16
1
-10
/
+10
*
Format L.SubLayout TODO
Adam Vogt
2009-10-16
1
-3
/
+5
*
Add more links in L.SubLayout documentation
Adam Vogt
2009-10-16
1
-5
/
+7
*
Link a screenshot in L.SubLayouts from the haskellwiki
Adam Vogt
2009-10-16
1
-0
/
+9
*
Factor out direction types and put them in X.U.Types
Daniel Schoepe
2009-09-19
1
-3
/
+4
*
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
*
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
*
Correct many typos in the documentation, consistent US spellingg
Adam Vogt
2009-06-18
1
-1
/
+1
*
Remove -XScopedTypeVariables requirement with L.SubLayouts
Adam Vogt
2009-04-29
1
-10
/
+15
*
Add SubLayouts: a layout combinator for nesting layouts.
Adam Vogt
2009-04-23
1
-0
/
+445