summaryrefslogtreecommitdiff
path: root/content/handlers
Commit message (Collapse)AuthorAgeFilesLines
* CSS: Selection callbacks: Update to latest LibDOM API.Michael Drake2021-07-051-0/+3
|
* 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
| | | | The 'rlh', 'ic' and 'cap' units were never implemented by anyone.
* 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
| | | | | | | | Note: Added new box member because rows was unsigned, and it was naughty to use something meant for tables. Note: Now numbers <= 0 can be generated, but LibCSS needs updated to support that.
* 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
|
* dukky: Fix assignment in assertDaniel Silverstone2020-10-031-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Console: Do not try and log through a closed down windowDaniel Silverstone2020-10-021-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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
| | | | | | | | | The text selection operations can be called regardless of when the html layout box tree is actually available (e.g. if it is still loading when opened) This change ensures the layout box tree is available before attempting to traverse it for a selection operation.
* 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
| | | | | | | | | 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.
* 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
| | | | functional but the compression switch still needs implementing
* 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
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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
|