summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo. Fixes #313351 (Nikos Kouremenos)John Finlay2005-08-122-1/+6
* gtk.accelerator_get_default_mod_mask () returns a GtkModifierType, not aChristopher Aillon2005-08-122-1/+7
* pyg_flags_get_value () should accept longs as inputChristopher Aillon2005-08-122-1/+9
* Post release version bumpJohan Dahlin2005-08-102-1/+5
* 2.7.3PYGTK_2_7_3Johan Dahlin2005-08-102-1/+11
* cairo_surface_create_for_pixbuf no moreGustavo J. A. M. Carneiro2005-08-103-40/+5
* Always return 1, so if hbox always returns true.Johan Dahlin2005-08-102-0/+27
* Note that if "draw-value" is FALSE set_digits() has no effect. (SteveJohn Finlay2005-08-092-2/+11
* Use the generic setattr protocol instead of getting the module'sAndy Wingo2005-08-092-3/+8
* type checking in GObject return values in reverse wrappersGustavo J. A. M. Carneiro2005-08-052-7/+27
* Improve parsing, catches a little bit moreJohan Dahlin2005-08-041-2/+10
* gtk/Makefile.am Big makefile cleanup. Fix a couple of bugs meanwhile, mostJohan Dahlin2005-08-033-150/+144
* Post release version bumpJohan Dahlin2005-08-023-2/+6
* PyGTK 2.7.2PYGTK_2_7_2Johan Dahlin2005-08-022-0/+11
* Fixes bug #312337Mark McLoughlin2005-08-022-2/+14
* gobject/pygobject-private.h Add a convenience functionManish Singh2005-08-016-32/+42
* Fix reference count of gtk.Window's from gobject.newGustavo J. A. M. Carneiro2005-07-315-5/+52
* Bug 310705: remove .free() from API make it depecrated in pygtkGustavo J. A. M. Carneiro2005-07-302-0/+13