| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove --enable-threading from argv before calling distutils | John Ehresman | 2004-07-29 | 1 | -0/+5 |
* | gtk/gtk.override (_wrap_gtk_action_get_proxies) slist should not be freed. | John Finlay | 2004-07-29 | 1 | -0/+5 |
* | Add --disable-numeric option to disable numeric support even when the | John Ehresman | 2004-07-29 | 1 | -0/+5 |
* | Remove ignore for win32, the functions are now implemented on win32 fixes | Johan Dahlin | 2004-07-29 | 1 | -0/+7 |
* | only remove the first occurence of the object name, we don't want to mess | Johan Dahlin | 2004-07-29 | 1 | -0/+8 |
* | gtk/gtktreeview.override (_wrap_gtk_list_store_insert_before) | John Finlay | 2004-07-29 | 1 | -0/+4 |
* | gtk/pygtktreemodel.c Fix reference leaks. Fixes#148748. Thanks to Tim | John Finlay | 2004-07-29 | 1 | -0/+5 |
* | Use gobject.type_name,type_from_name for testing instead of GtkListStore. | Johan Dahlin | 2004-07-29 | 1 | -0/+5 |
* | gtk/gtktreeview.override (_wrap_gtk_tree_view_get_cursor) | John Finlay | 2004-07-29 | 1 | -0/+21 |
* | Give credits to abli | Johan Dahlin | 2004-07-28 | 1 | -1/+2 |
* | Reverse operator | Johan Dahlin | 2004-07-28 | 1 | -0/+6 |
* | And some credits | Johan Dahlin | 2004-07-28 | 1 | -1/+1 |
* | If we're on python 2.3, also check for PyBool_Type. | Johan Dahlin | 2004-07-28 | 1 | -0/+7 |
* | gtk/gtk-types.c (pygdk_atom_compare) Remove. (pygdk_atom_richcompare) | John Finlay | 2004-07-27 | 1 | -0/+8 |
* | Remove, replaced with: | Johan Dahlin | 2004-07-26 | 1 | -1/+7 |
* | Don't hardcode automake-1.7, Fixes #148377 | Johan Dahlin | 2004-07-26 | 1 | -0/+6 |
* | gtk/pygtktreemodel.c (pygtk_generic_tree_model_get_value) Skip | John Finlay | 2004-07-26 | 1 | -0/+6 |
* | gtk/gtk.override (clipboard_request_text_cb) Fix bug when no text. | John Finlay | 2004-07-24 | 1 | -0/+15 |
* | missing deprecation warnings | Gustavo J. A. M. Carneiro | 2004-07-23 | 1 | -0/+7 |
* | gtk/gtk-extrafuncs.defs (flags) (set_flags) (unset_flags) Use | John Finlay | 2004-07-23 | 1 | -0/+5 |
* | Post release version bump | Johan Dahlin | 2004-07-21 | 1 | -0/+5 |
* | === PyGtk 2.3.94 ===PYGTK_2_3_94 | Johan Dahlin | 2004-07-21 | 1 | -0/+5 |
* | Add, so Lorenzo can introspect flags properly too | Johan Dahlin | 2004-07-21 | 1 | -0/+11 |
* | codegen/codegen.py (write_enums) Fix bug causing segfault when loading | John Finlay | 2004-07-20 | 1 | -0/+5 |
* | fixed a compilation error: 'window' variable should be 'parent' | Lorenzo Gil Sanchez | 2004-07-20 | 1 | -0/+5 |
* | Simplify, fix name in exceptions and remove warning. | Johan Dahlin | 2004-07-20 | 1 | -0/+12 |
* | allow pydict to be really optional in GladeXML | Gustavo J. A. M. Carneiro | 2004-07-19 | 1 | -0/+4 |
* | Post release version bump | Johan Dahlin | 2004-07-19 | 1 | -0/+5 |
* | === PyGtk 2.3.93 ===PYGTK_2_3_93 | Johan Dahlin | 2004-07-19 | 1 | -0/+3 |
* | (_wrap_gtk_dialog_run): Simplify | Johan Dahlin | 2004-07-19 | 1 | -0/+1 |
* | Return 1/0, instead of flagvalue/0 to avoid GObject complains. | Johan Dahlin | 2004-07-19 | 1 | -0/+3 |
* | Subclass GladeXML so we can wrap lookup_type. Add a new optional argument | Johan Dahlin | 2004-07-19 | 1 | -0/+6 |
* | Fix, a window is really WITHDRAWN if it's not SHOWN and not ICONIFIED... | Johan Dahlin | 2004-07-19 | 1 | -0/+12 |
* | Update, why do I even bother to update 3 different build systems? | Johan Dahlin | 2004-07-19 | 1 | -0/+9 |
* | Remove, out of date since 0.6.x! | Johan Dahlin | 2004-07-19 | 1 | -1/+7 |
* | Remove references to &PyInt_Type from static type struct initialization | John Ehresman | 2004-07-19 | 1 | -0/+9 |
* | Add optional user_data argument. | Johan Dahlin | 2004-07-18 | 1 | -0/+4 |
* | New getters | Johan Dahlin | 2004-07-18 | 1 | -0/+11 |
* | Bug 144474: DeprecationWarnings | Gustavo J. A. M. Carneiro | 2004-07-18 | 1 | -0/+12 |
* | Convert some more constructors | Gustavo J. A. M. Carneiro | 2004-07-18 | 1 | -0/+10 |
* | convert some more constructors to property based | Gustavo J. A. M. Carneiro | 2004-07-18 | 1 | -0/+10 |
* | add, forgot it in last commit | Johan Dahlin | 2004-07-17 | 1 | -0/+6 |
* | avoid warning with empty gtk.Dialog | Gustavo J. A. M. Carneiro | 2004-07-17 | 1 | -0/+5 |
* | gtk/*.override | Johan Dahlin | 2004-07-17 | 1 | -0/+19 |
* | override gtk_table_new to change rows, columns defaults to 1 | Gustavo J. A. M. Carneiro | 2004-07-17 | 1 | -0/+6 |
* | Use AccelLabel instead of Label and dup MenuItem creation process. | John Finlay | 2004-07-16 | 1 | -0/+14 |
* | Rest of #147421 fix (constructors accepting label text activate underline par... | Gustavo J. A. M. Carneiro | 2004-07-15 | 1 | -0/+1 |
* | Fix #147421 (constructors accepting label text activate underline parsing unc... | Gustavo J. A. M. Carneiro | 2004-07-15 | 1 | -0/+8 |
* | make some more constructors use g_object_new | Gustavo J. A. M. Carneiro | 2004-07-13 | 1 | -0/+28 |
* | gtk/gtkwindow.override (set_geometry_hints) Fix arg format string. Fixes | John Finlay | 2004-07-13 | 1 | -0/+5 |