summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* add simple chart generator and use it from the imagecacheVincent Sanders2020-10-055-2/+691
* dukky: Fix assignment in assertDaniel Silverstone2020-10-031-1/+1
* about: Check senddata return in blank handlerDaniel Silverstone2020-10-031-1/+2
* Console: Do not try and log through a closed down windowDaniel Silverstone2020-10-021-1/+1
* split out about scheme handler for nscolours cssVincent Sanders2020-09-294-55/+125
* split out about scheme query fetcherror handlerVincent Sanders2020-09-294-125/+195
* split out about scheme query timeout pageVincent Sanders2020-09-294-120/+195
* split out about scheme query auth handlerVincent Sanders2020-09-294-214/+284
* split out about scheme query private handlerVincent Sanders2020-09-277-179/+338
* split out choices about scheme handlerVincent Sanders2020-09-274-67/+130
* split out about handler config handlerVincent Sanders2020-09-274-101/+176
* split out about scheme testament handlerVincent Sanders2020-09-234-104/+168
* split out about scheme certificate viewer generatorVincent Sanders2020-09-215-1153/+1236
* split out blank handler for about schemeVincent Sanders2020-09-214-35/+96
* split out the about scheme imagecache page generatorVincent Sanders2020-09-207-246/+397
* move about fetcher into its own directoryVincent Sanders2020-09-205-8/+15
* 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
* move the file fetcher sources into a single directoryVincent Sanders2020-07-038-13/+23
* remove incorrect colour rule from unternal.cssVincent Sanders2020-06-291-1/+1
* remove unecessary use of gui_internal in contentVincent Sanders2020-06-254-5/+0
* remove unesessary header use in protected contentVincent Sanders2020-06-252-1/+3
* improve desktop text search header usageVincent Sanders2020-06-2412-22/+35
* 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
* llcache: Free existing chain if we get a new oneDaniel Silverstone2020-05-241-0/+5
* 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-236-33/+39
* remove all direct access to selection structureVincent Sanders2020-05-234-35/+13
* remove unecessary content handler specific selection creationVincent Sanders2020-05-236-50/+3
* remove unused is_html parameter to text selection routinesVincent Sanders2020-05-233-8/+4
* move content specific selection end to content handlersVincent Sanders2020-05-235-6/+76
* remove unused css length usage in selectionVincent Sanders2020-05-235-4/+8
* move content handler specific selection copying into handlersVincent Sanders2020-05-236-39/+295
* split selection redraw into content handler specific implementationsVincent Sanders2020-05-237-85/+439
* fs_backing_store: Stop trying to render offsets in hexDaniel Silverstone2020-05-231-4/+4
* fs_backing_store: Do not use %jx because amigaos3 can't render it properlyDaniel Silverstone2020-05-231-14/+14
* Canvas: Move bitmap management to the 2D render contextDaniel Silverstone2020-05-232-152/+162
* fix: Make it OK if the chain isn't avilable during bad-ssl queryingDaniel Silverstone2020-05-231-8/+16
* 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