<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pygobject.git, branch PYGTK_1_99_3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/'/>
<entry>
<title>too many tuples.</title>
<updated>2001-10-05T19:28:33+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-05T19:28:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=ec7efa93f7caea3f18416e501d563572cd3f0729'/>
<id>ec7efa93f7caea3f18416e501d563572cd3f0729</id>
<content type='text'>
2001-10-05  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pyg_closure_new): too many tuples.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-05  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pyg_closure_new): too many tuples.
</pre>
</div>
</content>
</entry>
<entry>
<title>*** empty log message ***</title>
<updated>2001-10-05T19:13:53+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>zilch@src.gnome.org</email>
</author>
<published>2001-10-05T19:13:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=5c88d8b18bb7e7ab90481af525aa2fd20cd0a85b'/>
<id>5c88d8b18bb7e7ab90481af525aa2fd20cd0a85b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mask out G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission.</title>
<updated>2001-10-05T19:01:08+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-05T19:01:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=ab42d05513681bacddda67c9e57095451341cfc4'/>
<id>ab42d05513681bacddda67c9e57095451341cfc4</id>
<content type='text'>
2001-10-05  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_emit): mask out
	G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-05  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_emit): mask out
	G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission.
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle non-Tuple parameters.</title>
<updated>2001-10-05T16:15:24+00:00</updated>
<author>
<name>Johan Dahlin</name>
<email>zilch.am@home.se</email>
</author>
<published>2001-10-05T16:15:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=0641e0011345d4c20fce5a8490c74bfc854f740c'/>
<id>0641e0011345d4c20fce5a8490c74bfc854f740c</id>
<content type='text'>
2001-10-05  Johan Dahlin  &lt;zilch.am@home.se&gt;

	* gobjectmodule.c (pyg_closure_new): Handle non-Tuple parameters.

	* gtk/gtk.override (_wrap_gtk_window_list_toplevels): Bound
	(_wrap_gtk_toolbar_insert_stock): Bound.

	* gtk/gtk.defs (binding_entry_clear): rename from gtk_bindings_entry_clear
	(color_selection_palette_from_string): rename from gtk_color_selection_palette_from_string
	(set_border_width): Added
	(set_resize_mode): Added
	(get_children): Added
	(children): Mark as deprecated
	(get_focus_chain): Added
	(get_focus_vadjustment): Added
	(get_focus_hadjustment): Added
	(gtk_container_add_child_arg_type): Removed
	(gtk_container_query_child_args): Removed
	(gtk_containerchild_getv): Removed
	(gtk_container_child_setv): Removed
	(gtk_container_add_with_args): Removed
	(gtk_container_addv): Removed
	(gtk_container_add_set): Removed
	(gtk_container_add_get): Removed
	(GtkContainer.child_set): Added
	(GtkContainer.child_get): Added
	(gtk_container_child_args_collect): Removed
	(gtk_container_child_arg_get_info): Removed
	(GtkDrawingArea.size): Mark as deprecated
	(GtkEditable.get_editable): Added
	(GtkEntry.new_with_max_length): Mark as deprecated
	(GtkEntry.get_visibility): Added
	(GtkEntry.get_invisible_char): Added
	(GtkEntry.get_max_length): Added
	(GtkFontSelection.get_font): Mark as deprecated
	(GtkFontSelectionDialog.get_font): Mark as deprecated
	(GtkFrame.get_label_widget): Added
	(GtkFrame.get_label_align): Added
	(GtkFrame.get_shadow_type): Added
	(GtkGC.gc_get): Added
	(gtk.gc_release): Rename from gtk_gc_release
	(GtkHandleBox.get_shadow_type): Added
	(GtkHandleBox.get_handle_position): Added
	(GtkHandleBox.get_snap_edge): Added
	(GtkHscale.new_with_range): Added
	(GtkLayout.freeze): Mark as deprecated
	(GtkLayout.thaw): Mark as deprecated
	(GtkListStore.new): Fix parameters
	(GtkListStore.newv): Added (needed?)
	(GtkListStore.set): Added
	(GtkListStore.clear): Added
	(gtk_init_abi_check): Remove
	(gtk_init_check_abi_check): Remove
	(gtk_exit): Remove
	(gtk.get_current_event_state): Added
	(GtkMenu.get_tearoff_state): Added
	(GtkMenu.get_title): Added
	(gtk_rc_*): Rename to rc_*
	(GtkToolbar.insert_stock): Added
	(GtkToolbar.set_icon_size): Added
	(GtkToolbar.unset_style): Added
	(GtkToolbar.unset_icon_size): Added
	(GtkToolbar.get_orientation): Added
	(GtkToolbar.get_style): Added
	(GtkToolbar.get_icon_size): Added
	(GtkToolbar.get_tooltips): Added
	(gtk_type_unique): Remove
	(gtk_type_class): Remove
	(gtk_type_new): Remove
	(gtk_enum_get_values): Remove
	(gtk_flags_get_values): Remove
	(gtk_enum_find_value): Remove
	(gtk_flags_find_value): Remove
	(GtkViewport.get_shadow_type): Added
	(GtkVscale.new_with_range): Added
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-05  Johan Dahlin  &lt;zilch.am@home.se&gt;

	* gobjectmodule.c (pyg_closure_new): Handle non-Tuple parameters.

	* gtk/gtk.override (_wrap_gtk_window_list_toplevels): Bound
	(_wrap_gtk_toolbar_insert_stock): Bound.

	* gtk/gtk.defs (binding_entry_clear): rename from gtk_bindings_entry_clear
	(color_selection_palette_from_string): rename from gtk_color_selection_palette_from_string
	(set_border_width): Added
	(set_resize_mode): Added
	(get_children): Added
	(children): Mark as deprecated
	(get_focus_chain): Added
	(get_focus_vadjustment): Added
	(get_focus_hadjustment): Added
	(gtk_container_add_child_arg_type): Removed
	(gtk_container_query_child_args): Removed
	(gtk_containerchild_getv): Removed
	(gtk_container_child_setv): Removed
	(gtk_container_add_with_args): Removed
	(gtk_container_addv): Removed
	(gtk_container_add_set): Removed
	(gtk_container_add_get): Removed
	(GtkContainer.child_set): Added
	(GtkContainer.child_get): Added
	(gtk_container_child_args_collect): Removed
	(gtk_container_child_arg_get_info): Removed
	(GtkDrawingArea.size): Mark as deprecated
	(GtkEditable.get_editable): Added
	(GtkEntry.new_with_max_length): Mark as deprecated
	(GtkEntry.get_visibility): Added
	(GtkEntry.get_invisible_char): Added
	(GtkEntry.get_max_length): Added
	(GtkFontSelection.get_font): Mark as deprecated
	(GtkFontSelectionDialog.get_font): Mark as deprecated
	(GtkFrame.get_label_widget): Added
	(GtkFrame.get_label_align): Added
	(GtkFrame.get_shadow_type): Added
	(GtkGC.gc_get): Added
	(gtk.gc_release): Rename from gtk_gc_release
	(GtkHandleBox.get_shadow_type): Added
	(GtkHandleBox.get_handle_position): Added
	(GtkHandleBox.get_snap_edge): Added
	(GtkHscale.new_with_range): Added
	(GtkLayout.freeze): Mark as deprecated
	(GtkLayout.thaw): Mark as deprecated
	(GtkListStore.new): Fix parameters
	(GtkListStore.newv): Added (needed?)
	(GtkListStore.set): Added
	(GtkListStore.clear): Added
	(gtk_init_abi_check): Remove
	(gtk_init_check_abi_check): Remove
	(gtk_exit): Remove
	(gtk.get_current_event_state): Added
	(GtkMenu.get_tearoff_state): Added
	(GtkMenu.get_title): Added
	(gtk_rc_*): Rename to rc_*
	(GtkToolbar.insert_stock): Added
	(GtkToolbar.set_icon_size): Added
	(GtkToolbar.unset_style): Added
	(GtkToolbar.unset_icon_size): Added
	(GtkToolbar.get_orientation): Added
	(GtkToolbar.get_style): Added
	(GtkToolbar.get_icon_size): Added
	(GtkToolbar.get_tooltips): Added
	(gtk_type_unique): Remove
	(gtk_type_class): Remove
	(gtk_type_new): Remove
	(gtk_enum_get_values): Remove
	(gtk_flags_get_values): Remove
	(gtk_enum_find_value): Remove
	(gtk_flags_find_value): Remove
	(GtkViewport.get_shadow_type): Added
	(GtkVscale.new_with_range): Added
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak the repr such that calling it on an uninitialized PyGObject won't</title>
<updated>2001-10-03T15:46:24+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-03T15:46:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=5aabea13afc4aa1f18b862a19aeeea23be8b5a7b'/>
<id>5aabea13afc4aa1f18b862a19aeeea23be8b5a7b</id>
<content type='text'>
2001-10-03  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_repr): tweak the repr such that
	calling it on an uninitialized PyGObject won't segfault.  Also
	print the python class name.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-03  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_repr): tweak the repr such that
	calling it on an uninitialized PyGObject won't segfault.  Also
	print the python class name.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove debugging message James checked in.</title>
<updated>2001-10-02T18:44:53+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-02T18:44:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=ffa2720712e56103c2090cdecc812c97ce64b7f8'/>
<id>ffa2720712e56103c2090cdecc812c97ce64b7f8</id>
<content type='text'>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_dealloc): remove debugging message
	James checked in.

	* gtk/gtk.override (_wrap_gtk_text_buffer_set_text): override
	GtkBuffer.set_text so that you don't have to pass in the length.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pygobject_dealloc): remove debugging message
	James checked in.

	* gtk/gtk.override (_wrap_gtk_text_buffer_set_text): override
	GtkBuffer.set_text so that you don't have to pass in the length.
</pre>
</div>
</content>
</entry>
<entry>
<title>(pyg_object_new): rewrote function to use g_object_newv and instantiate</title>
<updated>2001-10-02T16:50:04+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-02T16:50:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=0d65f37b8fbcac9c0f181aa12bc4176f22a1dc09'/>
<id>0d65f37b8fbcac9c0f181aa12bc4176f22a1dc09</id>
<content type='text'>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	(pyg_object_new): rewrote function to use g_object_newv and
	instantiate the object after we check to make sure the class
	handles all the properties passed.  This solves the problem of
	trying to destroy a GtkObject after creating it, which can be a
	little tricky.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	(pyg_object_new): rewrote function to use g_object_newv and
	instantiate the object after we check to make sure the class
	handles all the properties passed.  This solves the problem of
	trying to destroy a GtkObject after creating it, which can be a
	little tricky.
</pre>
</div>
</content>
</entry>
<entry>
<title>added a new gobject.new function to create an object of any registered</title>
<updated>2001-10-02T15:09:59+00:00</updated>
<author>
<name>Matt Wilson</name>
<email>msw@redhat.com</email>
</author>
<published>2001-10-02T15:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=58bac23730f635f3075353960c8e951302a46ea1'/>
<id>58bac23730f635f3075353960c8e951302a46ea1</id>
<content type='text'>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pyg_object_new): added a new gobject.new
	function to create an object of any registered type with kwargs
	property setting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-02  Matt Wilson  &lt;msw@redhat.com&gt;

	* gobjectmodule.c (pyg_object_new): added a new gobject.new
	function to create an object of any registered type with kwargs
	property setting.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug where we were INCREFing the saved widget even in the hasref case</title>
<updated>2001-10-02T15:07:13+00:00</updated>
<author>
<name>James Henstridge</name>
<email>james@daa.com.au</email>
</author>
<published>2001-10-02T15:07:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=262f3f547ab4d74b09b1a7150daaff846a926409'/>
<id>262f3f547ab4d74b09b1a7150daaff846a926409</id>
<content type='text'>
2001-10-02  James Henstridge  &lt;james@daa.com.au&gt;

	* gobjectmodule.c (pygobject_new): fix bug where we were INCREFing
	the saved widget even in the hasref case (where we should be
	passing ownership of the last reference).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-10-02  James Henstridge  &lt;james@daa.com.au&gt;

	* gobjectmodule.c (pygobject_new): fix bug where we were INCREFing
	the saved widget even in the hasref case (where we should be
	passing ownership of the last reference).
</pre>
</div>
</content>
</entry>
<entry>
<title>(pygobject_new): GC track wrappers created through pygobject_new.</title>
<updated>2001-09-30T13:11:58+00:00</updated>
<author>
<name>James Henstridge</name>
<email>james@daa.com.au</email>
</author>
<published>2001-09-30T13:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/dmalcolm/public_git/pygobject.git/commit/?id=670349eb2f4acd6a9291fb0ed57283fb999653c8'/>
<id>670349eb2f4acd6a9291fb0ed57283fb999653c8</id>
<content type='text'>
2001-09-30  James Henstridge  &lt;james@daa.com.au&gt;

	(pygobject_new): GC track wrappers created through pygobject_new.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2001-09-30  James Henstridge  &lt;james@daa.com.au&gt;

	(pygobject_new): GC track wrappers created through pygobject_new.
</pre>
</div>
</content>
</entry>
</feed>
