summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add tooltip demo and move builder demo to pygtk-demoGian Mario Tagliaretti2007-07-205-33/+299
| | | | svn path=/trunk/; revision=2854
* wrap a couple of gtk.Builder methods, new builder exampleGian Mario Tagliaretti2007-07-176-0/+398
| | | | svn path=/trunk/; revision=2853
* strip gtk_ prefix for new 2.12 functionsGian Mario Tagliaretti2007-07-152-6/+10
| | | | svn path=/trunk/; revision=2852
* try/except around ltihooks.uninstall(), as suggested by Brad Schick at theJohan Dahlin2007-07-142-2/+10
| | | | | | | | | | 2007-07-14 Johan Dahlin <jdahlin@async.com.br> * gtk/__init__.py: try/except around ltihooks.uninstall(), as suggested by Brad Schick at the pygtk mailing list svn path=/trunk/; revision=2851
* Port from pygtk-2-10 branchJohan Dahlin2007-07-141-2/+4
| | | | svn path=/trunk/; revision=2850
* docs for gtk.TreeView 2.12 APIGian Mario Tagliaretti2007-07-122-0/+244
| | | | svn path=/trunk/; revision=2849
* fix gtk.Container docs, close #370936Gian Mario Tagliaretti2007-07-122-9/+20
| | | | svn path=/trunk/; revision=2848
* wrap four GtkImage functions with docsGian Mario Tagliaretti2007-07-124-9/+206
| | | | svn path=/trunk/; revision=2847
* wrap gtk.TreeView new APIGian Mario Tagliaretti2007-07-112-0/+138
| | | | svn path=/trunk/; revision=2846
* fix a broken build if gtk+-2.12 is not presentGian Mario Tagliaretti2007-07-112-0/+8
| | | | svn path=/trunk/; revision=2845
* Bug 455629 – Reverse wrapper functions having a GError * parameter are wrongGustavo J. A. M. Carneiro2007-07-112-2/+23
| | | | svn path=/trunk/; revision=2844
* wrap new API for a 2.11.0 releaseGian Mario Tagliaretti2007-07-1012-5/+1864
| | | | svn path=/trunk/; revision=2843
* gtk.Action subclass testGustavo J. A. M. Carneiro2007-07-102-0/+21
| | | | svn path=/trunk/; revision=2837
* module.__version__ == VERSIONGustavo J. A. M. Carneiro2007-07-082-0/+13
| | | | svn path=/trunk/; revision=2836
* Do not access GtkTooltips->tips_data_list, just return an empty listJohan Dahlin2007-06-242-20/+7
| | | | | | | | | * gtk/gtk.override (_wrap_gtk_tooltips__get_tips_data_list): Do not access GtkTooltips->tips_data_list, just return an empty list instead since it's private and it was renamed on trunk (#449318) svn path=/trunk/; revision=2831
* Bug 448111 – Write const for boxed const return valuesGustavo J. A. M. Carneiro2007-06-172-1/+12
| | | | svn path=/trunk/; revision=2830
* use python-config to get python includes (Closes #448176)Sebastien Bacher2007-06-162-0/+9
| | | | | | | | | 2007-06-16 Sebastien Bacher <seb128@ubuntu.com> * m4/python.m4: use python-config to get python includes (Closes #448176) svn path=/trunk/; revision=2829
* Reverted last change: accidentally committed lot of irrelevant stuffYevgen Muntyan2007-06-168-53/+39
| | | | svn path=/trunk/; revision=2828
* reviewed by: Gustavo J. A. M. Carneiro.Yevgen Muntyan2007-06-168-39/+53
| | | | | | | | | | | | 2007-06-16 Yevgen Muntyan <muntyan@tamu.edu> reviewed by: Gustavo J. A. M. Carneiro. * codegen/argtypes.py: prepend const to const boxed return values in generated code (#448111). svn path=/trunk/; revision=2827
* Bug 446470 – Support for GError** parameter in virtual functionGustavo J. A. M. Carneiro2007-06-142-4/+26
| | | | svn path=/trunk/; revision=2826
* Special case when only a single void return value exists; fix the returnGustavo J. A. M. Carneiro2007-06-112-11/+25
| | | | | | | | | * codegen/reversewrapper.py (ReverseWrapper.generate): Special case when only a single void return value exists; fix the return value type checking in this case. svn path=/trunk/; revision=2825
* Bug 440059 – Bad check for direction "out" parameters with return-type "none"Gustavo J. A. M. Carneiro2007-05-232-7/+13
| | | | svn path=/trunk/; revision=2822
* Bug 439014 – codegen/reversewrapper.py DoubleReturn incorrectGustavo J. A. M. Carneiro2007-05-172-6/+9
| | | | svn path=/trunk/; revision=2821
* Add a maintainers file with me and gustavoJohan Dahlin2007-05-111-0/+2
| | | | svn path=/trunk/; revision=2820
* Make --disable-docs actually work, OKed by Johan.Richard Hult2007-05-072-3/+5
| | | | | | | | 2007-05-07 Richard Hult <richard@imendio.com> * configure.in: Make --disable-docs actually work, OKed by Johan. svn path=/trunk/; revision=2819
* Fix some unit tests to account for the new memory management model in ↵Gustavo J. A. M. Carneiro2007-05-033-18/+39
| | | | | | pygobject 2.13. svn path=/trunk/; revision=2818
* Correct return type of GdkRectangle.union()Andrew Cowie2007-05-012-1/+5
| | | | | | Reported in #pygtk and fix committed per approval from jdahlin. svn path=/trunk/; revision=2817
* Fix #41645 s/get_user_markup/get_use_markup/Rafael Villar Burke2007-03-092-1/+5
| | | | | | | | | 2007-03-09 Rafael Villar Burke <pachi@rvburke.com> * pygtk-gtklabel.xml: Fix #41645 s/get_user_markup/get_use_markup/ svn path=/trunk/; revision=2816
* Add missing flip method documentation Fix a typo s/roatate/rotate/Rafael Villar Burke2007-02-272-3/+45
| | | | | | | | | | 2007-02-27 Rafael Villar Burke <pachi@rvburke.com> * pygtk-gdkpixbuf.xml: Add missing flip method documentation Fix a typo s/roatate/rotate/ svn path=/trunk/; revision=2815
* Allow None for the string arguments of gtk_rc_get_style_by_paths. (FixesMariano Suarez-Alvarez2007-02-242-2/+7
| | | | | | | | | | | 2007-02-23 Mariano Suarez-Alvarez <mariano@gnome.org> * gtk/gtk-base.defs: Allow None for the string arguments of gtk_rc_get_style_by_paths. (Fixes bug #411412) svn path=/trunk/; revision=2814
* Change variable name print with print_op as print is a reserved word inRafael Villar Burke2007-02-152-6/+11
| | | | | | | | | 2007-02-15 Rafael Villar Burke <pachi@rvburke.com> * pygtk2-gtkprintoperation.xml: Change variable name print with print_op as print is a reserved word in python svn path=/trunk/; revision=2813
* Post release version bumpJohan Dahlin2007-02-053-2/+9
| | | | svn path=/trunk/; revision=2812
* 2.10.4PYGTK_2_10_4Johan Dahlin2007-02-053-1/+29
| | | | svn path=/trunk/; revision=2810
* Fix a possible memory leak in gtk.Container.child_getGian Mario Tagliaretti2007-02-032-3/+5
| | | | svn path=/trunk/; revision=2809
* Undeprecate gtk_container_class_list_child_propertiesJohan Dahlin2007-01-312-3/+4
| | | | svn path=/trunk/; revision=2808
* clean up gc collectionJohan Dahlin2007-01-201-16/+14
| | | | svn path=/trunk/; revision=2807
* more refcount fixes in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-203-7/+30
| | | | svn path=/trunk/; revision=2806
* Add a display refcounting testJohan Dahlin2007-01-201-0/+10
| | | | svn path=/trunk/; revision=2805
* fix refcount in gdk.gdk.Display.closeGustavo J. A. M. Carneiro2007-01-202-0/+19
| | | | svn path=/trunk/; revision=2804
* allow NoneJohan Dahlin2007-01-182-1/+5
| | | | | | | | | 2007-01-18 Johan Dahlin <jdahlin@async.com.br> * gtk/gdk-base.defs: allow None svn path=/trunk/; revision=2803
* Revert SabotageJohan Dahlin2007-01-161-1/+1
| | | | svn path=/trunk/; revision=2802
* Remove .cvsignore archivesJohan Dahlin2007-01-1612-110/+0
| | | | svn path=/trunk/; revision=2801
* treat --enable-docs like in gtk+, closes #361722Gustavo J. A. M. Carneiro2007-01-093-20/+42
| | | | svn path=/trunk/; revision=2800
* install createdefs.py, fix dsextras.py, patch by Michael Bienia (FixesSebastien Bacher2006-12-212-1/+7
| | | | | | | 2006-12-21 Sebastien Bacher <seb128@ubuntu.com> * codegen/Makefile.am: install createdefs.py, fix dsextras.py, patch by Michael Bienia (Fixes #385934)
* Make it work with automake 1.10.Kjartan Maraas2006-12-142-5/+10
| | | | | | 2006-12-14 Kjartan Maraas <kmaraas@gnome.org> * autogen.sh: Make it work with automake 1.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
| | | | | | * codegen/codegen.py: fix code for generating defines in override files, by using variables that actually exist in the context. Fixes bug #381389.
* 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
| | | | | | * gtk/__init__.py: Do not rebind sys.path, restore the old one. Thanks to Jp Calderone for pointing out. :