1. 08 Jun, 2016 1 commit
  2. 24 May, 2016 2 commits
  3. 17 May, 2016 1 commit
  4. 16 May, 2016 1 commit
  5. 15 May, 2016 1 commit
  6. 14 May, 2016 2 commits
  7. 03 May, 2016 1 commit
  8. 10 Apr, 2016 1 commit
  9. 27 Mar, 2016 1 commit
  10. 25 Mar, 2016 1 commit
  11. 14 Dec, 2015 5 commits
  12. 10 Dec, 2015 1 commit
  13. 07 Dec, 2015 1 commit
  14. 03 Dec, 2015 1 commit
  15. 02 Dec, 2015 1 commit
  16. 11 Nov, 2015 1 commit
  17. 03 Nov, 2015 1 commit
  18. 23 Oct, 2015 1 commit
  19. 19 Oct, 2015 1 commit
  20. 08 Oct, 2015 3 commits
  21. 07 Oct, 2015 1 commit
  22. 05 Oct, 2015 1 commit
  23. 29 Sep, 2015 3 commits
  24. 28 Sep, 2015 1 commit
  25. 26 Sep, 2015 3 commits
  26. 24 Aug, 2015 1 commit
  27. 22 Aug, 2015 2 commits
    • Anatol Pomozov's avatar
      The newest libpng update (1.6.2) has stricter rules about iCCP and will print... · 08280426
      Anatol Pomozov authored
      The newest libpng update (1.6.2) has stricter rules about iCCP and will print this warning every time it finds a png that is broken.
      
      Fix the warning with imagemagicks 'convert -strip' tool.
      08280426
    • Anatol Pomozov's avatar
      Fix compilation error found at Linux Arch · a7cc4fd8
      Anatol Pomozov authored
      /home/anatol/sources/archpackages/dsview-git/src/DSView/DSView/pv/data/decode/annotation.cpp: In constructor ‘pv::data::decode::Annotation::Annotation(const srd_proto_data*)’:
      /home/anatol/sources/archpackages/dsview-git/src/DSView/DSView/pv/data/decode/annotation.cpp:43:17: error: ‘const struct srd_proto_data_annotation’ has no member named ‘ann_class’
        _format = pda->ann_class;
      a7cc4fd8