netsurf/framebuffer/fbtk
Vincent Sanders c105738fa3 Change LOG() macro to be varadic
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.
2015-05-28 16:08:46 +01:00
..
bitmap.c Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
event.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
fbtk.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
fill.c remove malloc.h anachronism 2011-01-06 09:24:14 +00:00
osk.c Add OSK icon. 2012-09-28 19:52:21 +01:00
scroll.c Change LOG() macro to be varadic 2015-05-28 16:08:46 +01:00
text.c Put the font operations table alongside all the other core API 2014-10-13 11:56:31 +01:00
user.c Update for modified libnsfb API 2011-11-21 08:45:08 +00:00
widget.h When setting fbtk caret, register callback for redrawing caret removal. 2012-07-31 20:40:14 +01:00
window.c remove malloc.h anachronism 2011-01-06 09:24:14 +00:00