X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=ChangeLog;h=ab1887448c57c04e25fc510207549b7905941687;hb=7172457c057ce9ec6011866e055f9c5ce6e284f2;hp=a90dc1996d79cc0942b4fc1404f2264cd7fd7650;hpb=4cabc192ea93da44cbeb53396c21b1d7589cee46;p=evince.git diff --git a/ChangeLog b/ChangeLog index a90dc199..ab188744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,36 @@ +2007-07-24 Carlos Garcia Campos + + * shell/ev-view-private.h: + * shell/ev-view.c: (ev_view_handle_cursor_over_xy), + (ev_view_leave_notify_event), (ev_view_finalize), + (ev_view_get_property), (ev_view_class_init): + + Use IBEAM cursor for text form fields and NORMAL cursor for read + only fields. Remove unused status attribute. + +2007-07-20 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_button_create_widget): + + Update region for current selected items also for checkbox + buttons, since they can behave as radio buttons when they are in a + set. + +2007-07-19 Carlos Garcia Campos + + * configure.ac: + * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): + + Get max length of text form fields. + +2007-07-19 Carlos Garcia Campos + + * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field): + * libdocument/ev-form-field.h: + * shell/ev-view.c: (ev_view_form_field_text_create_widget): + + Fix build with current poppler cvs head. + 2007-07-11 Carlos Garcia Campos * cut-n-paste/zoom-control/ephy-zoom-control.c: