summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Post branch version bumppygtk-2-22John Stowers2010-09-281-1/+1
|
* Release 2.22.0PYGTK_2_22_0John Stowers2010-09-252-2/+7
|
* Wrap the final Gtk-2.22 API additionsJohn Stowers2010-09-242-1/+49
|
* Add forgotten defs: Gdk-2.22John Stowers2010-09-241-0/+324
|
* Add forgotten defs: Gdk-2.18John Stowers2010-09-241-0/+19
|
* 2010-09-10 Rafael Villar Burke <pachi@rvburke.com>Rafael Villar Burke2010-09-102-2/+6
| | | | * pygtk-gtkcurve.xml: fix swapped get_vector/set_vector names
* Bug 626375 - Fix build with Python 2.5Chenthill2010-08-121-2/+3
|
* Post release version bumpJohn Stowers2010-08-081-1/+1
|
* Require PyGObject 2.21.3 now that sinkfunc registration is gonePYGTK_2_21_0John Stowers2010-08-071-1/+1
|
* Really set version to 2.21.0John Stowers2010-08-071-2/+2
|
* [pygtk-2.0.pc] Should require gtk+-2.0Colin Walters2010-07-301-1/+1
| | | | https://bugzilla.redhat.com/show_bug.cgi?id=618944
* Remove deprecated sink functionsColin Walters2010-07-301-30/+0
| | | | | | This is handled automatically now; see commit 00a85f6a844714d1 in pygobject. https://bugzilla.gnome.org/show_bug.cgi?id=624834
* NEWS updatesJohn Stowers2010-07-121-0/+7
|
* Add Gtk-2.22 API (new accessors)John Stowers2010-07-125-0/+175
|
* Add forgotten defs: Gtk-2.20John Stowers2010-07-121-0/+23
|
* Add forgotten defs: Gtk-2.16John Stowers2010-07-121-0/+16
|
* Add forgotten defs: Gtk-2.14John Stowers2010-07-121-2/+25
|
* Add forgotten defs: Gtk-2.12John Stowers2010-07-121-0/+18
|
* Add new Gtk-2.20 APIJohn Stowers2010-07-099-1/+1002
| | | | | | | | * Notably this adds GtkSpinner, GtkOffscreenWindow, GtkCellRendererSpinner, GtkToolPalette objects * Add new api to other objects * Add gtk.ToolbarPalette demo * Add gtk.Spinner demo
* Add forgotten deprecated note to gtk_draw_checkJohn Stowers2010-07-091-0/+1
|
* Fix autotools conditionalsJohn Stowers2010-07-081-0/+2
|
* Add a gtk.InfoBar demoJohn Stowers2010-05-082-1/+89
|
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-05-082-26/+34
| | | | | | | | | | | reduce the number of build combinations, by making more dependencies compulsory. Experienced hackers will know how to change this anyway. This means atk,pango,pangocairo, pycairo and gtk are explicitly compulsory. Only libglade and numpy support is optional now
* gtk_main: fixed use of Python's SetWakeupFD APIPhilippe Normand2010-04-181-58/+56
| | | | I backported the last patch from Bug 481569.
* Add build docs for windowsJohn Stowers2010-04-162-0/+25
|
* Setup.py cosmetic tidyJohn Stowers2010-04-162-56/+27
| | | | | * Remove local doc install, point to website instead * link to versioned docs
* Bug 589671 - Fix setup.py for windows buildJohn Stowers2010-04-162-57/+75
| | | | | | * make pycairo compulsory * simplify setup.py using new dsextras * add 2.18 API
* Fix gtk.Widget.get_window() docsNils Philippsen2010-04-131-1/+1
| | | | Returns gtk.gdk.Window, not gtk.Window.
* 2010-04-09 Rafael Villar Burke <pachi@rvburke.com>Rafael Villar Burke2010-04-092-9/+15
| | | | | | Bug 615270 - Website typo in docs for gtk.Buildable * pygtk-gtkbuildable.xml: fix a small typo in class name.
* Drop a few uses of TRUE and FALSE from docsPaul Bolle2010-04-082-3/+3
| | | | | | Let's use True and False. Related cleanups. Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
* Version bump to 2.17.1Gian Mario Tagliaretti2010-04-061-1/+1
|
* Manually wrap gtk.Clipboard.wait_for_urisGian Mario Tagliaretti2010-04-061-0/+27
|
* Manually wrap GtkWidget.set_allocationGian Mario Tagliaretti2010-04-051-0/+23
|
* Manually wrap GtkCellRenderer.get_alignment and GtkCellRenderer.get_paddingGian Mario Tagliaretti2010-04-051-0/+23
|
* Move some tests from pygobject since they require gtkGian Mario Tagliaretti2010-04-052-0/+401
|
* Bug 613341 - pygobject tests seem to require pygtk causing a circularGian Mario Tagliaretti2010-04-052-25/+47
| | | | | | dependencies problem move tests that require pygtk from pygobject to pygtk itself
* Manually wrap gtk_hsv_to_rgb() and fix a mistake in previous manual wraps.Gian Mario Tagliaretti2010-04-041-6/+20
|
* Manually wrap gtk_hsv_get_metrics()Gian Mario Tagliaretti2010-04-041-0/+13
|
* Manually wrap gtk_hsv_get_color()Gian Mario Tagliaretti2010-04-041-0/+13
|
* Bug 614697 - GtkHSV is not wrappedGian Mario Tagliaretti2010-04-032-0/+95
| | | | Methods and functions need manual wrapping though
* Make it possible to implement gtk.TreeSortable fullyPaul Pogonyshev2010-03-101-0/+230
| | | | | Based on what Py-gtktree does with its 'c_hacks' module. Finishes work started in commit 6cf7a903846dd3210dd9e0070779dd448f85207a.
* Wrap gtk.Printer.list_papers()Gian Mario Tagliaretti2010-01-051-0/+18
|
* Wrap gtk.gdk.pixbuf_new_from_stream[at_scale] forgotten in 2.14Gian Mario Tagliaretti2010-01-052-0/+28
|
* Remove deprecated GTK+ symbolsJavier Jardón2010-01-046-23/+22
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=605318
* Update NEWS and README, release PyGTK 2.17.0PYGTK_2_17_0Gian Mario Tagliaretti2009-12-262-7/+12
|
* Bug 603785 - Documentation of GDK Window Type Hint Constants incompleteGian Mario Tagliaretti2009-12-251-0/+36
|
* Bug 595824 - gtk.Style.lookup_color missing in documentationGian Mario Tagliaretti2009-12-251-0/+35
|
* Bug 594621 - Broken linkGian Mario Tagliaretti2009-12-201-1/+1
| | | | Fix a broken link to the tutorial
* Comment out a gdk test for now, needs investigatingGian Mario Tagliaretti2009-12-201-4/+4
|
* Wrap new API added in GTK/GDK 2.18Gian Mario Tagliaretti2009-12-176-0/+836
|