summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-2431-112/+107
* Include: Bitmap: Remove unused save callback.Michael Drake2022-03-241-9/+0
* 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
* GUI: Bitmap save callback was never required.Michael Drake2022-03-241-4/+0
* Include: Bitmap: Modified flag isn't used.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
* Include: Bitmap: Fix comment typo.Michael Drake2022-03-241-1/+1
* Include: Bitmap: Drop get_bpp from bitmap operation table.Michael Drake2022-03-241-7/+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
* GUI: Bitmap bytes per pixel callback is not required now.Michael Drake2022-03-241-4/+0
* Image: ICO: Update for new libnsbmp API.Michael Drake2022-03-241-1/+0
* Image: BMP: Update for new libnsbmp API.Michael Drake2022-03-241-3/+1
* PNG: Bytes per pixel is always 4.Michael Drake2022-03-241-1/+1
* GIF: Update to new libnsgif API.Michael Drake2022-03-231-1/+2
* GIF: Tolerate errors during scan if at least one frame.Michael Drake2022-03-031-5/+9
* GIF: Update to latest libnsgif API.Michael Drake2022-02-261-206/+160
* 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
* textarea: always clear selection on NS_KEY_WORD_{LEFT,RIGHT}Pranjal Kole2022-01-231-6/+8
* GTK: Add support for word delete left/right.Michael Drake2022-01-221-0/+4
* textarea: implement NS_KEY_DELETE_WORD_{LEFT,RIGHT}Pranjal Kole2022-01-222-6/+95
* Amiga: Add ARexx scripts to play videos via YTChris Young2021-12-173-0/+61
* Update ca-bundleChris Young2021-10-041-673/+361
* CSS: Selection callbacks: Update to latest LibDOM API.Michael Drake2021-07-051-0/+3
* Revert "Amiga: do not force 32-bit bitmaps"Chris Young2021-06-286-13/+14
* Amiga: do not force 32-bit bitmapsChris Young2021-06-286-14/+13
* Amiga: report correct depthChris Young2021-06-281-3/+0
* AMIGA: Use RTG calls on OS3Chris Young2021-06-281-10/+7
* 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
* 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