2007-06-05 Benjamin Berg * NEWS: Small fix in the 2.11.1 news. 2007-06-05 Benjamin Berg * NEWS: * configure.ac: Update for 2.11.1 release. 2007-06-05 Benjamin Berg * engines/clearlooks/src/support.c: (clearlooks_set_toolbar_parameters): Added needed NULL pointer check. 2007-06-02 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_tooltip): Different shade 2007-06-02 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_tooltip): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_flat_box): Changed shading on tooltip's border * engines/glide/src/glide_gtk2_drawing.c: (glide_draw_flat_box): 1 px error before? Fixed...? 2007-06-02 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_tooltip), (clearlooks_register_style_classic): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_flat_box): * engines/clearlooks/src/clearlooks_types.h: Implement custom tooltip drawing. Fixes bug #413055. 2007-06-02 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_handle), (clearlooks_style_draw_box): * engines/clearlooks/src/support.c: (clearlooks_set_toolbar_parameters): * engines/clearlooks/src/support.h: Try a different heuristic to figure out if the toolbar is at the top of the window. 2007-05-31 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw_glossy.c: (clearlooks_glossy_draw_scrollbar_slider): * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_scrollbar_slider): * engines/clearlooks/src/clearlooks_rc_style.c: (clearlooks_rc_style_init), (clearlooks_rc_style_parse), (clearlooks_rc_style_merge): * engines/clearlooks/src/clearlooks_rc_style.h: * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_slider), (clearlooks_style_init_from_rc), (clearlooks_style_copy): * engines/clearlooks/src/clearlooks_style.h: Add an option, colorize_scrollbar, for use bg[SELECTED] to colorize the slider * themes/Clearlooks/gtk-2.0/gtkrc: Add colorize_scrollbar = FALSE to the gtkrc 2007-05-31 Andrea Cimitan * themes/Clearlooks/gtk-2.0/gtkrc: Colorized nautilus-extra-widget using symbolic colors 2007-05-31 Andrea Cimitan * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_toolbar): * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_toolbar): No highlight on toolbars without widgets upon 2007-05-30 Benjamin Berg * engines/clearlooks/src/clearlooks_draw.c: (clearlooks_draw_toolbar): * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_toolbar): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_handle), (clearlooks_style_draw_box): * engines/clearlooks/src/clearlooks_types.h: * engines/clearlooks/src/support.c: (clearlooks_set_toolbar_parameters): * engines/clearlooks/src/support.h: Added a parameter for the toolbar drawing and detection whether there is any other widget on top of it in the window. * test/torturetest.c: (widget_type_get_type), (create_testwidgets), (main): Add a toolbar to the tested widgets. Hopefully testing the new code to some extend. 2007-05-30 Benjamin Berg * README: Reworked the README file. 2007-05-30 Benjamin Berg * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_focus): * engines/support/cairo-support.c: (ge_cairo_set_gdk_color_with_alpha): * engines/support/cairo-support.h: Replace gdk_cairo_set_source_color_alpha with ge_cairo_set_gdk_color_with_alpha so that we do not clutter the gdk_ namespace. 2007-05-29 Benjamin Berg * test/valgrind-suppressions: Some more suppressions. 2007-05-29 Benjamin Berg * test/*: Improved test coverage, and now also running with G_SLICE=debug-blocks. It now is able to find eg. bug #438456. 2007-05-25 Benjamin Berg * engines/support/cairo-support.c: (ge_hsb_from_color): Assume grey colors if the minimum and maximum are only sligthly different. 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 * test/Makefile.am: Forgot to add the clearlooks-gummy rc file to the list. 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-15 Benjamin Berg * engines/clearlooks/src/clearlooks_draw_gummy.c: (clearlooks_gummy_draw_scrollbar_slider): * engines/clearlooks/src/clearlooks_style.c: (clearlooks_style_draw_box_gap), (clearlooks_style_draw_option), (clearlooks_style_draw_layout): Correct some C89. Bug #438397, patch by Jens Granseuer. 2007-05-15 Benjamin Berg * test/gtkrcs/clearlooks-gummy: Added rc style to torture test Clearlooks' Gummy style.