summaryrefslogtreecommitdiff
path: root/gtk/gtkcssimagewin32.c
Commit message (Collapse)AuthorAgeFilesLines
* css: Fix compiler warningsMatthias Clasen2015-06-021-6/+6
| | | | Fix warnings due to -Wdeclaration-after-statement and -Wshadow.
* cssimage: No need to pass base file anymoreBenjamin Otte2012-05-111-2/+1
| | | | The file is now part of the GtkCssParser
* Fix rendering of theme parts on Windows XPAlexander Larsson2012-03-091-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 AddressJavier Jardón2012-02-271-2/+1
|
* win32: Add a CssImage implementationBenjamin Otte2012-01-091-0/+234