1 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
3 * cut-n-paste/smclient/eggsmclient-xsmp.c:
4 (sm_client_xsmp_set_initial_properties):
8 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
10 * shell/ev-application.c: (ev_application_open_window),
11 (ev_application_open_uri_at_dest):
13 Make sure evince starts up in the right workspace when resuming a
16 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
18 * shell/ev-application.[ch]: (ev_application_open_window),
19 (ev_application_add_icon_path_for_screen),
20 (ev_application_open_uri_at_dest):
22 Fix window manager warnings shown in ~/.xsession-errors
24 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
27 * cut-n-paste/Makefile.am:
28 * cut-n-paste/smclient/Makefile.am:
29 * cut-n-paste/smclient/eggdesktopfile.[ch]:
30 * cut-n-paste/smclient/eggsmclient-private.h:
31 * cut-n-paste/smclient/eggsmclient-xsmp.c:
32 * cut-n-paste/smclient/eggsmclient.[ch]:
34 EggSMClient copied from libegg
36 * libdocument/ev-file-helpers.c: (ev_dot_dir):
38 * shell/ev-application.[ch]: (ev_application_load_session),
39 (smclient_save_state_cb), (smclient_quit_cb),
40 (ev_application_init_session), (ev_application_shutdown),
41 (ev_application_init):
42 * shell/main.c: (main):
44 Use EggSMClient instead of gnome-client and remove libgnome and
45 libgnomeui dependencies.
47 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
49 * shell/main.c: (main):
51 Remove gnome_authentication_manager_init.
53 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
55 * shell/ev-view.c: (ev_view_goto_window_create):
57 Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
58 since it's now deprecated.
60 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
62 * backend/djvu/Makefile.am:
63 * backend/djvu/djvu-document-private.h:
64 * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
65 (djvu_document_find_iface_init):
66 * backend/djvu/djvu-text-page.[ch]:
67 * backend/djvu/djvu-text.[ch]: Removed
68 * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
69 (pdf_document_find_iface_init):
70 * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
71 * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
72 (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
73 (ev_job_find_get_n_results), (ev_job_find_get_progress),
74 (ev_job_find_has_results), (ev_job_find_get_results):
75 * shell/ev-view-private.h:
76 * shell/ev-view.[ch]: (ev_view_expose_event),
77 (highlight_find_results), (ev_view_finalize),
78 (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
79 (ev_view_set_document), (ev_view_find_get_n_results),
80 (ev_view_find_get_result), (jump_to_find_result),
81 (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
82 (ev_view_find_previous), (ev_view_find_search_changed),
83 (ev_view_find_set_highlight_search), (ev_view_find_cancel):
84 * shell/ev-window.c: (ev_window_update_actions),
85 (page_changed_cb), (ev_window_setup_document),
86 (ev_window_update_find_status_message),
87 (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
88 (ev_window_clear_find_job), (find_bar_close_cb),
89 (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
90 (ev_window_dispose), (ev_window_init):
92 Rework find interface. The find logic has been moved from backends
93 to the shell avoiding a lot of duplicated code in the backends and
94 making easier to implement the find interface in the backends.
96 2008-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
98 * backend/pdf/ev-poppler.cc:
99 (pdf_document_thumbnails_get_dimensions):
101 Make sure thumbnail size returned by the PDF is actually
102 valid. Fixes bug #548462.
104 2008-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
106 * shell/ev-window.c: (ev_window_setup_document),
107 (ev_window_set_document), (ev_window_dispose):
109 Remove the idle function for setting the document up when the
110 window is destroyed. Fixes bug #549163.
112 2008-08-22 Carlos Garcia Campos <carlosgc@gnome.org>
114 * shell/ev-jobs.[ch]: (ev_job_attachments_init),
115 (ev_job_attachments_dispose), (ev_job_attachments_run),
116 (ev_job_attachments_class_init), (ev_job_attachments_new):
117 * shell/ev-sidebar-attachments.c:
118 (ev_sidebar_attachments_set_document):
120 Add a new job to get the attachments in a thread with the document
121 lock held. Fixes bug #548653.
123 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
125 * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
126 (tiff_document_document_iface_init):
128 Implement document_get_page_label in tiff backend.
130 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
132 * backend/tiff/tiff-document.c: (tiff_document_render):
134 Handle document orientation in tiff backend. Fixes bug #548444.
136 2008-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
138 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
140 Do not crash when adjustment page size is 0. Fixes bug #547440.
142 2008-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
144 * cut-n-paste/evmountoperation/ev-mount-operation.c:
146 Sync with current GTK+.
148 2008-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
152 Update for release 2.23.6.
154 2008-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
156 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
157 (ev_job_load_set_password):
158 * shell/ev-password.[ch]: (ev_password_dialog_get_password):
159 * shell/ev-window.c: (password_dialog_response),
160 (ev_window_load_job_cb):
162 Fix loading encrypted documents since I broke it with the jobs
165 2008-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
169 Update NEWS for 2.23.6 release.
171 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
173 * backend/impress/impress-document.c:
174 * backend/impress/render.h:
175 * libdocument/ev-document-factory.c:
176 * libdocument/ev-document-factory.h:
177 * libdocument/ev-document-links.h:
178 * libdocument/ev-document-misc.c:
179 * libdocument/ev-document-misc.h:
180 * properties/ev-properties-main.c:
181 * properties/ev-properties-view.c:
182 * properties/ev-properties-view.h:
183 * shell/eggfindbar.c:
184 * shell/eggfindbar.h:
185 * shell/ev-application.c:
186 * shell/ev-application.h:
188 * shell/ev-message-area.h:
189 * shell/ev-navigation-action.c:
190 * shell/ev-navigation-action.h:
191 * shell/ev-open-recent-action.c:
192 * shell/ev-open-recent-action.h:
193 * shell/ev-page-action-widget.c:
194 * shell/ev-page-action.c:
195 * shell/ev-page-action.h:
196 * shell/ev-page-cache.h:
197 * shell/ev-password-view.h:
198 * shell/ev-password.h:
199 * shell/ev-pixbuf-cache.h:
200 * shell/ev-properties-fonts.c:
201 * shell/ev-sidebar-attachments.c:
202 * shell/ev-sidebar-links.c:
203 * shell/ev-sidebar-links.h:
204 * shell/ev-sidebar-thumbnails.c:
205 * shell/ev-sidebar-thumbnails.h:
206 * shell/ev-sidebar.c:
207 * shell/ev-sidebar.h:
208 * shell/ev-stock-icons.c:
209 * shell/ev-tooltip.h:
216 More #include cleanups. Again: reordering, single gtk.h
217 includes and other stuff.
219 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
221 * shell/eggfindbar.c:
222 * shell/ev-application.c:
223 * shell/ev-message-area.c:
224 * shell/ev-navigation-action.c:
225 * shell/ev-open-recent-action.c:
226 * shell/ev-page-action-widget.c:
227 * shell/ev-page-action.c:
228 * shell/ev-password-view.c:
229 * shell/ev-properties-dialog.c:
230 * shell/ev-properties-fonts.c:
231 * shell/ev-sidebar-attachments.c:
232 * shell/ev-sidebar-page.c:
233 * shell/ev-sidebar-thumbnails.c:
234 * shell/ev-stock-icons.c:
235 * shell/ev-tooltip.c:
240 Cleanup many #include statements: reorder so that a
241 generic-to-specific order is used, use single gtk.h
242 includes, and some other cleanups.
244 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
250 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
252 * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
253 (ev_document_fc_mutex_trylock):
255 * shell/ev-job-queue.[ch]:
256 * shell/ev-job-scheduler.[ch]:
257 * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
258 (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
259 (ev_job_run), (ev_job_cancel), (ev_job_failed),
260 (ev_job_failed_from_error), (ev_job_succeeded),
261 (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
262 (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
263 (ev_job_links_class_init), (ev_job_render_init),
264 (notify_page_ready), (ev_job_render_page_ready),
265 (ev_job_render_run), (ev_job_render_class_init),
266 (ev_job_thumbnail_init), (ev_job_thumbnail_run),
267 (ev_job_thumbnail_class_init), (ev_job_fonts_init),
268 (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
269 (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
270 (ev_job_save_dispose), (ev_job_save_run),
271 (ev_job_save_class_init), (ev_job_print_init),
272 (ev_job_print_dispose), (ev_job_print_run),
273 (ev_job_print_class_init):
274 * shell/ev-page-cache.c:
275 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
276 (check_job_size_and_unref), (move_one_job),
277 (copy_job_to_job_info), (add_job),
278 (ev_pixbuf_cache_add_jobs_if_needed):
279 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
280 (job_fonts_finished_cb), (job_fonts_updated_cb),
281 (ev_properties_fonts_set_document):
282 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
283 (ev_sidebar_links_set_document):
284 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
285 (ev_sidebar_thumbnails_set_document),
286 (ev_sidebar_thumbnails_clear_job):
287 * shell/ev-view-private.h:
289 * shell/ev-window.c: (ev_window_clear_thumbnail_job),
290 (ev_window_refresh_window_thumbnail), (password_dialog_response),
291 (ev_window_clear_load_job), (ev_window_clear_reload_job),
292 (ev_window_load_job_cb), (ev_window_reload_job_cb),
293 (window_open_file_copy_ready_cb), (ev_window_open_uri),
294 (ev_window_reload_document), (ev_window_clear_save_job),
295 (ev_window_save_job_cb), (file_save_dialog_response_cb),
296 (ev_window_clear_print_job), (ev_window_print_job_cb),
297 (ev_window_print_dialog_response_cb):
298 * shell/main.c: (main):
300 Rework the jobs system in order to make it simpler and more
301 extensible. It allows to run jobs in the main loop instead of
302 using a thread when it's appropriate like the fonts job. Now it's
303 also possible to cancel jobs that are currently running.
305 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
307 * libdocument/ev-debug.c: (profile_init):
309 Create the hash table also when profiling service is enabled for
312 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
314 * libdocument/ev-debug.[ch]: (ev_profiler_start),
316 * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
317 (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
318 (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
320 * shell/main.c: (main):
322 Add a profile mode available when debug is enabled. Add profilers
325 2008-07-23 Götz Waschk <waschk@mandriva.org>
327 * configure.ac: Correctly build desktop file. Fixes
330 2008-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
334 Update for release 2.23.5.
336 2008-07-21 Carlos Garcia Campos <carlosgc@gnome.org>
340 Update NEWS for 2.23.5 release.
342 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
344 * shell/ev-window.c: (ev_window_state_event),
345 (ev_window_class_init):
347 Intercept window manager's fullscreen request in order to run/stop
348 fullscreen mode. Fixes bug #493541.
350 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
352 * shell/ev-window.c: (find_bar_visibility_changed_cb):
354 Restart the job search when the find bar is opened for the second
355 time. Fixes bug #531956.
357 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
359 * libdocument/ev-document-factory.c: (get_mime_type_from_data),
360 (get_document_from_uri):
362 Make sure we always return a valid error struct when
363 get_document_from_uri fails. Fixes nautilus crash, see bug
366 2008-07-15 Darren Kenny <darren.kenny@sun.com>
368 * libdocument/ev-transition-effect.c
369 (ev_transition_effect_type_get_type),
370 (ev_transition_effect_alignment_get_type),
371 (ev_transition_effect_direction_get_type):
373 Fixes bug #542924. Makes enums static to fix Solaris build.
375 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
377 * shell/ev-view.c: (ev_view_key_press_event):
379 Add '.' keybinding for blanking the screen in presentation
380 mode. Fixes bug #542001.
382 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
384 * libdocument/ev-document-misc.c:
385 (ev_document_misc_pixbuf_from_surface):
387 Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
390 2008-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
392 * backend/comics/comics-document.c (comics_document_load):
393 * backend/comics/comicsdocument.evince-backend.in:
395 * thumbnailer/evince-thumbnailer-comics.schemas.in:
397 Added support for 7-zip based cb7 comic book. Patch by
398 Kartik Rustagi. Fixes bug #532312.
400 2008-06-24 Bastien Nocera <hadess@hadess.net>
402 * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
403 to rotate right. Ctrl+R (as EOG uses) is already used for reload.
406 2008-06-24 Bastien Nocera <hadess@hadess.net>
409 * shell/ev-application.c (ev_application_init),
410 (ev_application_get_media_keys):
411 * shell/ev-application.h:
412 * shell/ev-marshal.list:
413 * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
414 (proxy_destroy), (on_media_player_key_pressed),
415 (ev_media_player_keys_init), (ev_media_player_keys_focused),
416 (ev_media_player_keys_finalize), (ev_media_player_keys_new):
417 * shell/ev-media-player-keys.h:
418 * shell/ev-window.c (ev_window_go_previous_page),
419 (ev_window_go_next_page), (ev_window_go_first_page),
420 (ev_window_go_last_page), (ev_window_start_presentation),
421 (ev_window_dispose), (view_actions_focus_in_cb):
422 * shell/ev-window.h: When building with D-Bus support, listen
423 for multimedia key events from gnome-settings-daemon. This allows
424 to go to the next/previous/first/last pages using, respectively,
425 Next/Previous/Rewing/Fast Forward. The Play button is used to start
426 a presentation. Fixes bug #539971.
428 2008-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
432 Update for release 2.23.4.
434 2008-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
438 Update news for 2.23.4 release.
440 2008-06-16 Carlos Garcia Campos <carlosgc@gnome.org>
442 * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
443 * shell/ev-sidebar-thumbnails.c:
444 (ev_sidebar_thumbnails_set_loading_icon),
445 (ev_sidebar_thumbnails_refresh):
446 * shell/ev-window.c: (ev_window_error_message),
447 (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
448 (ev_window_set_document):
450 Do not crash opening documents with no pages and show a warning
451 message in the message area. Fixes bugs #537574 and #171588.
453 2008-06-15 Carlos Garcia Campos <carlosgc@gnome.org>
456 * shell/ev-file-monitor.[ch]:
457 * shell/ev-window.c: (ev_window_document_changed),
458 (ev_window_clear_reload_job), (ev_window_load_job_cb),
459 (ev_window_reload_job_cb), (ev_window_open_uri),
460 (ev_window_reload_document), (ev_window_cmd_view_reload),
463 Automaticly reload the document when the file has changed on
466 2008-06-10 Cosimo Cecchi <cosimoc@gnome.org>
468 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
469 * libdocument/ev-image.c: (ev_image_save_tmp):
470 * libdocument/ev-module.c: (ev_module_load):
471 * shell/ev-application.c: (ev_application_shutdown),
472 (ev_application_get_print_settings):
473 * shell/ev-sidebar-attachments.c:
474 (ev_sidebar_attachments_button_press),
475 (ev_sidebar_attachments_drag_data_get):
476 * shell/ev-window.c: (window_save_file_copy_ready_cb),
477 (ev_window_print_finished), (ev_window_print_send),
478 (ev_window_print_job_cb), (ev_window_cmd_help_contents),
479 (ev_window_preview_print_finished), (ev_window_do_preview_print),
480 (ev_window_cmd_preview_print):
481 * shell/main.c: (load_files_remote):
482 Fix some build warnings under GCC 4.3.0. (#537535).
484 2008-05-29 Carlos Garcia Campos <carlosgc@gnome.org>
486 * shell/ev-jobs.c: (ev_job_render_dispose):
488 Fix a crash in debug mode. Patch by Daniel M German.
490 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
494 Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
496 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
498 * shell/ev-window.c: (ev_window_print_send),
499 (ev_window_do_preview_print):
501 Use the window title as print job name instead of just
502 "evince-print". Fixes bug #534493.
504 2008-05-19 Frederic Peters <fpeters@0d.be>
506 * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
509 2008-05-19 Frederic Peters <fpeters@0d.be>
511 * help/reference/Makefile.am: added missing libevmountoperation to
512 gtkdoc-scanobj libraries. Bug #533896.
514 2008-05-19 Matthias Drochner <M.Drochner@fz-juelich.de>
516 * properties/ev-properties-view.c (get_default_user_units):
517 Fixes check for default units string translation. Bug #533323.
519 2008-05-01 Hans Petter Jansson <hpj@novell.com>
521 * backend/impress/iksemel.c (sax_core): Fix a free() that should
522 be an iks_free(). Fix an array overflow in the XML parser that
523 would occur whenever the number of attributes in a tag was greater
524 than 0 and divisible by 6. Fixes GNOME bug #530852.
526 2008-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
528 * backend/djvu/djvu-document-private.h:
529 * backend/djvu/djvu-links.c:
530 * backend/djvu/djvu-text.c:
531 * backend/djvu/djvu-document.c: (djvu_handle_events),
532 (djvu_wait_for_message), (djvu_document_load),
533 (document_get_page_size), (djvu_document_render),
534 (djvu_document_thumbnails_get_thumbnail),
535 (djvu_document_file_exporter_end):
537 Make sure load job doesn't finish successfully when the document
538 is not successfully decoded by libdjvu. Fixes bug #530202.
540 2008-04-27 Carlos Garcia Campos <carlosgc@gnome.org>
543 * libdocument/Makefile.am:
544 * libdocument/ev-debug.[ch]:
545 * libdocument/ev-document.c:
546 * shell/ev-jobs.c: (ev_job_links_dispose),
547 (ev_job_render_dispose), (ev_job_thumbnail_dispose),
548 (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
549 (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
550 (ev_job_render_page_ready), (ev_job_render_run),
551 (ev_job_thumbnail_new), (ev_job_thumbnail_run),
552 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
553 (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
554 (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
555 (ev_job_print_new), (ev_job_print_run):
556 * shell/main.c: (main):
558 Add debug mode based on gedit code. Add debug messages in
561 2008-04-24 Carlos Garcia Campos <carlosgc@gnome.org>
563 * libdocument/ev-document-factory.c: (get_document_from_uri):
567 2008-04-24 Jean Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
569 * libdocument/ev-document-factory.c (get_mime_type_from_uri),
570 (get_mime_type_from_data), (get_document_from_uri),
571 (ev_document_factory_get_document):
573 Improved error message about file opening failture.
576 2008-04-24 Abhishek Mukherjee <linkinpark342@gmail.com>
578 * data/evince-toolbar.xml:
580 Allow to add SaveAs to toolbar.
582 2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
584 * shell/ev-view-private.h:
585 * shell/ev-view.[ch]: (ev_view_button_release_event),
586 (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
587 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
588 (ev_view_update_primary_selection), (clear_link_selected),
589 (ev_view_copy_link_address):
590 * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
592 Update also the primary selection when copying a link
593 address. Fixes bug #520855.
595 2008-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
597 * libdocument/ev-document-factory.c: (get_document_from_uri):
599 Use the pixbuf backend only when the mime type is not supported by
600 any of the other backend so that tiff documents, for instance, are
601 handled by the tiff backend instead of the pixbuf backend. fixes
604 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
606 * cut-n-paste/Makefile.am:
608 Add evmountoperation to subdirs list.
610 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
614 Fix libspectre check in configure script. Fixes bug #528549.
616 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org>
619 * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
621 * shell/ev-window.c: (ev_window_load_remote_failed),
622 (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
624 Add GtkMountOperation (renamed to avoid conflicts) to be able to
625 open documents in remote locations that are not mounted.
627 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
629 * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
630 (bitmap_convert_msb8):
631 * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
632 * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
634 Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
636 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
638 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
639 (ev_job_render_new), (ev_job_render_set_selection_info),
641 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
642 (check_job_size_and_unref),
643 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
644 (add_job), (ev_pixbuf_cache_get_selection_surface):
646 Create the render context needed for rendering a page in the render
647 thread so that we don't block the main thread. Simplify
650 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
652 * libdocument/Makefile.am:
653 * libdocument/ev-page.[ch]:
654 * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
655 (ev_render_context_new), (ev_render_context_set_page):
656 * libdocument/ev-form-field.[ch]: (ev_form_field_init),
657 (ev_form_field_finalize), (ev_form_field_class_init):
658 * libdocument/ev-document-forms.[ch]:
659 (ev_document_forms_get_form_fields):
660 * libdocument/ev-document.[ch]: (ev_document_get_page),
661 (ev_document_get_page_size), (ev_document_get_page_label):
662 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
663 (ev_job_render_run), (ev_job_thumbnail_new),
664 (ev_job_thumbnail_run), (ev_job_print_run):
665 * shell/ev-page-cache.c: (ev_page_cache_new):
666 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
667 (check_job_size_and_unref), (add_job):
668 * shell/ev-sidebar-thumbnails.c: (add_range):
669 * shell/ev-view.c: (ev_view_form_field_get_region),
670 (ev_view_form_field_button_create_widget),
671 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
672 (ev_view_handle_form_field), (ev_view_size_allocate),
674 * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
675 * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
676 (pdf_document_get_page), (pdf_document_get_page_label),
677 (pdf_document_render), (pdf_document_get_info),
678 (pdf_document_document_iface_init),
679 (pdf_document_thumbnails_get_thumbnail),
680 (pdf_document_thumbnails_get_dimensions),
681 (pdf_document_file_exporter_do_page),
682 (pdf_selection_render_selection),
683 (pdf_selection_get_selected_text),
684 (pdf_selection_get_selection_region),
685 (pdf_selection_get_selection_map),
686 (pdf_document_forms_get_form_fields),
687 (pdf_document_forms_form_field_text_get_text),
688 (pdf_document_forms_form_field_text_set_text),
689 (pdf_document_forms_form_field_button_set_state),
690 (pdf_document_forms_form_field_button_get_state),
691 (pdf_document_forms_form_field_choice_get_item),
692 (pdf_document_forms_form_field_choice_get_n_items),
693 (pdf_document_forms_form_field_choice_is_item_selected),
694 (pdf_document_forms_form_field_choice_select_item),
695 (pdf_document_forms_form_field_choice_toggle_item),
696 (pdf_document_forms_form_field_choice_unselect_all),
697 (pdf_document_forms_form_field_choice_set_text),
698 (pdf_document_forms_form_field_choice_get_text):
699 * backend/ps/ev-spectre.c: (ps_document_get_page),
700 (ps_document_get_page_size), (ps_document_get_page_label),
701 (ps_document_render), (ps_document_document_iface_init),
702 (ps_document_file_exporter_do_page):
703 * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
704 (tiff_document_render), (tiff_document_render_pixbuf),
705 (tiff_document_file_exporter_do_page):
706 * backend/pixbuf/pixbuf-document.c:
707 (pixbuf_document_get_page_size):
708 * backend/comics/comics-document.c:
709 (comics_document_get_page_size), (comics_document_render_pixbuf):
710 * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
711 (djvu_document_render), (djvu_selection_get_selected_text),
712 (djvu_document_thumbnails_get_thumbnail),
713 (djvu_document_file_exporter_do_page),
714 (djvu_document_find_get_result):
715 * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
716 (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
717 (dvi_document_thumbnails_get_thumbnail),
718 (dvi_document_file_exporter_do_page):
719 * backend/impress/impress-document.c:
720 (impress_document_get_page_size),
721 (impress_document_render_pixbuf):
722 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
724 Add EvPage so that we can hold a reference to the backend
725 page. Form fields keep now a reference to the poppler page
726 improving performance since we don't have to create/destroy the
727 poppler field for every form operation. This will be needed for
730 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
732 * data/evince-ui.xml:
735 Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
737 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
740 * backend/ps/Makefile.am:
742 Remove gs stuff from ps backend.
744 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
747 * backend/pdf/ev-poppler.cc:
749 Bump poppler requirement to 0.8.0.
751 2008-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
756 Update for release 2.22.1.1
758 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
762 Fix build (again) when poppler version is 0.6
764 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
766 * backend/djvu/djvu-links.c: (build_tree):
768 Make sure link title is a valid utf8 string. Fixes bug #526517.
770 2008-04-07 Carlos Garcia Campos <carlosgc@gnome.org>
774 Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
777 2008-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
781 Update for release 2.22.1.
783 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
787 Update for upcoming release.
789 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
792 * backend/dvi/dvidocument.evince-backend.in:
794 Add compressed dvi to the list of supported mime types. Patch by
795 Ed Catmur. Fixes bug #307087.
797 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
799 * shell/ev-jobs.c: (ev_job_print_get_page_list):
801 Fix a crash when printing a range that doesn't specify the start or
802 end page. Fixes bug #524288.
804 2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org>
806 * shell/ev-window.c: (ev_window_cmd_continuous),
807 (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
808 (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
809 (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
810 (ev_window_run_presentation), (ev_window_stop_presentation),
811 (ev_window_cmd_view_presentation),
812 (ev_window_cmd_leave_fullscreen),
813 (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
815 Do not unfullscreen and fullscreen again the window when changing
816 from fullscreen to presentation mode and vice versa. Fixes bug
819 2008-04-01 Carlos Garcia Campos <carlosgc@gnome.org>
821 * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
823 Do not crash when thumbnail failed to render in PS backend. Fixes
826 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
828 * shell/ev-window.c: (window_open_file_copy_ready_cb),
829 (ev_window_load_file_remote), (ev_window_open_uri):
831 Handle errors when opening remote files.
833 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
835 * shell/ev-page-action.c: (ev_page_action_grab_focus):
837 Only grab the focus for the current visible proxy widget. Fixes
840 2008-03-30 Emil Soleyman <emil@nishra.com>
842 * shell/ev-window.c: (launch_external_uri):
844 Reuse g_app_info_launch_default_for_uri to
845 save some code and fix bug #525009.
847 2008-03-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
849 * shell/ev-window.c (image_save_dialog_response_cb):
851 Use g_str_has_suffix. See bug #523069.
853 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
857 Add a configure option to enable/diable DBus. Patch by Rémi
858 Cardona. Fixes bug 521797.
860 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
862 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
864 Fix printing in documents with rotated pages. Patch by Eugen
865 Dedu. Fixes bug #512648.
867 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
869 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
870 (ev_link_from_action):
872 Fix warning messages.
874 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
876 * shell/ev-window.c: (image_save_dialog_response_cb):
878 Do not append the extension to filename when saving an image
879 if the filename alredy contains the extension. Fixes bug #523069.
881 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
883 * shell/ev-view.[ch]: (ev_view_find_cancel):
884 * shell/ev-window.c: (find_bar_close_cb):
886 Cancel the find operation when the find bar is closed. Fixes bug
889 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
891 * backend/ps/psdocument.evince-backend.in:
893 Make ps backend module resident. Fixes bug #520607.
895 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
897 * shell/ev-jobs.c: (ev_job_print_run):
899 Invert collate action in order to work as expected, fix reverse
900 printing so that it doesn't start with a blank page and fix number
901 of copies. Patch by Eugen Dedu. Fixes bug #365332.
903 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
905 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
907 Fix build with poppler <= 0.7.2
909 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
911 * libdocument/ev-document-misc.c:
912 (ev_document_misc_surface_from_pixbuf):
914 Fix selections with poppler-splash.
916 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
919 * backend/pdf/ev-poppler.cc:
921 Fix build with poppler >= 0.7.2
923 2008-03-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
927 Update for release 2.22.0
929 2008-03-09 Carlos Garcia Campos <carlosgc@gnome.org>
933 Update for upcoming release.
935 2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
937 * shell/ev-window.c (ev_window_print_dialog_response_cb):
939 Bug 495107 – Handle print dialog responses correctly
941 Correctly handle print dialog response. Properly fixes
942 the above mentioned bug.
944 2008-03-08 Carlos Garcia Campos <carlosgc@gnome.org>
946 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
948 Make sure print job is only run when the print button is
949 clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
951 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
953 * backend/pdf/pdfdocument.evince-backend.in:
954 * libdocument/ev-backends-manager.c:
955 (ev_backends_manager_load_backend),
956 (ev_backends_manager_get_document):
957 * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
959 Allow making backend modules resident. This is needed only for
960 some backends like pdf to avoid registering glib types more than
963 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
965 * backend/comics/comics-document.c:
966 * backend/djvu/djvu-document.c:
967 * backend/impress/impress-document.c:
968 * backend/pdf/ev-poppler.cc:
969 * backend/pixbuf/pixbuf-document.c:
970 * backend/ps/ev-spectre.c:
971 * backend/ps/ps-document.c:
972 * backend/tiff/tiff-document.c:
973 * libdocument/ev-document.h:
974 * properties/ev-properties-main.c:
976 Use g_type_module_add_interface instead of
977 g_type_add_interface_static. Fixes bug #519679.
979 2008-02-29 Carlos Garnacho <carlosg@gnome.org>
981 * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
982 Added. Returns whether the animation has everything necessary to run.
983 * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
984 is ready just because it's been created. Fixes #519106.
985 (draw_one_page): Do not show the "Loading..." text in presentation
986 mode, there was a slim probability that this could happen.
988 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
990 * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
992 Duplicate mime_type string before freeing it so that it doesn't
993 always fail when getting mime type from uri. Fixes bug #518874.
995 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
997 * shell/ev-view.c: (ev_view_form_field_choice_changed):
999 Fix a crash when a choice form field doesn't have any item
1000 selected. Fixes bug #518831
1002 2008-02-25 Alexander Larsson <alexl@redhat.com>
1004 * shell/ev-window.c (ev_window_clear_temp_file):
1005 Use g_file_has_prefix instead of renamed
1006 g_file_contains_file.
1009 Require new glib for above change.
1011 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
1013 * libdocument/ev-image.c: (ev_image_finalize),
1014 (ev_image_save_tmp):
1016 Return a real uri instead of a filename when saving an
1017 image. Fixes images drag an drop from evince to nautilus.
1019 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
1021 * backend/pdf/ev-poppler.cc:
1022 (pdf_document_images_get_image_mapping):
1024 Return the image list in the right order. Fixes bug #516237.
1026 2008-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org>
1028 * backend/impress/impress-document.c:
1029 (impress_document_thumbnails_get_thumbnail):
1031 Remove unused variable to avoid a compiler warning.
1033 2008-02-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1037 Update for release 2.21.91.
1039 2008-02-08 Carlos Garcia Campos <carlosgc@gnome.org>
1042 * shell/Makefile.am:
1043 * shell/ev-application.[ch]:
1044 * shell/ev-sidebar-links.c:
1045 * shell/ev-utils.[ch]:
1046 * shell/ev-window.[ch]:
1048 Remove libgnomeprint support. Fixes bug #512370.
1050 2008-02-08 Matthias Clasen <mclasen@redhat.com>
1052 * thumbnailer/evince-thumbnailer.c: (main):
1054 Initialize glib type system before using it. Fixes bug #513934.
1056 2008-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
1058 * properties/ev-properties-main.c:
1060 Add missing #include.
1062 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
1065 * backend/djvu/djvu-document.c: (djvu_document_render):
1066 * backend/tiff/tiff-document.c: (tiff_document_render):
1068 Use the new cairo function cairo_format_stride_for_width when
1069 available. Fixes bug #482720.
1071 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
1073 * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1074 (get_mime_type_from_data), (get_document_from_uri):
1076 Use g_content_type_guess() only when slow is true in
1077 get_document_from_uri(). Fix several memory leaks.
1079 2008-01-30 Cosimo Cecchi <cosimoc@svn.gnome.org>
1081 * libdocument/ev-document-factory.c:
1082 (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1083 (get_document_from_uri):
1085 Use g_content_type_guess () to get mimetype for files.
1088 2008-01-30 Carlos Garcia Campos <carlosgc@gnome.org>
1090 * thumbnailer/Makefile.am:
1092 Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1094 2008-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
1098 Fix build with --without-libgnome. Fixes bug #512771.
1100 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1102 * backend/dvi/Makefile.am: Install only dvi
1103 module. Fixes bug #512718.
1105 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1107 * properties/ev-properties-main.c: (nautilus_module_initialize):
1109 Initialize backends in properties tab. Fixes bug
1112 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1114 * properties/Makefile.am: No need to link with
1115 libraries. Fixes bug #512719.
1117 2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1122 Update for release 2.21.90.
1124 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
1126 * shell/ev-window.c: (ev_window_cmd_escape):
1128 Fix compile warning.
1130 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
1132 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1134 Fix printing in dvi backend when filename contains white
1135 espaces. Fixes bug #502839.
1137 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
1139 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1140 (screensaver_disable_x11):
1141 * shell/Makefile.am:
1142 * shell/xdg-user-dir-lookup.c: Removed
1143 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1144 * shell/ev-view.c: (ev_view_presentation_transition_start):
1145 * shell/ev-window.c: (ev_window_cmd_file_open),
1146 (ev_window_cmd_save_as), (presentation_set_timeout):
1148 Remove #ifdefs that are no longer needed.
1150 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
1152 * shell/ev-view.[ch]: (ev_view_button_release_event),
1153 (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1154 * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1155 (ev_window_cmd_escape):
1157 Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1159 2008-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
1162 * backend/comics/comics-document.c: (comics_document_load):
1163 * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1164 (ev_attachment_set_property), (ev_attachment_init),
1165 (ev_attachment_save), (ev_attachment_launch_app),
1166 (ev_attachment_open):
1167 * libdocument/ev-document-factory.c: (get_document_from_uri):
1168 * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1169 (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1171 * shell/ev-password.c: (ev_password_dialog_set_property),
1172 (ev_password_dialog_save_password):
1173 * shell/ev-sidebar-attachments.c:
1174 (ev_sidebar_attachments_drag_data_get):
1175 * shell/ev-window-title.c: (get_filename_from_uri):
1176 * shell/ev-window.c: (ev_window_clear_temp_file),
1177 (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1178 (ev_window_open_uri), (window_save_file_copy_ready_cb),
1179 (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1180 (launch_external_uri), (image_save_dialog_response_cb),
1181 (attachment_save_dialog_response_cb):
1182 * shell/main.c: (load_files), (load_files_remote), (main):
1183 * thumbnailer/evince-thumbnailer.c: (main):
1185 Port to gio and drop gnome-vfs dependency. Fixes bug
1186 #510401. Based on patch by Cosimo Cecchi.
1188 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1192 Fixed formatting inconsistencies (spaces vs. tabs)
1194 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1196 * shell/ev-window.c:
1198 Use top/up/bottom/down arrows instead of
1199 first/left/last/right in the toolbar and menu actions.
1200 This fixes issues with RTL languages and is visually
1201 consistent with the page view. Fixes bug #170081.
1203 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1207 Fixed some inaccuracies pointed out by Carlos Garcia
1210 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1213 * data/evince.schemas.in:
1214 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1216 Override PDF restrictions by default. Fixes bug #382700.
1218 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1220 * NEWS: Updated for upcoming release
1222 2008-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
1224 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1228 2008-01-23 Gil Forcada <gilforcada@guifi.net>
1230 * shell/ev-window.c: (register_custom_actions):
1232 Added comment for translators
1234 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
1236 * shell/ev-view.c: (ev_view_button_release_event):
1238 Do not create the idle function for kinetic scrolling if we are
1239 not in a drag operation.
1241 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
1243 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1244 (ev_view_button_press_event), (ev_view_motion_notify_event),
1245 (ev_view_button_release_event):
1247 Restore cursor after autoscrolling. Fixes bug #509958.
1249 2008-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
1252 * backend/pdf/ev-poppler.cc:
1253 (pdf_document_images_get_image_mapping),
1254 (pdf_document_images_get_image),
1255 (pdf_document_document_images_iface_init):
1256 * libdocument/ev-document-images.[ch]:
1257 (ev_document_images_get_image_mapping),
1258 (ev_document_images_get_image):
1259 * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1260 (ev_image_get_id), (ev_image_save_tmp):
1261 * shell/ev-jobs.c: (ev_job_render_run):
1262 * shell/ev-view.c: (ev_view_drag_data_get):
1263 * shell/ev-window.c: (image_save_dialog_response_cb),
1264 (ev_view_popup_cmd_copy_image):
1266 Do not render images when rendering the page but on demand. It
1267 reduces the memory comsumption.
1269 2008-01-18 Marcelo Lira <setanta@gmail.com>
1272 * shell/ev-password.c:
1274 Make gnome-keyring optional. Fixes bug #509676.
1276 2008-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
1278 * shell/ev-pixbuf-cache.c: (add_job):
1280 Initialize include_images variable as FALSE instead of TRUE.
1282 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1285 * cut-n-paste/Makefile.am:
1286 * cut-n-paste/fileformatchooser/Makefile.am:
1287 * cut-n-paste/fileformatchooser/egg-macros.h:
1288 * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1289 * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1290 * shell/Makefile.am:
1292 (file_chooser_dialog_add_writable_pixbuf_formats),
1293 (get_gdk_pixbuf_format_by_extension):
1295 * shell/ev-window.c: (ev_window_error_message),
1296 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1298 Simplify image format selection on save.
1300 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1302 * shell/ev-view.c: (ev_view_scroll_event):
1304 Repair gorizontal scrolling with shift. Fixes
1307 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1311 Fix formatting issues.
1313 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1315 * backend/comics/comics-document.c: (comics_regex_quote):
1317 Don't overquote special chars except of '. See bug
1318 502500. Thanks to Tom Parker.
1320 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
1324 Added Nickolay and Carlos, since they're doing most of
1325 the releases nowadays.
1327 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
1329 * properties/Makefile.am:
1331 Get the nautilus extension dir properly instead of using
1332 a hack. Fixes bug #505359.
1334 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1336 * properties/Makefile.am:
1338 Install nautilus extension into new place. See bug
1339 #505359. Thanks to Matthias Clasen, Brian Pepple and
1342 2008-01-13 Djihed Afifi <djihed@gmail.com>
1344 * shell/ev-window.c: (ev_window_get_recent_file_label):
1346 RTL marker in recent file list. See bug #509076.
1348 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1350 * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1351 * shell/ev-window.c: (image_save_dialog_response_cb):
1353 Fix compile warnings due to unused variables.
1355 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1358 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1359 * backend/ps/ev-spectre.c: (ps_document_render):
1361 Bump requirements to libspectre 0.2.0. Fixes bug #507705.
1363 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1365 * shell/ev-transition-animation.c (ev_transition_animation_fade)
1366 (ev_transition_animation_paint): Implement "fade" effect.
1368 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1370 * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1371 (ev_transition_animation_paint): Implement "uncover" effect.
1373 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1375 * shell/ev-transition-animation.c (ev_transition_animation_cover)
1376 (ev_transition_animation_paint): Implement "cover" effect.
1378 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1380 * shell/ev-transition-animation.c (ev_transition_animation_push)
1381 (ev_transition_animation_paint): Implement "push" effect.
1383 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1385 * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1386 (ev_transition_animation_paint): Implement "dissolve" effect.
1388 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1390 * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1391 (ev_transition_animation_paint): Implement "wipe" effect.
1393 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1395 * shell/ev-transition-animation.c (ev_transition_animation_box)
1396 (ev_transition_animation_paint): Implement "box" effect.
1398 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1400 * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1401 (ev_transition_animation_paint): Implement "blinds" effect.
1403 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1405 * shell/ev-transition-animation.c (ev_transition_animation_split)
1406 (ev_transition_animation_paint): Implement "split" effect.
1408 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1410 * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1411 * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1412 (ev_view_transition_animation_start)
1413 (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1414 (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1415 (ev_view_next_page) (ev_view_previous_page):
1417 Use EvTransitionAnimation to drive page changes in the presentation
1418 mode, the animation will wait to start until both the origin and
1419 destination page surfaces are available. Fixes #458460.
1421 (draw_loading_text):
1423 Remove workaround for bug #320352, it's now fixed properly.
1426 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1428 * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1429 will contain the implementations for page transition animations, at
1430 the moment it just has the "replace" effect.
1431 * shell/Makefile.am: Added these files to build.
1433 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1435 * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1437 * shell/Makefile.am: Added these files to build.
1439 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1441 * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1442 implementation to get_effect() in EvDocumentTransitionIface.
1444 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1446 * libdocument/ev-transition-effect.[ch]: New files, define a page
1447 transition effect, at the moment it maps PopplerPageTransition to a
1449 * libdocument/Makefile.am: Added these files to build.
1450 * libdocument/ev-document-transition.[ch]
1451 (ev_document_transition_get_effect): New method, gets the
1452 EvTransitionEffect returned by the interface implementation, with
1453 fallback to the "replace" effect.
1455 2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
1458 * cut-n-paste/Makefile.am:
1459 * cut-n-paste/fileformatchooser/Makefile.am:
1460 * cut-n-paste/fileformatchooser/egg-macros.h:
1461 * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1462 * shell/Makefile.am:
1463 * shell/ev-window.c: (image_save_dialog_response_cb),
1464 (ev_view_popup_cmd_save_image_as):
1466 Allow exporting images in any format supported by
1467 GdkPixbuf. Fixes bug #500209.
1469 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1471 * backend/pixbuf/pixbuf-document.c:
1473 More warnings fixed.
1475 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1477 * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1478 (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1479 * backend/djvu/djvu-text.h:
1480 * backend/tiff/tiff-document.c: (tiff_document_render):
1482 Fix compile warnings.
1484 2007-12-28 Christian Persch <chpe@gnome.org>
1486 * **/*.c: Include config.h. Bug #504721.
1488 2007-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
1493 * backend/comics/Makefile.am:
1494 * backend/comics/comics-document.[ch]:
1495 * backend/comics/comicsdocument.evince-backend.in:
1496 * backend/djvu/Makefile.am:
1497 * backend/djvu/djvu-document.[ch]:
1498 * backend/djvu/djvudocument.evince-backend.in:
1499 * backend/dvi/Makefile.am:
1500 * backend/dvi/dvi-document.[c]:
1501 * backend/dvi/dvidocument.evince-backend.in:
1502 * backend/impress/Makefile.am:
1503 * backend/impress/impress-document.[ch]:
1504 * backend/impress/impressdocument.evince-backend.in:
1505 * backend/pdf/Makefile.am:
1506 * backend/pdf/ev-poppler.cc:
1507 * backend/pdf/ev-poppler.h:
1508 * backend/pdf/pdfdocument.evince-backend.in:
1509 * backend/pixbuf/Makefile.am:
1510 * backend/pixbuf/pixbuf-document.[ch]:
1511 * backend/pixbuf/pixbufdocument.evince-backend.in:
1512 * backend/ps/Makefile.am:
1513 * backend/ps/ev-spectre.[ch]:
1514 * backend/ps/ps-document.[ch]:
1515 * backend/ps/psdocument.evince-backend.in:
1516 * backend/tiff/Makefile.am:
1517 * backend/tiff/tiff-document.[ch]:
1518 * backend/tiff/tiffdocument.evince-backend.in:
1519 * libdocument/Makefile.am:
1520 * libdocument/ev-backends-manager.[ch]:
1521 * libdocument/ev-module.[ch]:
1522 * libdocument/ev-document.h:
1523 * libdocument/ev-document-factory.[ch]:
1524 (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1525 (get_compression_from_mime_type), (get_document_from_uri),
1526 (ev_document_factory_get_document), (file_filter_add_mime_types),
1527 (ev_document_factory_add_filters):
1528 * shell/Makefile.am:
1529 * shell/ev-window-title.c: (get_filename_from_uri):
1530 * shell/main.c: (main):
1531 * thumbnailer/Makefile.am:
1532 * thumbnailer/evince-thumbnailer.c: (main):
1534 Plugin system for backends. Fixes bug #351348.
1536 2007-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1538 * shell/ev-view-private.h:
1539 * shell/ev-view.c: (ev_view_drag_update_momentum),
1540 (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1541 (ev_view_button_release_event), (ev_view_destroy):
1543 Kinetic scrolling implemented as requested in
1544 bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1546 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1548 * data/evince-toolbar.xml:
1549 * data/evince-ui.xml:
1550 * shell/ev-view-private.h:
1551 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1552 (ev_view_button_press_event), (ev_view_motion_notify_event),
1553 (ev_view_button_release_event), (ev_view_init),
1554 (ev_view_autoscroll_cb), (ev_view_autoscroll),
1555 (ev_view_set_cursor):
1557 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1558 (ev_window_cmd_view_autoscroll):
1560 Autoscroll feature with the context menu. Fixes bug
1561 #323670. Thanks to David Turner <cillian64@googlemail.com>.
1563 2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
1565 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1567 Disconnect also page-ready signal when removing a job because the
1568 page size has changed. Thanks to kripken
1569 <kripkensteiner@gmail.com>.
1571 2007-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1573 * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1575 Scroll pages in page entry with mouse wheel. Fixes bug
1576 #324122. Thanks to David Turner <cillian64@googlemail.com>.
1578 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1580 * backend/dvi/Makefile.am:
1581 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1582 (mdvi_cairo_device_init):
1583 * backend/dvi/mdvi-lib/common.h:
1584 * backend/dvi/mdvi-lib/mdvi.h:
1585 * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1586 * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1587 (mdvi_build_path_from_cwd):
1589 Add ps specials support in dvi backend when libspectre is
1590 present. Fixes bug #386005.
1592 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1595 * backend/ps/Makefile.am:
1596 * backend/ps/ev-spectre.[ch]:
1598 Use libspectre, if available, for the ps backend. Fixes bugs
1599 #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1601 2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1603 * backend/comics/comics-document.c: (comics_document_load):
1605 Cygwin build issue fix.
1607 2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org>
1609 * shell/ev-view.c: (ev_view_set_zoom):
1611 Do not limit the minimum zoom factor when sizing mode is best bit
1612 or fit width. Fixes bug #503805.
1614 2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
1616 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1617 * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1618 (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1619 (ev_link_dest_get_property), (ev_link_dest_set_property),
1620 (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1621 (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1622 (ev_link_dest_new_fitr):
1623 * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1624 (goto_fith_dest), (goto_xyz_dest):
1626 Do not change left, top and zoom values when they are null in PDF
1627 destinations. Fixes bug #460658.
1629 2007-12-10 Christian Persch <chpe@gnome.org>
1631 * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1632 (ev_view_accessible_class_init),
1633 (ev_view_accessible_idle_do_action),
1634 (ev_view_accessible_action_do_action),
1635 (ev_view_accessible_action_get_description),
1636 (ev_view_accessible_action_set_description),
1637 (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1638 (ev_view_accessible_factory_init),
1639 (ev_view_accessible_factory_get_accessible_type):
1640 * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1641 private data, and G_DEFINE_TYPE. Bug #502843.
1643 2007-12-08 Christian Persch <chpe@gnome.org>
1645 * shell/ev-metadata-manager.c: (item_free),
1646 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1647 (value_free), (parse_value), (parseItem),
1648 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1649 (save_values): Use GSlice to allocate small amounts of memory. Bug
1652 2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org>
1654 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1656 Restore cursor to normal after a drag operation. Fixes bug
1659 2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1664 Update for release 2.21.1
1666 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1669 * cut-n-paste/gedit-message-area/Makefile.am:
1670 * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1671 * shell/Makefile.am:
1672 * shell/ev-message-area.[ch]:
1673 * shell/ev-window.c: (ev_window_set_message_area),
1674 (ev_window_error_message_response_cb), (ev_window_error_message),
1675 (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1676 (ev_window_save_job_cb), (image_save_dialog_response_cb),
1677 (ev_attachment_popup_cmd_open_attachment),
1678 (attachment_save_dialog_response_cb), (ev_window_set_document),
1681 Use a message area instead of a popup dialog for error
1682 notifications. Fixes bug #337495.
1684 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1686 * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1687 (ev_window_run_fullscreen):
1689 Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1691 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1693 * ev-sidebar-thumbnails.c: (update_visible_range),
1694 (ev_sidebar_thumbnails_refresh),
1695 (ev_sidebar_thumbnails_set_document),
1696 (ev_sidebar_thumbnails_support_document):
1698 Show thumbnails for documents with one page. Fixes bug #358751.
1700 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1702 * shell/ev-window.c:
1703 (ev_window_load_print_settings_from_metadata),
1704 (ev_window_save_print_settings), (ev_window_print_finished),
1705 (ev_window_print_range):
1707 Print settings that are specific to the document are now saved per
1708 document in the metadata file. Fixes bug #488806.
1710 2007-11-26 Matthias Clasen <mclasen@redhat.com>
1712 * backend/tiff/tiff-document.c: (tiff_document_render):
1714 Tiff documents were rendered with wrong colors. Fixes bug #497279.
1716 2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org>
1718 * shell/ev-application.[ch]: (get_find_string_from_args),
1719 (ev_application_open_uri_at_dest), (ev_application_open_uri),
1720 (ev_application_open_uri_list):
1721 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1722 * shell/ev-window.[ch]: (ev_window_load_job_cb),
1723 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1724 (ev_window_cmd_recent_file_activate),
1725 (ev_window_open_recent_action_item_activated),
1726 (ev_window_print_send), (open_remote_link):
1727 * shell/main.c: (arguments_parse):
1729 Add a command line option for search. Fixes bug #497710.
1731 2007-11-20 Darren Kenny <darren.kenny@sun.com>
1733 * shell/ev-jobs.c: (ev_job_print_new):
1735 Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1737 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1739 * data/evince-toolbar.xml:
1740 * shell/Makefile.am:
1741 * shell/ev-application.c: (ev_application_init):
1742 * shell/ev-open-recent-action.[ch]:
1743 * shell/ev-window.c:
1744 (ev_window_open_recent_action_item_activated),
1745 (register_custom_actions):
1747 Add an expander to the open toolbar item which pops up a dropdown
1748 menu with the recently used documents. Fixes bug #487215.
1750 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1752 * shell/ev-window.c: (ev_window_open_uri),
1753 (ev_window_cmd_view_reload):
1755 Do not jump to the first page when reloading by running evince
1756 from the command line. Fixes bug #490847.
1758 2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
1760 * shell/ev-window.c: (ev_window_cmd_help_contents):
1762 Plugged memory leak when help file is not found. Fixes bug
1765 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1769 Enable djvu, dvi and comics backends by default. Fixes bug
1772 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1775 * cut-n-paste/Makefile.am:
1776 * cut-n-paste/recent-files/*: Removed
1777 * help/reference/Makefile.am:
1778 * shell/Makefile.am:
1779 * shell/ev-application.[ch]: (ev_application_shutdown),
1780 (ev_application_init):
1781 * shell/ev-window.c: (ev_window_add_recent),
1782 (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1784 Bump requirements to gtk+ 2.10.0 and remove egg-recent code.
1786 2007-10-25 Pascal Terjan <pterjan@linuxfr.org>
1788 * shell/ev-window.c: (launch_external_uri):
1790 Let GnomeVFS check the URL, this allow more URL (like mailto:),
1791 and report error if the URL is not supported (#489910).
1793 2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
1795 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1796 (pdf_document_file_exporter_begin_page),
1797 (pdf_document_file_exporter_end_page):
1799 Fix printing with poppler splash backend. Fixes bug #489774.
1801 2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
1803 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1804 * shell/ev-print-job.c: (ev_print_job_class_init):
1806 Fix a crash when printing with the gnome-print dialog. Fixes bug
1809 2007-10-18 Sebastien Bacher <seb128@ubuntu.com>
1811 * backend/pixbuf/pixbuf-document.c:
1813 Fix an implicit function definition warning (#487655)
1815 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1817 * shell/ev-window.c:
1819 Fix conflicting shortcut for view sade pane and presentation.
1821 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1823 * backend/pdf/ev-poppler.cc:
1824 (pdf_document_file_exporter_begin_page),
1825 (pdf_document_file_exporter_do_page),
1826 (pdf_document_file_exporter_end_page),
1827 (pdf_document_file_exporter_iface_init):
1828 * libdocument/ev-file-exporter.[ch]:
1829 (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1830 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1833 When printing multiple pages per sheet in reverse option, do not
1834 invert the order of the pages in every sheet, but the order of the
1835 sheets. Do not print blank pages when page range is invalid. Fixes
1836 bugs #484857 and #485521.
1838 2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
1840 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1842 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1844 Respect ranges order when printing more than one range in random
1847 2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
1849 * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1850 (ev_window_setup_document), (ev_window_rotation_changed_cb):
1852 Rotate also the window icon when document is rotated. Fixes bug
1855 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1857 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1858 (pdf_document_forms_get_form_fields):
1860 Silently ignore unknown form fields. Fixes bug #482654. Patch by
1863 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1866 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1868 Use poppler_page_render_for_printing() instead of
1869 poppler_page_render() if available when exporting to a ps or pdf
1870 file. Fixes bug #476627.
1872 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1874 * shell/ev-window.c: (ev_window_run_fullscreen):
1876 Do not show the toolbar in fullscreen mode if the main toolbar is
1877 not visible. Fixes bug #483048.
1879 2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org>
1881 * shell/ev-view.c: (ev_view_button_press_event):
1883 Give priority to form fields over images when deciding whether a
1884 button press event is over an image or form field. It allows edit
1885 form fields when they are over a background image. Fixes bug
1888 2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1893 Update for release 2.20.0
1895 2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org>
1897 * backend/pdf/ev-poppler.cc:
1899 Remove #ifdef HAVE_FORMS, so that forms support works again.
1901 2007-09-05 Götz Waschk <waschk@mandriva.org>
1904 * data/evince.desktop.in.in:
1906 Fixes desktop file issues. See bug #473471.
1908 2007-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
1910 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1911 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1912 (ev_job_queue_remove_job):
1913 * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1914 (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1915 * shell/ev-window.c: (ev_window_clear_save_job),
1916 (ev_window_save_job_cb), (file_save_dialog_response_cb),
1917 (ev_window_dispose):
1919 Move save a copy task to its own job so that it's carried out in a
1920 thread avoiding another lock in the main thread. Use
1921 ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1922 can be saved to a pathin another file system. Fixes bug #456891.
1924 2007-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1929 Update for release 2.19.92
1931 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1934 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1935 (pdf_selection_get_selection_region),
1936 (pdf_selection_get_selection_map),
1937 (ev_form_field_from_poppler_field):
1939 Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1940 and triple click selections are enabled again now.
1942 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1944 * shell/ev-window.c: (ev_window_add_history):
1946 Make sure not to use the history with documents not supporting
1947 links. Fixes bug #468954.
1949 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1951 * shell/ev-window.c: (ev_window_load_job_cb):
1953 Restart the search when reloading a document with the find bar
1954 visible. Fixes bug #461962.
1956 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1958 * shell/ev-window.c: (setup_document_from_metadata),
1959 (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1961 Do not jump to the first page when reloading a document from the
1964 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1966 * shell/ev-window.c: (update_chrome_flag),
1967 (setup_sidebar_from_metadata),
1968 (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1969 (ev_window_cmd_edit_find_next),
1970 (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1971 (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1972 (find_bar_close_cb), (view_actions_focus_in_cb):
1974 Do not update visibility when changing a chrome flag so that it's
1975 possible to update several flags and update visibility only once
1978 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1980 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1982 Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1983 supported by gtk+. Fixes bug #460907.
1985 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1987 * shell/ev-view.c: (view_update_range_and_current_page):
1989 Make sure current-page <= end-page in continuous mode. Fixes bug
1992 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
1994 * backend/pdf/ev-poppler.cc: (build_tree):
1996 Ignore outline items without a title. Fixes bug #453913.
1998 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2000 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2001 (ev_view_button_release_event), (ev_view_leave_notify_event):
2003 Use always drag mouse cursor during a drag operation. Fixes bug
2006 2007-09-02 Carlos Garcia Campos <carlosgc@gnome.org>
2008 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2009 (pdf_selection_get_selection_region),
2010 (pdf_selection_get_selection_map):
2012 Temporarily disable double and triple selections since it depends on
2013 poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2014 released and the update of the external dependency minimal version
2017 2007-09-01 Carlos Garcia Campos <carlosgc@gnome.org>
2019 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2020 (pdf_document_file_exporter_do_page):
2021 * libdocument/ev-file-exporter.h:
2022 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2023 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2025 Actually fix printing regressions. Remove orientation from
2026 EvPrintContext since it's redundant.
2028 2007-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
2030 * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2031 * backend/impress/impress-document.c:
2032 (impress_document_document_iface_init):
2033 * backend/ps/ps-document.c: (ps_document_document_iface_init):
2034 * backend/djvu/djvu-document.c:
2035 (djvu_document_document_iface_init),
2036 (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2037 * backend/tiff/tiff-document.c:
2038 (tiff_document_document_iface_init):
2039 * backend/pixbuf/pixbuf-document.c:
2040 (pixbuf_document_document_iface_init):
2041 * backend/comics/comics-document.c:
2042 (comics_document_document_iface_init):
2043 * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2044 (pdf_selection_render_selection),
2045 (pdf_selection_get_selected_text),
2046 (pdf_selection_get_selection_region),
2047 (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2048 * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2049 (ev_selection_get_selection_region),
2050 (ev_selection_get_selection_map):
2051 * libdocument/ev-document.[ch]:
2052 * shell/ev-pixbuf-cache.[ch]: (add_job),
2053 (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2054 * shell/ev-view-private.h:
2055 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2056 (ev_job_render_run):
2057 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2058 * shell/ev-view.c: (start_selection_for_event),
2059 (ev_view_button_press_event), (ev_view_drag_data_get),
2060 (ev_view_drag_data_received), (ev_view_button_release_event),
2061 (compute_new_selection_text), (compute_selections),
2062 (ev_view_select_all), (get_selected_text), (ev_view_copy),
2063 (ev_view_primary_get_cb):
2065 Add support for double and triple click selections.
2067 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2072 Update for release 2.19.4
2074 2007-08-28 Justin Blanchard <justinb04@aim.com>
2076 * shell/ev-view-private.h:
2077 * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2078 (ev_view_set_highlight_search):
2080 * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2081 (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2082 (find_bar_visibility_changed_cb):
2084 Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2086 2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
2088 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2089 (pdf_document_file_exporter_begin),
2090 (pdf_document_file_exporter_do_page):
2091 * shell/ev-jobs.c: (ev_job_print_run):
2092 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2094 Create always a portrait cairo surface and rotate when needed for
2095 landscape. It fixes printing problems in real printers.
2097 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
2099 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2100 * libdocument/ev-file-exporter.[ch]:
2101 (ev_file_exporter_get_capabilities):
2102 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2103 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2105 Adjust number of pages per row according to page orientation when
2106 printing 2 or 6 pages per sheet.
2108 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
2110 * shell/ev-window.c: (ev_window_print_send):
2112 Reset also cups setting to 1 when printing multiple pages per
2113 sheet. Fixes bug #468853.
2115 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
2117 * libdocument/ev-document-misc.c:
2118 (ev_document_misc_surface_rotate_and_scale):
2120 Use directly cairo_surface_get_content() when creating a similar
2121 surface as suggested by Jeff Muizelaar. Thanks again.
2123 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
2125 * backend/djvu/djvu-document.c: (djvu_document_render):
2126 * backend/tiff/tiff-document.c: (tiff_document_render):
2127 * backend/pdf/ev-poppler.cc: (pdf_document_render):
2128 * libdocument/ev-document-misc.c:
2129 (ev_document_misc_surface_from_pixbuf),
2130 (ev_document_misc_surface_rotate_and_scale):
2132 Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2133 creating page surfaces. Fixes bug #453123. Thank you very much to
2134 Jeff Muizelaar <jeff@infidigm.net>.
2136 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
2138 * shell/ev-page-cache.c: (ev_page_cache_new),
2139 (ev_page_cache_get_thumbnail_size):
2140 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2141 (ev_sidebar_thumbnails_set_loading_icon):
2143 Also store in page-cache the dimensions of the thumbnails so that
2144 they can be used to create the correct loading icon in the side
2145 pane. Fixes bug #466857.
2147 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
2149 * backend/pdf/ev-poppler.cc:
2150 (pdf_document_thumbnails_get_thumbnail):
2152 Fix thumbnails rotation in pdf documents that include embedded
2155 2007-08-15 Jens Granseuer <jensgr@gmx.net>
2157 * backend/pdf/ev-poppler.cc:
2159 Don't use #ifdef in macro expansion. Some compilers don't
2160 like that. Closes bug #467042.
2162 2007-08-15 Justin Blanchard <justinb04@aim.com>
2164 * backend/djvu/djvu-document.c: (djvu_document_finalize):
2166 Fixes memory leak in djvu backend.
2168 2007-08-15 Andreas Nilsson <nisses.mail@home.se>
2170 * data/icons/32x32/Makefile.am:
2171 * data/icons/32x32/actions/Makefile.am:
2172 * data/icons/32x32/actions/view-page-cont.svg:
2173 * data/icons/32x32/actions/view-page-facing.svg:
2174 * data/icons/48x48/Makefile.am:
2175 * data/icons/48x48/actions/Makefile.am:
2176 * data/icons/48x48/actions/view-page-cont.svg:
2177 * data/icons/48x48/actions/view-page-facing.svg:
2179 Icons for a new sizes.
2181 2007-08-14 Justin Blanchard <justinb04@aim.com>
2183 * shell/ev-page-cache.c: (build_height_to_page),
2184 (ev_page_cache_get_height_to_page):
2186 Fixes invalid read, see bug #466401.
2188 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
2190 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2192 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2193 (configure_item_cursor), (new_pixbuf_from_widget):
2195 Fix multihead problems in toolbar editor. Fixes bug #382055.
2197 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
2199 * shell/ev-window.c: (ev_window_cmd_file_open),
2200 (ev_window_cmd_save_as):
2202 Use g_get_user_special_dir when available instead of
2203 xdg_user_dir_lookup.
2205 2007-08-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2209 Updated according to request on desktop-devel.
2211 2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
2213 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2215 Do not use cairo_rectangle and cairo_clip since we are
2216 not using cairo_fill but cairo_paint. Use the same cairo context
2217 for every page in the same expose event.
2219 2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
2221 * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2224 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2231 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2233 * libdocument/ev-document-info.h:
2234 * libdocument/ev-document.h:
2235 * shell/ev-page-action.h:
2236 * shell/ev-sidebar-links.h:
2238 Fix a headers problem with ev-link
2240 * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2241 * shell/ev-view-private.h:
2242 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2243 (get_link_area), (ev_view_query_tooltip),
2244 (ev_view_leave_notify_event), (ev_view_destroy),
2245 (ev_view_class_init):
2247 Use new gtk tooltips when available instead of ev-tooltip.
2249 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2251 * shell/ev-window.c: (update_chrome_visibility),
2252 (ev_window_sidebar_visibility_changed_cb):
2254 Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2256 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2258 * shell/ev-navigation-action.c:
2259 (ev_navigation_action_history_changed),
2260 (ev_navigation_action_set_history):
2261 * shell/ev-navigation-action-widget.c:
2262 (ev_navigation_action_widget_init):
2263 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2265 Fix compile warnings.
2267 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2269 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2270 (egg_editable_toolbar_dispose):
2274 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2276 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2277 (screensaver_disable_x11):
2278 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2279 * shell/ev-window.c: (presentation_set_timeout):
2280 * shell/ev-view.c: (ev_view_presentation_transition_start):
2282 Use g_timeout_add_seconds instead of g_timeout_add when
2285 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2287 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2289 Set horizontal scrollbar policy to AUTOMATIC instead of
2290 NEVER. Workaround for bug #449462.
2292 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2294 * shell/ev-jobs.c: (ev_job_render_page_ready):
2296 Add page_ready callback to main loop with high priority and hold
2297 a reference to job during idle.
2299 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2302 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2303 (pdf_document_file_exporter_begin),
2304 (pdf_document_file_exporter_do_page),
2305 (pdf_document_file_exporter_get_capabilities):
2306 * libdocument/ev-file-exporter.h:
2307 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2308 * shell/ev-window.c: (ev_window_print_send),
2309 (ev_window_print_dialog_response_cb):
2311 Allow printing multiple pages per sheet. Fixes bug #395573.
2313 2007-07-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2315 * shell/ev-view.c: (tip_from_link):
2317 Check for NULL, fixes bug #460862.
2319 2007-07-29 Christian Persch <chpe@gnome.org>
2321 * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2322 (ev_window_preview_print_finished), (ev_window_do_preview_print),
2323 (ev_window_cmd_preview_print):
2325 Fixes bug #437681 - blocks while enumerating printers.
2327 2007-07-29 Christian Persch <chpe@gnome.org>
2329 * shell/ev-window.c: (ev_window_screen_changed):
2331 Don't use deprecated gtk+ function. See bug #460909.
2333 2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
2335 * shell/ev-utils.c: (get_num_monitors):
2336 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2338 Do not use display before initializing it. Remove compile
2341 2007-07-27 Cosimo Cecchi <anarki@lilik.it>
2343 * shell/ev-view.c: (ev_view_class_init):
2345 Unix-like hjkl bindings added. See bug #458111.
2347 2007-07-27 Johannes Buchner <buchner.johannes@gmx.at>
2349 * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2351 * shell/ev-view.c: (ev_view_set_zoom_for_size),
2352 (ev_view_update_view_size):
2354 * shell/ev-window.c: (ev_window_update_actions),
2355 (setup_view_from_metadata), (ev_window_screen_changed),
2356 (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2357 (zoom_control_changed_cb):
2358 * shell/ev-window.h:
2360 Reorganizes utility functions.
2362 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
2364 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2365 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2366 (add_job), (ev_pixbuf_cache_get_surface),
2367 (ev_pixbuf_cache_get_link_mapping),
2368 (ev_pixbuf_cache_get_image_mapping),
2369 (ev_pixbuf_cache_get_form_field_mapping),
2370 (ev_pixbuf_cache_get_text_mapping):
2371 * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2372 (notify_page_ready), (ev_job_render_page_ready),
2373 (ev_job_render_run):
2375 Add page_ready signal to notify that page is ready as soon as
2376 possible even if other page elements like links, forms, images or
2377 text mapping are not ready yet.
2379 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
2381 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2382 (dvi_document_file_exporter_do_page),
2383 (dvi_document_file_exporter_get_capabilities),
2384 (dvi_document_file_exporter_iface_init):
2385 * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2386 (ps_document_file_exporter_do_page),
2387 (ps_document_file_exporter_get_capabilities),
2388 (ps_document_file_exporter_iface_init):
2389 * backend/djvu/djvu-document.c:
2390 (djvu_document_file_exporter_begin),
2391 (djvu_document_file_exporter_end),
2392 (djvu_document_file_exporter_get_capabilities),
2393 (djvu_document_file_exporter_iface_init):
2394 * backend/tiff/tiff-document.c:
2395 (tiff_document_file_exporter_begin),
2396 (tiff_document_file_exporter_get_capabilities),
2397 (tiff_document_document_file_exporter_iface_init):
2398 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2399 (pdf_document_file_exporter_do_page),
2400 (pdf_document_file_exporter_get_capabilities),
2401 (pdf_document_file_exporter_iface_init):
2402 * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2403 (ev_file_exporter_get_capabilities):
2404 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2405 (idle_print_handler), (ev_print_job_print):
2406 * shell/ev-jobs.c: (ev_job_print_run):
2407 * shell/ev-window.c: (ev_window_print_send),
2408 (ev_window_print_range):
2410 Use capabilities to know which options should be offered by the
2411 print dialog depending on the document backend.
2413 2007-07-25 Carlos Garcia Campos <carlosgc@gnome.org>
2415 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2417 Give priority to forms over text to set the cursor.
2419 2007-07-24 Carlos Garcia Campos <carlosgc@gnome.org>
2421 * shell/ev-view-private.h:
2422 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2423 (ev_view_leave_notify_event), (ev_view_finalize),
2424 (ev_view_get_property), (ev_view_class_init):
2426 Use IBEAM cursor for text form fields and NORMAL cursor for read
2427 only fields. Remove unused status attribute.
2429 2007-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
2431 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2433 Update region for current selected items also for checkbox
2434 buttons, since they can behave as radio buttons when they are in a
2437 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2440 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2442 Get max length of text form fields.
2444 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2446 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2447 * libdocument/ev-form-field.h:
2448 * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2450 Fix build with current poppler cvs head.
2452 2007-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
2454 * cut-n-paste/zoom-control/ephy-zoom-control.c:
2455 * shell/eggfindbar.c: (egg_find_bar_init):
2457 Fix build with gtk+ >= 2.11.5 due to gtktooltips
2458 deprecation. Fixes bug #455667
2460 2007-07-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2465 Update for release 0.9.2
2467 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2469 * shell/ev-view.c: (ev_view_form_field_text_save),
2470 (ev_view_form_field_choice_save):
2472 Fix a crash when closing whith a form widget visible.
2474 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2476 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2478 Update also the region of the current selected button when
2479 clicking on another button if they are radio buttons.
2481 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2483 * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2484 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2485 (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2486 (ev_pixbuf_cache_get_link_mapping),
2487 (ev_pixbuf_cache_get_image_mapping),
2488 (ev_pixbuf_cache_get_form_field_mapping),
2489 (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2490 * shell/ev-view.c: (ev_view_form_field_get_region),
2491 (ev_view_form_field_button_create_widget),
2492 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2495 Redraw only form field region instead of the whole page when
2496 reloading a page to show changes on the form field.
2498 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2500 * shell/ev-view.c: (ev_view_form_field_choice_save):
2502 Fix selection of first item in list form fields.
2504 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2506 * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2507 (ev_pixbuf_cache_reload_page),
2508 (ev_pixbuf_cache_get_form_field_mapping):
2510 Some refactoring to avoid duplicated code.
2512 2007-07-08 Carlos Garcia Campos <carlosgc@gnome.org>
2515 * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2516 (ev_form_field_from_poppler_field),
2517 (pdf_document_forms_get_form_fields),
2518 (pdf_document_forms_form_field_text_get_text),
2519 (pdf_document_forms_form_field_text_set_text),
2520 (pdf_document_forms_form_field_button_set_state),
2521 (pdf_document_forms_form_field_button_get_state),
2522 (pdf_document_forms_form_field_choice_get_item),
2523 (pdf_document_forms_form_field_choice_get_n_items),
2524 (pdf_document_forms_form_field_choice_is_item_selected),
2525 (pdf_document_forms_form_field_choice_select_item),
2526 (pdf_document_forms_form_field_choice_toggle_item),
2527 (pdf_document_forms_form_field_choice_unselect_all),
2528 (pdf_document_forms_form_field_choice_set_text),
2529 (pdf_document_forms_form_field_choice_get_text),
2530 (pdf_document_document_forms_iface_init):
2531 * libdocument/Makefile.am:
2532 * libdocument/ev-form-field.[ch]:
2533 * libdocument/ev-document-forms.[ch]:
2534 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2535 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2536 (add_job), (ev_pixbuf_cache_reload_page),
2537 (ev_pixbuf_cache_get_form_field_mapping):
2538 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2539 * shell/ev-view-private.h:
2540 * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2541 (ev_view_handle_cursor_over_xy),
2542 (ev_view_get_form_field_at_location),
2543 (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2544 (ev_view_form_field_button_create_widget),
2545 (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2546 (ev_view_form_field_text_create_widget),
2547 (ev_view_form_field_choice_save),
2548 (ev_view_form_field_choice_changed),
2549 (ev_view_form_field_choice_create_widget),
2550 (ev_view_handle_form_field), (ev_view_size_allocate),
2551 (ev_view_realize), (draw_end_presentation_page),
2552 (ev_view_button_press_event), (ev_view_remove_all),
2553 (ev_view_motion_notify_event), (ev_view_key_press_event),
2554 (ev_view_enter_notify_event), (highlight_find_results),
2555 (draw_loading_text), (draw_one_page), (ev_view_destroy),
2556 (ev_view_class_init), (page_changed_cb),
2557 (on_adjustment_value_changed), (ev_view_set_presentation),
2558 (merge_selection_region), (ev_view_set_cursor),
2559 (ev_view_reset_presentation_state):
2561 Merge evince-forms branch.
2563 2007-07-03 Jaap Haitsma <jaap@haitsma.org>
2565 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2567 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2568 This script also updates itself from libegg
2570 * cut-n-paste/toolbar-editor/egg*:
2571 Run update-toolbareditor-from-libegg.sh so we are in sync again with
2574 2007-07-02 Jaap Haitsma <jaap@haitsma.org>
2576 * shell/ev-window.c:
2578 Adds a nice icon to page action during toolbar editing.
2581 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2583 * data/evince-toolbar.xml:
2584 * shell/ev-window.c:
2586 Let user add a presentation and fullscreen icons on toolbar.
2589 2007-07-01 Jaap Haitsma <jaap@haitsma.org>
2591 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg:
2593 new script to keep in sync with toolbareditor in libegg
2595 * cut-n-paste/toolbar-editor/*:
2597 Run update-toolbareditor-from-libegg so we are in sync again.
2601 2007-07-01 Carlos Garcia Campos <carlosgc@gnome.org>
2603 * shell/ev-sidebar-links.c: (job_finished_callback):
2605 Do not connect selection changed signal more than once. Fixes bug
2608 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2610 * shell/ev-window.c: (ev_window_view_sidebar_cb):
2612 Do not change sidebar chrome flag when pressing F9 key in
2615 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2617 * backend/pdf/ev-poppler.cc:
2618 (pdf_document_thumbnails_get_dimensions):
2620 Make sure thumbnails width and height is not <= 0. Fixes a crash
2621 with some pdf documents which have really small pages.
2623 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
2625 * shell/main.c: (main):
2627 Fixes program description translation issue.
2630 2007-06-21 Cesar Fernandez <cesar@pk2.org>
2632 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2634 Do not change current page when returning from black/white mode
2635 in presentation. Fixes bug #415032.
2637 2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2642 Update for release 0.9.1
2644 2007-06-17 Alaska Subedi <asubedi@gmail.com>
2646 * backend/dvi/dvi-document.c:
2647 (dvi_document_finalize),
2648 (dvi_document_file_exporter_format_supported),
2649 (dvi_document_file_exporter_begin),
2650 (dvi_document_file_exporter_do_page),
2651 (dvi_document_file_exporter_end),
2652 (dvi_document_file_exporter_iface_init), (dvi_document_init):
2654 PDF exporter for dvi documents. Fixes bug #441319.
2656 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2658 * shell/ev-window.c: (ev_window_clear_print_job):
2660 Clear gtk print job when job has finished. Fixes bug #447612.
2662 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2664 * shell/ev-window.c: (ev_window_print_send),
2665 (ev_window_print_dialog_response_cb), (ev_window_print_range):
2667 Add preview button to print dialog. Fixes bug #445419.
2669 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2671 * backend/dvi/Makefile.am:
2672 * backend/dvi/pixbuf-device.[ch]: Removed
2673 * backend/dvi/cairo-device.[ch]: Added
2674 * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2675 * backend/dvi/dvi-document.c: (dvi_document_load),
2676 (dvi_document_render), (dvi_document_finalize),
2677 (dvi_document_thumbnails_get_thumbnail), (parse_color),
2678 (dvi_document_do_color_special):
2679 * libdocument/ev-document-misc.[ch]:
2680 (ev_document_misc_pixbuf_from_surface):
2682 Port dvi backend to cairo and fix a problem with colors.
2684 2007-06-14 Carlos Garcia Campos <carlosgc@gnome.org>
2686 * shell/ev-view.c: (draw_one_page):
2688 Draw only visible region.
2690 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2692 * backend/djvu/djvu-document.c: (djvu_document_render):
2694 Fix rotation in djvu backend.
2696 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2698 * shell/ev-pixbuf-cache.c: (job_finished_cb),
2699 (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2700 (ev_pixbuf_cache_get_image_mapping),
2701 (ev_pixbuf_cache_get_text_mapping):
2703 Redraw view every time we have a new surface. Fixes bug #443587.
2705 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2707 * libdocument/ev-document.c: (ev_document_info_free):
2711 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2713 * backend/dvi/dvi-document.c: (dvi_document_render),
2714 (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2715 * backend/impress/impress-document.c:
2716 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2717 (impress_document_render), (impress_document_document_iface_init),
2718 (impress_document_thumbnails_get_thumbnail):
2719 * backend/djvu/djvu-document-private.h:
2720 * backend/djvu/djvu-document.c: (djvu_document_render),
2721 (djvu_document_finalize), (djvu_document_document_iface_init),
2722 (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2723 * backend/tiff/tiff-document.c: (tiff_document_render),
2724 (tiff_document_render_pixbuf),
2725 (tiff_document_document_iface_init):
2726 * backend/pdf/ev-poppler.cc: (pdf_document_render),
2727 (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2728 (pdf_selection_render_selection):
2729 * backend/comics/comics-document.c:
2730 (comics_document_render_pixbuf), (comics_document_render),
2731 (comics_document_document_iface_init):
2732 * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2733 (pixbuf_document_document_iface_init):
2734 * libdocument/ev-document-misc.[ch]:
2735 (ev_document_misc_surface_from_pixbuf),
2736 (ev_document_misc_surface_rotate_and_scale):
2737 * libdocument/ev-document.[ch]: (ev_document_render):
2738 * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2739 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2740 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2741 (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2742 (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2743 (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2744 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2745 (render_finished_cb), (ev_job_render_run):
2746 * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2747 (merge_selection_region):
2749 Use cairo image surfaces instead of GDK pixbufs for drawing pages
2752 2007-06-12 Carlos Garcia Campos <carlosgc@gnome.org>
2754 * shell/ev-window-title.c: (ev_window_title_update):
2758 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2760 * shell/ev-view.c: (draw_loading_text):
2762 Show loading text centered. Fixes bug #433061
2764 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2766 * shell/ev-sidebar-thumbnails.c:
2767 (ev_sidebar_thumbnails_set_loading_icon):
2769 Remove a mutex in the main thread that blocks the UI in heavy
2772 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2774 * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2776 Set points_set to TRUE so that selections don't disappear after a
2779 2007-06-07 Michael Monreal <infernux@web.de>
2781 * data/icons/16x16/actions/Makefile.am:
2782 * data/icons/16x16/actions/zoom.svg:
2783 * data/icons/22x22/actions/Makefile.am:
2784 * data/icons/22x22/actions/zoom.svg:
2785 * data/icons/24x24/actions/Makefile.am:
2786 * shell/ev-stock-icons.c:
2787 * shell/ev-stock-icons.h:
2788 * shell/ev-window.c:
2790 Zoom icon artwork. See bug #444795.
2792 2007-06-05 Bastien Nocera <hadess@hadess.net>
2794 * shell/ev-metadata-manager.c: Remove extraneous function
2797 2007-06-05 Bastien Nocera <hadess@hadess.net>
2799 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2800 (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2801 (ev_metadata_manager_set), (ev_metadata_manager_save):
2802 Simplify the timeout, no need for modified anymore
2804 2007-06-05 Bastien Nocera <hadess@hadess.net>
2806 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2807 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2808 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2809 (ev_metadata_manager_save): Adapted patch from Arjan van de
2810 Ven (arjan@linux.intel.com) to avoid the timeout running all the
2811 time, saves on power (Closes: #443851)
2813 2007-06-02 Carlos Garcia Campos <carlosgc@gnome.org>
2816 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2817 (pdf_selection_render_selection), (pdf_document_get_page_duration):
2819 Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2821 2007-05-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2823 * shell/ev-window.c: (ev_window_add_history):
2825 Check if history is NULL
2827 2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
2829 * libdocument/ev-image.c: (ev_image_finalize):
2830 * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2831 * libdocument/ev-attachment.c: (ev_attachment_finalize):
2832 * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2833 (ev_tmp_uri_unlink):
2835 Add functions to delete temporary files created by evince in a safe
2838 * shell/ev-window.c: (ev_window_clear_local_uri),
2839 (open_xfer_update_progress_callback),
2840 (save_xfer_update_progress_callback), (ev_window_save_remote),
2841 (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2842 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2843 (attachment_save_dialog_response_cb),
2844 (ev_attachment_popup_cmd_save_attachment_as):
2846 Allow saving a copy of a document, image or attachment to a remote
2847 location. Fixes bug #440754.
2849 2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org>
2852 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2854 Fix build with current poppler from cvs head.
2856 2007-05-21 Eduardo Lima <eduardo.lima@indt.org.br>
2858 * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2860 Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2863 2007-05-20 Wouter Bolsterlee <wbolster@svn.gnome.org>
2865 * shell/ev-sidebar.c: (ev_sidebar_add_page):
2866 * shell/ev-window.c:
2868 Change sidebar ordering. Fixes bug #439939.
2870 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2872 * backend/comics/Makefile.am:
2874 Fixes build with --without-libgnome.
2876 2007-05-19 Carlos Garcia Campos <carlosgc@gnome.org>
2878 * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2880 Update cursor and tooltip on page change and view scroll. Fixes bug
2883 2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2888 Update for release 0.9.0
2890 2007-05-14 Alaska Subedi <asubedi@gmail.com>
2892 * backend/djvu/djvu-document-private.h:
2893 * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2894 (djvu_document_finalize),
2895 (djvu_document_file_exporter_format_supported),
2896 (djvu_document_file_exporter_begin),
2897 (djvu_document_file_exporter_do_page),
2898 (djvu_document_file_exporter_end),
2899 (djvu_document_file_exporter_iface_init), (djvu_document_init):
2901 Implemented printing with djvu. Bug #437998.
2903 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
2905 * backend/impress/zip.c:
2906 Add missing ulong definition.
2908 * backend/ps/ps-interpreter.c:
2909 Add missing headers.
2911 Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2913 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
2915 * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2917 Add missing call to parent class dispose method.
2919 2007-05-12 Ross Burton <ross@openedhand.com>
2922 Sync keybindings manually when building without libgnome
2925 2007-05-12 Ross Burton <ross@openedhand.com>
2927 * shell/ev-window.c:
2928 Respect the screen when opening help (#437866).
2930 2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org>
2932 * data/evince-ui.xml:
2933 * shell/ev-application.[ch]: (get_print_settings_from_args),
2934 (ev_application_open_uri_at_dest), (ev_application_open_uri),
2935 (ev_application_open_uri_list):
2936 * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2937 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2938 (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2939 (ev_window_cmd_view_reload), (lookup_printer_from_name),
2940 (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2941 (ev_window_dispose):
2942 * shell/main.c: (arguments_parse):
2944 Add print button in preview mode. Fixes bug #396475.
2946 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2948 * cut-n-paste/zoom-control/ephy-zoom.h:
2950 Fixes zoom level factors. See bug #408119 for details.
2952 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2954 * backend/comics/comics-document.c: (comics_regex_quote),
2957 Correctly quote symbols. Fixes crash in the bug
2960 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2962 * shell/ev-navigation-action-widget.c:
2963 (ev_navigation_action_widget_init),
2964 (ev_navigation_action_widget_class_init),
2965 (ev_navigation_action_widget_button_press_event):
2967 Connect to button-press event on correct widget. Fixes
2970 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2972 * shell/ev-application.c: (ev_application_open_window),
2973 (ev_application_add_icon_path_for_screen),
2974 (ev_application_open_uri_at_dest):
2975 * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2976 * shell/ev-navigation-action.c: (build_menu):
2978 Add app-specific icons to our icon theme. Fixes bug
2981 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2983 * shell/ev-history.c: (ev_history_class_init),
2984 (ev_history_add_link):
2985 * shell/ev-history.h:
2986 * shell/ev-navigation-action.c:
2987 (ev_navigation_action_history_changed),
2988 (ev_navigation_action_set_history), (build_menu),
2989 (ev_navigation_action_finalize):
2990 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2992 Make navigation action unsensitive instead of showing
2993 menu with unsensitive word. Fixes bug #417392.
2995 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
2997 * shell/ev-application.[ch]: (ev_application_shutdown),
2998 (ev_application_get_print_settings),
2999 (ev_application_set_print_settings):
3000 * shell/ev-window.c:
3002 Remember print settings. Fixes bug #349102.
3004 2007-05-08 Christian Persch <chpe@gnome.org>
3007 * properties/ev-properties-view.c:
3009 No need for a configure check; just use the GTK_CHECK_VERSION macro.
3012 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
3015 * properties/ev-properties-view.c: (ev_regular_paper_size):
3017 Use gtk+ builtin paper list to identify the document's paper size.
3020 2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org>
3024 Fix build when compiling with thumbnailer and libgnome support.
3026 2007-05-04 Ross Burton <ross@openedhand.com>
3029 Add --without-libgnome, check for libgnome and libgnomeui
3030 separately, and add them to the symbols as required.
3032 * libdocument/ev-file-helpers.c:
3033 When building without libgnome, use g_get_user_config_dir instead
3034 of gnome_user_dir_get.
3036 * shell/ev-application.c:
3037 When building without libgnome, don't use session management.
3040 When building without libgnome, don't use GnomeProgram or
3041 initialise the authentication manager.
3045 2007-05-04 Ross Burton <ross@openedhand.com>
3047 * shell/ev-window.c:
3048 Don't use libgnome to open help, instead call Yelp directly.
3050 2007-05-04 Ross Burton <ross@openedhand.com>
3052 * shell/ev-sidebar-attachments.c:
3053 Don't use libgnome to lookup icons for MIME types, instead copy
3054 code from GTK+ to do it manually.
3056 2007-05-04 Ross Burton <ross@openedhand.com>
3059 Add libxml to the dependencies for SHELL_CORE (#435818).
3061 2007-05-02 Ross Burton <ross@openedhand.com>
3065 Add --disable-thumbnailer (#434825)
3067 2007-05-02 Ross Burton <ross@openedhand.com>
3069 * shell/ev-window.c:
3070 Add missing includes, fix indentation.
3075 2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
3077 * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3078 ev_application_open_uri_at_dest instead of ev_application_open_uri
3079 preventing new document always being opened in a new window even if there
3082 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3084 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3085 (egg_recent_view_uimanager_finalize):
3086 * properties/ev-properties-view.c: (ev_properties_view_dispose):
3087 * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3088 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3089 (ev_pixbuf_cache_dispose):
3090 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3091 * shell/ev-tooltip.c: (ev_tooltip_dispose):
3093 Add missing chain to parent class methods. Fixes
3096 2007-04-22 Brian Pepple <bpepple@fedoraproject.org>
3098 * data/Makefile.am (update-icon-cache): Updates
3099 gtk-update-icon-cache in uninstall-hook.
3101 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
3103 * shell/ev-window.c: (ev_window_setup_document),
3104 (ev_window_set_document), (ev_window_load_job_cb):
3105 * shell/ev-view.c: (setup_caches):
3106 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3108 Start rendering pages before any other jobs.
3110 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
3112 * shell/ev-window.c: (ev_window_stop_fullscreen),
3113 (ev_window_stop_presentation):
3115 Update chrome visibility before window unfullscreen.
3117 2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
3120 * data/evince-ui.xml:
3121 * shell/ev-stock-icons.[ch]:
3122 * shell/ev-application.[ch]: (ev_application_shutdown),
3123 (ev_application_init), (ev_application_get_toolbars_model):
3124 * shell/ev-window.c: (update_chrome_visibility),
3125 (fullscreen_toolbar_setup_item_properties),
3126 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3127 (ev_window_run_presentation), (ev_window_stop_presentation),
3128 (ev_window_run_preview), (ev_window_screen_changed),
3129 (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3130 (ev_window_dispose), (ev_window_init):
3132 Make fullscreen toolbar always visible. Do not use egg toolbars for
3133 fullscreen and preview modes since such toolbars are not editables.
3134 Fixes bugs #300278, #338910 and #316188.
3136 2007-04-20 Iñigo Martínez <inigomartinez@gmail.com>
3138 * shell/ev-application.c:
3139 * shell/ev-job-queue.c:
3140 * shell/ev-metadata-manager.c:
3141 * shell/ev-stock-icons.c:
3142 * shell/ev-window.c:
3145 Developers documentation updated.
3147 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
3149 * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3151 Check whether uri is valid before launching it. Fixes bug #427664.
3153 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
3155 * shell/ev-window.c:
3157 Change key accelerator for Open a Copy menu entry which is in conflict
3158 with Close. Fixes bug #427321.
3160 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3165 Update for release 0.8.1
3167 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3169 * shell/ev-window.c: (setup_size_from_metadata):
3171 Do not make window bigger than screen. Fixes bug
3174 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
3176 * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3177 (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3179 Use default resolution when it's not provided by document. Fixes bug
3182 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
3185 * thumbnailer/Makefile.am:
3186 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3187 * thumbnailer/evince-thumbnailer.schemas.in:
3188 * thumbnailer/evince-thumbnailer-ps.schemas.in:
3190 Add support for ps, eps and compressed documents thumbnails. Do not
3191 ignore size parameter.
3193 2007-04-07 Ricardo Markiewicz <rmarkie@fi.uba.ar>
3195 * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3196 (dvi_document_do_color_special):
3197 * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3199 Implement font color specials in the DVI backend. Fixes bug #303651.
3201 2007-04-02 Matthias Clasen <mclasen@redhat.com>
3203 Fixup the previous commit:
3205 * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3206 * shell/xdg-user-dir-lookup.c: Make the function non-static
3207 * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3209 2007-04-02 Matthias Clasen <mclasen@redhat.com>
3211 * shell/ev-window.c (file_open_dialog_response_cb): Use
3212 the xdg-user-dirs DOCUMENTS folder as default folder when
3213 opening a file chooser. (#424858)
3215 * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3218 2007-03-24 Carlos Garcia Campos <carlosgc@gnome.org>
3220 * shell/ev-window.c: (ev_window_load_job_cb):
3222 Do not setup view from metadata on preview mode.
3224 2007-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
3228 Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.
3230 2007-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
3232 * shell/ev-view.c: (ev_view_primary_get_cb):
3234 Check pointer != NULL before using it. Fixes bug #416841.
3236 2007-03-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3243 2007-03-10 Carlos Garcia Campos <carlosgc@gnome.org>
3245 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3247 Do not render thumbnails when sidebar thumbnail page is not visible
3248 at startup. Fixes bug #416447.
3250 2007-03-07 Christian Kirbach <Christian.Kirbach@googlemail.com>
3252 * data/evince.desktop.in.in:
3254 "Application" is not a valid category in the freedesktop specification.
3256 2007-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
3258 * libdocument/ev-file-helpers.[ch]: (compression_run),
3259 (ev_file_uncompress), (ev_file_compress):
3260 * shell/ev-window.c: (file_save_dialog_response_cb):
3262 Save document compressed when saving a copy of a compressed document.
3265 2007-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
3267 * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3269 Allow deleting in goto window entry in presentation mode.
3271 2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
3273 * Makefile.am: Dist MAINTAINERS.
3275 2007-02-20 Carlos Garcia Campos <carlosgc@gnome.org>
3277 * shell/ev-window.c: (ev_window_update_actions):
3279 Fix zoom shortcut keys when searching. Fixes bug #409828.
3281 2007-02-18 Carlos Garcia Campos <carlosgc@gnome.org>
3283 * shell/ev-window.c: (ev_window_setup_document):
3285 Fix crash when loading documents with only one page.
3287 2007-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
3289 * backend/dvi/dvi-document.c:
3290 (dvi_document_thumbnails_get_dimensions),
3291 (dvi_document_thumbnails_get_thumbnail):
3292 * backend/impress/impress-document.c:
3293 (impress_document_thumbnails_get_thumbnail),
3294 (impress_document_thumbnails_get_dimensions):
3295 * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3296 (ps_document_thumbnails_get_dimensions):
3297 * backend/djvu/djvu-document.c:
3298 (djvu_document_thumbnails_get_dimensions),
3299 (djvu_document_thumbnails_get_thumbnail):
3300 * backend/tiff/tiff-document.c:
3301 (tiff_document_thumbnails_get_thumbnail),
3302 (tiff_document_thumbnails_get_dimensions):
3303 * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3304 (pdf_document_thumbnails_get_thumbnail),
3305 (pdf_document_thumbnails_get_dimensions):
3306 * backend/comics/comics-document.c:
3307 (comics_document_thumbnails_get_thumbnail),
3308 (comics_document_thumbnails_get_dimensions):
3309 * backend/pixbuf/pixbuf-document.c:
3310 (pixbuf_document_thumbnails_get_thumbnail),
3311 (pixbuf_document_thumbnails_get_dimensions):
3312 * libdocument/ev-document-thumbnails.[ch]:
3313 (ev_document_thumbnails_get_thumbnail),
3314 (ev_document_thumbnails_get_dimensions):
3315 * libdocument/ev-document-misc.[ch]:
3316 (ev_document_misc_get_thumbnail_frame):
3317 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3318 (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3319 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3320 (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3321 (ev_sidebar_thumbnails_refresh):
3322 * shell/ev-window.c: (ev_window_setup_document):
3323 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3325 Use an EvRenderContext for rendering thumbnails instead of a suggested
3326 width, so that different sized pages get sized proportionally.
3328 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3330 * shell/ev-view.c: (ev_view_button_press_event),
3331 (ev_view_key_press_event):
3333 Fix critical warnings when there is no document loaded.
3335 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3337 * shell/ev-page-action-widget.c:
3338 * shell/ev-navigation-action.c:
3339 * shell/ev-window.c:
3341 Fix compile warnings.
3343 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3345 * backend/djvu/djvu-text.h:
3346 * backend/djvu/djvu-document.c:
3347 * backend/djvu/djvu-text-page.c:
3348 * backend/djvu/djvu-links.c:
3349 * backend/djvu/djvu-text-page.h:
3350 * backend/djvu/djvu-text.c:
3352 Fix build on Mac. Fixes bug #392186. Patch by
3353 <ephraim_owns@hotmail.com>
3355 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3357 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3359 Restore cairo context before rendering every page when printing a PDF
3360 document into a PDF file.
3362 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
3364 * backend/ps/gstypes.h:
3365 * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3366 (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3367 (ps_document_thumbnails_get_thumbnail):
3369 Handle PostScript page orientation. Fixes bug #318568.
3371 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
3373 * backend/ps/Makefile.am:
3374 * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3375 (document_load), (ps_document_load), (save_document),
3376 (save_page_list), (ps_document_get_n_pages),
3377 (ps_document_get_page_size), (ps_document_get_info),
3378 (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3379 (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3380 (ps_document_thumbnails_get_thumbnail),
3381 (ps_document_thumbnails_get_dimensions),
3382 (ps_document_document_thumbnails_iface_init):
3383 * backend/ps/ps.[ch]: (psgetpagebox):
3384 * backend/ps/ps-interpreter.[ch]:
3386 Add support for thumbnails in ps backend. Fixes bug #164755.
3388 2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3395 2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
3397 * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3398 (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3399 (ev_window_dispose):
3401 Use document thumbnail as window icon. Fixes bug #384442.
3403 2007-02-11 Ed Catmur <ed@catmur.co.uk>
3407 Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3408 duplicated adding application/x-bzpostscript instead.
3410 2007-02-11 Tom Parker <palfrey@tevp.net>
3412 * backend/ps/ps-document.c: (document_load):
3414 Check return value of psscan before trying
3415 to use it. Fixes bug #372414.
3417 2007-02-11 Carlos Garcia Campos <carlosgc@gnome.org>
3419 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3421 Fix invalid free in ev-page-cache. Fixes bug #404745.
3423 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3428 Added reload test case.
3430 2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org>
3433 * backend/djvu/djvu-document.c: (djvu_document_load):
3435 Check whether there are missing files in indirect multipage djvu
3436 documents. Fixes bug #361683.
3438 2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3441 * test/test-mime.bin:
3444 Added test for slow mime type
3446 2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
3448 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3450 Add some checks and call parent_class->finalize. Fixes bug #404745.
3452 2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3454 * shell/ev-navigation-action.c: (connect_proxy):
3456 Fixes dropdown history menu. Thanks a lot Carlos!
3458 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3460 * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3462 Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3465 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3467 * backend/ps/ps.c: (psscan):
3471 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3474 * libdocument/ev-file-helpers.c:
3476 Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3478 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3481 * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3482 (ps_interpreter_start), (document_load), (save_document),
3484 * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3485 * libdocument/ev-document-factory.c:
3486 (ev_document_factory_get_from_mime), (get_document_from_uri),
3487 (free_uncompressed_uri), (ev_document_factory_get_document):
3488 * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3490 Support for PDF, PS and EPS compressed files. Fixes bug #307087.
3492 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3494 * libdocument/ev-document.h:
3496 Fix typo in function name.
3498 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3500 * backend/ps/ps-document.c: (ps_interpreter_finished),
3501 (ps_interpreter_start), (ps_interpreter_failed):
3503 Handle ghostscript interpreter crashes.
3505 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3507 * shell/ev-window.c: (ev_window_open_uri),
3508 (window_configure_event_cb):
3510 Setup window size and position before showing it. Fixes bug #401711.
3512 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3514 * backend/ps/Makefile.am:
3515 * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3516 (ps_document_dispose), (ps_document_class_init),
3517 (ps_interpreter_input), (ps_interpreter_output),
3518 (ps_interpreter_error), (setup_interpreter_env),
3519 (ps_interpreter_start), (ps_interpreter_stop),
3520 (ps_interpreter_failed), (ps_interpreter_is_ready),
3521 (check_filecompressed), (document_load), (ps_document_load),
3522 (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3523 (ps_document_widget_event), (send_ps), (ps_document_next_page),
3526 Rework ps-document. Code cleanups, remove deprecated code.
3528 2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
3530 * shell/ev-view.c: (ev_view_button_press_event):
3532 Do not start an image drag and drop operation when pointer is on
3533 text, so that we can select text when the whole background is an
3536 2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
3538 * shell/ev-window.c: (ev_window_update_actions):
3540 Disable all zoom related actions during presentation mode.
3542 2007-01-31 Esteban Sanchez <esteban@steve-0.com>
3544 * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3546 Do not zoom in or out on presentation mode. Fixes bug #401305.
3548 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3550 * shell/ev-navigation-action.c: (connect_proxy),
3551 (create_menu_item), (ev_navigation_action_class_init):
3553 Correctly show menu and fix crash when navigaton
3554 action is out of toolbar visible area.
3556 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3563 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3565 * help/reference/* :
3568 Added gtk-doc based documentation for Evince.
3569 Still in initial state but I hope it will
3574 Lower dbus requirement to 0.70
3576 2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
3578 * shell/ev-window.c: (ev_window_add_history):
3582 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3584 * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3586 * shell/ev-window.c: (ev_window_add_history):
3588 Correctly handle named destination links
3590 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3593 * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3594 * backend/pdf/ev-poppler.cc:
3595 * libdocument/ev-document-links.h:
3596 * libdocument/ev-link.c: (ev_link_get_page):
3597 * libdocument/ev-link.h:
3598 * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3599 (ev_history_add_link):
3600 * shell/ev-history.h:
3601 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3602 (new_history_menu_item), (build_menu):
3603 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3604 * shell/ev-sidebar-links.c: (create_loading_model),
3605 (print_section_cb), (ev_sidebar_links_construct),
3606 (fill_page_labels), (update_page_callback_foreach),
3607 (update_page_callback), (job_finished_callback):
3608 * shell/ev-view.c: (ev_view_handle_link):
3609 * shell/ev-window.c: (ev_window_find_chapter),
3610 (ev_window_add_history), (view_handle_link_cb),
3611 (history_changed_cb):
3613 Implements another history variant
3615 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3617 * shell/ev-window.c: (view_external_link_cb):
3618 * shell/ev-view.c: (ev_view_button_release_event):
3620 Open links in new window when clicking with middle button.
3622 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3624 * shell/ev-navigation-action.c: (new_history_menu_item):
3625 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3626 * shell/ev-view.c: (ev_view_handle_link):
3627 * shell/ev-window.c:
3629 Store link before jump, not the destination. For me it
3630 seems like more natural history behavior.
3632 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3634 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3635 (ev_navigation_action_class_init):
3636 * shell/ev-navigation-action.h:
3637 * shell/ev-page-action.c: (activate_cb):
3638 * shell/ev-page-cache.c: (ev_page_cache_class_init),
3639 (ev_page_cache_set_current_page_history):
3640 * shell/ev-page-cache.h:
3641 * shell/ev-sidebar-thumbnails.c:
3642 (ev_sidebar_tree_selection_changed),
3643 (ev_sidebar_icon_selection_changed), (page_changed_cb):
3644 * shell/ev-view-private.h:
3645 * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3647 * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3648 (ev_window_setup_document), (ev_window_load_job_cb):
3649 * shell/ev-window.h:
3651 History finally works as expected.
3653 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3655 * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3657 Do not update links treeview if it doesn't have a model assigned yet.
3659 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3661 * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3662 (ev_sidebar_links_class_init), (update_page_callback):
3664 Do not update links treeview when sidepane is not visible.
3666 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3668 * shell/ev-marshal.list:
3669 * shell/ev-page-action.c: (activate_cb),
3670 (ev_page_action_class_init):
3671 * shell/ev-page-action.h:
3672 * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3673 * shell/ev-window.c:
3675 Remove activate_link signal, not required.
3677 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3679 * shell/ev-navigation-action.c: (build_menu):
3681 Reorder menu items and build menu with fixed length.
3683 2007-01-27 Ed Catmur <ed@catmur.co.uk>
3685 * shell/ev-view.c: (get_selected_text):
3687 Normalize text to fix ligatures problem. See bug
3688 #341947 for details.
3690 2007-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
3692 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3694 Fix memory leak in ev-page-cache.
3696 2007-01-25 Tom Parker <palfrey@tevp.net>
3698 * backend/impress/impress-document.c: (impress_document_load),
3699 (impress_document_finalize), (impress_document_init):
3700 * properties/ev-properties-main.c: (ev_properties_get_pages):
3702 Correctly handle impress document errors. Fixes nautilus
3703 crash in property page #370491.
3705 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3707 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3708 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3709 (ev_job_queue_remove_job):
3710 * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3711 (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3713 * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3714 (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3715 (ev_window_load_job_cb), (xfer_update_progress_callback),
3716 (ev_window_open_uri), (ev_window_dispose):
3717 * shell/main.c: (main):
3719 Do file transfer asynchronously in the main thread instead of
3720 synchronously in the load thread. Fixes bugs #399694, #398307 and
3723 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3725 * shell/ev-jobs.c: (ev_job_xfer_run):
3727 Load the document with the font-config lock held.
3729 2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
3731 * backend/ps/ps-document.c: (start_interpreter):
3733 Fix memory leaks in ps backend.
3735 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3737 * backend/impress/impress-document.c:
3738 (impress_document_render_pixbuf):
3740 Do not acquire fontconfig lock in impress backend, since it is using
3741 the main loop for rendering.
3743 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3747 Remove mdvi files that shouldn't be translated.
3749 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3751 * shell/ev-view-private.h:
3752 * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3755 Render "loading..." text into a cairo surface instead of directly into
3756 the window so that fontconfig lock is only needed once and UI is not
3757 blocked. Change text color to #9B9B9B. Fixes bug #397356.
3759 2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
3761 * shell/ev-stock-icons.c: (ev_stock_icons_init):
3762 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3764 Use icon theme associated with the window screen rather than default.
3766 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3770 Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3772 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3774 * data/icons/*/apps/evince.*:
3776 Move Evince icons under new apps directory.
3778 * data/icons/*/actions/*:
3780 Add new custom themeable Evince icons: view-page-continuous,
3781 view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3782 Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3786 Add new directories to AC_CONFIG_FILES.
3788 * shell/ev-stock-icons.c:
3789 * shell/ev-stock-icons.h:
3791 Use new custom themeable icons.
3793 2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
3795 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3797 Do not draw white background page in presentation mode.
3799 2007-01-16 Jani Monoses <jani.monoses@gmail.com>
3801 * shell/ev-view.c: Remove unused gnome-vfs include.
3803 2007-01-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
3805 * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3807 Format string is corrected, fixes bug #397129.
3809 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3811 * shell/ev-window.c: (ev_window_setup_recent):
3813 Do not include in recent menu inexistent documents. Fixes
3816 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3820 Update POTFILES.skip file according to current source tree.
3822 2007-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3824 * shell/ev-window.c: (file_save_dialog_response_cb):
3826 Do Save a copy in atomic way. Fixes bug #328266.
3828 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3830 * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3832 Keep selected cell always visible in index treeview.
3834 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3836 * shell/ev-view.c: (ev_view_size_allocate):
3838 Restore horizontal scrollbar after switching to/from fullscreen
3839 or presentation mode. Fixes bug #331728.
3841 2007-01-11 Carlos Garcia Campos <carlosgc@gnome.org>
3843 * shell/ev-view-private.h:
3844 * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3845 * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3846 (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3847 (ev_view_can_zoom_out):
3849 Use max and min scale values in the view iby taking dpi into account.
3851 2007-01-10 Carlos Garcia Campos <carlosgc@gnome.org>
3858 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3860 * shell/ev-window.c: (ev_window_print_send):
3862 Send print job to printer with some settings set to default values,
3863 since we have already exported to a file according to such settings
3864 and they could be taken twice by some printers.
3866 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3868 * shell/ev-jobs.c: (ev_job_xfer_run):
3869 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3871 Show main window and load document with the font-config lock held.
3873 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
3876 * shell/ev-application.c: (ev_application_register_service):
3877 * shell/main.c: (load_files_remote):
3879 Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3881 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3883 * doc/debugging.txt:
3885 Remove obsolete documentation.
3887 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3890 * backend/Makefile.am:
3891 * backend/comics/Makefile.am:
3892 * backend/djvu/Makefile.am:
3893 * backend/dvi/Makefile.am:
3894 * backend/ev-async-renderer.c:
3895 * backend/ev-async-renderer.h:
3896 * backend/ev-attachment.c:
3897 * backend/ev-attachment.h:
3898 * backend/ev-backend-marshal.c:
3899 * backend/ev-document-factory.c:
3900 * backend/ev-document-factory.h:
3901 * backend/ev-document-find.c:
3902 * backend/ev-document-find.h:
3903 * backend/ev-document-fonts.c:
3904 * backend/ev-document-fonts.h:
3905 * backend/ev-document-images.c:
3906 * backend/ev-document-images.h:
3907 * backend/ev-document-info.h:
3908 * backend/ev-document-links.c:
3909 * backend/ev-document-links.h:
3910 * backend/ev-document-misc.c:
3911 * backend/ev-document-misc.h:
3912 * backend/ev-document-security.c:
3913 * backend/ev-document-security.h:
3914 * backend/ev-document-thumbnails.c:
3915 * backend/ev-document-thumbnails.h:
3916 * backend/ev-document-transition.c:
3917 * backend/ev-document-transition.h:
3918 * backend/ev-document.c:
3919 * backend/ev-document.h:
3920 * backend/ev-file-exporter.c:
3921 * backend/ev-file-exporter.h:
3922 * backend/ev-image.c:
3923 * backend/ev-image.h:
3924 * backend/ev-link-action.c:
3925 * backend/ev-link-action.h:
3926 * backend/ev-link-dest.c:
3927 * backend/ev-link-dest.h:
3928 * backend/ev-link.c:
3929 * backend/ev-link.h:
3930 * backend/ev-render-context.c:
3931 * backend/ev-render-context.h:
3932 * backend/ev-selection.c:
3933 * backend/ev-selection.h:
3934 * backend/impress/Makefile.am:
3935 * backend/pdf/Makefile.am:
3936 * backend/pixbuf/Makefile.am:
3937 * backend/ps/Makefile.am:
3938 * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3939 (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3940 (start_interpreter), (stop_interpreter), (document_load),
3941 (ps_document_next_page), (render_page):
3942 * backend/tiff/Makefile.am:
3943 * comics/Makefile.am:
3944 * comics/comics-document.c:
3945 * comics/comics-document.h:
3947 * cut-n-paste/zoom-control/ephy-zoom-control.c:
3949 * djvu/djvu-document-private.h:
3950 * djvu/djvu-document.c:
3951 * djvu/djvu-document.h:
3952 * djvu/djvu-links.c:
3953 * djvu/djvu-links.h:
3954 * djvu/djvu-text-page.c:
3955 * djvu/djvu-text-page.h:
3959 * dvi/dvi-document.c:
3960 * dvi/dvi-document.h:
3963 * dvi/mdvi-lib/Makefile.am:
3964 * dvi/mdvi-lib/afmparse.c:
3965 * dvi/mdvi-lib/afmparse.h:
3966 * dvi/mdvi-lib/bitmap.c:
3967 * dvi/mdvi-lib/bitmap.h:
3968 * dvi/mdvi-lib/color.c:
3969 * dvi/mdvi-lib/color.h:
3970 * dvi/mdvi-lib/common.c:
3971 * dvi/mdvi-lib/common.h:
3972 * dvi/mdvi-lib/defaults.h:
3973 * dvi/mdvi-lib/dvimisc.c:
3974 * dvi/mdvi-lib/dviopcodes.h:
3975 * dvi/mdvi-lib/dviread.c:
3976 * dvi/mdvi-lib/files.c:
3977 * dvi/mdvi-lib/font.c:
3978 * dvi/mdvi-lib/fontmap.c:
3979 * dvi/mdvi-lib/fontmap.h:
3980 * dvi/mdvi-lib/fontsrch.c:
3981 * dvi/mdvi-lib/gf.c:
3982 * dvi/mdvi-lib/hash.c:
3983 * dvi/mdvi-lib/hash.h:
3984 * dvi/mdvi-lib/list.c:
3985 * dvi/mdvi-lib/mdvi.h:
3986 * dvi/mdvi-lib/pagesel.c:
3987 * dvi/mdvi-lib/paper.c:
3988 * dvi/mdvi-lib/paper.h:
3989 * dvi/mdvi-lib/pk.c:
3990 * dvi/mdvi-lib/private.h:
3991 * dvi/mdvi-lib/setup.c:
3992 * dvi/mdvi-lib/sp-epsf.c:
3993 * dvi/mdvi-lib/special.c:
3994 * dvi/mdvi-lib/sysdeps.h:
3995 * dvi/mdvi-lib/t1.c:
3996 * dvi/mdvi-lib/tfm.c:
3997 * dvi/mdvi-lib/tfmfile.c:
3998 * dvi/mdvi-lib/tt.c:
3999 * dvi/mdvi-lib/util.c:
4000 * dvi/mdvi-lib/vf.c:
4001 * dvi/pixbuf-device.c:
4002 * dvi/pixbuf-device.h:
4003 * impress/Makefile.am:
4005 * impress/document.c:
4006 * impress/f_oasis.c:
4008 * impress/iksemel.c:
4009 * impress/iksemel.h:
4010 * impress/imposter.h:
4011 * impress/impress-document.c:
4012 * impress/impress-document.h:
4013 * impress/internal.h:
4016 * impress/r_geometry.c:
4017 * impress/r_gradient.c:
4018 * impress/r_style.c:
4027 * lib/ev-file-helpers.c:
4028 * lib/ev-file-helpers.h:
4033 * libdocument/Makefile.am:
4034 * libdocument/ev-file-helpers.c:
4036 * pdf/ev-poppler.cc:
4038 * pixbuf/Makefile.am:
4039 * pixbuf/pixbuf-document.c:
4040 * pixbuf/pixbuf-document.h:
4041 * properties/Makefile.am:
4052 * shell/Makefile.am:
4053 * shell/ev-application.h:
4054 * shell/ev-sidebar-links.c:
4055 * shell/ev-sidebar-links.h:
4056 * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4057 (ev_gui_menu_position_tree_selection):
4059 * shell/ev-view.c: (ev_view_finalize):
4060 * shell/ev-window.c:
4061 * shell/main.c: (main):
4062 * thumbnailer/Makefile.am:
4064 * tiff/tiff-document.c:
4065 * tiff/tiff-document.h:
4069 Reorganize source tree.
4071 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
4073 * backend/ev-document-factory.c:
4075 Do not include ev-poppler.h when pdf is disabled.
4077 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
4080 * data/evince-ui.xml:
4081 * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4082 (pdf_document_document_images_iface_init):
4083 * backend/Makefile.am:
4084 * backend/ev-document-images.[ch]:
4085 * backend/ev-image.[ch]:
4086 * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4087 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4089 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4090 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4091 (ev_pixbuf_cache_get_image_mapping):
4092 * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4093 (view_menu_popup_cb), (ev_window_dispose),
4094 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4095 (ev_view_popup_cmd_copy_image):
4096 * shell/ev-view-private.h:
4097 * shell/ev-view.c: (ev_view_get_image_at_location),
4098 (ev_view_do_popup_menu), (ev_view_popup_menu),
4099 (ev_view_button_press_event), (ev_view_drag_data_get),
4100 (ev_view_drag_motion), (ev_view_drag_data_received),
4101 (ev_view_motion_notify_event), (ev_view_button_release_event),
4102 (ev_view_finalize), (ev_view_class_init):
4104 Add image handling support. Fixes bugs #310008 and #325047. Images
4105 selection is not supported yet.
4107 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
4109 * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4110 * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4113 Move view drag and drop stuff to ev-view.
4115 2007-01-05 Carlos Garcia Campos <carlosgc@gnome.org>
4117 * shell/ev-pixbuf-cache.c: (clear_job_selection):
4118 * shell/ev-view.c: (clear_selection):
4120 Clear selection also in pixbuf cache.
4122 2007-01-02 Luca Ferretti <elle.uca@libero.it>
4124 * data/evince.desktop.in.in:
4126 Change icon name in desktop file. See bug #390734
4129 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4131 * thumbnailer/Makefile.am:
4133 Use top_builddir instead top_srcdir for generated schema
4134 file installation. Fixes bug #390161.
4136 2006-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
4139 * backend/Makefile.am:
4140 * backend/ev-document-transition.[ch]:
4141 * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4142 (pdf_document_page_transition_iface_init):
4143 * shell/ev-view-private.h:
4144 * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4145 (ev_view_set_presentation), (transition_next_page),
4146 (ev_view_presentation_transition_stop),
4147 (ev_view_presentation_transition_start), (ev_view_next_page):
4149 Add page transition support in presentation mode. At the moment only
4150 page duration is supported, but not transition effects. Fixes bug
4153 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4155 * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4157 Run find_link_dest with document lock held, since it's called by links
4158 thread and main thread at the same time.
4160 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4162 * shell/ev-view.c: (goto_dest):
4164 Update page-cache when page is changed by the view, so that
4165 page-changed signal is emitted.
4167 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4172 Use C locale in tests.
4174 2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
4176 * shell/ev-window.c: (ev_window_run_presentation):
4177 * shell/ev-view-private.h:
4178 * shell/ev-view.c: (ev_view_set_presentation):
4180 Restore zoom settings when back from presentation mode.
4182 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4184 * shell/ev-window.c: (ev_window_run_presentation):
4186 Always use "best fit" zoom in presentation mode.
4189 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4191 * shell/ev-view.c: (ev_view_goto_window_create):
4193 Show "Jump to page" label in the page jumping popup in
4194 presentation mode instead of just a GtkEntry.
4196 2006-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
4198 * shell/ev-window.c: (launch_external_uri):
4200 Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4203 2006-12-22 Elijah Newren <newren gmail com>
4205 * configure.ac: explicitly check for libxml2. Fixes #388795
4207 2006-12-22 Carlos Garcia Campos <carlosgc@gnome.org>
4209 * shell/ev-view-private.h:
4210 * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4211 (ev_view_goto_window_delete_event), (key_is_numeric),
4212 (ev_view_goto_window_key_press_event),
4213 (ev_view_goto_window_button_press_event),
4214 (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4215 (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4216 (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4218 Allow jumping to another page by typing a page number in presentation
4219 mode. It uses a popup window with an entry. Fixes bug #353625.
4221 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4224 * properties/ev-properties-view.c: (ev_get_default_user_units),
4225 (ev_regular_paper_size):
4227 Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4228 to Damien Carbery <damien.carbery@sun.com> and
4229 Yevgen Muntyan <muntyan@tamu.edu>.
4231 2006-12-20 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4233 * shell/ev-window.c: (setup_document_from_metadata):
4235 Make sure Evince doesn't restore the view on the last
4236 page when a document is reopened. Fixes bug #383381.
4238 2006-12-18 Jens Granseuer <jensgr@gmx.net>
4240 * shell/ev-view.c: (draw_loading_text):
4242 Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4244 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4251 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4254 * pdf/ev-poppler.cc: (pdf_print_context_free),
4255 (pdf_document_file_exporter_begin),
4256 (pdf_document_file_exporter_do_page):
4258 Make cairo-pdf depedency optional.
4260 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4262 * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4264 Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4266 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4268 * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4269 (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4270 * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4271 * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4272 * shell/ev-view.c: (draw_loading_text):
4273 * shell/ev-window.c: (ev_window_cmd_file_properties):
4275 Use an specific lock for FontConfig. Hopefully it fixes some crashes
4276 related to using FontConfig from different threads.
4278 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4280 * shell/ev-view.c: (draw_loading_text):
4282 Acquire lock document when drawing "Loading..." text so that only one
4283 thread will use FontConfig at the same time. Fixes bug #374750.
4285 2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org>
4287 * shell/ev-page-action.[ch]: (activate_cb):
4288 * shell/ev-window.c: (activate_label_cb):
4290 Check if text inserted in page entry is a valid page number when it
4291 doesn't match to any document page label. Fixes bug #383165.
4293 2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org>
4294 * shell/ev-window.c:
4296 GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4297 available with GTK < 2.10. Added an ifdef to avoid compilation
4300 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
4303 * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4305 Fix ps backend in multihead systems.
4307 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
4309 * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4310 * shell/ev-window.c: (ev_window_get_screen_dpi),
4311 (ev_window_update_actions), (setup_view_from_metadata),
4312 (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4314 Take screen DPI into account when zooming. Fixes bug #318285.
4316 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4320 Cleaned up/slightly refactored Makefile.am. Added GConf
4321 schemas uninstallation as well.
4323 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4328 Fight with autotools to fix make check. Make distcheck
4329 works fine as well now!
4331 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4333 * shell/ev-view.c: (draw_end_presentation_page):
4335 Corrected "end of presentation" string.
4337 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4339 * shell/ev-view.c: (ev_view_key_press_event):
4341 Correctly propagate key press event so that up/down keys
4342 work as expected (correct behaviour was broken by
4343 black/white screen key bindings for presentations).
4345 2006-12-13 Carlos Garcia Campos <carlosgc@gnome.org>
4347 * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4348 (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4349 (pdf_document_find_get_progress), (pdf_selection_render_selection),
4350 (pdf_selection_get_selection_region),
4351 (pdf_selection_get_selection_map):
4353 Add "static" to some private functions.
4355 2006-12-13 P. Henrique Silva <ph.silva@gmail.com>
4358 * properties/ev-properties-view.h:
4360 * shell/ev-properties-dialog.h:
4361 * shell/ev-properties-fonts.h:
4362 * shell/ev-sidebar-links.h:
4363 * shell/ev-sidebar-thumbnails.h:
4364 * shell/ev-sidebar.h:
4365 * shell/ev-window.h:
4367 Fixes CHACK type in class casts. See bug #385343
4370 2006-12-10 Carlos Garcia Campos <carlosgc@gnome.org>
4372 * shell/ev-view-private.h:
4373 * shell/ev-view.c: (draw_end_presentation_page),
4374 (ev_view_expose_event), (ev_view_key_press_event),
4375 (ev_view_class_init), (ev_view_init):
4377 Blank screen in presentation mode when pressing 'b' (filling with
4378 black) or 'w' (filling with white) keys. Fixes bug #358132.
4380 2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com>
4382 * data/evince-toolbar.xml:
4383 * shell/ev-window.c:
4385 Use stock icon for Select All action. Fixes
4388 2006-12-09 Radoslav Dorcik <dixiecko@gmail.com>
4390 * shell/ev-view.c: (get_doc_point_from_offset),
4391 (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4393 Add links support in rotated documents. Fixes bug #343733.
4395 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
4397 * shell/ev-view-private.h:
4398 * shell/ev-view.c: (draw_end_presentation_page),
4399 (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4401 Show a blank page after the last page in presentation mode with a
4402 message indicating that presentation has finished and how to exit.
4404 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
4406 * shell/ev-window.c: (fullscreen_timeout_cb):
4408 Hide cursor after a while in presentation mode.
4410 2006-12-04 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4412 * backend/ev-document-info.h:
4413 * data/evince-properties.glade:
4414 * pdf/ev-poppler.cc:
4415 * properties/ev-properties-view.c: (ev_regular_paper_size),
4416 (ev_properties_view_set_info):
4417 * ps/ps-document.c: (ps_document_get_info):
4419 Adds a paper size field to the properties dialog. Fixes
4420 bug #307315. Patch by Kasper Svendsen (with some i18n
4421 changes done by me).
4423 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4425 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4426 (screensaver_init_dbus), (totem_scrsaver_new),
4427 (totem_scrsaver_init):
4428 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4429 * shell/ev-application.c: (ev_application_register_service),
4430 (ev_application_screensaver_enable),
4431 (ev_application_screensaver_disable):
4432 * shell/ev-application.h:
4433 * shell/ev-window.c: (ev_window_run_presentation),
4434 (ev_window_stop_presentation), (build_comments_string),
4437 Move screensaver handling to application. No more
4440 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4443 * backend/Makefile.am:
4444 * backend/ev-file-exporter.[ch]:
4445 * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4446 * ps/ps-document.c: (ps_document_file_exporter_*):
4447 * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4448 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4449 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4450 (ev_window_print_dialog_response_cb), (ev_window_print_range):
4452 Allow printing to PDF when suppoted by the backend.
4454 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4456 * shell/ev-window.c: (build_comments_string):
4458 Use always "Document Viewer" in about dialog.
4460 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4462 * djvu/djvu-document.c: (djvu_document_get_page_size):
4464 Display a warning message when get_pageinfo fails.
4466 2006-11-30 Yevgen Muntyan <muntyan@tamu.edu>
4469 * backend/Makefile.am:
4470 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4472 * shell/ev-window.c: (build_comments_string):
4474 Make pdf compilation optional. See bug #38007.
4476 2006-11-30 Carlos Garcia Campos <carlosgc@gnome.org>
4478 * ps/ps.c: (get_next_text):
4482 2006-11-22 Carlos Garcia Campos <carlosgc@gnome.org>
4484 * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4485 * shell/ev-navigation-action.c: (connect_proxy),
4486 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4488 Do not call g_type_class_peek_parent twice.
4490 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4493 * data/icons/24x24/.cvsignore:
4494 * data/icons/24x24/Makefile.am:
4495 * data/icons/24x24/evince.png:
4496 * data/icons/Makefile.am:
4498 Add 24x24 icon. Thanks to
4499 Michael Monreal <infernux@web.de>.
4501 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4503 * configure.ac: Fix typo in configure.ac. Thanks
4504 to dmacks@netspace.org for notification.
4506 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4508 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4510 Drop dbus include, fixes compilation with older dbus.
4512 2006-11-22 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4515 * cut-n-paste/Makefile.am:
4516 * cut-n-paste/totem-screensaver/.cvsignore
4517 * cut-n-paste/totem-screensaver/Makefile.am:
4518 * cut-n-paste/totem-screensaver/README:
4519 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4520 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4521 * shell/Makefile.am:
4522 * shell/ev-window.c: (ev_window_run_presentation),
4523 (ev_window_stop_presentation), (ev_window_cmd_help_about),
4526 Implemented screensaver enabling/disabling for
4527 presentation mode (not fullscreen mode). Code stolen
4528 from Totem (with some minor tweaks). Fixes bug #338889.
4530 2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4534 Bump gnome-icon-theme requirements. We use the rotation
4535 icons that appeared recently.
4537 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4539 * shell/ev-history.c: (ev_history_add_page):
4540 * shell/ev-history.h:
4541 * shell/ev-window.c: (page_changed_cb):
4543 Use page labels instead of numbers.
4545 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4547 * data/evince-toolbar.xml:
4549 * shell/Makefile.am:
4550 * shell/ev-navigation-action-widget.c:
4551 (ev_navigation_action_widget_init),
4552 (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4553 (menu_detacher), (ev_navigation_action_widget_set_menu),
4554 (menu_position_func), (popup_menu_under_arrow),
4555 (ev_navigation_action_widget_toggled),
4556 (ev_navigation_action_widget_button_press_event):
4557 * shell/ev-navigation-action-widget.h:
4558 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4559 (ev_navigation_action_set_window), (activate_menu_item_cb),
4560 (new_history_menu_item), (new_empty_history_menu_item),
4561 (build_menu), (menu_activated_cb), (connect_proxy),
4562 (create_tool_item), (ev_navigation_action_init),
4563 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4564 * shell/ev-navigation-action.h:
4565 * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4566 (ev_page_action_widget_set_page_cache),
4567 (ev_page_action_widget_finalize),
4568 (ev_page_action_widget_class_init), (match_selected_cb),
4569 (display_completion_text), (match_completion), (build_new_tree_cb),
4570 (get_filter_model_from_model),
4571 (ev_page_action_widget_update_model):
4572 * shell/ev-page-action-widget.h:
4573 * shell/ev-page-action.c: (activate_link_cb), (update_model),
4575 * shell/ev-page-action.h:
4576 * shell/ev-stock-icons.c:
4577 * shell/ev-stock-icons.h:
4578 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4579 (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4580 (register_custom_actions):
4583 Preliminary history implementation
4585 2006-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4587 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4588 (dvi_document_class_init), (dvi_document_init_params):
4589 * dvi/mdvi-lib/font.c: (font_reference):
4591 Add reference to subfont. Fixes bug #374277.
4593 2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org>
4595 * shell/ev-window.c: (ev_window_create_tmp_symlink),
4596 (ev_window_cmd_file_open_copy_at_dest):
4598 Fix a race condition when creating symlink. Increase the counter
4599 avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4600 Mathias Hasselmann).
4602 2006-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
4604 * backend/Makefile.am:
4605 * backend/ev-attachment.c: (ev_attachment_open):
4606 * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4607 (ev_tmp_dir), (ev_tmp_filename):
4608 * shell/ev-sidebar-attachments.c:
4609 (ev_sidebar_attachments_drag_data_get):
4610 * shell/ev-window.c: (ev_window_clear_temp_file):
4612 Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4613 in ensure_dir_exists. Abort without crashing when we can't create
4616 2006-11-14 Carlos Garcia Campos <carlosgc@gnome.org>
4618 * data/evince-ui.xml:
4619 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4620 (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4621 (ev_window_cmd_file_open_copy_at_dest),
4622 (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4623 (ev_view_popup_cmd_open_link_new_window):
4625 Allow opening a copy of the current document in a new window. Fixes bug
4628 2006-11-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4630 * data/evince-toolbar.xml:
4632 Add rotate right and rotate left to available items for toolbar.
4634 * data/evince-ui.xml:
4635 * shell/ev-window.c: (ev_window_init):
4637 Customize toolbar with right click. Fixes bug #372451.
4639 2006-11-11 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
4641 * shell/ev-window.c:
4643 Use "object-rotate-{left,right}" stock icons. Fixes
4646 2006-11-10 Carlos Garcia Campos <carlosgc@gnome.org>
4648 * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4649 (ev_application_open_uri_at_dest), (ev_application_open_uri):
4650 * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4651 (ev_window_open_uri):
4652 * shell/main.c: (arguments_parse):
4654 Remove temp file created when evince is used by GTK+ in
4655 preview mode. Fixes bug #365282.
4657 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4659 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4661 Fixes bug #372474 - Side pane disabled when entering
4662 and leaving fullscreen mode.
4664 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4666 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4668 * data/evince-preview-toolbar.xml:
4669 * data/evince-toolbar.xml:
4670 * shell/ev-application.c: (ev_application_shutdown),
4671 (ev_application_init), (ev_application_get_toolbars_model):
4672 * shell/ev-application.h:
4673 * shell/ev-window.c: (update_chrome_visibility),
4674 (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4675 (ev_window_cmd_edit_toolbar), (ev_window_init):
4677 Fixes bug #364364 - toolbar editor shows zoom actions again.
4679 2006-11-09 Carlos Garcia Campos <carlosgc@gnome.org>
4681 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4683 Do not take margins into consideration for paper size when printing.
4684 Really fixes bug #350491.
4686 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4688 * data/evince-ui.xml:
4689 * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4690 (ev_window_cmd_file_print_setup),
4691 (ev_window_print_dialog_response_cb),
4692 (ev_window_setup_action_sensitivity):
4694 Add page setup settings for printing. Fixes bugs #363860 and #350491.
4696 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4698 * shell/ev-window.c: (ev_window_print_range):
4700 Revert my previuos commit, since printing to PDF is not supported by
4703 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4705 * shell/ev-window.c: (ev_window_print_range):
4707 Enable print to a PDF. Fixes bug #332121.
4709 2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
4711 * shell/ev-application-service.xml:
4712 * shell/ev-application.[ch]: (ev_application_open_window),
4713 (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4714 (ev_application_open_uri), (ev_application_open_uri_list):
4715 * shell/ev-window.c: (file_open_dialog_response_cb),
4716 (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4717 (drag_data_received_cb), (open_remote_link):
4718 * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4720 Add support for multiscreen systems. Fixes bug #316206.
4722 2006-10-30 Carlos Garcia Campos <carlosgc@gnome.org>
4724 * shell/ev-jobs.[ch]: (ev_job_print_new),
4725 (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4726 (ev_job_print_do_page):
4727 * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4729 Allow printing only odd/even pages. Fixes bug #367289.
4731 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4736 Re-add locale settings to test files.
4738 2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4740 * data/evince-ui.xml:
4741 * shell/ev-window.c: (set_action_properties):
4743 Removed garbage from code and ui.
4745 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4747 * shell/ev-window.c: (ev_window_cmd_help_about):
4749 Shamelessly add my name to the list of contributors.
4751 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4756 Cleaned up the dogtail scripts.
4758 2006-10-27 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4760 * shell/ev-view.c: (draw_loading_text): Don't render
4761 "loading..." text in presentation mode. Temporary
4762 workaround for bug #320352.
4764 2006-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
4766 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4767 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4769 Use print settings scale, copies, collate and reverse which were
4770 ignored. Fixes bug #359032.
4772 2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4775 * data/evince-password.glade:
4777 * test/test-encrypt.pdf:
4778 * test/test-links.pdf:
4782 Add automated UI tests for evince with dogtail. See
4785 2006-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
4787 * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4789 Hide fullscreen toolbar when switching to another desktop workspace.
4792 2006-10-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4794 * shell/ev-window-title.c:
4796 Test for .dvi in title of pdf documents.
4798 2006-10-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4800 * shell/ev-view.c: (ev_view_scroll):
4802 Page Up/Down should do page jumps in "Best fit" mode.
4803 If a user has explicitly chosen to view exactly one page
4804 at a time, scrolling just a part of the page when
4805 pressing Page Up/Down is not right. Fixes bug #323107.
4807 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4814 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4816 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4817 (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4819 Correctly disconnect from job signals on destroy.
4821 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4823 * shell/ev-view-private.h:
4824 * shell/ev-view.c: (view_set_adjustment_values),
4825 (view_update_range_and_current_page),
4826 (ensure_rectangle_is_visible), (ev_view_size_allocate):
4828 Fixes bug #343199, current page now follows find page.
4830 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org>
4832 * backend/ev-document-factory.c:
4834 Assigned OpenDocument presenation MIME type to the
4835 Impress backend. Added some missing (but harmless)
4836 #ifdefs in the document factory as well to make things
4837 consistent again. Fixes bug #360658.
4839 2006-10-08 Christian Persch <chpe@cvs.gnome.org>
4841 * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4842 * backend/ev-document-find.c: (ev_document_find_get_type):
4843 * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4844 * backend/ev-document-links.c: (ev_document_links_get_type):
4845 * backend/ev-document-security.c: (ev_document_security_get_type):
4846 * backend/ev-document-thumbnails.c:
4847 (ev_document_thumbnails_get_type):
4848 * backend/ev-document.c: (ev_document_get_type):
4849 * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4850 * backend/ev-selection.c: (ev_selection_get_type):
4851 * cut-n-paste/recent-files/egg-recent-model.c:
4852 (egg_recent_model_get_type):
4853 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4854 (egg_recent_view_uimanager_get_type):
4855 * cut-n-paste/recent-files/egg-recent-view.c:
4856 (egg_recent_view_get_type):
4857 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4858 (egg_editable_toolbar_get_type):
4859 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4860 (egg_toolbar_editor_get_type):
4861 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4862 (egg_toolbars_model_get_type):
4863 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4864 (egg_tree_multi_drag_source_get_type):
4865 * cut-n-paste/zoom-control/ephy-zoom-action.c:
4866 (ephy_zoom_action_get_type):
4867 * cut-n-paste/zoom-control/ephy-zoom-control.c:
4868 (ephy_zoom_control_get_type):
4869 * impress/r_back.c: (_imp_fill_back):
4870 * properties/ev-properties-main.c:
4871 (ev_properties_plugin_register_type):
4872 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4873 * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4874 (ev_view_accessible_factory_get_type):
4876 Reduce relocations. Bug #360616.
4878 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4880 * backend/ev-document-factory.c:
4881 (ev_document_factory_get_document):
4883 Load document even if extension is wrong.
4885 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4887 * shell/ev-metadata-manager.c: (save_values):
4888 * shell/ev-window.c: (setup_size_from_metadata),
4889 (setup_view_from_metadata), (ev_window_setup_document),
4890 (ev_window_xfer_job_cb), (window_configure_event_cb):
4892 Set size according to the document size/page size ratio.
4893 That should correct rather wierd behaviour of the previous
4896 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4898 * shell/ev-window.c: (setup_view_from_metadata):
4900 Set size for new windows from previous window size.
4901 See bugs #354968 and #168450 for details. Thanks
4904 2006-10-01 Carlos Garcia Campos <carlosgc@gnome.org>
4906 * djvu/djvu-links.c: (build_tree):
4910 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4912 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4914 Don't make sidebar close button insensitive. Fixes
4917 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4919 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4920 (ev_window_set_view_accels_sensitivity):
4922 Don't enable Slash on documents which don't support
4923 find. Fixes bug #358648.
4925 2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
4927 * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4928 open dialog fall back to the current document uri if the
4929 filechooser hasn't been used before. Fixes bug #356980.
4931 2006-09-24 Mathias Hasselmann <mathias.hasselmann@gmx.de>
4933 * shell/ev-window.c: (ev_window_setup_recent),
4934 (ev_window_get_recent_file_label):
4936 Escape underscores in filenames of recent file items.
4938 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4942 Bumped poppler requirements, really 0.5.3 is very
4943 buggy, now we require 0.5.4.
4945 2006-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4948 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4949 (djvu_document_find_iface_init), (djvu_document_links_get_links),
4950 (djvu_document_document_links_iface_init):
4951 * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4952 (number_from_string_10), (get_djvu_link_dest),
4953 (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4954 (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4955 (djvu_links_get_links), (djvu_links_find_link_dest),
4956 (djvu_links_get_links_model):
4957 * djvu/djvu-links.h:
4959 Add support for links and bookmarks in djvu documents. Thanks
4960 to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4963 2006-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4965 * shell/ev-application.c: (ev_application_open_uri_at_dest):
4967 Reopen should reload document. Fixes
4970 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4974 * data/evince-16.png:
4975 * data/evince-22.png:
4978 * data/icons/16x16/Makefile.am:
4979 * data/icons/16x16/evince.png:
4980 * data/icons/22x22/Makefile.am:
4981 * data/icons/22x22/evince.png:
4982 * data/icons/48x48/Makefile.am:
4983 * data/icons/48x48/evince.png:
4984 * data/icons/Makefile.am:
4985 * data/icons/scalable/Makefile.am:
4986 * data/icons/scalable/evince.svg:
4988 Install icons with correct names. Fixes
4991 2006-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
4993 * shell/ev-view.c: (ev_view_button_release_event):
4995 Don't open links with middle mouse button. Fixes bug #353649
4997 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5002 Update for release 0.6.0
5004 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5006 * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5007 Implement Close named action. Patch by Carlos Garcia Campos.
5009 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5011 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5013 Don't clear link mapping on copy_job_to_job_info. Fixes
5016 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5018 * shell/main.c: (main):
5020 Revert my previous commit, gnome_program_init owns the option context.
5021 Fix another memory leak in main. Both caught by Christian Persch.
5023 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5025 * shell/main.c: (main):
5029 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5031 * backend/ev-document-factory.c: (ev_document_factory_get_document):
5033 Fix crash when opening a pdf with password protection.
5035 2006-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
5037 * pdf/ev-poppler.cc: (pdf_document_search_free):
5041 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5043 * backend/ev-document-factory.c:
5044 (ev_document_factory_get_document):
5045 * tiff/tiff-document.c: (tiff_document_finalize):
5047 More correct handling of document loading. Fixes
5050 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
5052 * backend/ev-attachment.c: (ev_attachment_save):
5054 Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5055 gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5057 2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
5059 * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5060 Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5062 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
5064 * shell/ev-sidebar-thumbnails.c:
5066 Do not render thumbnails unless thumbnails page is active in the
5069 2006-08-14 Christian Persch <chpe@cvs.gnome.org>
5071 * shell/ev-properties-dialog.c:
5073 Fix dialogue spacing. Bug #351370.
5075 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5079 Use lowercase gettext catalog file names (evince.mo
5080 instead of Evince.mo)
5082 2006-08-13 Carlos Garcia Campos <carlosgc@gnome.org>
5084 * shell/ev-sidebar-attachments.c:
5086 GtkIconTheme is now screen safe too. Fixes bug #350878
5088 2006-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
5090 * shell/ev-window.c:
5092 GtkRecent manager is now screen safe. Fixes bug #350145
5094 2006-08-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5096 * shell/ev-sidebar.c: (ev_sidebar_init):
5098 Make sidebar close icon smaller. Fix for bug 350177.
5099 See also bugs 350176 and 165770.
5101 2006-08-10 Carlos Garcia Campos <carlosgc@gnome.org>
5103 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5105 Ignore zoom for xyz destinations when it's <= 1, keeping user
5106 preferences instead. Set correct sizing-mode for fith and fitv
5107 destinations rather than EV_SIZING_FREE. Fixes bug #349433
5109 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5114 Update for release 0.5.5
5116 2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
5118 * shell/ev-window.c: (ev_window_cmd_escape)
5120 Escape unfocus page entry. Fixes bug #345809.
5122 2006-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
5124 * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5125 (build_tree), (pdf_document_links_get_links),
5126 (pdf_document_links_find_link_dest):
5127 * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5130 Convert from PDF style coordinates to X style coordinates in the
5131 backend rather than in the view. Fixes bug #338440
5133 2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5135 * shell/ev-window.c:
5137 Remove Ctrl+Shift+T shortcut for toolbars. See
5140 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
5144 Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5147 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
5150 * cut-n-paste/Makefile.am:
5151 * data/evince-ui.xml:
5152 * shell/Makefile.am:
5153 * shell/ev-application.[ch]:
5154 * shell/ev-window.c:
5156 Use GtkRecent instead of EggRecent when it's available. Fixes bug
5159 2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5161 * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5162 findbar code: s/help/search/
5164 2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5166 * shell/ev-window.c: (setup_document_from_metadata),
5167 (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5168 (setup_view_from_metadata):
5172 2006-07-31 Christian Persch <chpe@cvs.gnome.org>
5174 * autogen.sh, configure.ac:
5176 Update automake usage. See bug 349292.
5178 2006-07-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5180 * shell/eggfindbar.c: (egg_find_bar_class_init),
5181 (entry_activate_callback), (egg_find_bar_init),
5182 (egg_find_bar_set_status_text):
5183 * shell/eggfindbar.h:
5185 Unify Evince findbar with Epiphany. Nice patch
5186 from Fabricio Silva <silva@crans.org> and
5187 Frederic Peters <fpeters@entrouvert.com>. See
5188 bug #339966 for details.
5190 2006-07-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5192 * data/evince.desktop.in.in:
5194 Correct information for bugzilla. Thanks to
5195 Olaf Vitters, see bug #348855.
5197 2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
5199 * shell/ev-jobs.[ch]:
5200 * shell/ev-sidebar-links.c:
5201 * shell/ev-window.[ch]:
5203 GtkPrintJob doesn't support print ranges or current page, so we export
5204 to a ps file now when printing ranges or current page.
5206 2006-07-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5208 * pdf/ev-poppler.cc:
5209 * shell/ev-window.c: (do_action_named):
5211 We should be more clear about bugzilla. See the
5214 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org>
5217 * shell/Makefile.am:
5218 * shell/ev-job-queue.c:
5219 * shell/ev-jobs.[ch]:
5220 * shell/ev-sidebar-links.c:
5221 * shell/ev-window.[ch]:
5223 Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5226 2006-07-17 Carlos Garcia Campos <carlosgc@gnome.org>
5228 * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5229 * shell/ev-application-service.xml:
5230 * shell/ev-application.[ch]:
5231 * shell/ev-jobs.[ch]:
5232 * shell/ev-window.[ch]: (ev_window_run_preview):
5235 Add preview mode to use evince as a printing previewer. It also adds
5236 other command line options for fullscreen and presentation modes.
5237 Fixes bugs #347822, #317031
5239 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5244 Update for release 0.5.4
5246 2006-07-11 Bastien Nocera <hadess@hadess.net>
5249 * backend/Makefile.am:
5250 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5251 * backend/ev-document-factory.h:
5253 * impress/.cvsignore:
5254 * impress/Makefile.am:
5256 * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5257 (imp_get_page), (imp_next_page), (imp_prev_page),
5258 (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5259 * impress/f_oasis.c: (render_object), (render_page),
5260 (get_geometry), (_imp_oasis_load):
5261 * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5263 * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5264 (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5265 (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5266 (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5267 (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5268 (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5269 (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5270 (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5271 (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5272 (iks_new_within), (iks_insert), (iks_insert_cdata),
5273 (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5274 (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5275 (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5276 (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5277 (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5278 (iks_cdata), (iks_cdata_size), (iks_has_children),
5279 (iks_has_attribs), (escape_size), (my_strcat), (escape),
5280 (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5281 (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5282 (iks_tree), (iks_load), (iks_save):
5283 * impress/iksemel.h:
5284 * impress/imposter.h:
5285 * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5286 (imp_render_draw_bezier_real), (imp_render_get_size),
5287 (imp_render_set_fg_color), (imp_render_draw_line),
5288 (imp_render_draw_rect), (imp_render_draw_polygon),
5289 (imp_render_draw_arc), (imp_render_draw_bezier),
5290 (imp_render_open_image), (imp_render_get_image_size),
5291 (imp_render_scale_image), (imp_render_draw_image),
5292 (imp_render_close_image), (imp_render_markup),
5293 (imp_render_get_text_size), (imp_render_draw_text),
5294 (impress_document_load), (impress_document_save),
5295 (impress_document_get_n_pages), (impress_document_get_page_size),
5296 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5297 (impress_document_finalize), (impress_document_class_init),
5298 (impress_document_can_get_text), (impress_document_get_info),
5299 (impress_document_document_iface_init),
5300 (impress_document_thumbnails_get_thumbnail),
5301 (impress_document_thumbnails_get_dimensions),
5302 (impress_document_document_thumbnails_iface_init),
5303 (impress_document_init):
5304 * impress/impress-document.h:
5305 * impress/internal.h:
5306 * impress/r_back.c: (_imp_fill_back):
5307 * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5308 (_imp_draw_image), (_imp_tile_image):
5309 * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5310 (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5312 * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5313 (r_draw_gradient_complex), (r_draw_gradient):
5314 * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5316 * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5317 (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5319 * impress/render.c: (imp_create_context), (imp_context_set_page),
5320 (imp_context_set_step), (imp_render), (imp_delete_context):
5322 * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5323 (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5324 (zip_load_xml), (zip_get_size), (zip_load):
5328 New backend to support impress slides. Fixes bug #30867.
5330 2006-07-10 Ghee Teo <ghee.teo@sun.com>
5332 * shell/ev-utils.c: (using_postscript_printer):
5334 Fixes crash when print using PAPI backend,
5337 2006-06-09 Pat Rondon <pmr@patrondon.org>
5339 * shell/ev-jobs.c: (ev_job_xfer_run):
5340 * shell/ev-window.c: (password_dialog_response),
5341 (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5342 (ev_window_dispose):
5343 Fixes bug #344160: if the xfer job doesn't complete
5344 because a password is required, reload the existing
5345 instance instead of creating a new one.
5347 2006-06-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5349 * shell/main.c: (main): Call gdk_threads_init. Thus
5350 we'll avoid errors in auth dialog. Fix for the bug
5353 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5355 * configure.ac: Advertise pixbuf support, fix
5358 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5360 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5361 (ev_sidebar_thumbnails_set_document):
5363 Update sidebar thumbnails after reloading.
5365 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5367 * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5369 * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5370 (ev_window_cmd_view_reload), (ev_window_init):
5372 Don't crash on reload. Fix for the bug #343167.
5374 2006-05-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5376 * shell/ev-jobs.c: (ev_job_render_run):
5378 Check for document links.
5380 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5382 * backend/ev-attachment.c: (ev_attachment_save),
5383 (ev_attachment_launch_app), (ev_attachment_open):
5384 * backend/ev-document-factory.c: (get_document_from_uri):
5385 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5386 (egg_recent_view_uimanager_set_list):
5387 * ps/ps-document.c: (check_filecompressed), (document_load),
5389 * shell/ev-metadata-manager.c: (load_values):
5390 * shell/ev-password.c: (ev_password_dialog_set_property):
5391 * shell/ev-view.c: (tip_from_link):
5392 * shell/ev-window.c: (file_save_dialog_response_cb),
5393 (ev_window_print_dialog_response_cb):
5395 Use consistent quoting style. Fix for the bug #320285.
5397 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5399 * shell/ev-jobs.c: (ev_job_xfer_run):
5400 * shell/main.c: (load_files):
5402 Open links with anchors. Fix for the bug #339836.
5404 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5406 * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5407 (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5408 (ev_link_dest_set_property), (ev_link_dest_finalize),
5409 (ev_link_dest_class_init), (ev_link_dest_new_named),
5410 (ev_link_dest_new_page_label):
5411 * backend/ev-link-dest.h:
5412 * shell/ev-application.c: (ev_application_open_uri):
5413 * shell/ev-view.c: (goto_dest):
5414 * shell/ev-window.c:
5415 * shell/ev-window.h:
5417 Fix page-label command line option. Bug #342070.
5419 2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5421 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5423 Don't show highlight rects if page can't be showed. Fix for
5426 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5428 * shell/ev-window.c: (setup_sidebar_from_metadata),
5429 (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5431 Setup sidebar from metadata even if there is no document
5432 loaded. Fix for the bug #342807.
5434 2006-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5436 * cut-n-paste/toolbar-editor/Makefile.am:
5437 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5438 (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5439 (find_action), (drag_data_delete_cb), (drag_begin_cb),
5440 (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5441 (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5442 (popup_context_menu_cb), (button_press_event_cb),
5443 (configure_item_sensitivity), (configure_item_cursor),
5444 (configure_item_tooltip), (connect_widget_signals),
5445 (action_sensitive_cb), (create_item_from_action),
5446 (create_item_from_position), (toolbar_drag_data_received_cb),
5447 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5448 (toolbar_drag_leave_cb), (configure_drag_dest),
5449 (toggled_visibility_cb), (toolbar_visibility_refresh),
5450 (create_dock), (toolbar_changed_cb), (unparent_fixed),
5451 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5452 (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5453 (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5454 (egg_editable_toolbar_dispose),
5455 (egg_editable_toolbar_set_ui_manager),
5456 (egg_editable_toolbar_get_selected),
5457 (egg_editable_toolbar_set_selected), (set_edit_mode),
5458 (egg_editable_toolbar_set_property),
5459 (egg_editable_toolbar_get_property),
5460 (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5461 (egg_editable_toolbar_new_with_model),
5462 (egg_editable_toolbar_get_edit_mode),
5463 (egg_editable_toolbar_set_edit_mode),
5464 (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5465 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5466 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5467 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5468 (item_added_or_removed_cb), (toolbar_removed_cb),
5469 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5470 (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5471 (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5472 (editor_create_item_from_name), (append_table),
5473 (update_editor_sheet), (egg_toolbar_editor_init):
5474 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5475 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5476 (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5477 (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5478 (toolbar_node_free), (egg_toolbars_model_get_flags),
5479 (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5480 (egg_toolbars_model_get_name), (impl_add_item),
5481 (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5482 (parse_data_list), (parse_item_list), (parse_toolbars),
5483 (egg_toolbars_model_load_toolbars), (parse_available_list),
5484 (parse_names), (egg_toolbars_model_load_names),
5485 (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5486 (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5487 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5488 (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5489 (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5490 (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5491 (egg_toolbars_model_set_types), (fill_avail_array),
5492 (egg_toolbars_model_get_name_avail),
5493 (egg_toolbars_model_get_name_flags),
5494 (egg_toolbars_model_set_name_flags):
5495 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5496 * cut-n-paste/toolbar-editor/eggintl.h:
5497 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5498 (egg_tree_multi_drag_source_get_type),
5499 (egg_tree_multi_drag_source_row_draggable),
5500 (egg_tree_multi_drag_source_drag_data_delete),
5501 (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5502 (egg_tree_multi_drag_button_release_event), (selection_foreach),
5503 (path_list_free), (set_context_data), (get_context_data),
5504 (get_info), (egg_tree_multi_drag_drag_data_get),
5505 (egg_tree_multi_drag_motion_event),
5506 (egg_tree_multi_drag_button_press_event),
5507 (egg_tree_multi_drag_add_drag_support):
5508 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5509 * shell/ev-application.c: (ev_application_init),
5510 (ev_application_save_toolbars_model):
5511 * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5512 (ev_window_cmd_edit_toolbar), (ev_window_init):
5514 Sync toolbareditor with epiphany and libegg
5516 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org>
5520 Depend on poppler 0.5.2
5522 2006-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5524 * shell/ev-jobs.c: (ev_job_render_run):
5526 Check if document supports links iterface.
5528 2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5533 Update for release 0.5.3
5535 2006-05-13 Michael Plump <plumpy@skylab.org>
5538 * shell/Makefile.am:
5539 * shell/main.c: (main):
5541 Port to GOption command line parsing. Fix for the
5544 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5546 * shell/ev-window.c: (ev_window_cmd_help_about):
5548 Do not wrap license. Fix for the bug #309460.
5550 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5553 * properties/ev-properties-main.c: (ev_properties_get_pages):
5554 * shell/ev-application.c: (ev_application_open_window),
5555 (ev_application_open_uri_at_dest):
5556 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5557 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5558 (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5559 * shell/ev-utils.c: (save_print_config_to_file):
5560 * shell/ev-window.c: (ev_window_cmd_save_as),
5561 (ev_attachment_popup_cmd_save_attachment_as):
5562 * shell/main.c: (load_files_remote):
5564 Bump requirements to gtk 2.8 and drop all ifdefs used.
5566 2006-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5568 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5569 * shell/ev-window.c: (ev_window_init):
5571 Show attachments page.
5573 2006-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5576 * shell/ev-attachment-bar.c:
5577 * shell/ev-attachment-bar.h:
5578 * shell/ev-sidebar-attachments.c:
5579 (ev_sidebar_attachments_icon_cache_add),
5580 (icon_theme_get_pixbuf_from_mime_type),
5581 (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5582 (ev_sidebar_attachments_icon_cache_refresh),
5583 (ev_sidebar_attachments_get_attachment_at_pos),
5584 (ev_sidebar_attachments_popup_menu_show),
5585 (ev_sidebar_attachments_popup_menu),
5586 (ev_sidebar_attachments_button_press),
5587 (ev_sidebar_attachments_update_icons),
5588 (ev_sidebar_attachments_drag_data_get),
5589 (ev_sidebar_attachments_get_property),
5590 (ev_sidebar_attachments_destroy),
5591 (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5592 (ev_sidebar_attachments_new),
5593 (ev_sidebar_attachments_set_document),
5594 (ev_sidebar_attachments_support_document),
5595 (ev_sidebar_attachments_get_label),
5596 (ev_sidebar_attachments_page_iface_init):
5597 * shell/ev-sidebar-attachments.h:
5598 * shell/ev-window.c: (update_chrome_visibility),
5599 (setup_sidebar_from_metadata), (ev_window_setup_document),
5600 (ev_window_sidebar_current_page_changed_cb),
5601 (attachment_bar_menu_popup_cb), (ev_window_init):
5603 Move attachments bar to sidebar.
5605 2006-05-09 Carlos Garcia Campos <carlosgc@gnome.org>
5607 * pdf/ev-poppler.cc:
5608 * shell/ev-application.[ch]:
5611 Fix some memory leaks.
5613 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5615 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5617 Change the properties dialog response to
5618 GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5619 will make the dialog go away when the user presses
5620 enter. With gtk+ >= 2.9 this will happen anyway, but for
5621 older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5622 escape by default. Fixes bug #340539. See also bug
5623 #101293 for the gtk+ part.
5625 2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
5627 * shell/ev-view.c (tip_from_action_named): Replace some strings
5628 that were wrong. Closes #340970.
5630 2006-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
5632 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5634 Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5637 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5641 * dvi/mdvi-lib/Makefile.am:
5642 * properties/Makefile.am:
5644 * shell/Makefile.am:
5645 * thumbnailer/Makefile.am:
5647 Due to broken libtool that is unable to track dependencies
5648 of noinst libraries we are forced to explicitely point
5649 libraries for binary. Fix for the bug #333334.
5651 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5653 * data/evince.desktop.in.in:
5654 * shell/ev-view.c: (view_update_range_and_current_page),
5655 (ev_view_next_page), (ev_view_previous_page):
5656 * shell/ev-window.c: (update_chrome_visibility),
5657 (setup_sidebar_from_metadata), (ev_window_setup_document),
5658 (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5659 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5660 (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5661 (ev_window_stop_fullscreen), (ev_window_run_presentation),
5662 (ev_window_stop_presentation), (ev_window_focus_in_event),
5663 (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5665 * thumbnailer/Makefile.am:
5667 Update fullscreen and presentation timeout handling. Hide
5668 cursor in presentation after timeout. Fix for the bugs
5669 #136359 and #336981.
5671 2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org>
5673 * backend/ev-link-action.[ch]:
5674 * pdf/ev-poppler.cc: (ev_link_from_action):
5675 * shell/ev-view-private.h:
5676 * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5677 * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5679 Add support for Named Action links
5681 2006-05-02 Carlos Garcia Campos <carlosgc@gnome.org>
5683 * backend/Makefile.am:
5684 * backend/ev-document-links.[ch]:
5685 * backend/ev-document.[ch]:
5686 * backend/ev-link-action.[ch]:
5687 * backend/ev-link-dest.[ch]:
5688 * backend/ev-link.[ch]:
5689 * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5690 (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5691 * shell/ev-page-action.c: (build_new_tree_cb):
5692 * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5693 (links_page_num_func), (update_page_callback):
5694 * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5697 * shell/ev-window.[ch]: (ev_window_open_uri),
5698 (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5699 * shell/ev-application.[ch]: (ev_application_open_window),
5700 (ev_application_open_uri):
5702 Rework links system, it adds support for remote links now and it makes
5703 easier to add new kinds of actions and destinations. Fixes bug #317292
5705 2006-05-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5709 * data/evince-16.png:
5710 * data/evince-22.png:
5712 * shell/main.c: (main):
5714 Evince use it's own icon. Fix for the bug #313392.
5716 * shell/ev-window.c: (fullscreen_timeout_cb),
5717 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5718 (ev_window_cmd_help_about), (ev_window_dispose):
5720 Simplify fullscreen timeout code.
5722 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
5724 * backend/ev-attachment.c:
5725 * shell/ev-attachment-bar.c:
5726 * shell/ev-window.c:
5728 Allow multiple selection of attachments
5730 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5732 * shell/ev-view.c: (view_update_range_and_current_page),
5735 Fix for the bug #312573 – Optimal selection of current
5736 page among visible pages.
5738 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5744 Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5747 2006-04-22 Kjartan Maraas <kmaraas@gnome.org>
5749 * configure.ac: Fix the LINGUAS stuff here too so it builds.
5751 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5753 * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5754 dictated by the GNOME HIG. Fixes bug #339235.
5756 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5758 * data/evince-ui.xml:
5759 * shell/ev-view.c: (ev_view_can_find_previous):
5761 * shell/ev-window.c: (ev_window_update_actions),
5762 (ev_window_cmd_edit_find_previous):
5764 Add support for "Find Previous" as dictated by the GNOME HIG. A
5765 menu item is added and some glue code to make it all work is added
5768 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5770 * configure.ac: Award myself the "useless use of cat" award.
5772 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5774 * po/LINGUAS: New file listing all supported languages.
5776 * configure.in: Use po/LINGUAS instead of including all languages
5777 directly in this file. See the wiki for more information:
5778 http://live.gnome.org/GnomeGoals/PoLinguas
5780 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
5782 * backend/ev-document-factory.c:
5784 Do not load the document twice when there isn't errors
5786 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5788 * backend/ev-attachment.c:
5790 Fix a crash when there isn't a default application to open an
5793 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5795 * backend/ev-attachment.[ch]:
5796 * shell/ev-attachment-bar.[ch]:
5798 Added missing files.
5800 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5802 * backend/Makefile.am:
5803 * data/evince-ui.xml:
5804 * backend/ev-attachment.[ch]:
5805 * backend/ev-document.[ch]: (ev_document_has_attachments),
5806 (ev_document_get_attachments):
5807 * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5808 (attachment_save_to_buffer), (pdf_document_get_attachments),
5809 (pdf_document_document_iface_init):
5810 * shell/Makefile.am:
5811 * shell/ev-attachment-bar.[ch]:
5812 * shell/ev-window.c:
5814 Add support for PDF attachments. Fixes bug #325143
5816 2006-04-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5818 * backend/ev-document-factory.c: (get_document_from_uri),
5819 (ev_document_factory_get_document):
5820 * backend/ev-document-factory.h:
5821 * properties/ev-properties-main.c: (ev_properties_get_pages):
5822 * shell/Makefile.am:
5823 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5824 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5825 (ev_job_queue_remove_job):
5826 * shell/ev-job-queue.h:
5827 * shell/ev-job-xfer.c:
5828 * shell/ev-job-xfer.h:
5829 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5830 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5831 (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5834 * shell/ev-window.c: (ev_window_is_empty),
5835 (password_dialog_response), (ev_window_clear_xfer_job),
5836 (ev_window_xfer_job_cb), (ev_window_open_uri),
5837 (ev_window_cmd_focus_page_selector),
5838 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5839 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5840 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5841 (ev_window_dispose):
5842 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5844 * Cleanup mime type detection on document load. Fix for the
5847 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5849 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5851 Fix crash on exit, described in the bug #336825.
5853 2006-03-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5855 * backend/ev-document-factory.c:
5856 (ev_document_factory_get_from_mime),
5857 (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5858 (ev_document_factory_get_document),
5859 (file_filter_add_mime_list_and_free),
5860 (ev_document_factory_add_filters):
5861 * backend/ev-document-factory.h:
5862 * properties/ev-properties-main.c: (ev_properties_get_pages):
5863 * shell/Makefile.am:
5864 * shell/ev-application.c:
5865 * shell/ev-job-xfer.c: (ev_job_xfer_run):
5866 * shell/ev-window.c: (ev_window_cmd_file_open),
5867 (ev_window_cmd_save_as):
5868 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5870 Rework factory functions so they are placed now in a single
5871 file ev-document-factory.c
5873 2006-03-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5875 * shell/ev-window.c: (update_chrome_visibility):
5877 Fix for the bug 166566 - don't show menubar in fullscreen
5880 2006-03-22 Tommi Vainikainen <thv@iki.fi>
5882 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5884 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5886 * shell/ev-view.c: (ev_view_expose_event):
5888 More correctly draw loading text when document
5891 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5893 * shell/ev-view.c: (ev_view_scroll):
5895 Fix for the bug #334854, page down and page up switch
5896 pages in presentation mode.
5898 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5900 * shell/ev-window.c: (ev_window_set_action_sensitive),
5901 (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5902 (ev_window_set_view_accels_sensitivity),
5903 (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5904 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5905 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5906 (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5907 (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5908 (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5909 (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5910 (view_actions_focus_in_cb), (ev_window_init):
5912 Fix for the bug #333902, now it's possible to search
5915 2006-03-16 Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5917 * configure.ac: Added Breton translation.
5918 * po/br.po: Added Breton translation.
5920 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
5922 * shell/ev-window-title (ev_window_title_update):
5924 Fix memory leak in window title. Fixes bug #333944
5926 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
5928 * shell/ev-metadata-manager.c (parseItem):
5930 Fix memory leaks. Fixes bug #333945
5932 2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5934 * NEWS, configure.ac, TODO:
5936 Update for release 0.5.2.
5938 2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5940 * shell/ev-view.c: (view_update_range_and_current_page),
5943 Don't jump on scrolling, fix for the bug #333127.
5945 2006-03-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5947 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5949 Scroll by one page in presentation mode. Fix for the bug
5952 2006-03-01 Vladimer SIchinava <vlsichinava@gmail.com>
5954 * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5956 2006-02-28 Clytie Siddall <clytie@riverland.net.au>
5958 * configure.ac Added lv in ALL_LINGUAS line.
5960 2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5962 * NEWS, configure.ac:
5964 Update for release 0.5.1
5966 2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5968 * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5969 * backend/ev-document-misc.h:
5970 * shell/ev-view.c: (draw_one_page):
5972 Clairfy what page the toolbar page number applies to. Fix
5973 for the bug #328102.
5975 2006-02-24 Stanislav Slusny <slusnys@gmail.com>
5977 * shell/ev-view-private.h:
5978 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5979 (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5980 (ev_view_search_changed):
5982 * shell/ev-window.c: (find_bar_search_changed_cb):
5984 Dont't jump to find result if window was scrolled during search.
5985 Fix for the bug #313266.
5987 2006-02-21 Stanislav Slusny <slusnys@gmail.com>
5989 * shell/eggfindbar.c: (egg_find_bar_class_init):
5990 * shell/eggfindbar.h:
5991 * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5992 * shell/ev-view-private.h:
5993 * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5994 (ev_view_class_init), (ev_sizing_mode_get_type),
5995 (ev_scroll_type_get_type):
5997 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5998 (ev_window_cmd_scroll_backward), (find_bar_scroll),
6001 Fix for the bug 319133 - Find entry should allow text scroll.
6003 2006-02-20 Antoine Dopffer <antoine.dopffer@free.fr>
6005 * shell/ev-view-private.h:
6006 * shell/ev-view.c: (view_update_range_and_current_page),
6007 (highlight_find_results), (find_changed_cb), (page_changed_cb),
6008 (ev_view_set_document), (update_find_status_message),
6009 (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6010 (ev_view_find_previous):
6012 Fix for the bug #319137. Search now takes account for scrolling.
6014 2006-02-19 Michael Hofmann <mh21@piware.de>
6018 * djvu/djvu-document-private.h:
6019 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6020 (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6021 (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6022 (djvu_document_can_get_text), (djvu_document_get_text),
6023 (djvu_document_document_iface_init),
6024 (djvu_document_thumbnails_get_thumbnail),
6025 (djvu_document_find_begin), (djvu_document_find_get_n_results),
6026 (djvu_document_find_get_result),
6027 (djvu_document_find_page_has_results),
6028 (djvu_document_find_get_progress), (djvu_document_find_cancel),
6029 (djvu_document_find_iface_init):
6030 * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6031 (djvu_text_page_selection), (djvu_text_page_limits_process),
6032 (djvu_text_page_limits), (djvu_text_page_copy),
6033 (djvu_text_page_position), (djvu_text_page_union),
6034 (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6035 (djvu_text_page_box), (djvu_text_page_append_text),
6036 (djvu_text_page_search), (djvu_text_page_prepare_search),
6037 (djvu_text_page_new), (djvu_text_page_free):
6038 * djvu/djvu-text-page.h:
6039 * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6040 (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6041 (djvu_text_n_results), (djvu_text_has_results),
6042 (djvu_text_get_result), (djvu_text_get_progress):
6045 Text search in djvu. Fix for the bug #303415.
6047 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6050 * shell/ev-window.c: (ev_window_cmd_save_as):
6052 Ask filechooser to confirm overwrite. Fix for the bug #328266.
6053 Thanks to Gary Coady <gary@lyranthe.org>
6055 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6057 * shell/ev-print-job.c: (idle_print_handler):
6059 Inverse order printing, bug #320919.
6061 2006-02-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6063 * data/evince-toolbar.xml:
6064 * shell/ev-window.c:
6066 Allow to add sidebar checkbutton on toolbar. Fix
6067 for the bug #144577.
6069 2006-02-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6071 * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6073 Add checks that have sense for empty ps document.
6075 2006-02-15 Luca Ferretti <elle.uca@libero.it>
6077 * configure.ac: Include PS in mime types list.
6079 2006-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6082 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6084 * ps/ps-document.c: (start_interpreter), (ps_document_load):
6086 Runtime check for gs interpreter. Fix for the bug #320868.
6087 Thanks to Antoine Dopffer antoine.dopffer@free.fr
6089 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
6091 * shell/ev-application.c:
6093 Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6094 dbus>=0.60, so that the request is not queued.
6096 2006-02-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6099 * shell/Makefile.am:
6100 * shell/ev-sidebar-links.c: (print_section_cb):
6103 * shell/ev-window.c: (update_action_sensitivity),
6104 (ev_window_close_dialogs), (ev_window_print):
6105 * shell/ev-window.h:
6107 Make printing support optional. Patch from Eduardo de Barros Lima
6108 <eduardo.lima@indt.org.br> for the bug #330546.
6110 2006-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6112 * shell/ev-view-private.h:
6113 * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6114 (ev_view_set_document):
6116 * shell/ev-window.c: (ev_window_load_job_cb),
6117 (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6120 Draw Loading message during xfer job. Fix for the bug #329495.
6122 2006-02-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6124 * comics/comics-document.c: (comics_regex_quote),
6125 (comics_document_load), (extract_argv):
6127 Correcly quote regexp before passing it to unzip.
6129 2006-02-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6131 * shell/ev-page-cache.c: (build_height_to_page),
6132 (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6133 (ev_page_cache_get_dual_even_left):
6134 * shell/ev-page-cache.h:
6135 * shell/ev-view.c: (view_update_range_and_current_page),
6136 (get_page_y_offset), (get_page_extents):
6138 Place even pages to the left if document has less then
6139 two pages. Fix for the bug #328856.
6141 2006-01-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6143 * thumbnailer/evince-thumbnailer-comics.schemas.in:
6145 Correct comics scheme. This make evince create thumbnails
6146 for comic books. Fix for the bug 329088.
6148 2006-01-31 Christopher Aillon <caillon@redhat.com>
6150 * data/evince-password.glade: Don't explicitly set
6151 invisible_char to the current default value in case
6152 the default changes; let GTK+ do its magic.
6154 2006-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6156 * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6157 real filename to tmp filename since often document
6158 type is determined by extension.
6160 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
6162 * shell/ev-view.c: (add_scroll_binding_keypad),
6163 (ev_view_binding_activated), (ev_view_class_init):
6165 Add keybindings for percision-scrolling of display area.
6166 Fix for the bug #314072.
6168 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6170 * data/evince.desktop.in.in:
6172 Add GTK to the list of categories. Fix for the bug #328034.
6174 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6176 * shell/ev-application.c: (ev_application_shutdown),
6177 (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6178 * shell/ev-application.h:
6179 * shell/ev-window.c: (file_open_dialog_response_cb),
6180 (ev_window_cmd_file_open):
6182 Save last uri in file chooser dialog. Fix for the bug #327950.
6184 2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6189 Final update for release 0.5.0
6191 * shell/Makefile.am:
6193 Remove disable deprecated until we'll require libgnome-2.13.7
6194 and port to GOption argument parsing. See bug 327518.
6196 2006-01-19 Jani Monoses <jani.monoses@gmail.com>
6198 * comics/comics-document.c: (comics_document_save):
6199 * djvu/djvu-document.c: (djvu_document_save):
6200 * dvi/dvi-document.c: (dvi_document_save):
6201 * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6202 * lib/ev-file-helpers.h:
6203 * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6204 * tiff/tiff-document.c: (tiff_document_save):
6206 Use common save function for backends.
6208 2006-01-18 Jani Monoses <jani.monoses@gmail.com>
6210 * backend/ev-document-types.c:
6212 Fix crash on saving pixbuf.
6214 2006-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6216 * cut-n-paste/recent-files/egg-recent-item.c:
6217 (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6218 * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6219 (parse_info_free), (valid_element), (start_element_handler),
6220 (end_element_handler), (text_handler), (egg_recent_model_filter),
6221 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6222 (egg_recent_model_monitor), (egg_recent_model_read),
6223 (egg_recent_model_open_file), (egg_recent_model_lock_file),
6224 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6225 (egg_recent_model_set_property), (egg_recent_model_class_init),
6226 (egg_recent_model_init), (egg_recent_model_add_full),
6227 (egg_recent_model_delete), (egg_recent_model_get_list),
6228 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6229 (egg_recent_model_set_filter_mime_types),
6230 (egg_recent_model_clear_group_filter),
6231 (egg_recent_model_set_filter_groups),
6232 (egg_recent_model_clear_scheme_filter),
6233 (egg_recent_model_set_filter_uri_schemes),
6234 (egg_recent_model_remove_expired):
6235 * cut-n-paste/recent-files/egg-recent-util.c:
6236 (egg_recent_util_get_icon):
6237 * cut-n-paste/recent-files/egg-recent-util.h:
6238 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6239 (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6240 (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6241 (egg_recent_view_uimanager_set_property),
6242 (egg_recent_view_uimanager_get_property),
6243 (egg_recent_view_uimanager_class_init),
6244 (egg_recent_view_uimanager_init),
6245 (egg_recent_view_uimanager_set_label_width),
6246 (egg_recent_view_uimanager_get_label_width):
6247 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6248 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6249 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6250 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6251 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6252 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6256 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6258 * shell/ev-page-cache.c: (build_height_to_page),
6259 (ev_page_cache_get_height_to_page):
6260 * shell/ev-page-cache.h:
6261 * shell/ev-view.c: (view_update_range_and_current_page),
6262 (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6263 (ev_view_previous_page):
6265 Dual mode places even pages to the left. Fix for the bug #309393.
6268 * shell/ev-window.c: (update_action_sensitivity),
6269 (setup_view_from_metadata), (view_menu_popup_cb):
6271 Don't restore presentation in empty windows, more intelligent
6272 next page behaviour in dual mode.
6274 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6275 (ev_pixbuf_cache_clear_job_sizes):
6277 Cleanup job callback on removal. Fix for the bug #325886.
6279 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6281 * ps/ps.c: (psscan):
6283 Commit workaround Mozilla problem. Fix for the bug #325919
6285 * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6288 Fix for year 2038 problem.
6290 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6292 * shell/ev-window.c: (setup_document_from_metadata),
6293 (ev_window_cmd_view_reload):
6295 Clamp page recieved from metadata in valid values. Fix
6296 for the bug #325986.
6298 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6301 Add MAINTAINERS as requested on desktop-devel-list.
6303 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6305 * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6306 (mime_type_supported_by_gdk_pixbuf),
6307 (ev_document_factory_get_mime_types),
6308 (ev_document_factory_get_all_mime_types):
6310 Don't add pixbuf mime types if pixbuf backend is disabled.
6312 * shell/ev-application.c: (ev_application_get_uri_window):
6314 Fix for the bug 325815 - unhandled MIME type message doesn't
6315 appear a second time.
6317 * shell/ev-document-types.c: (ev_document_types_add_filters):
6318 * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6319 (password_dialog_response), (ev_window_popup_password_dialog),
6320 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6321 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6322 (ev_window_run_presentation), (ev_window_stop_presentation),
6323 (save_sizing_mode), (ev_window_zoom_changed_cb),
6324 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6325 (ev_window_dual_mode_changed_cb),
6326 (ev_window_sidebar_current_page_changed_cb),
6327 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6328 (window_state_event_cb), (window_configure_event_cb):
6330 Cleanup additional uris holded by EvWindow.
6332 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6334 * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6335 (ev_view_can_previous_page), (ev_view_can_next_page):
6337 * shell/ev-window.c: (update_action_sensitivity):
6339 Two page scrolling with Space and PageUp in dual mode. Second fix
6340 for the bug #316608.
6342 2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6344 * shell/ev-view.c: (scroll_to_current_page):
6346 Correctly clamp adjustment value. Fix for the bug
6349 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6351 * shell/ev-sidebar-links.c: (print_section_cb):
6352 * shell/ev-window.c: (ev_window_get_uri),
6353 (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6354 (ev_window_print_dialog_response_cb), (ev_window_print_range),
6355 (ev_window_dispose):
6357 Make print dialog non-modal. Fix for the bug #325622.
6359 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6361 * shell/ev-metadata-manager.c:
6362 * shell/ev-utils.c: (using_pdf_printer),
6363 (using_postscript_printer), (load_print_config_from_file),
6364 (save_print_config_to_file):
6366 * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6367 (update_sidebar_visibility), (setup_sidebar_from_metadata),
6368 (setup_view_from_metadata), (ev_window_setup_document),
6369 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6370 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6371 (ev_window_run_presentation), (ev_window_stop_presentation),
6372 (save_sizing_mode), (ev_window_zoom_changed_cb),
6373 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6374 (ev_window_dual_mode_changed_cb),
6375 (ev_window_sidebar_current_page_changed_cb),
6376 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6377 (window_state_event_cb), (window_configure_event_cb),
6380 Setting saving behaviour fixes.
6382 2005-12-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6386 Make antialiasing gs options better and allow
6387 to change them during configure. Fix for the
6390 2005-12-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6392 * shell/ev-window.c: (setup_view_from_metadata):
6394 Remember if last window was maximized. Fix for the
6397 2005-12-28 Abel Cheung <maddog@linuxhall.org>
6399 * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6401 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6403 * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6404 * shell/ev-page-action.c: (build_new_tree_cb):
6405 * shell/ev-sidebar-links.c: (links_page_num_func),
6406 (update_page_callback_foreach), (update_page_callback):
6407 * shell/ev-view.c: (scroll_to_current_page):
6409 Fix for the bug #325067 with more intelligent selection
6410 of current link in sidebar. Make sidebar handle links
6411 of FITR-like type more correctly.
6413 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6414 (dvi_pixbuf_put_pixel):
6416 Fix memory consumtion with disabled alpha channel.
6418 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6420 * data/evince-ui.xml:
6421 * shell/ev-window.c: (view_menu_popup_cb),
6422 (ev_popup_cmd_open_link), (ev_window_init):
6424 Update context menu for internal links. Fix for the bug
6427 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6429 * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6431 Bind context menu to keyboard also. Fix for the bug
6434 2005-12-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6436 * shell/ev-view.c: (selection_scroll_timeout_cb):
6438 Horizontal scroll on selection also.
6440 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6442 * shell/ev-metadata-manager.c: (parse_value):
6443 * shell/ev-view.c: (goto_xyz_link):
6445 Correct zoom setup and metadata save broken in
6448 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6450 * shell/ev-view-private.h:
6451 * shell/ev-view.c: (scroll_to_current_page),
6452 (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6453 (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6454 (page_changed_cb), (ev_view_set_continuous),
6455 (ev_view_set_dual_page), (ev_view_set_presentation):
6457 Delay scroll until allocation to correctly position page. Fix
6458 for the bug #317334.
6460 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6465 Update NEWS and require poppler 0.5.0.
6467 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
6469 * data/evince-ui.xml:
6470 * shell/ev-view-private.h:
6471 * shell/ev-view.c: (ev_view_get_link_at_location),
6472 (handle_link_over_xy), (ev_view_button_press_event),
6473 (ev_view_button_release_event), (ev_view_class_init):
6474 * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6475 (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6478 Implement right-click context menu.
6480 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6482 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6483 * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6484 (mdvi_pixbuf_device_render):
6485 * pdf/ev-poppler.cc:
6487 Don't generate thumbnails with alpha. See bug #324077.
6488 Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6490 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6492 * shell/ev-window.c: (setup_chrome_from_metadata):
6494 Fix typo that was hiding toolbar.
6496 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6498 * shell/ev-view-private.h:
6499 * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6500 (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6501 (ev_view_button_release_event), (ev_view_destroy):
6503 Small cleanup and autoscrolling during selection. Thanks to
6504 Ricardo Markiewicz <rmarkie@fi.uba.ar>.
6506 2005-12-22 Jani Monoses <jani.monoses@gmail.com>
6510 Correctly check for comics option.
6512 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br>
6515 * backend/Makefile.am:
6516 * backend/ev-document-factory.c:
6517 * shell/ev-document-types.c:
6519 Included option in configure to make ps backend
6520 compilation optional with --disable-ps.
6522 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6524 * backend/ev-document-factory.c:
6525 * comics/Makefile.am:
6526 * comics/comics-document.c: (comics_document_load):
6527 * comics/ev-cbr-mime.xml:
6530 Comics mime types are added to shared-mime-info CVS. Now
6531 we don't need to install our own mime types.
6533 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6535 * shell/ev-window.c:
6537 Add shortcut for "save a copy" menu entry. Fix for
6540 2005-12-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6542 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6543 (job_finished_cb), (new_selection_pixbuf_needed),
6544 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6545 (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6547 Rework selection job info logic and fix critical warning.
6549 2005-12-17 Abel Cheung <maddog@linuxhall.org>
6551 * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6553 2005-11-27 Jaap A. Haitsma <jaap@haitsma.org>
6555 * data/evince-ui.xml:
6556 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6558 Enter as shortcut key for next page. Fix for the bug
6561 2005-11-18 Ales Nyakhaychyk <nab@mail.by>
6563 * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6565 2005-11-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6567 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6568 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6569 (new_selection_pixbuf_needed),
6570 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6571 (clear_job_selection):
6573 Too early for 0.5. Pixbuf cache code cleaned a bit.
6575 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6580 Release 0.5.0 preparation
6582 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6584 * comics/Makefile.am:
6586 * shell/ev-document-types.c: (ev_document_types_add_filters):
6588 More advanced handling of custom mime type installation.
6590 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6592 * data/evince.schemas.in:
6593 * shell/ev-metadata-manager.c: (value_free),
6594 (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6595 (ev_metadata_manager_get), (ev_metadata_manager_set):
6596 * shell/ev-metadata-manager.h:
6597 * shell/ev-window.c: (update_chrome_flag),
6598 (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6599 (setup_document_from_metadata), (setup_chrome_from_metadata),
6600 (setup_sidebar_from_metadata), (setup_view_from_metadata),
6601 (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6602 (ev_window_view_toolbar_cb),
6603 (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6604 (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6606 Save last document settings and reuse them for new documents.
6608 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6611 * backend/Makefile.am:
6612 * backend/ev-document-factory.c:
6613 * backend/ev-document-factory.h:
6614 * comics/Makefile.am:
6615 * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6616 (comics_document_load), (comics_document_save),
6617 (comics_document_get_n_pages), (comics_document_get_page_size),
6618 (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6619 (comics_document_class_init), (comics_document_can_get_text),
6620 (comics_document_get_info), (comics_document_document_iface_init),
6621 (comics_document_init), (get_supported_image_extensions),
6622 (comics_document_thumbnails_get_geometry),
6623 (comics_document_thumbnails_get_thumbnail),
6624 (comics_document_thumbnails_get_dimensions),
6625 (comics_document_document_thumbnails_iface_init), (extract_argv):
6626 * comics/comics-document.h:
6627 * comics/ev-cbr-mime.xml:
6630 * shell/ev-application.c: (ev_application_register_service):
6631 * shell/ev-document-types.c: (ev_document_types_add_filters):
6632 * thumbnailer/Makefile.am:
6633 * thumbnailer/evince-thumbnailer-comics.schemas.in:
6635 New CBR/CBZ backend for comic books.
6637 2005-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6639 * shell/main.c: (load_files_remote):
6641 Thanks to Robert McQueen <robot101@debian.org>. Dbus
6642 warning on startup of second instance is fixed. It
6645 2005-10-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6647 * shell/ev-window.c: (ev_window_finalize):
6649 Fix double free that cause crash.
6651 2005-10-29 Bastien Nocera <hadess@hadess.net>
6653 * tiff/tiff-document.c: (tiff_document_load):
6657 2005-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6660 * shell/Makefile.am:
6661 * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6662 (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6663 (ev_view_accessible_get_text),
6664 (ev_view_accessible_get_character_at_offset),
6665 (ev_view_accessible_get_text_before_offset),
6666 (ev_view_accessible_get_text_at_offset),
6667 (ev_view_accessible_get_text_after_offset),
6668 (ev_view_accessible_get_character_count),
6669 (ev_view_accessible_get_caret_offset),
6670 (ev_view_accessible_set_caret_offset),
6671 (ev_view_accessible_get_run_attributes),
6672 (ev_view_accessible_get_default_attributes),
6673 (ev_view_accessible_get_character_extents),
6674 (ev_view_accessible_get_offset_at_point),
6675 (ev_view_accessible_get_n_selections),
6676 (ev_view_accessible_get_selection),
6677 (ev_view_accessible_add_selection),
6678 (ev_view_accessible_remove_selection),
6679 (ev_view_accessible_set_selection),
6680 (ev_view_accessible_text_iface_init),
6681 (ev_view_accessible_idle_do_action),
6682 (ev_view_accessible_action_do_action),
6683 (ev_view_accessible_action_get_n_actions),
6684 (ev_view_accessible_action_get_description),
6685 (ev_view_accessible_action_get_name),
6686 (ev_view_accessible_action_set_description),
6687 (ev_view_accessible_action_iface_init),
6688 (ev_view_accessible_get_type), (ev_view_accessible_new),
6689 (ev_view_accessible_factory_get_accessible_type),
6690 (ev_view_accessible_factory_create_accessible),
6691 (ev_view_accessible_factory_class_init),
6692 (ev_view_accessible_factory_get_type):
6693 * shell/ev-view-accessible.h:
6694 * shell/ev-view-private.h:
6695 * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6698 Initial accessibility support.
6700 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
6702 * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6704 2005-10-26 Hubert Figuiere <hfiguiere@teaser.fr>
6706 * shell/ev-print-job.c: (idle_print_handler):
6708 Fix for bug Bug 318916: Printing multiple pages.
6710 2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
6712 * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6714 2005-10-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6716 * pdf/ev-poppler.cc:
6718 Thumnail dimensions unified with other backends.
6720 * shell/ev-window-title.c: (ev_window_title_update):
6724 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6726 * data/ev-stock-zoom-fit-width.png:
6730 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6733 * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6734 (djvu_document_finalize):
6735 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6736 (dvi_document_finalize):
6737 * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6738 (pixbuf_document_save), (pixbuf_document_finalize):
6739 * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6740 (tiff_document_finalize):
6742 Save a copy implemented for various backends.
6744 2005-10-17 Daniel Gryniewicz <dang@gentoo.org>
6748 Don't link with ltiff if tiff is disabled.
6750 2005-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6752 * pdf/GDKSplashOutputDev.cc:
6753 * pdf/GDKSplashOutputDev.h:
6756 * pdf/pdf-document.cc:
6757 * pdf/pdf-document.h:
6758 * pdf/test-gdk-output-dev.cc:
6760 Remove old unused files.
6762 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6764 * shell/ev-window.c: (ev_window_setup_document):
6766 Fixed warnings on reload and probably crash reason.
6768 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6770 * properties/ev-properties-view.c:
6771 (ev_properties_view_format_date):
6773 Check if date is invalid. Fix for bug 318134.
6775 2005-10-02 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6777 * shell/ev-window-title.c:
6779 Add .indd files (Adobe Indesign) to the list of "bad
6782 2005-10-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6784 * data/evince-ui.xml:
6785 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6787 Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6789 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6791 * shell/ev-window.c: (launch_link), (launch_external_uri),
6792 (view_external_link_cb):
6794 URL-escape link before passing it to gnome_vfs_url_show.
6796 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6798 * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6799 there isn't text selected.
6801 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
6803 * shell/ev-view.c: (handle_link_over_xy):
6805 Check tooltip is valid utf8 before showing it
6807 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6809 * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6811 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6813 * shell/ev-window-title.c: (ev_window_title_update):
6815 Guard against using g_strstrip on NULL. Fixes bug #317291.
6817 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6819 * pdf/ev-poppler.cc:
6821 Show title even for unknown links
6823 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6825 * shell/ev-window-title.c: (ev_window_title_update):
6827 Strip the title string
6829 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6831 * shell/ev-window-title.c:
6833 Add .rtf to the bad extensions list
6835 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6837 * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6838 (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6840 Ignore link coordinates if they are outside page bounds
6842 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6844 * backend/ev-link.c: (ev_link_type_get_type),
6845 (ev_link_get_filename), (ev_link_get_params),
6846 (ev_link_get_property), (ev_link_set_property),
6847 (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6848 * backend/ev-link.h:
6849 * pdf/ev-poppler.cc:
6850 * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6851 * shell/ev-window.c: (launch_link), (view_external_link_cb),
6854 Implement launch links. Delegate external link opening to
6857 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6859 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6860 (ev_link_get_right), (ev_link_get_property),
6861 (ev_link_set_property), (ev_link_class_init),
6862 (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6863 * backend/ev-link.h:
6864 * pdf/ev-poppler.cc:
6865 * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6867 Implement fitr links
6869 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6871 * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6872 (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6873 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6874 (ev_view_size_request_continuous),
6875 (ev_view_size_request_dual_page),
6876 (ev_view_size_request_single_page), (ev_view_size_allocate),
6877 (ev_view_zoom_for_size_continuous_and_dual_page),
6878 (ev_view_zoom_for_size_continuous),
6879 (ev_view_zoom_for_size_dual_page),
6880 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6881 (ev_sizing_mode_get_type):
6883 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6885 Do not use modes for link, we need to calculate size ad hoc.
6886 Still not perfect because of the usual scrollbar issues grrr.
6888 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6890 * backend/ev-link.c: (ev_link_type_get_type),
6891 (ev_link_new_page_fith), (ev_link_new_page_fitv):
6892 * backend/ev-link.h:
6893 * pdf/ev-poppler.cc:
6894 * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6895 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6896 (ev_view_size_request_continuous),
6897 (ev_view_size_request_dual_page),
6898 (ev_view_size_request_single_page), (ev_view_size_allocate),
6899 (zoom_for_size_fit_height),
6900 (ev_view_zoom_for_size_continuous_and_dual_page),
6901 (ev_view_zoom_for_size_continuous),
6902 (ev_view_zoom_for_size_dual_page),
6903 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6904 (ev_sizing_mode_get_type):
6906 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6908 Implement FIT_HEIGHT mode (only for links).
6909 Implement FITH links
6911 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6913 * shell/ev-window-title.c: (get_filename_from_uri),
6914 (ev_window_title_sanitize_extension), (ev_window_title_update),
6915 (ev_window_title_set_document), (ev_window_title_set_uri),
6916 (ev_window_title_free):
6917 * shell/ev-window-title.h:
6918 * shell/ev-window.c: (ev_window_setup_document),
6919 (ev_window_popup_password_dialog):
6921 Refactor window title building while fixing it for
6924 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6926 * pdf/ev-poppler.cc:
6928 Escape link title before setting it in the model
6930 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
6932 * shell/ev-application.c: (removed_from_session), (save_session),
6933 (init_session), (ev_application_get_empty_window),
6934 (ev_application_init), (ev_application_get_windows):
6935 * shell/ev-application.h:
6936 * shell/ev-window.c: (ev_window_finalize):
6938 Add a function to retrieve window list and share it where
6940 Implement session handling, works pretty well thanks to the
6943 2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6945 * shell/ev-password.c: (ev_password_item_created_callback),
6946 (ev_password_dialog_save_password):
6948 Fix for bug 316972. Use async gnome-keyring API.
6950 2005-09-22 Christian Persch <chpe@cvs.gnome.org>
6952 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6953 Remove unused unrealize handler. Add scroll handling to
6954 ev_view_scroll_event for presentation mode (bug #316708),
6955 and fix the event state checks there.
6957 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6959 * shell/ev-page-action.c: (page_changed_cb):
6961 "marco, maybe we should be crazy and jump right to 6! :)"
6963 Bryan Clark, Sep 2005
6965 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6967 * ps/ps-document.c: (save_document), (ps_document_save),
6968 (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6969 (ps_document_ps_export_end):
6971 Fix unstructured documents save and print
6973 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6975 * shell/ev-application.c: (ev_application_open_uri):
6977 Fix window size persistance
6979 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
6981 * shell/ev-view.c: (ev_view_button_release_event):
6983 Based on a patch from carlosgc@gnome.org. Mouse buttons
6984 switch pages in presentation mode.
6986 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6988 * shell/ev-page-cache.c: (ev_page_cache_get_size):
6990 Dont cast to int before scaling
6992 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
6994 * backend/ev-link.c: (ev_link_type_get_type),
6995 (ev_link_new_page_xyz), (ev_link_new_page_fit),
6996 (ev_link_new_page_fith):
6997 * backend/ev-link.h:
6998 * pdf/ev-poppler.cc:
6999 * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7001 Implement FIT and FITH links
7003 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7005 * pdf/ev-poppler.cc:
7007 Return 0 results when search is not in progress.
7009 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7010 (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7012 Update menu sensitivity when cancelling search
7014 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7016 * shell/ev-view.c: (ev_view_can_find_next):
7018 Take all pages in consideration, not just current one
7020 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7022 * shell/ev-page-cache.c:
7023 * shell/ev-page-cache.h:
7024 * shell/ev-view.c: (ev_view_binding_activated),
7025 (ev_view_next_page), (ev_view_previous_page),
7026 (ev_sizing_mode_get_type):
7028 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7029 (ev_window_cmd_go_next_page):
7031 Move page next/previous functions from page chace to
7032 view and change it to move by 2 page steps in dual mode.
7034 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7036 * shell/ev-window.c: (update_sidebar_visibility),
7037 (setup_sidebar_from_metadata), (ev_window_setup_document),
7038 (setup_view_from_metadata):
7040 Show the index by default when there is one
7042 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7044 * shell/ev-window-title.c: (ev_window_title_set_document):
7048 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7050 * shell/ev-view.c: (view_update_range_and_current_page):
7052 Allow display of last odd page in dual view. Fix for 316347.
7054 2005-09-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7056 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7058 Make close button default. Fix for 316383.
7060 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7062 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7064 Mark close button as default. Fix for 316381.
7066 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7068 * backend/ev-link.c: (ev_link_class_init):
7070 Allow negative doubles in left/top properties
7072 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7074 * shell/ev-window.c:
7076 Remove a bunch of strings that was used only
7079 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7081 * shell/ev-window-title.c: (get_filename_from_uri),
7082 (ev_window_title_set_document):
7084 When title has a confusing extension, show also
7085 the document filename inside ()
7087 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7089 * shell/Makefile.am:
7090 * shell/ev-window-title.c: (ev_window_title_new),
7091 (ev_window_title_update), (ev_window_title_set_type),
7092 (ev_window_title_set_document), (ev_window_title_free):
7093 * shell/ev-window-title.h:
7094 * shell/ev-window.c: (ev_window_setup_document),
7095 (password_dialog_response), (ev_window_popup_password_dialog),
7096 (ev_window_dispose), (ev_window_init):
7098 Factor out and cleanup window title code
7100 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7102 * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7105 Make dialog transient so it doesnt block other windows
7107 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7109 * pdf/ev-poppler.cc:
7111 Fix pdf thumbnails rendering.
7113 2005-09-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7115 * shell/ev-window.c: (fullscreen_set_timeout):
7117 Increase timeout to hide full screen popup. Bug
7120 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7122 * data/evince.schemas.in:
7123 * shell/ev-window.c: (update_action_sensitivity):
7125 Allow the user to override document restrictions. Fix for bug
7128 2005-09-13 Christian Persch <chpe@cvs.gnome.org>
7130 * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7131 (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7132 (ev_window_class_init): Fix multihead behaviour of fullscreen
7133 toolbar popup. Fixes bug #315451.
7135 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7138 * data/evince-password.glade:
7139 * shell/ev-password.c: (ev_password_dialog_set_property),
7140 (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7141 (ev_password_dialog_init), (ev_password_set_bad_password_label),
7142 (ev_password_dialog_entry_changed_cb),
7143 (ev_password_dialog_entry_activated_cb),
7144 (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7145 (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7146 (ev_password_dialog_set_bad_pass):
7147 * shell/ev-password.h:
7148 * shell/ev-window.c: (password_dialog_response),
7149 (ev_window_popup_password_dialog):
7151 Support for gnome-keyring for encrypted PDF's.
7153 2005-09-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7155 * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7156 (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7157 (ev_view_enter_notify_event), (ev_view_class_init):
7159 More precise handling of enter_notify/leave_notify events
7160 in EvView. Fix for bug 315470.
7162 2005-09-08 Christopher Aillon <caillon@redhat.com>
7164 * shell/ev-window.c: (fullscreen_timeout_cb),
7165 (fullscreen_set_timeout), (fullscreen_clear_timeout),
7166 (ev_window_dispose):
7168 leak fix: unref fullscreen_timeout_source before clearing it
7170 2005-09-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7172 * configure.ac, dvi/mdvi/Makefile.am:
7174 Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7176 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7178 * backend/ev-link.c: (ev_link_new_page_xyz):
7179 * pdf/ev-poppler.cc:
7180 * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7182 Fix some bugs with xyz links, respect zoom
7184 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7186 * shell/ev-window.c: (page_changed_cb),
7187 (setup_document_from_metadata), (update_sidebar_visibility),
7188 (setup_view_from_metadata), (ev_window_run_fullscreen),
7189 (ev_window_stop_fullscreen), (ev_window_run_presentation),
7190 (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7191 (ev_window_dual_mode_changed_cb),
7192 (ev_window_sidebar_current_page_changed_cb):
7194 null check uri before setting and getting metadata
7196 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7199 * properties/Makefile.am:
7200 * shell/Makefile.am:
7201 * thumbnailer/Makefile.am:
7203 Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7205 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7207 * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7208 (selection_changed_callback):
7209 * shell/ev-sidebar-links.h:
7211 Add a signal for link activation.
7213 * shell/ev-view.c: (ev_view_goto_link),
7214 (ev_view_button_release_event):
7216 * shell/ev-window.c: (sidebar_links_link_activated_cb),
7219 Implement the signal so that we can handle all link types.
7221 * shell/ev-page-cache.c:
7223 Remove unused set_link function
7225 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7227 * lib/ev-tooltip.c: (ev_tooltip_set_position):
7229 Add some space from the cursor, hardcoded but I couldnt
7232 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
7236 Use mozilla style vs gtk style, way better for links.
7238 * shell/ev-view.c: (ev_view_motion_notify_event),
7239 (ev_view_destroy), (ev_view_init):
7241 Deactive tooltip when the link hovered is changed.
7243 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
7245 * backend/ev-document.h:
7246 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7247 (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7248 (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7249 (ev_link_new_page), (ev_link_new_page_xyz):
7250 * backend/ev-link.h:
7251 * pdf/ev-poppler.cc:
7252 * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7253 (go_to_link), (tip_from_link):
7255 Implement xyz links, still not functional. Links are a total
7256 mess, will need to refactor and bugfix a lot :(
7258 2005-09-05 Alessio Frusciante <algol@firenze.linux.it>
7260 * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7262 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7264 * data/evince-ui.xml:
7265 * data/evince.schemas.in:
7266 * shell/Makefile.am:
7267 * shell/ev-window.c: (update_chrome_visibility),
7268 (password_dialog_response), (ev_window_load_job_cb),
7269 (ev_window_xfer_job_cb), (ev_window_open_uri),
7270 (ev_window_class_init), (set_chrome_actions), (load_chrome),
7273 Remove the statusbar. This regress loading feedback, need to
7274 check with Bryan what we want to do there...
7276 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7278 * lib/ev-tooltip.c: (ev_tooltip_init):
7280 Fix tooltip border and size handling
7282 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7284 * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7285 (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7286 (ev_tooltip_timeout), (ev_tooltip_activate),
7287 (ev_tooltip_deactivate):
7289 * shell/ev-view.c: (ev_view_motion_notify_event):
7291 Delay popup showing. Mirror gtk logic/times.
7293 2005-09-03 Marco Pesenti Gritti <mpg@redhat.com>
7296 * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7297 (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7298 (ev_tooltip_set_text), (ev_tooltip_set_position):
7301 Simple widget to show tooltips at a custom position
7303 * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7306 Use it for links. First go, needs work
7308 2005-08-17 Dennis Cranston <dennis_cranston@yahoo.com>
7310 * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small
7311 HIG fixes. Use title capitalization for window title. Use 12
7312 pixels of space between the dialog's vbox and action area.
7314 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7316 * shell/ev-window.c: (file_open_dialog_response_cb),
7317 (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7318 (ev_window_cmd_save_as):
7320 Make file pickers not modal and refactor code some
7322 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7324 * shell/ev-sidebar.h:
7325 * shell/ev-sidebar.c: (ev_sidebar_set_property),
7326 (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7327 (ev_sidebar_class_init), (ev_sidebar_select_page),
7328 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7329 (ev_sidebar_set_page):
7331 Add a current page property and allow to get/set it
7333 * shell/ev-window.c: (setup_view_from_metadata),
7334 (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7336 Persist current sidebar page per document
7338 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7340 * data/evince.schemas.in:
7341 * shell/ev-window.c: (update_chrome_visibility),
7342 (setup_document_from_metadata), (update_sidebar_visibility),
7343 (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7344 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7345 (ev_window_run_presentation), (ev_window_stop_presentation),
7346 (ev_window_view_sidebar_cb),
7347 (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7348 (load_chrome), (ev_window_init):
7350 Persist size/visibility of sidebar per document
7352 Fri Sep 2 00:59:55 2005 Jonathan Blandford <jrb@redhat.com>
7354 * shell/ev-view.c (draw_loading_text): Draw loading text.
7356 2005-09-02 Dan Damian <dand@gnome.ro>
7358 * configure.in: Added "ro" to ALL_LINGUAS.
7360 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
7362 * shell/ev-view.c: (clear_caches):
7364 ev_page_cache_get doesnt return a reference,
7365 dont try to unref it.
7367 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
7369 * shell/main.c: (load_files_remote):
7371 Fix timestamp parameter with dbus <= 0.33
7373 2005-08-31 Marco Pesenti Gritti <mpg@redhat.com>
7375 * data/evince.schemas.in:
7377 Add missing full stop
7379 2005-08-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
7381 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7382 * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7384 Plug some memory leaks
7386 2005-08-29 Christian Persch <chpe@cvs.gnome.org>
7389 * lib/ev-debug.c: (trap_handler):
7391 Check for execinfo.h and use it only if it exists.
7392 Ported from Epiphany (bug #314776).
7394 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com>
7396 * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7398 2005-08-27 Mohammad DAMT <mdamt@gnome.org>
7400 * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7401 * po/id.po : Added Indonesian translation
7403 Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com>
7406 * shell/ev-application.c: Last minute GTK-2.6 fixes.
7407 * NEWS: Release 0.4.0
7409 Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com>
7411 * configure.ac: catch another gtk+-2.8ism
7412 * shell/main.c: Make work with gtk+-2.6
7414 2005-08-25 Ryan Lortie <desrt@desrt.ca>
7416 * shell/ev-application-service.xml: Add 'timestamp' argument to
7417 ev_application_open_window and ev_application_open_uri methods.
7419 * shell/ev-application.h: Add 'timestamp' argument to
7420 ev_application_open_window, ev_application_open_uri,
7421 and ev_application_open_uri_list functions.
7423 * shell/ev-application.c (ev_application_open_window,
7424 ev_application_open_uri, ev_application_open_uri_list): Change
7425 functions that show/present windows to use a timestamp if one
7428 * shell/ev-window.c (ev_window_cmd_file_open,
7429 ev_window_cmd_recent_file_activate, drag_data_received_cb):
7430 * shell/main.c (load_files): Modify calls to ev_application to
7431 include GDK_CURRENT_TIME as timestamp.
7433 * shell/main.c (load_files_remote): Obtain timestamp for client
7434 instance from GDK and pass to server instance so new windows are
7435 focused properly. Fix dbus_g_proxy_call() calls by including second
7440 Thu Aug 25 22:13:08 2005 Jonathan Blandford <jrb@redhat.com>
7442 * shell/ev-window.c (ev_window_finalize): Check for
7443 avail. EvWindows when quiting to handle the finalize better,
7446 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7448 * properties/ev-properties-view.c:
7450 Set textdomain to libglade. Fixes translation problem in property page.
7452 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7454 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7456 * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7457 * dvi/mdvi-lib/Makefile.am:
7459 Fix rotation of thumbnails, ported to new API. Moved library
7460 dependencies earlier, probably it will fix linkage problem.
7462 Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com>
7464 * backend/ev-document-misc.c:
7465 (ev_document_misc_get_thumbnail_frame):
7466 * backend/ev-document-misc.h:
7468 * pdf/ev-poppler.cc:
7469 * shell/Makefile.am:
7470 * shell/ev-sidebar-thumbnails.c: (add_range),
7471 (ev_sidebar_thumbnails_set_loading_icon),
7472 (ev_sidebar_thumbnails_refresh),
7473 (ev_sidebar_thumbnails_set_document):
7474 * shell/ev-sidebar-thumbnails.h:
7475 * shell/ev-view.c: (ev_view_motion_notify_event),
7476 (ev_view_set_property), (ev_view_get_property),
7477 (ev_view_class_init), (ev_view_set_rotation):
7478 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7479 (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7481 * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7482 Redo rotation (again). prepare for 0.4.0
7484 2005-08-24 Kristian Høgsberg <krh@redhat.com>
7486 * configure.ac: Bump poppler requirement to 0.4.1.
7488 * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7489 argument to poppler_page_render_selection() call.
7491 2005-08-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7493 * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7494 (djvu_document_thumbnails_get_thumbnail):
7495 * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7496 (dvi_document_thumbnails_get_thumbnail):
7497 * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7498 (pixbuf_document_thumbnails_get_thumbnail):
7499 * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7501 Update rotation direction of backends to fit with pdf and ps.
7503 2005-08-24 Marco Pesenti Gritti <mpg@redhat.com>
7505 * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7506 * backend/ev-async-renderer.h:
7507 * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7508 (setup_page), (ps_document_get_page_size),
7509 (ps_async_renderer_render_pixbuf):
7511 * shell/ev-jobs.c: (ev_job_render_run):
7513 Fix orientation in the postscript document
7515 2005-08-23 Marco Pesenti Gritti <mpg@redhat.com>
7517 * pdf/ev-poppler.cc:
7518 * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7519 * shell/ev-view.c: (highlight_find_results):
7521 Adapt to the new poppler rotation API. Fix text maps on landscape
7524 Sat Aug 20 17:13:48 2005 Jonathan Blandford <jrb@redhat.com>
7526 * shell/ev-view.c (compute_new_selection_text): get the correct
7527 region when selecting in modes other than continuous.
7529 Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
7531 * shell/main.c (main): remove redundant g_warnings.
7533 2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7535 * shell/Makefile.am: Don't include autogenerated
7536 file ev-application-service.h into distribution, since
7537 it causes dbus crash. Fix for bugs 313724 and 313443.
7539 2005-08-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7541 * configure.ac: Fix sed expression for FreeBSD. Thanks
7542 to Joe Marcus Clark <marcus@freebsd.org>
7544 * shell/eggfindbar.c: (entry_activate_callback),
7545 (entry_changed_callback), (egg_find_bar_init),
7546 (egg_find_bar_set_search_string):
7548 Made findbar buttons unsensitive if there is no text in
7549 entry. Fix for the bug 313285.
7551 2005-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
7553 * ps/ps-document.c: Use g_filename_display_name for displaying
7554 filenames and revert string freeze breackage
7556 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>
7563 * shell/Makefile.am:
7565 Add ev-application-service.xml to extra dist
7567 * shell/ev-view.c: (find_page_at_location):
7569 Remove unused function (fix warning)
7571 2005-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7573 * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7574 (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7576 Fix warnings and compilation with t1lib-5.0 and newer. Fix for
7579 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7581 * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7582 * shell/ev-window.c:
7585 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7587 * configure.ac: Update script to get dbus version.
7588 Fix for the bug #313443.
7590 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7592 * shell/ev-window.c: (ev_window_cmd_escape):
7594 Return focus back to view on escape. Fix for bug 313295.
7596 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7598 * shell/ev-window.c: (update_window_title),
7599 (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7600 (ev_window_cmd_save_as):
7602 Correct conversion from uri to displayable string. Fix for
7605 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7607 * ps/ps-document.c: convert filename to utf8 when there is an error
7608 loading document. Fixes #309915
7610 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com>
7614 We depend on poppler 0.4.0
7616 Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com>
7619 * NEWS: Release 0.3.3.
7620 * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7622 2005-08-14 Dennis Cranston <dennis_cranston@yahoo.com>
7624 * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:
7625 add a couple missing mnemonics to menu items, use title
7626 capitalization for menu items and window titles, and add
7627 ellipsis to open menu item.
7629 Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com>
7631 * pdf/ev-poppler.cc:
7632 * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7633 * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7634 (ev_view_get_rotation):
7636 * shell/ev-window.c: (setup_view_from_metadata),
7637 (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7638 (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to
7641 2005-08-14 Baris Cicek <baris@teamforce.name.tr>
7643 * configure.ac: Added tr to ALL_LINGUAS
7645 2005-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7647 * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7648 requires several clicks to find word. Thanks to
7649 Colin Slater <kiltedtaco@gmail.com>.
7651 2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org>
7653 * data/evince.desktop.in.in: Hide menu entry and
7654 rename it to "Document Viewer". Fix for bug
7657 2005-08-11 Crispin Flowerday <gnome@flowerday.cx>
7659 * shell/ev-page-action.c (ev_page_action_class_init):
7661 Point to the correct function in constructor of the
7662 activate_label signal
7664 Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com>
7666 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7667 * shell/ev-jobs.h: Make thread safe.
7669 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7671 * shell/ev-view.c: (view_update_range_and_current_page):
7672 Don't update page range if we are scrolling to some document
7675 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7677 * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7678 when getting max_page_width, fix drawing in dual mode.
7680 Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com>
7682 * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7683 getting the area for select_all.
7685 2005-08-06 Kristian Høgsberg <krh@redhat.com>
7687 * backend/ev-selection.c: (ev_selection_render_selection):
7688 * backend/ev-selection.h:
7689 * pdf/ev-poppler.cc:
7690 * shell/ev-jobs.c: (ev_job_render_new):
7692 * shell/ev-pixbuf-cache.c: (get_selection_colors),
7693 (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7694 * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7695 (ev_view_class_init):
7697 Change selection color on focus in and focus out events. Also,
7698 poppler now uses GdkColor for specifying the selection colors, so
7699 drop some awkward conversion code.
7701 2005-08-06 Yair Hershkovitz <yairhr@gmail.com>
7703 * configure.ac: Added Hebrew translation
7705 Sat Aug 6 01:12:44 2005 Jonathan Blandford <jrb@redhat.com>
7708 * backend/ev-selection.c: (ev_selection_render_selection):
7709 * backend/ev-selection.h:
7710 * pdf/ev-poppler.cc:
7711 * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7712 (ev_job_render_run):
7714 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7715 (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7716 (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7717 (ev_pixbuf_cache_style_changed),
7718 (ev_pixbuf_cache_get_selection_pixbuf),
7719 (ev_pixbuf_cache_set_selection_list),
7720 (ev_pixbuf_cache_get_selection_list):
7721 * shell/ev-pixbuf-cache.h:
7722 * shell/ev-utils.c: (ev_print_region_contents):
7724 * shell/ev-view.c: (ev_view_queue_draw_page),
7725 (selection_update_idle_cb), (ev_view_motion_notify_event),
7726 (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7727 (setup_caches), (ev_view_find_next), (merge_selection_region),
7729 * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7731 Clean up selection to be much smoother!
7733 2005-08-05 Kristian Høgsberg <krh@redhat.com>
7735 * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7736 to poppler_page_render_selection().
7738 2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7740 * ps/ps-document.c: (save_page_list): Use
7741 unzipped document when printing. Thanks to
7742 Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7745 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7747 * shell/ev-window.c: (update_action_sensitivity):
7749 Disable print and save respect to lockdown gconf keys. Fix
7752 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7755 * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7756 (write_to_temp_file), (ev_file_set_contents):
7758 * shell/ev-window.c: (save_print_config_to_file):
7760 Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7763 2005-07-31 Christian Persch <chpe@cvs.gnome.org>
7765 * shell/ev-window.c: (load_print_config_from_file),
7766 (save_print_config_to_file), (ev_window_print_range):
7768 Persist the print settings. Fixes bug #311578.
7770 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7772 * djvu/djvu-document.c: (djvu_document_get_page_size),
7773 (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7774 (djvu_document_thumbnails_get_thumbnail):
7775 * dvi/dvi-document.c: (dvi_document_get_page_size),
7776 (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7777 (dvi_document_thumbnails_get_dimensions),
7778 (dvi_document_thumbnails_get_thumbnail):
7779 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7780 (pixbuf_document_render_pixbuf),
7781 (pixbuf_document_document_iface_init),
7782 (pixbuf_document_thumbnails_get_thumbnail):
7784 Update backends to make them build with new rotation system.
7786 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7788 * help/C/figures/evince_start_window.png:
7790 Update documentation image from Luca Ferretti <elle.uca@libero.it>
7792 Sat Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
7794 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7795 * shell/ev-pixbuf-cache.h:
7796 * shell/ev-sidebar-thumbnails.c:
7797 (ev_sidebar_thumbnails_get_property), (add_range),
7798 (adjustment_changed_cb):
7799 * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7800 pixbuf cache. Make thumbnailing work again. Also, fix bug where
7801 we were thumbnailing the entire docment on startup, slowing us
7804 Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com>
7806 * shell/ev-page-cache.c: (ev_page_cache_new):
7807 * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7808 == 0, fixes #310306.
7810 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7812 * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7813 (ev_view_rotate_left):
7815 Account rotation in doc_rect_to_view_rect.
7816 Ensure rotation doesnt go out of bounds.
7818 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7820 * shell/ev-page-cache.c: (ev_page_cache_get_size):
7822 Correct and cleanup w/h swapping
7824 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7826 * backend/ev-document-thumbnails.c:
7827 (ev_document_thumbnails_get_thumbnail):
7828 * backend/ev-document-thumbnails.h:
7829 * backend/ev-document.c:
7830 * backend/ev-document.h:
7831 * backend/ev-render-context.c: (ev_render_context_new),
7832 (ev_render_context_set_rotation):
7833 * backend/ev-render-context.h:
7834 * pdf/ev-poppler.cc:
7835 * ps/ps-document.c: (ps_document_document_iface_init):
7836 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7838 * shell/ev-page-cache.c: (build_height_to_page),
7839 (ev_page_cache_new), (ev_page_cache_get_size),
7840 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7841 (ev_page_cache_get_height_to_page):
7842 * shell/ev-page-cache.h:
7843 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7844 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7845 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7846 (ev_pixbuf_cache_get_selection_pixbuf):
7847 * shell/ev-pixbuf-cache.h:
7848 * shell/ev-print-job.c: (idle_print_handler):
7849 * shell/ev-sidebar-thumbnails.c: (add_range):
7850 * shell/ev-view.c: (view_update_range_and_current_page),
7851 (get_page_y_offset), (get_page_extents),
7852 (ev_view_size_request_continuous_dual_page),
7853 (ev_view_size_request_continuous),
7854 (ev_view_size_request_dual_page),
7855 (ev_view_size_request_single_page), (draw_one_page),
7856 (ev_view_set_rotation), (ev_view_rotate_right),
7857 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7858 (ev_view_zoom_for_size_continuous_and_dual_page),
7859 (ev_view_zoom_for_size_continuous),
7860 (ev_view_zoom_for_size_dual_page),
7861 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7862 (ev_view_select_all):
7863 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7864 * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7865 (tiff_document_document_iface_init),
7866 (tiff_document_thumbnails_get_thumbnail):
7868 Use rotation rather than orientation. It's easier and enough
7871 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7873 * shell/ev-page-cache.c: (build_height_to_page),
7874 (ev_page_cache_new), (ev_page_cache_get_size),
7875 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7876 (ev_page_cache_get_height_to_page):
7877 * shell/ev-page-cache.h:
7878 * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7879 (ev_view_size_request_continuous_dual_page),
7880 (ev_view_size_request_continuous),
7881 (ev_view_zoom_for_size_continuous_and_dual_page),
7882 (ev_view_zoom_for_size_continuous):
7884 Make the page cache aware of page orientation.
7886 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7888 * backend/ev-document-thumbnails.c:
7889 (ev_document_thumbnails_get_thumbnail):
7890 * backend/ev-document-thumbnails.h:
7891 * backend/ev-document.c:
7892 * backend/ev-document.h:
7893 * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7894 * backend/ev-ps-exporter.h:
7895 * pdf/ev-poppler.cc:
7896 * ps/ps-document.c: (ps_document_document_iface_init),
7897 (ps_document_ps_export_do_page):
7898 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7900 * shell/ev-page-cache.c: (ev_page_cache_get_size),
7901 (ev_page_cache_get):
7902 * shell/ev-page-cache.h:
7903 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7904 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7905 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7906 * shell/ev-pixbuf-cache.h:
7907 * shell/ev-print-job.c: (idle_print_handler):
7908 * shell/ev-sidebar-thumbnails.c: (add_range):
7909 * shell/ev-view.c: (view_update_range_and_current_page),
7910 (get_page_extents), (ev_view_size_request_dual_page),
7911 (ev_view_size_request_single_page), (draw_one_page),
7912 (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7913 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7914 (ev_view_zoom_for_size_dual_page),
7915 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7916 (ev_view_select_all):
7917 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7918 * tiff/tiff-document.c: (tiff_document_get_page_size),
7919 (tiff_document_get_orientation), (rotate_pixbuf),
7920 (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7921 (tiff_document_thumbnails_get_thumbnail),
7922 (tiff_document_ps_export_do_page), (tiff_document_init):
7924 Really make use of the orientation bit of the render context.
7925 Use the render context in a few more places in the backend API.
7926 This regress orientation, but now it's done right. Will try to
7929 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7931 * shell/ev-view.c: (ensure_rectangle_is_visible):
7933 Patch by Nickolay V. Shmyrev to fix find flickering
7935 2005-07-27 Martin Kretzschmar <martink@gnome.org>
7937 * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7938 duplex parameters to ::begin.
7940 * tiff/tiff-document.c (tiff_document_ps_export_begin):
7941 * shell/ev-print-job.c (idle_print_handler):
7942 * ps/ps-document.c (ps_document_ps_export_begin):
7943 * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin):
7944 * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7945 implementations. Poppler backend needs poppler cvs. Rest has
7948 2005-07-25 Martin Kretzschmar <martink@gnome.org>
7950 * shell/ev-window.c (using_pdf_printer): new function.
7951 (ev_window_print_range): print a less techy message if someone
7952 tries to print to PDF.
7954 2005-07-25 Martin Kretzschmar <martink@gnome.org>
7956 * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7957 from "unknown font" string. Bug #311431
7959 2005-07-24 Martin Kretzschmar <martink@gnome.org>
7961 * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7963 2005-07-24 Martin Kretzschmar <martink@gnome.org>
7967 * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7968 name for PopplerFontTypes
7969 (pdf_document_fonts_fill_model): add font type to the detail column
7971 * backend/ev-document-fonts.h: added
7972 EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7974 * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7975 font name and font details, add a little markup.
7976 (ev_properties_fonts_init): use the new cell data func, specify ypad
7977 property for the cell renderer.
7978 (ev_properties_fonts_set_document): add the details column.
7980 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org>
7982 * configure.ac: Added "pl" to ALL_LINGUAS.
7984 2005-07-24 Danilo Šegan <danilo@gnome.org>
7986 * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7988 2005-07-23 Tommi Vainikainen <thv@iki.fi>
7990 * help/ChangeLog: Started this for translations of manual.
7991 * configure.ac, autogen.sh, .cvsignore: Migrated to
7992 gnome-doc-utils. Patch in bug #311222.
7994 2005-07-22 Martin Kretzschmar <martink@gnome.org>
7996 * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf):
7997 #ifdef this away to fix an unused-function warning.
7999 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
8001 * configure.ac: Added 'gl' to ALL_LINGUAS.
8003 2005-07-22 Pawan Chitrakar <pawan@nplinux.org>
8005 * configure.ac: Added ne in ALL_LINGUAS
8007 2005-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8009 * shell/ev-view.c: (ev_view_leave_notify_event):
8011 Clear status message when pointer leaves view. Fix for bug
8014 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8016 * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8018 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8020 * shell/ev-view.c: (ev_view_leave_notify_event),
8021 (ev_view_class_init):
8023 Set cursor to normal then leaving view.
8025 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8029 Fix required djvulibre version.
8031 2005-07-15 Rajesh Ranjan <rajeshkajha@yahoo.com>
8033 *configure.ac: Hindi (hi) language added
8035 2005-07-15 Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8037 *configure.ac: Punjabi (pa) Language added
8039 2005-07-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8041 * data/evince-ui.xml, shell/ev-window.c:
8043 Add keypad accelerators for zooming. Fix for bug 308128.
8045 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8048 * backend/Makefile.am:
8049 * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8051 * shell/ev-document-types.c: (ev_document_types_add_filters):
8053 Allow to enable/disable the pixbuf backend.
8054 Default to off for now. If we want it enabled we should
8055 really put mime types in the desktop, implement properties etc.
8057 * properties/evince-properties.c:
8059 Initialize error to NULL.
8060 Check error is not NULL before freeing.
8062 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8064 * shell/ev-window.c:
8066 Use F5 as presentation accell
8068 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8070 * shell/ev-window.c: (update_chrome_visibility),
8071 (ev_window_create_fullscreen_popup), (ev_window_init):
8073 Do not leak the fullscreen toolbar
8075 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8077 * shell/ev-window.c: (view_actions_focus_in_cb),
8078 (view_actions_focus_out_cb):
8080 These has a return value! Fix totally random focus
8081 issues we was seeing.
8083 2005-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
8085 * shell/main.c: (load_files_remote):
8087 Allow open more than one file
8089 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8091 * shell/main.c: (load_files_remote):
8093 Fix for dbus 0.33. bug #309975
8095 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8097 * properties/ev-properties-main.c: (ev_properties_get_pages):
8099 Actually return NULL for types we dont support
8101 2005-07-08 Christian Persch <chpe@cvs.gnome.org>
8107 2005-07-08 Marco Pesenti Gritti <marco@gnome.org>
8109 * backend/ev-document-factory.c:
8110 (ev_document_factory_get_document):
8112 Do not try to create the object if type
8115 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8117 * ps/ps-document.c: (ps_document_dispose),
8118 (ps_async_renderer_render_pixbuf):
8121 Do not leak the target window
8123 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8125 * shell/ev-application.c: (ev_application_init):
8127 Let tbe check file existence for us.
8128 Add a comment about eggrecent mime filter.
8130 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8132 * data/evince-ui.xml:
8133 * shell/ev-application.c: (ev_application_shutdown),
8134 (ev_application_init), (ev_application_get_toolbars_model),
8135 (ev_application_get_recent_model),
8136 (ev_application_save_toolbars_model):
8137 * shell/ev-application.h:
8138 * shell/ev-window.c: (ev_window_add_recent),
8139 (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8140 (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8143 Use common toolbar and recent models for all windows.
8144 Patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8146 Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com>
8148 * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8149 successfully check for gtk_icon_view_get_visible_range.
8151 2005-07-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8156 Fix djvu and dvi backend build.
8158 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
8160 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8161 (new_separator_pixbuf):
8165 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
8167 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8169 HIGification of toolbar editor dialogue.
8171 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8174 * shell/Makefile.am:
8176 Ever build metadata manager since it's just
8177 disabled at runtime now.
8179 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8181 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8182 (ev_metadata_manager_get), (ev_metadata_manager_set):
8183 * shell/ev-metadata-manager.h:
8185 Add an _init functions that enabled metadata management
8188 * shell/ev-window.c: (page_changed_cb),
8189 (setup_document_from_metadata), (ev_window_setup_document),
8190 (setup_view_from_metadata), (ev_window_open_uri),
8191 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8192 (ev_window_run_presentation), (ev_window_stop_presentation),
8193 (save_sizing_mode), (ev_window_zoom_changed_cb),
8194 (ev_window_continuous_changed_cb),
8195 (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8196 (window_configure_event_cb):
8198 Remove all ugly metadata define since we deal with it
8201 * shell/main.c: (load_files_remote), (main):
8203 Add support for dbus cvs head. Hopefully didnt break one
8204 of the other versions now!
8206 If we dont get a response from the dbus server just
8207 give up with it and not enable metadata.
8209 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8212 * backend/Makefile.am:
8214 * cut-n-paste/recent-files/Makefile.am:
8215 * cut-n-paste/toolbar-editor/Makefile.am:
8216 * cut-n-paste/zoom-control/Makefile.am:
8219 * pixbuf/Makefile.am:
8220 * properties/Makefile.am:
8222 * shell/Makefile.am:
8223 * thumbnailer/Makefile.am:
8226 Make frontends depend on just libev.
8227 Rework and group CFLAGS/LIBS definitions.
8230 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8234 do not unnecessarily save zoom
8237 * lib/ev-file-helpers.c: (ev_dot_dir):
8238 * shell/Makefile.am:
8243 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8247 Remove unnecessary dependencies
8249 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8251 * properties/Makefile.am:
8252 * thumbnailer/Makefile.am:
8255 Some more cleanups. Was really necessary
8256 but I probably introduced bugs, feel free
8259 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8261 * backend/Makefile.am:
8263 * cut-n-paste/recent-files/Makefile.am:
8264 * cut-n-paste/toolbar-editor/Makefile.am:
8265 * cut-n-paste/zoom-control/Makefile.am:
8268 * pixbuf/Makefile.am:
8269 * properties/Makefile.am:
8271 * shell/Makefile.am:
8272 * thumbnailer/Makefile.am:
8275 Use gnome-common macros when possible.
8276 Cleanup dependencies.
8277 Actually disable deprecated where possible.
8279 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8282 * backend/Makefile.am:
8283 * properties/Makefile.am:
8284 * shell/Makefile.am:
8285 * thumbnailer/Makefile.am:
8287 This should solve the circular dep without
8288 requiring dir reorg!
8290 * shell/ev-window.c: (setup_view_from_metadata):
8292 Never restore window size/position when the
8293 window is already visible.
8295 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
8297 * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8299 Return a boolean from timeout func. Fix ported from gedit.
8301 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
8303 * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8305 2005-07-06 Carlos Garcia Campos <carlosgc@gnome.org>
8307 * shell/ev-document-types.c: set "All Documents" as default filter in
8310 2005-07-06 Martin Kretzschmar <martink@gnome.org>
8312 * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8313 (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8314 (ev_metadata_manager_set_boolean): fix value/val thinko.
8316 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
8318 * shell/ev-window.c: (setup_view_from_metadata),
8319 (window_state_event_cb), (window_configure_event_cb),
8322 Remember window position and maximized state
8324 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
8328 Fix DBUS configure checks.
8330 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8331 (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8332 (ev_metadata_manager_set_boolean):
8336 * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8337 (ev_window_stop_fullscreen), (ev_window_run_presentation),
8338 (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8339 (ev_window_continuous_changed_cb),
8340 (ev_window_dual_mode_changed_cb), (ev_window_new):
8342 Fix the build without DBUS.
8344 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
8346 * shell/ev-metadata-manager.c: (parse_value), (save_values),
8347 (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8348 (ev_metadata_manager_set_string),
8349 (ev_metadata_manager_set_boolean):
8350 * shell/ev-metadata-manager.h:
8352 Add support for some more types
8354 * shell/ev-view.c: (scroll_to_current_page),
8355 (ev_view_get_continuous), (ev_view_set_continuous),
8356 (ev_view_get_dual_page):
8358 * shell/ev-window.c: (page_changed_cb),
8359 (setup_document_from_metadata), (ev_window_setup_document),
8360 (setup_view_from_metadata), (ev_window_open_uri),
8361 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8362 (ev_window_run_presentation), (ev_window_stop_presentation),
8363 (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8364 (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8365 (ev_window_update_dual_page_action),
8366 (ev_window_continuous_changed_cb),
8367 (ev_window_dual_mode_changed_cb), (ev_window_init):
8369 Remember a bunch of view/document properties. Prolly some
8370 are still missing but it's getting interesting.
8372 2005-07-05 Martin Kretzschmar <martink@gnome.org>
8374 * configure.ac: check if dbus-binding-tool is installed. Not the
8375 case on current Ubuntu breezy, it seems.
8377 2005-07-05 Luca Ferretti <elle.uca@libero.it>
8379 * data/evince.desktop.in.in:
8381 Allow open uri lists and add TryExec field.
8383 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8387 Enable dbus when available, do not require a configure
8390 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
8394 Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8397 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
8398 Marco Pesenti Gritti <mpg@redhat.com>
8400 * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8402 * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC
8403 functions to the format required by dbus
8405 * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8406 errors. Use the RPC parameters in the expected way
8408 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8411 * properties/Makefile.am:
8412 * properties/ev-properties-main.c: (ev_properties_get_pages):
8414 Support all mime types
8416 * shell/Makefile.am:
8417 * thumbnailer/Makefile.am:
8418 * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8419 (evince_thumbnail_pngenc_get):
8421 Use the document factory
8423 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8425 * backend/Makefile.am:
8426 * backend/ev-document-factory.c:
8427 (mime_type_supported_by_gdk_pixbuf),
8428 (ev_document_type_get_from_mime),
8429 (ev_document_factory_get_document),
8430 (ev_document_factory_get_backend),
8431 (ev_document_factory_get_mime_types),
8432 (ev_document_factory_get_all_mime_types):
8433 * backend/ev-document-factory.h:
8434 * shell/Makefile.am:
8435 * shell/ev-document-types.c: (get_document_from_uri),
8436 (ev_document_types_get_document),
8437 (file_filter_add_mime_list_and_free),
8438 (ev_document_types_add_filters):
8439 * shell/ev-document-types.h:
8440 * shell/ev-job-xfer.c: (ev_job_xfer_run):
8441 * shell/ev-properties-dialog.c:
8442 (ev_properties_dialog_set_document):
8443 * shell/ev-window.c: (ev_window_cmd_file_open),
8444 (ev_window_cmd_save_as):
8445 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8447 Rework document types managing to avoid code duplication
8448 and actually abstract from backend implementations.
8449 Also provide a minimal factory api that can be used by
8450 thumbnailer/properties.
8452 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
8454 * properties/ev-properties-view.c: (ev_properties_view_set_info):
8456 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8459 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8461 * shell/ev-properties-dialog.c
8462 (ev_properties_dialog_set_document): only call
8463 ev_properties_fonts_set_document() if the document implements the
8466 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8469 * properties/Makefile.am:
8470 * properties/ev-properties-view.c:
8471 (ev_properties_view_register_type):
8472 * properties/ev-properties-view.h:
8473 * properties/ev-properties-main.h:
8475 Implement nautilus plugin for properties.
8476 Works only for pdf atm, I need to rework the
8477 document types stuff to get this to work
8480 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8482 * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8483 (ev_properties_fonts_set_document): use
8484 EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8486 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8488 * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8490 (PlaceImage, tiff2ps_process_page): use
8491 g_ascii_dtostr to convert floats to strings in a locale-safe way.
8494 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8496 * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8497 (main): to call gnome_authentication_manager_init. Should fix
8500 * configure.ac: that requires libgnomeui 2.6.0.
8502 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8504 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8505 (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8506 use the new tiff2ps interfaces
8508 * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
8509 (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8511 * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8512 structure instead of global variables. Remove use of static
8513 variables in functions.
8515 2005-07-04 Carlos Garcia Campos <carlosgc@gnome.org>
8517 * shell/ev-page-action.c: unref the completion after setting it to the
8520 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8522 * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8525 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8527 * shell/ev-window.c (update_action_sensitivity): disable
8528 File->Print if the document does not implement the ps exporter
8531 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com>
8535 * data/evince-properties.glade:
8536 * properties/.cvsignore:
8537 * properties/Makefile.am:
8538 * properties/ev-properties-view.c: (ev_properties_view_dispose),
8539 (ev_properties_view_class_init), (ev_properties_view_format_date),
8540 (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8541 (ev_properties_view_init), (ev_properties_view_new):
8542 * properties/ev-properties-view.h:
8543 * shell/Makefile.am:
8544 * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8545 (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8546 (ev_properties_dialog_new):
8547 * shell/ev-properties-dialog.h:
8548 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8549 (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8550 (update_progress_label), (job_fonts_finished_cb),
8551 (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8552 * shell/ev-properties-fonts.h:
8553 * shell/ev-properties.c:
8554 * shell/ev-properties.h:
8555 * shell/ev-window.c: (ev_window_setup_document),
8556 (ev_window_cmd_file_properties):
8558 Split the properties pages in two different objects, depend
8559 only on the backend where possible, use widgets instead
8560 of gobject for the glade part, reimplement the dialog
8562 I need this to implement nautilus properties page.
8564 2005-07-03 Matthew S. Wilson <msw@rpath.com>
8566 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8567 (tiff_document_ps_export_do_page, tiff_document_ps_export_end)
8568 (tiff_document_document_ps_exporter_iface_init): implement the ps
8569 exporter interface for tiff documents
8571 * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8572 libtiff to implement TIFF postscript export
8574 * tiff/tiff2ps.h: added a header file for external tiff2ps
8577 * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8580 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8582 * shell/ev-view.c: (scroll_to_current_page),
8583 (ev_view_set_fullscreen), (ev_view_set_presentation):
8585 Scroll to current page when exit from presentation
8587 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8589 * shell/ev-window.c: (update_document_mode),
8590 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8591 (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8592 (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8594 Exit from fullscreen mode when switch to presentation. Fix for
8597 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8599 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8600 return NULL if the document does not implement the selection
8603 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8605 * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8606 reported height by using the resolution aspect ratio
8607 (tiff_document_render_pixbuf): scale the pixbuf using the
8608 resolution aspect ratio
8610 2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8614 Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
8615 <kiltedaco@gmail.com>
8617 * djvu/djvu-document.c: (djvu_document_get_orientation),
8618 (djvu_document_set_orientation), (djvu_document_get_page_size),
8619 (rotate_pixbuf), (djvu_document_render_pixbuf),
8620 (djvu_document_document_iface_init):
8621 * dvi/dvi-document.c: (dvi_document_get_orientation),
8622 (dvi_document_set_orientation), (dvi_document_get_page_size),
8623 (rotate_pixbuf), (dvi_document_render_pixbuf),
8624 (dvi_document_document_iface_init):
8626 Dvi and djvu backends are ported to new API
8628 Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
8630 * backend/ev-selection.c: (ev_selection_get_selection_region),
8631 (ev_selection_get_selection_map):
8632 * backend/ev-selection.h:
8633 * pdf/ev-poppler.cc:
8634 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8636 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8637 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8638 (ev_pixbuf_cache_get_text_mapping):
8639 * shell/ev-pixbuf-cache.h:
8640 * shell/ev-view.c: (location_in_text),
8641 (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8642 support to EvView. Now we can see where we can select! Sweet!
8644 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8646 * shell/ev-view.c (ev_view_button_press_event): Fix
8647 event->y + view->scroll_x typo.
8649 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8651 * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8652 sub-GdkPixbuf instead of passing dest_x and dest_y.
8654 * shell/ev-view.c: (view_point_to_doc_point),
8655 (view_rect_to_doc_rect), (ev_view_button_press_event),
8656 (ev_view_motion_notify_event), (compute_new_selection_rect),
8657 (gdk_rectangle_point_in), (compute_new_selection_text),
8658 (compute_selections): Update selection code to keep the selection
8659 around as two points and not as a normalized rectangle, and fix
8660 page level selection in two-column mode.
8662 2005-06-30 Alex Duggan <aldug@astrolinux.com>
8664 * shell/ev-window.c: (window_configure_event_cb):
8668 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8670 * pdf/ev-poppler.cc:
8674 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8676 * shell/Makefile.am:
8677 * shell/ev-metadata-manager.c: (item_free),
8678 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8679 (parse_value), (parseItem), (load_values),
8680 (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8681 (save_values), (save_item), (get_oldest), (resize_items),
8682 (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8683 * shell/ev-metadata-manager.h:
8685 Metadata manager from gedit but modified to use GValue, so that
8686 we dont need to keep converting from strings.
8690 ENABLE_METADATA conditional, on when dbus is on
8692 * shell/ev-application.c: (ev_application_open_uri):
8694 Show the window after load so that we can initialize
8695 window size before it's showed.
8697 * shell/ev-window.c: (ev_window_setup_from_metadata),
8698 (ev_window_open_uri), (window_configure_event_cb),
8701 Save and load metadata information about window size.
8702 Not yet keeping states in account.
8704 * shell/main.c: (main):
8706 Shutdown metadata manager.
8708 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8710 * shell/ev-application-service.xml:
8712 * shell/Makefile.am:
8713 * shell/ev-application.c:
8714 * shell/ev-application.h:
8715 * shell/ev-window.c:
8716 * shell/ev-window.h:
8719 Add an optional dbus interface (--enable-dbus).
8720 Rework application code, mainly to be easier to
8722 Do not open multiple windows with the same document,
8725 Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
8727 * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8728 pixbuf iff it exists.
8730 Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
8733 * backend/ev-render-context.[ch]:
8734 * backend/ev-selection.[ch]:
8736 Massive changes. We now support text selection of pdfs, and not
8737 just rectangular selection. This is pretty broken still, but I
8738 want to get something into CVS.
8740 2005-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8742 * pdf/ev-poppler.cc:
8744 Fix for Bug 309080: crash on window close.
8746 * shell/ev-page-action.c: (page_changed_cb):
8748 Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8749 jensgr@gmx.net (Jens Granseuer).
8751 2005-06-25 Marcel Telka <marcel@telka.sk>
8753 * configure.in (ALL_LINGUAS): Added sk.
8755 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org>
8757 * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8760 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8767 * cut-n-paste/recent-files/Makefile.am:
8771 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8773 * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8774 (pixbuf_document_set_orientation), (rotate_pixbuf),
8775 (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8776 (pixbuf_document_document_iface_init), (pixbuf_document_init):
8778 Implement rotation and cleanup the code a bit.
8780 * tiff/tiff-document.c: (tiff_document_get_page_size),
8781 (tiff_document_get_orientation), (tiff_document_set_orientation),
8782 (rotate_pixbuf), (tiff_document_render_pixbuf),
8783 (tiff_document_document_iface_init), (tiff_document_init):
8785 Implement rotation. Was the quicker solution for the release
8786 but we really need to share this code in the shell.
8788 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8790 * pdf/ev-poppler.cc:
8792 Enable rotation, require poppler cvs. Fix a leak.
8794 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8796 * shell/ev-window.c: (update_action_sensitivity):
8798 Make properties unsensitive if document backend doesn't provide
8801 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8803 * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8804 (bitmap_flip_horizontally), (bitmap_flip_vertically),
8805 (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8806 (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8807 (bitmap_flip_rotate_counter_clockwise):
8808 * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8809 * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8811 * dvi/mdvi-lib/common.h:
8812 * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8813 * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8814 (opendvi), (mdvi_reload), (mdvi_init_context),
8815 (mdvi_destroy_context), (mdvi_dopage), (special):
8816 * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8817 * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8818 (file_hash_free), (register_encoding), (parse_spec),
8819 (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8820 (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8821 (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8822 * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8823 (mdvi_register_font_type), (mdvi_unregister_font_type),
8824 (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8825 * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8826 * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8827 (mdvi_hash_destroy_key), (mdvi_hash_reset):
8828 * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8829 (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8830 * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8831 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8832 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8833 * dvi/mdvi-lib/special.c: (mdvi_register_special),
8834 (mdvi_unregister_special), (mdvi_flush_specials):
8835 * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8837 * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8838 * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8839 (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8840 (free_font_metrics), (flush_font_metrics):
8841 * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8843 * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8844 (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8845 (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8846 (dstring_insert), (dstring_new), (dstring_reset):
8847 * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8849 Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8850 avoid conflict with libtool on FC4
8852 * shell/ev-window.c: (ev_window_cmd_help_about):
8854 Update copyright year. Fix for bug 308828.
8856 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8858 * shell/ev-view.c: (add_scroll_binding_keypad),
8859 (ev_view_binding_activated), (ev_view_class_init),
8860 (on_adjustment_value_changed):
8862 Bug 170874: Arrow keys switch pages in presentation mode
8864 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8866 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8868 Fix for Bug 308265: Sidebar dissappears coming out of
8871 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8873 * shell/ev-application.c: (ev_application_open):
8874 * shell/ev-document-types.c: (ev_document_types_add_filters),
8875 (ev_document_types_add_filters_for_type):
8876 * shell/ev-document-types.h:
8877 * shell/ev-window.c: (ev_window_cmd_save_as):
8879 Suggest basename as template when saving, provide filters
8880 for save dialog. It's bug 308402
8882 2005-06-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8884 * pdf/ev-poppler.cc:
8885 * shell/ev-sidebar-links.c: (job_finished_callback):
8886 * shell/ev-view.c: (update_find_status_message):
8890 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
8892 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8893 (egg_recent_view_uimanager_set_list):
8895 Fix buglet in !show_numbers case.
8897 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
8899 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8900 (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8902 Use pango ellipsisation.
8904 * pdf/ev-poppler.cc:
8906 Fix refcount leak, from nsh.
8908 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8910 * cut-n-paste/recent-files/Makefile.am:
8911 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8912 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8914 Removed EggRecentViewGtk
8916 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8917 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8918 * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8919 (ev_window_setup_recent):
8921 Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8924 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8926 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8927 (egg_recent_view_gtk_finalize):
8931 * cut-n-paste/toolbar-editor/Makefile.am:
8933 Fix location of cursor icon.
8935 * pdf/ev-poppler.cc:
8936 * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8937 (display_completion_text), (match_completion):
8938 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8939 (selection_changed_callback), (create_loading_model),
8940 (print_section_cb), (links_page_num_func),
8941 (update_page_callback_foreach):
8942 * shell/ev-window.c: (ev_window_dispose):
8944 Small memory fixes. Links model now store objects instead
8945 of pointers to improve memory management.
8947 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8949 * shell/ev-window.c: (zoom_control_changed_cb):
8951 Fix update of zoom control (bug 308268).
8953 Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com>
8955 * shell/ev-properties.c (set_property): escape the text correctly.
8956 Handles non-UTF-8 properties and escaped properties. Also, sets
8957 the text to "<i>None</i>" if the property isn't set.
8959 * data/evince-properties.glade: Change the label to be ellipsized,
8960 and give it a minimum size.
8962 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8964 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8965 * shell/ev-sidebar-links.c: (create_loading_model):
8966 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8967 * shell/ev-view.c: (ev_view_set_document):
8968 * shell/ev-window.c: (ev_window_dispose):
8970 Various small fixes, mostly memory leaks. Thanks to valgrind.
8972 2005-06-19 Martin Kretzschmar <martink@gnome.org>
8974 * ps/ps-document.c: remove the locale.h include again ;-). And
8975 kill the (bogus) setlocale/savelocale business.
8977 2005-06-19 Jaap A. Haitsma <jaap@haitsma.org>
8981 Include locale.h to fix build
8983 * shell/ev-sidebar.c:
8985 Remove unnecessary includes
8987 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8989 * dvi/dvi-document.c: (dvi_document_load):
8990 * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8993 Check for incorrect dvi files. Fix parsing dvi on AMD64
8994 platform. Thanks to tester@tester.ca (Olivier Crete).
8996 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8998 * shell/ev-page-action.c: (match_selected_cb),
8999 (display_completion_text), (match_completion), (update_model):
9000 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9001 (expand_open_links):
9002 * shell/ev-sidebar.c: (ev_sidebar_destroy),
9003 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9004 (ev_sidebar_set_document):
9005 * shell/ev-window.c: (ev_window_xfer_job_cb),
9006 (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9008 Fixed lot's of memory leaks, for example, memory leak on reload,
9009 described in bug 307793.
9011 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
9013 * pdf/ev-poppler.cc:
9014 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9015 (update_visible_range), (adjustment_changed_cb),
9016 (ev_sidebar_thumbnails_fill_model),
9017 (ev_sidebar_thumbnails_refresh),
9018 (ev_sidebar_tree_selection_changed),
9019 (ev_sidebar_icon_selection_changed),
9020 (ev_sidebar_thumbnails_use_icon_view),
9021 (ev_sidebar_thumbnails_set_document):
9022 * shell/ev-sidebar-thumbnails.h:
9023 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9024 (ev_window_cmd_edit_rotate_right), (ev_window_init):
9026 Refresh thumbnails when changing orientation. Not fully
9027 working yet becuase of a sidebar bug.
9029 Set page orientation to poppler page everywhere. This sucks
9030 really need to fix poppler.
9032 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
9034 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9035 (egg_recent_view_gtk_new_menu_item),
9036 (egg_recent_view_gtk_set_property),
9037 (egg_recent_view_gtk_get_property),
9038 (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9039 (egg_recent_view_gtk_set_tooltip_func),
9040 (egg_recent_view_gtk_set_label_width),
9041 (egg_recent_view_gtk_get_label_width):
9042 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9044 Sync with libegg (ellipsize labels)
9046 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9048 * data/evince-ui.xml:
9049 * shell/ev-window.c: (ev_window_cmd_go_forward),
9050 (ev_window_cmd_go_backward):
9052 Shift + PageUp moves 10 Pages. Fix for 306125
9054 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9056 * pdf/ev-poppler.cc:
9058 Add a flag to check if orientation has been overriden
9060 2005-06-17 Martin Kretzschmar <martink@gnome.org>
9062 * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9065 * ps/ps.h: add creator field to document.
9067 * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9070 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9072 * data/evince-properties.glade:
9073 * shell/ev-properties.c: (ev_properties_set_document):
9075 s/PDF Version/Format
9077 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9079 * shell/ev-properties.c: (ev_properties_set_document):
9081 Remove unnecessary translations
9083 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9085 * cut-n-paste/toolbar-editor/Makefile.am:
9087 Correct library name
9089 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9092 * cut-n-paste/recent-files/egg-recent-model.c:
9093 (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9094 (egg_recent_model_unlock_file):
9095 * cut-n-paste/recent-files/egg-recent-util.c:
9096 (egg_recent_util_get_unique_id):
9097 * cut-n-paste/recent-files/update-from-egg.sh:
9098 * cut-n-paste/toolbar-editor/Makefile.am:
9099 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9100 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9101 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9102 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9103 (egg_toolbars_model_get_type):
9104 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9106 Better makefile for toolbar editor and update everything
9109 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9111 * shell/ev-window.c: (update_document_mode):
9113 Prefer presentation mode when the document
9116 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9118 * data/evince-ui.xml:
9119 * shell/ev-window.c:
9121 Add control-equal for zooming
9123 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
9125 * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9127 2005-06-16 Marco Pesenti Gritti <mpg@redhat.com>
9129 * backend/ev-document.c: (ev_document_get_orientation):
9130 * backend/ev-document.h:
9131 * pdf/ev-poppler.cc:
9132 * ps/ps-document.c: (ps_document_get_orientation),
9133 (ps_document_set_orientation), (ps_document_document_iface_init):
9135 Add a get_orientation api. Improve set_orientation.
9137 * data/evince-ui.xml:
9138 * shell/ev-view.c: (ev_view_set_orientation),
9139 (ev_view_rotate_right), (ev_view_rotate_left):
9141 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9142 (ev_window_cmd_edit_rotate_right):
9144 Better ui for changing document orientation
9146 2005-06-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9148 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9149 (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9150 * shell/ev-sidebar-links.h:
9151 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9152 (ev_sidebar_page_iface_init):
9153 * shell/ev-sidebar-page.h:
9154 * shell/ev-sidebar-thumbnails.c:
9155 (ev_sidebar_thumbnails_get_property),
9156 (ev_sidebar_thumbnails_class_init),
9157 (ev_sidebar_thumbnails_set_document):
9158 * shell/ev-sidebar-thumbnails.h:
9159 * shell/ev-view.c: (ev_view_motion_notify_event):
9160 * shell/ev-window.c: (update_chrome_visibility),
9161 (ev_window_cmd_focus_page_selector),
9162 (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9163 (sidebar_page_main_widget_update_cb), (ev_window_init):
9165 Autoraise toolbar on GoToPage binding and fix bindings in
9166 EvSidebarThumbnails page.
9168 2005-06-15 Christian Persch <chpe@cvs.gnome.org>
9170 * shell/ev-properties.c: (update_progress_label):
9172 Hide the progress label when finished; bug #307697.
9174 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9176 * pdf/ev-poppler.cc:
9178 Enable is_open for links, you will need poppler cvs
9180 * shell/ev-properties.c: (job_fonts_finished_cb):
9182 Get a lock on the document when filling the tree view
9184 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9186 * backend/ev-document-links.h:
9187 * pdf/ev-poppler.cc:
9188 * shell/ev-sidebar-links.c: (create_loading_model),
9189 (expand_open_links), (job_finished_callback):
9191 Expand links when specified by the document.
9192 Depend on a poppler api (defined out for now)
9194 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9196 * shell/ev-properties.c: (ev_properties_dispose),
9197 (ev_properties_class_init), (dialog_destroy_cb),
9198 (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9199 (ev_properties_set_document), (ev_properties_new),
9200 (ev_properties_show):
9201 * shell/ev-properties.h:
9203 Make it an object, cleanup the code, api to show it as transient
9204 and to set the document.
9206 * shell/ev-window.c: (ev_window_setup_document),
9207 (ev_window_cmd_file_properties):
9209 Adapt to EvProperties changes, do not show multiple
9210 times, update it when document changes.
9212 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
9215 * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9216 (ps_document_set_orientation), (ps_document_document_iface_init):
9219 Implement orientation here too
9221 * shell/ev-properties.c: (ev_properties_new):
9222 * data/evince-properties.glade:
9224 Hide the fonts page for backends that doesnt
9227 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
9229 * backend/ev-document.c: (ev_document_set_orientation):
9230 * backend/ev-document.h:
9231 * pdf/ev-poppler.cc:
9233 Add orientation api. Currently poppler api is not optimal,
9234 we need to set orientation every time we _get a page.
9235 I will try to fix that at some point.
9237 * data/evince-ui.xml:
9238 * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9239 (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9241 Add orientation menu items
9243 * shell/ev-page-cache.c: (ev_page_cache_clear):
9244 * shell/ev-page-cache.h:
9246 Add api to clear the cache
9248 * shell/ev-view.c: (setup_caches), (clear_caches),
9249 (ev_view_set_document), (ev_view_zoom_out),
9250 (ev_view_set_orientation):
9253 Implement orientation changing
9255 2005-06-13 Marco Pesenti Gritti <mpg@redhat.com>
9257 * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9258 (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9259 * backend/ev-document-fonts.h:
9261 Separate scan and fill so that we can incrementally fill from
9262 the main thread. Add a progress api.
9264 * data/evince-properties.glade:
9265 * pdf/ev-poppler.cc:
9266 * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9268 * shell/ev-properties.c: (update_progress_label),
9269 (job_fonts_finished_cb), (setup_fonts_view):
9271 Incrementally feel the list and show the progress
9272 percentage in a label like acrobat does.
9274 You are going to need poppler cvs
9276 2005-06-11 Marco Pesenti Gritti <mpg@redhat.com>
9278 * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9279 * backend/ev-document-fonts.h:
9280 * pdf/ev-poppler.cc:
9282 Make fonts model fill incrementally.
9284 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9285 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9286 (ev_job_queue_remove_job):
9287 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9288 (ev_job_fonts_new), (ev_job_fonts_run):
9291 New job for fonts scanning
9293 * shell/ev-properties.c: (job_fonts_finished_cb),
9294 (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9295 * shell/ev-properties.h:
9296 * shell/ev-window.c: (ev_window_cmd_file_properties):
9298 Incrementally feel the treeview using the new job. Show Loading...
9299 message until scanning is completed.
9301 Hopefully I didnt break the build without the poppler patch.
9303 2005-06-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9305 * shell/ev-application.c: (ev_application_open):
9306 * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9307 (ev_document_type_get_type), (ev_document_type_lookup):
9308 * shell/ev-document-types.h:
9309 * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9310 * shell/ev-job-xfer.h:
9311 * shell/ev-window.c: (ev_window_clear_local_uri),
9312 (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9313 (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9314 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9316 Transfer remote documents to tmp directory to display them later.
9318 2005-06-10 Marco Pesenti Gritti <mpg@redhat.com>
9320 * backend/ev-document-info.h:
9321 * shell/ev-properties.c: (ev_properties_new):
9323 s/GTime*/GTime. Not sure why we was using a pointer
9326 Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
9328 * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9329 situations. That situation is that you're using GTK+-HEAD with
9330 the patch at #306726 is applied, and you have a document with <
9331 1500 pages in it. It's not quite as uniformly nice as the
9332 TreeView, but should be better in the long run.
9334 I'm pretty sure I guarded against breaking compilation with
9335 HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9338 * shell/ev-window.c (ev_window_init): We don't have our tree/list
9339 widget yet, so I commented that code out
9340 enable_view_actions_for_widget() for now. Need to figure this
9343 * shell/ev-page-action.c (match_selected_cb): emit the right
9344 signals. Our cool C-l completion now works.
9346 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9348 * backend/Makefile.am:
9349 * backend/ev-document-fonts.c:
9350 * backend/ev-document-links.c:
9351 * backend/ev-document.c: (ev_document_load):
9352 * backend/ev-document.h:
9353 * backend/ev-job-queue.c:
9354 * backend/ev-job-queue.h:
9355 * backend/ev-jobs.c:
9356 * backend/ev-jobs.h:
9357 * backend/ev-page-cache.c:
9358 * backend/ev-page-cache.h:
9360 EvPageCache and EvJobs are moved to shell.
9362 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9364 * lib/ev-file-helpers.h:
9366 New helper to work with temporary files
9368 * shell/Makefile.am:
9369 * shell/ev-application.c: (ev_application_open):
9370 * shell/ev-application.h:
9371 * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9372 (remove_job_from_async_queue), (add_job_to_async_queue),
9373 (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9374 (handle_job), (search_for_jobs_unlocked),
9375 (no_jobs_available_unlocked), (ev_render_thread),
9376 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9377 (ev_job_queue_add_job), (move_job_async), (move_job),
9378 (ev_job_queue_update_job), (ev_job_queue_remove_job):
9379 * shell/ev-job-queue.h:
9380 * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9381 (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9382 * shell/ev-job-xfer.h:
9383 * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9384 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9385 (ev_job_links_class_init), (ev_job_render_init),
9386 (ev_job_render_dispose), (ev_job_render_class_init),
9387 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9388 (ev_job_thumbnail_class_init), (ev_job_load_init),
9389 (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9390 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9391 (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9392 (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9394 * shell/ev-page-action.c: (ev_page_action_set_document):
9395 * shell/ev-page-cache.c: (ev_page_cache_init),
9396 (ev_page_cache_class_init), (ev_page_cache_finalize),
9397 (ev_page_cache_new), (ev_page_cache_get_n_pages),
9398 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9399 (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9400 (ev_page_cache_get_title), (ev_page_cache_get_size),
9401 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9402 (ev_page_cache_get_height_to_page),
9403 (ev_page_cache_get_max_label_chars),
9404 (ev_page_cache_get_page_label),
9405 (ev_page_cache_has_nonnumeric_page_labels),
9406 (ev_page_cache_get_info), (ev_page_cache_next_page),
9407 (ev_page_cache_prev_page), (ev_page_cache_get):
9408 * shell/ev-page-cache.h:
9409 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9410 (ev_pixbuf_cache_clear_job_sizes),
9411 (ev_pixbuf_cache_add_jobs_if_needed),
9412 (ev_pixbuf_cache_set_page_range):
9413 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9414 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9415 * shell/ev-sidebar-thumbnails.c:
9416 (ev_sidebar_tree_selection_changed),
9417 (ev_sidebar_thumbnails_set_document):
9418 * shell/ev-statusbar.c: (ev_statusbar_destroy),
9419 (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9420 (ev_statusbar_get_context_id), (ev_statusbar_push),
9421 (ev_statusbar_pop), (ev_statusbar_set_maximized),
9422 (ev_statusbar_pulse), (ev_statusbar_show_progress),
9423 (ev_statusbar_set_progress):
9424 * shell/ev-statusbar.h:
9425 * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9426 (ev_view_find_previous):
9427 * shell/ev-window.c: (ev_window_is_empty),
9428 (ev_window_setup_document), (password_dialog_response),
9429 (ev_window_clear_jobs), (ev_window_load_job_cb),
9430 (ev_window_xfer_job_cb), (ev_window_open_uri),
9431 (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9432 (ev_window_print), (ev_window_print_range),
9433 (ev_window_state_event), (ev_window_cmd_view_reload),
9434 (menu_item_select_cb), (menu_item_deselect_cb),
9435 (view_status_changed_cb), (ev_window_dispose),
9436 (drag_data_received_cb), (ev_window_init):
9437 * shell/ev-window.h:
9438 * shell/main.c: (load_files):
9440 New statusbar to show progress on idle. Two new jobs -
9441 xfer job and load job to load document in background. And update
9442 of page_cache clients to new location of code.
9444 2005-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
9446 * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9447 selection in open dialog. It also remembers the last visited directory
9448 in the current session.
9450 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9452 * shell/ev-properties.c: (ev_properties_new):
9453 * shell/ev-properties.h:
9454 * shell/ev-window.c: (ev_window_cmd_file_properties):
9456 Get document info from page cache instead of document itself.
9457 This should fix crash related to race conditions described in
9460 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9462 * ps/ps-document.c: (ps_document_init),
9463 (send_ps), (get_page_box), (output), (catchPipe), (input),
9464 (stop_interpreter), (file_length), (file_readable),
9465 (check_filecompressedb), (ps_document_enable_interpreter),
9466 (document_load), (ps_async_renderer_render_pixbuf):
9469 Big cleanup of the ps code
9471 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9473 * backend/Makefile.am:
9474 * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9475 (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9476 * backend/ev-async-renderer.h:
9478 Add an async renderer interface (method + callback) which
9479 is useful for backends like ps.
9481 * backend/ev-job-queue.c: (remove_job_from_async_queue),
9482 (add_job_to_async_queue), (job_finished_cb), (handle_job),
9483 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9484 (ev_job_queue_add_job), (move_job_async), (move_job),
9485 (ev_job_queue_update_job), (ev_job_queue_remove_job):
9487 Add queues for async renderer, these are executed on the
9490 * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9491 (ev_job_render_run):
9492 * backend/ev-jobs.h:
9494 If the backend support async renderer interface use it.
9496 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9497 (setup_pixmap), (ps_document_get_type),
9498 (ps_async_renderer_render_pixbuf),
9499 (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9501 Implement async renderer interface.
9503 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9505 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9507 Cleanup links job on exit.
9509 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9511 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9512 (drag_data_get_cb), (drag_data_received_cb):
9513 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9514 (drag_data_get_cb), (parse_item_list),
9515 (egg_toolbar_editor_load_actions):
9516 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9517 (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9518 (parse_item_list), (parse_toolbars):
9519 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9520 (dvi_pixbuf_put_pixel):
9522 Fix gcc 4.0 warnings
9524 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9526 * ps/ps-document.c: (start_interpreter):
9528 Fix warning when loading ps
9530 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9532 * ps/ps-document.c: (output):
9534 Fix crash when priting gs error messages.
9536 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9538 * backend/ev-page-cache.c: (_ev_page_cache_new):
9539 * backend/ev-page-cache.h:
9541 Use a const to return title so that we dont double
9542 free it. Small cleanup and fix a leak.
9544 * shell/ev-window.c: (update_window_title):
9546 strdup value from get_title.
9548 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9550 * shell/ev-sidebar-links.c: (job_finished_callback),
9551 (ev_sidebar_links_set_document):
9553 Cleanup the old job when changing document
9555 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9557 * shell/ev-stock-icons.c:
9558 * shell/ev-stock-icons.h:
9559 * shell/ev-window.c:
9561 Add stock icons for actions that can appear in toolbar. Fix for
9564 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9566 * backend/ev-page-cache.c: (ev_page_cache_finalize),
9567 (_ev_page_cache_new), (ev_page_cache_get_max_width),
9568 (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9569 * backend/ev-page-cache.h:
9570 * shell/ev-view.c: (scroll_to_current_page),
9571 (view_update_range_and_current_page), (get_page_y_offset),
9572 (get_page_extents), (ev_view_size_request_continuous_dual_page),
9573 (ev_view_size_request_continuous),
9574 (ev_view_zoom_for_size_continuous_and_dual_page),
9575 (ev_view_zoom_for_size_continuous):
9577 More compact EvView layout in document with pages of different size.
9579 Sat Jun 4 19:20:57 2005 Jonathan Blandford <jrb@redhat.com>
9581 * shell/ev-window.c (ev_window_cmd_file_properties): fix
9584 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9586 * shell/ev-view.c: (view_set_adjustment_values):
9587 * shell/ev-window.c: (ev_window_cmd_file_properties):
9589 A bit different fix for rounding problem but it has no
9590 problems on startup. Make properties window transient to parent.
9592 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9594 * pdf/ev-poppler.cc:
9596 More commenting of font stuff.
9598 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9600 * pdf/ev-poppler.cc:
9602 Comment out some more fonts stuff. Should really
9603 work without the poppler patch now.
9605 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9607 * pdf/ev-poppler.cc:
9611 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9613 * data/evince-properties.glade:
9614 * pdf/ev-poppler.cc:
9615 * shell/ev-properties.c: (setup_fonts_view):
9617 Set the column title. Show the dialog only
9618 once everything is setup.
9619 Getting font info can be very slow... will
9620 prolly need to make this threaded too.
9622 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9624 * backend/Makefile.am:
9625 * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9626 (ev_document_fonts_get_fonts_model):
9627 * backend/ev-document-fonts.h:
9628 * data/evince-properties.glade:
9629 * pdf/ev-poppler.cc:
9630 * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9631 * shell/ev-properties.h:
9632 * shell/ev-window.c: (ev_window_cmd_file_properties):
9634 Implement fonts list. Defined out for now, since it depends
9635 on a not yet committed poppler patch.
9637 Fri Jun 3 21:07:57 2005 Jonathan Blandford <jrb@redhat.com>
9639 * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9642 * shell/ev-window.c: Make sure we add the timeout when we get a
9645 * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9646 adjustment->value before calculating the zoom factor to average
9647 out all of our rounding errors. The page no longer 'drifts' when
9650 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9652 * data/evince-properties.glade:
9653 * shell/ev-properties.c: (ev_properties_format_date),
9656 Labels don't expand when the dialogue is resized.
9657 strftime result needs to be converted to UTF-8. Thanks
9658 to Christian Persch <chpe@gnome.org>.
9660 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9662 * data/evince-properties.glade:
9666 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9668 * backend/ev-document-info.h:
9669 * backend/ev-document.c: (ev_document_info_free):
9670 * data/evince-properties.glade:
9671 * pdf/ev-poppler.cc:
9672 * ps/ps-document.c: (ps_document_get_info):
9673 * shell/ev-properties.c: (ev_properties_format_date),
9674 (set_property), (ev_properties_new):
9675 * shell/ev-properties.h:
9676 * shell/ev-window.c: (ev_window_cmd_file_properties):
9678 Rework properties code to take only EvPropertyInfo
9679 in the constructor so that it can be useful for
9680 nautilus plugin too.
9682 Deal with backends that doesnt support some properties.
9683 Make set property code generic.
9685 2005-06-04 Christian Persch <chpe@gnome.org>
9687 * data/evince-properties.glade:
9689 fix spacings, make resizeable, and make data labels
9690 selectable + ellipsised
9692 2005-06-03 Marco Pesenti Gritti <mpg@redhat.com>
9694 * backend/ev-document-info.h:
9696 * data/evince-ui.xml:
9697 * pdf/ev-poppler.cc:
9698 * shell/Makefile.am:
9699 * shell/ev-window.c: (update_action_sensitivity),
9700 (ev_window_cmd_file_properties):
9702 Initial go at file properties. Patch by
9703 Emil Soleyman-Zomalan <emil@soleyman.com>.
9704 Needs love see #169583
9706 2005-06-02 Marco Pesenti Gritti <mpg@redhat.com>
9708 * ps/ps-document.c: (output):
9709 * ps/ps.c: (psscan):
9711 Try to render even if psscan fails.
9713 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9715 * ps/ps.c: (psscan), (pscopydoc):
9717 Port buffered reading code from gv
9719 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9721 * ps/ps-document.c: (interpreter_message), (output):
9723 Do not fail on interpreter messages
9725 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9727 * backend/ev-document-misc.c:
9728 (ev_document_misc_get_thumbnail_frame):
9730 Pages can be 0 x 0, dont assert on this case
9732 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9734 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9735 (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9737 Correctly manage our reference on document. Finally the reload
9738 huge leak is gone...
9740 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9742 * ps/ps-document.c: (ps_document_dispose):
9744 Forgot to chain it to the parent. Thanks chpe.
9746 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9748 * ps/ps-document.c: (ps_document_dispose),
9749 (ps_document_class_init), (stop_interpreter), (document_load):
9751 Cleanup dispose a bit. Dont leak the whole pixmap.
9753 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9755 * pdf/ev-poppler.cc:
9757 Release the poppler document on dispose
9759 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9761 * shell/ev-view.c: (ev_view_set_document):
9763 Release ref on the pixbuf cache when changing
9766 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9768 * ps/ps-document.c: (ps_document_get_info):
9772 2005-05-31 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
9774 * backend/ev-page-cache.c: (ev_page_cache_init),
9775 (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9776 * backend/ev-page-cache.h:
9777 * shell/ev-page-action.c: (page_changed_cb):
9779 Set page action entry width depending on labels width. Fix
9782 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9784 * backend/ev-link.c: (ev_link_class_init):
9786 Allow -1 as page value (error)
9788 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9790 * shell/ev-sidebar-thumbnails.c:
9791 (ev_sidebar_thumbnails_set_document):
9792 * shell/ev-view.c: (scroll_to_current_page),
9793 (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9794 (page_changed_cb), (on_adjustment_value_changed),
9795 (ev_view_set_document):
9797 Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>.
9800 2005-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9803 * djvu/djvu-document.c: (djvu_document_get_page_size):
9805 Require djvulibre CVS. Now djvu loading is much faster. Fix for
9808 Sat May 28 07:38:03 2005 Jonathan Blandford <jrb@redhat.com>
9810 * shell/ev-view.c (draw_one_page): modify the expose handling to
9813 * shell/ev-window.c (update_action_sensitivity): Respect
9814 permissions field. Kowtow to the man.
9816 * pdf/ev-poppler.cc: Get the permissions field.
9818 * tiff/*c: Make a tiny bit more robust.
9820 2005-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9822 * djvu/djvu-document.c:
9824 Pop messages from djvu context message queue.
9826 2005-05-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9828 * configure.ac, Makefile.am, shell/Makefile.am:
9829 * tiff/Makefile.am, shell/ev-document-types.c:
9831 Cleanup tiff configure checks. Fix for bug 305218.
9833 2005-05-24 Maxim V. Dziumanenko <mvd@mylinux.ua>
9835 * configure.ac: Added "uk" to ALL_LINGUAS.
9837 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9839 * cut-n-paste/zoom-control/ephy-zoom.c:
9840 (ephy_zoom_get_changed_zoom_level):
9841 * cut-n-paste/zoom-control/ephy-zoom.h:
9842 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9843 (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9844 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9845 (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9846 (zoom_control_changed_cb), (ev_window_init):
9848 Fix minor points related to moving best fit up. Introduce
9849 "zoom" property and make zoom control change it's value on
9850 notify::zoom signals. Fix for 305080.
9852 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9854 * data/evince-ui.xml:
9855 * shell/ev-window.c: (set_view_actions_sensitivity):
9857 Use + and - as accels for zoom in and zoom out. Fix for 305001.
9859 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9863 Depends on poppler 0.3.2
9865 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9867 * cut-n-paste/recent-files/egg-recent-item.c:
9868 (egg_recent_item_get_short_name):
9869 * cut-n-paste/toolbar-editor/Makefile.am:
9870 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9871 (new_pixbuf_from_widget):
9872 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9873 * cut-n-paste/toolbar-editor/egg-marshal.c:
9874 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9875 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9879 Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com>
9881 * tiff/tiff-document.c: Rough TIFF backend.
9883 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
9887 * cut-n-paste/toolbar-editor/Makefile.am:
9891 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
9893 * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9894 (ev_view_find_next), (ev_view_find_previous):
9896 Remove the locks around get_n_results
9898 2005-05-21 Juerg Billeter <j@bitron.ch>
9900 * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9902 Pass correct number of pages to poppler.
9904 2005-05-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9908 * data/evince.desktop.in:
9909 * data/evince.desktop.in.in:
9912 Add conditionally dvi and djvu to desktop types. Fix for 304658.
9914 Sat May 21 00:21:30 2005 Jonathan Blandford <jrb@redhat.com>
9916 * shell/ev-view.c: (view_update_adjustments),
9917 (view_set_adjustment_values): cast adjustmen->value to (int)
9918 before using it. Otherwise, we get off by a pixel in some
9921 (draw_one_page): Draw the border on expose.
9923 Fri May 20 22:05:25 2005 Jonathan Blandford <jrb@redhat.com>
9925 * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9926 adjustment when the mode changes, #304923
9928 Fri May 20 02:00:03 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9930 * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9931 flickering on resize but still use gdk_window_scroll on
9934 Fri May 20 01:46:57 2005 Jonathan Blandford <jrb@redhat.com>
9936 * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9939 Fri May 20 01:27:01 2005 Jonathan Blandford <jrb@redhat.com>
9941 * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9942 second page on page_changed if possible, #304669
9944 Fri May 20 01:07:15 2005 Jonathan Blandford <jrb@redhat.com>
9946 * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9947 instead of gtk_widget_queue_draw. Massive speedups in scrolling.
9949 Fri May 20 01:05:10 2005 Jonathan Blandford <jrb@redhat.com>
9952 * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9953 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9954 (ev_view_zoom_for_size_presentation),
9955 (ev_view_zoom_for_size_continuous_and_dual_page),
9956 (ev_view_zoom_for_size_continuous),
9957 (ev_view_zoom_for_size_dual_page),
9958 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9960 * shell/ev-window.c: (update_view_size),
9961 (ev_window_sizing_mode_changed_cb):
9963 Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9964 the scrollbars. It's not 100% right, but it's much closer. Kills
9965 an infinite loop, #304769
9968 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9970 * data/evince-ui.xml:
9971 * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9972 * shell/ev-window.c: (set_view_actions_sensitivity):
9974 Make PgUp/Down behave like Space
9976 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9978 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9979 * backend/ev-ps-exporter.h:
9980 * pdf/ev-poppler.cc:
9981 * ps/ps-document.c: (ps_document_ps_export_begin):
9982 * shell/ev-print-job.c: (idle_print_handler):
9984 Adapt to new poppler api
9986 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9988 * cut-n-paste/zoom-control/ephy-zoom-control.c:
9989 (ephy_zoom_control_init):
9991 Translate zoom levels
9993 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
9995 * cut-n-paste/zoom-control/ephy-zoom.c:
9996 (ephy_zoom_get_zoom_level_index):
9998 Fix current zoom -> zoom control match
10000 2005-05-18 James Bowes <bowes@cs.dal.ca>
10002 * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10003 rather than the scrolled_window that it's in. Fixes bug #304655.
10005 Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
10007 * shell/ev-view.c: (view_update_adjustments),
10008 (view_set_adjustment_values), (view_update_range_and_current_page),
10009 (view_scroll_to_page), (set_scroll_adjustment),
10010 (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10011 (ev_view_scroll), (ev_view_scroll_view),
10012 (ensure_rectangle_is_visible), (find_page_at_location),
10013 (get_link_at_location), (go_to_link), (status_message_from_link),
10014 (ev_view_size_request_continuous_dual_page),
10015 (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10016 (ev_view_unrealize), (ev_view_expose_event),
10017 (ev_view_button_press_event), (ev_view_motion_notify_event),
10018 (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10019 (draw_rubberband), (highlight_find_results), (draw_one_page),
10020 (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10021 (ev_view_init), (find_changed_cb), (page_changed_cb),
10022 (on_adjustment_value_changed), (ev_view_new),
10023 (ev_view_set_document), (ev_view_set_zoom),
10024 (ev_view_set_continuous), (ev_view_set_dual_page),
10025 (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10026 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10027 (ev_view_zoom_for_size_presentation),
10028 (ev_view_zoom_for_size_continuous_dual_page),
10029 (ev_view_zoom_for_size_continuous),
10030 (ev_view_zoom_for_size_dual_page),
10031 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10032 (ev_view_get_status), (ev_view_set_status),
10033 (update_find_status_message), (ev_view_get_find_status),
10034 (ev_view_set_find_status), (jump_to_find_result),
10035 (jump_to_find_page), (compute_selections), (clear_selection),
10036 (ev_view_select_all), (get_selected_text), (ev_view_copy),
10037 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10038 (ev_view_update_primary_selection),
10039 (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10041 * shell/ev-window.c: (ev_window_open_page_label),
10042 (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10044 * shell/ev-window.h:
10045 * shell/main.c: (load_files):
10047 Massive code clean up from Nickolay Shmyrev. Keep page offset
10048 when resizing. Remove the bin_window(). Also, patch from James
10049 Bowes to fix command line page, #300641
10051 2005-05-17 Marco Pesenti Gritti <mpg@redhat.com>
10053 * data/evince-ui.xml:
10056 * shell/ev-window.c: (update_action_sensitivity):
10058 Get rid of View->Normal Size, it's just confusing
10060 Tue May 17 00:51:21 2005 Jonathan Blandford <jrb@redhat.com>
10062 * backend/ev-document-info.h:
10063 * backend/ev-document.c: (ev_document_info_free): Free the
10066 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10067 (clear_range), (add_range), (update_visible_range),
10068 (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10069 (ev_sidebar_thumbnails_set_document):
10070 * shell/ev-window.c: (ev_window_setup_document): Only render the
10071 visible thumbnails. It takes an instant to render, but it uses
10074 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10076 * shell/ev-sidebar-links.c: (popup_menu_cb):
10080 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10083 * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10084 (button_press_cb), (ev_sidebar_links_construct):
10086 Show the popup menu also on keybindings
10088 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10090 * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10091 * shell/ev-window.h:
10093 Expose api to print a range (with dialog). Make private _print use
10096 * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10097 (ev_sidebar_links_construct):
10099 Show a print context menu on linkx, it prints the selected
10102 2005-05-15 Carlos Garcia Campos <carlosgc@gnome.org>
10104 * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10107 2005-05-12 Marco Pesenti Gritti <mpg@redhat.com>
10113 * shell/ev-window.c: (build_comments_string),
10114 (ev_window_cmd_help_about):
10116 Show poppler version/backend and authors
10118 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
10120 * cut-n-paste/zoom-control/ephy-zoom.c:
10121 (ephy_zoom_get_zoom_level_index):
10122 * cut-n-paste/zoom-control/ephy-zoom.h:
10124 Move the best fit items at the top of the list
10126 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
10128 * shell/ev-marshal.list:
10129 * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10130 (activate_cb), (match_selected_cb), (activate_link_cb),
10131 (connect_proxy), (ev_page_action_class_init):
10132 * shell/ev-page-action.h:
10134 Use signals to notify action activation. Hopefully
10135 I did not break completion since I cant test...
10137 * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10138 (register_custom_actions):
10140 Connect to page selector actions and also grab focus on
10141 the view when activated.
10143 Wed May 11 01:18:29 2005 Jonathan Blandford <jrb@redhat.com>
10145 * pdf/ev-poppler.cc:
10146 * backend/ev-page-cache.c: make page size calculation consistent
10147 and set it to (int)( width * scale + 0.5). This makes the weird
10148 line going through the middle of the page go away.
10150 * shell/ev-view.c: move painting the background page after
10151 checking the expose area covers us.
10153 2005-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10155 * data/evince-password.glade:
10157 Mark labels as not translatable. Fix for bug 302842.
10159 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
10161 * configure.ac: Added "es" to ALL_LINGUAS.
10163 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10165 * data/evince-toolbar.xml:
10166 * shell/ev-window.c: (update_action_sensitivity),
10167 (ev_window_setup_document), (ev_window_set_page_mode),
10170 Remove some leftover code from jrb first continous
10171 attempt. Use the new actions, we still need good icons
10174 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10176 * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10178 Update label when connecting proxy. Fix a warning with NULL
10181 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10183 * data/evince-ui.xml:
10184 * shell/ev-page-action.c: (ev_page_action_grab_focus):
10185 * shell/ev-page-action.h:
10186 * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10188 Add mnemonic for edit toolbar.
10189 ctrl+l focus the page entry.
10191 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10194 * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10196 * shell/main.c: (main):
10198 Put the toolbar xml in evince own dot dir
10200 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10202 * shell/ev-window.c: (ev_window_init):
10204 Make the toolbar not removable
10206 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10208 * data/evince-ui.xml:
10209 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10210 * shell/ev-sidebar-links.h:
10211 * shell/ev-sidebar-thumbnails.c:
10212 (ev_sidebar_thumbnails_get_treeview):
10213 * shell/ev-sidebar-thumbnails.h:
10214 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10215 (ev_view_class_init):
10217 * shell/ev-window.c: (update_action_sensitivity),
10218 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10219 (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10220 (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10223 This is evil... Make space/backspace global accelerators but
10224 enable them only for some widgets (sidebars and view).
10225 I dont like it, but I dont know a better way... :/
10227 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10229 * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10230 (ev_page_action_widget_finalize),
10231 (ev_page_action_widget_class_init), (update_page_cache):
10233 Keep a weak reference on proxy->page_cache so that we
10234 dont try to disconnect the signal if the object is already
10235 gone. Maybe there is a better way to cleanup reference handling
10236 in page action though...
10238 2005-05-10 Juerg Billeter <j@bitron.ch>
10240 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10241 * backend/ev-ps-exporter.h:
10242 * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10243 * ps/ps-document.c: (ps_document_ps_export_begin):
10245 Change api to pass print range to ps_exporter_begin. The pdf backend
10246 requires this information.
10248 * shell/ev-print-job.c: (idle_print_handler):
10250 Adapt to api change
10252 2005-05-10 Juerg Billeter <j@bitron.ch>
10254 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10255 (idle_print_handler)
10256 * shell/ev-window.c: (ev_window_print):
10258 Support printing page range, based on patch by Amaury Jacquot
10260 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10262 * data/evince-toolbar.xml:
10264 Add zoom control to available items
10266 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10268 * shell/ev-window.c: (update_action_sensitivity):
10270 Set slash action insensitive when appropriate
10272 2005-05-10 Christian Persch <chpe@gnome.org>
10274 * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10276 Fix warning on the overflow menu
10278 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10280 * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10282 Check for uri correctness/existence
10284 2005-05-09 Juerg Billeter <j@bitron.ch>
10286 * shell/ev-window.c: (using_postscript_printer):
10288 LPD printers use postscript, too
10290 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10292 * shell/ev-window.c: (register_custom_actions):
10294 The zoom one is actually sort of useful,
10297 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10299 * shell/ev-window.c: (register_custom_actions):
10301 Hide page/zoom controls from overflow, they
10304 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10306 * cut-n-paste/update-from-egg.sh:
10308 Share it between all cut-n-paste subdirs
10310 * cut-n-paste/recent-files/Makefile.am:
10312 Fix to use "global" update-from-egg.sh
10314 * cut-n-paste/recent-files/egg-recent-model.c:
10315 (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10316 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10317 (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10318 (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10322 * cut-n-paste/toolbar-editor/Makefile.am:
10324 Fix to use "global" update-from-egg.sh
10326 * cut-n-paste/toolbar-editor/eggmarshalers.list:
10330 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10333 * cut-n-paste/Makefile.am:
10334 * cut-n-paste/recent-files/Makefile.am:
10335 * cut-n-paste/toolbar-editor/.cvsignore:
10336 * cut-n-paste/toolbar-editor/Makefile.am:
10337 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10338 (egg_editable_toolbar_get_type), (get_toolbar_position),
10339 (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10340 (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10341 (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10342 (set_item_drag_source), (create_item_from_action), (create_item),
10343 (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10344 (popup_toolbar_context_menu_cb), (free_dragged_item),
10345 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10346 (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10347 (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10348 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10349 (item_added_cb), (item_removed_cb),
10350 (egg_editable_toolbar_construct),
10351 (egg_editable_toolbar_disconnect_model),
10352 (egg_editable_toolbar_deconstruct),
10353 (egg_editable_toolbar_set_model),
10354 (egg_editable_toolbar_set_ui_manager),
10355 (egg_editable_toolbar_set_property),
10356 (egg_editable_toolbar_get_property),
10357 (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10358 (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10359 (egg_editable_toolbar_new_with_model),
10360 (egg_editable_toolbar_get_edit_mode),
10361 (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10362 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10363 (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10364 (new_pixbuf_from_widget), (new_separator_pixbuf),
10365 (update_separator_image), (style_set_cb),
10366 (_egg_editable_toolbar_new_separator_image),
10367 (egg_editable_toolbar_get_model):
10368 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10369 * cut-n-paste/toolbar-editor/egg-marshal.c:
10370 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10371 (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10372 (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10373 (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10374 (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10375 (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10376 (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10377 (editor_drag_data_delete_cb), (drag_data_get_cb),
10378 (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10379 (editor_create_item), (update_editor_sheet), (setup_editor),
10380 (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10381 (parse_item_list), (model_has_action), (update_actions_list),
10382 (egg_toolbar_editor_load_actions):
10383 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10384 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10385 (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10386 (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10387 (toolbars_item_new), (free_toolbar_node), (free_item_node),
10388 (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10389 (egg_toolbars_model_add_separator), (impl_add_item),
10390 (parse_item_list), (egg_toolbars_model_add_toolbar),
10391 (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10392 (impl_get_item_data), (impl_get_item_type),
10393 (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10394 (egg_toolbars_model_init), (free_toolbar),
10395 (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10396 (egg_toolbars_model_remove_toolbar),
10397 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10398 (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10399 (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10400 (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10401 (egg_toolbars_model_get_item_data),
10402 (egg_toolbars_model_get_item_type):
10403 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10404 * cut-n-paste/toolbar-editor/eggmarshalers.list:
10405 * data/Makefile.am:
10406 * data/evince-toolbar.xml:
10407 * data/evince-ui.xml:
10408 * data/hand-open.png:
10410 * shell/Makefile.am:
10411 * shell/ev-window.c: (update_chrome_visibility),
10412 (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10413 (ev_window_dispose), (ev_window_init):
10415 Implement epiphany like toolbar editor. Based on patch by
10416 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10418 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10420 * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10422 Use set_cursor instead of set_selection, so that
10423 the keyboard focus moves too.
10425 2005-05-09 Aleksey Kliger <akliger@gmail.com>
10427 * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10429 Fix infinite loop when loading Type1 fonts
10431 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10433 * data/evince-ui.xml:
10434 * shell/ev-window.c:
10438 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10442 Make --disable really disable
10444 2005-05-07 Juerg Billeter <j@bitron.ch>
10446 * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10448 Compare page labels even without has_labels set, fixes setting page
10451 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10453 * shell/ev-view.c: (ev_view_create_invisible_cursor),
10454 (ev_view_set_cursor), (ev_view_button_press_event),
10455 (ev_view_motion_notify_event), (ev_view_button_release_event),
10458 Implement middle button scrolling. Based on a patch
10459 by Tommi Komulainen <tommi.komulainen@iki.fi>.
10461 2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
10463 * shell/ev-document-types.c: (get_slow_mime_type),
10464 (get_document_type_from_mime), (ev_document_type_lookup):
10465 * shell/ev-document-types.h:
10467 Change api to lookup from uri. Do fast lookup first, if the
10468 type is unknown try with data sniffing.
10470 * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10471 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10473 Adapt to api change
10475 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10477 * thumbnailer/Makefile.am:
10481 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10488 * data/evince-ui.xml:
10490 Hide presentation mode for now
10492 * shell/ev-view.c: (highlight_find_results):
10494 Show current find selection only on current page
10496 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10498 * shell/ev-view.c: (ev_view_select_all):
10500 Compute size of the actual page, not of
10503 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10505 * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10506 (view_rect_to_doc_rect), (compute_selections),
10507 (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10508 (ev_view_copy), (ev_view_primary_get_cb),
10509 (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10510 (ev_view_button_press_event), (ev_view_motion_notify_event),
10511 (ev_view_button_release_event), (page_changed_cb):
10515 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10517 * shell/ev-view.c: (compute_border), (get_page_extents),
10518 (doc_rect_to_view_rect), (highlight_find_results),
10519 (ev_view_bin_expose), (ev_view_select_all),
10520 (ev_view_motion_notify_event), (update_find_status_message),
10521 (jump_to_find_result), (jump_to_find_page):
10523 First go at fixing search, still buggy
10525 2005-05-04 Kristian Høgsberg <krh@redhat.com>
10527 * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10528 dropdown box and button at the top of the sidebar.
10530 2005-05-02 James Bowes <bowes@cs.dal.ca>
10532 * configure.ac: Output zoom-control Makefile.
10533 * cut-n-paste/Makefile.am: build zoom-control subdir.
10534 * cut-n-paste/zoom-control/ephy-zoom-action.c:
10535 * cut-n-paste/zoom-control/ephy-zoom-action.h:
10536 * cut-n-paste/zoom-control/ephy-zoom-control.c:
10537 * cut-n-paste/zoom-control/ephy-zoom-control.h:
10538 * cut-n-paste/zoom-control/ephy-zoom.c:
10539 * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10540 from epiphany, and modified to add a separator into the menu.
10541 * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10542 * data/evince-ui.xml: Replace old zoom toolbar actions with new
10543 zoom-control action.
10544 * shell/Makefile.am: Include zoom-control flags.
10545 * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10546 (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10547 (ev_view_zoom_for_size_presentation),
10548 (ev_view_zoom_for_size_continuous_and_dual_page),
10549 (ev_view_zoom_for_size_continuous),
10550 (ev_view_zoom_for_size_dual_page),
10551 (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal):
10552 s/ev_view_zoom/ev_view_set_zoom/ and make public, add
10553 ev_view_get_zoom and ev_view_get_sizing_mode.
10555 * shell/ev-window.c: (update_action_sensitivity),
10556 (update_sizing_buttons), (zoom_control_changed_cb),
10557 (register_custom_actions): Initialize and use the zoom-control
10560 Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com>
10562 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10563 preview cache back to 1. Don't know when it got set to 0.
10565 * shell/ev-view.c: (compute_border), (ev_view_realize),
10566 (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10567 (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10568 (ev_view_get_fullscreen), (ev_view_set_presentation),
10569 (ev_view_get_presentation), (ev_view_set_sizing_mode),
10570 (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10572 * shell/ev-window.c:
10573 (update_chrome_visibility),
10574 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10575 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10576 (update_document_mode), (ev_window_update_fullscreen_action),
10577 (ev_window_fullscreen), (ev_window_unfullscreen),
10578 (ev_window_cmd_view_fullscreen),
10579 (ev_window_update_presentation_action),
10580 (ev_window_run_presentation), (ev_window_stop_presentation),
10581 (ev_window_cmd_view_presentation), (ev_window_state_event),
10582 (ev_window_focus_in_event), (ev_window_focus_out_event),
10583 (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10584 * data/evince-ui.xml: Initial presentation mode. We should
10585 probably hide this until it's done, as it's quite rough. Also,
10586 change full-screen to fullscreen and add two getters to EvView.
10588 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10590 * shell/ev-page-action.c: (update_page_cache),
10591 (ev_page_action_dispose):
10592 * shell/ev-window.c: (destroy_fullscreen_popup),
10593 (ev_window_create_fullscreen_popup):
10595 Use connect_object rather than explicitly
10596 disconnect on dispose.
10598 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10600 * shell/ev-page-action.c: (update_page_cache),
10601 (ev_page_action_dispose):
10603 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10605 * backend/ev-page-cache.c: (_ev_page_cache_new),
10606 (ev_page_cache_set_page_label),
10607 (ev_page_cache_has_nonnumeric_page_labels):
10608 * backend/ev-page-cache.h:
10609 * shell/ev-page-action.c: (update_pages_label):
10611 If all page labels are numeric, fallback to default
10612 way to display number of pages. See bug 173185.
10614 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10616 * shell/ev-page-action.c: (ev_page_action_dispose):
10617 * shell/ev-view.c: (view_update_range_and_current_page):
10618 * shell/ev-window.c: (ev_window_dispose):
10620 Set page on scroll in continuous mode. Fixes bug 301986.
10621 Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10623 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com>
10627 Require poppler 0.3.0
10629 2005-04-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10631 * shell/Makefile.am, configure.ac: Fix build problems
10632 with t1lib. Bug 301996.
10634 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10636 * shell/ev-view.c: (ev_view_scroll_event):
10638 Scroll up increase zoom
10640 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10642 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10643 (ev_view_set_sizing_mode),
10644 (ev_view_zoom_for_size_continuous_and_dual_page),
10645 (ev_view_zoom_for_size_continuous):
10646 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10647 (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10648 (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10651 Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10652 Fix for 165473 and 165472.
10654 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10657 * thumbnailer/Makefile.am:
10658 * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10659 * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10660 * thumbnailer/evince-thumbnailer.schemas.in:
10662 Make thumbnailer schemas translatable. Fix for bug 301773
10664 * thumbnailer/evince-thumbnailer-djvu.schemas:
10665 * thumbnailer/evince-thumbnailer-dvi.schemas:
10666 * thumbnailer/evince-thumbnailer.schemas:
10670 Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
10672 * shell/ev-view.c (ev_view_init): forgot to set this.
10674 Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
10676 * shell/ev-view.c: (find_page_at_location),
10677 (get_link_at_location),
10678 (ev_view_set_show_border), (ev_view_set_spacing),
10679 (ev_view_zoom_for_size_continuous_and_dual_page),
10680 (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10681 Also, add a quick fix measuring of widths. Also, removed
10682 ev_view_set_spacing and ev_view_set_show_border.
10684 * shell/ev-window.c: (ev_window_unfullscreen),
10685 (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10687 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10689 * shell/ev-view.c: (view_update_range_and_current_page),
10692 Fix crash on exit and scrolling to page in continuous view.
10694 Sat Apr 23 13:13:04 2005 Jonathan Blandford <jrb@redhat.com>
10697 * backend/ev-page-cache.c: (_ev_page_cache_new),
10698 (ev_page_cache_get_max_width_size),
10699 (ev_page_cache_get_max_height_size):
10700 * backend/ev-page-cache.h:
10701 * data/evince-ui.xml:
10702 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10703 * shell/ev-view.c: (view_update_adjustments),
10704 (view_update_range_and_current_page), (get_bounding_box_size),
10705 (ev_view_size_request_continuous_and_dual_page),
10706 (ev_view_size_request_continuous),
10707 (ev_view_size_request_dual_page),
10708 (ev_view_size_request_single_page), (ev_view_size_request),
10709 (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10710 (ev_view_bin_expose), (ev_view_expose_event),
10711 (ev_view_set_property), (ev_view_get_property),
10712 (ev_view_class_init), (ev_view_init), (ev_view_new),
10713 (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10714 (ev_view_set_dual_page), (ev_view_set_full_screen),
10715 (ev_view_set_presentation), (ev_view_set_sizing_mode),
10716 (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10717 (ev_view_zoom_out), (zoom_for_size_fit_width),
10718 (zoom_for_size_best_fit),
10719 (ev_view_zoom_for_size_continuous_and_dual_page),
10720 (ev_view_zoom_for_size_continuous),
10721 (ev_view_zoom_for_size_dual_page),
10722 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10723 (ev_view_show_cursor), (ev_sizing_mode_get_type):
10725 * shell/ev-window.c: (update_action_sensitivity),
10726 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10727 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10728 (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10729 (ev_window_cmd_view_zoom_out), (update_view_size),
10730 (ev_window_set_sizing_mode), (ev_window_init):
10732 Add Continuous and Dual page modes.
10734 2005-04-23 James Bowes <bowes@cs.dal.ca>
10736 * dvi/dvi-document.c: (dvi_document_load),
10737 (dvi_document_thumbnails_get_thumbnail),
10738 (dvi_document_init_params): Fix up some mixups between
10739 width and height to correct thumbnail rendering.
10741 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10743 * dvi/mdvi-lib/private.h:
10744 * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10746 Suppess output for kpathsea during font generation. Thanks to
10749 Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
10756 * Makefile.am: fix distcheck.
10758 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10760 * shell/ev-sidebar-links.c: (selection_changed_callback),
10761 (update_page_callback), (row_activated_callback),
10762 (job_finished_callback), (ev_sidebar_links_set_document):
10764 Fix for bug #169901. Double click on links expands tree.
10766 2005-03-14 Bryan Clark <clarkbw@cvs.gnome.org>
10768 * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10769 hard-coded style. Fix for bug 170111
10771 2005-04-22 Kristian Høgsberg <krh@redhat.com>
10773 * shell/ev-view.c (highlight_find_results): Remove unnecessary
10776 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10778 * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10780 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10782 * pdf/ev-poppler.cc:
10783 * shell/ev-view.c: (highlight_find_results):
10785 Fix find on single page documents
10787 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10789 * data/evince.schemas.in: fix for bug 301390
10791 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10793 * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10794 (ev_view_zoom_out), (ev_view_zoom_normal):
10796 * shell/ev-window.c: (update_action_sensitivity),
10797 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10798 (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10799 (ev_window_cmd_view_normal_size):
10801 Fix normal size zoom. Make zoom in/zoom out unsensitive when
10802 they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10805 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10809 Depend on 2.57, 2.59 doesnt seem to be necessary
10811 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10813 * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10814 (create_tool_item):
10816 Put back total number of pages as (1 of 1234)
10818 Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com>
10820 * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10823 * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10824 function. This helps debugging.
10826 2005-04-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10828 * djvu/djvu-document.c: (djvu_document_class_init),
10829 (djvu_document_get_info), (djvu_document_document_iface_init):
10830 * dvi/dvi-document.c: (dvi_document_class_init),
10831 (dvi_document_get_info), (dvi_document_document_iface_init):
10833 Dummy implementation of get_info method for dvi and
10834 djvu. Fix crashes with those backends
10836 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com>
10838 * data/evince.desktop.in:
10840 Add application/x-gzpostscript
10842 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
10844 * data/evince.schemas.in: Added real long descriptions,
10847 * README: Added actual text, closes bug 171869
10849 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10851 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10855 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10857 * backend/ev-document-info.h:
10859 s/GDate */GDate so we can just use g_free
10861 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10863 * shell/ev-window.c: (update_document_mode),
10864 (ev_window_setup_document):
10866 Show the window in fullscreen when specified by
10869 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10871 * backend/ev-document.c: (ev_document_class_init),
10872 (ev_document_get_info), (ev_document_render_pixbuf):
10873 * backend/ev-document.h:
10874 * backend/ev-page-cache.c: (_ev_page_cache_new):
10875 * pdf/ev-poppler.cc:
10876 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10877 (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10878 * ps/ps-document.c: (ps_document_class_init), (document_load),
10879 (ps_document_get_info), (ps_document_document_iface_init):
10881 Remove get_title from the interface, we can just use document info
10883 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10885 * backend/Makefile.am:
10886 * backend/ev-document.c: (ev_document_render_get_info):
10887 * backend/ev-document.h:
10888 * pdf/ev-poppler.cc:
10890 Initial support for document info. Based on jrb patch.
10892 2005-04-19 Paolo Borelli <pborelli@katamail.com>
10894 * shell/ev-window.c: (ev_window_state_event),
10895 (ev_window_class_init), (ev_window_init):
10897 Doesn't show resize grip when maximized. See bug #301053
10899 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10903 ev-sidebar-thumbnails now has translatable labels
10905 * shell/Makefile.am:
10906 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10907 (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10908 (ev_sidebar_links_page_iface_init):
10909 * shell/ev-sidebar-links.h:
10910 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10911 (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10912 (ev_sidebar_page_get_label):
10913 * shell/ev-sidebar-page.h:
10914 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10915 (ev_sidebar_thumbnails_set_document),
10916 (ev_sidebar_thumbnails_support_document),
10917 (ev_sidebar_thumbnails_get_label),
10918 (ev_sidebar_thumbnails_page_iface_init):
10919 * shell/ev-sidebar-thumbnails.h:
10920 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10921 (ev_sidebar_set_document):
10922 * shell/ev-sidebar.h:
10923 * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10925 Small rework of sidebar code. Now sidebar pages should implement
10926 EvSidebarPage interface. That makes page management in EvSidebar
10927 easier. See bug #164811 for details
10929 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10931 * shell/ev-application.c: (ev_application_open):
10932 * shell/ev-document-types.c:
10934 Fix build error and small problem with application exit
10936 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10938 * thumbnailer/Makefile.am:
10939 * thumbnailer/evince-thumbnailer-djvu.schemas:
10940 * thumbnailer/evince-thumbnailer-dvi.schemas:
10942 Conditionally install schemas for djvu/dvi thumbnailer
10944 2005-04-18 David Malcolm <dmalcolm@redhat.com>
10946 * shell/ev-document-types.h:
10947 * shell/ev-document-types.c:
10948 New files, handling the mapping from mimetypes to backends
10950 * shell/ev-window.c:
10951 * thumbnailer/evince-thumbnailer.c:
10952 Use the ev-document-types code
10954 * shell/Makefile.am:
10955 Added new convenience library libevbackendfactory_la, containing
10956 the new mimetype->backend logic; moved the backends into it.
10958 * thumbnailer/Makefile.am:
10959 Make the thumbnailer link with the libevbackend.la convenience
10960 library, rather than having a duplicate of the backend logic here.
10962 2005-04-18 Paolo Borelli <pborelli@katamail.com>
10964 * shell/ev-stock-icons.c: constify some vars.
10965 * shell/ev-window.c: ditto.
10967 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
10969 * ps/ps-document.c (get_page_orientation):
10971 Respect document orientation
10973 2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10975 * djvu/Makefile.am:
10977 * shell/Makefile.am:
10979 Move library dependencies to components.
10981 * shell/ev-window.c: (update_window_title),
10982 (start_loading_document):
10984 Fix display of uris with spaces. Bug 168358.
10986 Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com>
10988 * shell/ev-sidebar-links.c: (selection_changed_cb):
10989 * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10990 (ev_view_button_release_event), (ev_view_set_document):
10992 * shell/ev-window.c: (find_bar_search_changed_cb):
10993 * shell/ev-window.h: Minor cleanups removing some dead code.
10995 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10997 * backend/ev-page-cache.c: (_ev_page_cache_new):
10999 Set current page to 0 if document has pages.
11001 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11003 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11005 Initialize GError to NULL, fix a crash when loading fails.
11007 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11009 * shell/ev-window.c: (update_view_size):
11011 Calculate shadow size only when there is actually
11014 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11016 * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11019 Allow setting view spacing, default to 0
11021 * shell/ev-window.c: (ev_window_unfullscreen),
11022 (ev_window_cmd_view_fullscreen), (ev_window_init):
11024 Remove spacing in fullscreen mode
11026 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11028 * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11029 (ev_view_size_request), (expose_bin_window),
11030 (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11032 * shell/ev-window.c: (ev_window_unfullscreen),
11033 (ev_window_cmd_view_fullscreen):
11035 Do not draw the border in fulscreen
11037 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11039 * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11040 (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11041 (find_page_at_location), (page_changed_cb):
11043 Rework border calculation, so that I can more easily disable it.
11044 Code somewhat cleaner too.
11046 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11048 * backend/ev-page-cache.c: (ev_page_cache_init),
11049 (_ev_page_cache_new):
11051 Remove some assertions, documents can have 0 pages.
11052 Make initial current page -1.
11054 * shell/ev-page-action.c: (page_changed_cb):
11056 Show "" if current page is -1
11058 * shell/ev-window.c: (update_action_sensitivity),
11059 (ev_window_setup_document):
11061 When document has 0 pages do not set the view
11062 and make nearly everything insensitive.
11064 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11066 * shell/ev-page-view.c:
11067 * shell/ev-page-view.h:
11069 Remove unused files.
11071 * shell/ev-sidebar-thumbnails.c:
11072 (ev_sidebar_thumbnails_set_document):
11073 * shell/ev-sidebar.c: (ev_sidebar_set_document),
11074 (ev_sidebar_supports_document):
11075 * shell/ev-sidebar.h:
11076 * shell/ev-window.c: (ev_window_setup_document):
11078 Doesn't show thumbnails if document has 1 page. Make
11079 sidebar menu entries sensitive only if if they have
11080 sense. Fix bug 164811.
11082 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11084 * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11085 (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11086 (ev_view_zoom_out), (ev_view_set_size):
11088 Rework sizing to deal with documents with not uniform page
11091 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11093 * backend/ev-page-cache.c: (_ev_page_cache_new):
11095 Fix several page size caching bugs
11097 2005-04-15 Luca Ferretti <elle.uca@libero.it>
11099 * shell/ev-window.c: (set_action_properties):
11101 Make all toolbar items translatable
11103 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11105 * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11106 (save_page_list), (ps_document_save),
11107 (ps_document_document_iface_init), (ps_document_ps_export_begin),
11108 (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11109 (ps_document_ps_exporter_iface_init):
11110 * ps/ps-document.h:
11112 Based on a patch by J�rg Billeter <j@bitron.ch>
11114 Implement print and save a copy for the ps backend.
11116 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com>
11118 * backend/ev-document.h:
11119 * djvu/djvu-document.c: (djvu_document_can_get_text),
11120 (djvu_document_document_iface_init):
11121 * dvi/dvi-document.c: (dvi_document_can_get_text),
11122 (dvi_document_document_iface_init):
11123 * pdf/ev-poppler.cc:
11124 * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11125 (pixbuf_document_document_iface_init):
11126 * ps/ps-document.c: (ps_document_can_get_text),
11127 (ps_document_document_iface_init):
11128 * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11129 * shell/ev-window.c: (update_action_sensitivity):
11131 Fix the crash when trying to copy in backends that doesnt
11132 support it. We can implement a better solution once we
11133 do real text selection.
11135 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com>
11137 * data/evince-ui.xml:
11138 * shell/ev-window.c: (ev_window_cmd_escape):
11140 Work around the Escape conflict (find bar and unfullscreen)
11142 2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
11144 * backend/ev-page-cache.c: (ev_page_cache_next_page):
11146 Fix for #300233. Next page correctly handles document end.
11148 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11149 (ev_sidebar_thumbnails_class_init),
11150 (ev_sidebar_thumbnails_set_document),
11151 (ev_sidebar_thumbnails_clear_job),
11152 (ev_sidebar_thumbnails_clear_model):
11154 Cleanup thumbnail jobs on document changes.
11156 * shell/ev-view.c: (add_scroll_binding_keypad),
11157 (add_scroll_binding_shifted), (ev_view_class_init):
11159 Shift + Space scrolls up. Fix for #173184
11161 * shell/ev-window.c: (ev_window_open_page),
11162 (ev_window_cmd_view_reload):
11164 Fix reload (Bug #300094)
11166 2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11169 * dvi/mdvi-lib/assoc.c:
11170 * dvi/mdvi-lib/assoc.h: Removed garbage files
11172 * dvi/mdvi-lib/bitmap.c:
11173 * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11174 (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11175 * dvi/mdvi-lib/color.h: Antialias of rules
11177 * dvi/mdvi-lib/common.h:
11178 * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11179 (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11180 * dvi/mdvi-lib/files.c:
11181 * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11182 * dvi/mdvi-lib/mdvi.h:
11183 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11184 * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11185 * dvi/mdvi-lib/util.c: Fix compile warnings
11187 * dvi/dvi-document.c:
11188 (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11189 (dvi_document_thumbnails_get_thumbnail),
11190 (dvi_document_document_thumbnails_iface_init):
11191 * dvi/mdvi-lib/Makefile.am:
11192 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11193 (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11195 Dvi backend now renders thumbnails
11197 2005-04-09 Christian Persch <chpe@cvs.gnome.org>
11199 * shell/main.c: (main):
11201 Save accelerators on exit. Fixes bug #172095.
11203 Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
11205 * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11206 update priority" comment.
11208 * backend/ev-job-queue.c: Give a way to change priority.
11210 Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com>
11212 * shell/ev-page-action.c: Fix logic.
11214 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11216 * shell/ev-view.c: (ev_view_can_find_next):
11217 * shell/ev-window.c: (ev_window_setup_document):
11219 Check that the document supports find
11221 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11223 * data/evince-ui.xml:
11224 * shell/ev-view.c: (ev_view_can_find_next):
11226 * shell/ev-window.c: (update_action_sensitivity),
11227 (find_changed_cb), (ev_window_setup_document),
11228 (ev_window_cmd_edit_find_next):
11230 Add Edit->Find Next
11232 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11234 * pdf/ev-poppler.cc:
11235 * shell/ev-print-job.c: (idle_print_handler):
11237 Make printing work again
11239 Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com>
11241 * shell/ev-page-action.h:
11242 * shell/ev-page-action.c: (ev_page_action_widget_init),
11243 (ev_page_action_widget_class_init), (page_changed_cb),
11244 (create_tool_item), (update_page_cache), (build_new_tree_cb),
11245 (get_filter_model_from_model), (match_selected_cb),
11246 (display_completion_text), (match_completion), (update_model),
11247 (connect_proxy), (ev_page_action_set_property),
11248 (ev_page_action_get_property), (ev_page_action_set_document),
11249 (ev_page_action_set_model), (ev_page_action_class_init): Big
11250 reworking to make completions work iff we have >= GTK-2.7.0
11252 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11253 (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11254 (job_finished_cb): We now have a 'model' property that is set when
11255 the links are loaded. This can be caught with "notify::model"
11257 * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11258 listen for the model to be set, and propagate it to the action.
11260 2005-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11262 * cut-n-paste/recent-files/egg-recent-item.c:
11263 (egg_recent_item_set_uri), (make_valid_utf8),
11264 (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11265 * cut-n-paste/recent-files/egg-recent-item.h:
11267 Update egg-recent from libegg. This should fix long
11268 startup problem. For details see
11269 http://bugzilla.gnome.org/show_bug.cgi?id=160531
11271 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11273 * cut-n-paste/recent-files/Makefile.am:
11274 * data/evince-ui.xml, shell/Makefile.am:
11275 * shell/ev-application.c, shell/ev-application.h:
11276 * shell/ev-window.c: Recent files support.
11278 * configure.ac: Added "ru" to ALL_LINGUAS.
11280 * dvju: new backend to support DJVU files.
11281 * dvi: new backend to support DVI.
11283 * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11284 * ev-application.c: Support for new backends.
11286 * help, ev-window.c, main.c shell/Makefile.am:
11287 Evince user documentation.
11289 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
11292 * shell/ev-window.c:
11293 * thumbnailer/evince-thumbnailer.c:
11295 s/pdf-document/ev-poppler
11297 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
11304 * ps/ps-document.c: (setup_pixmap):
11308 2005-04-05 Kristian Høgsberg <krh@redhat.com>
11310 * backend/ev-page-cache.c (ev_page_cache_next_page):
11311 * shell/ev-window.c (ev_window_cmd_go_next_page)
11312 (ev_window_cmd_go_first_page): Fix of by one errors.
11314 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11316 * ps/ps-document.c: (get_page_box):
11318 Fix page size calculation
11320 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11322 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11323 (ps_document_cleanup), (setup_pixmap), (get_page_box),
11324 (get_page_orientation), (setup_page), (document_load),
11325 (ps_document_get_page_size), (render_pixbuf_idle):
11326 * ps/ps-document.h:
11328 More refactoring to adapt to EvDocument changes
11330 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11332 * ps/ps-document.c: (start_interpreter):
11334 Actually add alpha args
11336 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11338 * pdf/ev-poppler.cc:
11340 Make clipboard work again
11342 2005-04-04 Kristian Høgsberg <krh@redhat.com>
11344 Make searching work again.
11346 * backend/ev-document.c:
11347 * backend/ev-document.h:
11348 * backend/ev-document-find.c:
11349 * backend/ev-document-find.h: Change EvDocumentIface so we no
11350 longer store the current page or zoom level in the document. The
11351 consequence is that all calls that operate on the current page now
11352 instead take the page number as an extra argument, and all
11353 coordinates are now doubles in document coordinate system.
11355 * pdf/ev-poppler.cc:
11356 * pixbuf/pixbuf-document.c:
11357 * ps/ps-document.c: Update backends accordingly.
11359 2005-04-04 Marco Pesenti Gritti <marco@gnome.org>
11363 Add required gettext version
11365 Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com>
11367 * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11368 make F1 bring up non-existent help.
11370 * shell/eggfindbar.c: Patch from Christian Persch to sync to
11371 epiphany's find bar, #167477
11373 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11374 <emil@nishra.com> to add space-bar scrolling,
11376 * shell/ev-window.c (static GtkActionEntry entries): add default
11377 keybinding for Help (F1)
11380 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11381 changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11384 2005-04-01 David Malcolm <dmalcolm@redhat.com>
11387 * pixbuf/pixbuf-document.c:
11389 Got pixbuf backend working again
11391 2005-04-01 Steve Murphy <murf@e-tools.com>
11393 * configure.in: Added "rw" to ALL_LINGUAS.
11395 Fri Apr 1 02:33:41 2005 Jonathan Blandford <jrb@redhat.com>
11397 * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11398 model types, noticed by Martin Kretzschmar.
11400 2005-04-01 Kristian Høgsberg <krh@redhat.com>
11402 * pdf/ev-poppler.cc: Implement search based on
11403 poppler_page_find_text(). Currently a bit crude since we remember
11404 all matches from all pages. Also, we grab the big document lock
11405 when we search since searching changes the underlying stream and
11406 thus conflicts with the rendering thread.
11408 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11409 (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11410 (ev_view_find_previous): Fix some page indexes to be 0 based,
11411 offset rubber band by view offset,
11413 Fri Apr 01 09:21:12 2005 Pablo Saratxaga <pablo@mandrakesoft.com>
11415 * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11417 Fri Apr 1 01:59:39 2005 Jonathan Blandford <jrb@redhat.com>
11419 * shell/ev-page-action.c: Changed to use page labels now. Rewrote
11420 completely because I didn't understand GtkActions. I should
11421 read Marco's code more carefully in the future.
11423 * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11426 2005-03-31 Kristian Høgsberg <krh@redhat.com>
11428 * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11429 PopplerRectangle change from poppler CVS.
11431 Thu Mar 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>
11433 * backend/ev-document.c: (ev_document_get_page_label):
11434 * backend/ev-document.h:
11435 * backend/ev-page-cache.c: (_ev_page_cache_new),
11436 (ev_page_cache_get_page_label):
11437 * backend/ev-page-cache.h:
11438 * pdf/ev-poppler.cc:
11439 * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11440 (links_page_num_func):
11441 * shell/ev-sidebar-thumbnails.c:
11442 (ev_sidebar_thumbnails_set_document):
11443 * shell/ev-view.c: (status_message_from_link),
11444 (ev_view_motion_notify_event):
11445 * shell/ev-window.c: (document_supports_sidebar): Add in page
11446 label support. It's not perfect yet, but it's the first 'feature'
11448 Also, fix a bogus comment noticed by crispin.
11450 Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com>
11452 * Makefile.am: Remove pixbuf backend for now
11454 * configure.ac: Require poppler-glib instead of just poppler.
11456 * backend/ev-document-thumbnails.h: Add a comment
11458 * backend/ev-document.h:
11459 * backend/ev-document.c: (ev_document_class_init),
11460 (ev_document_load), (ev_document_get_link),
11461 (ev_document_get_links): Remove 3 methods and add get_links.
11462 Also, made 0 based.
11464 * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11465 * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11467 * backend/ev-link.c: (ev_link_set_title),
11468 (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11469 (ev_link_mapping_find):
11470 * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link.
11472 * backend/ev-page-cache.c: (ev_page_cache_init),
11473 (_ev_page_cache_new), (ev_page_cache_set_current_page),
11474 (ev_page_cache_get_size), (ev_page_cache_next_page),
11475 (ev_page_cache_prev_page): Fix to be 0 based.
11478 * pdf/ev-poppler.h:
11479 * pdf/ev-poppler.cc: New backend.
11481 * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11482 (ps_document_get_page), (ps_document_document_iface_init):
11484 * shell/ev-pixbuf-cache.h:
11485 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11486 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11487 (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11488 (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11489 (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11490 Fix up code to grab a page cache per each doc. Also, fix to be 0
11493 * shell/ev-sidebar-thumbnails.c:
11494 (ev_sidebar_tree_selection_changed), (page_changed_cb),
11495 (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11497 * shell/ev-view.c: (status_message_from_link),
11498 (find_page_at_location), (get_link_at_location),
11499 (ev_view_motion_notify_event), (ev_view_button_release_event),
11500 (ev_view_init): Use the new link code. Fix to be 0 based.
11502 * shell/ev-window.c: (update_action_sensitivity),
11503 (document_supports_sidebar): 0 based.
11505 Fri Mar 25 16:55:58 2005 Jonathan Blandford <jrb@redhat.com>
11507 * pdf/pdf-document.cc: Patch from Fernando Herrera
11508 <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11511 Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
11513 * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11514 1 to the page, as this seems to be 1 based. I thought we has this
11517 2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
11520 * backend/Makefile.am:
11521 * backend/ev-document-links.c:
11522 (ev_document_links_has_document_links),
11523 (ev_document_links_get_links_model):
11524 * backend/ev-document-links.h:
11525 * backend/ev-document.c: (ev_document_get_page_cache),
11526 (ev_document_get_doc_mutex), (ev_document_load),
11527 (ev_document_save), (ev_document_get_title),
11528 (ev_document_get_n_pages), (ev_document_set_page),
11529 (ev_document_get_page), (ev_document_set_target),
11530 (ev_document_set_scale), (ev_document_set_page_offset),
11531 (ev_document_get_page_size), (ev_document_get_text),
11532 (ev_document_get_link), (ev_document_render),
11533 (ev_document_render_pixbuf), (ev_document_scale_changed):
11534 * backend/ev-document.h:
11535 * backend/ev-job-queue.c: (remove_object_from_queue),
11536 (notify_finished), (handle_job), (search_for_jobs_unlocked),
11537 (no_jobs_available_unlocked), (ev_render_thread),
11538 (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11539 (ev_job_queue_remove_job):
11540 * backend/ev-job-queue.h:
11541 * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11542 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11543 (ev_job_links_class_init), (ev_job_render_init),
11544 (ev_job_render_dispose), (ev_job_render_class_init),
11545 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11546 (ev_job_thumbnail_class_init), (ev_job_finished),
11547 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11548 (ev_job_render_run), (ev_job_thumbnail_new),
11549 (ev_job_thumbnail_run):
11550 * backend/ev-jobs.h:
11551 * backend/ev-link.c:
11552 * backend/ev-link.h:
11553 * backend/ev-page-cache.c: (ev_page_cache_init),
11554 (ev_page_cache_class_init), (ev_page_cache_finalize),
11555 (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11556 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11557 (ev_page_cache_set_link), (ev_page_cache_get_title),
11558 (ev_page_cache_get_size), (ev_page_cache_next_page),
11559 (ev_page_cache_prev_page):
11560 * backend/ev-page-cache.h:
11561 * pdf/pdf-document.cc:
11564 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11565 (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11566 (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11567 (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11568 (is_interpreter_ready), (output), (catchPipe), (input),
11569 (start_interpreter), (check_filecompressed), (compute_dimensions),
11570 (ps_document_enable_interpreter), (document_load),
11571 (ps_document_next_page), (render_page), (ps_document_set_page),
11572 (ps_document_set_scale), (render_pixbuf_idle),
11573 (ps_document_render_pixbuf), (ps_document_document_iface_init):
11574 * ps/ps-document.h:
11575 * shell/Makefile.am:
11576 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11577 (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11578 (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11579 (ev_pixbuf_cache_new), (job_finished_cb),
11580 (check_job_size_and_unref), (move_one_job),
11581 (ev_pixbuf_cache_update_range), (find_job_cache),
11582 (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11583 (ev_pixbuf_cache_add_jobs_if_needed),
11584 (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11585 * shell/ev-pixbuf-cache.h:
11586 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11587 (idle_print_handler):
11588 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11589 (selection_changed_cb), (create_loading_model),
11590 (ev_sidebar_links_construct), (links_page_num_func),
11591 (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11592 (update_page_callback), (job_finished_cb),
11593 (ev_sidebar_links_set_document):
11594 * shell/ev-sidebar-thumbnails.c:
11595 (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11596 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11597 (page_changed_cb), (thumbnail_job_completed_callback),
11598 (ev_sidebar_thumbnails_set_document):
11599 * shell/ev-sidebar-thumbnails.h:
11600 * shell/ev-sidebar.c: (ev_sidebar_set_document):
11601 * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11602 (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11603 (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11604 (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11605 (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11606 (ev_view_button_release_event), (ev_view_scroll_view),
11607 (ev_view_class_init), (ev_view_init), (update_find_status_message),
11608 (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11609 (ev_view_new), (job_finished_cb), (page_changed_cb),
11610 (ev_view_set_document), (go_to_link), (ev_view_zoom),
11611 (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11612 (ev_view_find_previous):
11614 * shell/ev-window.c: (update_action_sensitivity),
11615 (ev_window_open_page), (update_window_title), (update_total_pages),
11616 (page_changed_cb), (ev_window_setup_document),
11617 (password_dialog_response), (ev_window_cmd_save_as),
11618 (ev_window_print), (ev_window_cmd_go_previous_page),
11619 (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11620 (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11621 (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11622 * shell/main.c: (main):
11624 Merge evince-threads branch
11626 2005-03-16 Žygimantas Beručka <uid0@akl.lt>
11628 * configure.ac: Added "lt" to ALL_LINGUAS.
11630 2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
11637 2005-03-13 Fernando Herrera <fherrera@onirica.com>
11639 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11641 Fix here also the thumbnails 1-basedness :)
11643 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11650 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11652 * pdf/pdf-document.cc:
11653 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11654 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11656 Fix the mess we did with thumbnails and 1-basedness
11658 2005-03-12 Changwoo Ryu <cwryu@debian.org>
11660 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11662 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
11669 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
11672 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11673 (gtk_gs_defaults_get_alpha_parameters),
11674 (gtk_gs_defaults_get_ungzip_cmd),
11675 (gtk_gs_defaults_get_unbzip2_cmd):
11677 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11678 (ps_document_get_orientation), (document_load),
11679 (ps_document_goto_page), (ps_document_set_page_size):
11680 * ps/ps-document.h:
11682 Some more sanitization of the ps backend. Remove a lot
11683 of unused code and do not base our defaults on ggv
11686 2005-03-08 Fernando Herrera <fherrera@onirica.com>
11688 * thumbnailer/evince-thumbnailer.schemas:
11689 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11690 (main): add -s option for thumbnail size.
11692 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
11696 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11699 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11701 * pdf/pdf-document.cc:
11703 Remove 4 pixels of useless border from the
11706 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11708 * backend/ev-document-thumbnails.c:
11709 (ev_document_thumbnails_get_thumbnail):
11710 * backend/ev-document-thumbnails.h:
11712 Rework API a bit. Add a border flag and
11713 change sizing logic (now the size we specify
11714 applies to the bigger dimension).
11716 * pdf/pdf-document.cc:
11717 * pixbuf/pixbuf-document.c:
11718 (pixbuf_document_thumbnails_get_thumbnail):
11719 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11720 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11722 Adapt to the new API and do not draw a border for nautilus
11725 2005-03-03 Fernando Herrera <fherrera@onirica.com>
11727 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11728 take thumbnails from page "0" instead of "1". Added a copyright header.
11730 2005-03-03 Jens Granseuer <jensgr@gmx.net>
11732 * ps/ps-document.c: (set_up_page), (start_interpreter):
11734 Make it C89 compliant
11736 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
11741 * pdf/pdf-document.cc:
11742 * thumbnailer/Makefile.am:
11743 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11745 * thumbnailer/evince-thumbnailer.schemas:
11746 * thumbnailer/pdf-icon.png:
11748 Add a nautilus thumbnailer.
11749 Based on patch by Fernando Herrera <fherrera@onirica.com>.
11751 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
11759 2005-03-01 Kristian Høgsberg <krh@redhat.com>
11761 Use poppler instead of including xpdf source code. Poppler is a
11762 fork of xpdf to build it as a shared library. See
11763 http://freedesktop.org/wiki/Software/poppler.
11765 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11768 * pdf/Makefile.am: Build libpdfdocument.a here.
11770 * pdf/GDKSplashOutputDev.cc:
11771 * pdf/GDKSplashOutputDev.h:
11772 * pdf/GnomeVFSStream.cc:
11773 * pdf/GnomeVFSStream.h:
11776 * test-gdk-output-dev.cc
11778 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11781 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11783 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11785 Clear idle stack before unsetting the document
11787 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11789 * ps/ps-document.c: (ps_document_widget_event),
11790 (ps_document_set_target), (ps_document_finalize),
11791 (ps_document_get_page):
11793 Disconnect the widget event signal on finalize.
11794 Some code cleanups.
11796 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11798 * ps/ps-document.c: (set_up_page):
11800 If there is no bpixmap create one, even if size
11803 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11805 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11806 (set_up_page), (document_load), (ps_document_set_zoom):
11808 Default page is 0. Calculate size even when we have no
11811 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
11813 * shell/ev-sidebar.c: expand the selection widget to be always as
11814 wide as the sidebar
11816 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11818 * shell/ev-sidebar-thumbnails.c:
11819 (ev_sidebar_thumbnails_set_document):
11821 Clear the list store when setting document
11823 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11825 * shell/ev-page-action.c: (update_entry), (sync_entry),
11826 (activate_cb), (entry_size_request_cb), (create_tool_item),
11829 Use an entry for the page control instead of spinbuttons
11831 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11833 * data/evince.schemas.in:
11835 Correct confusing string
11837 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
11839 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11840 for real. Gosh, how long has this been broken.
11842 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11843 check for a NULL link. We crash otherwise.
11845 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
11852 2005-02-25 Sebastien Bacher <seb128@debian.org>
11854 * configure.ac: add the french translation.
11856 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11858 * shell/ev-window.c:
11860 Remove unused header -> fix distcheck
11862 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11864 * shell/ev-window.c: (update_window_title),
11865 (ev_window_popup_password_dialog):
11867 Unescape filename for display
11869 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11871 * pdf/xpdf/pdf-document.cc:
11873 In get_page_size deal with rotation. Also
11874 cleanup the function a bit.
11876 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11878 * pdf/xpdf/pdf-document.cc:
11880 Fix crash when opening in new window
11882 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11886 Check ghostscript >= 7
11888 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
11890 * shell/ev-window.c:
11892 Make page width the default sizing mode
11894 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
11895 Marco Pesenti Gritti <marco@gnome.org>
11897 * shell/ev-window.c: Remember the sidebar size
11899 * data/evince.schemas.in: Add a new gconf key to store the size of
11902 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
11904 * data/evince-ui.xml:
11905 * shell/ev-window.c: (update_action_sensitivity),
11906 (ev_window_cmd_view_reload):
11908 Add a "Reload" action and menu entry
11910 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
11912 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11913 iff the type doesn't support thumbnailing and indexing.
11915 2005-02-24 Martin Kretzschmar <martink@gnome.org>
11917 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11919 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11921 * pdf/splash/Splash.cc:
11923 Port fix for a crasher from kde bug
11924 http://bugs.kde.org/show_bug.cgi?id=97131
11926 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11928 * pdf/xpdf/pdf-document.cc:
11930 Return a link even if it's of an unrecognized
11931 type. Otherwise we go in an infinte cycle.
11933 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11935 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11936 (size_allocate_cb), (ev_window_set_sizing_mode):
11938 Update size when switching mode
11940 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11942 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11943 (ev_window_cmd_view_page_width), (update_sizing_buttons),
11944 (ev_window_cmd_view_normal_size):
11946 Fix size toggle buttons behavior
11948 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11950 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11951 (doc_rect_to_view_rect), (ev_view_size_allocate),
11952 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11953 (scale_changed_callback):
11955 Do not cache offsets in size_allocate.
11957 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11959 * shell/ev-view.c: (ev_view_size_allocate):
11961 Calculate offsets before calling the parent
11962 class (which does a redraw)
11964 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11966 * pdf/xpdf/pdf-document.cc:
11968 Fix a crasher on exit. Unused code, put a TODO
11970 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
11972 * backend/ev-document.c: (ev_document_class_init),
11973 (ev_document_page_changed), (ev_document_scale_changed):
11974 * backend/ev-document.h:
11976 Separate page/scale notifications
11978 * pdf/xpdf/pdf-document.cc:
11980 Emit the new signals.
11981 Do not display the pdf page in _render, do it
11982 when scale/page are requested.
11984 * ps/ps-document.c: (ps_document_set_zoom),
11985 (ps_document_widget_event):
11986 * ps/ps-document.h:
11988 Emit the new signals.
11990 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11991 (ev_view_init), (page_changed_callback), (scale_changed_callback),
11992 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11993 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11995 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11996 (ev_window_cmd_view_page_width), (size_allocate_cb),
11997 (ev_window_set_sizing_mode):
11999 Rework sizing to be pixel based.
12000 There are bugs but should be already way better.
12002 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
12004 * shell/ev-window.c: (ev_window_init):
12006 Do not allow to shrink sidebar smaller then
12009 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
12011 * shell/ev-sidebar.[ch]
12012 * shell/ev-window.c:
12014 Improved sidebar widget. Fixes #166683
12016 2005-02-23 Tommi Vainikainen <thv@iki.fi>
12018 * shell/ev-view.c (update_find_status_message): Give translators
12019 more flexibility with ngettext plural handling.
12021 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
12023 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12024 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12025 page when we get the page size.
12027 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12029 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12031 ps pages are 0 based, convert
12033 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12035 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12037 Initialize correct parent class. Set GError on document load
12039 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12041 * pdf/xpdf/pdf-document.cc:
12043 Fixup selection offset calculation
12045 * shell/ev-view.c: (view_rect_to_doc_rect),
12046 (doc_rect_to_view_rect), (ev_view_size_allocate),
12047 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12048 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12050 Store selection as document relative, so that zooming
12051 and offset changing doesnt break it.
12053 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12055 * shell/ev-view.c: (ev_view_best_fit):
12057 Do not try to best fit if the view is not realized
12059 2005-02-20 Kostas Papadimas <pkst@gnome.org>
12061 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12063 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
12065 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12067 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
12069 * shell/ev-window.c: Change the fullscreen toolbar to always be in
12070 the popup window. That prevents it resizing when in full screen
12073 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12074 multiple rerenders. This pretty much sucks.
12076 * data/evince-ui.xml: Change the fullscreen toolbar to include the
12077 rest of the toolbar.
12079 2005-02-18 Tommi Vainikainen <thv@iki.fi>
12081 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12083 2005-02-17 Alexander Shopov <ash@contact.bg>
12085 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12087 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
12089 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12091 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
12093 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12094 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12095 (set_document_page), (document_changed_callback),
12096 (ev_view_set_document), (ev_view_find_previous),
12097 (ev_view_hide_cursor), (ev_view_show_cursor):
12099 * shell/ev-window.c: (update_chrome_visibility),
12100 (fullscreen_timeout_cb), (fullscreen_set_timeout),
12101 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12102 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12103 (ev_window_unfullscreen):
12104 * shell/main.c: (main):
12106 Automatically hide the fullscreen button.
12107 Patch by Kristian Høgsberg <krh@redhat.com>
12109 2005-02-16 Vincent Noel <vnoel@cox.net>
12111 * shell/main.c (main): Specify an icon for the window. Patch by
12112 Jaap A. Haitsma. Fixes #166177.
12114 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
12116 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12118 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
12120 * backend/ev-document-misc.h:
12121 * backend/ev-document-misc.c:
12122 (ev_document_misc_get_page_border_size),
12123 (ev_document_misc_paint_one_page): New function to canonicalize
12124 sizing/painting a border.
12126 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12129 * pdf/xpdf/pdf-document.cc: use new function
12131 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12132 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12133 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12134 shell/ev-window.c: (update_sizing_buttons),
12135 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12136 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12137 (ev_window_cmd_view_page_width), (size_allocate_cb),
12138 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12139 and "fit width" values act as toggle buttons so they stay
12140 toggled. It's not 100% perfect, and it's a little slow, but it's
12141 good enough to commit I think.
12143 2005-02-15 David Lodge <dave@cirt.net>
12145 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12147 2005-02-15 Martin Kretzschmar <martink@gnome.org>
12149 * shell/ev-window.c (update_window_title): replace newlines in
12150 the title by spaces. Bug #166107.
12152 2005-02-14 Martin Kretzschmar <martink@gnome.org>
12154 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12155 parameters providing allocation width and height without
12156 scrollbars and width of a possible vertical scrollbar. With this
12157 additional information the functions can work as
12158 intended. Unfortunately they're not idempotent. We should
12159 transform these commands to toggles. Fixes Bug #164976
12160 Initial patch by Stephane Loeuillet, then heavily modified.
12162 * shell/ev-view.h: update prototypes.
12164 * shell/ev-window.c (ev_window_cmd_view_best_fit)
12165 (ev_window_cmd_view_page_width): provide EvView fit functions with
12166 all the information they need. Formulas to calculate this
12167 information taken from GtkScrolledWindow.
12169 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
12171 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12172 created a thumbnail, the list store is updated to know
12173 that the thumbnail is set. Fixes bug #166792
12175 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
12177 * shell/ev-window.c: fixed typo, closes bug 166897
12179 * TODO: updated TODO with bug numbers that are relevant
12181 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
12183 * shell/ev-window.c: Support for DnD of files. Fixes #164813
12185 2005-02-09 Vincent Noel <vnoel@cox.net>
12187 * shell/ev-window.c: (set_action_properties): Set the "Previous"
12188 and "Next" toolbar buttons as important to make them stand out.
12190 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
12194 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12195 (start_interpreter), (stop_interpreter), (document_load),
12196 (ps_document_next_page), (ps_document_goto_page),
12197 (ps_document_set_page_size), (ps_document_widget_event),
12198 (ps_document_render):
12199 * shell/ev-page-view.c: (ev_page_view_dispose):
12200 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12202 Fix compilation on non-gcc platforms
12204 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
12211 * pdf/xpdf/Catalog.cc:
12212 * pdf/xpdf/XRef.cc:
12214 Fix the fix for CAN-2004-0888
12216 2005-02-09 Luca Ferretti <elle.uca@libero.it>
12218 * data/Makefile.am:
12219 * data/evince-ui.xml:
12220 * shell/ev-stock-icons.c: (ev_stock_icons_init):
12221 * shell/ev-stock-icons.h:
12222 * shell/ev-window.c: (update_action_sensitivity),
12223 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12224 (set_action_properties):
12226 Improve toolbar layout/icons
12228 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
12230 * pdf/xpdf/pdf-document.cc:
12232 Add warnings about unimplemented/unknown link
12235 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12237 * ps/ps-document.c: (set_up_page):
12241 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12243 * ps/ps-document.c: (start_interpreter):
12247 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12249 * shell/ev-page-view.c: (ev_page_view_dispose):
12250 * shell/ev-view.c: (ev_view_finalize):
12251 * shell/ev-window.c: (ev_window_setup_document),
12252 (ev_window_dispose), (ev_window_init):
12254 Solve more refs issues.
12256 I commented out the page_view initialization for now:
12257 it was never destroyed (because it's never added
12258 to a container). Because of that we was leaking
12259 gs processes. Couldnt think to a clean fix.
12260 We need to figure this out, password view has the
12261 same issue probably.
12263 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12265 * ps/ps-document.c: (ps_document_finalize),
12266 (ps_document_get_n_pages), (ps_document_get_page):
12268 Some cleanups, stop the interpreter on finalize
12270 * shell/ev-page-view.c: (ev_page_view_dispose),
12271 (ev_page_view_class_init):
12273 Release our reference on the document
12275 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12279 * doc/debugging.txt:
12282 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12283 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12284 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12287 Add debugging helpers
12290 * ps/ps-document.c: (set_up_page), (start_interpreter),
12291 (stop_interpreter), (document_load), (ps_document_next_page),
12292 (ps_document_goto_page), (ps_document_set_page_size),
12293 (ps_document_widget_event), (ps_document_render):
12294 * shell/Makefile.am:
12295 * shell/ev-view.c: (expose_bin_window):
12296 * shell/main.c: (main):
12300 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12302 * ps/ps-document.c: (ps_document_widget_event):
12304 Initialize message_window, this should make ps
12305 rendering really work! (Never noticed because I was
12306 testing with a ps that is causing gs to exit every time!)
12308 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
12310 * data/evince.schemas.in: updated simple error in applyto closing tag
12312 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
12317 * data/Makefile.am:
12318 * data/evince-ui.xml:
12319 A data/evince.schemas.in:
12321 * shell/ev-stock-icons.c: (ev_stock_icons_init):
12322 * shell/ev-stock-icons.h:
12323 * shell/ev-window.c: (update_chrome_visibility),
12324 (update_chrome_flag), (ev_window_cmd_edit_find),
12325 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12326 (ev_window_unfullscreen), (ev_window_focus_in_event),
12327 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12328 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12329 (ev_window_view_sidebar_cb), (find_bar_close_cb),
12330 (ev_window_dispose), (ev_window_class_init),
12331 (set_action_properties), (set_chrome_actions), (load_chrome),
12334 Implement fullscreen mode changes from bug #164776.
12335 Also implement persistent chrome toggles.
12337 2005-02-07 Jordi Mallach <jordi@sindominio.net>
12339 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12341 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12347 Add another check for find interface
12351 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12353 * shell/ev-application.c: (ev_application_open):
12354 * shell/ev-window.c: (ev_window_open):
12356 Open gzipped ps documents
12358 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12361 * shell/ev-view.c: (set_document_page):
12363 Clamp page number, dont try to move to
12364 not existant pages.
12366 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12368 * backend/ev-document-find.c: (ev_document_find_changed):
12369 * backend/ev-document-find.h:
12370 * pdf/xpdf/pdf-document.cc:
12371 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12372 * shell/ev-window.c: (find_bar_search_changed_cb):
12374 Fix several bugs with find
12376 2005-02-04 Martin Kretzschmar <martink@gnome.org>
12378 * shell/ev-sidebar-thumbnails.c
12379 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12380 document. Prevents warning from scroll_to_cell.
12382 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
12384 * configure.ac: Add «nb» to ALL_LINGUAS too.
12386 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
12388 * NOTES: New file with some random thoughts.
12392 * backend/ev-document-misc.c:
12393 (ev_document_misc_get_page_border_size): New function to
12394 canonicalize shadow drawing sizes. Possibly goofy.
12396 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12397 (ev_view_best_fit), (ev_view_fit_width):
12398 * pdf/xpdf/pdf-document.cc:
12399 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12400 * ps/ps-document.c: (ps_document_get_page_size):
12401 * backend/ev-document-misc.h:
12402 * backend/ev-document.c: (ev_document_get_page_size):
12403 * backend/ev-document.h: get_page_size now takes a page number
12404 parameter. Made all the backends/frontends honor it.
12406 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
12407 see. Doesn't work yet.
12409 * shell/Makefile.am:
12410 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
12411 Doesn't do anything yet.
12413 * shell/ev-sidebar-thumbnails.c:
12414 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12417 * shell/ev-window.c: (update_action_sensitivity),
12418 (ev_window_setup_document), (ev_window_set_page_mode),
12419 (ev_window_page_mode_cb), (ev_window_init): Clean up the
12420 view-swapping code a bit so we can have multiple views on a
12421 document. Add the multi-page view, though it can't be turned on
12424 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
12426 * shell/ev-application.c: (ev_application_open):
12427 * shell/ev-view.c: (expose_bin_window):
12428 * shell/ev-window.c: (ev_window_open):
12430 Support eps and check document supports find
12431 before drawing highlightings in expose.
12433 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
12435 * pixbuf/pixbuf-document.c:
12436 (pixbuf_document_thumbnails_get_dimensions),
12437 (pixbuf_document_document_thumbnails_iface_init):
12439 implement get_dimensions
12441 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
12448 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12450 * shell/ev-view.c: (set_document_page):
12452 Scroll at the top of the page when changing page
12454 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12456 * shell/ev-view.c: (ev_view_motion_notify_event):
12458 Do not redraw unnecessarily
12460 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12462 * pdf/xpdf/pdf-document.cc:
12463 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12464 (expose_bin_window), (find_changed_cb):
12466 Yay! find works now... Now to find bugs...
12468 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12470 * backend/ev-document-find.c: (ev_document_find_base_init),
12471 (ev_document_find_changed):
12472 * backend/ev-document-find.h:
12473 * pdf/xpdf/pdf-document.cc:
12474 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12475 (expose_bin_window), (ev_view_init), (set_document_page),
12476 (ensure_rectangle_is_visible), (jump_to_find_result),
12477 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12478 (ev_view_find_next), (ev_view_find_previous):
12480 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12482 More work on find implementation, mostly there now
12484 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
12486 * backend/ev-backend-marshalers.list:
12487 * backend/ev-document-find.c: (ev_document_find_base_init),
12488 (ev_document_find_cancel), (ev_document_find_page_has_results),
12489 (ev_document_find_get_n_results), (ev_document_find_get_result),
12490 (ev_document_find_get_progress), (ev_document_find_changed):
12491 * backend/ev-document-find.h:
12493 Enanche the find interface to be really able to do
12496 * pdf/xpdf/pdf-document.cc:
12500 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12501 (expose_bin_window), (ev_view_init),
12502 (ev_view_get_find_status_message), (find_changed_cb),
12503 (ev_view_set_document), (set_document_page):
12505 Adapt to the new interface. A few things are regressed sorry,
12506 I will finish it soon.
12508 2005-01-28 Martin Kretzschmar <martink@gnome.org>
12510 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12511 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12512 ev_sidebar_thumbnails_parent_class variable, don't define another
12513 parent_class variable.
12515 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12516 (ev_page_action_class_init): ditto.
12518 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12519 (pixbuf_document_class_init): ditto.
12521 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12524 * .cvsignore: ignore various valgrind output files.
12526 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12528 * data/evince-ui.xml:
12529 * shell/Makefile.am:
12530 * shell/ev-history.c:
12531 * shell/ev-history.h:
12532 * shell/ev-navigation-action.c:
12533 * shell/ev-navigation-action.h:
12534 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12535 (ev_view_set_page), (ev_view_fit_width):
12537 * shell/ev-window.c: (update_action_sensitivity),
12538 (ev_window_setup_document), (register_custom_actions):
12540 Kill session history
12542 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12544 * shell/ev-window.c: (update_action_sensitivity):
12546 Fix inverted up/down buttons
12548 2005-01-27 Martin Kretzschmar <martink@gnome.org>
12550 * shell/ev-sidebar-thumbnails.c
12551 (ev_sidebar_thumbnails_select_page): make sure the selected
12552 thumbnail stays visible.
12554 2005-01-26 Martin Kretzschmar <martink@gnome.org>
12556 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12557 scrolled window for Federico.
12559 2005-01-26 Ole Laursen <olau@hardworking.dk>
12561 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12563 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
12566 * pdf/splash/SplashFTFontEngine.cc:
12568 Fix CID fonts with freetype 2.1.9
12570 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
12572 * TODO: added item for desktop icon thumbnailer
12574 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
12576 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12577 unloaded docs when the title is accessed.
12579 * shell/ev-password-view.[hc]: New widget for displaying password
12582 * shell/ev-window.[ch]: Refactor password handling code to handle
12585 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
12589 * data/Makefile.am:
12593 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12595 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12596 ignore page offset here, to make search results independent of it,
12598 * shell/ev-view.c (expose_bin_window): but take offsets into
12599 account here. Bug #164932
12601 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12602 scale at the right time. Bug #164996
12604 2005-01-22 Martin Kretzschmar <martink@gnome.org>
12606 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12607 fix the problem. Now I just removed the Adobe font names and hope
12608 that the URW fonts are always in outline format. Bug #164934
12610 * shell/ev-window.c (update_window_title): empty titles are
12611 useless, use filename in that case too.
12613 * NEWS: Add some content.
12615 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
12617 * TODO: added one more TODO item and a TODONE section :)
12619 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12621 * ps/ps-document.h: add page_[xy]_offset fields.
12623 * ps/ps-document.c (ps_document_set_page_offset)
12624 (ps_document_render): Keep offset in consideration in a few
12625 places. Bug #164752 "postscript documents are not centered in
12628 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12629 s/gpdf/evince/. Spotted by Stephane Loeuillet.
12631 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12632 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12633 stub out missing methods for complete EvDocument implementation.
12634 Fixes segfaults with Save A Copy and Copy actions.
12636 * ps/ps-document.c (ps_document_save, ps_document_get_text)
12637 (ps_document_document_iface_init): ditto.
12639 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12642 * data/Makefile.am:
12643 * data/evince.desktop.in:
12647 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12649 * shell/ev-view.c: (ev_view_button_press_event),
12650 (ev_view_motion_notify_event):
12652 Make selection work in any direction
12654 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12657 * shell/ev-window.c: (set_short_labels), (ev_window_init):
12659 Use shorter labels for some of the toolbars items
12661 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12663 * pdf/xpdf/pdf-document.cc:
12665 Check the links info is initialized before
12666 using it. Should fix a crash on startup.
12668 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12670 * pixbuf/pixbuf-document.c
12671 (pixbuf_document_thumbnails_get_dimensions): force floating point
12672 division to calculate page_ratio. Fixes crash with landscape
12675 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
12677 * shell/ev-view.c (ev_view_realize): make the bg color darker.
12679 2005-01-20 Martin Kretzschmar <martink@gnome.org>
12681 * shell/ev-view.c (set_document_page): unset has_selection when
12683 (set_document_page): handle paper size changes when the page
12684 changes (test with Free Culture, page 2).
12686 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12688 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12689 (expose_bin_window), (ev_view_class_init), (ev_view_init):
12691 Use normal style color for the widget background and
12692 draw a black box around the page.
12694 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12696 * pdf/xpdf/pdf-document.cc:
12698 Keep offset in consideration in a few places
12700 * shell/ev-view.c: (expose_bin_window):
12702 Set the offsets so that the document is ever centered
12704 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
12706 * TODO: Added TODO items and finished off the first todo item
12708 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12709 reflect current authors
12711 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12713 * pdf/xpdf/pdf-document.cc:
12714 * shell/ev-view.c: (ev_view_set_cursor),
12715 (ev_view_motion_notify_event), (document_changed_callback),
12716 (set_document_page):
12718 Show a wait cursor while the page is rendering
12720 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12722 * shell/ev-sidebar-thumbnails.c:
12723 (ev_sidebar_tree_selection_changed),
12724 (ev_sidebar_thumbnails_select_page):
12725 * shell/ev-sidebar-thumbnails.h:
12726 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12727 (ev_view_can_go_forward):
12728 * shell/ev-window.c: (ev_window_open_page),
12729 (ev_window_setup_document), (update_current_page),
12730 (view_page_changed_cb), (ev_window_init):
12731 * shell/ev-window.h:
12733 Ensure thumbnails selection, toolbar page control and
12734 current page are in sync.
12736 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
12738 * pdf/xpdf/XRef.cc:
12742 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
12744 * backend/Makefile.am:
12745 * backend/ev-document-links.h:
12746 * backend/ev-document-security.c: (ev_document_security_get_type),
12747 (ev_document_security_has_document_security),
12748 (ev_document_security_set_password):
12749 * backend/ev-document-security.h:
12750 * backend/ev-document.c: (ev_document_error_quark):
12751 * backend/ev-document.h:
12752 * data/Makefile.am:
12753 * data/evince-password.glade:
12754 * pdf/xpdf/pdf-document.cc:
12755 * shell/Makefile.am:
12756 * shell/ev-password.c: (ev_password_set_bad_password_label),
12757 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12758 (ev_password_dialog_get_password),
12759 (ev_password_dialog_set_bad_pass):
12760 * shell/ev-password.h:
12761 * shell/ev-window.c: (ev_window_get_attribute),
12762 (ev_window_set_property), (update_action_sensitivity),
12763 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12764 (ev_window_setup_document), (ev_window_get_password),
12765 (ev_window_open), (ev_window_cmd_save_as),
12766 (using_postscript_printer), (ev_window_print),
12767 (find_not_supported_dialog), (ev_window_cmd_edit_find),
12768 (update_fullscreen_popup), (ev_window_fullscreen),
12769 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12770 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12771 (menu_item_select_cb), (find_bar_search_changed_cb),
12772 (ev_window_dispose), (ev_window_init):
12774 Add initial support for password-supported dialogs. This could be
12775 a lot cooler, but it'll do for now.
12777 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
12779 * pdf/xpdf/pdf-document.cc:
12780 * shell/ev-view.c: (status_message_from_link),
12781 (ev_view_set_status), (ev_view_set_cursor),
12782 (ev_view_motion_notify_event), (ev_view_init):
12783 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12785 Fix bugs in the links implementation and change cursor
12786 when hovering a link.
12788 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
12790 * viewer/.cvsignore: added cvsignore file for viewer directory
12792 * TODO: created TODO document
12794 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
12797 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
12798 new functions to help with implementation of sensitivity code
12799 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12800 of all actions that might require it. Fixes a crash when you
12801 click on the Zoom actions in a window lacking a document.
12803 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
12805 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12808 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12810 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12811 (pixbuf_document_document_iface_init):
12812 * ps/ps-document.c: (ps_document_get_link),
12813 (ps_document_document_iface_init):
12814 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12815 (status_message_from_link), (ev_view_set_status),
12816 (ev_view_set_find_status), (ev_view_motion_notify_event),
12817 (ev_view_button_release_event), (ev_view_set_property),
12818 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12819 (ev_view_get_find_status_message), (update_find_results),
12820 (ev_view_get_status), (ev_view_get_find_status):
12822 * shell/ev-window.c: (view_status_changed_cb),
12823 (view_find_status_changed_cb), (ev_window_init):
12825 View status message support, use it to show the links.
12828 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12830 * backend/ev-document.c: (ev_document_get_link):
12831 * backend/ev-document.h:
12832 * pdf/xpdf/pdf-document.cc:
12833 * shell/ev-application.c: (ev_application_open):
12834 * shell/ev-application.h:
12835 * shell/ev-sidebar-links.c: (selection_changed_cb):
12836 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12837 (ev_view_go_to_link):
12839 Add support for document links
12841 2005-01-13 Anders Carlsson <andersca@gnome.org>
12843 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12844 (create_tool_item):
12845 Set the spin button limits correctly.
12847 * shell/ev-sidebar-thumbnails.c:
12848 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12849 Support changing pages by clicking on the thumbnails.
12851 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
12853 * pixbuf/pixbuf-document.c:
12854 (pixbuf_document_thumbnails_get_dimensions),
12855 (pixbuf_document_document_thumbnails_iface_init):
12857 implement get_dimensions
12859 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12861 * ps/ps-document.c: (ps_document_goto_page):
12863 Fix page switching on multipage documents
12865 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
12867 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12869 check for NULL before assigning to width and height parameters
12871 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12873 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12874 (pixbuf_document_set_property), (pixbuf_document_get_property):
12876 implement get/set properties
12878 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12880 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12882 return NULL instead of "Unknown", letting the title get set to
12883 the filename when the pdf has no title.
12885 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12887 * ps/ps-document.c: (ps_document_get_page_count),
12888 (ps_document_goto_page):
12890 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12892 * shell/ev-history.c: (ev_history_get_property),
12893 (ev_history_set_property), (ev_history_class_init),
12894 (ev_history_add_page), (ev_history_set_current_index):
12895 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12896 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12897 (ev_navigation_action_finalize):
12898 * shell/ev-navigation-action.h:
12899 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12900 (ev_view_go_forward), (ev_view_get_find_status_message),
12901 (history_index_changed_cb), (ev_view_set_history):
12903 * shell/ev-window.c: (update_total_pages), (ev_window_open),
12904 (update_current_page), (register_custom_actions):
12906 Implement history dropdowns
12908 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
12910 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12911 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12912 (ev_view_go_forward):
12913 * shell/ev-window.c: (register_custom_actions):
12915 Fix several history bugs
12917 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
12919 * configure.ac: Add «nb» to ALL_LINGUAS.
12921 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
12923 * backend/Makefile.am:
12924 * backend/ev-bookmark.c:
12925 * backend/ev-bookmark.h:
12926 * backend/ev-document-bookmarks.c:
12927 * backend/ev-document-bookmarks.h:
12928 * backend/ev-document-links.c: (ev_document_links_get_type),
12929 (ev_document_links_has_document_links),
12930 (ev_document_links_begin_read), (ev_document_links_get_link),
12931 (ev_document_links_get_child), (ev_document_links_next),
12932 (ev_document_links_free_iter):
12933 * backend/ev-document-links.h:
12934 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12935 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12936 (ev_link_get_link_type), (ev_link_set_link_type),
12937 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12938 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12939 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12940 (ev_link_new_external):
12941 * backend/ev-link.h:
12942 * pdf/xpdf/pdf-document.cc:
12943 * shell/Makefile.am:
12944 * shell/ev-application.c: (ev_application_open_link):
12945 * shell/ev-application.h:
12946 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12947 (ev_history_get_link_nth):
12948 * shell/ev-history.h:
12949 * shell/ev-sidebar-bookmarks.c:
12950 * shell/ev-sidebar-bookmarks.h:
12951 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12952 (ev_sidebar_links_class_init), (selection_changed_cb),
12953 (ev_sidebar_links_construct), (ev_sidebar_links_init),
12954 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12955 (do_one_iteration), (populate_links_idle),
12956 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12957 * shell/ev-sidebar-links.h:
12958 * shell/ev-sidebar.c: (ev_sidebar_set_document):
12959 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12962 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12963 * shell/ev-window.h:
12965 Rename bookmark to link, and use "Index" for the sidebar panel.
12967 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
12969 * shell/Makefile.am:
12970 * shell/ev-application.c: (ev_application_open_bookmark):
12971 * shell/ev-application.h:
12972 * shell/ev-history.c: (ev_history_init), (free_links_list),
12973 (ev_history_finalize), (ev_history_class_init),
12974 (ev_history_add_link), (ev_history_add_page),
12975 (ev_history_get_link_nth), (ev_history_get_n_links),
12976 (ev_history_get_current_index), (ev_history_set_current_index),
12978 * shell/ev-history.h:
12979 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12980 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12981 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12982 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12983 (ev_view_set_page):
12985 * shell/ev-window.c: (ev_window_open_bookmark),
12986 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12987 (goto_page_cb), (register_custom_actions):
12988 * shell/ev-window.h:
12990 Initial history implementation. Needs work.
12992 2005-01-09 Martin Kretzschmar <martink@gnome.org>
12994 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12996 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
12998 * cut-n-paste/recent-files/egg-recent-item.c:
12999 * cut-n-paste/recent-files/egg-recent-item.h:
13000 * cut-n-paste/recent-files/egg-recent-model.c:
13001 * cut-n-paste/recent-files/egg-recent-util.c:
13002 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13003 * cut-n-paste/recent-files/egg-recent-view.c:
13007 2005-01-08 Martin Kretzschmar <martink@gnome.org>
13009 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13010 (fillGlyph, fillImageMask, drawImage):
13011 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13012 pdf/splash/SplashTypes.h:
13013 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13014 packed mode for Splash.
13016 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13017 RGB8 packed mode, eliminates the pixbuf data creation loop.
13019 * shell/ev-print-job.c (ev_print_job_finalize)
13020 (ev_print_job_set_property, ev_print_job_get_property)
13021 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13022 (ev_print_job_use_print_dialog_settings, idle_print_handler)
13023 (print_closure_finalize, ev_print_job_print): implement
13024 printing (for backends with EvPsExporter)
13026 * shell/ev_print_job.h: update prototypes.
13028 * shell/ev-window.c (ev_window_print): unref print job after
13031 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13032 unless the document implements the EvDocumentFind interface.
13034 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
13036 * configure.ac: Added ja to ALL_LINGUAS.
13038 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13040 * pdf/xpdf/pdf-document.cc:
13042 add a FIXME. We should probably not allocate
13043 a bookmark object every time
13045 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13047 * shell/ev-application.c: (ev_application_open),
13048 (ev_application_open_bookmark):
13049 * shell/ev-application.h:
13051 Add a way to open bookmarks
13053 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13054 (ev_bookmark_set_uri), (ev_bookmark_get_property),
13055 (ev_bookmark_set_property), (ev_bookmark_class_init),
13056 (ev_bookmark_new_title), (ev_bookmark_new_link),
13057 (ev_bookmark_new_external):
13059 Support for external uris, better constructors.
13061 * backend/ev-bookmark.h:
13062 * pdf/xpdf/pdf-document.cc:
13063 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13065 Handle external uris
13067 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13069 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13070 (ev_sidebar_bookmarks_construct), (do_one_iteration):
13072 Hook up bookmarks navigation
13074 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13076 * backend/Makefile.am:
13077 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13078 (ev_bookmark_get_title), (ev_bookmark_set_title),
13079 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13080 (ev_bookmark_get_page), (ev_bookmark_set_page),
13081 (ev_bookmark_get_property), (ev_bookmark_set_property),
13082 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13084 * backend/ev-bookmark.h:
13085 * backend/ev-document-bookmarks.c:
13086 (ev_document_bookmarks_get_bookmark):
13087 * backend/ev-document-bookmarks.h:
13088 * pdf/xpdf/pdf-document.cc:
13089 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13091 Add a bookmark object to the backend and use it instead of get_values
13093 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13095 * data/evince-ui.xml:
13097 Cleanup and add select all.
13099 * shell/ev-view.c: (ev_view_select_all),
13100 (ev_view_button_press_event):
13102 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13105 Clear selection on click.
13107 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
13109 * shell/ev-sidebar-thumbnails.c
13110 (ev_sidebar_thumbnails_set_document): forgot to unref the
13113 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
13115 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13116 at the visible page, not just linearly. This makes it look fast.
13118 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
13120 * backend/ev-document-misc.c
13121 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13123 * backend/ev-document-thumbnails.h: New interface to get the size
13126 2005-01-06 Jeremy Katz <katzj@redhat.com>
13128 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13131 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
13133 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13134 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
13137 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13139 2005-01-05 Martin Kretzschmar <martink@gnome.org>
13141 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13142 fonts. Should fix font problems on systems that have the base
13143 fonts in bitmap format. Reported by James Henstridge
13144 <james@jamesh.id.au>.
13146 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13149 * pdf/xpdf/GfxState.cc:
13151 Fix for CAN-2004-1125
13153 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13155 * shell/ev-view.c: (ev_view_copy):
13157 * shell/ev-window.c: (ev_window_cmd_edit_copy):
13159 Implement Edit->Copy
13161 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13163 * backend/ev-document.c: (ev_document_get_text):
13164 * backend/ev-document.h:
13165 * pdf/xpdf/pdf-document.cc:
13166 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13167 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13168 (ev_view_update_primary_selection), (ev_view_button_press_event),
13169 (ev_view_motion_notify_event), (ev_view_button_release_event):
13171 Beginnings of clipboard support. Incomplete but primary sort
13174 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13176 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13177 (expose_bin_window):
13179 Nicer rubberband drawing, from GtkIconView.
13181 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13183 * backend/ev-document.c: (ev_document_save):
13184 * backend/ev-document.h:
13185 * data/evince-ui.xml:
13186 * pdf/xpdf/pdf-document.cc:
13187 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13189 Implement "Save a copy..." menu item
13191 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13193 * shell/ev-view.c: (ev_view_zoom):
13195 Queue a resize when zoom changes
13197 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
13199 * backend/ev-document-misc.[ch]: New misc file to do simple drop
13202 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13205 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
13207 * pdf/xpdf/pdf-document.cc
13208 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13210 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
13212 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13213 It's slow, but I'll speed it up next!
13215 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
13217 * shell/main.c (load_files):
13219 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13220 from the command line and because it seems more appropriate.
13222 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
13224 * data/evince-ui.xml:
13225 * shell/ev-window.c: (update_action_sensitivity),
13226 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13228 s/next page/page down
13229 s/previous page/page up
13231 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
13233 * data/evince-ui.xml:
13235 Change the layout to match clarkbw design.
13237 * shell/Makefile.am:
13238 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13239 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13240 (ev_navigation_action_finalize),
13241 (ev_navigation_action_set_property),
13242 (ev_navigation_action_get_property),
13243 (ev_navigation_action_class_init):
13244 * shell/ev-navigation-action.h:
13246 Implement clarkbw toolbar navigation controls (incomplete)
13248 * shell/ev-page-action.c: (update_label), (update_spin),
13249 (value_changed_cb), (create_tool_item), (connect_proxy),
13250 (ev_page_action_init), (ev_page_action_finalize),
13251 (ev_page_action_set_property), (ev_page_action_get_property),
13252 (ev_page_action_set_current_page),
13253 (ev_page_action_set_total_pages), (ev_page_action_class_init):
13254 * shell/ev-page-action.h:
13256 Implement a page switcher in the toolbar
13258 * shell/ev-view.c: (ev_view_scroll_view):
13259 * shell/ev-window.c: (update_total_pages), (ev_window_open),
13260 (update_current_page), (view_page_changed_cb), (goto_page_cb),
13261 (register_custom_actions), (ev_window_init):
13263 Change page on PageUp/Down.
13265 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
13267 * pdf/xpdf/pdf-document.cc
13268 (pdf_document_thumbnails_get_thumbnail): initial stab at
13269 implementing thumbnail support for pdfs. It only does documents
13270 with precached pdfs now.
13272 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
13274 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13275 thumbnail code into a time-based idle as well. Also, turn off the
13276 shadow temporarily as it's really slow.
13278 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
13280 * backend/ev-document.c: (ev_document_class_init):
13281 * pdf/xpdf/pdf-document.cc:
13282 * shell/ev-window.c: (ev_window_open):
13284 Fix document title bugs and fallback to
13285 filename when not available.
13287 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
13289 * backend/ev-document.c: (ev_document_get_type),
13290 (ev_document_class_init), (ev_document_load),
13291 (ev_document_get_title):
13292 * backend/ev-document.h:
13293 * pdf/xpdf/pdf-document.cc:
13294 * ps/ps-document.c: (ps_document_set_property),
13295 (ps_document_get_property), (ps_document_class_init),
13297 * ps/ps-document.h:
13299 * shell/ev-window.c: (update_window_title), (ev_window_open),
13302 Initial support for document title. Not working yet.
13304 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13306 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13308 Grab focus on the view when clicking it
13310 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13312 * shell/ev-marshal.list:
13313 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13314 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13316 Add key bindings to the view. Now if the focus would work
13319 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13322 * backend/Makefile.am:
13323 * data/Makefile.am:
13325 * dvi/dvilib/Makefile.am:
13326 * pdf/xpdf/Makefile.am:
13332 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13334 * shell/ev-view.c: (ev_view_realize):
13336 Fix mouse wheel scrolling
13338 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13344 * ps/ps-document.c: (catchPipe), (ps_document_init),
13345 (ps_document_class_init), (ps_document_cleanup),
13346 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13347 (set_up_page), (close_pipe), (is_interpreter_ready),
13348 (interpreter_failed), (output), (input), (start_interpreter),
13349 (stop_interpreter), (file_length), (file_readable),
13350 (check_filecompressed), (check_pdf), (compute_xdpi),
13351 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13352 (ps_document_get_type), (ps_document_emit_error_msg),
13353 (document_load), (ps_document_next_page),
13354 (ps_document_get_current_page), (ps_document_get_page_count),
13355 (ps_document_goto_page), (ps_document_set_page_size),
13356 (ps_document_zoom_to_fit), (ps_document_set_zoom),
13357 (ps_document_load), (ps_document_get_n_pages),
13358 (ps_document_set_page), (ps_document_get_page),
13359 (ps_document_widget_event), (ps_document_set_target),
13360 (ps_document_set_scale), (ps_document_set_page_offset),
13361 (ps_document_get_page_size), (ps_document_render),
13362 (ps_document_document_iface_init):
13363 * ps/ps-document.h:
13365 * shell/ev-window.c: (ev_window_open):
13367 Rename GtkGS to PSDocument
13369 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13371 * ps/gtkgs.c: (gtk_gs_class_init):
13374 Some more leftover...
13376 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13378 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13379 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13380 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13383 Remove unused code and make a lot of stuff private
13385 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13387 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13388 (gtk_gs_defaults_changed):
13394 Cleanup headers dependencies
13396 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13401 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13403 * ps/gtkgs.c: (file_length), (file_readable),
13404 (check_filecompressed), (check_pdf), (gtk_gs_load),
13405 (gtk_gs_get_postscript):
13407 Get rid of ggvutils
13409 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13414 * ps/gtkgs.c: (gtk_gs_set_zoom):
13418 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13420 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13422 Ensure the page is rerendered when changing zoom
13424 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13426 * backend/ev-document.c: (ev_document_base_init),
13427 (ev_document_changed):
13428 * backend/ev-document.h:
13430 Add a changed event that is emitted when the page content
13431 changes. This is necessary to deal with the fact that
13432 in ps backend rendering happen asycrounously.
13433 This makes the ps backend mostly work.
13435 * pdf/xpdf/pdf-document.cc:
13439 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13440 (ps_document_set_target):
13444 * shell/ev-view.c: (document_changed_callback),
13445 (ev_view_set_document), (ev_view_set_page):
13447 Redraw on the changed signal
13449 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
13451 * configure.ac: Added pt_BR to ALL_LINGUAS.
13453 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
13455 * backend/ev-document-bookmarks.c:
13456 (ev_document_bookmarks_get_child): *
13457 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13458 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13459 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13460 (ev_sidebar_bookmarks_destroy),
13461 (ev_sidebar_bookmarks_class_init),
13462 (ev_sidebar_bookmarks_construct), (stack_data_free),
13463 (do_one_iteration), (populate_bookmarks_idle),
13464 (ev_sidebar_bookmarks_clear_document),
13465 (ev_sidebar_bookmarks_set_document): *
13466 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13467 (ev_sidebar_add_page),
13468 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13469 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
13470 it displays both the topics and the page numbers.
13472 2004-12-23 Kristian Høgsberg <krh@redhat.com>
13474 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13476 * shell/ev-window.c (toggle_entries): Set sidebar default value to
13479 2004-12-23 Adam Weinberger <adamw@gnome.org>
13481 * configure.ac: Added en_CA to ALL_LINGUAS.
13483 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13485 * ChangeLog: replace bottom of this ChangeLog (merged history of
13486 ggv and gpdf; where all paths were wrong and most of the files are
13487 not even in this tree) with ChangeLog (from arch) of the shell
13490 2004-12-23 Havoc Pennington <hp@redhat.com>
13492 * shell/ev-window.c: hook up potentially-questionable "find
13493 results status text" feature - something involving the sidebar or
13494 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13495 might be better in the end.
13497 * shell/ev-view.c (ev_view_get_find_status_message): new function,
13498 with corresponding signal when it should be updated
13500 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13502 2004-12-22 Havoc Pennington <hp@redhat.com>
13504 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13505 find stuff on other pages, sort of (only returns one result on
13506 invisible pages, to show they have results; updates full results
13507 for a page when you view it). Currently repaints the current page
13508 every time a new result is found on any page, which isn't so nice.
13510 2004-12-22 Havoc Pennington <hp@redhat.com>
13512 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13513 the document doesn't support find (better ideas?)
13514 (find_bar_search_changed_cb): handle missing document or document
13515 that doesn't support find
13517 * pdf/xpdf/pdf-document.cc: port to implement the new
13518 EvDocumentFindIface
13520 * backend/ev-document-find.c: create a new interface for searching
13522 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13524 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13526 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13529 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13530 EvPrintJob constructor arguments.
13532 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13533 for documents that can export PostScript (page by page).
13535 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13537 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13538 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13539 (pdf_document_ps_exporter_iface_init:
13540 Implement EvPSExporter.
13542 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13544 2004-12-22 Anders Carlsson <andersca@gnome.org>
13546 * backend/Makefile.am:
13547 * backend/ev-document-thumbnails.c:
13548 (ev_document_thumbnails_get_type),
13549 (ev_document_thumbnails_get_thumbnail):
13550 * backend/ev-document-thumbnails.h:
13551 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13552 (pixbuf_document_thumbnails_get_thumbnail),
13553 (pixbuf_document_document_thumbnails_iface_init):
13554 * shell/Makefile.am:
13555 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13556 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13557 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13558 * shell/ev-sidebar-thumbnails.h:
13559 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13560 (ev_sidebar_set_document):
13561 * shell/ev-utils.c: (gaussian), (create_blur_filter),
13562 (create_shadow), (ev_pixbuf_add_shadow):
13563 * shell/ev-utils.h:
13564 Add thumbnail support.
13566 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13568 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13569 (using_postscript_printer): Set up a print dialog for "PostScript
13572 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13575 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13577 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13579 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13580 (ps_document_set_target), (ps_document_get_page_size),
13581 (ps_document_render):
13586 2004-12-22 Christian Rose <menthos@menthos.com>
13588 * configure.ac: Added "sv" to ALL_LINGUAS.
13590 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
13592 * backend/ev-document-bookmarks.[ch]: new interface to indicate
13593 document supports bookmarks.
13595 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13597 * ps/ggvutils.c: (ggv_file_readable):
13599 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13600 (gtk_gs_get_postscript):
13602 Remove unused utils
13604 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13606 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13607 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13608 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13609 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13610 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13611 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13612 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13613 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13614 (gtk_gs_set_antialiasing), (ps_document_load),
13615 (ps_document_render):
13618 Another check point for the ps backend. Now I can get it to show
13621 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
13623 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13624 document setting code.
13626 2004-12-22 Anders Carlsson <andersca@gnome.org>
13628 * shell/eggfindbar.c: (entry_activate_callback):
13629 Animate the next button when activate is pressed.
13631 2004-12-22 Anders Carlsson <andersca@gnome.org>
13633 * shell/ev-window.c: (ev_window_cmd_edit_find),
13634 (update_fullscreen_popup), (ev_window_fullscreen),
13635 (ev_window_unfullscreen), (ev_window_state_event_cb),
13636 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13637 Fix bugs in fullscreen code.
13639 2004-12-22 Anders Carlsson <andersca@gnome.org>
13643 * pixbuf/Makefile.am:
13644 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13645 (pixbuf_document_load), (pixbuf_document_get_n_pages),
13646 (pixbuf_document_set_page), (pixbuf_document_get_page),
13647 (pixbuf_document_set_target), (pixbuf_document_set_scale),
13648 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13649 (pixbuf_document_render), (pixbuf_document_begin_find),
13650 (pixbuf_document_end_find), (pixbuf_document_finalize),
13651 (pixbuf_document_class_init),
13652 (pixbuf_document_document_iface_init), (pixbuf_document_init):
13653 * pixbuf/pixbuf-document.h:
13654 * shell/Makefile.am:
13655 * shell/ev-application.c: (ev_application_open):
13656 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13658 Add pixbuf backend.
13660 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
13663 * dvi/dvilib/Makefile.am:
13665 * configure.ac: Auto*ify dvi and dvi/dvilib
13667 * dvi/Makefile: Remove from CVS
13669 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13672 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13674 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13676 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13679 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13680 (gtk_gs_value_adjustment_changed), (compute_size),
13681 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13682 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13683 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13684 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13685 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13686 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13687 (ps_document_load), (ps_document_get_n_pages),
13688 (ps_document_set_page), (ps_document_get_page),
13689 (ps_document_set_target), (ps_document_set_scale),
13690 (ps_document_set_page_offset), (ps_document_get_page_size),
13691 (ps_document_render), (ps_document_begin_find),
13692 (ps_document_end_find), (ps_document_document_iface_init):
13694 * shell/Makefile.am:
13695 * shell/ev-window.c: (ev_window_open):
13697 Some work to integrate gtkgs with EvDocument
13699 2004-12-22 Anders Carlsson <andersca@gnome.org>
13701 * shell/ev-window.c: (update_fullscreen_popup),
13702 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13703 (exit_fullscreen_button_clicked_cb),
13704 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13705 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13706 (ev_window_state_event_cb), (ev_window_init):
13707 Add fullscreen support from Epiphany.
13709 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13711 * data/ev-stock-zoom-fit-width.png: fit-width
13712 stock icon from gpdf.
13714 * shell/ev-stock-icons.[ch]: copied from gpdf.
13716 * shell/main.c: (main): init stock icons.
13718 * shell/ev-window.c: use the fit-width icon.
13720 * data/evince-ui.xml: add zooming toolbar items.
13722 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13725 (ev_view_best_fit), (ev_view_fit_width): because
13726 get_page_size() returns the scaled page size, we
13727 need to calculate the scale factor relative to
13728 the previous scale factor. Should really just
13729 add get_real_page_size().
13731 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13733 * shell/ev-view.[ch]:
13734 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13735 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13738 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13739 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13740 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13743 * pdf/xpdf/pdf-document.cc:
13744 (pdf_document_begin_find),
13745 (pdf_document_end_find): make static.
13747 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13749 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13751 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13752 names to fontconfig patterns.
13753 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13755 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13758 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13774 Import ggv backend. Not hooked up yet.
13776 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13778 * shell/main.c: (load_files), (main): load files
13779 from the command line.
13781 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13783 * configure.ac: don't require bonobo.
13785 * cut-n-paste/recent-files/*: kill bonobo recent
13788 * shell/ev-window.c:
13789 (ev_window_is_empty): upd.
13790 (unable_to_load), (ev_window_open): load backend
13791 based on the mime type.
13793 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13795 * backend/.cvsignore: ignore generated marshalers source.
13797 * shell/main.c (main): this is not epiphany.
13799 2004-12-22 Havoc Pennington <hp@redhat.com>
13801 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13802 (expose_bin_window): draw find highlights
13804 * shell/ev-window.c (find_bar_search_changed_cb): implement
13806 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
13807 (pdf_document_end_find): implement this interface
13809 * backend/ev-document.c (ev_document_found): add this to emit
13812 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
13814 * data/evince-ui.xml: Add a few more toolbar items.
13816 * shell/ev-window.c: Hook up page navigation toolbar
13819 * shell/ev-view.[ch]: add ev_view_set/get_page and
13820 a page-changed signal.
13822 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13823 Add ev_document_get_page().
13825 * shell/ev-window.c: Sensitize/desensitize navigation
13828 2004-12-21 Havoc Pennington <hp@redhat.com>
13830 * backend/ev-backend-marshal.c,
13831 backend/ev-backend-marshalers.list, backend/Makefile.am: add
13832 marshaler-generator thingy. I'm sure there's a better way to do
13833 this in the modern world.
13835 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13836 end_find methods and "found" signal.
13838 * configure.ac: find glib-genmarshal
13840 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
13842 * shell/ev-sidebar.c: Construct an actual sidebar.
13843 * shell/ev-sidebar-bookmarks.[ch]:
13844 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13846 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
13848 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13849 Redo size handling.
13851 * shell/ev-view.c: Track the size from the document.
13853 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
13855 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13856 constructor assumes ownership of the string passed in.
13858 * shell/ev-window.c (ev_window_open): Destroy the error
13859 dialog once we've displayed it.
13861 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
13863 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
13864 a bit, it works! (sort of)
13866 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13867 Move to .cc since we need to use C++ in the implementation.
13869 * shell/dummy.cc: Add a CC file to force evince
13870 to be linked as a C++ program.
13872 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
13874 * shell/ev-view.[ch]: Start of content-area widget.
13876 * shell/ev-window.c: Create a EvView, update it
13877 as we change documents.
13879 * shell/Makefile.am shell/ev-marshal.list: Add
13880 generated marshalers.
13882 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
13884 * Makefile.am (SUBDIRS): move shell.
13886 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
13888 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13889 .a to libtool convenience libraries.
13891 * shell/ev-window.c (ev_window_open): Hard code loading
13894 * backend/ev-document.h: Add a boolean return to load(),
13895 fix GError * to GError **.
13897 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13898 object for a PDF backend EvDocument.
13900 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
13902 * dvi/*: New directory with the beginning of a .dvi backend.
13904 2004-12-21 Havoc Pennington <hp@redhat.com>
13906 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13907 previous/next instead of back/forward
13909 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
13911 * backend/ev-document.[ch]: Fix a couple of problems so
13914 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
13916 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
13917 to backend/ directory, rename EvViewer to EvDocument.
13919 2004-12-21 Havoc Pennington <hp@redhat.com>
13921 * shell/ev-window.c: hook up the find bar widget; now we just need
13922 a document to find things in
13924 * shell/eggfindbar.c: a find bar widget
13926 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
13928 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13930 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
13932 * pdf/**: Import of xpdf code from gpdf.
13934 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13936 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13937 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
13938 Fix FreeType includes.
13940 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13941 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13942 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13943 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13944 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13945 Include xpdfconfig.h
13947 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
13949 * shell/ev-window.c (ev_window_dispose): dispose can be called
13952 2004-12-21 Havoc Pennington <hp@redhat.com>
13954 * shell/ev-window.c (ev_window_init): set title to Document Viewer
13957 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13958 items; really they should be synced with the strings, etc. from
13959 current gpdf, but just getting the boring typing out of the way
13961 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13964 * shell/ev-application.c: (window_destroy_cb):
13965 * shell/ev-window.c:
13966 * shell/main.c: (main):
13968 Actually show the window...
13970 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13973 * shell/Makefile.am:
13974 * shell/ev-application.c: (ev_application_class_init):
13975 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13977 Make it build again
13979 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
13981 Import to gnome cvs.
13983 * Remove copies of gpdf and ggv trees.
13984 * Rip out all the recursive configure code.
13985 * Remove bonobo machinery.
13986 * viewer/*: GInterfaces that backends should/can implement.
13988 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
13990 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13993 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
13995 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13996 (ev_application_finalize, ev_application_class_init)
13997 (ev_application_init): use GType instance private data for priv.
13999 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14000 (ev_window_finalize, ev_window_class_init)
14001 (ev_window_init): ditto.
14003 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
14005 * shell/ev-application.c (ev_application_new_window): make public
14006 (ev_application_show_initial_window): kill.
14008 * shell/ev-application.h: update prototypes.
14010 * shell/main.cc (main): inline ev_application_show_initial_window.
14012 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
14014 * shell/ev-application.c (ev_application_new_window): impl.
14015 (ev_application_show_initial_window): use it.
14016 (is_window_empty, ev_application_get_empty_window): returns an
14017 existing empty window or a new one.
14018 (ev_application_open): from ev_window_cmd_file_open.
14020 * shell/ev-application.h: update prototypes
14022 * shell/ev-window.c (ev_window_is_empty): impl.
14023 (ev_window_open): make public.
14024 (ev_window_cmd_file_open): use ev_application_open
14026 * shell/ev-window.h: update prototypes, remove unused.
14028 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14030 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14031 move destroy handler out of here...
14033 * shell/ev-application.c, shell/ev-application.h: ...into this new
14034 class. Also handles initial window creation.
14036 * shell/main.cc (main): use EvApplication to create initial
14039 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14041 * Makefile.am (SUBDIRS): add cut-n-paste
14043 * cut-n-paste/Makefile.am: add
14045 * configure.ac: generate Makefiles in cut-n-paste
14047 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14049 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14050 (ev_window_class_init): install ev_window_dispose.
14052 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14054 * shell/ev-window.h, shell/ev-window.c: replace gchar with
14055 char (gchar looks stupid).
14057 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14059 * po/de.po: updated German translation.
14061 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14063 * configure.ac: add more pkg-config library checks for gnome-vfs,
14066 * gpdf/configure.in: temporarily disable libpaper
14067 checks. Otherwise I'd have to add the checks for the shell, too.
14069 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14071 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14072 and * file filters to the file choose.
14074 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14076 * po/de.po: Updated German translation.
14078 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14080 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14082 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14084 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14086 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14087 (ev_window_init): implement those menuitems.
14089 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14091 * data/evince-ui.xml: add a toolbar (with FileOpen action)
14093 * shell/ev-window.c (ev_window_init): use the toolbar.
14095 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14097 * shell/ev-window.c (ev_window_init): use menu translations
14099 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14101 * configure.ac: add "de" to ALL_LINGUAS.
14103 * po/de.po: add German translation.
14105 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14107 * Makefile.am (SUBDIRS): add po
14109 * configure.ac: check intltool, glib-gettext etc, generate
14112 * po, po/POTFILES.in, po/POTFILES.skip: new.
14114 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14116 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14117 already use (#ifdef ENABLE_NLS)
14119 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14120 pointer indirection thinko.
14122 * shell/main.c: include gi18n.h for bindtextdomain etc.
14124 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14126 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14127 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14128 tooltips for menu items in the statusbar.
14130 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14132 * configure.ac, data/Makefile.am, shell/Makefile.am: use
14133 pkgdatadir drop UIDIR
14135 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14137 * data/evince-ui.xml: Add File->Open menu item
14139 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14140 chooser), hook it up in the ui manager.
14142 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14144 * shell/ev-window.c: fix Help->About tooltip.
14146 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14148 * configure.ac: set CFLAGS for libevprivate.
14150 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14151 definitions, factory etc.
14153 * lib/Makefile.am: build libevprivate.a (only stock icon code).
14155 * shell/Makefile.am: link against libevprivate.a.
14157 * shell/ev-window.c (entries): add stock icon to Help->About.
14159 * shell/main.c (main): init stock icon code.
14161 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14163 * lib/recent-files: egg recent files code
14165 * lib/Makefile.am: add.
14167 * Makefile.am: add lib subdir.
14169 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14170 set CFLAGS for recent-files.
14172 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14174 * configure.ac: disable -ansi and -pedantic gcc flags. They
14175 disable POSIX stuff in stdio.h, but egg-recent uses them.
14177 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14179 * configure.ac: add --disable-deprecated flag (defaults to on in
14182 * shell/Makefile.am (INCLUDES): use it.
14184 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14186 * shell/main.c: add missing #include.
14188 * shell/ev-window.c: fix for pedantic gcc.
14189 (ev_window_cmd_help_about): split license into paragraphs for
14190 translators and pedantic compilers.
14192 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14194 * configure.ac: add more warning flags if compiling with gcc from
14195 cvs (or explicitly requested with --enable-more-warnings).
14197 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14199 * data/evince-ui.xml: add File and File->Close menu.
14201 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14202 (ev_window_destroy): quit after destroy.
14203 (ev_window_class_init): override GtkObject::destroy.
14204 (entries): install close_window callback.
14206 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14208 * Makefile.am (SUBDIRS): add data subdir.
14210 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
14211 gtk+ 2.5.0 for GtkAboutDialog.
14213 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14216 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14218 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14220 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14222 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14224 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14226 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14228 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14230 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14232 * shell/*: Added shell directory boilerplate, build it.
14234 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14236 * configure.ac, Makefile.am: Added top-level configure.ac and