1. 21 Jan, 2025 1 commit
  2. 15 Jan, 2025 1 commit
  3. 18 Dec, 2024 1 commit
  4. 19 May, 2023 2 commits
  5. 27 Dec, 2022 1 commit
  6. 21 Oct, 2022 1 commit
  7. 19 Oct, 2022 1 commit
  8. 18 Oct, 2022 2 commits
  9. 30 Sep, 2022 1 commit
  10. 26 Sep, 2022 5 commits
  11. 21 Sep, 2022 1 commit
  12. 23 Apr, 2021 1 commit
  13. 21 Apr, 2021 1 commit
    • Ivan Nikolaev's avatar
      Fix bug in deleting canvases from list · 7feb8747
      Ivan Nikolaev authored
      There was a loop over list of canvases and deleting it. Canvas
      destructor call erasing itself from canvas list. So during the loop
      the iterator became invalidated. The bug came from removing iterator
      based for loop to range based loop with removing some logic. There was
      not comment about this complicated behaivior.
      
      The solution is to copy canvas pointers to temporary buffer and delete
      it thru the loop of temp. buffer. Initial canvas list will auto cleared.
      v1.0.0
      7feb8747
  14. 14 Apr, 2021 4 commits
  15. 17 Mar, 2021 2 commits
  16. 16 Jan, 2020 1 commit
  17. 14 Jan, 2020 1 commit
  18. 21 Dec, 2019 1 commit
  19. 05 Dec, 2019 1 commit
  20. 25 Oct, 2019 1 commit
  21. 30 May, 2018 1 commit
  22. 24 May, 2018 1 commit
  23. 11 Apr, 2018 1 commit
  24. 20 Feb, 2018 2 commits
  25. 12 Dec, 2017 1 commit
  26. 17 Nov, 2017 1 commit
  27. 16 Nov, 2017 2 commits
  28. 15 Nov, 2017 1 commit