summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fixup pdf content handler for modified interfacesvince/pdfVincent Sanders2020-12-111-2/+11
|
* update content broadcast error handlingVincent Sanders2020-12-111-2/+2
|
* fix plot style float to fix path widthVincent Sanders2020-12-112-9/+15
|
* allow moving forward and back clicking in windowVincent Sanders2020-12-111-22/+55
|
* allow clicking to change pageVincent Sanders2020-12-112-7/+69
|
* call page render interfaceVincent Sanders2020-12-111-0/+27
|
* set the pdf title if availableVincent Sanders2020-12-111-0/+8
|
* use nspdf library to parse documentVincent Sanders2020-12-111-11/+69
|
* Add initial content handler for PDF formatVincent Sanders2020-12-1110-12/+205
|
* 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
| | | | It should still be possible to drag save the URL from the favicon.
* 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
| | | | attempt to speed up conversion as apparently codesets is being very slow
* 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
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* gtk/bitmap: Assert surface width/height non-zeroDaniel Silverstone2020-10-031-0/+4
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* browser_window: Check for bw==NULL before dereferencing itDaniel Silverstone2020-10-031-3/+3
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* dukky: Fix assignment in assertDaniel Silverstone2020-10-031-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* split-messages: Handle gzprintf failingDaniel Silverstone2020-10-031-3/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* about: Check senddata return in blank handlerDaniel Silverstone2020-10-031-1/+2
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* linktrace-to-depfile: Support alternative linker trace formatting (for openbsd)Daniel Silverstone2020-10-021-2/+3
| | | | 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>
* linktrace: It'd help if I'd added the toolDaniel Silverstone2020-10-021-0/+18
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Makefile: Fix snafu in linkdeps ruleDaniel Silverstone2020-10-021-1/+1
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* Makefile: Determine and use linker depsDaniel Silverstone2020-10-021-4/+11
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* 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
|
* Make GTK UI resources more consistentVincent Sanders2020-09-0430-33/+28
| | | | | | | | | | | | | | The GTK UI resources have to be different resources between major versions. When kept in one directory with slightly different filenames they were difficult to distinguish and resource definition was difficult to update. The resources for both gtk versions were stored in both builds resulting in unneccessary increased binary size. The new stratagy lists the UI files once in a single gresources file and only includes what is required. If a UI file is added it must be provided in both gtk2 and 3 or a build failure will occour rather than a runtime error.
* Makefile: add Chinese (Simplified) translation targetZixing Liu2020-09-024-2/+6
| | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io>
* resources: add Chinese (Simplified) translationsWeiyi Xu2020-09-027-0/+4344
| | | | | | Signed-off-by: Weiyi Xu <xuweiyi0923@gmail.com> Signed-off-by: Zixing Liu <liushuyu@aosc.io> Signed-off-by: Mingcong Bai <jeffbai@aosc.io>
* utils: support xx_YY format language codeliushuyu2020-09-022-5/+5
| | | | Signed-off-by: liushuyu <liushuyu@aosc.io>
* Support Ctrl+A in the windows toolkit address barzeug2020-08-161-1/+5
|
* gtk compile din resource list was missing pageinfo for gtk2 buildVincent Sanders2020-08-151-15/+16
|
* remove unecessary exported function from plain text content handlerVincent Sanders2020-07-272-22/+11
|