2008-08-18 Benjamin Berg * NEWS: Update for 2.15.3 release. 2008-08-15 Benjamin Berg * configure.ac: Prerelease version bump to 2.15.3. 2008-08-15 Benjamin Berg * themes/Clearlooks/gtk-2.0/gtkrc: * themes/Industrial/gtk-2.0/gtkrc: Add gecko's entry workaround style property to the gtkrcs. 2008-08-15 Benjamin Berg * engines/industrial/src/industrial_style.c: (real_draw_box): Fill in the entries background. However, only fill it if the transparent-bg-hint has not been set. 2008-08-15 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_shadow), (clearlooks_style_draw_box): Fix the check to also fill the background if the widget is NULL. 2008-08-15 Benjamin Berg * engines/support/cairo-support.c: (ge_cairo_pattern_fill): Prevent negative width/height from destroying the patterns for later drawing operations. 2008-08-14 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: * engines/clearlooks/src/clearlooks_draw_glossy.c: * engines/clearlooks/src/clearlooks_draw_gummy.c: * engines/clearlooks/src/clearlooks_style.c: Add support for the "transparent-bg-hint" for entries and progress bars. 2008-08-10 David Zeuthen * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_radiobutton): * engines/clearlooks/src/clearlooks_draw_glossy.c: (clearlooks_glossy_draw_radiobutton): * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_radiobutton): Avoid hardcoding the radio button size (#547024)