summaryrefslogtreecommitdiff
path: root/desktop/mouse.h
Commit message (Collapse)AuthorAgeFilesLines
* cleanup RISC OS frontend header usageVincent Sanders2014-06-051-7/+8
|
* remove unecessary includeVincent Sanders2014-05-181-1/+1
|
* Triple click selects paragraph in textarea widget.Michael Drake2013-02-121-13/+21
|
* Add enum value for when no button is pressed (hover).Michael Drake2013-01-291-17/+23
|
* Move mouse pointer enums to mouse header.Michael Drake2012-08-171-0/+34
|
* Debug function for dumping browser_mouse_state.Michael Drake2010-12-151-0/+2
| | | | svn path=/trunk/netsurf/; revision=11061
* Fix mouse.h file description. Add iframe comment.Michael Drake2010-06-091-1/+1
| | | | svn path=/trunk/netsurf/; revision=10571
* + Refactor input handling from browser window code into contentMichael Drake2010-06-041-0/+66
handlers. + Disentangle all box tree manipulation from browser window code and put it where it belongs. + Move other content specific and other irrelevant code from browser window handling to appropriate places. + Put mouse state enum in new mouse header, since it's not just used by browser window code, and it is used by treeview windows on the treeview branch. svn path=/trunk/netsurf/; revision=10561