| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gobject.Warning Warning subclass and redirect all g_log messages for | John Ehresman | 2005-09-16 | 5 | -6/+74 |
* | Revert Johns latest commit. | Johan Dahlin | 2005-09-13 | 7 | -211/+16 |
* | better error messages when registering properties | Gustavo J. A. M. Carneiro | 2005-09-13 | 2 | -0/+16 |
* | Fix typos, etc.ref_2_8_0 | John Finlay | 2005-09-07 | 8 | -6/+47 |
* | Change date and version number. | John Finlay | 2005-09-07 | 36 | -505/+3971 |
* | Add. | John Finlay | 2005-09-07 | 7 | -5/+243 |
* | Fix param name typo. Fixes #315202 (Nikos Kouremenos) | John Finlay | 2005-09-04 | 2 | -3/+8 |
* | Sort all attributes alphabetically, like python does. Set default value to | Johan Dahlin | 2005-09-02 | 2 | -57/+67 |
* | Add descriptions of these functions. patch by Gian Mario Tagliaretti. | John Finlay | 2005-09-02 | 2 | -8/+109 |
* | [Bug 315100] gobject.type_register if parameter is not a type | Gustavo J. A. M. Carneiro | 2005-09-02 | 3 | -1/+15 |
* | Also include interfaces, fixes #315038 | Johan Dahlin | 2005-09-02 | 2 | -2/+13 |
* | Post release version bump, move away old changelog | Johan Dahlin | 2005-09-02 | 3 | -909/+915 |
* | 2.8.0PYGTK_2_8_0 | Johan Dahlin | 2005-09-02 | 4 | -5/+19 |
* | Sync with gnome-common. Require automake 1.8. Fixes #314128 and #311958 | Johan Dahlin | 2005-09-02 | 2 | -54/+110 |
* | Remove old .msc files, which are outdated and unused. | Johan Dahlin | 2005-09-02 | 6 | -330/+10 |
* | Bug #314806 | Gustavo J. A. M. Carneiro | 2005-08-30 | 2 | -0/+15 |
* | Bug 314801: bad conversion of GdkRectangle to PyObject in reversewrapper.py | Gustavo J. A. M. Carneiro | 2005-08-29 | 2 | -3/+11 |
* | Remove unneeded g_strdup. | John Ehresman | 2005-08-29 | 2 | -3/+7 |
* | Make it a type on dynamically created subclasses implementing the | Johan Dahlin | 2005-08-26 | 3 | -1/+11 |
* | Refactor to allow us to list signals on interfaces. | Johan Dahlin | 2005-08-26 | 3 | -18/+35 |
* | some memory fixes in type registration | Gustavo J. A. M. Carneiro | 2005-08-25 | 4 | -11/+32 |
* | In the meta-class __init__ method, register a class as a gtype iff | John Ehresman | 2005-08-24 | 2 | -15/+17 |
* | Post release version bump (2.7.99, getting close) | Johan Dahlin | 2005-08-24 | 2 | -1/+5 |
* | 2.7.4PYGTK_2_7_4 | Johan Dahlin | 2005-08-24 | 3 | -3/+16 |
* | Added sources so gobject module will compile, fixed enable/disable thread | John Ehresman | 2005-08-24 | 4 | -16/+44 |
* | Enable threading by default, do not always link against libgthread | Johan Dahlin | 2005-08-24 | 1 | -3/+5 |
* | Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu... | Johan Dahlin | 2005-08-24 | 4 | -46/+91 |
* | Add test for Table.attach which takes uint arguments. | Johan Dahlin | 2005-08-24 | 3 | -7/+48 |
* | Fix memory leak with gdk_atom_name() Fixes #313861 (Christian Persch) | John Finlay | 2005-08-18 | 4 | -41/+126 |
* | Add datarootdir, for compatibility with future Autoconf releases. | Stepan Kasal | 2005-08-17 | 4 | -0/+9 |
* | Fix description of how button data is passed to the method. | John Finlay | 2005-08-16 | 2 | -10/+14 |
* | Override gtk.Container.do_forall. Simple example how it should work. | Johan Dahlin | 2005-08-16 | 3 | -0/+95 |
* | Fix typo. Fixes #313351 (Nikos Kouremenos) | John Finlay | 2005-08-12 | 2 | -1/+6 |
* | gtk.accelerator_get_default_mod_mask () returns a GtkModifierType, not a | Christopher Aillon | 2005-08-12 | 2 | -1/+7 |
* | pyg_flags_get_value () should accept longs as input | Christopher Aillon | 2005-08-12 | 2 | -1/+9 |
* | Post release version bump | Johan Dahlin | 2005-08-10 | 2 | -1/+5 |
* | 2.7.3PYGTK_2_7_3 | Johan Dahlin | 2005-08-10 | 2 | -1/+11 |
* | cairo_surface_create_for_pixbuf no more | Gustavo J. A. M. Carneiro | 2005-08-10 | 3 | -40/+5 |
* | Always return 1, so if hbox always returns true. | Johan Dahlin | 2005-08-10 | 2 | -0/+27 |
* | Note that if "draw-value" is FALSE set_digits() has no effect. (Steve | John Finlay | 2005-08-09 | 2 | -2/+11 |
* | Use the generic setattr protocol instead of getting the module's | Andy Wingo | 2005-08-09 | 2 | -3/+8 |
* | type checking in GObject return values in reverse wrappers | Gustavo J. A. M. Carneiro | 2005-08-05 | 2 | -7/+27 |
* | Improve parsing, catches a little bit more | Johan Dahlin | 2005-08-04 | 1 | -2/+10 |
* | gtk/Makefile.am Big makefile cleanup. Fix a couple of bugs meanwhile, most | Johan Dahlin | 2005-08-03 | 3 | -150/+144 |
* | Post release version bump | Johan Dahlin | 2005-08-02 | 3 | -2/+6 |
* | PyGTK 2.7.2PYGTK_2_7_2 | Johan Dahlin | 2005-08-02 | 2 | -0/+11 |
* | Fixes bug #312337 | Mark McLoughlin | 2005-08-02 | 2 | -2/+14 |
* | gobject/pygobject-private.h Add a convenience function | Manish Singh | 2005-08-01 | 6 | -32/+42 |
* | Fix reference count of gtk.Window's from gobject.new | Gustavo J. A. M. Carneiro | 2005-07-31 | 5 | -5/+52 |
* | Bug 310705: remove .free() from API make it depecrated in pygtk | Gustavo J. A. M. Carneiro | 2005-07-30 | 2 | -0/+13 |