summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Expand)AuthorAgeFilesLines
...
* RISC OS: Allow text selection in URL bar (RO5.28 onwards)John-Mark Bell2022-09-041-1/+4
* RISC OS: Dragging favicon drag-saves URLMichael Drake2022-08-281-0/+1
* RISC OS: Image: Fix EX0 EY0 plot when avoiding TinctMichael Drake2022-08-251-6/+20
* Amiga: Fix page theme current selectionChris Young2022-08-051-1/+1
* Amiga: Add page theme toggleChris Young2022-08-031-0/+40
* RISC OS: fix awrender glue for EABIJohn-Mark Bell2022-06-051-22/+60
* RISC OS: fix type in awrender_init definition.John-Mark Bell2022-06-031-1/+1
* RISC OS: fix snprintf usageJohn-Mark Bell2022-06-032-2/+4
* RISC OS: fix up use of strncpyJohn-Mark Bell2022-06-034-13/+20
* RISC OS: GCC 10 approved fall-through markersJohn-Mark Bell2022-06-032-1/+2
* Buildsystem: update for new RISC OS toolchainJohn-Mark Bell2022-06-032-10/+44
* RISC OS: use OS CertData resource, if presentJohn-Mark Bell2022-05-272-1/+4
* Fix up size of download URI field in Dutch templatesJohn-Mark Bell2022-05-271-1/+1
* s/http/https/ in user-facing URIsJohn-Mark Bell2022-05-2711-41/+40
* RISC OS: initialise font subsystem after Wimp_InitialiseJohn-Mark Bell2022-05-271-8/+10
* RISC OS: fix up following RUfl API changeJohn-Mark Bell2022-05-271-3/+3
* Amiga: Do not use pre-multiplied alpha with CompositeTags() (ie. OS4 RTG)Chris Young2022-04-012-8/+24
* Amiga: Use ARGB format bitmapsChris Young2022-04-013-28/+10
* GTK: Simplify opaque bitmap handling.Michael Drake2022-03-292-52/+6
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-2910-232/+2
* GTK: Bitmap: Converted bool not needed any more.Michael Drake2022-03-281-1/+0
* GTK: Drop bitmap format logging that's duplicated in the core.Michael Drake2022-03-281-1/+0
* GTK: Get the core to handle premultipled alpha bitmap format.Michael Drake2022-03-282-170/+1
* GTK: Search: Squash implicit declaration of malloc.Michael Drake2022-03-281-0/+1
* GTK: Scaffolding: Squash implicit declaration of malloc, free.Michael Drake2022-03-281-0/+1
* GTK: Misc: Squash strcmp and strdup implicit declaration warnings.Michael Drake2022-03-281-0/+2
* GTK: Set bitmap format to match Cairo format.Michael Drake2022-03-282-12/+47
* RISC OS: Include core bitmap header from RO bitmap header.Michael Drake2022-03-242-1/+2
* RISC OS: Squash unused variable warning.Michael Drake2022-03-241-1/+1
* Bitmap API: Clean up creation flags.Michael Drake2022-03-2419-85/+77
* BeOS: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-27/+0
* Windows: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-15/+0
* RISC OS: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-1/+0
* Monkey: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-6/+0
* GTK: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-18/+0
* Framebuffer: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-15/+0
* Atari: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-16/+0
* Amiga: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-1/+0
* Monkey: Bitmap: Modified flag is not used.Michael Drake2022-03-241-1/+0
* RISC OS: Bitmap modified flag is not used.Michael Drake2022-03-241-1/+0
* BeOS: Drop bitmap get bpp function.Michael Drake2022-03-241-15/+0
* Atari: Drop bitmap get bpp function.Michael Drake2022-03-241-12/+1
* Amiga: Drop bitmap get bpp function.Michael Drake2022-03-241-16/+1
* GTK: Drop bitmap get bpp function.Michael Drake2022-03-241-17/+0
* Framebuffer: Drop bitmap get bpp function.Michael Drake2022-03-241-7/+0
* Monkey: Drop bitmap get bpp function.Michael Drake2022-03-241-7/+0
* Windows: Drop bitmap get bpp function.Michael Drake2022-03-241-6/+0
* RISC OS: Drop bitmap get bpp function.Michael Drake2022-03-241-15/+0
* Amiga: Don't open/close dos.library ourselves on OS3Chris Young2022-01-261-2/+2
* GTK: Add support for word left/right keybindings.Michael Drake2022-01-231-0/+4