summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update ca-bundleChris Young2021-10-041-673/+361
* CSS: Selection callbacks: Update to latest LibDOM API.Michael Drake2021-07-051-0/+3
* Revert "Amiga: do not force 32-bit bitmaps"Chris Young2021-06-286-13/+14
* Amiga: do not force 32-bit bitmapsChris Young2021-06-286-14/+13
* Amiga: report correct depthChris Young2021-06-281-3/+0
* AMIGA: Use RTG calls on OS3Chris Young2021-06-281-10/+7
* RISC OS: GUI: Clean up alpha sprite support test.Michael Drake2021-06-251-12/+10
* RISC OS: Image: Tinct workaround: Use OS alpha sprite rendering.Michael Drake2021-06-252-6/+67
* RISC OS: GUI: Add check for sprite alpha channel OS support.Michael Drake2021-06-252-0/+31
* RISC OS: Image: Add support for tiled plots with OS renderer.Michael Drake2021-06-251-6/+15
* RISC OS: Image: Remove forward declaration.Michael Drake2021-06-251-71/+63
* RISC OS: Image: Use #define to enable use of mask.Michael Drake2021-06-251-1/+1
* RISC OS: Image: Use #define for unspecified sprite area.Michael Drake2021-06-251-3/+3
* Switch to new libcss API for unit conversion.Michael Drake2021-05-3024-883/+542
* CSS: Update to latest libcss: Remove weird units.Michael Drake2021-05-303-46/+2
* Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed w...Chris Young2021-05-171-5/+1
* Windows: Use pkg-config when building on Windows.Michael Drake2021-05-131-1/+1
* RISC OS: Unify both browser window redraw call paths.Michael Drake2021-04-261-67/+54
* RISC OS: Constify redraw region through buffer API.Michael Drake2021-04-262-2/+2
* RISC OS: Corewindow: Fix autoscroll segfault when pointer leaves window.Michael Drake2021-04-252-0/+13
* RISC OS: Fix EX0 EY0 rendering glitches when scrolling.Michael Drake2021-04-254-12/+42
* RISC OS: Plotters: On RISC OS y1 is top and y0 is bottom.Michael Drake2021-04-251-11/+16
* Amiga: Fix codesets.library conversion when string specified as zero lengthChris Young2021-04-121-6/+5
* Amiga: The return value of Codesetsfind was not being assigned to a variableChris Young2021-04-111-2/+2
* hoist the Referer header generation logic up to the low level cacheVincent Sanders2021-03-255-104/+152
* extend teh implementing a new frontend documentVincent Sanders2021-03-231-9/+70
* fix missing bitmap from preventing history and scroll updatesVincent Sanders2021-03-231-7/+3
* split out internal local history macros from public interface headerVincent Sanders2021-03-234-11/+40
* Buildsystem: Avoid errors when headers are removed.Michael Drake2021-03-191-1/+1
* fix headings to be in doxygen prefered formatVincent Sanders2021-03-081-28/+28
* add document outlining new frontend developmentVincent Sanders2021-03-072-0/+358
* Improve some documentation commentsVincent Sanders2021-02-262-7/+18
* Correct indentation for previous changeRob Kendrick2021-02-241-1/+1
* Allow drag-and-drop loading of WebP images on RISC OSRob Kendrick2021-02-243-1/+8
* tidy up GTK frontend initialisationVincent Sanders2021-02-221-514/+544
* split out gtk misc operations from gui moduleVincent Sanders2021-02-225-281/+362
* 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
* correct sizeChris Young2021-02-181-1/+1
* AMIGA: minor IFF DR2D export changesChris Young2021-02-181-1/+3
* tests: Update corestring allocation count.Michael Drake2021-02-151-1/+1
* layout: Add support for OL reversed attribute.Michael Drake2021-02-101-1/+102
* util: corestring: Add DOM "reversed" string.Michael Drake2021-02-101-0/+1
* 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
* util: corestring: Add DOM "start" string.Michael Drake2021-02-101-0/+1
* 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