Changes

#6759 (18-Sep-2024 14:53:20)

  1. Amiga: Remove context help from OS3 options GUI This is firing without — chris / cgit

#6758 (17-Sep-2024 08:46:01)

  1. fix spelling errors in documentation — Vincent Sanders / cgit
  2. improve gtk layout debugging — Vincent Sanders / cgit
  3. expend netsurf options API — Vincent Sanders / cgit

#6757 (10-Sep-2024 22:37:20)

  1. Fix treeview crashing when cursor keys used with no selected node — Vincent Sanders / cgit

#6756 (13-Aug-2024 15:23:27)

  1. Amiga: Fix crash on startup — chris / cgit

#6752 (14-Jun-2024 13:32:21)

  1. Amiga: Correct another instance of the selected search provider not — chris / cgit

#6751 (11-Jun-2024 17:06:11)

  1. Amiga: missed an instance of websearch_idx pointing to the wrong var — chris / cgit

#6750 (11-Jun-2024 17:02:06)

  1. Amiga: Cast data to string — chris / cgit

#6749 (11-Jun-2024 16:48:46)

  1. Amiga: Point to correct websearch_idx var — chris / cgit

#6748 (11-Jun-2024 16:40:22)

  1. Amiga: Fix setting search provider — chris / cgit

#6746 (30-May-2024 09:16:22)

  1. avoid warning about using bitwise operators on booleans — Vincent Sanders / cgit

#6745 (30-May-2024 08:51:32)

  1. Improve browser_window_scroll_at_point_internal — Vincent Sanders / cgit

#6744 (29-May-2024 09:55:30)

  1. nsurl: Use locale agnostic helpers in host validation — dsilvers / cgit

#6743 (29-May-2024 08:52:46)

  1. Update env.sh to install dev packages for various toolkits — Vincent Sanders / cgit

#6741 (27-May-2024 14:30:17)

  1. change web search option to use provider name instead of index — Vincent Sanders / cgit

#6739 (27-May-2024 13:54:20)

  1. html: css: Update to new css_computed_width API — Michael Drake / cgit

#6737 (27-May-2024 13:27:50)

  1. idna: use memcpy not strncpy — dsilvers / cgit

#6735 (27-May-2024 10:20:31)

  1. nsurl: Correctly return non-IDNA hosts — dsilvers / cgit
  2. nsurl: Free host if nomem encountered — dsilvers / cgit
  3. idna: Bounds check during encode/decode — dsilvers / cgit
  4. test: Add nsurl test to cover idna_{en,de}code() — dsilvers / cgit