summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mask out G_SIGNAL_TYPE_STATIC_SCOPE to fix signal emission.Matt Wilson2001-10-053-8/+17
* Handle non-Tuple parameters.Johan Dahlin2001-10-055-188/+431
* fixed argument format string.Matt Wilson2001-10-053-6/+35
* make user_data optionalMatt Wilson2001-10-043-3/+10
* *** empty log message ***Johan Dahlin2001-10-041-1/+1
* fixed non-compiling function.Matt Wilson2001-10-042-6/+11
* Modify ParseTuple to accept 6 argument, so we can use stock icons andJohan Dahlin2001-10-043-9/+70
* spec file changes.James Henstridge2001-10-043-33/+39
* tweak the repr such that calling it on an uninitialized PyGObject won'tMatt Wilson2001-10-033-6/+18
* Added.Johan Dahlin2001-10-024-67/+246
* bound (gdk.screen_height): bound (gdk.screen_width_mm): boundMatt Wilson2001-10-022-12/+77
* remove debugging message James checked in.Matt Wilson2001-10-024-2/+25
* preserve flags that have a default value by short circuiting theMatt Wilson2001-10-022-2/+10
* fix bum changelog entryMatt Wilson2001-10-021-5/+5
* (pyg_object_new): rewrote function to use g_object_newv and instantiateMatt Wilson2001-10-023-54/+80
* added a new gobject.new function to create an object of any registeredMatt Wilson2001-10-023-0/+132
* fix bug where we were INCREFing the saved widget even in the hasref caseJames Henstridge2001-10-024-5/+13
* accept unicode objects as well. (_wrap_gtk_clist_prepend): likewiseMatt Wilson2001-10-022-14/+32
* Added GtkAccelLabel: get_accel_object, set_accel_object. GtkButton:Johan Dahlin2001-10-022-5/+201
* added code to write out __members__ attribute so that dir(foo) works onMatt Wilson2001-10-012-0/+14
* use gobject.TYPE_STRING instead of hard coded valuesMatthew Wilson2001-10-012-2/+8
* (pygobject_new): GC track wrappers created through pygobject_new.James Henstridge2001-09-303-0/+5
* use plain old PyObject_GC_Del, as the overridden tp_free seems to ignoreJames Henstridge2001-09-303-2/+10
* increment version number, and require gtk 1.3.9 (we already required itJames Henstridge2001-09-304-8/+20
* port to new namespaceMatthew Wilson2001-09-292-5/+9
* small typoPYGTK_1_99_2James Henstridge2001-09-292-2/+2
* add a wrapper for a GParamSpec. Currently it only exposes the baseJames Henstridge2001-09-293-4/+261
* require 2.2a4.James Henstridge2001-09-282-2/+4
* use pyg_type_from_object instead. Based on patch from Elliot.James Henstridge2001-09-2820-5606/+986
* mark as constructorMatt Wilson2001-09-283-1/+46
* oops, restore this #if 0 I accidently deletedMatt Wilson2001-09-271-0/+1
* added new parameters.Matt Wilson2001-09-277-213/+205
* implemented GdkPixbuf.render_pixmap_and_mask.Matt Wilson2001-09-255-2/+65
* added defaults to match previous version, changed step_increment toMatt Wilson2001-09-242-8/+15
* added binding.Matthew Wilson2001-09-223-5/+42
* handle returning both a pointer to a boxed type and a boxed type itselfMatt Wilson2001-09-214-7/+29
* 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