summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* removed debugging code I didn't mean to check in.Matt Wilson2002-01-111-4/+1
* added missing newlineMatt Wilson2002-01-112-13/+31
* handle exceptions raised in callback func.Matt Wilson2002-01-091-0/+12
* provide these functions in the gtk namespace as well as gtk.gdk.James Henstridge2002-01-081-0/+3
* the F10 key is used to start navigating the menu -- not alt.James Henstridge2002-01-071-6/+6
* get rid of g_thread_init() call -- this occurs in gobjectmodule now.James Henstridge2002-01-072-14/+5
* add overriden implementation that allows threads while waiting, so someJames Henstridge2002-01-077-195/+213
* accept a sequence for the entries, not just a list.Matt Wilson2002-01-031-15/+24
* remove -1 from store.set call.Matt Wilson2002-01-034-32/+35
* same here.PYGTK_1_99_6James Henstridge2001-12-241-5/+5
* (_wrap_gtk_item_factory_create_items): Change PyArg_ParseTupleJohan Dahlin2001-12-241-2/+3
* Remove window argJohan Dahlin2001-12-241-8/+3
* comment out, as we have two GdkColormap.change's.James Henstridge2001-12-212-38/+38
* Add and define PYGTK_[MAJOR,MINOR,MACRO]_VERSION. Also addJohan Dahlin2001-12-141-18/+14
* Impl.Johan Dahlin2001-12-143-3/+53
* always print and clear the exceptions in callback marshalers. People whoMatt Wilson2001-12-135-51/+8
* oops, give useful messages pointing to the right replacements...Matt Wilson2001-12-121-143/+143
* added deprecation messagesMatt Wilson2001-12-121-171/+590
* added missing defs.Matt Wilson2001-12-101-0/+14
* rename. (text_attribute_get_value): rename.James Henstridge2001-12-091-3/+9
* one more missing defs entry.Matt Wilson2001-12-071-0/+9
* ignore all functions that start with _Matt Wilson2001-12-073-89/+2106
* add null-ok to the special cased iter parameters that mean 'root'.Matt Wilson2001-12-061-2/+2
* split it get_varlist into get_varlist and get_kwlist to avoid unusedMatt Wilson2001-12-053-197/+90
* use new GtkListStore.set method.Matt Wilson2001-12-051-8/+116
* addedMatt Wilson2001-12-042-16/+138
* fix up format string, from bug #65636 (Skip again).James Henstridge2001-12-021-1/+1
* s/GtkImage/GtkWidget/ in gtk_image_new_from_*Johan Dahlin2001-12-021-3/+3
* fname is actually required. Added default to NULL for all arguments thatMatt Wilson2001-11-292-7/+9
* split atk types off into its own fileMatt Wilson2001-11-291-66/+53
* removed disthook, marked autogenerated .c files as nodist sources.Matt Wilson2001-11-291-7/+5
* added min_aspect and max_aspect to the kwlist so that the kwlist lengthMatt Wilson2001-11-291-1/+2
* fixed the constructor so it actually worksMatt Wilson2001-11-282-1/+4
* added start of atk wrapperMatt Wilson2001-11-271-14/+11
* 1.99.5Matt Wilson2001-11-262-11/+18
* added GtkTreeView.get_columns, GtkTreeView.move_column_after,Matt Wilson2001-11-181-0/+131
* pass in any error checking and handling code snippets into the returnMatt Wilson2001-11-183-4/+10
* remove window argumentMatt Wilson2001-11-162-3/+1
* need to cast to the right type for _PyGTK_API init.Matt Wilson2001-11-161-1/+1
* initialize pos to 0, make pos an optional argument. #64087Matt Wilson2001-11-152-4/+5
* added gtk.major_version, gtk.minor_version, and gtk.micro_version. #59830.Matt Wilson2001-11-151-1/+17
* cast void* to _PyGtk_FunctionStruct* when retrieving the API struct,Matt Wilson2001-11-151-1/+2
* added PyGFatalExceptionFunc typedef, API wrapper forMatt Wilson2001-11-154-1/+188
* added, #62393 (_wrap_gtk_widget_class_path): added, #62393Matt Wilson2001-11-151-0/+39
* added, #62474 (GtkTreeSelection.get_mode): added, #62474Matt Wilson2001-11-151-0/+16
* removed GtkAccelGroup.accel_group_get_default,Matt Wilson2001-11-131-77/+1
* renamed GtkSelectionData.data_set_tree_row, #60218Matt Wilson2001-11-011-8/+13
* remove gtk_cell_renderer_toggle_[gs]et_active.James Henstridge2001-10-291-15/+0
* add enumJames Henstridge2001-10-241-0/+10
* use new forward search API with flags enum in CVS.Matt Wilson2001-10-237-219/+123