summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.h
Commit message (Expand)AuthorAgeFilesLines
* Move private widget path functions awayMatthias Clasen2016-02-041-5/+0
* API: Add gtk_widget_path_iter_set_object_name()Benjamin Otte2015-10-271-0/+7
* widgetpath: Remove bad function prototypesGarrett Regier2015-09-111-8/+0
* cssnode: Optimize listing of classesGarrett Regier2015-09-111-0/+14
* API: Add gtk_widget_path_iter_set_state()Benjamin Otte2014-07-191-0/+7
* widgetpath: Deprecate regionsBenjamin Otte2014-06-211-6/+6
* Add annotations to gtk headersMatthias Clasen2013-05-051-0/+30
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
* types: Move widget types into gtktypes.hBenjamin Otte2012-03-031-6/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* gtk: Use versioned deprecationsMatthias Clasen2012-02-271-0/+6
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-1/+1
* API: Add support for siblings to widget pathsBenjamin Otte2011-06-021-5/+13
* widgetpath: Make structure refcountedBenjamin Otte2011-06-021-0/+2
* API: Add gtk_widget_path_append_for_widget()Benjamin Otte2011-06-021-0/+7
* widgetpath: Make includes absoluteBenjamin Otte2011-05-271-1/+1
* API: Add gtk_widget_path_to_string()Benjamin Otte2011-03-271-0/+1
* widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGETCosimo Cecchi2010-12-171-3/+3
* Fix a typo to fix the build.Murray Cumming2010-12-061-1/+1
* Add gtk_widget_path_get_type to the headersMatthias Clasen2010-12-061-1/+3
* Block direct #including in style headersCarlos Garnacho2010-12-041-0/+4
* GtkWidgetPath: Make iter API deal with gints.Carlos Garnacho2010-12-041-20/+20
* GtkWidgetPath: Make gtk_widget_path_prepend_type() return nothing.Carlos Garnacho2010-12-041-1/+1
* Add theming docsCarlos Garnacho2010-12-041-1/+1
* GtkContainer: Add method to get the GtkWidgetPath for a child.Carlos Garnacho2010-12-041-0/+2
* GtkWidgetPath: Add methods to include class info in paths.Carlos Garnacho2010-12-041-1/+18
* s/child class/region/ everywhere.Carlos Garnacho2010-12-041-4/+4
* Compare widget names as GQuarks in style matching.Carlos Garnacho2010-12-041-5/+11
* GtkWidgetPath: Make API more consistent.Carlos Garnacho2010-12-041-11/+11
* Compare region names as quarks in style matching.Carlos Garnacho2010-12-041-0/+4
* GtkWidgetPath: properly use constSven Herzberg2010-12-041-13/+13
* GtkWidgetPath: Add methods to check topmost widget type.Carlos Garnacho2010-12-041-2/+6
* GtkWidgetPath: Add API for named regions.Carlos Garnacho2010-12-041-0/+18
* Refurbish GtkWidgetPath API.Carlos Garnacho2010-12-041-13/+19
* Add GtkWidgetPath.Carlos Garnacho2010-12-041-0/+52