summaryrefslogtreecommitdiff
path: root/gtk/gtkstyle.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkStyle: Get to style GtkCellRendererText text.Carlos Garnacho2010-12-041-1/+1
* GtkStyle: translate active state in paint_flat_box().Carlos Garnacho2010-12-041-0/+3
* GtkStyle: Handle scrollbar buttons.Carlos Garnacho2010-12-041-1/+10
* GtkStyle: Match "trough" and "slider" detail strings.Carlos Garnacho2010-12-041-1/+3
* Use GdkRGBA all around in GtkStyleContext.Carlos Garnacho2010-12-041-11/+26
* GtkStyleContext: s/set/add/ and s/unset/remove/ for classes/regions.Carlos Garnacho2010-12-041-30/+30
* Remove GtkOrientation parameter from gtk_render_handle().Carlos Garnacho2010-12-041-2/+1
* GtkStyle: Protect against padding being NULLCarlos Garnacho2010-12-041-3/+6
* GtkStyle: Fill in x/ythickness and font_desc from the style context.Carlos Garnacho2010-12-041-1/+13
* GtkStyle: Allow GTK_ARROW_NONE.Carlos Garnacho2010-12-041-0/+3
* Plug a bunch of leaks.Carlos Garnacho2010-12-041-1/+1
* GtkStyle: set the active flag depending on shadow_type in draw_box().Carlos Garnacho2010-12-041-3/+3
* s/child class/region/ everywhere.Carlos Garnacho2010-12-041-10/+10
* GtkStyle: set junction details in spinbutton buttons.Carlos Garnacho2010-12-041-2/+8