aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Layout/Decoration.hs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-16X.L.Decoration: avoid flicker by not showing decowins without rectanglesTomas Janousek1-1/+1
2009-11-29Extended decoration module with more hooks and consolidated some existing onesJan Vornberger1-30/+45
2009-10-24Extended decoration theme to contain extra static text that always appears in...Jan Vornberger1-1/+5
2009-10-24Extended paintAndWrite to allow for multiple strings to be written into the r...Jan Vornberger1-1/+1
2009-06-27Prevent windows from being decorated that are too small to contain decoration.Jan Vornberger1-3/+3
2009-06-26Replace most -fglasgow-exts with specific LANGUAGE pragmasAdam Vogt1-2/+1
2009-06-21Provide means to find original window by its decoration.Dmitry Astapov1-0/+4
2008-11-10Exported shrinkWhile from Decoration to use in GridSelectRoman Cheplyaka1-1/+1
2008-10-05Merge emptyLayoutMod into redoLayoutJoachim Breitner1-6/+6
2008-05-01Fix issue #179 by handling events correctlyAndrea Rossato1-2/+2
2008-04-30Remove redundant type signatureSpencer Janssen1-1/+1
2008-02-24Fix haddock hyperlink.Roman Cheplyaka1-1/+1
2008-02-20Decoration: some haddock updatesAndrea Rossato1-5/+2
2008-02-20Decoration: fix an issue with decoration window creation and moreAndrea Rossato1-24/+16
2008-02-19Decoration: comment onlyAndrea Rossato1-22/+123
2008-02-19Decoratione: generate rectangles first, and create windows accordinglyAndrea Rossato1-57/+71
2008-02-18add Eq superclass to DecorationStyle and change styles in order not to decora...Andrea Rossato1-3/+6
2008-02-18Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,...Andrea Rossato1-3/+24
2008-02-12Decoration: remove mouse resize and moreAndrea Rossato1-17/+15
2008-02-11Decoration.hs: variable names consistency onlyAndrea Rossato1-6/+6
2008-02-11Decoration: DecorationStyle class cleanup and focus/drag unificationAndrea Rossato1-16/+34
2008-02-10Move DefaultDecoration from DecorationMadness to DecorationAndrea Rossato1-0/+4
2008-02-09Decoration: change mouseEventHook to decoEventHook and moreAndrea Rossato1-15/+18
2008-02-08Decoration: enable mouse dragging of windowsAndrea Rossato1-5/+11
2008-02-08Decoration: add a mouseEventHook methohd and move mouse button event thereAndrea Rossato1-5/+12
2008-02-07Decoration: consistency of variable namesAndrea Rossato1-30/+30
2008-02-07Decoration: add a SetTheme message and releaseResourcesAndrea Rossato1-10/+17
2008-02-04enable button click for focus in tabbed.David Roundy1-0/+8
2008-02-04in Decoration, remove windows that are precisely hidden underneath other wind...David Roundy1-3/+8
2008-01-31Make LayoutHints a decoration aware layout modifierAndrea Rossato1-1/+4
2008-01-30Various decorations related updatesSpencer Janssen1-60/+53
2008-01-28Decoration: the fontset must be released even when we don't decorate the firs...Andrea Rossato1-1/+3
2008-01-28Decoration: I forgot we need to release the fontset too!Andrea Rossato1-1/+2
2008-01-28Decoration: after deleting the windows we must update the layout modifierAndrea Rossato1-1/+2
2008-01-26Add SimpleFloat a very basic floating layout that will place windows accordin...Andrea Rossato1-5/+2
2008-01-26Decoration: code formatting onlyAndrea Rossato1-15/+12
2008-01-25Add Decoration, a layout modifier and a class for easily writing decorated la...Andrea Rossato1-0/+252