From 703571474abbf40128072d8a66bc0d7cedfbed18 Mon Sep 17 00:00:00 2001 From: Harry Lu Date: Wed, 10 Dec 2003 02:52:13 +0000 Subject: Fix for bugzilla bug #51628. 2003-12-10 Harry Lu Fix for bugzilla bug #51628. * gui/weekday-picker.c: (weekday_picker_class_init): setup focus handler. (day_clicked): new function to set day_mask when mouse clicked or keyboard input of space/enter. (handle_key_press_event): new function to handle key press event. (day_event_cb): handle key press event too. (weekday_picker_init): set widget can be focused. (colorize_items): change the box's outline if it is focused. (weekday_picker_focus): new function to handler focus event. svn path=/trunk/; revision=23899 --- calendar/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index a943ae3d9a..e31c1fd223 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2003-12-10 Harry Lu + + Fix for bugzilla bug #51628. + + * gui/weekday-picker.c: (weekday_picker_class_init): setup focus + handler. + (day_clicked): new function to set day_mask when mouse clicked + or keyboard input of space/enter. + (handle_key_press_event): new function to handle key press event. + (day_event_cb): handle key press event too. + (weekday_picker_init): set widget can be focused. + (colorize_items): change the box's outline if it is focused. + (weekday_picker_focus): new function to handler focus event. + 2003-12-09 Andrew Wu * gui/e-week-view-main-item.c (e_week_view_main_item_class_init): init a11y. -- cgit