From ae353b456cb569f4beb3e16ae2cf059d9a001c23 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Sat, 17 Jan 2004 23:34:46 +0000 Subject: month and week view printing works again, day view is next to fix 2004-01-18 Radek Doulik * gui/print.c (print_border_with_triangles): use rgb color as fillcolor (print_week_day_event): ditto * gui/e-cal-model.c (e_cal_model_get_rgb_color_for_component): new helper function, gets component color as rgb double values * gui/print.c (print_week_summary_cb): uncommented and updated for e_cal_model_generate_instances (print_week_summary): use e_cal_model_generate_instances (print_border_with_triangles): pass rgb fillcolor (print_border_rgb): new function to print border with rgb color background * gui/e-cal-model.c (e_cal_model_generate_instances): new function, similar to e_cal_generate_instances. see comments to understand how to use cb_data svn path=/trunk/; revision=24292 --- calendar/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index b5d2a10c17..9854ec619a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2004-01-18 Radek Doulik + + * gui/print.c (print_border_with_triangles): use rgb color as + fillcolor + (print_week_day_event): ditto + + * gui/e-cal-model.c (e_cal_model_get_rgb_color_for_component): new + helper function, gets component color as rgb double values + + * gui/print.c (print_week_summary_cb): uncommented and updated for + e_cal_model_generate_instances + (print_week_summary): use e_cal_model_generate_instances + (print_border_with_triangles): pass rgb fillcolor + (print_border_rgb): new function to print border with rgb color + background + + * gui/e-cal-model.c (e_cal_model_generate_instances): new + function, similar to e_cal_generate_instances. see comments to + understand how to use cb_data + 2004-01-17 JP Rosevear * gui/e-cal-view.c (on_print): we are required to pass in the end -- cgit