summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor field accessgtk-3.0John Stowers2010-07-132-19/+67
* Add HACKING to MANIFEST.inTomeu Vizoso2010-07-121-1/+1
* Add HACKING file with instructions for releasingTomeu Vizoso2010-07-121-0/+14
* Post release version bump to 2.21.6Tomeu Vizoso2010-07-121-1/+1
* Update NEWS and release PyGObject-2.21.5PYGOBJECT_2_21_5Tomeu Vizoso2010-07-121-0/+17
* Pre-release version bump to 2.21.5Tomeu Vizoso2010-07-121-1/+1
* Shut up some compiler warningsFlorian Müllner2010-07-123-3/+1
* Adjust to API break in GObject-Introspection=?UTF-8?q?Florian=20M=C3=BCllner?=2010-07-126-218/+5
* pass in the demo app so demos can use utility methods like requesting file pathsJohn (J5) Palmieri2010-07-0812-26/+37
* demo fixes to keep up with Gtk+John (J5) Palmieri2010-07-083-23/+24
* override test fixes for new GTK+ annotationsJohn (J5) Palmieri2010-07-081-10/+13
* Fix warning.Ignacio Casal Quinteiro2010-07-081-2/+2
* fix up treeiter usage due to caller-allocates annotations in gtk+John (J5) Palmieri2010-07-072-14/+14
* add entry completion demoJohn (J5) Palmieri2010-07-061-0/+87
* string changesJohn (J5) Palmieri2010-07-061-2/+2
* add the Entry demo directory and the entry_buffer demoJohn (J5) Palmieri2010-07-062-0/+73
* fix loading of demo modules to support sub modulesJohn (J5) Palmieri2010-07-061-2/+7
* add the ability to have demos in sub catagoriesJohn (J5) Palmieri2010-07-061-22/+54
* Add __name__ to DynamicModule class.Jose Aliste2010-07-051-0/+1
* Do not override GdkRectangle.Ignacio Casal Quinteiro2010-07-051-19/+0
* Add override for TreeModel implementing __len__()Philip Withnall2010-06-292-2/+14
* Update NEWS and release PyGObject-2.21.4PYGOBJECT_2_21_4Tomeu Vizoso2010-06-291-2/+25
* Remove files from the makefilesTomeu Vizoso2010-06-292-5/+2
* Build the cairo shim as a python module so the _gi module stops linking to itTomeu Vizoso2010-06-299-169/+196
* Remove pygi-external.hTomeu Vizoso2010-06-2811-111/+40
* Revert "correctly handle floating objects in gtk"Tomeu Vizoso2010-06-252-14/+2
* Make valgrind happy againTomeu Vizoso2010-06-253-2/+9
* add drawing area demoJohn (J5) Palmieri2010-06-241-0/+249
* sort the demo listJohn (J5) Palmieri2010-06-241-0/+2
* rename iter to treeiter so we aren't using a python reserved wordJohn (J5) Palmieri2010-06-241-6/+6
* Fixup for change in buffer APIJohn (J5) Palmieri2010-06-241-6/+4
* add ListStore, TreeStore and TreeViewColumn APIsJohn (J5) Palmieri2010-06-232-0/+128
* [gi] Add -I../gobject to cflagsJohan Dahlin2010-06-231-0/+3
* Add unit test for add_actions user data.Ignacio Casal Quinteiro2010-06-231-5/+15
* Pass user_data param when adding actionsPaolo Borelli2010-06-231-6/+6
* add an exception type to the try/except blockJohn (J5) Palmieri2010-06-231-3/+3
* Avoid duplicating required versionsJohan Dahlin2010-06-231-4/+5
* return PyList instead of PyTuple for array, return empty list for NULL arraysJohn (J5) Palmieri2010-06-233-47/+49
* Fix 'make distcheck'Tomeu Vizoso2010-06-238-26/+15
* Allow building pygobject without introspection support by providingTomeu Vizoso2010-06-235-26/+28
* Make sure that sys.argv is a list and not a sequence.Tomeu Vizoso2010-06-231-1/+1
* Force loading the GObject typelib so we have available the wrappers for base ...Tomeu Vizoso2010-06-231-0/+3
* we shouldn't g_array_free NULL pointersJohn (J5) Palmieri2010-06-231-2/+3
* Merge branch 'pygi'Tomeu Vizoso2010-06-2379-12/+14187
|\
| * remove unneeded TextIter creation in the testsJohn (J5) Palmieri2010-06-221-3/+0
| * add override for TextBufferJohn (J5) Palmieri2010-06-222-0/+76
| * fix up some build issuesJohn (J5) Palmieri2010-06-222-2/+2
| * make the overrides file git friendly by appending to __all__ after each overrideJohn (J5) Palmieri2010-06-223-12/+13
| * Override Dialog constructor and add_buttons methodPaolo Borelli2010-06-222-1/+61
| * Merge back pygiJohan Dahlin2010-06-2039-137/+75