summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Amiga: report correct depthChris Young2021-06-281-3/+0
|
* AMIGA: Use RTG calls on OS3Chris Young2021-06-281-10/+7
| | | | Enabled for experimentation
* 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
| | | | | | | | | If NetSurf is configured to use OS for image rendering, and the OS supports Alpha sprites, avoid going via Tinct completely. Going via Tinct loses the alpha channel. However, with this workaround, we lose Tinct's pretiling optimisation for tiling tiny sprites.
* 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
|
* Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed ↵Chris Young2021-05-171-5/+1
| | | | with it too.
* 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
| | | | When storing RISC OS coordinates, use y0 and y1 consistently.
* 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
|
* Improve some documentation commentsVincent Sanders2021-02-261-3/+14
|
* 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-224-279/+360
|
* correct sizeChris Young2021-02-181-1/+1
|
* AMIGA: minor IFF DR2D export changesChris Young2021-02-181-1/+3
| | | | | NULL-terminate name Use more sensible font
* remove stray tab in hts makefile to fix amigaos3 buildVincent Sanders2021-01-171-1/+1
|
* Improve target setup in makefilesVincent Sanders2021-01-179-0/+293
| | | | | split out HOST TARGET and SUBTARGET generation into separate file. split out target(frontend) specific tool settings into separate files.
* add back/forward mouse button processing to GTK frontendVincent Sanders2021-01-022-2/+16
|
* 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
|
* 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
* 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>
* Improve the framebuffer docs a bitVincent Sanders2020-09-181-1/+1
|
* 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-023-1/+5
| | | | Signed-off-by: Zixing Liu <liushuyu@aosc.io>
* resources: add Chinese (Simplified) translationsWeiyi Xu2020-09-023-0/+3
| | | | | | Signed-off-by: Weiyi Xu <xuweiyi0923@gmail.com> Signed-off-by: Zixing Liu <liushuyu@aosc.io> Signed-off-by: Mingcong Bai <jeffbai@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
|
* split tools and utilsVincent Sanders2020-06-271-1/+1
|
* move all the build tools to utilsVincent Sanders2020-06-223-1544/+3
| | | | | move the source and make rules of the convert image and font tools to the utils directory. This puts all the rules for build tools together.
* Framebuffer: Internal font: Fix SW and NW arrow directions.Michael Drake2020-06-221-16/+16
|
* remove perl split-messages tool usageVincent Sanders2020-06-223-12/+13
|
* Amiga: avoid read from NULL pointerChris Young2020-05-261-0/+5
|
* Amiga: Use IANA codeset number to identify local charsetChris Young2020-05-263-6/+19
|
* Amiga: Use codesets.library for UTF8 conversion if availableChris Young2020-05-262-10/+52
|