summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GtkViewport: Add a default values for the adjustment constructor parameterspygtk-compatJohan Dahlin2012-03-161-0/+10
* GtkIconSet: Add a default value for the pixbuf constructor parameterJohan Dahlin2012-03-161-0/+11
* PangoLayout: Add a default value for set_markup()Johan Dahlin2012-03-161-0/+3
* Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameterJohan Dahlin2012-03-161-0/+15
* GtkToolButton: Add a default value for the stock_id constructor parameterJohan Dahlin2012-03-161-0/+10
* GtkIconView: Add a default value for the model constructor parameterJohan Dahlin2012-03-161-0/+3
* Add a PyGTK compatibility layerJohan Dahlin2012-03-164-2/+502
* Add a default value for column in Gtk.TreeView.get_cell_area()Johan Dahlin2012-03-161-0/+5
* Remove first argument returned from Gdk.Window.get_origin() which is not usedJohan Dahlin2012-03-161-0/+3
* Add bw-compatible arguments to Gtk.AdjustmentJohan Dahlin2012-03-161-1/+7
* GtkTreePath: make it iterableJohan Dahlin2012-03-162-0/+5
* Add a default argument to TreeModelFilter.set_visible_func()Johan Dahlin2012-03-161-0/+14
* Add a default argument to Gtk.TreeView.set_cursorJohan Dahlin2012-03-162-0/+14
* Add a default argument to Pango.Context.get_metrics()Johan Dahlin2012-03-161-0/+9
* Fix double-freeing GValues in arraysMartin Pitt2012-03-161-1/+6
* Renamed "property" class to "Property"Simon Feltman2012-03-165-61/+62
* Fix Python to C marshalling of GValue arraysMartin Pitt2012-03-163-6/+34
* Correct the Gtk.Window hierarchyJohan Dahlin2012-03-162-30/+61
* Renamed getter/setter instance attributes to fget/fset respectively.simon2012-03-153-21/+89
* Add Gtk.Arrow/Gtk.Window constructor overrideJohan Dahlin2012-03-141-0/+17
* Fix marshalling to/from Python to work on big endian machines.Michel Dänzer2012-03-093-16/+60
* Use gi_cclosure_marshal_generic instead of duplicating it.Michel Dänzer2012-03-085-243/+4
* Override Gtk.TreeView.get_visible_range to fix returnRené Stadler2012-03-051-0/+5
* Plug memory leak in _is_union_memberPaolo Borelli2012-03-041-6/+3
* tests: Split TestInterfaces into separate testsSebastian Pölsterl2012-02-211-17/+19
* Post release version bump to 3.1.2Sebastian Pölsterl2012-02-201-1/+1
* Prepare 3.1.1 release3.1.1Sebastian Pölsterl2012-02-201-0/+18
* Don't use C99 styleSebastian Pölsterl2012-02-181-1/+2
* Add test for GPtrArray with transfer fullMartin Pitt2012-02-161-1/+9
* Drop obsolete g_thread_init()Martin Pitt2012-02-151-3/+0
* Fix deprecated g_source_get_current_time()Martin Pitt2012-02-151-3/+1
* Fix deprecated g_value_[gs]et_char()Martin Pitt2012-02-153-5/+5
* Make pygiconvert.sh correctly convert gtk.gdk.x11_*Simon Schampijer2012-02-151-1/+1
* Raise required glib version to 2.31 because of g_value_(get|set)_scharSebastian Pölsterl2012-02-101-3/+3
* Fix cset_first typoDieter Verfaillie2012-02-101-1/+1
* pygi-convert: Handle Clutter and CoglBastian Winkler2012-02-101-0/+76
* Provide access to gpointer struct valuesCédric Krier2012-02-103-1/+36
* Add some GType testsPaolo Borelli2012-02-091-2/+15
* Split GStrv and array variant tests in their own classesPaolo Borelli2012-02-091-6/+23
* Add unit test for builder's connect_afterPaolo Borelli2012-02-081-0/+8
* fix GtkBuilder signal connection 'after' logicRyan Lortie2012-02-081-1/+1
* test(1) uses '=' to test if strings are identicalPatrick Welche2012-02-081-3/+3
* pygspawn: improve error checkingRyan Lortie2012-02-071-2/+2
* Post release version bump to 3.1.1Sebastian Pölsterl2012-02-061-1/+1
* Prepare 3.1.0 release3.1.0-realSebastian Pölsterl2012-02-061-0/+34
* Updated DOAP file to only include people currently actively working on the pr...Sebastian Pölsterl2012-02-062-48/+15
* Revert "Convert all strings to utf-8 encoding when retrieving from TreeModel"Sebastian Pölsterl2012-02-063-47/+1
* tests: Fixed issues with python3Sebastian Pölsterl2012-02-061-3/+6
* Properly distinguish between different integer types for propertiesSebastian Pölsterl2012-02-062-4/+106
* Distinguish between GArray and GPtrArray when cleaning upSebastian Pölsterl2012-02-061-9/+23