summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* getter for __dict__ on GObject wrappers. (PyGObject_Type): include getsetspython22-branchJames Henstridge2001-09-254-5/+46
* change to getter. (_wrap_gdk_device__get_keys): turn into a getter.James Henstridge2001-09-254-95/+134
* remove ExtensionClass.stx from EXTRA_DIST list.James Henstridge2001-09-231-1/+0
* don't import ExtensionClass.James Henstridge2001-09-234-9/+34
* return an int. (_wrap_gtk_tree_view_get_path_at_pos): same here.James Henstridge2001-09-236-104/+115
* remove traces of ExtensionClass.James Henstridge2001-09-229-62/+126
* s/PyExtensionClass/PyTypeObject/James Henstridge2001-09-223-66/+102
* (pygobject__gobject_init__): add __gobject_init__ method, that just callsJames Henstridge2001-09-223-2/+25
* set type->ob_type. (pyg_register_boxed): same here.James Henstridge2001-09-223-0/+18
* convert to use PyTypeObjects instead of ExtensionClass. (pygobject_new):James Henstridge2001-09-215-608/+379
* don't include ExtensionClass.hJames Henstridge2001-09-218-4688/+27
* uncomment this now it has a boxed type.python22-branch-anchorJames Henstridge2001-09-207-20/+17
* rename from new, so that the header is includable in C++ programs.PYGTK_1_99_1James Henstridge2001-09-203-4/+9
* define defaultsMatt Wilson2001-09-193-5/+55
* update for newer Pango API.James Henstridge2001-09-193-53/+410
* extras for the ignore listJames Henstridge2001-09-191-1/+2
* remove fields from PangoFontDescription, as it is an opaque type now.James Henstridge2001-09-193-11/+11
* add a cast in pointer comparison to squelch compiler warning.Matt Wilson2001-09-192-1/+6
* note the defaults in the definition.Matt Wilson2001-09-193-4/+87
* add selection to the fields (GtkCTree::insert_node): note the defaults inMatt Wilson2001-09-183-11/+85
* add columns and selection to the fieldsMatt Wilson2001-09-182-1/+27
* rename to gobject.list_properties.James Henstridge2001-09-183-4/+9
* fixed to work with new namespaceMatt Wilson2001-09-182-10/+13
* don't defined gdk_pixbuf_new_from_file as a constructor of GdkPixbuf.Matt Wilson2001-09-182-2/+5
* add defaults to match old behavior (gtk_alignment_new): likewiseMatt Wilson2001-09-182-17/+43
* export this function.James Henstridge2001-09-187-378/+257
* check if the base class is an extensionclass before poking around inJames Henstridge2001-09-184-2/+8
* don't #define these types to G_TYPE_INVALID, as they are now valid.James Henstridge2001-09-174-19/+9
* install keysyms.py and not GDK.pyJames Henstridge2001-09-169-717/+341
* fix name of init function.James Henstridge2001-09-156-11/+21
* don't install the GTK.py header.James Henstridge2001-09-156-159/+51
* allow '_' as start of constant name. (pyg_flags_add_constants): same here.James Henstridge2001-09-153-4/+8
* don't import GTK.James Henstridge2001-09-159-166/+54
* add test use of add_constants.James Henstridge2001-09-146-0/+166
* fix up defsdir definition.James Henstridge2001-09-144-2/+9
* same change.James Henstridge2001-09-146-16/+23
* merge from short-class-names-branchJames Henstridge2001-09-1417-1510/+1700
* removed. (gtk_cell_renderer_text_pixbuf_get_type): removed.Johan Dahlin2001-09-134-57/+38
* update spec file for pygtk2short-class-names-branch-anchorPYGTK_1_99James Henstridge2001-09-101-30/+17
* add check and usage for AUTOMAKE and ACLOCAL.Johan Dahlin2001-09-102-4/+11
* fix up enums.James Henstridge2001-09-064-7/+15
* move constant.James Henstridge2001-09-062-6/+5
* various updates to make it compile.James Henstridge2001-09-066-196/+276
* add forth argument to PKG_CHECK_MODULES call so that configure doesn't dieJames Henstridge2001-08-232-1/+9
* fix small typos that prevented libglade module from working correctly.James Henstridge2001-08-222-8/+8
* add signal connection function overrieds.James Henstridge2001-08-228-1062/+227
* add checks for libglade.James Henstridge2001-08-216-265/+215
* update for autoconf 2.52James Henstridge2001-08-215-23/+28
* register a "PyObject" boxed type with glib.. (pyg_value_from_pyobject): ifJames Henstridge2001-07-083-6/+75
* fix argument type for return_type.James Henstridge2001-07-083-2/+5