Changes

#530 (19-Mar-2024 01:32:00)

  1. fetchers: drop support for ancient OpenSSL — John-Mark Bell / cgit
  2. RISC OS: use modern fallthrough mechanism — John-Mark Bell / cgit
  3. RISC OS: optimisations for UTF-8<->local encoding — John-Mark Bell / cgit
  4. Fetch/curl: expose socket open/close via fetch vtable — John-Mark Bell / cgit
  5. Socket: fix win32/aos3 build — John-Mark Bell / cgit
  6. Socket: more fixes for win32/aos3 — John-Mark Bell / cgit
  7. Socket: avoid warning on aos3 — John-Mark Bell / cgit
  8. RISC OS: add SocketWatch module to distribution — John-Mark Bell / cgit
  9. RISC OS: use SocketWatch for socket activity — John-Mark Bell / cgit
  10. fix gcov flushing in assert exit — Vincent Sanders / cgit

#529 (12-Mar-2024 01:32:00)

  1. fix c library API flags for freebsd when building GTK — Vincent Sanders / cgit
  2. avoid increased alignment warning — Vincent Sanders / cgit
  3. use attributes to indicate switch fall through instead of comments — Vincent Sanders / cgit
  4. Cookie/History/Hotlist: locale-aware time formatting — John-Mark Bell / cgit
  5. Cookie/History/Hotlist: use localtime() — John-Mark Bell / cgit
  6. resolve missing fall through annotations — Vincent Sanders / cgit
  7. another missed fallthrough — Vincent Sanders / cgit

#528 (05-Mar-2024 01:32:00)

  1. move build tool selection into separate makefile fragment — Vincent Sanders / cgit
  2. fix parameters on log function definitions — Vincent Sanders / cgit
  3. fix gtk frontend download destroy function definition — Vincent Sanders / cgit
  4. resolve warnings in windows frontend — Vincent Sanders / cgit
  5. width variable is only required with misconfigured libjpeg — Vincent Sanders / cgit
  6. res variable could possibly be used without being set — Vincent Sanders / cgit
  7. FatMessages: Improve french translation — Vincent Sanders / cgit
  8. Resources: Add french static files — Vincent Sanders / cgit

#527 (27-Feb-2024 01:32:00)

  1. Do not crash if radio form has no name attribute — Vincent Sanders / cgit
  2. HTML/forms: fix radio button group handling — John-Mark Bell / cgit

#526 (20-Feb-2024 01:32:00)

  1. Checked and modified search engines list; business.com - the search — chris / cgit

#525 (13-Feb-2024 01:32:00)

  1. fetchers: drop support for ancient OpenSSL — John-Mark Bell / cgit
  2. Revert "fetchers: drop support for ancient OpenSSL" — John-Mark Bell / cgit

#524 (06-Feb-2024 01:32:00)

  1. fetchers/curl: modernise TLS 1.2 cipher suites — John-Mark Bell / cgit

#523 (30-Jan-2024 01:32:00)

  1. Amiga: Ensure menu reflects options GUI For CSS setting — chris / cgit

#522 (23-Jan-2024 01:32:00)

  1. HSTS: propagate enabled state for HTTPS URLs, too — John-Mark Bell / cgit

#521 (16-Jan-2024 01:32:00)

  1. AmigaOS3: Disable backing store by default It doesn't work on OS3, lots — chris / cgit
  2. AmigaOS3: Revert disable backing store For some reason this isn't — chris / cgit
  3. Amiga: Ensure font kerning matches for width and plotting — chris / cgit
  4. Amiga: Add "Enable CSS" to Prefs=>Advanced=>Misc — chris / cgit

#520 (09-Jan-2024 01:32:00)

  1. Amiga: Add "Enable CSS" item to the Browser menu This allows for a quick — chris / cgit
  2. Amiga: Update netsurf_os3.readme requirements Now needs AmiSSL 5.13, and — chris / cgit
  3. Amiga: Avoid double free of diskfont — chris / cgit
  4. Update copyright year — Vincent Sanders / cgit
  5. remove completely unused box pointer — Vincent Sanders / cgit
  6. remove pointless box structure — Vincent Sanders / cgit

#519 (02-Jan-2024 01:32:00)

  1. Update copyright years and version numbers — Vincent Sanders / cgit
  2. Update version files for release — Vincent Sanders / cgit
  3. Update version for next development cycle — Vincent Sanders / cgit

#518 (26-Dec-2023 01:32:00)

  1. RISC OS: update distribution ReadMe — John-Mark Bell / cgit
  2. RISC OS: resync !Unicode resource with ROOL — John-Mark Bell / cgit
  3. RISC OS: expose !Cache licensing more obviously — John-Mark Bell / cgit
  4. RISC OS: switch to AcornURI from ROOL — John-Mark Bell / cgit
  5. RISC OS: update Iconv licensing information — John-Mark Bell / cgit
  6. RISC OS: s/Freenode/libera.chat/ in Help files — John-Mark Bell / cgit
  7. Update root CA bundle — John-Mark Bell / cgit
  8. RISC OS: use https in help links — John-Mark Bell / cgit
  9. RISC OS: use https in Obey files — John-Mark Bell / cgit
  10. RISC OS: use https in distribution ReadMe — John-Mark Bell / cgit
  11. RISC OS: update Acorn universal boot URLs — John-Mark Bell / cgit
  12. content/textplain: fix U+FFFD encoding — John-Mark Bell / cgit

#517 (19-Dec-2023 01:32:00)

  1. Remove use of depricated API after libcurl 7.56 — Vincent Sanders / cgit
  2. Resolve progress function deprication in curl later than 7.32.0 — Vincent Sanders / cgit
  3. Attempt to fix maybe uninitialised error — Vincent Sanders / cgit
  4. Fix use of uninitialised code variable in error reporting — Vincent Sanders / cgit
  5. Fix corestring test — Vincent Sanders / cgit

#515 (05-Dec-2023 01:32:00)

  1. Ensure the current scaffold remains valid — Vincent Sanders / cgit
  2. css: Add option to ignore author level CSS — Michael Drake / cgit
  3. html: layout: Ensure all object types are reflowed if appropriate — Michael Drake / cgit
  4. css: Fix blocking of presentational hints for author_level_css=0 — Michael Drake / cgit
  5. tests: Add author_level_css to list of all options — Michael Drake / cgit
  6. html: css: Minor code style fix — Michael Drake / cgit
  7. html: Avoid fetching (and decoding) linked stylesheets — Michael Drake / cgit
  8. html: Avoid processing STYLE elements if author_level_css disabled — Michael Drake / cgit
  9. html: css: Remove redundant origin filtering for author_level_css — Michael Drake / cgit
  10. RISC OS: Remove last vestiges of plugin support — Michael Drake / cgit
  11. RISC OS: Add "Disable CSS" option to content choices UI — Michael Drake / cgit
  12. Implement simple jpeg xl image handler — Michael Drake / cgit
  13. avoid the unecessary callback API — Michael Drake / cgit
  14. Makefile: Set libjxl to AUTO — Michael Drake / cgit
  15. jpegxl: Designated initialiser for output format struct — Michael Drake / cgit
  16. jpegxl: Tell libjxl to decode unpremultiply alpha if needed — Michael Drake / cgit
  17. jpegxl: Ensure decoded bitmap format is converted to front end format — Michael Drake / cgit

#5 (04-Apr-2014 11:09:24)

  1. Fix cppcheck bufferAccessOutOfBounds — chris / cgit
  2. Fix cppcheck syntaxError — chris / cgit
  3. Fix cppcheck nullPointer — chris / cgit
  4. Fix cppcheck syntaxError — chris / cgit
  5. Fix cppcheck nullPointer — chris / cgit