summaryrefslogtreecommitdiff
path: root/render/form_internal.h
Commit message (Collapse)AuthorAgeFilesLines
* make the form select menu API smaller.Vincent Sanders2014-11-131-0/+88
| | | | | | 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.
* Doxygen cleanupsVincent Sanders2014-11-121-3/+3
|
* Doxygen cleanupsVincent Sanders2014-11-121-8/+72
|
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-111-0/+125
Very little of the form API needed exposing outside of the renderer. This makes the form API that may be used by frontends obvious and limited.