summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining PyInt & PyString callsJohn Ehresman2010-04-152-8/+8
* Make pyglib-python-compat.h a public header and include in pygobject.h Also #...John Ehresman2010-04-151-0/+2
* Fix reference leak when using repr in exception stringsJohn Ehresman2010-04-152-21/+50
* Use richcompare slot rather than old compare slot and Py_TYPE macro in prepar...John Ehresman2010-04-155-28/+82
* Don't raise an error in _pygi_import if pygi support is disabledSimon van der Linden2010-02-024-16/+3
* Register enums and flags in PyGI if neededTomeu Vizoso2009-12-292-12/+27
* Fix handling of uchar in pyg_value_from_pyobjectBastian Winkler2009-12-251-4/+11
* Add pygi-external.h into Makefile SOURCESGian Mario Tagliaretti2009-12-181-1/+2
* Suppress warnings about format conversionSimon van der Linden2009-11-301-16/+16
* Add the missing limit constants from glibconfig.hTomeu Vizoso2009-11-281-1/+16
* Fix wrong minimum checking in float propertiesPaul Pogonyshev2009-11-221-2/+3
* Create instances by calling tp_alloc rather than PyObject_NEWSimon van der Linden2009-11-091-1/+2
* Add capabilities to import wrappers from pygiSimon van der Linden2009-11-094-0/+97
* Make GType.pytype aware of the interface, enum, flags, pointer and boxed wrap...Simon van der Linden2009-11-071-6/+33
* Add macros to help with Python list to/from GList/GSList conversions.John Finlay2009-08-111-1/+241
* Add Python version into installed libpyglib nameEmilio Pozuelo Monfort2009-05-241-1/+1
* Fix occasional build failures after the 'ltihooks.py' removalPaul Pogonyshev2009-04-291-1/+1
* Fix a crash in pyg_type_add_interfaces()Paul Pogonyshev2009-04-271-4/+8
* Remove an empty structure, use sizeof(PyObject) insteadPaul Pogonyshev2009-04-211-2/+1
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-04-182-7/+7
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-181-0/+3
* 2009-04-17 Paul Pogonyshev <pogonyshev@gmx.net>Paul Pogonyshev2009-04-171-0/+10
* Bug 577999 – converting a negative long Python value to a GUINT64 GValue do...Gustavo J. A. M. Carneiro2009-04-051-38/+16
* Update the address of the FSF, by replacing old bits of the address withTobias Mueller2009-03-2921-21/+21
* Bug 559001 – Allow setting pytype wrapper classmarklee2009-03-221-1/+21
* Change comment to avoid false positives when grep'ing for deprecated gtkAndre Klapper2009-02-181-1/+1
* huge patch to fix memory leaks all over the place, fixes #568427Gian Mario Tagliaretti2009-02-083-5/+10
* Bug 566571 – gtk.Buildable interface method override is not recognizedPaul Pogonyshev2009-01-141-100/+77
* Add a comment explaining why the two for loops for registering interfaces.Gustavo J. A. M. Carneiro2009-01-091-0/+29
* Bad -I ordering can break build fixes #566737Gian Mario Tagliaretti2009-01-061-2/+2
* Bug 563714 – GNOME Goal: Clean up GLib and GTK+ includesPrzemysław Grzegorczyk2009-01-041-1/+1
* Bug 530935 – pygobject_set_properties doesnt release the GILPaul Pogonyshev2008-09-091-20/+13
* Fix typo (s/&type/type) introduced in r886 causing weird crashes onLoïc Minier2008-09-021-1/+1
* * gobject/pygobject.c: Fix memory problems reported by valgrind due toGustavo J. A. M. Carneiro2008-08-301-1/+2
* Mark pyglib_notify_on_enabling_threads() as private (also rename).Paul Pogonyshev2008-08-271-1/+1
* Bug 549191 – Constructor of gtk.TreeView raises TypeError when model isPaul Pogonyshev2008-08-271-7/+11
* Bug 547633 – cannot create new threads when pygtk is usedPaul Pogonyshev2008-08-271-0/+9
* Bug 540376 – No TypeError raised when type is NonePaul Pogonyshev2008-08-111-0/+8
* Bug 547104 – improve type wrapper creationPaul Pogonyshev2008-08-111-9/+45
* Bug 547104 – improve runtime type wrapper creationPaul Pogonyshev2008-08-101-0/+63
* Add a pygobject_enable_threads wrapper around pyglib_threads_enable andJohan Dahlin2008-08-061-2/+11
* Change return value from 'gboolean' to 'int' and changed semantics toPaul Pogonyshev2008-08-031-1/+1
* Move all compatibility into the same place, fixes build on python 2.4.Johan Dahlin2008-07-281-19/+0
* Remove unnecessary spacingJohan Dahlin2008-07-281-2/+2
* Remove tabs. Use sys.exc_info()[1] to fetch the exception valueJohan Dahlin2008-07-275-29/+44
* Use the Py_TYPE macro everywhere.Johan Dahlin2008-07-278-29/+34
* Add a Py_TYPE macro for accessing ob_type.Johan Dahlin2008-07-273-24/+36
* Use _PyLong macros.Johan Dahlin2008-07-277-66/+66
* Use PYGLIB_DEFINE_TYPE macro and move struct field initialization to theJohan Dahlin2008-07-277-496/+130
* Add _PyUnicode_Type macroJohan Dahlin2008-07-278-78/+78