summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.8.1PYGTK_2_8_1Johan Dahlin2005-10-042-40/+37
* Fix gcc 4.0 warnings.Johan Dahlin2005-10-036-19/+35
* Check if the gobject is initialized, partly fixes #96658Johan Dahlin2005-10-032-1/+77
* guint64 property fixGustavo J. A. M. Carneiro2005-10-023-11/+25
* add (disabled) uint64 testJohan Dahlin2005-10-021-3/+19
* unit test for gobject.new error bugGustavo J. A. M. Carneiro2005-10-012-0/+6
* fix segfaul on error return in gobject.newGustavo J. A. M. Carneiro2005-10-012-4/+9
* Undeprecate for now.Johan Dahlin2005-09-292-10/+18
* workaround gtk bug #317455Gustavo J. A. M. Carneiro2005-09-284-0/+36
* fix pango.SCALE_* valuesGustavo J. A. M. Carneiro2005-09-282-2/+7
* Bug 317172: gtk.glade.signal_autoconnect causes leaked objectsGustavo J. A. M. Carneiro2005-09-254-2/+39
* Include the object and the name of the signal in TypeErrorsJohan Dahlin2005-09-223-7/+30
* Add signatures of detach and menu position callbacks. Fixes #316780 (NikosJohn Finlay2005-09-202-1/+30
* Add null-okJohan Dahlin2005-09-202-1/+5
* Add binding_entry_removeref_2_8_1helpJohn Finlay2005-09-181-0/+9
* Add new filesJohn Finlay2005-09-189-0/+2106
* Add descriptions.John Finlay2005-09-1825-135/+949
* Allow subwindow to be set for enter & leave notify events.John Ehresman2005-09-162-2/+13
* Add gobject.Warning Warning subclass and redirect all g_log messages forJohn Ehresman2005-09-165-6/+74
* Revert Johns latest commit.Johan Dahlin2005-09-137-211/+16
* better error messages when registering propertiesGustavo J. A. M. Carneiro2005-09-132-0/+16
* Fix typos, etc.ref_2_8_0John Finlay2005-09-078-6/+47
* Change date and version number.John Finlay2005-09-0736-505/+3971
* Add.John Finlay2005-09-077-5/+243
* Fix param name typo. Fixes #315202 (Nikos Kouremenos)John Finlay2005-09-042-3/+8
* Sort all attributes alphabetically, like python does. Set default value toJohan Dahlin2005-09-022-57/+67
* Add descriptions of these functions. patch by Gian Mario Tagliaretti.John Finlay2005-09-022-8/+109
* [Bug 315100] gobject.type_register if parameter is not a typeGustavo J. A. M. Carneiro2005-09-023-1/+15
* Also include interfaces, fixes #315038Johan Dahlin2005-09-022-2/+13
* Post release version bump, move away old changelogJohan Dahlin2005-09-023-909/+915
* 2.8.0PYGTK_2_8_0Johan Dahlin2005-09-024-5/+19
* Sync with gnome-common. Require automake 1.8. Fixes #314128 and #311958Johan Dahlin2005-09-022-54/+110
* Remove old .msc files, which are outdated and unused.Johan Dahlin2005-09-026-330/+10
* Bug #314806Gustavo J. A. M. Carneiro2005-08-302-0/+15
* Bug 314801: bad conversion of GdkRectangle to PyObject in reversewrapper.pyGustavo J. A. M. Carneiro2005-08-292-3/+11
* Remove unneeded g_strdup.John Ehresman2005-08-292-3/+7
* Make it a type on dynamically created subclasses implementing theJohan Dahlin2005-08-263-1/+11
* Refactor to allow us to list signals on interfaces.Johan Dahlin2005-08-263-18/+35
* some memory fixes in type registrationGustavo J. A. M. Carneiro2005-08-254-11/+32
* In the meta-class __init__ method, register a class as a gtype iffJohn Ehresman2005-08-242-15/+17
* Post release version bump (2.7.99, getting close)Johan Dahlin2005-08-242-1/+5
* 2.7.4PYGTK_2_7_4Johan Dahlin2005-08-243-3/+16
* Added sources so gobject module will compile, fixed enable/disable threadJohn Ehresman2005-08-244-16/+44
* Enable threading by default, do not always link against libgthreadJohan Dahlin2005-08-241-3/+5
* Update distutils for 2.7.x. Bump requirements. Fix a minor bug in gobjectmodu...Johan Dahlin2005-08-244-46/+91
* Add test for Table.attach which takes uint arguments.Johan Dahlin2005-08-243-7/+48
* Fix memory leak with gdk_atom_name() Fixes #313861 (Christian Persch)John Finlay2005-08-184-41/+126
* Add datarootdir, for compatibility with future Autoconf releases.Stepan Kasal2005-08-174-0/+9
* Fix description of how button data is passed to the method.John Finlay2005-08-162-10/+14
* Override gtk.Container.do_forall. Simple example how it should work.Johan Dahlin2005-08-163-0/+95