2007-10-16 Benjamin Berg * NEWS: * configure.ac: Update for 2.12.2 release. 2007-10-16 Benjamin Berg * test/Makefile.am: Unset the GTK_MODULES enviroment variable during tests. 2007-10-15 Benjamin Berg * engines/clearlooks/src/clearlooks_draw_inverted.c: (clearlooks_inverted_draw_list_view_header): Forgot to update a draw_separator call. 2007-10-15 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: * engines/clearlooks/src/clearlooks_types.h: Reworked separator drawing a little bit and added a special function to handle separators in menus. * themes/Clearlooks/gtk-2.0/gtkrc: Use wide separators to get the correct height. 2007-10-14 Benjamin Berg * themes/Clearlooks/gtk-2.0/gtkrc: Work around the evolution new button bug by making the whole toolbar flat. (#482922) 2007-10-14 Benjamin Berg * engines/clearlooks/src/support.c: (clearlooks_get_notebook_tab_position): Don't stop walking the notebook tabs if. There could still be scroll arrows in theory. 2007-10-14 Benjamin Berg * engines/clearlooks/src/support.c: (clearlooks_get_notebook_tab_position): Detect if scroll arrows are visible on notebooks (#457087, Christian Persch) 2007-10-14 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_vline), (clearlooks_style_draw_hline): Draw lines long enough, they were one pixel too short. * themes/Clearlooks/gtk-2.0/gtkrc: Make menu separators smaller. (#480629, Alex Jones) 2007-10-13 Benjamin Berg * engines/hc/src/hc_gtk2_engine.c: (hc_rc_style_parse), (hc_rc_style_merge), (hc_rc_style_init), (hc_style_init): * engines/hc/src/hc_gtk2_engine.h: * engines/thinice/src/thinice_rc_style.c: (thinice_rc_style_init), (thinice_rc_style_parse), (thinice_rc_style_merge): * engines/thinice/src/thinice_rc_style.h: Fix RC merging in both thinice and high contrast. 2007-10-13 Benjamin Berg * engines/hc/src/hc-style.c: (hc_draw_slider), (hc_draw_check): Fixed incorrect rounding in hc engine and reworked checkmark drawing. (#482542, Josselin Mouette) 2007-10-08 Benjamin Berg * themes/Clearlooks/gtk-2.0/gtkrc: Added a small comment. 2007-10-08 Benjamin Berg * themes/Clearlooks/gtk-2.0/gtkrc: The combobox text colour workaround was broken. 2007-10-07 Benjamin Berg * themes/Clearlooks/gtk-2.0/gtkrc: Fix progress bars in menus (eg. network manager). These were broken even though the comment above said what needs to be done ... 2007-10-07 Benjamin Berg * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_entry): Fix some comments. * engines/clearlooks/src/clearlooks_style.c: (clearlooks_set_widget_parameters), (clearlooks_style_draw_shadow): Only do the entry state hack if we are drawing an entry, not things like spinbutton arrows. (#475629, Diego Escalante Urrelo) 2007-09-23 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_button): minor fixes in shadings 2007-09-23 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw_gummy.c: * engines/clearlooks/src/clearlooks_types.h: Minor fixes to toolbar's shadings.