summaryrefslogtreecommitdiff
path: root/frontends/amiga
Commit message (Expand)AuthorAgeFilesLines
* Amiga: Ensure menu reflects options GUIChris Young2024-01-231-0/+2
* Amiga: Add "Enable CSS" to Prefs=>Advanced=>MiscChris Young2024-01-151-1/+16
* Amiga: Ensure font kerning matches for width and plottingChris Young2024-01-151-2/+5
* AmigaOS3: Revert disable backing storeChris Young2024-01-151-1/+1
* AmigaOS3: Disable backing store by defaultChris Young2024-01-091-0/+1
* Amiga: Avoid double free of diskfontChris Young2024-01-041-3/+13
* Amiga: Update netsurf_os3.readme requirementsChris Young2024-01-041-3/+3
* Amiga: Add "Enable CSS" item to the Browser menuChris Young2024-01-032-3/+33
* Update version for next development cycleVincent Sanders2023-12-281-1/+1
* Update copyright years and version numbersVincent Sanders2023-12-282-4/+4
* BuildSystem: make package step depend on POSTEXESJohn-Mark Bell2022-11-031-1/+1
* Amiga: Fix page theme current selectionChris Young2022-08-051-1/+1
* Amiga: Add page theme toggleChris Young2022-08-031-0/+40
* s/http/https/ in user-facing URIsJohn-Mark Bell2022-05-271-1/+1
* Amiga: Do not use pre-multiplied alpha with CompositeTags() (ie. OS4 RTG)Chris Young2022-04-012-8/+24
* Amiga: Use ARGB format bitmapsChris Young2022-04-013-28/+10
* Bitmap: Implement test_opaque in core instead of in every frontend.Michael Drake2022-03-293-30/+2
* 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
* Amiga: Add ARexx scripts to play videos via YTChris Young2021-12-173-0/+61
* 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
* Amiga: BitMap always alloced with the ami_rtg_ function, so should be freed w...Chris Young2021-05-171-5/+1
* 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
* Improve target setup in makefilesVincent Sanders2021-01-171-0/+21
* Add missing includeChris Young2020-10-094-0/+6
* Cache codesets structure ourselvesChris Young2020-10-091-6/+20
* 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
* 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
* 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