evince r2344 - in branches/evince-form: . backend/pdf libdocument shell



Author: julienr
Date: 2007-02-21 21:43:25 +0000 (Wed, 21 Feb 2007)
New Revision: 2344
ViewCVS link: http://svn.gnome.org/viewcvs/evince?rev=2344&view=rev

Added:
   branches/evince-form/libdocument/ev-form-field.c
   branches/evince-form/libdocument/ev-form-field.h
Modified:
   branches/evince-form/ChangeLog
   branches/evince-form/backend/pdf/ev-poppler.cc
   branches/evince-form/configure.ac
   branches/evince-form/libdocument/Makefile.am
   branches/evince-form/libdocument/ev-document.c
   branches/evince-form/libdocument/ev-document.h
   branches/evince-form/shell/ev-jobs.c
   branches/evince-form/shell/ev-jobs.h
   branches/evince-form/shell/ev-pixbuf-cache.c
   branches/evince-form/shell/ev-pixbuf-cache.h
   branches/evince-form/shell/ev-view-private.h
   branches/evince-form/shell/ev-view.c
   branches/evince-form/shell/ev-view.h
Log:
2007-02-21  Julien Rebetez <julienr svn gnome org>
	* backend/pdf/ev-poppler.cc:
	* configure.ac:
	* libdocument/Makefile.am:
	* libdocument/ev-document.c: (ev_document_get_form_field_mapping),
	(ev_document_get_crop_box),
	(ev_document_get_form_field_text_content),
	(ev_document_set_form_field_text_content),
	(ev_document_get_form_field_choice_content),
	(ev_document_form_field_choice_is_selected),
	(ev_document_form_field_choice_select),
	(ev_document_form_field_choice_toggle),
	(ev_document_form_field_choice_deselect_all),
	(ev_document_get_form_field_choice_count),
	(ev_document_set_form_field_button_state),
	(ev_document_get_form_field_button_state),
	(ev_document_set_form_field_choice_edit),
	(ev_document_get_form_field_choice_edit):
	* libdocument/ev-document.h:
	* libdocument/ev-form-field.c: (ev_form_field_new),
	(ev_form_field_mapping_free), (ev_form_field_mapping_find),
	(ev_form_field_mapping_find_by_id):
	* libdocument/ev-form-field.h:
	* shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
	* shell/ev-jobs.h:
	* shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
	(move_one_job), (copy_job_to_job_info), (add_job_if_needed),
	(add_job), (ev_pixbuf_cache_reload_page),
	(ev_pixbuf_cache_get_form_field_mapping):
	* shell/ev-pixbuf-cache.h:
	* shell/ev-view-private.h:
	* shell/ev-view.c: (ev_view_size_request), (ev_view_size_allocate),
	(ev_view_realize), (ev_view_expose_event),
	(ev_view_button_press_event), (ev_view_motion_notify_event),
	(ev_view_class_init), (ev_view_init), (job_finished_cb),
	(on_adjustment_value_changed),
	(ev_view_get_form_field_at_location), (commit_field_changes),
	(handle_click_at_location), (handle_form_field_over_xy),
	(form_field_widgets_resize), (ev_view_map), (ev_view_add),
	(ev_view_remove), (ev_view_remove_all), (ev_view_put),
	(ev_view_forall), (get_child), (ev_view_move_internal),
	(ev_view_allocate_child), (ev_view_set_child_property),
	(ev_view_get_child_property):
	* shell/ev-view.h:

	PDF Interactive form support, based on 
  a patched poppler. See  http://live.gnome.org/Evince/Forms
  for more information.







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]