1. 13 Apr, 2014 2 commits
    • Tony's avatar
      Change quotes around GTK headers for angle brackets · 65f63421
      Tony authored
      The linux buildbots have started to fail compilation due to not
      finding the gtk headers. The quotes have been changed to angle brackets
      to indicate to the compiler that these are system includes.
      65f63421
    • 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
  2. 08 Apr, 2014 1 commit
    • Tony's avatar
      Change quotes around GTK headers for angle brackets · 8592022b
      Tony authored
      The linux buildbots have started to fail compilation due to not
      finding the gtk headers. The quotes have been changed to angle brackets
      to indicate to the compiler that these are system includes.
      8592022b
  3. 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
  4. 04 Dec, 2013 1 commit
  5. 15 Oct, 2013 1 commit
    • Tony's avatar
      Rework gtk3 window resize and draw cleanup · 5368f12b
      Tony authored
      The gtk3 resize functions fail to shrink the window after it has been
      resized. This edit changes this and allows the window to be shrunk
      back to its original size.
      
      This edit also cleans up the draw/expose functions.
      5368f12b
  6. 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
  7. 30 Sep, 2013 1 commit
    • Tony's avatar
      Change true for TRUE · 0d06b1dc
      Tony authored
      The second parameter of gtk_widget_set_realized is of type gboolean
      (gint). This is to ensure compatibility on alternative compilers and
      platforms.
      0d06b1dc
  8. 26 Sep, 2013 1 commit
    • Tony's avatar
      Replace obsolete Gtk symbols · 97fc1e10
      Tony authored
      This update replaces depreciated Gtk1.x symbols with Gtk2.x symbols in
      preparation for adding Gtk3 support. These edits aim to be fully
      compatible with Gtk2.x, allowing backward compatibility.
      
      The following symbols have been replaced in this commit:
      
      Gtk symbols that have been moved to the Gdk library:
       - GtkType -> Gtype
       - GTK_CHECK_CAST -> G_TYPE_CHECK_INSTANCE_CAST
       - GTK_CHECK_TYPE -> G_TYPE_CHECK_INSTANCE_TYPE
       - gtk_signal_connect -> g_signal_connect
       - GTK_SIGNAL_FUNC -> G_CALLBACK
       - gtk_type_class -> g_type_class_peek
       - gtk_type_new-> g_object_new
       - GtkTypeInfo -> GtypeInfo (Not required for
         g_type_register_static_simple)
       - gtk_type_unique -> g_type_register_static_simple
       - gdk_draw_image_rgb -> replaced by gdk_cairo_source_pixbuf
         NB: This requires porting to use cairo contexts and GdkPixbufs.
      
      The following gtk symbols are changed for their modern equivalent:
       - GTK_WIDGET_REALIZED -> gtk_widget_get_realized
       - GTK_OBJECT_FLAGS -> gtk_widget_set_realized
      
      Symbols without replacement:
       - gtk_range_set_update_policy -> No replacement; as default policy is
         set to continuous we can delete this line.
      97fc1e10
  9. 08 Apr, 2013 1 commit
  10. 03 Apr, 2013 1 commit
  11. 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
  12. 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
  13. 28 Jun, 2012 2 commits
  14. 27 Jun, 2012 1 commit
  15. 21 Jun, 2012 1 commit
  16. 15 Jun, 2012 1 commit
  17. 12 Jun, 2012 1 commit
  18. 07 Jun, 2012 1 commit
  19. 26 Mar, 2012 1 commit
  20. 17 Mar, 2012 1 commit
  21. 09 Feb, 2012 1 commit
  22. 08 Feb, 2012 1 commit
  23. 12 Dec, 2011 1 commit
  24. 30 Nov, 2011 1 commit
  25. 28 Nov, 2011 3 commits
  26. 12 Jun, 2010 1 commit
  27. 11 May, 2010 1 commit