summaryrefslogtreecommitdiff
path: root/content/handlers/html/dom_event.c
Commit message (Collapse)AuthorAgeFilesLines
* use attributes to indicate switch fall through instead of commentsVincent Sanders2024-03-051-0/+3
|
* html: Avoid processing STYLE elements if author_level_css disabledMichael Drake2023-11-261-2/+7
|
* remove unecessary use of gui_internal in contentVincent Sanders2020-06-251-2/+0
|
* improve desktop text search header usageVincent Sanders2020-06-241-0/+2
| | | | | | | | | 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.
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-231-152/+0
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Handle canvas width/height stated explicitly in pxDaniel Silverstone2020-05-221-2/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Don't both building a bitmap if we're not rendering itDaniel Silverstone2020-05-221-0/+7
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* html: Add canvas node handling in dom_eventDaniel Silverstone2020-05-221-0/+133
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* improve content header usageVincent Sanders2020-05-071-0/+2
|
* clean up content headers and documentation commentsVincent Sanders2020-05-061-0/+1
| | | | pure formatting and documentation changes, no code difference
* split dom event handling into separate moduleVincent Sanders2020-05-051-0/+790