summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* GTK+ 2.17.02.17.0Matthias Clasen2009-05-043-3/+19
|
* Support scale marks in builder markupMatthias Clasen2009-05-032-8/+19
|
* Add default URL and Email hooks to GtkAboutDialogChristian Persch2009-04-201-4/+8
| | | | | | Adds default URL and Email hooks which use gtk_show_uri(). It is still possible to provide one's own hooks, and one can disable the default hooks by setting NULL hooks. Bug #577793.
* Allow GdkPixbufSimpleAnim to loopClaudio Saavedra2009-04-182-0/+20
| | | | | Add a GdkPixbufSimpleAnim:loop boolean property and its accessors. Based on a patch by Tim Evans. (#561139)
* Add a GtkBuildable implementation to GtkAssistantMatthias Clasen2009-04-182-45/+56
| | | | | Expose the action area as internal child, and support child properties.
* build: fix the build when not making man-pagesStefan Kost2009-04-152-8/+8
|
* Release 2.16.12.16.1Matthias Clasen2009-04-111-1/+15
|
* Remove generated filesMatthias Clasen2009-04-115-359/+0
|
* Remove generated filesMatthias Clasen2009-04-115-38/+64
|
* Add GtkHSV in gtk.types to fix documentationBruce Cowan2009-04-111-0/+1
|
* Correct tutorial url in faqChristian Dywan2009-04-111-2/+2
|
* Expand GtkBuilder migration guideMatthias Clasen2009-04-091-13/+66
|
* Update release instructions for gitMatthias Clasen2009-04-091-39/+42
|
* Improve GtkBuilder error reportingMatthias Clasen2009-04-061-0/+1
| | | | | Make GtkBuilder report an error when it encounters a duplicate id, instead of segfaulting later on
* Better i18n support in GtkBuilderMatthias Clasen2009-04-061-1/+1
| | | | | | Let descriptions of accessible actions be translated, by specifying the description as content of the <action> element, and allowing "translatable", "context" and "comment" as attributes. (#518642)
* Update README files to refer to gitMatthias Clasen2009-03-311-0/+6
| | | | | Update various README files to refer to git instead of svn. Also discontinue ChangeLog files.
* Bug 562863 - GtkVscrollbar is hardly documentedPaul Bolle2009-03-253-3/+12
| | | | | | | | | | | | 2009-03-25 Paul Bolle <pebolle@tiscali.nl> Bug 562863 - GtkVscrollbar is hardly documented * gtk/tmpl/gtkvscrollbar.sgml: * gtk/tmpl/gtkhscrollbar.sgml: Minor tweaks. svn path=/trunk/; revision=22587
* Remove a misleading sentenceMatthias Clasen2009-03-252-4/+8
| | | | svn path=/trunk/; revision=22585
* Fix typos and document the GdkPixbufSimpleAnim structure.Claudio Saavedra2009-03-232-3/+8
| | | | | | | | | | 2009-03-23 Claudio Saavedra <csaavedra@igalia.com> * gdk-pixbuf/tmpl/animation.sgml: Fix typos and document the GdkPixbufSimpleAnim structure. svn path=/trunk/; revision=22581
* Bug 576254 - <object> requires attribute "id"Hiroyuki Ikezoe2009-03-221-2/+2
| | | | | | | | | | | | 2009-03-23 Hiroyuki Ikezoe <poincare@ikezoe.net> Bug 576254 - <object> requires attribute "id" * docs/reference/gtk/tmpl/gtkdialog.sgml: Add id attribute to GtkBuilder UI sample. svn path=/trunk/; revision=22580
* 2.16.0GTK_2_16_0Matthias Clasen2009-03-137-89/+106
| | | | svn path=/trunk/; revision=22530
* Bug 574561 – gtk_style_get "shadows" g_object_getMatthias Clasen2009-03-102-1/+6
| | | | | | | | | | * gtk/gtk.symbols: * gtk/gtkstyle.[hc]: Rename gtk_style_get_property to gtk_style_get_style_property to avoid problems for language bindings. Pointed out by Torsten Schoenfeld. svn path=/trunk/; revision=22502
* 2.15.5GTK_2_15_5Matthias Clasen2009-03-024-76/+113
| | | | svn path=/trunk/; revision=22448
* Remove deprecated APIMatthias Clasen2009-03-012-2/+8
| | | | svn path=/trunk/; revision=22431
* Set the program-name property of the about dialog.Matthias Clasen2009-03-015-2/+41
| | | | | | | | | | * demos/gtk-demo/appwindow.c: Set the program-name property of the about dialog. * docs/tools/widgets.c: Add GtkAboutDialog svn path=/trunk/; revision=22427
* Rename gtk_activatable_reset to gtk_activatable_sync_action_properties,Matthias Clasen2009-02-221-1/+1
| | | | | | | | | | * gtk/gtk.symbols: * gtk/gtkactivatable.[hc]: Rename gtk_activatable_reset to gtk_activatable_sync_action_properties, since the previous name was deemed too generic. Update all implementations. svn path=/trunk/; revision=22389
* Add a function to get the default window icon nameMatthias Clasen2009-02-202-0/+5
| | | | svn path=/trunk/; revision=22387
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=22350
* Fix the enumerated name in the migration document.Richard Hughes2009-02-091-1/+1
| | | | | | | | | 2009-02-09 Richard Hughes <richard@hughsie.com> * docs/reference/gtk/migrating-GtkEntry-icons.sgml: Fix the enumerated name in the migration document. svn path=/trunk/; revision=22298
* Add online urls for library.gnome.org. This allows other docs to doStefan Kost2009-02-065-16/+42
| | | | | | | | | | | | | | * gdk-pixbuf/gdk-pixbuf.sgml: * gdk/gdk-docs.sgml: * gtk/gtk-docs.sgml: * libgail-util/gail-libgail-util-docs.sgml: Add online urls for library.gnome.org. This allows other docs to do gtkdoc-rebase --online --html-dir=html before publishing docs and have working xrefs. Whitespece cleanup for gdk/gdk-docs.sgml. svn path=/trunk/; revision=22287
* 2.15.3GTK_2_15_3Matthias Clasen2009-02-032-0/+10
| | | | svn path=/trunk/; revision=22273
* 2.15.2GTK_2_15_2Matthias Clasen2009-01-272-0/+27
| | | | svn path=/trunk/; revision=22231
* Bug 322932 – Always show icons on panel menusMatthias Clasen2009-01-272-0/+6
| | | | | | | | | | * gtk/gtk.symbols: * gtk/gtkimagemenuitem.[hc]: Add a property to override the show-menu-images setting for individual menuitems. Patch by William Jon McCann. svn path=/trunk/; revision=22230
* 2.15.1GTK_2_15_1Matthias Clasen2009-01-2311-39/+439
| | | | svn path=/trunk/; revision=22202
* Add GtkActivatableIface, tooMatthias Clasen2009-01-232-0/+6
| | | | svn path=/trunk/; revision=22200
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-234-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rework the way actions and proxies interact, to make the interaction less ad hoc, more extensible, and better suited for support in GUI builders like glade. To be used as a proxy, a widget must now implement the GtkActivatable interface, and GtkActivatable implementations are responsible for syncing their appearance with the action and for activating the action. All the widgets that are commonly used as proxies implement GtkActivatable now. Patch by Tristan van Berkom. * gtk/gtkactivatable.[hc]: The GtkActivatable interface. * gtk/gtkbutton.c: * gtk/gtktogglebutton.c: * gtk/gtktoolitem.c: * gtk/gtktoolbutton.c: * gtk/gtktoggletoolbutton.c: * gtk/gtkmenuitem.c: * gtk/gtkcheckmenuitem.c: * gtk/gtkimagemenuitem.c: * gtk/gtkradiomenuitem.c: * gtk/gtkrecentchooserprivate.h: * gtk/gtkrecentchooser.c: * gtk/gtkrecentchooserdefault.c: * gtk/gtkrecentchoosermenu.c: Implement GtkActivatable. * gtk/gtkaction.[hc]: Move appearance synchronization to GtkActivatable implementations. * gtk/gtkradioaction.c: * gtk/gtkrecentaction.c: * gtk/gtktoggleaction.c: * gtk/gtkactiongroup.c: Adapt. * gtk/gtk.h: Include gtkactivatable.h * gtk/gtk.symbols: Add new functions svn path=/trunk/; revision=22195
* AdditionsMatthias Clasen2009-01-232-0/+6
| | | | svn path=/trunk/; revision=22194
* Bug 567761 – Spellfixes in GTK+ documentationMatthias Clasen2009-01-232-1/+5
| | | | | | | | * gdk/x11/gdkselection-x11.c: * gtk/gtktestutils.c: Fix typos in the docs. svn path=/trunk/; revision=22189
* Add setters and getters for GtkAction properties, in preparation for bugMatthias Clasen2009-01-212-0/+23
| | | | | | | | | * gtk/gtk.symbols: * gtk/gtkaction.[hc]: Add setters and getters for GtkAction properties, in preparation for bug 560228. svn path=/trunk/; revision=22153
* Bug 565656 – Add marks to scalesMatthias Clasen2009-01-202-0/+6
| | | | | | | | | | | | | | | | | | | Bug 565656 – Add marks to scales * gtk/gtkrange.[hc]: Add internal api to define 'stop values' that have a little resistance when dragging the slider over it. * gtk/gtk.symbols: * gtk/gtkscale.[hc] (gtk_scale_add_mark): New function to add a 'mark' to a scale, which will draws a tick, plus optionally some text, and makes the value a stop value. (gtk_scale_clear_values): Removes all marks. * tests/testscale.c: Test for marks on scales * tests/Makefile.am: Integrate it svn path=/trunk/; revision=22149
* Document GDK_BLANK_CURSORMatthias Clasen2009-01-202-1/+7
| | | | svn path=/trunk/; revision=22146
* Add properties and getters for icon tooltips.Matthias Clasen2009-01-182-0/+6
| | | | | | | | * gtk/gtk.symbols: * gtk/gtkentry.[hc]: Add properties and getters for icon tooltips. svn path=/trunk/; revision=22139
* Use the last chance to get the api right, and rename things forMatthias Clasen2009-01-181-4/+4
| | | | | | | | | | | | | | | | | | | | | | | * gtk/gtk.symbols: * gtk/gtkentry.[hc]: Use the last chance to get the api right, and rename things for consistency, requested by Murray Cumming. In detail, gtk_entry_get_stock -> gtk_entry_get_icon_stock gtk_entry_get_pixbuf -> gtk_entry_get_icon_pixbuf gtk_entry_get_gicon -> gtk_entry_get_icon_gicon gtk_entry_get_storage_type -> gtk_entry_get_icon_storage_type ::prelight -> ::icon-prelight ::pixbuf-primary -> ::primary-icon-pixbuf ::stock-primary -> ::primary-icon-stock ::icon-name-primary -> ::primary-icon-name ::gicon-primary-> ::primary-icon-gicon ::storage-type-primary -> ::primary-icon-storage-type ::activatable->primary -> ::primary-icon-activatable ::sensitive-primary -> ::primary-icon-sensitive (and similar for secondary properties) svn path=/trunk/; revision=22134
* Bug 567569 – Typo in GtkFileChooser example in GTK+ documentationChristian Dywan2009-01-132-1/+8
| | | | | | | | | | | 2009-01-13 Christian Dywan <christian@imendio.com> Bug 567569 – Typo in GtkFileChooser example in GTK+ documentation * gtk/tmpl/gtkfilechooser.sgml: s/gobject_unref/g_object_unref. Patch by Priyank Gosalia. svn path=/trunk/; revision=22105
* Use a better caps lock warning iconMatthias Clasen2009-01-053-0/+15
| | | | svn path=/trunk/; revision=22070
* Add long descriptionMatthias Clasen2009-01-052-1/+20
| | | | svn path=/trunk/; revision=22063
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-0127-137/+375
| | | | svn path=/trunk/; revision=22037
* forgotten fileMatthias Clasen2009-01-011-1/+9
| | | | svn path=/trunk/; revision=22032
* forgotten filesMatthias Clasen2009-01-019-4/+4
| | | | svn path=/trunk/; revision=22031
* Fix titleMatthias Clasen2008-12-311-1/+1
| | | | svn path=/trunk/; revision=22025