summaryrefslogtreecommitdiffstats
path: root/gobject
Commit message (Expand)AuthorAgeFilesLines
* 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
* Split out quark and type registration to the respective implementationJohan Dahlin2008-07-2710-19/+169
* Move off a bit more to separate functions, cleaning up the init_glib a bitJohan Dahlin2008-07-266-191/+246
* Move paramspec registration to a separate file, add a header for theJohan Dahlin2008-07-267-13/+57
* Issue warning if 'obj' is a PyGEnum of wrong type, i.e. not matchingPaul Pogonyshev2008-07-261-0/+6
* reviewed by: <delete if not using a buddy>Johan Dahlin2008-07-266-129/+177
* Build fix, remove extra \Johan Dahlin2008-07-261-1/+1
* Move option over from gobject to glib.Johan Dahlin2008-07-267-1095/+12
* Move over glib constants to gobjectJohan Dahlin2008-07-262-61/+34
* Make distcheck passJohan Dahlin2008-07-251-1/+1
* Remove private structures which moved to pyglib.Johan Dahlin2008-07-252-26/+0
* Move over Source, IOChannel, Idle, Timeout and PollFD to glib fromJohan Dahlin2008-07-216-1692/+12
* Move maincontext and mainloop over to glib. Update the threadstate api toJohan Dahlin2008-07-2016-618/+101
* Install the glib module, the helper library and the headers. Use it fromJohan Dahlin2008-07-204-926/+41
* Use pkg-config to check for libffi again.Johan Dahlin2008-07-201-1/+1