summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Don't claim gtk.HBox and gtk.VBox are the only derivatives of gtk.Box.Paul Pogonyshev2008-02-082-2/+11
* Add a note in alignment property to mention xalign for the whole text.Gian Mario Tagliaretti2008-02-062-2/+10
* Create instance of GdkScreen using gdk_screen_get_default() to avoid segfault...Gian Mario Tagliaretti2008-02-063-0/+30
* Detach from Python interpreter while saving, which can take a long time.Paul Pogonyshev2008-02-012-1/+9
* Use conceptually correct set_flags() calls in examples.Paul Pogonyshev2008-01-313-3/+10
* Fix two typos in codegen.Paul Pogonyshev2008-01-292-2/+6
* Replace "one thousandth" with "1 / pango.SCALE" where appropriate.Paul Pogonyshev2008-01-292-4/+9
* Add default value to 'pos' argument of gtk.UIManager.insert_action_group().Paul Pogonyshev2008-01-294-5/+17
* Set the default length to -1.Johan Dahlin2008-01-062-1/+6
* Post release version bumpJohan Dahlin2008-01-033-3/+7
* Simplify, VERSION is already set in Makefile, dohJohan Dahlin2008-01-031-4/+3
* Fix typo, thanks richardJohan Dahlin2008-01-031-1/+1
* Simplify release taggingJohan Dahlin2008-01-032-4/+10
* 2.12.1PYGTK_2_12_1Johan Dahlin2008-01-032-0/+23
* Port PyGObject patch from #481569 over to PyGTK, this avoids unnecessaryJohan Dahlin2008-01-033-7/+82
* Add a note in gtk.TextTagTable foreach methodGian Mario Tagliaretti2007-12-292-1/+6
* some fixes in pangocairo docsGian Mario Tagliaretti2007-12-242-7/+37
* remove a duplicate in gtk.Box properties.Gian Mario Tagliaretti2007-12-192-6/+4
* Fix change display demo, patch by Yevgen Muntyan. fixes #354896.Gian Mario Tagliaretti2007-12-162-1/+6
* fix a small namespace bug in gtkwindow docsGian Mario Tagliaretti2007-12-162-1/+5
* Accept null as 'column' in gtk.TreeView.get_cell_area.Paul Pogonyshev2007-12-162-1/+6
* Fix gtk.gdk.Pixbuf.flip definition (#455593).Paul Pogonyshev2007-12-162-0/+5
* add new example (by Adam Olsen and Behdad Esfahbod), fixes #400810Gian Mario Tagliaretti2007-12-153-0/+206
* mention pango.WRAP_WORD_CHAR, fix bug #400540Gian Mario Tagliaretti2007-12-152-0/+11
* release the GIL in a couple of functionsGian Mario Tagliaretti2007-12-132-0/+9
* Distribute m4 files.Paul Pogonyshev2007-12-122-1/+7
* Fix typo in examples/glade/README.Paul Pogonyshev2007-12-122-1/+5
* Trivial fix in examples/pygtk-demo/demos/hypertext.pyPaul Pogonyshev2007-12-112-2/+8
* Bug 502871 – gtk.Style.render_icon leaks a reference to the returned pixbufGustavo J. A. M. Carneiro2007-12-102-0/+6
* GType is a gulong, not a guint. Fixes crash on x86_64. #500508Dan Winship2007-11-292-1/+6
* Install gtk-extrafuncs.defs. Fixes #380020.Matthew Barnes2007-11-252-1/+5
* Commit Yevgen's patch for bug #371519.Paul Pogonyshev2007-11-162-7/+12
* do not leak allocated user data. Fixes #480306, patch by Mark Doffman.Yevgen Muntyan2007-11-132-1/+6
* use absolute path of srcdir; and use it in ACLOCAL_FLAGS.Yevgen Muntyan2007-11-122-1/+6
* add composited window exampleGian Mario Tagliaretti2007-11-112-0/+134
* Typo fix from bug #475282.Paul Pogonyshev2007-11-032-1/+6
* detail gtk.Notebook buildable interface, fix #364496Gian Mario Tagliaretti2007-10-292-0/+117
* Docs updated with the gtk.Buildable interface and minor fixesGian Mario Tagliaretti2007-10-25111-19/+1081
* Updated gdk docs with 2.12 API.Gian Mario Tagliaretti2007-10-227-11/+339
* raise pygobject dependency to 2.14.0, fixes #478718Gian Mario Tagliaretti2007-10-202-1/+6
* mention how to build docs, patch from Björn Lindqvist, fixes #479379Gian Mario Tagliaretti2007-10-182-0/+8
* fix bug #389422Gian Mario Tagliaretti2007-10-182-2/+6
* fix bug #375584Gian Mario Tagliaretti2007-10-182-1/+9
* fix bug #365236Gian Mario Tagliaretti2007-10-182-4/+6
* fix bug #421575Gian Mario Tagliaretti2007-10-182-1/+5
* gtk_widget_set_tooltip_window should accept None as parameterGian Mario Tagliaretti2007-10-182-1/+6
* Update docs with 2.12 API and fix bug #360679Gian Mario Tagliaretti2007-10-183-7/+813
* Allow None in parametersGian Mario Tagliaretti2007-10-162-8/+18
* Update docs with 2.12 APIGian Mario Tagliaretti2007-10-096-1/+462
* Update docs with 2.12 APIGian Mario Tagliaretti2007-10-074-0/+207