summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Reword the description of the use of the new_order list in theJohn Finlay2009-07-203-30/+53
* Update docs for gtk.Action classGian Mario Tagliaretti2009-07-051-370/+968
* Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message()Paul Pogonyshev2009-06-191-5/+30
* Allow pango.Context creationPaul Pogonyshev2009-06-182-0/+126
* Bug 586217 – gtk.gdk.2BUTTON_PRESS should be gtk.gdk._2BUTTON_PRESS in docsGian Mario Tagliaretti2009-06-181-5/+5
* Add gtk.gdk.WINDOWING constantPaul Pogonyshev2009-06-171-0/+48
* Add docs for gtk.gdk.Pixbuf.apply_embedded_orientationGian Mario Tagliaretti2009-06-141-0/+36
* Add HSV support to gtk.gdk.Color objectsPaul Pogonyshev2009-05-161-2/+98
* Add floating-point support to gtk.gdk.ColorPaul Pogonyshev2009-05-151-0/+50
* Fix conditional in docs/Makefile.amFrederic Peters2009-05-121-0/+4
* Document that gtk.gdk.GC coordinates are not related to allocationPaul Pogonyshev2009-05-091-0/+4
* Don't run 'fixxref.py' if documentation is not builtBjörn Lindqvist2009-05-081-3/+3
* Wrap gtk.Border attributes and constructorMariano Suárez-Alvarez2009-05-081-0/+102
* Wrap gtk.RcStyle attributesPaul Pogonyshev2009-05-081-0/+92
* Document pango.UNDERLINE_ERRORPaul Pogonyshev2009-05-021-0/+9
* Code maintenance: add .gitignore filesPaul Pogonyshev2009-04-191-0/+7
* Bug 575604 – typo in gtk.AccelGroup.connect_groupGian Mario Tagliaretti2009-03-202-1/+7
* Bug 574640 – gtk.FileChooserButton "file-set" signal is not documentedGian Mario Tagliaretti2009-03-092-0/+64
* Add gtk.gdk.selection_owner_[gs]et_for_displayGian Mario Tagliaretti2009-03-072-1/+116
* Fix XML code between comments.Gian Mario Tagliaretti2009-03-052-3/+7
* Update docs to 2.14Gian Mario Tagliaretti2009-03-053-0/+274
* Add new class gtk.gdk.AppLaunchContext.Gian Mario Tagliaretti2009-03-054-1/+234
* Update docs to 2.14Gian Mario Tagliaretti2009-03-045-0/+257
* Update docs to 2.14Gian Mario Tagliaretti2009-03-0110-0/+271
* Update docs to 2.14Gian Mario Tagliaretti2009-03-0115-9/+320
* Update docs to 2.14Gian Mario Tagliaretti2009-02-2813-0/+992
* Update docs to 2.14Gian Mario Tagliaretti2009-02-253-3/+372
* Bug 567736 – Misleading suggestion of get_child_requisition inGian Mario Tagliaretti2009-02-232-1/+9
* Update docs to 2.14Gian Mario Tagliaretti2009-02-227-3/+697
* split gtkunixprint defs in order to support multiple gtk versionsGian Mario Tagliaretti2008-11-301-4/+78
* Update docs to 2.14Gian Mario Tagliaretti2008-11-306-15/+465
* Update docs to 2.14PYGTK_2_13_0Gian Mario Tagliaretti2008-11-232-0/+40
* Update docs to 2.14Gian Mario Tagliaretti2008-11-194-0/+238
* fix #561210Gian Mario Tagliaretti2008-11-172-1/+8
* Update docs to 2.14 and fix #560509Gian Mario Tagliaretti2008-11-177-3/+583
* Bug 553921 – Incorrect callback signature of gtk.TextBuffers' "mark-set"Paul Pogonyshev2008-09-262-0/+9
* add docs for pango.Layout.get_font_description() fix #541510Gian Mario Tagliaretti2008-09-212-53/+84
* Bug 539475 – gtk.gdk.threads_(enter|leave) promote dead-lock-pronePaul Pogonyshev2008-09-082-1/+26
* Bug 526189 – add __str__ and/or __repr__ to several typesPaul Pogonyshev2008-08-284-0/+46
* Fix a problem with distcheck and avoid including .svn dir in the resulting ta...Gian Mario Tagliaretti2008-08-211-6/+8
* Bug 527212 – types with well-defined equality semantics are not properlyPaul Pogonyshev2008-08-024-0/+61
* Add 'missing_handlers' (Python list) and 'exception_pending' (boolean)Paul Pogonyshev2008-07-262-1/+19
* Don't include full directories: that drags in the '.svn's in them (bugPaul Pogonyshev2008-07-191-1/+2
* Replace non-existing gtk.NOTEBOOK_TAB constant with stringPaul Pogonyshev2008-07-012-1/+5
* It returns \0 if out of data, not 0: different things in Python (bugPaul Pogonyshev2008-07-012-5/+8
* Fix 'detach_cb' argument list to reflect realities. Stress that the orderPaul Pogonyshev2008-07-012-4/+15
* Explain why 'length' is preserved in definition, but not mentioned inPaul Pogonyshev2008-06-252-6/+6
* Fix a typo in gtkdialog docs, Fixes #537710Gian Mario Tagliaretti2008-06-112-1/+6
* Add docs for gtk.RecentAction.Gian Mario Tagliaretti2008-06-064-0/+251
* Add docs for get_type_hint, fixes #536906Gian Mario Tagliaretti2008-06-052-0/+29