summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Cairo format is native endian 0xAARRGGBB.
* RISC OS: Include core bitmap header from RO bitmap header.Michael Drake2022-03-242-1/+2
| | | | Squash warnings about enum declared inside parameter list.
* 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
| | | | Suspect this is the cause of crash on exit
* GTK: Add support for word left/right keybindings.Michael Drake2022-01-231-0/+4
|
* GTK: Add support for word delete left/right.Michael Drake2022-01-221-0/+4
| | | | These are ctrl+delete and ctrl+backspace.
* Amiga: Add ARexx scripts to play videos via YTChris Young2021-12-173-0/+61
| | | | Credit: Chris Handley
* Revert "Amiga: do not force 32-bit bitmaps"Chris Young2021-06-286-13/+14
| | | | This reverts commit 793f514220c15c6bb1b0db31bf0b6d0cfea0fc7b.
* Amiga: do not force 32-bit bitmapsChris Young2021-06-286-14/+13
| | | | This appears to be unnecessary
* 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
|