summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add some news items.PYGTK_1_99_17James Henstridge2003-07-314-2/+22
* add wrapper (from bug #118676).James Henstridge2003-07-313-0/+35
* add a call to PyType_Ready() to make sure the type is initialised (bugJames Henstridge2003-07-313-0/+13
* apply Elliot Lee's threading patch. Still need to fix the remainingJames Henstridge2003-07-263-30/+33
* add wrapper (bug #116133).James Henstridge2003-07-253-0/+48
* same here.James Henstridge2003-07-2416-56/+60
* add add_buttons() method (bug #109620).James Henstridge2003-07-232-0/+46
* Build fixIan McKellar2003-07-232-1/+5
* print a real error if we find a string or identifier outside of aJames Henstridge2003-07-222-0/+9
* wrappers for tree model drag source/dest functions from Emmanuele BassiJames Henstridge2003-07-222-0/+315
* fix a bug I introduced into the makefile yesterday, and fix dependenciesJames Henstridge2003-07-222-17/+26
* gtk/gdk.override (gdk_window_new) Wrap gdk_window_new as a constructor forJohn Finlay2003-07-202-0/+76
* same here.James Henstridge2003-07-204-38/+45
* pango.override (_wrap_PANGO_ASCENT, _wrap_PANGO_DESCENT)John Finlay2003-07-124-0/+133
* pango.override (PangoAttrIterator) Add this type and its methods.John Finlay2003-07-122-0/+199
* pango.override (pypango_attr_new) Add start and end args to specifyJohn Finlay2003-07-122-65/+121
* pango.override (pypango_attr_tp_getattr) (pypango_attr_get_type) Add theseJohn Finlay2003-07-122-1/+95
* pango.defs (pango_color_parse) Make this a constructor for pango.Color.John Finlay2003-07-123-2/+35
* gtk/gtk.defs (gtk_tree_model_sort_convert_iter_to_child_iter) AllowJohn Finlay2003-07-123-2/+86
* (GtkTreeViewColumn.set_widget): allow passing None for the columnJames Henstridge2003-07-032-3/+5
* allow passing None as the icon (fixes bug #116072).James Henstridge2003-07-032-1/+4
* change first block threads instead of unblocking them here. (Looks likeJames Henstridge2003-07-033-2/+8
* Bug #110619:Naofumi Yasufuku2003-07-023-3781/+3843
* Add deprecation warnings. Fixes #110663.John Finlay2003-07-011-0/+56
* Add first two defs and add deprecation to last def. Fixes #115502.John Finlay2003-07-011-0/+14
* gtk/gtk.override (_wrap_gtk_color_selection_palette_from_string) Add.John Finlay2003-07-011-0/+77
* Allow fd arg to be a Python file object. Fixes #115198.John Finlay2003-07-011-0/+42
* gtk/gtk.override (_wrap_gtk_accel_map_lookup_entry) Add function. FixesJohn Finlay2003-07-011-0/+21
* gtk/gtk.override (_wrap_gtk_accelerator_parse) Add function. FixesJohn Finlay2003-07-011-0/+17
* gtk/gtktextview.override (_wrap_gtk_text_buffer_set_text)John Finlay2003-07-011-0/+20
* Add functions. Fixes #115046.John Finlay2003-07-011-0/+54
* shape_mask can be NULL. Fixes #114952.John Finlay2003-07-011-1/+1
* Add method. Fixes #114821.John Finlay2003-07-011-0/+11
* Return a GdkRectangle. Fixes #114817.John Finlay2003-07-011-0/+11
* Add deprecation warnings. Fixes #110663.John Finlay2003-07-013-21/+133
* gobjectmodule.c (pyg_error_check) Replace first pyg_unblock_threads withJohn Finlay2003-06-301-0/+5
* same here.James Henstridge2003-06-303-2/+8
* Add deprecation warning. Fixes 113954.John Finlay2003-06-281-0/+10
* Add optional args background and foreground (GdkColor) default to NULL.John Finlay2003-06-281-0/+38
* Add deprecation warning. Fixes 113954.John Finlay2003-06-281-0/+1
* Fix typo. Fixes #114659.John Finlay2003-06-281-1/+1
* add copyright notices, and update to LGPL 2.1.James Henstridge2003-06-2638-151/+866
* fixGustavo J. A. M. Carneiro2003-06-232-2/+8
* fix bug 114619 (the #define we were using was private).James Henstridge2003-06-182-1/+6
* Fix an invalid python format string.Joe Shaw2003-06-122-1/+6
* Fix bogus strcmp. Thanks to John Ehresman for spotting this. Fixes #110489Johan Dahlin2003-06-063-2/+9
* Allow allocating a color using an unallocated gdk.Color. Patch by JohnJohan Dahlin2003-06-062-8/+31
* Allow null for parent. Fixes #113577Johan Dahlin2003-06-062-1/+3
* AddedJohan Dahlin2003-06-063-0/+48
* (_wrap_gdk_gc_set_values, _wrap_gdk_gc_set_values): Impl. Patch byJohan Dahlin2003-06-062-0/+261