Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | css: Fix compiler warnings | Matthias Clasen | 2015-06-02 | 1 | -6/+6 |
| | | | | Fix warnings due to -Wdeclaration-after-statement and -Wshadow. | ||||
* | cssimage: No need to pass base file anymore | Benjamin Otte | 2012-05-11 | 1 | -2/+1 |
| | | | | The file is now part of the GtkCssParser | ||||
* | Fix rendering of theme parts on Windows XP | Alexander Larsson | 2012-03-09 | 1 | -5/+7 |
| | | | | | | | | | | It seems XP doesn't handle drawing non-alpha theme parts on alpha destinations. We fix this by using alpha bitmaps only when needed. However this means any non-drawn area by the theme part is now draw black, so we must take more care to only draw where the theme part draws, so we find the theme part size when available. | ||||
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -2/+1 |
| | |||||
* | win32: Add a CssImage implementation | Benjamin Otte | 2012-01-09 | 1 | -0/+234 |