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
...
*
XMonad.Layout.NoBorders: first attempt at documenting smartBorders
Lukas Mai
2008-03-21
1
-4
/
+8
*
allow magnifier to toggle whether it's active
daniel
2008-03-21
1
-1
/
+3
*
a magnifier that defaults to not magnifying any windows
daniel
2008-03-21
1
-0
/
+5
*
XMonad.Layout.Magnifier: remove references to Data.Ratio.% from documentation
Lukas Mai
2008-03-20
1
-7
/
+3
*
mark Mosaic as broken. use MosaicAlt
Don Stewart
2008-03-20
1
-0
/
+2
*
tabs
Don Stewart
2008-03-17
1
-2
/
+2
*
Move window properties to a separate Util module
Roman Cheplyaka
2008-03-18
1
-22
/
+1
*
XMonad.Layout.NoBorders: always unborder fullscreen floating windows, even wh...
Lukas Mai
2008-03-17
1
-4
/
+2
*
MagicFocus: reimplement as a LayoutModifier, fix bug (MagicFocus didn't pass ...
Brent Yorgey
2008-03-17
1
-14
/
+13
*
LayoutCombinators: improve documentation (closes ticket #136)
Brent Yorgey
2008-03-16
1
-15
/
+78
*
Xmonad.Layout.NoBorders: make smartBorders unborder fullscreen floating windo...
Lukas Mai
2008-03-16
1
-11
/
+19
*
ScratchWorkspace: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-1
/
+1
*
MagicFocus: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-3
/
+3
*
LayoutScreens: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-1
/
+1
*
Combo: update to work with runLayout changes
Brent Yorgey
2008-03-11
1
-7
/
+7
*
MultiToggle: fix to work with runLayout changes to core
Brent Yorgey
2008-03-11
1
-5
/
+3
*
PerWorksapce: use a safer False as default
Andrea Rossato
2008-02-23
1
-2
/
+2
*
PerWorkspace: reimplemented using runLayout
Andrea Rossato
2008-02-22
1
-73
/
+27
*
ToggleLayouts: reimplemented with runLayout
Andrea Rossato
2008-02-23
1
-8
/
+6
*
LayoutCombinators: NewSelect reimplemented with runLayout
Andrea Rossato
2008-02-23
1
-8
/
+6
*
LayoutModifier: reimplement ModifiedLayout using runLayout and more
Andrea Rossato
2008-02-23
2
-18
/
+14
*
Combo: updated to latest runLayout changes
Andrea Rossato
2008-02-22
1
-3
/
+3
*
make smartBorders ignore screens with no dimensions.
David Roundy
2008-03-08
1
-1
/
+3
*
rewrite ScratchWorkspace to make scratch always visible, but not always on sc...
David Roundy
2008-03-08
1
-56
/
+73
*
Fix ThreeColumns doc.
Roman Cheplyaka
2008-03-07
1
-3
/
+1
*
Font and XUtils: add UTF-8 support and various fixes related to XFT
Andrea Rossato
2008-03-02
1
-2
/
+2
*
Fix ToggleOff: It was adding 0.1 to the magnification.
Braden Shepherdson
2008-03-05
1
-1
/
+1
*
Magnifier: fix behavior for windows on the bottom + right of the screen. Now...
Brent Yorgey
2008-03-03
1
-7
/
+10
*
XMonad.Layout.Simplest: add FlexibleInstances pragma
Lukas Mai
2008-03-01
1
-1
/
+1
*
XMonad.Layout.ScratchWorkspace: avoid warnings, make tests compile again
Lukas Mai
2008-03-01
1
-9
/
+10
*
implement ScratchWorkspace.
David Roundy
2008-02-29
1
-0
/
+77
*
simplify Simplest--allow it to apply to non-Windows.
David Roundy
2008-02-29
1
-1
/
+1
*
Add bottom-tabbed layout.
Roman Cheplyaka
2008-02-29
1
-5
/
+29
*
Fix usage doc.
Roman Cheplyaka
2008-02-25
1
-1
/
+5
*
Fix haddock hyperlink.
Roman Cheplyaka
2008-02-24
1
-1
/
+1
*
Add XMonad.Layout.IM
Roman Cheplyaka
2008-02-21
1
-0
/
+107
*
Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)
Roman Cheplyaka
2008-02-21
1
-1
/
+1
*
Decoration: some haddock updates
Andrea Rossato
2008-02-20
1
-5
/
+2
*
Decoration: fix an issue with decoration window creation and more
Andrea Rossato
2008-02-20
1
-24
/
+16
*
LayoutHints: fix a wrong fix
Andrea Rossato
2008-02-19
1
-1
/
+1
*
Decoration: comment only
Andrea Rossato
2008-02-19
1
-22
/
+123
*
Decoratione: generate rectangles first, and create windows accordingly
Andrea Rossato
2008-02-19
1
-57
/
+71
*
Fix doc for Tabbed
Roman Cheplyaka
2008-02-19
1
-1
/
+1
*
Tabbed and TabBarDecoration: no need to implement decorateFirst (the default ...
Andrea Rossato
2008-02-18
2
-2
/
+0
*
TabBarDecoration: simpleTabBar automatically applies resizeVertical
Andrea Rossato
2008-02-18
2
-10
/
+20
*
DwmStyle: comment fix only
Andrea Rossato
2008-02-18
1
-1
/
+1
*
ResizeScreen: add resizeHorizontalRight and resizeVerticalBottom
Andrea Rossato
2008-02-18
1
-9
/
+18
*
Add TabBarDecoration, a layout modifier to add a bar of tabs to any layout
Andrea Rossato
2008-02-18
2
-53
/
+100
*
add Eq superclass to DecorationStyle and change styles in order not to decora...
Andrea Rossato
2008-02-18
5
-16
/
+25
*
Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...
Andrea Rossato
2008-02-18
2
-12
/
+34
[prev]
[next]