1. 18 Oct, 2017 1 commit
  2. 31 Aug, 2017 2 commits
  3. 23 Aug, 2017 1 commit
  4. 25 Jul, 2017 1 commit
  5. 28 Oct, 2016 1 commit
    • Pavel Rojtberg's avatar
      highgui: add property WND_PROP_VISIBLE · 358ec044
      Pavel Rojtberg authored
      checks whether the window exists and is visible. On QT closing a window
      merley hides it, so the common hack for checking whether a window exists
      
      exists = cv2.getWindowProperty(.., 0) >= 0
      
      does not work.
      358ec044
  6. 14 Oct, 2016 1 commit
    • Pavel Rojtberg's avatar
      fix BGR <> RGB swap · a37a6bd7
      Pavel Rojtberg authored
      we are drawing on a BGR image declared as RGB, so we should not swap
      components here either.
      a37a6bd7
  7. 18 Aug, 2016 1 commit
  8. 17 Aug, 2016 1 commit
  9. 27 Jul, 2016 1 commit
  10. 23 Jul, 2016 1 commit
  11. 21 Jul, 2016 1 commit
  12. 15 Jul, 2016 1 commit
  13. 05 Jul, 2016 1 commit
  14. 24 Jun, 2016 1 commit
  15. 23 Oct, 2015 1 commit
  16. 19 Oct, 2015 1 commit
  17. 17 Jul, 2015 1 commit
  18. 25 Apr, 2015 3 commits
  19. 19 Mar, 2015 1 commit
  20. 18 Mar, 2015 1 commit
  21. 06 Mar, 2015 1 commit
  22. 16 Jan, 2015 1 commit
  23. 06 Dec, 2014 2 commits
  24. 18 Nov, 2014 1 commit
  25. 09 Sep, 2014 1 commit
  26. 07 Sep, 2014 2 commits
  27. 06 Aug, 2014 1 commit
    • Björn Wöldecke's avatar
      fix misinterpretation of empty window name · f3aa4bdf
      Björn Wöldecke authored
      The documentation states, that a NULL or an empty window name can be used
      to refer to the control panel. But the string parameters of the C++ frontend
      methods cannot be NULL and converting an empty string to a const char* by
      c_str() doesn't produce a NULL pointer, but an empty string. Unfortunately,
      the const char* pointer is just passed on to the standard C functions in
      the QT backend, which doesn't check for the empty string case.
      
      There are two places where the empty string check could have been introduced:
      inside the frontend or inside the backend. As long as the documentation only
      mentions this as a special case for the QT backend, the best place seems to
      be there.
      f3aa4bdf
  28. 05 Aug, 2014 1 commit
  29. 04 Mar, 2014 1 commit
  30. 16 Sep, 2013 1 commit
  31. 21 Aug, 2013 1 commit
  32. 19 Jun, 2013 1 commit
  33. 06 Jun, 2013 2 commits
  34. 01 Apr, 2013 1 commit