summaryrefslogtreecommitdiff
path: root/render/html_forms.c
Commit message (Expand)AuthorAgeFilesLines
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-111-1/+1
* remove unecessary browser.h include from core headersVincent Sanders2014-10-171-3/+4
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-1/+2
* 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
* 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