| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize gtk_widget_path_copy() by preallocating "elems" array | Matthias Clasen | 2012-08-07 | 1 | -4/+5 |
* | Change FSF Address | Javier Jardón | 2012-02-27 | 1 | -3/+1 |
* | widgetpath: correctly print the siblings index | Cosimo Cecchi | 2011-11-23 | 1 | -1/+1 |
* | all: add an 'only-child' pseudo-class selector | Cosimo Cecchi | 2011-10-04 | 1 | -0/+1 |
* | Add sibling information to widget path string representations | Matthias Clasen | 2011-06-18 | 1 | -0/+6 |
* | gtk: Use const instead G_CONST_RETURN | Javier Jardón | 2011-06-10 | 1 | -1/+1 |
* | API: Add support for siblings to widget paths | Benjamin Otte | 2011-06-02 | 1 | -0/+102 |
* | docs: Fix typo | Benjamin Otte | 2011-06-02 | 1 | -1/+1 |
* | widgetpath: Factor out the element copy function | Benjamin Otte | 2011-06-02 | 1 | -21/+30 |
* | widgetpath: Use ref/unref in boxed function | Benjamin Otte | 2011-06-02 | 1 | -1/+1 |
* | widgetpath: Make structure refcounted | Benjamin Otte | 2011-06-02 | 1 | -4/+48 |
* | gtk: add "Since: 3.2" to gtk_widget_path_to_string() | Michael Natterer | 2011-03-27 | 1 | -1/+3 |
* | API: Add gtk_widget_path_to_string() | Benjamin Otte | 2011-03-27 | 1 | -0/+84 |
* | widgetpath: Sanitize pos argument for iters correctly | Benjamin Otte | 2011-03-26 | 1 | -18/+18 |
* | Split out private style context api into a private header | Matthias Clasen | 2011-01-23 | 1 | -0/+1 |
* | [GI] Fixes of existing incorrect annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -6/+6 |
* | Make GtkCssProvider deal with widget types not being in plain CamelCase | Carlos Garnacho | 2011-01-19 | 1 | -0/+4 |
* | widgetpath: allow GTypes non-derived from GTK_TYPE_WIDGET | Cosimo Cecchi | 2010-12-17 | 1 | -18/+13 |
* | Trivial doc fixes | Matthias Clasen | 2010-12-04 | 1 | -1/+1 |
* | GtkWidgetPath documentation tweaks | Matthias Clasen | 2010-12-04 | 1 | -4/+4 |
* | GtkWidgetPath: Make iter API deal with gints. | Carlos Garnacho | 2010-12-04 | 1 | -57/+110 |
* | GtkWidgetPath: Make gtk_widget_path_prepend_type() return nothing. | Carlos Garnacho | 2010-12-04 | 1 | -7/+3 |
* | Copy GtkWidgetPaths correctly | Matthias Clasen | 2010-12-04 | 1 | -0/+6 |
* | GtkWidgetPath: turn into a boxed type. | Carlos Garnacho | 2010-12-04 | 1 | -1/+5 |
* | GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions. | Carlos Garnacho | 2010-12-04 | 1 | -2/+2 |
* | Add theming docs | Carlos Garnacho | 2010-12-04 | 1 | -4/+379 |
* | GtkContainer: Add method to get the GtkWidgetPath for a child. | Carlos Garnacho | 2010-12-04 | 1 | -0/+15 |
* | Remove gtkalias from style context code. | Carlos Garnacho | 2010-12-04 | 1 | -3/+0 |
* | Plug a bunch of leaks. | Carlos Garnacho | 2010-12-04 | 1 | -0/+3 |
* | GtkWidgetPath: Add methods to include class info in paths. | Carlos Garnacho | 2010-12-04 | 1 | -0/+180 |
* | s/child class/region/ everywhere. | Carlos Garnacho | 2010-12-04 | 1 | -6/+6 |
* | Compare widget names as GQuarks in style matching. | Carlos Garnacho | 2010-12-04 | 1 | -7/+38 |
* | GtkWidgetPath: Make API more consistent. | Carlos Garnacho | 2010-12-04 | 1 | -10/+10 |
* | Compare region names as quarks in style matching. | Carlos Garnacho | 2010-12-04 | 1 | -20/+47 |
* | GtkWidgetPath: properly use const | Sven Herzberg | 2010-12-04 | 1 | -11/+11 |
* | GtkWidgetPath: Add to gtkalias. | Carlos Garnacho | 2010-12-04 | 1 | -0/+3 |
* | GtkWidgetPath: Add methods to check topmost widget type. | Carlos Garnacho | 2010-12-04 | 1 | -0/+29 |
* | GtkWidgetPath: Add API for named regions. | Carlos Garnacho | 2010-12-04 | 1 | -0/+130 |
* | Refurbish GtkWidgetPath API. | Carlos Garnacho | 2010-12-04 | 1 | -87/+104 |
* | Add GtkWidgetPath. | Carlos Garnacho | 2010-12-04 | 1 | -0/+182 |