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