Skip to content
Snippets Groups Projects
  1. Nov 16, 2023
  2. 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.
      Verified
      0331de25
  3. Jun 06, 2023
    • newhoa's avatar
      Add icons at missing sizes, clean up SVG metadata · 06cb3019
      newhoa authored
      Adds app icon at 64px, 96px. This should give a
      cleaner look in system menus like App Finder, Whisker Menu.
      
      Removes export path strings from SVGs, metadata which Inkscape added on export.
      
      Note:
      Inkscape recently changed to save export paths as relative
      paths so this shouldn't be an issue in the future.
      06cb3019
  4. Apr 22, 2023
Loading