summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* AddJohn Finlay2006-07-223-0/+79
* Remove the leading gdk_ from a few functions.Johan Dahlin2006-07-211-11/+11
* fix a couple of leaks in icon theme loadingGustavo J. A. M. Carneiro2006-07-201-0/+2
* Ignore. #341633 (Johan Dahlin)John Finlay2006-07-201-0/+4
* Remove negative index readjustment code. #311852 (Baiju M)John Finlay2006-07-201-4/+0
* Wrap thread functions tooJohan Dahlin2006-07-191-3/+3
* Don't register constants Make enum/flags lazily created too.Johan Dahlin2006-07-192-4/+5
* Remove GTK_ACCEL_SIGNAL_VISIBLE, it was removed a long time ago (2001 ! )Johan Dahlin2006-07-191-1/+0
* Fix typoJohn Finlay2006-07-191-1/+1
* Remove __all__, put placeholders in __dict__ so dir() worksJohan Dahlin2006-07-191-9/+7
* Make functions lazily loaded. Make deprecation lazy too, to avoidJohan Dahlin2006-07-192-29/+34
* Re-add the old version so we still work on Gtk+ 2.8Johan Dahlin2006-07-191-1/+32
* Generalize and prettify LazyNamespaceJohan Dahlin2006-07-192-39/+25
* (_wrap_gtk_tree_selection_set_select_function): Optionally provide fullJohn Finlay2006-07-191-12/+74
* Don't copy TreeIter when passing to callback. #347273 (Stefano Maggiolo)John Finlay2006-07-181-9/+9
* Add. (_wrap_gtk_tree_store_insert): UseJohn Finlay2006-07-181-8/+88
* Allow 'from gtk import *' to workJohn Finlay2006-07-181-0/+4
* Specify code arg is NoneJohn Finlay2006-07-172-4/+956
* Move from gtk/gtk-base-types.defsJohn Finlay2006-07-141-12/+0
* move FileInfo and FilePath types back since they are 2.8John Finlay2006-07-141-0/+12
* Fix libglade/gtkunixprint buildJohan Dahlin2006-07-142-33/+2
* Move 2.10 types to 2.8Johan Dahlin2006-07-142-18/+18
* Add. #337011 (Sebastian Pölsterl) (TipsQuery, TargetList, TreePath,John Finlay2006-07-132-0/+128
* Only load types in gtk when they are used, fixes #346946Johan Dahlin2006-07-1310-43/+153
* new container tests by Lorenzo Gil SanchezGustavo J. A. M. Carneiro2006-07-131-2/+1
* Bug 331445 – No gtk.Widget.get_activate_signalGustavo J. A. M. Carneiro2006-07-131-0/+61
* Bug 331355 – GtkAction menu/tool_item_typeGustavo J. A. M. Carneiro2006-07-132-0/+63
* finish GtkEditable interface supportGustavo J. A. M. Carneiro2006-07-132-1/+92
* last fixes for 2.9.3 releasePYGTK_2_9_3Gustavo J. A. M. Carneiro2006-07-121-0/+1
* Ignore gtk_recent_chooser_set_show_numbers andJohan Dahlin2006-07-121-0/+2
* Add.John Finlay2006-07-122-0/+83
* Remove dup.John Finlay2006-07-121-7/+0
* Fix import statements, do not use _gtk directlyJohan Dahlin2006-07-111-5/+5
* Remove dup.John Finlay2006-07-111-13/+0
* Remove duplicate.John Finlay2006-07-102-20/+0
* Change to function to resolve conflict with gdk_colormap_change.John Finlay2006-07-101-12/+3
* Bug 343960 – duplicate gtk.Clipboard causing visit_decref errorGustavo J. A. M. Carneiro2006-07-081-0/+1
* Ignore-glob *_libgtk_only. Fixes #321476.John Finlay2006-07-071-0/+1
* Allow colors to be a sequence.John Finlay2006-07-061-8/+13
* Bug 346745 – Pygtk crashed in gtk.color_selection_palette_to_stringGustavo J. A. M. Carneiro2006-07-061-2/+2
* pedantic fixesJohan Dahlin2006-07-051-4/+3
* Remove a few more attributesJohan Dahlin2006-07-051-1/+1
* Rearrange code to work better with pyflakesJohan Dahlin2006-07-052-11/+12
* Add infrastructure to handle lazy loading. Move keysyms to be loadedJohan Dahlin2006-07-053-8/+44
* Move deprecation related classes to a separate python fileJohan Dahlin2006-07-053-60/+89
* moving x11-specific functions from gdk-2.10.defs into gdk-base.defsGustavo J. A. M. Carneiro2006-06-272-346/+346
* _wrap_gdk_cairo_rectangle argument parsing fixGustavo J. A. M. Carneiro2006-06-271-0/+1
* Add virtual defs for these interfaces.John Finlay2006-06-271-1/+112
* Allow pixbuf to be None (gtk_status_icon_set_tooltip): Allow tooltip_textJohn Finlay2006-06-261-1/+1
* Allow pixbuf to be NoneJohn Finlay2006-06-251-1/+1