| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix issue #179 by handling events correctly | Andrea Rossato | 2008-05-01 | 1 | -2/+2 |
* | Remove redundant type signature | Spencer Janssen | 2008-04-30 | 1 | -1/+1 |
* | Fix haddock hyperlink. | Roman Cheplyaka | 2008-02-24 | 1 | -1/+1 |
* | Decoration: some haddock updates | Andrea Rossato | 2008-02-20 | 1 | -5/+2 |
* | Decoration: fix an issue with decoration window creation and more | Andrea Rossato | 2008-02-20 | 1 | -24/+16 |
* | Decoration: comment only | Andrea Rossato | 2008-02-19 | 1 | -22/+123 |
* | Decoratione: generate rectangles first, and create windows accordingly | Andrea Rossato | 2008-02-19 | 1 | -57/+71 |
* | add Eq superclass to DecorationStyle and change styles in order not to decora... | Andrea Rossato | 2008-02-18 | 1 | -3/+6 |
* | Refactor MouseResize, remove isDecoration and introduce isInStack, isVisible,... | Andrea Rossato | 2008-02-18 | 1 | -3/+24 |
* | Decoration: remove mouse resize and more | Andrea Rossato | 2008-02-12 | 1 | -17/+15 |
* | Decoration.hs: variable names consistency only | Andrea Rossato | 2008-02-11 | 1 | -6/+6 |
* | Decoration: DecorationStyle class cleanup and focus/drag unification | Andrea Rossato | 2008-02-11 | 1 | -16/+34 |
* | Move DefaultDecoration from DecorationMadness to Decoration | Andrea Rossato | 2008-02-10 | 1 | -0/+4 |
* | Decoration: change mouseEventHook to decoEventHook and more | Andrea Rossato | 2008-02-09 | 1 | -15/+18 |
* | Decoration: enable mouse dragging of windows | Andrea Rossato | 2008-02-08 | 1 | -5/+11 |
* | Decoration: add a mouseEventHook methohd and move mouse button event there | Andrea Rossato | 2008-02-08 | 1 | -5/+12 |
* | Decoration: consistency of variable names | Andrea Rossato | 2008-02-07 | 1 | -30/+30 |
* | Decoration: add a SetTheme message and releaseResources | Andrea Rossato | 2008-02-07 | 1 | -10/+17 |
* | enable button click for focus in tabbed. | David Roundy | 2008-02-04 | 1 | -0/+8 |
* | in Decoration, remove windows that are precisely hidden underneath other wind... | David Roundy | 2008-02-04 | 1 | -3/+8 |
* | Make LayoutHints a decoration aware layout modifier | Andrea Rossato | 2008-01-31 | 1 | -1/+4 |
* | Various decorations related updates | Spencer Janssen | 2008-01-30 | 1 | -60/+53 |
* | 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 |
* | Add SimpleFloat a very basic floating layout that will place windows accordin... | Andrea Rossato | 2008-01-26 | 1 | -5/+2 |
* | Decoration: code formatting only | Andrea Rossato | 2008-01-26 | 1 | -15/+12 |
* | Add Decoration, a layout modifier and a class for easily writing decorated la... | Andrea Rossato | 2008-01-25 | 1 | -0/+252 |