summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Collapse)AuthorAgeFilesLines
* Bitmap API: Clean up creation flags.Michael Drake2022-03-245-8/+9
|
* Amiga: Drop bitmap save callback entry; core doesn't use it.Michael Drake2022-03-241-1/+0
|
* Amiga: Drop bitmap get bpp function.Michael Drake2022-03-241-16/+1
|
* 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
* 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
|
* Update version for next development cycleVincent Sanders2020-05-241-1/+1
|
* amiga: Probably support present_cookiesDaniel Silverstone2020-05-234-4/+9
| | | | Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* update resources copyright years and readme version numbersVincent Sanders2020-05-232-4/+4
|
* Amiga: fix an issue where the page info icon was not updating correctlyChris Young2020-05-231-47/+51
|
* Amiga: make page info borderlessChris Young2020-05-231-10/+12
|
* Amiga: make page info close when window goes inactiveChris Young2020-05-231-2/+6
|
* Amiga: position page info window under page info buttonChris Young2020-05-223-8/+26
|
* Amiga: simplify page info GUI, add close gadgetChris Young2020-05-221-23/+9
|
* Amiga: Add page info windowChris Young2020-05-224-3/+323
| | | | Currently untested but builds OK
* chore: Perform sslcert_viewer-ectomyDaniel Silverstone2020-05-224-414/+1
| | | | | | | | | | | This removes the sslcert_viewer entirely from the code. Where possible I've also trimmed out of frontends any code I think should not be present. Frontends should check and remove any further references that I have failed to catch. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+13
|
* improve content header usageVincent Sanders2020-05-076-0/+9
|
* AmiSSL implies OpenSSLChris Young2020-03-061-1/+1
|
* Mod os3support files so file.c buildsChris Young2020-03-062-1/+11
|
* missed a certificate change on amiga frontendVincent Sanders2020-02-231-4/+3
|
* fix windows and amiga frontends to cope with certificate chain changesVincent Sanders2020-02-231-2/+2
|
* fix frontends to cope with certificate chain updateVincent Sanders2020-02-231-3/+2
|
* Core window: Constify the core_window handle through the getters.Michael Drake2020-02-221-2/+3
|
* Amiga: Try removing unused minimum GIF delay option.Michael Drake2020-02-211-34/+1
|
* Add page info icon to Amiga frontendChris Young2019-12-083-0/+125
|
* remove warning callback from miscelaneous function tableVincent Sanders2019-11-111-1/+0
|
* add miscellaneous event to browser window callback tableVincent Sanders2019-08-201-6/+43
| | | | | | | | | | | | extend the browser window callback table with a miscallaneous event entry. This is used to replace all browser window callbacks which take no parameters. This reduces the API surface from seven separate calls to a single call with an enumeration which may be readily extended. The initial implementation in the frontends simply calls the original implementations to reduce scope for errors.
* remove login window from amiga frontendVincent Sanders2019-08-144-330/+1
|
* Amiga: DebugPrintF is OS4-onlyChris Young2019-08-101-0/+2
|