summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* doc fixesMatthias Clasen2011-01-301-10/+12
* Documentation tweaksMatthias Clasen2011-01-291-1/+2
* Move the get_cursor_color in GtkStyleContextPaolo Borelli2011-01-291-53/+4
* Use GtkRGBA for the cursor color priv api.Paolo Borelli2011-01-291-22/+19
* Fix typo in calculating secondary cursor colorPaolo Borelli2011-01-291-1/+1
* Avoid passing widgets around hereMatthias Clasen2011-01-241-11/+9
* Port gtk_draw_insertion_cursor to GtkStyleContextMatthias Clasen2011-01-241-80/+43
* Don't leak CursorInfo structsMatthias Clasen2011-01-231-12/+20
* Split out private style context api into a private headerMatthias Clasen2011-01-231-0/+1
* [GI] Mark unintrospectable constructs as (skip)Pavel Holejsovsky2011-01-201-1/+1
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-1/+1
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-1/+1
* Plugged memory leak in gtk_style_finalize (destroy the ->background[] patterns).Tristan Van Berkom2011-01-161-0/+7
* Remove deprecated GtkSpinner style propertiesMatthias Clasen2011-01-051-3/+1
* Fix leak in GtkStyle.Carlos Garnacho2010-12-281-3/+8
* Avoid rendering frames when shadow type argument is GTK_SHADOW_NONE inTristan Van Berkom2010-12-281-9/+19
* Drop GtkThemeEngineMatthias Clasen2010-12-231-2/+0
* Return an appropriate GtkStyle from gtk_rc_get_style_by_paths()Owen W. Taylor2010-12-211-9/+22
* Make gtk_style_new() use a backing GtkStyleContextCarlos Garnacho2010-12-201-3/+17
* Remove dead Gtk[Rc]Style codeCarlos Garnacho2010-12-181-440/+41
* More parameter name mismatchesMatthias Clasen2010-12-171-3/+0
* style: Remove unused codeBenjamin Otte2010-12-061-303/+0
* GtkStyle: set style context state before calling gtk_render_icon_pixbuf()Carlos Garcia Campos2010-12-041-0/+15
* GtkStyle: make context property readableCarlos Garcia Campos2010-12-041-1/+27
* GtkStyle: Commit a few typos when translating states.Carlos Garnacho2010-12-041-4/+4
* Don't add class "scrollbar" for every troughMatthias Clasen2010-12-041-4/+1
* Some header cleanupsMatthias Clasen2010-12-041-47/+3
* Add deprecation notesMatthias Clasen2010-12-041-0/+2
* Initial attempt at deprecating GtkStyle apiMatthias Clasen2010-12-041-23/+80
* GtkStyle: Return the default icon set if no context is attached.Carlos Garnacho2010-12-041-1/+4
* GtkStyle: Do not warn if attach count == 0Carlos Garnacho2010-12-041-2/+4
* Fix resize grip drawingMatthias Clasen2010-12-041-4/+4
* Make unfocused selections visible in entriesMatthias Clasen2010-12-041-0/+3
* Make expanders prelightMatthias Clasen2010-12-041-0/+2
* GtkStyle: handle scales when translating the detail string.Carlos Garnacho2010-12-041-1/+8
* Use gtk_render_activity() when rendering progressbars through GtkStyleCarlos Garnacho2010-12-041-2/+7
* GtkStyle: Fix typo.Carlos Garnacho2010-12-041-4/+23
* Transform the 'menu' detail string to the 'popup' classMatthias Clasen2010-12-041-0/+5
* Translate detail strings for radio buttonsMatthias Clasen2010-12-041-0/+4
* Handle menuitem detail string better.Carlos Garnacho2010-12-041-1/+4
* Don't whine about expander-style missingMatthias Clasen2010-12-041-1/+3
* GtkStyle: transform tabs' detail string.Carlos Garnacho2010-12-041-0/+5
* GtkStyle: translate a few more detail strings.Carlos Garnacho2010-12-041-0/+8
* GtkStyle: transform window background detail string.Carlos Garnacho2010-12-041-0/+2
* GtkStyle: Transform menubar detail string.Carlos Garnacho2010-12-041-0/+2
* GtkStyle: Transform menu accelerators stringCarlos Garnacho2010-12-041-0/+2
* GtkStyleContext: Add gtk_render_icon_pixbuf()Carlos Garnacho2010-12-041-102/+23
* GtkStyle: Listen to context changes.Carlos Garnacho2010-12-041-2/+16
* GtkThemingEngine: draw resize grip through render_handle().Carlos Garnacho2010-12-041-256/+55
* Rely only on fg/bg colors.Carlos Garnacho2010-12-041-7/+27