2007-05-28 Benjamin Berg * NEWS: * configure.ac: Update for 2.10.2 release. 2007-05-23 Benjamin Berg * engines/support/cairo-support.c: (ge_gdk_color_to_cairo), (ge_cairo_color_to_gtk): Use 65535.0 instead of 65536.0. 2007-05-21 Benjamin Berg * test/torturetest.c: Counting is hard ... fixed a bit field. 2007-05-21 Benjamin Berg * engines/glide/src/glide_gtk2_drawing.c: (glide_draw_focus): Removed the gtk_widget_grab_focus. This fixes tabbing out of a GtkComboBoxEntry. 2007-05-15 Benjamin Berg * engines/smooth/src/engine/smooth_gtk2_misc.c: (smooth_gtk_button_get_props): * engines/support/widget-information.c: (ge_option_menu_get_props), (ge_button_get_default_border): Replace g_free with gtk_border_free and gtk_requisition_free where appropriate. Bug #438456, based on patch by Carlos Garnacho. 2007-05-06 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_box_gap), (clearlooks_style_draw_extension), (clearlooks_style_draw_option), (clearlooks_style_draw_check), (clearlooks_style_draw_vline), (clearlooks_style_draw_hline), (clearlooks_style_draw_shadow_gap), (clearlooks_style_draw_resize_grip), (clearlooks_style_draw_tab), (clearlooks_style_draw_arrow): Added missing sanity checks. 2007-05-03 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_resize_grip): Correctly align the resize grip. 2007-05-01 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_resize_grip): Forgot a multiplication by 3. 2007-04-26 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_resize_grip): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_resize_grip): Implement resize grips for all corners. Fixes bug #427265, Christian Persch. 2007-04-22 Benjamin Berg * engines/redmond/src/redmond_gtk2_drawing.c: (redmond_draw_option): Set a minimum radius of 6 pixel for radio buttons. Otherwise the treeview radio buttons are too small. (In theory the indicator-size is 12, but GTK+ subtracts one, and then it gets rounded down to 10 by the engine) 2007-04-22 Benjamin Berg * engines/smooth/src/engine/shared/gtk/smooth_gtk_rc.c: (smooth_arrow_merge): Call a helper function and added a comment to clarify what the code is for. 2007-04-15 Benjamin Berg * engines/crux/src/crux-draw.c: Replaced two // comments with /* */ ones. Fixes crux build for me. 2007-04-15 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: * engines/clearlooks/src/clearlooks_draw_inverted.c: Remove some unneccessary casts that break build on Solaris. Patch from Damien Carbery, bug #428772. 2007-04-15 Benjamin Berg * engines/redmond/src/redmond_gtk2_drawing.c: (redmond_draw_option): Use the correct colors for the radio bullet. (Bug #429730, Tiago Cogumbreiro) 2007-04-15 Benjamin Berg * engines/redmond/src/redmond_gtk2_drawing.c: (redmond_draw_option): Changes to the radius of the radio button and the bullet. (Bug #429761, Tiago Cogumbreiro) * engines/redmond/src/redmond_gtk2_drawing.c: (redmond_draw_extension): Better fake the original redmond tabs. (Bug #430012, Tiago Cogumbreiro) * themes/Redmond/gtk-2.0/gtkrc: - Set appears-as-list mode for GtkComboBox (Bug #429988, Tiago Cogumbreiro) - Set tab-overlap to 4 pixel.