summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Default CSS: Use 40px for list padding.Michael Drake2021-02-011-2/+2
* 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
* Prevent overflow of disc cache hysteresis.Michael Drake2021-01-251-3/+3
* move remaining macros into separate macro makefileVincent Sanders2021-01-242-88/+113
* remove stray tab in hts makefile to fix amigaos3 buildVincent Sanders2021-01-171-1/+1
* split out library and feature building macrosVincent Sanders2021-01-172-132/+139
* Improve target setup in makefilesVincent Sanders2021-01-1710-257/+299
* add back/forward mouse button processing to GTK frontendVincent Sanders2021-01-022-2/+16
* framebuffer: Fix internal font generated source for GCC 10.Michael Drake2020-11-131-3/+3
* risc os: Don't let URL complete start consume URL bar drags.Michael Drake2020-11-101-12/+14
* risc os: URL bar: Fall back to URL drag if OS doesn't have text selection.Michael Drake2020-11-031-1/+1
* risc os: wimputils: Make text-selection helper static inline.Michael Drake2020-11-031-1/+1
* risc os: Don't swallow URL bar drags if the OS supports text-selection.Michael Drake2020-11-031-4/+7
* risc os: wimputils: Helper to check OS support for text-selection.Michael Drake2020-11-031-0/+26
* treeview: Squash warnings about enum value conversion.Michael Drake2020-10-231-2/+32
* Add missing includeChris Young2020-10-094-0/+6
* Cache codesets structure ourselvesChris Young2020-10-091-6/+20
* add simple chart generator and use it from the imagecacheVincent Sanders2020-10-055-2/+691
* gtk: In path plotter, maintain cairo transformation offsetDaniel Silverstone2020-10-031-2/+2
* gtk/bitmap: Assert surface width/height non-zeroDaniel Silverstone2020-10-031-0/+4
* browser_window: Check for bw==NULL before dereferencing itDaniel Silverstone2020-10-031-3/+3
* dukky: Fix assignment in assertDaniel Silverstone2020-10-031-1/+1
* split-messages: Handle gzprintf failingDaniel Silverstone2020-10-031-3/+11
* about: Check senddata return in blank handlerDaniel Silverstone2020-10-031-1/+2
* linktrace-to-depfile: Support alternative linker trace formatting (for openbsd)Daniel Silverstone2020-10-021-2/+3
* Console: Do not try and log through a closed down windowDaniel Silverstone2020-10-021-1/+1
* linktrace: It'd help if I'd added the toolDaniel Silverstone2020-10-021-0/+18
* Makefile: Fix snafu in linkdeps ruleDaniel Silverstone2020-10-021-1/+1
* Makefile: Determine and use linker depsDaniel Silverstone2020-10-021-4/+11
* 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
* Improve the framebuffer docs a bitVincent Sanders2020-09-184-6/+58