| Commit message (Expand) | Author | Age | Files | Lines |
* | gtk/gtk.defs (gtk_tree_model_sort_convert_iter_to_child_iter) Allow | John Finlay | 2003-07-12 | 2 | -2/+69 |
* | (GtkTreeViewColumn.set_widget): allow passing None for the column | James Henstridge | 2003-07-03 | 1 | -1/+1 |
* | allow passing None as the icon (fixes bug #116072). | James Henstridge | 2003-07-03 | 1 | -1/+1 |
* | Add first two defs and add deprecation to last def. Fixes #115502. | John Finlay | 2003-07-01 | 1 | -0/+14 |
* | gtk/gtk.override (_wrap_gtk_color_selection_palette_from_string) Add. | John Finlay | 2003-07-01 | 1 | -0/+77 |
* | Allow fd arg to be a Python file object. Fixes #115198. | John Finlay | 2003-07-01 | 1 | -0/+42 |
* | gtk/gtk.override (_wrap_gtk_accel_map_lookup_entry) Add function. Fixes | John Finlay | 2003-07-01 | 1 | -0/+21 |
* | gtk/gtk.override (_wrap_gtk_accelerator_parse) Add function. Fixes | John Finlay | 2003-07-01 | 1 | -0/+17 |
* | gtk/gtktextview.override (_wrap_gtk_text_buffer_set_text) | John Finlay | 2003-07-01 | 1 | -0/+20 |
* | Add functions. Fixes #115046. | John Finlay | 2003-07-01 | 1 | -0/+54 |
* | shape_mask can be NULL. Fixes #114952. | John Finlay | 2003-07-01 | 1 | -1/+1 |
* | Add method. Fixes #114821. | John Finlay | 2003-07-01 | 1 | -0/+11 |
* | Return a GdkRectangle. Fixes #114817. | John Finlay | 2003-07-01 | 1 | -0/+11 |
* | Add deprecation warnings. Fixes #110663. | John Finlay | 2003-07-01 | 3 | -21/+133 |
* | same here. | James Henstridge | 2003-06-30 | 2 | -2/+0 |
* | Add optional args background and foreground (GdkColor) default to NULL. | John Finlay | 2003-06-28 | 1 | -0/+38 |
* | Add deprecation warning. Fixes 113954. | John Finlay | 2003-06-28 | 1 | -0/+1 |
* | Fix typo. Fixes #114659. | John Finlay | 2003-06-28 | 1 | -1/+1 |
* | add copyright notices, and update to LGPL 2.1. | James Henstridge | 2003-06-26 | 24 | -45/+491 |
* | fix bug 114619 (the #define we were using was private). | James Henstridge | 2003-06-18 | 1 | -1/+1 |
* | Fix an invalid python format string. | Joe Shaw | 2003-06-12 | 1 | -1/+1 |
* | Allow allocating a color using an unallocated gdk.Color. Patch by John | Johan Dahlin | 2003-06-06 | 1 | -8/+27 |
* | Allow null for parent. Fixes #113577 | Johan Dahlin | 2003-06-06 | 1 | -1/+1 |
* | Added | Johan Dahlin | 2003-06-06 | 2 | -0/+42 |
* | (_wrap_gdk_gc_set_values, _wrap_gdk_gc_set_values): Impl. Patch by | Johan Dahlin | 2003-06-06 | 1 | -0/+259 |
* | Make last argument optional. (_wrap_gdk_pixbuf_loader_new_with_type): Make | Johan Dahlin | 2003-06-06 | 1 | -1058/+1124 |
* | Add xid and handle attributes. | Johan Dahlin | 2003-06-06 | 2 | -0/+36 |
* | Undeprecate, add keywords. Based upon patch by kohler@icir.org, fixes | Johan Dahlin | 2003-06-06 | 2 | -9/+15 |
* | New files, splitted out from gtk.override | Johan Dahlin | 2003-06-06 | 10 | -5006/+5028 |
* | use short and long instead of gint16 and gint32, so we don't break on 64 | James Henstridge | 2003-06-02 | 1 | -47/+97 |
* | Accept None as argument. Patch by John Finlay, fixes #113675 | Johan Dahlin | 2003-05-31 | 1 | -3/+3 |
* | (pygtk_container_for_common_marshal, pygtk_container_for_common) | Johan Dahlin | 2003-05-31 | 1 | -12/+37 |
* | (_wrap_gtk_window_set_icon_list, _wrap_gtk_window_get_icon_list) | Johan Dahlin | 2003-05-31 | 1 | -0/+116 |
* | (_wrap_gtk_widget_get_size_request): Impl. Patch by John Finlay, | Johan Dahlin | 2003-05-31 | 1 | -0/+10 |
* | Impl. Patch by John Finlay, fixes #113568. | Johan Dahlin | 2003-05-31 | 1 | -0/+11 |
* | Rename first argument to sorted_path. Thanks to John Finlay, fixes | Johan Dahlin | 2003-05-31 | 2 | -2/+3 |
* | (_wrap_gtk_tooltips_data_get): Impl. Patch by John Finlay, fixes | Johan Dahlin | 2003-05-31 | 1 | -1/+27 |
* | (_wrap_gtk_text_view_set_border_window_size): Raise exceptions if | Johan Dahlin | 2003-05-31 | 1 | -0/+43 |
* | (_wrap_gtk_text_tag_table_remove): Raise ValueError if the tag | Johan Dahlin | 2003-05-31 | 1 | -0/+37 |
* | Impl. Patch by John Finlay, Fixes #112796 | Johan Dahlin | 2003-05-31 | 1 | -0/+42 |
* | Fix typo. Thanks to John Finlay. Fixes #113928 | Johan Dahlin | 2003-05-30 | 1 | -1/+1 |
* | Impl. Patch by John Finlay, fixes #113919. | Johan Dahlin | 2003-05-30 | 1 | -0/+18 |
* | Backwards compatibility, based on patch by Jonathan Blandford, fixes | Johan Dahlin | 2003-05-30 | 3 | -20/+67 |
* | Make the third argument optional. This broke distutils. | Johan Dahlin | 2003-05-28 | 3 | -24/+0 |
* | Go ahead punk, make my day | Johan Dahlin | 2003-05-08 | 1 | -4/+2 |
* | Implement. Patch by John Finlay, fixes #112054 and #112058. | Johan Dahlin | 2003-05-08 | 2 | -8/+249 |
* | Install dsextras. | Johan Dahlin | 2003-04-29 | 1 | -1/+1 |
* | This two are constructors, not normal function, therefor return -1 as | Johan Dahlin | 2003-03-21 | 1 | -2374/+2376 |
* | Added. | Johan Dahlin | 2003-03-19 | 1 | -1/+10 |
* | add some documentation. | James Henstridge | 2003-03-12 | 1 | -1/+3 |