summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Amiga: Remove some more #defines not needed with the 3.2 NDKchris/ndk32Chris Young2022-03-161-6/+0
|
* Amiga: should be using VSNPrintfChris Young2022-03-151-1/+1
|
* Amiga: Fix missing Utility/GraphicsBaseChris Young2022-03-152-0/+4
|
* Amiga: add more brackets to placate NewObject()Chris Young2022-03-153-54/+54
|
* Amiga: Fix ASPrintf(). Note this now requires utility.library v47Chris Young2022-03-152-85/+2
|
* Amiga: Th 3.2 NDK does not recognise NewObject unless extra brackets are ↵Chris Young2022-03-1510-557/+549
| | | | added around all the Reaction macros
* AMIGA: Fix some redefined valuesChris Young2022-03-115-8/+9
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/ndk32Chris Young2022-03-115-2/+71
|\
| * 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
* | Amiga: Manually define mc68000 required for NDK3.2 inlinesChris Young2021-08-171-1/+1
| |
* | Revert "Amiga: Fix some undefined references"Chris Young2021-08-152-6/+2
| | | | | | | | This reverts commit 2535d48321b3a40131c5246b3c560bbf95f4bd35.
* | Amiga: Fix some undefined referencesChris Young2021-08-152-2/+6
| |
* | Amiga: switch to using OS3.2's idea of TimeVal/TimeRequestChris Young2021-07-073-22/+22
| |
* | Amiga: remove more defines no longer needed with NDK 3.2Chris Young2021-07-071-6/+0
| |
* | Amiga: fix slab allocator typeChris Young2021-07-071-1/+1
| |
* | Amiga: remove UtilityBase conflictChris Young2021-07-071-2/+0
| |
* | Amiga: diskfont v47 compatibilityChris Young2021-07-061-4/+0
| |
* | Amiga: squash warningsChris Young2021-07-061-5/+7
| |
* | Amiga: TimeVal and TimeRequest are different between OS4 and OS3.2Chris Young2021-07-061-0/+6
| | | | | | | | We are redefining some common words, so may need to rethink this if it causes problems.
* | Amiga: use diskfont v47 API when building for AmigaOS 3Chris Young2021-07-062-19/+2
| |
* | Amiga: remove some unneeded old ReAction compatiblityChris Young2021-07-061-3/+0
| |
* | Amiga: diskfont v47 also contains ObtainCharsetInfo(), although it appears ↵Chris Young2021-07-061-4/+0
| | | | | | | | to be undocumented
* | Amiga: squash warningChris Young2021-07-061-2/+2
| |
* | Amiga: remove compatibility functions that are in diskfont v47Chris Young2021-07-062-150/+0
| | | | | | | | May need to add these back in, force bitmap fonts, or drop compatiblity with OS3.5/9
* | Amiga: squash warningChris Young2021-07-061-1/+1
| |
* | Amiga: remove OS3.9 compatibility codeChris Young2021-07-062-8/+0
| |
* | Amiga: squash warningsChris Young2021-07-061-3/+3
| |
* | Amiga: start removing compatibility code which is no longer needed under 3.2Chris Young2021-07-061-16/+3
|/
* 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
|
* 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
|