summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* Remove .cvsignore archivesJohan Dahlin2007-01-161-18/+0
* Bug 382428 – Missing g_strdup in Event.string setterGustavo J. A. M. Carneiro2006-12-051-1/+2
* gtk_tree_model_foreach bug fixGustavo J. A. M. Carneiro2006-11-251-3/+3
* Do not rebind sys.path, restore the old one. Thanks to Jp Calderone forJohan Dahlin2006-11-151-1/+1
* set return value to NULL in the error codepath.Paolo Borelli2006-11-131-0/+1
* Bug 337368 – Make PyGTK work with Python 2.5 and 64-bitGustavo J. A. M. Carneiro2006-10-0310-95/+128
* pygtk_tree_sortable_sort_cb: fix refcount prob. introduced in 2.10.2Gustavo J. A. M. Carneiro2006-10-031-2/+2
* Fix problems introduced in fix of #347273 and relatedGustavo J. A. M. Carneiro2006-09-164-7/+27
* Declare variable at start of code blockJohn Ehresman2006-09-121-1/+2
* Require PyGObject 2.12.0Johan Dahlin2006-09-041-1/+1
* issue a warning instead of printing to stdout, fixes #316877 regression.Johan Dahlin2006-08-141-1/+2
* docs/reference/pygtk-gtkpagesetupunixdialog.xmlJohn Finlay2006-08-051-4/+4
* Always include 2.10 defs in EXTRA_DIST, fixes (#350008, Joseph Sacco)Johan Dahlin2006-08-051-0/+3
* Make it possible to reload the gtk+ module, (#349026, Alexander Larsson)Johan Dahlin2006-08-051-2/+6
* Special case __members__ to dir on the real module, fixes (#349892, JohnJohan Dahlin2006-08-051-0/+2
* Add this back in.John Finlay2006-08-051-0/+17
* Remove pygtk_custom_destroy_notify.John Finlay2006-07-301-17/+0
* _wrap_gtk_print_context_get_cairo_context fixGustavo J. A. M. Carneiro2006-07-281-3/+3
* reviewed by: Johan Dahlin <jdahlin@async.com.br>Rafael Ávila de Espíndola2006-07-279-13/+13
* bug #348937: 100ms timeouts in pygtkGustavo J. A. M. Carneiro2006-07-272-22/+70
* Check the required PyGObject version in runtime too.Johan Dahlin2006-07-251-1/+1
* Install _lazyutils tooJohan Dahlin2006-07-251-1/+2
* Add.John Finlay2006-07-241-10/+32
* Add prerequisite.John Finlay2006-07-241-0/+1
* Add dependencies on gtk-types.defs and gdk-types.defsJohn Finlay2006-07-241-2/+3
* Remove back the install-exec-hook that removes _gtk.laGustavo J. A. M. Carneiro2006-07-231-3/+0
* Revert dynamic namespaces, it is not possible to solve it without breakingJohan Dahlin2006-07-238-68/+71
* Send in a real dictionary to _get_symbol, this was apparently not tested enoughJohan Dahlin2006-07-231-1/+2
* _gtkimpl vs _gtk compat. fixesGustavo J. A. M. Carneiro2006-07-232-0/+5
* Attach as AtkImplementorIface methodJohn Finlay2006-07-232-165/+190
* Use failure_exception instead of failure_cleanup (GtkTreePathReturn): Add.John Finlay2006-07-223-35/+702
* 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