summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump up required versions of gtk, pango, and glib.PYGTK_1_99_5Matt Wilson2001-11-263-4/+8
* 1.99.5Matt Wilson2001-11-264-12/+36
* fix indention. (write_getsets): use the handler's error handling codeMatt Wilson2001-11-192-4/+10
* fixed think-o, don't store a pointer to the function pointer, just storeMatt Wilson2001-11-193-6/+10
* renamed to set_font_map (PangoFontMap.load_font): added context argumentMatt Wilson2001-11-192-1/+7
* added GtkTreeView.get_columns, GtkTreeView.move_column_after,Matt Wilson2001-11-182-0/+143
* pass in any error checking and handling code snippets into the returnMatt Wilson2001-11-186-58/+174
* remove window argumentMatt Wilson2001-11-163-3/+6
* s/g_param_get_{name,nick,blurb}/g_param_spec_get_{name,nick,blurb}/gMatt Wilson2001-11-163-10/+14
* need to cast to the right type for _PyGTK_API init.Matt Wilson2001-11-162-1/+6
* initialize pos to 0, make pos an optional argument. #64087Matt Wilson2001-11-153-4/+8
* added gtk.major_version, gtk.minor_version, and gtk.micro_version. #59830.Matt Wilson2001-11-152-1/+22
* cast void* to _PyGtk_FunctionStruct* when retrieving the API struct,Matt Wilson2001-11-152-6/+9
* added PyGFatalExceptionFunc typedef, API wrapper forMatt Wilson2001-11-159-23/+321
* added, #62393 (_wrap_gtk_widget_class_path): added, #62393Matt Wilson2001-11-152-0/+42
* added, #62474 (GtkTreeSelection.get_mode): added, #62474Matt Wilson2001-11-152-0/+21
* *** empty log message ***Johan Dahlin2001-11-141-0/+115
* removed GtkAccelGroup.accel_group_get_default,Matt Wilson2001-11-132-77/+13
* renamed GtkSelectionData.data_set_tree_row, #60218Matt Wilson2001-11-012-8/+27
* reset release numberPYGTK_1_99_4Matt Wilson2001-10-291-1/+1
* remove gtk_cell_renderer_toggle_[gs]et_active.James Henstridge2001-10-292-16/+5
* -2001-10-26 Matt Wilson <msw@redhat.com>Matt Wilson2001-10-262-4/+11
* include the module name in the typename. (PyGInterface_Type): same here.James Henstridge2001-10-254-28/+49
* add enumJames Henstridge2001-10-241-0/+10
* at the end of the getattr function, we must use Py_FindMethod. This fixesMatt Wilson2001-10-232-3/+15
* make ChangeLog make more senseMatt Wilson2001-10-231-2/+2
* use new forward search API with flags enum in CVS.Matt Wilson2001-10-239-219/+178
* fill methodJames Henstridge2001-10-231-0/+8
* deal with const return types when cleaning up function prototypeMatt Wilson2001-10-211-4/+6
* override GtkTreeModel.iter_children(parent) to return a new iter, likeMatt Wilson2001-10-192-0/+35
* rename from pixbuf_new_from_stream to match gdk-pixbuf changes in CVS.Matt Wilson2001-10-184-6/+20
* convert all argument type whitespace to '-'.Matt Wilson2001-10-162-2/+7
* move headers to a version-specific directory so we can have oldMatt Wilson2001-10-155-4/+22
* more namespace tweaksMatt Wilson2001-10-151-4/+4
* spec tweaksMatt Wilson2001-10-111-4/+11
* fixed typo in devel filelist (header) added macro that tests to see if weMatt Wilson2001-10-112-5/+20
* h2def.py couldn't handle functions parameters with a type but no name. Now it...Murray Cumming2001-10-112-3/+12
* word wrapMatt Wilson2001-10-111-1/+2
* also go set up the reflist if we're doing refcount debugging.Matt Wilson2001-10-113-0/+17
* if we are saving a reference to the wrapper during dealloc (which isJames Henstridge2001-10-113-0/+19
* fix up c-name.sigc1_1_before_patchJames Henstridge2001-10-094-3/+15
* change pygtk.spec -> pygtk.spec.in, which is what msw probably forgot toPYGTK_1_99_3James Henstridge2001-10-093-3/+3
* move types.James Henstridge2001-10-0912-3254/+3300
* added specfile templateMatt Wilson2001-10-084-4/+24
* comment out, as it is only for use by engines.James Henstridge2001-10-088-141/+79
* remove unused variable (the line number on the gcc warning matchedJames Henstridge2001-10-064-9/+91
* pass the filename to overrides.James Henstridge2001-10-063-9/+50
* implemented function to return the selection.Matt Wilson2001-10-053-1/+54
* too many tuples.Matt Wilson2001-10-053-2/+6
* *** empty log message ***Johan Dahlin2001-10-052-2/+2