summaryrefslogtreecommitdiff
path: root/render/box_textarea.c
Commit message (Expand)AuthorAgeFilesLines
* Make most of the form API internal to the html renderer.Vincent Sanders2014-11-111-1/+1
* Put the font operations table alongside all the other core APIVincent Sanders2014-10-131-1/+2
* Redraws during layout are prohibited, and redundant.Michael Drake2014-09-271-0/+7
* Gadgets can exisit outside forms, so now they store their own ref to the cont...Michael Drake2014-02-171-8/+7
* Native select menu interface shouldn't force front end to dig inside bw struct.Michael Drake2014-02-081-1/+1
* Ensure textual input boxes re-update the DOM with new valuesDaniel Silverstone2014-01-041-1/+3
* Retrieve text area content from the textarea apiDaniel Silverstone2014-01-041-1/+1
* Return message to client when textarea is modified.Michael Drake2014-01-041-0/+4
* In box textarea binding only redraw the area that was requested, not the whol...Michael Drake2013-03-191-3/+11
* C89François Revol2013-03-091-1/+1
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-231-2/+16
* A load of refactoring of how content selection and input work.Michael Drake2013-02-221-32/+34
* Move html textarea's selection colour chooser to plot_style.h, as it could be...Michael Drake2013-02-111-7/+2
* Choose pretty colours for selection.Michael Drake2013-02-091-3/+11
* 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 ha...Michael Drake2013-02-071-1/+4
* First pass at getting html forms to use textarea widget.Michael Drake2013-02-061-0/+275