summaryrefslogtreecommitdiff
path: root/frontends/amiga
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-114-2/+63
|\
| * Amiga: Don't open/close dos.library ourselves on OS3Chris Young2022-01-261-2/+2
| | | | | | | | Suspect this is the cause of crash on exit
| * 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
* Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed ↵Chris Young2021-05-171-5/+1
| | | | with it too.
* 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
|
* 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
* Improve target setup in makefilesVincent Sanders2021-01-171-0/+21
| | | | | split out HOST TARGET and SUBTARGET generation into separate file. split out target(frontend) specific tool settings into separate files.
* 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
* 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
|
* Amiga: correct schedule parameterChris Young2020-05-251-1/+1
|
* Amiga: avoid use after freeChris Young2020-05-251-3/+3
| | | | Use the scheduler to trigger page info close as that does not allow the same event to be in the queue multiple times
* fix warnings in amiga stringviewVincent Sanders2020-05-251-2/+2
|
* fix incorrect content handler function table operations return typesVincent Sanders2020-05-253-15/+15
|
* make browser_window_update internal to browser window as intendedVincent Sanders2020-05-251-128/+139
|
* Amiga: try to guard against page info window being destroyed twiceChris Young2020-05-251-3/+7
|