summaryrefslogtreecommitdiff
path: root/render/box_textarea.c
Commit message (Collapse)AuthorAgeFilesLines
* HTML drags now go via content msg.Michael Drake2013-02-081-18/+25
|
* Native caret not now set in redraw. Prevents endless redraw when textarea ↵Michael Drake2013-02-071-1/+4
| | | | has caret.
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+275
(Input element types text & password, and textarea element.) Can edit and submit forms, but there are loads of issues.