Skip to content
  1. Dec 28, 2017
  2. Dec 27, 2017
  3. Dec 09, 2017
  4. Dec 07, 2017
  5. Dec 04, 2017
  6. Nov 07, 2017
  7. Nov 04, 2017
  8. Nov 01, 2017
  9. Oct 31, 2017
  10. Oct 29, 2017
  11. Oct 16, 2017
  12. Oct 07, 2017
  13. Oct 03, 2017
  14. Oct 02, 2017
  15. Sep 26, 2017
    • derf's avatar
      Merge pull request #331 from zeising/zeising-silence-warnings · faf94a3a
      derf authored
      silence comple warnings and fix previous dead code
      faf94a3a
    • Niclas Zeising's avatar
      Fix dead code · f49f0879
      Niclas Zeising authored
      The check if buffer == NULL is always false, since buffer is an
      autoamtic variable allocated when entering the function.  What we
      instead want to do is to check if the string is empty after the call to
      exif_get_info(), since that means we could not read any exif
      information.
      When the code once more is enabled, I discovered that we need to copy
      the information string into info_buf as well as into  buffer, since it
      is the former that is used to print the exif information on top of the
      picture.  Without this change, imlib warns about trying to write NULL
      strings.
      f49f0879
    • Niclas Zeising's avatar
      Remove unused variable · 9b4341e1
      Niclas Zeising authored
      9b4341e1
  16. Sep 24, 2017
  17. Sep 16, 2017
  18. Sep 15, 2017
  19. Sep 13, 2017
  20. Sep 07, 2017
  21. Sep 06, 2017