summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Expand)AuthorAgeFilesLines
* dukky: Fix assignment in assertDaniel Silverstone2020-10-031-1/+1
* Console: Do not try and log through a closed down windowDaniel Silverstone2020-10-021-1/+1
* split out the about scheme imagecache page generatorVincent Sanders2020-09-201-0/+1
* remove unecessary exported function from plain text content handlerVincent Sanders2020-07-272-22/+11
* fix erronenous child variable assignmentVincent Sanders2020-07-121-1/+1
* ensure the html layout is present for text selectionVincent Sanders2020-07-121-1/+17
* remove unecessary use of gui_internal in contentVincent Sanders2020-06-253-4/+0
* remove unesessary header use in protected contentVincent Sanders2020-06-251-0/+2
* improve desktop text search header usageVincent Sanders2020-06-248-0/+10
* use the ascii locale safe handling instead of ctype APIVincent Sanders2020-06-241-5/+6
* initial implementation of split messages in cVincent Sanders2020-06-151-6/+0
* implement a minimal xxd for builds to remove external dependancyVincent Sanders2020-06-031-4/+10
* remove box handling from browser windowVincent Sanders2020-05-253-18/+4
* canvas: Implement fully correct putImageData featuresDaniel Silverstone2020-05-241-48/+120
* JS dom event binding: Squash leak of string.Michael Drake2020-05-241-1/+1
* Canvas: Do not overrun destination bitmap during creationDaniel Silverstone2020-05-241-5/+6
* commit a neatness in teh html content handler text selection codeVincent Sanders2020-05-241-173/+149
* fix use of uninitialised warning on older gccVincent Sanders2020-05-231-2/+4
* canvas: Support changing canvas size at runtimeDaniel Silverstone2020-05-232-8/+143
* make text selection context an opaque interfaceVincent Sanders2020-05-235-33/+38
* remove all direct access to selection structureVincent Sanders2020-05-233-33/+13
* remove unecessary content handler specific selection creationVincent Sanders2020-05-234-40/+0
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-233-8/+4
* move content specific selection end to content handlersVincent Sanders2020-05-234-6/+67
* remove unused css length usage in selectionVincent Sanders2020-05-234-4/+6
* move content handler specific selection copying into handlersVincent Sanders2020-05-235-38/+285
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-236-85/+429
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-232-152/+162
* html: Handle canvas width/height stated explicitly in pxDaniel Silverstone2020-05-221-2/+2
* CanvasRenderingContext2D: More verbose input validation error messageDaniel Silverstone2020-05-221-1/+2
* javascript: Support Canvas to a basic levelDaniel Silverstone2020-05-225-2/+314
* html: Don't both building a bitmap if we're not rendering itDaniel Silverstone2020-05-221-0/+7
* html: Handle canvas in redrawDaniel Silverstone2020-05-221-1/+29
* html: set up canvas box properlyDaniel Silverstone2020-05-221-0/+7
* html: Add canvas node handling in dom_eventDaniel Silverstone2020-05-221-0/+133
* css: Support canvas width/height presentational hintsDaniel Silverstone2020-05-221-0/+65
* Squash warning: "_GNU_SOURCE" redefined.Michael Drake2020-05-221-2/+0
* pass the browser window to selection click handlerVincent Sanders2020-05-205-42/+2
* do not export texplain interfaces unnecessarilyVincent Sanders2020-05-192-189/+173
* implement content opacity check through the function tableVincent Sanders2020-05-1310-3/+99
* make free text search content handler agnosticVincent Sanders2020-05-122-0/+254
* hoist common text search out of content handlersVincent Sanders2020-05-125-182/+19
* move free text search general interface to content.Vincent Sanders2020-05-108-797/+59
* remove unecessary includesVincent Sanders2020-05-102-13/+6
* add missing header includes from previous changeVincent Sanders2020-05-083-0/+3
* improve content header usageVincent Sanders2020-05-0716-8/+33
* clean up content headers and documentation commentsVincent Sanders2020-05-068-4/+11
* remove junk content_add_error apiVincent Sanders2020-05-063-5/+0
* split dom event handling into separate moduleVincent Sanders2020-05-054-727/+837
* Clean up html content dom element insertion processingVincent Sanders2020-05-052-89/+159