summaryrefslogtreecommitdiff
path: root/render/html_forms.c
Commit message (Collapse)AuthorAgeFilesLines
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-1/+2
| | | | | (Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.
* fix incorrect double freeVincent Sanders2012-10-021-1/+1
|
* Fix select elements. Requires latest libdom.Michael Drake2012-09-191-0/+54
|
* Fixup for latest libdom.Michael Drake2012-09-111-2/+3
|
* Update to use latest libdom. Fixes handling of text input with no maxlength ↵Michael Drake2012-09-081-2/+13
| | | | set.
* Fix handling of form elements without a <form>.Michael Drake2012-08-071-3/+0
|
* Compare interns instead of strings in html_forms.cMichael Drake2012-07-231-33/+37
|
* Fix free of NULL.Michael Drake2012-07-231-1/+1
|
* Interned string cleanup, phase 3: Move html_forms.c to corestring.Michael Drake2012-07-221-6/+7
|
* Add textarea support back in.Michael Drake2012-07-211-0/+50
|
* Avoid strcasecmp in form control creation node name handler.Michael Drake2012-07-211-14/+12
|
* Squash warningsJohn-Mark Bell2012-07-151-1/+1
|
* Rework form acessors to deal with binding changesVincent Sanders2012-07-141-0/+458