summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* Update docs to 2.14 and fix #560509Gian Mario Tagliaretti2008-11-177-3/+583
| | | | svn path=/trunk/; revision=3047
* Bug 553921 – Incorrect callback signature of gtk.TextBuffers' "mark-set"Paul Pogonyshev2008-09-262-0/+9
| | | | | | | | | | | 2008-09-26 Paul Pogonyshev <pogonyshev@gmx.net> Bug 553921 – Incorrect callback signature of gtk.TextBuffers' "mark-set" signal * pygtk-gtktextbuffer.xml (mark-set): Fix signature documentation. svn path=/trunk/; revision=3046
* add docs for pango.Layout.get_font_description() fix #541510Gian Mario Tagliaretti2008-09-212-53/+84
| | | | svn path=/trunk/; revision=3045
* Bug 539475 – gtk.gdk.threads_(enter|leave) promote dead-lock-pronePaul Pogonyshev2008-09-082-1/+26
| | | | | | | | | | | | | | | 2008-09-09 Paul Pogonyshev <pogonyshev@gmx.net> Bug 539475 – gtk.gdk.threads_(enter|leave) promote dead-lock-prone synchronization * gtk/__init__.py (gdk.lock): New context manager. 2008-09-09 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gdk-functions.xml: Document new `gtk.gdk.lock'. svn path=/trunk/; revision=3038
* Bug 526189 – add __str__ and/or __repr__ to several typesPaul Pogonyshev2008-08-284-0/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> Bug 526189 – add __str__ and/or __repr__ to several types * gtk/gdk.override (_wrap_gdk_cursor_tp_repr): New function. * gtk/gdkcolor.override (pygdk_color_to_string_smart) (_wrap_gdk_color_tp_repr, _wrap_gdk_color_tp_str): New functions. * gtk/gdkevent.override (_wrap_gdk_event_tp_repr): New function. * gtk/gdkrectangle.override (_wrap_gdk_rectangle_tp_repr): New function. * tests/test_color.py (Tests.test_repr, Tests.test_str): New tests. (Tests._test_color_list): New helper method. * tests/test_rectangle.py (Tests.test_repr): New test. (Tests._test_rectangle_list): New helper method. 2008-08-28 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gdkrectangle.xml: Document __repr__. * pygtk-gdkcolor.xml: Document __repr__ and __str__. * pygtk-gdkevent.xml: Document __repr__. svn path=/trunk/; revision=3029
* Fix a problem with distcheck and avoid including .svn dir in the resulting ↵Gian Mario Tagliaretti2008-08-211-6/+8
| | | | | | tarball. svn path=/trunk/; revision=3019
* Bug 527212 – types with well-defined equality semantics are not properlyPaul Pogonyshev2008-08-024-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-08-02 Paul Pogonyshev <pogonyshev@gmx.net> Bug 527212 – types with well-defined equality semantics are not properly comparable * gtk/gdk.override (_wrap_pygdk_region_tp_richcompare): New function. * gtk/gdkcolor.override (_wrap_gdk_color_tp_richcompare): New function. * gtk/gdkrectangle.override (_wrap_gdk_rectangle_tp_richcompare): New function. * tests/test_conversion.py (testColorCreation): Move to thematic test file. * tests/Makefile.am: * tests/test_color.py: * tests/test_rectangle.py: Two new test files. 2008-08-02 Paul Pogonyshev <pogonyshev@gmx.net> Bug 527212 – types with well-defined equality semantics are not properly comparable * pygtk-gdkcolor.xml: Document new constructor option. Document proper comparison as of PyGTK 2.14. * pygtk-gdkregion.xml: Document proper comparison as of PyGTK 2.14. * pygtk-gdkrectangle.xml: Document proper comparison as of PyGTK 2.14. svn path=/trunk/; revision=3014
* Add 'missing_handlers' (Python list) and 'exception_pending' (boolean)Paul Pogonyshev2008-07-262-1/+19
| | | | | | | | | | | | | | | | | | 2008-07-26 Paul Pogonyshev <pogonyshev@gmx.net> * gtk/gtkbuilder.override (PyGCustomSignalNotify): Add 'missing_handlers' (Python list) and 'exception_pending' (boolean) fields. (connect_many, _wrap_gtk_builder_connect_signals): Warn user on missing handlers and set/modify new fields as appropriate (bug #543768). 2008-07-26 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtkbuilder.xml (connect_signals): Fix signature and document changes in 2.14. svn path=/trunk/; revision=3012
* Don't include full directories: that drags in the '.svn's in them (bugPaul Pogonyshev2008-07-191-1/+2
| | | | | | | | | 2008-07-19 Paul Pogonyshev <pogonyshev@gmx.net> * docs/Makefile.am (EXTRA_DIST): Don't include full directories: that drags in the '.svn's in them (bug #530142). svn path=/trunk/; revision=3009
* Replace non-existing gtk.NOTEBOOK_TAB constant with stringPaul Pogonyshev2008-07-012-1/+5
| | | | | | | | | | 2008-07-02 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtknotebook.xml (gtk.Notebook.set_tab_detachable): Replace non-existing gtk.NOTEBOOK_TAB constant with string 'GTK_NOTEBOOK_TAB' (bug #524177). svn path=/trunk/; revision=3004
* It returns \0 if out of data, not 0: different things in Python (bugPaul Pogonyshev2008-07-012-5/+8
| | | | | | | | | 2008-07-02 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtktextiter.xml (gtk.TextIter.get_char): It returns \0 if out of data, not 0: different things in Python (bug #538777). svn path=/trunk/; revision=3003
* Fix 'detach_cb' argument list to reflect realities. Stress that the orderPaul Pogonyshev2008-07-012-4/+15
| | | | | | | | | | 2008-07-02 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtkmenu.xml (gtk.Menu.attach_to_widget): Fix 'detach_cb' argument list to reflect realities. Stress that the order is different from GTK+ C API. svn path=/trunk/; revision=3002
* Explain why 'length' is preserved in definition, but not mentioned inPaul Pogonyshev2008-06-252-6/+6
| | | | | | | | | | | | | | | 2008-06-26 Paul Pogonyshev <pogonyshev@gmx.net> * gtk/gtk-2.12.defs (gtk.Builder.add_from_string): Explain why 'length' is preserved in definition, but not mentioned in docs. 2008-06-26 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtkbuilder.xml: Remove all mentions of 'length' parameter to gtk.Builder.add_from_string. See 'gtk/gtk-2.12.defs' for explanation. svn path=/trunk/; revision=3000
* Fix a typo in gtkdialog docs, Fixes #537710Gian Mario Tagliaretti2008-06-112-1/+6
| | | | svn path=/trunk/; revision=2994
* Add docs for gtk.RecentAction.Gian Mario Tagliaretti2008-06-064-0/+251
| | | | svn path=/trunk/; revision=2988
* Add docs for get_type_hint, fixes #536906Gian Mario Tagliaretti2008-06-052-0/+29
| | | | svn path=/trunk/; revision=2986
* Move CSS_DATA variable inside the if ENABLE_DOCS block. Makes make work ifBjörn Lindqvist2008-06-011-2/+2
| | | | | | | | | | 2008-06-01 Björn Lindqvist <bjourne@gmail.com> * docs/Makefile.am: Move CSS_DATA variable inside the if ENABLE_DOCS block. Makes make work if --enable-docs=no is specified and pygobject docs are not available. (bug #536077) svn path=/trunk/; revision=2984
* Fix a few bugs in docs, #528205 #527155 #520833 #518387Gian Mario Tagliaretti2008-05-025-12/+39
| | | | svn path=/trunk/; revision=2977
* Fix a typo (bug #520067).Benjamin Berg2008-03-032-1/+6
| | | | | | | | | 2008-03-03 Benjamin Berg <benjamin@sipsolutions.net> * pygtk-gtk-constants.xml: Fix a typo (bug #520067). svn path=/trunk/; revision=2964
* Don't claim gtk.HBox and gtk.VBox are the only derivatives of gtk.Box.Paul Pogonyshev2008-02-082-2/+11
| | | | | | | | | 2008-02-08 Paul Pogonyshev <pogonyshev@gmx.net> * pygtk-gtkbox.xml: Don't claim gtk.HBox and gtk.VBox are the only derivatives of gtk.Box. svn path=/trunk/; revision=2962
* Add a note in alignment property to mention xalign for the whole text.Gian Mario Tagliaretti2008-02-062-2/+10
| | | | svn path=/trunk/; revision=2961
* Replace "one thousandth" with "1 / pango.SCALE" where appropriate.Paul Pogonyshev2008-01-292-4/+9
| | | | svn path=/trunk/; revision=2956
* Add default value to 'pos' argument of gtk.UIManager.insert_action_group().Paul Pogonyshev2008-01-292-4/+11
| | | | svn path=/trunk/; revision=2955
* Fix typo, thanks richardJohan Dahlin2008-01-031-1/+1
| | | | svn path=/trunk/; revision=2951
* Simplify release taggingJohan Dahlin2008-01-031-4/+1
| | | | svn path=/trunk/; revision=2950
* Add a note in gtk.TextTagTable foreach methodGian Mario Tagliaretti2007-12-292-1/+6
| | | | svn path=/trunk/; revision=2946
* some fixes in pangocairo docsGian Mario Tagliaretti2007-12-242-7/+37
| | | | svn path=/trunk/; revision=2945
* remove a duplicate in gtk.Box properties.Gian Mario Tagliaretti2007-12-192-6/+4
| | | | svn path=/trunk/; revision=2944
* fix a small namespace bug in gtkwindow docsGian Mario Tagliaretti2007-12-162-1/+5
| | | | svn path=/trunk/; revision=2942
* mention pango.WRAP_WORD_CHAR, fix bug #400540Gian Mario Tagliaretti2007-12-152-0/+11
| | | | svn path=/trunk/; revision=2938
* add composited window exampleGian Mario Tagliaretti2007-11-112-0/+134
| | | | svn path=/trunk/; revision=2927
* detail gtk.Notebook buildable interface, fix #364496Gian Mario Tagliaretti2007-10-292-0/+117
| | | | svn path=/trunk/; revision=2925
* Docs updated with the gtk.Buildable interface and minor fixesGian Mario Tagliaretti2007-10-25111-19/+1081
| | | | svn path=/trunk/; revision=2924
* Updated gdk docs with 2.12 API.Gian Mario Tagliaretti2007-10-227-11/+339
| | | | svn path=/trunk/; revision=2923
* fix bug #389422Gian Mario Tagliaretti2007-10-182-2/+6
| | | | svn path=/trunk/; revision=2920
* fix bug #375584Gian Mario Tagliaretti2007-10-182-1/+9
| | | | svn path=/trunk/; revision=2919
* fix bug #365236Gian Mario Tagliaretti2007-10-182-4/+6
| | | | svn path=/trunk/; revision=2918
* fix bug #421575Gian Mario Tagliaretti2007-10-182-1/+5
| | | | svn path=/trunk/; revision=2917
* Update docs with 2.12 API and fix bug #360679Gian Mario Tagliaretti2007-10-183-7/+813
| | | | svn path=/trunk/; revision=2915
* Update docs with 2.12 APIGian Mario Tagliaretti2007-10-096-1/+462
| | | | svn path=/trunk/; revision=2913
* Update docs with 2.12 APIGian Mario Tagliaretti2007-10-074-0/+207
| | | | svn path=/trunk/; revision=2912
* Update docs with 2.12 APIGian Mario Tagliaretti2007-10-012-0/+203
| | | | svn path=/trunk/; revision=2911
* Update docs with 2.12 APIGian Mario Tagliaretti2007-09-295-4/+195
| | | | svn path=/trunk/; revision=2910
* Update docs with 2.12 APIGian Mario Tagliaretti2007-09-294-6/+230
| | | | svn path=/trunk/; revision=2909
* Add pygobject docs dir to index dirs for fixxref.pyJohn Finlay2007-09-061-1/+1
| | | | | | | * docs/Makefile.am (install-data-hook): Add pygobject docs dir to index dirs for fixxref.py svn path=/trunk/; revision=2903
* Add icons and cursors to dist.Gustavo J. A. M. Carneiro2007-08-271-1/+2
| | | | svn path=/trunk/; revision=2891
* Install the stock item icons and cursor images with the ref docs.John Finlay2007-08-221-1/+11
| | | | svn path=/trunk/; revision=2885
* Add missing cursor images.John Finlay2007-08-2277-0/+0
| | | | svn path=/trunk/; revision=2884
* Add missing stock item icons.John Finlay2007-08-2298-0/+0
| | | | svn path=/trunk/; revision=2883
* Update gtk.MenuToolButton docs with 2.12 API.Gian Mario Tagliaretti2007-08-052-3/+71
| | | | svn path=/trunk/; revision=2874