2006-10-03 Thomas Wood * NEWS: * configure.ac: Updated for 2.6.11 release 2006-09-04 Richard A. Stellingwerff * engines/clearlooks/src/clearlooks_style.c: (draw_box): - Draw disabled stepper buttons like normal ones in GTK+ 2.10. 2006-08-25 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (draw_flat_box): * engines/clearlooks/src/support.c: (gtk_treeview_get_header_index): - Backport a leak fix and a tiny optimization from 2.7. (Mart Raudsepp, Loïc Minier, #332639) 2006-08-04 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (cl_draw_fill), (cl_get_window_style_state), (cl_get_window_bg_gc), (cl_draw_inset): * engines/clearlooks/src/clearlooks_style.c: (draw_box): * engines/hc/src/hc-style.c: (hc_draw_check), (hc_draw_option): - Fix possible crashers. * engines/mist/src/mist-style.c: (mist_tab), (draw_box), (draw_extension): - Move the mist_tab call from draw_box to draw_extension. This is so that the gap_side will not be lost and doesn't need to be looked up from the notebook. This fixes another crasher. 2006-08-03 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (draw_shadow), (draw_handle), (draw_box), (draw_slider), (draw_hline), (draw_focus): - use the DETAIL macro everywhere, fixes some crashes * engines/hc/src/hc-style.c: (hc_draw_handle): * engines/smooth/src/engine/smooth_gtk2_drawing.c: (smooth_draw_option), (smooth_draw_check): - In some cases the arguments to the CHECK_DETAIL macro where the wrong way around causing crashes