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
/
Hooks
/
ManageDocks.hs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
X.H.ManageDocks: event hook to refresh on new docks
Tomas Janousek
2010-07-06
1
-0
/
+15
*
Use imported `fi' alias for fromIntegral more often.
Adam Vogt
2010-04-16
1
-3
/
+1
*
suppress some warnings under ghc 6.12.1 and clean up redundant imports to get...
Brent Yorgey
2010-01-12
1
-1
/
+0
*
X.H.ManageDocks: ignore struts that cover an entire screen on that screen
Tomas Janousek
2009-11-19
1
-5
/
+8
*
Refer to modm as the current modMask
Adam Vogt
2009-10-22
1
-6
/
+6
*
Finish a sentence in H.ManageDocks haddocks.
Adam Vogt
2009-10-05
1
-1
/
+1
*
Add a SetStruts message to H.ManageDocks.
Adam Vogt
2009-10-05
1
-13
/
+43
*
Factor out direction types and put them in X.U.Types
Daniel Schoepe
2009-09-19
1
-18
/
+8
*
Replace most -fglasgow-exts with specific LANGUAGE pragmas
Adam Vogt
2009-06-26
1
-1
/
+1
*
FloatSnap - calculate gaps instead of snapping against unmanaged windows
Anders Engstrom
2009-05-27
1
-1
/
+1
*
A.FloatSnap snap to unmanaged docks too
Adam Vogt
2009-05-25
1
-1
/
+4
*
X.U.WindowProperties: Add getProp32 and getProp32s, helpers to get properties...
Ismael Carnales
2009-02-05
1
-10
/
+4
*
XMonad.Hooks.ManageDocks: haddock fix
Lukas Mai
2008-04-05
1
-2
/
+2
*
XMonad.Layout.Gaps: new contrib module for manual gap support, in the few cas...
Brent Yorgey
2008-04-02
1
-1
/
+5
*
XMonad.Hooks.ManageDocks: export checkDoc
Lukas Mai
2008-03-31
1
-2
/
+2
*
move Direction type from WindowNavigation to ManageDocks (ManageDocks will mo...
Brent Yorgey
2008-03-31
1
-23
/
+28
*
ManageDocks: clean up + add more documentation
Brent Yorgey
2008-03-31
1
-21
/
+23
*
ManageDocks: add avoidStrutsOn, for covering some docks and not others by def...
Brent Yorgey
2008-03-27
1
-2
/
+17
*
ManageDocks: add ability to toggle individual gaps independently
Brent Yorgey
2008-03-27
1
-17
/
+39
*
Haddock fix
Roman Cheplyaka
2008-03-30
1
-1
/
+1
*
ManageDocks: add warning about making sure gaps are set to zero before switch...
Brent Yorgey
2008-03-27
1
-1
/
+7
*
LayoutModifier: reimplement ModifiedLayout using runLayout and more
Andrea Rossato
2008-02-23
1
-2
/
+2
*
Small refactoring.
Nils Anders Danielsson
2008-02-10
1
-21
/
+35
*
Fixed off-by-one error which broke strut handling for some panels.
Nils Anders Danielsson
2008-02-10
1
-4
/
+19
*
ManageDocks: implement AvoidStruts as a layout modifier
Andrea Rossato
2008-01-27
1
-18
/
+12
*
ManageDocks: add emptyLayout definition for supporting the new decoration fra...
Andrea Rossato
2008-01-26
1
-0
/
+3
*
ManageDocks: some documentation fixes
Andrea Rossato
2007-12-31
1
-1
/
+4
*
AvoidStruts: add support for partial struts
Spencer Janssen
2007-12-22
1
-40
/
+43
*
ManageDocks: ignore desktop windows also
Spencer Janssen
2007-12-22
1
-3
/
+4
*
Add support for _NET_WM_STRUT_PARTIAL
Spencer Janssen
2007-12-13
1
-9
/
+11
*
ManageDocks: when there are struts on opposing edges, the right/bottom strut
Spencer Janssen
2007-12-10
1
-2
/
+3
*
Update ManageDocks to the new ManageHook system, remove the gap setting code ...
Spencer Janssen
2007-12-09
1
-84
/
+61
*
Remove XMonad.Operations imports
Spencer Janssen
2007-12-08
1
-1
/
+0
*
Prune more imports
Spencer Janssen
2007-12-08
1
-2
/
+0
*
Remove redundant imports
Spencer Janssen
2007-12-08
1
-1
/
+0
*
Miscellaneous spell-checking
Shachaf Ben-Kiki
2007-11-19
1
-1
/
+1
*
ManageDocks.hs: haddock fixes
Andrea Rossato
2007-11-14
1
-6
/
+7
*
pattern guards and newtype deriving required for ManageDocks.hs to build!
Don Stewart
2007-11-14
1
-1
/
+3
*
add ToggleStruts capability to avoidStruts.
David Roundy
2007-11-13
1
-9
/
+18
*
fix bug in avoidStruts.
David Roundy
2007-11-10
1
-1
/
+1
*
Change the type of properties from Word32 to CLong
Mats Jansborg
2007-11-01
1
-2
/
+2
*
fix bug in avoidStruts.
David Roundy
2007-11-08
1
-1
/
+14
*
Add LANGUAGE pragmas for ManageDocks
Spencer Janssen
2007-11-06
1
-0
/
+1
*
Hierarchify
Spencer Janssen
2007-11-01
1
-0
/
+153