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
...
*
Remove LayoutCombinator class and revert PerWorkspace to its Maybe Bool state
Andrea Rossato
2008-01-31
2
-79
/
+65
*
SimpleDecoration: export defaultTheme
Andrea Rossato
2008-01-30
1
-0
/
+1
*
Various decorations related updates
Spencer Janssen
2008-01-30
5
-161
/
+80
*
TwoPane: add description string
Joachim Fasting
2008-01-26
1
-0
/
+1
*
LayoutCombinator class: code clean up
Andrea Rossato
2008-01-29
2
-15
/
+12
*
Add a LayoutCombinator class and a CombinedLayout and port PerWorkspace to th...
Andrea Rossato
2008-01-29
2
-93
/
+109
*
Named: reimplemented as a LayoutModifier and updated Config.Droundy accordingly
Andrea Rossato
2008-01-28
1
-17
/
+13
*
LayoutModifier: add modifyDescription for completely override the modified la...
Andrea Rossato
2008-01-28
1
-3
/
+5
*
Make ToggleLayouts and Named implement emptyLayout
Andrea Rossato
2008-01-28
2
-0
/
+7
*
Decoration: the fontset must be released even when we don't decorate the firs...
Andrea Rossato
2008-01-28
1
-1
/
+3
*
Decoration: I forgot we need to release the fontset too!
Andrea Rossato
2008-01-28
1
-1
/
+2
*
Decoration: after deleting the windows we must update the layout modifier
Andrea Rossato
2008-01-28
1
-1
/
+2
*
Reflect: reimplemented as a layout modifier (which makes it compatible with w...
Andrea Rossato
2008-01-27
1
-15
/
+11
*
SimpleFLoat: change the description to Float (Simple is the decoration descri...
Andrea Rossato
2008-01-27
1
-1
/
+1
*
ResizeScreen has been rewritten as a layout modifier
Andrea Rossato
2008-01-27
1
-35
/
+17
*
LayoutModifier add a modifyLayout
Andrea Rossato
2008-01-27
1
-1
/
+4
*
Make LayoutCombinators deal with emptyLayout
Andrea Rossato
2008-01-27
1
-0
/
+4
*
Add ResizeScreen, a layout modifier for modifing the screen geometry
Andrea Rossato
2008-01-27
1
-0
/
+81
*
WindowArranger can now arrange all windows
Andrea Rossato
2008-01-27
2
-23
/
+31
*
Add SimpleFloat a very basic floating layout that will place windows accordin...
Andrea Rossato
2008-01-26
2
-5
/
+78
*
WindoWrranger: export the WindowArranger type (see the upcoming SimpleFloat)
Andrea Rossato
2008-01-26
1
-0
/
+1
*
ShowWName: show the name of empty layouts too
Andrea Rossato
2008-01-26
1
-3
/
+8
*
Decoration: code formatting only
Andrea Rossato
2008-01-26
1
-15
/
+12
*
export DeConfig to avoid importing Decoration
Andrea Rossato
2008-01-26
2
-0
/
+2
*
Don't export TConf anymore and export DeConfig instead
Andrea Rossato
2008-01-26
1
-1
/
+2
*
Tabbed now uses Decoration
Andrea Rossato
2008-01-25
1
-183
/
+80
*
Add DwmStyle, a layout modifier to add dwm-style decorations to windows in an...
Andrea Rossato
2008-01-25
1
-0
/
+69
*
Adde SimpleDecoration, a layout modifier to add simple decorations to windows...
Andrea Rossato
2008-01-25
1
-0
/
+69
*
Add Layout.Simplest, the simplest layout
Andrea Rossato
2008-01-25
1
-0
/
+41
*
Add Decoration, a layout modifier and a class for easily writing decorated la...
Andrea Rossato
2008-01-25
1
-0
/
+252
*
Add WindowArranger, a layout modifier to move and resize windows with the key...
Andrea Rossato
2008-01-25
1
-0
/
+189
*
ShowWName: moved fi to XUtils
Andrea Rossato
2008-01-24
1
-4
/
+0
*
LayoutModifier: add emptyLayoutMod for dealing with empty workspaces
Andrea Rossato
2008-01-24
1
-0
/
+10
*
LayoutModifier: add pureMess and pureModifier to the LayoutModifier class
Andrea Rossato
2008-01-22
1
-2
/
+7
*
Layout.ShowWName: generalize the instance
Andrea Rossato
2008-01-15
1
-2
/
+2
*
add emptyLayout to MultiToggle
Lukas Mai
2008-01-28
1
-0
/
+2
*
add 'single' helper function
Lukas Mai
2008-01-18
1
-2
/
+7
*
documentation fix
Lukas Mai
2008-01-18
1
-1
/
+1
*
style assimilation
Lukas Mai
2008-01-18
1
-1
/
+1
*
Reflect.hs: minor haddock fix
Brent Yorgey
2008-01-16
1
-1
/
+1
*
Reflect.hs: use -fglasgow-exts for now instead of LANGUAGE pragmas, for compa...
Brent Yorgey
2008-01-15
1
-1
/
+5
*
Reflect.hs: add MultiToggle support
Brent Yorgey
2008-01-15
1
-6
/
+40
*
MultiToggle.hs: improve 'description' implementation in LayoutClass instance ...
Brent Yorgey
2008-01-15
1
-2
/
+2
*
Layout.Reflect: new contrib module for reflecting layouts horizontally/vertic...
Brent Yorgey
2008-01-15
1
-0
/
+81
*
ShowWName.hs: switch color/bgcolor in call to paintAndWrite
Brent Yorgey
2008-01-14
1
-2
/
+2
*
ShowWName now uses Timer and XUtils to display the workspace name
Andrea Rossato
2008-01-13
1
-33
/
+42
*
PerWorkspace.hs: add an explanatory note
Brent Yorgey
2007-12-31
1
-0
/
+7
*
Add ShowWName a layout modifier to show the workspace name
Andrea Rossato
2007-12-31
1
-0
/
+95
*
ResizableTile.hs: fix resizing to work in the presence of floating windows (r...
Brent Yorgey
2007-12-25
1
-6
/
+12
*
LayoutScreens: haddock fixes
Andrea Rossato
2007-12-25
1
-5
/
+7
[prev]
[next]