summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow pango.Context creationPaul Pogonyshev2009-06-184-9/+133
| | | | | Wrap and document pango.Context constructor, set_font_map() and pango.FontMap.create_context() methods. Bug #550855.
* Bug 586217 – gtk.gdk.2BUTTON_PRESS should be gtk.gdk._2BUTTON_PRESS in docsGian Mario Tagliaretti2009-06-181-5/+5
|
* Make gtk.gdk.Pixbuf.add_alpha accept integers, not stringsPaul Pogonyshev2009-06-181-3/+5
| | | | Bug #586094.
* Protect window objects from GC in gtk.window_get_toplevels()Gustavo Carneiro2009-06-181-0/+9
| | | | Fixes bug #574259.
* Plug huge number of memory leaks in Pango wrappersPaul Pogonyshev2009-06-181-0/+27
| | | | Also hopefully fixes bug #583658.
* Add gtk.gdk.WINDOWING constantPaul Pogonyshev2009-06-172-0/+60
| | | | | Value is determined using GDK_WINDOWING_* C macros. Add documentation. Suggested in bug #555112.
* Add docs for gtk.gdk.Pixbuf.apply_embedded_orientationGian Mario Tagliaretti2009-06-141-0/+36
|
* Wrap gdk_pixbuf_apply_embedded_orientationChris Wilson2009-06-141-0/+7
|
* Modernize constructors of seven more typesPaul Pogonyshev2009-06-135-31/+34
| | | | | | Make and/or just mark constructors of gtk.ImageMenuItem, gtk.LinkButton, gtk.TreeViewColumn, gtk.ListStore, gtk.TreeStore, gtk.TextMark and gtk.MountOperation new-style. Part of bug #583777.
* Don't free a string we don't ownPaul Pogonyshev2009-06-111-1/+2
| | | | Fixes bug #585458.
* Post release version bump 2.15.2Gian Mario Tagliaretti2009-05-251-1/+1
|
* Update NEWS, release 2.15.1PYGTK_2_15_1Gian Mario Tagliaretti2009-05-251-0/+16
|
* Post release version bump 2.15.1Gian Mario Tagliaretti2009-05-251-1/+1
|
* Add HSV support to gtk.gdk.Color objectsPaul Pogonyshev2009-05-164-3/+204
| | | | | | | Add read-only float attributes for hue, saturation and value of a color. Add a function to create a color objects out of HSV components. Add unit tests and document new features. Part of bug 546019.
* Add floating-point support to gtk.gdk.ColorPaul Pogonyshev2009-05-154-36/+260
| | | | | | Make constructor accept floating-point arguments. Add 'red_float', 'green_float' and 'blue_float' read-write properties. Test and document new features. Part of bug #546019.
* Retire hand-written ChangeLog; autocreate from Git historyPaul Pogonyshev2009-05-122-0/+35
| | | | Basically copied over from GLib source tree.
* Fix conditional in docs/Makefile.amFrederic Peters2009-05-121-0/+4
| | | | Bug #582139.
* Document that gtk.gdk.GC coordinates are not related to allocationPaul Pogonyshev2009-05-091-0/+4
| | | | See bug #581357.
* Make pygtk_boxed_unref_shared() also handle Py_NonePaul Pogonyshev2009-05-081-0/+4
| | | | Fixes bug #523001.
* Make gtk.MenuItem.set_submenu accept NonePaul Pogonyshev2009-05-081-1/+1
| | | | Fixes bug #534675.
* Don't run 'fixxref.py' if documentation is not builtBjörn Lindqvist2009-05-081-3/+3
| | | | Closes bug #536091.
* Apply libtool 2.2 compatibility patchPaul Pogonyshev2009-05-081-0/+2
| | | | Closes bug #564023.
* Plug reference leak on main signal watch sourcePaul Pogonyshev2009-05-081-4/+14
| | | | | Additionally rename pygtk_signal_watch_finalize() to pygtk_main_watch_finalize() for consistency. Fixes bug #579406.
* Add extra warning against accidental misuse of tree model columnsPaul Pogonyshev2009-05-081-0/+6
| | | | | | If a property is bound from a boolean (which is treated as integer, even though user most likely has different intentions), issue a warning. Closes bug #554061.
* Wrap gtk.Border attributes and constructorMariano Suárez-Alvarez2009-05-085-0/+269
| | | | Closes bug #414779.
* Make gtk.gdk.Event.time accept 'long' in assignmentsPaul Pogonyshev2009-05-082-20/+35
| | | | Fixes bug #408658.
* Wrap gtk.RcStyle attributesPaul Pogonyshev2009-05-087-1/+419
| | | | Closes bug #421196.
* Update NEWS and README, release PyGTK 2.15.0PYGTK_2_15_0Gian Mario Tagliaretti2009-05-022-3/+24
|
* Document pango.UNDERLINE_ERRORPaul Pogonyshev2009-05-021-0/+9
| | | | Fixes bug #576938.
* Remove 'ltihooks.py' as using deprecated Python module.Paul Pogonyshev2009-05-026-90/+15
| | | | | | | Remove the script and all related imports. All relevant Makefile's now create symbolic links for '.so' files from '.libs' to the level up, so that C helper modules are still importable in built, but not installed source tree. Same as in PyGObject. (Bug #565593.)
* Fix pygtk.doap using the correct syntax for mboxGian Mario Tagliaretti2009-04-261-0/+2
|
* doap: add bindings categoryOlav Vitters2009-04-231-0/+1
|
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-194-0/+62
|
* Correct mailinglist addressJohan Dahlin2009-04-171-1/+1
|
* Add a doap fileJohan Dahlin2009-04-171-0/+24
|
* Bug 397544 – Numeric is no longer maintainedBrian Cameron2009-04-062-1/+7
| | | | | | | | | | | 2009-04-06 Brian Cameron <brian.cameron@sun.com> Bug 397544 – Numeric is no longer maintained * gtk/gdkpixbuf.override: Fix numpy import. svn path=/trunk/; revision=3123
* Bug 397544 – Numeric is no longer maintainedJosselin Mouette2009-04-065-15/+37
| | | | | | | | | | | | | | 2009-04-06 Josselin Mouette <joss@debian.org> Bug 397544 – Numeric is no longer maintained * gtk/gdk.override: * configure.ac: * setup.py: * README: Update pygtk to use numpy instead of Numeric. svn path=/trunk/; revision=3122
* Bug 447388 – pixbuf.get_pixels_array() doesn't correctly flag the arrayGian Mario Tagliaretti2009-04-062-7/+12
| | | | | | | | | | | | | | 2009-04-06 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 447388 – pixbuf.get_pixels_array() doesn't correctly flag the array as non-contiguous * gtk/gdkpixbuf.override: Revert this commit since it doesn't work with numpy and we are going to ship 2.15.0 with numpy support. Reopening the bug asking Tim Evens if he can fix the patch. svn path=/trunk/; revision=3121
* Update the address of the FSF by replacing old bits with new ones. FixesTobias Mueller2009-03-3045-45/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2009-03-30 Tobias Mueller <tobiasmue@gnome.org> Update the address of the FSF by replacing old bits with new ones. Fixes bug 577154. * pango.override: * atkrectangle.override: * ltihooks.py: * gtk/libglade.override: * gtk/gdkcolor.override: * gtk/gdk.override: * gtk/deprecation.py: * gtk/__init__.py: * gtk/_lazyutils.py: * gtk/gdkdraw.override: * gtk/gtk.override: * gtk/gtkcontainer.override: * gtk/gtkwidget.override: * gtk/gtkobject-support.c: * gtk/gtkiconview.override: * gtk/gtk-types.c: * gtk/gtkbuilder.override: * gtk/gdkwindow.override: * gtk/gtktreeview.override: * gtk/pygtktreemodel.c: * gtk/gtkunixprint.override: * gtk/gtkstyle.override: * gtk/gdkevent.override: * gtk/pygtktreemodel.h: * gtk/gtkctree.override: * gtk/libglademodule.c: * gtk/gtkwindow.override: * gtk/keysyms.py: * gtk/gdkgc.override: * gtk/gtkunixprintmodule.c: * gtk/gdkpixbuf.override: * gtk/gdkcairo.override: * gtk/gtkclist.override: * gtk/gtktextview.override: * gtk/pygtkcellrenderer.c: * gtk/gdkrectangle.override: * gtk/compat.py: * gtk/pygtkcellrenderer.h: * gtk/gtkmodule.c: * pangomodule.c: * atk.override: * COPYING: * pangocairomodule.c: * atkmodule.c: svn path=/trunk/; revision=3120
* Wrap gtk_builder_add_objects_from_string andGian Mario Tagliaretti2009-03-252-0/+125
| | | | | | | | | | | 2009-03-25 Gian Mario Tagliaretti <gianmt@gnome.org> * gtk/gtkbuilder.override: Wrap gtk_builder_add_objects_from_string and gtk_builder_add_objects_from_file, add a convenience function pylist_to_strv which gets a list of strings and returns an array. svn path=/trunk/; revision=3119
* Bug 575604 – typo in gtk.AccelGroup.connect_groupGian Mario Tagliaretti2009-03-202-1/+7
| | | | | | | | | | | 2009-03-20 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 575604 – typo in gtk.AccelGroup.connect_group * pygtk-gtkaccelgroup.xml: fix a small typo in method name. svn path=/trunk/; revision=3118
* Add GTK+ 2.16 APIGian Mario Tagliaretti2009-03-206-21/+850
| | | | | | | | | | | | | 2009-03-20 Gian Mario Tagliaretti <gianmt@gnome.org> * gtk/gdk-2.16.defs: * gtk/gtk-2.16.defs: * gtk/gtk-2.16-types.defs: * configure.ac: * gtk/Makefile.am: Add GTK+ 2.16 API svn path=/trunk/; revision=3117
* Bug 574640 – gtk.FileChooserButton "file-set" signal is not documentedGian Mario Tagliaretti2009-03-092-0/+64
| | | | | | | | | | | 2009-03-09 Gian Mario Tagliaretti <gianmt@gnome.org> Bug 574640 – gtk.FileChooserButton "file-set" signal is not documented * pygtk-gtkfilechooserbutton.xml: Add "file-set" signal. svn path=/trunk/; revision=3116
* gtk/gtkiconview.override: wrapGian Mario Tagliaretti2009-03-072-0/+26
| | | | | | | | | | 2009-03-07 Gian Mario Tagliaretti <gianmt@gnome.org> gtk/gtkiconview.override: wrap gtk.IconView.convert_widget_to_bin_window_coords() svn path=/trunk/; revision=3115
* Add gtk.gdk.selection_owner_[gs]et_for_displayGian Mario Tagliaretti2009-03-072-1/+116
| | | | | | | | | | 2009-03-07 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gdk-functions.xml: Add gtk.gdk.selection_owner_[gs]et_for_display svn path=/trunk/; revision=3114
* gtk/gdk-base.defs: gtk.gdk.selection_owner_set_for_display() should acceptGian Mario Tagliaretti2009-03-072-1/+6
| | | | | | | | | | 2009-03-07 Gian Mario Tagliaretti <gianmt@gnome.org> gtk/gdk-base.defs: gtk.gdk.selection_owner_set_for_display() should accept None for GdkWindow. svn path=/trunk/; revision=3113
* gtk/gdk-2.14.defs: add gtk.gdk.Window.redirect_to_drawable()Gian Mario Tagliaretti2009-03-072-0/+19
| | | | | | | | | 2009-03-07 Gian Mario Tagliaretti <gianmt@gnome.org> gtk/gdk-2.14.defs: add gtk.gdk.Window.redirect_to_drawable() svn path=/trunk/; revision=3112
* Fix XML code between comments.Gian Mario Tagliaretti2009-03-052-3/+7
| | | | | | | | | 2009-03-05 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gdkwindow.xml: Fix XML code between comments. svn path=/trunk/; revision=3107
* Update docs to 2.14Gian Mario Tagliaretti2009-03-053-0/+274
| | | | | | | | | | 2009-03-05 Gian Mario Tagliaretti <gianmt@gnome.org> * pygtk-gdkwindow.xml: * pygtk-gdkscreen.xml: Update docs to 2.14 svn path=/trunk/; revision=3106
* Add new class gtk.gdk.AppLaunchContext.Gian Mario Tagliaretti2009-03-054-1/+234
| | | | | | | | | | | 2009-03-05 Gian Mario Tagliaretti <gianmt@gnome.org> * Makefile.am: * pygtk-gdk-classes.xml: * pygtk-gdkapplaunchcontext.xml: Add new class gtk.gdk.AppLaunchContext. svn path=/trunk/; revision=3105