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