| Commit message (Expand) | Author | Age | Files | Lines |
* | Move gtkstyle and gtkrc to deprecated/ | Matthias Clasen | 2011-11-02 | 1 | -3981/+0 |
* | Move gtk_draw_insertion_cursor out of gtkstyle.[hc] | Matthias Clasen | 2011-11-01 | 1 | -90/+0 |
* | Documentation fixes | Matthias Clasen | 2011-09-25 | 1 | -5/+5 |
* | all: avoid boxed structs copying where possible | Cosimo Cecchi | 2011-05-18 | 1 | -9/+4 |
* | Add some missing symbols to the docs | Matthias Clasen | 2011-02-08 | 1 | -0/+10 |
* | GtkStyleContext is meant to have a GdkScreen | Carlos Garnacho | 2011-02-06 | 1 | -0/+1 |
* | Don't assume a screen exists before realize() | Matthias Clasen | 2011-02-04 | 1 | -4/+5 |
* | doc fixes | Matthias Clasen | 2011-01-30 | 1 | -10/+12 |
* | Documentation tweaks | Matthias Clasen | 2011-01-29 | 1 | -1/+2 |
* | Move the get_cursor_color in GtkStyleContext | Paolo Borelli | 2011-01-29 | 1 | -53/+4 |
* | Use GtkRGBA for the cursor color priv api. | Paolo Borelli | 2011-01-29 | 1 | -22/+19 |
* | Fix typo in calculating secondary cursor color | Paolo Borelli | 2011-01-29 | 1 | -1/+1 |
* | Avoid passing widgets around here | Matthias Clasen | 2011-01-24 | 1 | -11/+9 |
* | Port gtk_draw_insertion_cursor to GtkStyleContext | Matthias Clasen | 2011-01-24 | 1 | -80/+43 |
* | Don't leak CursorInfo structs | Matthias Clasen | 2011-01-23 | 1 | -12/+20 |
* | Split out private style context api into a private header | Matthias Clasen | 2011-01-23 | 1 | -0/+1 |
* | [GI] Mark unintrospectable constructs as (skip) | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | [GI] Add missing (out) and (array) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | [GI] Add missing (transfer) annotations | Pavel Holejsovsky | 2011-01-20 | 1 | -1/+1 |
* | Plugged memory leak in gtk_style_finalize (destroy the ->background[] patterns). | Tristan Van Berkom | 2011-01-16 | 1 | -0/+7 |
* | Remove deprecated GtkSpinner style properties | Matthias Clasen | 2011-01-05 | 1 | -3/+1 |
* | Fix leak in GtkStyle. | Carlos Garnacho | 2010-12-28 | 1 | -3/+8 |
* | Avoid rendering frames when shadow type argument is GTK_SHADOW_NONE in | Tristan Van Berkom | 2010-12-28 | 1 | -9/+19 |
* | Drop GtkThemeEngine | Matthias Clasen | 2010-12-23 | 1 | -2/+0 |
* | Return an appropriate GtkStyle from gtk_rc_get_style_by_paths() | Owen W. Taylor | 2010-12-21 | 1 | -9/+22 |
* | Make gtk_style_new() use a backing GtkStyleContext | Carlos Garnacho | 2010-12-20 | 1 | -3/+17 |
* | Remove dead Gtk[Rc]Style code | Carlos Garnacho | 2010-12-18 | 1 | -440/+41 |
* | More parameter name mismatches | Matthias Clasen | 2010-12-17 | 1 | -3/+0 |
* | style: Remove unused code | Benjamin Otte | 2010-12-06 | 1 | -303/+0 |
* | GtkStyle: set style context state before calling gtk_render_icon_pixbuf() | Carlos Garcia Campos | 2010-12-04 | 1 | -0/+15 |
* | GtkStyle: make context property readable | Carlos Garcia Campos | 2010-12-04 | 1 | -1/+27 |
* | GtkStyle: Commit a few typos when translating states. | Carlos Garnacho | 2010-12-04 | 1 | -4/+4 |
* | Don't add class "scrollbar" for every trough | Matthias Clasen | 2010-12-04 | 1 | -4/+1 |
* | Some header cleanups | Matthias Clasen | 2010-12-04 | 1 | -47/+3 |
* | Add deprecation notes | Matthias Clasen | 2010-12-04 | 1 | -0/+2 |
* | Initial attempt at deprecating GtkStyle api | Matthias Clasen | 2010-12-04 | 1 | -23/+80 |
* | GtkStyle: Return the default icon set if no context is attached. | Carlos Garnacho | 2010-12-04 | 1 | -1/+4 |
* | GtkStyle: Do not warn if attach count == 0 | Carlos Garnacho | 2010-12-04 | 1 | -2/+4 |
* | Fix resize grip drawing | Matthias Clasen | 2010-12-04 | 1 | -4/+4 |
* | Make unfocused selections visible in entries | Matthias Clasen | 2010-12-04 | 1 | -0/+3 |
* | Make expanders prelight | Matthias Clasen | 2010-12-04 | 1 | -0/+2 |
* | GtkStyle: handle scales when translating the detail string. | Carlos Garnacho | 2010-12-04 | 1 | -1/+8 |
* | Use gtk_render_activity() when rendering progressbars through GtkStyle | Carlos Garnacho | 2010-12-04 | 1 | -2/+7 |
* | GtkStyle: Fix typo. | Carlos Garnacho | 2010-12-04 | 1 | -4/+23 |
* | Transform the 'menu' detail string to the 'popup' class | Matthias Clasen | 2010-12-04 | 1 | -0/+5 |
* | Translate detail strings for radio buttons | Matthias Clasen | 2010-12-04 | 1 | -0/+4 |
* | Handle menuitem detail string better. | Carlos Garnacho | 2010-12-04 | 1 | -1/+4 |
* | Don't whine about expander-style missing | Matthias Clasen | 2010-12-04 | 1 | -1/+3 |
* | GtkStyle: transform tabs' detail string. | Carlos Garnacho | 2010-12-04 | 1 | -0/+5 |
* | GtkStyle: translate a few more detail strings. | Carlos Garnacho | 2010-12-04 | 1 | -0/+8 |