summaryrefslogtreecommitdiff
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* Get rid of GIStructSimon van der Linden2009-08-141-2/+35
* Get rid of the dummy GBoxed constructorSimon van der Linden2009-08-141-19/+5
* Add the Python instance's type and address in pyg_boxed_reprSimon van der Linden2009-08-141-5/+2
* Make gi an optional build through --enable-giSimon van der Linden2009-08-142-5/+5
* Rename pygi_type_find_by_info to pygi_type_find_by_gi_infoSimon van der Linden2009-08-141-1/+1
* Make gobject aware of gi.repository when creating object wrappersSimon van der Linden2009-08-141-0/+22
* Make PyGI publicSimon van der Linden2009-08-141-0/+1
* Add GObject-Introspection CFLAGS and LIBS when availableSimon van der Linden2009-08-141-0/+8
* Add gobject.flags_from_g_typeSimon van der Linden2009-08-141-0/+34
* Add gobject.enum_from_g_typeSimon van der Linden2009-08-141-0/+34
* Add pygobject_new_from_typeSimon van der Linden2009-08-144-17/+55
* Refactore a few functionsSimon van der Linden2009-08-142-1/+4
* Add object_type in _PyGObject_API to export PyGObject_TypeSimon van der Linden2009-08-142-2/+6
* 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
* Use glib macros to define the module, update export regexp.Johan Dahlin2008-07-273-9/+9