summaryrefslogtreecommitdiff
path: root/cocoa/FormSelectMenu.m
Commit message (Collapse)AuthorAgeFilesLines
* Fix cocoa usage of render internalsVincent Sanders2014-11-131-2/+9
|
* make the form select menu API smaller.Vincent Sanders2014-11-131-1/+2
| | | | | | By hiding all but the form selection menu option structure from code outside of render this reduces the API to the absolute minimum to support this feature.
* Shouldn't need browser_privare now. (Untested.)Michael Drake2014-02-081-1/+1
|
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
|
* Include browser_private.h.Michael Drake2012-08-221-0/+1
|
* Reorganized includes.Sven Weidauer2011-01-311-2/+2
| | | | svn path=/trunk/netsurf/; revision=11567
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-281-7/+2
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
| | | | svn path=/trunk/netsurf/; revision=11505
* Creating select menus for formsSven Weidauer2011-01-251-0/+98
svn path=/trunk/netsurf/; revision=11484