summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Add tooltip demo and move builder demo to pygtk-demoGian Mario Tagliaretti2007-07-205-33/+299
* wrap a couple of gtk.Builder methods, new builder exampleGian Mario Tagliaretti2007-07-176-0/+398
* strip gtk_ prefix for new 2.12 functionsGian Mario Tagliaretti2007-07-152-6/+10
* try/except around ltihooks.uninstall(), as suggested by Brad Schick at theJohan Dahlin2007-07-142-2/+10
* Port from pygtk-2-10 branchJohan Dahlin2007-07-141-2/+4
* docs for gtk.TreeView 2.12 APIGian Mario Tagliaretti2007-07-122-0/+244
* fix gtk.Container docs, close #370936Gian Mario Tagliaretti2007-07-122-9/+20
* wrap four GtkImage functions with docsGian Mario Tagliaretti2007-07-124-9/+206
* wrap gtk.TreeView new APIGian Mario Tagliaretti2007-07-112-0/+138
* fix a broken build if gtk+-2.12 is not presentGian Mario Tagliaretti2007-07-112-0/+8
* Bug 455629 – Reverse wrapper functions having a GError * parameter are wrongGustavo J. A. M. Carneiro2007-07-112-2/+23
* wrap new API for a 2.11.0 releaseGian Mario Tagliaretti2007-07-1012-5/+1864
* gtk.Action subclass testGustavo J. A. M. Carneiro2007-07-102-0/+21
* module.__version__ == VERSIONGustavo J. A. M. Carneiro2007-07-082-0/+13
* Do not access GtkTooltips->tips_data_list, just return an empty listJohan Dahlin2007-06-242-20/+7
* Bug 448111 – Write const for boxed const return valuesGustavo J. A. M. Carneiro2007-06-172-1/+12
* use python-config to get python includes (Closes #448176)Sebastien Bacher2007-06-162-0/+9
* Reverted last change: accidentally committed lot of irrelevant stuffYevgen Muntyan2007-06-168-53/+39
* reviewed by: Gustavo J. A. M. Carneiro.Yevgen Muntyan2007-06-168-39/+53
* Bug 446470 – Support for GError** parameter in virtual functionGustavo J. A. M. Carneiro2007-06-142-4/+26
* Special case when only a single void return value exists; fix the returnGustavo J. A. M. Carneiro2007-06-112-11/+25
* Bug 440059 – Bad check for direction "out" parameters with return-type "none"Gustavo J. A. M. Carneiro2007-05-232-7/+13
* Bug 439014 – codegen/reversewrapper.py DoubleReturn incorrectGustavo J. A. M. Carneiro2007-05-172-6/+9
* Add a maintainers file with me and gustavoJohan Dahlin2007-05-111-0/+2
* Make --disable-docs actually work, OKed by Johan.Richard Hult2007-05-072-3/+5
* Fix some unit tests to account for the new memory management model in pygobje...Gustavo J. A. M. Carneiro2007-05-033-18/+39
* Correct return type of GdkRectangle.union()Andrew Cowie2007-05-012-1/+5
* Fix #41645 s/get_user_markup/get_use_markup/Rafael Villar Burke2007-03-092-1/+5
* Add missing flip method documentation Fix a typo s/roatate/rotate/Rafael Villar Burke2007-02-272-3/+45
* Allow None for the string arguments of gtk_rc_get_style_by_paths. (FixesMariano Suarez-Alvarez2007-02-242-2/+7
* Change variable name print with print_op as print is a reserved word inRafael Villar Burke2007-02-152-6/+11
* Post release version bumpJohan Dahlin2007-02-053-2/+9
* 2.10.4PYGTK_2_10_4Johan Dahlin2007-02-053-1/+29
* Fix a possible memory leak in gtk.Container.child_getGian Mario Tagliaretti2007-02-032-3/+5
* Undeprecate gtk_container_class_list_child_propertiesJohan Dahlin2007-01-312-3/+4
* clean up gc collectionJohan Dahlin2007-01-201-16/+14
* more refcount fixes in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-203-7/+30
* Add a display refcounting testJohan Dahlin2007-01-201-0/+10
* fix refcount in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-202-0/+19
* allow NoneJohan Dahlin2007-01-182-1/+5
* Revert SabotageJohan Dahlin2007-01-161-1/+1
* Remove .cvsignore archivesJohan Dahlin2007-01-1612-110/+0
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-093-20/+42
* install createdefs.py, fix dsextras.py, patch by Michael Bienia (FixesSebastien Bacher2006-12-212-1/+7
* Make it work with automake 1.10.Kjartan Maraas2006-12-142-5/+10
* Bug 382428 – Missing g_strdup in Event.string setterGustavo J. A. M. Carneiro2006-12-052-1/+9
* fix code for generating defines in override files, by using variables thatManish Singh2006-12-022-2/+8
* gtk_tree_model_foreach bug fixGustavo J. A. M. Carneiro2006-11-252-3/+10
* status icon demo, by Nikos KouremenosGustavo J. A. M. Carneiro2006-11-193-0/+38
* Do not rebind sys.path, restore the old one. Thanks to Jp Calderone forJohan Dahlin2006-11-152-1/+6