summaryrefslogtreecommitdiff
path: root/content
Commit message (Expand)AuthorAgeFilesLines
* Switch to new libcss API for unit conversion.Michael Drake2021-05-3022-860/+519
* CSS: Update to latest libcss: Remove weird units.Michael Drake2021-05-303-46/+2
* hoist the Referer header generation logic up to the low level cacheVincent Sanders2021-03-255-104/+152
* html: layout: Cleanup dom node tag name getting with helper.Michael Drake2021-02-201-14/+32
* html: layout: Fix to ignore non-element children of lists.Michael Drake2021-02-201-3/+10
* layout: Add support for OL reversed attribute.Michael Drake2021-02-101-1/+102
* layout: list handling: Scope reduce some variables in the recursive call.Michael Drake2021-02-101-3/+3
* html: layout: Change list value step to variable.Michael Drake2021-02-101-1/+2
* html: Add support for OL start attribute.Michael Drake2021-02-103-13/+55
* layout: Add support for list item value attribute.Michael Drake2021-02-091-1/+52
* html: Do list item counting at layout time.Michael Drake2021-02-092-98/+82
* layout: Pass content into list layout function.Michael Drake2021-02-091-10/+12
* layout: Add counting for list items to layout.Michael Drake2021-02-092-1/+97
* use list style formatting from libcssVincent Sanders2021-02-074-619/+29
* html: list counter style: Revert to string for {pre|post}fix.Michael Drake2021-02-021-4/+30
* html: list counter style: Constify {pre|post}fix memebers.Michael Drake2021-02-021-2/+2
* html: list counter style: Split out symbol copy.Michael Drake2021-02-021-36/+36
* change list counter style formatting to be table drivenVincent Sanders2021-02-023-266/+283
* do not count the null terminator in list counter style length formattingVincent Sanders2021-01-311-1/+1
* implement armenian and georgian list counter stylesVincent Sanders2021-01-311-21/+238
* split counter style handling out of the box codeVincent Sanders2021-01-314-278/+366
* css: hints: Add support for OL type attribute.Michael Drake2021-01-311-0/+47
* implement list marker counting for roman, latin and greekVincent Sanders2021-01-301-54/+344
* 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