summaryrefslogtreecommitdiff
path: root/desktop/mouse.c
Commit message (Collapse)AuthorAgeFilesLines
* move desktop window header into public APIVincent Sanders2016-05-301-1/+1
|
* Change LOG() macro to be varadicVincent Sanders2015-05-281-15/+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.
* Add triple click to mouse event logger.Michael Drake2013-06-151-1/+2
|
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-151-0/+47
svn path=/trunk/netsurf/; revision=11061