2005-12-12 Thomas Wood * NEWS: * configure.ac: Update for 2.7.1 release * engines/metal/src/metal_gtk2_drawing.c: (metal_draw_box), (metal_draw_tab), (metal_draw_extension): * engines/metal/src/metal_gtk2_misc.c: (do_metal_draw_arrow), (is_first_tab), (do_metal_draw_notebook_tab): * engines/metal/src/metal_gtk2_misc.h: * engines/thinice/src/thinice_theme_draw.c: (draw_box), (draw_extension), (thinice_tab): Fixes bug 323215 2005-12-13 Richard Stellingwerff * engines/clearlooks/Makefile.am: Add animation.c to the dist. 2005-11-27 Richard Stellingwerff * engines/clearlooks/src/clearlooks_style.c: (draw_check): Don't draw the "sunken" look when x/ythickness is smaller than 3. 2005-11-25 Richard Stellingwerff * engines/clearlooks/src/animation.c: * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_button), (clearlooks_draw_entry), (clearlooks_draw_frame), (clearlooks_draw_tab), (clearlooks_draw_normal_arrow), (clearlooks_draw_combo_arrow), (clearlooks_draw_arrow): * engines/clearlooks/src/clearlooks_style.c: (draw_box): Removed most of the #define's in clearlooks_draw, replacing them with const's. Slightly modified the border shade of pressed buttons. No longer animating progressbars when their allocation has negative values. Firefox is an application where this happens, and is the prime example of GTK+ fakes where adding timers to the main loop has no effect, resulting in choppy progressbar animation. 2005-11-23 Richard A. Stellingwerff * engines/clearlooks/src/animation.c: (cl_async_animation_lookup), (cl_async_animation_remove), (cl_async_animation_add), (cl_async_animation_update), (cl_async_animation_timer_func), (cl_async_animation_getdata), (cl_checkbox_toggle), (cl_progressbar_add), (cl_disconnect): * engines/clearlooks/src/clearlooks_style.c: (draw_box), (draw_option), (draw_check), (draw_arrow), (draw_focus), (clearlooks_style_unrealize): * themes/Clearlooks/gtk-2.0/gtkrc: Updated the animation code from Kulyk Nazar's latest patch. Moved all animation functions to animations.c. It needs a lot of testing still. Changed the bg[ACTIVE] shade to make it a bit lighter. 2005-11-22 Richard A. Stellingwerff * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_progressbar_trough): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_set_widget_parameters): Fixed crash in gnumeric. The bug was potentially harmful to other apps as well. 2005-11-21 Thomas Wood * NEWS: * configure.ac: Update for 2.7.0 release