summaryrefslogtreecommitdiff
path: root/gtk/gdk.c
Commit message (Collapse)AuthorAgeFilesLines
* Change LOG() macro to be varadicVincent Sanders2015-05-281-1/+1
| | | | | | | | | | | | This changes the LOG macro to be varadic removing the need for all callsites to have double bracketing and allows for future improvement on how we use the logging macros. The callsites were changed with coccinelle and the changes checked by hand. Compile tested for several frontends but not all. A formatting annotation has also been added which allows the compiler to check the parameters and types passed to the logging.
* Change GTK plotting to use cairo surfaces throughoutVincent Sanders2011-12-301-0/+124
svn path=/trunk/netsurf/; revision=13354