- 01 Oct, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Nghia Ho authored
-
Nghia Ho authored
-
Roman Donchenko authored
-
- 30 Sep, 2013 11 commits
-
-
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.
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Nghia Ho authored
-
Roman Donchenko authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
Alexander Mordvintsev authored
-
- 27 Sep, 2013 1 commit
-
-
lluis authored
Updated documentation and sample to use the new function API
-
- 26 Sep, 2013 7 commits
-
-
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.
-
Nghia Ho authored
-
Alexander Smorkalov authored
-
Nghia Ho authored
-
Nghia Ho authored
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 25 Sep, 2013 2 commits
-
-
Alexander Smorkalov authored
-
Alexander Smorkalov authored
-
- 24 Sep, 2013 2 commits
-
-
Vladislav Vinogradov authored
findHomagraphy can return empty Mat in master branch
-
shawke authored
Currently, there are different default typedefs for Point_, Size_, and Rect_. This pull request at least makes sure that default typedefs exist for int, float and double variants of each of these types.
-
- 23 Sep, 2013 6 commits
-
-
Alexander Smorkalov authored
-
Nghia Ho authored
-
Alexander Smorkalov authored
-
lluis authored
-
abidrahmank authored
GSoC Python Tutorials removed white spaces removed blank lines at EOF removed duplicate labels
-
Alexander Smorkalov authored
-
- 20 Sep, 2013 4 commits
-
-
lluis authored
-
John Stowers authored
-
John Stowers authored
-
John Stowers authored
This makes them visible from the python bindings
-