]> www.fi.muni.cz Git - evince.git/blobdiff - ChangeLog
Use IBEAM cursor for text form fields and NORMAL cursor for read only
[evince.git] / ChangeLog
index eeceffe5a4a788be9eec55767f9542680eb760dd..ab1887448c57c04e25fc510207549b7905941687 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <nshmyrev@yandex.ru>
+
+       * NEWS:
+       * configure.ac:
+       
+       Update for release 0.9.2
+
+2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
+
+       * 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  <carlosgc@gnome.org>
 
        * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
 
        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  <carlosgc@gnome.org>
 
        * 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  <carlosgc@gnome.org>
 
        * 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  <carlosgc@gnome.org>
 
        * configure.ac:
        (ev_view_reset_presentation_state):
        
        Merge evince-forms branch.
-       
+
 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
 
        * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
 
        Do not connect selection changed signal more than once. Fixes bug
        #349433.
-       
+
 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
 
        * 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  <carlosgc@gnome.org>
 
        * backend/pdf/ev-poppler.cc:
 
        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  <kelemeng@gnome.hu>
 
        * shell/main.c: (main):