summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Release version bump to 2.17.0Gian Mario Tagliaretti2009-12-161-1/+1
|
* Release GIL in several gdk.Pixbuf methodsPaul Pogonyshev2009-11-241-0/+8
| | | | Bug #591726.
* Fix just added override for gtk.TreeSortable.do_get_sorted_column_idPaul Pogonyshev2009-11-131-2/+5
|
* Make it possible to implement gtk.TreeSortable to some extentPaul Pogonyshev2009-11-132-0/+94
| | | | Based on what Py-gtktree does with its 'c_hacks' module. Incomplete.
* Fix wrong gtk.gdk.color_from_hsv definitionArun Raghavan2009-10-312-1/+7
| | | | Bug #594347.
* Plug memory leaks in a few Pango Cairo functionsPaul Pogonyshev2009-10-311-0/+3
| | | | Bug #599730.
* Plug a huge leak in gtk.Widget.get_snapshot()Benjamin Berg2009-10-061-0/+1
| | | | Bug #596612.
* Undeprecate gtk.Toolbar.(un)set_icon_size() againPaul Pogonyshev2009-09-131-8/+0
| | | | This was done in the source code a while ago; see GTK+ for rationale.
* Update NEWS, release PyGTK 2.16.0PYGTK_2_16_0Gian Mario Tagliaretti2009-08-231-1/+12
|
* Release version bump to 2.16.0Gian Mario Tagliaretti2009-08-231-2/+2
|
* Add new properties and signals of gtk.Entry added in 2.16Gian Mario Tagliaretti2009-08-231-1/+397
|
* Bug 567350 - Fixed incoherence in gtk.Dialog documentation.Gian Mario Tagliaretti2009-08-231-2/+22
| | | | Add an example in gtk.Dialog class reference.
* Bug 590948 - Adding information about Reference gtk.Widget.set_tooltip_windowGian Mario Tagliaretti2009-08-231-0/+9
| | | | Add a clarification on the usage
* Allow to use automake 1.11Paolo Borelli2009-08-131-6/+7
|
* Update docs for class gtk.DialogGian Mario Tagliaretti2009-08-131-0/+9
|
* Add a note on the new property added in GTK+ 2.16Gian Mario Tagliaretti2009-08-131-1/+1
|
* Update docs for class gtk.CellViewGian Mario Tagliaretti2009-08-131-7/+38
|
* Add docs for the new class gtk.ActivatableGian Mario Tagliaretti2009-08-133-6/+360
|
* Add myself and Paul as maintainersGian Mario Tagliaretti2009-08-134-10/+40
|
* Remove compiler warningsGian Mario Tagliaretti2009-08-131-2/+2
| | | | make the compiler not complaining about strings not properly formatted
* Add gtk.gdk.CURRENT_TIME constantPaul Pogonyshev2009-08-081-0/+3
| | | | Pointed out in bug #590642.
* Bug 590960 – Incorrect heading for gtk.CellRendererCombo's "changed" signalGian Mario Tagliaretti2009-08-081-1/+1
| | | | Docs Fixed
* Bug 590022 – Paned: props "max-position" and "min-position" not writableGian Mario Tagliaretti2009-07-281-2/+2
|
* Bug 589701 – gtk.IMContext().set_client_window() does not accept NoneGian Mario Tagliaretti2009-07-251-1/+1
| | | | | | as a valid parameter accept None for gdkwindow
* Remove myself as a maintainerJohan Dahlin2009-07-242-11/+0
|
* Reword the description of the use of the new_order list in theJohn Finlay2009-07-203-30/+53
| | | | | gtk.TreeModel.rows_reordered, gtk.TreeStore.reorder and gtk.ListStore.reorder methods.
* Fixed invocation of FileChooserDialog in print-editor demoPietro Battiston2009-07-171-2/+2
|
* Fix arg parsing format typo for gtk_toggle_button_new.John Finlay2009-07-171-1/+1
|
* Bug 588466 – Does not include gtk-2.16-types.defsGian Mario Tagliaretti2009-07-141-1/+1
|
* Add 2.16 defs files to EXTRA_DIST and generated files to CLEANFILESGian Mario Tagliaretti2009-07-141-3/+12
|
* Update docs for gtk.Action classGian Mario Tagliaretti2009-07-051-370/+968
| | | | Reorder the index alphabetically and add API new in GTK+ 2.16
* Update NEWS with one last minute change and really release PyGTK-2.15.2PYGTK_2_15_2Gian Mario Tagliaretti2009-06-211-1/+2
|
* Add backward compatibility to gtk.gdk.Pixbuf.add_alphaPaul Pogonyshev2009-06-201-0/+39
| | | | | Accept chars in addition to integers to avoid breaking existing uses. Noticed while testing bug #583658.
* Update NEWS, release PyGTK-2.15.2Gian Mario Tagliaretti2009-06-201-0/+13
|
* pango.Context is now instantiable, remove the testGian Mario Tagliaretti2009-06-201-5/+0
|
* Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message()Paul Pogonyshev2009-06-195-5/+110
| | | | | | Avoids hiding gtk.Container method with the same name. It is still possible to use remove() to operate on messages, but in this case there will be a deprecation warning. Fixes bug #564587.
* 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.