summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 3.0.13.0.1Ignacio Casal Quinteiro2011-09-302-1/+6
* when checking instances union members are same type as parentJohn (J5) Palmieri2011-09-301-4/+56
* add a floating flag to pygobjectsJohn (J5) Palmieri2011-09-214-2/+36
* Revert "Fix refcount bug by not creating python wrapper during gobject init s...John (J5) Palmieri2011-09-211-15/+17
* make sure to commit the NEWS fileJohn (J5) Palmieri2011-09-211-0/+4
* prep for 3.0 release3.0.0John (J5) Palmieri2011-09-191-3/+3
* up version required of gobject-introspection to 1.29.0John (J5) Palmieri2011-09-161-1/+1
* fix most warningsJohn (J5) Palmieri2011-09-166-17/+20
* post release bumpJohn (J5) Palmieri2011-09-161-1/+1
* edit HACKING file to show correct tag format2.90.4John (J5) Palmieri2011-09-151-1/+1
* update NEWS file to prep for releaseJohn (J5) Palmieri2011-09-151-0/+35
* fix typo s/lenth/lengthJohn (J5) Palmieri2011-09-151-1/+1
* fix typo in docstringJohn (J5) Palmieri2011-09-151-1/+1
* do not pass in len(str) to the length argument of gtk_test_buffer_insert* apisJohn (J5) Palmieri2011-09-151-4/+2
* Switch tarball compression format to tar.xz only.Dieter Verfaillie2011-09-151-1/+1
* Remove pygtk_version attribute from internal gi._gobject module.Dieter Verfaillie2011-09-152-6/+0
* remove overridesdir from the .pc file and add it to the gi moduleJohn (J5) Palmieri2011-09-152-1/+11
* fix tests to correctly construct a dummy Gtk.TargetEntryJohn (J5) Palmieri2011-09-151-2/+2
* we now assume that C arrays of structs are flat so memcpy them when marshallingJohn (J5) Palmieri2011-09-152-3/+61
* only update the arg counts once if child arg comes before parent argJohn (J5) Palmieri2011-09-152-12/+27
* Fix refcount bug by not creating python wrapper during gobject init stageJohn (J5) Palmieri2011-09-141-17/+15
* don't destroy just created wrapper when object is created via g_object_newJohn (J5) Palmieri2011-09-131-1/+1
* Remove deprecated API from pygobject.hSteve Frécinaux2011-09-131-18/+1
* Convert gtk.TRUE/FALSE to Python True/False.Marcin Owsiany2011-09-131-0/+2
* Drop legacy __gobject_init__ method of GObject.Object.Steve Frécinaux2011-09-132-13/+0
* AM_CHECK_PYTHON_LIBS does not work for lib64Dieter Verfaillie2011-09-134-7/+24
* Remove common_ldflags from Makefile.am as it is no longer used.Dieter Verfaillie2011-09-131-6/+0
* cast params for PyObject_IsInstance to suppress warningsJohn (J5) Palmieri2011-09-131-2/+2
* check if object is actually a PyGFlag before trying to access g_typeJohn (J5) Palmieri2011-09-131-2/+2
* fix regression - add instance type checks since Py3 no longer does this for usJohn (J5) Palmieri2011-09-131-2/+19
* refactor in/out marshalling to be to_py/from_pyJohn (J5) Palmieri2011-09-1212-1226/+1267
* Examples: fix cairo-demo.py importsDieter Verfaillie2011-09-091-3/+3
* Fix paths and add missing overridesdir variable used in uninstalled pkgconfig...Dieter Verfaillie2011-09-091-7/+7
* Remove no longer used variables from pkgconfig filesDieter Verfaillie2011-09-092-10/+1
* docs/Makefile.am and m4/python.m4: Python3 portability fixesDieter Verfaillie2011-09-092-2/+2
* Refactor and clean Makefile.am filesDieter Verfaillie2011-09-096-114/+162
* Remove all PLATFORM_VERSION = 2.0 tracesDieter Verfaillie2011-09-093-4/+0
* Remove gi/tests/ directory as all the tests now live in tests/Dieter Verfaillie2011-09-092-45/+0
* autogen.sh: Use autoreconf instead of a custom script and honor ACLOCAL_FLAGSDieter Verfaillie2011-09-092-85/+12
* use improved python.m4 macros to search for Python headers and libsDieter Verfaillie2011-09-092-11/+39
* Make maintiner mode enabled by defaultJavier Jardón2011-09-091-1/+1
* Disable documentation for now since they are completely wrong for GI.Dieter Verfaillie2011-09-072-26/+1
* Fix documentation installation directoryDieter Verfaillie2011-09-071-2/+3
* Remove distutils based build system.Dieter Verfaillie2011-09-076-915/+7
* [gtk-demo] Fix syntax highlighter encoding issueDieter Verfaillie2011-09-071-0/+3
* overrides: add constants for atomsIgnacio Casal Quinteiro2011-09-061-0/+49
* Drop pygobject_construct() from public API.Steve Frécinaux2011-09-013-103/+26
* post release version bumpIgnacio Casal Quinteiro2011-08-311-1/+1
* Release 2.90.32.90.3Ignacio Casal Quinteiro2011-08-311-0/+12
* support skip annotation for return valuesJohn (J5) Palmieri2011-08-304-18/+40