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=eeceffe5a4a788be9eec55767f9542680eb760dd;hpb=a2dd71cd0a16fe04b1f074e7cd5a95c35a70e9e7;p=evince.git diff --git a/ChangeLog b/ChangeLog index eeceffe5..ab188744 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +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: + * shell/eggfindbar.c: (egg_find_bar_init): + + Fix build with gtk+ >= 2.11.5 due to gtktooltips + deprecation. Fixes bug #455667 + +2007-07-10 Nickolay V. Shmyrev + + * NEWS: + * configure.ac: + + Update for release 0.9.2 + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_text_save), + (ev_view_form_field_choice_save): + + Fix a crash when closing whith a form widget visible. + +2007-07-09 Carlos Garcia Campos + + * shell/ev-view.c: (ev_view_form_field_button_create_widget): + + Update also the region of the current selected button when + clicking on another button if they are radio buttons. + 2007-07-09 Carlos Garcia Campos * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init), @@ -14,13 +76,13 @@ Redraw only form field region instead of the whole page when reloading a page to show changes on the form field. - + 2007-07-09 Carlos Garcia Campos * shell/ev-view.c: (ev_view_form_field_choice_save): Fix selection of first item in list form fields. - + 2007-07-09 Carlos Garcia Campos * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed), @@ -28,7 +90,7 @@ (ev_pixbuf_cache_get_form_field_mapping): Some refactoring to avoid duplicated code. - + 2007-07-08 Carlos Garcia Campos * configure.ac: @@ -79,7 +141,7 @@ (ev_view_reset_presentation_state): Merge evince-forms branch. - + 2007-07-03 Jaap Haitsma * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed @@ -124,14 +186,14 @@ Do not connect selection changed signal more than once. Fixes bug #349433. - + 2007-06-29 Carlos Garcia Campos * shell/ev-window.c: (ev_window_view_sidebar_cb): Do not change sidebar chrome flag when pressing F9 key in presentation mode. - + 2007-06-29 Carlos Garcia Campos * backend/pdf/ev-poppler.cc: @@ -139,7 +201,7 @@ Make sure thumbnails width and height is not <= 0. Fixes a crash with some pdf documents which have really small pages. - + 2007-06-22 Gabor Kelemen * shell/main.c: (main):