Skip to content
Snippets Groups Projects
  1. Feb 11, 2025
  2. Sep 06, 2024
  3. Sep 04, 2024
  4. Aug 27, 2024
    • Gaël Bonithon's avatar
      prefs: Add radio buttons to correct group · 6d971cb1
      Gaël Bonithon authored
      The GSList head changes when buttons are added to the group, so it
      should not be used that way. This avoids a segfault when closing the
      prefs dialog:
      
      Program terminated with signal SIGSEGV, Segmentation fault.
      #0  gtk_radio_button_destroy (widget=0x5a4874b6d730) at ../gtk/gtk/gtkradiobutton.c:609
      609	      tmp_button->priv->group = priv->group;
      6d971cb1
  5. Jun 06, 2024
  6. Nov 16, 2023
    • Klemens Nanni's avatar
      treat DICT server port property as string not integer · a8e600e9
      Klemens Nanni authored
      For getaddrinfo(3).  There should be no user action required, the
      settings GUI still defaults to 2628 as port.
      
      Technically, one can now specify "dict" as port, assuming a respective
      services(5) entry points to, e.g. 2628/tcp.
      a8e600e9
  7. Nov 12, 2023
    • Klemens Nanni's avatar
      Use getaddrinfo(3) to support IPv6 DICT servers · 0331de25
      Klemens Nanni authored
      Replace harcoded AF_INET/old-style gethostnyname(3) with its modern,
      address-family agnostic replacement.
      
      Now all of "dict.org", "127.0.0.1", "::1" and "localhost" just work.
      
      getaddrinfo(3) takes both host and service/port as string, so a follow-up
      commit will deal with the internal int -> char* conversion.
      0331de25
  8. Apr 22, 2023
  9. Apr 21, 2023
  10. Dec 31, 2022
  11. Feb 14, 2022
  12. Jan 21, 2022
  13. Nov 11, 2021
  14. Nov 09, 2021
  15. Dec 13, 2020
  16. Dec 04, 2020
  17. Oct 15, 2020
  18. Oct 01, 2020
  19. Sep 21, 2020
  20. Oct 04, 2019
  21. Aug 02, 2019
  22. Jun 09, 2019
  23. Dec 13, 2018
  24. Nov 19, 2018
  25. Jun 01, 2018
  26. May 26, 2018
  27. Jun 12, 2017
Loading