summaryrefslogtreecommitdiff
path: root/frontends
Commit message (Collapse)AuthorAgeFilesLines
* Revert "RISC OS: add SocketWatch module to distribution"HEADmasterJohn-Mark Bell2024-04-097-1088/+0
| | | | This reverts commit 98b3d3c191fe9097cd4b8d67060aebcea095a85d.
* Revert "RISC OS: use SocketWatch for socket activity"John-Mark Bell2024-04-092-177/+30
| | | | This reverts commit 9e4f598b7b2f6f92304f5f9e4ed359e7905b37a9.
* RISC OS: use SocketWatch for socket activityJohn-Mark Bell2024-03-142-30/+177
| | | | | | | | | | Use SocketWatch to monitor our sockets and convert activity into a pollword update. This allows us to ditch the schedule-based fetch path and take the same one as we do on other platforms. This also allows us to refactor the main poll loop such that we need only poll idle while waiting for things to happen (once something has happened, we poll aggressively until there are no non-pollword events left).
* RISC OS: add SocketWatch module to distributionJohn-Mark Bell2024-03-147-0/+1088
|
* RISC OS: optimisations for UTF-8<->local encodingJohn-Mark Bell2024-03-131-96/+123
|
* RISC OS: use modern fallthrough mechanismJohn-Mark Bell2024-03-133-3/+5
|
* another missed fallthroughVincent Sanders2024-03-061-1/+1
|
* resolve missing fall through annotationsVincent Sanders2024-03-061-4/+9
|
* use attributes to indicate switch fall through instead of commentsVincent Sanders2024-03-054-4/+7
|
* fix c library API flags for freebsd when building GTKVincent Sanders2024-03-051-2/+8
|
* Resources: Add french static filesÉtienne Deparis2024-03-014-0/+6
|
* resolve warnings in windows frontendVincent Sanders2024-02-273-1/+3
|
* fix gtk frontend download destroy function definitionVincent Sanders2024-02-271-1/+1
|
* Amiga: Ensure menu reflects options GUIChris Young2024-01-231-0/+2
| | | | For CSS setting
* 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
| | | | For some reason this isn't finding the llcache_table
* AmigaOS3: Disable backing store by defaultChris Young2024-01-091-0/+1
| | | | It doesn't work on OS3, lots of write failed errors
* remove completely unused box pointerVincent Sanders2024-01-081-1/+0
|
* Amiga: Avoid double free of diskfontChris Young2024-01-041-3/+13
|
* Amiga: Update netsurf_os3.readme requirementsChris Young2024-01-041-3/+3
| | | | Now needs AmiSSL 5.13, and works on OS3.2/3.5/3.9
* Amiga: Add "Enable CSS" item to the Browser menuChris Young2024-01-032-3/+33
| | | | | This allows for a quick toggle of CSS next to the similar JS option Enable CSS has not yet been added to the full prefs GUI
* Update version for next development cycleVincent Sanders2023-12-281-1/+1
|
* Update copyright years and version numbersVincent Sanders2023-12-283-5/+5
|
* RISC OS: update Acorn universal boot URLsJohn-Mark Bell2023-12-202-3/+3
| | | | | | | riscos.com reorganised years ago. Follow this reorganisation (although it may be more sensible to stop pointing at this abandonware and suggest using the RISC OS Open universal boot, instead).
* RISC OS: use https in distribution ReadMeJohn-Mark Bell2023-12-202-2/+2
|
* RISC OS: use https in Obey filesJohn-Mark Bell2023-12-192-4/+2
| | | | | Also remove dead link to iyonix.com: the relevant information is apparently now in Issue 3 of the Style Guide.
* RISC OS: use https in help linksJohn-Mark Bell2023-12-192-6/+6
|
* RISC OS: s/Freenode/libera.chat/ in Help filesJohn-Mark Bell2023-12-192-2/+2
|
* RISC OS: update Iconv licensing informationJohn-Mark Bell2023-12-194-19/+825
|
* RISC OS: switch to AcornURI from ROOLJohn-Mark Bell2023-12-195-539/+225
| | | | | | | This is the version of the module provided by ROOL in their universal HardDisc images. It is long past time to retire the cleanroom reimplementation we used to provide (which is no longer actively maintained).
* RISC OS: expose !Cache licensing more obviouslyJohn-Mark Bell2023-12-192-0/+21
| | | | Also, point at the appropriate origin for this component.
* RISC OS: resync !Unicode resource with ROOLJohn-Mark Bell2023-12-1985-3/+14292
| | | | | | This resyncs the !Unicode resource with the latest version provided by ROOL. Additionally, we place the full copyright information into the 3rdParty tree.
* RISC OS: update distribution ReadMeJohn-Mark Bell2023-12-198-27/+12
| | | | | | | | | | | * Point at ROOL Universal HardDisc4 * Shuffle origin information into 3rdParty tree Note that the origin for ARMEABISupport is approximate: at the time of writing, the pre-built version available there is 1.03, but we require 1.04 or later (sources for which are part of GCCSDK in the usual way). We expect that an updated release binary will eventually be published there, so this will do.
* Implement simple jpeg xl image handlerVincent Sanders2023-11-261-0/+1
|
* RISC OS: Add "Disable CSS" option to content choices UIMichael Drake2023-11-265-15/+15
|
* RISC OS: Remove last vestiges of plugin supportMichael Drake2023-11-264-78/+0
|
* Ensure the current scaffold remains validVincent Sanders2023-11-251-0/+12
| | | | | | When a scaffold was being destroyed the currently selected scaffold could become a reference to a destroyed object. This would result in crashes subsequently when the current scaffold was referenced. The change is simply to ensure the selected scaffold is changed to something valid during destruction.
* arm-riscos-gnueabi: require SharedULib 1.16John-Mark Bell2023-03-061-1/+1
|
* RISC OS: add ARMEABISupport 1.05John-Mark Bell2023-03-062-0/+20
|
* RISC OS: update SharedULib to 1.16John-Mark Bell2023-03-062-8/+7
|
* gtk: Don't try to make zero-size bitmapsMichael Drake2023-01-241-0/+4
| | | | | Fixes complete failure to render wikipedia and the register when built against rsvg.
* add rsvg image decoder that uses the new APIVincent Sanders2022-11-271-0/+2
|
* RISC OS: conditionally demand ARMEABISupport in !RunJohn-Mark Bell2022-11-033-0/+9
| | | | | | | Will only be enabled if an EABI-aware compiler is used to build the code. At some point, a suitable copy of ARMEABISupport needs adding to the supplied !System.400.Modules along with licensing information in the 3rdParty directory.
* RISC OS: generate unwind tables for EABI buildsJohn-Mark Bell2022-11-031-0/+3
|
* BuildSystem: make package step depend on POSTEXESJohn-Mark Bell2022-11-035-5/+5
| | | | | The POSTEXE stages might add more stuff to the package contents, so ensure they have completed before starting to package things up.
* Buildsystem: support arm-riscos-gnueabiJohn-Mark Bell2022-11-031-14/+26
|
* gtk: toolbar: Handle snprintf errorMichael Drake2022-10-231-1/+8
|
* gtk: pixbuf creation: Avoid int overflow before size_t conversionMichael Drake2022-10-231-1/+1
|
* RISC OS: Image: Don't override sprite mode for opaque plot typeMichael Drake2022-10-051-5/+8
| | | | | | This fixes local history thumbnails, which are opaque, when plotted on a version of RISC OS that supports alpha sprites, and Tinct is being avoided.