1 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
3 * shell/ev-window.c: (launch_external_uri):
5 Use GdkAppLaunchContext when available to launch external uris.
7 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
9 * shell/ev-window.c: (launch_external_uri):
11 Use the message area to show errors when lauching external uris
12 instead of a popup window.
14 2008-09-13 Carlos Garcia Campos <carlosgc@gnome.org>
16 * shell/ev-window.c: (launch_external_uri):
18 Assume invalid uris are http uris. Fixes bug #552071.
20 2008-09-09 Carlos Garcia Campos <carlosgc@gnome.org>
25 Update for release 2.23.92.
27 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
29 * shell/eggfindbar.c: (egg_find_bar_class_init):
31 Allow page scrolling with PageUp/PageDown keys when find bar is
32 active. Fixes bug #529833.
34 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
36 * shell/ev-view-private.h:
37 * shell/ev-view.[ch]: (add_scroll_binding_keypad),
38 (ev_view_scroll), (ev_view_class_init):
39 * shell/ev-view-accessible.c:
40 (ev_view_accessible_action_do_action):
41 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
42 (ev_window_cmd_scroll_backward):
44 Use GtkScrollType instead of EvScrollType.
46 2008-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
48 * shell/ev-page-cache.c (ev_page_cache_set_page_label):
50 Patch for case unsensitive page label match by Michael Lee.
53 * shell/ev-page-action.c (create_tool_item):
59 Added test for the above and updated other tests.
61 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
63 * shell/ev-window.c: (image_save_dialog_response_cb):
65 Do not append the file extension twice when saving an image.
67 2008-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
69 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
71 Remove an invalid ifdef.
73 2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org>
75 * shell/ev-view.c: (ev_view_motion_notify_event):
77 Make sure the cursor is correctly restored after showing the right
80 2008-09-05 Carlos Garcia Campos <carlosgc@gnome.org>
82 * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
84 * shell/ev-sidebar-attachments.c:
85 (ev_sidebar_attachments_button_press):
86 * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
88 Use GdkAppLaunchContext when available to open attachments.
90 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
92 * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
94 Grab the mediakeys with a low priority. Fixes bug #547164. Patch
97 2008-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
99 * shell/ev-application.c: (ev_application_get_media_keys):
100 * shell/ev-media-player-keys.[ch]:
101 (ev_media_player_keys_class_init), (on_media_player_key_pressed),
102 (ev_media_player_keys_grab_keys),
103 (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
104 (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
105 * shell/ev-window.[ch]: (ev_window_dispose),
106 (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
109 Clean up the media player keys stuff.
111 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
116 Update for release 2.23.91.
118 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
120 * cut-n-paste/smclient/eggsmclient-xsmp.c:
121 (sm_client_xsmp_set_initial_properties):
125 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
127 * shell/ev-application.c: (ev_application_open_window),
128 (ev_application_open_uri_at_dest):
130 Make sure evince starts up in the right workspace when resuming a
133 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
135 * shell/ev-application.[ch]: (ev_application_open_window),
136 (ev_application_add_icon_path_for_screen),
137 (ev_application_open_uri_at_dest):
139 Fix window manager warnings shown in ~/.xsession-errors
141 2008-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
144 * cut-n-paste/Makefile.am:
145 * cut-n-paste/smclient/Makefile.am:
146 * cut-n-paste/smclient/eggdesktopfile.[ch]:
147 * cut-n-paste/smclient/eggsmclient-private.h:
148 * cut-n-paste/smclient/eggsmclient-xsmp.c:
149 * cut-n-paste/smclient/eggsmclient.[ch]:
151 EggSMClient copied from libegg
153 * libdocument/ev-file-helpers.c: (ev_dot_dir):
155 * shell/ev-application.[ch]: (ev_application_load_session),
156 (smclient_save_state_cb), (smclient_quit_cb),
157 (ev_application_init_session), (ev_application_shutdown),
158 (ev_application_init):
159 * shell/main.c: (main):
161 Use EggSMClient instead of gnome-client and remove libgnome and
162 libgnomeui dependencies.
164 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
166 * shell/main.c: (main):
168 Remove gnome_authentication_manager_init.
170 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
172 * shell/ev-view.c: (ev_view_goto_window_create):
174 Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
175 since it's now deprecated.
177 2008-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
179 * backend/djvu/Makefile.am:
180 * backend/djvu/djvu-document-private.h:
181 * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
182 (djvu_document_find_iface_init):
183 * backend/djvu/djvu-text-page.[ch]:
184 * backend/djvu/djvu-text.[ch]: Removed
185 * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
186 (pdf_document_find_iface_init):
187 * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
188 * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
189 (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
190 (ev_job_find_get_n_results), (ev_job_find_get_progress),
191 (ev_job_find_has_results), (ev_job_find_get_results):
192 * shell/ev-view-private.h:
193 * shell/ev-view.[ch]: (ev_view_expose_event),
194 (highlight_find_results), (ev_view_finalize),
195 (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
196 (ev_view_set_document), (ev_view_find_get_n_results),
197 (ev_view_find_get_result), (jump_to_find_result),
198 (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
199 (ev_view_find_previous), (ev_view_find_search_changed),
200 (ev_view_find_set_highlight_search), (ev_view_find_cancel):
201 * shell/ev-window.c: (ev_window_update_actions),
202 (page_changed_cb), (ev_window_setup_document),
203 (ev_window_update_find_status_message),
204 (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
205 (ev_window_clear_find_job), (find_bar_close_cb),
206 (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
207 (ev_window_dispose), (ev_window_init):
209 Rework find interface. The find logic has been moved from backends
210 to the shell avoiding a lot of duplicated code in the backends and
211 making easier to implement the find interface in the backends.
213 2008-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
215 * backend/pdf/ev-poppler.cc:
216 (pdf_document_thumbnails_get_dimensions):
218 Make sure thumbnail size returned by the PDF is actually
219 valid. Fixes bug #548462.
221 2008-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
223 * shell/ev-window.c: (ev_window_setup_document),
224 (ev_window_set_document), (ev_window_dispose):
226 Remove the idle function for setting the document up when the
227 window is destroyed. Fixes bug #549163.
229 2008-08-22 Carlos Garcia Campos <carlosgc@gnome.org>
231 * shell/ev-jobs.[ch]: (ev_job_attachments_init),
232 (ev_job_attachments_dispose), (ev_job_attachments_run),
233 (ev_job_attachments_class_init), (ev_job_attachments_new):
234 * shell/ev-sidebar-attachments.c:
235 (ev_sidebar_attachments_set_document):
237 Add a new job to get the attachments in a thread with the document
238 lock held. Fixes bug #548653.
240 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
242 * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
243 (tiff_document_document_iface_init):
245 Implement document_get_page_label in tiff backend.
247 2008-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
249 * backend/tiff/tiff-document.c: (tiff_document_render):
251 Handle document orientation in tiff backend. Fixes bug #548444.
253 2008-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
255 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
257 Do not crash when adjustment page size is 0. Fixes bug #547440.
259 2008-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
261 * cut-n-paste/evmountoperation/ev-mount-operation.c:
263 Sync with current GTK+.
265 2008-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
269 Update for release 2.23.6.
271 2008-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
273 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
274 (ev_job_load_set_password):
275 * shell/ev-password.[ch]: (ev_password_dialog_get_password):
276 * shell/ev-window.c: (password_dialog_response),
277 (ev_window_load_job_cb):
279 Fix loading encrypted documents since I broke it with the jobs
282 2008-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
286 Update NEWS for 2.23.6 release.
288 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
290 * backend/impress/impress-document.c:
291 * backend/impress/render.h:
292 * libdocument/ev-document-factory.c:
293 * libdocument/ev-document-factory.h:
294 * libdocument/ev-document-links.h:
295 * libdocument/ev-document-misc.c:
296 * libdocument/ev-document-misc.h:
297 * properties/ev-properties-main.c:
298 * properties/ev-properties-view.c:
299 * properties/ev-properties-view.h:
300 * shell/eggfindbar.c:
301 * shell/eggfindbar.h:
302 * shell/ev-application.c:
303 * shell/ev-application.h:
305 * shell/ev-message-area.h:
306 * shell/ev-navigation-action.c:
307 * shell/ev-navigation-action.h:
308 * shell/ev-open-recent-action.c:
309 * shell/ev-open-recent-action.h:
310 * shell/ev-page-action-widget.c:
311 * shell/ev-page-action.c:
312 * shell/ev-page-action.h:
313 * shell/ev-page-cache.h:
314 * shell/ev-password-view.h:
315 * shell/ev-password.h:
316 * shell/ev-pixbuf-cache.h:
317 * shell/ev-properties-fonts.c:
318 * shell/ev-sidebar-attachments.c:
319 * shell/ev-sidebar-links.c:
320 * shell/ev-sidebar-links.h:
321 * shell/ev-sidebar-thumbnails.c:
322 * shell/ev-sidebar-thumbnails.h:
323 * shell/ev-sidebar.c:
324 * shell/ev-sidebar.h:
325 * shell/ev-stock-icons.c:
326 * shell/ev-tooltip.h:
333 More #include cleanups. Again: reordering, single gtk.h
334 includes and other stuff.
336 2008-08-03 Wouter Bolsterlee <wbolster@svn.gnome.org>
338 * shell/eggfindbar.c:
339 * shell/ev-application.c:
340 * shell/ev-message-area.c:
341 * shell/ev-navigation-action.c:
342 * shell/ev-open-recent-action.c:
343 * shell/ev-page-action-widget.c:
344 * shell/ev-page-action.c:
345 * shell/ev-password-view.c:
346 * shell/ev-properties-dialog.c:
347 * shell/ev-properties-fonts.c:
348 * shell/ev-sidebar-attachments.c:
349 * shell/ev-sidebar-page.c:
350 * shell/ev-sidebar-thumbnails.c:
351 * shell/ev-stock-icons.c:
352 * shell/ev-tooltip.c:
357 Cleanup many #include statements: reorder so that a
358 generic-to-specific order is used, use single gtk.h
359 includes, and some other cleanups.
361 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
367 2008-08-03 Carlos Garcia Campos <carlosgc@gnome.org>
369 * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
370 (ev_document_fc_mutex_trylock):
372 * shell/ev-job-queue.[ch]:
373 * shell/ev-job-scheduler.[ch]:
374 * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
375 (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
376 (ev_job_run), (ev_job_cancel), (ev_job_failed),
377 (ev_job_failed_from_error), (ev_job_succeeded),
378 (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
379 (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
380 (ev_job_links_class_init), (ev_job_render_init),
381 (notify_page_ready), (ev_job_render_page_ready),
382 (ev_job_render_run), (ev_job_render_class_init),
383 (ev_job_thumbnail_init), (ev_job_thumbnail_run),
384 (ev_job_thumbnail_class_init), (ev_job_fonts_init),
385 (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
386 (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
387 (ev_job_save_dispose), (ev_job_save_run),
388 (ev_job_save_class_init), (ev_job_print_init),
389 (ev_job_print_dispose), (ev_job_print_run),
390 (ev_job_print_class_init):
391 * shell/ev-page-cache.c:
392 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
393 (check_job_size_and_unref), (move_one_job),
394 (copy_job_to_job_info), (add_job),
395 (ev_pixbuf_cache_add_jobs_if_needed):
396 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
397 (job_fonts_finished_cb), (job_fonts_updated_cb),
398 (ev_properties_fonts_set_document):
399 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
400 (ev_sidebar_links_set_document):
401 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
402 (ev_sidebar_thumbnails_set_document),
403 (ev_sidebar_thumbnails_clear_job):
404 * shell/ev-view-private.h:
406 * shell/ev-window.c: (ev_window_clear_thumbnail_job),
407 (ev_window_refresh_window_thumbnail), (password_dialog_response),
408 (ev_window_clear_load_job), (ev_window_clear_reload_job),
409 (ev_window_load_job_cb), (ev_window_reload_job_cb),
410 (window_open_file_copy_ready_cb), (ev_window_open_uri),
411 (ev_window_reload_document), (ev_window_clear_save_job),
412 (ev_window_save_job_cb), (file_save_dialog_response_cb),
413 (ev_window_clear_print_job), (ev_window_print_job_cb),
414 (ev_window_print_dialog_response_cb):
415 * shell/main.c: (main):
417 Rework the jobs system in order to make it simpler and more
418 extensible. It allows to run jobs in the main loop instead of
419 using a thread when it's appropriate like the fonts job. Now it's
420 also possible to cancel jobs that are currently running.
422 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
424 * libdocument/ev-debug.c: (profile_init):
426 Create the hash table also when profiling service is enabled for
429 2008-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
431 * libdocument/ev-debug.[ch]: (ev_profiler_start),
433 * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
434 (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
435 (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
437 * shell/main.c: (main):
439 Add a profile mode available when debug is enabled. Add profilers
442 2008-07-23 Götz Waschk <waschk@mandriva.org>
444 * configure.ac: Correctly build desktop file. Fixes
447 2008-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
451 Update for release 2.23.5.
453 2008-07-21 Carlos Garcia Campos <carlosgc@gnome.org>
457 Update NEWS for 2.23.5 release.
459 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
461 * shell/ev-window.c: (ev_window_state_event),
462 (ev_window_class_init):
464 Intercept window manager's fullscreen request in order to run/stop
465 fullscreen mode. Fixes bug #493541.
467 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
469 * shell/ev-window.c: (find_bar_visibility_changed_cb):
471 Restart the job search when the find bar is opened for the second
472 time. Fixes bug #531956.
474 2008-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
476 * libdocument/ev-document-factory.c: (get_mime_type_from_data),
477 (get_document_from_uri):
479 Make sure we always return a valid error struct when
480 get_document_from_uri fails. Fixes nautilus crash, see bug
483 2008-07-15 Darren Kenny <darren.kenny@sun.com>
485 * libdocument/ev-transition-effect.c
486 (ev_transition_effect_type_get_type),
487 (ev_transition_effect_alignment_get_type),
488 (ev_transition_effect_direction_get_type):
490 Fixes bug #542924. Makes enums static to fix Solaris build.
492 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
494 * shell/ev-view.c: (ev_view_key_press_event):
496 Add '.' keybinding for blanking the screen in presentation
497 mode. Fixes bug #542001.
499 2008-07-13 Carlos Garcia Campos <carlosgc@gnome.org>
501 * libdocument/ev-document-misc.c:
502 (ev_document_misc_pixbuf_from_surface):
504 Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
507 2008-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
509 * backend/comics/comics-document.c (comics_document_load):
510 * backend/comics/comicsdocument.evince-backend.in:
512 * thumbnailer/evince-thumbnailer-comics.schemas.in:
514 Added support for 7-zip based cb7 comic book. Patch by
515 Kartik Rustagi. Fixes bug #532312.
517 2008-06-24 Bastien Nocera <hadess@hadess.net>
519 * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
520 to rotate right. Ctrl+R (as EOG uses) is already used for reload.
523 2008-06-24 Bastien Nocera <hadess@hadess.net>
526 * shell/ev-application.c (ev_application_init),
527 (ev_application_get_media_keys):
528 * shell/ev-application.h:
529 * shell/ev-marshal.list:
530 * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
531 (proxy_destroy), (on_media_player_key_pressed),
532 (ev_media_player_keys_init), (ev_media_player_keys_focused),
533 (ev_media_player_keys_finalize), (ev_media_player_keys_new):
534 * shell/ev-media-player-keys.h:
535 * shell/ev-window.c (ev_window_go_previous_page),
536 (ev_window_go_next_page), (ev_window_go_first_page),
537 (ev_window_go_last_page), (ev_window_start_presentation),
538 (ev_window_dispose), (view_actions_focus_in_cb):
539 * shell/ev-window.h: When building with D-Bus support, listen
540 for multimedia key events from gnome-settings-daemon. This allows
541 to go to the next/previous/first/last pages using, respectively,
542 Next/Previous/Rewing/Fast Forward. The Play button is used to start
543 a presentation. Fixes bug #539971.
545 2008-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
549 Update for release 2.23.4.
551 2008-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
555 Update news for 2.23.4 release.
557 2008-06-16 Carlos Garcia Campos <carlosgc@gnome.org>
559 * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
560 * shell/ev-sidebar-thumbnails.c:
561 (ev_sidebar_thumbnails_set_loading_icon),
562 (ev_sidebar_thumbnails_refresh):
563 * shell/ev-window.c: (ev_window_error_message),
564 (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
565 (ev_window_set_document):
567 Do not crash opening documents with no pages and show a warning
568 message in the message area. Fixes bugs #537574 and #171588.
570 2008-06-15 Carlos Garcia Campos <carlosgc@gnome.org>
573 * shell/ev-file-monitor.[ch]:
574 * shell/ev-window.c: (ev_window_document_changed),
575 (ev_window_clear_reload_job), (ev_window_load_job_cb),
576 (ev_window_reload_job_cb), (ev_window_open_uri),
577 (ev_window_reload_document), (ev_window_cmd_view_reload),
580 Automaticly reload the document when the file has changed on
583 2008-06-10 Cosimo Cecchi <cosimoc@gnome.org>
585 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
586 * libdocument/ev-image.c: (ev_image_save_tmp):
587 * libdocument/ev-module.c: (ev_module_load):
588 * shell/ev-application.c: (ev_application_shutdown),
589 (ev_application_get_print_settings):
590 * shell/ev-sidebar-attachments.c:
591 (ev_sidebar_attachments_button_press),
592 (ev_sidebar_attachments_drag_data_get):
593 * shell/ev-window.c: (window_save_file_copy_ready_cb),
594 (ev_window_print_finished), (ev_window_print_send),
595 (ev_window_print_job_cb), (ev_window_cmd_help_contents),
596 (ev_window_preview_print_finished), (ev_window_do_preview_print),
597 (ev_window_cmd_preview_print):
598 * shell/main.c: (load_files_remote):
599 Fix some build warnings under GCC 4.3.0. (#537535).
601 2008-05-29 Carlos Garcia Campos <carlosgc@gnome.org>
603 * shell/ev-jobs.c: (ev_job_render_dispose):
605 Fix a crash in debug mode. Patch by Daniel M German.
607 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
611 Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
613 2008-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
615 * shell/ev-window.c: (ev_window_print_send),
616 (ev_window_do_preview_print):
618 Use the window title as print job name instead of just
619 "evince-print". Fixes bug #534493.
621 2008-05-19 Frederic Peters <fpeters@0d.be>
623 * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
626 2008-05-19 Frederic Peters <fpeters@0d.be>
628 * help/reference/Makefile.am: added missing libevmountoperation to
629 gtkdoc-scanobj libraries. Bug #533896.
631 2008-05-19 Matthias Drochner <M.Drochner@fz-juelich.de>
633 * properties/ev-properties-view.c (get_default_user_units):
634 Fixes check for default units string translation. Bug #533323.
636 2008-05-01 Hans Petter Jansson <hpj@novell.com>
638 * backend/impress/iksemel.c (sax_core): Fix a free() that should
639 be an iks_free(). Fix an array overflow in the XML parser that
640 would occur whenever the number of attributes in a tag was greater
641 than 0 and divisible by 6. Fixes GNOME bug #530852.
643 2008-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
645 * backend/djvu/djvu-document-private.h:
646 * backend/djvu/djvu-links.c:
647 * backend/djvu/djvu-text.c:
648 * backend/djvu/djvu-document.c: (djvu_handle_events),
649 (djvu_wait_for_message), (djvu_document_load),
650 (document_get_page_size), (djvu_document_render),
651 (djvu_document_thumbnails_get_thumbnail),
652 (djvu_document_file_exporter_end):
654 Make sure load job doesn't finish successfully when the document
655 is not successfully decoded by libdjvu. Fixes bug #530202.
657 2008-04-27 Carlos Garcia Campos <carlosgc@gnome.org>
660 * libdocument/Makefile.am:
661 * libdocument/ev-debug.[ch]:
662 * libdocument/ev-document.c:
663 * shell/ev-jobs.c: (ev_job_links_dispose),
664 (ev_job_render_dispose), (ev_job_thumbnail_dispose),
665 (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
666 (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
667 (ev_job_render_page_ready), (ev_job_render_run),
668 (ev_job_thumbnail_new), (ev_job_thumbnail_run),
669 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
670 (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
671 (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
672 (ev_job_print_new), (ev_job_print_run):
673 * shell/main.c: (main):
675 Add debug mode based on gedit code. Add debug messages in
678 2008-04-24 Carlos Garcia Campos <carlosgc@gnome.org>
680 * libdocument/ev-document-factory.c: (get_document_from_uri):
684 2008-04-24 Jean Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
686 * libdocument/ev-document-factory.c (get_mime_type_from_uri),
687 (get_mime_type_from_data), (get_document_from_uri),
688 (ev_document_factory_get_document):
690 Improved error message about file opening failture.
693 2008-04-24 Abhishek Mukherjee <linkinpark342@gmail.com>
695 * data/evince-toolbar.xml:
697 Allow to add SaveAs to toolbar.
699 2008-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
701 * shell/ev-view-private.h:
702 * shell/ev-view.[ch]: (ev_view_button_release_event),
703 (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
704 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
705 (ev_view_update_primary_selection), (clear_link_selected),
706 (ev_view_copy_link_address):
707 * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
709 Update also the primary selection when copying a link
710 address. Fixes bug #520855.
712 2008-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
714 * libdocument/ev-document-factory.c: (get_document_from_uri):
716 Use the pixbuf backend only when the mime type is not supported by
717 any of the other backend so that tiff documents, for instance, are
718 handled by the tiff backend instead of the pixbuf backend. fixes
721 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
723 * cut-n-paste/Makefile.am:
725 Add evmountoperation to subdirs list.
727 2008-04-17 Carlos Garcia Campos <carlosgc@gnome.org>
731 Fix libspectre check in configure script. Fixes bug #528549.
733 2008-04-16 Carlos Garcia Campos <carlosgc@gnome.org>
736 * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
738 * shell/ev-window.c: (ev_window_load_remote_failed),
739 (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
741 Add GtkMountOperation (renamed to avoid conflicts) to be able to
742 open documents in remote locations that are not mounted.
744 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
746 * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
747 (bitmap_convert_msb8):
748 * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
749 * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
751 Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
753 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
755 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
756 (ev_job_render_new), (ev_job_render_set_selection_info),
758 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
759 (check_job_size_and_unref),
760 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
761 (add_job), (ev_pixbuf_cache_get_selection_surface):
763 Create the render context needed for rendering a page in the render
764 thread so that we don't block the main thread. Simplify
767 2008-04-14 Carlos Garcia Campos <carlosgc@gnome.org>
769 * libdocument/Makefile.am:
770 * libdocument/ev-page.[ch]:
771 * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
772 (ev_render_context_new), (ev_render_context_set_page):
773 * libdocument/ev-form-field.[ch]: (ev_form_field_init),
774 (ev_form_field_finalize), (ev_form_field_class_init):
775 * libdocument/ev-document-forms.[ch]:
776 (ev_document_forms_get_form_fields):
777 * libdocument/ev-document.[ch]: (ev_document_get_page),
778 (ev_document_get_page_size), (ev_document_get_page_label):
779 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
780 (ev_job_render_run), (ev_job_thumbnail_new),
781 (ev_job_thumbnail_run), (ev_job_print_run):
782 * shell/ev-page-cache.c: (ev_page_cache_new):
783 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
784 (check_job_size_and_unref), (add_job):
785 * shell/ev-sidebar-thumbnails.c: (add_range):
786 * shell/ev-view.c: (ev_view_form_field_get_region),
787 (ev_view_form_field_button_create_widget),
788 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
789 (ev_view_handle_form_field), (ev_view_size_allocate),
791 * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
792 * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
793 (pdf_document_get_page), (pdf_document_get_page_label),
794 (pdf_document_render), (pdf_document_get_info),
795 (pdf_document_document_iface_init),
796 (pdf_document_thumbnails_get_thumbnail),
797 (pdf_document_thumbnails_get_dimensions),
798 (pdf_document_file_exporter_do_page),
799 (pdf_selection_render_selection),
800 (pdf_selection_get_selected_text),
801 (pdf_selection_get_selection_region),
802 (pdf_selection_get_selection_map),
803 (pdf_document_forms_get_form_fields),
804 (pdf_document_forms_form_field_text_get_text),
805 (pdf_document_forms_form_field_text_set_text),
806 (pdf_document_forms_form_field_button_set_state),
807 (pdf_document_forms_form_field_button_get_state),
808 (pdf_document_forms_form_field_choice_get_item),
809 (pdf_document_forms_form_field_choice_get_n_items),
810 (pdf_document_forms_form_field_choice_is_item_selected),
811 (pdf_document_forms_form_field_choice_select_item),
812 (pdf_document_forms_form_field_choice_toggle_item),
813 (pdf_document_forms_form_field_choice_unselect_all),
814 (pdf_document_forms_form_field_choice_set_text),
815 (pdf_document_forms_form_field_choice_get_text):
816 * backend/ps/ev-spectre.c: (ps_document_get_page),
817 (ps_document_get_page_size), (ps_document_get_page_label),
818 (ps_document_render), (ps_document_document_iface_init),
819 (ps_document_file_exporter_do_page):
820 * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
821 (tiff_document_render), (tiff_document_render_pixbuf),
822 (tiff_document_file_exporter_do_page):
823 * backend/pixbuf/pixbuf-document.c:
824 (pixbuf_document_get_page_size):
825 * backend/comics/comics-document.c:
826 (comics_document_get_page_size), (comics_document_render_pixbuf):
827 * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
828 (djvu_document_render), (djvu_selection_get_selected_text),
829 (djvu_document_thumbnails_get_thumbnail),
830 (djvu_document_file_exporter_do_page),
831 (djvu_document_find_get_result):
832 * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
833 (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
834 (dvi_document_thumbnails_get_thumbnail),
835 (dvi_document_file_exporter_do_page):
836 * backend/impress/impress-document.c:
837 (impress_document_get_page_size),
838 (impress_document_render_pixbuf):
839 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
841 Add EvPage so that we can hold a reference to the backend
842 page. Form fields keep now a reference to the poppler page
843 improving performance since we don't have to create/destroy the
844 poppler field for every form operation. This will be needed for
847 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
849 * data/evince-ui.xml:
852 Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
854 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
857 * backend/ps/Makefile.am:
859 Remove gs stuff from ps backend.
861 2008-04-12 Carlos Garcia Campos <carlosgc@gnome.org>
864 * backend/pdf/ev-poppler.cc:
866 Bump poppler requirement to 0.8.0.
868 2008-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
873 Update for release 2.22.1.1
875 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
879 Fix build (again) when poppler version is 0.6
881 2008-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
883 * backend/djvu/djvu-links.c: (build_tree):
885 Make sure link title is a valid utf8 string. Fixes bug #526517.
887 2008-04-07 Carlos Garcia Campos <carlosgc@gnome.org>
891 Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
894 2008-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
898 Update for release 2.22.1.
900 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
904 Update for upcoming release.
906 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
909 * backend/dvi/dvidocument.evince-backend.in:
911 Add compressed dvi to the list of supported mime types. Patch by
912 Ed Catmur. Fixes bug #307087.
914 2008-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
916 * shell/ev-jobs.c: (ev_job_print_get_page_list):
918 Fix a crash when printing a range that doesn't specify the start or
919 end page. Fixes bug #524288.
921 2008-04-02 Carlos Garcia Campos <carlosgc@gnome.org>
923 * shell/ev-window.c: (ev_window_cmd_continuous),
924 (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
925 (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
926 (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
927 (ev_window_run_presentation), (ev_window_stop_presentation),
928 (ev_window_cmd_view_presentation),
929 (ev_window_cmd_leave_fullscreen),
930 (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
932 Do not unfullscreen and fullscreen again the window when changing
933 from fullscreen to presentation mode and vice versa. Fixes bug
936 2008-04-01 Carlos Garcia Campos <carlosgc@gnome.org>
938 * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
940 Do not crash when thumbnail failed to render in PS backend. Fixes
943 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
945 * shell/ev-window.c: (window_open_file_copy_ready_cb),
946 (ev_window_load_file_remote), (ev_window_open_uri):
948 Handle errors when opening remote files.
950 2008-03-31 Carlos Garcia Campos <carlosgc@gnome.org>
952 * shell/ev-page-action.c: (ev_page_action_grab_focus):
954 Only grab the focus for the current visible proxy widget. Fixes
957 2008-03-30 Emil Soleyman <emil@nishra.com>
959 * shell/ev-window.c: (launch_external_uri):
961 Reuse g_app_info_launch_default_for_uri to
962 save some code and fix bug #525009.
964 2008-03-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
966 * shell/ev-window.c (image_save_dialog_response_cb):
968 Use g_str_has_suffix. See bug #523069.
970 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
974 Add a configure option to enable/diable DBus. Patch by Rémi
975 Cardona. Fixes bug 521797.
977 2008-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
979 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
981 Fix printing in documents with rotated pages. Patch by Eugen
982 Dedu. Fixes bug #512648.
984 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
986 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
987 (ev_link_from_action):
989 Fix warning messages.
991 2008-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
993 * shell/ev-window.c: (image_save_dialog_response_cb):
995 Do not append the extension to filename when saving an image
996 if the filename alredy contains the extension. Fixes bug #523069.
998 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
1000 * shell/ev-view.[ch]: (ev_view_find_cancel):
1001 * shell/ev-window.c: (find_bar_close_cb):
1003 Cancel the find operation when the find bar is closed. Fixes bug
1006 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
1008 * backend/ps/psdocument.evince-backend.in:
1010 Make ps backend module resident. Fixes bug #520607.
1012 2008-03-18 Carlos Garcia Campos <carlosgc@gnome.org>
1014 * shell/ev-jobs.c: (ev_job_print_run):
1016 Invert collate action in order to work as expected, fix reverse
1017 printing so that it doesn't start with a blank page and fix number
1018 of copies. Patch by Eugen Dedu. Fixes bug #365332.
1020 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
1022 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1024 Fix build with poppler <= 0.7.2
1026 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
1028 * libdocument/ev-document-misc.c:
1029 (ev_document_misc_surface_from_pixbuf):
1031 Fix selections with poppler-splash.
1033 2008-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
1036 * backend/pdf/ev-poppler.cc:
1038 Fix build with poppler >= 0.7.2
1040 2008-03-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1044 Update for release 2.22.0
1046 2008-03-09 Carlos Garcia Campos <carlosgc@gnome.org>
1050 Update for upcoming release.
1052 2008-03-09 Wouter Bolsterlee <wbolster@svn.gnome.org>
1054 * shell/ev-window.c (ev_window_print_dialog_response_cb):
1056 Bug 495107 – Handle print dialog responses correctly
1058 Correctly handle print dialog response. Properly fixes
1059 the above mentioned bug.
1061 2008-03-08 Carlos Garcia Campos <carlosgc@gnome.org>
1063 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1065 Make sure print job is only run when the print button is
1066 clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1068 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
1070 * backend/pdf/pdfdocument.evince-backend.in:
1071 * libdocument/ev-backends-manager.c:
1072 (ev_backends_manager_load_backend),
1073 (ev_backends_manager_get_document):
1074 * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1076 Allow making backend modules resident. This is needed only for
1077 some backends like pdf to avoid registering glib types more than
1080 2008-03-03 Carlos Garcia Campos <carlosgc@gnome.org>
1082 * backend/comics/comics-document.c:
1083 * backend/djvu/djvu-document.c:
1084 * backend/impress/impress-document.c:
1085 * backend/pdf/ev-poppler.cc:
1086 * backend/pixbuf/pixbuf-document.c:
1087 * backend/ps/ev-spectre.c:
1088 * backend/ps/ps-document.c:
1089 * backend/tiff/tiff-document.c:
1090 * libdocument/ev-document.h:
1091 * properties/ev-properties-main.c:
1093 Use g_type_module_add_interface instead of
1094 g_type_add_interface_static. Fixes bug #519679.
1096 2008-02-29 Carlos Garnacho <carlosg@gnome.org>
1098 * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1099 Added. Returns whether the animation has everything necessary to run.
1100 * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1101 is ready just because it's been created. Fixes #519106.
1102 (draw_one_page): Do not show the "Loading..." text in presentation
1103 mode, there was a slim probability that this could happen.
1105 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
1107 * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1109 Duplicate mime_type string before freeing it so that it doesn't
1110 always fail when getting mime type from uri. Fixes bug #518874.
1112 2008-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
1114 * shell/ev-view.c: (ev_view_form_field_choice_changed):
1116 Fix a crash when a choice form field doesn't have any item
1117 selected. Fixes bug #518831
1119 2008-02-25 Alexander Larsson <alexl@redhat.com>
1121 * shell/ev-window.c (ev_window_clear_temp_file):
1122 Use g_file_has_prefix instead of renamed
1123 g_file_contains_file.
1126 Require new glib for above change.
1128 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
1130 * libdocument/ev-image.c: (ev_image_finalize),
1131 (ev_image_save_tmp):
1133 Return a real uri instead of a filename when saving an
1134 image. Fixes images drag an drop from evince to nautilus.
1136 2008-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
1138 * backend/pdf/ev-poppler.cc:
1139 (pdf_document_images_get_image_mapping):
1141 Return the image list in the right order. Fixes bug #516237.
1143 2008-02-12 Wouter Bolsterlee <wbolster@svn.gnome.org>
1145 * backend/impress/impress-document.c:
1146 (impress_document_thumbnails_get_thumbnail):
1148 Remove unused variable to avoid a compiler warning.
1150 2008-02-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1154 Update for release 2.21.91.
1156 2008-02-08 Carlos Garcia Campos <carlosgc@gnome.org>
1159 * shell/Makefile.am:
1160 * shell/ev-application.[ch]:
1161 * shell/ev-sidebar-links.c:
1162 * shell/ev-utils.[ch]:
1163 * shell/ev-window.[ch]:
1165 Remove libgnomeprint support. Fixes bug #512370.
1167 2008-02-08 Matthias Clasen <mclasen@redhat.com>
1169 * thumbnailer/evince-thumbnailer.c: (main):
1171 Initialize glib type system before using it. Fixes bug #513934.
1173 2008-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
1175 * properties/ev-properties-main.c:
1177 Add missing #include.
1179 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
1182 * backend/djvu/djvu-document.c: (djvu_document_render):
1183 * backend/tiff/tiff-document.c: (tiff_document_render):
1185 Use the new cairo function cairo_format_stride_for_width when
1186 available. Fixes bug #482720.
1188 2008-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
1190 * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1191 (get_mime_type_from_data), (get_document_from_uri):
1193 Use g_content_type_guess() only when slow is true in
1194 get_document_from_uri(). Fix several memory leaks.
1196 2008-01-30 Cosimo Cecchi <cosimoc@svn.gnome.org>
1198 * libdocument/ev-document-factory.c:
1199 (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1200 (get_document_from_uri):
1202 Use g_content_type_guess () to get mimetype for files.
1205 2008-01-30 Carlos Garcia Campos <carlosgc@gnome.org>
1207 * thumbnailer/Makefile.am:
1209 Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1211 2008-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
1215 Fix build with --without-libgnome. Fixes bug #512771.
1217 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1219 * backend/dvi/Makefile.am: Install only dvi
1220 module. Fixes bug #512718.
1222 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1224 * properties/ev-properties-main.c: (nautilus_module_initialize):
1226 Initialize backends in properties tab. Fixes bug
1229 2008-01-29 Matthias Clasen <mclasen@redhat.com>
1231 * properties/Makefile.am: No need to link with
1232 libraries. Fixes bug #512719.
1234 2008-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1239 Update for release 2.21.90.
1241 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
1243 * shell/ev-window.c: (ev_window_cmd_escape):
1245 Fix compile warning.
1247 2008-01-27 Carlos Garcia Campos <carlosgc@gnome.org>
1249 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1251 Fix printing in dvi backend when filename contains white
1252 espaces. Fixes bug #502839.
1254 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
1256 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1257 (screensaver_disable_x11):
1258 * shell/Makefile.am:
1259 * shell/xdg-user-dir-lookup.c: Removed
1260 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1261 * shell/ev-view.c: (ev_view_presentation_transition_start):
1262 * shell/ev-window.c: (ev_window_cmd_file_open),
1263 (ev_window_cmd_save_as), (presentation_set_timeout):
1265 Remove #ifdefs that are no longer needed.
1267 2008-01-26 Carlos Garcia Campos <carlosgc@gnome.org>
1269 * shell/ev-view.[ch]: (ev_view_button_release_event),
1270 (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1271 * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1272 (ev_window_cmd_escape):
1274 Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1276 2008-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
1279 * backend/comics/comics-document.c: (comics_document_load):
1280 * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1281 (ev_attachment_set_property), (ev_attachment_init),
1282 (ev_attachment_save), (ev_attachment_launch_app),
1283 (ev_attachment_open):
1284 * libdocument/ev-document-factory.c: (get_document_from_uri):
1285 * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1286 (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1288 * shell/ev-password.c: (ev_password_dialog_set_property),
1289 (ev_password_dialog_save_password):
1290 * shell/ev-sidebar-attachments.c:
1291 (ev_sidebar_attachments_drag_data_get):
1292 * shell/ev-window-title.c: (get_filename_from_uri):
1293 * shell/ev-window.c: (ev_window_clear_temp_file),
1294 (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1295 (ev_window_open_uri), (window_save_file_copy_ready_cb),
1296 (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1297 (launch_external_uri), (image_save_dialog_response_cb),
1298 (attachment_save_dialog_response_cb):
1299 * shell/main.c: (load_files), (load_files_remote), (main):
1300 * thumbnailer/evince-thumbnailer.c: (main):
1302 Port to gio and drop gnome-vfs dependency. Fixes bug
1303 #510401. Based on patch by Cosimo Cecchi.
1305 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1309 Fixed formatting inconsistencies (spaces vs. tabs)
1311 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1313 * shell/ev-window.c:
1315 Use top/up/bottom/down arrows instead of
1316 first/left/last/right in the toolbar and menu actions.
1317 This fixes issues with RTL languages and is visually
1318 consistent with the page view. Fixes bug #170081.
1320 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1324 Fixed some inaccuracies pointed out by Carlos Garcia
1327 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1330 * data/evince.schemas.in:
1331 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1333 Override PDF restrictions by default. Fixes bug #382700.
1335 2008-01-24 Wouter Bolsterlee <wbolster@svn.gnome.org>
1337 * NEWS: Updated for upcoming release
1339 2008-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
1341 * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1345 2008-01-23 Gil Forcada <gilforcada@guifi.net>
1347 * shell/ev-window.c: (register_custom_actions):
1349 Added comment for translators
1351 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
1353 * shell/ev-view.c: (ev_view_button_release_event):
1355 Do not create the idle function for kinetic scrolling if we are
1356 not in a drag operation.
1358 2008-01-22 Carlos Garcia Campos <carlosgc@gnome.org>
1360 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1361 (ev_view_button_press_event), (ev_view_motion_notify_event),
1362 (ev_view_button_release_event):
1364 Restore cursor after autoscrolling. Fixes bug #509958.
1366 2008-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
1369 * backend/pdf/ev-poppler.cc:
1370 (pdf_document_images_get_image_mapping),
1371 (pdf_document_images_get_image),
1372 (pdf_document_document_images_iface_init):
1373 * libdocument/ev-document-images.[ch]:
1374 (ev_document_images_get_image_mapping),
1375 (ev_document_images_get_image):
1376 * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1377 (ev_image_get_id), (ev_image_save_tmp):
1378 * shell/ev-jobs.c: (ev_job_render_run):
1379 * shell/ev-view.c: (ev_view_drag_data_get):
1380 * shell/ev-window.c: (image_save_dialog_response_cb),
1381 (ev_view_popup_cmd_copy_image):
1383 Do not render images when rendering the page but on demand. It
1384 reduces the memory comsumption.
1386 2008-01-18 Marcelo Lira <setanta@gmail.com>
1389 * shell/ev-password.c:
1391 Make gnome-keyring optional. Fixes bug #509676.
1393 2008-01-16 Carlos Garcia Campos <carlosgc@gnome.org>
1395 * shell/ev-pixbuf-cache.c: (add_job):
1397 Initialize include_images variable as FALSE instead of TRUE.
1399 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1402 * cut-n-paste/Makefile.am:
1403 * cut-n-paste/fileformatchooser/Makefile.am:
1404 * cut-n-paste/fileformatchooser/egg-macros.h:
1405 * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1406 * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1407 * shell/Makefile.am:
1409 (file_chooser_dialog_add_writable_pixbuf_formats),
1410 (get_gdk_pixbuf_format_by_extension):
1412 * shell/ev-window.c: (ev_window_error_message),
1413 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1415 Simplify image format selection on save.
1417 2008-01-15 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1419 * shell/ev-view.c: (ev_view_scroll_event):
1421 Repair gorizontal scrolling with shift. Fixes
1424 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1428 Fix formatting issues.
1430 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1432 * backend/comics/comics-document.c: (comics_regex_quote):
1434 Don't overquote special chars except of '. See bug
1435 502500. Thanks to Tom Parker.
1437 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
1441 Added Nickolay and Carlos, since they're doing most of
1442 the releases nowadays.
1444 2008-01-13 Wouter Bolsterlee <wbolster@svn.gnome.org>
1446 * properties/Makefile.am:
1448 Get the nautilus extension dir properly instead of using
1449 a hack. Fixes bug #505359.
1451 2008-01-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1453 * properties/Makefile.am:
1455 Install nautilus extension into new place. See bug
1456 #505359. Thanks to Matthias Clasen, Brian Pepple and
1459 2008-01-13 Djihed Afifi <djihed@gmail.com>
1461 * shell/ev-window.c: (ev_window_get_recent_file_label):
1463 RTL marker in recent file list. See bug #509076.
1465 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1467 * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1468 * shell/ev-window.c: (image_save_dialog_response_cb):
1470 Fix compile warnings due to unused variables.
1472 2008-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
1475 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1476 * backend/ps/ev-spectre.c: (ps_document_render):
1478 Bump requirements to libspectre 0.2.0. Fixes bug #507705.
1480 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1482 * shell/ev-transition-animation.c (ev_transition_animation_fade)
1483 (ev_transition_animation_paint): Implement "fade" effect.
1485 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1487 * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1488 (ev_transition_animation_paint): Implement "uncover" effect.
1490 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1492 * shell/ev-transition-animation.c (ev_transition_animation_cover)
1493 (ev_transition_animation_paint): Implement "cover" effect.
1495 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1497 * shell/ev-transition-animation.c (ev_transition_animation_push)
1498 (ev_transition_animation_paint): Implement "push" effect.
1500 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1502 * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1503 (ev_transition_animation_paint): Implement "dissolve" effect.
1505 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1507 * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1508 (ev_transition_animation_paint): Implement "wipe" effect.
1510 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1512 * shell/ev-transition-animation.c (ev_transition_animation_box)
1513 (ev_transition_animation_paint): Implement "box" effect.
1515 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1517 * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1518 (ev_transition_animation_paint): Implement "blinds" effect.
1520 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1522 * shell/ev-transition-animation.c (ev_transition_animation_split)
1523 (ev_transition_animation_paint): Implement "split" effect.
1525 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1527 * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1528 * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1529 (ev_view_transition_animation_start)
1530 (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1531 (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1532 (ev_view_next_page) (ev_view_previous_page):
1534 Use EvTransitionAnimation to drive page changes in the presentation
1535 mode, the animation will wait to start until both the origin and
1536 destination page surfaces are available. Fixes #458460.
1538 (draw_loading_text):
1540 Remove workaround for bug #320352, it's now fixed properly.
1543 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1545 * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1546 will contain the implementations for page transition animations, at
1547 the moment it just has the "replace" effect.
1548 * shell/Makefile.am: Added these files to build.
1550 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1552 * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1554 * shell/Makefile.am: Added these files to build.
1556 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1558 * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1559 implementation to get_effect() in EvDocumentTransitionIface.
1561 2008-01-04 Carlos Garnacho <carlosg@gnome.org>
1563 * libdocument/ev-transition-effect.[ch]: New files, define a page
1564 transition effect, at the moment it maps PopplerPageTransition to a
1566 * libdocument/Makefile.am: Added these files to build.
1567 * libdocument/ev-document-transition.[ch]
1568 (ev_document_transition_get_effect): New method, gets the
1569 EvTransitionEffect returned by the interface implementation, with
1570 fallback to the "replace" effect.
1572 2007-12-30 Carl-Anton Ingmarsson <c-a.ingmarsson@oktv.se>
1575 * cut-n-paste/Makefile.am:
1576 * cut-n-paste/fileformatchooser/Makefile.am:
1577 * cut-n-paste/fileformatchooser/egg-macros.h:
1578 * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1579 * shell/Makefile.am:
1580 * shell/ev-window.c: (image_save_dialog_response_cb),
1581 (ev_view_popup_cmd_save_image_as):
1583 Allow exporting images in any format supported by
1584 GdkPixbuf. Fixes bug #500209.
1586 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1588 * backend/pixbuf/pixbuf-document.c:
1590 More warnings fixed.
1592 2007-12-29 Carlos Garcia Campos <carlosgc@gnome.org>
1594 * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1595 (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1596 * backend/djvu/djvu-text.h:
1597 * backend/tiff/tiff-document.c: (tiff_document_render):
1599 Fix compile warnings.
1601 2007-12-28 Christian Persch <chpe@gnome.org>
1603 * **/*.c: Include config.h. Bug #504721.
1605 2007-12-28 Carlos Garcia Campos <carlosgc@gnome.org>
1610 * backend/comics/Makefile.am:
1611 * backend/comics/comics-document.[ch]:
1612 * backend/comics/comicsdocument.evince-backend.in:
1613 * backend/djvu/Makefile.am:
1614 * backend/djvu/djvu-document.[ch]:
1615 * backend/djvu/djvudocument.evince-backend.in:
1616 * backend/dvi/Makefile.am:
1617 * backend/dvi/dvi-document.[c]:
1618 * backend/dvi/dvidocument.evince-backend.in:
1619 * backend/impress/Makefile.am:
1620 * backend/impress/impress-document.[ch]:
1621 * backend/impress/impressdocument.evince-backend.in:
1622 * backend/pdf/Makefile.am:
1623 * backend/pdf/ev-poppler.cc:
1624 * backend/pdf/ev-poppler.h:
1625 * backend/pdf/pdfdocument.evince-backend.in:
1626 * backend/pixbuf/Makefile.am:
1627 * backend/pixbuf/pixbuf-document.[ch]:
1628 * backend/pixbuf/pixbufdocument.evince-backend.in:
1629 * backend/ps/Makefile.am:
1630 * backend/ps/ev-spectre.[ch]:
1631 * backend/ps/ps-document.[ch]:
1632 * backend/ps/psdocument.evince-backend.in:
1633 * backend/tiff/Makefile.am:
1634 * backend/tiff/tiff-document.[ch]:
1635 * backend/tiff/tiffdocument.evince-backend.in:
1636 * libdocument/Makefile.am:
1637 * libdocument/ev-backends-manager.[ch]:
1638 * libdocument/ev-module.[ch]:
1639 * libdocument/ev-document.h:
1640 * libdocument/ev-document-factory.[ch]:
1641 (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1642 (get_compression_from_mime_type), (get_document_from_uri),
1643 (ev_document_factory_get_document), (file_filter_add_mime_types),
1644 (ev_document_factory_add_filters):
1645 * shell/Makefile.am:
1646 * shell/ev-window-title.c: (get_filename_from_uri):
1647 * shell/main.c: (main):
1648 * thumbnailer/Makefile.am:
1649 * thumbnailer/evince-thumbnailer.c: (main):
1651 Plugin system for backends. Fixes bug #351348.
1653 2007-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1655 * shell/ev-view-private.h:
1656 * shell/ev-view.c: (ev_view_drag_update_momentum),
1657 (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1658 (ev_view_button_release_event), (ev_view_destroy):
1660 Kinetic scrolling implemented as requested in
1661 bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1663 2007-12-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1665 * data/evince-toolbar.xml:
1666 * data/evince-ui.xml:
1667 * shell/ev-view-private.h:
1668 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1669 (ev_view_button_press_event), (ev_view_motion_notify_event),
1670 (ev_view_button_release_event), (ev_view_init),
1671 (ev_view_autoscroll_cb), (ev_view_autoscroll),
1672 (ev_view_set_cursor):
1674 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1675 (ev_window_cmd_view_autoscroll):
1677 Autoscroll feature with the context menu. Fixes bug
1678 #323670. Thanks to David Turner <cillian64@googlemail.com>.
1680 2007-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
1682 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1684 Disconnect also page-ready signal when removing a job because the
1685 page size has changed. Thanks to kripken
1686 <kripkensteiner@gmail.com>.
1688 2007-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1690 * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1692 Scroll pages in page entry with mouse wheel. Fixes bug
1693 #324122. Thanks to David Turner <cillian64@googlemail.com>.
1695 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1697 * backend/dvi/Makefile.am:
1698 * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1699 (mdvi_cairo_device_init):
1700 * backend/dvi/mdvi-lib/common.h:
1701 * backend/dvi/mdvi-lib/mdvi.h:
1702 * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1703 * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1704 (mdvi_build_path_from_cwd):
1706 Add ps specials support in dvi backend when libspectre is
1707 present. Fixes bug #386005.
1709 2007-12-20 Carlos Garcia Campos <carlosgc@gnome.org>
1712 * backend/ps/Makefile.am:
1713 * backend/ps/ev-spectre.[ch]:
1715 Use libspectre, if available, for the ps backend. Fixes bugs
1716 #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1718 2007-12-18 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
1720 * backend/comics/comics-document.c: (comics_document_load):
1722 Cygwin build issue fix.
1724 2007-12-16 Carlos Garcia Campos <carlosgc@gnome.org>
1726 * shell/ev-view.c: (ev_view_set_zoom):
1728 Do not limit the minimum zoom factor when sizing mode is best bit
1729 or fit width. Fixes bug #503805.
1731 2007-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
1733 * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1734 * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1735 (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1736 (ev_link_dest_get_property), (ev_link_dest_set_property),
1737 (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1738 (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1739 (ev_link_dest_new_fitr):
1740 * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1741 (goto_fith_dest), (goto_xyz_dest):
1743 Do not change left, top and zoom values when they are null in PDF
1744 destinations. Fixes bug #460658.
1746 2007-12-10 Christian Persch <chpe@gnome.org>
1748 * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1749 (ev_view_accessible_class_init),
1750 (ev_view_accessible_idle_do_action),
1751 (ev_view_accessible_action_do_action),
1752 (ev_view_accessible_action_get_description),
1753 (ev_view_accessible_action_set_description),
1754 (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1755 (ev_view_accessible_factory_init),
1756 (ev_view_accessible_factory_get_accessible_type):
1757 * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1758 private data, and G_DEFINE_TYPE. Bug #502843.
1760 2007-12-08 Christian Persch <chpe@gnome.org>
1762 * shell/ev-metadata-manager.c: (item_free),
1763 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1764 (value_free), (parse_value), (parseItem),
1765 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1766 (save_values): Use GSlice to allocate small amounts of memory. Bug
1769 2007-12-05 Carlos Garcia Campos <carlosgc@gnome.org>
1771 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1773 Restore cursor to normal after a drag operation. Fixes bug
1776 2007-12-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
1781 Update for release 2.21.1
1783 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1786 * cut-n-paste/gedit-message-area/Makefile.am:
1787 * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1788 * shell/Makefile.am:
1789 * shell/ev-message-area.[ch]:
1790 * shell/ev-window.c: (ev_window_set_message_area),
1791 (ev_window_error_message_response_cb), (ev_window_error_message),
1792 (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1793 (ev_window_save_job_cb), (image_save_dialog_response_cb),
1794 (ev_attachment_popup_cmd_open_attachment),
1795 (attachment_save_dialog_response_cb), (ev_window_set_document),
1798 Use a message area instead of a popup dialog for error
1799 notifications. Fixes bug #337495.
1801 2007-12-02 Carlos Garcia Campos <carlosgc@gnome.org>
1803 * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1804 (ev_window_run_fullscreen):
1806 Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1808 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1810 * ev-sidebar-thumbnails.c: (update_visible_range),
1811 (ev_sidebar_thumbnails_refresh),
1812 (ev_sidebar_thumbnails_set_document),
1813 (ev_sidebar_thumbnails_support_document):
1815 Show thumbnails for documents with one page. Fixes bug #358751.
1817 2007-12-01 Carlos Garcia Campos <carlosgc@gnome.org>
1819 * shell/ev-window.c:
1820 (ev_window_load_print_settings_from_metadata),
1821 (ev_window_save_print_settings), (ev_window_print_finished),
1822 (ev_window_print_range):
1824 Print settings that are specific to the document are now saved per
1825 document in the metadata file. Fixes bug #488806.
1827 2007-11-26 Matthias Clasen <mclasen@redhat.com>
1829 * backend/tiff/tiff-document.c: (tiff_document_render):
1831 Tiff documents were rendered with wrong colors. Fixes bug #497279.
1833 2007-11-25 Carlos Garcia Campos <carlosgc@gnome.org>
1835 * shell/ev-application.[ch]: (get_find_string_from_args),
1836 (ev_application_open_uri_at_dest), (ev_application_open_uri),
1837 (ev_application_open_uri_list):
1838 * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1839 * shell/ev-window.[ch]: (ev_window_load_job_cb),
1840 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1841 (ev_window_cmd_recent_file_activate),
1842 (ev_window_open_recent_action_item_activated),
1843 (ev_window_print_send), (open_remote_link):
1844 * shell/main.c: (arguments_parse):
1846 Add a command line option for search. Fixes bug #497710.
1848 2007-11-20 Darren Kenny <darren.kenny@sun.com>
1850 * shell/ev-jobs.c: (ev_job_print_new):
1852 Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1854 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1856 * data/evince-toolbar.xml:
1857 * shell/Makefile.am:
1858 * shell/ev-application.c: (ev_application_init):
1859 * shell/ev-open-recent-action.[ch]:
1860 * shell/ev-window.c:
1861 (ev_window_open_recent_action_item_activated),
1862 (register_custom_actions):
1864 Add an expander to the open toolbar item which pops up a dropdown
1865 menu with the recently used documents. Fixes bug #487215.
1867 2007-10-29 Carlos Garcia Campos <carlosgc@gnome.org>
1869 * shell/ev-window.c: (ev_window_open_uri),
1870 (ev_window_cmd_view_reload):
1872 Do not jump to the first page when reloading by running evince
1873 from the command line. Fixes bug #490847.
1875 2007-10-27 Hiroyuki Ikezoe <poincare@ikezoe.net>
1877 * shell/ev-window.c: (ev_window_cmd_help_contents):
1879 Plugged memory leak when help file is not found. Fixes bug
1882 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1886 Enable djvu, dvi and comics backends by default. Fixes bug
1889 2007-10-26 Carlos Garcia Campos <carlosgc@gnome.org>
1892 * cut-n-paste/Makefile.am:
1893 * cut-n-paste/recent-files/*: Removed
1894 * help/reference/Makefile.am:
1895 * shell/Makefile.am:
1896 * shell/ev-application.[ch]: (ev_application_shutdown),
1897 (ev_application_init):
1898 * shell/ev-window.c: (ev_window_add_recent),
1899 (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1901 Bump requirements to gtk+ 2.10.0 and remove egg-recent code.
1903 2007-10-25 Pascal Terjan <pterjan@linuxfr.org>
1905 * shell/ev-window.c: (launch_external_uri):
1907 Let GnomeVFS check the URL, this allow more URL (like mailto:),
1908 and report error if the URL is not supported (#489910).
1910 2007-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
1912 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1913 (pdf_document_file_exporter_begin_page),
1914 (pdf_document_file_exporter_end_page):
1916 Fix printing with poppler splash backend. Fixes bug #489774.
1918 2007-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
1920 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1921 * shell/ev-print-job.c: (ev_print_job_class_init):
1923 Fix a crash when printing with the gnome-print dialog. Fixes bug
1926 2007-10-18 Sebastien Bacher <seb128@ubuntu.com>
1928 * backend/pixbuf/pixbuf-document.c:
1930 Fix an implicit function definition warning (#487655)
1932 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1934 * shell/ev-window.c:
1936 Fix conflicting shortcut for view sade pane and presentation.
1938 2007-10-11 Carlos Garcia Campos <carlosgc@gnome.org>
1940 * backend/pdf/ev-poppler.cc:
1941 (pdf_document_file_exporter_begin_page),
1942 (pdf_document_file_exporter_do_page),
1943 (pdf_document_file_exporter_end_page),
1944 (pdf_document_file_exporter_iface_init):
1945 * libdocument/ev-file-exporter.[ch]:
1946 (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1947 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1950 When printing multiple pages per sheet in reverse option, do not
1951 invert the order of the pages in every sheet, but the order of the
1952 sheets. Do not print blank pages when page range is invalid. Fixes
1953 bugs #484857 and #485521.
1955 2007-10-10 Carlos Garcia Campos <carlosgc@gnome.org>
1957 * shell/ev-jobs.c: (ev_job_print_get_page_list),
1959 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1961 Respect ranges order when printing more than one range in random
1964 2007-10-10 Martin Schanzenbach <mschanzenbach@gmail.com>
1966 * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1967 (ev_window_setup_document), (ev_window_rotation_changed_cb):
1969 Rotate also the window icon when document is rotated. Fixes bug
1972 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1974 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1975 (pdf_document_forms_get_form_fields):
1977 Silently ignore unknown form fields. Fixes bug #482654. Patch by
1980 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1983 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1985 Use poppler_page_render_for_printing() instead of
1986 poppler_page_render() if available when exporting to a ps or pdf
1987 file. Fixes bug #476627.
1989 2007-10-04 Carlos Garcia Campos <carlosgc@gnome.org>
1991 * shell/ev-window.c: (ev_window_run_fullscreen):
1993 Do not show the toolbar in fullscreen mode if the main toolbar is
1994 not visible. Fixes bug #483048.
1996 2007-09-29 Carlos Garcia Campos <carlosgc@gnome.org>
1998 * shell/ev-view.c: (ev_view_button_press_event):
2000 Give priority to form fields over images when deciding whether a
2001 button press event is over an image or form field. It allows edit
2002 form fields when they are over a background image. Fixes bug
2005 2007-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2010 Update for release 2.20.0
2012 2007-09-12 Carlos Garcia Campos <carlosgc@gnome.org>
2014 * backend/pdf/ev-poppler.cc:
2016 Remove #ifdef HAVE_FORMS, so that forms support works again.
2018 2007-09-05 Götz Waschk <waschk@mandriva.org>
2021 * data/evince.desktop.in.in:
2023 Fixes desktop file issues. See bug #473471.
2025 2007-09-04 Carlos Garcia Campos <carlosgc@gnome.org>
2027 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2028 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2029 (ev_job_queue_remove_job):
2030 * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2031 (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2032 * shell/ev-window.c: (ev_window_clear_save_job),
2033 (ev_window_save_job_cb), (file_save_dialog_response_cb),
2034 (ev_window_dispose):
2036 Move save a copy task to its own job so that it's carried out in a
2037 thread avoiding another lock in the main thread. Use
2038 ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2039 can be saved to a pathin another file system. Fixes bug #456891.
2041 2007-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2046 Update for release 2.19.92
2048 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2051 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2052 (pdf_selection_get_selection_region),
2053 (pdf_selection_get_selection_map),
2054 (ev_form_field_from_poppler_field):
2056 Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2057 and triple click selections are enabled again now.
2059 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2061 * shell/ev-window.c: (ev_window_add_history):
2063 Make sure not to use the history with documents not supporting
2064 links. Fixes bug #468954.
2066 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2068 * shell/ev-window.c: (ev_window_load_job_cb):
2070 Restart the search when reloading a document with the find bar
2071 visible. Fixes bug #461962.
2073 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2075 * shell/ev-window.c: (setup_document_from_metadata),
2076 (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2078 Do not jump to the first page when reloading a document from the
2081 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2083 * shell/ev-window.c: (update_chrome_flag),
2084 (setup_sidebar_from_metadata),
2085 (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2086 (ev_window_cmd_edit_find_next),
2087 (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2088 (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2089 (find_bar_close_cb), (view_actions_focus_in_cb):
2091 Do not update visibility when changing a chrome flag so that it's
2092 possible to update several flags and update visibility only once
2095 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2097 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2099 Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2100 supported by gtk+. Fixes bug #460907.
2102 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2104 * shell/ev-view.c: (view_update_range_and_current_page):
2106 Make sure current-page <= end-page in continuous mode. Fixes bug
2109 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2111 * backend/pdf/ev-poppler.cc: (build_tree):
2113 Ignore outline items without a title. Fixes bug #453913.
2115 2007-09-03 Carlos Garcia Campos <carlosgc@gnome.org>
2117 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2118 (ev_view_button_release_event), (ev_view_leave_notify_event):
2120 Use always drag mouse cursor during a drag operation. Fixes bug
2123 2007-09-02 Carlos Garcia Campos <carlosgc@gnome.org>
2125 * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2126 (pdf_selection_get_selection_region),
2127 (pdf_selection_get_selection_map):
2129 Temporarily disable double and triple selections since it depends on
2130 poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2131 released and the update of the external dependency minimal version
2134 2007-09-01 Carlos Garcia Campos <carlosgc@gnome.org>
2136 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2137 (pdf_document_file_exporter_do_page):
2138 * libdocument/ev-file-exporter.h:
2139 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2140 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2142 Actually fix printing regressions. Remove orientation from
2143 EvPrintContext since it's redundant.
2145 2007-08-31 Carlos Garcia Campos <carlosgc@gnome.org>
2147 * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2148 * backend/impress/impress-document.c:
2149 (impress_document_document_iface_init):
2150 * backend/ps/ps-document.c: (ps_document_document_iface_init):
2151 * backend/djvu/djvu-document.c:
2152 (djvu_document_document_iface_init),
2153 (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2154 * backend/tiff/tiff-document.c:
2155 (tiff_document_document_iface_init):
2156 * backend/pixbuf/pixbuf-document.c:
2157 (pixbuf_document_document_iface_init):
2158 * backend/comics/comics-document.c:
2159 (comics_document_document_iface_init):
2160 * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2161 (pdf_selection_render_selection),
2162 (pdf_selection_get_selected_text),
2163 (pdf_selection_get_selection_region),
2164 (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2165 * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2166 (ev_selection_get_selection_region),
2167 (ev_selection_get_selection_map):
2168 * libdocument/ev-document.[ch]:
2169 * shell/ev-pixbuf-cache.[ch]: (add_job),
2170 (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2171 * shell/ev-view-private.h:
2172 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2173 (ev_job_render_run):
2174 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2175 * shell/ev-view.c: (start_selection_for_event),
2176 (ev_view_button_press_event), (ev_view_drag_data_get),
2177 (ev_view_drag_data_received), (ev_view_button_release_event),
2178 (compute_new_selection_text), (compute_selections),
2179 (ev_view_select_all), (get_selected_text), (ev_view_copy),
2180 (ev_view_primary_get_cb):
2182 Add support for double and triple click selections.
2184 2007-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2189 Update for release 2.19.4
2191 2007-08-28 Justin Blanchard <justinb04@aim.com>
2193 * shell/ev-view-private.h:
2194 * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2195 (ev_view_set_highlight_search):
2197 * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2198 (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2199 (find_bar_visibility_changed_cb):
2201 Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2203 2007-08-27 Carlos Garcia Campos <carlosgc@gnome.org>
2205 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2206 (pdf_document_file_exporter_begin),
2207 (pdf_document_file_exporter_do_page):
2208 * shell/ev-jobs.c: (ev_job_print_run):
2209 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2211 Create always a portrait cairo surface and rotate when needed for
2212 landscape. It fixes printing problems in real printers.
2214 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
2216 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2217 * libdocument/ev-file-exporter.[ch]:
2218 (ev_file_exporter_get_capabilities):
2219 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2220 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2222 Adjust number of pages per row according to page orientation when
2223 printing 2 or 6 pages per sheet.
2225 2007-08-25 Carlos Garcia Campos <carlosgc@gnome.org>
2227 * shell/ev-window.c: (ev_window_print_send):
2229 Reset also cups setting to 1 when printing multiple pages per
2230 sheet. Fixes bug #468853.
2232 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
2234 * libdocument/ev-document-misc.c:
2235 (ev_document_misc_surface_rotate_and_scale):
2237 Use directly cairo_surface_get_content() when creating a similar
2238 surface as suggested by Jeff Muizelaar. Thanks again.
2240 2007-08-24 Carlos Garcia Campos <carlosgc@gnome.org>
2242 * backend/djvu/djvu-document.c: (djvu_document_render):
2243 * backend/tiff/tiff-document.c: (tiff_document_render):
2244 * backend/pdf/ev-poppler.cc: (pdf_document_render):
2245 * libdocument/ev-document-misc.c:
2246 (ev_document_misc_surface_from_pixbuf),
2247 (ev_document_misc_surface_rotate_and_scale):
2249 Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2250 creating page surfaces. Fixes bug #453123. Thank you very much to
2251 Jeff Muizelaar <jeff@infidigm.net>.
2253 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
2255 * shell/ev-page-cache.c: (ev_page_cache_new),
2256 (ev_page_cache_get_thumbnail_size):
2257 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2258 (ev_sidebar_thumbnails_set_loading_icon):
2260 Also store in page-cache the dimensions of the thumbnails so that
2261 they can be used to create the correct loading icon in the side
2262 pane. Fixes bug #466857.
2264 2007-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
2266 * backend/pdf/ev-poppler.cc:
2267 (pdf_document_thumbnails_get_thumbnail):
2269 Fix thumbnails rotation in pdf documents that include embedded
2272 2007-08-15 Jens Granseuer <jensgr@gmx.net>
2274 * backend/pdf/ev-poppler.cc:
2276 Don't use #ifdef in macro expansion. Some compilers don't
2277 like that. Closes bug #467042.
2279 2007-08-15 Justin Blanchard <justinb04@aim.com>
2281 * backend/djvu/djvu-document.c: (djvu_document_finalize):
2283 Fixes memory leak in djvu backend.
2285 2007-08-15 Andreas Nilsson <nisses.mail@home.se>
2287 * data/icons/32x32/Makefile.am:
2288 * data/icons/32x32/actions/Makefile.am:
2289 * data/icons/32x32/actions/view-page-cont.svg:
2290 * data/icons/32x32/actions/view-page-facing.svg:
2291 * data/icons/48x48/Makefile.am:
2292 * data/icons/48x48/actions/Makefile.am:
2293 * data/icons/48x48/actions/view-page-cont.svg:
2294 * data/icons/48x48/actions/view-page-facing.svg:
2296 Icons for a new sizes.
2298 2007-08-14 Justin Blanchard <justinb04@aim.com>
2300 * shell/ev-page-cache.c: (build_height_to_page),
2301 (ev_page_cache_get_height_to_page):
2303 Fixes invalid read, see bug #466401.
2305 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
2307 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2309 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2310 (configure_item_cursor), (new_pixbuf_from_widget):
2312 Fix multihead problems in toolbar editor. Fixes bug #382055.
2314 2007-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
2316 * shell/ev-window.c: (ev_window_cmd_file_open),
2317 (ev_window_cmd_save_as):
2319 Use g_get_user_special_dir when available instead of
2320 xdg_user_dir_lookup.
2322 2007-08-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2326 Updated according to request on desktop-devel.
2328 2007-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
2330 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2332 Do not use cairo_rectangle and cairo_clip since we are
2333 not using cairo_fill but cairo_paint. Use the same cairo context
2334 for every page in the same expose event.
2336 2007-07-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
2338 * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2341 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2348 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2350 * libdocument/ev-document-info.h:
2351 * libdocument/ev-document.h:
2352 * shell/ev-page-action.h:
2353 * shell/ev-sidebar-links.h:
2355 Fix a headers problem with ev-link
2357 * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2358 * shell/ev-view-private.h:
2359 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2360 (get_link_area), (ev_view_query_tooltip),
2361 (ev_view_leave_notify_event), (ev_view_destroy),
2362 (ev_view_class_init):
2364 Use new gtk tooltips when available instead of ev-tooltip.
2366 2007-07-30 Carlos Garcia Campos <carlosgc@gnome.org>
2368 * shell/ev-window.c: (update_chrome_visibility),
2369 (ev_window_sidebar_visibility_changed_cb):
2371 Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2373 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2375 * shell/ev-navigation-action.c:
2376 (ev_navigation_action_history_changed),
2377 (ev_navigation_action_set_history):
2378 * shell/ev-navigation-action-widget.c:
2379 (ev_navigation_action_widget_init):
2380 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2382 Fix compile warnings.
2384 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2386 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2387 (egg_editable_toolbar_dispose):
2391 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2393 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2394 (screensaver_disable_x11):
2395 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2396 * shell/ev-window.c: (presentation_set_timeout):
2397 * shell/ev-view.c: (ev_view_presentation_transition_start):
2399 Use g_timeout_add_seconds instead of g_timeout_add when
2402 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2404 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2406 Set horizontal scrollbar policy to AUTOMATIC instead of
2407 NEVER. Workaround for bug #449462.
2409 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2411 * shell/ev-jobs.c: (ev_job_render_page_ready):
2413 Add page_ready callback to main loop with high priority and hold
2414 a reference to job during idle.
2416 2007-07-29 Carlos Garcia Campos <carlosgc@gnome.org>
2419 * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2420 (pdf_document_file_exporter_begin),
2421 (pdf_document_file_exporter_do_page),
2422 (pdf_document_file_exporter_get_capabilities):
2423 * libdocument/ev-file-exporter.h:
2424 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2425 * shell/ev-window.c: (ev_window_print_send),
2426 (ev_window_print_dialog_response_cb):
2428 Allow printing multiple pages per sheet. Fixes bug #395573.
2430 2007-07-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2432 * shell/ev-view.c: (tip_from_link):
2434 Check for NULL, fixes bug #460862.
2436 2007-07-29 Christian Persch <chpe@gnome.org>
2438 * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2439 (ev_window_preview_print_finished), (ev_window_do_preview_print),
2440 (ev_window_cmd_preview_print):
2442 Fixes bug #437681 - blocks while enumerating printers.
2444 2007-07-29 Christian Persch <chpe@gnome.org>
2446 * shell/ev-window.c: (ev_window_screen_changed):
2448 Don't use deprecated gtk+ function. See bug #460909.
2450 2007-07-27 Carlos Garcia Campos <carlosgc@gnome.org>
2452 * shell/ev-utils.c: (get_num_monitors):
2453 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2455 Do not use display before initializing it. Remove compile
2458 2007-07-27 Cosimo Cecchi <anarki@lilik.it>
2460 * shell/ev-view.c: (ev_view_class_init):
2462 Unix-like hjkl bindings added. See bug #458111.
2464 2007-07-27 Johannes Buchner <buchner.johannes@gmx.at>
2466 * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2468 * shell/ev-view.c: (ev_view_set_zoom_for_size),
2469 (ev_view_update_view_size):
2471 * shell/ev-window.c: (ev_window_update_actions),
2472 (setup_view_from_metadata), (ev_window_screen_changed),
2473 (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2474 (zoom_control_changed_cb):
2475 * shell/ev-window.h:
2477 Reorganizes utility functions.
2479 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
2481 * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2482 (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2483 (add_job), (ev_pixbuf_cache_get_surface),
2484 (ev_pixbuf_cache_get_link_mapping),
2485 (ev_pixbuf_cache_get_image_mapping),
2486 (ev_pixbuf_cache_get_form_field_mapping),
2487 (ev_pixbuf_cache_get_text_mapping):
2488 * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2489 (notify_page_ready), (ev_job_render_page_ready),
2490 (ev_job_render_run):
2492 Add page_ready signal to notify that page is ready as soon as
2493 possible even if other page elements like links, forms, images or
2494 text mapping are not ready yet.
2496 2007-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
2498 * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2499 (dvi_document_file_exporter_do_page),
2500 (dvi_document_file_exporter_get_capabilities),
2501 (dvi_document_file_exporter_iface_init):
2502 * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2503 (ps_document_file_exporter_do_page),
2504 (ps_document_file_exporter_get_capabilities),
2505 (ps_document_file_exporter_iface_init):
2506 * backend/djvu/djvu-document.c:
2507 (djvu_document_file_exporter_begin),
2508 (djvu_document_file_exporter_end),
2509 (djvu_document_file_exporter_get_capabilities),
2510 (djvu_document_file_exporter_iface_init):
2511 * backend/tiff/tiff-document.c:
2512 (tiff_document_file_exporter_begin),
2513 (tiff_document_file_exporter_get_capabilities),
2514 (tiff_document_document_file_exporter_iface_init):
2515 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2516 (pdf_document_file_exporter_do_page),
2517 (pdf_document_file_exporter_get_capabilities),
2518 (pdf_document_file_exporter_iface_init):
2519 * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2520 (ev_file_exporter_get_capabilities):
2521 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2522 (idle_print_handler), (ev_print_job_print):
2523 * shell/ev-jobs.c: (ev_job_print_run):
2524 * shell/ev-window.c: (ev_window_print_send),
2525 (ev_window_print_range):
2527 Use capabilities to know which options should be offered by the
2528 print dialog depending on the document backend.
2530 2007-07-25 Carlos Garcia Campos <carlosgc@gnome.org>
2532 * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2534 Give priority to forms over text to set the cursor.
2536 2007-07-24 Carlos Garcia Campos <carlosgc@gnome.org>
2538 * shell/ev-view-private.h:
2539 * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2540 (ev_view_leave_notify_event), (ev_view_finalize),
2541 (ev_view_get_property), (ev_view_class_init):
2543 Use IBEAM cursor for text form fields and NORMAL cursor for read
2544 only fields. Remove unused status attribute.
2546 2007-07-20 Carlos Garcia Campos <carlosgc@gnome.org>
2548 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2550 Update region for current selected items also for checkbox
2551 buttons, since they can behave as radio buttons when they are in a
2554 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2557 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2559 Get max length of text form fields.
2561 2007-07-19 Carlos Garcia Campos <carlosgc@gnome.org>
2563 * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2564 * libdocument/ev-form-field.h:
2565 * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2567 Fix build with current poppler cvs head.
2569 2007-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
2571 * cut-n-paste/zoom-control/ephy-zoom-control.c:
2572 * shell/eggfindbar.c: (egg_find_bar_init):
2574 Fix build with gtk+ >= 2.11.5 due to gtktooltips
2575 deprecation. Fixes bug #455667
2577 2007-07-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2582 Update for release 0.9.2
2584 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2586 * shell/ev-view.c: (ev_view_form_field_text_save),
2587 (ev_view_form_field_choice_save):
2589 Fix a crash when closing whith a form widget visible.
2591 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2593 * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2595 Update also the region of the current selected button when
2596 clicking on another button if they are radio buttons.
2598 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2600 * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2601 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2602 (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2603 (ev_pixbuf_cache_get_link_mapping),
2604 (ev_pixbuf_cache_get_image_mapping),
2605 (ev_pixbuf_cache_get_form_field_mapping),
2606 (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2607 * shell/ev-view.c: (ev_view_form_field_get_region),
2608 (ev_view_form_field_button_create_widget),
2609 (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2612 Redraw only form field region instead of the whole page when
2613 reloading a page to show changes on the form field.
2615 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2617 * shell/ev-view.c: (ev_view_form_field_choice_save):
2619 Fix selection of first item in list form fields.
2621 2007-07-09 Carlos Garcia Campos <carlosgc@gnome.org>
2623 * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2624 (ev_pixbuf_cache_reload_page),
2625 (ev_pixbuf_cache_get_form_field_mapping):
2627 Some refactoring to avoid duplicated code.
2629 2007-07-08 Carlos Garcia Campos <carlosgc@gnome.org>
2632 * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2633 (ev_form_field_from_poppler_field),
2634 (pdf_document_forms_get_form_fields),
2635 (pdf_document_forms_form_field_text_get_text),
2636 (pdf_document_forms_form_field_text_set_text),
2637 (pdf_document_forms_form_field_button_set_state),
2638 (pdf_document_forms_form_field_button_get_state),
2639 (pdf_document_forms_form_field_choice_get_item),
2640 (pdf_document_forms_form_field_choice_get_n_items),
2641 (pdf_document_forms_form_field_choice_is_item_selected),
2642 (pdf_document_forms_form_field_choice_select_item),
2643 (pdf_document_forms_form_field_choice_toggle_item),
2644 (pdf_document_forms_form_field_choice_unselect_all),
2645 (pdf_document_forms_form_field_choice_set_text),
2646 (pdf_document_forms_form_field_choice_get_text),
2647 (pdf_document_document_forms_iface_init):
2648 * libdocument/Makefile.am:
2649 * libdocument/ev-form-field.[ch]:
2650 * libdocument/ev-document-forms.[ch]:
2651 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2652 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2653 (add_job), (ev_pixbuf_cache_reload_page),
2654 (ev_pixbuf_cache_get_form_field_mapping):
2655 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2656 * shell/ev-view-private.h:
2657 * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2658 (ev_view_handle_cursor_over_xy),
2659 (ev_view_get_form_field_at_location),
2660 (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2661 (ev_view_form_field_button_create_widget),
2662 (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2663 (ev_view_form_field_text_create_widget),
2664 (ev_view_form_field_choice_save),
2665 (ev_view_form_field_choice_changed),
2666 (ev_view_form_field_choice_create_widget),
2667 (ev_view_handle_form_field), (ev_view_size_allocate),
2668 (ev_view_realize), (draw_end_presentation_page),
2669 (ev_view_button_press_event), (ev_view_remove_all),
2670 (ev_view_motion_notify_event), (ev_view_key_press_event),
2671 (ev_view_enter_notify_event), (highlight_find_results),
2672 (draw_loading_text), (draw_one_page), (ev_view_destroy),
2673 (ev_view_class_init), (page_changed_cb),
2674 (on_adjustment_value_changed), (ev_view_set_presentation),
2675 (merge_selection_region), (ev_view_set_cursor),
2676 (ev_view_reset_presentation_state):
2678 Merge evince-forms branch.
2680 2007-07-03 Jaap Haitsma <jaap@haitsma.org>
2682 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2684 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2685 This script also updates itself from libegg
2687 * cut-n-paste/toolbar-editor/egg*:
2688 Run update-toolbareditor-from-libegg.sh so we are in sync again with
2691 2007-07-02 Jaap Haitsma <jaap@haitsma.org>
2693 * shell/ev-window.c:
2695 Adds a nice icon to page action during toolbar editing.
2698 2007-07-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2700 * data/evince-toolbar.xml:
2701 * shell/ev-window.c:
2703 Let user add a presentation and fullscreen icons on toolbar.
2706 2007-07-01 Jaap Haitsma <jaap@haitsma.org>
2708 * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg:
2710 new script to keep in sync with toolbareditor in libegg
2712 * cut-n-paste/toolbar-editor/*:
2714 Run update-toolbareditor-from-libegg so we are in sync again.
2718 2007-07-01 Carlos Garcia Campos <carlosgc@gnome.org>
2720 * shell/ev-sidebar-links.c: (job_finished_callback):
2722 Do not connect selection changed signal more than once. Fixes bug
2725 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2727 * shell/ev-window.c: (ev_window_view_sidebar_cb):
2729 Do not change sidebar chrome flag when pressing F9 key in
2732 2007-06-29 Carlos Garcia Campos <carlosgc@gnome.org>
2734 * backend/pdf/ev-poppler.cc:
2735 (pdf_document_thumbnails_get_dimensions):
2737 Make sure thumbnails width and height is not <= 0. Fixes a crash
2738 with some pdf documents which have really small pages.
2740 2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
2742 * shell/main.c: (main):
2744 Fixes program description translation issue.
2747 2007-06-21 Cesar Fernandez <cesar@pk2.org>
2749 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2751 Do not change current page when returning from black/white mode
2752 in presentation. Fixes bug #415032.
2754 2007-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2759 Update for release 0.9.1
2761 2007-06-17 Alaska Subedi <asubedi@gmail.com>
2763 * backend/dvi/dvi-document.c:
2764 (dvi_document_finalize),
2765 (dvi_document_file_exporter_format_supported),
2766 (dvi_document_file_exporter_begin),
2767 (dvi_document_file_exporter_do_page),
2768 (dvi_document_file_exporter_end),
2769 (dvi_document_file_exporter_iface_init), (dvi_document_init):
2771 PDF exporter for dvi documents. Fixes bug #441319.
2773 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2775 * shell/ev-window.c: (ev_window_clear_print_job):
2777 Clear gtk print job when job has finished. Fixes bug #447612.
2779 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2781 * shell/ev-window.c: (ev_window_print_send),
2782 (ev_window_print_dialog_response_cb), (ev_window_print_range):
2784 Add preview button to print dialog. Fixes bug #445419.
2786 2007-06-17 Carlos Garcia Campos <carlosgc@gnome.org>
2788 * backend/dvi/Makefile.am:
2789 * backend/dvi/pixbuf-device.[ch]: Removed
2790 * backend/dvi/cairo-device.[ch]: Added
2791 * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2792 * backend/dvi/dvi-document.c: (dvi_document_load),
2793 (dvi_document_render), (dvi_document_finalize),
2794 (dvi_document_thumbnails_get_thumbnail), (parse_color),
2795 (dvi_document_do_color_special):
2796 * libdocument/ev-document-misc.[ch]:
2797 (ev_document_misc_pixbuf_from_surface):
2799 Port dvi backend to cairo and fix a problem with colors.
2801 2007-06-14 Carlos Garcia Campos <carlosgc@gnome.org>
2803 * shell/ev-view.c: (draw_one_page):
2805 Draw only visible region.
2807 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2809 * backend/djvu/djvu-document.c: (djvu_document_render):
2811 Fix rotation in djvu backend.
2813 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2815 * shell/ev-pixbuf-cache.c: (job_finished_cb),
2816 (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2817 (ev_pixbuf_cache_get_image_mapping),
2818 (ev_pixbuf_cache_get_text_mapping):
2820 Redraw view every time we have a new surface. Fixes bug #443587.
2822 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2824 * libdocument/ev-document.c: (ev_document_info_free):
2828 2007-06-13 Carlos Garcia Campos <carlosgc@gnome.org>
2830 * backend/dvi/dvi-document.c: (dvi_document_render),
2831 (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2832 * backend/impress/impress-document.c:
2833 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2834 (impress_document_render), (impress_document_document_iface_init),
2835 (impress_document_thumbnails_get_thumbnail):
2836 * backend/djvu/djvu-document-private.h:
2837 * backend/djvu/djvu-document.c: (djvu_document_render),
2838 (djvu_document_finalize), (djvu_document_document_iface_init),
2839 (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2840 * backend/tiff/tiff-document.c: (tiff_document_render),
2841 (tiff_document_render_pixbuf),
2842 (tiff_document_document_iface_init):
2843 * backend/pdf/ev-poppler.cc: (pdf_document_render),
2844 (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2845 (pdf_selection_render_selection):
2846 * backend/comics/comics-document.c:
2847 (comics_document_render_pixbuf), (comics_document_render),
2848 (comics_document_document_iface_init):
2849 * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2850 (pixbuf_document_document_iface_init):
2851 * libdocument/ev-document-misc.[ch]:
2852 (ev_document_misc_surface_from_pixbuf),
2853 (ev_document_misc_surface_rotate_and_scale):
2854 * libdocument/ev-document.[ch]: (ev_document_render):
2855 * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2856 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2857 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2858 (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2859 (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2860 (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2861 * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2862 (render_finished_cb), (ev_job_render_run):
2863 * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2864 (merge_selection_region):
2866 Use cairo image surfaces instead of GDK pixbufs for drawing pages
2869 2007-06-12 Carlos Garcia Campos <carlosgc@gnome.org>
2871 * shell/ev-window-title.c: (ev_window_title_update):
2875 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2877 * shell/ev-view.c: (draw_loading_text):
2879 Show loading text centered. Fixes bug #433061
2881 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2883 * shell/ev-sidebar-thumbnails.c:
2884 (ev_sidebar_thumbnails_set_loading_icon):
2886 Remove a mutex in the main thread that blocks the UI in heavy
2889 2007-06-09 Carlos Garcia Campos <carlosgc@gnome.org>
2891 * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2893 Set points_set to TRUE so that selections don't disappear after a
2896 2007-06-07 Michael Monreal <infernux@web.de>
2898 * data/icons/16x16/actions/Makefile.am:
2899 * data/icons/16x16/actions/zoom.svg:
2900 * data/icons/22x22/actions/Makefile.am:
2901 * data/icons/22x22/actions/zoom.svg:
2902 * data/icons/24x24/actions/Makefile.am:
2903 * shell/ev-stock-icons.c:
2904 * shell/ev-stock-icons.h:
2905 * shell/ev-window.c:
2907 Zoom icon artwork. See bug #444795.
2909 2007-06-05 Bastien Nocera <hadess@hadess.net>
2911 * shell/ev-metadata-manager.c: Remove extraneous function
2914 2007-06-05 Bastien Nocera <hadess@hadess.net>
2916 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2917 (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2918 (ev_metadata_manager_set), (ev_metadata_manager_save):
2919 Simplify the timeout, no need for modified anymore
2921 2007-06-05 Bastien Nocera <hadess@hadess.net>
2923 * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2924 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2925 (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2926 (ev_metadata_manager_save): Adapted patch from Arjan van de
2927 Ven (arjan@linux.intel.com) to avoid the timeout running all the
2928 time, saves on power (Closes: #443851)
2930 2007-06-02 Carlos Garcia Campos <carlosgc@gnome.org>
2933 * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2934 (pdf_selection_render_selection), (pdf_document_get_page_duration):
2936 Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2938 2007-05-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
2940 * shell/ev-window.c: (ev_window_add_history):
2942 Check if history is NULL
2944 2007-05-25 Carlos Garcia Campos <carlosgc@gnome.org>
2946 * libdocument/ev-image.c: (ev_image_finalize):
2947 * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2948 * libdocument/ev-attachment.c: (ev_attachment_finalize):
2949 * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2950 (ev_tmp_uri_unlink):
2952 Add functions to delete temporary files created by evince in a safe
2955 * shell/ev-window.c: (ev_window_clear_local_uri),
2956 (open_xfer_update_progress_callback),
2957 (save_xfer_update_progress_callback), (ev_window_save_remote),
2958 (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2959 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2960 (attachment_save_dialog_response_cb),
2961 (ev_attachment_popup_cmd_save_attachment_as):
2963 Allow saving a copy of a document, image or attachment to a remote
2964 location. Fixes bug #440754.
2966 2007-05-22 Carlos Garcia Campos <carlosgc@gnome.org>
2969 * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2971 Fix build with current poppler from cvs head.
2973 2007-05-21 Eduardo Lima <eduardo.lima@indt.org.br>
2975 * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2977 Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2980 2007-05-20 Wouter Bolsterlee <wbolster@svn.gnome.org>
2982 * shell/ev-sidebar.c: (ev_sidebar_add_page):
2983 * shell/ev-window.c:
2985 Change sidebar ordering. Fixes bug #439939.
2987 2007-05-20 Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2989 * backend/comics/Makefile.am:
2991 Fixes build with --without-libgnome.
2993 2007-05-19 Carlos Garcia Campos <carlosgc@gnome.org>
2995 * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2997 Update cursor and tooltip on page change and view scroll. Fixes bug
3000 2007-05-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3005 Update for release 0.9.0
3007 2007-05-14 Alaska Subedi <asubedi@gmail.com>
3009 * backend/djvu/djvu-document-private.h:
3010 * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3011 (djvu_document_finalize),
3012 (djvu_document_file_exporter_format_supported),
3013 (djvu_document_file_exporter_begin),
3014 (djvu_document_file_exporter_do_page),
3015 (djvu_document_file_exporter_end),
3016 (djvu_document_file_exporter_iface_init), (djvu_document_init):
3018 Implemented printing with djvu. Bug #437998.
3020 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
3022 * backend/impress/zip.c:
3023 Add missing ulong definition.
3025 * backend/ps/ps-interpreter.c:
3026 Add missing headers.
3028 Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3030 2007-05-14 Carlos Garcia Campos <carlosgc@gnome.org>
3032 * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3034 Add missing call to parent class dispose method.
3036 2007-05-12 Ross Burton <ross@openedhand.com>
3039 Sync keybindings manually when building without libgnome
3042 2007-05-12 Ross Burton <ross@openedhand.com>
3044 * shell/ev-window.c:
3045 Respect the screen when opening help (#437866).
3047 2007-05-11 Carlos Garcia Campos <carlosgc@gnome.org>
3049 * data/evince-ui.xml:
3050 * shell/ev-application.[ch]: (get_print_settings_from_args),
3051 (ev_application_open_uri_at_dest), (ev_application_open_uri),
3052 (ev_application_open_uri_list):
3053 * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3054 (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3055 (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3056 (ev_window_cmd_view_reload), (lookup_printer_from_name),
3057 (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3058 (ev_window_dispose):
3059 * shell/main.c: (arguments_parse):
3061 Add print button in preview mode. Fixes bug #396475.
3063 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3065 * cut-n-paste/zoom-control/ephy-zoom.h:
3067 Fixes zoom level factors. See bug #408119 for details.
3069 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3071 * backend/comics/comics-document.c: (comics_regex_quote),
3074 Correctly quote symbols. Fixes crash in the bug
3077 2007-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3079 * shell/ev-navigation-action-widget.c:
3080 (ev_navigation_action_widget_init),
3081 (ev_navigation_action_widget_class_init),
3082 (ev_navigation_action_widget_button_press_event):
3084 Connect to button-press event on correct widget. Fixes
3087 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3089 * shell/ev-application.c: (ev_application_open_window),
3090 (ev_application_add_icon_path_for_screen),
3091 (ev_application_open_uri_at_dest):
3092 * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3093 * shell/ev-navigation-action.c: (build_menu):
3095 Add app-specific icons to our icon theme. Fixes bug
3098 2007-05-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3100 * shell/ev-history.c: (ev_history_class_init),
3101 (ev_history_add_link):
3102 * shell/ev-history.h:
3103 * shell/ev-navigation-action.c:
3104 (ev_navigation_action_history_changed),
3105 (ev_navigation_action_set_history), (build_menu),
3106 (ev_navigation_action_finalize):
3107 * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3109 Make navigation action unsensitive instead of showing
3110 menu with unsensitive word. Fixes bug #417392.
3112 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
3114 * shell/ev-application.[ch]: (ev_application_shutdown),
3115 (ev_application_get_print_settings),
3116 (ev_application_set_print_settings):
3117 * shell/ev-window.c:
3119 Remember print settings. Fixes bug #349102.
3121 2007-05-08 Christian Persch <chpe@gnome.org>
3124 * properties/ev-properties-view.c:
3126 No need for a configure check; just use the GTK_CHECK_VERSION macro.
3129 2007-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
3132 * properties/ev-properties-view.c: (ev_regular_paper_size):
3134 Use gtk+ builtin paper list to identify the document's paper size.
3137 2007-05-04 Carlos Garcia Campos <carlosgc@gnome.org>
3141 Fix build when compiling with thumbnailer and libgnome support.
3143 2007-05-04 Ross Burton <ross@openedhand.com>
3146 Add --without-libgnome, check for libgnome and libgnomeui
3147 separately, and add them to the symbols as required.
3149 * libdocument/ev-file-helpers.c:
3150 When building without libgnome, use g_get_user_config_dir instead
3151 of gnome_user_dir_get.
3153 * shell/ev-application.c:
3154 When building without libgnome, don't use session management.
3157 When building without libgnome, don't use GnomeProgram or
3158 initialise the authentication manager.
3162 2007-05-04 Ross Burton <ross@openedhand.com>
3164 * shell/ev-window.c:
3165 Don't use libgnome to open help, instead call Yelp directly.
3167 2007-05-04 Ross Burton <ross@openedhand.com>
3169 * shell/ev-sidebar-attachments.c:
3170 Don't use libgnome to lookup icons for MIME types, instead copy
3171 code from GTK+ to do it manually.
3173 2007-05-04 Ross Burton <ross@openedhand.com>
3176 Add libxml to the dependencies for SHELL_CORE (#435818).
3178 2007-05-02 Ross Burton <ross@openedhand.com>
3182 Add --disable-thumbnailer (#434825)
3184 2007-05-02 Ross Burton <ross@openedhand.com>
3186 * shell/ev-window.c:
3187 Add missing includes, fix indentation.
3192 2007-04-30 Eduardo Lima <eduardo.lima@indt.org.br>
3194 * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3195 ev_application_open_uri_at_dest instead of ev_application_open_uri
3196 preventing new document always being opened in a new window even if there
3199 2007-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3201 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3202 (egg_recent_view_uimanager_finalize):
3203 * properties/ev-properties-view.c: (ev_properties_view_dispose):
3204 * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3205 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3206 (ev_pixbuf_cache_dispose):
3207 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3208 * shell/ev-tooltip.c: (ev_tooltip_dispose):
3210 Add missing chain to parent class methods. Fixes
3213 2007-04-22 Brian Pepple <bpepple@fedoraproject.org>
3215 * data/Makefile.am (update-icon-cache): Updates
3216 gtk-update-icon-cache in uninstall-hook.
3218 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
3220 * shell/ev-window.c: (ev_window_setup_document),
3221 (ev_window_set_document), (ev_window_load_job_cb):
3222 * shell/ev-view.c: (setup_caches):
3223 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3225 Start rendering pages before any other jobs.
3227 2007-04-22 Carlos Garcia Campos <carlosgc@gnome.org>
3229 * shell/ev-window.c: (ev_window_stop_fullscreen),
3230 (ev_window_stop_presentation):
3232 Update chrome visibility before window unfullscreen.
3234 2007-04-20 Carlos Garcia Campos <carlosgc@gnome.org>
3237 * data/evince-ui.xml:
3238 * shell/ev-stock-icons.[ch]:
3239 * shell/ev-application.[ch]: (ev_application_shutdown),
3240 (ev_application_init), (ev_application_get_toolbars_model):
3241 * shell/ev-window.c: (update_chrome_visibility),
3242 (fullscreen_toolbar_setup_item_properties),
3243 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3244 (ev_window_run_presentation), (ev_window_stop_presentation),
3245 (ev_window_run_preview), (ev_window_screen_changed),
3246 (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3247 (ev_window_dispose), (ev_window_init):
3249 Make fullscreen toolbar always visible. Do not use egg toolbars for
3250 fullscreen and preview modes since such toolbars are not editables.
3251 Fixes bugs #300278, #338910 and #316188.
3253 2007-04-20 Iñigo Martínez <inigomartinez@gmail.com>
3255 * shell/ev-application.c:
3256 * shell/ev-job-queue.c:
3257 * shell/ev-metadata-manager.c:
3258 * shell/ev-stock-icons.c:
3259 * shell/ev-window.c:
3262 Developers documentation updated.
3264 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
3266 * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3268 Check whether uri is valid before launching it. Fixes bug #427664.
3270 2007-04-19 Carlos Garcia Campos <carlosgc@gnome.org>
3272 * shell/ev-window.c:
3274 Change key accelerator for Open a Copy menu entry which is in conflict
3275 with Close. Fixes bug #427321.
3277 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3282 Update for release 0.8.1
3284 2007-04-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3286 * shell/ev-window.c: (setup_size_from_metadata):
3288 Do not make window bigger than screen. Fixes bug
3291 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
3293 * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3294 (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3296 Use default resolution when it's not provided by document. Fixes bug
3299 2007-04-08 Carlos Garcia Campos <carlosgc@gnome.org>
3302 * thumbnailer/Makefile.am:
3303 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3304 * thumbnailer/evince-thumbnailer.schemas.in:
3305 * thumbnailer/evince-thumbnailer-ps.schemas.in:
3307 Add support for ps, eps and compressed documents thumbnails. Do not
3308 ignore size parameter.
3310 2007-04-07 Ricardo Markiewicz <rmarkie@fi.uba.ar>
3312 * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3313 (dvi_document_do_color_special):
3314 * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3316 Implement font color specials in the DVI backend. Fixes bug #303651.
3318 2007-04-02 Matthias Clasen <mclasen@redhat.com>
3320 Fixup the previous commit:
3322 * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3323 * shell/xdg-user-dir-lookup.c: Make the function non-static
3324 * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3326 2007-04-02 Matthias Clasen <mclasen@redhat.com>
3328 * shell/ev-window.c (file_open_dialog_response_cb): Use
3329 the xdg-user-dirs DOCUMENTS folder as default folder when
3330 opening a file chooser. (#424858)
3332 * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3335 2007-03-24 Carlos Garcia Campos <carlosgc@gnome.org>
3337 * shell/ev-window.c: (ev_window_load_job_cb):
3339 Do not setup view from metadata on preview mode.
3341 2007-03-22 Carlos Garcia Campos <carlosgc@gnome.org>
3345 Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274.
3347 2007-03-19 Carlos Garcia Campos <carlosgc@gnome.org>
3349 * shell/ev-view.c: (ev_view_primary_get_cb):
3351 Check pointer != NULL before using it. Fixes bug #416841.
3353 2007-03-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3360 2007-03-10 Carlos Garcia Campos <carlosgc@gnome.org>
3362 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3364 Do not render thumbnails when sidebar thumbnail page is not visible
3365 at startup. Fixes bug #416447.
3367 2007-03-07 Christian Kirbach <Christian.Kirbach@googlemail.com>
3369 * data/evince.desktop.in.in:
3371 "Application" is not a valid category in the freedesktop specification.
3373 2007-02-27 Carlos Garcia Campos <carlosgc@gnome.org>
3375 * libdocument/ev-file-helpers.[ch]: (compression_run),
3376 (ev_file_uncompress), (ev_file_compress):
3377 * shell/ev-window.c: (file_save_dialog_response_cb):
3379 Save document compressed when saving a copy of a compressed document.
3382 2007-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
3384 * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3386 Allow deleting in goto window entry in presentation mode.
3388 2007-02-20 Kjartan Maraas <kmaraas@gnome.org>
3390 * Makefile.am: Dist MAINTAINERS.
3392 2007-02-20 Carlos Garcia Campos <carlosgc@gnome.org>
3394 * shell/ev-window.c: (ev_window_update_actions):
3396 Fix zoom shortcut keys when searching. Fixes bug #409828.
3398 2007-02-18 Carlos Garcia Campos <carlosgc@gnome.org>
3400 * shell/ev-window.c: (ev_window_setup_document):
3402 Fix crash when loading documents with only one page.
3404 2007-02-16 Carlos Garcia Campos <carlosgc@gnome.org>
3406 * backend/dvi/dvi-document.c:
3407 (dvi_document_thumbnails_get_dimensions),
3408 (dvi_document_thumbnails_get_thumbnail):
3409 * backend/impress/impress-document.c:
3410 (impress_document_thumbnails_get_thumbnail),
3411 (impress_document_thumbnails_get_dimensions):
3412 * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3413 (ps_document_thumbnails_get_dimensions):
3414 * backend/djvu/djvu-document.c:
3415 (djvu_document_thumbnails_get_dimensions),
3416 (djvu_document_thumbnails_get_thumbnail):
3417 * backend/tiff/tiff-document.c:
3418 (tiff_document_thumbnails_get_thumbnail),
3419 (tiff_document_thumbnails_get_dimensions):
3420 * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3421 (pdf_document_thumbnails_get_thumbnail),
3422 (pdf_document_thumbnails_get_dimensions):
3423 * backend/comics/comics-document.c:
3424 (comics_document_thumbnails_get_thumbnail),
3425 (comics_document_thumbnails_get_dimensions):
3426 * backend/pixbuf/pixbuf-document.c:
3427 (pixbuf_document_thumbnails_get_thumbnail),
3428 (pixbuf_document_thumbnails_get_dimensions):
3429 * libdocument/ev-document-thumbnails.[ch]:
3430 (ev_document_thumbnails_get_thumbnail),
3431 (ev_document_thumbnails_get_dimensions):
3432 * libdocument/ev-document-misc.[ch]:
3433 (ev_document_misc_get_thumbnail_frame):
3434 * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3435 (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3436 * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3437 (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3438 (ev_sidebar_thumbnails_refresh):
3439 * shell/ev-window.c: (ev_window_setup_document):
3440 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3442 Use an EvRenderContext for rendering thumbnails instead of a suggested
3443 width, so that different sized pages get sized proportionally.
3445 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3447 * shell/ev-view.c: (ev_view_button_press_event),
3448 (ev_view_key_press_event):
3450 Fix critical warnings when there is no document loaded.
3452 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3454 * shell/ev-page-action-widget.c:
3455 * shell/ev-navigation-action.c:
3456 * shell/ev-window.c:
3458 Fix compile warnings.
3460 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3462 * backend/djvu/djvu-text.h:
3463 * backend/djvu/djvu-document.c:
3464 * backend/djvu/djvu-text-page.c:
3465 * backend/djvu/djvu-links.c:
3466 * backend/djvu/djvu-text-page.h:
3467 * backend/djvu/djvu-text.c:
3469 Fix build on Mac. Fixes bug #392186. Patch by
3470 <ephraim_owns@hotmail.com>
3472 2007-02-15 Carlos Garcia Campos <carlosgc@gnome.org>
3474 * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3476 Restore cairo context before rendering every page when printing a PDF
3477 document into a PDF file.
3479 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
3481 * backend/ps/gstypes.h:
3482 * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3483 (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3484 (ps_document_thumbnails_get_thumbnail):
3486 Handle PostScript page orientation. Fixes bug #318568.
3488 2007-02-13 Carlos Garcia Campos <carlosgc@gnome.org>
3490 * backend/ps/Makefile.am:
3491 * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3492 (document_load), (ps_document_load), (save_document),
3493 (save_page_list), (ps_document_get_n_pages),
3494 (ps_document_get_page_size), (ps_document_get_info),
3495 (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3496 (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3497 (ps_document_thumbnails_get_thumbnail),
3498 (ps_document_thumbnails_get_dimensions),
3499 (ps_document_document_thumbnails_iface_init):
3500 * backend/ps/ps.[ch]: (psgetpagebox):
3501 * backend/ps/ps-interpreter.[ch]:
3503 Add support for thumbnails in ps backend. Fixes bug #164755.
3505 2007-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3512 2007-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
3514 * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3515 (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3516 (ev_window_dispose):
3518 Use document thumbnail as window icon. Fixes bug #384442.
3520 2007-02-11 Ed Catmur <ed@catmur.co.uk>
3524 Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3525 duplicated adding application/x-bzpostscript instead.
3527 2007-02-11 Tom Parker <palfrey@tevp.net>
3529 * backend/ps/ps-document.c: (document_load):
3531 Check return value of psscan before trying
3532 to use it. Fixes bug #372414.
3534 2007-02-11 Carlos Garcia Campos <carlosgc@gnome.org>
3536 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3538 Fix invalid free in ev-page-cache. Fixes bug #404745.
3540 2007-02-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3545 Added reload test case.
3547 2007-02-10 Carlos Garcia Campos <carlosgc@gnome.org>
3550 * backend/djvu/djvu-document.c: (djvu_document_load):
3552 Check whether there are missing files in indirect multipage djvu
3553 documents. Fixes bug #361683.
3555 2007-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3558 * test/test-mime.bin:
3561 Added test for slow mime type
3563 2007-02-06 Carlos Garcia Campos <carlosgc@gnome.org>
3565 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3567 Add some checks and call parent_class->finalize. Fixes bug #404745.
3569 2007-02-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3571 * shell/ev-navigation-action.c: (connect_proxy):
3573 Fixes dropdown history menu. Thanks a lot Carlos!
3575 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3577 * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3579 Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3582 2007-02-05 Carlos Garcia Campos <carlosgc@gnome.org>
3584 * backend/ps/ps.c: (psscan):
3588 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3591 * libdocument/ev-file-helpers.c:
3593 Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3595 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3598 * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3599 (ps_interpreter_start), (document_load), (save_document),
3601 * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3602 * libdocument/ev-document-factory.c:
3603 (ev_document_factory_get_from_mime), (get_document_from_uri),
3604 (free_uncompressed_uri), (ev_document_factory_get_document):
3605 * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3607 Support for PDF, PS and EPS compressed files. Fixes bug #307087.
3609 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3611 * libdocument/ev-document.h:
3613 Fix typo in function name.
3615 2007-02-03 Carlos Garcia Campos <carlosgc@gnome.org>
3617 * backend/ps/ps-document.c: (ps_interpreter_finished),
3618 (ps_interpreter_start), (ps_interpreter_failed):
3620 Handle ghostscript interpreter crashes.
3622 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3624 * shell/ev-window.c: (ev_window_open_uri),
3625 (window_configure_event_cb):
3627 Setup window size and position before showing it. Fixes bug #401711.
3629 2007-02-02 Carlos Garcia Campos <carlosgc@gnome.org>
3631 * backend/ps/Makefile.am:
3632 * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3633 (ps_document_dispose), (ps_document_class_init),
3634 (ps_interpreter_input), (ps_interpreter_output),
3635 (ps_interpreter_error), (setup_interpreter_env),
3636 (ps_interpreter_start), (ps_interpreter_stop),
3637 (ps_interpreter_failed), (ps_interpreter_is_ready),
3638 (check_filecompressed), (document_load), (ps_document_load),
3639 (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3640 (ps_document_widget_event), (send_ps), (ps_document_next_page),
3643 Rework ps-document. Code cleanups, remove deprecated code.
3645 2007-02-01 Carlos Garcia Campos <carlosgc@gnome.org>
3647 * shell/ev-view.c: (ev_view_button_press_event):
3649 Do not start an image drag and drop operation when pointer is on
3650 text, so that we can select text when the whole background is an
3653 2007-01-31 Carlos Garcia Campos <carlosgc@gnome.org>
3655 * shell/ev-window.c: (ev_window_update_actions):
3657 Disable all zoom related actions during presentation mode.
3659 2007-01-31 Esteban Sanchez <esteban@steve-0.com>
3661 * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3663 Do not zoom in or out on presentation mode. Fixes bug #401305.
3665 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3667 * shell/ev-navigation-action.c: (connect_proxy),
3668 (create_menu_item), (ev_navigation_action_class_init):
3670 Correctly show menu and fix crash when navigaton
3671 action is out of toolbar visible area.
3673 2007-01-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3680 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3682 * help/reference/* :
3685 Added gtk-doc based documentation for Evince.
3686 Still in initial state but I hope it will
3691 Lower dbus requirement to 0.70
3693 2007-01-29 Carlos Garcia Campos <carlosgc@gnome.org>
3695 * shell/ev-window.c: (ev_window_add_history):
3699 2007-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3701 * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3703 * shell/ev-window.c: (ev_window_add_history):
3705 Correctly handle named destination links
3707 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3710 * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3711 * backend/pdf/ev-poppler.cc:
3712 * libdocument/ev-document-links.h:
3713 * libdocument/ev-link.c: (ev_link_get_page):
3714 * libdocument/ev-link.h:
3715 * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3716 (ev_history_add_link):
3717 * shell/ev-history.h:
3718 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3719 (new_history_menu_item), (build_menu):
3720 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3721 * shell/ev-sidebar-links.c: (create_loading_model),
3722 (print_section_cb), (ev_sidebar_links_construct),
3723 (fill_page_labels), (update_page_callback_foreach),
3724 (update_page_callback), (job_finished_callback):
3725 * shell/ev-view.c: (ev_view_handle_link):
3726 * shell/ev-window.c: (ev_window_find_chapter),
3727 (ev_window_add_history), (view_handle_link_cb),
3728 (history_changed_cb):
3730 Implements another history variant
3732 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3734 * shell/ev-window.c: (view_external_link_cb):
3735 * shell/ev-view.c: (ev_view_button_release_event):
3737 Open links in new window when clicking with middle button.
3739 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3741 * shell/ev-navigation-action.c: (new_history_menu_item):
3742 * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3743 * shell/ev-view.c: (ev_view_handle_link):
3744 * shell/ev-window.c:
3746 Store link before jump, not the destination. For me it
3747 seems like more natural history behavior.
3749 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3751 * shell/ev-navigation-action.c: (activate_menu_item_cb),
3752 (ev_navigation_action_class_init):
3753 * shell/ev-navigation-action.h:
3754 * shell/ev-page-action.c: (activate_cb):
3755 * shell/ev-page-cache.c: (ev_page_cache_class_init),
3756 (ev_page_cache_set_current_page_history):
3757 * shell/ev-page-cache.h:
3758 * shell/ev-sidebar-thumbnails.c:
3759 (ev_sidebar_tree_selection_changed),
3760 (ev_sidebar_icon_selection_changed), (page_changed_cb):
3761 * shell/ev-view-private.h:
3762 * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3764 * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3765 (ev_window_setup_document), (ev_window_load_job_cb):
3766 * shell/ev-window.h:
3768 History finally works as expected.
3770 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3772 * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3774 Do not update links treeview if it doesn't have a model assigned yet.
3776 2007-01-28 Carlos Garcia Campos <carlosgc@gnome.org>
3778 * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3779 (ev_sidebar_links_class_init), (update_page_callback):
3781 Do not update links treeview when sidepane is not visible.
3783 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3785 * shell/ev-marshal.list:
3786 * shell/ev-page-action.c: (activate_cb),
3787 (ev_page_action_class_init):
3788 * shell/ev-page-action.h:
3789 * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3790 * shell/ev-window.c:
3792 Remove activate_link signal, not required.
3794 2007-01-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3796 * shell/ev-navigation-action.c: (build_menu):
3798 Reorder menu items and build menu with fixed length.
3800 2007-01-27 Ed Catmur <ed@catmur.co.uk>
3802 * shell/ev-view.c: (get_selected_text):
3804 Normalize text to fix ligatures problem. See bug
3805 #341947 for details.
3807 2007-01-25 Carlos Garcia Campos <carlosgc@gnome.org>
3809 * shell/ev-page-cache.c: (ev_page_cache_finalize):
3811 Fix memory leak in ev-page-cache.
3813 2007-01-25 Tom Parker <palfrey@tevp.net>
3815 * backend/impress/impress-document.c: (impress_document_load),
3816 (impress_document_finalize), (impress_document_init):
3817 * properties/ev-properties-main.c: (ev_properties_get_pages):
3819 Correctly handle impress document errors. Fixes nautilus
3820 crash in property page #370491.
3822 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3824 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3825 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3826 (ev_job_queue_remove_job):
3827 * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3828 (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3830 * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3831 (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3832 (ev_window_load_job_cb), (xfer_update_progress_callback),
3833 (ev_window_open_uri), (ev_window_dispose):
3834 * shell/main.c: (main):
3836 Do file transfer asynchronously in the main thread instead of
3837 synchronously in the load thread. Fixes bugs #399694, #398307 and
3840 2007-01-24 Carlos Garcia Campos <carlosgc@gnome.org>
3842 * shell/ev-jobs.c: (ev_job_xfer_run):
3844 Load the document with the font-config lock held.
3846 2007-01-23 Carlos Garcia Campos <carlosgc@gnome.org>
3848 * backend/ps/ps-document.c: (start_interpreter):
3850 Fix memory leaks in ps backend.
3852 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3854 * backend/impress/impress-document.c:
3855 (impress_document_render_pixbuf):
3857 Do not acquire fontconfig lock in impress backend, since it is using
3858 the main loop for rendering.
3860 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3864 Remove mdvi files that shouldn't be translated.
3866 2007-01-21 Carlos Garcia Campos <carlosgc@gnome.org>
3868 * shell/ev-view-private.h:
3869 * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3872 Render "loading..." text into a cairo surface instead of directly into
3873 the window so that fontconfig lock is only needed once and UI is not
3874 blocked. Change text color to #9B9B9B. Fixes bug #397356.
3876 2007-01-19 Carlos Garcia Campos <carlosgc@gnome.org>
3878 * shell/ev-stock-icons.c: (ev_stock_icons_init):
3879 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3881 Use icon theme associated with the window screen rather than default.
3883 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3887 Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3889 2007-01-19 Luca Ferretti <elle.uca@libero.it>
3891 * data/icons/*/apps/evince.*:
3893 Move Evince icons under new apps directory.
3895 * data/icons/*/actions/*:
3897 Add new custom themeable Evince icons: view-page-continuous,
3898 view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3899 Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3903 Add new directories to AC_CONFIG_FILES.
3905 * shell/ev-stock-icons.c:
3906 * shell/ev-stock-icons.h:
3908 Use new custom themeable icons.
3910 2007-01-18 Carlos Garcia Campos <carlosgc@gnome.org>
3912 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3914 Do not draw white background page in presentation mode.
3916 2007-01-16 Jani Monoses <jani.monoses@gmail.com>
3918 * shell/ev-view.c: Remove unused gnome-vfs include.
3920 2007-01-16 Theppitak Karoonboonyanan <thep@linux.thai.net>
3922 * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3924 Format string is corrected, fixes bug #397129.
3926 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3928 * shell/ev-window.c: (ev_window_setup_recent):
3930 Do not include in recent menu inexistent documents. Fixes
3933 2007-01-14 Carlos Garcia Campos <carlosgc@gnome.org>
3937 Update POTFILES.skip file according to current source tree.
3939 2007-01-13 Carlos Garcia Campos <carlosgc@gnome.org>
3941 * shell/ev-window.c: (file_save_dialog_response_cb):
3943 Do Save a copy in atomic way. Fixes bug #328266.
3945 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3947 * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3949 Keep selected cell always visible in index treeview.
3951 2007-01-12 Carlos Garcia Campos <carlosgc@gnome.org>
3953 * shell/ev-view.c: (ev_view_size_allocate):
3955 Restore horizontal scrollbar after switching to/from fullscreen
3956 or presentation mode. Fixes bug #331728.
3958 2007-01-11 Carlos Garcia Campos <carlosgc@gnome.org>
3960 * shell/ev-view-private.h:
3961 * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3962 * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3963 (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3964 (ev_view_can_zoom_out):
3966 Use max and min scale values in the view iby taking dpi into account.
3968 2007-01-10 Carlos Garcia Campos <carlosgc@gnome.org>
3975 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3977 * shell/ev-window.c: (ev_window_print_send):
3979 Send print job to printer with some settings set to default values,
3980 since we have already exported to a file according to such settings
3981 and they could be taken twice by some printers.
3983 2007-01-09 Carlos Garcia Campos <carlosgc@gnome.org>
3985 * shell/ev-jobs.c: (ev_job_xfer_run):
3986 * shell/ev-application.c: (ev_application_open_uri_at_dest):
3988 Show main window and load document with the font-config lock held.
3990 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
3993 * shell/ev-application.c: (ev_application_register_service):
3994 * shell/main.c: (load_files_remote):
3996 Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3998 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4000 * doc/debugging.txt:
4002 Remove obsolete documentation.
4004 2007-01-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4007 * backend/Makefile.am:
4008 * backend/comics/Makefile.am:
4009 * backend/djvu/Makefile.am:
4010 * backend/dvi/Makefile.am:
4011 * backend/ev-async-renderer.c:
4012 * backend/ev-async-renderer.h:
4013 * backend/ev-attachment.c:
4014 * backend/ev-attachment.h:
4015 * backend/ev-backend-marshal.c:
4016 * backend/ev-document-factory.c:
4017 * backend/ev-document-factory.h:
4018 * backend/ev-document-find.c:
4019 * backend/ev-document-find.h:
4020 * backend/ev-document-fonts.c:
4021 * backend/ev-document-fonts.h:
4022 * backend/ev-document-images.c:
4023 * backend/ev-document-images.h:
4024 * backend/ev-document-info.h:
4025 * backend/ev-document-links.c:
4026 * backend/ev-document-links.h:
4027 * backend/ev-document-misc.c:
4028 * backend/ev-document-misc.h:
4029 * backend/ev-document-security.c:
4030 * backend/ev-document-security.h:
4031 * backend/ev-document-thumbnails.c:
4032 * backend/ev-document-thumbnails.h:
4033 * backend/ev-document-transition.c:
4034 * backend/ev-document-transition.h:
4035 * backend/ev-document.c:
4036 * backend/ev-document.h:
4037 * backend/ev-file-exporter.c:
4038 * backend/ev-file-exporter.h:
4039 * backend/ev-image.c:
4040 * backend/ev-image.h:
4041 * backend/ev-link-action.c:
4042 * backend/ev-link-action.h:
4043 * backend/ev-link-dest.c:
4044 * backend/ev-link-dest.h:
4045 * backend/ev-link.c:
4046 * backend/ev-link.h:
4047 * backend/ev-render-context.c:
4048 * backend/ev-render-context.h:
4049 * backend/ev-selection.c:
4050 * backend/ev-selection.h:
4051 * backend/impress/Makefile.am:
4052 * backend/pdf/Makefile.am:
4053 * backend/pixbuf/Makefile.am:
4054 * backend/ps/Makefile.am:
4055 * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4056 (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4057 (start_interpreter), (stop_interpreter), (document_load),
4058 (ps_document_next_page), (render_page):
4059 * backend/tiff/Makefile.am:
4060 * comics/Makefile.am:
4061 * comics/comics-document.c:
4062 * comics/comics-document.h:
4064 * cut-n-paste/zoom-control/ephy-zoom-control.c:
4066 * djvu/djvu-document-private.h:
4067 * djvu/djvu-document.c:
4068 * djvu/djvu-document.h:
4069 * djvu/djvu-links.c:
4070 * djvu/djvu-links.h:
4071 * djvu/djvu-text-page.c:
4072 * djvu/djvu-text-page.h:
4076 * dvi/dvi-document.c:
4077 * dvi/dvi-document.h:
4080 * dvi/mdvi-lib/Makefile.am:
4081 * dvi/mdvi-lib/afmparse.c:
4082 * dvi/mdvi-lib/afmparse.h:
4083 * dvi/mdvi-lib/bitmap.c:
4084 * dvi/mdvi-lib/bitmap.h:
4085 * dvi/mdvi-lib/color.c:
4086 * dvi/mdvi-lib/color.h:
4087 * dvi/mdvi-lib/common.c:
4088 * dvi/mdvi-lib/common.h:
4089 * dvi/mdvi-lib/defaults.h:
4090 * dvi/mdvi-lib/dvimisc.c:
4091 * dvi/mdvi-lib/dviopcodes.h:
4092 * dvi/mdvi-lib/dviread.c:
4093 * dvi/mdvi-lib/files.c:
4094 * dvi/mdvi-lib/font.c:
4095 * dvi/mdvi-lib/fontmap.c:
4096 * dvi/mdvi-lib/fontmap.h:
4097 * dvi/mdvi-lib/fontsrch.c:
4098 * dvi/mdvi-lib/gf.c:
4099 * dvi/mdvi-lib/hash.c:
4100 * dvi/mdvi-lib/hash.h:
4101 * dvi/mdvi-lib/list.c:
4102 * dvi/mdvi-lib/mdvi.h:
4103 * dvi/mdvi-lib/pagesel.c:
4104 * dvi/mdvi-lib/paper.c:
4105 * dvi/mdvi-lib/paper.h:
4106 * dvi/mdvi-lib/pk.c:
4107 * dvi/mdvi-lib/private.h:
4108 * dvi/mdvi-lib/setup.c:
4109 * dvi/mdvi-lib/sp-epsf.c:
4110 * dvi/mdvi-lib/special.c:
4111 * dvi/mdvi-lib/sysdeps.h:
4112 * dvi/mdvi-lib/t1.c:
4113 * dvi/mdvi-lib/tfm.c:
4114 * dvi/mdvi-lib/tfmfile.c:
4115 * dvi/mdvi-lib/tt.c:
4116 * dvi/mdvi-lib/util.c:
4117 * dvi/mdvi-lib/vf.c:
4118 * dvi/pixbuf-device.c:
4119 * dvi/pixbuf-device.h:
4120 * impress/Makefile.am:
4122 * impress/document.c:
4123 * impress/f_oasis.c:
4125 * impress/iksemel.c:
4126 * impress/iksemel.h:
4127 * impress/imposter.h:
4128 * impress/impress-document.c:
4129 * impress/impress-document.h:
4130 * impress/internal.h:
4133 * impress/r_geometry.c:
4134 * impress/r_gradient.c:
4135 * impress/r_style.c:
4144 * lib/ev-file-helpers.c:
4145 * lib/ev-file-helpers.h:
4150 * libdocument/Makefile.am:
4151 * libdocument/ev-file-helpers.c:
4153 * pdf/ev-poppler.cc:
4155 * pixbuf/Makefile.am:
4156 * pixbuf/pixbuf-document.c:
4157 * pixbuf/pixbuf-document.h:
4158 * properties/Makefile.am:
4169 * shell/Makefile.am:
4170 * shell/ev-application.h:
4171 * shell/ev-sidebar-links.c:
4172 * shell/ev-sidebar-links.h:
4173 * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4174 (ev_gui_menu_position_tree_selection):
4176 * shell/ev-view.c: (ev_view_finalize):
4177 * shell/ev-window.c:
4178 * shell/main.c: (main):
4179 * thumbnailer/Makefile.am:
4181 * tiff/tiff-document.c:
4182 * tiff/tiff-document.h:
4186 Reorganize source tree.
4188 2007-01-08 Carlos Garcia Campos <carlosgc@gnome.org>
4190 * backend/ev-document-factory.c:
4192 Do not include ev-poppler.h when pdf is disabled.
4194 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
4197 * data/evince-ui.xml:
4198 * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4199 (pdf_document_document_images_iface_init):
4200 * backend/Makefile.am:
4201 * backend/ev-document-images.[ch]:
4202 * backend/ev-image.[ch]:
4203 * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4204 * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4206 * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4207 (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4208 (ev_pixbuf_cache_get_image_mapping):
4209 * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4210 (view_menu_popup_cb), (ev_window_dispose),
4211 (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4212 (ev_view_popup_cmd_copy_image):
4213 * shell/ev-view-private.h:
4214 * shell/ev-view.c: (ev_view_get_image_at_location),
4215 (ev_view_do_popup_menu), (ev_view_popup_menu),
4216 (ev_view_button_press_event), (ev_view_drag_data_get),
4217 (ev_view_drag_motion), (ev_view_drag_data_received),
4218 (ev_view_motion_notify_event), (ev_view_button_release_event),
4219 (ev_view_finalize), (ev_view_class_init):
4221 Add image handling support. Fixes bugs #310008 and #325047. Images
4222 selection is not supported yet.
4224 2007-01-07 Carlos Garcia Campos <carlosgc@gnome.org>
4226 * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4227 * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4230 Move view drag and drop stuff to ev-view.
4232 2007-01-05 Carlos Garcia Campos <carlosgc@gnome.org>
4234 * shell/ev-pixbuf-cache.c: (clear_job_selection):
4235 * shell/ev-view.c: (clear_selection):
4237 Clear selection also in pixbuf cache.
4239 2007-01-02 Luca Ferretti <elle.uca@libero.it>
4241 * data/evince.desktop.in.in:
4243 Change icon name in desktop file. See bug #390734
4246 2006-12-28 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4248 * thumbnailer/Makefile.am:
4250 Use top_builddir instead top_srcdir for generated schema
4251 file installation. Fixes bug #390161.
4253 2006-12-27 Carlos Garcia Campos <carlosgc@gnome.org>
4256 * backend/Makefile.am:
4257 * backend/ev-document-transition.[ch]:
4258 * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4259 (pdf_document_page_transition_iface_init):
4260 * shell/ev-view-private.h:
4261 * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4262 (ev_view_set_presentation), (transition_next_page),
4263 (ev_view_presentation_transition_stop),
4264 (ev_view_presentation_transition_start), (ev_view_next_page):
4266 Add page transition support in presentation mode. At the moment only
4267 page duration is supported, but not transition effects. Fixes bug
4270 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4272 * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4274 Run find_link_dest with document lock held, since it's called by links
4275 thread and main thread at the same time.
4277 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4279 * shell/ev-view.c: (goto_dest):
4281 Update page-cache when page is changed by the view, so that
4282 page-changed signal is emitted.
4284 2006-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
4289 Use C locale in tests.
4291 2006-12-24 Carlos Garcia Campos <carlosgc@gnome.org>
4293 * shell/ev-window.c: (ev_window_run_presentation):
4294 * shell/ev-view-private.h:
4295 * shell/ev-view.c: (ev_view_set_presentation):
4297 Restore zoom settings when back from presentation mode.
4299 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4301 * shell/ev-window.c: (ev_window_run_presentation):
4303 Always use "best fit" zoom in presentation mode.
4306 2006-12-24 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4308 * shell/ev-view.c: (ev_view_goto_window_create):
4310 Show "Jump to page" label in the page jumping popup in
4311 presentation mode instead of just a GtkEntry.
4313 2006-12-23 Carlos Garcia Campos <carlosgc@gnome.org>
4315 * shell/ev-window.c: (launch_external_uri):
4317 Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4320 2006-12-22 Elijah Newren <newren gmail com>
4322 * configure.ac: explicitly check for libxml2. Fixes #388795
4324 2006-12-22 Carlos Garcia Campos <carlosgc@gnome.org>
4326 * shell/ev-view-private.h:
4327 * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4328 (ev_view_goto_window_delete_event), (key_is_numeric),
4329 (ev_view_goto_window_key_press_event),
4330 (ev_view_goto_window_button_press_event),
4331 (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4332 (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4333 (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4335 Allow jumping to another page by typing a page number in presentation
4336 mode. It uses a popup window with an entry. Fixes bug #353625.
4338 2006-12-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4341 * properties/ev-properties-view.c: (ev_get_default_user_units),
4342 (ev_regular_paper_size):
4344 Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4345 to Damien Carbery <damien.carbery@sun.com> and
4346 Yevgen Muntyan <muntyan@tamu.edu>.
4348 2006-12-20 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4350 * shell/ev-window.c: (setup_document_from_metadata):
4352 Make sure Evince doesn't restore the view on the last
4353 page when a document is reopened. Fixes bug #383381.
4355 2006-12-18 Jens Granseuer <jensgr@gmx.net>
4357 * shell/ev-view.c: (draw_loading_text):
4359 Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4361 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4368 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4371 * pdf/ev-poppler.cc: (pdf_print_context_free),
4372 (pdf_document_file_exporter_begin),
4373 (pdf_document_file_exporter_do_page):
4375 Make cairo-pdf depedency optional.
4377 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4379 * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4381 Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4383 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4385 * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4386 (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4387 * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4388 * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4389 * shell/ev-view.c: (draw_loading_text):
4390 * shell/ev-window.c: (ev_window_cmd_file_properties):
4392 Use an specific lock for FontConfig. Hopefully it fixes some crashes
4393 related to using FontConfig from different threads.
4395 2006-12-18 Carlos Garcia Campos <carlosgc@gnome.org>
4397 * shell/ev-view.c: (draw_loading_text):
4399 Acquire lock document when drawing "Loading..." text so that only one
4400 thread will use FontConfig at the same time. Fixes bug #374750.
4402 2006-12-15 Carlos Garcia Campos <carlosgc@gnome.org>
4404 * shell/ev-page-action.[ch]: (activate_cb):
4405 * shell/ev-window.c: (activate_label_cb):
4407 Check if text inserted in page entry is a valid page number when it
4408 doesn't match to any document page label. Fixes bug #383165.
4410 2006-12-14 Julien Rebetez, <julienr@cvs.gnome.org>
4411 * shell/ev-window.c:
4413 GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4414 available with GTK < 2.10. Added an ifdef to avoid compilation
4417 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
4420 * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4422 Fix ps backend in multihead systems.
4424 2006-12-14 Carlos Garcia Campos <carlosgc@gnome.org>
4426 * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4427 * shell/ev-window.c: (ev_window_get_screen_dpi),
4428 (ev_window_update_actions), (setup_view_from_metadata),
4429 (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4431 Take screen DPI into account when zooming. Fixes bug #318285.
4433 2006-12-14 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4437 Cleaned up/slightly refactored Makefile.am. Added GConf
4438 schemas uninstallation as well.
4440 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4445 Fight with autotools to fix make check. Make distcheck
4446 works fine as well now!
4448 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4450 * shell/ev-view.c: (draw_end_presentation_page):
4452 Corrected "end of presentation" string.
4454 2006-12-13 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4456 * shell/ev-view.c: (ev_view_key_press_event):
4458 Correctly propagate key press event so that up/down keys
4459 work as expected (correct behaviour was broken by
4460 black/white screen key bindings for presentations).
4462 2006-12-13 Carlos Garcia Campos <carlosgc@gnome.org>
4464 * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4465 (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4466 (pdf_document_find_get_progress), (pdf_selection_render_selection),
4467 (pdf_selection_get_selection_region),
4468 (pdf_selection_get_selection_map):
4470 Add "static" to some private functions.
4472 2006-12-13 P. Henrique Silva <ph.silva@gmail.com>
4475 * properties/ev-properties-view.h:
4477 * shell/ev-properties-dialog.h:
4478 * shell/ev-properties-fonts.h:
4479 * shell/ev-sidebar-links.h:
4480 * shell/ev-sidebar-thumbnails.h:
4481 * shell/ev-sidebar.h:
4482 * shell/ev-window.h:
4484 Fixes CHACK type in class casts. See bug #385343
4487 2006-12-10 Carlos Garcia Campos <carlosgc@gnome.org>
4489 * shell/ev-view-private.h:
4490 * shell/ev-view.c: (draw_end_presentation_page),
4491 (ev_view_expose_event), (ev_view_key_press_event),
4492 (ev_view_class_init), (ev_view_init):
4494 Blank screen in presentation mode when pressing 'b' (filling with
4495 black) or 'w' (filling with white) keys. Fixes bug #358132.
4497 2006-12-09 Gabriel Felipe Cornejo <gnomeusr@gmail.com>
4499 * data/evince-toolbar.xml:
4500 * shell/ev-window.c:
4502 Use stock icon for Select All action. Fixes
4505 2006-12-09 Radoslav Dorcik <dixiecko@gmail.com>
4507 * shell/ev-view.c: (get_doc_point_from_offset),
4508 (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4510 Add links support in rotated documents. Fixes bug #343733.
4512 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
4514 * shell/ev-view-private.h:
4515 * shell/ev-view.c: (draw_end_presentation_page),
4516 (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4518 Show a blank page after the last page in presentation mode with a
4519 message indicating that presentation has finished and how to exit.
4521 2006-12-09 Carlos Garcia Campos <carlosgc@gnome.org>
4523 * shell/ev-window.c: (fullscreen_timeout_cb):
4525 Hide cursor after a while in presentation mode.
4527 2006-12-04 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4529 * backend/ev-document-info.h:
4530 * data/evince-properties.glade:
4531 * pdf/ev-poppler.cc:
4532 * properties/ev-properties-view.c: (ev_regular_paper_size),
4533 (ev_properties_view_set_info):
4534 * ps/ps-document.c: (ps_document_get_info):
4536 Adds a paper size field to the properties dialog. Fixes
4537 bug #307315. Patch by Kasper Svendsen (with some i18n
4538 changes done by me).
4540 2006-12-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4542 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4543 (screensaver_init_dbus), (totem_scrsaver_new),
4544 (totem_scrsaver_init):
4545 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4546 * shell/ev-application.c: (ev_application_register_service),
4547 (ev_application_screensaver_enable),
4548 (ev_application_screensaver_disable):
4549 * shell/ev-application.h:
4550 * shell/ev-window.c: (ev_window_run_presentation),
4551 (ev_window_stop_presentation), (build_comments_string),
4554 Move screensaver handling to application. No more
4557 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4560 * backend/Makefile.am:
4561 * backend/ev-file-exporter.[ch]:
4562 * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4563 * ps/ps-document.c: (ps_document_file_exporter_*):
4564 * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4565 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4566 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4567 (ev_window_print_dialog_response_cb), (ev_window_print_range):
4569 Allow printing to PDF when suppoted by the backend.
4571 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4573 * shell/ev-window.c: (build_comments_string):
4575 Use always "Document Viewer" in about dialog.
4577 2006-12-03 Carlos Garcia Campos <carlosgc@gnome.org>
4579 * djvu/djvu-document.c: (djvu_document_get_page_size):
4581 Display a warning message when get_pageinfo fails.
4583 2006-11-30 Yevgen Muntyan <muntyan@tamu.edu>
4586 * backend/Makefile.am:
4587 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4589 * shell/ev-window.c: (build_comments_string):
4591 Make pdf compilation optional. See bug #38007.
4593 2006-11-30 Carlos Garcia Campos <carlosgc@gnome.org>
4595 * ps/ps.c: (get_next_text):
4599 2006-11-22 Carlos Garcia Campos <carlosgc@gnome.org>
4601 * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4602 * shell/ev-navigation-action.c: (connect_proxy),
4603 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4605 Do not call g_type_class_peek_parent twice.
4607 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4610 * data/icons/24x24/.cvsignore:
4611 * data/icons/24x24/Makefile.am:
4612 * data/icons/24x24/evince.png:
4613 * data/icons/Makefile.am:
4615 Add 24x24 icon. Thanks to
4616 Michael Monreal <infernux@web.de>.
4618 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4620 * configure.ac: Fix typo in configure.ac. Thanks
4621 to dmacks@netspace.org for notification.
4623 2006-11-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4625 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4627 Drop dbus include, fixes compilation with older dbus.
4629 2006-11-22 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4632 * cut-n-paste/Makefile.am:
4633 * cut-n-paste/totem-screensaver/.cvsignore
4634 * cut-n-paste/totem-screensaver/Makefile.am:
4635 * cut-n-paste/totem-screensaver/README:
4636 * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4637 * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4638 * shell/Makefile.am:
4639 * shell/ev-window.c: (ev_window_run_presentation),
4640 (ev_window_stop_presentation), (ev_window_cmd_help_about),
4643 Implemented screensaver enabling/disabling for
4644 presentation mode (not fullscreen mode). Code stolen
4645 from Totem (with some minor tweaks). Fixes bug #338889.
4647 2006-11-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4651 Bump gnome-icon-theme requirements. We use the rotation
4652 icons that appeared recently.
4654 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4656 * shell/ev-history.c: (ev_history_add_page):
4657 * shell/ev-history.h:
4658 * shell/ev-window.c: (page_changed_cb):
4660 Use page labels instead of numbers.
4662 2006-11-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4664 * data/evince-toolbar.xml:
4666 * shell/Makefile.am:
4667 * shell/ev-navigation-action-widget.c:
4668 (ev_navigation_action_widget_init),
4669 (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4670 (menu_detacher), (ev_navigation_action_widget_set_menu),
4671 (menu_position_func), (popup_menu_under_arrow),
4672 (ev_navigation_action_widget_toggled),
4673 (ev_navigation_action_widget_button_press_event):
4674 * shell/ev-navigation-action-widget.h:
4675 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4676 (ev_navigation_action_set_window), (activate_menu_item_cb),
4677 (new_history_menu_item), (new_empty_history_menu_item),
4678 (build_menu), (menu_activated_cb), (connect_proxy),
4679 (create_tool_item), (ev_navigation_action_init),
4680 (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4681 * shell/ev-navigation-action.h:
4682 * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4683 (ev_page_action_widget_set_page_cache),
4684 (ev_page_action_widget_finalize),
4685 (ev_page_action_widget_class_init), (match_selected_cb),
4686 (display_completion_text), (match_completion), (build_new_tree_cb),
4687 (get_filter_model_from_model),
4688 (ev_page_action_widget_update_model):
4689 * shell/ev-page-action-widget.h:
4690 * shell/ev-page-action.c: (activate_link_cb), (update_model),
4692 * shell/ev-page-action.h:
4693 * shell/ev-stock-icons.c:
4694 * shell/ev-stock-icons.h:
4695 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4696 (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4697 (register_custom_actions):
4700 Preliminary history implementation
4702 2006-11-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4704 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4705 (dvi_document_class_init), (dvi_document_init_params):
4706 * dvi/mdvi-lib/font.c: (font_reference):
4708 Add reference to subfont. Fixes bug #374277.
4710 2006-11-16 Carlos Garcia Campos <carlosgc@gnome.org>
4712 * shell/ev-window.c: (ev_window_create_tmp_symlink),
4713 (ev_window_cmd_file_open_copy_at_dest):
4715 Fix a race condition when creating symlink. Increase the counter
4716 avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4717 Mathias Hasselmann).
4719 2006-11-15 Carlos Garcia Campos <carlosgc@gnome.org>
4721 * backend/Makefile.am:
4722 * backend/ev-attachment.c: (ev_attachment_open):
4723 * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4724 (ev_tmp_dir), (ev_tmp_filename):
4725 * shell/ev-sidebar-attachments.c:
4726 (ev_sidebar_attachments_drag_data_get):
4727 * shell/ev-window.c: (ev_window_clear_temp_file):
4729 Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4730 in ensure_dir_exists. Abort without crashing when we can't create
4733 2006-11-14 Carlos Garcia Campos <carlosgc@gnome.org>
4735 * data/evince-ui.xml:
4736 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4737 (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4738 (ev_window_cmd_file_open_copy_at_dest),
4739 (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4740 (ev_view_popup_cmd_open_link_new_window):
4742 Allow opening a copy of the current document in a new window. Fixes bug
4745 2006-11-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4747 * data/evince-toolbar.xml:
4749 Add rotate right and rotate left to available items for toolbar.
4751 * data/evince-ui.xml:
4752 * shell/ev-window.c: (ev_window_init):
4754 Customize toolbar with right click. Fixes bug #372451.
4756 2006-11-11 Claudio Saavedra <csaavedra@alumnos.utalca.cl>
4758 * shell/ev-window.c:
4760 Use "object-rotate-{left,right}" stock icons. Fixes
4763 2006-11-10 Carlos Garcia Campos <carlosgc@gnome.org>
4765 * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4766 (ev_application_open_uri_at_dest), (ev_application_open_uri):
4767 * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4768 (ev_window_open_uri):
4769 * shell/main.c: (arguments_parse):
4771 Remove temp file created when evince is used by GTK+ in
4772 preview mode. Fixes bug #365282.
4774 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4776 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4778 Fixes bug #372474 - Side pane disabled when entering
4779 and leaving fullscreen mode.
4781 2006-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4783 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4785 * data/evince-preview-toolbar.xml:
4786 * data/evince-toolbar.xml:
4787 * shell/ev-application.c: (ev_application_shutdown),
4788 (ev_application_init), (ev_application_get_toolbars_model):
4789 * shell/ev-application.h:
4790 * shell/ev-window.c: (update_chrome_visibility),
4791 (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4792 (ev_window_cmd_edit_toolbar), (ev_window_init):
4794 Fixes bug #364364 - toolbar editor shows zoom actions again.
4796 2006-11-09 Carlos Garcia Campos <carlosgc@gnome.org>
4798 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4800 Do not take margins into consideration for paper size when printing.
4801 Really fixes bug #350491.
4803 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4805 * data/evince-ui.xml:
4806 * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4807 (ev_window_cmd_file_print_setup),
4808 (ev_window_print_dialog_response_cb),
4809 (ev_window_setup_action_sensitivity):
4811 Add page setup settings for printing. Fixes bugs #363860 and #350491.
4813 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4815 * shell/ev-window.c: (ev_window_print_range):
4817 Revert my previuos commit, since printing to PDF is not supported by
4820 2006-11-08 Carlos Garcia Campos <carlosgc@gnome.org>
4822 * shell/ev-window.c: (ev_window_print_range):
4824 Enable print to a PDF. Fixes bug #332121.
4826 2006-10-31 Carlos Garcia Campos <carlosgc@gnome.org>
4828 * shell/ev-application-service.xml:
4829 * shell/ev-application.[ch]: (ev_application_open_window),
4830 (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4831 (ev_application_open_uri), (ev_application_open_uri_list):
4832 * shell/ev-window.c: (file_open_dialog_response_cb),
4833 (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4834 (drag_data_received_cb), (open_remote_link):
4835 * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4837 Add support for multiscreen systems. Fixes bug #316206.
4839 2006-10-30 Carlos Garcia Campos <carlosgc@gnome.org>
4841 * shell/ev-jobs.[ch]: (ev_job_print_new),
4842 (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4843 (ev_job_print_do_page):
4844 * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4846 Allow printing only odd/even pages. Fixes bug #367289.
4848 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4853 Re-add locale settings to test files.
4855 2006-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4857 * data/evince-ui.xml:
4858 * shell/ev-window.c: (set_action_properties):
4860 Removed garbage from code and ui.
4862 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4864 * shell/ev-window.c: (ev_window_cmd_help_about):
4866 Shamelessly add my name to the list of contributors.
4868 2006-10-29 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4873 Cleaned up the dogtail scripts.
4875 2006-10-27 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4877 * shell/ev-view.c: (draw_loading_text): Don't render
4878 "loading..." text in presentation mode. Temporary
4879 workaround for bug #320352.
4881 2006-10-24 Carlos Garcia Campos <carlosgc@gnome.org>
4883 * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4884 * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4886 Use print settings scale, copies, collate and reverse which were
4887 ignored. Fixes bug #359032.
4889 2006-10-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4892 * data/evince-password.glade:
4894 * test/test-encrypt.pdf:
4895 * test/test-links.pdf:
4899 Add automated UI tests for evince with dogtail. See
4902 2006-10-22 Carlos Garcia Campos <carlosgc@gnome.org>
4904 * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4906 Hide fullscreen toolbar when switching to another desktop workspace.
4909 2006-10-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4911 * shell/ev-window-title.c:
4913 Test for .dvi in title of pdf documents.
4915 2006-10-19 Wouter Bolsterlee <wbolster@cvs.gnome.org>
4917 * shell/ev-view.c: (ev_view_scroll):
4919 Page Up/Down should do page jumps in "Best fit" mode.
4920 If a user has explicitly chosen to view exactly one page
4921 at a time, scrolling just a part of the page when
4922 pressing Page Up/Down is not right. Fixes bug #323107.
4924 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4931 2006-10-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4933 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4934 (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4936 Correctly disconnect from job signals on destroy.
4938 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4940 * shell/ev-view-private.h:
4941 * shell/ev-view.c: (view_set_adjustment_values),
4942 (view_update_range_and_current_page),
4943 (ensure_rectangle_is_visible), (ev_view_size_allocate):
4945 Fixes bug #343199, current page now follows find page.
4947 2006-10-08 Wouter Bolsterlee <wbolster@gnome.org>
4949 * backend/ev-document-factory.c:
4951 Assigned OpenDocument presenation MIME type to the
4952 Impress backend. Added some missing (but harmless)
4953 #ifdefs in the document factory as well to make things
4954 consistent again. Fixes bug #360658.
4956 2006-10-08 Christian Persch <chpe@cvs.gnome.org>
4958 * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4959 * backend/ev-document-find.c: (ev_document_find_get_type):
4960 * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4961 * backend/ev-document-links.c: (ev_document_links_get_type):
4962 * backend/ev-document-security.c: (ev_document_security_get_type):
4963 * backend/ev-document-thumbnails.c:
4964 (ev_document_thumbnails_get_type):
4965 * backend/ev-document.c: (ev_document_get_type):
4966 * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4967 * backend/ev-selection.c: (ev_selection_get_type):
4968 * cut-n-paste/recent-files/egg-recent-model.c:
4969 (egg_recent_model_get_type):
4970 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4971 (egg_recent_view_uimanager_get_type):
4972 * cut-n-paste/recent-files/egg-recent-view.c:
4973 (egg_recent_view_get_type):
4974 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4975 (egg_editable_toolbar_get_type):
4976 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4977 (egg_toolbar_editor_get_type):
4978 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4979 (egg_toolbars_model_get_type):
4980 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4981 (egg_tree_multi_drag_source_get_type):
4982 * cut-n-paste/zoom-control/ephy-zoom-action.c:
4983 (ephy_zoom_action_get_type):
4984 * cut-n-paste/zoom-control/ephy-zoom-control.c:
4985 (ephy_zoom_control_get_type):
4986 * impress/r_back.c: (_imp_fill_back):
4987 * properties/ev-properties-main.c:
4988 (ev_properties_plugin_register_type):
4989 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4990 * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4991 (ev_view_accessible_factory_get_type):
4993 Reduce relocations. Bug #360616.
4995 2006-10-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4997 * backend/ev-document-factory.c:
4998 (ev_document_factory_get_document):
5000 Load document even if extension is wrong.
5002 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5004 * shell/ev-metadata-manager.c: (save_values):
5005 * shell/ev-window.c: (setup_size_from_metadata),
5006 (setup_view_from_metadata), (ev_window_setup_document),
5007 (ev_window_xfer_job_cb), (window_configure_event_cb):
5009 Set size according to the document size/page size ratio.
5010 That should correct rather wierd behaviour of the previous
5013 2006-10-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5015 * shell/ev-window.c: (setup_view_from_metadata):
5017 Set size for new windows from previous window size.
5018 See bugs #354968 and #168450 for details. Thanks
5021 2006-10-01 Carlos Garcia Campos <carlosgc@gnome.org>
5023 * djvu/djvu-links.c: (build_tree):
5027 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5029 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5031 Don't make sidebar close button insensitive. Fixes
5034 2006-10-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5036 * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5037 (ev_window_set_view_accels_sensitivity):
5039 Don't enable Slash on documents which don't support
5040 find. Fixes bug #358648.
5042 2006-10-01 Wouter Bolsterlee <wbolster@gnome.org>
5044 * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5045 open dialog fall back to the current document uri if the
5046 filechooser hasn't been used before. Fixes bug #356980.
5048 2006-09-24 Mathias Hasselmann <mathias.hasselmann@gmx.de>
5050 * shell/ev-window.c: (ev_window_setup_recent),
5051 (ev_window_get_recent_file_label):
5053 Escape underscores in filenames of recent file items.
5055 2006-09-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5059 Bumped poppler requirements, really 0.5.3 is very
5060 buggy, now we require 0.5.4.
5062 2006-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5065 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5066 (djvu_document_find_iface_init), (djvu_document_links_get_links),
5067 (djvu_document_document_links_iface_init):
5068 * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5069 (number_from_string_10), (get_djvu_link_dest),
5070 (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5071 (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5072 (djvu_links_get_links), (djvu_links_find_link_dest),
5073 (djvu_links_get_links_model):
5074 * djvu/djvu-links.h:
5076 Add support for links and bookmarks in djvu documents. Thanks
5077 to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5080 2006-09-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5082 * shell/ev-application.c: (ev_application_open_uri_at_dest):
5084 Reopen should reload document. Fixes
5087 2006-09-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5091 * data/evince-16.png:
5092 * data/evince-22.png:
5095 * data/icons/16x16/Makefile.am:
5096 * data/icons/16x16/evince.png:
5097 * data/icons/22x22/Makefile.am:
5098 * data/icons/22x22/evince.png:
5099 * data/icons/48x48/Makefile.am:
5100 * data/icons/48x48/evince.png:
5101 * data/icons/Makefile.am:
5102 * data/icons/scalable/Makefile.am:
5103 * data/icons/scalable/evince.svg:
5105 Install icons with correct names. Fixes
5108 2006-09-07 Carlos Garcia Campos <carlosgc@gnome.org>
5110 * shell/ev-view.c: (ev_view_button_release_event):
5112 Don't open links with middle mouse button. Fixes bug #353649
5114 2006-09-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5119 Update for release 0.6.0
5121 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5123 * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5124 Implement Close named action. Patch by Carlos Garcia Campos.
5126 2006-08-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5128 * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5130 Don't clear link mapping on copy_job_to_job_info. Fixes
5133 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5135 * shell/main.c: (main):
5137 Revert my previous commit, gnome_program_init owns the option context.
5138 Fix another memory leak in main. Both caught by Christian Persch.
5140 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5142 * shell/main.c: (main):
5146 2006-08-21 Carlos Garcia Campos <carlosgc@gnome.org>
5148 * backend/ev-document-factory.c: (ev_document_factory_get_document):
5150 Fix crash when opening a pdf with password protection.
5152 2006-08-19 Carlos Garcia Campos <carlosgc@gnome.org>
5154 * pdf/ev-poppler.cc: (pdf_document_search_free):
5158 2006-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5160 * backend/ev-document-factory.c:
5161 (ev_document_factory_get_document):
5162 * tiff/tiff-document.c: (tiff_document_finalize):
5164 More correct handling of document loading. Fixes
5167 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
5169 * backend/ev-attachment.c: (ev_attachment_save):
5171 Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5172 gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5174 2006-08-15 Julien Rebetez <julienr@cvs.gnome.org>
5176 * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5177 Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5179 2006-08-14 Carlos Garcia Campos <carlosgc@gnome.org>
5181 * shell/ev-sidebar-thumbnails.c:
5183 Do not render thumbnails unless thumbnails page is active in the
5186 2006-08-14 Christian Persch <chpe@cvs.gnome.org>
5188 * shell/ev-properties-dialog.c:
5190 Fix dialogue spacing. Bug #351370.
5192 2006-08-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5196 Use lowercase gettext catalog file names (evince.mo
5197 instead of Evince.mo)
5199 2006-08-13 Carlos Garcia Campos <carlosgc@gnome.org>
5201 * shell/ev-sidebar-attachments.c:
5203 GtkIconTheme is now screen safe too. Fixes bug #350878
5205 2006-08-11 Carlos Garcia Campos <carlosgc@gnome.org>
5207 * shell/ev-window.c:
5209 GtkRecent manager is now screen safe. Fixes bug #350145
5211 2006-08-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5213 * shell/ev-sidebar.c: (ev_sidebar_init):
5215 Make sidebar close icon smaller. Fix for bug 350177.
5216 See also bugs 350176 and 165770.
5218 2006-08-10 Carlos Garcia Campos <carlosgc@gnome.org>
5220 * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5222 Ignore zoom for xyz destinations when it's <= 1, keeping user
5223 preferences instead. Set correct sizing-mode for fith and fitv
5224 destinations rather than EV_SIZING_FREE. Fixes bug #349433
5226 2006-08-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5231 Update for release 0.5.5
5233 2006-08-07 Radoslav Dorcik <dixiecko@gmail.com>
5235 * shell/ev-window.c: (ev_window_cmd_escape)
5237 Escape unfocus page entry. Fixes bug #345809.
5239 2006-08-06 Carlos Garcia Campos <carlosgc@gnome.org>
5241 * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5242 (build_tree), (pdf_document_links_get_links),
5243 (pdf_document_links_find_link_dest):
5244 * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5247 Convert from PDF style coordinates to X style coordinates in the
5248 backend rather than in the view. Fixes bug #338440
5250 2006-08-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5252 * shell/ev-window.c:
5254 Remove Ctrl+Shift+T shortcut for toolbars. See
5257 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
5261 Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5264 2006-08-05 Carlos Garcia Campos <carlosgc@gnome.org>
5267 * cut-n-paste/Makefile.am:
5268 * data/evince-ui.xml:
5269 * shell/Makefile.am:
5270 * shell/ev-application.[ch]:
5271 * shell/ev-window.c:
5273 Use GtkRecent instead of EggRecent when it's available. Fixes bug
5276 2006-08-04 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5278 * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5279 findbar code: s/help/search/
5281 2006-08-04 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5283 * shell/ev-window.c: (setup_document_from_metadata),
5284 (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5285 (setup_view_from_metadata):
5289 2006-07-31 Christian Persch <chpe@cvs.gnome.org>
5291 * autogen.sh, configure.ac:
5293 Update automake usage. See bug 349292.
5295 2006-07-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5297 * shell/eggfindbar.c: (egg_find_bar_class_init),
5298 (entry_activate_callback), (egg_find_bar_init),
5299 (egg_find_bar_set_status_text):
5300 * shell/eggfindbar.h:
5302 Unify Evince findbar with Epiphany. Nice patch
5303 from Fabricio Silva <silva@crans.org> and
5304 Frederic Peters <fpeters@entrouvert.com>. See
5305 bug #339966 for details.
5307 2006-07-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5309 * data/evince.desktop.in.in:
5311 Correct information for bugzilla. Thanks to
5312 Olaf Vitters, see bug #348855.
5314 2006-07-26 Carlos Garcia Campos <carlosgc@gnome.org>
5316 * shell/ev-jobs.[ch]:
5317 * shell/ev-sidebar-links.c:
5318 * shell/ev-window.[ch]:
5320 GtkPrintJob doesn't support print ranges or current page, so we export
5321 to a ps file now when printing ranges or current page.
5323 2006-07-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5325 * pdf/ev-poppler.cc:
5326 * shell/ev-window.c: (do_action_named):
5328 We should be more clear about bugzilla. See the
5331 2006-07-23 Carlos Garcia Campos <carlosgc@gnome.org>
5334 * shell/Makefile.am:
5335 * shell/ev-job-queue.c:
5336 * shell/ev-jobs.[ch]:
5337 * shell/ev-sidebar-links.c:
5338 * shell/ev-window.[ch]:
5340 Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5343 2006-07-17 Carlos Garcia Campos <carlosgc@gnome.org>
5345 * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5346 * shell/ev-application-service.xml:
5347 * shell/ev-application.[ch]:
5348 * shell/ev-jobs.[ch]:
5349 * shell/ev-window.[ch]: (ev_window_run_preview):
5352 Add preview mode to use evince as a printing previewer. It also adds
5353 other command line options for fullscreen and presentation modes.
5354 Fixes bugs #347822, #317031
5356 2006-07-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5361 Update for release 0.5.4
5363 2006-07-11 Bastien Nocera <hadess@hadess.net>
5366 * backend/Makefile.am:
5367 * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5368 * backend/ev-document-factory.h:
5370 * impress/.cvsignore:
5371 * impress/Makefile.am:
5373 * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5374 (imp_get_page), (imp_next_page), (imp_prev_page),
5375 (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5376 * impress/f_oasis.c: (render_object), (render_page),
5377 (get_geometry), (_imp_oasis_load):
5378 * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5380 * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5381 (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5382 (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5383 (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5384 (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5385 (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5386 (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5387 (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5388 (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5389 (iks_new_within), (iks_insert), (iks_insert_cdata),
5390 (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5391 (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5392 (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5393 (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5394 (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5395 (iks_cdata), (iks_cdata_size), (iks_has_children),
5396 (iks_has_attribs), (escape_size), (my_strcat), (escape),
5397 (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5398 (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5399 (iks_tree), (iks_load), (iks_save):
5400 * impress/iksemel.h:
5401 * impress/imposter.h:
5402 * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5403 (imp_render_draw_bezier_real), (imp_render_get_size),
5404 (imp_render_set_fg_color), (imp_render_draw_line),
5405 (imp_render_draw_rect), (imp_render_draw_polygon),
5406 (imp_render_draw_arc), (imp_render_draw_bezier),
5407 (imp_render_open_image), (imp_render_get_image_size),
5408 (imp_render_scale_image), (imp_render_draw_image),
5409 (imp_render_close_image), (imp_render_markup),
5410 (imp_render_get_text_size), (imp_render_draw_text),
5411 (impress_document_load), (impress_document_save),
5412 (impress_document_get_n_pages), (impress_document_get_page_size),
5413 (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5414 (impress_document_finalize), (impress_document_class_init),
5415 (impress_document_can_get_text), (impress_document_get_info),
5416 (impress_document_document_iface_init),
5417 (impress_document_thumbnails_get_thumbnail),
5418 (impress_document_thumbnails_get_dimensions),
5419 (impress_document_document_thumbnails_iface_init),
5420 (impress_document_init):
5421 * impress/impress-document.h:
5422 * impress/internal.h:
5423 * impress/r_back.c: (_imp_fill_back):
5424 * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5425 (_imp_draw_image), (_imp_tile_image):
5426 * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5427 (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5429 * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5430 (r_draw_gradient_complex), (r_draw_gradient):
5431 * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5433 * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5434 (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5436 * impress/render.c: (imp_create_context), (imp_context_set_page),
5437 (imp_context_set_step), (imp_render), (imp_delete_context):
5439 * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5440 (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5441 (zip_load_xml), (zip_get_size), (zip_load):
5445 New backend to support impress slides. Fixes bug #30867.
5447 2006-07-10 Ghee Teo <ghee.teo@sun.com>
5449 * shell/ev-utils.c: (using_postscript_printer):
5451 Fixes crash when print using PAPI backend,
5454 2006-06-09 Pat Rondon <pmr@patrondon.org>
5456 * shell/ev-jobs.c: (ev_job_xfer_run):
5457 * shell/ev-window.c: (password_dialog_response),
5458 (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5459 (ev_window_dispose):
5460 Fixes bug #344160: if the xfer job doesn't complete
5461 because a password is required, reload the existing
5462 instance instead of creating a new one.
5464 2006-06-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5466 * shell/main.c: (main): Call gdk_threads_init. Thus
5467 we'll avoid errors in auth dialog. Fix for the bug
5470 2006-06-01 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5472 * configure.ac: Advertise pixbuf support, fix
5475 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5477 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5478 (ev_sidebar_thumbnails_set_document):
5480 Update sidebar thumbnails after reloading.
5482 2006-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5484 * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5486 * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5487 (ev_window_cmd_view_reload), (ev_window_init):
5489 Don't crash on reload. Fix for the bug #343167.
5491 2006-05-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5493 * shell/ev-jobs.c: (ev_job_render_run):
5495 Check for document links.
5497 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5499 * backend/ev-attachment.c: (ev_attachment_save),
5500 (ev_attachment_launch_app), (ev_attachment_open):
5501 * backend/ev-document-factory.c: (get_document_from_uri):
5502 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5503 (egg_recent_view_uimanager_set_list):
5504 * ps/ps-document.c: (check_filecompressed), (document_load),
5506 * shell/ev-metadata-manager.c: (load_values):
5507 * shell/ev-password.c: (ev_password_dialog_set_property):
5508 * shell/ev-view.c: (tip_from_link):
5509 * shell/ev-window.c: (file_save_dialog_response_cb),
5510 (ev_window_print_dialog_response_cb):
5512 Use consistent quoting style. Fix for the bug #320285.
5514 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5516 * shell/ev-jobs.c: (ev_job_xfer_run):
5517 * shell/main.c: (load_files):
5519 Open links with anchors. Fix for the bug #339836.
5521 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5523 * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5524 (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5525 (ev_link_dest_set_property), (ev_link_dest_finalize),
5526 (ev_link_dest_class_init), (ev_link_dest_new_named),
5527 (ev_link_dest_new_page_label):
5528 * backend/ev-link-dest.h:
5529 * shell/ev-application.c: (ev_application_open_uri):
5530 * shell/ev-view.c: (goto_dest):
5531 * shell/ev-window.c:
5532 * shell/ev-window.h:
5534 Fix page-label command line option. Bug #342070.
5536 2006-05-27 Ricardo Markiewicz <rmarkie@fi.uba.ar>
5538 * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5540 Don't show highlight rects if page can't be showed. Fix for
5543 2006-05-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5545 * shell/ev-window.c: (setup_sidebar_from_metadata),
5546 (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5548 Setup sidebar from metadata even if there is no document
5549 loaded. Fix for the bug #342807.
5551 2006-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5553 * cut-n-paste/toolbar-editor/Makefile.am:
5554 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5555 (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5556 (find_action), (drag_data_delete_cb), (drag_begin_cb),
5557 (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5558 (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5559 (popup_context_menu_cb), (button_press_event_cb),
5560 (configure_item_sensitivity), (configure_item_cursor),
5561 (configure_item_tooltip), (connect_widget_signals),
5562 (action_sensitive_cb), (create_item_from_action),
5563 (create_item_from_position), (toolbar_drag_data_received_cb),
5564 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5565 (toolbar_drag_leave_cb), (configure_drag_dest),
5566 (toggled_visibility_cb), (toolbar_visibility_refresh),
5567 (create_dock), (toolbar_changed_cb), (unparent_fixed),
5568 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5569 (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5570 (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5571 (egg_editable_toolbar_dispose),
5572 (egg_editable_toolbar_set_ui_manager),
5573 (egg_editable_toolbar_get_selected),
5574 (egg_editable_toolbar_set_selected), (set_edit_mode),
5575 (egg_editable_toolbar_set_property),
5576 (egg_editable_toolbar_get_property),
5577 (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5578 (egg_editable_toolbar_new_with_model),
5579 (egg_editable_toolbar_get_edit_mode),
5580 (egg_editable_toolbar_set_edit_mode),
5581 (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5582 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5583 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5584 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5585 (item_added_or_removed_cb), (toolbar_removed_cb),
5586 (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5587 (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5588 (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5589 (editor_create_item_from_name), (append_table),
5590 (update_editor_sheet), (egg_toolbar_editor_init):
5591 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5592 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5593 (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5594 (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5595 (toolbar_node_free), (egg_toolbars_model_get_flags),
5596 (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5597 (egg_toolbars_model_get_name), (impl_add_item),
5598 (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5599 (parse_data_list), (parse_item_list), (parse_toolbars),
5600 (egg_toolbars_model_load_toolbars), (parse_available_list),
5601 (parse_names), (egg_toolbars_model_load_names),
5602 (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5603 (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5604 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5605 (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5606 (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5607 (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5608 (egg_toolbars_model_set_types), (fill_avail_array),
5609 (egg_toolbars_model_get_name_avail),
5610 (egg_toolbars_model_get_name_flags),
5611 (egg_toolbars_model_set_name_flags):
5612 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5613 * cut-n-paste/toolbar-editor/eggintl.h:
5614 * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5615 (egg_tree_multi_drag_source_get_type),
5616 (egg_tree_multi_drag_source_row_draggable),
5617 (egg_tree_multi_drag_source_drag_data_delete),
5618 (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5619 (egg_tree_multi_drag_button_release_event), (selection_foreach),
5620 (path_list_free), (set_context_data), (get_context_data),
5621 (get_info), (egg_tree_multi_drag_drag_data_get),
5622 (egg_tree_multi_drag_motion_event),
5623 (egg_tree_multi_drag_button_press_event),
5624 (egg_tree_multi_drag_add_drag_support):
5625 * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5626 * shell/ev-application.c: (ev_application_init),
5627 (ev_application_save_toolbars_model):
5628 * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5629 (ev_window_cmd_edit_toolbar), (ev_window_init):
5631 Sync toolbareditor with epiphany and libegg
5633 2006-05-23 Carlos Garcia Campos <carlosgc@gnome.org>
5637 Depend on poppler 0.5.2
5639 2006-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5641 * shell/ev-jobs.c: (ev_job_render_run):
5643 Check if document supports links iterface.
5645 2006-05-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5650 Update for release 0.5.3
5652 2006-05-13 Michael Plump <plumpy@skylab.org>
5655 * shell/Makefile.am:
5656 * shell/main.c: (main):
5658 Port to GOption command line parsing. Fix for the
5661 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5663 * shell/ev-window.c: (ev_window_cmd_help_about):
5665 Do not wrap license. Fix for the bug #309460.
5667 2006-05-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5670 * properties/ev-properties-main.c: (ev_properties_get_pages):
5671 * shell/ev-application.c: (ev_application_open_window),
5672 (ev_application_open_uri_at_dest):
5673 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5674 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5675 (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5676 * shell/ev-utils.c: (save_print_config_to_file):
5677 * shell/ev-window.c: (ev_window_cmd_save_as),
5678 (ev_attachment_popup_cmd_save_attachment_as):
5679 * shell/main.c: (load_files_remote):
5681 Bump requirements to gtk 2.8 and drop all ifdefs used.
5683 2006-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5685 * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5686 * shell/ev-window.c: (ev_window_init):
5688 Show attachments page.
5690 2006-05-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5693 * shell/ev-attachment-bar.c:
5694 * shell/ev-attachment-bar.h:
5695 * shell/ev-sidebar-attachments.c:
5696 (ev_sidebar_attachments_icon_cache_add),
5697 (icon_theme_get_pixbuf_from_mime_type),
5698 (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5699 (ev_sidebar_attachments_icon_cache_refresh),
5700 (ev_sidebar_attachments_get_attachment_at_pos),
5701 (ev_sidebar_attachments_popup_menu_show),
5702 (ev_sidebar_attachments_popup_menu),
5703 (ev_sidebar_attachments_button_press),
5704 (ev_sidebar_attachments_update_icons),
5705 (ev_sidebar_attachments_drag_data_get),
5706 (ev_sidebar_attachments_get_property),
5707 (ev_sidebar_attachments_destroy),
5708 (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5709 (ev_sidebar_attachments_new),
5710 (ev_sidebar_attachments_set_document),
5711 (ev_sidebar_attachments_support_document),
5712 (ev_sidebar_attachments_get_label),
5713 (ev_sidebar_attachments_page_iface_init):
5714 * shell/ev-sidebar-attachments.h:
5715 * shell/ev-window.c: (update_chrome_visibility),
5716 (setup_sidebar_from_metadata), (ev_window_setup_document),
5717 (ev_window_sidebar_current_page_changed_cb),
5718 (attachment_bar_menu_popup_cb), (ev_window_init):
5720 Move attachments bar to sidebar.
5722 2006-05-09 Carlos Garcia Campos <carlosgc@gnome.org>
5724 * pdf/ev-poppler.cc:
5725 * shell/ev-application.[ch]:
5728 Fix some memory leaks.
5730 2006-05-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5732 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5734 Change the properties dialog response to
5735 GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5736 will make the dialog go away when the user presses
5737 enter. With gtk+ >= 2.9 this will happen anyway, but for
5738 older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5739 escape by default. Fixes bug #340539. See also bug
5740 #101293 for the gtk+ part.
5742 2006-05-08 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
5744 * shell/ev-view.c (tip_from_action_named): Replace some strings
5745 that were wrong. Closes #340970.
5747 2006-05-08 Carlos Garcia Campos <carlosgc@gnome.org>
5749 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5751 Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5754 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5758 * dvi/mdvi-lib/Makefile.am:
5759 * properties/Makefile.am:
5761 * shell/Makefile.am:
5762 * thumbnailer/Makefile.am:
5764 Due to broken libtool that is unable to track dependencies
5765 of noinst libraries we are forced to explicitely point
5766 libraries for binary. Fix for the bug #333334.
5768 2006-05-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5770 * data/evince.desktop.in.in:
5771 * shell/ev-view.c: (view_update_range_and_current_page),
5772 (ev_view_next_page), (ev_view_previous_page):
5773 * shell/ev-window.c: (update_chrome_visibility),
5774 (setup_sidebar_from_metadata), (ev_window_setup_document),
5775 (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5776 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5777 (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5778 (ev_window_stop_fullscreen), (ev_window_run_presentation),
5779 (ev_window_stop_presentation), (ev_window_focus_in_event),
5780 (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5782 * thumbnailer/Makefile.am:
5784 Update fullscreen and presentation timeout handling. Hide
5785 cursor in presentation after timeout. Fix for the bugs
5786 #136359 and #336981.
5788 2006-05-03 Carlos Garcia Campos <carlosgc@gnome.org>
5790 * backend/ev-link-action.[ch]:
5791 * pdf/ev-poppler.cc: (ev_link_from_action):
5792 * shell/ev-view-private.h:
5793 * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5794 * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5796 Add support for Named Action links
5798 2006-05-02 Carlos Garcia Campos <carlosgc@gnome.org>
5800 * backend/Makefile.am:
5801 * backend/ev-document-links.[ch]:
5802 * backend/ev-document.[ch]:
5803 * backend/ev-link-action.[ch]:
5804 * backend/ev-link-dest.[ch]:
5805 * backend/ev-link.[ch]:
5806 * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5807 (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5808 * shell/ev-page-action.c: (build_new_tree_cb):
5809 * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5810 (links_page_num_func), (update_page_callback):
5811 * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5814 * shell/ev-window.[ch]: (ev_window_open_uri),
5815 (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5816 * shell/ev-application.[ch]: (ev_application_open_window),
5817 (ev_application_open_uri):
5819 Rework links system, it adds support for remote links now and it makes
5820 easier to add new kinds of actions and destinations. Fixes bug #317292
5822 2006-05-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5826 * data/evince-16.png:
5827 * data/evince-22.png:
5829 * shell/main.c: (main):
5831 Evince use it's own icon. Fix for the bug #313392.
5833 * shell/ev-window.c: (fullscreen_timeout_cb),
5834 (fullscreen_set_timeout), (fullscreen_clear_timeout),
5835 (ev_window_cmd_help_about), (ev_window_dispose):
5837 Simplify fullscreen timeout code.
5839 2006-04-29 Carlos Garcia Campos <carlosgc@gnome.org>
5841 * backend/ev-attachment.c:
5842 * shell/ev-attachment-bar.c:
5843 * shell/ev-window.c:
5845 Allow multiple selection of attachments
5847 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5849 * shell/ev-view.c: (view_update_range_and_current_page),
5852 Fix for the bug #312573 – Optimal selection of current
5853 page among visible pages.
5855 2006-04-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5861 Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5864 2006-04-22 Kjartan Maraas <kmaraas@gnome.org>
5866 * configure.ac: Fix the LINGUAS stuff here too so it builds.
5868 2006-04-21 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5870 * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5871 dictated by the GNOME HIG. Fixes bug #339235.
5873 2006-04-20 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5875 * data/evince-ui.xml:
5876 * shell/ev-view.c: (ev_view_can_find_previous):
5878 * shell/ev-window.c: (ev_window_update_actions),
5879 (ev_window_cmd_edit_find_previous):
5881 Add support for "Find Previous" as dictated by the GNOME HIG. A
5882 menu item is added and some glue code to make it all work is added
5885 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5887 * configure.ac: Award myself the "useless use of cat" award.
5889 2006-04-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
5891 * po/LINGUAS: New file listing all supported languages.
5893 * configure.in: Use po/LINGUAS instead of including all languages
5894 directly in this file. See the wiki for more information:
5895 http://live.gnome.org/GnomeGoals/PoLinguas
5897 2006-04-06 Carlos Garcia Campos <carlosgc@gnome.org>
5899 * backend/ev-document-factory.c:
5901 Do not load the document twice when there isn't errors
5903 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5905 * backend/ev-attachment.c:
5907 Fix a crash when there isn't a default application to open an
5910 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5912 * backend/ev-attachment.[ch]:
5913 * shell/ev-attachment-bar.[ch]:
5915 Added missing files.
5917 2006-04-03 Carlos Garcia Campos <carlosgc@gnome.org>
5919 * backend/Makefile.am:
5920 * data/evince-ui.xml:
5921 * backend/ev-attachment.[ch]:
5922 * backend/ev-document.[ch]: (ev_document_has_attachments),
5923 (ev_document_get_attachments):
5924 * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5925 (attachment_save_to_buffer), (pdf_document_get_attachments),
5926 (pdf_document_document_iface_init):
5927 * shell/Makefile.am:
5928 * shell/ev-attachment-bar.[ch]:
5929 * shell/ev-window.c:
5931 Add support for PDF attachments. Fixes bug #325143
5933 2006-04-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5935 * backend/ev-document-factory.c: (get_document_from_uri),
5936 (ev_document_factory_get_document):
5937 * backend/ev-document-factory.h:
5938 * properties/ev-properties-main.c: (ev_properties_get_pages):
5939 * shell/Makefile.am:
5940 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5941 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5942 (ev_job_queue_remove_job):
5943 * shell/ev-job-queue.h:
5944 * shell/ev-job-xfer.c:
5945 * shell/ev-job-xfer.h:
5946 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5947 (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5948 (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5951 * shell/ev-window.c: (ev_window_is_empty),
5952 (password_dialog_response), (ev_window_clear_xfer_job),
5953 (ev_window_xfer_job_cb), (ev_window_open_uri),
5954 (ev_window_cmd_focus_page_selector),
5955 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5956 (ev_window_cmd_continuous), (ev_window_cmd_dual),
5957 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5958 (ev_window_dispose):
5959 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5961 * Cleanup mime type detection on document load. Fix for the
5964 2006-04-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5966 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5968 Fix crash on exit, described in the bug #336825.
5970 2006-03-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5972 * backend/ev-document-factory.c:
5973 (ev_document_factory_get_from_mime),
5974 (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5975 (ev_document_factory_get_document),
5976 (file_filter_add_mime_list_and_free),
5977 (ev_document_factory_add_filters):
5978 * backend/ev-document-factory.h:
5979 * properties/ev-properties-main.c: (ev_properties_get_pages):
5980 * shell/Makefile.am:
5981 * shell/ev-application.c:
5982 * shell/ev-job-xfer.c: (ev_job_xfer_run):
5983 * shell/ev-window.c: (ev_window_cmd_file_open),
5984 (ev_window_cmd_save_as):
5985 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5987 Rework factory functions so they are placed now in a single
5988 file ev-document-factory.c
5990 2006-03-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5992 * shell/ev-window.c: (update_chrome_visibility):
5994 Fix for the bug 166566 - don't show menubar in fullscreen
5997 2006-03-22 Tommi Vainikainen <thv@iki.fi>
5999 * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6001 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6003 * shell/ev-view.c: (ev_view_expose_event):
6005 More correctly draw loading text when document
6008 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6010 * shell/ev-view.c: (ev_view_scroll):
6012 Fix for the bug #334854, page down and page up switch
6013 pages in presentation mode.
6015 2006-03-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6017 * shell/ev-window.c: (ev_window_set_action_sensitive),
6018 (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6019 (ev_window_set_view_accels_sensitivity),
6020 (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6021 (ev_window_cmd_continuous), (ev_window_cmd_dual),
6022 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6023 (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6024 (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6025 (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6026 (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6027 (view_actions_focus_in_cb), (ev_window_init):
6029 Fix for the bug #333902, now it's possible to search
6032 2006-03-16 Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6034 * configure.ac: Added Breton translation.
6035 * po/br.po: Added Breton translation.
6037 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
6039 * shell/ev-window-title (ev_window_title_update):
6041 Fix memory leak in window title. Fixes bug #333944
6043 2006-03-14 Carlos Garcia Campos <carlosgc@gnome.org>
6045 * shell/ev-metadata-manager.c (parseItem):
6047 Fix memory leaks. Fixes bug #333945
6049 2006-03-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6051 * NEWS, configure.ac, TODO:
6053 Update for release 0.5.2.
6055 2006-03-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6057 * shell/ev-view.c: (view_update_range_and_current_page),
6060 Don't jump on scrolling, fix for the bug #333127.
6062 2006-03-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6064 * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6066 Scroll by one page in presentation mode. Fix for the bug
6069 2006-03-01 Vladimer SIchinava <vlsichinava@gmail.com>
6071 * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6073 2006-02-28 Clytie Siddall <clytie@riverland.net.au>
6075 * configure.ac Added lv in ALL_LINGUAS line.
6077 2006-02-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6079 * NEWS, configure.ac:
6081 Update for release 0.5.1
6083 2006-02-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
6085 * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6086 * backend/ev-document-misc.h:
6087 * shell/ev-view.c: (draw_one_page):
6089 Clairfy what page the toolbar page number applies to. Fix
6090 for the bug #328102.
6092 2006-02-24 Stanislav Slusny <slusnys@gmail.com>
6094 * shell/ev-view-private.h:
6095 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6096 (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6097 (ev_view_search_changed):
6099 * shell/ev-window.c: (find_bar_search_changed_cb):
6101 Dont't jump to find result if window was scrolled during search.
6102 Fix for the bug #313266.
6104 2006-02-21 Stanislav Slusny <slusnys@gmail.com>
6106 * shell/eggfindbar.c: (egg_find_bar_class_init):
6107 * shell/eggfindbar.h:
6108 * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6109 * shell/ev-view-private.h:
6110 * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6111 (ev_view_class_init), (ev_sizing_mode_get_type),
6112 (ev_scroll_type_get_type):
6114 * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6115 (ev_window_cmd_scroll_backward), (find_bar_scroll),
6118 Fix for the bug 319133 - Find entry should allow text scroll.
6120 2006-02-20 Antoine Dopffer <antoine.dopffer@free.fr>
6122 * shell/ev-view-private.h:
6123 * shell/ev-view.c: (view_update_range_and_current_page),
6124 (highlight_find_results), (find_changed_cb), (page_changed_cb),
6125 (ev_view_set_document), (update_find_status_message),
6126 (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6127 (ev_view_find_previous):
6129 Fix for the bug #319137. Search now takes account for scrolling.
6131 2006-02-19 Michael Hofmann <mh21@piware.de>
6135 * djvu/djvu-document-private.h:
6136 * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6137 (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6138 (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6139 (djvu_document_can_get_text), (djvu_document_get_text),
6140 (djvu_document_document_iface_init),
6141 (djvu_document_thumbnails_get_thumbnail),
6142 (djvu_document_find_begin), (djvu_document_find_get_n_results),
6143 (djvu_document_find_get_result),
6144 (djvu_document_find_page_has_results),
6145 (djvu_document_find_get_progress), (djvu_document_find_cancel),
6146 (djvu_document_find_iface_init):
6147 * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6148 (djvu_text_page_selection), (djvu_text_page_limits_process),
6149 (djvu_text_page_limits), (djvu_text_page_copy),
6150 (djvu_text_page_position), (djvu_text_page_union),
6151 (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6152 (djvu_text_page_box), (djvu_text_page_append_text),
6153 (djvu_text_page_search), (djvu_text_page_prepare_search),
6154 (djvu_text_page_new), (djvu_text_page_free):
6155 * djvu/djvu-text-page.h:
6156 * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6157 (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6158 (djvu_text_n_results), (djvu_text_has_results),
6159 (djvu_text_get_result), (djvu_text_get_progress):
6162 Text search in djvu. Fix for the bug #303415.
6164 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6167 * shell/ev-window.c: (ev_window_cmd_save_as):
6169 Ask filechooser to confirm overwrite. Fix for the bug #328266.
6170 Thanks to Gary Coady <gary@lyranthe.org>
6172 2006-02-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6174 * shell/ev-print-job.c: (idle_print_handler):
6176 Inverse order printing, bug #320919.
6178 2006-02-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6180 * data/evince-toolbar.xml:
6181 * shell/ev-window.c:
6183 Allow to add sidebar checkbutton on toolbar. Fix
6184 for the bug #144577.
6186 2006-02-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6188 * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6190 Add checks that have sense for empty ps document.
6192 2006-02-15 Luca Ferretti <elle.uca@libero.it>
6194 * configure.ac: Include PS in mime types list.
6196 2006-02-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6199 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6201 * ps/ps-document.c: (start_interpreter), (ps_document_load):
6203 Runtime check for gs interpreter. Fix for the bug #320868.
6204 Thanks to Antoine Dopffer antoine.dopffer@free.fr
6206 2006-02-12 Carlos Garcia Campos <carlosgc@gnome.org>
6208 * shell/ev-application.c:
6210 Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6211 dbus>=0.60, so that the request is not queued.
6213 2006-02-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6216 * shell/Makefile.am:
6217 * shell/ev-sidebar-links.c: (print_section_cb):
6220 * shell/ev-window.c: (update_action_sensitivity),
6221 (ev_window_close_dialogs), (ev_window_print):
6222 * shell/ev-window.h:
6224 Make printing support optional. Patch from Eduardo de Barros Lima
6225 <eduardo.lima@indt.org.br> for the bug #330546.
6227 2006-02-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6229 * shell/ev-view-private.h:
6230 * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6231 (ev_view_set_document):
6233 * shell/ev-window.c: (ev_window_load_job_cb),
6234 (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6237 Draw Loading message during xfer job. Fix for the bug #329495.
6239 2006-02-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6241 * comics/comics-document.c: (comics_regex_quote),
6242 (comics_document_load), (extract_argv):
6244 Correcly quote regexp before passing it to unzip.
6246 2006-02-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6248 * shell/ev-page-cache.c: (build_height_to_page),
6249 (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6250 (ev_page_cache_get_dual_even_left):
6251 * shell/ev-page-cache.h:
6252 * shell/ev-view.c: (view_update_range_and_current_page),
6253 (get_page_y_offset), (get_page_extents):
6255 Place even pages to the left if document has less then
6256 two pages. Fix for the bug #328856.
6258 2006-01-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6260 * thumbnailer/evince-thumbnailer-comics.schemas.in:
6262 Correct comics scheme. This make evince create thumbnails
6263 for comic books. Fix for the bug 329088.
6265 2006-01-31 Christopher Aillon <caillon@redhat.com>
6267 * data/evince-password.glade: Don't explicitly set
6268 invisible_char to the current default value in case
6269 the default changes; let GTK+ do its magic.
6271 2006-01-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6273 * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6274 real filename to tmp filename since often document
6275 type is determined by extension.
6277 2006-01-24 Ricardo Markiewicz <rmarkie@fi.uba.ar>
6279 * shell/ev-view.c: (add_scroll_binding_keypad),
6280 (ev_view_binding_activated), (ev_view_class_init):
6282 Add keybindings for percision-scrolling of display area.
6283 Fix for the bug #314072.
6285 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6287 * data/evince.desktop.in.in:
6289 Add GTK to the list of categories. Fix for the bug #328034.
6291 2006-01-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6293 * shell/ev-application.c: (ev_application_shutdown),
6294 (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6295 * shell/ev-application.h:
6296 * shell/ev-window.c: (file_open_dialog_response_cb),
6297 (ev_window_cmd_file_open):
6299 Save last uri in file chooser dialog. Fix for the bug #327950.
6301 2006-01-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6306 Final update for release 0.5.0
6308 * shell/Makefile.am:
6310 Remove disable deprecated until we'll require libgnome-2.13.7
6311 and port to GOption argument parsing. See bug 327518.
6313 2006-01-19 Jani Monoses <jani.monoses@gmail.com>
6315 * comics/comics-document.c: (comics_document_save):
6316 * djvu/djvu-document.c: (djvu_document_save):
6317 * dvi/dvi-document.c: (dvi_document_save):
6318 * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6319 * lib/ev-file-helpers.h:
6320 * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6321 * tiff/tiff-document.c: (tiff_document_save):
6323 Use common save function for backends.
6325 2006-01-18 Jani Monoses <jani.monoses@gmail.com>
6327 * backend/ev-document-types.c:
6329 Fix crash on saving pixbuf.
6331 2006-01-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6333 * cut-n-paste/recent-files/egg-recent-item.c:
6334 (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6335 * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6336 (parse_info_free), (valid_element), (start_element_handler),
6337 (end_element_handler), (text_handler), (egg_recent_model_filter),
6338 (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6339 (egg_recent_model_monitor), (egg_recent_model_read),
6340 (egg_recent_model_open_file), (egg_recent_model_lock_file),
6341 (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6342 (egg_recent_model_set_property), (egg_recent_model_class_init),
6343 (egg_recent_model_init), (egg_recent_model_add_full),
6344 (egg_recent_model_delete), (egg_recent_model_get_list),
6345 (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6346 (egg_recent_model_set_filter_mime_types),
6347 (egg_recent_model_clear_group_filter),
6348 (egg_recent_model_set_filter_groups),
6349 (egg_recent_model_clear_scheme_filter),
6350 (egg_recent_model_set_filter_uri_schemes),
6351 (egg_recent_model_remove_expired):
6352 * cut-n-paste/recent-files/egg-recent-util.c:
6353 (egg_recent_util_get_icon):
6354 * cut-n-paste/recent-files/egg-recent-util.h:
6355 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6356 (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6357 (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6358 (egg_recent_view_uimanager_set_property),
6359 (egg_recent_view_uimanager_get_property),
6360 (egg_recent_view_uimanager_class_init),
6361 (egg_recent_view_uimanager_init),
6362 (egg_recent_view_uimanager_set_label_width),
6363 (egg_recent_view_uimanager_get_label_width):
6364 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6365 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6366 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6367 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6368 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6369 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6373 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6375 * shell/ev-page-cache.c: (build_height_to_page),
6376 (ev_page_cache_get_height_to_page):
6377 * shell/ev-page-cache.h:
6378 * shell/ev-view.c: (view_update_range_and_current_page),
6379 (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6380 (ev_view_previous_page):
6382 Dual mode places even pages to the left. Fix for the bug #309393.
6385 * shell/ev-window.c: (update_action_sensitivity),
6386 (setup_view_from_metadata), (view_menu_popup_cb):
6388 Don't restore presentation in empty windows, more intelligent
6389 next page behaviour in dual mode.
6391 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6392 (ev_pixbuf_cache_clear_job_sizes):
6394 Cleanup job callback on removal. Fix for the bug #325886.
6396 2006-01-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6398 * ps/ps.c: (psscan):
6400 Commit workaround Mozilla problem. Fix for the bug #325919
6402 * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6405 Fix for year 2038 problem.
6407 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6409 * shell/ev-window.c: (setup_document_from_metadata),
6410 (ev_window_cmd_view_reload):
6412 Clamp page recieved from metadata in valid values. Fix
6413 for the bug #325986.
6415 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6418 Add MAINTAINERS as requested on desktop-devel-list.
6420 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6422 * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6423 (mime_type_supported_by_gdk_pixbuf),
6424 (ev_document_factory_get_mime_types),
6425 (ev_document_factory_get_all_mime_types):
6427 Don't add pixbuf mime types if pixbuf backend is disabled.
6429 * shell/ev-application.c: (ev_application_get_uri_window):
6431 Fix for the bug 325815 - unhandled MIME type message doesn't
6432 appear a second time.
6434 * shell/ev-document-types.c: (ev_document_types_add_filters):
6435 * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6436 (password_dialog_response), (ev_window_popup_password_dialog),
6437 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6438 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6439 (ev_window_run_presentation), (ev_window_stop_presentation),
6440 (save_sizing_mode), (ev_window_zoom_changed_cb),
6441 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6442 (ev_window_dual_mode_changed_cb),
6443 (ev_window_sidebar_current_page_changed_cb),
6444 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6445 (window_state_event_cb), (window_configure_event_cb):
6447 Cleanup additional uris holded by EvWindow.
6449 2006-01-06 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6451 * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6452 (ev_view_can_previous_page), (ev_view_can_next_page):
6454 * shell/ev-window.c: (update_action_sensitivity):
6456 Two page scrolling with Space and PageUp in dual mode. Second fix
6457 for the bug #316608.
6459 2006-01-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6461 * shell/ev-view.c: (scroll_to_current_page):
6463 Correctly clamp adjustment value. Fix for the bug
6466 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6468 * shell/ev-sidebar-links.c: (print_section_cb):
6469 * shell/ev-window.c: (ev_window_get_uri),
6470 (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6471 (ev_window_print_dialog_response_cb), (ev_window_print_range),
6472 (ev_window_dispose):
6474 Make print dialog non-modal. Fix for the bug #325622.
6476 2006-01-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6478 * shell/ev-metadata-manager.c:
6479 * shell/ev-utils.c: (using_pdf_printer),
6480 (using_postscript_printer), (load_print_config_from_file),
6481 (save_print_config_to_file):
6483 * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6484 (update_sidebar_visibility), (setup_sidebar_from_metadata),
6485 (setup_view_from_metadata), (ev_window_setup_document),
6486 (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6487 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6488 (ev_window_run_presentation), (ev_window_stop_presentation),
6489 (save_sizing_mode), (ev_window_zoom_changed_cb),
6490 (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6491 (ev_window_dual_mode_changed_cb),
6492 (ev_window_sidebar_current_page_changed_cb),
6493 (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6494 (window_state_event_cb), (window_configure_event_cb),
6497 Setting saving behaviour fixes.
6499 2005-12-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6503 Make antialiasing gs options better and allow
6504 to change them during configure. Fix for the
6507 2005-12-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6509 * shell/ev-window.c: (setup_view_from_metadata):
6511 Remember if last window was maximized. Fix for the
6514 2005-12-28 Abel Cheung <maddog@linuxhall.org>
6516 * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6518 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6520 * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6521 * shell/ev-page-action.c: (build_new_tree_cb):
6522 * shell/ev-sidebar-links.c: (links_page_num_func),
6523 (update_page_callback_foreach), (update_page_callback):
6524 * shell/ev-view.c: (scroll_to_current_page):
6526 Fix for the bug #325067 with more intelligent selection
6527 of current link in sidebar. Make sidebar handle links
6528 of FITR-like type more correctly.
6530 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6531 (dvi_pixbuf_put_pixel):
6533 Fix memory consumtion with disabled alpha channel.
6535 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6537 * data/evince-ui.xml:
6538 * shell/ev-window.c: (view_menu_popup_cb),
6539 (ev_popup_cmd_open_link), (ev_window_init):
6541 Update context menu for internal links. Fix for the bug
6544 2005-12-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6546 * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6548 Bind context menu to keyboard also. Fix for the bug
6551 2005-12-27 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6553 * shell/ev-view.c: (selection_scroll_timeout_cb):
6555 Horizontal scroll on selection also.
6557 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6559 * shell/ev-metadata-manager.c: (parse_value):
6560 * shell/ev-view.c: (goto_xyz_link):
6562 Correct zoom setup and metadata save broken in
6565 2005-12-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6567 * shell/ev-view-private.h:
6568 * shell/ev-view.c: (scroll_to_current_page),
6569 (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6570 (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6571 (page_changed_cb), (ev_view_set_continuous),
6572 (ev_view_set_dual_page), (ev_view_set_presentation):
6574 Delay scroll until allocation to correctly position page. Fix
6575 for the bug #317334.
6577 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6582 Update NEWS and require poppler 0.5.0.
6584 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org>
6586 * data/evince-ui.xml:
6587 * shell/ev-view-private.h:
6588 * shell/ev-view.c: (ev_view_get_link_at_location),
6589 (handle_link_over_xy), (ev_view_button_press_event),
6590 (ev_view_button_release_event), (ev_view_class_init):
6591 * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6592 (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6595 Implement right-click context menu.
6597 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6599 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6600 * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6601 (mdvi_pixbuf_device_render):
6602 * pdf/ev-poppler.cc:
6604 Don't generate thumbnails with alpha. See bug #324077.
6605 Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6607 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6609 * shell/ev-window.c: (setup_chrome_from_metadata):
6611 Fix typo that was hiding toolbar.
6613 2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6615 * shell/ev-view-private.h:
6616 * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6617 (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6618 (ev_view_button_release_event), (ev_view_destroy):
6620 Small cleanup and autoscrolling during selection. Thanks to
6621 Ricardo Markiewicz <rmarkie@fi.uba.ar>.
6623 2005-12-22 Jani Monoses <jani.monoses@gmail.com>
6627 Correctly check for comics option.
6629 2005-12-21 Eduardo Lima <eduardo.lima@indt.org.br>
6632 * backend/Makefile.am:
6633 * backend/ev-document-factory.c:
6634 * shell/ev-document-types.c:
6636 Included option in configure to make ps backend
6637 compilation optional with --disable-ps.
6639 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6641 * backend/ev-document-factory.c:
6642 * comics/Makefile.am:
6643 * comics/comics-document.c: (comics_document_load):
6644 * comics/ev-cbr-mime.xml:
6647 Comics mime types are added to shared-mime-info CVS. Now
6648 we don't need to install our own mime types.
6650 2005-12-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6652 * shell/ev-window.c:
6654 Add shortcut for "save a copy" menu entry. Fix for
6657 2005-12-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6659 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6660 (job_finished_cb), (new_selection_pixbuf_needed),
6661 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6662 (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6664 Rework selection job info logic and fix critical warning.
6666 2005-12-17 Abel Cheung <maddog@linuxhall.org>
6668 * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6670 2005-11-27 Jaap A. Haitsma <jaap@haitsma.org>
6672 * data/evince-ui.xml:
6673 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6675 Enter as shortcut key for next page. Fix for the bug
6678 2005-11-18 Ales Nyakhaychyk <nab@mail.by>
6680 * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6682 2005-11-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6684 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6685 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6686 (new_selection_pixbuf_needed),
6687 (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6688 (clear_job_selection):
6690 Too early for 0.5. Pixbuf cache code cleaned a bit.
6692 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6697 Release 0.5.0 preparation
6699 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6701 * comics/Makefile.am:
6703 * shell/ev-document-types.c: (ev_document_types_add_filters):
6705 More advanced handling of custom mime type installation.
6707 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6709 * data/evince.schemas.in:
6710 * shell/ev-metadata-manager.c: (value_free),
6711 (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6712 (ev_metadata_manager_get), (ev_metadata_manager_set):
6713 * shell/ev-metadata-manager.h:
6714 * shell/ev-window.c: (update_chrome_flag),
6715 (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6716 (setup_document_from_metadata), (setup_chrome_from_metadata),
6717 (setup_sidebar_from_metadata), (setup_view_from_metadata),
6718 (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6719 (ev_window_view_toolbar_cb),
6720 (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6721 (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6723 Save last document settings and reuse them for new documents.
6725 2005-11-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6728 * backend/Makefile.am:
6729 * backend/ev-document-factory.c:
6730 * backend/ev-document-factory.h:
6731 * comics/Makefile.am:
6732 * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6733 (comics_document_load), (comics_document_save),
6734 (comics_document_get_n_pages), (comics_document_get_page_size),
6735 (get_page_size_area_prepared_cb), (comics_document_render_pixbuf) (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6736 (comics_document_class_init), (comics_document_can_get_text),
6737 (comics_document_get_info), (comics_document_document_iface_init),
6738 (comics_document_init), (get_supported_image_extensions),
6739 (comics_document_thumbnails_get_geometry),
6740 (comics_document_thumbnails_get_thumbnail),
6741 (comics_document_thumbnails_get_dimensions),
6742 (comics_document_document_thumbnails_iface_init), (extract_argv):
6743 * comics/comics-document.h:
6744 * comics/ev-cbr-mime.xml:
6747 * shell/ev-application.c: (ev_application_register_service):
6748 * shell/ev-document-types.c: (ev_document_types_add_filters):
6749 * thumbnailer/Makefile.am:
6750 * thumbnailer/evince-thumbnailer-comics.schemas.in:
6752 New CBR/CBZ backend for comic books.
6754 2005-11-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6756 * shell/main.c: (load_files_remote):
6758 Thanks to Robert McQueen <robot101@debian.org>. Dbus
6759 warning on startup of second instance is fixed. It
6762 2005-10-30 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6764 * shell/ev-window.c: (ev_window_finalize):
6766 Fix double free that cause crash.
6768 2005-10-29 Bastien Nocera <hadess@hadess.net>
6770 * tiff/tiff-document.c: (tiff_document_load):
6774 2005-10-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6777 * shell/Makefile.am:
6778 * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6779 (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6780 (ev_view_accessible_get_text),
6781 (ev_view_accessible_get_character_at_offset),
6782 (ev_view_accessible_get_text_before_offset),
6783 (ev_view_accessible_get_text_at_offset),
6784 (ev_view_accessible_get_text_after_offset),
6785 (ev_view_accessible_get_character_count),
6786 (ev_view_accessible_get_caret_offset),
6787 (ev_view_accessible_set_caret_offset),
6788 (ev_view_accessible_get_run_attributes),
6789 (ev_view_accessible_get_default_attributes),
6790 (ev_view_accessible_get_character_extents),
6791 (ev_view_accessible_get_offset_at_point),
6792 (ev_view_accessible_get_n_selections),
6793 (ev_view_accessible_get_selection),
6794 (ev_view_accessible_add_selection),
6795 (ev_view_accessible_remove_selection),
6796 (ev_view_accessible_set_selection),
6797 (ev_view_accessible_text_iface_init),
6798 (ev_view_accessible_idle_do_action),
6799 (ev_view_accessible_action_do_action),
6800 (ev_view_accessible_action_get_n_actions),
6801 (ev_view_accessible_action_get_description),
6802 (ev_view_accessible_action_get_name),
6803 (ev_view_accessible_action_set_description),
6804 (ev_view_accessible_action_iface_init),
6805 (ev_view_accessible_get_type), (ev_view_accessible_new),
6806 (ev_view_accessible_factory_get_accessible_type),
6807 (ev_view_accessible_factory_create_accessible),
6808 (ev_view_accessible_factory_class_init),
6809 (ev_view_accessible_factory_get_type):
6810 * shell/ev-view-accessible.h:
6811 * shell/ev-view-private.h:
6812 * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6815 Initial accessibility support.
6817 2005-10-27 Erdal Ronahi <erdal.ronahi@gmail.com>
6819 * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6821 2005-10-26 Hubert Figuiere <hfiguiere@teaser.fr>
6823 * shell/ev-print-job.c: (idle_print_handler):
6825 Fix for bug Bug 318916: Printing multiple pages.
6827 2005-10-20 Runa Bhattacharjee <runa@bengalinux.org>
6829 * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6831 2005-10-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6833 * pdf/ev-poppler.cc:
6835 Thumnail dimensions unified with other backends.
6837 * shell/ev-window-title.c: (ev_window_title_update):
6841 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6843 * data/ev-stock-zoom-fit-width.png:
6847 2005-10-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6850 * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6851 (djvu_document_finalize):
6852 * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6853 (dvi_document_finalize):
6854 * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6855 (pixbuf_document_save), (pixbuf_document_finalize):
6856 * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6857 (tiff_document_finalize):
6859 Save a copy implemented for various backends.
6861 2005-10-17 Daniel Gryniewicz <dang@gentoo.org>
6865 Don't link with ltiff if tiff is disabled.
6867 2005-10-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6869 * pdf/GDKSplashOutputDev.cc:
6870 * pdf/GDKSplashOutputDev.h:
6873 * pdf/pdf-document.cc:
6874 * pdf/pdf-document.h:
6875 * pdf/test-gdk-output-dev.cc:
6877 Remove old unused files.
6879 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6881 * shell/ev-window.c: (ev_window_setup_document):
6883 Fixed warnings on reload and probably crash reason.
6885 2005-10-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6887 * properties/ev-properties-view.c:
6888 (ev_properties_view_format_date):
6890 Check if date is invalid. Fix for bug 318134.
6892 2005-10-02 Wouter Bolsterlee <uws+gnome@xs4all.nl>
6894 * shell/ev-window-title.c:
6896 Add .indd files (Adobe Indesign) to the list of "bad
6899 2005-10-02 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6901 * data/evince-ui.xml:
6902 * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6904 Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6906 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6908 * shell/ev-window.c: (launch_link), (launch_external_uri),
6909 (view_external_link_cb):
6911 URL-escape link before passing it to gnome_vfs_url_show.
6913 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6915 * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6916 there isn't text selected.
6918 2005-09-27 Marco Pesenti Gritti <mpg@redhat.com>
6920 * shell/ev-view.c: (handle_link_over_xy):
6922 Check tooltip is valid utf8 before showing it
6924 2005-09-27 Carlos Garcia Campos <carlosgc@gnome.org>
6926 * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6928 2005-09-27 Christian Persch <chpe@cvs.gnome.org>
6930 * shell/ev-window-title.c: (ev_window_title_update):
6932 Guard against using g_strstrip on NULL. Fixes bug #317291.
6934 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6936 * pdf/ev-poppler.cc:
6938 Show title even for unknown links
6940 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6942 * shell/ev-window-title.c: (ev_window_title_update):
6944 Strip the title string
6946 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6948 * shell/ev-window-title.c:
6950 Add .rtf to the bad extensions list
6952 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6954 * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6955 (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6957 Ignore link coordinates if they are outside page bounds
6959 2005-09-26 Marco Pesenti Gritti <mpg@redhat.com>
6961 * backend/ev-link.c: (ev_link_type_get_type),
6962 (ev_link_get_filename), (ev_link_get_params),
6963 (ev_link_get_property), (ev_link_set_property),
6964 (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6965 * backend/ev-link.h:
6966 * pdf/ev-poppler.cc:
6967 * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6968 * shell/ev-window.c: (launch_link), (view_external_link_cb),
6971 Implement launch links. Delegate external link opening to
6974 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6976 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6977 (ev_link_get_right), (ev_link_get_property),
6978 (ev_link_set_property), (ev_link_class_init),
6979 (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6980 * backend/ev-link.h:
6981 * pdf/ev-poppler.cc:
6982 * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6984 Implement fitr links
6986 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
6988 * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6989 (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6990 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6991 (ev_view_size_request_continuous),
6992 (ev_view_size_request_dual_page),
6993 (ev_view_size_request_single_page), (ev_view_size_allocate),
6994 (ev_view_zoom_for_size_continuous_and_dual_page),
6995 (ev_view_zoom_for_size_continuous),
6996 (ev_view_zoom_for_size_dual_page),
6997 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6998 (ev_sizing_mode_get_type):
7000 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7002 Do not use modes for link, we need to calculate size ad hoc.
7003 Still not perfect because of the usual scrollbar issues grrr.
7005 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
7007 * backend/ev-link.c: (ev_link_type_get_type),
7008 (ev_link_new_page_fith), (ev_link_new_page_fitv):
7009 * backend/ev-link.h:
7010 * pdf/ev-poppler.cc:
7011 * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7012 (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7013 (ev_view_size_request_continuous),
7014 (ev_view_size_request_dual_page),
7015 (ev_view_size_request_single_page), (ev_view_size_allocate),
7016 (zoom_for_size_fit_height),
7017 (ev_view_zoom_for_size_continuous_and_dual_page),
7018 (ev_view_zoom_for_size_continuous),
7019 (ev_view_zoom_for_size_dual_page),
7020 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7021 (ev_sizing_mode_get_type):
7023 * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7025 Implement FIT_HEIGHT mode (only for links).
7026 Implement FITH links
7028 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
7030 * shell/ev-window-title.c: (get_filename_from_uri),
7031 (ev_window_title_sanitize_extension), (ev_window_title_update),
7032 (ev_window_title_set_document), (ev_window_title_set_uri),
7033 (ev_window_title_free):
7034 * shell/ev-window-title.h:
7035 * shell/ev-window.c: (ev_window_setup_document),
7036 (ev_window_popup_password_dialog):
7038 Refactor window title building while fixing it for
7041 2005-09-24 Marco Pesenti Gritti <mpg@redhat.com>
7043 * pdf/ev-poppler.cc:
7045 Escape link title before setting it in the model
7047 2005-09-23 Marco Pesenti Gritti <mpg@redhat.com>
7049 * shell/ev-application.c: (removed_from_session), (save_session),
7050 (init_session), (ev_application_get_empty_window),
7051 (ev_application_init), (ev_application_get_windows):
7052 * shell/ev-application.h:
7053 * shell/ev-window.c: (ev_window_finalize):
7055 Add a function to retrieve window list and share it where
7057 Implement session handling, works pretty well thanks to the
7060 2005-09-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7062 * shell/ev-password.c: (ev_password_item_created_callback),
7063 (ev_password_dialog_save_password):
7065 Fix for bug 316972. Use async gnome-keyring API.
7067 2005-09-22 Christian Persch <chpe@cvs.gnome.org>
7069 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7070 Remove unused unrealize handler. Add scroll handling to
7071 ev_view_scroll_event for presentation mode (bug #316708),
7072 and fix the event state checks there.
7074 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
7076 * shell/ev-page-action.c: (page_changed_cb):
7078 "marco, maybe we should be crazy and jump right to 6! :)"
7080 Bryan Clark, Sep 2005
7082 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
7084 * ps/ps-document.c: (save_document), (ps_document_save),
7085 (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7086 (ps_document_ps_export_end):
7088 Fix unstructured documents save and print
7090 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
7092 * shell/ev-application.c: (ev_application_open_uri):
7094 Fix window size persistance
7096 2005-09-22 Marco Pesenti Gritti <mpg@redhat.com>
7098 * shell/ev-view.c: (ev_view_button_release_event):
7100 Based on a patch from carlosgc@gnome.org. Mouse buttons
7101 switch pages in presentation mode.
7103 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7105 * shell/ev-page-cache.c: (ev_page_cache_get_size):
7107 Dont cast to int before scaling
7109 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7111 * backend/ev-link.c: (ev_link_type_get_type),
7112 (ev_link_new_page_xyz), (ev_link_new_page_fit),
7113 (ev_link_new_page_fith):
7114 * backend/ev-link.h:
7115 * pdf/ev-poppler.cc:
7116 * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7118 Implement FIT and FITH links
7120 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7122 * pdf/ev-poppler.cc:
7124 Return 0 results when search is not in progress.
7126 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7127 (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7129 Update menu sensitivity when cancelling search
7131 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7133 * shell/ev-view.c: (ev_view_can_find_next):
7135 Take all pages in consideration, not just current one
7137 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7139 * shell/ev-page-cache.c:
7140 * shell/ev-page-cache.h:
7141 * shell/ev-view.c: (ev_view_binding_activated),
7142 (ev_view_next_page), (ev_view_previous_page),
7143 (ev_sizing_mode_get_type):
7145 * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7146 (ev_window_cmd_go_next_page):
7148 Move page next/previous functions from page chace to
7149 view and change it to move by 2 page steps in dual mode.
7151 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7153 * shell/ev-window.c: (update_sidebar_visibility),
7154 (setup_sidebar_from_metadata), (ev_window_setup_document),
7155 (setup_view_from_metadata):
7157 Show the index by default when there is one
7159 2005-09-19 Marco Pesenti Gritti <mpg@redhat.com>
7161 * shell/ev-window-title.c: (ev_window_title_set_document):
7165 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7167 * shell/ev-view.c: (view_update_range_and_current_page):
7169 Allow display of last odd page in dual view. Fix for 316347.
7171 2005-09-17 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7173 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7175 Make close button default. Fix for 316383.
7177 2005-09-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7179 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7181 Mark close button as default. Fix for 316381.
7183 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7185 * backend/ev-link.c: (ev_link_class_init):
7187 Allow negative doubles in left/top properties
7189 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7191 * shell/ev-window.c:
7193 Remove a bunch of strings that was used only
7196 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7198 * shell/ev-window-title.c: (get_filename_from_uri),
7199 (ev_window_title_set_document):
7201 When title has a confusing extension, show also
7202 the document filename inside ()
7204 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7206 * shell/Makefile.am:
7207 * shell/ev-window-title.c: (ev_window_title_new),
7208 (ev_window_title_update), (ev_window_title_set_type),
7209 (ev_window_title_set_document), (ev_window_title_free):
7210 * shell/ev-window-title.h:
7211 * shell/ev-window.c: (ev_window_setup_document),
7212 (password_dialog_response), (ev_window_popup_password_dialog),
7213 (ev_window_dispose), (ev_window_init):
7215 Factor out and cleanup window title code
7217 2005-09-16 Marco Pesenti Gritti <mpg@redhat.com>
7219 * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7222 Make dialog transient so it doesnt block other windows
7224 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7226 * pdf/ev-poppler.cc:
7228 Fix pdf thumbnails rendering.
7230 2005-09-13 Wouter Bolsterlee <uws+gnome@xs4all.nl>
7232 * shell/ev-window.c: (fullscreen_set_timeout):
7234 Increase timeout to hide full screen popup. Bug
7237 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7239 * data/evince.schemas.in:
7240 * shell/ev-window.c: (update_action_sensitivity):
7242 Allow the user to override document restrictions. Fix for bug
7245 2005-09-13 Christian Persch <chpe@cvs.gnome.org>
7247 * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7248 (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7249 (ev_window_class_init): Fix multihead behaviour of fullscreen
7250 toolbar popup. Fixes bug #315451.
7252 2005-09-13 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7255 * data/evince-password.glade:
7256 * shell/ev-password.c: (ev_password_dialog_set_property),
7257 (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7258 (ev_password_dialog_init), (ev_password_set_bad_password_label),
7259 (ev_password_dialog_entry_changed_cb),
7260 (ev_password_dialog_entry_activated_cb),
7261 (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7262 (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7263 (ev_password_dialog_set_bad_pass):
7264 * shell/ev-password.h:
7265 * shell/ev-window.c: (password_dialog_response),
7266 (ev_window_popup_password_dialog):
7268 Support for gnome-keyring for encrypted PDF's.
7270 2005-09-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7272 * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7273 (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7274 (ev_view_enter_notify_event), (ev_view_class_init):
7276 More precise handling of enter_notify/leave_notify events
7277 in EvView. Fix for bug 315470.
7279 2005-09-08 Christopher Aillon <caillon@redhat.com>
7281 * shell/ev-window.c: (fullscreen_timeout_cb),
7282 (fullscreen_set_timeout), (fullscreen_clear_timeout),
7283 (ev_window_dispose):
7285 leak fix: unref fullscreen_timeout_source before clearing it
7287 2005-09-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7289 * configure.ac, dvi/mdvi/Makefile.am:
7291 Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7293 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7295 * backend/ev-link.c: (ev_link_new_page_xyz):
7296 * pdf/ev-poppler.cc:
7297 * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7299 Fix some bugs with xyz links, respect zoom
7301 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7303 * shell/ev-window.c: (page_changed_cb),
7304 (setup_document_from_metadata), (update_sidebar_visibility),
7305 (setup_view_from_metadata), (ev_window_run_fullscreen),
7306 (ev_window_stop_fullscreen), (ev_window_run_presentation),
7307 (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7308 (ev_window_dual_mode_changed_cb),
7309 (ev_window_sidebar_current_page_changed_cb):
7311 null check uri before setting and getting metadata
7313 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7316 * properties/Makefile.am:
7317 * shell/Makefile.am:
7318 * thumbnailer/Makefile.am:
7320 Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7322 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7324 * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7325 (selection_changed_callback):
7326 * shell/ev-sidebar-links.h:
7328 Add a signal for link activation.
7330 * shell/ev-view.c: (ev_view_goto_link),
7331 (ev_view_button_release_event):
7333 * shell/ev-window.c: (sidebar_links_link_activated_cb),
7336 Implement the signal so that we can handle all link types.
7338 * shell/ev-page-cache.c:
7340 Remove unused set_link function
7342 2005-09-08 Marco Pesenti Gritti <mpg@redhat.com>
7344 * lib/ev-tooltip.c: (ev_tooltip_set_position):
7346 Add some space from the cursor, hardcoded but I couldnt
7349 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
7353 Use mozilla style vs gtk style, way better for links.
7355 * shell/ev-view.c: (ev_view_motion_notify_event),
7356 (ev_view_destroy), (ev_view_init):
7358 Deactive tooltip when the link hovered is changed.
7360 2005-09-07 Marco Pesenti Gritti <mpg@redhat.com>
7362 * backend/ev-document.h:
7363 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7364 (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7365 (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7366 (ev_link_new_page), (ev_link_new_page_xyz):
7367 * backend/ev-link.h:
7368 * pdf/ev-poppler.cc:
7369 * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7370 (go_to_link), (tip_from_link):
7372 Implement xyz links, still not functional. Links are a total
7373 mess, will need to refactor and bugfix a lot :(
7375 2005-09-05 Alessio Frusciante <algol@firenze.linux.it>
7377 * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7379 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7381 * data/evince-ui.xml:
7382 * data/evince.schemas.in:
7383 * shell/Makefile.am:
7384 * shell/ev-window.c: (update_chrome_visibility),
7385 (password_dialog_response), (ev_window_load_job_cb),
7386 (ev_window_xfer_job_cb), (ev_window_open_uri),
7387 (ev_window_class_init), (set_chrome_actions), (load_chrome),
7390 Remove the statusbar. This regress loading feedback, need to
7391 check with Bryan what we want to do there...
7393 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7395 * lib/ev-tooltip.c: (ev_tooltip_init):
7397 Fix tooltip border and size handling
7399 2005-09-05 Marco Pesenti Gritti <mpg@redhat.com>
7401 * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7402 (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7403 (ev_tooltip_timeout), (ev_tooltip_activate),
7404 (ev_tooltip_deactivate):
7406 * shell/ev-view.c: (ev_view_motion_notify_event):
7408 Delay popup showing. Mirror gtk logic/times.
7410 2005-09-03 Marco Pesenti Gritti <mpg@redhat.com>
7413 * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7414 (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7415 (ev_tooltip_set_text), (ev_tooltip_set_position):
7418 Simple widget to show tooltips at a custom position
7420 * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7423 Use it for links. First go, needs work
7425 2005-08-17 Dennis Cranston <dennis_cranston@yahoo.com>
7427 * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small
7428 HIG fixes. Use title capitalization for window title. Use 12
7429 pixels of space between the dialog's vbox and action area.
7431 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7433 * shell/ev-window.c: (file_open_dialog_response_cb),
7434 (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7435 (ev_window_cmd_save_as):
7437 Make file pickers not modal and refactor code some
7439 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7441 * shell/ev-sidebar.h:
7442 * shell/ev-sidebar.c: (ev_sidebar_set_property),
7443 (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7444 (ev_sidebar_class_init), (ev_sidebar_select_page),
7445 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7446 (ev_sidebar_set_page):
7448 Add a current page property and allow to get/set it
7450 * shell/ev-window.c: (setup_view_from_metadata),
7451 (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7453 Persist current sidebar page per document
7455 2005-09-02 Marco Pesenti Gritti <mpg@redhat.com>
7457 * data/evince.schemas.in:
7458 * shell/ev-window.c: (update_chrome_visibility),
7459 (setup_document_from_metadata), (update_sidebar_visibility),
7460 (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7461 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7462 (ev_window_run_presentation), (ev_window_stop_presentation),
7463 (ev_window_view_sidebar_cb),
7464 (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7465 (load_chrome), (ev_window_init):
7467 Persist size/visibility of sidebar per document
7469 Fri Sep 2 00:59:55 2005 Jonathan Blandford <jrb@redhat.com>
7471 * shell/ev-view.c (draw_loading_text): Draw loading text.
7473 2005-09-02 Dan Damian <dand@gnome.ro>
7475 * configure.in: Added "ro" to ALL_LINGUAS.
7477 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
7479 * shell/ev-view.c: (clear_caches):
7481 ev_page_cache_get doesnt return a reference,
7482 dont try to unref it.
7484 2005-09-01 Marco Pesenti Gritti <mpg@redhat.com>
7486 * shell/main.c: (load_files_remote):
7488 Fix timestamp parameter with dbus <= 0.33
7490 2005-08-31 Marco Pesenti Gritti <mpg@redhat.com>
7492 * data/evince.schemas.in:
7494 Add missing full stop
7496 2005-08-31 Hiroyuki Ikezoe <poincare@ikezoe.net>
7498 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7499 * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7501 Plug some memory leaks
7503 2005-08-29 Christian Persch <chpe@cvs.gnome.org>
7506 * lib/ev-debug.c: (trap_handler):
7508 Check for execinfo.h and use it only if it exists.
7509 Ported from Epiphany (bug #314776).
7511 2005-08-29 Duarte Loreto <happyguy_pt@hotmail.com>
7513 * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7515 2005-08-27 Mohammad DAMT <mdamt@gnome.org>
7517 * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7518 * po/id.po : Added Indonesian translation
7520 Fri Aug 26 00:45:09 2005 Jonathan Blandford <jrb@redhat.com>
7523 * shell/ev-application.c: Last minute GTK-2.6 fixes.
7524 * NEWS: Release 0.4.0
7526 Thu Aug 25 23:40:23 2005 Jonathan Blandford <jrb@redhat.com>
7528 * configure.ac: catch another gtk+-2.8ism
7529 * shell/main.c: Make work with gtk+-2.6
7531 2005-08-25 Ryan Lortie <desrt@desrt.ca>
7533 * shell/ev-application-service.xml: Add 'timestamp' argument to
7534 ev_application_open_window and ev_application_open_uri methods.
7536 * shell/ev-application.h: Add 'timestamp' argument to
7537 ev_application_open_window, ev_application_open_uri,
7538 and ev_application_open_uri_list functions.
7540 * shell/ev-application.c (ev_application_open_window,
7541 ev_application_open_uri, ev_application_open_uri_list): Change
7542 functions that show/present windows to use a timestamp if one
7545 * shell/ev-window.c (ev_window_cmd_file_open,
7546 ev_window_cmd_recent_file_activate, drag_data_received_cb):
7547 * shell/main.c (load_files): Modify calls to ev_application to
7548 include GDK_CURRENT_TIME as timestamp.
7550 * shell/main.c (load_files_remote): Obtain timestamp for client
7551 instance from GDK and pass to server instance so new windows are
7552 focused properly. Fix dbus_g_proxy_call() calls by including second
7557 Thu Aug 25 22:13:08 2005 Jonathan Blandford <jrb@redhat.com>
7559 * shell/ev-window.c (ev_window_finalize): Check for
7560 avail. EvWindows when quiting to handle the finalize better,
7563 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7565 * properties/ev-properties-view.c:
7567 Set textdomain to libglade. Fixes translation problem in property page.
7569 2005-08-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7571 * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7573 * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7574 * dvi/mdvi-lib/Makefile.am:
7576 Fix rotation of thumbnails, ported to new API. Moved library
7577 dependencies earlier, probably it will fix linkage problem.
7579 Thu Aug 25 02:32:32 2005 Jonathan Blandford <jrb@redhat.com>
7581 * backend/ev-document-misc.c:
7582 (ev_document_misc_get_thumbnail_frame):
7583 * backend/ev-document-misc.h:
7585 * pdf/ev-poppler.cc:
7586 * shell/Makefile.am:
7587 * shell/ev-sidebar-thumbnails.c: (add_range),
7588 (ev_sidebar_thumbnails_set_loading_icon),
7589 (ev_sidebar_thumbnails_refresh),
7590 (ev_sidebar_thumbnails_set_document):
7591 * shell/ev-sidebar-thumbnails.h:
7592 * shell/ev-view.c: (ev_view_motion_notify_event),
7593 (ev_view_set_property), (ev_view_get_property),
7594 (ev_view_class_init), (ev_view_set_rotation):
7595 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7596 (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7598 * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7599 Redo rotation (again). prepare for 0.4.0
7601 2005-08-24 Kristian Høgsberg <krh@redhat.com>
7603 * configure.ac: Bump poppler requirement to 0.4.1.
7605 * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7606 argument to poppler_page_render_selection() call.
7608 2005-08-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7610 * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7611 (djvu_document_thumbnails_get_thumbnail):
7612 * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7613 (dvi_document_thumbnails_get_thumbnail):
7614 * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7615 (pixbuf_document_thumbnails_get_thumbnail):
7616 * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7618 Update rotation direction of backends to fit with pdf and ps.
7620 2005-08-24 Marco Pesenti Gritti <mpg@redhat.com>
7622 * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7623 * backend/ev-async-renderer.h:
7624 * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7625 (setup_page), (ps_document_get_page_size),
7626 (ps_async_renderer_render_pixbuf):
7628 * shell/ev-jobs.c: (ev_job_render_run):
7630 Fix orientation in the postscript document
7632 2005-08-23 Marco Pesenti Gritti <mpg@redhat.com>
7634 * pdf/ev-poppler.cc:
7635 * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7636 * shell/ev-view.c: (highlight_find_results):
7638 Adapt to the new poppler rotation API. Fix text maps on landscape
7641 Sat Aug 20 17:13:48 2005 Jonathan Blandford <jrb@redhat.com>
7643 * shell/ev-view.c (compute_new_selection_text): get the correct
7644 region when selecting in modes other than continuous.
7646 Sat Aug 20 13:10:01 2005 Jonathan Blandford <jrb@redhat.com>
7648 * shell/main.c (main): remove redundant g_warnings.
7650 2005-08-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7652 * shell/Makefile.am: Don't include autogenerated
7653 file ev-application-service.h into distribution, since
7654 it causes dbus crash. Fix for bugs 313724 and 313443.
7656 2005-08-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7658 * configure.ac: Fix sed expression for FreeBSD. Thanks
7659 to Joe Marcus Clark <marcus@freebsd.org>
7661 * shell/eggfindbar.c: (entry_activate_callback),
7662 (entry_changed_callback), (egg_find_bar_init),
7663 (egg_find_bar_set_search_string):
7665 Made findbar buttons unsensitive if there is no text in
7666 entry. Fix for the bug 313285.
7668 2005-08-17 Carlos Garcia Campos <carlosgc@gnome.org>
7670 * ps/ps-document.c: Use g_filename_display_name for displaying
7671 filenames and revert string freeze breackage
7673 2005-08-17 Marco Pesenti Gritti <mpg@redhat.com>
7680 * shell/Makefile.am:
7682 Add ev-application-service.xml to extra dist
7684 * shell/ev-view.c: (find_page_at_location):
7686 Remove unused function (fix warning)
7688 2005-08-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7690 * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7691 (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7693 Fix warnings and compilation with t1lib-5.0 and newer. Fix for
7696 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7698 * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7699 * shell/ev-window.c:
7702 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7704 * configure.ac: Update script to get dbus version.
7705 Fix for the bug #313443.
7707 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7709 * shell/ev-window.c: (ev_window_cmd_escape):
7711 Return focus back to view on escape. Fix for bug 313295.
7713 2005-08-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7715 * shell/ev-window.c: (update_window_title),
7716 (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7717 (ev_window_cmd_save_as):
7719 Correct conversion from uri to displayable string. Fix for
7722 2005-08-16 Carlos Garcia Campos <carlosgc@gnome.org>
7724 * ps/ps-document.c: convert filename to utf8 when there is an error
7725 loading document. Fixes #309915
7727 2005-08-16 Marco Pesenti Gritti <mpg@redhat.com>
7731 We depend on poppler 0.4.0
7733 Mon Aug 15 21:53:05 2005 Jonathan Blandford <jrb@redhat.com>
7736 * NEWS: Release 0.3.3.
7737 * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7739 2005-08-14 Dennis Cranston <dennis_cranston@yahoo.com>
7741 * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:
7742 add a couple missing mnemonics to menu items, use title
7743 capitalization for menu items and window titles, and add
7744 ellipsis to open menu item.
7746 Mon Aug 15 00:40:21 2005 Jonathan Blandford <jrb@redhat.com>
7748 * pdf/ev-poppler.cc:
7749 * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7750 * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7751 (ev_view_get_rotation):
7753 * shell/ev-window.c: (setup_view_from_metadata),
7754 (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7755 (ev_window_cmd_edit_rotate_right): Fix rotation. Save it to
7758 2005-08-14 Baris Cicek <baris@teamforce.name.tr>
7760 * configure.ac: Added tr to ALL_LINGUAS
7762 2005-08-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7764 * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7765 requires several clicks to find word. Thanks to
7766 Colin Slater <kiltedtaco@gmail.com>.
7768 2005-08-11 Bryan Clark <clarkbw@cvs.gnome.org>
7770 * data/evince.desktop.in.in: Hide menu entry and
7771 rename it to "Document Viewer". Fix for bug
7774 2005-08-11 Crispin Flowerday <gnome@flowerday.cx>
7776 * shell/ev-page-action.c (ev_page_action_class_init):
7778 Point to the correct function in constructor of the
7779 activate_label signal
7781 Tue Aug 9 02:17:13 2005 Jonathan Blandford <jrb@redhat.com>
7783 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7784 * shell/ev-jobs.h: Make thread safe.
7786 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7788 * shell/ev-view.c: (view_update_range_and_current_page):
7789 Don't update page range if we are scrolling to some document
7792 2005-08-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7794 * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7795 when getting max_page_width, fix drawing in dual mode.
7797 Sun Aug 7 02:06:08 2005 Jonathan Blandford <jrb@redhat.com>
7799 * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7800 getting the area for select_all.
7802 2005-08-06 Kristian Høgsberg <krh@redhat.com>
7804 * backend/ev-selection.c: (ev_selection_render_selection):
7805 * backend/ev-selection.h:
7806 * pdf/ev-poppler.cc:
7807 * shell/ev-jobs.c: (ev_job_render_new):
7809 * shell/ev-pixbuf-cache.c: (get_selection_colors),
7810 (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7811 * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7812 (ev_view_class_init):
7814 Change selection color on focus in and focus out events. Also,
7815 poppler now uses GdkColor for specifying the selection colors, so
7816 drop some awkward conversion code.
7818 2005-08-06 Yair Hershkovitz <yairhr@gmail.com>
7820 * configure.ac: Added Hebrew translation
7822 Sat Aug 6 01:12:44 2005 Jonathan Blandford <jrb@redhat.com>
7825 * backend/ev-selection.c: (ev_selection_render_selection):
7826 * backend/ev-selection.h:
7827 * pdf/ev-poppler.cc:
7828 * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7829 (ev_job_render_run):
7831 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7832 (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7833 (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7834 (ev_pixbuf_cache_style_changed),
7835 (ev_pixbuf_cache_get_selection_pixbuf),
7836 (ev_pixbuf_cache_set_selection_list),
7837 (ev_pixbuf_cache_get_selection_list):
7838 * shell/ev-pixbuf-cache.h:
7839 * shell/ev-utils.c: (ev_print_region_contents):
7841 * shell/ev-view.c: (ev_view_queue_draw_page),
7842 (selection_update_idle_cb), (ev_view_motion_notify_event),
7843 (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7844 (setup_caches), (ev_view_find_next), (merge_selection_region),
7846 * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7848 Clean up selection to be much smoother!
7850 2005-08-05 Kristian Høgsberg <krh@redhat.com>
7852 * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7853 to poppler_page_render_selection().
7855 2005-08-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7857 * ps/ps-document.c: (save_page_list): Use
7858 unzipped document when printing. Thanks to
7859 Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7862 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7864 * shell/ev-window.c: (update_action_sensitivity):
7866 Disable print and save respect to lockdown gconf keys. Fix
7869 2005-08-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7872 * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7873 (write_to_temp_file), (ev_file_set_contents):
7875 * shell/ev-window.c: (save_print_config_to_file):
7877 Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7880 2005-07-31 Christian Persch <chpe@cvs.gnome.org>
7882 * shell/ev-window.c: (load_print_config_from_file),
7883 (save_print_config_to_file), (ev_window_print_range):
7885 Persist the print settings. Fixes bug #311578.
7887 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7889 * djvu/djvu-document.c: (djvu_document_get_page_size),
7890 (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7891 (djvu_document_thumbnails_get_thumbnail):
7892 * dvi/dvi-document.c: (dvi_document_get_page_size),
7893 (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7894 (dvi_document_thumbnails_get_dimensions),
7895 (dvi_document_thumbnails_get_thumbnail):
7896 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7897 (pixbuf_document_render_pixbuf),
7898 (pixbuf_document_document_iface_init),
7899 (pixbuf_document_thumbnails_get_thumbnail):
7901 Update backends to make them build with new rotation system.
7903 2005-07-31 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7905 * help/C/figures/evince_start_window.png:
7907 Update documentation image from Luca Ferretti <elle.uca@libero.it>
7909 Sat Jul 30 19:09:34 2005 Jonathan Blandford <jrb@redhat.com>
7911 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7912 * shell/ev-pixbuf-cache.h:
7913 * shell/ev-sidebar-thumbnails.c:
7914 (ev_sidebar_thumbnails_get_property), (add_range),
7915 (adjustment_changed_cb):
7916 * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7917 pixbuf cache. Make thumbnailing work again. Also, fix bug where
7918 we were thumbnailing the entire docment on startup, slowing us
7921 Fri Jul 29 23:14:28 2005 Jonathan Blandford <jrb@redhat.com>
7923 * shell/ev-page-cache.c: (ev_page_cache_new):
7924 * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7925 == 0, fixes #310306.
7927 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7929 * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7930 (ev_view_rotate_left):
7932 Account rotation in doc_rect_to_view_rect.
7933 Ensure rotation doesnt go out of bounds.
7935 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7937 * shell/ev-page-cache.c: (ev_page_cache_get_size):
7939 Correct and cleanup w/h swapping
7941 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7943 * backend/ev-document-thumbnails.c:
7944 (ev_document_thumbnails_get_thumbnail):
7945 * backend/ev-document-thumbnails.h:
7946 * backend/ev-document.c:
7947 * backend/ev-document.h:
7948 * backend/ev-render-context.c: (ev_render_context_new),
7949 (ev_render_context_set_rotation):
7950 * backend/ev-render-context.h:
7951 * pdf/ev-poppler.cc:
7952 * ps/ps-document.c: (ps_document_document_iface_init):
7953 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7955 * shell/ev-page-cache.c: (build_height_to_page),
7956 (ev_page_cache_new), (ev_page_cache_get_size),
7957 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7958 (ev_page_cache_get_height_to_page):
7959 * shell/ev-page-cache.h:
7960 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7961 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7962 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7963 (ev_pixbuf_cache_get_selection_pixbuf):
7964 * shell/ev-pixbuf-cache.h:
7965 * shell/ev-print-job.c: (idle_print_handler):
7966 * shell/ev-sidebar-thumbnails.c: (add_range):
7967 * shell/ev-view.c: (view_update_range_and_current_page),
7968 (get_page_y_offset), (get_page_extents),
7969 (ev_view_size_request_continuous_dual_page),
7970 (ev_view_size_request_continuous),
7971 (ev_view_size_request_dual_page),
7972 (ev_view_size_request_single_page), (draw_one_page),
7973 (ev_view_set_rotation), (ev_view_rotate_right),
7974 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7975 (ev_view_zoom_for_size_continuous_and_dual_page),
7976 (ev_view_zoom_for_size_continuous),
7977 (ev_view_zoom_for_size_dual_page),
7978 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7979 (ev_view_select_all):
7980 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7981 * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7982 (tiff_document_document_iface_init),
7983 (tiff_document_thumbnails_get_thumbnail):
7985 Use rotation rather than orientation. It's easier and enough
7988 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
7990 * shell/ev-page-cache.c: (build_height_to_page),
7991 (ev_page_cache_new), (ev_page_cache_get_size),
7992 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7993 (ev_page_cache_get_height_to_page):
7994 * shell/ev-page-cache.h:
7995 * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7996 (ev_view_size_request_continuous_dual_page),
7997 (ev_view_size_request_continuous),
7998 (ev_view_zoom_for_size_continuous_and_dual_page),
7999 (ev_view_zoom_for_size_continuous):
8001 Make the page cache aware of page orientation.
8003 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
8005 * backend/ev-document-thumbnails.c:
8006 (ev_document_thumbnails_get_thumbnail):
8007 * backend/ev-document-thumbnails.h:
8008 * backend/ev-document.c:
8009 * backend/ev-document.h:
8010 * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8011 * backend/ev-ps-exporter.h:
8012 * pdf/ev-poppler.cc:
8013 * ps/ps-document.c: (ps_document_document_iface_init),
8014 (ps_document_ps_export_do_page):
8015 * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8017 * shell/ev-page-cache.c: (ev_page_cache_get_size),
8018 (ev_page_cache_get):
8019 * shell/ev-page-cache.h:
8020 * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8021 (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8022 (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8023 * shell/ev-pixbuf-cache.h:
8024 * shell/ev-print-job.c: (idle_print_handler):
8025 * shell/ev-sidebar-thumbnails.c: (add_range):
8026 * shell/ev-view.c: (view_update_range_and_current_page),
8027 (get_page_extents), (ev_view_size_request_dual_page),
8028 (ev_view_size_request_single_page), (draw_one_page),
8029 (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8030 (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8031 (ev_view_zoom_for_size_dual_page),
8032 (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8033 (ev_view_select_all):
8034 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8035 * tiff/tiff-document.c: (tiff_document_get_page_size),
8036 (tiff_document_get_orientation), (rotate_pixbuf),
8037 (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8038 (tiff_document_thumbnails_get_thumbnail),
8039 (tiff_document_ps_export_do_page), (tiff_document_init):
8041 Really make use of the orientation bit of the render context.
8042 Use the render context in a few more places in the backend API.
8043 This regress orientation, but now it's done right. Will try to
8046 2005-07-29 Marco Pesenti Gritti <mpg@redhat.com>
8048 * shell/ev-view.c: (ensure_rectangle_is_visible):
8050 Patch by Nickolay V. Shmyrev to fix find flickering
8052 2005-07-27 Martin Kretzschmar <martink@gnome.org>
8054 * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8055 duplex parameters to ::begin.
8057 * tiff/tiff-document.c (tiff_document_ps_export_begin):
8058 * shell/ev-print-job.c (idle_print_handler):
8059 * ps/ps-document.c (ps_document_ps_export_begin):
8060 * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin):
8061 * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8062 implementations. Poppler backend needs poppler cvs. Rest has
8065 2005-07-25 Martin Kretzschmar <martink@gnome.org>
8067 * shell/ev-window.c (using_pdf_printer): new function.
8068 (ev_window_print_range): print a less techy message if someone
8069 tries to print to PDF.
8071 2005-07-25 Martin Kretzschmar <martink@gnome.org>
8073 * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8074 from "unknown font" string. Bug #311431
8076 2005-07-24 Martin Kretzschmar <martink@gnome.org>
8078 * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8080 2005-07-24 Martin Kretzschmar <martink@gnome.org>
8084 * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8085 name for PopplerFontTypes
8086 (pdf_document_fonts_fill_model): add font type to the detail column
8088 * backend/ev-document-fonts.h: added
8089 EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8091 * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8092 font name and font details, add a little markup.
8093 (ev_properties_fonts_init): use the new cell data func, specify ypad
8094 property for the cell renderer.
8095 (ev_properties_fonts_set_document): add the details column.
8097 2005-07-24 Artur Flinta <aflinta@cvs.gnome.org>
8099 * configure.ac: Added "pl" to ALL_LINGUAS.
8101 2005-07-24 Danilo Šegan <danilo@gnome.org>
8103 * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8105 2005-07-23 Tommi Vainikainen <thv@iki.fi>
8107 * help/ChangeLog: Started this for translations of manual.
8108 * configure.ac, autogen.sh, .cvsignore: Migrated to
8109 gnome-doc-utils. Patch in bug #311222.
8111 2005-07-22 Martin Kretzschmar <martink@gnome.org>
8113 * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf):
8114 #ifdef this away to fix an unused-function warning.
8116 2005-07-22 Ignacio Casal Quinteiro <nacho.resa@gmail.com>
8118 * configure.ac: Added 'gl' to ALL_LINGUAS.
8120 2005-07-22 Pawan Chitrakar <pawan@nplinux.org>
8122 * configure.ac: Added ne in ALL_LINGUAS
8124 2005-07-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8126 * shell/ev-view.c: (ev_view_leave_notify_event):
8128 Clear status message when pointer leaves view. Fix for bug
8131 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8133 * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8135 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8137 * shell/ev-view.c: (ev_view_leave_notify_event),
8138 (ev_view_class_init):
8140 Set cursor to normal then leaving view.
8142 2005-07-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8146 Fix required djvulibre version.
8148 2005-07-15 Rajesh Ranjan <rajeshkajha@yahoo.com>
8150 *configure.ac: Hindi (hi) language added
8152 2005-07-15 Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8154 *configure.ac: Punjabi (pa) Language added
8156 2005-07-12 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8158 * data/evince-ui.xml, shell/ev-window.c:
8160 Add keypad accelerators for zooming. Fix for bug 308128.
8162 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8165 * backend/Makefile.am:
8166 * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8168 * shell/ev-document-types.c: (ev_document_types_add_filters):
8170 Allow to enable/disable the pixbuf backend.
8171 Default to off for now. If we want it enabled we should
8172 really put mime types in the desktop, implement properties etc.
8174 * properties/evince-properties.c:
8176 Initialize error to NULL.
8177 Check error is not NULL before freeing.
8179 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8181 * shell/ev-window.c:
8183 Use F5 as presentation accell
8185 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8187 * shell/ev-window.c: (update_chrome_visibility),
8188 (ev_window_create_fullscreen_popup), (ev_window_init):
8190 Do not leak the fullscreen toolbar
8192 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8194 * shell/ev-window.c: (view_actions_focus_in_cb),
8195 (view_actions_focus_out_cb):
8197 These has a return value! Fix totally random focus
8198 issues we was seeing.
8200 2005-07-11 Carlos Garcia Campos <carlosgc@gnome.org>
8202 * shell/main.c: (load_files_remote):
8204 Allow open more than one file
8206 2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
8208 * shell/main.c: (load_files_remote):
8210 Fix for dbus 0.33. bug #309975
8212 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8214 * properties/ev-properties-main.c: (ev_properties_get_pages):
8216 Actually return NULL for types we dont support
8218 2005-07-08 Christian Persch <chpe@cvs.gnome.org>
8224 2005-07-08 Marco Pesenti Gritti <marco@gnome.org>
8226 * backend/ev-document-factory.c:
8227 (ev_document_factory_get_document):
8229 Do not try to create the object if type
8232 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8234 * ps/ps-document.c: (ps_document_dispose),
8235 (ps_async_renderer_render_pixbuf):
8238 Do not leak the target window
8240 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8242 * shell/ev-application.c: (ev_application_init):
8244 Let tbe check file existence for us.
8245 Add a comment about eggrecent mime filter.
8247 2005-07-08 Marco Pesenti Gritti <mpg@redhat.com>
8249 * data/evince-ui.xml:
8250 * shell/ev-application.c: (ev_application_shutdown),
8251 (ev_application_init), (ev_application_get_toolbars_model),
8252 (ev_application_get_recent_model),
8253 (ev_application_save_toolbars_model):
8254 * shell/ev-application.h:
8255 * shell/ev-window.c: (ev_window_add_recent),
8256 (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8257 (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8260 Use common toolbar and recent models for all windows.
8261 Patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8263 Thu Jul 7 23:10:01 2005 Jonathan Blandford <jrb@redhat.com>
8265 * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8266 successfully check for gtk_icon_view_get_visible_range.
8268 2005-07-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8273 Fix djvu and dvi backend build.
8275 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
8277 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8278 (new_separator_pixbuf):
8282 2005-07-07 Christian Persch <chpe@cvs.gnome.org>
8284 * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8286 HIGification of toolbar editor dialogue.
8288 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8291 * shell/Makefile.am:
8293 Ever build metadata manager since it's just
8294 disabled at runtime now.
8296 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8298 * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8299 (ev_metadata_manager_get), (ev_metadata_manager_set):
8300 * shell/ev-metadata-manager.h:
8302 Add an _init functions that enabled metadata management
8305 * shell/ev-window.c: (page_changed_cb),
8306 (setup_document_from_metadata), (ev_window_setup_document),
8307 (setup_view_from_metadata), (ev_window_open_uri),
8308 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8309 (ev_window_run_presentation), (ev_window_stop_presentation),
8310 (save_sizing_mode), (ev_window_zoom_changed_cb),
8311 (ev_window_continuous_changed_cb),
8312 (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8313 (window_configure_event_cb):
8315 Remove all ugly metadata define since we deal with it
8318 * shell/main.c: (load_files_remote), (main):
8320 Add support for dbus cvs head. Hopefully didnt break one
8321 of the other versions now!
8323 If we dont get a response from the dbus server just
8324 give up with it and not enable metadata.
8326 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8329 * backend/Makefile.am:
8331 * cut-n-paste/recent-files/Makefile.am:
8332 * cut-n-paste/toolbar-editor/Makefile.am:
8333 * cut-n-paste/zoom-control/Makefile.am:
8336 * pixbuf/Makefile.am:
8337 * properties/Makefile.am:
8339 * shell/Makefile.am:
8340 * thumbnailer/Makefile.am:
8343 Make frontends depend on just libev.
8344 Rework and group CFLAGS/LIBS definitions.
8347 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8351 do not unnecessarily save zoom
8354 * lib/ev-file-helpers.c: (ev_dot_dir):
8355 * shell/Makefile.am:
8360 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8364 Remove unnecessary dependencies
8366 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8368 * properties/Makefile.am:
8369 * thumbnailer/Makefile.am:
8372 Some more cleanups. Was really necessary
8373 but I probably introduced bugs, feel free
8376 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8378 * backend/Makefile.am:
8380 * cut-n-paste/recent-files/Makefile.am:
8381 * cut-n-paste/toolbar-editor/Makefile.am:
8382 * cut-n-paste/zoom-control/Makefile.am:
8385 * pixbuf/Makefile.am:
8386 * properties/Makefile.am:
8388 * shell/Makefile.am:
8389 * thumbnailer/Makefile.am:
8392 Use gnome-common macros when possible.
8393 Cleanup dependencies.
8394 Actually disable deprecated where possible.
8396 2005-07-07 Marco Pesenti Gritti <mpg@redhat.com>
8399 * backend/Makefile.am:
8400 * properties/Makefile.am:
8401 * shell/Makefile.am:
8402 * thumbnailer/Makefile.am:
8404 This should solve the circular dep without
8405 requiring dir reorg!
8407 * shell/ev-window.c: (setup_view_from_metadata):
8409 Never restore window size/position when the
8410 window is already visible.
8412 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
8414 * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8416 Return a boolean from timeout func. Fix ported from gedit.
8418 2005-07-07 Iñaki Larrañaga <dooteo@euskalgnu.org>
8420 * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8422 2005-07-06 Carlos Garcia Campos <carlosgc@gnome.org>
8424 * shell/ev-document-types.c: set "All Documents" as default filter in
8427 2005-07-06 Martin Kretzschmar <martink@gnome.org>
8429 * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8430 (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8431 (ev_metadata_manager_set_boolean): fix value/val thinko.
8433 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
8435 * shell/ev-window.c: (setup_view_from_metadata),
8436 (window_state_event_cb), (window_configure_event_cb),
8439 Remember window position and maximized state
8441 2005-07-06 Christian Persch <chpe@cvs.gnome.org>
8445 Fix DBUS configure checks.
8447 * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8448 (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8449 (ev_metadata_manager_set_boolean):
8453 * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8454 (ev_window_stop_fullscreen), (ev_window_run_presentation),
8455 (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8456 (ev_window_continuous_changed_cb),
8457 (ev_window_dual_mode_changed_cb), (ev_window_new):
8459 Fix the build without DBUS.
8461 2005-07-06 Marco Pesenti Gritti <mpg@redhat.com>
8463 * shell/ev-metadata-manager.c: (parse_value), (save_values),
8464 (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8465 (ev_metadata_manager_set_string),
8466 (ev_metadata_manager_set_boolean):
8467 * shell/ev-metadata-manager.h:
8469 Add support for some more types
8471 * shell/ev-view.c: (scroll_to_current_page),
8472 (ev_view_get_continuous), (ev_view_set_continuous),
8473 (ev_view_get_dual_page):
8475 * shell/ev-window.c: (page_changed_cb),
8476 (setup_document_from_metadata), (ev_window_setup_document),
8477 (setup_view_from_metadata), (ev_window_open_uri),
8478 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8479 (ev_window_run_presentation), (ev_window_stop_presentation),
8480 (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8481 (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8482 (ev_window_update_dual_page_action),
8483 (ev_window_continuous_changed_cb),
8484 (ev_window_dual_mode_changed_cb), (ev_window_init):
8486 Remember a bunch of view/document properties. Prolly some
8487 are still missing but it's getting interesting.
8489 2005-07-05 Martin Kretzschmar <martink@gnome.org>
8491 * configure.ac: check if dbus-binding-tool is installed. Not the
8492 case on current Ubuntu breezy, it seems.
8494 2005-07-05 Luca Ferretti <elle.uca@libero.it>
8496 * data/evince.desktop.in.in:
8498 Allow open uri lists and add TryExec field.
8500 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8504 Enable dbus when available, do not require a configure
8507 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
8511 Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8514 2005-07-05 Carlos Garcia Campos <carlosgc@gnome.org>
8515 Marco Pesenti Gritti <mpg@redhat.com>
8517 * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8519 * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC
8520 functions to the format required by dbus
8522 * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8523 errors. Use the RPC parameters in the expected way
8525 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8528 * properties/Makefile.am:
8529 * properties/ev-properties-main.c: (ev_properties_get_pages):
8531 Support all mime types
8533 * shell/Makefile.am:
8534 * thumbnailer/Makefile.am:
8535 * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8536 (evince_thumbnail_pngenc_get):
8538 Use the document factory
8540 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8542 * backend/Makefile.am:
8543 * backend/ev-document-factory.c:
8544 (mime_type_supported_by_gdk_pixbuf),
8545 (ev_document_type_get_from_mime),
8546 (ev_document_factory_get_document),
8547 (ev_document_factory_get_backend),
8548 (ev_document_factory_get_mime_types),
8549 (ev_document_factory_get_all_mime_types):
8550 * backend/ev-document-factory.h:
8551 * shell/Makefile.am:
8552 * shell/ev-document-types.c: (get_document_from_uri),
8553 (ev_document_types_get_document),
8554 (file_filter_add_mime_list_and_free),
8555 (ev_document_types_add_filters):
8556 * shell/ev-document-types.h:
8557 * shell/ev-job-xfer.c: (ev_job_xfer_run):
8558 * shell/ev-properties-dialog.c:
8559 (ev_properties_dialog_set_document):
8560 * shell/ev-window.c: (ev_window_cmd_file_open),
8561 (ev_window_cmd_save_as):
8562 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8564 Rework document types managing to avoid code duplication
8565 and actually abstract from backend implementations.
8566 Also provide a minimal factory api that can be used by
8567 thumbnailer/properties.
8569 2005-07-05 Christian Persch <chpe@cvs.gnome.org>
8571 * properties/ev-properties-view.c: (ev_properties_view_set_info):
8573 * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8576 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8578 * shell/ev-properties-dialog.c
8579 (ev_properties_dialog_set_document): only call
8580 ev_properties_fonts_set_document() if the document implements the
8583 2005-07-05 Marco Pesenti Gritti <mpg@redhat.com>
8586 * properties/Makefile.am:
8587 * properties/ev-properties-view.c:
8588 (ev_properties_view_register_type):
8589 * properties/ev-properties-view.h:
8590 * properties/ev-properties-main.h:
8592 Implement nautilus plugin for properties.
8593 Works only for pdf atm, I need to rework the
8594 document types stuff to get this to work
8597 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8599 * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8600 (ev_properties_fonts_set_document): use
8601 EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8603 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8605 * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8607 (PlaceImage, tiff2ps_process_page): use
8608 g_ascii_dtostr to convert floats to strings in a locale-safe way.
8611 2005-07-04 Martin Kretzschmar <martink@gnome.org>
8613 * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8614 (main): to call gnome_authentication_manager_init. Should fix
8617 * configure.ac: that requires libgnomeui 2.6.0.
8619 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8621 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8622 (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8623 use the new tiff2ps interfaces
8625 * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page)
8626 (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8628 * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8629 structure instead of global variables. Remove use of static
8630 variables in functions.
8632 2005-07-04 Carlos Garcia Campos <carlosgc@gnome.org>
8634 * shell/ev-page-action.c: unref the completion after setting it to the
8637 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8639 * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8642 2005-07-04 Matthew S. Wilson <msw@rpath.com>
8644 * shell/ev-window.c (update_action_sensitivity): disable
8645 File->Print if the document does not implement the ps exporter
8648 2005-07-04 Marco Pesenti Gritti <mpg@redhat.com>
8652 * data/evince-properties.glade:
8653 * properties/.cvsignore:
8654 * properties/Makefile.am:
8655 * properties/ev-properties-view.c: (ev_properties_view_dispose),
8656 (ev_properties_view_class_init), (ev_properties_view_format_date),
8657 (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8658 (ev_properties_view_init), (ev_properties_view_new):
8659 * properties/ev-properties-view.h:
8660 * shell/Makefile.am:
8661 * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8662 (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8663 (ev_properties_dialog_new):
8664 * shell/ev-properties-dialog.h:
8665 * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8666 (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8667 (update_progress_label), (job_fonts_finished_cb),
8668 (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8669 * shell/ev-properties-fonts.h:
8670 * shell/ev-properties.c:
8671 * shell/ev-properties.h:
8672 * shell/ev-window.c: (ev_window_setup_document),
8673 (ev_window_cmd_file_properties):
8675 Split the properties pages in two different objects, depend
8676 only on the backend where possible, use widgets instead
8677 of gobject for the glade part, reimplement the dialog
8679 I need this to implement nautilus properties page.
8681 2005-07-03 Matthew S. Wilson <msw@rpath.com>
8683 * tiff/tiff-document.c (tiff_document_ps_export_begin)
8684 (tiff_document_ps_export_do_page, tiff_document_ps_export_end)
8685 (tiff_document_document_ps_exporter_iface_init): implement the ps
8686 exporter interface for tiff documents
8688 * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8689 libtiff to implement TIFF postscript export
8691 * tiff/tiff2ps.h: added a header file for external tiff2ps
8694 * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8697 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8699 * shell/ev-view.c: (scroll_to_current_page),
8700 (ev_view_set_fullscreen), (ev_view_set_presentation):
8702 Scroll to current page when exit from presentation
8704 2005-07-03 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8706 * shell/ev-window.c: (update_document_mode),
8707 (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8708 (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8709 (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8711 Exit from fullscreen mode when switch to presentation. Fix for
8714 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8716 * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8717 return NULL if the document does not implement the selection
8720 2005-07-02 Matthew S. Wilson <msw@rpath.com>
8722 * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8723 reported height by using the resolution aspect ratio
8724 (tiff_document_render_pixbuf): scale the pixbuf using the
8725 resolution aspect ratio
8727 2005-07-01 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8731 Require libgnomeprint >= 2.5.1. Thanks to Colin Slater
8732 <kiltedaco@gmail.com>
8734 * djvu/djvu-document.c: (djvu_document_get_orientation),
8735 (djvu_document_set_orientation), (djvu_document_get_page_size),
8736 (rotate_pixbuf), (djvu_document_render_pixbuf),
8737 (djvu_document_document_iface_init):
8738 * dvi/dvi-document.c: (dvi_document_get_orientation),
8739 (dvi_document_set_orientation), (dvi_document_get_page_size),
8740 (rotate_pixbuf), (dvi_document_render_pixbuf),
8741 (dvi_document_document_iface_init):
8743 Dvi and djvu backends are ported to new API
8745 Fri Jul 1 00:10:15 2005 Jonathan Blandford <jrb@redhat.com>
8747 * backend/ev-selection.c: (ev_selection_get_selection_region),
8748 (ev_selection_get_selection_map):
8749 * backend/ev-selection.h:
8750 * pdf/ev-poppler.cc:
8751 * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8753 * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8754 (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8755 (ev_pixbuf_cache_get_text_mapping):
8756 * shell/ev-pixbuf-cache.h:
8757 * shell/ev-view.c: (location_in_text),
8758 (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8759 support to EvView. Now we can see where we can select! Sweet!
8761 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8763 * shell/ev-view.c (ev_view_button_press_event): Fix
8764 event->y + view->scroll_x typo.
8766 2005-06-30 Kristian Høgsberg <krh@redhat.com>
8768 * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8769 sub-GdkPixbuf instead of passing dest_x and dest_y.
8771 * shell/ev-view.c: (view_point_to_doc_point),
8772 (view_rect_to_doc_rect), (ev_view_button_press_event),
8773 (ev_view_motion_notify_event), (compute_new_selection_rect),
8774 (gdk_rectangle_point_in), (compute_new_selection_text),
8775 (compute_selections): Update selection code to keep the selection
8776 around as two points and not as a normalized rectangle, and fix
8777 page level selection in two-column mode.
8779 2005-06-30 Alex Duggan <aldug@astrolinux.com>
8781 * shell/ev-window.c: (window_configure_event_cb):
8785 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8787 * pdf/ev-poppler.cc:
8791 2005-06-30 Marco Pesenti Gritti <mpg@redhat.com>
8793 * shell/Makefile.am:
8794 * shell/ev-metadata-manager.c: (item_free),
8795 (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8796 (parse_value), (parseItem), (load_values),
8797 (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8798 (save_values), (save_item), (get_oldest), (resize_items),
8799 (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8800 * shell/ev-metadata-manager.h:
8802 Metadata manager from gedit but modified to use GValue, so that
8803 we dont need to keep converting from strings.
8807 ENABLE_METADATA conditional, on when dbus is on
8809 * shell/ev-application.c: (ev_application_open_uri):
8811 Show the window after load so that we can initialize
8812 window size before it's showed.
8814 * shell/ev-window.c: (ev_window_setup_from_metadata),
8815 (ev_window_open_uri), (window_configure_event_cb),
8818 Save and load metadata information about window size.
8819 Not yet keeping states in account.
8821 * shell/main.c: (main):
8823 Shutdown metadata manager.
8825 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8827 * shell/ev-application-service.xml:
8829 * shell/Makefile.am:
8830 * shell/ev-application.c:
8831 * shell/ev-application.h:
8832 * shell/ev-window.c:
8833 * shell/ev-window.h:
8836 Add an optional dbus interface (--enable-dbus).
8837 Rework application code, mainly to be easier to
8839 Do not open multiple windows with the same document,
8842 Thu Jun 30 01:50:14 2005 Jonathan Blandford <jrb@redhat.com>
8844 * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8845 pixbuf iff it exists.
8847 Thu Jun 30 01:43:00 2005 Jonathan Blandford <jrb@redhat.com>
8850 * backend/ev-render-context.[ch]:
8851 * backend/ev-selection.[ch]:
8853 Massive changes. We now support text selection of pdfs, and not
8854 just rectangular selection. This is pretty broken still, but I
8855 want to get something into CVS.
8857 2005-06-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8859 * pdf/ev-poppler.cc:
8861 Fix for Bug 309080: crash on window close.
8863 * shell/ev-page-action.c: (page_changed_cb):
8865 Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8866 jensgr@gmx.net (Jens Granseuer).
8868 2005-06-25 Marcel Telka <marcel@telka.sk>
8870 * configure.in (ALL_LINGUAS): Added sk.
8872 2005-06-24 Carlos Garcia Campos <carlosgc@gnome.org>
8874 * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8877 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8884 * cut-n-paste/recent-files/Makefile.am:
8888 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8890 * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8891 (pixbuf_document_set_orientation), (rotate_pixbuf),
8892 (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8893 (pixbuf_document_document_iface_init), (pixbuf_document_init):
8895 Implement rotation and cleanup the code a bit.
8897 * tiff/tiff-document.c: (tiff_document_get_page_size),
8898 (tiff_document_get_orientation), (tiff_document_set_orientation),
8899 (rotate_pixbuf), (tiff_document_render_pixbuf),
8900 (tiff_document_document_iface_init), (tiff_document_init):
8902 Implement rotation. Was the quicker solution for the release
8903 but we really need to share this code in the shell.
8905 2005-06-24 Marco Pesenti Gritti <mpg@redhat.com>
8907 * pdf/ev-poppler.cc:
8909 Enable rotation, require poppler cvs. Fix a leak.
8911 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8913 * shell/ev-window.c: (update_action_sensitivity):
8915 Make properties unsensitive if document backend doesn't provide
8918 2005-06-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8920 * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8921 (bitmap_flip_horizontally), (bitmap_flip_vertically),
8922 (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8923 (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8924 (bitmap_flip_rotate_counter_clockwise):
8925 * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8926 * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8928 * dvi/mdvi-lib/common.h:
8929 * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8930 * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8931 (opendvi), (mdvi_reload), (mdvi_init_context),
8932 (mdvi_destroy_context), (mdvi_dopage), (special):
8933 * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8934 * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8935 (file_hash_free), (register_encoding), (parse_spec),
8936 (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8937 (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8938 (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8939 * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8940 (mdvi_register_font_type), (mdvi_unregister_font_type),
8941 (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8942 * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8943 * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8944 (mdvi_hash_destroy_key), (mdvi_hash_reset):
8945 * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8946 (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8947 * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8948 * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8949 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8950 * dvi/mdvi-lib/special.c: (mdvi_register_special),
8951 (mdvi_unregister_special), (mdvi_flush_specials):
8952 * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8954 * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8955 * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8956 (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8957 (free_font_metrics), (flush_font_metrics):
8958 * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8960 * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8961 (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8962 (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8963 (dstring_insert), (dstring_new), (dstring_reset):
8964 * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8966 Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8967 avoid conflict with libtool on FC4
8969 * shell/ev-window.c: (ev_window_cmd_help_about):
8971 Update copyright year. Fix for bug 308828.
8973 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8975 * shell/ev-view.c: (add_scroll_binding_keypad),
8976 (ev_view_binding_activated), (ev_view_class_init),
8977 (on_adjustment_value_changed):
8979 Bug 170874: Arrow keys switch pages in presentation mode
8981 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8983 * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8985 Fix for Bug 308265: Sidebar dissappears coming out of
8988 2005-06-23 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
8990 * shell/ev-application.c: (ev_application_open):
8991 * shell/ev-document-types.c: (ev_document_types_add_filters),
8992 (ev_document_types_add_filters_for_type):
8993 * shell/ev-document-types.h:
8994 * shell/ev-window.c: (ev_window_cmd_save_as):
8996 Suggest basename as template when saving, provide filters
8997 for save dialog. It's bug 308402
8999 2005-06-20 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9001 * pdf/ev-poppler.cc:
9002 * shell/ev-sidebar-links.c: (job_finished_callback):
9003 * shell/ev-view.c: (update_find_status_message):
9007 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
9009 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9010 (egg_recent_view_uimanager_set_list):
9012 Fix buglet in !show_numbers case.
9014 2005-06-19 Christian Persch <chpe@cvs.gnome.org>
9016 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9017 (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9019 Use pango ellipsisation.
9021 * pdf/ev-poppler.cc:
9023 Fix refcount leak, from nsh.
9025 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9027 * cut-n-paste/recent-files/Makefile.am:
9028 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9029 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9031 Removed EggRecentViewGtk
9033 * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9034 * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9035 * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9036 (ev_window_setup_recent):
9038 Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9041 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9043 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9044 (egg_recent_view_gtk_finalize):
9048 * cut-n-paste/toolbar-editor/Makefile.am:
9050 Fix location of cursor icon.
9052 * pdf/ev-poppler.cc:
9053 * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9054 (display_completion_text), (match_completion):
9055 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9056 (selection_changed_callback), (create_loading_model),
9057 (print_section_cb), (links_page_num_func),
9058 (update_page_callback_foreach):
9059 * shell/ev-window.c: (ev_window_dispose):
9061 Small memory fixes. Links model now store objects instead
9062 of pointers to improve memory management.
9064 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9066 * shell/ev-window.c: (zoom_control_changed_cb):
9068 Fix update of zoom control (bug 308268).
9070 Sat Jun 18 22:46:42 2005 Jonathan Blandford <jrb@redhat.com>
9072 * shell/ev-properties.c (set_property): escape the text correctly.
9073 Handles non-UTF-8 properties and escaped properties. Also, sets
9074 the text to "<i>None</i>" if the property isn't set.
9076 * data/evince-properties.glade: Change the label to be ellipsized,
9077 and give it a minimum size.
9079 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9081 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9082 * shell/ev-sidebar-links.c: (create_loading_model):
9083 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9084 * shell/ev-view.c: (ev_view_set_document):
9085 * shell/ev-window.c: (ev_window_dispose):
9087 Various small fixes, mostly memory leaks. Thanks to valgrind.
9089 2005-06-19 Martin Kretzschmar <martink@gnome.org>
9091 * ps/ps-document.c: remove the locale.h include again ;-). And
9092 kill the (bogus) setlocale/savelocale business.
9094 2005-06-19 Jaap A. Haitsma <jaap@haitsma.org>
9098 Include locale.h to fix build
9100 * shell/ev-sidebar.c:
9102 Remove unnecessary includes
9104 2005-06-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9106 * dvi/dvi-document.c: (dvi_document_load):
9107 * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9110 Check for incorrect dvi files. Fix parsing dvi on AMD64
9111 platform. Thanks to tester@tester.ca (Olivier Crete).
9113 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9115 * shell/ev-page-action.c: (match_selected_cb),
9116 (display_completion_text), (match_completion), (update_model):
9117 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9118 (expand_open_links):
9119 * shell/ev-sidebar.c: (ev_sidebar_destroy),
9120 (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9121 (ev_sidebar_set_document):
9122 * shell/ev-window.c: (ev_window_xfer_job_cb),
9123 (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9125 Fixed lot's of memory leaks, for example, memory leak on reload,
9126 described in bug 307793.
9128 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
9130 * pdf/ev-poppler.cc:
9131 * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9132 (update_visible_range), (adjustment_changed_cb),
9133 (ev_sidebar_thumbnails_fill_model),
9134 (ev_sidebar_thumbnails_refresh),
9135 (ev_sidebar_tree_selection_changed),
9136 (ev_sidebar_icon_selection_changed),
9137 (ev_sidebar_thumbnails_use_icon_view),
9138 (ev_sidebar_thumbnails_set_document):
9139 * shell/ev-sidebar-thumbnails.h:
9140 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9141 (ev_window_cmd_edit_rotate_right), (ev_window_init):
9143 Refresh thumbnails when changing orientation. Not fully
9144 working yet becuase of a sidebar bug.
9146 Set page orientation to poppler page everywhere. This sucks
9147 really need to fix poppler.
9149 2005-06-18 Marco Pesenti Gritti <mpg@redhat.com>
9151 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9152 (egg_recent_view_gtk_new_menu_item),
9153 (egg_recent_view_gtk_set_property),
9154 (egg_recent_view_gtk_get_property),
9155 (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9156 (egg_recent_view_gtk_set_tooltip_func),
9157 (egg_recent_view_gtk_set_label_width),
9158 (egg_recent_view_gtk_get_label_width):
9159 * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9161 Sync with libegg (ellipsize labels)
9163 2005-06-18 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9165 * data/evince-ui.xml:
9166 * shell/ev-window.c: (ev_window_cmd_go_forward),
9167 (ev_window_cmd_go_backward):
9169 Shift + PageUp moves 10 Pages. Fix for 306125
9171 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9173 * pdf/ev-poppler.cc:
9175 Add a flag to check if orientation has been overriden
9177 2005-06-17 Martin Kretzschmar <martink@gnome.org>
9179 * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9182 * ps/ps.h: add creator field to document.
9184 * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9187 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9189 * data/evince-properties.glade:
9190 * shell/ev-properties.c: (ev_properties_set_document):
9192 s/PDF Version/Format
9194 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9196 * shell/ev-properties.c: (ev_properties_set_document):
9198 Remove unnecessary translations
9200 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9202 * cut-n-paste/toolbar-editor/Makefile.am:
9204 Correct library name
9206 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9209 * cut-n-paste/recent-files/egg-recent-model.c:
9210 (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9211 (egg_recent_model_unlock_file):
9212 * cut-n-paste/recent-files/egg-recent-util.c:
9213 (egg_recent_util_get_unique_id):
9214 * cut-n-paste/recent-files/update-from-egg.sh:
9215 * cut-n-paste/toolbar-editor/Makefile.am:
9216 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9217 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9218 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9219 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9220 (egg_toolbars_model_get_type):
9221 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9223 Better makefile for toolbar editor and update everything
9226 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9228 * shell/ev-window.c: (update_document_mode):
9230 Prefer presentation mode when the document
9233 2005-06-17 Marco Pesenti Gritti <mpg@redhat.com>
9235 * data/evince-ui.xml:
9236 * shell/ev-window.c:
9238 Add control-equal for zooming
9240 2005-06-17 Theppitak Karoonboonyanan <thep@linux.thai.net>
9242 * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9244 2005-06-16 Marco Pesenti Gritti <mpg@redhat.com>
9246 * backend/ev-document.c: (ev_document_get_orientation):
9247 * backend/ev-document.h:
9248 * pdf/ev-poppler.cc:
9249 * ps/ps-document.c: (ps_document_get_orientation),
9250 (ps_document_set_orientation), (ps_document_document_iface_init):
9252 Add a get_orientation api. Improve set_orientation.
9254 * data/evince-ui.xml:
9255 * shell/ev-view.c: (ev_view_set_orientation),
9256 (ev_view_rotate_right), (ev_view_rotate_left):
9258 * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9259 (ev_window_cmd_edit_rotate_right):
9261 Better ui for changing document orientation
9263 2005-06-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9265 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9266 (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9267 * shell/ev-sidebar-links.h:
9268 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9269 (ev_sidebar_page_iface_init):
9270 * shell/ev-sidebar-page.h:
9271 * shell/ev-sidebar-thumbnails.c:
9272 (ev_sidebar_thumbnails_get_property),
9273 (ev_sidebar_thumbnails_class_init),
9274 (ev_sidebar_thumbnails_set_document):
9275 * shell/ev-sidebar-thumbnails.h:
9276 * shell/ev-view.c: (ev_view_motion_notify_event):
9277 * shell/ev-window.c: (update_chrome_visibility),
9278 (ev_window_cmd_focus_page_selector),
9279 (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9280 (sidebar_page_main_widget_update_cb), (ev_window_init):
9282 Autoraise toolbar on GoToPage binding and fix bindings in
9283 EvSidebarThumbnails page.
9285 2005-06-15 Christian Persch <chpe@cvs.gnome.org>
9287 * shell/ev-properties.c: (update_progress_label):
9289 Hide the progress label when finished; bug #307697.
9291 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9293 * pdf/ev-poppler.cc:
9295 Enable is_open for links, you will need poppler cvs
9297 * shell/ev-properties.c: (job_fonts_finished_cb):
9299 Get a lock on the document when filling the tree view
9301 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9303 * backend/ev-document-links.h:
9304 * pdf/ev-poppler.cc:
9305 * shell/ev-sidebar-links.c: (create_loading_model),
9306 (expand_open_links), (job_finished_callback):
9308 Expand links when specified by the document.
9309 Depend on a poppler api (defined out for now)
9311 2005-06-15 Marco Pesenti Gritti <mpg@redhat.com>
9313 * shell/ev-properties.c: (ev_properties_dispose),
9314 (ev_properties_class_init), (dialog_destroy_cb),
9315 (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9316 (ev_properties_set_document), (ev_properties_new),
9317 (ev_properties_show):
9318 * shell/ev-properties.h:
9320 Make it an object, cleanup the code, api to show it as transient
9321 and to set the document.
9323 * shell/ev-window.c: (ev_window_setup_document),
9324 (ev_window_cmd_file_properties):
9326 Adapt to EvProperties changes, do not show multiple
9327 times, update it when document changes.
9329 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
9332 * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9333 (ps_document_set_orientation), (ps_document_document_iface_init):
9336 Implement orientation here too
9338 * shell/ev-properties.c: (ev_properties_new):
9339 * data/evince-properties.glade:
9341 Hide the fonts page for backends that doesnt
9344 2005-06-14 Marco Pesenti Gritti <mpg@redhat.com>
9346 * backend/ev-document.c: (ev_document_set_orientation):
9347 * backend/ev-document.h:
9348 * pdf/ev-poppler.cc:
9350 Add orientation api. Currently poppler api is not optimal,
9351 we need to set orientation every time we _get a page.
9352 I will try to fix that at some point.
9354 * data/evince-ui.xml:
9355 * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9356 (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9358 Add orientation menu items
9360 * shell/ev-page-cache.c: (ev_page_cache_clear):
9361 * shell/ev-page-cache.h:
9363 Add api to clear the cache
9365 * shell/ev-view.c: (setup_caches), (clear_caches),
9366 (ev_view_set_document), (ev_view_zoom_out),
9367 (ev_view_set_orientation):
9370 Implement orientation changing
9372 2005-06-13 Marco Pesenti Gritti <mpg@redhat.com>
9374 * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9375 (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9376 * backend/ev-document-fonts.h:
9378 Separate scan and fill so that we can incrementally fill from
9379 the main thread. Add a progress api.
9381 * data/evince-properties.glade:
9382 * pdf/ev-poppler.cc:
9383 * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9385 * shell/ev-properties.c: (update_progress_label),
9386 (job_fonts_finished_cb), (setup_fonts_view):
9388 Incrementally feel the list and show the progress
9389 percentage in a label like acrobat does.
9391 You are going to need poppler cvs
9393 2005-06-11 Marco Pesenti Gritti <mpg@redhat.com>
9395 * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9396 * backend/ev-document-fonts.h:
9397 * pdf/ev-poppler.cc:
9399 Make fonts model fill incrementally.
9401 * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9402 (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9403 (ev_job_queue_remove_job):
9404 * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9405 (ev_job_fonts_new), (ev_job_fonts_run):
9408 New job for fonts scanning
9410 * shell/ev-properties.c: (job_fonts_finished_cb),
9411 (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9412 * shell/ev-properties.h:
9413 * shell/ev-window.c: (ev_window_cmd_file_properties):
9415 Incrementally feel the treeview using the new job. Show Loading...
9416 message until scanning is completed.
9418 Hopefully I didnt break the build without the poppler patch.
9420 2005-06-10 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9422 * shell/ev-application.c: (ev_application_open):
9423 * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9424 (ev_document_type_get_type), (ev_document_type_lookup):
9425 * shell/ev-document-types.h:
9426 * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9427 * shell/ev-job-xfer.h:
9428 * shell/ev-window.c: (ev_window_clear_local_uri),
9429 (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9430 (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9431 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9433 Transfer remote documents to tmp directory to display them later.
9435 2005-06-10 Marco Pesenti Gritti <mpg@redhat.com>
9437 * backend/ev-document-info.h:
9438 * shell/ev-properties.c: (ev_properties_new):
9440 s/GTime*/GTime. Not sure why we was using a pointer
9443 Wed Jun 8 01:04:22 2005 Jonathan Blandford <jrb@redhat.com>
9445 * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9446 situations. That situation is that you're using GTK+-HEAD with
9447 the patch at #306726 is applied, and you have a document with <
9448 1500 pages in it. It's not quite as uniformly nice as the
9449 TreeView, but should be better in the long run.
9451 I'm pretty sure I guarded against breaking compilation with
9452 HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9455 * shell/ev-window.c (ev_window_init): We don't have our tree/list
9456 widget yet, so I commented that code out
9457 enable_view_actions_for_widget() for now. Need to figure this
9460 * shell/ev-page-action.c (match_selected_cb): emit the right
9461 signals. Our cool C-l completion now works.
9463 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9465 * backend/Makefile.am:
9466 * backend/ev-document-fonts.c:
9467 * backend/ev-document-links.c:
9468 * backend/ev-document.c: (ev_document_load):
9469 * backend/ev-document.h:
9470 * backend/ev-job-queue.c:
9471 * backend/ev-job-queue.h:
9472 * backend/ev-jobs.c:
9473 * backend/ev-jobs.h:
9474 * backend/ev-page-cache.c:
9475 * backend/ev-page-cache.h:
9477 EvPageCache and EvJobs are moved to shell.
9479 * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9481 * lib/ev-file-helpers.h:
9483 New helper to work with temporary files
9485 * shell/Makefile.am:
9486 * shell/ev-application.c: (ev_application_open):
9487 * shell/ev-application.h:
9488 * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9489 (remove_job_from_async_queue), (add_job_to_async_queue),
9490 (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9491 (handle_job), (search_for_jobs_unlocked),
9492 (no_jobs_available_unlocked), (ev_render_thread),
9493 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9494 (ev_job_queue_add_job), (move_job_async), (move_job),
9495 (ev_job_queue_update_job), (ev_job_queue_remove_job):
9496 * shell/ev-job-queue.h:
9497 * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9498 (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9499 * shell/ev-job-xfer.h:
9500 * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9501 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9502 (ev_job_links_class_init), (ev_job_render_init),
9503 (ev_job_render_dispose), (ev_job_render_class_init),
9504 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9505 (ev_job_thumbnail_class_init), (ev_job_load_init),
9506 (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9507 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9508 (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9509 (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9511 * shell/ev-page-action.c: (ev_page_action_set_document):
9512 * shell/ev-page-cache.c: (ev_page_cache_init),
9513 (ev_page_cache_class_init), (ev_page_cache_finalize),
9514 (ev_page_cache_new), (ev_page_cache_get_n_pages),
9515 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9516 (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9517 (ev_page_cache_get_title), (ev_page_cache_get_size),
9518 (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9519 (ev_page_cache_get_height_to_page),
9520 (ev_page_cache_get_max_label_chars),
9521 (ev_page_cache_get_page_label),
9522 (ev_page_cache_has_nonnumeric_page_labels),
9523 (ev_page_cache_get_info), (ev_page_cache_next_page),
9524 (ev_page_cache_prev_page), (ev_page_cache_get):
9525 * shell/ev-page-cache.h:
9526 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9527 (ev_pixbuf_cache_clear_job_sizes),
9528 (ev_pixbuf_cache_add_jobs_if_needed),
9529 (ev_pixbuf_cache_set_page_range):
9530 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9531 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9532 * shell/ev-sidebar-thumbnails.c:
9533 (ev_sidebar_tree_selection_changed),
9534 (ev_sidebar_thumbnails_set_document):
9535 * shell/ev-statusbar.c: (ev_statusbar_destroy),
9536 (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9537 (ev_statusbar_get_context_id), (ev_statusbar_push),
9538 (ev_statusbar_pop), (ev_statusbar_set_maximized),
9539 (ev_statusbar_pulse), (ev_statusbar_show_progress),
9540 (ev_statusbar_set_progress):
9541 * shell/ev-statusbar.h:
9542 * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9543 (ev_view_find_previous):
9544 * shell/ev-window.c: (ev_window_is_empty),
9545 (ev_window_setup_document), (password_dialog_response),
9546 (ev_window_clear_jobs), (ev_window_load_job_cb),
9547 (ev_window_xfer_job_cb), (ev_window_open_uri),
9548 (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9549 (ev_window_print), (ev_window_print_range),
9550 (ev_window_state_event), (ev_window_cmd_view_reload),
9551 (menu_item_select_cb), (menu_item_deselect_cb),
9552 (view_status_changed_cb), (ev_window_dispose),
9553 (drag_data_received_cb), (ev_window_init):
9554 * shell/ev-window.h:
9555 * shell/main.c: (load_files):
9557 New statusbar to show progress on idle. Two new jobs -
9558 xfer job and load job to load document in background. And update
9559 of page_cache clients to new location of code.
9561 2005-06-08 Carlos Garcia Campos <carlosgc@gnome.org>
9563 * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9564 selection in open dialog. It also remembers the last visited directory
9565 in the current session.
9567 2005-06-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9569 * shell/ev-properties.c: (ev_properties_new):
9570 * shell/ev-properties.h:
9571 * shell/ev-window.c: (ev_window_cmd_file_properties):
9573 Get document info from page cache instead of document itself.
9574 This should fix crash related to race conditions described in
9577 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9579 * ps/ps-document.c: (ps_document_init),
9580 (send_ps), (get_page_box), (output), (catchPipe), (input),
9581 (stop_interpreter), (file_length), (file_readable),
9582 (check_filecompressedb), (ps_document_enable_interpreter),
9583 (document_load), (ps_async_renderer_render_pixbuf):
9586 Big cleanup of the ps code
9588 2005-06-07 Marco Pesenti Gritti <mpg@redhat.com>
9590 * backend/Makefile.am:
9591 * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9592 (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9593 * backend/ev-async-renderer.h:
9595 Add an async renderer interface (method + callback) which
9596 is useful for backends like ps.
9598 * backend/ev-job-queue.c: (remove_job_from_async_queue),
9599 (add_job_to_async_queue), (job_finished_cb), (handle_job),
9600 (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9601 (ev_job_queue_add_job), (move_job_async), (move_job),
9602 (ev_job_queue_update_job), (ev_job_queue_remove_job):
9604 Add queues for async renderer, these are executed on the
9607 * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9608 (ev_job_render_run):
9609 * backend/ev-jobs.h:
9611 If the backend support async renderer interface use it.
9613 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9614 (setup_pixmap), (ps_document_get_type),
9615 (ps_async_renderer_render_pixbuf),
9616 (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9618 Implement async renderer interface.
9620 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9622 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9624 Cleanup links job on exit.
9626 2005-06-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9628 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9629 (drag_data_get_cb), (drag_data_received_cb):
9630 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9631 (drag_data_get_cb), (parse_item_list),
9632 (egg_toolbar_editor_load_actions):
9633 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9634 (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9635 (parse_item_list), (parse_toolbars):
9636 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9637 (dvi_pixbuf_put_pixel):
9639 Fix gcc 4.0 warnings
9641 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9643 * ps/ps-document.c: (start_interpreter):
9645 Fix warning when loading ps
9647 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9649 * ps/ps-document.c: (output):
9651 Fix crash when priting gs error messages.
9653 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9655 * backend/ev-page-cache.c: (_ev_page_cache_new):
9656 * backend/ev-page-cache.h:
9658 Use a const to return title so that we dont double
9659 free it. Small cleanup and fix a leak.
9661 * shell/ev-window.c: (update_window_title):
9663 strdup value from get_title.
9665 2005-06-06 Marco Pesenti Gritti <mpg@redhat.com>
9667 * shell/ev-sidebar-links.c: (job_finished_callback),
9668 (ev_sidebar_links_set_document):
9670 Cleanup the old job when changing document
9672 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9674 * shell/ev-stock-icons.c:
9675 * shell/ev-stock-icons.h:
9676 * shell/ev-window.c:
9678 Add stock icons for actions that can appear in toolbar. Fix for
9681 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9683 * backend/ev-page-cache.c: (ev_page_cache_finalize),
9684 (_ev_page_cache_new), (ev_page_cache_get_max_width),
9685 (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9686 * backend/ev-page-cache.h:
9687 * shell/ev-view.c: (scroll_to_current_page),
9688 (view_update_range_and_current_page), (get_page_y_offset),
9689 (get_page_extents), (ev_view_size_request_continuous_dual_page),
9690 (ev_view_size_request_continuous),
9691 (ev_view_zoom_for_size_continuous_and_dual_page),
9692 (ev_view_zoom_for_size_continuous):
9694 More compact EvView layout in document with pages of different size.
9696 Sat Jun 4 19:20:57 2005 Jonathan Blandford <jrb@redhat.com>
9698 * shell/ev-window.c (ev_window_cmd_file_properties): fix
9701 2005-06-05 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9703 * shell/ev-view.c: (view_set_adjustment_values):
9704 * shell/ev-window.c: (ev_window_cmd_file_properties):
9706 A bit different fix for rounding problem but it has no
9707 problems on startup. Make properties window transient to parent.
9709 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9711 * pdf/ev-poppler.cc:
9713 More commenting of font stuff.
9715 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9717 * pdf/ev-poppler.cc:
9719 Comment out some more fonts stuff. Should really
9720 work without the poppler patch now.
9722 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9724 * pdf/ev-poppler.cc:
9728 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9730 * data/evince-properties.glade:
9731 * pdf/ev-poppler.cc:
9732 * shell/ev-properties.c: (setup_fonts_view):
9734 Set the column title. Show the dialog only
9735 once everything is setup.
9736 Getting font info can be very slow... will
9737 prolly need to make this threaded too.
9739 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9741 * backend/Makefile.am:
9742 * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9743 (ev_document_fonts_get_fonts_model):
9744 * backend/ev-document-fonts.h:
9745 * data/evince-properties.glade:
9746 * pdf/ev-poppler.cc:
9747 * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9748 * shell/ev-properties.h:
9749 * shell/ev-window.c: (ev_window_cmd_file_properties):
9751 Implement fonts list. Defined out for now, since it depends
9752 on a not yet committed poppler patch.
9754 Fri Jun 3 21:07:57 2005 Jonathan Blandford <jrb@redhat.com>
9756 * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9759 * shell/ev-window.c: Make sure we add the timeout when we get a
9762 * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9763 adjustment->value before calculating the zoom factor to average
9764 out all of our rounding errors. The page no longer 'drifts' when
9767 2005-06-04 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9769 * data/evince-properties.glade:
9770 * shell/ev-properties.c: (ev_properties_format_date),
9773 Labels don't expand when the dialogue is resized.
9774 strftime result needs to be converted to UTF-8. Thanks
9775 to Christian Persch <chpe@gnome.org>.
9777 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9779 * data/evince-properties.glade:
9783 2005-06-04 Marco Pesenti Gritti <mpg@redhat.com>
9785 * backend/ev-document-info.h:
9786 * backend/ev-document.c: (ev_document_info_free):
9787 * data/evince-properties.glade:
9788 * pdf/ev-poppler.cc:
9789 * ps/ps-document.c: (ps_document_get_info):
9790 * shell/ev-properties.c: (ev_properties_format_date),
9791 (set_property), (ev_properties_new):
9792 * shell/ev-properties.h:
9793 * shell/ev-window.c: (ev_window_cmd_file_properties):
9795 Rework properties code to take only EvPropertyInfo
9796 in the constructor so that it can be useful for
9797 nautilus plugin too.
9799 Deal with backends that doesnt support some properties.
9800 Make set property code generic.
9802 2005-06-04 Christian Persch <chpe@gnome.org>
9804 * data/evince-properties.glade:
9806 fix spacings, make resizeable, and make data labels
9807 selectable + ellipsised
9809 2005-06-03 Marco Pesenti Gritti <mpg@redhat.com>
9811 * backend/ev-document-info.h:
9813 * data/evince-ui.xml:
9814 * pdf/ev-poppler.cc:
9815 * shell/Makefile.am:
9816 * shell/ev-window.c: (update_action_sensitivity),
9817 (ev_window_cmd_file_properties):
9819 Initial go at file properties. Patch by
9820 Emil Soleyman-Zomalan <emil@soleyman.com>.
9821 Needs love see #169583
9823 2005-06-02 Marco Pesenti Gritti <mpg@redhat.com>
9825 * ps/ps-document.c: (output):
9826 * ps/ps.c: (psscan):
9828 Try to render even if psscan fails.
9830 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9832 * ps/ps.c: (psscan), (pscopydoc):
9834 Port buffered reading code from gv
9836 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9838 * ps/ps-document.c: (interpreter_message), (output):
9840 Do not fail on interpreter messages
9842 2005-06-01 Marco Pesenti Gritti <mpg@redhat.com>
9844 * backend/ev-document-misc.c:
9845 (ev_document_misc_get_thumbnail_frame):
9847 Pages can be 0 x 0, dont assert on this case
9849 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9851 * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9852 (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9854 Correctly manage our reference on document. Finally the reload
9855 huge leak is gone...
9857 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9859 * ps/ps-document.c: (ps_document_dispose):
9861 Forgot to chain it to the parent. Thanks chpe.
9863 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9865 * ps/ps-document.c: (ps_document_dispose),
9866 (ps_document_class_init), (stop_interpreter), (document_load):
9868 Cleanup dispose a bit. Dont leak the whole pixmap.
9870 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9872 * pdf/ev-poppler.cc:
9874 Release the poppler document on dispose
9876 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9878 * shell/ev-view.c: (ev_view_set_document):
9880 Release ref on the pixbuf cache when changing
9883 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9885 * ps/ps-document.c: (ps_document_get_info):
9889 2005-05-31 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
9891 * backend/ev-page-cache.c: (ev_page_cache_init),
9892 (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9893 * backend/ev-page-cache.h:
9894 * shell/ev-page-action.c: (page_changed_cb):
9896 Set page action entry width depending on labels width. Fix
9899 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9901 * backend/ev-link.c: (ev_link_class_init):
9903 Allow -1 as page value (error)
9905 2005-05-31 Marco Pesenti Gritti <mpg@redhat.com>
9907 * shell/ev-sidebar-thumbnails.c:
9908 (ev_sidebar_thumbnails_set_document):
9909 * shell/ev-view.c: (scroll_to_current_page),
9910 (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9911 (page_changed_cb), (on_adjustment_value_changed),
9912 (ev_view_set_document):
9914 Slightly modified patch by Nickolay V. Shmyrev <nshmyrev@yandex.ru>.
9917 2005-05-29 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9920 * djvu/djvu-document.c: (djvu_document_get_page_size):
9922 Require djvulibre CVS. Now djvu loading is much faster. Fix for
9925 Sat May 28 07:38:03 2005 Jonathan Blandford <jrb@redhat.com>
9927 * shell/ev-view.c (draw_one_page): modify the expose handling to
9930 * shell/ev-window.c (update_action_sensitivity): Respect
9931 permissions field. Kowtow to the man.
9933 * pdf/ev-poppler.cc: Get the permissions field.
9935 * tiff/*c: Make a tiny bit more robust.
9937 2005-05-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9939 * djvu/djvu-document.c:
9941 Pop messages from djvu context message queue.
9943 2005-05-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9945 * configure.ac, Makefile.am, shell/Makefile.am:
9946 * tiff/Makefile.am, shell/ev-document-types.c:
9948 Cleanup tiff configure checks. Fix for bug 305218.
9950 2005-05-24 Maxim V. Dziumanenko <mvd@mylinux.ua>
9952 * configure.ac: Added "uk" to ALL_LINGUAS.
9954 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9956 * cut-n-paste/zoom-control/ephy-zoom.c:
9957 (ephy_zoom_get_changed_zoom_level):
9958 * cut-n-paste/zoom-control/ephy-zoom.h:
9959 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9960 (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9961 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9962 (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9963 (zoom_control_changed_cb), (ev_window_init):
9965 Fix minor points related to moving best fit up. Introduce
9966 "zoom" property and make zoom control change it's value on
9967 notify::zoom signals. Fix for 305080.
9969 2005-05-22 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9971 * data/evince-ui.xml:
9972 * shell/ev-window.c: (set_view_actions_sensitivity):
9974 Use + and - as accels for zoom in and zoom out. Fix for 305001.
9976 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9980 Depends on poppler 0.3.2
9982 2005-05-22 Marco Pesenti Gritti <mpg@redhat.com>
9984 * cut-n-paste/recent-files/egg-recent-item.c:
9985 (egg_recent_item_get_short_name):
9986 * cut-n-paste/toolbar-editor/Makefile.am:
9987 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9988 (new_pixbuf_from_widget):
9989 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9990 * cut-n-paste/toolbar-editor/egg-marshal.c:
9991 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9992 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9996 Sat May 21 23:18:30 2005 Jonathan Blandford <jrb@redhat.com>
9998 * tiff/tiff-document.c: Rough TIFF backend.
10000 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
10004 * cut-n-paste/toolbar-editor/Makefile.am:
10008 2005-05-21 Marco Pesenti Gritti <mpg@redhat.com>
10010 * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10011 (ev_view_find_next), (ev_view_find_previous):
10013 Remove the locks around get_n_results
10015 2005-05-21 Juerg Billeter <j@bitron.ch>
10017 * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10019 Pass correct number of pages to poppler.
10021 2005-05-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10024 * data/Makefile.am:
10025 * data/evince.desktop.in:
10026 * data/evince.desktop.in.in:
10029 Add conditionally dvi and djvu to desktop types. Fix for 304658.
10031 Sat May 21 00:21:30 2005 Jonathan Blandford <jrb@redhat.com>
10033 * shell/ev-view.c: (view_update_adjustments),
10034 (view_set_adjustment_values): cast adjustmen->value to (int)
10035 before using it. Otherwise, we get off by a pixel in some
10038 (draw_one_page): Draw the border on expose.
10040 Fri May 20 22:05:25 2005 Jonathan Blandford <jrb@redhat.com>
10042 * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10043 adjustment when the mode changes, #304923
10045 Fri May 20 02:00:03 2005 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10047 * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10048 flickering on resize but still use gdk_window_scroll on
10051 Fri May 20 01:46:57 2005 Jonathan Blandford <jrb@redhat.com>
10053 * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10056 Fri May 20 01:27:01 2005 Jonathan Blandford <jrb@redhat.com>
10058 * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10059 second page on page_changed if possible, #304669
10061 Fri May 20 01:07:15 2005 Jonathan Blandford <jrb@redhat.com>
10063 * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10064 instead of gtk_widget_queue_draw. Massive speedups in scrolling.
10066 Fri May 20 01:05:10 2005 Jonathan Blandford <jrb@redhat.com>
10069 * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10070 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10071 (ev_view_zoom_for_size_presentation),
10072 (ev_view_zoom_for_size_continuous_and_dual_page),
10073 (ev_view_zoom_for_size_continuous),
10074 (ev_view_zoom_for_size_dual_page),
10075 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10077 * shell/ev-window.c: (update_view_size),
10078 (ev_window_sizing_mode_changed_cb):
10080 Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10081 the scrollbars. It's not 100% right, but it's much closer. Kills
10082 an infinite loop, #304769
10085 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
10087 * data/evince-ui.xml:
10088 * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10089 * shell/ev-window.c: (set_view_actions_sensitivity):
10091 Make PgUp/Down behave like Space
10093 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
10095 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10096 * backend/ev-ps-exporter.h:
10097 * pdf/ev-poppler.cc:
10098 * ps/ps-document.c: (ps_document_ps_export_begin):
10099 * shell/ev-print-job.c: (idle_print_handler):
10101 Adapt to new poppler api
10103 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
10105 * cut-n-paste/zoom-control/ephy-zoom-control.c:
10106 (ephy_zoom_control_init):
10108 Translate zoom levels
10110 2005-05-18 Marco Pesenti Gritti <mpg@redhat.com>
10112 * cut-n-paste/zoom-control/ephy-zoom.c:
10113 (ephy_zoom_get_zoom_level_index):
10115 Fix current zoom -> zoom control match
10117 2005-05-18 James Bowes <bowes@cs.dal.ca>
10119 * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10120 rather than the scrolled_window that it's in. Fixes bug #304655.
10122 Tue May 17 22:54:17 2005 Jonathan Blandford <jrb@redhat.com>
10124 * shell/ev-view.c: (view_update_adjustments),
10125 (view_set_adjustment_values), (view_update_range_and_current_page),
10126 (view_scroll_to_page), (set_scroll_adjustment),
10127 (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10128 (ev_view_scroll), (ev_view_scroll_view),
10129 (ensure_rectangle_is_visible), (find_page_at_location),
10130 (get_link_at_location), (go_to_link), (status_message_from_link),
10131 (ev_view_size_request_continuous_dual_page),
10132 (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10133 (ev_view_unrealize), (ev_view_expose_event),
10134 (ev_view_button_press_event), (ev_view_motion_notify_event),
10135 (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10136 (draw_rubberband), (highlight_find_results), (draw_one_page),
10137 (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10138 (ev_view_init), (find_changed_cb), (page_changed_cb),
10139 (on_adjustment_value_changed), (ev_view_new),
10140 (ev_view_set_document), (ev_view_set_zoom),
10141 (ev_view_set_continuous), (ev_view_set_dual_page),
10142 (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10143 (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10144 (ev_view_zoom_for_size_presentation),
10145 (ev_view_zoom_for_size_continuous_dual_page),
10146 (ev_view_zoom_for_size_continuous),
10147 (ev_view_zoom_for_size_dual_page),
10148 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10149 (ev_view_get_status), (ev_view_set_status),
10150 (update_find_status_message), (ev_view_get_find_status),
10151 (ev_view_set_find_status), (jump_to_find_result),
10152 (jump_to_find_page), (compute_selections), (clear_selection),
10153 (ev_view_select_all), (get_selected_text), (ev_view_copy),
10154 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10155 (ev_view_update_primary_selection),
10156 (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10158 * shell/ev-window.c: (ev_window_open_page_label),
10159 (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10161 * shell/ev-window.h:
10162 * shell/main.c: (load_files):
10164 Massive code clean up from Nickolay Shmyrev. Keep page offset
10165 when resizing. Remove the bin_window(). Also, patch from James
10166 Bowes to fix command line page, #300641
10168 2005-05-17 Marco Pesenti Gritti <mpg@redhat.com>
10170 * data/evince-ui.xml:
10173 * shell/ev-window.c: (update_action_sensitivity):
10175 Get rid of View->Normal Size, it's just confusing
10177 Tue May 17 00:51:21 2005 Jonathan Blandford <jrb@redhat.com>
10179 * backend/ev-document-info.h:
10180 * backend/ev-document.c: (ev_document_info_free): Free the
10183 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10184 (clear_range), (add_range), (update_visible_range),
10185 (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10186 (ev_sidebar_thumbnails_set_document):
10187 * shell/ev-window.c: (ev_window_setup_document): Only render the
10188 visible thumbnails. It takes an instant to render, but it uses
10191 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10193 * shell/ev-sidebar-links.c: (popup_menu_cb):
10197 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10200 * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10201 (button_press_cb), (ev_sidebar_links_construct):
10203 Show the popup menu also on keybindings
10205 2005-05-16 Marco Pesenti Gritti <mpg@redhat.com>
10207 * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10208 * shell/ev-window.h:
10210 Expose api to print a range (with dialog). Make private _print use
10213 * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10214 (ev_sidebar_links_construct):
10216 Show a print context menu on linkx, it prints the selected
10219 2005-05-15 Carlos Garcia Campos <carlosgc@gnome.org>
10221 * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10224 2005-05-12 Marco Pesenti Gritti <mpg@redhat.com>
10230 * shell/ev-window.c: (build_comments_string),
10231 (ev_window_cmd_help_about):
10233 Show poppler version/backend and authors
10235 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
10237 * cut-n-paste/zoom-control/ephy-zoom.c:
10238 (ephy_zoom_get_zoom_level_index):
10239 * cut-n-paste/zoom-control/ephy-zoom.h:
10241 Move the best fit items at the top of the list
10243 2005-05-11 Marco Pesenti Gritti <mpg@redhat.com>
10245 * shell/ev-marshal.list:
10246 * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10247 (activate_cb), (match_selected_cb), (activate_link_cb),
10248 (connect_proxy), (ev_page_action_class_init):
10249 * shell/ev-page-action.h:
10251 Use signals to notify action activation. Hopefully
10252 I did not break completion since I cant test...
10254 * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10255 (register_custom_actions):
10257 Connect to page selector actions and also grab focus on
10258 the view when activated.
10260 Wed May 11 01:18:29 2005 Jonathan Blandford <jrb@redhat.com>
10262 * pdf/ev-poppler.cc:
10263 * backend/ev-page-cache.c: make page size calculation consistent
10264 and set it to (int)( width * scale + 0.5). This makes the weird
10265 line going through the middle of the page go away.
10267 * shell/ev-view.c: move painting the background page after
10268 checking the expose area covers us.
10270 2005-05-11 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10272 * data/evince-password.glade:
10274 Mark labels as not translatable. Fix for bug 302842.
10276 2005-05-10 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
10278 * configure.ac: Added "es" to ALL_LINGUAS.
10280 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10282 * data/evince-toolbar.xml:
10283 * shell/ev-window.c: (update_action_sensitivity),
10284 (ev_window_setup_document), (ev_window_set_page_mode),
10287 Remove some leftover code from jrb first continous
10288 attempt. Use the new actions, we still need good icons
10291 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10293 * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10295 Update label when connecting proxy. Fix a warning with NULL
10298 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10300 * data/evince-ui.xml:
10301 * shell/ev-page-action.c: (ev_page_action_grab_focus):
10302 * shell/ev-page-action.h:
10303 * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10305 Add mnemonic for edit toolbar.
10306 ctrl+l focus the page entry.
10308 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10311 * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10313 * shell/main.c: (main):
10315 Put the toolbar xml in evince own dot dir
10317 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10319 * shell/ev-window.c: (ev_window_init):
10321 Make the toolbar not removable
10323 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10325 * data/evince-ui.xml:
10326 * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10327 * shell/ev-sidebar-links.h:
10328 * shell/ev-sidebar-thumbnails.c:
10329 (ev_sidebar_thumbnails_get_treeview):
10330 * shell/ev-sidebar-thumbnails.h:
10331 * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10332 (ev_view_class_init):
10334 * shell/ev-window.c: (update_action_sensitivity),
10335 (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10336 (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10337 (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10340 This is evil... Make space/backspace global accelerators but
10341 enable them only for some widgets (sidebars and view).
10342 I dont like it, but I dont know a better way... :/
10344 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10346 * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10347 (ev_page_action_widget_finalize),
10348 (ev_page_action_widget_class_init), (update_page_cache):
10350 Keep a weak reference on proxy->page_cache so that we
10351 dont try to disconnect the signal if the object is already
10352 gone. Maybe there is a better way to cleanup reference handling
10353 in page action though...
10355 2005-05-10 Juerg Billeter <j@bitron.ch>
10357 * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10358 * backend/ev-ps-exporter.h:
10359 * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10360 * ps/ps-document.c: (ps_document_ps_export_begin):
10362 Change api to pass print range to ps_exporter_begin. The pdf backend
10363 requires this information.
10365 * shell/ev-print-job.c: (idle_print_handler):
10367 Adapt to api change
10369 2005-05-10 Juerg Billeter <j@bitron.ch>
10371 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10372 (idle_print_handler)
10373 * shell/ev-window.c: (ev_window_print):
10375 Support printing page range, based on patch by Amaury Jacquot
10377 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10379 * data/evince-toolbar.xml:
10381 Add zoom control to available items
10383 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10385 * shell/ev-window.c: (update_action_sensitivity):
10387 Set slash action insensitive when appropriate
10389 2005-05-10 Christian Persch <chpe@gnome.org>
10391 * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10393 Fix warning on the overflow menu
10395 2005-05-10 Marco Pesenti Gritti <mpg@redhat.com>
10397 * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10399 Check for uri correctness/existence
10401 2005-05-09 Juerg Billeter <j@bitron.ch>
10403 * shell/ev-window.c: (using_postscript_printer):
10405 LPD printers use postscript, too
10407 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10409 * shell/ev-window.c: (register_custom_actions):
10411 The zoom one is actually sort of useful,
10414 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10416 * shell/ev-window.c: (register_custom_actions):
10418 Hide page/zoom controls from overflow, they
10421 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10423 * cut-n-paste/update-from-egg.sh:
10425 Share it between all cut-n-paste subdirs
10427 * cut-n-paste/recent-files/Makefile.am:
10429 Fix to use "global" update-from-egg.sh
10431 * cut-n-paste/recent-files/egg-recent-model.c:
10432 (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10433 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10434 (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10435 (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10439 * cut-n-paste/toolbar-editor/Makefile.am:
10441 Fix to use "global" update-from-egg.sh
10443 * cut-n-paste/toolbar-editor/eggmarshalers.list:
10447 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10450 * cut-n-paste/Makefile.am:
10451 * cut-n-paste/recent-files/Makefile.am:
10452 * cut-n-paste/toolbar-editor/.cvsignore:
10453 * cut-n-paste/toolbar-editor/Makefile.am:
10454 * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10455 (egg_editable_toolbar_get_type), (get_toolbar_position),
10456 (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10457 (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10458 (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10459 (set_item_drag_source), (create_item_from_action), (create_item),
10460 (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10461 (popup_toolbar_context_menu_cb), (free_dragged_item),
10462 (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10463 (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10464 (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10465 (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10466 (item_added_cb), (item_removed_cb),
10467 (egg_editable_toolbar_construct),
10468 (egg_editable_toolbar_disconnect_model),
10469 (egg_editable_toolbar_deconstruct),
10470 (egg_editable_toolbar_set_model),
10471 (egg_editable_toolbar_set_ui_manager),
10472 (egg_editable_toolbar_set_property),
10473 (egg_editable_toolbar_get_property),
10474 (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10475 (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10476 (egg_editable_toolbar_new_with_model),
10477 (egg_editable_toolbar_get_edit_mode),
10478 (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10479 (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10480 (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10481 (new_pixbuf_from_widget), (new_separator_pixbuf),
10482 (update_separator_image), (style_set_cb),
10483 (_egg_editable_toolbar_new_separator_image),
10484 (egg_editable_toolbar_get_model):
10485 * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10486 * cut-n-paste/toolbar-editor/egg-marshal.c:
10487 * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10488 (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10489 (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10490 (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10491 (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10492 (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10493 (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10494 (editor_drag_data_delete_cb), (drag_data_get_cb),
10495 (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10496 (editor_create_item), (update_editor_sheet), (setup_editor),
10497 (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10498 (parse_item_list), (model_has_action), (update_actions_list),
10499 (egg_toolbar_editor_load_actions):
10500 * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10501 * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10502 (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10503 (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10504 (toolbars_item_new), (free_toolbar_node), (free_item_node),
10505 (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10506 (egg_toolbars_model_add_separator), (impl_add_item),
10507 (parse_item_list), (egg_toolbars_model_add_toolbar),
10508 (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10509 (impl_get_item_data), (impl_get_item_type),
10510 (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10511 (egg_toolbars_model_init), (free_toolbar),
10512 (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10513 (egg_toolbars_model_remove_toolbar),
10514 (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10515 (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10516 (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10517 (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10518 (egg_toolbars_model_get_item_data),
10519 (egg_toolbars_model_get_item_type):
10520 * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10521 * cut-n-paste/toolbar-editor/eggmarshalers.list:
10522 * data/Makefile.am:
10523 * data/evince-toolbar.xml:
10524 * data/evince-ui.xml:
10525 * data/hand-open.png:
10527 * shell/Makefile.am:
10528 * shell/ev-window.c: (update_chrome_visibility),
10529 (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10530 (ev_window_dispose), (ev_window_init):
10532 Implement epiphany like toolbar editor. Based on patch by
10533 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10535 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10537 * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10539 Use set_cursor instead of set_selection, so that
10540 the keyboard focus moves too.
10542 2005-05-09 Aleksey Kliger <akliger@gmail.com>
10544 * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10546 Fix infinite loop when loading Type1 fonts
10548 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10550 * data/evince-ui.xml:
10551 * shell/ev-window.c:
10555 2005-05-09 Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10559 Make --disable really disable
10561 2005-05-07 Juerg Billeter <j@bitron.ch>
10563 * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10565 Compare page labels even without has_labels set, fixes setting page
10568 2005-05-09 Marco Pesenti Gritti <mpg@redhat.com>
10570 * shell/ev-view.c: (ev_view_create_invisible_cursor),
10571 (ev_view_set_cursor), (ev_view_button_press_event),
10572 (ev_view_motion_notify_event), (ev_view_button_release_event),
10575 Implement middle button scrolling. Based on a patch
10576 by Tommi Komulainen <tommi.komulainen@iki.fi>.
10578 2005-05-08 Marco Pesenti Gritti <mpg@redhat.com>
10580 * shell/ev-document-types.c: (get_slow_mime_type),
10581 (get_document_type_from_mime), (ev_document_type_lookup):
10582 * shell/ev-document-types.h:
10584 Change api to lookup from uri. Do fast lookup first, if the
10585 type is unknown try with data sniffing.
10587 * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10588 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10590 Adapt to api change
10592 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10594 * thumbnailer/Makefile.am:
10598 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10605 * data/evince-ui.xml:
10607 Hide presentation mode for now
10609 * shell/ev-view.c: (highlight_find_results):
10611 Show current find selection only on current page
10613 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10615 * shell/ev-view.c: (ev_view_select_all):
10617 Compute size of the actual page, not of
10620 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10622 * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10623 (view_rect_to_doc_rect), (compute_selections),
10624 (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10625 (ev_view_copy), (ev_view_primary_get_cb),
10626 (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10627 (ev_view_button_press_event), (ev_view_motion_notify_event),
10628 (ev_view_button_release_event), (page_changed_cb):
10632 2005-05-07 Marco Pesenti Gritti <mpg@redhat.com>
10634 * shell/ev-view.c: (compute_border), (get_page_extents),
10635 (doc_rect_to_view_rect), (highlight_find_results),
10636 (ev_view_bin_expose), (ev_view_select_all),
10637 (ev_view_motion_notify_event), (update_find_status_message),
10638 (jump_to_find_result), (jump_to_find_page):
10640 First go at fixing search, still buggy
10642 2005-05-04 Kristian Høgsberg <krh@redhat.com>
10644 * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10645 dropdown box and button at the top of the sidebar.
10647 2005-05-02 James Bowes <bowes@cs.dal.ca>
10649 * configure.ac: Output zoom-control Makefile.
10650 * cut-n-paste/Makefile.am: build zoom-control subdir.
10651 * cut-n-paste/zoom-control/ephy-zoom-action.c:
10652 * cut-n-paste/zoom-control/ephy-zoom-action.h:
10653 * cut-n-paste/zoom-control/ephy-zoom-control.c:
10654 * cut-n-paste/zoom-control/ephy-zoom-control.h:
10655 * cut-n-paste/zoom-control/ephy-zoom.c:
10656 * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10657 from epiphany, and modified to add a separator into the menu.
10658 * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10659 * data/evince-ui.xml: Replace old zoom toolbar actions with new
10660 zoom-control action.
10661 * shell/Makefile.am: Include zoom-control flags.
10662 * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10663 (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10664 (ev_view_zoom_for_size_presentation),
10665 (ev_view_zoom_for_size_continuous_and_dual_page),
10666 (ev_view_zoom_for_size_continuous),
10667 (ev_view_zoom_for_size_dual_page),
10668 (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal):
10669 s/ev_view_zoom/ev_view_set_zoom/ and make public, add
10670 ev_view_get_zoom and ev_view_get_sizing_mode.
10672 * shell/ev-window.c: (update_action_sensitivity),
10673 (update_sizing_buttons), (zoom_control_changed_cb),
10674 (register_custom_actions): Initialize and use the zoom-control
10677 Sun May 1 00:46:47 2005 Jonathan Blandford <jrb@redhat.com>
10679 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10680 preview cache back to 1. Don't know when it got set to 0.
10682 * shell/ev-view.c: (compute_border), (ev_view_realize),
10683 (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10684 (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10685 (ev_view_get_fullscreen), (ev_view_set_presentation),
10686 (ev_view_get_presentation), (ev_view_set_sizing_mode),
10687 (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10689 * shell/ev-window.c:
10690 (update_chrome_visibility),
10691 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10692 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10693 (update_document_mode), (ev_window_update_fullscreen_action),
10694 (ev_window_fullscreen), (ev_window_unfullscreen),
10695 (ev_window_cmd_view_fullscreen),
10696 (ev_window_update_presentation_action),
10697 (ev_window_run_presentation), (ev_window_stop_presentation),
10698 (ev_window_cmd_view_presentation), (ev_window_state_event),
10699 (ev_window_focus_in_event), (ev_window_focus_out_event),
10700 (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10701 * data/evince-ui.xml: Initial presentation mode. We should
10702 probably hide this until it's done, as it's quite rough. Also,
10703 change full-screen to fullscreen and add two getters to EvView.
10705 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10707 * shell/ev-page-action.c: (update_page_cache),
10708 (ev_page_action_dispose):
10709 * shell/ev-window.c: (destroy_fullscreen_popup),
10710 (ev_window_create_fullscreen_popup):
10712 Use connect_object rather than explicitly
10713 disconnect on dispose.
10715 2005-04-29 Marco Pesenti Gritti <mpg@redhat.com>
10717 * shell/ev-page-action.c: (update_page_cache),
10718 (ev_page_action_dispose):
10720 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10722 * backend/ev-page-cache.c: (_ev_page_cache_new),
10723 (ev_page_cache_set_page_label),
10724 (ev_page_cache_has_nonnumeric_page_labels):
10725 * backend/ev-page-cache.h:
10726 * shell/ev-page-action.c: (update_pages_label):
10728 If all page labels are numeric, fallback to default
10729 way to display number of pages. See bug 173185.
10731 2005-04-28 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10733 * shell/ev-page-action.c: (ev_page_action_dispose):
10734 * shell/ev-view.c: (view_update_range_and_current_page):
10735 * shell/ev-window.c: (ev_window_dispose):
10737 Set page on scroll in continuous mode. Fixes bug 301986.
10738 Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10740 2005-04-26 Marco Pesenti Gritti <mpg@redhat.com>
10744 Require poppler 0.3.0
10746 2005-04-26 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10748 * shell/Makefile.am, configure.ac: Fix build problems
10749 with t1lib. Bug 301996.
10751 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10753 * shell/ev-view.c: (ev_view_scroll_event):
10755 Scroll up increase zoom
10757 2005-04-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10759 * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10760 (ev_view_set_sizing_mode),
10761 (ev_view_zoom_for_size_continuous_and_dual_page),
10762 (ev_view_zoom_for_size_continuous):
10763 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10764 (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10765 (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10768 Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10769 Fix for 165473 and 165472.
10771 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10774 * thumbnailer/Makefile.am:
10775 * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10776 * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10777 * thumbnailer/evince-thumbnailer.schemas.in:
10779 Make thumbnailer schemas translatable. Fix for bug 301773
10781 * thumbnailer/evince-thumbnailer-djvu.schemas:
10782 * thumbnailer/evince-thumbnailer-dvi.schemas:
10783 * thumbnailer/evince-thumbnailer.schemas:
10787 Sun Apr 24 01:37:39 2005 Jonathan Blandford <jrb@redhat.com>
10789 * shell/ev-view.c (ev_view_init): forgot to set this.
10791 Sun Apr 24 01:07:27 2005 Jonathan Blandford <jrb@redhat.com>
10793 * shell/ev-view.c: (find_page_at_location),
10794 (get_link_at_location),
10795 (ev_view_set_show_border), (ev_view_set_spacing),
10796 (ev_view_zoom_for_size_continuous_and_dual_page),
10797 (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10798 Also, add a quick fix measuring of widths. Also, removed
10799 ev_view_set_spacing and ev_view_set_show_border.
10801 * shell/ev-window.c: (ev_window_unfullscreen),
10802 (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10804 2005-04-24 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10806 * shell/ev-view.c: (view_update_range_and_current_page),
10809 Fix crash on exit and scrolling to page in continuous view.
10811 Sat Apr 23 13:13:04 2005 Jonathan Blandford <jrb@redhat.com>
10814 * backend/ev-page-cache.c: (_ev_page_cache_new),
10815 (ev_page_cache_get_max_width_size),
10816 (ev_page_cache_get_max_height_size):
10817 * backend/ev-page-cache.h:
10818 * data/evince-ui.xml:
10819 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10820 * shell/ev-view.c: (view_update_adjustments),
10821 (view_update_range_and_current_page), (get_bounding_box_size),
10822 (ev_view_size_request_continuous_and_dual_page),
10823 (ev_view_size_request_continuous),
10824 (ev_view_size_request_dual_page),
10825 (ev_view_size_request_single_page), (ev_view_size_request),
10826 (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10827 (ev_view_bin_expose), (ev_view_expose_event),
10828 (ev_view_set_property), (ev_view_get_property),
10829 (ev_view_class_init), (ev_view_init), (ev_view_new),
10830 (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10831 (ev_view_set_dual_page), (ev_view_set_full_screen),
10832 (ev_view_set_presentation), (ev_view_set_sizing_mode),
10833 (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10834 (ev_view_zoom_out), (zoom_for_size_fit_width),
10835 (zoom_for_size_best_fit),
10836 (ev_view_zoom_for_size_continuous_and_dual_page),
10837 (ev_view_zoom_for_size_continuous),
10838 (ev_view_zoom_for_size_dual_page),
10839 (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10840 (ev_view_show_cursor), (ev_sizing_mode_get_type):
10842 * shell/ev-window.c: (update_action_sensitivity),
10843 (ev_window_cmd_continuous), (ev_window_cmd_dual),
10844 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10845 (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10846 (ev_window_cmd_view_zoom_out), (update_view_size),
10847 (ev_window_set_sizing_mode), (ev_window_init):
10849 Add Continuous and Dual page modes.
10851 2005-04-23 James Bowes <bowes@cs.dal.ca>
10853 * dvi/dvi-document.c: (dvi_document_load),
10854 (dvi_document_thumbnails_get_thumbnail),
10855 (dvi_document_init_params): Fix up some mixups between
10856 width and height to correct thumbnail rendering.
10858 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10860 * dvi/mdvi-lib/private.h:
10861 * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10863 Suppess output for kpathsea during font generation. Thanks to
10866 Fri Apr 22 19:57:46 2005 Jonathan Blandford <jrb@redhat.com>
10873 * Makefile.am: fix distcheck.
10875 2005-04-23 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10877 * shell/ev-sidebar-links.c: (selection_changed_callback),
10878 (update_page_callback), (row_activated_callback),
10879 (job_finished_callback), (ev_sidebar_links_set_document):
10881 Fix for bug #169901. Double click on links expands tree.
10883 2005-03-14 Bryan Clark <clarkbw@cvs.gnome.org>
10885 * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10886 hard-coded style. Fix for bug 170111
10888 2005-04-22 Kristian Høgsberg <krh@redhat.com>
10890 * shell/ev-view.c (highlight_find_results): Remove unnecessary
10893 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10895 * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10897 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10899 * pdf/ev-poppler.cc:
10900 * shell/ev-view.c: (highlight_find_results):
10902 Fix find on single page documents
10904 2005-04-22 Bryan Clark <clarkbw@cvs.gnome.org>
10906 * data/evince.schemas.in: fix for bug 301390
10908 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10910 * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10911 (ev_view_zoom_out), (ev_view_zoom_normal):
10913 * shell/ev-window.c: (update_action_sensitivity),
10914 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10915 (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10916 (ev_window_cmd_view_normal_size):
10918 Fix normal size zoom. Make zoom in/zoom out unsensitive when
10919 they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10922 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10926 Depend on 2.57, 2.59 doesnt seem to be necessary
10928 2005-04-22 Marco Pesenti Gritti <mpg@redhat.com>
10930 * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10931 (create_tool_item):
10933 Put back total number of pages as (1 of 1234)
10935 Thu Apr 21 23:37:52 2005 Jonathan Blandford <jrb@redhat.com>
10937 * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10940 * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10941 function. This helps debugging.
10943 2005-04-21 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10945 * djvu/djvu-document.c: (djvu_document_class_init),
10946 (djvu_document_get_info), (djvu_document_document_iface_init):
10947 * dvi/dvi-document.c: (dvi_document_class_init),
10948 (dvi_document_get_info), (dvi_document_document_iface_init):
10950 Dummy implementation of get_info method for dvi and
10951 djvu. Fix crashes with those backends
10953 2005-04-20 Marco Pesenti Gritti <mpg@redhat.com>
10955 * data/evince.desktop.in:
10957 Add application/x-gzpostscript
10959 2005-04-20 Bryan Clark <clarkbw@cvs.gnome.org>
10961 * data/evince.schemas.in: Added real long descriptions,
10964 * README: Added actual text, closes bug 171869
10966 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10968 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10972 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10974 * backend/ev-document-info.h:
10976 s/GDate */GDate so we can just use g_free
10978 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10980 * shell/ev-window.c: (update_document_mode),
10981 (ev_window_setup_document):
10983 Show the window in fullscreen when specified by
10986 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
10988 * backend/ev-document.c: (ev_document_class_init),
10989 (ev_document_get_info), (ev_document_render_pixbuf):
10990 * backend/ev-document.h:
10991 * backend/ev-page-cache.c: (_ev_page_cache_new):
10992 * pdf/ev-poppler.cc:
10993 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10994 (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10995 * ps/ps-document.c: (ps_document_class_init), (document_load),
10996 (ps_document_get_info), (ps_document_document_iface_init):
10998 Remove get_title from the interface, we can just use document info
11000 2005-04-19 Marco Pesenti Gritti <mpg@redhat.com>
11002 * backend/Makefile.am:
11003 * backend/ev-document.c: (ev_document_render_get_info):
11004 * backend/ev-document.h:
11005 * pdf/ev-poppler.cc:
11007 Initial support for document info. Based on jrb patch.
11009 2005-04-19 Paolo Borelli <pborelli@katamail.com>
11011 * shell/ev-window.c: (ev_window_state_event),
11012 (ev_window_class_init), (ev_window_init):
11014 Doesn't show resize grip when maximized. See bug #301053
11016 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11020 ev-sidebar-thumbnails now has translatable labels
11022 * shell/Makefile.am:
11023 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11024 (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11025 (ev_sidebar_links_page_iface_init):
11026 * shell/ev-sidebar-links.h:
11027 * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11028 (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11029 (ev_sidebar_page_get_label):
11030 * shell/ev-sidebar-page.h:
11031 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11032 (ev_sidebar_thumbnails_set_document),
11033 (ev_sidebar_thumbnails_support_document),
11034 (ev_sidebar_thumbnails_get_label),
11035 (ev_sidebar_thumbnails_page_iface_init):
11036 * shell/ev-sidebar-thumbnails.h:
11037 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11038 (ev_sidebar_set_document):
11039 * shell/ev-sidebar.h:
11040 * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11042 Small rework of sidebar code. Now sidebar pages should implement
11043 EvSidebarPage interface. That makes page management in EvSidebar
11044 easier. See bug #164811 for details
11046 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11048 * shell/ev-application.c: (ev_application_open):
11049 * shell/ev-document-types.c:
11051 Fix build error and small problem with application exit
11053 2005-04-19 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11055 * thumbnailer/Makefile.am:
11056 * thumbnailer/evince-thumbnailer-djvu.schemas:
11057 * thumbnailer/evince-thumbnailer-dvi.schemas:
11059 Conditionally install schemas for djvu/dvi thumbnailer
11061 2005-04-18 David Malcolm <dmalcolm@redhat.com>
11063 * shell/ev-document-types.h:
11064 * shell/ev-document-types.c:
11065 New files, handling the mapping from mimetypes to backends
11067 * shell/ev-window.c:
11068 * thumbnailer/evince-thumbnailer.c:
11069 Use the ev-document-types code
11071 * shell/Makefile.am:
11072 Added new convenience library libevbackendfactory_la, containing
11073 the new mimetype->backend logic; moved the backends into it.
11075 * thumbnailer/Makefile.am:
11076 Make the thumbnailer link with the libevbackend.la convenience
11077 library, rather than having a duplicate of the backend logic here.
11079 2005-04-18 Paolo Borelli <pborelli@katamail.com>
11081 * shell/ev-stock-icons.c: constify some vars.
11082 * shell/ev-window.c: ditto.
11084 2005-04-18 Marco Pesenti Gritti <mpg@redhat.com>
11086 * ps/ps-document.c (get_page_orientation):
11088 Respect document orientation
11090 2005-04-17 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11092 * djvu/Makefile.am:
11094 * shell/Makefile.am:
11096 Move library dependencies to components.
11098 * shell/ev-window.c: (update_window_title),
11099 (start_loading_document):
11101 Fix display of uris with spaces. Bug 168358.
11103 Sat Apr 16 18:53:47 2005 Jonathan Blandford <jrb@redhat.com>
11105 * shell/ev-sidebar-links.c: (selection_changed_cb):
11106 * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11107 (ev_view_button_release_event), (ev_view_set_document):
11109 * shell/ev-window.c: (find_bar_search_changed_cb):
11110 * shell/ev-window.h: Minor cleanups removing some dead code.
11112 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11114 * backend/ev-page-cache.c: (_ev_page_cache_new):
11116 Set current page to 0 if document has pages.
11118 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11120 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11122 Initialize GError to NULL, fix a crash when loading fails.
11124 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11126 * shell/ev-window.c: (update_view_size):
11128 Calculate shadow size only when there is actually
11131 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11133 * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11136 Allow setting view spacing, default to 0
11138 * shell/ev-window.c: (ev_window_unfullscreen),
11139 (ev_window_cmd_view_fullscreen), (ev_window_init):
11141 Remove spacing in fullscreen mode
11143 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11145 * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11146 (ev_view_size_request), (expose_bin_window),
11147 (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11149 * shell/ev-window.c: (ev_window_unfullscreen),
11150 (ev_window_cmd_view_fullscreen):
11152 Do not draw the border in fulscreen
11154 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11156 * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11157 (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11158 (find_page_at_location), (page_changed_cb):
11160 Rework border calculation, so that I can more easily disable it.
11161 Code somewhat cleaner too.
11163 2005-04-16 Marco Pesenti Gritti <mpg@redhat.com>
11165 * backend/ev-page-cache.c: (ev_page_cache_init),
11166 (_ev_page_cache_new):
11168 Remove some assertions, documents can have 0 pages.
11169 Make initial current page -1.
11171 * shell/ev-page-action.c: (page_changed_cb):
11173 Show "" if current page is -1
11175 * shell/ev-window.c: (update_action_sensitivity),
11176 (ev_window_setup_document):
11178 When document has 0 pages do not set the view
11179 and make nearly everything insensitive.
11181 2005-04-16 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11183 * shell/ev-page-view.c:
11184 * shell/ev-page-view.h:
11186 Remove unused files.
11188 * shell/ev-sidebar-thumbnails.c:
11189 (ev_sidebar_thumbnails_set_document):
11190 * shell/ev-sidebar.c: (ev_sidebar_set_document),
11191 (ev_sidebar_supports_document):
11192 * shell/ev-sidebar.h:
11193 * shell/ev-window.c: (ev_window_setup_document):
11195 Doesn't show thumbnails if document has 1 page. Make
11196 sidebar menu entries sensitive only if if they have
11197 sense. Fix bug 164811.
11199 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11201 * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11202 (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11203 (ev_view_zoom_out), (ev_view_set_size):
11205 Rework sizing to deal with documents with not uniform page
11208 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11210 * backend/ev-page-cache.c: (_ev_page_cache_new):
11212 Fix several page size caching bugs
11214 2005-04-15 Luca Ferretti <elle.uca@libero.it>
11216 * shell/ev-window.c: (set_action_properties):
11218 Make all toolbar items translatable
11220 2005-04-15 Marco Pesenti Gritti <mpg@redhat.com>
11222 * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11223 (save_page_list), (ps_document_save),
11224 (ps_document_document_iface_init), (ps_document_ps_export_begin),
11225 (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11226 (ps_document_ps_exporter_iface_init):
11227 * ps/ps-document.h:
11229 Based on a patch by J�rg Billeter <j@bitron.ch>
11231 Implement print and save a copy for the ps backend.
11233 2005-04-14 Marco Pesenti Gritti <mpg@redhat.com>
11235 * backend/ev-document.h:
11236 * djvu/djvu-document.c: (djvu_document_can_get_text),
11237 (djvu_document_document_iface_init):
11238 * dvi/dvi-document.c: (dvi_document_can_get_text),
11239 (dvi_document_document_iface_init):
11240 * pdf/ev-poppler.cc:
11241 * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11242 (pixbuf_document_document_iface_init):
11243 * ps/ps-document.c: (ps_document_can_get_text),
11244 (ps_document_document_iface_init):
11245 * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11246 * shell/ev-window.c: (update_action_sensitivity):
11248 Fix the crash when trying to copy in backends that doesnt
11249 support it. We can implement a better solution once we
11250 do real text selection.
11252 2005-04-12 Marco Pesenti Gritti <mpg@redhat.com>
11254 * data/evince-ui.xml:
11255 * shell/ev-window.c: (ev_window_cmd_escape):
11257 Work around the Escape conflict (find bar and unfullscreen)
11259 2005-04-12 Nikolay V. Shmyrev <nshmyrev@yandex.ru>
11261 * backend/ev-page-cache.c: (ev_page_cache_next_page):
11263 Fix for #300233. Next page correctly handles document end.
11265 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11266 (ev_sidebar_thumbnails_class_init),
11267 (ev_sidebar_thumbnails_set_document),
11268 (ev_sidebar_thumbnails_clear_job),
11269 (ev_sidebar_thumbnails_clear_model):
11271 Cleanup thumbnail jobs on document changes.
11273 * shell/ev-view.c: (add_scroll_binding_keypad),
11274 (add_scroll_binding_shifted), (ev_view_class_init):
11276 Shift + Space scrolls up. Fix for #173184
11278 * shell/ev-window.c: (ev_window_open_page),
11279 (ev_window_cmd_view_reload):
11281 Fix reload (Bug #300094)
11283 2005-04-09 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11286 * dvi/mdvi-lib/assoc.c:
11287 * dvi/mdvi-lib/assoc.h: Removed garbage files
11289 * dvi/mdvi-lib/bitmap.c:
11290 * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11291 (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11292 * dvi/mdvi-lib/color.h: Antialias of rules
11294 * dvi/mdvi-lib/common.h:
11295 * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11296 (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11297 * dvi/mdvi-lib/files.c:
11298 * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11299 * dvi/mdvi-lib/mdvi.h:
11300 * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11301 * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11302 * dvi/mdvi-lib/util.c: Fix compile warnings
11304 * dvi/dvi-document.c:
11305 (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11306 (dvi_document_thumbnails_get_thumbnail),
11307 (dvi_document_document_thumbnails_iface_init):
11308 * dvi/mdvi-lib/Makefile.am:
11309 * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11310 (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11312 Dvi backend now renders thumbnails
11314 2005-04-09 Christian Persch <chpe@cvs.gnome.org>
11316 * shell/main.c: (main):
11318 Save accelerators on exit. Fixes bug #172095.
11320 Sat Apr 9 01:05:09 2005 Jonathan Blandford <jrb@redhat.com>
11322 * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11323 update priority" comment.
11325 * backend/ev-job-queue.c: Give a way to change priority.
11327 Sat Apr 9 00:05:36 2005 Jonathan Blandford <jrb@redhat.com>
11329 * shell/ev-page-action.c: Fix logic.
11331 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11333 * shell/ev-view.c: (ev_view_can_find_next):
11334 * shell/ev-window.c: (ev_window_setup_document):
11336 Check that the document supports find
11338 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11340 * data/evince-ui.xml:
11341 * shell/ev-view.c: (ev_view_can_find_next):
11343 * shell/ev-window.c: (update_action_sensitivity),
11344 (find_changed_cb), (ev_window_setup_document),
11345 (ev_window_cmd_edit_find_next):
11347 Add Edit->Find Next
11349 2005-04-08 Marco Pesenti Gritti <mpg@redhat.com>
11351 * pdf/ev-poppler.cc:
11352 * shell/ev-print-job.c: (idle_print_handler):
11354 Make printing work again
11356 Fri Apr 8 01:12:24 2005 Jonathan Blandford <jrb@redhat.com>
11358 * shell/ev-page-action.h:
11359 * shell/ev-page-action.c: (ev_page_action_widget_init),
11360 (ev_page_action_widget_class_init), (page_changed_cb),
11361 (create_tool_item), (update_page_cache), (build_new_tree_cb),
11362 (get_filter_model_from_model), (match_selected_cb),
11363 (display_completion_text), (match_completion), (update_model),
11364 (connect_proxy), (ev_page_action_set_property),
11365 (ev_page_action_get_property), (ev_page_action_set_document),
11366 (ev_page_action_set_model), (ev_page_action_class_init): Big
11367 reworking to make completions work iff we have >= GTK-2.7.0
11369 * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11370 (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11371 (job_finished_cb): We now have a 'model' property that is set when
11372 the links are loaded. This can be caught with "notify::model"
11374 * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11375 listen for the model to be set, and propagate it to the action.
11377 2005-04-08 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11379 * cut-n-paste/recent-files/egg-recent-item.c:
11380 (egg_recent_item_set_uri), (make_valid_utf8),
11381 (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11382 * cut-n-paste/recent-files/egg-recent-item.h:
11384 Update egg-recent from libegg. This should fix long
11385 startup problem. For details see
11386 http://bugzilla.gnome.org/show_bug.cgi?id=160531
11388 2005-04-07 Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11390 * cut-n-paste/recent-files/Makefile.am:
11391 * data/evince-ui.xml, shell/Makefile.am:
11392 * shell/ev-application.c, shell/ev-application.h:
11393 * shell/ev-window.c: Recent files support.
11395 * configure.ac: Added "ru" to ALL_LINGUAS.
11397 * dvju: new backend to support DJVU files.
11398 * dvi: new backend to support DVI.
11400 * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11401 * ev-application.c: Support for new backends.
11403 * help, ev-window.c, main.c shell/Makefile.am:
11404 Evince user documentation.
11406 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
11409 * shell/ev-window.c:
11410 * thumbnailer/evince-thumbnailer.c:
11412 s/pdf-document/ev-poppler
11414 2005-04-06 Marco Pesenti Gritti <mpg@redhat.com>
11421 * ps/ps-document.c: (setup_pixmap):
11425 2005-04-05 Kristian Høgsberg <krh@redhat.com>
11427 * backend/ev-page-cache.c (ev_page_cache_next_page):
11428 * shell/ev-window.c (ev_window_cmd_go_next_page)
11429 (ev_window_cmd_go_first_page): Fix of by one errors.
11431 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11433 * ps/ps-document.c: (get_page_box):
11435 Fix page size calculation
11437 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11439 * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11440 (ps_document_cleanup), (setup_pixmap), (get_page_box),
11441 (get_page_orientation), (setup_page), (document_load),
11442 (ps_document_get_page_size), (render_pixbuf_idle):
11443 * ps/ps-document.h:
11445 More refactoring to adapt to EvDocument changes
11447 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11449 * ps/ps-document.c: (start_interpreter):
11451 Actually add alpha args
11453 2005-04-05 Marco Pesenti Gritti <mpg@redhat.com>
11455 * pdf/ev-poppler.cc:
11457 Make clipboard work again
11459 2005-04-04 Kristian Høgsberg <krh@redhat.com>
11461 Make searching work again.
11463 * backend/ev-document.c:
11464 * backend/ev-document.h:
11465 * backend/ev-document-find.c:
11466 * backend/ev-document-find.h: Change EvDocumentIface so we no
11467 longer store the current page or zoom level in the document. The
11468 consequence is that all calls that operate on the current page now
11469 instead take the page number as an extra argument, and all
11470 coordinates are now doubles in document coordinate system.
11472 * pdf/ev-poppler.cc:
11473 * pixbuf/pixbuf-document.c:
11474 * ps/ps-document.c: Update backends accordingly.
11476 2005-04-04 Marco Pesenti Gritti <marco@gnome.org>
11480 Add required gettext version
11482 Sat Apr 2 18:57:00 2005 Jonathan Blandford <jrb@redhat.com>
11484 * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11485 make F1 bring up non-existent help.
11487 * shell/eggfindbar.c: Patch from Christian Persch to sync to
11488 epiphany's find bar, #167477
11490 * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11491 <emil@nishra.com> to add space-bar scrolling,
11493 * shell/ev-window.c (static GtkActionEntry entries): add default
11494 keybinding for Help (F1)
11497 * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11498 changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11501 2005-04-01 David Malcolm <dmalcolm@redhat.com>
11504 * pixbuf/pixbuf-document.c:
11506 Got pixbuf backend working again
11508 2005-04-01 Steve Murphy <murf@e-tools.com>
11510 * configure.in: Added "rw" to ALL_LINGUAS.
11512 Fri Apr 1 02:33:41 2005 Jonathan Blandford <jrb@redhat.com>
11514 * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11515 model types, noticed by Martin Kretzschmar.
11517 2005-04-01 Kristian Høgsberg <krh@redhat.com>
11519 * pdf/ev-poppler.cc: Implement search based on
11520 poppler_page_find_text(). Currently a bit crude since we remember
11521 all matches from all pages. Also, we grab the big document lock
11522 when we search since searching changes the underlying stream and
11523 thus conflicts with the rendering thread.
11525 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11526 (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11527 (ev_view_find_previous): Fix some page indexes to be 0 based,
11528 offset rubber band by view offset,
11530 Fri Apr 01 09:21:12 2005 Pablo Saratxaga <pablo@mandrakesoft.com>
11532 * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11534 Fri Apr 1 01:59:39 2005 Jonathan Blandford <jrb@redhat.com>
11536 * shell/ev-page-action.c: Changed to use page labels now. Rewrote
11537 completely because I didn't understand GtkActions. I should
11538 read Marco's code more carefully in the future.
11540 * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11543 2005-03-31 Kristian Høgsberg <krh@redhat.com>
11545 * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11546 PopplerRectangle change from poppler CVS.
11548 Thu Mar 31 13:27:50 2005 Jonathan Blandford <jrb@redhat.com>
11550 * backend/ev-document.c: (ev_document_get_page_label):
11551 * backend/ev-document.h:
11552 * backend/ev-page-cache.c: (_ev_page_cache_new),
11553 (ev_page_cache_get_page_label):
11554 * backend/ev-page-cache.h:
11555 * pdf/ev-poppler.cc:
11556 * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11557 (links_page_num_func):
11558 * shell/ev-sidebar-thumbnails.c:
11559 (ev_sidebar_thumbnails_set_document):
11560 * shell/ev-view.c: (status_message_from_link),
11561 (ev_view_motion_notify_event):
11562 * shell/ev-window.c: (document_supports_sidebar): Add in page
11563 label support. It's not perfect yet, but it's the first 'feature'
11565 Also, fix a bogus comment noticed by crispin.
11567 Thu Mar 31 01:21:58 2005 Jonathan Blandford <jrb@redhat.com>
11569 * Makefile.am: Remove pixbuf backend for now
11571 * configure.ac: Require poppler-glib instead of just poppler.
11573 * backend/ev-document-thumbnails.h: Add a comment
11575 * backend/ev-document.h:
11576 * backend/ev-document.c: (ev_document_class_init),
11577 (ev_document_load), (ev_document_get_link),
11578 (ev_document_get_links): Remove 3 methods and add get_links.
11579 Also, made 0 based.
11581 * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11582 * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11584 * backend/ev-link.c: (ev_link_set_title),
11585 (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11586 (ev_link_mapping_find):
11587 * backend/ev-link.h: Allow NULL titles. Also, introduce a mapping link.
11589 * backend/ev-page-cache.c: (ev_page_cache_init),
11590 (_ev_page_cache_new), (ev_page_cache_set_current_page),
11591 (ev_page_cache_get_size), (ev_page_cache_next_page),
11592 (ev_page_cache_prev_page): Fix to be 0 based.
11595 * pdf/ev-poppler.h:
11596 * pdf/ev-poppler.cc: New backend.
11598 * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11599 (ps_document_get_page), (ps_document_document_iface_init):
11601 * shell/ev-pixbuf-cache.h:
11602 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11603 (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11604 (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11605 (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11606 (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11607 Fix up code to grab a page cache per each doc. Also, fix to be 0
11610 * shell/ev-sidebar-thumbnails.c:
11611 (ev_sidebar_tree_selection_changed), (page_changed_cb),
11612 (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11614 * shell/ev-view.c: (status_message_from_link),
11615 (find_page_at_location), (get_link_at_location),
11616 (ev_view_motion_notify_event), (ev_view_button_release_event),
11617 (ev_view_init): Use the new link code. Fix to be 0 based.
11619 * shell/ev-window.c: (update_action_sensitivity),
11620 (document_supports_sidebar): 0 based.
11622 Fri Mar 25 16:55:58 2005 Jonathan Blandford <jrb@redhat.com>
11624 * pdf/pdf-document.cc: Patch from Fernando Herrera
11625 <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11628 Wed Mar 23 23:49:41 2005 Jonathan Blandford <jrb@redhat.com>
11630 * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11631 1 to the page, as this seems to be 1 based. I thought we has this
11634 2005-03-23 Marco Pesenti Gritti <marco@gnome.org>
11637 * backend/Makefile.am:
11638 * backend/ev-document-links.c:
11639 (ev_document_links_has_document_links),
11640 (ev_document_links_get_links_model):
11641 * backend/ev-document-links.h:
11642 * backend/ev-document.c: (ev_document_get_page_cache),
11643 (ev_document_get_doc_mutex), (ev_document_load),
11644 (ev_document_save), (ev_document_get_title),
11645 (ev_document_get_n_pages), (ev_document_set_page),
11646 (ev_document_get_page), (ev_document_set_target),
11647 (ev_document_set_scale), (ev_document_set_page_offset),
11648 (ev_document_get_page_size), (ev_document_get_text),
11649 (ev_document_get_link), (ev_document_render),
11650 (ev_document_render_pixbuf), (ev_document_scale_changed):
11651 * backend/ev-document.h:
11652 * backend/ev-job-queue.c: (remove_object_from_queue),
11653 (notify_finished), (handle_job), (search_for_jobs_unlocked),
11654 (no_jobs_available_unlocked), (ev_render_thread),
11655 (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11656 (ev_job_queue_remove_job):
11657 * backend/ev-job-queue.h:
11658 * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11659 (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11660 (ev_job_links_class_init), (ev_job_render_init),
11661 (ev_job_render_dispose), (ev_job_render_class_init),
11662 (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11663 (ev_job_thumbnail_class_init), (ev_job_finished),
11664 (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11665 (ev_job_render_run), (ev_job_thumbnail_new),
11666 (ev_job_thumbnail_run):
11667 * backend/ev-jobs.h:
11668 * backend/ev-link.c:
11669 * backend/ev-link.h:
11670 * backend/ev-page-cache.c: (ev_page_cache_init),
11671 (ev_page_cache_class_init), (ev_page_cache_finalize),
11672 (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11673 (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11674 (ev_page_cache_set_link), (ev_page_cache_get_title),
11675 (ev_page_cache_get_size), (ev_page_cache_next_page),
11676 (ev_page_cache_prev_page):
11677 * backend/ev-page-cache.h:
11678 * pdf/pdf-document.cc:
11681 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11682 (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11683 (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11684 (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11685 (is_interpreter_ready), (output), (catchPipe), (input),
11686 (start_interpreter), (check_filecompressed), (compute_dimensions),
11687 (ps_document_enable_interpreter), (document_load),
11688 (ps_document_next_page), (render_page), (ps_document_set_page),
11689 (ps_document_set_scale), (render_pixbuf_idle),
11690 (ps_document_render_pixbuf), (ps_document_document_iface_init):
11691 * ps/ps-document.h:
11692 * shell/Makefile.am:
11693 * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11694 (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11695 (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11696 (ev_pixbuf_cache_new), (job_finished_cb),
11697 (check_job_size_and_unref), (move_one_job),
11698 (ev_pixbuf_cache_update_range), (find_job_cache),
11699 (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11700 (ev_pixbuf_cache_add_jobs_if_needed),
11701 (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11702 * shell/ev-pixbuf-cache.h:
11703 * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11704 (idle_print_handler):
11705 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11706 (selection_changed_cb), (create_loading_model),
11707 (ev_sidebar_links_construct), (links_page_num_func),
11708 (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11709 (update_page_callback), (job_finished_cb),
11710 (ev_sidebar_links_set_document):
11711 * shell/ev-sidebar-thumbnails.c:
11712 (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11713 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11714 (page_changed_cb), (thumbnail_job_completed_callback),
11715 (ev_sidebar_thumbnails_set_document):
11716 * shell/ev-sidebar-thumbnails.h:
11717 * shell/ev-sidebar.c: (ev_sidebar_set_document):
11718 * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11719 (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11720 (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11721 (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11722 (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11723 (ev_view_button_release_event), (ev_view_scroll_view),
11724 (ev_view_class_init), (ev_view_init), (update_find_status_message),
11725 (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11726 (ev_view_new), (job_finished_cb), (page_changed_cb),
11727 (ev_view_set_document), (go_to_link), (ev_view_zoom),
11728 (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11729 (ev_view_find_previous):
11731 * shell/ev-window.c: (update_action_sensitivity),
11732 (ev_window_open_page), (update_window_title), (update_total_pages),
11733 (page_changed_cb), (ev_window_setup_document),
11734 (password_dialog_response), (ev_window_cmd_save_as),
11735 (ev_window_print), (ev_window_cmd_go_previous_page),
11736 (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11737 (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11738 (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11739 * shell/main.c: (main):
11741 Merge evince-threads branch
11743 2005-03-16 Žygimantas Beručka <uid0@akl.lt>
11745 * configure.ac: Added "lt" to ALL_LINGUAS.
11747 2005-03-14 Marco Pesenti Gritti <marco@gnome.org>
11754 2005-03-13 Fernando Herrera <fherrera@onirica.com>
11756 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11758 Fix here also the thumbnails 1-basedness :)
11760 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11767 2005-03-12 Marco Pesenti Gritti <marco@gnome.org>
11769 * pdf/pdf-document.cc:
11770 * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11771 (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11773 Fix the mess we did with thumbnails and 1-basedness
11775 2005-03-12 Changwoo Ryu <cwryu@debian.org>
11777 * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11779 2005-03-09 Marco Pesenti Gritti <marco@gnome.org>
11786 2005-03-08 Marco Pesenti Gritti <marco@gnome.org>
11789 * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11790 (gtk_gs_defaults_get_alpha_parameters),
11791 (gtk_gs_defaults_get_ungzip_cmd),
11792 (gtk_gs_defaults_get_unbzip2_cmd):
11794 * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11795 (ps_document_get_orientation), (document_load),
11796 (ps_document_goto_page), (ps_document_set_page_size):
11797 * ps/ps-document.h:
11799 Some more sanitization of the ps backend. Remove a lot
11800 of unused code and do not base our defaults on ggv
11803 2005-03-08 Fernando Herrera <fherrera@onirica.com>
11805 * thumbnailer/evince-thumbnailer.schemas:
11806 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11807 (main): add -s option for thumbnail size.
11809 2005-03-07 Christian Persch <chpe@cvs.gnome.org>
11813 AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11816 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11818 * pdf/pdf-document.cc:
11820 Remove 4 pixels of useless border from the
11823 2005-03-07 Marco Pesenti Gritti <marco@gnome.org>
11825 * backend/ev-document-thumbnails.c:
11826 (ev_document_thumbnails_get_thumbnail):
11827 * backend/ev-document-thumbnails.h:
11829 Rework API a bit. Add a border flag and
11830 change sizing logic (now the size we specify
11831 applies to the bigger dimension).
11833 * pdf/pdf-document.cc:
11834 * pixbuf/pixbuf-document.c:
11835 (pixbuf_document_thumbnails_get_thumbnail):
11836 * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11837 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11839 Adapt to the new API and do not draw a border for nautilus
11842 2005-03-03 Fernando Herrera <fherrera@onirica.com>
11844 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11845 take thumbnails from page "0" instead of "1". Added a copyright header.
11847 2005-03-03 Jens Granseuer <jensgr@gmx.net>
11849 * ps/ps-document.c: (set_up_page), (start_interpreter):
11851 Make it C89 compliant
11853 2005-03-03 Marco Pesenti Gritti <marco@gnome.org>
11858 * pdf/pdf-document.cc:
11859 * thumbnailer/Makefile.am:
11860 * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11862 * thumbnailer/evince-thumbnailer.schemas:
11863 * thumbnailer/pdf-icon.png:
11865 Add a nautilus thumbnailer.
11866 Based on patch by Fernando Herrera <fherrera@onirica.com>.
11868 2005-03-02 Marco Pesenti Gritti <marco@gnome.org>
11876 2005-03-01 Kristian Høgsberg <krh@redhat.com>
11878 Use poppler instead of including xpdf source code. Poppler is a
11879 fork of xpdf to build it as a shared library. See
11880 http://freedesktop.org/wiki/Software/poppler.
11882 * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11885 * pdf/Makefile.am: Build libpdfdocument.a here.
11887 * pdf/GDKSplashOutputDev.cc:
11888 * pdf/GDKSplashOutputDev.h:
11889 * pdf/GnomeVFSStream.cc:
11890 * pdf/GnomeVFSStream.h:
11893 * test-gdk-output-dev.cc
11895 * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11898 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11900 * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11902 Clear idle stack before unsetting the document
11904 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11906 * ps/ps-document.c: (ps_document_widget_event),
11907 (ps_document_set_target), (ps_document_finalize),
11908 (ps_document_get_page):
11910 Disconnect the widget event signal on finalize.
11911 Some code cleanups.
11913 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11915 * ps/ps-document.c: (set_up_page):
11917 If there is no bpixmap create one, even if size
11920 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11922 * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11923 (set_up_page), (document_load), (ps_document_set_zoom):
11925 Default page is 0. Calculate size even when we have no
11928 2005-02-28 Carlos Garcia Campos <carlosgc@gnome.org>
11930 * shell/ev-sidebar.c: expand the selection widget to be always as
11931 wide as the sidebar
11933 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11935 * shell/ev-sidebar-thumbnails.c:
11936 (ev_sidebar_thumbnails_set_document):
11938 Clear the list store when setting document
11940 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11942 * shell/ev-page-action.c: (update_entry), (sync_entry),
11943 (activate_cb), (entry_size_request_cb), (create_tool_item),
11946 Use an entry for the page control instead of spinbuttons
11948 2005-02-28 Marco Pesenti Gritti <marco@gnome.org>
11950 * data/evince.schemas.in:
11952 Correct confusing string
11954 Sun Feb 27 23:00:31 2005 Jonathan Blandford <jrb@redhat.com>
11956 * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11957 for real. Gosh, how long has this been broken.
11959 * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11960 check for a NULL link. We crash otherwise.
11962 2005-02-27 Marco Pesenti Gritti <marco@gnome.org>
11969 2005-02-25 Sebastien Bacher <seb128@debian.org>
11971 * configure.ac: add the french translation.
11973 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11975 * shell/ev-window.c:
11977 Remove unused header -> fix distcheck
11979 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11981 * shell/ev-window.c: (update_window_title),
11982 (ev_window_popup_password_dialog):
11984 Unescape filename for display
11986 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11988 * pdf/xpdf/pdf-document.cc:
11990 In get_page_size deal with rotation. Also
11991 cleanup the function a bit.
11993 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
11995 * pdf/xpdf/pdf-document.cc:
11997 Fix crash when opening in new window
11999 2005-02-25 Marco Pesenti Gritti <marco@gnome.org>
12003 Check ghostscript >= 7
12005 2005-02-25 Pedro Villavicencio <pvillavi@gnome.cl>
12007 * shell/ev-window.c:
12009 Make page width the default sizing mode
12011 2005-02-25 Carlos Garcia Campos <carlosgc@gnome.org>
12012 Marco Pesenti Gritti <marco@gnome.org>
12014 * shell/ev-window.c: Remember the sidebar size
12016 * data/evince.schemas.in: Add a new gconf key to store the size of
12019 2005-02-24 Kai Willadsen <kaiw@itee.uq.edu.au>
12021 * data/evince-ui.xml:
12022 * shell/ev-window.c: (update_action_sensitivity),
12023 (ev_window_cmd_view_reload):
12025 Add a "Reload" action and menu entry
12027 Thu Feb 24 23:07:33 2005 Jonathan Blandford <jrb@redhat.com>
12029 * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12030 iff the type doesn't support thumbnailing and indexing.
12032 2005-02-24 Martin Kretzschmar <martink@gnome.org>
12034 * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12036 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12038 * pdf/splash/Splash.cc:
12040 Port fix for a crasher from kde bug
12041 http://bugs.kde.org/show_bug.cgi?id=97131
12043 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12045 * pdf/xpdf/pdf-document.cc:
12047 Return a link even if it's of an unrecognized
12048 type. Otherwise we go in an infinte cycle.
12050 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12052 * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12053 (size_allocate_cb), (ev_window_set_sizing_mode):
12055 Update size when switching mode
12057 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12059 * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12060 (ev_window_cmd_view_page_width), (update_sizing_buttons),
12061 (ev_window_cmd_view_normal_size):
12063 Fix size toggle buttons behavior
12065 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12067 * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12068 (doc_rect_to_view_rect), (ev_view_size_allocate),
12069 (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12070 (scale_changed_callback):
12072 Do not cache offsets in size_allocate.
12074 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12076 * shell/ev-view.c: (ev_view_size_allocate):
12078 Calculate offsets before calling the parent
12079 class (which does a redraw)
12081 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12083 * pdf/xpdf/pdf-document.cc:
12085 Fix a crasher on exit. Unused code, put a TODO
12087 2005-02-24 Marco Pesenti Gritti <marco@gnome.org>
12089 * backend/ev-document.c: (ev_document_class_init),
12090 (ev_document_page_changed), (ev_document_scale_changed):
12091 * backend/ev-document.h:
12093 Separate page/scale notifications
12095 * pdf/xpdf/pdf-document.cc:
12097 Emit the new signals.
12098 Do not display the pdf page in _render, do it
12099 when scale/page are requested.
12101 * ps/ps-document.c: (ps_document_set_zoom),
12102 (ps_document_widget_event):
12103 * ps/ps-document.h:
12105 Emit the new signals.
12107 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12108 (ev_view_init), (page_changed_callback), (scale_changed_callback),
12109 (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12110 (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12112 * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12113 (ev_window_cmd_view_page_width), (size_allocate_cb),
12114 (ev_window_set_sizing_mode):
12116 Rework sizing to be pixel based.
12117 There are bugs but should be already way better.
12119 2005-02-23 Marco Pesenti Gritti <marco@gnome.org>
12121 * shell/ev-window.c: (ev_window_init):
12123 Do not allow to shrink sidebar smaller then
12126 2005-02-23 Carlos Garcia Campos <carlosgc@gnome.org>
12128 * shell/ev-sidebar.[ch]
12129 * shell/ev-window.c:
12131 Improved sidebar widget. Fixes #166683
12133 2005-02-23 Tommi Vainikainen <thv@iki.fi>
12135 * shell/ev-view.c (update_find_status_message): Give translators
12136 more flexibility with ngettext plural handling.
12138 Mon Feb 21 17:52:08 2005 Jonathan Blandford <jrb@redhat.com>
12140 * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12141 from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12142 page when we get the page size.
12144 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12146 * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12148 ps pages are 0 based, convert
12150 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12152 * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12154 Initialize correct parent class. Set GError on document load
12156 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12158 * pdf/xpdf/pdf-document.cc:
12160 Fixup selection offset calculation
12162 * shell/ev-view.c: (view_rect_to_doc_rect),
12163 (doc_rect_to_view_rect), (ev_view_size_allocate),
12164 (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12165 (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12167 Store selection as document relative, so that zooming
12168 and offset changing doesnt break it.
12170 2005-02-21 Marco Pesenti Gritti <marco@gnome.org>
12172 * shell/ev-view.c: (ev_view_best_fit):
12174 Do not try to best fit if the view is not realized
12176 2005-02-20 Kostas Papadimas <pkst@gnome.org>
12178 * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12180 Fri Feb 18 16:06:39 2005 Jonathan Blandford <jrb@redhat.com>
12182 * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12184 Fri Feb 18 15:32:57 2005 Jonathan Blandford <jrb@redhat.com>
12186 * shell/ev-window.c: Change the fullscreen toolbar to always be in
12187 the popup window. That prevents it resizing when in full screen
12190 * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12191 multiple rerenders. This pretty much sucks.
12193 * data/evince-ui.xml: Change the fullscreen toolbar to include the
12194 rest of the toolbar.
12196 2005-02-18 Tommi Vainikainen <thv@iki.fi>
12198 * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12200 2005-02-17 Alexander Shopov <ash@contact.bg>
12202 * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12204 2005-02-16 Bryan Clark <clarkbw@cvs.gnome.org>
12206 * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12208 2005-02-16 Marco Pesenti Gritti <marco@gnome.org>
12210 * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12211 (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12212 (set_document_page), (document_changed_callback),
12213 (ev_view_set_document), (ev_view_find_previous),
12214 (ev_view_hide_cursor), (ev_view_show_cursor):
12216 * shell/ev-window.c: (update_chrome_visibility),
12217 (fullscreen_timeout_cb), (fullscreen_set_timeout),
12218 (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12219 (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12220 (ev_window_unfullscreen):
12221 * shell/main.c: (main):
12223 Automatically hide the fullscreen button.
12224 Patch by Kristian Høgsberg <krh@redhat.com>
12226 2005-02-16 Vincent Noel <vnoel@cox.net>
12228 * shell/main.c (main): Specify an icon for the window. Patch by
12229 Jaap A. Haitsma. Fixes #166177.
12231 Wed Feb 16 06:30:13 2005 Jonathan Blandford <jrb@redhat.com>
12233 * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12235 Tue Feb 15 22:27:13 2005 Jonathan Blandford <jrb@redhat.com>
12237 * backend/ev-document-misc.h:
12238 * backend/ev-document-misc.c:
12239 (ev_document_misc_get_page_border_size),
12240 (ev_document_misc_paint_one_page): New function to canonicalize
12241 sizing/painting a border.
12243 * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12246 * pdf/xpdf/pdf-document.cc: use new function
12248 * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12249 (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12250 (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12251 shell/ev-window.c: (update_sizing_buttons),
12252 (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12253 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12254 (ev_window_cmd_view_page_width), (size_allocate_cb),
12255 (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12256 and "fit width" values act as toggle buttons so they stay
12257 toggled. It's not 100% perfect, and it's a little slow, but it's
12258 good enough to commit I think.
12260 2005-02-15 David Lodge <dave@cirt.net>
12262 * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12264 2005-02-15 Martin Kretzschmar <martink@gnome.org>
12266 * shell/ev-window.c (update_window_title): replace newlines in
12267 the title by spaces. Bug #166107.
12269 2005-02-14 Martin Kretzschmar <martink@gnome.org>
12271 * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12272 parameters providing allocation width and height without
12273 scrollbars and width of a possible vertical scrollbar. With this
12274 additional information the functions can work as
12275 intended. Unfortunately they're not idempotent. We should
12276 transform these commands to toggles. Fixes Bug #164976
12277 Initial patch by Stephane Loeuillet, then heavily modified.
12279 * shell/ev-view.h: update prototypes.
12281 * shell/ev-window.c (ev_window_cmd_view_best_fit)
12282 (ev_window_cmd_view_page_width): provide EvView fit functions with
12283 all the information they need. Formulas to calculate this
12284 information taken from GtkScrolledWindow.
12286 2005-02-14 Crispin Flowerday <gnome@flowerday.cx>
12288 * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12289 created a thumbnail, the list store is updated to know
12290 that the thumbnail is set. Fixes bug #166792
12292 2005-02-11 Bryan Clark <clarkbw@cvs.gnome.org>
12294 * shell/ev-window.c: fixed typo, closes bug 166897
12296 * TODO: updated TODO with bug numbers that are relevant
12298 2005-02-09 Carlos Garcia Campos <carlosgc@gnome.org>
12300 * shell/ev-window.c: Support for DnD of files. Fixes #164813
12302 2005-02-09 Vincent Noel <vnoel@cox.net>
12304 * shell/ev-window.c: (set_action_properties): Set the "Previous"
12305 and "Next" toolbar buttons as important to make them stand out.
12307 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
12311 * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12312 (start_interpreter), (stop_interpreter), (document_load),
12313 (ps_document_next_page), (ps_document_goto_page),
12314 (ps_document_set_page_size), (ps_document_widget_event),
12315 (ps_document_render):
12316 * shell/ev-page-view.c: (ev_page_view_dispose):
12317 * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12319 Fix compilation on non-gcc platforms
12321 2005-02-09 Marco Pesenti Gritti <marco@gnome.org>
12328 * pdf/xpdf/Catalog.cc:
12329 * pdf/xpdf/XRef.cc:
12331 Fix the fix for CAN-2004-0888
12333 2005-02-09 Luca Ferretti <elle.uca@libero.it>
12335 * data/Makefile.am:
12336 * data/evince-ui.xml:
12337 * shell/ev-stock-icons.c: (ev_stock_icons_init):
12338 * shell/ev-stock-icons.h:
12339 * shell/ev-window.c: (update_action_sensitivity),
12340 (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12341 (set_action_properties):
12343 Improve toolbar layout/icons
12345 2005-02-08 Marco Pesenti Gritti <marco@gnome.org>
12347 * pdf/xpdf/pdf-document.cc:
12349 Add warnings about unimplemented/unknown link
12352 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12354 * ps/ps-document.c: (set_up_page):
12358 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12360 * ps/ps-document.c: (start_interpreter):
12364 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12366 * shell/ev-page-view.c: (ev_page_view_dispose):
12367 * shell/ev-view.c: (ev_view_finalize):
12368 * shell/ev-window.c: (ev_window_setup_document),
12369 (ev_window_dispose), (ev_window_init):
12371 Solve more refs issues.
12373 I commented out the page_view initialization for now:
12374 it was never destroyed (because it's never added
12375 to a container). Because of that we was leaking
12376 gs processes. Couldnt think to a clean fix.
12377 We need to figure this out, password view has the
12378 same issue probably.
12380 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12382 * ps/ps-document.c: (ps_document_finalize),
12383 (ps_document_get_n_pages), (ps_document_get_page):
12385 Some cleanups, stop the interpreter on finalize
12387 * shell/ev-page-view.c: (ev_page_view_dispose),
12388 (ev_page_view_class_init):
12390 Release our reference on the document
12392 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12396 * doc/debugging.txt:
12399 * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12400 (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12401 (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12404 Add debugging helpers
12407 * ps/ps-document.c: (set_up_page), (start_interpreter),
12408 (stop_interpreter), (document_load), (ps_document_next_page),
12409 (ps_document_goto_page), (ps_document_set_page_size),
12410 (ps_document_widget_event), (ps_document_render):
12411 * shell/Makefile.am:
12412 * shell/ev-view.c: (expose_bin_window):
12413 * shell/main.c: (main):
12417 2005-02-07 Marco Pesenti Gritti <marco@gnome.org>
12419 * ps/ps-document.c: (ps_document_widget_event):
12421 Initialize message_window, this should make ps
12422 rendering really work! (Never noticed because I was
12423 testing with a ps that is causing gs to exit every time!)
12425 2005-02-07 Bryan Clark <clarkbw@cvs.gnome.org>
12427 * data/evince.schemas.in: updated simple error in applyto closing tag
12429 2005-02-07 Christian Persch <chpe@cvs.gnome.org>
12434 * data/Makefile.am:
12435 * data/evince-ui.xml:
12436 A data/evince.schemas.in:
12438 * shell/ev-stock-icons.c: (ev_stock_icons_init):
12439 * shell/ev-stock-icons.h:
12440 * shell/ev-window.c: (update_chrome_visibility),
12441 (update_chrome_flag), (ev_window_cmd_edit_find),
12442 (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12443 (ev_window_unfullscreen), (ev_window_focus_in_event),
12444 (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12445 (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12446 (ev_window_view_sidebar_cb), (find_bar_close_cb),
12447 (ev_window_dispose), (ev_window_class_init),
12448 (set_action_properties), (set_chrome_actions), (load_chrome),
12451 Implement fullscreen mode changes from bug #164776.
12452 Also implement persistent chrome toggles.
12454 2005-02-07 Jordi Mallach <jordi@sindominio.net>
12456 * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12458 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12464 Add another check for find interface
12468 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12470 * shell/ev-application.c: (ev_application_open):
12471 * shell/ev-window.c: (ev_window_open):
12473 Open gzipped ps documents
12475 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12478 * shell/ev-view.c: (set_document_page):
12480 Clamp page number, dont try to move to
12481 not existant pages.
12483 2005-02-04 Marco Pesenti Gritti <marco@gnome.org>
12485 * backend/ev-document-find.c: (ev_document_find_changed):
12486 * backend/ev-document-find.h:
12487 * pdf/xpdf/pdf-document.cc:
12488 * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12489 * shell/ev-window.c: (find_bar_search_changed_cb):
12491 Fix several bugs with find
12493 2005-02-04 Martin Kretzschmar <martink@gnome.org>
12495 * shell/ev-sidebar-thumbnails.c
12496 (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12497 document. Prevents warning from scroll_to_cell.
12499 2005-02-02 Kjartan Maraas <kmaraas@gnome.org>
12501 * configure.ac: Add «nb» to ALL_LINGUAS too.
12503 Wed Feb 2 21:13:11 2005 Jonathan Blandford <jrb@redhat.com>
12505 * NOTES: New file with some random thoughts.
12509 * backend/ev-document-misc.c:
12510 (ev_document_misc_get_page_border_size): New function to
12511 canonicalize shadow drawing sizes. Possibly goofy.
12513 * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12514 (ev_view_best_fit), (ev_view_fit_width):
12515 * pdf/xpdf/pdf-document.cc:
12516 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12517 * ps/ps-document.c: (ps_document_get_page_size):
12518 * backend/ev-document-misc.h:
12519 * backend/ev-document.c: (ev_document_get_page_size):
12520 * backend/ev-document.h: get_page_size now takes a page number
12521 parameter. Made all the backends/frontends honor it.
12523 * data/evince-ui.xml: Added a multiple-page mode. Uncomment to
12524 see. Doesn't work yet.
12526 * shell/Makefile.am:
12527 * shell/ev-page-view.[ch]: New multi-page view. Really rough.
12528 Doesn't do anything yet.
12530 * shell/ev-sidebar-thumbnails.c:
12531 (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12534 * shell/ev-window.c: (update_action_sensitivity),
12535 (ev_window_setup_document), (ev_window_set_page_mode),
12536 (ev_window_page_mode_cb), (ev_window_init): Clean up the
12537 view-swapping code a bit so we can have multiple views on a
12538 document. Add the multi-page view, though it can't be turned on
12541 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
12543 * shell/ev-application.c: (ev_application_open):
12544 * shell/ev-view.c: (expose_bin_window):
12545 * shell/ev-window.c: (ev_window_open):
12547 Support eps and check document supports find
12548 before drawing highlightings in expose.
12550 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
12552 * pixbuf/pixbuf-document.c:
12553 (pixbuf_document_thumbnails_get_dimensions),
12554 (pixbuf_document_document_thumbnails_iface_init):
12556 implement get_dimensions
12558 2005-02-01 Marco Pesenti Gritti <marco@gnome.org>
12565 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12567 * shell/ev-view.c: (set_document_page):
12569 Scroll at the top of the page when changing page
12571 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12573 * shell/ev-view.c: (ev_view_motion_notify_event):
12575 Do not redraw unnecessarily
12577 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12579 * pdf/xpdf/pdf-document.cc:
12580 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12581 (expose_bin_window), (find_changed_cb):
12583 Yay! find works now... Now to find bugs...
12585 2005-01-30 Marco Pesenti Gritti <marco@gnome.org>
12587 * backend/ev-document-find.c: (ev_document_find_base_init),
12588 (ev_document_find_changed):
12589 * backend/ev-document-find.h:
12590 * pdf/xpdf/pdf-document.cc:
12591 * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12592 (expose_bin_window), (ev_view_init), (set_document_page),
12593 (ensure_rectangle_is_visible), (jump_to_find_result),
12594 (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12595 (ev_view_find_next), (ev_view_find_previous):
12597 * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12599 More work on find implementation, mostly there now
12601 2005-01-29 Marco Pesenti Gritti <marco@gnome.org>
12603 * backend/ev-backend-marshalers.list:
12604 * backend/ev-document-find.c: (ev_document_find_base_init),
12605 (ev_document_find_cancel), (ev_document_find_page_has_results),
12606 (ev_document_find_get_n_results), (ev_document_find_get_result),
12607 (ev_document_find_get_progress), (ev_document_find_changed):
12608 * backend/ev-document-find.h:
12610 Enanche the find interface to be really able to do
12613 * pdf/xpdf/pdf-document.cc:
12617 * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12618 (expose_bin_window), (ev_view_init),
12619 (ev_view_get_find_status_message), (find_changed_cb),
12620 (ev_view_set_document), (set_document_page):
12622 Adapt to the new interface. A few things are regressed sorry,
12623 I will finish it soon.
12625 2005-01-28 Martin Kretzschmar <martink@gnome.org>
12627 * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12628 (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12629 ev_sidebar_thumbnails_parent_class variable, don't define another
12630 parent_class variable.
12632 * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12633 (ev_page_action_class_init): ditto.
12635 * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12636 (pixbuf_document_class_init): ditto.
12638 * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12641 * .cvsignore: ignore various valgrind output files.
12643 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12645 * data/evince-ui.xml:
12646 * shell/Makefile.am:
12647 * shell/ev-history.c:
12648 * shell/ev-history.h:
12649 * shell/ev-navigation-action.c:
12650 * shell/ev-navigation-action.h:
12651 * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12652 (ev_view_set_page), (ev_view_fit_width):
12654 * shell/ev-window.c: (update_action_sensitivity),
12655 (ev_window_setup_document), (register_custom_actions):
12657 Kill session history
12659 2005-01-27 Marco Pesenti Gritti <marco@gnome.org>
12661 * shell/ev-window.c: (update_action_sensitivity):
12663 Fix inverted up/down buttons
12665 2005-01-27 Martin Kretzschmar <martink@gnome.org>
12667 * shell/ev-sidebar-thumbnails.c
12668 (ev_sidebar_thumbnails_select_page): make sure the selected
12669 thumbnail stays visible.
12671 2005-01-26 Martin Kretzschmar <martink@gnome.org>
12673 * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12674 scrolled window for Federico.
12676 2005-01-26 Ole Laursen <olau@hardworking.dk>
12678 * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12680 2005-01-26 Marco Pesenti Gritti <marco@gnome.org>
12683 * pdf/splash/SplashFTFontEngine.cc:
12685 Fix CID fonts with freetype 2.1.9
12687 2005-01-26 Bryan Clark <clarkbw@cvs.gnome.org>
12689 * TODO: added item for desktop icon thumbnailer
12691 Tue Jan 25 00:59:34 2005 Jonathan Blandford <jrb@redhat.com>
12693 * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12694 unloaded docs when the title is accessed.
12696 * shell/ev-password-view.[hc]: New widget for displaying password
12699 * shell/ev-window.[ch]: Refactor password handling code to handle
12702 2005-01-24 Marco Pesenti Gritti <marco@gnome.org>
12706 * data/Makefile.am:
12710 2005-01-23 Stephane LOEUILLET <stephane.loeuillet@tiscali.fr>
12712 * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12713 ignore page offset here, to make search results independent of it,
12715 * shell/ev-view.c (expose_bin_window): but take offsets into
12716 account here. Bug #164932
12718 * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12719 scale at the right time. Bug #164996
12721 2005-01-22 Martin Kretzschmar <martink@gnome.org>
12723 * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12724 fix the problem. Now I just removed the Adobe font names and hope
12725 that the URW fonts are always in outline format. Bug #164934
12727 * shell/ev-window.c (update_window_title): empty titles are
12728 useless, use filename in that case too.
12730 * NEWS: Add some content.
12732 2005-01-21 Bryan Clark <clarkbw@cvs.gnome.org>
12734 * TODO: added one more TODO item and a TODONE section :)
12736 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12738 * ps/ps-document.h: add page_[xy]_offset fields.
12740 * ps/ps-document.c (ps_document_set_page_offset)
12741 (ps_document_render): Keep offset in consideration in a few
12742 places. Bug #164752 "postscript documents are not centered in
12745 * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12746 s/gpdf/evince/. Spotted by Stephane Loeuillet.
12748 * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12749 (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12750 stub out missing methods for complete EvDocument implementation.
12751 Fixes segfaults with Save A Copy and Copy actions.
12753 * ps/ps-document.c (ps_document_save, ps_document_get_text)
12754 (ps_document_document_iface_init): ditto.
12756 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12759 * data/Makefile.am:
12760 * data/evince.desktop.in:
12764 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12766 * shell/ev-view.c: (ev_view_button_press_event),
12767 (ev_view_motion_notify_event):
12769 Make selection work in any direction
12771 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12774 * shell/ev-window.c: (set_short_labels), (ev_window_init):
12776 Use shorter labels for some of the toolbars items
12778 2005-01-21 Marco Pesenti Gritti <marco@gnome.org>
12780 * pdf/xpdf/pdf-document.cc:
12782 Check the links info is initialized before
12783 using it. Should fix a crash on startup.
12785 2005-01-21 Martin Kretzschmar <martink@gnome.org>
12787 * pixbuf/pixbuf-document.c
12788 (pixbuf_document_thumbnails_get_dimensions): force floating point
12789 division to calculate page_ratio. Fixes crash with landscape
12792 Thu Jan 20 18:56:35 2005 Jonathan Blandford <jrb@redhat.com>
12794 * shell/ev-view.c (ev_view_realize): make the bg color darker.
12796 2005-01-20 Martin Kretzschmar <martink@gnome.org>
12798 * shell/ev-view.c (set_document_page): unset has_selection when
12800 (set_document_page): handle paper size changes when the page
12801 changes (test with Free Culture, page 2).
12803 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12805 * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12806 (expose_bin_window), (ev_view_class_init), (ev_view_init):
12808 Use normal style color for the widget background and
12809 draw a black box around the page.
12811 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12813 * pdf/xpdf/pdf-document.cc:
12815 Keep offset in consideration in a few places
12817 * shell/ev-view.c: (expose_bin_window):
12819 Set the offsets so that the document is ever centered
12821 2005-01-20 Bryan Clark <clarkbw@cvs.gnome.org>
12823 * TODO: Added TODO items and finished off the first todo item
12825 * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12826 reflect current authors
12828 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12830 * pdf/xpdf/pdf-document.cc:
12831 * shell/ev-view.c: (ev_view_set_cursor),
12832 (ev_view_motion_notify_event), (document_changed_callback),
12833 (set_document_page):
12835 Show a wait cursor while the page is rendering
12837 2005-01-20 Marco Pesenti Gritti <marco@gnome.org>
12839 * shell/ev-sidebar-thumbnails.c:
12840 (ev_sidebar_tree_selection_changed),
12841 (ev_sidebar_thumbnails_select_page):
12842 * shell/ev-sidebar-thumbnails.h:
12843 * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12844 (ev_view_can_go_forward):
12845 * shell/ev-window.c: (ev_window_open_page),
12846 (ev_window_setup_document), (update_current_page),
12847 (view_page_changed_cb), (ev_window_init):
12848 * shell/ev-window.h:
12850 Ensure thumbnails selection, toolbar page control and
12851 current page are in sync.
12853 2005-01-19 Marco Pesenti Gritti <marco@gnome.org>
12855 * pdf/xpdf/XRef.cc:
12859 Wed Jan 19 01:10:57 2005 Jonathan Blandford <jrb@redhat.com>
12861 * backend/Makefile.am:
12862 * backend/ev-document-links.h:
12863 * backend/ev-document-security.c: (ev_document_security_get_type),
12864 (ev_document_security_has_document_security),
12865 (ev_document_security_set_password):
12866 * backend/ev-document-security.h:
12867 * backend/ev-document.c: (ev_document_error_quark):
12868 * backend/ev-document.h:
12869 * data/Makefile.am:
12870 * data/evince-password.glade:
12871 * pdf/xpdf/pdf-document.cc:
12872 * shell/Makefile.am:
12873 * shell/ev-password.c: (ev_password_set_bad_password_label),
12874 (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12875 (ev_password_dialog_get_password),
12876 (ev_password_dialog_set_bad_pass):
12877 * shell/ev-password.h:
12878 * shell/ev-window.c: (ev_window_get_attribute),
12879 (ev_window_set_property), (update_action_sensitivity),
12880 (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12881 (ev_window_setup_document), (ev_window_get_password),
12882 (ev_window_open), (ev_window_cmd_save_as),
12883 (using_postscript_printer), (ev_window_print),
12884 (find_not_supported_dialog), (ev_window_cmd_edit_find),
12885 (update_fullscreen_popup), (ev_window_fullscreen),
12886 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12887 (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12888 (menu_item_select_cb), (find_bar_search_changed_cb),
12889 (ev_window_dispose), (ev_window_init):
12891 Add initial support for password-supported dialogs. This could be
12892 a lot cooler, but it'll do for now.
12894 2005-01-18 Marco Pesenti Gritti <marco@gnome.org>
12896 * pdf/xpdf/pdf-document.cc:
12897 * shell/ev-view.c: (status_message_from_link),
12898 (ev_view_set_status), (ev_view_set_cursor),
12899 (ev_view_motion_notify_event), (ev_view_init):
12900 * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12902 Fix bugs in the links implementation and change cursor
12903 when hovering a link.
12905 2005-01-17 Bryan Clark <clarkbw@cvs.gnome.org>
12907 * viewer/.cvsignore: added cvsignore file for viewer directory
12909 * TODO: created TODO document
12911 2005-01-14 Dave Malcolm <dmalcolm@redhat.com>
12914 * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):
12915 new functions to help with implementation of sensitivity code
12916 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12917 of all actions that might require it. Fixes a crash when you
12918 click on the Zoom actions in a window lacking a document.
12920 2005-01-13 Dave Malcolm <dmalcolm@redhat.com>
12922 * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12925 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12927 * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12928 (pixbuf_document_document_iface_init):
12929 * ps/ps-document.c: (ps_document_get_link),
12930 (ps_document_document_iface_init):
12931 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12932 (status_message_from_link), (ev_view_set_status),
12933 (ev_view_set_find_status), (ev_view_motion_notify_event),
12934 (ev_view_button_release_event), (ev_view_set_property),
12935 (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12936 (ev_view_get_find_status_message), (update_find_results),
12937 (ev_view_get_status), (ev_view_get_find_status):
12939 * shell/ev-window.c: (view_status_changed_cb),
12940 (view_find_status_changed_cb), (ev_window_init):
12942 View status message support, use it to show the links.
12945 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12947 * backend/ev-document.c: (ev_document_get_link):
12948 * backend/ev-document.h:
12949 * pdf/xpdf/pdf-document.cc:
12950 * shell/ev-application.c: (ev_application_open):
12951 * shell/ev-application.h:
12952 * shell/ev-sidebar-links.c: (selection_changed_cb):
12953 * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12954 (ev_view_go_to_link):
12956 Add support for document links
12958 2005-01-13 Anders Carlsson <andersca@gnome.org>
12960 * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12961 (create_tool_item):
12962 Set the spin button limits correctly.
12964 * shell/ev-sidebar-thumbnails.c:
12965 (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12966 Support changing pages by clicking on the thumbnails.
12968 2005-01-13 Jeff Muizelaar <jeff@nit.ca>
12970 * pixbuf/pixbuf-document.c:
12971 (pixbuf_document_thumbnails_get_dimensions),
12972 (pixbuf_document_document_thumbnails_iface_init):
12974 implement get_dimensions
12976 2005-01-13 Marco Pesenti Gritti <marco@gnome.org>
12978 * ps/ps-document.c: (ps_document_goto_page):
12980 Fix page switching on multipage documents
12982 2005-01-12 Jeff Muizelaar <jrmuizel@nit.ca>
12984 * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12986 check for NULL before assigning to width and height parameters
12988 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12990 * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12991 (pixbuf_document_set_property), (pixbuf_document_get_property):
12993 implement get/set properties
12995 2005-01-12 Jeff Muizelaar <jeff@nit.ca>
12997 * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12999 return NULL instead of "Unknown", letting the title get set to
13000 the filename when the pdf has no title.
13002 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
13004 * ps/ps-document.c: (ps_document_get_page_count),
13005 (ps_document_goto_page):
13007 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
13009 * shell/ev-history.c: (ev_history_get_property),
13010 (ev_history_set_property), (ev_history_class_init),
13011 (ev_history_add_page), (ev_history_set_current_index):
13012 * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13013 (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13014 (ev_navigation_action_finalize):
13015 * shell/ev-navigation-action.h:
13016 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13017 (ev_view_go_forward), (ev_view_get_find_status_message),
13018 (history_index_changed_cb), (ev_view_set_history):
13020 * shell/ev-window.c: (update_total_pages), (ev_window_open),
13021 (update_current_page), (register_custom_actions):
13023 Implement history dropdowns
13025 2005-01-11 Marco Pesenti Gritti <marco@gnome.org>
13027 * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13028 * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13029 (ev_view_go_forward):
13030 * shell/ev-window.c: (register_custom_actions):
13032 Fix several history bugs
13034 2005-01-11 Kjartan Maraas <kmaraas@gnome.org>
13036 * configure.ac: Add «nb» to ALL_LINGUAS.
13038 2005-01-10 Marco Pesenti Gritti <marco@gnome.org>
13040 * backend/Makefile.am:
13041 * backend/ev-bookmark.c:
13042 * backend/ev-bookmark.h:
13043 * backend/ev-document-bookmarks.c:
13044 * backend/ev-document-bookmarks.h:
13045 * backend/ev-document-links.c: (ev_document_links_get_type),
13046 (ev_document_links_has_document_links),
13047 (ev_document_links_begin_read), (ev_document_links_get_link),
13048 (ev_document_links_get_child), (ev_document_links_next),
13049 (ev_document_links_free_iter):
13050 * backend/ev-document-links.h:
13051 * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13052 (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13053 (ev_link_get_link_type), (ev_link_set_link_type),
13054 (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13055 (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13056 (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13057 (ev_link_new_external):
13058 * backend/ev-link.h:
13059 * pdf/xpdf/pdf-document.cc:
13060 * shell/Makefile.am:
13061 * shell/ev-application.c: (ev_application_open_link):
13062 * shell/ev-application.h:
13063 * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13064 (ev_history_get_link_nth):
13065 * shell/ev-history.h:
13066 * shell/ev-sidebar-bookmarks.c:
13067 * shell/ev-sidebar-bookmarks.h:
13068 * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13069 (ev_sidebar_links_class_init), (selection_changed_cb),
13070 (ev_sidebar_links_construct), (ev_sidebar_links_init),
13071 (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13072 (do_one_iteration), (populate_links_idle),
13073 (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13074 * shell/ev-sidebar-links.h:
13075 * shell/ev-sidebar.c: (ev_sidebar_set_document):
13076 * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13079 * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13080 * shell/ev-window.h:
13082 Rename bookmark to link, and use "Index" for the sidebar panel.
13084 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
13086 * shell/Makefile.am:
13087 * shell/ev-application.c: (ev_application_open_bookmark):
13088 * shell/ev-application.h:
13089 * shell/ev-history.c: (ev_history_init), (free_links_list),
13090 (ev_history_finalize), (ev_history_class_init),
13091 (ev_history_add_link), (ev_history_add_page),
13092 (ev_history_get_link_nth), (ev_history_get_n_links),
13093 (ev_history_get_current_index), (ev_history_set_current_index),
13095 * shell/ev-history.h:
13096 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13097 * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13098 (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13099 (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13100 (ev_view_set_page):
13102 * shell/ev-window.c: (ev_window_open_bookmark),
13103 (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13104 (goto_page_cb), (register_custom_actions):
13105 * shell/ev-window.h:
13107 Initial history implementation. Needs work.
13109 2005-01-09 Martin Kretzschmar <martink@gnome.org>
13111 * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13113 2005-01-09 Marco Pesenti Gritti <marco@gnome.org>
13115 * cut-n-paste/recent-files/egg-recent-item.c:
13116 * cut-n-paste/recent-files/egg-recent-item.h:
13117 * cut-n-paste/recent-files/egg-recent-model.c:
13118 * cut-n-paste/recent-files/egg-recent-util.c:
13119 * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13120 * cut-n-paste/recent-files/egg-recent-view.c:
13124 2005-01-08 Martin Kretzschmar <martink@gnome.org>
13126 * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13127 (fillGlyph, fillImageMask, drawImage):
13128 pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13129 pdf/splash/SplashTypes.h:
13130 pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13131 packed mode for Splash.
13133 * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13134 RGB8 packed mode, eliminates the pixbuf data creation loop.
13136 * shell/ev-print-job.c (ev_print_job_finalize)
13137 (ev_print_job_set_property, ev_print_job_get_property)
13138 (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13139 (ev_print_job_use_print_dialog_settings, idle_print_handler)
13140 (print_closure_finalize, ev_print_job_print): implement
13141 printing (for backends with EvPsExporter)
13143 * shell/ev_print_job.h: update prototypes.
13145 * shell/ev-window.c (ev_window_print): unref print job after
13148 * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13149 unless the document implements the EvDocumentFind interface.
13151 2005-01-08 Satoru SATOH <ss@gnome.gr.jp>
13153 * configure.ac: Added ja to ALL_LINGUAS.
13155 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13157 * pdf/xpdf/pdf-document.cc:
13159 add a FIXME. We should probably not allocate
13160 a bookmark object every time
13162 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13164 * shell/ev-application.c: (ev_application_open),
13165 (ev_application_open_bookmark):
13166 * shell/ev-application.h:
13168 Add a way to open bookmarks
13170 * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13171 (ev_bookmark_set_uri), (ev_bookmark_get_property),
13172 (ev_bookmark_set_property), (ev_bookmark_class_init),
13173 (ev_bookmark_new_title), (ev_bookmark_new_link),
13174 (ev_bookmark_new_external):
13176 Support for external uris, better constructors.
13178 * backend/ev-bookmark.h:
13179 * pdf/xpdf/pdf-document.cc:
13180 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13182 Handle external uris
13184 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13186 * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13187 (ev_sidebar_bookmarks_construct), (do_one_iteration):
13189 Hook up bookmarks navigation
13191 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13193 * backend/Makefile.am:
13194 * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13195 (ev_bookmark_get_title), (ev_bookmark_set_title),
13196 (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13197 (ev_bookmark_get_page), (ev_bookmark_set_page),
13198 (ev_bookmark_get_property), (ev_bookmark_set_property),
13199 (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13201 * backend/ev-bookmark.h:
13202 * backend/ev-document-bookmarks.c:
13203 (ev_document_bookmarks_get_bookmark):
13204 * backend/ev-document-bookmarks.h:
13205 * pdf/xpdf/pdf-document.cc:
13206 * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13208 Add a bookmark object to the backend and use it instead of get_values
13210 2005-01-07 Marco Pesenti Gritti <marco@gnome.org>
13212 * data/evince-ui.xml:
13214 Cleanup and add select all.
13216 * shell/ev-view.c: (ev_view_select_all),
13217 (ev_view_button_press_event):
13219 * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13222 Clear selection on click.
13224 Fri Jan 7 01:28:58 2005 Jonathan Blandford <jrb@redhat.com>
13226 * shell/ev-sidebar-thumbnails.c
13227 (ev_sidebar_thumbnails_set_document): forgot to unref the
13230 Fri Jan 7 01:22:48 2005 Jonathan Blandford <jrb@redhat.com>
13232 * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13233 at the visible page, not just linearly. This makes it look fast.
13235 Thu Jan 6 18:48:11 2005 Jonathan Blandford <jrb@redhat.com>
13237 * backend/ev-document-misc.c
13238 (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13240 * backend/ev-document-thumbnails.h: New interface to get the size
13243 2005-01-06 Jeremy Katz <katzj@redhat.com>
13245 * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13248 Wed Jan 5 15:38:28 2005 Jonathan Blandford <jrb@redhat.com>
13250 * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13251 GDKSplashOutputDev and just use a normal SplashOutputDev. Speeds
13254 * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13256 2005-01-05 Martin Kretzschmar <martink@gnome.org>
13258 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13259 fonts. Should fix font problems on systems that have the base
13260 fonts in bitmap format. Reported by James Henstridge
13261 <james@jamesh.id.au>.
13263 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13266 * pdf/xpdf/GfxState.cc:
13268 Fix for CAN-2004-1125
13270 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13272 * shell/ev-view.c: (ev_view_copy):
13274 * shell/ev-window.c: (ev_window_cmd_edit_copy):
13276 Implement Edit->Copy
13278 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13280 * backend/ev-document.c: (ev_document_get_text):
13281 * backend/ev-document.h:
13282 * pdf/xpdf/pdf-document.cc:
13283 * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13284 (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13285 (ev_view_update_primary_selection), (ev_view_button_press_event),
13286 (ev_view_motion_notify_event), (ev_view_button_release_event):
13288 Beginnings of clipboard support. Incomplete but primary sort
13291 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13293 * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13294 (expose_bin_window):
13296 Nicer rubberband drawing, from GtkIconView.
13298 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13300 * backend/ev-document.c: (ev_document_save):
13301 * backend/ev-document.h:
13302 * data/evince-ui.xml:
13303 * pdf/xpdf/pdf-document.cc:
13304 * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13306 Implement "Save a copy..." menu item
13308 2005-01-05 Marco Pesenti Gritti <marco@gnome.org>
13310 * shell/ev-view.c: (ev_view_zoom):
13312 Queue a resize when zoom changes
13314 Wed Jan 5 02:33:06 2005 Jonathan Blandford <jrb@redhat.com>
13316 * backend/ev-document-misc.[ch]: New misc file to do simple drop
13319 * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13322 Tue Jan 4 22:32:32 2005 Jonathan Blandford <jrb@redhat.com>
13324 * pdf/xpdf/pdf-document.cc
13325 (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13327 Tue Jan 4 21:25:05 2005 Jonathan Blandford <jrb@redhat.com>
13329 * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13330 It's slow, but I'll speed it up next!
13332 2005-01-04 Jeff Muizelaar <jrmuizel@nit.ca>
13334 * shell/main.c (load_files):
13336 use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13337 from the command line and because it seems more appropriate.
13339 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
13341 * data/evince-ui.xml:
13342 * shell/ev-window.c: (update_action_sensitivity),
13343 (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13345 s/next page/page down
13346 s/previous page/page up
13348 2005-01-04 Marco Pesenti Gritti <marco@gnome.org>
13350 * data/evince-ui.xml:
13352 Change the layout to match clarkbw design.
13354 * shell/Makefile.am:
13355 * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13356 (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13357 (ev_navigation_action_finalize),
13358 (ev_navigation_action_set_property),
13359 (ev_navigation_action_get_property),
13360 (ev_navigation_action_class_init):
13361 * shell/ev-navigation-action.h:
13363 Implement clarkbw toolbar navigation controls (incomplete)
13365 * shell/ev-page-action.c: (update_label), (update_spin),
13366 (value_changed_cb), (create_tool_item), (connect_proxy),
13367 (ev_page_action_init), (ev_page_action_finalize),
13368 (ev_page_action_set_property), (ev_page_action_get_property),
13369 (ev_page_action_set_current_page),
13370 (ev_page_action_set_total_pages), (ev_page_action_class_init):
13371 * shell/ev-page-action.h:
13373 Implement a page switcher in the toolbar
13375 * shell/ev-view.c: (ev_view_scroll_view):
13376 * shell/ev-window.c: (update_total_pages), (ev_window_open),
13377 (update_current_page), (view_page_changed_cb), (goto_page_cb),
13378 (register_custom_actions), (ev_window_init):
13380 Change page on PageUp/Down.
13382 Tue Jan 4 03:22:56 2005 Jonathan Blandford <jrb@redhat.com>
13384 * pdf/xpdf/pdf-document.cc
13385 (pdf_document_thumbnails_get_thumbnail): initial stab at
13386 implementing thumbnail support for pdfs. It only does documents
13387 with precached pdfs now.
13389 Mon Jan 3 17:22:25 2005 Jonathan Blandford <jrb@redhat.com>
13391 * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13392 thumbnail code into a time-based idle as well. Also, turn off the
13393 shadow temporarily as it's really slow.
13395 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
13397 * backend/ev-document.c: (ev_document_class_init):
13398 * pdf/xpdf/pdf-document.cc:
13399 * shell/ev-window.c: (ev_window_open):
13401 Fix document title bugs and fallback to
13402 filename when not available.
13404 2005-01-03 Marco Pesenti Gritti <marco@gnome.org>
13406 * backend/ev-document.c: (ev_document_get_type),
13407 (ev_document_class_init), (ev_document_load),
13408 (ev_document_get_title):
13409 * backend/ev-document.h:
13410 * pdf/xpdf/pdf-document.cc:
13411 * ps/ps-document.c: (ps_document_set_property),
13412 (ps_document_get_property), (ps_document_class_init),
13414 * ps/ps-document.h:
13416 * shell/ev-window.c: (update_window_title), (ev_window_open),
13419 Initial support for document title. Not working yet.
13421 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13423 * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13425 Grab focus on the view when clicking it
13427 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13429 * shell/ev-marshal.list:
13430 * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13431 (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13433 Add key bindings to the view. Now if the focus would work
13436 2005-01-02 Marco Pesenti Gritti <marco@gnome.org>
13439 * backend/Makefile.am:
13440 * data/Makefile.am:
13442 * dvi/dvilib/Makefile.am:
13443 * pdf/xpdf/Makefile.am:
13449 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13451 * shell/ev-view.c: (ev_view_realize):
13453 Fix mouse wheel scrolling
13455 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13461 * ps/ps-document.c: (catchPipe), (ps_document_init),
13462 (ps_document_class_init), (ps_document_cleanup),
13463 (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13464 (set_up_page), (close_pipe), (is_interpreter_ready),
13465 (interpreter_failed), (output), (input), (start_interpreter),
13466 (stop_interpreter), (file_length), (file_readable),
13467 (check_filecompressed), (check_pdf), (compute_xdpi),
13468 (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13469 (ps_document_get_type), (ps_document_emit_error_msg),
13470 (document_load), (ps_document_next_page),
13471 (ps_document_get_current_page), (ps_document_get_page_count),
13472 (ps_document_goto_page), (ps_document_set_page_size),
13473 (ps_document_zoom_to_fit), (ps_document_set_zoom),
13474 (ps_document_load), (ps_document_get_n_pages),
13475 (ps_document_set_page), (ps_document_get_page),
13476 (ps_document_widget_event), (ps_document_set_target),
13477 (ps_document_set_scale), (ps_document_set_page_offset),
13478 (ps_document_get_page_size), (ps_document_render),
13479 (ps_document_document_iface_init):
13480 * ps/ps-document.h:
13482 * shell/ev-window.c: (ev_window_open):
13484 Rename GtkGS to PSDocument
13486 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13488 * ps/gtkgs.c: (gtk_gs_class_init):
13491 Some more leftover...
13493 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13495 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13496 (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13497 (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13500 Remove unused code and make a lot of stuff private
13502 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13504 * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13505 (gtk_gs_defaults_changed):
13511 Cleanup headers dependencies
13513 2005-01-01 Marco Pesenti Gritti <marco@gnome.org>
13518 * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13520 * ps/gtkgs.c: (file_length), (file_readable),
13521 (check_filecompressed), (check_pdf), (gtk_gs_load),
13522 (gtk_gs_get_postscript):
13524 Get rid of ggvutils
13526 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13531 * ps/gtkgs.c: (gtk_gs_set_zoom):
13535 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13537 * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13539 Ensure the page is rerendered when changing zoom
13541 2004-12-31 Marco Pesenti Gritti <marco@gnome.org>
13543 * backend/ev-document.c: (ev_document_base_init),
13544 (ev_document_changed):
13545 * backend/ev-document.h:
13547 Add a changed event that is emitted when the page content
13548 changes. This is necessary to deal with the fact that
13549 in ps backend rendering happen asycrounously.
13550 This makes the ps backend mostly work.
13552 * pdf/xpdf/pdf-document.cc:
13556 * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13557 (ps_document_set_target):
13561 * shell/ev-view.c: (document_changed_callback),
13562 (ev_view_set_document), (ev_view_set_page):
13564 Redraw on the changed signal
13566 2004-12-25 Raphael Higino <raphaelh@cvs.gnome.org>
13568 * configure.ac: Added pt_BR to ALL_LINGUAS.
13570 Fri Dec 24 00:48:44 2004 Jonathan Blandford <jrb@redhat.com>
13572 * backend/ev-document-bookmarks.c:
13573 (ev_document_bookmarks_get_child): *
13574 backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13575 pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13576 shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13577 (ev_sidebar_bookmarks_destroy),
13578 (ev_sidebar_bookmarks_class_init),
13579 (ev_sidebar_bookmarks_construct), (stack_data_free),
13580 (do_one_iteration), (populate_bookmarks_idle),
13581 (ev_sidebar_bookmarks_clear_document),
13582 (ev_sidebar_bookmarks_set_document): *
13583 shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13584 (ev_sidebar_add_page),
13585 (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13586 Initial stab at a bookmarks sidebar. It doesn't navigate yet, but
13587 it displays both the topics and the page numbers.
13589 2004-12-23 Kristian Høgsberg <krh@redhat.com>
13591 * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13593 * shell/ev-window.c (toggle_entries): Set sidebar default value to
13596 2004-12-23 Adam Weinberger <adamw@gnome.org>
13598 * configure.ac: Added en_CA to ALL_LINGUAS.
13600 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13602 * ChangeLog: replace bottom of this ChangeLog (merged history of
13603 ggv and gpdf; where all paths were wrong and most of the files are
13604 not even in this tree) with ChangeLog (from arch) of the shell
13607 2004-12-23 Havoc Pennington <hp@redhat.com>
13609 * shell/ev-window.c: hook up potentially-questionable "find
13610 results status text" feature - something involving the sidebar or
13611 scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13612 might be better in the end.
13614 * shell/ev-view.c (ev_view_get_find_status_message): new function,
13615 with corresponding signal when it should be updated
13617 * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13619 2004-12-22 Havoc Pennington <hp@redhat.com>
13621 * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13622 find stuff on other pages, sort of (only returns one result on
13623 invisible pages, to show they have results; updates full results
13624 for a page when you view it). Currently repaints the current page
13625 every time a new result is found on any page, which isn't so nice.
13627 2004-12-22 Havoc Pennington <hp@redhat.com>
13629 * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13630 the document doesn't support find (better ideas?)
13631 (find_bar_search_changed_cb): handle missing document or document
13632 that doesn't support find
13634 * pdf/xpdf/pdf-document.cc: port to implement the new
13635 EvDocumentFindIface
13637 * backend/ev-document-find.c: create a new interface for searching
13639 * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13641 2004-12-23 Martin Kretzschmar <martink@gnome.org>
13643 * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13646 * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13647 EvPrintJob constructor arguments.
13649 * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13650 for documents that can export PostScript (page by page).
13652 * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13654 * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13655 (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13656 (pdf_document_ps_exporter_iface_init:
13657 Implement EvPSExporter.
13659 * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13661 2004-12-22 Anders Carlsson <andersca@gnome.org>
13663 * backend/Makefile.am:
13664 * backend/ev-document-thumbnails.c:
13665 (ev_document_thumbnails_get_type),
13666 (ev_document_thumbnails_get_thumbnail):
13667 * backend/ev-document-thumbnails.h:
13668 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13669 (pixbuf_document_thumbnails_get_thumbnail),
13670 (pixbuf_document_document_thumbnails_iface_init):
13671 * shell/Makefile.am:
13672 * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13673 (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13674 (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13675 * shell/ev-sidebar-thumbnails.h:
13676 * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13677 (ev_sidebar_set_document):
13678 * shell/ev-utils.c: (gaussian), (create_blur_filter),
13679 (create_shadow), (ev_pixbuf_add_shadow):
13680 * shell/ev-utils.h:
13681 Add thumbnail support.
13683 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13685 * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13686 (using_postscript_printer): Set up a print dialog for "PostScript
13689 * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13692 * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13694 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13696 * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13697 (ps_document_set_target), (ps_document_get_page_size),
13698 (ps_document_render):
13703 2004-12-22 Christian Rose <menthos@menthos.com>
13705 * configure.ac: Added "sv" to ALL_LINGUAS.
13707 Wed Dec 22 14:47:38 2004 Jonathan Blandford <jrb@redhat.com>
13709 * backend/ev-document-bookmarks.[ch]: new interface to indicate
13710 document supports bookmarks.
13712 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13714 * ps/ggvutils.c: (ggv_file_readable):
13716 * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13717 (gtk_gs_get_postscript):
13719 Remove unused utils
13721 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13723 * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13724 (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13725 (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13726 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13727 (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13728 (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13729 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13730 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13731 (gtk_gs_set_antialiasing), (ps_document_load),
13732 (ps_document_render):
13735 Another check point for the ps backend. Now I can get it to show
13738 Wed Dec 22 13:41:01 2004 Jonathan Blandford <jrb@redhat.com>
13740 * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13741 document setting code.
13743 2004-12-22 Anders Carlsson <andersca@gnome.org>
13745 * shell/eggfindbar.c: (entry_activate_callback):
13746 Animate the next button when activate is pressed.
13748 2004-12-22 Anders Carlsson <andersca@gnome.org>
13750 * shell/ev-window.c: (ev_window_cmd_edit_find),
13751 (update_fullscreen_popup), (ev_window_fullscreen),
13752 (ev_window_unfullscreen), (ev_window_state_event_cb),
13753 (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13754 Fix bugs in fullscreen code.
13756 2004-12-22 Anders Carlsson <andersca@gnome.org>
13760 * pixbuf/Makefile.am:
13761 * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13762 (pixbuf_document_load), (pixbuf_document_get_n_pages),
13763 (pixbuf_document_set_page), (pixbuf_document_get_page),
13764 (pixbuf_document_set_target), (pixbuf_document_set_scale),
13765 (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13766 (pixbuf_document_render), (pixbuf_document_begin_find),
13767 (pixbuf_document_end_find), (pixbuf_document_finalize),
13768 (pixbuf_document_class_init),
13769 (pixbuf_document_document_iface_init), (pixbuf_document_init):
13770 * pixbuf/pixbuf-document.h:
13771 * shell/Makefile.am:
13772 * shell/ev-application.c: (ev_application_open):
13773 * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13775 Add pixbuf backend.
13777 Tue Dec 21 21:45:43 2004 Soeren Sandmann <sandmann@redhat.com>
13780 * dvi/dvilib/Makefile.am:
13782 * configure.ac: Auto*ify dvi and dvi/dvilib
13784 * dvi/Makefile: Remove from CVS
13786 * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13789 * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13791 * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13793 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13796 * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13797 (gtk_gs_value_adjustment_changed), (compute_size),
13798 (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13799 (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13800 (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13801 (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13802 (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13803 (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13804 (ps_document_load), (ps_document_get_n_pages),
13805 (ps_document_set_page), (ps_document_get_page),
13806 (ps_document_set_target), (ps_document_set_scale),
13807 (ps_document_set_page_offset), (ps_document_get_page_size),
13808 (ps_document_render), (ps_document_begin_find),
13809 (ps_document_end_find), (ps_document_document_iface_init):
13811 * shell/Makefile.am:
13812 * shell/ev-window.c: (ev_window_open):
13814 Some work to integrate gtkgs with EvDocument
13816 2004-12-22 Anders Carlsson <andersca@gnome.org>
13818 * shell/ev-window.c: (update_fullscreen_popup),
13819 (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13820 (exit_fullscreen_button_clicked_cb),
13821 (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13822 (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13823 (ev_window_state_event_cb), (ev_window_init):
13824 Add fullscreen support from Epiphany.
13826 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13828 * data/ev-stock-zoom-fit-width.png: fit-width
13829 stock icon from gpdf.
13831 * shell/ev-stock-icons.[ch]: copied from gpdf.
13833 * shell/main.c: (main): init stock icons.
13835 * shell/ev-window.c: use the fit-width icon.
13837 * data/evince-ui.xml: add zooming toolbar items.
13839 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13842 (ev_view_best_fit), (ev_view_fit_width): because
13843 get_page_size() returns the scaled page size, we
13844 need to calculate the scale factor relative to
13845 the previous scale factor. Should really just
13846 add get_real_page_size().
13848 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13850 * shell/ev-view.[ch]:
13851 (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13852 (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13855 * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13856 (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13857 (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13860 * pdf/xpdf/pdf-document.cc:
13861 (pdf_document_begin_find),
13862 (pdf_document_end_find): make static.
13864 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13866 * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13868 * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13869 names to fontconfig patterns.
13870 (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13872 * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13875 2004-12-22 Marco Pesenti Gritti <marco@gnome.org>
13891 Import ggv backend. Not hooked up yet.
13893 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13895 * shell/main.c: (load_files), (main): load files
13896 from the command line.
13898 2004-12-22 Mark McLoughlin <mark@skynet.ie>
13900 * configure.ac: don't require bonobo.
13902 * cut-n-paste/recent-files/*: kill bonobo recent
13905 * shell/ev-window.c:
13906 (ev_window_is_empty): upd.
13907 (unable_to_load), (ev_window_open): load backend
13908 based on the mime type.
13910 2004-12-22 Martin Kretzschmar <martink@gnome.org>
13912 * backend/.cvsignore: ignore generated marshalers source.
13914 * shell/main.c (main): this is not epiphany.
13916 2004-12-22 Havoc Pennington <hp@redhat.com>
13918 * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13919 (expose_bin_window): draw find highlights
13921 * shell/ev-window.c (find_bar_search_changed_cb): implement
13923 * pdf/xpdf/pdf-document.cc (pdf_document_begin_find)
13924 (pdf_document_end_find): implement this interface
13926 * backend/ev-document.c (ev_document_found): add this to emit
13929 Tue Dec 21 23:57:37 2004 Owen Taylor <otaylor@redhat.com>
13931 * data/evince-ui.xml: Add a few more toolbar items.
13933 * shell/ev-window.c: Hook up page navigation toolbar
13936 * shell/ev-view.[ch]: add ev_view_set/get_page and
13937 a page-changed signal.
13939 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13940 Add ev_document_get_page().
13942 * shell/ev-window.c: Sensitize/desensitize navigation
13945 2004-12-21 Havoc Pennington <hp@redhat.com>
13947 * backend/ev-backend-marshal.c,
13948 backend/ev-backend-marshalers.list, backend/Makefile.am: add
13949 marshaler-generator thingy. I'm sure there's a better way to do
13950 this in the modern world.
13952 * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13953 end_find methods and "found" signal.
13955 * configure.ac: find glib-genmarshal
13957 Tue Dec 21 23:20:35 2004 Jonathan Blandford <jrb@redhat.com>
13959 * shell/ev-sidebar.c: Construct an actual sidebar.
13960 * shell/ev-sidebar-bookmarks.[ch]:
13961 * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13963 Tue Dec 21 23:05:51 2004 Owen Taylor <otaylor@redhat.com>
13965 * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13966 Redo size handling.
13968 * shell/ev-view.c: Track the size from the document.
13970 Tue Dec 21 22:17:04 2004 Owen Taylor <otaylor@redhat.com>
13972 * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13973 constructor assumes ownership of the string passed in.
13975 * shell/ev-window.c (ev_window_open): Destroy the error
13976 dialog once we've displayed it.
13978 Tue Dec 21 21:58:56 2004 Owen Taylor <otaylor@redhat.com>
13980 * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up
13981 a bit, it works! (sort of)
13983 * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13984 Move to .cc since we need to use C++ in the implementation.
13986 * shell/dummy.cc: Add a CC file to force evince
13987 to be linked as a C++ program.
13989 Tue Dec 21 21:07:55 2004 Owen Taylor <otaylor@redhat.com>
13991 * shell/ev-view.[ch]: Start of content-area widget.
13993 * shell/ev-window.c: Create a EvView, update it
13994 as we change documents.
13996 * shell/Makefile.am shell/ev-marshal.list: Add
13997 generated marshalers.
13999 Tue Dec 21 20:28:11 2004 Jonathan Blandford <jrb@redhat.com>
14001 * Makefile.am (SUBDIRS): move shell.
14003 Tue Dec 21 19:28:55 2004 Owen Taylor <otaylor@redhat.com>
14005 * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14006 .a to libtool convenience libraries.
14008 * shell/ev-window.c (ev_window_open): Hard code loading
14011 * backend/ev-document.h: Add a boolean return to load(),
14012 fix GError * to GError **.
14014 * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14015 object for a PDF backend EvDocument.
14017 Tue Dec 21 18:55:06 2004 Søren Sandmann <sandmann@redhat.com>
14019 * dvi/*: New directory with the beginning of a .dvi backend.
14021 2004-12-21 Havoc Pennington <hp@redhat.com>
14023 * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14024 previous/next instead of back/forward
14026 Tue Dec 21 18:26:24 2004 Owen Taylor <otaylor@redhat.com>
14028 * backend/ev-document.[ch]: Fix a couple of problems so
14031 Tue Dec 21 18:20:40 2004 Owen Taylor <otaylor@redhat.com>
14033 * viewer/* backend/* configure.ac Makefile.am: Move viewer directory
14034 to backend/ directory, rename EvViewer to EvDocument.
14036 2004-12-21 Havoc Pennington <hp@redhat.com>
14038 * shell/ev-window.c: hook up the find bar widget; now we just need
14039 a document to find things in
14041 * shell/eggfindbar.c: a find bar widget
14043 Tue Dec 21 17:20:16 2004 Jonathan Blandford <jrb@redhat.com>
14045 * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14047 Tue Dec 21 16:30:58 2004 Owen Taylor <otaylor@redhat.com>
14049 * pdf/**: Import of xpdf code from gpdf.
14051 * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14053 * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14054 pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h:
14055 Fix FreeType includes.
14057 * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14058 pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14059 pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14060 Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14061 pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14062 Include xpdfconfig.h
14064 Tue Dec 21 16:08:17 2004 Jonathan Blandford <jrb@redhat.com>
14066 * shell/ev-window.c (ev_window_dispose): dispose can be called
14069 2004-12-21 Havoc Pennington <hp@redhat.com>
14071 * shell/ev-window.c (ev_window_init): set title to Document Viewer
14074 * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14075 items; really they should be synced with the strings, etc. from
14076 current gpdf, but just getting the boring typing out of the way
14078 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
14081 * shell/ev-application.c: (window_destroy_cb):
14082 * shell/ev-window.c:
14083 * shell/main.c: (main):
14085 Actually show the window...
14087 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
14090 * shell/Makefile.am:
14091 * shell/ev-application.c: (ev_application_class_init):
14092 * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14094 Make it build again
14096 2004-12-21 Marco Pesenti Gritti <marco@gnome.org>
14098 Import to gnome cvs.
14100 * Remove copies of gpdf and ggv trees.
14101 * Rip out all the recursive configure code.
14102 * Remove bonobo machinery.
14103 * viewer/*: GInterfaces that backends should/can implement.
14105 2004-11-09 Martin Kretzschmar <m_kretzschmar@gmx.net>
14107 * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14110 2004-10-28 Martin Kretzschmar <m_kretzschmar@gmx.net>
14112 * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14113 (ev_application_finalize, ev_application_class_init)
14114 (ev_application_init): use GType instance private data for priv.
14116 * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14117 (ev_window_finalize, ev_window_class_init)
14118 (ev_window_init): ditto.
14120 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
14122 * shell/ev-application.c (ev_application_new_window): make public
14123 (ev_application_show_initial_window): kill.
14125 * shell/ev-application.h: update prototypes.
14127 * shell/main.cc (main): inline ev_application_show_initial_window.
14129 2004-10-27 Martin Kretzschmar <m_kretzschmar@gmx.net>
14131 * shell/ev-application.c (ev_application_new_window): impl.
14132 (ev_application_show_initial_window): use it.
14133 (is_window_empty, ev_application_get_empty_window): returns an
14134 existing empty window or a new one.
14135 (ev_application_open): from ev_window_cmd_file_open.
14137 * shell/ev-application.h: update prototypes
14139 * shell/ev-window.c (ev_window_is_empty): impl.
14140 (ev_window_open): make public.
14141 (ev_window_cmd_file_open): use ev_application_open
14143 * shell/ev-window.h: update prototypes, remove unused.
14145 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14147 * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14148 move destroy handler out of here...
14150 * shell/ev-application.c, shell/ev-application.h: ...into this new
14151 class. Also handles initial window creation.
14153 * shell/main.cc (main): use EvApplication to create initial
14156 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14158 * Makefile.am (SUBDIRS): add cut-n-paste
14160 * cut-n-paste/Makefile.am: add
14162 * configure.ac: generate Makefiles in cut-n-paste
14164 2004-10-26 Martin Kretzschmar <m_kretzschmar@gmx.net>
14166 * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14167 (ev_window_class_init): install ev_window_dispose.
14169 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14171 * shell/ev-window.h, shell/ev-window.c: replace gchar with
14172 char (gchar looks stupid).
14174 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14176 * po/de.po: updated German translation.
14178 2004-10-25 Martin Kretzschmar <m_kretzschmar@gmx.net>
14180 * configure.ac: add more pkg-config library checks for gnome-vfs,
14183 * gpdf/configure.in: temporarily disable libpaper
14184 checks. Otherwise I'd have to add the checks for the shell, too.
14186 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14188 * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14189 and * file filters to the file choose.
14191 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14193 * po/de.po: Updated German translation.
14195 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14197 * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14199 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14201 * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14203 * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14204 (ev_window_init): implement those menuitems.
14206 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14208 * data/evince-ui.xml: add a toolbar (with FileOpen action)
14210 * shell/ev-window.c (ev_window_init): use the toolbar.
14212 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14214 * shell/ev-window.c (ev_window_init): use menu translations
14216 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14218 * configure.ac: add "de" to ALL_LINGUAS.
14220 * po/de.po: add German translation.
14222 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14224 * Makefile.am (SUBDIRS): add po
14226 * configure.ac: check intltool, glib-gettext etc, generate
14229 * po, po/POTFILES.in, po/POTFILES.skip: new.
14231 2004-10-24 Martin Kretzschmar <m_kretzschmar@gmx.net>
14233 * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14234 already use (#ifdef ENABLE_NLS)
14236 * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14237 pointer indirection thinko.
14239 * shell/main.c: include gi18n.h for bindtextdomain etc.
14241 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14243 * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14244 (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14245 tooltips for menu items in the statusbar.
14247 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14249 * configure.ac, data/Makefile.am, shell/Makefile.am: use
14250 pkgdatadir drop UIDIR
14252 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14254 * data/evince-ui.xml: Add File->Open menu item
14256 * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14257 chooser), hook it up in the ui manager.
14259 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14261 * shell/ev-window.c: fix Help->About tooltip.
14263 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14265 * configure.ac: set CFLAGS for libevprivate.
14267 * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14268 definitions, factory etc.
14270 * lib/Makefile.am: build libevprivate.a (only stock icon code).
14272 * shell/Makefile.am: link against libevprivate.a.
14274 * shell/ev-window.c (entries): add stock icon to Help->About.
14276 * shell/main.c (main): init stock icon code.
14278 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14280 * lib/recent-files: egg recent files code
14282 * lib/Makefile.am: add.
14284 * Makefile.am: add lib subdir.
14286 * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14287 set CFLAGS for recent-files.
14289 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14291 * configure.ac: disable -ansi and -pedantic gcc flags. They
14292 disable POSIX stuff in stdio.h, but egg-recent uses them.
14294 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14296 * configure.ac: add --disable-deprecated flag (defaults to on in
14299 * shell/Makefile.am (INCLUDES): use it.
14301 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14303 * shell/main.c: add missing #include.
14305 * shell/ev-window.c: fix for pedantic gcc.
14306 (ev_window_cmd_help_about): split license into paragraphs for
14307 translators and pedantic compilers.
14309 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14311 * configure.ac: add more warning flags if compiling with gcc from
14312 cvs (or explicitly requested with --enable-more-warnings).
14314 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14316 * data/evince-ui.xml: add File and File->Close menu.
14318 * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14319 (ev_window_destroy): quit after destroy.
14320 (ev_window_class_init): override GtkObject::destroy.
14321 (entries): install close_window callback.
14323 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14325 * Makefile.am (SUBDIRS): add data subdir.
14327 * configure.ac (UIDIR): gen data/Makefile, define UIDIR. Require
14328 gtk+ 2.5.0 for GtkAboutDialog.
14330 * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14333 * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14335 * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14337 (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14339 2004-10-23 Martin Kretzschmar <m_kretzschmar@gmx.net>
14341 * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14343 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14345 * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14347 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14349 * shell/*: Added shell directory boilerplate, build it.
14351 2004-10-22 Martin Kretzschmar <m_kretzschmar@gmx.net>
14353 * configure.ac, Makefile.am: Added top-level configure.ac and