summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.c
Commit message (Expand)AuthorAgeFilesLines
* Move private widget path functions awayMatthias Clasen2016-02-041-0/+1
* gtkwidgetpath: update gtk_widget_path_to_stringAlberts Muktupāvels2016-01-151-1/+4
* API: Add gtk_widget_path_iter_set_object_name()Benjamin Otte2015-10-271-0/+59
* widget path: Don't leak sibling pathsMatthias Clasen2015-09-151-0/+2
* widget path: No need for atomic refcountingMatthias Clasen2015-09-121-3/+4
* widgetpath: Implement using GtkCssNodeDeclarationBenjamin Otte2015-09-121-222/+87
* cssnode: Optimize listing of classesGarrett Regier2015-09-111-8/+11
* widget path: Use gtk_internal_return_if_failMatthias Clasen2015-09-081-69/+70
* widget path: Fix compiler warningsMatthias Clasen2015-06-021-4/+3
* Don't return G_TYPE_INVALID as a pointerMatthias Clasen2015-03-221-2/+2
* css: Add a :checked pseudoclassBenjamin Otte2014-08-161-5/+1
* widgetpath: Use CSS-like syntax in to_string()Benjamin Otte2014-08-131-3/+1
* GtkWidgetPath: Don't forget to copy the stateMatthias Clasen2014-07-211-0/+1
* GtkWidgetPath: Show states in the path stringMatthias Clasen2014-07-211-0/+23
* API: Add gtk_widget_path_iter_set_state()Benjamin Otte2014-07-191-0/+75
* widgetpath: Deprecate regionsBenjamin Otte2014-06-211-0/+14
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-3/+3
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-1/+1
* docs: replace all <examples> with markdown headingsWilliam Jon McCann2014-02-041-6/+5
* Docs: Don't use note elementsMatthias Clasen2014-02-021-2/+2
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-2/+2
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-4/+4
* Improve struct packing in various placesMatthias Clasen2013-09-211-1/+1
* Optimize gtk_widget_path_copy() by preallocating "elems" arrayMatthias Clasen2012-08-071-4/+5
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* widgetpath: correctly print the siblings indexCosimo Cecchi2011-11-231-1/+1
* all: add an 'only-child' pseudo-class selectorCosimo Cecchi2011-10-041-0/+1
* Add sibling information to widget path string representationsMatthias Clasen2011-06-181-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-0/+102
* docs: Fix typoBenjamin Otte2011-06-021-1/+1
* widgetpath: Factor out the element copy functionBenjamin Otte2011-06-021-21/+30
* widgetpath: Use ref/unref in boxed functionBenjamin Otte2011-06-021-1/+1
* widgetpath: Make structure refcountedBenjamin Otte2011-06-021-4/+48
* gtk: add "Since: 3.2" to gtk_widget_path_to_string()Michael Natterer2011-03-271-1/+3
* API: Add gtk_widget_path_to_string()Benjamin Otte2011-03-271-0/+84
* widgetpath: Sanitize pos argument for iters correctlyBenjamin Otte2011-03-261-18/+18
* Split out private style context api into a private headerMatthias Clasen2011-01-231-0/+1
* [GI] Fixes of existing incorrect annotationsPavel Holejsovsky2011-01-201-6/+6
* Make GtkCssProvider deal with widget types not being in plain CamelCaseCarlos Garnacho2011-01-191-0/+4
* widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGETCosimo Cecchi2010-12-171-18/+13
* Trivial doc fixesMatthias Clasen2010-12-041-1/+1
* GtkWidgetPath documentation tweaksMatthias Clasen2010-12-041-4/+4
* GtkWidgetPath: Make iter API deal with gints.Carlos Garnacho2010-12-041-57/+110
* GtkWidgetPath: Make gtk_widget_path_prepend_type() return nothing.Carlos Garnacho2010-12-041-7/+3
* Copy GtkWidgetPaths correctlyMatthias Clasen2010-12-041-0/+6
* GtkWidgetPath: turn into a boxed type.Carlos Garnacho2010-12-041-1/+5
* GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions.Carlos Garnacho2010-12-041-2/+2
* Add theming docsCarlos Garnacho2010-12-041-4/+379
* GtkContainer: Add method to get the GtkWidgetPath for a child.Carlos Garnacho2010-12-041-0/+15