2006-01-16 Richard A. Stellingwerff * NEWS: * configure.ac: Updated for 2.7.3 2006-01-15 Richard A. Stellingwerff * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_resize_grip): * engines/clearlooks/src/clearlooks_draw.h: * engines/clearlooks/src/clearlooks_style.c: (draw_resize_grip): * engines/clearlooks/src/clearlooks_types.h: Added the resize grip. 2006-01-15 Richard A. Stellingwerff * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_menuitem): Fixed memory leak. 2006-01-12 Daniel Borgmann * engines/clearlooks/src/clearlooks_style.c: (draw_box): Don't draw the shadow on vertical toolbars. 2006-01-12 Daniel Borgmann * engines/clearlooks/src/clearlooks_style.c: (scale_or_ref): Add missing function for icon transparency patch. 2006-01-12 Daniel Borgmann * engines/clearlooks/src/clearlooks_style.c: (set_transparency), (render_icon), (clearlooks_style_class_init): Applied icon transparency patch again. 2006-01-12 Daniel Borgmann * engines/clearlooks/src/clearlooks_style.c: (draw_box): * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_menuitem): New-old menuitem style. * engines/clearlooks/src/clearlooks_style.c: (draw_handle): Fix broken toolbar handle orientation (again). 2006-01-06 Benjamin Berg * engines/lighthouseblue/src/lighthouseblue_style.c: (draw_slider), (draw_handle): Make sure the clip regions are reset again. 2006-01-05 Richard Stellingwerff * engines/clearlooks/src/clearlooks_style.c: (draw_box): * themes/Clearlooks/gtk-2.0/gtkrc: Reverted to 'forward motion' animation by default, when enabled. Disabled by default now. 2006-01-05 Richard Stellingwerff * engines/clearlooks/src/clearlooks_style.c: (draw_box): Removed some very unprofessional debugging output... 2006-01-05 Richard Stellingwerff * engines/clearlooks/src/clearlooks_style.c: (draw_box): * engines/clearlooks/src/support.c: (cl_is_panel_widget): * engines/clearlooks/src/support.h: Renamed cl_is_gnome_panel to cl_is_panel_widget to catch applets as well. Don't ask me why the Window List applet likes to draw like a menubar, but it does. 2006-01-04 Thomas Wood * engines/lighthouseblue/src/lighthouseblue_rc_style.c: (theme_parse_boolean): * engines/lighthouseblue/src/lighthouseblue_style.c: (draw_arrow), (lighthouseblue_style_class_init): * engines/lighthouseblue/src/util.c: Applied Lighthouseblue engine patch from bug 321140 2006-01-03 Benjamin Berg * engines/hc/src/hc-style.c: (hc_draw_flat_box), (hc_style_class_init): Add a hc_draw_flat_box function, that calls the gtk_paint_box function for tooltips to avoid the hardcoded black border that the default engine uses. Closes bug #318151.