Skip to content
Snippets Groups Projects
  1. Oct 02, 2024
  2. Sep 13, 2024
  3. Aug 26, 2024
    • keremet's avatar
      xfce-rc: Fix support for the LANGUAGE environment variable · b2a2aee4
      keremet authored and Gaël Bonithon's avatar Gaël Bonithon committed
      When LANGUAGE contained more than one language code and there was a
      translation to the first language in a .desktop file, a translation to
      the second language was returned in the case when the line for the
      second language was above the line for the first one. Now translation
      for the first language is returned regardless of the line order. The
      `entry != NULL` condition is inverted to make the diff smaller and
      reduce the amount of indentation.
      
      Fixes: 3a279d2b
      b2a2aee4
  4. Jun 06, 2024
  5. Jun 04, 2024
  6. May 25, 2024
  7. May 08, 2024
  8. Apr 14, 2024
  9. Apr 01, 2024
  10. Mar 27, 2024
  11. Feb 12, 2024
  12. Feb 05, 2024
  13. Jan 11, 2024
  14. Nov 29, 2023
  15. May 11, 2023
  16. May 10, 2023
  17. May 07, 2023
  18. May 04, 2023
  19. May 02, 2023
  20. Apr 27, 2023
    • Alexander Schwinn's avatar
      Improve checksum calculation (#17) · 1f191708
      Alexander Schwinn authored
      Instead of attempting to read the whole file at once, repeatedly read small chunks of the file and accordingly update the checksum with 'g_checksum_update'. That allows to process files which are bigger than the available memory.
      
      Fixes #17
      MR !36
      1f191708
  21. Apr 17, 2023
  22. Apr 12, 2023
Loading