1. 15 Jun, 2015 1 commit
  2. 23 Dec, 2014 1 commit
  3. 06 Dec, 2014 1 commit
  4. 18 Nov, 2014 1 commit
  5. 13 Apr, 2014 1 commit
    • Tony's avatar
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 16383412
      Tony authored
      specific code. As a result of this, HAVE_GTK3 no longer needs to be
      exposed.
      
      The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the
      method used by HAVE_QT and HAVE_QT5.
       On branch gtk3
       Changes to be committed:
              modified:   CMakeLists.txt
              modified:   cmake/OpenCVFindLibsGUI.cmake
              modified:   cmake/templates/cvconfig.h.in
              modified:   modules/highgui/src/window.cpp
              modified:   modules/highgui/src/window_gtk.cpp
      16383412
  6. 31 Mar, 2014 1 commit
    • Tony's avatar
      Use GTK_VERSION_MAJOR to switch between GTK+ version two and three · 7f671406
      Tony authored
      specific code. As a result of this, HAVE_GTK3 no longer needs to be
      exposed.
      
      The use of HAVE_GTK, and HAVE_ GTK3 have been changed to mirror the
      method used by HAVE_QT and HAVE_QT5.
       On branch gtk3
       Changes to be committed:
              modified:   CMakeLists.txt
              modified:   cmake/OpenCVFindLibsGUI.cmake
              modified:   cmake/templates/cvconfig.h.in
              modified:   modules/highgui/src/window.cpp
              modified:   modules/highgui/src/window_gtk.cpp
      7f671406
  7. 14 Jan, 2014 1 commit
  8. 09 Oct, 2013 1 commit
    • Tony's avatar
      Code cleanup · d4df3739
      Tony authored
      Remove redundent #if defs from code
      d4df3739
  9. 02 Oct, 2013 1 commit
    • Tony's avatar
      These changes introduce Gtk3 support into the highgui module. · 81d6842b
      Tony authored
      A new option WITH_GTK3 has been added to the cmake configure system to enable compilation under Gtk version 3.The flag HAVE_GTK3 is also introduced to select the new Gtk3 code in the source files. (Gtk2 is disbled when Gtk3 is selected).
      
      window_gtk.cpp has been modified to remove obsolete (and deleted from libgtk 3) and introduce new Gtk3 code in its place when compiled for Gtk3.
      
      To compile for Gtk2, disable WITH_GTK3 in cmake. To build for Gtk3 both WITH_GTK and WITH_GTK3 must be selected.
      81d6842b
  10. 10 Jun, 2013 1 commit
  11. 20 May, 2013 2 commits
  12. 08 Apr, 2013 1 commit
  13. 27 Mar, 2013 1 commit
  14. 22 Mar, 2013 2 commits
  15. 20 Mar, 2013 1 commit
  16. 13 Mar, 2013 2 commits
  17. 12 Mar, 2013 1 commit
  18. 25 Feb, 2013 1 commit
  19. 21 Feb, 2013 1 commit
  20. 19 Feb, 2013 1 commit
    • Vladislav Vinogradov's avatar
      updated OpenGL functionality: · e06c3ec7
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      * added Access parameter to GlBuffer::mapHost
      * added autoRelease parameter to all create methods
      e06c3ec7
  21. 30 Nov, 2012 1 commit
    • Vladislav Vinogradov's avatar
      refactored opengl functionality · 08fbf667
      Vladislav Vinogradov authored
      * removed OpenGLFuncTab, now extensions are loaded internally
      * renamed GlTexture -> GlTexture2D
      * added support of GlBuffer and GlTexture2D to InputArray/OutputArray
      * added ELEMENT_ARRAY_BUFFER and PIXEL_PACK_BUFFER targets
      * added copyFrom/copyTo method for GlBuffer and GlTexture2D
      * removed GlFont
      * removed pointCloudShow
      * removed OpenGLCleanCallback
      08fbf667
  22. 09 Nov, 2012 1 commit
  23. 17 Oct, 2012 2 commits
  24. 02 Jul, 2012 1 commit
  25. 01 Jul, 2012 1 commit
  26. 29 Jun, 2012 2 commits
  27. 28 Jun, 2012 1 commit
  28. 20 Jun, 2012 1 commit
  29. 15 Jun, 2012 1 commit
  30. 08 Jun, 2012 1 commit
  31. 22 Feb, 2012 1 commit
  32. 14 Feb, 2012 1 commit
  33. 12 Dec, 2011 1 commit
  34. 30 Nov, 2011 1 commit
  35. 28 Nov, 2011 1 commit