summaryrefslogtreecommitdiff
path: root/content/handlers/html/box_textarea.c
Commit message (Collapse)AuthorAgeFilesLines
* remove unecessary use of gui_internal in contentVincent Sanders2020-06-251-1/+0
|
* improve desktop text search header usageVincent Sanders2020-06-241-0/+1
| | | | | | | | | remove unecessary inclusion of desktop search header in content header which has knock on effect of not having ctype or string system headers dragged in unecessarily. Futher this highlighted use of ctype API where internal ascii processing ought to be used.
* improve html content handler private headersVincent Sanders2020-05-021-1/+2
|
* split html box processing codeVincent Sanders2020-04-291-0/+1
| | | | | | | reduce the module size of the html box handling code by splitting into smaller sections. No functional code change.
* fix keypress entry on text areaVincent Sanders2019-11-071-22/+29
| | | | accidentaly broken in commit fca421e2047a55f3cf575c92943c1116ec58da3c
* remove user warning and propogate error returnVincent Sanders2019-11-061-30/+29
|
* fix url encoding to be compatible with nsurl API changes.Vincent Sanders2018-09-261-3/+14
| | | | | As part of this fix the form submission error handling and reporting has been improved.
* Plotters: Add plot_style_fixed type, and use for font size.Michael Drake2018-05-231-1/+1
|
* clean up html content handler header useVincent Sanders2018-05-111-0/+2
| | | | Improve header use in preperation for making browser window a corewindow
* move html and text content handlers where they belongVincent Sanders2018-05-101-0/+350