summaryrefslogtreecommitdiff
path: root/docs/reference/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Remove more discontinued ChangeLogsWilliam Jon McCann2013-06-241-6527/+0
| | | | They are all in git.
* Removed empty docs/reference/ChangeLog entries. I am using ↵Murray Cumming2009-07-161-30/+0
| | | | prepare-ChangeLog.pl to help create informative commit messages and this was a side-effect.
* GtkToolPalette: Use gtk-toolbar-style and gtk-toolbar-icon-size settings.Murray Cumming2009-07-161-0/+6
| | | | | | | | | | | | | | | * gtk/gtksettings.c: (settings_install_property_parser): Handle enums too. * gtk/gtktoolbar.c (gtk_toolbar_class_init): Move the gtk-toolbar-style and gtk-toolbar-icon-size settings into GtkSettings because we now use it in GtkToolPalette too. * gtk/gtktoolpalette.[h|c]: Add gtk_tool_palette_unset_style() and gtk_tool_palette_unset_icon_size(), and use the toolbar-style and icon-size from GtkSettings if these are not set via the set functions. * demos/gtk-demo/toolpalette.c (on_combo_style_changed), (do_toolpalette): Add and handle a -1 value to mean the desktop "Default" toolbar style.
* GtkToolItemGroup now has label and label-widget properties.Murray Cumming2009-07-141-0/+6
| | | | | | | | | * demos/gtk-demo/toolpalette.c (load_special_items): Demonstrate gtk_tool_item_group_set_label_widget(). * gtk/gtktoolitemgroup.[h|c]: Rename the "item-group-name" property to "label" because that is what it is. Likewise rename the functions. Add a "label-widget" propert and get/set_label_widget() functions, based on the same code/API in GtkExpander.
* GtkToolItemGroup: Rename the name property. GtkToolPalette: Added class padding.Murray Cumming2009-07-141-0/+6
| | | | | | | * gtk/gtktoolitemgroup.[h|c]: Rename the name property to item-group-name and rename get/set_name() to get/set_item_group_name(), to avoid a clash with GtkWidget::name. * gtk/gtktoolpalette.h: GtkToolPaletteClass: Add padding for future use.
* ToolPalette: Implement GtkOrientable.Murray Cumming2009-07-141-0/+6
| | | | | | | * gtk/gtktoolpalette.[h|c]: Remove gtk_tool_palette_get/set_property(), implementing GtkOrientable instead. * gtk/gtktoolitemgroup.c: * demos/gtk-demo/toolpalette.c: Use gtk_orientable_* instead.
* ToolShell: Add ellipsize, text-orientation, text-alignment and size-group.Murray Cumming2009-07-131-0/+6
| | | | | | | | | | | | | * gtk/gtktoolshell.c: Added vfuncs to get/set ellipsize, text-orientation, text-alignment and size-group plus getter/setters to invoke these vfuncs. * gtk/gtktoolitem.[h|c]: Added getters and setters to get/set these from the parent GtkToolShell. This is in the style of the existing "properties". * gtk/gtktoolbutton.c: Updated to use the extra properties. * docs/reference/gtk/gtk-sections.txt * gtk/gtk.symbols: Updated to mention the new functions. These new "properties" are used by GtkToolPalette.
* 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-251-0/+7
| | | | | | | | | | | | 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-251-0/+7
| | | | svn path=/trunk/; revision=22585
* Fix typos and document the GdkPixbufSimpleAnim structure.Claudio Saavedra2009-03-231-0/+5
| | | | | | | | | | 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
* 2.16.0GTK_2_16_0Matthias Clasen2009-03-131-0/+4
| | | | svn path=/trunk/; revision=22530
* Bug 574561 – gtk_style_get "shadows" g_object_getMatthias Clasen2009-03-101-0/+5
| | | | | | | | | | * 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-021-0/+4
| | | | svn path=/trunk/; revision=22448
* Remove deprecated APIMatthias Clasen2009-03-011-0/+7
| | | | svn path=/trunk/; revision=22431
* Set the program-name property of the about dialog.Matthias Clasen2009-03-011-0/+8
| | | | | | | | | | * 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
* Add a function to get the default window icon nameMatthias Clasen2009-02-201-0/+4
| | | | svn path=/trunk/; revision=22387
* 2.15.4GTK_2_15_4Matthias Clasen2009-02-171-0/+4
| | | | svn path=/trunk/; revision=22350
* Add online urls for library.gnome.org. This allows other docs to doStefan Kost2009-02-061-0/+11
| | | | | | | | | | | | | | * 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-031-0/+4
| | | | svn path=/trunk/; revision=22273
* 2.15.2GTK_2_15_2Matthias Clasen2009-01-271-0/+4
| | | | svn path=/trunk/; revision=22231
* Bug 322932 – Always show icons on panel menusMatthias Clasen2009-01-271-0/+4
| | | | | | | | | | * 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-231-0/+4
| | | | svn path=/trunk/; revision=22202
* Add GtkActivatableIface, tooMatthias Clasen2009-01-231-0/+4
| | | | svn path=/trunk/; revision=22200
* i Bug 560228 – Add "action-controller" property to GtkWidgetClassMatthias Clasen2009-01-231-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-231-0/+4
| | | | svn path=/trunk/; revision=22194
* Bug 567761 – Spellfixes in GTK+ documentationMatthias Clasen2009-01-231-0/+4
| | | | | | | | * 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-211-0/+4
| | | | | | | | | * 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-201-0/+4
| | | | | | | | | | | | | | | | | | | 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-201-0/+4
| | | | svn path=/trunk/; revision=22146
* Add properties and getters for icon tooltips.Matthias Clasen2009-01-181-0/+4
| | | | | | | | * gtk/gtk.symbols: * gtk/gtkentry.[hc]: Add properties and getters for icon tooltips. svn path=/trunk/; revision=22139
* Bug 567569 – Typo in GtkFileChooser example in GTK+ documentationChristian Dywan2009-01-131-0/+7
| | | | | | | | | | | 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-051-0/+5
| | | | svn path=/trunk/; revision=22070
* Add long descriptionMatthias Clasen2009-01-051-0/+7
| | | | svn path=/trunk/; revision=22063
* 2.15.0GTK_2_15_0Matthias Clasen2009-01-011-0/+4
| | | | svn path=/trunk/; revision=22037
* Rename GtkEntry icon-related signalsMatthias Clasen2008-12-311-0/+7
| | | | svn path=/trunk/; revision=22023
* AdditionsMatthias Clasen2008-12-301-0/+6
| | | | svn path=/trunk/; revision=22013
* Doc additionsMatthias Clasen2008-12-301-0/+1
| | | | svn path=/trunk/; revision=22011
* AdditionsMatthias Clasen2008-12-301-0/+2
| | | | svn path=/trunk/; revision=22009
* Document the preview capabilityMatthias Clasen2008-12-301-0/+5
| | | | svn path=/trunk/; revision=22007
* Document GtkTreeViewGridLinesMatthias Clasen2008-12-301-0/+16
| | | | svn path=/trunk/; revision=22005
* Document capabilitiesMatthias Clasen2008-12-291-0/+1
| | | | svn path=/trunk/; revision=21992
* Document GtkBorderMatthias Clasen2008-12-291-1/+2
| | | | svn path=/trunk/; revision=21990
* AdditionsMatthias Clasen2008-12-291-1/+2
| | | | svn path=/trunk/; revision=21989
* Document GtkBuilderErrorMatthias Clasen2008-12-291-0/+1
| | | | svn path=/trunk/; revision=21985
* Document GtkArrowPlacementMatthias Clasen2008-12-291-0/+4
| | | | svn path=/trunk/; revision=21984
* Remove a duplicate sectionMatthias Clasen2008-12-291-0/+5
| | | | svn path=/trunk/; revision=21978
* Small additionMatthias Clasen2008-12-291-0/+4
| | | | svn path=/trunk/; revision=21977
* Move more private stuff to PrivateMatthias Clasen2008-12-291-1/+2
| | | | svn path=/trunk/; revision=21976
* Move GtkFixedChild to privateMatthias Clasen2008-12-291-0/+4
| | | | svn path=/trunk/; revision=21973