summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Deduce PYTHON_LIBS in addition to PYTHON_INCLUDESSimon van der Linden2011-01-185-7/+12
* Kill JD_CHECK_PYTHON_HEADERSSimon van der Linden2011-01-182-31/+2
* Revert "Override Gtk.Box.pack_start and pack_end to set default values to be ...Sebastian Pölsterl2011-01-171-10/+0
* Revert "Override Gtk.CellLayout.pack_start and pack_end to add default values...Sebastian Pölsterl2011-01-171-11/+2
* Revert "Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_fu...Sebastian Pölsterl2011-01-171-9/+0
* pygi-convert.sh: Handle gtk.combo_box_new_text()Martin Pitt2011-01-171-0/+1
* Override TreeSortable.set_sort_func and set_default_sort_func to add default ...Sebastian Pölsterl2011-01-171-0/+6
* Override Gtk.TreeViewColumn.pack_start, pack_end and set_cell_data_func to ad...Sebastian Pölsterl2011-01-171-0/+9
* Override Gtk.CellLayout.pack_start and pack_end to add default values to be c...Sebastian Pölsterl2011-01-171-2/+11
* Override Gtk.Paned pack1 and pack2 to add default values to be compliant with...Sebastian Pölsterl2011-01-171-0/+10
* Override Gtk.Box.pack_start and pack_end to set default values to be complian...Sebastian Pölsterl2011-01-171-0/+10
* Handle GObject subclasses in the property helper.Steve Frécinaux2011-01-172-13/+22
* Fix handling of unicode for GtkTreeModelsMartin Pitt2011-01-172-2/+12
* In IntrospectionModule and DynamicModule classes, make all instance attribute...Laszlo Pandy2011-01-178-24/+24
* Amend previous enum wrapping commit to remove redundant setting of __info__ a...Laszlo Pandy2011-01-172-4/+4
* pygi-convert.sh: Handle GdkPixbuf.InterpTypeMartin Pitt2011-01-171-0/+2
* Fix wrapping of enums: Create new Python type for each non-gtype enum.Laszlo Pandy2011-01-173-1/+13
* Use g_vfunc_info_invoke for chaining up in vfuncsTomeu Vizoso2011-01-175-23/+89
* Move pyglib_{main_context, option_context, option_group}_new into _PyGLib_APISimon van der Linden2011-01-1711-49/+86
* pygi-convert.sh: Handle Gdk.DragActionMartin Pitt2011-01-171-0/+1
* pygi-convert.sh: Generalize Gtk.Settings migrationMartin Pitt2011-01-171-1/+1
* pygi-convert.sh: Don't change the name of "glib" submodulesMartin Pitt2011-01-171-1/+1
* Plug another memory leakPaolo Borelli2011-01-161-0/+4
* Plug a small memory leak.Paolo Borelli2011-01-161-5/+5
* Override Table.attach() to behave like pygtkPaolo Borelli2011-01-162-0/+7
* pygi-convert.sh: Convert Pango.WrapModeMartin Pitt2011-01-151-0/+1
* pygi-convert.sh: Don't change the name of "gtk" submodulesMartin Pitt2011-01-151-2/+2
* Fix the __dir__() methods on DynamicModule and IntrospectionModuleLaszlo Pandy2011-01-132-7/+39
* pygi-convert.sh: handle ReliefStylePaolo Borelli2011-01-131-0/+1
* Add a __repr__() method to DynamicModule.Laszlo Pandy2011-01-111-0/+9
* Go back to using getattr() in DynamicModule.__getattr__Tomeu Vizoso2011-01-111-1/+1
* Change __dir__() to report all the attributes that __getattr__ supportsLaszlo Pandy2011-01-111-3/+7
* Bump the minimum gio dependencyEmilio Pozuelo Monfort2011-01-081-1/+1
* Add test for incorrect attributes in Gdk.EventTomeu Vizoso2011-01-071-0/+4
* Don't call getattr again in gi.overrides.Gdk.Event.__getattr__Simon van der Linden2011-01-071-1/+1
* Release allocated array of arguments when handling closuresMike Gorse2011-01-071-0/+3
* Release GIValueInfo when checking an enum argumentMike Gorse2011-01-071-0/+1
* Respect different type lengths when assigning out-argument pointers.Eitan Isaacson2010-12-281-10/+56
* Fix stupid name clashTomeu Vizoso2010-12-281-2/+5
* Add /usr/share to XDG_DATA_DIRS when running the testsTomeu Vizoso2010-12-281-1/+6
* Comment out tests that require SRV lookupsTomeu Vizoso2010-12-281-1/+4
* Use suppresion file when running valgrindTomeu Vizoso2010-12-282-1/+388
* Fix warnings.Ignacio Casal Quinteiro2010-12-236-25/+17
* Allow comparing Gtk.TreePath to NoneJesse van den Kieboom2010-12-202-6/+12
* handle unicode objects in propertiesJohn (J5) Palmieri2010-12-172-9/+42
* pygi-convert.sh: improve GtkSourceView conversionPaolo Borelli2010-12-131-0/+7
* pygi-convert.sh: Gtk.DialogFlags conversionPaolo Borelli2010-12-131-0/+1
* Doc Extractor: Print the gtk-doc blocks sorted by function name.José Alburquerque2010-12-121-1/+1
* pygi-convert.sh: add more Gtk conversions and sortPaolo Borelli2010-12-131-24/+26
* pygi-convert.sh: convert AtkPaolo Borelli2010-12-131-0/+12