summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Add missing GtkInfoBar functions to the docsMatthias Clasen2009-06-151-0/+2
|
* Add a long description for GtkSettingsMatthias Clasen2009-06-111-0/+28
| | | | | | Among other things, the description mentions the problem in bug 585024, that some settings may not be available before the widget class has been realized.
* Add ability to print selectionMarek Kasik2009-06-081-0/+9
| | | | | | | | | | | | | | | | | | | | | | Add a new radio button "Selection" to the print dialog. Its presence depends on calling of functions gtk_print_operation_set_support_selection() and gtk_print_dialog_unix_set_support_selection(). Sensitivity of the radio depends on calling of functions gtk_print_operation_set_has_selection() and gtk_print_dialog_unix_set_has_selection(). There are new properties GtkPrintUnixDialog::support-selection, GtkPrintUnixDialog::has-selection, GtkPrintOperation::support-selection and GtkPrintOperation::has-selection. Corresponding getters are gtk_print_dialog_unix_get_support_selection(), gtk_print_dialog_unix_get_has_selection(), gtk_print_operation_get_support_selection() and gtk_print_operation_get_has_selection(). Application has to set number of pages to which the selection will be formated in GtkPrintOperation::begin-print's callback by the gtk_print_operation_set_n_pages() function (bug #344519). There is also new property GtkPrintUnixDialog::manual-capabilities controled by gtk_print_unix_dialog_set_manual_capabilities() and gtk_print_unix_dialog_get_manual_capabilities().
* Add a message area widgetMatthias Clasen2009-06-053-0/+31
| | | | It is called GtkInfoBar. See bug 555344.
* Improve GtkMenuPositionFunc docsMatthias Clasen2009-05-301-0/+2
| | | | Add a note about gtk_menu_set_monitor().
* 2.17.12.17.1Matthias Clasen2009-05-295-108/+125
|
* Fix a formatting error in the docsMatthias Clasen2009-05-241-1/+1
| | | | | Need to replace % by %amp; in examples. This was noticed in bug 583522.
* docs: document the GtkUpdateType enum.Stefan Kost2009-05-201-4/+4
| | | | Add documentation based on the description from gtk_range_set_update_policy()
* Fix broken SGML in gtk reference.Davyd Madeley2009-05-191-1/+1
| | | | Introduced in commit 9dbb30482b11075045e7624df7c771cb3fc1503f
* Add a separate keybinding signal for activating linksMatthias Clasen2009-05-112-5/+3
| | | | | | Keeping the keybinding signal and the regular signal separate is cleaner and allows us to pass the uri as a parameter to the activate-link signal.
* Add a migration chapter for label linksMatthias Clasen2009-05-114-5/+38
|
* Add link support to GtkLabelMatthias Clasen2009-05-111-0/+18
| | | | | This patch is based on SexyUrlLabel, but with significantly enhanced functionality: keynav, tooltips, context menu, theming.
* Add git.mk to generate .gitignore filesBehdad Esfahbod2009-05-0413-0/+521
| | | | Add four new doc templates that were not in repository.
* 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