From 9c2e592707b4290e72868136163f427da640b684 Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Sun, 2 Feb 2003 08:02:27 +0000 Subject: Use Pango to draw. (e_calendar_item_class_init): Add font_desc and 2003-02-02 Hans Petter Jansson * e-calendar-item.[ch]: Use Pango to draw. (e_calendar_item_class_init): Add font_desc and week_number_font_desc args. (e_calendar_item_get_arg): Ditto. (e_calendar_item_set_arg): Ditto. (e_calendar_item_draw_month): Use Pango. (e_calendar_item_draw_day_numbers): Ditto. * e-calendar.c: Use Pango to draw. Specify just the size of the small font to use, instead of all aspects of it. (e_calendar_init): Produce the small font description and pass it to the ECalendarItem. svn path=/trunk/; revision=19705 --- widgets/misc/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'widgets/misc/ChangeLog') diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 07cae36fc8..ec70cf8de2 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,18 @@ +2003-02-02 Hans Petter Jansson + + * e-calendar-item.[ch]: Use Pango to draw. + (e_calendar_item_class_init): Add font_desc and week_number_font_desc + args. + (e_calendar_item_get_arg): Ditto. + (e_calendar_item_set_arg): Ditto. + (e_calendar_item_draw_month): Use Pango. + (e_calendar_item_draw_day_numbers): Ditto. + + * e-calendar.c: Use Pango to draw. Specify just the size of the small + font to use, instead of all aspects of it. + (e_calendar_init): Produce the small font description and pass it to + the ECalendarItem. + 2003-02-01 Hans Petter Jansson * e-dateedit.c (create_children): Don't request combo boxes that are -- cgit