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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cleanup L.BorderResize
Adam Vogt
2009-10-12
1
-52
/
+46
*
Layout modifier to resize windows by dragging their borders with the mouse
Jan Vornberger
2009-10-12
1
-0
/
+170
*
Make L.Mosaic explicit imports compatible with haskell-src-exts
Adam Vogt
2009-10-12
1
-3
/
+3
*
Put screenshots inline for L.ThreeColumns and L.Roledex
Adam Vogt
2009-10-12
2
-5
/
+13
*
Use LANGUAGE pragma instead of -fglasgow-exts in L.Minimize
Adam Vogt
2009-10-12
1
-1
/
+1
*
Add a description to L.LayoutScreens
Adam Vogt
2009-10-12
1
-0
/
+1
*
NoFrillsDecoration - most basic version of decoration for windows
Jan Vornberger
2009-10-12
1
-0
/
+48
*
Minor haddock formatting correction in L.Tabbed
Adam Vogt
2009-10-08
1
-1
/
+1
*
Hyperlink the reference to ResizableTile in MouseResizableTile
Adam Vogt
2009-10-05
1
-1
/
+1
*
Hyperlink modules named in WindowMenu, RestoreMinimized, and Minimize
Adam Vogt
2009-10-03
1
-5
/
+4
*
Small style change in L.SimplestFloat
Adam Vogt
2009-10-02
1
-5
/
+4
*
Remove redundant parentheses from L.MouseResizableTile
Adam Vogt
2009-09-30
1
-10
/
+9
*
Factor out redundancy in L.MouseResizableTile.handleResize
Adam Vogt
2009-09-30
1
-18
/
+9
*
Use LANGUAGE instead of -fglasgow-exts in L.MouseResizableTile
Adam Vogt
2009-09-30
1
-1
/
+1
*
Fix haddock parse error in MouseResizableTile
Adam Vogt
2009-09-30
1
-0
/
+2
*
A ResizableTile-like layout that can be resized using the mouse.
Jan Vornberger
2009-09-30
1
-0
/
+279
*
Replaced more stuff in X.L.Maximize with pure versions
Jan Vornberger
2009-05-17
1
-5
/
+5
*
Expanded on X.L.Maximize functionality
Jan Vornberger
2009-05-03
1
-11
/
+16
*
LayoutModifier to minimize windows (re-recorded from Bluetile repo)
Jan Vornberger
2009-09-29
1
-0
/
+95
*
Factor out direction types and put them in X.U.Types
Daniel Schoepe
2009-09-19
4
-30
/
+30
*
Add function to disable focusFollowsMouse conditionally
Daniel Schoepe
2009-08-29
1
-1
/
+17
*
Mark modules last-modified in 2007 as stable
Adam Vogt
2009-09-04
1
-1
/
+1
*
More flexible interface for X.H.FadeInactive
Daniel Schoepe
2009-08-21
1
-8
/
+8
*
ThreeColMid - Swap slave window positions
Anders Engstrom
2009-05-03
1
-3
/
+3
*
NoWrap export patch for use with X.L.MessageControl
quentin.moser
2009-01-28
1
-7
/
+7
*
new XMonad.Layout.MessageControl module
quentin.moser
2009-01-28
1
-0
/
+126
*
Share more mkAdjust calls L.LayoutHints in the LayoutHintsToCenter modifier
Adam Vogt
2009-07-26
1
-13
/
+13
*
LayoutBuilder - make an example more sane
Anders Engstrom
2009-05-13
1
-3
/
+3
*
remove myself as maintainer from code I don't maintain.
David Roundy
2009-07-16
1
-1
/
+1
*
Correct license for L.CenteredMaster
Adam Vogt
2009-07-08
1
-1
/
+1
*
Remove trailing whitespace from many modules
Adam Vogt
2009-07-05
13
-57
/
+57
*
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
*
Replace most -fglasgow-exts with specific LANGUAGE pragmas
Adam Vogt
2009-06-26
17
-46
/
+18
*
Column_layout.dpatch
portnov84
2009-06-05
1
-0
/
+71
*
Use -fwarn-tabs for test, remove tabs
Adam Vogt
2009-06-24
1
-8
/
+8
*
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
*
use 'take 1' instead of custom truncHead function in L.WindowNavigation
Adam Vogt
2009-06-18
1
-5
/
+1
*
Correct many typos in the documentation, consistent US spellingg
Adam Vogt
2009-06-18
12
-37
/
+35
*
minor typo in ./XMonad/Layout/StackTile.hs
Joachim Breitner
2009-06-17
1
-1
/
+1
[prev]
[next]