]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.24.0
[evince.git] / ChangeLog
1 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update for release 2.24.0
6         
7 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-window.c: (launch_external_uri):
10
11         Use GdkAppLaunchContext when available to launch external uris.
12         
13 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * shell/ev-window.c: (launch_external_uri):
16
17         Use the message area to show errors when lauching external uris
18         instead of a popup window.
19         
20 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * shell/ev-window.c: (launch_external_uri):
23
24         Assume invalid uris are http uris. Fixes bug #552071.
25         
26 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * NEWS:
29         * configure.ac:
30
31         Update for release 2.23.92.
32         
33 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
34
35         * shell/eggfindbar.c: (egg_find_bar_class_init):
36
37         Allow page scrolling with PageUp/PageDown keys when find bar is
38         active. Fixes bug #529833.
39         
40 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * shell/ev-view-private.h:
43         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
44         (ev_view_scroll), (ev_view_class_init):
45         * shell/ev-view-accessible.c:
46         (ev_view_accessible_action_do_action):
47         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
48         (ev_window_cmd_scroll_backward):
49
50         Use GtkScrollType instead of EvScrollType.
51         
52 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
53
54         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
55         
56         Patch for case unsensitive page label match by Michael Lee.
57         See bug #550136.
58         
59         * shell/ev-page-action.c (create_tool_item):    
60         * test/Makefile.am:
61         * test/test1.py:
62         * test/test4.py:
63         * test/test5.py:
64         
65         Added test for the above and updated other tests.
66
67 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-window.c: (image_save_dialog_response_cb):
70
71         Do not append the file extension twice when saving an image.
72         
73 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
76
77         Remove an invalid ifdef.
78         
79 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * shell/ev-view.c: (ev_view_motion_notify_event):
82
83         Make sure the cursor is correctly restored after showing the right
84         click menu.
85         
86 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
89         (ev_attachment_open):
90         * shell/ev-sidebar-attachments.c:
91         (ev_sidebar_attachments_button_press):
92         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
93
94         Use GdkAppLaunchContext when available to open attachments.
95         
96 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
99
100         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
101         by Eric Piel.
102         
103 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * shell/ev-application.c: (ev_application_get_media_keys):
106         * shell/ev-media-player-keys.[ch]:
107         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
108         (ev_media_player_keys_grab_keys),
109         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
110         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
111         * shell/ev-window.[ch]: (ev_window_dispose),
112         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
113         (ev_window_init):
114
115         Clean up the media player keys stuff.
116         
117 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * NEWS:
120         * configure.ac:
121
122         Update for release 2.23.91.
123         
124 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * cut-n-paste/smclient/eggsmclient-xsmp.c:
127         (sm_client_xsmp_set_initial_properties):
128
129         Fix memory leak.
130         
131 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/ev-application.c: (ev_application_open_window),
134         (ev_application_open_uri_at_dest):
135
136         Make sure evince starts up in the right workspace when resuming a
137         previous session.
138         
139 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-application.[ch]: (ev_application_open_window),
142         (ev_application_add_icon_path_for_screen),
143         (ev_application_open_uri_at_dest):
144
145         Fix window manager warnings shown in ~/.xsession-errors
146         
147 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * configure.ac:
150         * cut-n-paste/Makefile.am:
151         * cut-n-paste/smclient/Makefile.am:
152         * cut-n-paste/smclient/eggdesktopfile.[ch]:
153         * cut-n-paste/smclient/eggsmclient-private.h:
154         * cut-n-paste/smclient/eggsmclient-xsmp.c:
155         * cut-n-paste/smclient/eggsmclient.[ch]:
156
157         EggSMClient copied from libegg
158
159         * libdocument/ev-file-helpers.c: (ev_dot_dir):
160         * shell/Makefile.am:
161         * shell/ev-application.[ch]: (ev_application_load_session),
162         (smclient_save_state_cb), (smclient_quit_cb),
163         (ev_application_init_session), (ev_application_shutdown),
164         (ev_application_init):
165         * shell/main.c: (main):
166
167         Use EggSMClient instead of gnome-client and remove libgnome and
168         libgnomeui dependencies.
169         
170 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * shell/main.c: (main):
173
174         Remove gnome_authentication_manager_init.
175         
176 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * shell/ev-view.c: (ev_view_goto_window_create):
179
180         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
181         since it's now deprecated.
182         
183 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * backend/djvu/Makefile.am:
186         * backend/djvu/djvu-document-private.h:
187         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
188         (djvu_document_find_iface_init):
189         * backend/djvu/djvu-text-page.[ch]:
190         * backend/djvu/djvu-text.[ch]: Removed
191         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
192         (pdf_document_find_iface_init):
193         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
194         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
195         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
196         (ev_job_find_get_n_results), (ev_job_find_get_progress),
197         (ev_job_find_has_results), (ev_job_find_get_results):
198         * shell/ev-view-private.h:
199         * shell/ev-view.[ch]: (ev_view_expose_event),
200         (highlight_find_results), (ev_view_finalize),
201         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
202         (ev_view_set_document), (ev_view_find_get_n_results),
203         (ev_view_find_get_result), (jump_to_find_result),
204         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
205         (ev_view_find_previous), (ev_view_find_search_changed),
206         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
207         * shell/ev-window.c: (ev_window_update_actions),
208         (page_changed_cb), (ev_window_setup_document),
209         (ev_window_update_find_status_message),
210         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
211         (ev_window_clear_find_job), (find_bar_close_cb),
212         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
213         (ev_window_dispose), (ev_window_init):
214
215         Rework find interface. The find logic has been moved from backends
216         to the shell avoiding a lot of duplicated code in the backends and
217         making easier to implement the find interface in the backends.
218         
219 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * backend/pdf/ev-poppler.cc:
222         (pdf_document_thumbnails_get_dimensions):
223
224         Make sure thumbnail size returned by the PDF is actually
225         valid. Fixes bug #548462.
226         
227 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-window.c: (ev_window_setup_document),
230         (ev_window_set_document), (ev_window_dispose):
231
232         Remove the idle function for setting the document up when the
233         window is destroyed. Fixes bug #549163.
234         
235 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
238         (ev_job_attachments_dispose), (ev_job_attachments_run),
239         (ev_job_attachments_class_init), (ev_job_attachments_new):
240         * shell/ev-sidebar-attachments.c:
241         (ev_sidebar_attachments_set_document):
242
243         Add a new job to get the attachments in a thread with the document
244         lock held. Fixes bug #548653.
245         
246 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
249         (tiff_document_document_iface_init):
250
251         Implement document_get_page_label in tiff backend.
252         
253 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * backend/tiff/tiff-document.c: (tiff_document_render):
256
257         Handle document orientation in tiff backend. Fixes bug #548444.
258         
259 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
262
263         Do not crash when adjustment page size is 0. Fixes bug #547440.
264         
265 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * cut-n-paste/evmountoperation/ev-mount-operation.c:
268
269         Sync with current GTK+.
270         
271 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
272
273         * configure.ac:
274         
275         Update for release 2.23.6.
276
277 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
280         (ev_job_load_set_password):
281         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
282         * shell/ev-window.c: (password_dialog_response),
283         (ev_window_load_job_cb):
284
285         Fix loading encrypted documents since I broke it with the jobs
286         rework.
287         
288 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
289
290         * NEWS:
291
292         Update NEWS for 2.23.6 release.
293         
294 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
295
296         * backend/impress/impress-document.c:
297         * backend/impress/render.h:
298         * libdocument/ev-document-factory.c:
299         * libdocument/ev-document-factory.h:
300         * libdocument/ev-document-links.h:
301         * libdocument/ev-document-misc.c:
302         * libdocument/ev-document-misc.h:
303         * properties/ev-properties-main.c:
304         * properties/ev-properties-view.c:
305         * properties/ev-properties-view.h:
306         * shell/eggfindbar.c:
307         * shell/eggfindbar.h:
308         * shell/ev-application.c:
309         * shell/ev-application.h:
310         * shell/ev-jobs.h:
311         * shell/ev-message-area.h:
312         * shell/ev-navigation-action.c:
313         * shell/ev-navigation-action.h:
314         * shell/ev-open-recent-action.c:
315         * shell/ev-open-recent-action.h:
316         * shell/ev-page-action-widget.c:
317         * shell/ev-page-action.c:
318         * shell/ev-page-action.h:
319         * shell/ev-page-cache.h:
320         * shell/ev-password-view.h:
321         * shell/ev-password.h:
322         * shell/ev-pixbuf-cache.h:
323         * shell/ev-properties-fonts.c:
324         * shell/ev-sidebar-attachments.c:
325         * shell/ev-sidebar-links.c:
326         * shell/ev-sidebar-links.h:
327         * shell/ev-sidebar-thumbnails.c:
328         * shell/ev-sidebar-thumbnails.h:
329         * shell/ev-sidebar.c:
330         * shell/ev-sidebar.h:
331         * shell/ev-stock-icons.c:
332         * shell/ev-tooltip.h:
333         * shell/ev-view.c:
334         * shell/ev-view.h:
335         * shell/ev-window.c:
336         * shell/ev-window.h:
337         * shell/main.c:
338
339         More #include cleanups. Again: reordering, single gtk.h
340         includes and other stuff.
341
342 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
343
344         * shell/eggfindbar.c:
345         * shell/ev-application.c:
346         * shell/ev-message-area.c:
347         * shell/ev-navigation-action.c:
348         * shell/ev-open-recent-action.c:
349         * shell/ev-page-action-widget.c:
350         * shell/ev-page-action.c:
351         * shell/ev-password-view.c:
352         * shell/ev-properties-dialog.c:
353         * shell/ev-properties-fonts.c:
354         * shell/ev-sidebar-attachments.c:
355         * shell/ev-sidebar-page.c:
356         * shell/ev-sidebar-thumbnails.c:
357         * shell/ev-stock-icons.c:
358         * shell/ev-tooltip.c:
359         * shell/ev-view.c:
360         * shell/ev-window.c:
361         * shell/main.c:
362
363         Cleanup many #include statements: reorder so that a
364         generic-to-specific order is used, use single gtk.h
365         includes, and some other cleanups.
366
367 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-jobs.h:
370
371         Add gio header.
372         
373 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
376         (ev_document_fc_mutex_trylock):
377         * shell/Makefile.am:
378         * shell/ev-job-queue.[ch]:
379         * shell/ev-job-scheduler.[ch]:
380         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
381         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
382         (ev_job_run), (ev_job_cancel), (ev_job_failed),
383         (ev_job_failed_from_error), (ev_job_succeeded),
384         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
385         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
386         (ev_job_links_class_init), (ev_job_render_init),
387         (notify_page_ready), (ev_job_render_page_ready),
388         (ev_job_render_run), (ev_job_render_class_init),
389         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
390         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
391         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
392         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
393         (ev_job_save_dispose), (ev_job_save_run),
394         (ev_job_save_class_init), (ev_job_print_init),
395         (ev_job_print_dispose), (ev_job_print_run),
396         (ev_job_print_class_init):
397         * shell/ev-page-cache.c:
398         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
399         (check_job_size_and_unref), (move_one_job),
400         (copy_job_to_job_info), (add_job),
401         (ev_pixbuf_cache_add_jobs_if_needed):
402         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
403         (job_fonts_finished_cb), (job_fonts_updated_cb),
404         (ev_properties_fonts_set_document):
405         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
406         (ev_sidebar_links_set_document):
407         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
408         (ev_sidebar_thumbnails_set_document),
409         (ev_sidebar_thumbnails_clear_job):
410         * shell/ev-view-private.h:
411         * shell/ev-view.c:
412         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
413         (ev_window_refresh_window_thumbnail), (password_dialog_response),
414         (ev_window_clear_load_job), (ev_window_clear_reload_job),
415         (ev_window_load_job_cb), (ev_window_reload_job_cb),
416         (window_open_file_copy_ready_cb), (ev_window_open_uri),
417         (ev_window_reload_document), (ev_window_clear_save_job),
418         (ev_window_save_job_cb), (file_save_dialog_response_cb),
419         (ev_window_clear_print_job), (ev_window_print_job_cb),
420         (ev_window_print_dialog_response_cb):
421         * shell/main.c: (main):
422
423         Rework the jobs system in order to make it simpler and more
424         extensible. It allows to run jobs in the main loop instead of
425         using a thread when it's appropriate like the fonts job. Now it's
426         also possible to cancel jobs that are currently running. 
427         
428 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * libdocument/ev-debug.c: (profile_init):
431
432         Create the hash table also when profiling service is enabled for
433         all sections.
434         
435 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * libdocument/ev-debug.[ch]: (ev_profiler_start),
438         (ev_profiler_stop):
439         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
440         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
441         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
442         (ev_job_print_run):
443         * shell/main.c: (main):
444
445         Add a profile mode available when debug is enabled. Add profilers
446         in ev-jobs.
447         
448 2008-07-23  Götz Waschk <waschk@mandriva.org>
449
450         * configure.ac: Correctly build desktop file. Fixes
451         bug #544237.
452
453 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
454
455         * configure.ac:
456         
457         Update for release 2.23.5.
458
459 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * NEWS:
462
463         Update NEWS for 2.23.5 release.
464         
465 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
466
467         * shell/ev-window.c: (ev_window_state_event),
468         (ev_window_class_init):
469
470         Intercept window manager's fullscreen request in order to run/stop
471         fullscreen mode. Fixes bug #493541.
472         
473 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (find_bar_visibility_changed_cb):
476
477         Restart the job search when the find bar is opened for the second
478         time. Fixes bug #531956.
479         
480 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
483         (get_document_from_uri):
484
485         Make sure we always return a valid error struct when
486         get_document_from_uri fails. Fixes nautilus crash, see bug
487         #542548.
488         
489 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
490
491         * libdocument/ev-transition-effect.c
492         (ev_transition_effect_type_get_type),
493         (ev_transition_effect_alignment_get_type),
494         (ev_transition_effect_direction_get_type):
495         
496         Fixes bug #542924. Makes enums static to fix Solaris build.
497
498 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/ev-view.c: (ev_view_key_press_event):
501
502         Add '.' keybinding for blanking the screen in presentation
503         mode. Fixes bug #542001.
504         
505 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * libdocument/ev-document-misc.c:
508         (ev_document_misc_pixbuf_from_surface):
509
510         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
511         #540950.
512         
513 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
514
515         * backend/comics/comics-document.c (comics_document_load):
516         * backend/comics/comicsdocument.evince-backend.in:
517         * configure.ac:
518         * thumbnailer/evince-thumbnailer-comics.schemas.in:
519         
520         Added support for 7-zip based cb7 comic book. Patch by
521         Kartik Rustagi. Fixes bug #532312.
522
523 2008-06-24  Bastien Nocera  <hadess@hadess.net>
524
525         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
526         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
527         Fixes bug #539972.
528
529 2008-06-24  Bastien Nocera  <hadess@hadess.net>
530
531         * shell/Makefile.am:
532         * shell/ev-application.c (ev_application_init),
533         (ev_application_get_media_keys):
534         * shell/ev-application.h:
535         * shell/ev-marshal.list:
536         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
537         (proxy_destroy), (on_media_player_key_pressed),
538         (ev_media_player_keys_init), (ev_media_player_keys_focused),
539         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
540         * shell/ev-media-player-keys.h:
541         * shell/ev-window.c (ev_window_go_previous_page),
542         (ev_window_go_next_page), (ev_window_go_first_page),
543         (ev_window_go_last_page), (ev_window_start_presentation),
544         (ev_window_dispose), (view_actions_focus_in_cb):
545         * shell/ev-window.h: When building with D-Bus support, listen
546         for multimedia key events from gnome-settings-daemon. This allows
547         to go to the next/previous/first/last pages using, respectively,
548         Next/Previous/Rewing/Fast Forward. The Play button is used to start
549         a presentation. Fixes bug #539971.
550
551 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
552
553         * configure.ac:
554         
555         Update for release 2.23.4.
556
557 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * NEWS:
560
561         Update news for 2.23.4 release.
562         
563 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
566         * shell/ev-sidebar-thumbnails.c:
567         (ev_sidebar_thumbnails_set_loading_icon),
568         (ev_sidebar_thumbnails_refresh):
569         * shell/ev-window.c: (ev_window_error_message),
570         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
571         (ev_window_set_document):
572
573         Do not crash opening documents with no pages and show a warning
574         message in the message area. Fixes bugs #537574 and #171588.
575         
576 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/Makefile.am:
579         * shell/ev-file-monitor.[ch]:
580         * shell/ev-window.c: (ev_window_document_changed),
581         (ev_window_clear_reload_job), (ev_window_load_job_cb),
582         (ev_window_reload_job_cb), (ev_window_open_uri),
583         (ev_window_reload_document), (ev_window_cmd_view_reload),
584         (ev_window_dispose):
585
586         Automaticly reload the document when the file has changed on
587         disk. Bug #304249.
588         
589 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
590
591         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
592         * libdocument/ev-image.c: (ev_image_save_tmp):
593         * libdocument/ev-module.c: (ev_module_load):
594         * shell/ev-application.c: (ev_application_shutdown),
595         (ev_application_get_print_settings):
596         * shell/ev-sidebar-attachments.c:
597         (ev_sidebar_attachments_button_press),
598         (ev_sidebar_attachments_drag_data_get):
599         * shell/ev-window.c: (window_save_file_copy_ready_cb),
600         (ev_window_print_finished), (ev_window_print_send),
601         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
602         (ev_window_preview_print_finished), (ev_window_do_preview_print),
603         (ev_window_cmd_preview_print):
604         * shell/main.c: (load_files_remote):
605         Fix some build warnings under GCC 4.3.0. (#537535).
606
607 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
608
609         * shell/ev-jobs.c: (ev_job_render_dispose):
610
611         Fix a crash in debug mode. Patch by Daniel M German.
612         
613 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
614
615         * shell/ev-window.c:
616
617         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
618         
619 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * shell/ev-window.c: (ev_window_print_send),
622         (ev_window_do_preview_print):
623
624         Use the window title as print job name instead of just
625         "evince-print". Fixes bug #534493.
626         
627 2008-05-19  Frederic Peters  <fpeters@0d.be>
628
629         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
630         Bug #533897.
631
632 2008-05-19  Frederic Peters  <fpeters@0d.be>
633
634         * help/reference/Makefile.am: added missing libevmountoperation to
635         gtkdoc-scanobj libraries.  Bug #533896.
636
637 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
638
639         * properties/ev-properties-view.c (get_default_user_units):
640         Fixes check for default units string translation. Bug #533323.
641
642 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
643
644         * backend/impress/iksemel.c (sax_core): Fix a free() that should
645         be an iks_free(). Fix an array overflow in the XML parser that
646         would occur whenever the number of attributes in a tag was greater
647         than 0 and divisible by 6. Fixes GNOME bug #530852.
648
649 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * backend/djvu/djvu-document-private.h:
652         * backend/djvu/djvu-links.c:
653         * backend/djvu/djvu-text.c:
654         * backend/djvu/djvu-document.c: (djvu_handle_events),
655         (djvu_wait_for_message), (djvu_document_load),
656         (document_get_page_size), (djvu_document_render),
657         (djvu_document_thumbnails_get_thumbnail),
658         (djvu_document_file_exporter_end):
659
660         Make sure load job doesn't finish successfully when the document
661         is not successfully decoded by libdjvu. Fixes bug #530202.
662         
663 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * configure.ac:
666         * libdocument/Makefile.am:
667         * libdocument/ev-debug.[ch]:
668         * libdocument/ev-document.c:
669         * shell/ev-jobs.c: (ev_job_links_dispose),
670         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
671         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
672         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
673         (ev_job_render_page_ready), (ev_job_render_run),
674         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
675         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
676         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
677         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
678         (ev_job_print_new), (ev_job_print_run):
679         * shell/main.c: (main):
680
681         Add debug mode based on gedit code. Add debug messages in
682         ev-jobs.
683         
684 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * libdocument/ev-document-factory.c: (get_document_from_uri):
687
688         Fix memory leak.
689         
690 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
691
692         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
693         (get_mime_type_from_data), (get_document_from_uri),
694         (ev_document_factory_get_document):
695         
696         Improved error message about file opening failture.
697         Bug #529129.
698
699 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
700
701         * data/evince-toolbar.xml:
702         
703         Allow to add SaveAs to toolbar.
704
705 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
706
707         * shell/ev-view-private.h:
708         * shell/ev-view.[ch]: (ev_view_button_release_event),
709         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
710         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
711         (ev_view_update_primary_selection), (clear_link_selected),
712         (ev_view_copy_link_address):
713         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
714
715         Update also the primary selection when copying a link
716         address. Fixes bug #520855.
717         
718 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * libdocument/ev-document-factory.c: (get_document_from_uri):
721
722         Use the pixbuf backend only when the mime type is not supported by
723         any of the other backend so that tiff documents, for instance, are
724         handled by the tiff backend instead of the pixbuf backend. fixes
725         bug #520290.
726         
727 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
728
729         * cut-n-paste/Makefile.am:
730
731         Add evmountoperation to subdirs list.
732         
733 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * configure.ac:
736
737         Fix libspectre check in configure script. Fixes bug #528549.
738         
739 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * configure.ac:
742         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
743         * shell/Makefile.am:
744         * shell/ev-window.c: (ev_window_load_remote_failed),
745         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
746
747         Add GtkMountOperation (renamed to avoid conflicts) to be able to
748         open documents in remote locations that are not mounted.
749         
750 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
753         (bitmap_convert_msb8):
754         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
755         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
756
757         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
758         
759 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
760
761         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
762         (ev_job_render_new), (ev_job_render_set_selection_info),
763         (ev_job_render_run):
764         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
765         (check_job_size_and_unref),
766         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
767         (add_job), (ev_pixbuf_cache_get_selection_surface):
768
769         Create the render context needed for rendering a page in the render
770         thread so that we don't block the main thread. Simplify
771         EvJobRender API.
772         
773 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * libdocument/Makefile.am:
776         * libdocument/ev-page.[ch]:
777         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
778         (ev_render_context_new), (ev_render_context_set_page):
779         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
780         (ev_form_field_finalize), (ev_form_field_class_init):
781         * libdocument/ev-document-forms.[ch]:
782         (ev_document_forms_get_form_fields):
783         * libdocument/ev-document.[ch]: (ev_document_get_page),
784         (ev_document_get_page_size), (ev_document_get_page_label):
785         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
786         (ev_job_render_run), (ev_job_thumbnail_new),
787         (ev_job_thumbnail_run), (ev_job_print_run):
788         * shell/ev-page-cache.c: (ev_page_cache_new):
789         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
790         (check_job_size_and_unref), (add_job):
791         * shell/ev-sidebar-thumbnails.c: (add_range):
792         * shell/ev-view.c: (ev_view_form_field_get_region),
793         (ev_view_form_field_button_create_widget),
794         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
795         (ev_view_handle_form_field), (ev_view_size_allocate),
796         (get_selected_text):
797         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
798         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
799         (pdf_document_get_page), (pdf_document_get_page_label),
800         (pdf_document_render), (pdf_document_get_info),
801         (pdf_document_document_iface_init),
802         (pdf_document_thumbnails_get_thumbnail),
803         (pdf_document_thumbnails_get_dimensions),
804         (pdf_document_file_exporter_do_page),
805         (pdf_selection_render_selection),
806         (pdf_selection_get_selected_text),
807         (pdf_selection_get_selection_region),
808         (pdf_selection_get_selection_map),
809         (pdf_document_forms_get_form_fields),
810         (pdf_document_forms_form_field_text_get_text),
811         (pdf_document_forms_form_field_text_set_text),
812         (pdf_document_forms_form_field_button_set_state),
813         (pdf_document_forms_form_field_button_get_state),
814         (pdf_document_forms_form_field_choice_get_item),
815         (pdf_document_forms_form_field_choice_get_n_items),
816         (pdf_document_forms_form_field_choice_is_item_selected),
817         (pdf_document_forms_form_field_choice_select_item),
818         (pdf_document_forms_form_field_choice_toggle_item),
819         (pdf_document_forms_form_field_choice_unselect_all),
820         (pdf_document_forms_form_field_choice_set_text),
821         (pdf_document_forms_form_field_choice_get_text):
822         * backend/ps/ev-spectre.c: (ps_document_get_page),
823         (ps_document_get_page_size), (ps_document_get_page_label),
824         (ps_document_render), (ps_document_document_iface_init),
825         (ps_document_file_exporter_do_page):
826         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
827         (tiff_document_render), (tiff_document_render_pixbuf),
828         (tiff_document_file_exporter_do_page):
829         * backend/pixbuf/pixbuf-document.c:
830         (pixbuf_document_get_page_size):
831         * backend/comics/comics-document.c:
832         (comics_document_get_page_size), (comics_document_render_pixbuf):
833         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
834         (djvu_document_render), (djvu_selection_get_selected_text),
835         (djvu_document_thumbnails_get_thumbnail),
836         (djvu_document_file_exporter_do_page),
837         (djvu_document_find_get_result):
838         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
839         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
840         (dvi_document_thumbnails_get_thumbnail),
841         (dvi_document_file_exporter_do_page):
842         * backend/impress/impress-document.c:
843         (impress_document_get_page_size),
844         (impress_document_render_pixbuf):
845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
846
847         Add EvPage so that we can hold a reference to the backend
848         page. Form fields keep now a reference to the poppler page
849         improving performance since we don't have to create/destroy the
850         poppler field for every form operation. This will be needed for
851         annotations too.
852         
853 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * data/evince-ui.xml:
856         * shell/ev-window.c:
857
858         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
859         
860 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * configure.ac:
863         * backend/ps/Makefile.am:
864
865         Remove gs stuff from ps backend.
866         
867 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * configure.ac:
870         * backend/pdf/ev-poppler.cc:
871
872         Bump poppler requirement to 0.8.0.
873         
874 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
875
876         * NEWS:
877         * configure.ac:
878
879         Update for release 2.22.1.1
880
881 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * configure.ac:
884
885         Fix build (again) when poppler version is 0.6
886         
887 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * backend/djvu/djvu-links.c: (build_tree):
890
891         Make sure link title is a valid utf8 string. Fixes bug #526517.
892         
893 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * configure.ac:
896
897         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
898         #526799.
899         
900 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
901
902         * configure.ac:
903         
904         Update for release 2.22.1.
905
906 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * NEWS:
909
910         Update for upcoming release.
911
912 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * configure.ac:
915         * backend/dvi/dvidocument.evince-backend.in:
916
917         Add compressed dvi to the list of supported mime types. Patch by
918         Ed Catmur. Fixes bug #307087.
919
920 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-jobs.c: (ev_job_print_get_page_list):
923
924         Fix a crash when printing a range that doesn't specify the start or
925         end page. Fixes bug #524288.
926
927 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-window.c: (ev_window_cmd_continuous),
930         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
931         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
932         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
933         (ev_window_run_presentation), (ev_window_stop_presentation),
934         (ev_window_cmd_view_presentation),
935         (ev_window_cmd_leave_fullscreen),
936         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
937
938         Do not unfullscreen and fullscreen again the window when changing
939         from fullscreen to presentation mode and vice versa. Fixes bug
940         #524112.
941         
942 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
945
946         Do not crash when thumbnail failed to render in PS backend. Fixes
947         bug #525015.
948         
949 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * shell/ev-window.c: (window_open_file_copy_ready_cb),
952         (ev_window_load_file_remote), (ev_window_open_uri):
953
954         Handle errors when opening remote files.
955         
956 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * shell/ev-page-action.c: (ev_page_action_grab_focus):
959
960         Only grab the focus for the current visible proxy widget. Fixes
961         bug #521224.
962         
963 2008-03-30  Emil Soleyman  <emil@nishra.com>
964
965         * shell/ev-window.c: (launch_external_uri):
966         
967         Reuse g_app_info_launch_default_for_uri to
968         save some code and fix bug #525009.
969
970 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
971
972         * shell/ev-window.c (image_save_dialog_response_cb):
973
974         Use g_str_has_suffix. See bug #523069.
975
976 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
977
978         * configure.ac:
979
980         Add a configure option to enable/diable DBus. Patch by Rémi
981         Cardona. Fixes bug 521797.
982
983 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
986
987         Fix printing in documents with rotated pages. Patch by Eugen
988         Dedu. Fixes bug #512648.
989         
990 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
991
992         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
993         (ev_link_from_action):
994
995         Fix warning messages.
996         
997 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-window.c: (image_save_dialog_response_cb):
1000
1001         Do not append the extension to filename when saving an image
1002         if the filename alredy contains the extension. Fixes bug #523069.
1003         
1004 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * shell/ev-view.[ch]: (ev_view_find_cancel):
1007         * shell/ev-window.c: (find_bar_close_cb):
1008
1009         Cancel the find operation when the find bar is closed. Fixes bug
1010         #508845.
1011         
1012 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * backend/ps/psdocument.evince-backend.in:
1015
1016         Make ps backend module resident. Fixes bug #520607.
1017         
1018 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-jobs.c: (ev_job_print_run):
1021
1022         Invert collate action in order to work as expected, fix reverse
1023         printing so that it doesn't start with a blank page and fix number
1024         of copies. Patch by Eugen Dedu. Fixes bug #365332.
1025         
1026 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1029
1030         Fix build with poppler <= 0.7.2
1031         
1032 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * libdocument/ev-document-misc.c:
1035         (ev_document_misc_surface_from_pixbuf):
1036
1037         Fix selections with poppler-splash.
1038         
1039 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * configure.ac:
1042         * backend/pdf/ev-poppler.cc:
1043
1044         Fix build with poppler >= 0.7.2
1045         
1046 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1047
1048         * configure.ac:
1049         
1050         Update for release 2.22.0
1051
1052 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * NEWS:
1055
1056         Update for upcoming release.
1057
1058 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1059
1060         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1061
1062         Bug 495107 – Handle print dialog responses correctly
1063
1064         Correctly handle print dialog response. Properly fixes
1065         the above mentioned bug.
1066
1067 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1070
1071         Make sure print job is only run when the print button is
1072         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1073         
1074 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * backend/pdf/pdfdocument.evince-backend.in:
1077         * libdocument/ev-backends-manager.c:
1078         (ev_backends_manager_load_backend),
1079         (ev_backends_manager_get_document):
1080         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1081
1082         Allow making backend modules resident. This is needed only for
1083         some backends like pdf to avoid registering glib types more than
1084         once.
1085         
1086 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1087
1088         * backend/comics/comics-document.c:
1089         * backend/djvu/djvu-document.c:
1090         * backend/impress/impress-document.c:
1091         * backend/pdf/ev-poppler.cc:
1092         * backend/pixbuf/pixbuf-document.c:
1093         * backend/ps/ev-spectre.c:
1094         * backend/ps/ps-document.c:
1095         * backend/tiff/tiff-document.c:
1096         * libdocument/ev-document.h:
1097         * properties/ev-properties-main.c:
1098
1099         Use g_type_module_add_interface instead of
1100         g_type_add_interface_static. Fixes bug #519679.
1101         
1102 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1103
1104         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1105         Added. Returns whether the animation has everything necessary to run.
1106         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1107         is ready just because it's been created. Fixes #519106.
1108         (draw_one_page): Do not show the "Loading..." text in presentation
1109         mode, there was a slim probability that this could happen.
1110
1111 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1114
1115         Duplicate mime_type string before freeing it so that it doesn't
1116         always fail when getting mime type from uri. Fixes bug #518874.
1117         
1118 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1121
1122         Fix a crash when a choice form field doesn't have any item
1123         selected. Fixes bug #518831
1124         
1125 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1126
1127         * shell/ev-window.c (ev_window_clear_temp_file):
1128         Use g_file_has_prefix instead of renamed
1129         g_file_contains_file.
1130
1131         * configure.ac:
1132         Require new glib for above change.
1133         
1134 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * libdocument/ev-image.c: (ev_image_finalize),
1137         (ev_image_save_tmp):
1138
1139         Return a real uri instead of a filename when saving an
1140         image. Fixes images drag an drop from evince to nautilus. 
1141         
1142 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1143
1144         * backend/pdf/ev-poppler.cc:
1145         (pdf_document_images_get_image_mapping):
1146
1147         Return the image list in the right order. Fixes bug #516237.
1148         
1149 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1150
1151         * backend/impress/impress-document.c:
1152         (impress_document_thumbnails_get_thumbnail):
1153
1154         Remove unused variable to avoid a compiler warning.
1155
1156 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1157
1158         * configure.ac:
1159         
1160         Update for release 2.21.91.
1161
1162 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * configure.ac:
1165         * shell/Makefile.am:
1166         * shell/ev-application.[ch]:
1167         * shell/ev-sidebar-links.c:
1168         * shell/ev-utils.[ch]:
1169         * shell/ev-window.[ch]:
1170
1171         Remove libgnomeprint support. Fixes bug #512370.
1172         
1173 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1174
1175         * thumbnailer/evince-thumbnailer.c: (main):
1176
1177         Initialize glib type system before using it. Fixes bug #513934.
1178         
1179 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1180
1181         * properties/ev-properties-main.c:
1182
1183         Add missing #include.
1184         
1185 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1186
1187         * configure.ac:
1188         * backend/djvu/djvu-document.c: (djvu_document_render):
1189         * backend/tiff/tiff-document.c: (tiff_document_render):
1190
1191         Use the new cairo function cairo_format_stride_for_width when
1192         available. Fixes bug #482720.
1193
1194 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1195
1196         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1197         (get_mime_type_from_data), (get_document_from_uri):
1198
1199         Use g_content_type_guess() only when slow is true in
1200         get_document_from_uri(). Fix several memory leaks.
1201         
1202 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1203
1204         * libdocument/ev-document-factory.c:
1205         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1206         (get_document_from_uri):
1207
1208         Use g_content_type_guess () to get mimetype for files.
1209         Bug #510401.
1210
1211 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1212
1213         * thumbnailer/Makefile.am:
1214
1215         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1216         
1217 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1218
1219         * configure.ac:
1220
1221         Fix build with --without-libgnome. Fixes bug #512771.
1222         
1223 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1224
1225         * backend/dvi/Makefile.am: Install only dvi
1226         module. Fixes bug #512718.
1227
1228 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1229
1230         * properties/ev-properties-main.c: (nautilus_module_initialize):
1231         
1232         Initialize backends in properties tab. Fixes bug
1233         #512720.
1234
1235 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1236
1237         * properties/Makefile.am: No need to link with 
1238         libraries. Fixes bug #512719.
1239
1240 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1241
1242         * NEWS:
1243         * configure.ac:
1244         
1245         Update for release 2.21.90.
1246
1247 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1248
1249         * shell/ev-window.c: (ev_window_cmd_escape):
1250
1251         Fix compile warning.
1252         
1253 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1256
1257         Fix printing in dvi backend when filename contains white
1258         espaces. Fixes bug #502839.
1259         
1260 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1263         (screensaver_disable_x11):
1264         * shell/Makefile.am:
1265         * shell/xdg-user-dir-lookup.c: Removed
1266         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1267         * shell/ev-view.c: (ev_view_presentation_transition_start):
1268         * shell/ev-window.c: (ev_window_cmd_file_open),
1269         (ev_window_cmd_save_as), (presentation_set_timeout):
1270
1271         Remove #ifdefs that are no longer needed.
1272         
1273 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * shell/ev-view.[ch]: (ev_view_button_release_event),
1276         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1277         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1278         (ev_window_cmd_escape):
1279
1280         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1281         
1282 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * configure.ac:
1285         * backend/comics/comics-document.c: (comics_document_load):
1286         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1287         (ev_attachment_set_property), (ev_attachment_init),
1288         (ev_attachment_save), (ev_attachment_launch_app),
1289         (ev_attachment_open):
1290         * libdocument/ev-document-factory.c: (get_document_from_uri):
1291         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1292         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1293         * shell/ev-jobs.c:
1294         * shell/ev-password.c: (ev_password_dialog_set_property),
1295         (ev_password_dialog_save_password):
1296         * shell/ev-sidebar-attachments.c:
1297         (ev_sidebar_attachments_drag_data_get):
1298         * shell/ev-window-title.c: (get_filename_from_uri):
1299         * shell/ev-window.c: (ev_window_clear_temp_file),
1300         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1301         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1302         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1303         (launch_external_uri), (image_save_dialog_response_cb),
1304         (attachment_save_dialog_response_cb):
1305         * shell/main.c: (load_files), (load_files_remote), (main):
1306         * thumbnailer/evince-thumbnailer.c: (main):
1307
1308         Port to gio and drop gnome-vfs dependency. Fixes bug
1309         #510401. Based on patch by Cosimo Cecchi.
1310         
1311 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1312
1313         * NEWS:
1314
1315         Fixed formatting inconsistencies (spaces vs. tabs)
1316
1317 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1318
1319         * shell/ev-window.c:
1320
1321         Use top/up/bottom/down arrows instead of
1322         first/left/last/right in the toolbar and menu actions.
1323         This fixes issues with RTL languages and is visually
1324         consistent with the page view. Fixes bug #170081.
1325
1326 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1327
1328         * NEWS:
1329
1330         Fixed some inaccuracies pointed out by Carlos Garcia
1331         Campos.
1332
1333 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1334
1335         * NEWS:
1336         * data/evince.schemas.in:
1337         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1338
1339         Override PDF restrictions by default. Fixes bug #382700.
1340
1341 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1342
1343         * NEWS: Updated for upcoming release
1344
1345 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1348
1349         Fix memory leak.
1350         
1351 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1352
1353         * shell/ev-window.c: (register_custom_actions):
1354         
1355         Added comment for translators
1356
1357 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-view.c: (ev_view_button_release_event):
1360
1361         Do not create the idle function for kinetic scrolling if we are
1362         not in a drag operation.
1363
1364 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1367         (ev_view_button_press_event), (ev_view_motion_notify_event),
1368         (ev_view_button_release_event):
1369
1370         Restore cursor after autoscrolling. Fixes bug #509958.
1371
1372 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * configure.ac:
1375         * backend/pdf/ev-poppler.cc:
1376         (pdf_document_images_get_image_mapping),
1377         (pdf_document_images_get_image),
1378         (pdf_document_document_images_iface_init):
1379         * libdocument/ev-document-images.[ch]:
1380         (ev_document_images_get_image_mapping),
1381         (ev_document_images_get_image):
1382         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1383         (ev_image_get_id), (ev_image_save_tmp):
1384         * shell/ev-jobs.c: (ev_job_render_run):
1385         * shell/ev-view.c: (ev_view_drag_data_get):
1386         * shell/ev-window.c: (image_save_dialog_response_cb),
1387         (ev_view_popup_cmd_copy_image):
1388
1389         Do not render images when rendering the page but on demand. It
1390         reduces the memory comsumption.
1391         
1392 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1393
1394         * configure.a:
1395         * shell/ev-password.c:
1396
1397         Make gnome-keyring optional. Fixes bug #509676.
1398         
1399 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * shell/ev-pixbuf-cache.c: (add_job):
1402
1403         Initialize include_images variable as FALSE instead of TRUE.
1404         
1405 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1406
1407         * configure.ac:
1408         * cut-n-paste/Makefile.am:
1409         * cut-n-paste/fileformatchooser/Makefile.am:
1410         * cut-n-paste/fileformatchooser/egg-macros.h:
1411         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1412         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1413         * shell/Makefile.am:
1414         * shell/ev-utils.c:
1415         (file_chooser_dialog_add_writable_pixbuf_formats),
1416         (get_gdk_pixbuf_format_by_extension):
1417         * shell/ev-utils.h:
1418         * shell/ev-window.c: (ev_window_error_message),
1419         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1420         
1421         Simplify image format selection on save.
1422
1423 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1424
1425         * shell/ev-view.c: (ev_view_scroll_event):
1426         
1427         Repair gorizontal scrolling with shift. Fixes
1428         bug #483412.
1429
1430 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1431         
1432         * MAINTAINERS:
1433
1434         Fix formatting issues.
1435         
1436 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * backend/comics/comics-document.c: (comics_regex_quote):
1439         
1440         Don't overquote special chars except of '. See bug 
1441         502500. Thanks to Tom Parker.
1442
1443 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1444
1445         * MAINTAINERS:
1446         
1447         Added Nickolay and Carlos, since they're doing most of
1448         the releases nowadays.
1449
1450 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1451
1452         * properties/Makefile.am:
1453
1454         Get the nautilus extension dir properly instead of using
1455         a hack. Fixes bug #505359.
1456
1457 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1458
1459         * properties/Makefile.am:
1460         
1461         Install nautilus extension into new place. See bug
1462         #505359. Thanks to Matthias Clasen, Brian Pepple and
1463         Damien Carbery.
1464
1465 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1466
1467         * shell/ev-window.c: (ev_window_get_recent_file_label):
1468         
1469         RTL marker in recent file list. See bug #509076.
1470
1471 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1474         * shell/ev-window.c: (image_save_dialog_response_cb):
1475
1476         Fix compile warnings due to unused variables.
1477         
1478 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * configure.ac:
1481         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1482         * backend/ps/ev-spectre.c: (ps_document_render):
1483
1484         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1485
1486 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1487
1488         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1489         (ev_transition_animation_paint): Implement "fade" effect.
1490
1491 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1492
1493         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1494         (ev_transition_animation_paint): Implement "uncover" effect.
1495
1496 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1497
1498         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1499         (ev_transition_animation_paint): Implement "cover" effect.
1500
1501 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1502
1503         * shell/ev-transition-animation.c (ev_transition_animation_push)
1504         (ev_transition_animation_paint): Implement "push" effect.
1505
1506 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1507
1508         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1509         (ev_transition_animation_paint): Implement "dissolve" effect.
1510
1511 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1512
1513         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1514         (ev_transition_animation_paint): Implement "wipe" effect.
1515
1516 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1517
1518         * shell/ev-transition-animation.c (ev_transition_animation_box)
1519         (ev_transition_animation_paint): Implement "box" effect.
1520
1521 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1522
1523         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1524         (ev_transition_animation_paint): Implement "blinds" effect.
1525
1526 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1527
1528         * shell/ev-transition-animation.c (ev_transition_animation_split)
1529         (ev_transition_animation_paint): Implement "split" effect.
1530
1531 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1532
1533         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1534         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1535         (ev_view_transition_animation_start) 
1536         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1537         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1538         (ev_view_next_page) (ev_view_previous_page):
1539         
1540         Use EvTransitionAnimation to drive page changes in the presentation
1541         mode, the animation will wait to start until both the origin and 
1542         destination page surfaces are available. Fixes #458460.
1543
1544         (draw_loading_text):
1545
1546         Remove workaround for bug #320352, it's now fixed properly.
1547
1548
1549 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1550
1551         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1552         will contain the implementations for page transition animations, at
1553         the moment it just has the "replace" effect.
1554         * shell/Makefile.am: Added these files to build.
1555
1556 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1557
1558         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1559         animations.
1560         * shell/Makefile.am: Added these files to build.
1561
1562 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1563
1564         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1565         implementation to get_effect() in EvDocumentTransitionIface.
1566
1567 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1568
1569         * libdocument/ev-transition-effect.[ch]: New files, define a page
1570         transition effect, at the moment it maps PopplerPageTransition to a
1571         GObject.
1572         * libdocument/Makefile.am: Added these files to build.
1573         * libdocument/ev-document-transition.[ch]
1574         (ev_document_transition_get_effect): New method, gets the
1575         EvTransitionEffect returned by the interface implementation, with
1576         fallback to the "replace" effect.
1577
1578 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1579
1580         * configure.ac:
1581         * cut-n-paste/Makefile.am:
1582         * cut-n-paste/fileformatchooser/Makefile.am:
1583         * cut-n-paste/fileformatchooser/egg-macros.h:
1584         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1585         * shell/Makefile.am:
1586         * shell/ev-window.c: (image_save_dialog_response_cb),
1587         (ev_view_popup_cmd_save_image_as):
1588
1589         Allow exporting images in any format supported by
1590         GdkPixbuf. Fixes bug #500209.
1591         
1592 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * backend/pixbuf/pixbuf-document.c:
1595
1596         More warnings fixed.
1597         
1598 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1601         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1602         * backend/djvu/djvu-text.h:
1603         * backend/tiff/tiff-document.c: (tiff_document_render):
1604
1605         Fix compile warnings.
1606         
1607 2007-12-28  Christian Persch  <chpe@gnome.org>
1608
1609         * **/*.c: Include config.h. Bug #504721.
1610
1611 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * configure.ac:
1614         * Makefile.am:
1615         * po/POTFILES.in:
1616         * backend/comics/Makefile.am:
1617         * backend/comics/comics-document.[ch]:
1618         * backend/comics/comicsdocument.evince-backend.in:
1619         * backend/djvu/Makefile.am:
1620         * backend/djvu/djvu-document.[ch]:
1621         * backend/djvu/djvudocument.evince-backend.in:
1622         * backend/dvi/Makefile.am:
1623         * backend/dvi/dvi-document.[c]:
1624         * backend/dvi/dvidocument.evince-backend.in:
1625         * backend/impress/Makefile.am:
1626         * backend/impress/impress-document.[ch]:
1627         * backend/impress/impressdocument.evince-backend.in:
1628         * backend/pdf/Makefile.am:
1629         * backend/pdf/ev-poppler.cc:
1630         * backend/pdf/ev-poppler.h:
1631         * backend/pdf/pdfdocument.evince-backend.in:
1632         * backend/pixbuf/Makefile.am:
1633         * backend/pixbuf/pixbuf-document.[ch]:
1634         * backend/pixbuf/pixbufdocument.evince-backend.in:
1635         * backend/ps/Makefile.am:
1636         * backend/ps/ev-spectre.[ch]:
1637         * backend/ps/ps-document.[ch]:
1638         * backend/ps/psdocument.evince-backend.in:
1639         * backend/tiff/Makefile.am:
1640         * backend/tiff/tiff-document.[ch]:
1641         * backend/tiff/tiffdocument.evince-backend.in:
1642         * libdocument/Makefile.am:
1643         * libdocument/ev-backends-manager.[ch]:
1644         * libdocument/ev-module.[ch]:
1645         * libdocument/ev-document.h:
1646         * libdocument/ev-document-factory.[ch]:
1647         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1648         (get_compression_from_mime_type), (get_document_from_uri),
1649         (ev_document_factory_get_document), (file_filter_add_mime_types),
1650         (ev_document_factory_add_filters):
1651         * shell/Makefile.am:
1652         * shell/ev-window-title.c: (get_filename_from_uri):
1653         * shell/main.c: (main):
1654         * thumbnailer/Makefile.am:
1655         * thumbnailer/evince-thumbnailer.c: (main):
1656
1657         Plugin system for backends. Fixes bug #351348.
1658         
1659 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1660
1661         * shell/ev-view-private.h:
1662         * shell/ev-view.c: (ev_view_drag_update_momentum),
1663         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1664         (ev_view_button_release_event), (ev_view_destroy):
1665         
1666         Kinetic scrolling implemented as requested in
1667         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1668
1669 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1670
1671         * data/evince-toolbar.xml:
1672         * data/evince-ui.xml:
1673         * shell/ev-view-private.h:
1674         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1675         (ev_view_button_press_event), (ev_view_motion_notify_event),
1676         (ev_view_button_release_event), (ev_view_init),
1677         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1678         (ev_view_set_cursor):
1679         * shell/ev-view.h:
1680         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1681         (ev_window_cmd_view_autoscroll):
1682         
1683         Autoscroll feature with the context menu. Fixes bug 
1684         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1685
1686 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1689
1690         Disconnect also page-ready signal when removing a job because the
1691         page size has changed. Thanks to kripken
1692         <kripkensteiner@gmail.com>.
1693
1694 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1695
1696         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1697         
1698         Scroll pages in page entry with mouse wheel. Fixes bug
1699         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1700
1701 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * backend/dvi/Makefile.am:
1704         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1705         (mdvi_cairo_device_init):
1706         * backend/dvi/mdvi-lib/common.h:
1707         * backend/dvi/mdvi-lib/mdvi.h:
1708         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1709         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1710         (mdvi_build_path_from_cwd):
1711
1712         Add ps specials support in dvi backend when libspectre is
1713         present. Fixes bug #386005.
1714         
1715 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1716
1717         * configure.ac:
1718         * backend/ps/Makefile.am:
1719         * backend/ps/ev-spectre.[ch]:
1720         
1721         Use libspectre, if available, for the ps backend. Fixes bugs
1722         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1723
1724 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1725         
1726         * backend/comics/comics-document.c: (comics_document_load):
1727         
1728         Cygwin build issue fix.
1729
1730 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * shell/ev-view.c: (ev_view_set_zoom):
1733
1734         Do not limit the minimum zoom factor when sizing mode is best bit
1735         or fit width. Fixes bug #503805.
1736         
1737 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1740         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1741         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1742         (ev_link_dest_get_property), (ev_link_dest_set_property),
1743         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1744         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1745         (ev_link_dest_new_fitr):
1746         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1747         (goto_fith_dest), (goto_xyz_dest):
1748
1749         Do not change left, top and zoom values when they are null in PDF
1750         destinations. Fixes bug #460658.
1751         
1752 2007-12-10  Christian Persch  <chpe@gnome.org>
1753
1754         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1755         (ev_view_accessible_class_init),
1756         (ev_view_accessible_idle_do_action),
1757         (ev_view_accessible_action_do_action),
1758         (ev_view_accessible_action_get_description),
1759         (ev_view_accessible_action_set_description),
1760         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1761         (ev_view_accessible_factory_init),
1762         (ev_view_accessible_factory_get_accessible_type):
1763         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1764         private data, and G_DEFINE_TYPE. Bug #502843.
1765
1766 2007-12-08  Christian Persch  <chpe@gnome.org>
1767
1768         * shell/ev-metadata-manager.c: (item_free),
1769         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1770         (value_free), (parse_value), (parseItem),
1771         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1772         (save_values): Use GSlice to allocate small amounts of memory. Bug
1773         #475972.
1774
1775 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1778
1779         Restore cursor to normal after a drag operation. Fixes bug
1780         #501603.
1781         
1782 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1783
1784         * NEWS:
1785         * configure.ac:
1786         
1787         Update for release 2.21.1
1788
1789 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1790
1791         * configure.ac:
1792         * cut-n-paste/gedit-message-area/Makefile.am:
1793         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1794         * shell/Makefile.am:
1795         * shell/ev-message-area.[ch]:
1796         * shell/ev-window.c: (ev_window_set_message_area),
1797         (ev_window_error_message_response_cb), (ev_window_error_message),
1798         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1799         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1800         (ev_attachment_popup_cmd_open_attachment),
1801         (attachment_save_dialog_response_cb), (ev_window_set_document),
1802         (ev_window_init):
1803
1804         Use a message area instead of a popup dialog for error
1805         notifications. Fixes bug #337495.
1806         
1807 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1810         (ev_window_run_fullscreen):
1811
1812         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1813         
1814 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * ev-sidebar-thumbnails.c: (update_visible_range),
1817         (ev_sidebar_thumbnails_refresh),
1818         (ev_sidebar_thumbnails_set_document),
1819         (ev_sidebar_thumbnails_support_document):
1820
1821         Show thumbnails for documents with one page. Fixes bug #358751.
1822         
1823 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * shell/ev-window.c:
1826         (ev_window_load_print_settings_from_metadata),
1827         (ev_window_save_print_settings), (ev_window_print_finished),
1828         (ev_window_print_range):
1829
1830         Print settings that are specific to the document are now saved per
1831         document in the metadata file. Fixes bug #488806.
1832         
1833 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1834
1835         * backend/tiff/tiff-document.c: (tiff_document_render):
1836
1837         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1838         
1839 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-application.[ch]: (get_find_string_from_args),
1842         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1843         (ev_application_open_uri_list):
1844         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1845         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1846         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1847         (ev_window_cmd_recent_file_activate),
1848         (ev_window_open_recent_action_item_activated),
1849         (ev_window_print_send), (open_remote_link):
1850         * shell/main.c: (arguments_parse):
1851
1852         Add a command line option for search. Fixes bug #497710.
1853         
1854 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1855
1856         * shell/ev-jobs.c: (ev_job_print_new):
1857
1858         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1859         
1860 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * data/evince-toolbar.xml:
1863         * shell/Makefile.am:
1864         * shell/ev-application.c: (ev_application_init):
1865         * shell/ev-open-recent-action.[ch]:
1866         * shell/ev-window.c:
1867         (ev_window_open_recent_action_item_activated),
1868         (register_custom_actions):
1869
1870         Add an expander to the open toolbar item which pops up a dropdown
1871         menu with the recently used documents. Fixes bug #487215.
1872         
1873 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1874
1875         * shell/ev-window.c: (ev_window_open_uri),
1876         (ev_window_cmd_view_reload):
1877
1878         Do not jump to the first page when reloading by running evince
1879         from the command line. Fixes bug #490847.
1880         
1881 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1882
1883         * shell/ev-window.c: (ev_window_cmd_help_contents):
1884
1885         Plugged memory leak when help file is not found. Fixes bug
1886         #490762.
1887         
1888 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * configure.ac:
1891
1892         Enable djvu, dvi and comics backends by default. Fixes bug
1893         #437121.
1894         
1895 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * configure.ac:
1898         * cut-n-paste/Makefile.am:
1899         * cut-n-paste/recent-files/*: Removed
1900         * help/reference/Makefile.am:
1901         * shell/Makefile.am:
1902         * shell/ev-application.[ch]: (ev_application_shutdown),
1903         (ev_application_init):
1904         * shell/ev-window.c: (ev_window_add_recent),
1905         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1906
1907         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1908         
1909 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1910
1911         * shell/ev-window.c: (launch_external_uri):
1912
1913         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1914         and report error if the URL is not supported (#489910).
1915
1916 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1919         (pdf_document_file_exporter_begin_page),
1920         (pdf_document_file_exporter_end_page):
1921
1922         Fix printing with poppler splash backend. Fixes bug #489774.
1923         
1924 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1927         * shell/ev-print-job.c: (ev_print_job_class_init):
1928
1929         Fix a crash when printing with the gnome-print dialog. Fixes bug
1930         #488939.
1931         
1932 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1933
1934         * backend/pixbuf/pixbuf-document.c:
1935
1936         Fix an implicit function definition warning (#487655)
1937
1938 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1939
1940         * shell/ev-window.c:
1941
1942         Fix conflicting shortcut for view sade pane and presentation.
1943         
1944 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * backend/pdf/ev-poppler.cc:
1947         (pdf_document_file_exporter_begin_page),
1948         (pdf_document_file_exporter_do_page),
1949         (pdf_document_file_exporter_end_page),
1950         (pdf_document_file_exporter_iface_init):
1951         * libdocument/ev-file-exporter.[ch]:
1952         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1953         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1954         (ev_job_print_run):
1955
1956         When printing multiple pages per sheet in reverse option, do not
1957         invert the order of the pages in every sheet, but the order of the
1958         sheets. Do not print blank pages when page range is invalid. Fixes
1959         bugs #484857 and #485521.
1960         
1961 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1964         (ev_job_print_run):
1965         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1966
1967         Respect ranges order when printing more than one range in random
1968         order.
1969         
1970 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1971
1972         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1973         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1974
1975         Rotate also the window icon when document is rotated. Fixes bug
1976         #474681.
1977         
1978 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1981         (pdf_document_forms_get_form_fields):
1982
1983         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1984         Matthias Drochner.
1985         
1986 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * configure.ac:
1989         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1990
1991         Use poppler_page_render_for_printing() instead of
1992         poppler_page_render() if available when exporting to a ps or pdf
1993         file. Fixes bug #476627.
1994         
1995 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * shell/ev-window.c: (ev_window_run_fullscreen):
1998
1999         Do not show the toolbar in fullscreen mode if the main toolbar is
2000         not visible. Fixes bug #483048.
2001         
2002 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view.c: (ev_view_button_press_event):
2005
2006         Give priority to form fields over images when deciding whether a
2007         button press event is over an image or form field. It allows edit
2008         form fields when they are over a background image. Fixes bug
2009         #477841.
2010         
2011 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * NEWS:
2014         * configure.ac:
2015         
2016         Update for release 2.20.0
2017
2018 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * backend/pdf/ev-poppler.cc:
2021
2022         Remove #ifdef HAVE_FORMS, so that forms support works again.
2023
2024 2007-09-05  Götz Waschk  <waschk@mandriva.org>
2025
2026         * configure.ac:
2027         * data/evince.desktop.in.in:
2028         
2029         Fixes desktop file issues. See bug #473471.
2030
2031 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2034         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2035         (ev_job_queue_remove_job):
2036         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
2037         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
2038         * shell/ev-window.c: (ev_window_clear_save_job),
2039         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2040         (ev_window_dispose):
2041
2042         Move save a copy task to its own job so that it's carried out in a
2043         thread avoiding another lock in the main thread. Use
2044         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2045         can be saved to a pathin another file system. Fixes bug #456891.
2046         
2047 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2048
2049         * NEWS:
2050         * configure.ac:
2051         
2052         Update for release 2.19.92
2053
2054 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * configure.ac:
2057         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2058         (pdf_selection_get_selection_region),
2059         (pdf_selection_get_selection_map),
2060         (ev_form_field_from_poppler_field):
2061
2062         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2063         and triple click selections are enabled again now.
2064
2065 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * shell/ev-window.c: (ev_window_add_history):
2068
2069         Make sure not to use the history with documents not supporting
2070         links. Fixes bug #468954.
2071
2072 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2073
2074         * shell/ev-window.c: (ev_window_load_job_cb):
2075
2076         Restart the search when reloading a document with the find bar
2077         visible. Fixes bug #461962.
2078
2079 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * shell/ev-window.c: (setup_document_from_metadata),
2082         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2083
2084         Do not jump to the first page when reloading a document from the
2085         last page.
2086
2087 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-window.c: (update_chrome_flag),
2090         (setup_sidebar_from_metadata),
2091         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2092         (ev_window_cmd_edit_find_next),
2093         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2094         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2095         (find_bar_close_cb), (view_actions_focus_in_cb):
2096
2097         Do not update visibility when changing a chrome flag so that it's
2098         possible to update several flags and update visibility only once
2099         for all of them.
2100
2101 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2104
2105         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2106         supported by gtk+. Fixes bug #460907.
2107
2108 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-view.c: (view_update_range_and_current_page):
2111
2112         Make sure current-page <= end-page in continuous mode. Fixes bug
2113         #454950.
2114
2115 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/pdf/ev-poppler.cc: (build_tree):
2118
2119         Ignore outline items without a title. Fixes bug #453913.
2120
2121 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2124         (ev_view_button_release_event), (ev_view_leave_notify_event):
2125
2126         Use always drag mouse cursor during a drag operation. Fixes bug
2127         #470564.
2128
2129 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2132         (pdf_selection_get_selection_region),
2133         (pdf_selection_get_selection_map):
2134
2135         Temporarily disable double and triple selections since it depends on
2136         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2137         released and the update of the external dependency minimal version
2138         approved.
2139
2140 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2143         (pdf_document_file_exporter_do_page):
2144         * libdocument/ev-file-exporter.h:
2145         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2146         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2147
2148         Actually fix printing regressions. Remove orientation from
2149         EvPrintContext since it's redundant.
2150
2151 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2152
2153         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2154         * backend/impress/impress-document.c:
2155         (impress_document_document_iface_init):
2156         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2157         * backend/djvu/djvu-document.c:
2158         (djvu_document_document_iface_init),
2159         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2160         * backend/tiff/tiff-document.c:
2161         (tiff_document_document_iface_init):
2162         * backend/pixbuf/pixbuf-document.c:
2163         (pixbuf_document_document_iface_init):
2164         * backend/comics/comics-document.c:
2165         (comics_document_document_iface_init):
2166         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2167         (pdf_selection_render_selection),
2168         (pdf_selection_get_selected_text),
2169         (pdf_selection_get_selection_region),
2170         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2171         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2172         (ev_selection_get_selection_region),
2173         (ev_selection_get_selection_map):
2174         * libdocument/ev-document.[ch]:
2175         * shell/ev-pixbuf-cache.[ch]: (add_job),
2176         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2177         * shell/ev-view-private.h:
2178         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2179         (ev_job_render_run):
2180         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2181         * shell/ev-view.c: (start_selection_for_event),
2182         (ev_view_button_press_event), (ev_view_drag_data_get),
2183         (ev_view_drag_data_received), (ev_view_button_release_event),
2184         (compute_new_selection_text), (compute_selections),
2185         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2186         (ev_view_primary_get_cb):
2187
2188         Add support for double and triple click selections.
2189
2190 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2191
2192         * NEWS:
2193         * configure.ac:
2194
2195         Update for release 2.19.4
2196
2197 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2198
2199         * shell/ev-view-private.h:
2200         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2201         (ev_view_set_highlight_search):
2202         * shell/ev-view.h:
2203         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2204         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2205         (find_bar_visibility_changed_cb):
2206         
2207         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2208
2209 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2212         (pdf_document_file_exporter_begin),
2213         (pdf_document_file_exporter_do_page):
2214         * shell/ev-jobs.c: (ev_job_print_run):
2215         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2216
2217         Create always a portrait cairo surface and rotate when needed for
2218         landscape. It fixes printing problems in real printers.
2219
2220 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2223         * libdocument/ev-file-exporter.[ch]:
2224         (ev_file_exporter_get_capabilities):
2225         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2226         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2227
2228         Adjust number of pages per row according to page orientation when
2229         printing 2 or 6 pages per sheet.
2230
2231 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * shell/ev-window.c: (ev_window_print_send):
2234
2235         Reset also cups setting to 1 when printing multiple pages per
2236         sheet. Fixes bug #468853.
2237
2238 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * libdocument/ev-document-misc.c:
2241         (ev_document_misc_surface_rotate_and_scale):
2242
2243         Use directly cairo_surface_get_content() when creating a similar
2244         surface as suggested by Jeff Muizelaar. Thanks again.
2245
2246 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * backend/djvu/djvu-document.c: (djvu_document_render):
2249         * backend/tiff/tiff-document.c: (tiff_document_render):
2250         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2251         * libdocument/ev-document-misc.c:
2252         (ev_document_misc_surface_from_pixbuf),
2253         (ev_document_misc_surface_rotate_and_scale):
2254
2255         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2256         creating page surfaces. Fixes bug #453123. Thank you very much to
2257         Jeff Muizelaar <jeff@infidigm.net>.
2258
2259 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-page-cache.c: (ev_page_cache_new),
2262         (ev_page_cache_get_thumbnail_size):
2263         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2264         (ev_sidebar_thumbnails_set_loading_icon):
2265
2266         Also store in page-cache the dimensions of the thumbnails so that
2267         they can be used to create the correct loading icon in the side
2268         pane. Fixes bug #466857.
2269
2270 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * backend/pdf/ev-poppler.cc:
2273         (pdf_document_thumbnails_get_thumbnail):
2274
2275         Fix thumbnails rotation in pdf documents that include embedded 
2276         thumbnails.
2277
2278 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2279
2280         * backend/pdf/ev-poppler.cc:
2281
2282         Don't use #ifdef in macro expansion. Some compilers don't
2283         like that. Closes bug #467042.
2284
2285 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2286
2287         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2288         
2289         Fixes memory leak in djvu backend.
2290
2291 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2292
2293         * data/icons/32x32/Makefile.am:
2294         * data/icons/32x32/actions/Makefile.am:
2295         * data/icons/32x32/actions/view-page-cont.svg:
2296         * data/icons/32x32/actions/view-page-facing.svg:
2297         * data/icons/48x48/Makefile.am:
2298         * data/icons/48x48/actions/Makefile.am:
2299         * data/icons/48x48/actions/view-page-cont.svg:
2300         * data/icons/48x48/actions/view-page-facing.svg:
2301         
2302         Icons for a new sizes.
2303
2304 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2305
2306         * shell/ev-page-cache.c: (build_height_to_page),
2307         (ev_page_cache_get_height_to_page):
2308         
2309         Fixes invalid read, see bug #466401.
2310
2311 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2312
2313         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2314         (set_drag_cursor):
2315         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2316         (configure_item_cursor), (new_pixbuf_from_widget):
2317
2318         Fix multihead problems in toolbar editor. Fixes bug #382055.
2319
2320 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-window.c: (ev_window_cmd_file_open),
2323         (ev_window_cmd_save_as):
2324
2325         Use g_get_user_special_dir when available instead of
2326         xdg_user_dir_lookup.
2327
2328 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2329
2330         * MAINTAINERS:
2331         
2332         Updated according to request on desktop-devel.
2333
2334 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2335
2336         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2337
2338         Do not use cairo_rectangle and cairo_clip since we are
2339         not using cairo_fill but cairo_paint. Use the same cairo context
2340         for every page in the same expose event.
2341
2342 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2343
2344         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2345         leak.
2346
2347 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * configure.ac:
2350         * NEWS:
2351
2352         Release 0.9.3
2353
2354 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * libdocument/ev-document-info.h:
2357         * libdocument/ev-document.h:
2358         * shell/ev-page-action.h:
2359         * shell/ev-sidebar-links.h:
2360
2361         Fix a headers problem with ev-link
2362         
2363         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2364         * shell/ev-view-private.h:
2365         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2366         (get_link_area), (ev_view_query_tooltip),
2367         (ev_view_leave_notify_event), (ev_view_destroy),
2368         (ev_view_class_init):
2369
2370         Use new gtk tooltips when available instead of ev-tooltip.
2371         
2372 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-window.c: (update_chrome_visibility),
2375         (ev_window_sidebar_visibility_changed_cb):
2376
2377         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2378         
2379 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * shell/ev-navigation-action.c:
2382         (ev_navigation_action_history_changed),
2383         (ev_navigation_action_set_history):
2384         * shell/ev-navigation-action-widget.c:
2385         (ev_navigation_action_widget_init):
2386         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2387
2388         Fix compile warnings.
2389         
2390 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2393         (egg_editable_toolbar_dispose):
2394
2395         Fix memory leak.
2396         
2397 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2400         (screensaver_disable_x11):
2401         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2402         * shell/ev-window.c: (presentation_set_timeout):
2403         * shell/ev-view.c: (ev_view_presentation_transition_start):
2404
2405         Use g_timeout_add_seconds instead of g_timeout_add when
2406         available.
2407         
2408 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2411
2412         Set horizontal scrollbar policy to AUTOMATIC instead of
2413         NEVER. Workaround for bug #449462.
2414         
2415 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * shell/ev-jobs.c: (ev_job_render_page_ready):
2418
2419         Add page_ready callback to main loop with high priority and hold
2420         a reference to job during idle.
2421         
2422 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * configure.ac:
2425         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2426         (pdf_document_file_exporter_begin),
2427         (pdf_document_file_exporter_do_page),
2428         (pdf_document_file_exporter_get_capabilities):
2429         * libdocument/ev-file-exporter.h:
2430         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2431         * shell/ev-window.c: (ev_window_print_send),
2432         (ev_window_print_dialog_response_cb):
2433
2434         Allow printing multiple pages per sheet. Fixes bug #395573.
2435         
2436 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2437
2438         * shell/ev-view.c: (tip_from_link):
2439         
2440         Check for NULL, fixes bug #460862.
2441
2442 2007-07-29  Christian Persch  <chpe@gnome.org>
2443
2444         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2445         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2446         (ev_window_cmd_preview_print):
2447         
2448         Fixes bug #437681 - blocks while enumerating printers.
2449
2450 2007-07-29  Christian Persch  <chpe@gnome.org>
2451
2452         * shell/ev-window.c: (ev_window_screen_changed):
2453         
2454         Don't use deprecated gtk+ function. See bug #460909.
2455
2456 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * shell/ev-utils.c: (get_num_monitors):
2459         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2460
2461         Do not use display before initializing it. Remove compile
2462         warnings.
2463
2464 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2465
2466         * shell/ev-view.c: (ev_view_class_init):
2467         
2468         Unix-like hjkl bindings added. See bug #458111.
2469
2470 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2471
2472         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2473         * shell/ev-utils.h:
2474         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2475         (ev_view_update_view_size):
2476         * shell/ev-view.h:
2477         * shell/ev-window.c: (ev_window_update_actions),
2478         (setup_view_from_metadata), (ev_window_screen_changed),
2479         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2480         (zoom_control_changed_cb):
2481         * shell/ev-window.h:
2482         
2483         Reorganizes utility functions.
2484
2485 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2488         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2489         (add_job), (ev_pixbuf_cache_get_surface),
2490         (ev_pixbuf_cache_get_link_mapping),
2491         (ev_pixbuf_cache_get_image_mapping),
2492         (ev_pixbuf_cache_get_form_field_mapping),
2493         (ev_pixbuf_cache_get_text_mapping):
2494         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2495         (notify_page_ready), (ev_job_render_page_ready),
2496         (ev_job_render_run):
2497
2498         Add page_ready signal to notify that page is ready as soon as
2499         possible even if other page elements like links, forms, images or
2500         text mapping are not ready yet.
2501
2502 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2505         (dvi_document_file_exporter_do_page),
2506         (dvi_document_file_exporter_get_capabilities),
2507         (dvi_document_file_exporter_iface_init):
2508         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2509         (ps_document_file_exporter_do_page),
2510         (ps_document_file_exporter_get_capabilities),
2511         (ps_document_file_exporter_iface_init):
2512         * backend/djvu/djvu-document.c:
2513         (djvu_document_file_exporter_begin),
2514         (djvu_document_file_exporter_end),
2515         (djvu_document_file_exporter_get_capabilities),
2516         (djvu_document_file_exporter_iface_init):
2517         * backend/tiff/tiff-document.c:
2518         (tiff_document_file_exporter_begin),
2519         (tiff_document_file_exporter_get_capabilities),
2520         (tiff_document_document_file_exporter_iface_init):
2521         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2522         (pdf_document_file_exporter_do_page),
2523         (pdf_document_file_exporter_get_capabilities),
2524         (pdf_document_file_exporter_iface_init):
2525         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2526         (ev_file_exporter_get_capabilities):
2527         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2528         (idle_print_handler), (ev_print_job_print):
2529         * shell/ev-jobs.c: (ev_job_print_run):
2530         * shell/ev-window.c: (ev_window_print_send),
2531         (ev_window_print_range):
2532
2533         Use capabilities to know which options should be offered by the
2534         print dialog depending on the document backend.
2535
2536 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2539
2540         Give priority to forms over text to set the cursor.
2541
2542 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * shell/ev-view-private.h:
2545         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2546         (ev_view_leave_notify_event), (ev_view_finalize),
2547         (ev_view_get_property), (ev_view_class_init):
2548
2549         Use IBEAM cursor for text form fields and NORMAL cursor for read
2550         only fields. Remove unused status attribute.
2551
2552 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2555
2556         Update region for current selected items also for checkbox
2557         buttons, since they can behave as radio buttons when they are in a
2558         set.
2559
2560 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * configure.ac:
2563         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2564
2565         Get max length of text form fields.
2566
2567 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2570         * libdocument/ev-form-field.h:
2571         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2572
2573         Fix build with current poppler cvs head.
2574
2575 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2578         * shell/eggfindbar.c: (egg_find_bar_init):
2579
2580         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2581         deprecation. Fixes bug #455667
2582
2583 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2584
2585         * NEWS:
2586         * configure.ac:
2587         
2588         Update for release 0.9.2
2589
2590 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * shell/ev-view.c: (ev_view_form_field_text_save),
2593         (ev_view_form_field_choice_save):
2594
2595         Fix a crash when closing whith a form widget visible.
2596
2597 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2600
2601         Update also the region of the current selected button when
2602         clicking on another button if they are radio buttons.
2603
2604 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2607         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2608         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2609         (ev_pixbuf_cache_get_link_mapping),
2610         (ev_pixbuf_cache_get_image_mapping),
2611         (ev_pixbuf_cache_get_form_field_mapping),
2612         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2613         * shell/ev-view.c: (ev_view_form_field_get_region),
2614         (ev_view_form_field_button_create_widget),
2615         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2616         (job_finished_cb):
2617
2618         Redraw only form field region instead of the whole page when
2619         reloading a page to show changes on the form field.
2620
2621 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * shell/ev-view.c: (ev_view_form_field_choice_save):
2624
2625         Fix selection of first item in list form fields.
2626
2627 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2628
2629         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2630         (ev_pixbuf_cache_reload_page),
2631         (ev_pixbuf_cache_get_form_field_mapping):
2632
2633         Some refactoring to avoid duplicated code.
2634
2635 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * configure.ac:
2638         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2639         (ev_form_field_from_poppler_field),
2640         (pdf_document_forms_get_form_fields),
2641         (pdf_document_forms_form_field_text_get_text),
2642         (pdf_document_forms_form_field_text_set_text),
2643         (pdf_document_forms_form_field_button_set_state),
2644         (pdf_document_forms_form_field_button_get_state),
2645         (pdf_document_forms_form_field_choice_get_item),
2646         (pdf_document_forms_form_field_choice_get_n_items),
2647         (pdf_document_forms_form_field_choice_is_item_selected),
2648         (pdf_document_forms_form_field_choice_select_item),
2649         (pdf_document_forms_form_field_choice_toggle_item),
2650         (pdf_document_forms_form_field_choice_unselect_all),
2651         (pdf_document_forms_form_field_choice_set_text),
2652         (pdf_document_forms_form_field_choice_get_text),
2653         (pdf_document_document_forms_iface_init):
2654         * libdocument/Makefile.am:
2655         * libdocument/ev-form-field.[ch]:
2656         * libdocument/ev-document-forms.[ch]:
2657         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2658         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2659         (add_job), (ev_pixbuf_cache_reload_page),
2660         (ev_pixbuf_cache_get_form_field_mapping):
2661         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2662         * shell/ev-view-private.h:
2663         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2664         (ev_view_handle_cursor_over_xy),
2665         (ev_view_get_form_field_at_location),
2666         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2667         (ev_view_form_field_button_create_widget),
2668         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2669         (ev_view_form_field_text_create_widget),
2670         (ev_view_form_field_choice_save),
2671         (ev_view_form_field_choice_changed),
2672         (ev_view_form_field_choice_create_widget),
2673         (ev_view_handle_form_field), (ev_view_size_allocate),
2674         (ev_view_realize), (draw_end_presentation_page),
2675         (ev_view_button_press_event), (ev_view_remove_all),
2676         (ev_view_motion_notify_event), (ev_view_key_press_event),
2677         (ev_view_enter_notify_event), (highlight_find_results),
2678         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2679         (ev_view_class_init), (page_changed_cb),
2680         (on_adjustment_value_changed), (ev_view_set_presentation),
2681         (merge_selection_region), (ev_view_set_cursor),
2682         (ev_view_reset_presentation_state):
2683         
2684         Merge evince-forms branch.
2685
2686 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2687
2688         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2689
2690         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2691         This script also updates itself from libegg
2692
2693         * cut-n-paste/toolbar-editor/egg*:
2694         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2695         libegg
2696
2697 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2698
2699         * shell/ev-window.c:
2700         
2701         Adds a nice icon to page action during toolbar editing.
2702         See bug #452872.
2703
2704 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2705
2706         * data/evince-toolbar.xml:
2707         * shell/ev-window.c:
2708         
2709         Let user add a presentation and fullscreen icons on toolbar.
2710         See bug #449734.
2711
2712 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2713
2714         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2715
2716         new script to keep in sync with toolbareditor in libegg
2717
2718         * cut-n-paste/toolbar-editor/*: 
2719
2720         Run update-toolbareditor-from-libegg so we are in sync again. 
2721         Fixes bug #452850.
2722         
2723
2724 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * shell/ev-sidebar-links.c: (job_finished_callback):
2727
2728         Do not connect selection changed signal more than once. Fixes bug
2729         #349433.
2730
2731 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2734
2735         Do not change sidebar chrome flag when pressing F9 key in
2736         presentation mode.
2737
2738 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * backend/pdf/ev-poppler.cc:
2741         (pdf_document_thumbnails_get_dimensions):
2742
2743         Make sure thumbnails width and height is not <= 0. Fixes a crash
2744         with some pdf documents which have really small pages.
2745
2746 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2747
2748         * shell/main.c: (main):
2749
2750         Fixes program description translation issue.
2751         Bug #450148.
2752
2753 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2754
2755         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2756
2757         Do not change current page when returning from black/white mode
2758         in presentation. Fixes bug #415032.
2759
2760 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2761
2762         * NEWS:
2763         * configure.ac:
2764         
2765         Update for release 0.9.1
2766
2767 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2768
2769         * backend/dvi/dvi-document.c:
2770         (dvi_document_finalize),
2771         (dvi_document_file_exporter_format_supported),
2772         (dvi_document_file_exporter_begin),
2773         (dvi_document_file_exporter_do_page),
2774         (dvi_document_file_exporter_end),
2775         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2776         
2777         PDF exporter for dvi documents. Fixes bug #441319.
2778
2779 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-window.c: (ev_window_clear_print_job):
2782
2783         Clear gtk print job when job has finished. Fixes bug #447612.
2784
2785 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/ev-window.c: (ev_window_print_send),
2788         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2789
2790         Add preview button to print dialog. Fixes bug #445419.
2791
2792 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * backend/dvi/Makefile.am:
2795         * backend/dvi/pixbuf-device.[ch]: Removed
2796         * backend/dvi/cairo-device.[ch]: Added
2797         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2798         * backend/dvi/dvi-document.c: (dvi_document_load),
2799         (dvi_document_render), (dvi_document_finalize),
2800         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2801         (dvi_document_do_color_special):
2802         * libdocument/ev-document-misc.[ch]:
2803         (ev_document_misc_pixbuf_from_surface):
2804
2805         Port dvi backend to cairo and fix a problem with colors. 
2806
2807 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * shell/ev-view.c: (draw_one_page):
2810
2811         Draw only visible region.
2812
2813 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * backend/djvu/djvu-document.c: (djvu_document_render):
2816
2817         Fix rotation in djvu backend.
2818
2819 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2820
2821         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2822         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2823         (ev_pixbuf_cache_get_image_mapping),
2824         (ev_pixbuf_cache_get_text_mapping):
2825
2826         Redraw view every time we have a new surface. Fixes bug #443587.
2827
2828 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * libdocument/ev-document.c: (ev_document_info_free):
2831
2832         Fix memory leaks.
2833
2834 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * backend/dvi/dvi-document.c: (dvi_document_render),
2837         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2838         * backend/impress/impress-document.c:
2839         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2840         (impress_document_render), (impress_document_document_iface_init),
2841         (impress_document_thumbnails_get_thumbnail):
2842         * backend/djvu/djvu-document-private.h:
2843         * backend/djvu/djvu-document.c: (djvu_document_render),
2844         (djvu_document_finalize), (djvu_document_document_iface_init),
2845         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2846         * backend/tiff/tiff-document.c: (tiff_document_render),
2847         (tiff_document_render_pixbuf),
2848         (tiff_document_document_iface_init):
2849         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2850         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2851         (pdf_selection_render_selection):
2852         * backend/comics/comics-document.c:
2853         (comics_document_render_pixbuf), (comics_document_render),
2854         (comics_document_document_iface_init):
2855         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2856         (pixbuf_document_document_iface_init):
2857         * libdocument/ev-document-misc.[ch]:
2858         (ev_document_misc_surface_from_pixbuf),
2859         (ev_document_misc_surface_rotate_and_scale):
2860         * libdocument/ev-document.[ch]: (ev_document_render):
2861         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2862         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2863         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2864         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2865         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2866         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2867         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2868         (render_finished_cb), (ev_job_render_run):
2869         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2870         (merge_selection_region):
2871
2872         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2873         and selections.
2874
2875 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2876
2877         * shell/ev-window-title.c: (ev_window_title_update):
2878
2879         Fix memory leak.
2880
2881 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-view.c: (draw_loading_text):
2884
2885         Show loading text centered. Fixes bug #433061
2886
2887 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-sidebar-thumbnails.c:
2890         (ev_sidebar_thumbnails_set_loading_icon):
2891
2892         Remove a mutex in the main thread that blocks the UI in heavy
2893         documents.
2894
2895 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2896
2897         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2898
2899         Set points_set to TRUE so that selections don't disappear after a
2900         zoom change.
2901
2902 2007-06-07  Michael Monreal  <infernux@web.de>
2903
2904         * data/icons/16x16/actions/Makefile.am:
2905         * data/icons/16x16/actions/zoom.svg:
2906         * data/icons/22x22/actions/Makefile.am:
2907         * data/icons/22x22/actions/zoom.svg:
2908         * data/icons/24x24/actions/Makefile.am:
2909         * shell/ev-stock-icons.c:
2910         * shell/ev-stock-icons.h:
2911         * shell/ev-window.c:
2912         
2913         Zoom icon artwork. See bug #444795.
2914
2915 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2916
2917         * shell/ev-metadata-manager.c: Remove extraneous function
2918         (Closes: #444386)
2919
2920 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2921
2922         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2923         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2924         (ev_metadata_manager_set), (ev_metadata_manager_save):
2925         Simplify the timeout, no need for modified anymore
2926
2927 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2928
2929         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2930         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2931         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2932         (ev_metadata_manager_save): Adapted patch from Arjan van de
2933         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2934         time, saves on power (Closes: #443851)
2935
2936 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * configure.ac:
2939         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2940         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2941
2942         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2943
2944 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2945
2946         * shell/ev-window.c: (ev_window_add_history):
2947
2948         Check if history is NULL
2949
2950 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * libdocument/ev-image.c: (ev_image_finalize):
2953         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2954         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2955         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2956         (ev_tmp_uri_unlink):
2957
2958         Add functions to delete temporary files created by evince in a safe
2959         way.
2960
2961         * shell/ev-window.c: (ev_window_clear_local_uri),
2962         (open_xfer_update_progress_callback),
2963         (save_xfer_update_progress_callback), (ev_window_save_remote),
2964         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2965         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2966         (attachment_save_dialog_response_cb),
2967         (ev_attachment_popup_cmd_save_attachment_as):
2968
2969         Allow saving a copy of a document, image or attachment to a remote
2970         location. Fixes bug #440754. 
2971
2972 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * configure.ac:
2975         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2976
2977         Fix build with current poppler from cvs head. 
2978
2979 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2980
2981         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2982
2983         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2984         directory exists.
2985
2986 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2987
2988         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2989         * shell/ev-window.c:
2990
2991         Change sidebar ordering. Fixes bug #439939.
2992
2993 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2994
2995         * backend/comics/Makefile.am:
2996         
2997         Fixes build with --without-libgnome.
2998
2999 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3000         
3001         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
3002
3003         Update cursor and tooltip on page change and view scroll. Fixes bug
3004         #439217.
3005
3006 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * NEWS:
3009         * configure.ac:
3010         
3011         Update for release 0.9.0
3012
3013 2007-05-14  Alaska Subedi <asubedi@gmail.com>
3014
3015         * backend/djvu/djvu-document-private.h:
3016         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3017         (djvu_document_finalize),
3018         (djvu_document_file_exporter_format_supported),
3019         (djvu_document_file_exporter_begin),
3020         (djvu_document_file_exporter_do_page),
3021         (djvu_document_file_exporter_end),
3022         (djvu_document_file_exporter_iface_init), (djvu_document_init):
3023         
3024         Implemented printing with djvu. Bug #437998.
3025
3026 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * backend/impress/zip.c:
3029         Add missing ulong definition.
3030
3031         * backend/ps/ps-interpreter.c:
3032         Add missing headers.
3033
3034         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
3035
3036 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3037
3038         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3039
3040         Add missing call to parent class dispose method. 
3041
3042 2007-05-12  Ross Burton  <ross@openedhand.com>
3043
3044         * shell/main.c:
3045         Sync keybindings manually when building without libgnome
3046         (#437925).
3047
3048 2007-05-12  Ross Burton  <ross@openedhand.com>
3049
3050         * shell/ev-window.c:
3051         Respect the screen when opening help (#437866).
3052
3053 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * data/evince-ui.xml:
3056         * shell/ev-application.[ch]: (get_print_settings_from_args),
3057         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3058         (ev_application_open_uri_list):
3059         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3060         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3061         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3062         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3063         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3064         (ev_window_dispose):
3065         * shell/main.c: (arguments_parse):
3066
3067         Add print button in preview mode. Fixes bug #396475. 
3068
3069 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3070
3071         * cut-n-paste/zoom-control/ephy-zoom.h:
3072         
3073         Fixes zoom level factors. See bug #408119 for details.
3074
3075 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3076
3077         * backend/comics/comics-document.c: (comics_regex_quote),
3078         (extract_argv):
3079         
3080         Correctly quote symbols. Fixes crash in the bug
3081         #415370.
3082
3083 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3084
3085         * shell/ev-navigation-action-widget.c:
3086         (ev_navigation_action_widget_init),
3087         (ev_navigation_action_widget_class_init),
3088         (ev_navigation_action_widget_button_press_event):
3089         
3090         Connect to button-press event on correct widget. Fixes
3091         bug #431988
3092
3093 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * shell/ev-application.c: (ev_application_open_window),
3096         (ev_application_add_icon_path_for_screen),
3097         (ev_application_open_uri_at_dest):
3098         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3099         * shell/ev-navigation-action.c: (build_menu):
3100         
3101         Add app-specific icons to our icon theme. Fixes bug
3102         #425508.
3103
3104 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * shell/ev-history.c: (ev_history_class_init),
3107         (ev_history_add_link):
3108         * shell/ev-history.h:
3109         * shell/ev-navigation-action.c:
3110         (ev_navigation_action_history_changed),
3111         (ev_navigation_action_set_history), (build_menu),
3112         (ev_navigation_action_finalize):
3113         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3114         
3115         Make navigation action unsensitive instead of showing
3116         menu with unsensitive word. Fixes bug #417392.
3117
3118 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3119
3120         * shell/ev-application.[ch]: (ev_application_shutdown),
3121         (ev_application_get_print_settings),
3122         (ev_application_set_print_settings):
3123         * shell/ev-window.c:
3124
3125         Remember print settings. Fixes bug #349102. 
3126
3127 2007-05-08  Christian Persch  <chpe@gnome.org>
3128
3129         * configure.ac:
3130         * properties/ev-properties-view.c:
3131
3132         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3133         Bug #382438.
3134
3135 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3136
3137         * configure.ac:
3138         * properties/ev-properties-view.c: (ev_regular_paper_size):
3139
3140         Use gtk+ builtin paper list to identify the document's paper size.
3141         Fixes bug #382438. 
3142
3143 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * configure.ac:
3146
3147         Fix build when compiling with thumbnailer and libgnome support. 
3148
3149 2007-05-04  Ross Burton  <ross@openedhand.com>
3150
3151         * configure.ac:
3152         Add --without-libgnome, check for libgnome and libgnomeui
3153         separately, and add them to the symbols as required.
3154
3155         * libdocument/ev-file-helpers.c:
3156         When building without libgnome, use g_get_user_config_dir instead
3157         of gnome_user_dir_get.
3158
3159         * shell/ev-application.c:
3160         When building without libgnome, don't use session management.
3161
3162         * shell/main.c:
3163         When building without libgnome, don't use GnomeProgram or
3164         initialise the authentication manager.
3165
3166         This fixes #328842.
3167
3168 2007-05-04  Ross Burton  <ross@openedhand.com>
3169
3170         * shell/ev-window.c:
3171         Don't use libgnome to open help, instead call Yelp directly.
3172
3173 2007-05-04  Ross Burton  <ross@openedhand.com>
3174
3175         * shell/ev-sidebar-attachments.c:
3176         Don't use libgnome to lookup icons for MIME types, instead copy
3177         code from GTK+ to do it manually.
3178
3179 2007-05-04  Ross Burton  <ross@openedhand.com>
3180
3181         * configure.ac:
3182         Add libxml to the dependencies for SHELL_CORE (#435818).
3183
3184 2007-05-02  Ross Burton  <ross@openedhand.com>
3185
3186         * configure.ac:
3187         * Makefile.am:
3188         Add --disable-thumbnailer (#434825)
3189
3190 2007-05-02  Ross Burton  <ross@openedhand.com>
3191
3192         * shell/ev-window.c:
3193         Add missing includes, fix indentation.
3194
3195         * shell/main.c:
3196         Fix indentation.
3197
3198 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3199
3200         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3201         ev_application_open_uri_at_dest instead of ev_application_open_uri
3202         preventing new document always being opened in a new window even if there
3203         is an empty window.
3204
3205 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3206
3207         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3208         (egg_recent_view_uimanager_finalize):
3209         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3210         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3211         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3212         (ev_pixbuf_cache_dispose):
3213         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3214         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3215         
3216         Add missing chain to parent class methods. Fixes
3217         bug #433128.
3218
3219 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3220
3221         * data/Makefile.am (update-icon-cache): Updates
3222         gtk-update-icon-cache in uninstall-hook.
3223
3224 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/ev-window.c: (ev_window_setup_document),
3227         (ev_window_set_document), (ev_window_load_job_cb):
3228         * shell/ev-view.c: (setup_caches):
3229         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3230
3231         Start rendering pages before any other jobs. 
3232
3233 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * shell/ev-window.c: (ev_window_stop_fullscreen),
3236         (ev_window_stop_presentation):
3237
3238         Update chrome visibility before window unfullscreen. 
3239
3240 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * data/Makefile.am:
3243         * data/evince-ui.xml:
3244         * shell/ev-stock-icons.[ch]:
3245         * shell/ev-application.[ch]: (ev_application_shutdown),
3246         (ev_application_init), (ev_application_get_toolbars_model):
3247         * shell/ev-window.c: (update_chrome_visibility),
3248         (fullscreen_toolbar_setup_item_properties),
3249         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3250         (ev_window_run_presentation), (ev_window_stop_presentation),
3251         (ev_window_run_preview), (ev_window_screen_changed),
3252         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3253         (ev_window_dispose), (ev_window_init):
3254
3255         Make fullscreen toolbar always visible. Do not use egg toolbars for
3256         fullscreen and preview modes since such toolbars are not editables.
3257         Fixes bugs #300278, #338910 and #316188.  
3258
3259 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3260
3261         * shell/ev-application.c:
3262         * shell/ev-job-queue.c:
3263         * shell/ev-metadata-manager.c:
3264         * shell/ev-stock-icons.c:
3265         * shell/ev-window.c:
3266         * shell/main.c:
3267         
3268         Developers documentation updated.
3269
3270 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3271
3272         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3273
3274         Check whether uri is valid before launching it. Fixes bug #427664.
3275
3276 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * shell/ev-window.c:
3279
3280         Change key accelerator for Open a Copy menu entry which is in conflict
3281         with Close. Fixes bug #427321.
3282
3283 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3284
3285         * NEWS:
3286         * configure.ac:
3287         
3288         Update for release 0.8.1
3289
3290 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3291
3292         * shell/ev-window.c: (setup_size_from_metadata):
3293         
3294         Do not make window bigger than screen. Fixes bug 
3295         #388985.
3296
3297 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3300         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3301
3302         Use default resolution when it's not provided by document. Fixes bug
3303         #408762.
3304
3305 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * configure.ac:
3308         * thumbnailer/Makefile.am:
3309         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3310         * thumbnailer/evince-thumbnailer.schemas.in:
3311         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3312
3313         Add support for ps, eps and compressed documents thumbnails. Do not
3314         ignore size parameter. 
3315
3316 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3317
3318         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3319         (dvi_document_do_color_special):
3320         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3321
3322         Implement font color specials in the DVI backend. Fixes bug #303651.
3323
3324 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3325
3326         Fixup the previous commit:
3327
3328         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3329         * shell/xdg-user-dir-lookup.c: Make the function non-static
3330         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3331
3332 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3333
3334         * shell/ev-window.c (file_open_dialog_response_cb): Use
3335         the xdg-user-dirs DOCUMENTS folder as default folder when
3336         opening a file chooser.  (#424858)
3337
3338         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3339         xdg-user-dirs.
3340
3341 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-window.c: (ev_window_load_job_cb):
3344
3345         Do not setup view from metadata on preview mode. 
3346
3347 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * shell/main.c:
3350
3351         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3352
3353 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-view.c: (ev_view_primary_get_cb):
3356
3357         Check pointer != NULL before using it. Fixes bug #416841. 
3358
3359 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3360
3361         * NEWS:
3362         * configure.ac:
3363         
3364         Release 0.8.0
3365
3366 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3369
3370         Do not render thumbnails when sidebar thumbnail page is not visible
3371         at startup. Fixes bug #416447. 
3372
3373 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3374
3375         * data/evince.desktop.in.in:
3376
3377         "Application" is not a valid category in the freedesktop specification.
3378
3379 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * libdocument/ev-file-helpers.[ch]: (compression_run),
3382         (ev_file_uncompress), (ev_file_compress):
3383         * shell/ev-window.c: (file_save_dialog_response_cb):
3384
3385         Save document compressed when saving a copy of a compressed document.
3386         Fixes bug #334542.
3387
3388 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3391
3392         Allow deleting in goto window entry in presentation mode. 
3393
3394 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3395
3396         * Makefile.am: Dist MAINTAINERS.
3397
3398 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3399
3400         * shell/ev-window.c: (ev_window_update_actions):
3401
3402         Fix zoom shortcut keys when searching. Fixes bug #409828.
3403
3404 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3405
3406         * shell/ev-window.c: (ev_window_setup_document):
3407
3408         Fix crash when loading documents with only one page. 
3409
3410 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * backend/dvi/dvi-document.c:
3413         (dvi_document_thumbnails_get_dimensions),
3414         (dvi_document_thumbnails_get_thumbnail):
3415         * backend/impress/impress-document.c:
3416         (impress_document_thumbnails_get_thumbnail),
3417         (impress_document_thumbnails_get_dimensions):
3418         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3419         (ps_document_thumbnails_get_dimensions):
3420         * backend/djvu/djvu-document.c:
3421         (djvu_document_thumbnails_get_dimensions),
3422         (djvu_document_thumbnails_get_thumbnail):
3423         * backend/tiff/tiff-document.c:
3424         (tiff_document_thumbnails_get_thumbnail),
3425         (tiff_document_thumbnails_get_dimensions):
3426         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3427         (pdf_document_thumbnails_get_thumbnail),
3428         (pdf_document_thumbnails_get_dimensions):
3429         * backend/comics/comics-document.c:
3430         (comics_document_thumbnails_get_thumbnail),
3431         (comics_document_thumbnails_get_dimensions):
3432         * backend/pixbuf/pixbuf-document.c:
3433         (pixbuf_document_thumbnails_get_thumbnail),
3434         (pixbuf_document_thumbnails_get_dimensions):
3435         * libdocument/ev-document-thumbnails.[ch]:
3436         (ev_document_thumbnails_get_thumbnail),
3437         (ev_document_thumbnails_get_dimensions):
3438         * libdocument/ev-document-misc.[ch]:
3439         (ev_document_misc_get_thumbnail_frame):
3440         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3441         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3442         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3443         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3444         (ev_sidebar_thumbnails_refresh):
3445         * shell/ev-window.c: (ev_window_setup_document):
3446         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3447
3448         Use an EvRenderContext for rendering thumbnails instead of a suggested
3449         width, so that different sized pages get sized proportionally.
3450
3451 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * shell/ev-view.c: (ev_view_button_press_event),
3454         (ev_view_key_press_event):
3455
3456         Fix critical warnings when there is no document loaded. 
3457
3458 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * shell/ev-page-action-widget.c:
3461         * shell/ev-navigation-action.c:
3462         * shell/ev-window.c:
3463
3464         Fix compile warnings. 
3465
3466 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * backend/djvu/djvu-text.h:
3469         * backend/djvu/djvu-document.c:
3470         * backend/djvu/djvu-text-page.c:
3471         * backend/djvu/djvu-links.c:
3472         * backend/djvu/djvu-text-page.h:
3473         * backend/djvu/djvu-text.c:
3474         
3475         Fix build on Mac. Fixes bug #392186. Patch by
3476         <ephraim_owns@hotmail.com>
3477
3478 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3481
3482         Restore cairo context before rendering every page when printing a PDF
3483         document into a PDF file. 
3484
3485 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * backend/ps/gstypes.h:
3488         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3489         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3490         (ps_document_thumbnails_get_thumbnail):
3491
3492         Handle PostScript page orientation. Fixes bug #318568.
3493
3494 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3495
3496         * backend/ps/Makefile.am:
3497         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3498         (document_load), (ps_document_load), (save_document),
3499         (save_page_list), (ps_document_get_n_pages),
3500         (ps_document_get_page_size), (ps_document_get_info),
3501         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3502         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3503         (ps_document_thumbnails_get_thumbnail),
3504         (ps_document_thumbnails_get_dimensions),
3505         (ps_document_document_thumbnails_iface_init):
3506         * backend/ps/ps.[ch]: (psgetpagebox):
3507         * backend/ps/ps-interpreter.[ch]:
3508
3509         Add support for thumbnails in ps backend. Fixes bug #164755. 
3510
3511 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3512
3513         * NEWS:
3514         * configure.ac:
3515         
3516         Release 0.7.2
3517
3518 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3521         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3522         (ev_window_dispose):
3523
3524         Use document thumbnail as window icon. Fixes bug #384442.
3525
3526 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3527
3528         * configure.ac:
3529
3530         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3531         duplicated adding application/x-bzpostscript instead. 
3532
3533 2007-02-11  Tom Parker  <palfrey@tevp.net>
3534
3535         * backend/ps/ps-document.c: (document_load):
3536
3537         Check return value of psscan before trying
3538         to use it. Fixes bug #372414.
3539
3540 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3543
3544         Fix invalid free in ev-page-cache. Fixes bug #404745.
3545
3546 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3547
3548         * test/Makefile.am:
3549         * test/test3.py:
3550         
3551         Added reload test case.
3552
3553 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3554
3555         * po/POTFILES.in:
3556         * backend/djvu/djvu-document.c: (djvu_document_load):
3557
3558         Check whether there are missing files in indirect multipage djvu
3559         documents. Fixes bug #361683. 
3560
3561 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3562
3563         * test/Makefile.am:
3564         * test/test-mime.bin:
3565         * test/test3.py:
3566         
3567         Added test for slow mime type
3568
3569 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3572
3573         Add some checks and call parent_class->finalize. Fixes bug #404745.
3574
3575 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * shell/ev-navigation-action.c: (connect_proxy):
3578         
3579         Fixes dropdown history menu. Thanks a lot Carlos!
3580
3581 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3584
3585         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3586         bug #373715.
3587
3588 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * backend/ps/ps.c: (psscan):
3591
3592         Fix memory leak. 
3593
3594 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * configure.ac:
3597         * libdocument/ev-file-helpers.c: 
3598
3599         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3600
3601 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3602
3603         * configure.ac:
3604         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3605         (ps_interpreter_start), (document_load), (save_document),
3606         (save_page_list):
3607         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3608         * libdocument/ev-document-factory.c:
3609         (ev_document_factory_get_from_mime), (get_document_from_uri),
3610         (free_uncompressed_uri), (ev_document_factory_get_document):
3611         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3612
3613         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3614
3615 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * libdocument/ev-document.h:
3618
3619         Fix typo in function name. 
3620
3621 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * backend/ps/ps-document.c: (ps_interpreter_finished),
3624         (ps_interpreter_start), (ps_interpreter_failed):
3625
3626         Handle ghostscript interpreter crashes. 
3627
3628 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * shell/ev-window.c: (ev_window_open_uri),
3631         (window_configure_event_cb):
3632
3633         Setup window size and position before showing it. Fixes bug #401711.
3634
3635 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * backend/ps/Makefile.am:
3638         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3639         (ps_document_dispose), (ps_document_class_init),
3640         (ps_interpreter_input), (ps_interpreter_output),
3641         (ps_interpreter_error), (setup_interpreter_env),
3642         (ps_interpreter_start), (ps_interpreter_stop),
3643         (ps_interpreter_failed), (ps_interpreter_is_ready),
3644         (check_filecompressed), (document_load), (ps_document_load),
3645         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3646         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3647         (render_page):
3648
3649         Rework ps-document. Code cleanups, remove deprecated code. 
3650
3651 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * shell/ev-view.c: (ev_view_button_press_event):
3654
3655         Do not start an image drag and drop operation when pointer is on 
3656         text, so that we can select text when the whole background is an
3657         image. 
3658
3659 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-window.c: (ev_window_update_actions): 
3662
3663         Disable all zoom related actions during presentation mode. 
3664
3665 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3666
3667         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3668
3669         Do not zoom in or out on presentation mode. Fixes bug #401305.
3670
3671 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3672
3673         * shell/ev-navigation-action.c: (connect_proxy),
3674         (create_menu_item), (ev_navigation_action_class_init):
3675         
3676         Correctly show menu and fix crash when navigaton 
3677         action is out of toolbar visible area.
3678
3679 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3680
3681         * data/Makefile.am:
3682         * data/evince.1:
3683         
3684         Added man file
3685
3686 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3687
3688         * help/reference/* :
3689         * configure.ac:
3690         
3691         Added gtk-doc based documentation for Evince.
3692         Still in initial state but I hope it will
3693         grow.
3694         
3695         * configure.ac:
3696         
3697         Lower dbus requirement to 0.70
3698
3699 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-window.c: (ev_window_add_history):
3702
3703         Fix memory leak. 
3704
3705 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3706
3707         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3708         * shell/ev-view.h:
3709         * shell/ev-window.c: (ev_window_add_history):
3710         
3711         Correctly handle named destination links
3712
3713 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * NOTES:
3716         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3717         * backend/pdf/ev-poppler.cc:
3718         * libdocument/ev-document-links.h:
3719         * libdocument/ev-link.c: (ev_link_get_page):
3720         * libdocument/ev-link.h:
3721         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3722         (ev_history_add_link):
3723         * shell/ev-history.h:
3724         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3725         (new_history_menu_item), (build_menu):
3726         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3727         * shell/ev-sidebar-links.c: (create_loading_model),
3728         (print_section_cb), (ev_sidebar_links_construct),
3729         (fill_page_labels), (update_page_callback_foreach),
3730         (update_page_callback), (job_finished_callback):
3731         * shell/ev-view.c: (ev_view_handle_link):
3732         * shell/ev-window.c: (ev_window_find_chapter),
3733         (ev_window_add_history), (view_handle_link_cb),
3734         (history_changed_cb):
3735         
3736         Implements another history variant
3737
3738 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * shell/ev-window.c: (view_external_link_cb):
3741         * shell/ev-view.c: (ev_view_button_release_event):
3742
3743         Open links in new window when clicking with middle button. 
3744
3745 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3746
3747         * shell/ev-navigation-action.c: (new_history_menu_item):
3748         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3749         * shell/ev-view.c: (ev_view_handle_link):
3750         * shell/ev-window.c:
3751         
3752         Store link before jump, not the destination. For me it 
3753         seems like more natural history behavior.
3754
3755 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3756
3757         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3758         (ev_navigation_action_class_init):
3759         * shell/ev-navigation-action.h:
3760         * shell/ev-page-action.c: (activate_cb):
3761         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3762         (ev_page_cache_set_current_page_history):
3763         * shell/ev-page-cache.h:
3764         * shell/ev-sidebar-thumbnails.c:
3765         (ev_sidebar_tree_selection_changed),
3766         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3767         * shell/ev-view-private.h:
3768         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3769         * shell/ev-view.h:
3770         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3771         (ev_window_setup_document), (ev_window_load_job_cb):
3772         * shell/ev-window.h:
3773         
3774         History finally works as expected.
3775
3776 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3777
3778         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3779
3780         Do not update links treeview if it doesn't have a model assigned yet. 
3781
3782 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3783
3784         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3785         (ev_sidebar_links_class_init), (update_page_callback):
3786
3787         Do not update links treeview when sidepane is not visible. 
3788
3789 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3790
3791         * shell/ev-marshal.list:
3792         * shell/ev-page-action.c: (activate_cb),
3793         (ev_page_action_class_init):
3794         * shell/ev-page-action.h:
3795         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3796         * shell/ev-window.c:
3797         
3798         Remove activate_link signal, not required.
3799
3800 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3801
3802         * shell/ev-navigation-action.c: (build_menu):
3803         
3804         Reorder menu items and build menu with fixed length.
3805
3806 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3807
3808         * shell/ev-view.c: (get_selected_text):
3809         
3810         Normalize text to fix ligatures problem. See bug
3811         #341947 for details.
3812
3813 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3816
3817         Fix memory leak in ev-page-cache. 
3818
3819 2007-01-25  Tom Parker <palfrey@tevp.net>
3820
3821         * backend/impress/impress-document.c: (impress_document_load),
3822         (impress_document_finalize), (impress_document_init):
3823         * properties/ev-properties-main.c: (ev_properties_get_pages):
3824         
3825         Correctly handle impress document errors. Fixes nautilus
3826         crash in property page #370491.
3827
3828 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3831         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3832         (ev_job_queue_remove_job):
3833         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3834         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3835         (ev_job_load_run):
3836         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3837         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3838         (ev_window_load_job_cb), (xfer_update_progress_callback),
3839         (ev_window_open_uri), (ev_window_dispose):
3840         * shell/main.c: (main):
3841
3842         Do file transfer asynchronously in the main thread instead of
3843         synchronously in the load thread. Fixes bugs #399694, #398307 and
3844         #343542.
3845
3846 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-jobs.c: (ev_job_xfer_run):
3849
3850         Load the document with the font-config lock held. 
3851
3852 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3853
3854         * backend/ps/ps-document.c: (start_interpreter):
3855
3856         Fix memory leaks in ps backend. 
3857
3858 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * backend/impress/impress-document.c:
3861         (impress_document_render_pixbuf):
3862
3863         Do not acquire fontconfig lock in impress backend, since it is using
3864         the main loop for rendering. 
3865
3866 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * po/POTFILES.in: 
3869
3870         Remove mdvi files that shouldn't be translated. 
3871
3872 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * shell/ev-view-private.h:
3875         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3876         (ev_view_set_zoom):
3877
3878         Render "loading..." text into a cairo surface instead of directly into
3879         the window so that fontconfig lock is only needed once and UI is not
3880         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3881
3882 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3885         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3886
3887         Use icon theme associated with the window screen rather than default. 
3888
3889 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3890
3891         * configure.ac:
3892
3893         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3894
3895 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3896
3897         * data/icons/*/apps/evince.*:
3898
3899         Move Evince icons under new apps directory.
3900
3901         * data/icons/*/actions/*:
3902
3903         Add new custom themeable Evince icons: view-page-continuous, 
3904         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3905         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3906
3907         * configure.ac:
3908
3909         Add new directories to AC_CONFIG_FILES.
3910
3911         * shell/ev-stock-icons.c:
3912         * shell/ev-stock-icons.h:
3913
3914         Use new custom themeable icons.
3915
3916 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3919
3920         Do not draw white background page in presentation mode. 
3921
3922 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3923
3924         * shell/ev-view.c: Remove unused gnome-vfs include.
3925
3926 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3927
3928         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3929         
3930         Format string is corrected, fixes bug #397129.
3931
3932 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-window.c: (ev_window_setup_recent):
3935
3936         Do not include in recent menu inexistent documents. Fixes
3937         bug #339171.
3938
3939 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3940
3941         * po/POTFILES.skip: 
3942
3943         Update POTFILES.skip file according to current source tree. 
3944
3945 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3946
3947         * shell/ev-window.c: (file_save_dialog_response_cb):
3948
3949         Do Save a copy in atomic way. Fixes bug #328266. 
3950
3951 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3954
3955         Keep selected cell always visible in index treeview.
3956
3957 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3958         
3959         * shell/ev-view.c: (ev_view_size_allocate):
3960
3961         Restore horizontal scrollbar after switching to/from fullscreen
3962         or presentation mode. Fixes bug #331728.
3963
3964 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3965
3966         * shell/ev-view-private.h:
3967         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3968         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3969         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3970         (ev_view_can_zoom_out):
3971
3972         Use max and min scale values in the view iby taking dpi into account. 
3973
3974 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * configure.ac:
3977         * NEWS:
3978
3979         Release 0.7.1
3980
3981 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * shell/ev-window.c: (ev_window_print_send):
3984
3985         Send print job to printer with some settings set to default values,
3986         since we have already exported to a file according to such settings
3987         and they could be taken twice by some printers. 
3988
3989 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * shell/ev-jobs.c: (ev_job_xfer_run):
3992         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3993
3994         Show main window and load document with the font-config lock held. 
3995
3996 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3997
3998         * configure.ac:
3999         * shell/ev-application.c: (ev_application_register_service):
4000         * shell/main.c: (load_files_remote):
4001
4002         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
4003
4004 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4005
4006         * doc/debugging.txt:
4007         
4008         Remove obsolete documentation.
4009
4010 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * Makefile.am:
4013         * backend/Makefile.am:
4014         * backend/comics/Makefile.am:
4015         * backend/djvu/Makefile.am:
4016         * backend/dvi/Makefile.am:
4017         * backend/ev-async-renderer.c:
4018         * backend/ev-async-renderer.h:
4019         * backend/ev-attachment.c:
4020         * backend/ev-attachment.h:
4021         * backend/ev-backend-marshal.c:
4022         * backend/ev-document-factory.c:
4023         * backend/ev-document-factory.h:
4024         * backend/ev-document-find.c:
4025         * backend/ev-document-find.h:
4026         * backend/ev-document-fonts.c:
4027         * backend/ev-document-fonts.h:
4028         * backend/ev-document-images.c:
4029         * backend/ev-document-images.h:
4030         * backend/ev-document-info.h:
4031         * backend/ev-document-links.c:
4032         * backend/ev-document-links.h:
4033         * backend/ev-document-misc.c:
4034         * backend/ev-document-misc.h:
4035         * backend/ev-document-security.c:
4036         * backend/ev-document-security.h:
4037         * backend/ev-document-thumbnails.c:
4038         * backend/ev-document-thumbnails.h:
4039         * backend/ev-document-transition.c:
4040         * backend/ev-document-transition.h:
4041         * backend/ev-document.c:
4042         * backend/ev-document.h:
4043         * backend/ev-file-exporter.c:
4044         * backend/ev-file-exporter.h:
4045         * backend/ev-image.c:
4046         * backend/ev-image.h:
4047         * backend/ev-link-action.c:
4048         * backend/ev-link-action.h:
4049         * backend/ev-link-dest.c:
4050         * backend/ev-link-dest.h:
4051         * backend/ev-link.c:
4052         * backend/ev-link.h:
4053         * backend/ev-render-context.c:
4054         * backend/ev-render-context.h:
4055         * backend/ev-selection.c:
4056         * backend/ev-selection.h:
4057         * backend/impress/Makefile.am:
4058         * backend/pdf/Makefile.am:
4059         * backend/pixbuf/Makefile.am:
4060         * backend/ps/Makefile.am:
4061         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4062         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4063         (start_interpreter), (stop_interpreter), (document_load),
4064         (ps_document_next_page), (render_page):
4065         * backend/tiff/Makefile.am:
4066         * comics/Makefile.am:
4067         * comics/comics-document.c:
4068         * comics/comics-document.h:
4069         * configure.ac:
4070         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4071         * djvu/Makefile.am:
4072         * djvu/djvu-document-private.h:
4073         * djvu/djvu-document.c:
4074         * djvu/djvu-document.h:
4075         * djvu/djvu-links.c:
4076         * djvu/djvu-links.h:
4077         * djvu/djvu-text-page.c:
4078         * djvu/djvu-text-page.h:
4079         * djvu/djvu-text.c:
4080         * djvu/djvu-text.h:
4081         * dvi/Makefile.am:
4082         * dvi/dvi-document.c:
4083         * dvi/dvi-document.h:
4084         * dvi/fonts.c:
4085         * dvi/fonts.h:
4086         * dvi/mdvi-lib/Makefile.am:
4087         * dvi/mdvi-lib/afmparse.c:
4088         * dvi/mdvi-lib/afmparse.h:
4089         * dvi/mdvi-lib/bitmap.c:
4090         * dvi/mdvi-lib/bitmap.h:
4091         * dvi/mdvi-lib/color.c:
4092         * dvi/mdvi-lib/color.h:
4093         * dvi/mdvi-lib/common.c:
4094         * dvi/mdvi-lib/common.h:
4095         * dvi/mdvi-lib/defaults.h:
4096         * dvi/mdvi-lib/dvimisc.c:
4097         * dvi/mdvi-lib/dviopcodes.h:
4098         * dvi/mdvi-lib/dviread.c:
4099         * dvi/mdvi-lib/files.c:
4100         * dvi/mdvi-lib/font.c:
4101         * dvi/mdvi-lib/fontmap.c:
4102         * dvi/mdvi-lib/fontmap.h:
4103         * dvi/mdvi-lib/fontsrch.c:
4104         * dvi/mdvi-lib/gf.c:
4105         * dvi/mdvi-lib/hash.c:
4106         * dvi/mdvi-lib/hash.h:
4107         * dvi/mdvi-lib/list.c:
4108         * dvi/mdvi-lib/mdvi.h:
4109         * dvi/mdvi-lib/pagesel.c:
4110         * dvi/mdvi-lib/paper.c:
4111         * dvi/mdvi-lib/paper.h:
4112         * dvi/mdvi-lib/pk.c:
4113         * dvi/mdvi-lib/private.h:
4114         * dvi/mdvi-lib/setup.c:
4115         * dvi/mdvi-lib/sp-epsf.c:
4116         * dvi/mdvi-lib/special.c:
4117         * dvi/mdvi-lib/sysdeps.h:
4118         * dvi/mdvi-lib/t1.c:
4119         * dvi/mdvi-lib/tfm.c:
4120         * dvi/mdvi-lib/tfmfile.c:
4121         * dvi/mdvi-lib/tt.c:
4122         * dvi/mdvi-lib/util.c:
4123         * dvi/mdvi-lib/vf.c:
4124         * dvi/pixbuf-device.c:
4125         * dvi/pixbuf-device.h:
4126         * impress/Makefile.am:
4127         * impress/common.h:
4128         * impress/document.c:
4129         * impress/f_oasis.c:
4130         * impress/f_oo13.c:
4131         * impress/iksemel.c:
4132         * impress/iksemel.h:
4133         * impress/imposter.h:
4134         * impress/impress-document.c:
4135         * impress/impress-document.h:
4136         * impress/internal.h:
4137         * impress/r_back.c:
4138         * impress/r_draw.c:
4139         * impress/r_geometry.c:
4140         * impress/r_gradient.c:
4141         * impress/r_style.c:
4142         * impress/r_text.c:
4143         * impress/render.c:
4144         * impress/render.h:
4145         * impress/zip.c:
4146         * impress/zip.h:
4147         * lib/Makefile.am:
4148         * lib/ev-debug.c:
4149         * lib/ev-debug.h:
4150         * lib/ev-file-helpers.c:
4151         * lib/ev-file-helpers.h:
4152         * lib/ev-gui.c:
4153         * lib/ev-gui.h:
4154         * lib/ev-tooltip.c:
4155         * lib/ev-tooltip.h:
4156         * libdocument/Makefile.am:
4157         * libdocument/ev-file-helpers.c:
4158         * pdf/Makefile.am:
4159         * pdf/ev-poppler.cc:
4160         * pdf/ev-poppler.h:
4161         * pixbuf/Makefile.am:
4162         * pixbuf/pixbuf-document.c:
4163         * pixbuf/pixbuf-document.h:
4164         * properties/Makefile.am:
4165         * ps/Makefile.am:
4166         * ps/gsdefaults.c:
4167         * ps/gsdefaults.h:
4168         * ps/gsio.c:
4169         * ps/gsio.h:
4170         * ps/gstypes.h:
4171         * ps/ps-document.c:
4172         * ps/ps-document.h:
4173         * ps/ps.c:
4174         * ps/ps.h:
4175         * shell/Makefile.am:
4176         * shell/ev-application.h:
4177         * shell/ev-sidebar-links.c:
4178         * shell/ev-sidebar-links.h:
4179         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4180         (ev_gui_menu_position_tree_selection):
4181         * shell/ev-utils.h:
4182         * shell/ev-view.c: (ev_view_finalize):
4183         * shell/ev-window.c:
4184         * shell/main.c: (main):
4185         * thumbnailer/Makefile.am:
4186         * tiff/Makefile.am:
4187         * tiff/tiff-document.c:
4188         * tiff/tiff-document.h:
4189         * tiff/tiff2ps.c:
4190         * tiff/tiff2ps.h:
4191         
4192         Reorganize source tree.
4193
4194 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * backend/ev-document-factory.c:
4197
4198         Do not include ev-poppler.h when pdf is disabled. 
4199
4200 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * configure.ac:
4203         * data/evince-ui.xml:
4204         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4205         (pdf_document_document_images_iface_init):
4206         * backend/Makefile.am:
4207         * backend/ev-document-images.[ch]:
4208         * backend/ev-image.[ch]:
4209         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4210         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4211         (ev_job_xfer_run):
4212         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4213         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4214         (ev_pixbuf_cache_get_image_mapping):
4215         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4216         (view_menu_popup_cb), (ev_window_dispose),
4217         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4218         (ev_view_popup_cmd_copy_image):
4219         * shell/ev-view-private.h:
4220         * shell/ev-view.c: (ev_view_get_image_at_location),
4221         (ev_view_do_popup_menu), (ev_view_popup_menu),
4222         (ev_view_button_press_event), (ev_view_drag_data_get),
4223         (ev_view_drag_motion), (ev_view_drag_data_received),
4224         (ev_view_motion_notify_event), (ev_view_button_release_event),
4225         (ev_view_finalize), (ev_view_class_init):
4226
4227         Add image handling support. Fixes bugs #310008 and #325047. Images
4228         selection is not supported yet. 
4229
4230 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4231
4232         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4233         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4234         (ev_view_init):
4235
4236         Move view drag and drop stuff to ev-view.
4237
4238 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4239
4240         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4241         * shell/ev-view.c: (clear_selection): 
4242
4243         Clear selection also in pixbuf cache.
4244
4245 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4246
4247         * data/evince.desktop.in.in:
4248         
4249         Change icon name in desktop file. See bug #390734
4250         for details.
4251
4252 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4253
4254         * thumbnailer/Makefile.am:
4255
4256         Use top_builddir instead top_srcdir for generated schema
4257         file installation. Fixes bug #390161.
4258
4259 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * configure.ac:
4262         * backend/Makefile.am:
4263         * backend/ev-document-transition.[ch]:
4264         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4265         (pdf_document_page_transition_iface_init):
4266         * shell/ev-view-private.h:
4267         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4268         (ev_view_set_presentation), (transition_next_page),
4269         (ev_view_presentation_transition_stop),
4270         (ev_view_presentation_transition_start), (ev_view_next_page):
4271
4272         Add page transition support in presentation mode. At the moment only
4273         page duration is supported, but not transition effects. Fixes bug
4274         #309815.
4275
4276 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4279
4280         Run find_link_dest with document lock held, since it's called by links
4281         thread and main thread at the same time. 
4282
4283 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * shell/ev-view.c: (goto_dest):
4286
4287         Update page-cache when page is changed by the view, so that
4288         page-changed signal is emitted. 
4289
4290 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4291
4292         * test/test1.py:
4293         * test/test2.py:
4294
4295         Use C locale in tests. 
4296
4297 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4298
4299         * shell/ev-window.c: (ev_window_run_presentation):
4300         * shell/ev-view-private.h:
4301         * shell/ev-view.c: (ev_view_set_presentation):
4302
4303         Restore zoom settings when back from presentation mode. 
4304
4305 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4306
4307         * shell/ev-window.c: (ev_window_run_presentation):
4308
4309         Always use "best fit" zoom in presentation mode.
4310         Fixes bug #389195.
4311
4312 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4313
4314         * shell/ev-view.c: (ev_view_goto_window_create):
4315
4316         Show "Jump to page" label in the page jumping popup in
4317         presentation mode instead of just a GtkEntry.
4318
4319 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * shell/ev-window.c: (launch_external_uri):
4322
4323         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4324         #378085.
4325
4326 2006-12-22  Elijah Newren  <newren gmail com>
4327
4328         * configure.ac: explicitly check for libxml2.  Fixes #388795
4329
4330 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * shell/ev-view-private.h:
4333         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4334         (ev_view_goto_window_delete_event), (key_is_numeric),
4335         (ev_view_goto_window_key_press_event),
4336         (ev_view_goto_window_button_press_event),
4337         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4338         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4339         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4340
4341         Allow jumping to another page by typing a page number in presentation
4342         mode. It uses a popup window with an entry. Fixes bug #353625.
4343
4344 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * configure.ac:
4347         * properties/ev-properties-view.c: (ev_get_default_user_units),
4348         (ev_regular_paper_size):
4349         
4350         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4351         to Damien Carbery <damien.carbery@sun.com> and
4352         Yevgen Muntyan <muntyan@tamu.edu>.
4353
4354 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4355
4356         * shell/ev-window.c: (setup_document_from_metadata):
4357
4358         Make sure Evince doesn't restore the view on the last
4359         page when a document is reopened. Fixes bug #383381.
4360
4361 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4362
4363         * shell/ev-view.c: (draw_loading_text):
4364
4365         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4366
4367 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * configure.ac:
4370         * NEWS:
4371
4372         Release 0.7.0
4373
4374 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * configure.ac:
4377         * pdf/ev-poppler.cc: (pdf_print_context_free),
4378         (pdf_document_file_exporter_begin),
4379         (pdf_document_file_exporter_do_page):
4380
4381         Make cairo-pdf depedency optional. 
4382
4383 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4386
4387         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4388
4389 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4392         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4393         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4394         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4395         * shell/ev-view.c: (draw_loading_text):
4396         * shell/ev-window.c: (ev_window_cmd_file_properties):
4397
4398         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4399         related to using FontConfig from different threads.
4400         
4401 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * shell/ev-view.c: (draw_loading_text):
4404
4405         Acquire lock document when drawing "Loading..." text so that only one
4406         thread will use FontConfig at the same time. Fixes bug #374750.
4407
4408 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * shell/ev-page-action.[ch]: (activate_cb):
4411         * shell/ev-window.c: (activate_label_cb):
4412
4413         Check if text inserted in page entry is a valid page number when it
4414         doesn't match to any document page label. Fixes bug #383165.
4415
4416 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4417         * shell/ev-window.c:
4418
4419         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4420         available with GTK < 2.10. Added an ifdef to avoid compilation
4421         error.
4422
4423 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * configure.ac:
4426         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4427
4428         Fix ps backend in multihead systems.
4429
4430 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4431
4432         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4433         * shell/ev-window.c: (ev_window_get_screen_dpi),
4434         (ev_window_update_actions), (setup_view_from_metadata),
4435         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4436
4437         Take screen DPI into account when zooming. Fixes bug #318285.
4438
4439 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4440
4441         * data/Makefile.am:
4442
4443         Cleaned up/slightly refactored Makefile.am. Added GConf
4444         schemas uninstallation as well.
4445
4446 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4447
4448         * Makefile.am:
4449         * test/Makefile.am:
4450
4451         Fight with autotools to fix make check. Make distcheck
4452         works fine as well now!
4453
4454 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4455
4456         * shell/ev-view.c: (draw_end_presentation_page):
4457
4458         Corrected "end of presentation" string.
4459
4460 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4461
4462         * shell/ev-view.c: (ev_view_key_press_event):
4463
4464         Correctly propagate key press event so that up/down keys
4465         work as expected (correct behaviour was broken by
4466         black/white screen key bindings for presentations).
4467
4468 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4469
4470         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4471         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4472         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4473         (pdf_selection_get_selection_region),
4474         (pdf_selection_get_selection_map):
4475
4476         Add "static" to some private functions. 
4477
4478 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4479
4480         * lib/ev-tooltip.h:
4481         * properties/ev-properties-view.h:
4482         * shell/ev-jobs.h:
4483         * shell/ev-properties-dialog.h:
4484         * shell/ev-properties-fonts.h:
4485         * shell/ev-sidebar-links.h:
4486         * shell/ev-sidebar-thumbnails.h:
4487         * shell/ev-sidebar.h:
4488         * shell/ev-window.h:
4489         
4490         Fixes CHACK type in class casts. See bug #385343
4491         for details.
4492
4493 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4494
4495         * shell/ev-view-private.h:
4496         * shell/ev-view.c: (draw_end_presentation_page),
4497         (ev_view_expose_event), (ev_view_key_press_event),
4498         (ev_view_class_init), (ev_view_init):
4499
4500         Blank screen in presentation mode when pressing 'b' (filling with
4501         black) or 'w' (filling with white) keys. Fixes bug #358132.
4502
4503 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4504
4505         * data/evince-toolbar.xml:
4506         * shell/ev-window.c:
4507         
4508         Use stock icon for Select All action. Fixes
4509         bug #382652.
4510
4511 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4512
4513         * shell/ev-view.c: (get_doc_point_from_offset),
4514         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4515
4516         Add links support in rotated documents. Fixes bug #343733.
4517
4518 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4519
4520         * shell/ev-view-private.h:
4521         * shell/ev-view.c: (draw_end_presentation_page),
4522         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4523
4524         Show a blank page after the last page in presentation mode with a
4525         message indicating that presentation has finished and how to exit. 
4526
4527 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * shell/ev-window.c: (fullscreen_timeout_cb):
4530
4531         Hide cursor after a while in presentation mode. 
4532
4533 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4534
4535         * backend/ev-document-info.h:
4536         * data/evince-properties.glade:
4537         * pdf/ev-poppler.cc:
4538         * properties/ev-properties-view.c: (ev_regular_paper_size),
4539         (ev_properties_view_set_info):
4540         * ps/ps-document.c: (ps_document_get_info):
4541
4542         Adds a paper size field to the properties dialog. Fixes
4543         bug #307315. Patch by Kasper Svendsen (with some i18n
4544         changes done by me).
4545
4546 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4549         (screensaver_init_dbus), (totem_scrsaver_new),
4550         (totem_scrsaver_init):
4551         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4552         * shell/ev-application.c: (ev_application_register_service),
4553         (ev_application_screensaver_enable),
4554         (ev_application_screensaver_disable):
4555         * shell/ev-application.h:
4556         * shell/ev-window.c: (ev_window_run_presentation),
4557         (ev_window_stop_presentation), (build_comments_string),
4558         (ev_window_init):
4559         
4560         Move screensaver handling to application. No more
4561         message on startup.
4562
4563 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4564
4565         * configure.ac:
4566         * backend/Makefile.am:
4567         * backend/ev-file-exporter.[ch]:
4568         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4569         * ps/ps-document.c: (ps_document_file_exporter_*):
4570         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4571         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4572         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4573         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4574
4575         Allow printing to PDF when suppoted by the backend.
4576         
4577 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * shell/ev-window.c: (build_comments_string):
4580
4581         Use always "Document Viewer" in about dialog. 
4582
4583 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * djvu/djvu-document.c: (djvu_document_get_page_size):
4586
4587         Display a warning message when get_pageinfo fails. 
4588
4589 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4590
4591         * Makefile.am:
4592         * backend/Makefile.am:
4593         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4594         * configure.ac:
4595         * shell/ev-window.c: (build_comments_string):
4596         
4597         Make pdf compilation optional. See bug #38007.
4598
4599 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4600
4601         * ps/ps.c: (get_next_text):
4602
4603         Fix CVE-2006-5864.
4604
4605 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4606
4607         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4608         * shell/ev-navigation-action.c: (connect_proxy),
4609         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4610         
4611         Do not call g_type_class_peek_parent twice.
4612
4613 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * configure.ac:
4616         * data/icons/24x24/.cvsignore:
4617         * data/icons/24x24/Makefile.am:
4618         * data/icons/24x24/evince.png:
4619         * data/icons/Makefile.am:
4620         
4621         Add 24x24 icon. Thanks to 
4622         Michael Monreal <infernux@web.de>.
4623
4624 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4625
4626         * configure.ac: Fix typo in configure.ac. Thanks
4627         to dmacks@netspace.org for notification.
4628
4629 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4632         
4633         Drop dbus include, fixes compilation with older dbus.
4634
4635 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4636
4637         * configure.ac:
4638         * cut-n-paste/Makefile.am:
4639         * cut-n-paste/totem-screensaver/.cvsignore
4640         * cut-n-paste/totem-screensaver/Makefile.am:
4641         * cut-n-paste/totem-screensaver/README:
4642         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4643         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4644         * shell/Makefile.am:
4645         * shell/ev-window.c: (ev_window_run_presentation),
4646         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4647         (ev_window_init):
4648
4649         Implemented screensaver enabling/disabling for
4650         presentation mode (not fullscreen mode). Code stolen
4651         from Totem (with some minor tweaks). Fixes bug #338889.
4652
4653 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4654
4655         * configure.ac:
4656
4657         Bump gnome-icon-theme requirements. We use the rotation
4658         icons that appeared recently.
4659
4660 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4661
4662         * shell/ev-history.c: (ev_history_add_page):
4663         * shell/ev-history.h:
4664         * shell/ev-window.c: (page_changed_cb):
4665         
4666         Use page labels instead of numbers.
4667
4668 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4669
4670         * data/evince-toolbar.xml:
4671         * po/POTFILES.in:
4672         * shell/Makefile.am:
4673         * shell/ev-navigation-action-widget.c:
4674         (ev_navigation_action_widget_init),
4675         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4676         (menu_detacher), (ev_navigation_action_widget_set_menu),
4677         (menu_position_func), (popup_menu_under_arrow),
4678         (ev_navigation_action_widget_toggled),
4679         (ev_navigation_action_widget_button_press_event):
4680         * shell/ev-navigation-action-widget.h:
4681         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4682         (ev_navigation_action_set_window), (activate_menu_item_cb),
4683         (new_history_menu_item), (new_empty_history_menu_item),
4684         (build_menu), (menu_activated_cb), (connect_proxy),
4685         (create_tool_item), (ev_navigation_action_init),
4686         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4687         * shell/ev-navigation-action.h:
4688         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4689         (ev_page_action_widget_set_page_cache),
4690         (ev_page_action_widget_finalize),
4691         (ev_page_action_widget_class_init), (match_selected_cb),
4692         (display_completion_text), (match_completion), (build_new_tree_cb),
4693         (get_filter_model_from_model),
4694         (ev_page_action_widget_update_model):
4695         * shell/ev-page-action-widget.h:
4696         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4697         (connect_proxy):
4698         * shell/ev-page-action.h:
4699         * shell/ev-stock-icons.c:
4700         * shell/ev-stock-icons.h:
4701         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4702         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4703         (register_custom_actions):
4704         * shell/main.c:
4705         
4706         Preliminary history implementation
4707
4708 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4711         (dvi_document_class_init), (dvi_document_init_params):
4712         * dvi/mdvi-lib/font.c: (font_reference):
4713         
4714         Add reference to subfont. Fixes bug #374277.
4715
4716 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4717
4718         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4719         (ev_window_cmd_file_open_copy_at_dest):
4720
4721         Fix a race condition when creating symlink. Increase the counter
4722         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4723         Mathias Hasselmann).
4724
4725 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4726
4727         * backend/Makefile.am:
4728         * backend/ev-attachment.c: (ev_attachment_open):
4729         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4730         (ev_tmp_dir), (ev_tmp_filename):
4731         * shell/ev-sidebar-attachments.c:
4732         (ev_sidebar_attachments_drag_data_get):
4733         * shell/ev-window.c: (ev_window_clear_temp_file):
4734
4735         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4736         in ensure_dir_exists. Abort without crashing when we can't create
4737         user's directory.
4738
4739 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * data/evince-ui.xml:
4742         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4743         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4744         (ev_window_cmd_file_open_copy_at_dest),
4745         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4746         (ev_view_popup_cmd_open_link_new_window):
4747
4748         Allow opening a copy of the current document in a new window. Fixes bug
4749         #357472
4750
4751 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * data/evince-toolbar.xml:
4754         
4755         Add rotate right and rotate left to available items for toolbar.
4756         
4757         * data/evince-ui.xml:
4758         * shell/ev-window.c: (ev_window_init):
4759         
4760         Customize toolbar with right click. Fixes bug #372451.
4761
4762 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4763
4764         * shell/ev-window.c: 
4765         
4766         Use "object-rotate-{left,right}" stock icons. Fixes 
4767         bug #373863.
4768
4769 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4772         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4773         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4774         (ev_window_open_uri):
4775         * shell/main.c: (arguments_parse):
4776
4777         Remove temp file created when evince is used by GTK+ in
4778         preview mode. Fixes bug #365282. 
4779
4780 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4781
4782         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4783         
4784         Fixes bug #372474 - Side pane disabled when entering 
4785         and leaving fullscreen mode.
4786
4787 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4790         * data/Makefile.am:
4791         * data/evince-preview-toolbar.xml:
4792         * data/evince-toolbar.xml:
4793         * shell/ev-application.c: (ev_application_shutdown),
4794         (ev_application_init), (ev_application_get_toolbars_model):
4795         * shell/ev-application.h:
4796         * shell/ev-window.c: (update_chrome_visibility),
4797         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4798         (ev_window_cmd_edit_toolbar), (ev_window_init):
4799         
4800         Fixes bug #364364 - toolbar editor shows zoom actions again.
4801
4802 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4803
4804         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4805
4806         Do not take margins into consideration for paper size when printing.
4807         Really fixes bug #350491.
4808
4809 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4810
4811         * data/evince-ui.xml:
4812         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4813         (ev_window_cmd_file_print_setup),
4814         (ev_window_print_dialog_response_cb),
4815         (ev_window_setup_action_sensitivity):
4816
4817         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4818
4819 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4820
4821         * shell/ev-window.c: (ev_window_print_range):
4822
4823         Revert my previuos commit, since printing to PDF is not supported by
4824         evince yet. 
4825
4826 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4827
4828         * shell/ev-window.c: (ev_window_print_range):
4829
4830         Enable print to a PDF. Fixes bug #332121.
4831
4832 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4833
4834         * shell/ev-application-service.xml:
4835         * shell/ev-application.[ch]: (ev_application_open_window),
4836         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4837         (ev_application_open_uri), (ev_application_open_uri_list):
4838         * shell/ev-window.c: (file_open_dialog_response_cb),
4839         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4840         (drag_data_received_cb), (open_remote_link):
4841         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4842
4843         Add support for multiscreen systems. Fixes bug #316206.
4844
4845 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * shell/ev-jobs.[ch]: (ev_job_print_new),
4848         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4849         (ev_job_print_do_page):
4850         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4851
4852         Allow printing only odd/even pages. Fixes bug #367289.
4853
4854 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4855
4856         * test/test1.py:
4857         * test/test2.py:
4858
4859         Re-add locale settings to test files.
4860
4861 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * data/evince-ui.xml:
4864         * shell/ev-window.c: (set_action_properties):
4865         
4866         Removed garbage from code and ui.
4867
4868 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4869
4870         * shell/ev-window.c: (ev_window_cmd_help_about):
4871
4872         Shamelessly add my name to the list of contributors.
4873
4874 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4875
4876         * test/test1.py:
4877         * test/test2.py:
4878
4879         Cleaned up the dogtail scripts.
4880
4881 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4882
4883         * shell/ev-view.c: (draw_loading_text): Don't render
4884         "loading..." text in presentation mode. Temporary
4885         workaround for bug #320352.
4886
4887 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4888
4889         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4890         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4891
4892         Use print settings scale, copies, collate and reverse which were
4893         ignored. Fixes bug #359032.
4894
4895 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * configure.ac:
4898         * data/evince-password.glade:
4899         * test/Makefile.am:
4900         * test/test-encrypt.pdf:
4901         * test/test-links.pdf:
4902         * test/test1.py:
4903         * test/test2.py:
4904
4905         Add automated UI tests for evince with dogtail. See
4906         bug #300948.    
4907
4908 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4909
4910         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4911
4912         Hide fullscreen toolbar when switching to another desktop workspace.
4913         Fixes bug #338871
4914
4915 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4916
4917         * shell/ev-window-title.c: 
4918         
4919         Test for .dvi in title of pdf documents.
4920
4921 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4922
4923         * shell/ev-view.c: (ev_view_scroll):
4924
4925         Page Up/Down should do page jumps in "Best fit" mode.
4926         If a user has explicitly chosen to view exactly one page
4927         at a time, scrolling just a part of the page when
4928         pressing Page Up/Down is not right. Fixes bug #323107.
4929
4930 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * NEWS:
4933         * configure.ac:
4934         
4935         Update for 0.6.1
4936
4937 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4938
4939         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4940         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4941         
4942         Correctly disconnect from job signals on destroy.
4943
4944 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4945
4946         * shell/ev-view-private.h:
4947         * shell/ev-view.c: (view_set_adjustment_values),
4948         (view_update_range_and_current_page),
4949         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4950         
4951         Fixes bug #343199, current page now follows find page.
4952
4953 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4954
4955         * backend/ev-document-factory.c:
4956         * configure.ac:
4957         Assigned OpenDocument presenation MIME type to the
4958         Impress backend. Added some missing (but harmless)
4959         #ifdefs in the document factory as well to make things
4960         consistent again. Fixes bug #360658.
4961
4962 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4963
4964         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4965         * backend/ev-document-find.c: (ev_document_find_get_type):
4966         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4967         * backend/ev-document-links.c: (ev_document_links_get_type):
4968         * backend/ev-document-security.c: (ev_document_security_get_type):
4969         * backend/ev-document-thumbnails.c:
4970         (ev_document_thumbnails_get_type):
4971         * backend/ev-document.c: (ev_document_get_type):
4972         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4973         * backend/ev-selection.c: (ev_selection_get_type):
4974         * cut-n-paste/recent-files/egg-recent-model.c:
4975         (egg_recent_model_get_type):
4976         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4977         (egg_recent_view_uimanager_get_type):
4978         * cut-n-paste/recent-files/egg-recent-view.c:
4979         (egg_recent_view_get_type):
4980         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4981         (egg_editable_toolbar_get_type):
4982         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4983         (egg_toolbar_editor_get_type):
4984         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4985         (egg_toolbars_model_get_type):
4986         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4987         (egg_tree_multi_drag_source_get_type):
4988         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4989         (ephy_zoom_action_get_type):
4990         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4991         (ephy_zoom_control_get_type):
4992         * impress/r_back.c: (_imp_fill_back):
4993         * properties/ev-properties-main.c:
4994         (ev_properties_plugin_register_type):
4995         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4996         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4997         (ev_view_accessible_factory_get_type):
4998
4999         Reduce relocations. Bug #360616.
5000
5001 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * backend/ev-document-factory.c:
5004         (ev_document_factory_get_document):
5005         
5006         Load document even if extension is wrong.
5007
5008 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5009
5010         * shell/ev-metadata-manager.c: (save_values):
5011         * shell/ev-window.c: (setup_size_from_metadata),
5012         (setup_view_from_metadata), (ev_window_setup_document),
5013         (ev_window_xfer_job_cb), (window_configure_event_cb):
5014         
5015         Set size according to the document size/page size ratio.
5016         That should correct rather wierd behaviour of the previous
5017         commit.
5018
5019 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5020
5021         * shell/ev-window.c: (setup_view_from_metadata):
5022         
5023         Set size for new windows from previous window size.
5024         See bugs #354968 and #168450 for details. Thanks
5025         to Meik Hellmund.
5026
5027 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5028
5029         * djvu/djvu-links.c: (build_tree):
5030
5031         Fix memory leak.
5032
5033 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5034
5035         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
5036         
5037         Don't make sidebar close button insensitive. Fixes
5038         bug #357871.
5039
5040 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5041
5042         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5043         (ev_window_set_view_accels_sensitivity):
5044         
5045         Don't enable Slash on documents which don't support
5046         find. Fixes bug #358648.
5047
5048 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5049
5050         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5051         open dialog fall back to the current document uri if the
5052         filechooser hasn't been used before. Fixes bug #356980.
5053
5054 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5055
5056         * shell/ev-window.c: (ev_window_setup_recent), 
5057         (ev_window_get_recent_file_label):
5058
5059         Escape underscores in filenames of recent file items.
5060
5061 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * configure.ac:
5064         
5065         Bumped poppler requirements, really 0.5.3 is very 
5066         buggy, now we require 0.5.4.
5067
5068 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * djvu/Makefile.am:
5071         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5072         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5073         (djvu_document_document_links_iface_init):
5074         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5075         (number_from_string_10), (get_djvu_link_dest),
5076         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5077         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5078         (djvu_links_get_links), (djvu_links_find_link_dest),
5079         (djvu_links_get_links_model):
5080         * djvu/djvu-links.h:
5081         
5082         Add support for links and bookmarks in djvu documents. Thanks
5083         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5084         patch.
5085
5086 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5087
5088         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5089         
5090         Reopen should reload document. Fixes 
5091         bug 327951.
5092
5093 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * configure.ac:
5096         * data/Makefile.am:
5097         * data/evince-16.png:
5098         * data/evince-22.png:
5099         * data/evince.png:
5100         * data/evince.svg:
5101         * data/icons/16x16/Makefile.am:
5102         * data/icons/16x16/evince.png:
5103         * data/icons/22x22/Makefile.am:
5104         * data/icons/22x22/evince.png:
5105         * data/icons/48x48/Makefile.am:
5106         * data/icons/48x48/evince.png:
5107         * data/icons/Makefile.am:
5108         * data/icons/scalable/Makefile.am:
5109         * data/icons/scalable/evince.svg:
5110         
5111         Install icons with correct names. Fixes
5112         bug #354429.
5113
5114 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * shell/ev-view.c: (ev_view_button_release_event):
5117
5118         Don't open links with middle mouse button. Fixes bug #353649
5119
5120 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * NEWS:
5123         * configure.ac:
5124         
5125         Update for release 0.6.0
5126
5127 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5130         Implement Close named action. Patch by Carlos Garcia Campos.
5131
5132 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5135         
5136         Don't clear link mapping on copy_job_to_job_info. Fixes
5137         bug 346168.
5138
5139 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5140
5141         * shell/main.c: (main):
5142
5143         Revert my previous commit, gnome_program_init owns the option context.
5144         Fix another memory leak in main. Both caught by Christian Persch. 
5145
5146 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/main.c: (main):
5149
5150         Fix memory leak.
5151
5152 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5153
5154         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5155
5156         Fix crash when opening a pdf with password protection. 
5157
5158 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * pdf/ev-poppler.cc: (pdf_document_search_free):
5161
5162         Fix memory leak. 
5163
5164 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5165
5166         * backend/ev-document-factory.c:
5167         (ev_document_factory_get_document):
5168         * tiff/tiff-document.c: (tiff_document_finalize):
5169         
5170         More correct handling of document loading. Fixes
5171         bug #349043.
5172
5173 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * backend/ev-attachment.c: (ev_attachment_save):
5176
5177         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5178         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5179
5180 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5181         
5182         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5183         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5184
5185 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * shell/ev-sidebar-thumbnails.c:
5188
5189         Do not render thumbnails unless thumbnails page is active in the
5190         sidebar.
5191
5192 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5193
5194         * shell/ev-properties-dialog.c:
5195
5196         Fix dialogue spacing. Bug #351370.
5197
5198 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5199
5200         * configure.ac:
5201
5202         Use lowercase gettext catalog file names (evince.mo
5203         instead of Evince.mo)
5204
5205 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * shell/ev-sidebar-attachments.c:
5208
5209         GtkIconTheme is now screen safe too. Fixes bug #350878
5210
5211 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * shell/ev-window.c:
5214
5215         GtkRecent manager is now screen safe. Fixes bug #350145
5216
5217 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * shell/ev-sidebar.c: (ev_sidebar_init):
5220         
5221         Make sidebar close icon smaller. Fix for bug 350177.
5222         See also bugs 350176 and 165770.
5223
5224 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5227
5228         Ignore zoom for xyz destinations when it's <= 1, keeping user
5229         preferences instead. Set correct sizing-mode for fith and fitv
5230         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5231
5232 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * NEWS:
5235         * configure.ac:
5236         
5237         Update for release 0.5.5
5238
5239 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5240         
5241         * shell/ev-window.c: (ev_window_cmd_escape)
5242
5243         Escape unfocus page entry. Fixes bug #345809.
5244
5245 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5246
5247         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5248         (build_tree), (pdf_document_links_get_links),
5249         (pdf_document_links_find_link_dest):
5250         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5251         (goto_xyz_dest):
5252
5253         Convert from PDF style coordinates to X style coordinates in the
5254         backend rather than in the view. Fixes bug #338440
5255
5256 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-window.c:
5259         
5260         Remove Ctrl+Shift+T shortcut for toolbars. See
5261         the bug #350098.
5262
5263 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5264
5265         * configure.ac:
5266
5267         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5268         of this. 
5269
5270 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * configure.ac:
5273         * cut-n-paste/Makefile.am:
5274         * data/evince-ui.xml:
5275         * shell/Makefile.am:
5276         * shell/ev-application.[ch]:
5277         * shell/ev-window.c:
5278
5279         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5280         #349273
5281
5282 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5283
5284         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5285         findbar code: s/help/search/
5286
5287 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5288
5289         * shell/ev-window.c: (setup_document_from_metadata),
5290         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5291         (setup_view_from_metadata):
5292         
5293         Fix memory leaks.
5294
5295 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5296
5297         * autogen.sh, configure.ac: 
5298         
5299         Update automake usage. See bug 349292.
5300
5301 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5302
5303         * shell/eggfindbar.c: (egg_find_bar_class_init),
5304         (entry_activate_callback), (egg_find_bar_init),
5305         (egg_find_bar_set_status_text):
5306         * shell/eggfindbar.h:
5307         
5308         Unify Evince findbar with Epiphany. Nice patch
5309         from Fabricio Silva <silva@crans.org> and
5310         Frederic Peters <fpeters@entrouvert.com>. See
5311         bug #339966 for details.
5312
5313 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * data/evince.desktop.in.in:
5316         
5317         Correct information for bugzilla. Thanks to
5318         Olaf Vitters, see bug #348855.
5319
5320 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5321
5322         * shell/ev-jobs.[ch]:
5323         * shell/ev-sidebar-links.c:
5324         * shell/ev-window.[ch]:
5325
5326         GtkPrintJob doesn't support print ranges or current page, so we export
5327         to a ps file now when printing ranges or current page.
5328
5329 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5330
5331         * pdf/ev-poppler.cc:
5332         * shell/ev-window.c: (do_action_named):
5333
5334         We should be more clear about bugzilla. See the
5335         poppler bug #7623.
5336
5337 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5338
5339         * configure.ac:
5340         * shell/Makefile.am:
5341         * shell/ev-job-queue.c:
5342         * shell/ev-jobs.[ch]:
5343         * shell/ev-sidebar-links.c:
5344         * shell/ev-window.[ch]:
5345         
5346         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5347         #348422
5348
5349 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5350
5351         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5352         * shell/ev-application-service.xml:
5353         * shell/ev-application.[ch]:
5354         * shell/ev-jobs.[ch]:
5355         * shell/ev-window.[ch]: (ev_window_run_preview):
5356         * shell/main.c: 
5357
5358         Add preview mode to use evince as a printing previewer. It also adds
5359         other command line options for fullscreen and presentation modes.
5360         Fixes bugs #347822, #317031
5361
5362 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * NEWS:
5365         * configure.ac:
5366         
5367         Update for release 0.5.4
5368
5369 2006-07-11  Bastien Nocera <hadess@hadess.net>
5370
5371         * Makefile.am:
5372         * backend/Makefile.am:
5373         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5374         * backend/ev-document-factory.h:
5375         * configure.ac:
5376         * impress/.cvsignore:
5377         * impress/Makefile.am:
5378         * impress/common.h:
5379         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5380         (imp_get_page), (imp_next_page), (imp_prev_page),
5381         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5382         * impress/f_oasis.c: (render_object), (render_page),
5383         (get_geometry), (_imp_oasis_load):
5384         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5385         (_imp_oo13_load):
5386         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5387         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5388         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5389         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5390         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5391         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5392         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5393         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5394         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5395         (iks_new_within), (iks_insert), (iks_insert_cdata),
5396         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5397         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5398         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5399         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5400         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5401         (iks_cdata), (iks_cdata_size), (iks_has_children),
5402         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5403         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5404         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5405         (iks_tree), (iks_load), (iks_save):
5406         * impress/iksemel.h:
5407         * impress/imposter.h:
5408         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5409         (imp_render_draw_bezier_real), (imp_render_get_size),
5410         (imp_render_set_fg_color), (imp_render_draw_line),
5411         (imp_render_draw_rect), (imp_render_draw_polygon),
5412         (imp_render_draw_arc), (imp_render_draw_bezier),
5413         (imp_render_open_image), (imp_render_get_image_size),
5414         (imp_render_scale_image), (imp_render_draw_image),
5415         (imp_render_close_image), (imp_render_markup),
5416         (imp_render_get_text_size), (imp_render_draw_text),
5417         (impress_document_load), (impress_document_save),
5418         (impress_document_get_n_pages), (impress_document_get_page_size),
5419         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5420         (impress_document_finalize), (impress_document_class_init),
5421         (impress_document_can_get_text), (impress_document_get_info),
5422         (impress_document_document_iface_init),
5423         (impress_document_thumbnails_get_thumbnail),
5424         (impress_document_thumbnails_get_dimensions),
5425         (impress_document_document_thumbnails_iface_init),
5426         (impress_document_init):
5427         * impress/impress-document.h:
5428         * impress/internal.h:
5429         * impress/r_back.c: (_imp_fill_back):
5430         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5431         (_imp_draw_image), (_imp_tile_image):
5432         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5433         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5434         (r_polyline):
5435         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5436         (r_draw_gradient_complex), (r_draw_gradient):
5437         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5438         (r_get_bullet):
5439         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5440         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5441         (r_text):
5442         * impress/render.c: (imp_create_context), (imp_context_set_page),
5443         (imp_context_set_step), (imp_render), (imp_delete_context):
5444         * impress/render.h:
5445         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5446         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5447         (zip_load_xml), (zip_get_size), (zip_load):
5448         * impress/zip.h:
5449         * shell/ev-utils.c:
5450         
5451         New backend to support impress slides. Fixes bug #30867.
5452
5453 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5454
5455         * shell/ev-utils.c: (using_postscript_printer):
5456         
5457         Fixes crash when print using PAPI backend,
5458         bug #345012.
5459
5460 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5461
5462         * shell/ev-jobs.c: (ev_job_xfer_run):
5463         * shell/ev-window.c: (password_dialog_response),
5464         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5465         (ev_window_dispose):
5466         Fixes bug #344160: if the xfer job doesn't complete
5467         because a password is required, reload the existing
5468         instance instead of creating a new one.
5469
5470 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * shell/main.c: (main): Call gdk_threads_init. Thus
5473         we'll avoid errors in auth dialog. Fix for the bug
5474         #343347.
5475
5476 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5477
5478         * configure.ac: Advertise pixbuf support, fix
5479         for the bug 343317.
5480
5481 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5484         (ev_sidebar_thumbnails_set_document):
5485         
5486         Update sidebar thumbnails after reloading.
5487
5488 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5491         * shell/ev-jobs.h:
5492         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5493         (ev_window_cmd_view_reload), (ev_window_init):
5494         
5495         Don't crash on reload. Fix for the bug #343167.
5496
5497 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * shell/ev-jobs.c: (ev_job_render_run):
5500         
5501         Check for document links.
5502
5503 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * backend/ev-attachment.c: (ev_attachment_save),
5506         (ev_attachment_launch_app), (ev_attachment_open):
5507         * backend/ev-document-factory.c: (get_document_from_uri):
5508         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5509         (egg_recent_view_uimanager_set_list):
5510         * ps/ps-document.c: (check_filecompressed), (document_load),
5511         (ps_document_load):
5512         * shell/ev-metadata-manager.c: (load_values):
5513         * shell/ev-password.c: (ev_password_dialog_set_property):
5514         * shell/ev-view.c: (tip_from_link):
5515         * shell/ev-window.c: (file_save_dialog_response_cb),
5516         (ev_window_print_dialog_response_cb):
5517         
5518         Use consistent quoting style. Fix for the bug #320285.
5519
5520 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * shell/ev-jobs.c: (ev_job_xfer_run):
5523         * shell/main.c: (load_files):
5524                 
5525         Open links with anchors. Fix for the bug #339836.
5526
5527 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5528
5529         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5530         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5531         (ev_link_dest_set_property), (ev_link_dest_finalize),
5532         (ev_link_dest_class_init), (ev_link_dest_new_named),
5533         (ev_link_dest_new_page_label):
5534         * backend/ev-link-dest.h:
5535         * shell/ev-application.c: (ev_application_open_uri):
5536         * shell/ev-view.c: (goto_dest):
5537         * shell/ev-window.c:
5538         * shell/ev-window.h:
5539         
5540         Fix page-label command line option. Bug #342070.
5541
5542 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5543
5544         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5545         
5546         Don't show highlight rects if page can't be showed. Fix for 
5547         the bug #342076
5548
5549 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * shell/ev-window.c: (setup_sidebar_from_metadata),
5552         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5553         
5554         Setup sidebar from metadata even if there is no document
5555         loaded. Fix for the bug #342807.
5556
5557 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5558
5559         * cut-n-paste/toolbar-editor/Makefile.am:
5560         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5561         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5562         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5563         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5564         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5565         (popup_context_menu_cb), (button_press_event_cb),
5566         (configure_item_sensitivity), (configure_item_cursor),
5567         (configure_item_tooltip), (connect_widget_signals),
5568         (action_sensitive_cb), (create_item_from_action),
5569         (create_item_from_position), (toolbar_drag_data_received_cb),
5570         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5571         (toolbar_drag_leave_cb), (configure_drag_dest),
5572         (toggled_visibility_cb), (toolbar_visibility_refresh),
5573         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5574         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5575         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5576         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5577         (egg_editable_toolbar_dispose),
5578         (egg_editable_toolbar_set_ui_manager),
5579         (egg_editable_toolbar_get_selected),
5580         (egg_editable_toolbar_set_selected), (set_edit_mode),
5581         (egg_editable_toolbar_set_property),
5582         (egg_editable_toolbar_get_property),
5583         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5584         (egg_editable_toolbar_new_with_model),
5585         (egg_editable_toolbar_get_edit_mode),
5586         (egg_editable_toolbar_set_edit_mode),
5587         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5588         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5589         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5590         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5591         (item_added_or_removed_cb), (toolbar_removed_cb),
5592         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5593         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5594         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5595         (editor_create_item_from_name), (append_table),
5596         (update_editor_sheet), (egg_toolbar_editor_init):
5597         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5598         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5599         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5600         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5601         (toolbar_node_free), (egg_toolbars_model_get_flags),
5602         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5603         (egg_toolbars_model_get_name), (impl_add_item),
5604         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5605         (parse_data_list), (parse_item_list), (parse_toolbars),
5606         (egg_toolbars_model_load_toolbars), (parse_available_list),
5607         (parse_names), (egg_toolbars_model_load_names),
5608         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5609         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5610         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5611         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5612         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5613         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5614         (egg_toolbars_model_set_types), (fill_avail_array),
5615         (egg_toolbars_model_get_name_avail),
5616         (egg_toolbars_model_get_name_flags),
5617         (egg_toolbars_model_set_name_flags):
5618         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5619         * cut-n-paste/toolbar-editor/eggintl.h:
5620         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5621         (egg_tree_multi_drag_source_get_type),
5622         (egg_tree_multi_drag_source_row_draggable),
5623         (egg_tree_multi_drag_source_drag_data_delete),
5624         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5625         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5626         (path_list_free), (set_context_data), (get_context_data),
5627         (get_info), (egg_tree_multi_drag_drag_data_get),
5628         (egg_tree_multi_drag_motion_event),
5629         (egg_tree_multi_drag_button_press_event),
5630         (egg_tree_multi_drag_add_drag_support):
5631         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5632         * shell/ev-application.c: (ev_application_init),
5633         (ev_application_save_toolbars_model):
5634         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5635         (ev_window_cmd_edit_toolbar), (ev_window_init):
5636         
5637         Sync toolbareditor with epiphany and libegg
5638
5639 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5640
5641         * configure.ac: 
5642
5643         Depend on poppler 0.5.2
5644
5645 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * shell/ev-jobs.c: (ev_job_render_run):
5648         
5649         Check if document supports links iterface.
5650
5651 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * NEWS:
5654         * configure.ac:
5655         
5656         Update for release 0.5.3
5657
5658 2006-05-13  Michael Plump  <plumpy@skylab.org>
5659
5660         * configure.ac:
5661         * shell/Makefile.am:
5662         * shell/main.c: (main):
5663         
5664         Port to GOption command line parsing. Fix for the 
5665         bug #327518
5666
5667 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * shell/ev-window.c: (ev_window_cmd_help_about):
5670         
5671         Do not wrap license. Fix for the bug #309460.
5672
5673 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5674
5675         * configure.ac:
5676         * properties/ev-properties-main.c: (ev_properties_get_pages):
5677         * shell/ev-application.c: (ev_application_open_window),
5678         (ev_application_open_uri_at_dest):
5679         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5680         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5681         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5682         * shell/ev-utils.c: (save_print_config_to_file):
5683         * shell/ev-window.c: (ev_window_cmd_save_as),
5684         (ev_attachment_popup_cmd_save_attachment_as):
5685         * shell/main.c: (load_files_remote):
5686         
5687         Bump requirements to gtk 2.8 and drop all ifdefs used.
5688
5689 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5692         * shell/ev-window.c: (ev_window_init):
5693         
5694         Show attachments page.
5695
5696 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * po/POTFILES.in:
5699         * shell/ev-attachment-bar.c:
5700         * shell/ev-attachment-bar.h:
5701         * shell/ev-sidebar-attachments.c:
5702         (ev_sidebar_attachments_icon_cache_add),
5703         (icon_theme_get_pixbuf_from_mime_type),
5704         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5705         (ev_sidebar_attachments_icon_cache_refresh),
5706         (ev_sidebar_attachments_get_attachment_at_pos),
5707         (ev_sidebar_attachments_popup_menu_show),
5708         (ev_sidebar_attachments_popup_menu),
5709         (ev_sidebar_attachments_button_press),
5710         (ev_sidebar_attachments_update_icons),
5711         (ev_sidebar_attachments_drag_data_get),
5712         (ev_sidebar_attachments_get_property),
5713         (ev_sidebar_attachments_destroy),
5714         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5715         (ev_sidebar_attachments_new),
5716         (ev_sidebar_attachments_set_document),
5717         (ev_sidebar_attachments_support_document),
5718         (ev_sidebar_attachments_get_label),
5719         (ev_sidebar_attachments_page_iface_init):
5720         * shell/ev-sidebar-attachments.h:
5721         * shell/ev-window.c: (update_chrome_visibility),
5722         (setup_sidebar_from_metadata), (ev_window_setup_document),
5723         (ev_window_sidebar_current_page_changed_cb),
5724         (attachment_bar_menu_popup_cb), (ev_window_init):
5725         
5726         Move attachments bar to sidebar.
5727
5728 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5729
5730         * pdf/ev-poppler.cc:
5731         * shell/ev-application.[ch]:
5732         * shell/main.c:
5733
5734         Fix some memory leaks.
5735
5736 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5737
5738         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5739
5740         Change the properties dialog response to
5741         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5742         will make the dialog go away when the user presses
5743         enter. With gtk+ >= 2.9 this will happen anyway, but for
5744         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5745         escape by default. Fixes bug #340539. See also bug
5746         #101293 for the gtk+ part.
5747
5748 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5749
5750         * shell/ev-view.c (tip_from_action_named): Replace some strings
5751         that were wrong. Closes #340970.
5752
5753 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5754
5755         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5756
5757         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5758         #341049
5759
5760 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5761
5762         * djvu/Makefile.am:
5763         * dvi/Makefile.am:
5764         * dvi/mdvi-lib/Makefile.am:
5765         * properties/Makefile.am:
5766         * ps/Makefile.am:
5767         * shell/Makefile.am:
5768         * thumbnailer/Makefile.am:
5769         
5770         Due to broken libtool that is unable to track dependencies
5771         of noinst libraries we are forced to explicitely point
5772         libraries for binary. Fix for the bug #333334.
5773
5774 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5775
5776         * data/evince.desktop.in.in:
5777         * shell/ev-view.c: (view_update_range_and_current_page),
5778         (ev_view_next_page), (ev_view_previous_page):
5779         * shell/ev-window.c: (update_chrome_visibility),
5780         (setup_sidebar_from_metadata), (ev_window_setup_document),
5781         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5782         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5783         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5784         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5785         (ev_window_stop_presentation), (ev_window_focus_in_event),
5786         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5787         (ev_window_init):
5788         * thumbnailer/Makefile.am:
5789         
5790         Update fullscreen and presentation timeout handling. Hide
5791         cursor in presentation after timeout. Fix for the bugs
5792         #136359 and #336981.
5793
5794 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5795
5796         * backend/ev-link-action.[ch]:
5797         * pdf/ev-poppler.cc: (ev_link_from_action):
5798         * shell/ev-view-private.h:
5799         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5800         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5801
5802         Add support for Named Action links
5803
5804 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * backend/Makefile.am:
5807         * backend/ev-document-links.[ch]:
5808         * backend/ev-document.[ch]:
5809         * backend/ev-link-action.[ch]:
5810         * backend/ev-link-dest.[ch]:
5811         * backend/ev-link.[ch]:
5812         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5813         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5814         * shell/ev-page-action.c: (build_new_tree_cb):
5815         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5816         (links_page_num_func), (update_page_callback):
5817         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5818         (tip_from_link):
5819         * shell/ev-jobs.c:
5820         * shell/ev-window.[ch]: (ev_window_open_uri),
5821         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5822         * shell/ev-application.[ch]: (ev_application_open_window),
5823         (ev_application_open_uri):
5824
5825         Rework links system, it adds support for remote links now and it makes
5826         easier to add new kinds of actions and destinations. Fixes bug #317292
5827
5828 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5829
5830         * data/Makefile.am:
5831         * data/evince.png:
5832         * data/evince-16.png:
5833         * data/evince-22.png:
5834         * data/evince.svg:
5835         * shell/main.c: (main):
5836         
5837         Evince use it's own icon. Fix for the bug #313392.
5838
5839         * shell/ev-window.c: (fullscreen_timeout_cb),
5840         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5841         (ev_window_cmd_help_about), (ev_window_dispose):
5842         
5843         Simplify fullscreen timeout code.
5844
5845 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5846
5847         * backend/ev-attachment.c: 
5848         * shell/ev-attachment-bar.c:
5849         * shell/ev-window.c:
5850
5851         Allow multiple selection of attachments
5852
5853 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5854
5855         * shell/ev-view.c: (view_update_range_and_current_page),
5856         (ev_view_scroll):
5857         
5858         Fix for the bug #312573 – Optimal selection of current 
5859         page among visible pages.
5860
5861 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * configure.ac:
5864         * djvu/Makefile.am:
5865         * djvu/djvu-text.h:
5866         
5867         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5868         for the bug 339868.
5869
5870 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5871
5872         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5873
5874 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5875
5876         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5877         dictated by the GNOME HIG. Fixes bug #339235.
5878
5879 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5880
5881         * data/evince-ui.xml:
5882         * shell/ev-view.c: (ev_view_can_find_previous):
5883         * shell/ev-view.h:
5884         * shell/ev-window.c: (ev_window_update_actions),
5885         (ev_window_cmd_edit_find_previous):
5886
5887         Add support for "Find Previous" as dictated by the GNOME HIG. A
5888         menu item is added and some glue code to make it all work is added
5889         to various files.
5890
5891 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5892
5893         * configure.ac: Award myself the "useless use of cat" award.
5894
5895 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5896
5897         * po/LINGUAS: New file listing all supported languages.
5898
5899         * configure.in: Use po/LINGUAS instead of including all languages
5900         directly in this file. See the wiki for more information:
5901         http://live.gnome.org/GnomeGoals/PoLinguas
5902
5903 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5904
5905         * backend/ev-document-factory.c:
5906
5907         Do not load the document twice when there isn't errors
5908
5909 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5910
5911         * backend/ev-attachment.c: 
5912
5913         Fix a crash when there isn't a default application to open an
5914         attachment
5915
5916 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5917
5918         * backend/ev-attachment.[ch]:
5919         * shell/ev-attachment-bar.[ch]:
5920
5921         Added missing files. 
5922
5923 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * backend/Makefile.am:
5926         * data/evince-ui.xml:
5927         * backend/ev-attachment.[ch]:
5928         * backend/ev-document.[ch]: (ev_document_has_attachments),
5929         (ev_document_get_attachments):
5930         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5931         (attachment_save_to_buffer), (pdf_document_get_attachments),
5932         (pdf_document_document_iface_init):
5933         * shell/Makefile.am:
5934         * shell/ev-attachment-bar.[ch]:
5935         * shell/ev-window.c:
5936
5937         Add support for PDF attachments. Fixes bug #325143
5938
5939 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * backend/ev-document-factory.c: (get_document_from_uri),
5942         (ev_document_factory_get_document):
5943         * backend/ev-document-factory.h:
5944         * properties/ev-properties-main.c: (ev_properties_get_pages):
5945         * shell/Makefile.am:
5946         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5947         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5948         (ev_job_queue_remove_job):
5949         * shell/ev-job-queue.h:
5950         * shell/ev-job-xfer.c:
5951         * shell/ev-job-xfer.h:
5952         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5953         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5954         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5955         (ev_job_xfer_run):
5956         * shell/ev-jobs.h:
5957         * shell/ev-window.c: (ev_window_is_empty),
5958         (password_dialog_response), (ev_window_clear_xfer_job),
5959         (ev_window_xfer_job_cb), (ev_window_open_uri),
5960         (ev_window_cmd_focus_page_selector),
5961         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5962         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5963         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5964         (ev_window_dispose):
5965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5966         
5967         * Cleanup mime type detection on document load. Fix for the
5968         bug #336448.
5969
5970 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5971
5972         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5973         
5974         Fix crash on exit, described in the bug #336825.
5975
5976 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5977
5978         * backend/ev-document-factory.c:
5979         (ev_document_factory_get_from_mime),
5980         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5981         (ev_document_factory_get_document),
5982         (file_filter_add_mime_list_and_free),
5983         (ev_document_factory_add_filters):
5984         * backend/ev-document-factory.h:
5985         * properties/ev-properties-main.c: (ev_properties_get_pages):
5986         * shell/Makefile.am:
5987         * shell/ev-application.c:
5988         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5989         * shell/ev-window.c: (ev_window_cmd_file_open),
5990         (ev_window_cmd_save_as):
5991         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5992         
5993         Rework factory functions so they are placed now in a single 
5994         file ev-document-factory.c
5995
5996 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-window.c: (update_chrome_visibility):
5999         
6000         Fix for the bug 166566 - don't show menubar in fullscreen
6001         mode.
6002
6003 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
6004
6005         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
6006
6007 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * shell/ev-view.c: (ev_view_expose_event):
6010         
6011         More correctly draw loading text when document
6012         is empty.
6013
6014 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * shell/ev-view.c: (ev_view_scroll):
6017         
6018         Fix for the bug #334854, page down and page up switch
6019         pages in presentation mode.
6020
6021 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * shell/ev-window.c: (ev_window_set_action_sensitive),
6024         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
6025         (ev_window_set_view_accels_sensitivity),
6026         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
6027         (ev_window_cmd_continuous), (ev_window_cmd_dual),
6028         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
6029         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
6030         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
6031         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
6032         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
6033         (view_actions_focus_in_cb), (ev_window_init):
6034         
6035         Fix for the bug #333902, now it's possible to search
6036         words with slash.
6037
6038 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6039
6040         * configure.ac: Added Breton translation.
6041         * po/br.po: Added Breton translation.
6042
6043 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6044
6045         * shell/ev-window-title (ev_window_title_update):
6046
6047         Fix memory leak in window title. Fixes bug #333944
6048
6049 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6050
6051         * shell/ev-metadata-manager.c (parseItem):
6052
6053         Fix memory leaks. Fixes bug #333945
6054
6055 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6056         
6057         * NEWS, configure.ac, TODO:
6058         
6059         Update for release 0.5.2.
6060
6061 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/ev-view.c: (view_update_range_and_current_page),
6064         (page_changed_cb):
6065         
6066         Don't jump on scrolling, fix for the bug #333127.
6067
6068 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6069
6070         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6071         
6072         Scroll by one page in presentation mode. Fix for the bug
6073         #332993.
6074
6075 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6076
6077         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6078
6079 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6080
6081         * configure.ac  Added lv in ALL_LINGUAS line.
6082
6083 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6084         
6085         * NEWS, configure.ac:
6086         
6087         Update for release 0.5.1
6088
6089 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6090
6091         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6092         * backend/ev-document-misc.h:
6093         * shell/ev-view.c: (draw_one_page):
6094         
6095          Clairfy what page the toolbar page number applies to. Fix
6096          for the bug #328102.
6097
6098 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6099
6100         * shell/ev-view-private.h:
6101         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6102         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6103         (ev_view_search_changed):
6104         * shell/ev-view.h:
6105         * shell/ev-window.c: (find_bar_search_changed_cb):
6106         
6107         Dont't jump to find result if window was scrolled during search.
6108         Fix for the bug #313266.
6109
6110 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6111
6112         * shell/eggfindbar.c: (egg_find_bar_class_init):
6113         * shell/eggfindbar.h:
6114         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6115         * shell/ev-view-private.h:
6116         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6117         (ev_view_class_init), (ev_sizing_mode_get_type),
6118         (ev_scroll_type_get_type):
6119         * shell/ev-view.h:
6120         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6121         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6122         (ev_window_init):
6123         
6124         Fix for the bug 319133 - Find entry should allow text scroll.
6125
6126 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6127
6128         * shell/ev-view-private.h:
6129         * shell/ev-view.c: (view_update_range_and_current_page),
6130         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6131         (ev_view_set_document), (update_find_status_message),
6132         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6133         (ev_view_find_previous):
6134         
6135         Fix for the bug #319137. Search now takes account for scrolling.
6136
6137 2006-02-19  Michael Hofmann <mh21@piware.de>
6138
6139         * configure.ac:
6140         * djvu/Makefile.am:
6141         * djvu/djvu-document-private.h:
6142         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6143         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6144         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6145         (djvu_document_can_get_text), (djvu_document_get_text),
6146         (djvu_document_document_iface_init),
6147         (djvu_document_thumbnails_get_thumbnail),
6148         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6149         (djvu_document_find_get_result),
6150         (djvu_document_find_page_has_results),
6151         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6152         (djvu_document_find_iface_init):
6153         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6154         (djvu_text_page_selection), (djvu_text_page_limits_process),
6155         (djvu_text_page_limits), (djvu_text_page_copy),
6156         (djvu_text_page_position), (djvu_text_page_union),
6157         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6158         (djvu_text_page_box), (djvu_text_page_append_text),
6159         (djvu_text_page_search), (djvu_text_page_prepare_search),
6160         (djvu_text_page_new), (djvu_text_page_free):
6161         * djvu/djvu-text-page.h:
6162         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6163         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6164         (djvu_text_n_results), (djvu_text_has_results),
6165         (djvu_text_get_result), (djvu_text_get_progress):
6166         * djvu/djvu-text.h:
6167         
6168         Text search in djvu. Fix for the bug #303415.
6169
6170 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6171
6172         * configure.ac:
6173         * shell/ev-window.c: (ev_window_cmd_save_as):
6174         
6175         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6176         Thanks to Gary Coady <gary@lyranthe.org>
6177
6178 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6179
6180         * shell/ev-print-job.c: (idle_print_handler):
6181         
6182         Inverse order printing, bug #320919.
6183
6184 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * data/evince-toolbar.xml:
6187         * shell/ev-window.c:
6188         
6189         Allow to add sidebar checkbutton on toolbar. Fix
6190         for the bug #144577.
6191
6192 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6195         
6196         Add checks that have sense for empty ps document.
6197
6198 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6199
6200         * configure.ac: Include PS in mime types list. 
6201
6202 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6203
6204         * configure.ac:
6205         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6206         * ps/gsdefaults.h:
6207         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6208         
6209         Runtime check for gs interpreter. Fix for the bug #320868.
6210         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6211
6212 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6213
6214         * shell/ev-application.c: 
6215
6216         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6217         dbus>=0.60, so that the request is not queued. 
6218
6219 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220
6221         * configure.ac:
6222         * shell/Makefile.am:
6223         * shell/ev-sidebar-links.c: (print_section_cb):
6224         * shell/ev-utils.c:
6225         * shell/ev-utils.h:
6226         * shell/ev-window.c: (update_action_sensitivity),
6227         (ev_window_close_dialogs), (ev_window_print):
6228         * shell/ev-window.h:
6229         
6230         Make printing support optional. Patch from Eduardo de Barros Lima
6231         <eduardo.lima@indt.org.br> for the bug #330546.
6232
6233 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6234
6235         * shell/ev-view-private.h:
6236         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6237         (ev_view_set_document):
6238         * shell/ev-view.h:
6239         * shell/ev-window.c: (ev_window_load_job_cb),
6240         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6241         (ev_window_init):
6242
6243         Draw Loading message during xfer job. Fix for the bug #329495.
6244
6245 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6246
6247         * comics/comics-document.c: (comics_regex_quote),
6248         (comics_document_load), (extract_argv):
6249         
6250         Correcly quote regexp before passing it to unzip.
6251
6252 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * shell/ev-page-cache.c: (build_height_to_page),
6255         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6256         (ev_page_cache_get_dual_even_left):
6257         * shell/ev-page-cache.h:
6258         * shell/ev-view.c: (view_update_range_and_current_page),
6259         (get_page_y_offset), (get_page_extents):
6260         
6261         Place even pages to the left if document has less then
6262         two pages. Fix for the bug #328856.
6263
6264 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6267         
6268         Correct comics scheme. This make evince create thumbnails
6269         for comic books. Fix for the bug 329088.
6270
6271 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6272
6273         * data/evince-password.glade: Don't explicitly set
6274         invisible_char to the current default value in case
6275         the default changes; let GTK+ do its magic.
6276
6277 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6278
6279         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6280         real filename to tmp filename since often document
6281         type is determined by extension.
6282
6283 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6284
6285         * shell/ev-view.c: (add_scroll_binding_keypad),
6286         (ev_view_binding_activated), (ev_view_class_init):
6287         
6288         Add keybindings for percision-scrolling of display area. 
6289         Fix for the bug #314072.
6290
6291 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * data/evince.desktop.in.in:
6294         
6295         Add GTK to the list of categories. Fix for the bug #328034.
6296
6297 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * shell/ev-application.c: (ev_application_shutdown),
6300         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6301         * shell/ev-application.h:
6302         * shell/ev-window.c: (file_open_dialog_response_cb),
6303         (ev_window_cmd_file_open):
6304         
6305         Save last uri in file chooser dialog. Fix for the bug #327950.
6306
6307 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6308
6309         * NEWS:
6310         * README:
6311         
6312         Final update for release 0.5.0
6313         
6314         * shell/Makefile.am:
6315         
6316         Remove disable deprecated until we'll require libgnome-2.13.7
6317         and port to GOption argument parsing. See bug 327518.
6318
6319 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6320
6321         * comics/comics-document.c: (comics_document_save):
6322         * djvu/djvu-document.c: (djvu_document_save):
6323         * dvi/dvi-document.c: (dvi_document_save):
6324         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6325         * lib/ev-file-helpers.h:
6326         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6327         * tiff/tiff-document.c: (tiff_document_save):
6328         
6329         Use common save function for backends.
6330
6331 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6332
6333         * backend/ev-document-types.c:
6334         
6335         Fix crash on saving pixbuf.
6336
6337 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6338
6339         * cut-n-paste/recent-files/egg-recent-item.c:
6340         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6341         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6342         (parse_info_free), (valid_element), (start_element_handler),
6343         (end_element_handler), (text_handler), (egg_recent_model_filter),
6344         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6345         (egg_recent_model_monitor), (egg_recent_model_read),
6346         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6347         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6348         (egg_recent_model_set_property), (egg_recent_model_class_init),
6349         (egg_recent_model_init), (egg_recent_model_add_full),
6350         (egg_recent_model_delete), (egg_recent_model_get_list),
6351         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6352         (egg_recent_model_set_filter_mime_types),
6353         (egg_recent_model_clear_group_filter),
6354         (egg_recent_model_set_filter_groups),
6355         (egg_recent_model_clear_scheme_filter),
6356         (egg_recent_model_set_filter_uri_schemes),
6357         (egg_recent_model_remove_expired):
6358         * cut-n-paste/recent-files/egg-recent-util.c:
6359         (egg_recent_util_get_icon):
6360         * cut-n-paste/recent-files/egg-recent-util.h:
6361         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6362         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6363         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6364         (egg_recent_view_uimanager_set_property),
6365         (egg_recent_view_uimanager_get_property),
6366         (egg_recent_view_uimanager_class_init),
6367         (egg_recent_view_uimanager_init),
6368         (egg_recent_view_uimanager_set_label_width),
6369         (egg_recent_view_uimanager_get_label_width):
6370         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6371         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6372         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6373         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6374         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6375         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6376         
6377         Update from libegg.
6378
6379 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6380
6381         * shell/ev-page-cache.c: (build_height_to_page),
6382         (ev_page_cache_get_height_to_page):
6383         * shell/ev-page-cache.h:
6384         * shell/ev-view.c: (view_update_range_and_current_page),
6385         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6386         (ev_view_previous_page):
6387         
6388         Dual mode places even pages to the left. Fix for the bug #309393.
6389
6390         * shell/ev-view.h:
6391         * shell/ev-window.c: (update_action_sensitivity),
6392         (setup_view_from_metadata), (view_menu_popup_cb):
6393         
6394         Don't restore presentation in empty windows, more intelligent
6395         next page behaviour in dual mode.
6396
6397         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6398         (ev_pixbuf_cache_clear_job_sizes):
6399         
6400         Cleanup job callback on removal. Fix for the bug #325886.
6401
6402 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6403
6404         * ps/ps.c: (psscan):
6405         
6406         Commit workaround Mozilla problem. Fix for the bug #325919
6407         
6408         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6409         (save_item):
6410         
6411         Fix for year 2038 problem.
6412
6413 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * shell/ev-window.c: (setup_document_from_metadata),
6416         (ev_window_cmd_view_reload):
6417
6418         Clamp page recieved from metadata in valid values. Fix
6419         for the bug #325986.
6420
6421 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6422
6423         * MAINTAINERS: 
6424         Add MAINTAINERS as requested on desktop-devel-list.
6425
6426 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6429         (mime_type_supported_by_gdk_pixbuf),
6430         (ev_document_factory_get_mime_types),
6431         (ev_document_factory_get_all_mime_types):
6432         
6433         Don't add pixbuf mime types if pixbuf backend is disabled.
6434         
6435         * shell/ev-application.c: (ev_application_get_uri_window):
6436         
6437         Fix for the bug 325815 - unhandled MIME type message doesn't 
6438         appear a second time. 
6439         
6440         * shell/ev-document-types.c: (ev_document_types_add_filters):
6441         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6442         (password_dialog_response), (ev_window_popup_password_dialog),
6443         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6444         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6445         (ev_window_run_presentation), (ev_window_stop_presentation),
6446         (save_sizing_mode), (ev_window_zoom_changed_cb),
6447         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6448         (ev_window_dual_mode_changed_cb),
6449         (ev_window_sidebar_current_page_changed_cb),
6450         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6451         (window_state_event_cb), (window_configure_event_cb):
6452         
6453         Cleanup additional uris holded by EvWindow.
6454
6455 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6458         (ev_view_can_previous_page), (ev_view_can_next_page):
6459         * shell/ev-view.h:
6460         * shell/ev-window.c: (update_action_sensitivity):
6461         
6462         Two page scrolling with Space and PageUp in dual mode. Second fix 
6463         for the bug #316608.
6464
6465 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * shell/ev-view.c: (scroll_to_current_page):
6468         
6469         Correctly clamp adjustment value. Fix for the bug
6470         #325808.
6471
6472 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * shell/ev-sidebar-links.c: (print_section_cb):
6475         * shell/ev-window.c: (ev_window_get_uri),
6476         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6477         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6478         (ev_window_dispose):
6479         
6480         Make print dialog non-modal. Fix for the bug #325622.
6481
6482 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6483
6484         * shell/ev-metadata-manager.c:
6485         * shell/ev-utils.c: (using_pdf_printer),
6486         (using_postscript_printer), (load_print_config_from_file),
6487         (save_print_config_to_file):
6488         * shell/ev-utils.h:
6489         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6490         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6491         (setup_view_from_metadata), (ev_window_setup_document),
6492         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6493         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6494         (ev_window_run_presentation), (ev_window_stop_presentation),
6495         (save_sizing_mode), (ev_window_zoom_changed_cb),
6496         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6497         (ev_window_dual_mode_changed_cb),
6498         (ev_window_sidebar_current_page_changed_cb),
6499         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6500         (window_state_event_cb), (window_configure_event_cb),
6501         (ev_window_init):
6502         
6503         Setting saving behaviour fixes.
6504
6505 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6506
6507         * configure.ac:
6508         
6509         Make antialiasing gs options better and allow
6510         to change them during configure. Fix for the 
6511         bug #319049.
6512
6513 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6514
6515         * shell/ev-window.c: (setup_view_from_metadata):
6516         
6517         Remember if last window was maximized. Fix for the
6518         bug #323797.
6519
6520 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6521
6522         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6523
6524 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6527         * shell/ev-page-action.c: (build_new_tree_cb):
6528         * shell/ev-sidebar-links.c: (links_page_num_func),
6529         (update_page_callback_foreach), (update_page_callback):
6530         * shell/ev-view.c: (scroll_to_current_page):
6531         
6532         Fix for the bug #325067 with more intelligent selection
6533         of current link in sidebar. Make sidebar handle links
6534         of FITR-like type more correctly.
6535
6536         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6537         (dvi_pixbuf_put_pixel):
6538         
6539         Fix memory consumtion with disabled alpha channel.
6540
6541 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * data/evince-ui.xml:
6544         * shell/ev-window.c: (view_menu_popup_cb),
6545         (ev_popup_cmd_open_link), (ev_window_init):
6546         
6547         Update context menu for internal links. Fix for the bug
6548         #325066.
6549
6550 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6553         
6554         Bind context menu to keyboard also. Fix for the bug
6555         #325065.
6556
6557 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6558
6559         * shell/ev-view.c: (selection_scroll_timeout_cb):
6560         
6561         Horizontal scroll on selection also.
6562
6563 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * shell/ev-metadata-manager.c: (parse_value):
6566         * shell/ev-view.c: (goto_xyz_link):
6567         
6568         Correct zoom setup and metadata save broken in 
6569         some locales.
6570
6571 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6572
6573         * shell/ev-view-private.h:
6574         * shell/ev-view.c: (scroll_to_current_page),
6575         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6576         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6577         (page_changed_cb), (ev_view_set_continuous),
6578         (ev_view_set_dual_page), (ev_view_set_presentation):
6579         
6580         Delay scroll until allocation to correctly position page. Fix
6581         for the bug #317334.
6582
6583 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * NEWS:
6586         * configure.ac:
6587         
6588         Update NEWS and require poppler 0.5.0.
6589
6590 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6591         
6592         * data/evince-ui.xml:
6593         * shell/ev-view-private.h:
6594         * shell/ev-view.c: (ev_view_get_link_at_location),
6595         (handle_link_over_xy), (ev_view_button_press_event),
6596         (ev_view_button_release_event), (ev_view_class_init):
6597         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6598         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6599         (ev_window_init):
6600         
6601         Implement right-click context menu.
6602
6603 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6606         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6607         (mdvi_pixbuf_device_render):
6608         * pdf/ev-poppler.cc:
6609
6610         Don't generate thumbnails with alpha. See bug #324077.
6611         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6612
6613 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6614
6615         * shell/ev-window.c: (setup_chrome_from_metadata):
6616         
6617         Fix typo that was hiding toolbar.
6618
6619 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6620
6621         * shell/ev-view-private.h:
6622         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6623         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6624         (ev_view_button_release_event), (ev_view_destroy):
6625         
6626         Small cleanup and autoscrolling during selection. Thanks to 
6627         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6628
6629 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6630
6631         * configure.ac:
6632         
6633         Correctly check for comics option.
6634
6635 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6636         * Makefile.am:
6637         * configure.ac:
6638         * backend/Makefile.am:
6639         * backend/ev-document-factory.c:
6640         * shell/ev-document-types.c:
6641
6642         Included option in configure to make ps backend 
6643         compilation optional with --disable-ps.
6644
6645 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * backend/ev-document-factory.c:
6648         * comics/Makefile.am:
6649         * comics/comics-document.c: (comics_document_load):
6650         * comics/ev-cbr-mime.xml:
6651         * configure.ac:
6652         
6653         Comics mime types are added to shared-mime-info CVS. Now
6654         we don't need to install our own mime types.
6655
6656 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * shell/ev-window.c:
6659         
6660         Add shortcut for "save a copy" menu entry. Fix for
6661         the bug #324582.
6662
6663 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6664
6665         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6666         (job_finished_cb), (new_selection_pixbuf_needed),
6667         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6668         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6669         
6670         Rework selection job info logic and fix critical warning.
6671
6672 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6673
6674         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6675
6676 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6677
6678         * data/evince-ui.xml:
6679         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6680         
6681         Enter as shortcut key for next page. Fix for the bug
6682         #321394.
6683
6684 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6685
6686         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6687
6688 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6691         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6692         (new_selection_pixbuf_needed),
6693         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6694         (clear_job_selection):
6695         
6696         Too early for 0.5. Pixbuf cache code cleaned a bit.
6697
6698 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6699
6700         * NEWS:
6701         * configure.ac:
6702         
6703         Release 0.5.0 preparation
6704
6705 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6706
6707         * comics/Makefile.am:
6708         * configure.ac:
6709         * shell/ev-document-types.c: (ev_document_types_add_filters):
6710         
6711         More advanced handling of custom mime type installation.
6712
6713 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6714
6715         * data/evince.schemas.in:
6716         * shell/ev-metadata-manager.c: (value_free),
6717         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6718         (ev_metadata_manager_get), (ev_metadata_manager_set):
6719         * shell/ev-metadata-manager.h:
6720         * shell/ev-window.c: (update_chrome_flag),
6721         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6722         (setup_document_from_metadata), (setup_chrome_from_metadata),
6723         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6724         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6725         (ev_window_view_toolbar_cb),
6726         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6727         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6728         
6729         Save last document settings and reuse them for new documents.
6730
6731 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * Makefile.am:
6734         * backend/Makefile.am:
6735         * backend/ev-document-factory.c:
6736         * backend/ev-document-factory.h:
6737         * comics/Makefile.am:
6738         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6739         (comics_document_load), (comics_document_save),
6740         (comics_document_get_n_pages), (comics_document_get_page_size),
6741         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6742         (comics_document_class_init), (comics_document_can_get_text),
6743         (comics_document_get_info), (comics_document_document_iface_init),
6744         (comics_document_init), (get_supported_image_extensions),
6745         (comics_document_thumbnails_get_geometry),
6746         (comics_document_thumbnails_get_thumbnail),
6747         (comics_document_thumbnails_get_dimensions),
6748         (comics_document_document_thumbnails_iface_init), (extract_argv):
6749         * comics/comics-document.h:
6750         * comics/ev-cbr-mime.xml:
6751         * configure.ac:
6752         * po/POTFILES.in:
6753         * shell/ev-application.c: (ev_application_register_service):
6754         * shell/ev-document-types.c: (ev_document_types_add_filters):
6755         * thumbnailer/Makefile.am:
6756         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6757         
6758         New CBR/CBZ backend for comic books.
6759
6760 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/main.c: (load_files_remote):
6763
6764         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6765         warning on startup of second instance is fixed. It
6766         is bug #320353.
6767
6768 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * shell/ev-window.c: (ev_window_finalize):
6771         
6772         Fix double free that cause crash.
6773
6774 2005-10-29  Bastien Nocera <hadess@hadess.net>
6775
6776         * tiff/tiff-document.c: (tiff_document_load):
6777         
6778         Fix memory leak.
6779
6780 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6781
6782         * po/POTFILES.in:
6783         * shell/Makefile.am:
6784         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6785         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6786         (ev_view_accessible_get_text),
6787         (ev_view_accessible_get_character_at_offset),
6788         (ev_view_accessible_get_text_before_offset),
6789         (ev_view_accessible_get_text_at_offset),
6790         (ev_view_accessible_get_text_after_offset),
6791         (ev_view_accessible_get_character_count),
6792         (ev_view_accessible_get_caret_offset),
6793         (ev_view_accessible_set_caret_offset),
6794         (ev_view_accessible_get_run_attributes),
6795         (ev_view_accessible_get_default_attributes),
6796         (ev_view_accessible_get_character_extents),
6797         (ev_view_accessible_get_offset_at_point),
6798         (ev_view_accessible_get_n_selections),
6799         (ev_view_accessible_get_selection),
6800         (ev_view_accessible_add_selection),
6801         (ev_view_accessible_remove_selection),
6802         (ev_view_accessible_set_selection),
6803         (ev_view_accessible_text_iface_init),
6804         (ev_view_accessible_idle_do_action),
6805         (ev_view_accessible_action_do_action),
6806         (ev_view_accessible_action_get_n_actions),
6807         (ev_view_accessible_action_get_description),
6808         (ev_view_accessible_action_get_name),
6809         (ev_view_accessible_action_set_description),
6810         (ev_view_accessible_action_iface_init),
6811         (ev_view_accessible_get_type), (ev_view_accessible_new),
6812         (ev_view_accessible_factory_get_accessible_type),
6813         (ev_view_accessible_factory_create_accessible),
6814         (ev_view_accessible_factory_class_init),
6815         (ev_view_accessible_factory_get_type):
6816         * shell/ev-view-accessible.h:
6817         * shell/ev-view-private.h:
6818         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6819         * shell/ev-view.h:
6820         
6821         Initial accessibility support.
6822
6823 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6824
6825         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6826
6827 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6828
6829         * shell/ev-print-job.c: (idle_print_handler):
6830         
6831         Fix for bug Bug 318916: Printing multiple pages.
6832
6833 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6834
6835         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6836
6837 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * pdf/ev-poppler.cc:
6840         
6841         Thumnail dimensions unified with other backends.
6842         
6843         * shell/ev-window-title.c: (ev_window_title_update):
6844         
6845         Fix warning.
6846
6847 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6848
6849         * data/ev-stock-zoom-fit-width.png:
6850         
6851         Remove unused file.
6852
6853 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6854
6855         * configure.ac:
6856         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6857         (djvu_document_finalize):
6858         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6859         (dvi_document_finalize):
6860         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6861         (pixbuf_document_save), (pixbuf_document_finalize):
6862         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6863         (tiff_document_finalize):
6864         
6865         Save a copy implemented for various backends.
6866
6867 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6868
6869         * configure.ac:
6870         
6871         Don't link with ltiff if tiff is disabled.
6872
6873 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6874
6875         * pdf/GDKSplashOutputDev.cc:
6876         * pdf/GDKSplashOutputDev.h:
6877         * pdf/Thumb.cc:
6878         * pdf/Thumb.h:
6879         * pdf/pdf-document.cc:
6880         * pdf/pdf-document.h:
6881         * pdf/test-gdk-output-dev.cc:
6882         
6883         Remove old unused files.
6884
6885 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * shell/ev-window.c: (ev_window_setup_document):
6888         
6889         Fixed warnings on reload and probably crash reason.
6890
6891 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6892
6893         * properties/ev-properties-view.c:
6894         (ev_properties_view_format_date):
6895         
6896         Check if date is invalid. Fix for bug 318134.
6897
6898 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6899
6900         * shell/ev-window-title.c:
6901         
6902         Add .indd files (Adobe Indesign) to the list of "bad
6903         extensions".
6904
6905 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * data/evince-ui.xml:
6908         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6909         
6910         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6911
6912 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6913
6914         * shell/ev-window.c: (launch_link), (launch_external_uri),
6915         (view_external_link_cb):
6916
6917         URL-escape link before passing it to gnome_vfs_url_show.
6918
6919 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6920
6921         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6922         there isn't text selected.
6923
6924 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * shell/ev-view.c: (handle_link_over_xy):
6927
6928         Check tooltip is valid utf8 before showing it
6929
6930 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6931
6932         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6933
6934 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6935
6936         * shell/ev-window-title.c: (ev_window_title_update):
6937
6938         Guard against using g_strstrip on NULL. Fixes bug #317291.
6939
6940 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * pdf/ev-poppler.cc:
6943
6944         Show title even for unknown links
6945
6946 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6947
6948         * shell/ev-window-title.c: (ev_window_title_update):
6949
6950         Strip the title string
6951
6952 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6953
6954         * shell/ev-window-title.c:
6955
6956         Add .rtf to the bad extensions list
6957
6958 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6961         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6962
6963         Ignore link coordinates if they are outside page bounds
6964
6965 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6966
6967         * backend/ev-link.c: (ev_link_type_get_type),
6968         (ev_link_get_filename), (ev_link_get_params),
6969         (ev_link_get_property), (ev_link_set_property),
6970         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6971         * backend/ev-link.h:
6972         * pdf/ev-poppler.cc:
6973         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6974         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6975         (ev_window_init):
6976
6977         Implement launch links. Delegate external link opening to
6978         the window.
6979
6980 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6981
6982         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6983         (ev_link_get_right), (ev_link_get_property),
6984         (ev_link_set_property), (ev_link_class_init),
6985         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6986         * backend/ev-link.h:
6987         * pdf/ev-poppler.cc:
6988         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6989
6990         Implement fitr links
6991
6992 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6995         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6996         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6997         (ev_view_size_request_continuous),
6998         (ev_view_size_request_dual_page),
6999         (ev_view_size_request_single_page), (ev_view_size_allocate),
7000         (ev_view_zoom_for_size_continuous_and_dual_page),
7001         (ev_view_zoom_for_size_continuous),
7002         (ev_view_zoom_for_size_dual_page),
7003         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7004         (ev_sizing_mode_get_type):
7005         * shell/ev-view.h:
7006         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7007
7008         Do not use modes for link, we need to calculate size ad hoc.
7009         Still not perfect because of the usual scrollbar issues grrr.
7010
7011 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7012
7013         * backend/ev-link.c: (ev_link_type_get_type),
7014         (ev_link_new_page_fith), (ev_link_new_page_fitv):
7015         * backend/ev-link.h:
7016         * pdf/ev-poppler.cc:
7017         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
7018         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
7019         (ev_view_size_request_continuous),
7020         (ev_view_size_request_dual_page),
7021         (ev_view_size_request_single_page), (ev_view_size_allocate),
7022         (zoom_for_size_fit_height),
7023         (ev_view_zoom_for_size_continuous_and_dual_page),
7024         (ev_view_zoom_for_size_continuous),
7025         (ev_view_zoom_for_size_dual_page),
7026         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7027         (ev_sizing_mode_get_type):
7028         * shell/ev-view.h:
7029         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
7030
7031         Implement FIT_HEIGHT mode (only for links).
7032         Implement FITH links
7033
7034 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * shell/ev-window-title.c: (get_filename_from_uri),
7037         (ev_window_title_sanitize_extension), (ev_window_title_update),
7038         (ev_window_title_set_document), (ev_window_title_set_uri),
7039         (ev_window_title_free):
7040         * shell/ev-window-title.h:
7041         * shell/ev-window.c: (ev_window_setup_document),
7042         (ev_window_popup_password_dialog):
7043
7044         Refactor window title building while fixing it for
7045         password documents.
7046
7047 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7048
7049         * pdf/ev-poppler.cc:
7050
7051         Escape link title before setting it in the model
7052
7053 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7054
7055         * shell/ev-application.c: (removed_from_session), (save_session),
7056         (init_session), (ev_application_get_empty_window),
7057         (ev_application_init), (ev_application_get_windows):
7058         * shell/ev-application.h:
7059         * shell/ev-window.c: (ev_window_finalize):
7060
7061         Add a function to retrieve window list and share it where
7062         necessary.
7063         Implement session handling, works pretty well thanks to the
7064         metadata system.
7065
7066 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-password.c: (ev_password_item_created_callback),
7069         (ev_password_dialog_save_password):
7070         
7071         Fix for bug 316972. Use async gnome-keyring API.
7072
7073 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7074
7075         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7076         Remove unused unrealize handler. Add scroll handling to
7077         ev_view_scroll_event for presentation mode (bug #316708),
7078         and fix the event state checks there.
7079
7080 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7081
7082         * shell/ev-page-action.c: (page_changed_cb):
7083
7084         "marco, maybe we should be crazy and jump right to 6! :)"
7085
7086         Bryan Clark, Sep 2005
7087
7088 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * ps/ps-document.c: (save_document), (ps_document_save),
7091         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7092         (ps_document_ps_export_end):
7093
7094         Fix unstructured documents save and print
7095
7096 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7097
7098         * shell/ev-application.c: (ev_application_open_uri):
7099
7100         Fix window size persistance
7101
7102 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * shell/ev-view.c: (ev_view_button_release_event):
7105
7106         Based on a patch from carlosgc@gnome.org. Mouse buttons
7107         switch pages in presentation mode.
7108
7109 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7110
7111         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7112
7113         Dont cast to int before scaling
7114
7115 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7116
7117         * backend/ev-link.c: (ev_link_type_get_type),
7118         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7119         (ev_link_new_page_fith):
7120         * backend/ev-link.h:
7121         * pdf/ev-poppler.cc:
7122         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7123
7124         Implement FIT and FITH links
7125
7126 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7127
7128         * pdf/ev-poppler.cc:
7129
7130         Return 0 results when search is not in progress.
7131
7132         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7133         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7134
7135         Update menu sensitivity when cancelling search
7136
7137 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7138
7139         * shell/ev-view.c: (ev_view_can_find_next):
7140
7141         Take all pages in consideration, not just current one
7142
7143 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7144
7145         * shell/ev-page-cache.c:
7146         * shell/ev-page-cache.h:
7147         * shell/ev-view.c: (ev_view_binding_activated),
7148         (ev_view_next_page), (ev_view_previous_page),
7149         (ev_sizing_mode_get_type):
7150         * shell/ev-view.h:
7151         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7152         (ev_window_cmd_go_next_page):
7153
7154         Move page next/previous functions from page chace to
7155         view and change it to move by 2 page steps in dual mode.
7156
7157 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7158
7159         * shell/ev-window.c: (update_sidebar_visibility),
7160         (setup_sidebar_from_metadata), (ev_window_setup_document),
7161         (setup_view_from_metadata):
7162
7163         Show the index by default when there is one     
7164
7165 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7166
7167         * shell/ev-window-title.c: (ev_window_title_set_document):
7168
7169         Missing null check
7170
7171 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * shell/ev-view.c: (view_update_range_and_current_page):
7174         
7175         Allow display of last odd page in dual view. Fix for 316347.
7176
7177 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7178
7179         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7180         
7181         Make close button default. Fix for 316383.
7182
7183 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7184
7185         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7186         
7187         Mark close button as default. Fix for 316381.
7188
7189 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7190
7191         * backend/ev-link.c: (ev_link_class_init):
7192
7193         Allow negative doubles in left/top properties
7194
7195 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7196
7197         * shell/ev-window.c:
7198
7199         Remove a bunch of strings that was used only
7200         by the statusbar.
7201
7202 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * shell/ev-window-title.c: (get_filename_from_uri),
7205         (ev_window_title_set_document):
7206
7207         When title has a confusing extension, show also
7208         the document filename inside ()
7209
7210 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * shell/Makefile.am:
7213         * shell/ev-window-title.c: (ev_window_title_new),
7214         (ev_window_title_update), (ev_window_title_set_type),
7215         (ev_window_title_set_document), (ev_window_title_free):
7216         * shell/ev-window-title.h:
7217         * shell/ev-window.c: (ev_window_setup_document),
7218         (password_dialog_response), (ev_window_popup_password_dialog),
7219         (ev_window_dispose), (ev_window_init):
7220
7221         Factor out and cleanup window title code
7222
7223 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7224
7225         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7226         (unable_to_load):
7227
7228         Make dialog transient so it doesnt block other windows
7229
7230 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * pdf/ev-poppler.cc:
7233         
7234         Fix pdf thumbnails rendering.
7235
7236 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7237
7238         * shell/ev-window.c: (fullscreen_set_timeout):
7239         
7240         Increase timeout to hide full screen popup. Bug 
7241         316123. 
7242
7243 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7244
7245         * data/evince.schemas.in:
7246         * shell/ev-window.c: (update_action_sensitivity):
7247
7248         Allow the user to override document restrictions. Fix for bug
7249         305818.
7250
7251 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7252
7253         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7254         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7255         (ev_window_class_init): Fix multihead behaviour of fullscreen
7256         toolbar popup. Fixes bug #315451.
7257
7258 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7259
7260         * configure.ac:
7261         * data/evince-password.glade:
7262         * shell/ev-password.c: (ev_password_dialog_set_property),
7263         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7264         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7265         (ev_password_dialog_entry_changed_cb),
7266         (ev_password_dialog_entry_activated_cb),
7267         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7268         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7269         (ev_password_dialog_set_bad_pass):
7270         * shell/ev-password.h:
7271         * shell/ev-window.c: (password_dialog_response),
7272         (ev_window_popup_password_dialog):
7273         
7274         Support for gnome-keyring for encrypted PDF's.
7275
7276 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7277
7278         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7279         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7280         (ev_view_enter_notify_event), (ev_view_class_init):
7281         
7282         More precise handling of enter_notify/leave_notify events
7283         in EvView. Fix for bug 315470.
7284
7285 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7286
7287         * shell/ev-window.c: (fullscreen_timeout_cb),
7288         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7289         (ev_window_dispose):
7290
7291         leak fix: unref fullscreen_timeout_source before clearing it
7292
7293 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * configure.ac, dvi/mdvi/Makefile.am: 
7296         
7297         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7298
7299 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * backend/ev-link.c: (ev_link_new_page_xyz):
7302         * pdf/ev-poppler.cc:
7303         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7304
7305         Fix some bugs with xyz links, respect zoom
7306
7307 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * shell/ev-window.c: (page_changed_cb),
7310         (setup_document_from_metadata), (update_sidebar_visibility),
7311         (setup_view_from_metadata), (ev_window_run_fullscreen),
7312         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7313         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7314         (ev_window_dual_mode_changed_cb),
7315         (ev_window_sidebar_current_page_changed_cb):
7316
7317         null check uri before setting and getting metadata
7318
7319 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7320
7321         * dvi/Makefile.am:
7322         * properties/Makefile.am:
7323         * shell/Makefile.am:
7324         * thumbnailer/Makefile.am:
7325
7326         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7327
7328 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7331         (selection_changed_callback):
7332         * shell/ev-sidebar-links.h:
7333
7334         Add a signal for link activation.
7335
7336         * shell/ev-view.c: (ev_view_goto_link),
7337         (ev_view_button_release_event):
7338         * shell/ev-view.h:
7339         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7340         (ev_window_init):
7341
7342         Implement the signal so that we can handle all link types.
7343
7344         * shell/ev-page-cache.c:
7345
7346         Remove unused set_link function
7347
7348 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7349
7350         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7351
7352         Add some space from the cursor, hardcoded but I couldnt
7353         find a better way.
7354
7355 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * lib/ev-tooltip.c:
7358
7359         Use mozilla style vs gtk style, way better for links.
7360
7361         * shell/ev-view.c: (ev_view_motion_notify_event),
7362         (ev_view_destroy), (ev_view_init):
7363
7364         Deactive tooltip when the link hovered is changed.
7365
7366 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * backend/ev-document.h:
7369         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7370         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7371         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7372         (ev_link_new_page), (ev_link_new_page_xyz):
7373         * backend/ev-link.h:
7374         * pdf/ev-poppler.cc:
7375         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7376         (go_to_link), (tip_from_link):
7377
7378         Implement xyz links, still not functional. Links are a total
7379         mess, will need to refactor and bugfix a lot :(
7380
7381 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7382
7383         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7384
7385 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7386
7387         * data/evince-ui.xml:
7388         * data/evince.schemas.in:
7389         * shell/Makefile.am:
7390         * shell/ev-window.c: (update_chrome_visibility),
7391         (password_dialog_response), (ev_window_load_job_cb),
7392         (ev_window_xfer_job_cb), (ev_window_open_uri),
7393         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7394         (ev_window_init):
7395
7396         Remove the statusbar. This regress loading feedback, need to
7397         check with Bryan what we want to do there...
7398
7399 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7400
7401         * lib/ev-tooltip.c: (ev_tooltip_init):
7402
7403         Fix tooltip border and size handling
7404
7405 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7406
7407         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7408         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7409         (ev_tooltip_timeout), (ev_tooltip_activate),
7410         (ev_tooltip_deactivate):
7411         * lib/ev-tooltip.h:
7412         * shell/ev-view.c: (ev_view_motion_notify_event):
7413
7414         Delay popup showing. Mirror gtk logic/times.
7415
7416 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7417
7418         * lib/Makefile.am:
7419         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7420         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7421         (ev_tooltip_set_text), (ev_tooltip_set_position):
7422         * lib/ev-tooltip.h:
7423
7424         Simple widget to show tooltips at a custom position
7425
7426         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7427         (ev_view_destroy):
7428
7429         Use it for links. First go, needs work
7430
7431 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7432
7433         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7434         HIG fixes.  Use title capitalization for window title. Use 12 
7435         pixels of space between the dialog's vbox and action area.
7436
7437 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7438
7439         * shell/ev-window.c: (file_open_dialog_response_cb),
7440         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7441         (ev_window_cmd_save_as):
7442
7443         Make file pickers not modal and refactor code some
7444
7445 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7446
7447         * shell/ev-sidebar.h:
7448         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7449         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7450         (ev_sidebar_class_init), (ev_sidebar_select_page),
7451         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7452         (ev_sidebar_set_page):
7453
7454         Add a current page property and allow to get/set it
7455
7456         * shell/ev-window.c: (setup_view_from_metadata),
7457         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7458
7459         Persist current sidebar page per document
7460
7461 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * data/evince.schemas.in:
7464         * shell/ev-window.c: (update_chrome_visibility),
7465         (setup_document_from_metadata), (update_sidebar_visibility),
7466         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7467         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7468         (ev_window_run_presentation), (ev_window_stop_presentation),
7469         (ev_window_view_sidebar_cb),
7470         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7471         (load_chrome), (ev_window_init):
7472
7473         Persist size/visibility of sidebar per document
7474
7475 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7476
7477         * shell/ev-view.c (draw_loading_text): Draw loading text.
7478
7479 2005-09-02  Dan Damian  <dand@gnome.ro>
7480
7481         * configure.in: Added "ro" to ALL_LINGUAS.
7482
7483 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * shell/ev-view.c: (clear_caches):
7486
7487         ev_page_cache_get doesnt return a reference,
7488         dont try to unref it.
7489
7490 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * shell/main.c: (load_files_remote):
7493
7494         Fix timestamp parameter with dbus <= 0.33
7495
7496 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * data/evince.schemas.in:
7499
7500         Add missing full stop
7501
7502 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7503
7504         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7505         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7506
7507         Plug some memory leaks
7508
7509 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7510
7511         * configure.ac:
7512         * lib/ev-debug.c: (trap_handler):
7513
7514         Check for execinfo.h and use it only if it exists.
7515         Ported from Epiphany (bug #314776).
7516
7517 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7518
7519         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7520
7521 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7522
7523         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7524         * po/id.po      : Added Indonesian translation
7525
7526 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7527
7528         * shell/main.c:
7529         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7530         * NEWS: Release 0.4.0
7531
7532 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7533
7534         * configure.ac: catch another gtk+-2.8ism
7535         * shell/main.c: Make work with gtk+-2.6
7536
7537 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7538
7539         * shell/ev-application-service.xml: Add 'timestamp' argument to
7540           ev_application_open_window and ev_application_open_uri methods.
7541
7542         * shell/ev-application.h: Add 'timestamp' argument to
7543           ev_application_open_window, ev_application_open_uri,
7544           and ev_application_open_uri_list functions.
7545
7546         * shell/ev-application.c (ev_application_open_window,
7547           ev_application_open_uri, ev_application_open_uri_list): Change
7548           functions that show/present windows to use a timestamp if one
7549           is passed in.
7550
7551         * shell/ev-window.c (ev_window_cmd_file_open,
7552           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7553         * shell/main.c (load_files): Modify calls to ev_application to
7554           include GDK_CURRENT_TIME as timestamp.
7555
7556         * shell/main.c (load_files_remote): Obtain timestamp for client
7557           instance from GDK and pass to server instance so new windows are
7558           focused properly.  Fix dbus_g_proxy_call() calls by including second
7559           G_TYPE_INVALID.
7560           
7561         Closes bug #314475.
7562
7563 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7564
7565         * shell/ev-window.c (ev_window_finalize): Check for
7566         avail. EvWindows when quiting to handle the finalize better,
7567         #314497
7568
7569 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570         
7571         * properties/ev-properties-view.c: 
7572         
7573         Set textdomain to libglade. Fixes translation problem in property page.
7574
7575 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7578         * dvi/Makefile.am:
7579         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7580         * dvi/mdvi-lib/Makefile.am:
7581         
7582         Fix rotation of thumbnails, ported to new API. Moved library
7583         dependencies earlier, probably it will fix linkage problem.
7584
7585 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7586
7587         * backend/ev-document-misc.c:
7588         (ev_document_misc_get_thumbnail_frame):
7589         * backend/ev-document-misc.h:
7590         * configure.ac:
7591         * pdf/ev-poppler.cc:
7592         * shell/Makefile.am:
7593         * shell/ev-sidebar-thumbnails.c: (add_range),
7594         (ev_sidebar_thumbnails_set_loading_icon),
7595         (ev_sidebar_thumbnails_refresh),
7596         (ev_sidebar_thumbnails_set_document):
7597         * shell/ev-sidebar-thumbnails.h:
7598         * shell/ev-view.c: (ev_view_motion_notify_event),
7599         (ev_view_set_property), (ev_view_get_property),
7600         (ev_view_class_init), (ev_view_set_rotation):
7601         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7602         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7603         (ev_window_init):
7604         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7605         Redo rotation (again).  prepare for 0.4.0
7606
7607 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7608
7609         * configure.ac: Bump poppler requirement to 0.4.1.
7610
7611         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7612         argument to poppler_page_render_selection() call.
7613
7614 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7615
7616         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7617         (djvu_document_thumbnails_get_thumbnail):
7618         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7619         (dvi_document_thumbnails_get_thumbnail):
7620         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7621         (pixbuf_document_thumbnails_get_thumbnail):
7622         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7623         
7624         Update rotation direction of backends to fit with pdf and ps.
7625
7626 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7627
7628         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7629         * backend/ev-async-renderer.h:
7630         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7631         (setup_page), (ps_document_get_page_size),
7632         (ps_async_renderer_render_pixbuf):
7633         * ps/ps-document.h:
7634         * shell/ev-jobs.c: (ev_job_render_run):
7635
7636         Fix orientation in the postscript document
7637
7638 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7639
7640         * pdf/ev-poppler.cc:
7641         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7642         * shell/ev-view.c: (highlight_find_results):
7643
7644         Adapt to the new poppler rotation API. Fix text maps on landscape
7645         documents.
7646
7647 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7648
7649         * shell/ev-view.c (compute_new_selection_text): get the correct
7650         region when selecting in modes other than continuous.
7651
7652 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7653
7654         * shell/main.c (main): remove redundant g_warnings.
7655
7656 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7657
7658         * shell/Makefile.am: Don't include autogenerated
7659         file ev-application-service.h into distribution, since
7660         it causes dbus crash. Fix for bugs 313724 and 313443. 
7661
7662 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * configure.ac: Fix sed expression for FreeBSD. Thanks
7665         to Joe Marcus Clark <marcus@freebsd.org>
7666         
7667         * shell/eggfindbar.c: (entry_activate_callback),
7668         (entry_changed_callback), (egg_find_bar_init),
7669         (egg_find_bar_set_search_string):
7670         
7671         Made findbar buttons unsensitive if there is no text in
7672         entry. Fix for the bug 313285.
7673
7674 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7675
7676         * ps/ps-document.c: Use g_filename_display_name for displaying
7677         filenames and revert string freeze breackage
7678
7679 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7680
7681         * NEWS:
7682         * configure.ac:
7683
7684         Update for 0.3.4
7685
7686         * shell/Makefile.am:
7687
7688         Add ev-application-service.xml to extra dist
7689
7690         * shell/ev-view.c: (find_page_at_location):
7691
7692         Remove unused function (fix warning)
7693
7694 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7695
7696         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7697         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7698         
7699         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7700         bug 313623.
7701
7702 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7705         * shell/ev-window.c:
7706         Fix build warnings
7707
7708 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7709
7710         * configure.ac: Update script to get dbus version.
7711         Fix for the bug #313443.
7712
7713 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7714
7715         * shell/ev-window.c: (ev_window_cmd_escape):
7716         
7717         Return focus back to view on escape. Fix for bug 313295.
7718
7719 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7720
7721         * shell/ev-window.c: (update_window_title),
7722         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7723         (ev_window_cmd_save_as):
7724         
7725         Correct conversion from uri to displayable string. Fix for
7726         bug 313296.
7727
7728 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7729
7730         * ps/ps-document.c: convert filename to utf8 when there is an error
7731         loading document. Fixes #309915
7732
7733 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7734
7735         * configure.ac:
7736
7737         We depend on poppler 0.4.0
7738
7739 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7740
7741         * configure.ac:
7742         * NEWS: Release 0.3.3.
7743         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7744
7745 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7746
7747         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7748         add a couple missing mnemonics to menu items, use title 
7749         capitalization for menu items and window titles, and add 
7750         ellipsis to open menu item.     
7751
7752 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7753
7754         * pdf/ev-poppler.cc:
7755         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7756         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7757         (ev_view_get_rotation):
7758         * shell/ev-view.h:
7759         * shell/ev-window.c: (setup_view_from_metadata),
7760         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7761         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7762         disk.
7763
7764 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7765
7766         * configure.ac: Added tr to ALL_LINGUAS
7767
7768 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7769
7770         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7771         requires several clicks to find word. Thanks to 
7772         Colin Slater <kiltedtaco@gmail.com>.
7773
7774 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7775
7776         * data/evince.desktop.in.in: Hide menu entry and
7777         rename it to "Document Viewer". Fix for bug 
7778         #312399.
7779
7780 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7781
7782         * shell/ev-page-action.c (ev_page_action_class_init): 
7783
7784         Point to the correct function in constructor of the
7785         activate_label signal
7786
7787 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7788
7789         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7790         * shell/ev-jobs.h: Make thread safe.
7791
7792 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * shell/ev-view.c: (view_update_range_and_current_page):
7795         Don't update page range if we are scrolling to some document
7796         point.
7797
7798 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7799
7800         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7801         when getting max_page_width, fix drawing in dual mode.
7802
7803 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7804
7805         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7806         getting the area for select_all.
7807
7808 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7809
7810         * backend/ev-selection.c: (ev_selection_render_selection):
7811         * backend/ev-selection.h:
7812         * pdf/ev-poppler.cc:
7813         * shell/ev-jobs.c: (ev_job_render_new):
7814         * shell/ev-jobs.h:
7815         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7816         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7817         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7818         (ev_view_class_init):
7819
7820         Change selection color on focus in and focus out events.  Also,
7821         poppler now uses GdkColor for specifying the selection colors, so
7822         drop some awkward conversion code.
7823
7824 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7825
7826         * configure.ac: Added Hebrew translation
7827
7828 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7829
7830         * NOTES:
7831         * backend/ev-selection.c: (ev_selection_render_selection):
7832         * backend/ev-selection.h:
7833         * pdf/ev-poppler.cc:
7834         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7835         (ev_job_render_run):
7836         * shell/ev-jobs.h:
7837         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7838         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7839         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7840         (ev_pixbuf_cache_style_changed),
7841         (ev_pixbuf_cache_get_selection_pixbuf),
7842         (ev_pixbuf_cache_set_selection_list),
7843         (ev_pixbuf_cache_get_selection_list):
7844         * shell/ev-pixbuf-cache.h:
7845         * shell/ev-utils.c: (ev_print_region_contents):
7846         * shell/ev-utils.h:
7847         * shell/ev-view.c: (ev_view_queue_draw_page),
7848         (selection_update_idle_cb), (ev_view_motion_notify_event),
7849         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7850         (setup_caches), (ev_view_find_next), (merge_selection_region),
7851         (selection_free):
7852         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7853
7854         Clean up selection to be much smoother!
7855
7856 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7857
7858         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7859         to poppler_page_render_selection().
7860
7861 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7862
7863         * ps/ps-document.c: (save_page_list): Use
7864         unzipped document when printing. Thanks to 
7865         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7866         311016.
7867
7868 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * shell/ev-window.c: (update_action_sensitivity):
7871         
7872         Disable print and save respect to lockdown gconf keys. Fix
7873         for 312342.
7874
7875 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7876
7877         * configure.ac:
7878         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7879         (write_to_temp_file), (ev_file_set_contents):
7880         * shell/ev-utils.h:
7881         * shell/ev-window.c: (save_print_config_to_file):
7882         
7883         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7884         Fix for bug 312238
7885
7886 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7887
7888         * shell/ev-window.c: (load_print_config_from_file),
7889         (save_print_config_to_file), (ev_window_print_range):
7890
7891         Persist the print settings. Fixes bug #311578.
7892
7893 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7894
7895         * djvu/djvu-document.c: (djvu_document_get_page_size),
7896         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7897         (djvu_document_thumbnails_get_thumbnail):
7898         * dvi/dvi-document.c: (dvi_document_get_page_size),
7899         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7900         (dvi_document_thumbnails_get_dimensions),
7901         (dvi_document_thumbnails_get_thumbnail):
7902         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7903         (pixbuf_document_render_pixbuf),
7904         (pixbuf_document_document_iface_init),
7905         (pixbuf_document_thumbnails_get_thumbnail):
7906         
7907         Update backends to make them build with new rotation system.
7908
7909 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7910
7911         * help/C/figures/evince_start_window.png:
7912         
7913         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7914
7915 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7916
7917         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7918         * shell/ev-pixbuf-cache.h:
7919         * shell/ev-sidebar-thumbnails.c:
7920         (ev_sidebar_thumbnails_get_property), (add_range),
7921         (adjustment_changed_cb):
7922         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7923         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7924         we were thumbnailing the entire docment on startup, slowing us
7925         down hugely. 
7926
7927 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7928
7929         * shell/ev-page-cache.c: (ev_page_cache_new):
7930         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7931         == 0, fixes #310306.
7932
7933 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7936         (ev_view_rotate_left):
7937
7938         Account rotation in doc_rect_to_view_rect.
7939         Ensure rotation doesnt go out of bounds.
7940
7941 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7942
7943         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7944
7945         Correct and cleanup w/h swapping
7946
7947 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7948
7949         * backend/ev-document-thumbnails.c:
7950         (ev_document_thumbnails_get_thumbnail):
7951         * backend/ev-document-thumbnails.h:
7952         * backend/ev-document.c:
7953         * backend/ev-document.h:
7954         * backend/ev-render-context.c: (ev_render_context_new),
7955         (ev_render_context_set_rotation):
7956         * backend/ev-render-context.h:
7957         * pdf/ev-poppler.cc:
7958         * ps/ps-document.c: (ps_document_document_iface_init):
7959         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7960         * shell/ev-jobs.h:
7961         * shell/ev-page-cache.c: (build_height_to_page),
7962         (ev_page_cache_new), (ev_page_cache_get_size),
7963         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7964         (ev_page_cache_get_height_to_page):
7965         * shell/ev-page-cache.h:
7966         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7967         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7968         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7969         (ev_pixbuf_cache_get_selection_pixbuf):
7970         * shell/ev-pixbuf-cache.h:
7971         * shell/ev-print-job.c: (idle_print_handler):
7972         * shell/ev-sidebar-thumbnails.c: (add_range):
7973         * shell/ev-view.c: (view_update_range_and_current_page),
7974         (get_page_y_offset), (get_page_extents),
7975         (ev_view_size_request_continuous_dual_page),
7976         (ev_view_size_request_continuous),
7977         (ev_view_size_request_dual_page),
7978         (ev_view_size_request_single_page), (draw_one_page),
7979         (ev_view_set_rotation), (ev_view_rotate_right),
7980         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7981         (ev_view_zoom_for_size_continuous_and_dual_page),
7982         (ev_view_zoom_for_size_continuous),
7983         (ev_view_zoom_for_size_dual_page),
7984         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7985         (ev_view_select_all):
7986         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7987         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7988         (tiff_document_document_iface_init),
7989         (tiff_document_thumbnails_get_thumbnail):
7990
7991         Use rotation rather than orientation. It's easier and enough
7992         for our needs.
7993
7994 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * shell/ev-page-cache.c: (build_height_to_page),
7997         (ev_page_cache_new), (ev_page_cache_get_size),
7998         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7999         (ev_page_cache_get_height_to_page):
8000         * shell/ev-page-cache.h:
8001         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
8002         (ev_view_size_request_continuous_dual_page),
8003         (ev_view_size_request_continuous),
8004         (ev_view_zoom_for_size_continuous_and_dual_page),
8005         (ev_view_zoom_for_size_continuous):
8006
8007         Make the page cache aware of page orientation.
8008
8009 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8010
8011         * backend/ev-document-thumbnails.c:
8012         (ev_document_thumbnails_get_thumbnail):
8013         * backend/ev-document-thumbnails.h:
8014         * backend/ev-document.c:
8015         * backend/ev-document.h:
8016         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
8017         * backend/ev-ps-exporter.h:
8018         * pdf/ev-poppler.cc:
8019         * ps/ps-document.c: (ps_document_document_iface_init),
8020         (ps_document_ps_export_do_page):
8021         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
8022         * shell/ev-jobs.h:
8023         * shell/ev-page-cache.c: (ev_page_cache_get_size),
8024         (ev_page_cache_get):
8025         * shell/ev-page-cache.h:
8026         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8027         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
8028         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
8029         * shell/ev-pixbuf-cache.h:
8030         * shell/ev-print-job.c: (idle_print_handler):
8031         * shell/ev-sidebar-thumbnails.c: (add_range):
8032         * shell/ev-view.c: (view_update_range_and_current_page),
8033         (get_page_extents), (ev_view_size_request_dual_page),
8034         (ev_view_size_request_single_page), (draw_one_page),
8035         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
8036         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
8037         (ev_view_zoom_for_size_dual_page),
8038         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8039         (ev_view_select_all):
8040         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8041         * tiff/tiff-document.c: (tiff_document_get_page_size),
8042         (tiff_document_get_orientation), (rotate_pixbuf),
8043         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8044         (tiff_document_thumbnails_get_thumbnail),
8045         (tiff_document_ps_export_do_page), (tiff_document_init):
8046
8047         Really make use of the orientation bit of the render context.
8048         Use the render context in a few more places in the backend API.
8049         This regress orientation, but now it's done right. Will try to
8050         fix it up asap...
8051
8052 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8053
8054         * shell/ev-view.c: (ensure_rectangle_is_visible):
8055
8056         Patch by Nickolay V. Shmyrev to fix find flickering
8057
8058 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8059
8060         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8061         duplex parameters to ::begin.
8062
8063         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8064         * shell/ev-print-job.c (idle_print_handler): 
8065         * ps/ps-document.c (ps_document_ps_export_begin): 
8066         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8067         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8068         implementations. Poppler backend needs poppler cvs. Rest has
8069         unchanged behavior.
8070
8071 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8072
8073         * shell/ev-window.c (using_pdf_printer): new function.
8074         (ev_window_print_range): print a less techy message if someone
8075         tries to print to PDF.
8076
8077 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8078
8079         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8080         from "unknown font" string. Bug #311431
8081
8082 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8083
8084         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8085
8086 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8087
8088         Bug #311280
8089         
8090         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8091         name for PopplerFontTypes
8092         (pdf_document_fonts_fill_model): add font type to the detail column
8093
8094         * backend/ev-document-fonts.h: added
8095         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8096
8097         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8098         font name and font details, add a little markup.
8099         (ev_properties_fonts_init): use the new cell data func, specify ypad
8100         property for the cell renderer.
8101         (ev_properties_fonts_set_document): add the details column.
8102
8103 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8104
8105         * configure.ac: Added "pl" to ALL_LINGUAS.
8106
8107 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8108
8109         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8110
8111 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8112
8113         * help/ChangeLog: Started this for translations of manual.
8114         * configure.ac, autogen.sh, .cvsignore: Migrated to
8115         gnome-doc-utils. Patch in bug #311222.
8116
8117 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8118
8119         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8120         #ifdef this away to fix an unused-function warning.
8121
8122 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8123
8124         * configure.ac: Added 'gl' to ALL_LINGUAS.
8125
8126 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8127
8128         * configure.ac: Added ne in ALL_LINGUAS
8129         
8130 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8131
8132         * shell/ev-view.c: (ev_view_leave_notify_event):
8133         
8134         Clear status message when pointer leaves view. Fix for bug
8135         #310818 
8136
8137 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8138
8139         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8140
8141 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8142
8143         * shell/ev-view.c: (ev_view_leave_notify_event),
8144         (ev_view_class_init):
8145         
8146         Set cursor to normal then leaving view.
8147
8148 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * configure.ac:
8151         
8152         Fix required djvulibre version.
8153
8154 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8155
8156         *configure.ac: Hindi (hi) language added
8157
8158 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8159
8160         *configure.ac: Punjabi (pa) Language added
8161
8162 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8163
8164         * data/evince-ui.xml, shell/ev-window.c:
8165         
8166         Add keypad accelerators for zooming. Fix for bug 308128.
8167
8168 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * Makefile.am:
8171         * backend/Makefile.am:
8172         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8173         * configure.ac:
8174         * shell/ev-document-types.c: (ev_document_types_add_filters):
8175
8176         Allow to enable/disable the pixbuf backend.
8177         Default to off for now. If we want it enabled we should
8178         really put mime types in the desktop, implement properties etc.
8179
8180         * properties/evince-properties.c:
8181
8182         Initialize error to NULL.
8183         Check error is not NULL before freeing.
8184
8185 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * shell/ev-window.c:
8188
8189         Use F5 as presentation accell
8190
8191 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8192
8193         * shell/ev-window.c: (update_chrome_visibility),
8194         (ev_window_create_fullscreen_popup), (ev_window_init):
8195
8196         Do not leak the fullscreen toolbar
8197
8198 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8199
8200         * shell/ev-window.c: (view_actions_focus_in_cb),
8201         (view_actions_focus_out_cb):
8202
8203         These has a return value! Fix totally random focus
8204         issues we was seeing.
8205
8206 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8207
8208         * shell/main.c: (load_files_remote):
8209
8210         Allow open more than one file
8211
8212 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * shell/main.c: (load_files_remote):
8215
8216         Fix for dbus 0.33. bug #309975
8217
8218 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8219
8220         * properties/ev-properties-main.c: (ev_properties_get_pages):
8221
8222         Actually return NULL for types we dont support
8223
8224 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8225
8226         * po/POTFILES.in:
8227
8228         Remove empty lines.
8229
8230 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8231
8232         * backend/ev-document-factory.c:
8233         (ev_document_factory_get_document):
8234
8235         Do not try to create the object if type
8236         is invalid.
8237
8238 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8239
8240         * ps/ps-document.c: (ps_document_dispose),
8241         (ps_async_renderer_render_pixbuf):
8242         * ps/ps-document.h:
8243
8244         Do not leak the target window
8245
8246 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8247
8248         * shell/ev-application.c: (ev_application_init):
8249
8250         Let tbe check file existence for us.
8251         Add a comment about eggrecent mime filter.
8252
8253 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8254
8255         * data/evince-ui.xml:
8256         * shell/ev-application.c: (ev_application_shutdown),
8257         (ev_application_init), (ev_application_get_toolbars_model),
8258         (ev_application_get_recent_model),
8259         (ev_application_save_toolbars_model):
8260         * shell/ev-application.h:
8261         * shell/ev-window.c: (ev_window_add_recent),
8262         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8263         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8264         (ev_window_init):
8265
8266         Use common toolbar and recent models for all windows.
8267         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8270
8271         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8272         successfully check for gtk_icon_view_get_visible_range.
8273
8274 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8275
8276         * djvu/Makefile.am:
8277         * dvi/Makefile.am:
8278         
8279         Fix djvu and dvi backend build.
8280
8281 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8282
8283         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8284         (new_separator_pixbuf):
8285
8286         Don't leak windows.
8287
8288 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8289
8290         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8291
8292         HIGification of toolbar editor dialogue.
8293
8294 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * configure.ac:
8297         * shell/Makefile.am:
8298
8299         Ever build metadata manager since it's just
8300         disabled at runtime now.
8301
8302 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8303
8304         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8305         (ev_metadata_manager_get), (ev_metadata_manager_set):
8306         * shell/ev-metadata-manager.h:
8307
8308         Add an _init functions that enabled metadata management
8309         at runtime.
8310
8311         * shell/ev-window.c: (page_changed_cb),
8312         (setup_document_from_metadata), (ev_window_setup_document),
8313         (setup_view_from_metadata), (ev_window_open_uri),
8314         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8315         (ev_window_run_presentation), (ev_window_stop_presentation),
8316         (save_sizing_mode), (ev_window_zoom_changed_cb),
8317         (ev_window_continuous_changed_cb),
8318         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8319         (window_configure_event_cb):
8320
8321         Remove all ugly metadata define since we deal with it
8322         at runtime now.
8323
8324         * shell/main.c: (load_files_remote), (main):
8325
8326         Add support for dbus cvs head. Hopefully didnt break one
8327         of the other versions now!
8328
8329         If we dont get a response from the dbus server just
8330         give up with it and not enable metadata.
8331
8332 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * Makefile.am:
8335         * backend/Makefile.am:
8336         * configure.ac:
8337         * cut-n-paste/recent-files/Makefile.am:
8338         * cut-n-paste/toolbar-editor/Makefile.am:
8339         * cut-n-paste/zoom-control/Makefile.am:
8340         * lib/Makefile.am:
8341         * pdf/Makefile.am:
8342         * pixbuf/Makefile.am:
8343         * properties/Makefile.am:
8344         * ps/Makefile.am:
8345         * shell/Makefile.am:
8346         * thumbnailer/Makefile.am:
8347         * tiff/Makefile.am:
8348
8349         Make frontends depend on just libev.
8350         Rework and group CFLAGS/LIBS definitions.
8351         Cleanups.
8352
8353 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8354
8355         * shell/ev-window:
8356
8357         do not unnecessarily save zoom
8358
8359         * configure.ac:
8360         * lib/ev-file-helpers.c: (ev_dot_dir):
8361         * shell/Makefile.am:
8362         * shell/dummy.cc:
8363
8364         Some cleanups
8365
8366 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8367
8368         * configure.ac:
8369         
8370         Remove unnecessary dependencies
8371
8372 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8373
8374         * properties/Makefile.am:
8375         * thumbnailer/Makefile.am:
8376         * tiff/Makefile.am:
8377
8378         Some more cleanups. Was really necessary
8379         but I probably introduced bugs, feel free
8380         to flame :)
8381
8382 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8383
8384         * backend/Makefile.am:
8385         * configure.ac:
8386         * cut-n-paste/recent-files/Makefile.am:
8387         * cut-n-paste/toolbar-editor/Makefile.am:
8388         * cut-n-paste/zoom-control/Makefile.am:
8389         * lib/Makefile.am:
8390         * pdf/Makefile.am:
8391         * pixbuf/Makefile.am:
8392         * properties/Makefile.am:
8393         * ps/Makefile.am:
8394         * shell/Makefile.am:
8395         * thumbnailer/Makefile.am:
8396         * tiff/Makefile.am:
8397
8398         Use gnome-common macros when possible.
8399         Cleanup dependencies.
8400         Actually disable deprecated where possible.
8401
8402 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8403
8404         * Makefile.am:
8405         * backend/Makefile.am:
8406         * properties/Makefile.am:
8407         * shell/Makefile.am:
8408         * thumbnailer/Makefile.am:
8409
8410         This should solve the circular dep without
8411         requiring dir reorg!
8412
8413         * shell/ev-window.c: (setup_view_from_metadata):
8414
8415         Never restore window size/position when the
8416         window is already visible.
8417
8418 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8419
8420         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8421
8422         Return a boolean from timeout func. Fix ported from gedit.
8423
8424 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8425
8426         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8427
8428 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8429
8430         * shell/ev-document-types.c: set "All Documents" as default filter in
8431         open dialog
8432
8433 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8434
8435         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8436         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8437         (ev_metadata_manager_set_boolean): fix value/val thinko.
8438
8439 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8440
8441         * shell/ev-window.c: (setup_view_from_metadata),
8442         (window_state_event_cb), (window_configure_event_cb),
8443         (ev_window_init):
8444
8445         Remember window position and maximized state
8446
8447 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8448
8449         * configure.ac:
8450
8451         Fix DBUS configure checks.
8452
8453         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8454         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8455         (ev_metadata_manager_set_boolean):
8456
8457         Plug mem leaks.
8458
8459         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8460         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8461         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8462         (ev_window_continuous_changed_cb),
8463         (ev_window_dual_mode_changed_cb), (ev_window_new):
8464
8465         Fix the build without DBUS.
8466
8467 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8470         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8471         (ev_metadata_manager_set_string),
8472         (ev_metadata_manager_set_boolean):
8473         * shell/ev-metadata-manager.h:
8474
8475         Add support for some more types
8476
8477         * shell/ev-view.c: (scroll_to_current_page),
8478         (ev_view_get_continuous), (ev_view_set_continuous),
8479         (ev_view_get_dual_page):
8480         * shell/ev-view.h:
8481         * shell/ev-window.c: (page_changed_cb),
8482         (setup_document_from_metadata), (ev_window_setup_document),
8483         (setup_view_from_metadata), (ev_window_open_uri),
8484         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8485         (ev_window_run_presentation), (ev_window_stop_presentation),
8486         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8487         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8488         (ev_window_update_dual_page_action),
8489         (ev_window_continuous_changed_cb),
8490         (ev_window_dual_mode_changed_cb), (ev_window_init):
8491
8492         Remember a bunch of view/document properties. Prolly some
8493         are still missing but it's getting interesting.
8494
8495 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8496
8497         * configure.ac: check if dbus-binding-tool is installed. Not the
8498         case on current Ubuntu breezy, it seems.
8499
8500 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8501
8502         * data/evince.desktop.in.in:
8503         
8504         Allow open uri lists and add TryExec field.
8505
8506 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8507
8508         * configure.ac:
8509
8510         Enable dbus when available, do not require a configure
8511         option.
8512
8513 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8514
8515         * configure.ac:
8516
8517         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8518         disabled.
8519
8520 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8521         Marco Pesenti Gritti  <mpg@redhat.com>
8522
8523         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8524         
8525         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8526         functions to the format required by dbus
8527
8528         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8529         errors. Use the RPC parameters in the expected way
8530
8531 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * Makefile.am:
8534         * properties/Makefile.am:
8535         * properties/ev-properties-main.c: (ev_properties_get_pages):
8536
8537         Support all mime types
8538
8539         * shell/Makefile.am:
8540         * thumbnailer/Makefile.am:
8541         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8542         (evince_thumbnail_pngenc_get):
8543
8544         Use the document factory
8545
8546 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * backend/Makefile.am:
8549         * backend/ev-document-factory.c:
8550         (mime_type_supported_by_gdk_pixbuf),
8551         (ev_document_type_get_from_mime),
8552         (ev_document_factory_get_document),
8553         (ev_document_factory_get_backend),
8554         (ev_document_factory_get_mime_types),
8555         (ev_document_factory_get_all_mime_types):
8556         * backend/ev-document-factory.h:
8557         * shell/Makefile.am:
8558         * shell/ev-document-types.c: (get_document_from_uri),
8559         (ev_document_types_get_document),
8560         (file_filter_add_mime_list_and_free),
8561         (ev_document_types_add_filters):
8562         * shell/ev-document-types.h:
8563         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8564         * shell/ev-properties-dialog.c:
8565         (ev_properties_dialog_set_document):
8566         * shell/ev-window.c: (ev_window_cmd_file_open),
8567         (ev_window_cmd_save_as):
8568         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8569
8570         Rework document types managing to avoid code duplication
8571         and actually abstract from backend implementations.
8572         Also provide a minimal factory api that can be used by
8573         thumbnailer/properties.
8574
8575 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8576
8577         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8578         Plug a mem leak.
8579         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8580         HIG spacings.
8581
8582 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8583
8584         * shell/ev-properties-dialog.c
8585         (ev_properties_dialog_set_document): only call
8586         ev_properties_fonts_set_document() if the document implements the
8587         fonts interface
8588
8589 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8590
8591         * configure.ac:
8592         * properties/Makefile.am:
8593         * properties/ev-properties-view.c:
8594         (ev_properties_view_register_type):
8595         * properties/ev-properties-view.h:
8596         * properties/ev-properties-main.h:
8597
8598         Implement nautilus plugin for properties.
8599         Works only for pdf atm, I need to rework the
8600         document types stuff to get this to work
8601         for all backends...
8602
8603 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8604
8605         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8606         (ev_properties_fonts_set_document): use
8607         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8608
8609 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8610
8611         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8612         them
8613         (PlaceImage, tiff2ps_process_page): use
8614         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8615
8616
8617 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8618
8619         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8620         (main): to call gnome_authentication_manager_init. Should fix
8621         Bug #308510
8622
8623         * configure.ac: that requires libgnomeui 2.6.0.
8624
8625 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8626
8627         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8628         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8629         use the new tiff2ps interfaces
8630
8631         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8632         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8633
8634         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8635         structure instead of global variables.  Remove use of static
8636         variables in functions.
8637
8638 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8639
8640         * shell/ev-page-action.c: unref the completion after setting it to the
8641         entry
8642
8643 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8644
8645         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8646         postscript files
8647
8648 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8649
8650         * shell/ev-window.c (update_action_sensitivity): disable
8651         File->Print if the document does not implement the ps exporter
8652         interface
8653
8654 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8655
8656         * Makefile.am:
8657         * configure.ac:
8658         * data/evince-properties.glade:
8659         * properties/.cvsignore:
8660         * properties/Makefile.am:
8661         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8662         (ev_properties_view_class_init), (ev_properties_view_format_date),
8663         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8664         (ev_properties_view_init), (ev_properties_view_new):
8665         * properties/ev-properties-view.h:
8666         * shell/Makefile.am:
8667         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8668         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8669         (ev_properties_dialog_new):
8670         * shell/ev-properties-dialog.h:
8671         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8672         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8673         (update_progress_label), (job_fonts_finished_cb),
8674         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8675         * shell/ev-properties-fonts.h:
8676         * shell/ev-properties.c:
8677         * shell/ev-properties.h:
8678         * shell/ev-window.c: (ev_window_setup_document),
8679         (ev_window_cmd_file_properties):
8680
8681         Split the properties pages in two different objects, depend
8682         only on the backend where possible, use widgets instead
8683         of gobject for the glade part, reimplement the dialog
8684         itself with gtk.
8685         I need this to implement nautilus properties page.
8686
8687 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8688
8689         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8690         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8691         (tiff_document_document_ps_exporter_iface_init): implement the ps
8692         exporter interface for tiff documents
8693
8694         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8695         libtiff to implement TIFF postscript export
8696
8697         * tiff/tiff2ps.h: added a header file for external tiff2ps
8698         functions.
8699
8700         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8701         tiff2ps.h
8702
8703 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8704
8705         * shell/ev-view.c: (scroll_to_current_page),
8706         (ev_view_set_fullscreen), (ev_view_set_presentation):
8707         
8708         Scroll to current page when exit from presentation
8709
8710 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8711
8712         * shell/ev-window.c: (update_document_mode),
8713         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8714         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8715         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8716         
8717         Exit from fullscreen mode when switch to presentation. Fix for
8718         bug 309365
8719
8720 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8721
8722         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8723         return NULL if the document does not implement the selection
8724         interface.
8725
8726 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8727
8728         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8729         reported height by using the resolution aspect ratio
8730         (tiff_document_render_pixbuf): scale the pixbuf using the
8731         resolution aspect ratio
8732
8733 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8734
8735         * configure.ac:
8736         
8737         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8738         <kiltedaco@gmail.com>
8739         
8740         * djvu/djvu-document.c: (djvu_document_get_orientation),
8741         (djvu_document_set_orientation), (djvu_document_get_page_size),
8742         (rotate_pixbuf), (djvu_document_render_pixbuf),
8743         (djvu_document_document_iface_init):
8744         * dvi/dvi-document.c: (dvi_document_get_orientation),
8745         (dvi_document_set_orientation), (dvi_document_get_page_size),
8746         (rotate_pixbuf), (dvi_document_render_pixbuf),
8747         (dvi_document_document_iface_init):
8748         
8749         Dvi and djvu backends are ported to new API
8750
8751 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * backend/ev-selection.c: (ev_selection_get_selection_region),
8754         (ev_selection_get_selection_map):
8755         * backend/ev-selection.h:
8756         * pdf/ev-poppler.cc:
8757         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8758         * shell/ev-jobs.h:
8759         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8760         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8761         (ev_pixbuf_cache_get_text_mapping):
8762         * shell/ev-pixbuf-cache.h:
8763         * shell/ev-view.c: (location_in_text),
8764         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8765         support to EvView.  Now we can see where we can select!  Sweet!
8766
8767 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8768
8769         * shell/ev-view.c (ev_view_button_press_event): Fix
8770         event->y + view->scroll_x typo.
8771
8772 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8773
8774         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8775         sub-GdkPixbuf instead of passing dest_x and dest_y.
8776         
8777         * shell/ev-view.c: (view_point_to_doc_point),
8778         (view_rect_to_doc_rect), (ev_view_button_press_event),
8779         (ev_view_motion_notify_event), (compute_new_selection_rect),
8780         (gdk_rectangle_point_in), (compute_new_selection_text),
8781         (compute_selections): Update selection code to keep the selection
8782         around as two points and not as a normalized rectangle, and fix
8783         page level selection in two-column mode.
8784
8785 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8786
8787         * shell/ev-window.c: (window_configure_event_cb): 
8788         
8789         Fix compilation
8790         
8791 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8792
8793         * pdf/ev-poppler.cc:
8794
8795         Fix compilation
8796
8797 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8798
8799         * shell/Makefile.am:
8800         * shell/ev-metadata-manager.c: (item_free),
8801         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8802         (parse_value), (parseItem), (load_values),
8803         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8804         (save_values), (save_item), (get_oldest), (resize_items),
8805         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8806         * shell/ev-metadata-manager.h:
8807
8808         Metadata manager from gedit but modified to use GValue, so that
8809         we dont need to keep converting from strings.
8810
8811         * configure.ac:
8812
8813         ENABLE_METADATA conditional, on when dbus is on
8814
8815         * shell/ev-application.c: (ev_application_open_uri):
8816
8817         Show the window after load so that we can initialize
8818         window size before it's showed.
8819
8820         * shell/ev-window.c: (ev_window_setup_from_metadata),
8821         (ev_window_open_uri), (window_configure_event_cb),
8822         (ev_window_init):
8823
8824         Save and load metadata information about window size.
8825         Not yet keeping states in account.
8826
8827         * shell/main.c: (main):
8828
8829         Shutdown metadata manager.
8830
8831 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8832
8833         * shell/ev-application-service.xml:
8834         * configure.ac:
8835         * shell/Makefile.am:
8836         * shell/ev-application.c:
8837         * shell/ev-application.h:
8838         * shell/ev-window.c:
8839         * shell/ev-window.h:
8840         * shell/main.c:
8841
8842         Add an optional dbus interface (--enable-dbus).
8843         Rework application code, mainly to be easier to
8844         use "remotely".
8845         Do not open multiple windows with the same document,
8846         spatial evince!
8847
8848 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8849
8850         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8851         pixbuf iff it exists.
8852
8853 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8854
8855         * shell/*:
8856         * backend/ev-render-context.[ch]:
8857         * backend/ev-selection.[ch]:
8858
8859         Massive changes.  We now support text selection of pdfs, and not
8860         just rectangular selection.  This is pretty broken still, but I
8861         want to get something into CVS.
8862
8863 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8864
8865         * pdf/ev-poppler.cc:
8866         
8867         Fix for Bug 309080: crash on window close.
8868         
8869         * shell/ev-page-action.c: (page_changed_cb):
8870         
8871         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8872         jensgr@gmx.net (Jens Granseuer).
8873
8874 2005-06-25  Marcel Telka  <marcel@telka.sk>
8875
8876         * configure.in (ALL_LINGUAS): Added sk.
8877
8878 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8879
8880         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8881         not a document open
8882
8883 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8884
8885         * NEWS:
8886         * configure.ac:
8887
8888         Release 0.3.2
8889
8890         * cut-n-paste/recent-files/Makefile.am:
8891
8892         Fix make distcheck
8893
8894 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8897         (pixbuf_document_set_orientation), (rotate_pixbuf),
8898         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8899         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8900
8901         Implement rotation and cleanup the code a bit.
8902
8903         * tiff/tiff-document.c: (tiff_document_get_page_size),
8904         (tiff_document_get_orientation), (tiff_document_set_orientation),
8905         (rotate_pixbuf), (tiff_document_render_pixbuf),
8906         (tiff_document_document_iface_init), (tiff_document_init):
8907
8908         Implement rotation. Was the quicker solution for the release
8909         but we really need to share this code in the shell.
8910
8911 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8912
8913         * pdf/ev-poppler.cc:
8914
8915         Enable rotation, require poppler cvs. Fix a leak.
8916
8917 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8918
8919         * shell/ev-window.c: (update_action_sensitivity):
8920         
8921         Make properties unsensitive if document backend doesn't provide
8922         any info
8923
8924 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8927         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8928         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8929         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8930         (bitmap_flip_rotate_counter_clockwise):
8931         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8932         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8933         (buff_gets):
8934         * dvi/mdvi-lib/common.h:
8935         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8936         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8937         (opendvi), (mdvi_reload), (mdvi_init_context),
8938         (mdvi_destroy_context), (mdvi_dopage), (special):
8939         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8940         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8941         (file_hash_free), (register_encoding), (parse_spec),
8942         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8943         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8944         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8945         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8946         (mdvi_register_font_type), (mdvi_unregister_font_type),
8947         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8948         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8949         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8950         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8951         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8952         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8953         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8954         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8955         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8956         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8957         (mdvi_unregister_special), (mdvi_flush_specials):
8958         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8959         (t1_font_remove):
8960         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8961         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8962         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8963         (free_font_metrics), (flush_font_metrics):
8964         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8965         (tt_font_remove):
8966         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8967         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8968         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8969         (dstring_insert), (dstring_new), (dstring_reset):
8970         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8971         
8972         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8973         avoid conflict with libtool on FC4
8974         
8975         * shell/ev-window.c: (ev_window_cmd_help_about):
8976         
8977         Update copyright year. Fix for bug 308828.
8978
8979 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8980
8981         * shell/ev-view.c: (add_scroll_binding_keypad),
8982         (ev_view_binding_activated), (ev_view_class_init),
8983         (on_adjustment_value_changed):
8984         
8985         Bug 170874: Arrow keys switch pages in presentation mode
8986
8987 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8990         
8991         Fix for Bug 308265: Sidebar dissappears coming out of 
8992         Presentation mode
8993
8994 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8995
8996         * shell/ev-application.c: (ev_application_open):
8997         * shell/ev-document-types.c: (ev_document_types_add_filters),
8998         (ev_document_types_add_filters_for_type):
8999         * shell/ev-document-types.h:
9000         * shell/ev-window.c: (ev_window_cmd_save_as):
9001         
9002         Suggest basename as template when saving, provide filters
9003         for save dialog. It's bug 308402
9004
9005 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9006
9007         * pdf/ev-poppler.cc:
9008         * shell/ev-sidebar-links.c: (job_finished_callback):
9009         * shell/ev-view.c: (update_find_status_message):
9010         
9011         Some leaks fixed
9012
9013 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9014
9015         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9016         (egg_recent_view_uimanager_set_list):
9017
9018         Fix buglet in !show_numbers case.
9019
9020 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
9021
9022         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9023         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
9024
9025         Use pango ellipsisation.
9026
9027         * pdf/ev-poppler.cc:
9028
9029         Fix refcount leak, from nsh.
9030
9031 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9032
9033         * cut-n-paste/recent-files/Makefile.am:
9034         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9035         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9036         
9037         Removed EggRecentViewGtk
9038         
9039         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9040         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9041         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9042         (ev_window_setup_recent):
9043         
9044         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9045         with other projects
9046
9047 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9048
9049         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9050         (egg_recent_view_gtk_finalize):
9051
9052         Fix memory leak
9053
9054         * cut-n-paste/toolbar-editor/Makefile.am:
9055         
9056         Fix location of cursor icon.
9057         
9058         * pdf/ev-poppler.cc:
9059         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9060         (display_completion_text), (match_completion):
9061         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9062         (selection_changed_callback), (create_loading_model),
9063         (print_section_cb), (links_page_num_func),
9064         (update_page_callback_foreach):
9065         * shell/ev-window.c: (ev_window_dispose):
9066         
9067         Small memory fixes. Links model now store objects instead
9068         of pointers to improve memory management. 
9069
9070 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072         * shell/ev-window.c: (zoom_control_changed_cb):
9073         
9074         Fix update of zoom control (bug 308268).
9075
9076 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9077
9078         * shell/ev-properties.c (set_property): escape the text correctly.
9079         Handles non-UTF-8 properties and escaped properties.  Also, sets
9080         the text to "<i>None</i>" if the property isn't set.
9081
9082         * data/evince-properties.glade: Change the label to be ellipsized,
9083         and give it a minimum size.
9084
9085 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9086
9087         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9088         * shell/ev-sidebar-links.c: (create_loading_model):
9089         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9090         * shell/ev-view.c: (ev_view_set_document):
9091         * shell/ev-window.c: (ev_window_dispose):
9092         
9093         Various small fixes, mostly memory leaks. Thanks to valgrind.
9094
9095 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9096
9097         * ps/ps-document.c: remove the locale.h include again ;-). And
9098         kill the (bogus) setlocale/savelocale business.
9099
9100 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9101
9102         * ps/ps-document.c:
9103         
9104         Include locale.h to fix build
9105         
9106         * shell/ev-sidebar.c:
9107         
9108         Remove unnecessary includes
9109
9110 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9111
9112         * dvi/dvi-document.c: (dvi_document_load):
9113         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9114         * po/POTFILES.in:
9115         
9116         Check for incorrect dvi files. Fix parsing dvi on AMD64
9117         platform. Thanks to tester@tester.ca (Olivier Crete).
9118
9119 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9120
9121         * shell/ev-page-action.c: (match_selected_cb),
9122         (display_completion_text), (match_completion), (update_model):
9123         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9124         (expand_open_links):
9125         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9126         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9127         (ev_sidebar_set_document):
9128         * shell/ev-window.c: (ev_window_xfer_job_cb),
9129         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9130         
9131         Fixed lot's of memory leaks, for example, memory leak on reload, 
9132         described in bug 307793.
9133
9134 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9135
9136         * pdf/ev-poppler.cc:
9137         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9138         (update_visible_range), (adjustment_changed_cb),
9139         (ev_sidebar_thumbnails_fill_model),
9140         (ev_sidebar_thumbnails_refresh),
9141         (ev_sidebar_tree_selection_changed),
9142         (ev_sidebar_icon_selection_changed),
9143         (ev_sidebar_thumbnails_use_icon_view),
9144         (ev_sidebar_thumbnails_set_document):
9145         * shell/ev-sidebar-thumbnails.h:
9146         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9147         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9148
9149         Refresh thumbnails when changing orientation. Not fully
9150         working yet becuase of a sidebar bug.
9151
9152         Set page orientation to poppler page everywhere. This sucks
9153         really need to fix poppler.
9154
9155 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9156
9157         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9158         (egg_recent_view_gtk_new_menu_item),
9159         (egg_recent_view_gtk_set_property),
9160         (egg_recent_view_gtk_get_property),
9161         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9162         (egg_recent_view_gtk_set_tooltip_func),
9163         (egg_recent_view_gtk_set_label_width),
9164         (egg_recent_view_gtk_get_label_width):
9165         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9166
9167         Sync with libegg (ellipsize labels)
9168
9169 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9170
9171         * data/evince-ui.xml:
9172         * shell/ev-window.c: (ev_window_cmd_go_forward),
9173         (ev_window_cmd_go_backward):
9174         
9175         Shift + PageUp moves 10 Pages. Fix for 306125
9176
9177 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9178
9179         * pdf/ev-poppler.cc:
9180
9181         Add a flag to check if orientation has been overriden
9182
9183 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9184
9185         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9186         field if necessary.
9187
9188         * ps/ps.h: add creator field to document.
9189
9190         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9191         set creator field.
9192
9193 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * data/evince-properties.glade:
9196         * shell/ev-properties.c: (ev_properties_set_document):
9197
9198         s/PDF Version/Format
9199
9200 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * shell/ev-properties.c: (ev_properties_set_document):
9203
9204         Remove unnecessary translations
9205
9206 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9207
9208         * cut-n-paste/toolbar-editor/Makefile.am:
9209
9210         Correct library name    
9211
9212 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9213
9214         * configure.ac:
9215         * cut-n-paste/recent-files/egg-recent-model.c:
9216         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9217         (egg_recent_model_unlock_file):
9218         * cut-n-paste/recent-files/egg-recent-util.c:
9219         (egg_recent_util_get_unique_id):
9220         * cut-n-paste/recent-files/update-from-egg.sh:
9221         * cut-n-paste/toolbar-editor/Makefile.am:
9222         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9223         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9224         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9225         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9226         (egg_toolbars_model_get_type):
9227         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9228
9229         Better makefile for toolbar editor and update everything
9230         to latest libegg.
9231
9232 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9233
9234         * shell/ev-window.c: (update_document_mode):
9235
9236         Prefer presentation mode when the document
9237         require fullscreen.
9238
9239 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9240
9241         * data/evince-ui.xml:
9242         * shell/ev-window.c:
9243
9244         Add control-equal for zooming
9245
9246 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9247
9248         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9249
9250 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9251
9252         * backend/ev-document.c: (ev_document_get_orientation):
9253         * backend/ev-document.h:
9254         * pdf/ev-poppler.cc:
9255         * ps/ps-document.c: (ps_document_get_orientation),
9256         (ps_document_set_orientation), (ps_document_document_iface_init):
9257
9258         Add a get_orientation api. Improve set_orientation.
9259
9260         * data/evince-ui.xml:
9261         * shell/ev-view.c: (ev_view_set_orientation),
9262         (ev_view_rotate_right), (ev_view_rotate_left):
9263         * shell/ev-view.h:
9264         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9265         (ev_window_cmd_edit_rotate_right):
9266
9267         Better ui for changing document orientation
9268
9269 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9270
9271         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9272         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9273         * shell/ev-sidebar-links.h:
9274         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9275         (ev_sidebar_page_iface_init):
9276         * shell/ev-sidebar-page.h:
9277         * shell/ev-sidebar-thumbnails.c:
9278         (ev_sidebar_thumbnails_get_property),
9279         (ev_sidebar_thumbnails_class_init),
9280         (ev_sidebar_thumbnails_set_document):
9281         * shell/ev-sidebar-thumbnails.h:
9282         * shell/ev-view.c: (ev_view_motion_notify_event):
9283         * shell/ev-window.c: (update_chrome_visibility),
9284         (ev_window_cmd_focus_page_selector),
9285         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9286         (sidebar_page_main_widget_update_cb), (ev_window_init):
9287         
9288         Autoraise toolbar on GoToPage binding and fix bindings in
9289         EvSidebarThumbnails page.
9290
9291 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9292
9293         * shell/ev-properties.c: (update_progress_label):
9294
9295         Hide the progress label when finished; bug #307697.
9296
9297 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9298
9299         * pdf/ev-poppler.cc:
9300
9301         Enable is_open for links, you will need poppler cvs
9302
9303         * shell/ev-properties.c: (job_fonts_finished_cb):
9304
9305         Get a lock on the document when filling the tree view
9306
9307 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9308
9309         * backend/ev-document-links.h:
9310         * pdf/ev-poppler.cc:
9311         * shell/ev-sidebar-links.c: (create_loading_model),
9312         (expand_open_links), (job_finished_callback):
9313
9314         Expand links when specified by the document.
9315         Depend on a poppler api (defined out for now)
9316
9317 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9318
9319         * shell/ev-properties.c: (ev_properties_dispose),
9320         (ev_properties_class_init), (dialog_destroy_cb),
9321         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9322         (ev_properties_set_document), (ev_properties_new),
9323         (ev_properties_show):
9324         * shell/ev-properties.h:
9325
9326         Make it an object, cleanup the code, api to show it as transient
9327         and to set the document.
9328
9329         * shell/ev-window.c: (ev_window_setup_document),
9330         (ev_window_cmd_file_properties):
9331
9332         Adapt to EvProperties changes, do not show multiple
9333         times, update it when document changes.
9334
9335 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9336
9337         * ps/gstypes.h:
9338         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9339         (ps_document_set_orientation), (ps_document_document_iface_init):
9340         * ps/ps-document.h:
9341
9342         Implement orientation here too
9343
9344         * shell/ev-properties.c: (ev_properties_new):
9345         * data/evince-properties.glade:
9346
9347         Hide the fonts page for backends that doesnt
9348         support it.     
9349
9350 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9351
9352         * backend/ev-document.c: (ev_document_set_orientation):
9353         * backend/ev-document.h:
9354         * pdf/ev-poppler.cc:
9355
9356         Add orientation api. Currently poppler api is not optimal,
9357         we need to set orientation every time we _get a page.
9358         I will try to fix that at some point.
9359
9360         * data/evince-ui.xml:
9361         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9362         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9363
9364         Add orientation menu items
9365
9366         * shell/ev-page-cache.c: (ev_page_cache_clear):
9367         * shell/ev-page-cache.h:
9368
9369         Add api to clear the cache
9370
9371         * shell/ev-view.c: (setup_caches), (clear_caches),
9372         (ev_view_set_document), (ev_view_zoom_out),
9373         (ev_view_set_orientation):
9374         * shell/ev-view.h:
9375
9376         Implement orientation changing
9377
9378 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9379
9380         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9381         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9382         * backend/ev-document-fonts.h:
9383
9384         Separate scan and fill so that we can incrementally fill from
9385         the main thread. Add a progress api.
9386
9387         * data/evince-properties.glade:
9388         * pdf/ev-poppler.cc:
9389         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9390         * shell/ev-jobs.h:
9391         * shell/ev-properties.c: (update_progress_label),
9392         (job_fonts_finished_cb), (setup_fonts_view):
9393
9394         Incrementally feel the list and show the progress
9395         percentage in a label like acrobat does.
9396
9397         You are going to need poppler cvs
9398
9399 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9400
9401         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9402         * backend/ev-document-fonts.h:
9403         * pdf/ev-poppler.cc:
9404
9405         Make fonts model fill incrementally.
9406
9407         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9408         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9409         (ev_job_queue_remove_job):
9410         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9411         (ev_job_fonts_new), (ev_job_fonts_run):
9412         * shell/ev-jobs.h:
9413
9414         New job for fonts scanning
9415
9416         * shell/ev-properties.c: (job_fonts_finished_cb),
9417         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9418         * shell/ev-properties.h:
9419         * shell/ev-window.c: (ev_window_cmd_file_properties):
9420
9421         Incrementally feel the treeview using the new job. Show Loading...
9422         message until scanning is completed.
9423
9424         Hopefully I didnt break the build without the poppler patch.
9425
9426 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9427
9428         * shell/ev-application.c: (ev_application_open):
9429         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9430         (ev_document_type_get_type), (ev_document_type_lookup):
9431         * shell/ev-document-types.h:
9432         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9433         * shell/ev-job-xfer.h:
9434         * shell/ev-window.c: (ev_window_clear_local_uri),
9435         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9436         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9437         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9438         
9439         Transfer remote documents to tmp directory to display them later.
9440
9441 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9442
9443         * backend/ev-document-info.h:
9444         * shell/ev-properties.c: (ev_properties_new):
9445
9446         s/GTime*/GTime. Not sure why we was using a pointer
9447         at all there!
9448
9449 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9450
9451         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9452         situations.  That situation is that you're using GTK+-HEAD with
9453         the patch at #306726 is applied, and you have a document with <
9454         1500 pages in it.  It's not quite as uniformly nice as the
9455         TreeView, but should be better in the long run.
9456
9457         I'm pretty sure I guarded against breaking compilation with
9458         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9459         I missed some.
9460
9461         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9462         widget yet, so I commented that code out
9463         enable_view_actions_for_widget() for now.  Need to figure this
9464         out.
9465
9466         * shell/ev-page-action.c (match_selected_cb): emit the right
9467         signals.  Our cool C-l completion now works.
9468
9469 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9470
9471         * backend/Makefile.am:
9472         * backend/ev-document-fonts.c:
9473         * backend/ev-document-links.c:
9474         * backend/ev-document.c: (ev_document_load):
9475         * backend/ev-document.h:
9476         * backend/ev-job-queue.c:
9477         * backend/ev-job-queue.h:
9478         * backend/ev-jobs.c:
9479         * backend/ev-jobs.h:
9480         * backend/ev-page-cache.c:
9481         * backend/ev-page-cache.h:
9482
9483         EvPageCache and EvJobs are moved to shell.
9484
9485         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9486         (ev_tmp_filename):
9487         * lib/ev-file-helpers.h:
9488         
9489         New helper to work with temporary files
9490         
9491         * shell/Makefile.am:
9492         * shell/ev-application.c: (ev_application_open):
9493         * shell/ev-application.h:
9494         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9495         (remove_job_from_async_queue), (add_job_to_async_queue),
9496         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9497         (handle_job), (search_for_jobs_unlocked),
9498         (no_jobs_available_unlocked), (ev_render_thread),
9499         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9500         (ev_job_queue_add_job), (move_job_async), (move_job),
9501         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9502         * shell/ev-job-queue.h:
9503         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9504         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9505         * shell/ev-job-xfer.h:
9506         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9507         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9508         (ev_job_links_class_init), (ev_job_render_init),
9509         (ev_job_render_dispose), (ev_job_render_class_init),
9510         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9511         (ev_job_thumbnail_class_init), (ev_job_load_init),
9512         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9513         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9514         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9515         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9516         * shell/ev-jobs.h:
9517         * shell/ev-page-action.c: (ev_page_action_set_document):
9518         * shell/ev-page-cache.c: (ev_page_cache_init),
9519         (ev_page_cache_class_init), (ev_page_cache_finalize),
9520         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9521         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9522         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9523         (ev_page_cache_get_title), (ev_page_cache_get_size),
9524         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9525         (ev_page_cache_get_height_to_page),
9526         (ev_page_cache_get_max_label_chars),
9527         (ev_page_cache_get_page_label),
9528         (ev_page_cache_has_nonnumeric_page_labels),
9529         (ev_page_cache_get_info), (ev_page_cache_next_page),
9530         (ev_page_cache_prev_page), (ev_page_cache_get):
9531         * shell/ev-page-cache.h:
9532         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9533         (ev_pixbuf_cache_clear_job_sizes),
9534         (ev_pixbuf_cache_add_jobs_if_needed),
9535         (ev_pixbuf_cache_set_page_range):
9536         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9537         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9538         * shell/ev-sidebar-thumbnails.c:
9539         (ev_sidebar_tree_selection_changed),
9540         (ev_sidebar_thumbnails_set_document):
9541         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9542         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9543         (ev_statusbar_get_context_id), (ev_statusbar_push),
9544         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9545         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9546         (ev_statusbar_set_progress):
9547         * shell/ev-statusbar.h:
9548         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9549         (ev_view_find_previous):
9550         * shell/ev-window.c: (ev_window_is_empty),
9551         (ev_window_setup_document), (password_dialog_response),
9552         (ev_window_clear_jobs), (ev_window_load_job_cb),
9553         (ev_window_xfer_job_cb), (ev_window_open_uri),
9554         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9555         (ev_window_print), (ev_window_print_range),
9556         (ev_window_state_event), (ev_window_cmd_view_reload),
9557         (menu_item_select_cb), (menu_item_deselect_cb),
9558         (view_status_changed_cb), (ev_window_dispose),
9559         (drag_data_received_cb), (ev_window_init):
9560         * shell/ev-window.h:
9561         * shell/main.c: (load_files):
9562         
9563         New statusbar to show progress on idle. Two new jobs - 
9564         xfer job and load job to load document in background. And update
9565         of page_cache clients to new location of code.
9566
9567 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9568
9569         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9570         selection in open dialog. It also remembers the last visited directory 
9571         in the current session.
9572
9573 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9574
9575         * shell/ev-properties.c: (ev_properties_new):
9576         * shell/ev-properties.h:
9577         * shell/ev-window.c: (ev_window_cmd_file_properties):
9578         
9579         Get document info from page cache instead of document itself.
9580         This should fix crash related to race conditions described in
9581         bug 306545.
9582
9583 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9584
9585         * ps/ps-document.c: (ps_document_init),
9586         (send_ps), (get_page_box), (output), (catchPipe), (input),
9587         (stop_interpreter), (file_length), (file_readable),
9588         (check_filecompressedb), (ps_document_enable_interpreter),
9589         (document_load), (ps_async_renderer_render_pixbuf):
9590         * ps/ps-document.h:
9591
9592         Big cleanup of the ps code
9593
9594 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9595
9596         * backend/Makefile.am:
9597         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9598         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9599         * backend/ev-async-renderer.h:
9600
9601         Add an async renderer interface (method + callback) which
9602         is useful for backends like ps.
9603
9604         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9605         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9606         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9607         (ev_job_queue_add_job), (move_job_async), (move_job),
9608         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9609
9610         Add queues for async renderer, these are executed on the
9611         main thread.
9612
9613         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9614         (ev_job_render_run):
9615         * backend/ev-jobs.h:
9616
9617         If the backend support async renderer interface use it.
9618
9619         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9620         (setup_pixmap), (ps_document_get_type),
9621         (ps_async_renderer_render_pixbuf),
9622         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9623
9624         Implement async renderer interface.
9625
9626 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9627
9628         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9629
9630         Cleanup links job on exit.
9631
9632 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9633
9634         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9635         (drag_data_get_cb), (drag_data_received_cb):
9636         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9637         (drag_data_get_cb), (parse_item_list),
9638         (egg_toolbar_editor_load_actions):
9639         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9640         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9641         (parse_item_list), (parse_toolbars):
9642         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9643         (dvi_pixbuf_put_pixel):
9644         
9645         Fix gcc 4.0 warnings
9646
9647 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9648
9649         * ps/ps-document.c: (start_interpreter):
9650
9651         Fix warning when loading ps
9652
9653 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9654
9655         * ps/ps-document.c: (output):
9656
9657         Fix crash when priting gs error messages.
9658
9659 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * backend/ev-page-cache.c: (_ev_page_cache_new):
9662         * backend/ev-page-cache.h:
9663
9664         Use a const to return title so that we dont double
9665         free it. Small cleanup and fix a leak.
9666
9667         * shell/ev-window.c: (update_window_title):
9668
9669         strdup value from get_title.
9670
9671 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9672
9673         * shell/ev-sidebar-links.c: (job_finished_callback),
9674         (ev_sidebar_links_set_document):
9675
9676         Cleanup the old job when changing document
9677
9678 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9679
9680         * shell/ev-stock-icons.c:
9681         * shell/ev-stock-icons.h:
9682         * shell/ev-window.c:
9683         
9684         Add stock icons for actions that can appear in toolbar. Fix for
9685         bug 306566.
9686
9687 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9688
9689         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9690         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9691         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9692         * backend/ev-page-cache.h:
9693         * shell/ev-view.c: (scroll_to_current_page),
9694         (view_update_range_and_current_page), (get_page_y_offset),
9695         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9696         (ev_view_size_request_continuous),
9697         (ev_view_zoom_for_size_continuous_and_dual_page),
9698         (ev_view_zoom_for_size_continuous):
9699         
9700         More compact EvView layout in document with pages of different size.
9701
9702 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9703
9704         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9705         compilation.
9706
9707 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9708
9709         * shell/ev-view.c: (view_set_adjustment_values):
9710         * shell/ev-window.c: (ev_window_cmd_file_properties):
9711         
9712         A bit different fix for rounding problem but it has no
9713         problems on startup. Make properties window transient to parent.
9714
9715 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9716
9717         * pdf/ev-poppler.cc:
9718         
9719         More commenting of font stuff.
9720
9721 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9722
9723         * pdf/ev-poppler.cc:
9724
9725         Comment out some more fonts stuff. Should really
9726         work without the poppler patch now.
9727
9728 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9729
9730         * pdf/ev-poppler.cc:
9731
9732         Adapt to api change
9733
9734 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9735
9736         * data/evince-properties.glade:
9737         * pdf/ev-poppler.cc:
9738         * shell/ev-properties.c: (setup_fonts_view):
9739
9740         Set the column title. Show the dialog only
9741         once everything is setup.
9742         Getting font info can be very slow... will
9743         prolly need to make this threaded too.
9744
9745 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9746
9747         * backend/Makefile.am:
9748         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9749         (ev_document_fonts_get_fonts_model):
9750         * backend/ev-document-fonts.h:
9751         * data/evince-properties.glade:
9752         * pdf/ev-poppler.cc:
9753         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9754         * shell/ev-properties.h:
9755         * shell/ev-window.c: (ev_window_cmd_file_properties):
9756
9757         Implement fonts list. Defined out for now, since it depends
9758         on a not yet committed poppler patch.
9759
9760 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9761
9762         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9763         page + 1.
9764
9765         * shell/ev-window.c: Make sure we add the timeout when we get a
9766         focus-in event.
9767
9768         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9769         adjustment->value before calculating the zoom factor to average
9770         out all of our rounding errors.  The page no longer 'drifts' when
9771         resizing.
9772
9773 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9774
9775         * data/evince-properties.glade:
9776         * shell/ev-properties.c: (ev_properties_format_date),
9777         (set_property):
9778         
9779         Labels don't expand when the dialogue is resized.
9780         strftime result needs to be converted to UTF-8. Thanks
9781         to Christian Persch <chpe@gnome.org>.
9782
9783 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9784
9785         * data/evince-properties.glade:
9786
9787         Hide the fonts tab
9788
9789 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9790
9791         * backend/ev-document-info.h:
9792         * backend/ev-document.c: (ev_document_info_free):
9793         * data/evince-properties.glade:
9794         * pdf/ev-poppler.cc:
9795         * ps/ps-document.c: (ps_document_get_info):
9796         * shell/ev-properties.c: (ev_properties_format_date),
9797         (set_property), (ev_properties_new):
9798         * shell/ev-properties.h:
9799         * shell/ev-window.c: (ev_window_cmd_file_properties):
9800
9801         Rework properties code to take only EvPropertyInfo
9802         in the constructor so that it can be useful for
9803         nautilus plugin too.
9804
9805         Deal with backends that doesnt support some properties.
9806         Make set property code generic.
9807
9808 2005-06-04  Christian Persch <chpe@gnome.org>
9809
9810         * data/evince-properties.glade:
9811
9812         fix spacings, make resizeable, and make data labels
9813         selectable + ellipsised
9814
9815 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9816
9817         * backend/ev-document-info.h:
9818         * data/Makefile.am:
9819         * data/evince-ui.xml:
9820         * pdf/ev-poppler.cc:
9821         * shell/Makefile.am:
9822         * shell/ev-window.c: (update_action_sensitivity),
9823         (ev_window_cmd_file_properties):
9824
9825         Initial go at file properties. Patch by
9826         Emil Soleyman-Zomalan <emil@soleyman.com>.
9827         Needs love see #169583
9828
9829 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9830
9831         * ps/ps-document.c: (output):
9832         * ps/ps.c: (psscan):
9833
9834         Try to render even if psscan fails.
9835
9836 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9837
9838         * ps/ps.c: (psscan), (pscopydoc):
9839
9840         Port buffered reading code from gv
9841
9842 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9843
9844         * ps/ps-document.c: (interpreter_message), (output):
9845
9846         Do not fail on interpreter messages
9847
9848 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * backend/ev-document-misc.c:
9851         (ev_document_misc_get_thumbnail_frame):
9852
9853         Pages can be 0 x 0, dont assert on this case
9854
9855 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9856
9857         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9858         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9859
9860         Correctly manage our reference on document. Finally the reload
9861         huge leak is gone...
9862
9863 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * ps/ps-document.c: (ps_document_dispose):
9866
9867         Forgot to chain it to the parent. Thanks chpe.
9868
9869 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9870
9871         * ps/ps-document.c: (ps_document_dispose),
9872         (ps_document_class_init), (stop_interpreter), (document_load):
9873
9874         Cleanup dispose a bit. Dont leak the whole pixmap.
9875
9876 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * pdf/ev-poppler.cc:
9879
9880         Release the poppler document on dispose
9881
9882 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * shell/ev-view.c: (ev_view_set_document):
9885
9886         Release ref on the pixbuf cache when changing
9887         document.
9888
9889 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9890
9891         * ps/ps-document.c: (ps_document_get_info):
9892
9893         Fix a double free
9894
9895 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9896
9897         * backend/ev-page-cache.c: (ev_page_cache_init),
9898         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9899         * backend/ev-page-cache.h:
9900         * shell/ev-page-action.c: (page_changed_cb):
9901         
9902         Set page action entry width depending on labels width. Fix
9903         for bug 305202.
9904
9905 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9906
9907         * backend/ev-link.c: (ev_link_class_init):
9908
9909         Allow -1 as page value (error)
9910
9911 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * shell/ev-sidebar-thumbnails.c:
9914         (ev_sidebar_thumbnails_set_document):
9915         * shell/ev-view.c: (scroll_to_current_page),
9916         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9917         (page_changed_cb), (on_adjustment_value_changed),
9918         (ev_view_set_document):
9919
9920         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9921         Fix bug 305377
9922
9923 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9924
9925         * configure.ac:
9926         * djvu/djvu-document.c: (djvu_document_get_page_size):
9927
9928         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9929         bug 301993.
9930
9931 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9932
9933         * shell/ev-view.c (draw_one_page): modify the expose handling to
9934         get the shadows.
9935
9936         * shell/ev-window.c (update_action_sensitivity): Respect
9937         permissions field.  Kowtow to the man.
9938
9939         * pdf/ev-poppler.cc: Get the permissions field.
9940
9941         * tiff/*c: Make a tiny bit more robust.
9942
9943 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9944
9945         * djvu/djvu-document.c:
9946         
9947         Pop messages from djvu context message queue.
9948
9949 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9950
9951         * configure.ac, Makefile.am, shell/Makefile.am:
9952         * tiff/Makefile.am, shell/ev-document-types.c:
9953         
9954         Cleanup tiff configure checks. Fix for bug 305218.
9955
9956 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9957
9958         * configure.ac: Added "uk" to ALL_LINGUAS.
9959
9960 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9961
9962         * cut-n-paste/zoom-control/ephy-zoom.c:
9963         (ephy_zoom_get_changed_zoom_level):
9964         * cut-n-paste/zoom-control/ephy-zoom.h:
9965         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9966         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9967         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9968         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9969         (zoom_control_changed_cb), (ev_window_init):
9970         
9971         Fix minor points related to moving best fit up. Introduce
9972         "zoom" property and make zoom control change it's value on
9973         notify::zoom signals. Fix for 305080.
9974
9975 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9976
9977         * data/evince-ui.xml:
9978         * shell/ev-window.c: (set_view_actions_sensitivity):
9979         
9980         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9981
9982 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9983
9984         * configure.ac:
9985
9986         Depends on poppler 0.3.2
9987
9988 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9989
9990         * cut-n-paste/recent-files/egg-recent-item.c:
9991         (egg_recent_item_get_short_name):
9992         * cut-n-paste/toolbar-editor/Makefile.am:
9993         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9994         (new_pixbuf_from_widget):
9995         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9996         * cut-n-paste/toolbar-editor/egg-marshal.c:
9997         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9998         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9999
10000         Sync
10001
10002 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
10003
10004         * tiff/tiff-document.c: Rough TIFF backend.
10005
10006 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10007
10008         * NEWS:
10009         * configure.ac:
10010         * cut-n-paste/toolbar-editor/Makefile.am:
10011
10012         Release 0.3.1
10013
10014 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
10015
10016         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
10017         (ev_view_find_next), (ev_view_find_previous):
10018
10019         Remove the locks around get_n_results   
10020
10021 2005-05-21  Juerg Billeter  <j@bitron.ch>
10022
10023         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
10024
10025         Pass correct number of pages to poppler.
10026
10027 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10028
10029         * configure.ac:
10030         * data/Makefile.am:
10031         * data/evince.desktop.in: 
10032         * data/evince.desktop.in.in:
10033         * po/POTFILES.in:
10034         
10035         Add conditionally dvi and djvu to desktop types. Fix for 304658.
10036
10037 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
10038
10039         * shell/ev-view.c: (view_update_adjustments),
10040         (view_set_adjustment_values): cast adjustmen->value to (int)
10041         before using it.  Otherwise, we get off by a pixel in some
10042         situations.
10043
10044         (draw_one_page): Draw the border on expose.
10045
10046 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10047
10048         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10049         adjustment when the mode changes, #304923
10050
10051 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10052
10053         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10054         flickering on resize but still use gdk_window_scroll on
10055         scrolling
10056
10057 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10058
10059         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10060         option, #170458
10061
10062 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10063
10064         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10065         second page on page_changed if possible, #304669
10066
10067 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10068
10069         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10070         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10071
10072 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10073
10074         * .cvsignore:
10075         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10076         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10077         (ev_view_zoom_for_size_presentation),
10078         (ev_view_zoom_for_size_continuous_and_dual_page),
10079         (ev_view_zoom_for_size_continuous),
10080         (ev_view_zoom_for_size_dual_page),
10081         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10082         * shell/ev-view.h:
10083         * shell/ev-window.c: (update_view_size),
10084         (ev_window_sizing_mode_changed_cb):
10085
10086         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10087         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10088         an infinite loop, #304769
10089
10090
10091 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10092
10093         * data/evince-ui.xml:
10094         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10095         * shell/ev-window.c: (set_view_actions_sensitivity):
10096
10097         Make PgUp/Down behave like Space
10098
10099 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10102         * backend/ev-ps-exporter.h:
10103         * pdf/ev-poppler.cc:
10104         * ps/ps-document.c: (ps_document_ps_export_begin):
10105         * shell/ev-print-job.c: (idle_print_handler):
10106
10107         Adapt to new poppler api
10108
10109 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10112         (ephy_zoom_control_init):
10113
10114         Translate zoom levels
10115
10116 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10117
10118         * cut-n-paste/zoom-control/ephy-zoom.c:
10119         (ephy_zoom_get_zoom_level_index):
10120
10121         Fix current zoom -> zoom control match
10122
10123 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10124
10125         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10126         rather than the scrolled_window that it's in. Fixes bug #304655.
10127
10128 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10129
10130         * shell/ev-view.c: (view_update_adjustments),
10131         (view_set_adjustment_values), (view_update_range_and_current_page),
10132         (view_scroll_to_page), (set_scroll_adjustment),
10133         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10134         (ev_view_scroll), (ev_view_scroll_view),
10135         (ensure_rectangle_is_visible), (find_page_at_location),
10136         (get_link_at_location), (go_to_link), (status_message_from_link),
10137         (ev_view_size_request_continuous_dual_page),
10138         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10139         (ev_view_unrealize), (ev_view_expose_event),
10140         (ev_view_button_press_event), (ev_view_motion_notify_event),
10141         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10142         (draw_rubberband), (highlight_find_results), (draw_one_page),
10143         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10144         (ev_view_init), (find_changed_cb), (page_changed_cb),
10145         (on_adjustment_value_changed), (ev_view_new),
10146         (ev_view_set_document), (ev_view_set_zoom),
10147         (ev_view_set_continuous), (ev_view_set_dual_page),
10148         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10149         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10150         (ev_view_zoom_for_size_presentation),
10151         (ev_view_zoom_for_size_continuous_dual_page),
10152         (ev_view_zoom_for_size_continuous),
10153         (ev_view_zoom_for_size_dual_page),
10154         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10155         (ev_view_get_status), (ev_view_set_status),
10156         (update_find_status_message), (ev_view_get_find_status),
10157         (ev_view_set_find_status), (jump_to_find_result),
10158         (jump_to_find_page), (compute_selections), (clear_selection),
10159         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10160         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10161         (ev_view_update_primary_selection),
10162         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10163         * shell/ev-view.h:
10164         * shell/ev-window.c: (ev_window_open_page_label),
10165         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10166         (ev_window_init):
10167         * shell/ev-window.h:
10168         * shell/main.c: (load_files):
10169
10170         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10171         when resizing.  Remove the bin_window().  Also, patch from James
10172         Bowes to fix command line page, #300641
10173         
10174 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * data/evince-ui.xml:
10177         * shell/ev-view.c:
10178         * shell/ev-view.h:
10179         * shell/ev-window.c: (update_action_sensitivity):
10180
10181         Get rid of View->Normal Size, it's just confusing
10182
10183 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10184
10185         * backend/ev-document-info.h:
10186         * backend/ev-document.c: (ev_document_info_free): Free the
10187         EvDocumentInfo.
10188
10189         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10190         (clear_range), (add_range), (update_visible_range),
10191         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10192         (ev_sidebar_thumbnails_set_document):
10193         * shell/ev-window.c: (ev_window_setup_document): Only render the
10194         visible thumbnails.  It takes an instant to render, but it uses
10195         much less memory.
10196
10197 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10198
10199         * shell/ev-sidebar-links.c: (popup_menu_cb):
10200
10201         Select first item
10202
10203 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10204
10205         * lib/Makefile.am:
10206         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10207         (button_press_cb), (ev_sidebar_links_construct):
10208
10209         Show the popup menu also on keybindings
10210
10211 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10212
10213         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10214         * shell/ev-window.h:
10215
10216         Expose api to print a range (with dialog). Make private _print use
10217         it.
10218
10219         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10220         (ev_sidebar_links_construct):
10221
10222         Show a print context menu on linkx, it prints the selected
10223         section.
10224
10225 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10226
10227         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10228         button.
10229
10230 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10231
10232         * AUTHORS:
10233
10234         Update
10235
10236         * shell/ev-window.c: (build_comments_string),
10237         (ev_window_cmd_help_about):
10238
10239         Show poppler version/backend and authors
10240
10241 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10242
10243         * cut-n-paste/zoom-control/ephy-zoom.c:
10244         (ephy_zoom_get_zoom_level_index):
10245         * cut-n-paste/zoom-control/ephy-zoom.h:
10246
10247         Move the best fit items at the top of the list
10248
10249 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10250
10251         * shell/ev-marshal.list:
10252         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10253         (activate_cb), (match_selected_cb), (activate_link_cb),
10254         (connect_proxy), (ev_page_action_class_init):
10255         * shell/ev-page-action.h:
10256
10257         Use signals to notify action activation. Hopefully
10258         I did not break completion since I cant test...
10259
10260         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10261         (register_custom_actions):
10262
10263         Connect to page selector actions and also grab focus on
10264         the view when activated.
10265
10266 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10267
10268         * pdf/ev-poppler.cc:
10269         * backend/ev-page-cache.c: make page size calculation consistent
10270         and set it to (int)( width * scale + 0.5).  This makes the weird
10271         line going through the middle of the page go away.
10272
10273         * shell/ev-view.c: move painting the background page after
10274         checking the expose area covers us.
10275
10276 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * data/evince-password.glade:
10279         
10280         Mark labels as not translatable. Fix for bug 302842.
10281
10282 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10283
10284         * configure.ac: Added "es" to ALL_LINGUAS.
10285
10286 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10287
10288         * data/evince-toolbar.xml:
10289         * shell/ev-window.c: (update_action_sensitivity),
10290         (ev_window_setup_document), (ev_window_set_page_mode),
10291         (ev_window_init):
10292
10293         Remove some leftover code from jrb first continous
10294         attempt. Use the new actions, we still need good icons
10295         though...
10296
10297 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10300
10301         Update label when connecting proxy. Fix a warning with NULL
10302         page_cache.
10303
10304 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * data/evince-ui.xml:
10307         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10308         * shell/ev-page-action.h:
10309         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10310
10311         Add mnemonic for edit toolbar.
10312         ctrl+l focus the page entry.
10313
10314 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10315
10316         * lib/Makefile.am:
10317         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10318         (ev_window_init):
10319         * shell/main.c: (main):
10320
10321         Put the toolbar xml in evince own dot dir
10322
10323 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10324
10325         * shell/ev-window.c: (ev_window_init):
10326
10327         Make the toolbar not removable
10328
10329 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10330
10331         * data/evince-ui.xml:
10332         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10333         * shell/ev-sidebar-links.h:
10334         * shell/ev-sidebar-thumbnails.c:
10335         (ev_sidebar_thumbnails_get_treeview):
10336         * shell/ev-sidebar-thumbnails.h:
10337         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10338         (ev_view_class_init):
10339         * shell/ev-view.h:
10340         * shell/ev-window.c: (update_action_sensitivity),
10341         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10342         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10343         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10344         (ev_window_init):
10345
10346         This is evil... Make space/backspace global accelerators but
10347         enable them only for some widgets (sidebars and view).
10348         I dont like it, but I dont know a better way... :/
10349
10350 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10351
10352         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10353         (ev_page_action_widget_finalize),
10354         (ev_page_action_widget_class_init), (update_page_cache):
10355
10356         Keep a weak reference on proxy->page_cache so that we
10357         dont try to disconnect the signal if the object is already
10358         gone. Maybe there is a better way to cleanup reference handling
10359         in page action though...
10360
10361 2005-05-10  Juerg Billeter  <j@bitron.ch>
10362
10363         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10364         * backend/ev-ps-exporter.h:
10365         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10366         * ps/ps-document.c: (ps_document_ps_export_begin):
10367         
10368         Change api to pass print range to ps_exporter_begin. The pdf backend
10369         requires this information.
10370         
10371         * shell/ev-print-job.c: (idle_print_handler):
10372         
10373         Adapt to api change
10374
10375 2005-05-10  Juerg Billeter  <j@bitron.ch>
10376
10377         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10378         (idle_print_handler)
10379         * shell/ev-window.c: (ev_window_print):
10380
10381         Support printing page range, based on patch by Amaury Jacquot
10382
10383 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10384
10385         * data/evince-toolbar.xml:
10386
10387         Add zoom control to available items
10388
10389 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10390
10391         * shell/ev-window.c: (update_action_sensitivity):
10392
10393         Set slash action insensitive when appropriate
10394
10395 2005-05-10  Christian Persch <chpe@gnome.org>
10396
10397         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10398
10399         Fix warning on the overflow menu
10400
10401 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10402
10403         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10404
10405         Check for uri correctness/existence
10406
10407 2005-05-09  Juerg Billeter  <j@bitron.ch>
10408
10409         * shell/ev-window.c: (using_postscript_printer):
10410
10411         LPD printers use postscript, too
10412
10413 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10414
10415         * shell/ev-window.c: (register_custom_actions):
10416
10417         The zoom one is actually sort of useful,
10418         put it back
10419
10420 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10421
10422         * shell/ev-window.c: (register_custom_actions):
10423
10424         Hide page/zoom controls from overflow, they
10425         are useless.
10426
10427 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10428
10429         * cut-n-paste/update-from-egg.sh:
10430         
10431         Share it between all cut-n-paste subdirs
10432
10433         * cut-n-paste/recent-files/Makefile.am:
10434
10435         Fix to use "global" update-from-egg.sh
10436
10437         * cut-n-paste/recent-files/egg-recent-model.c:
10438         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10439         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10440         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10441         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10442
10443         Update from libegg
10444
10445         * cut-n-paste/toolbar-editor/Makefile.am:
10446
10447         Fix to use "global" update-from-egg.sh
10448
10449         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10450
10451         Update from libegg
10452
10453 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10454
10455         * configure.ac:
10456         * cut-n-paste/Makefile.am:
10457         * cut-n-paste/recent-files/Makefile.am:
10458         * cut-n-paste/toolbar-editor/.cvsignore:
10459         * cut-n-paste/toolbar-editor/Makefile.am:
10460         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10461         (egg_editable_toolbar_get_type), (get_toolbar_position),
10462         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10463         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10464         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10465         (set_item_drag_source), (create_item_from_action), (create_item),
10466         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10467         (popup_toolbar_context_menu_cb), (free_dragged_item),
10468         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10469         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10470         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10471         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10472         (item_added_cb), (item_removed_cb),
10473         (egg_editable_toolbar_construct),
10474         (egg_editable_toolbar_disconnect_model),
10475         (egg_editable_toolbar_deconstruct),
10476         (egg_editable_toolbar_set_model),
10477         (egg_editable_toolbar_set_ui_manager),
10478         (egg_editable_toolbar_set_property),
10479         (egg_editable_toolbar_get_property),
10480         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10481         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10482         (egg_editable_toolbar_new_with_model),
10483         (egg_editable_toolbar_get_edit_mode),
10484         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10485         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10486         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10487         (new_pixbuf_from_widget), (new_separator_pixbuf),
10488         (update_separator_image), (style_set_cb),
10489         (_egg_editable_toolbar_new_separator_image),
10490         (egg_editable_toolbar_get_model):
10491         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10492         * cut-n-paste/toolbar-editor/egg-marshal.c:
10493         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10494         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10495         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10496         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10497         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10498         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10499         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10500         (editor_drag_data_delete_cb), (drag_data_get_cb),
10501         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10502         (editor_create_item), (update_editor_sheet), (setup_editor),
10503         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10504         (parse_item_list), (model_has_action), (update_actions_list),
10505         (egg_toolbar_editor_load_actions):
10506         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10507         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10508         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10509         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10510         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10511         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10512         (egg_toolbars_model_add_separator), (impl_add_item),
10513         (parse_item_list), (egg_toolbars_model_add_toolbar),
10514         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10515         (impl_get_item_data), (impl_get_item_type),
10516         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10517         (egg_toolbars_model_init), (free_toolbar),
10518         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10519         (egg_toolbars_model_remove_toolbar),
10520         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10521         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10522         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10523         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10524         (egg_toolbars_model_get_item_data),
10525         (egg_toolbars_model_get_item_type):
10526         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10527         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10528         * data/Makefile.am:
10529         * data/evince-toolbar.xml:
10530         * data/evince-ui.xml:
10531         * data/hand-open.png:
10532         * po/POTFILES.in:
10533         * shell/Makefile.am:
10534         * shell/ev-window.c: (update_chrome_visibility),
10535         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10536         (ev_window_dispose), (ev_window_init):
10537
10538         Implement epiphany like toolbar editor. Based on patch by
10539         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10540
10541 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10542
10543         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10544
10545         Use set_cursor instead of set_selection, so that
10546         the keyboard focus moves too.
10547
10548 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10549
10550         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10551
10552         Fix infinite loop when loading Type1 fonts
10553
10554 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10555
10556         * data/evince-ui.xml:
10557         * shell/ev-window.c:
10558
10559         Slash -> Find
10560
10561 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10562
10563         * configure.ac:
10564
10565         Make --disable really disable
10566
10567 2005-05-07  Juerg Billeter  <j@bitron.ch>
10568
10569         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10570
10571         Compare page labels even without has_labels set, fixes setting page
10572         with entry
10573
10574 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10575
10576         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10577         (ev_view_set_cursor), (ev_view_button_press_event),
10578         (ev_view_motion_notify_event), (ev_view_button_release_event),
10579         (ev_view_init):
10580
10581         Implement middle button scrolling. Based on a patch
10582         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10583
10584 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10585
10586         * shell/ev-document-types.c: (get_slow_mime_type),
10587         (get_document_type_from_mime), (ev_document_type_lookup):
10588         * shell/ev-document-types.h:
10589
10590         Change api to lookup from uri. Do fast lookup first, if the
10591         type is unknown try with data sniffing.
10592
10593         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10594         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10595
10596         Adapt to api change
10597
10598 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10599
10600         * thumbnailer/Makefile.am:
10601
10602         Fix distcheck
10603
10604 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10605
10606         * NEWS:
10607         * configure.ac:
10608
10609         Release 0.3.0
10610
10611         * data/evince-ui.xml:
10612
10613         Hide presentation mode for now
10614
10615         * shell/ev-view.c: (highlight_find_results):
10616
10617         Show current find selection only on current page
10618
10619 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10620
10621         * shell/ev-view.c: (ev_view_select_all):
10622
10623         Compute size of the actual page, not of
10624         the current one.
10625
10626 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10627
10628         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10629         (view_rect_to_doc_rect), (compute_selections),
10630         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10631         (ev_view_copy), (ev_view_primary_get_cb),
10632         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10633         (ev_view_button_press_event), (ev_view_motion_notify_event),
10634         (ev_view_button_release_event), (page_changed_cb):
10635
10636         Fix text selection
10637
10638 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10639
10640         * shell/ev-view.c: (compute_border), (get_page_extents),
10641         (doc_rect_to_view_rect), (highlight_find_results),
10642         (ev_view_bin_expose), (ev_view_select_all),
10643         (ev_view_motion_notify_event), (update_find_status_message),
10644         (jump_to_find_result), (jump_to_find_page):
10645
10646         First go at fixing search, still buggy
10647
10648 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10649
10650         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10651         dropdown box and button at the top of the sidebar.
10652
10653 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10654
10655         * configure.ac: Output zoom-control Makefile.
10656         * cut-n-paste/Makefile.am: build zoom-control subdir.
10657         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10658         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10659         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10660         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10661         * cut-n-paste/zoom-control/ephy-zoom.c:
10662         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10663         from epiphany, and modified to add a separator into the menu.
10664         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10665         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10666         zoom-control action.
10667         * shell/Makefile.am: Include zoom-control flags.
10668         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10669         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10670         (ev_view_zoom_for_size_presentation),
10671         (ev_view_zoom_for_size_continuous_and_dual_page),
10672         (ev_view_zoom_for_size_continuous),
10673         (ev_view_zoom_for_size_dual_page),
10674         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10675         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10676         ev_view_get_zoom and ev_view_get_sizing_mode.
10677         * shell/ev-view.h:
10678         * shell/ev-window.c: (update_action_sensitivity),
10679         (update_sizing_buttons), (zoom_control_changed_cb),
10680         (register_custom_actions): Initialize and use the zoom-control 
10681         widget.
10682
10683 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10686         preview cache back to 1.  Don't know when it got set to 0.
10687         
10688         * shell/ev-view.c: (compute_border), (ev_view_realize),
10689         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10690         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10691         (ev_view_get_fullscreen), (ev_view_set_presentation),
10692         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10693         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10694         * shell/ev-view.h:
10695         * shell/ev-window.c:
10696         (update_chrome_visibility),
10697         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10698         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10699         (update_document_mode), (ev_window_update_fullscreen_action),
10700         (ev_window_fullscreen), (ev_window_unfullscreen),
10701         (ev_window_cmd_view_fullscreen),
10702         (ev_window_update_presentation_action),
10703         (ev_window_run_presentation), (ev_window_stop_presentation),
10704         (ev_window_cmd_view_presentation), (ev_window_state_event),
10705         (ev_window_focus_in_event), (ev_window_focus_out_event),
10706         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10707         * data/evince-ui.xml: Initial presentation mode.  We should
10708         probably hide this until it's done, as it's quite rough.  Also,
10709         change full-screen to fullscreen and add two getters to EvView.
10710
10711 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10712
10713         * shell/ev-page-action.c: (update_page_cache),
10714         (ev_page_action_dispose):
10715         * shell/ev-window.c: (destroy_fullscreen_popup),
10716         (ev_window_create_fullscreen_popup):
10717
10718         Use connect_object rather than explicitly
10719         disconnect on dispose.
10720
10721 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10722
10723         * shell/ev-page-action.c: (update_page_cache),
10724         (ev_page_action_dispose):
10725
10726 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10727
10728         * backend/ev-page-cache.c: (_ev_page_cache_new),
10729         (ev_page_cache_set_page_label),
10730         (ev_page_cache_has_nonnumeric_page_labels):
10731         * backend/ev-page-cache.h:
10732         * shell/ev-page-action.c: (update_pages_label):
10733         
10734         If all page labels are numeric, fallback to default
10735         way to display number of pages. See bug 173185.
10736
10737 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10738
10739         * shell/ev-page-action.c: (ev_page_action_dispose):
10740         * shell/ev-view.c: (view_update_range_and_current_page):
10741         * shell/ev-window.c: (ev_window_dispose):
10742         
10743         Set page on scroll in continuous mode. Fixes bug 301986.
10744         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10745
10746 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10747
10748         * configure.ac:
10749
10750         Require poppler 0.3.0
10751
10752 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10753         
10754         * shell/Makefile.am, configure.ac: Fix build problems
10755         with t1lib. Bug 301996.
10756
10757 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10758
10759         * shell/ev-view.c: (ev_view_scroll_event):
10760         
10761         Scroll up increase zoom
10762
10763 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10764
10765         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10766         (ev_view_set_sizing_mode),
10767         (ev_view_zoom_for_size_continuous_and_dual_page),
10768         (ev_view_zoom_for_size_continuous):
10769         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10770         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10771         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10772         (ev_window_init):
10773
10774         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10775         Fix for 165473 and 165472.
10776
10777 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10778
10779         * po/POTFILES.in:
10780         * thumbnailer/Makefile.am:
10781         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10782         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10783         * thumbnailer/evince-thumbnailer.schemas.in:
10784         
10785         Make thumbnailer schemas translatable. Fix for bug 301773
10786         
10787         * thumbnailer/evince-thumbnailer-djvu.schemas:
10788         * thumbnailer/evince-thumbnailer-dvi.schemas:
10789         * thumbnailer/evince-thumbnailer.schemas:
10790
10791         Removed files
10792
10793 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10794
10795         * shell/ev-view.c (ev_view_init): forgot to set this.
10796
10797 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10798
10799         * shell/ev-view.c: (find_page_at_location),
10800         (get_link_at_location),
10801         (ev_view_set_show_border), (ev_view_set_spacing),
10802         (ev_view_zoom_for_size_continuous_and_dual_page),
10803         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10804         Also, add a quick fix measuring of widths.  Also, removed
10805         ev_view_set_spacing and ev_view_set_show_border.
10806         
10807         * shell/ev-window.c: (ev_window_unfullscreen),
10808         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10809
10810 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10811
10812         * shell/ev-view.c: (view_update_range_and_current_page),
10813         (page_changed_cb):
10814         
10815         Fix crash on exit and scrolling to page in continuous view.
10816
10817 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10818
10819         * TODO:
10820         * backend/ev-page-cache.c: (_ev_page_cache_new),
10821         (ev_page_cache_get_max_width_size),
10822         (ev_page_cache_get_max_height_size):
10823         * backend/ev-page-cache.h:
10824         * data/evince-ui.xml:
10825         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10826         * shell/ev-view.c: (view_update_adjustments),
10827         (view_update_range_and_current_page), (get_bounding_box_size),
10828         (ev_view_size_request_continuous_and_dual_page),
10829         (ev_view_size_request_continuous),
10830         (ev_view_size_request_dual_page),
10831         (ev_view_size_request_single_page), (ev_view_size_request),
10832         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10833         (ev_view_bin_expose), (ev_view_expose_event),
10834         (ev_view_set_property), (ev_view_get_property),
10835         (ev_view_class_init), (ev_view_init), (ev_view_new),
10836         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10837         (ev_view_set_dual_page), (ev_view_set_full_screen),
10838         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10839         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10840         (ev_view_zoom_out), (zoom_for_size_fit_width),
10841         (zoom_for_size_best_fit),
10842         (ev_view_zoom_for_size_continuous_and_dual_page),
10843         (ev_view_zoom_for_size_continuous),
10844         (ev_view_zoom_for_size_dual_page),
10845         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10846         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10847         * shell/ev-view.h:
10848         * shell/ev-window.c: (update_action_sensitivity),
10849         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10850         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10851         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10852         (ev_window_cmd_view_zoom_out), (update_view_size),
10853         (ev_window_set_sizing_mode), (ev_window_init):
10854
10855         Add Continuous and Dual page modes.
10856
10857 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10858
10859         * dvi/dvi-document.c: (dvi_document_load),
10860         (dvi_document_thumbnails_get_thumbnail),
10861         (dvi_document_init_params): Fix up some mixups between
10862         width and height to correct thumbnail rendering.
10863
10864 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10865
10866         * dvi/mdvi-lib/private.h:
10867         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10868         
10869         Suppess output for kpathsea during font generation. Thanks to
10870         James Bowes
10871
10872 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10873
10874         * NEWS:
10875         * configure.ac:
10876
10877         Release 0.2.1
10878
10879         * Makefile.am: fix distcheck.
10880
10881 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10882
10883         * shell/ev-sidebar-links.c: (selection_changed_callback),
10884         (update_page_callback), (row_activated_callback),
10885         (job_finished_callback), (ev_sidebar_links_set_document):
10886         
10887         Fix for bug #169901. Double click on links expands tree.
10888
10889 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10890
10891         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10892         hard-coded style. Fix for bug 170111
10893
10894 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10895
10896         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10897         locking.
10898
10899 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10900
10901         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10902
10903 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10904
10905         * pdf/ev-poppler.cc:
10906         * shell/ev-view.c: (highlight_find_results):
10907
10908         Fix find on single page documents
10909
10910 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10911
10912         * data/evince.schemas.in: fix for bug 301390
10913
10914 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10915
10916         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10917         (ev_view_zoom_out), (ev_view_zoom_normal):
10918         * shell/ev-view.h:
10919         * shell/ev-window.c: (update_action_sensitivity),
10920         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10921         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10922         (ev_window_cmd_view_normal_size):
10923
10924         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10925         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10926         better than oom. 
10927
10928 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10929
10930         * configure.ac:
10931
10932         Depend on 2.57, 2.59 doesnt seem to be necessary
10933
10934 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10935
10936         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10937         (create_tool_item):
10938
10939         Put back total number of pages as (1 of 1234)
10940
10941 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10942
10943         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10944         remove the job.
10945
10946         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10947         function.  This helps debugging.
10948
10949 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10950
10951         * djvu/djvu-document.c: (djvu_document_class_init),
10952         (djvu_document_get_info), (djvu_document_document_iface_init):
10953         * dvi/dvi-document.c: (dvi_document_class_init),
10954         (dvi_document_get_info), (dvi_document_document_iface_init):
10955
10956         Dummy implementation of get_info method for dvi and
10957         djvu. Fix crashes with those backends
10958
10959 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10960
10961         * data/evince.desktop.in:
10962
10963         Add application/x-gzpostscript
10964
10965 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10966
10967         * data/evince.schemas.in: Added real long descriptions, 
10968         closes bug 172496 
10969
10970         * README: Added actual text, closes bug 171869
10971
10972 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10973
10974         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10975
10976         Thumbnail page 0
10977
10978 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10979
10980         * backend/ev-document-info.h:
10981
10982         s/GDate */GDate so we can just use g_free
10983
10984 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10985
10986         * shell/ev-window.c: (update_document_mode),
10987         (ev_window_setup_document):
10988
10989         Show the window in fullscreen when specified by
10990         the document
10991
10992 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * backend/ev-document.c: (ev_document_class_init),
10995         (ev_document_get_info), (ev_document_render_pixbuf):
10996         * backend/ev-document.h:
10997         * backend/ev-page-cache.c: (_ev_page_cache_new):
10998         * pdf/ev-poppler.cc:
10999         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11000         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
11001         * ps/ps-document.c: (ps_document_class_init), (document_load),
11002         (ps_document_get_info), (ps_document_document_iface_init):
11003
11004         Remove get_title from the interface, we can just use document info
11005
11006 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
11007
11008         * backend/Makefile.am:
11009         * backend/ev-document.c: (ev_document_render_get_info):
11010         * backend/ev-document.h:
11011         * pdf/ev-poppler.cc:
11012
11013         Initial support for document info. Based on jrb patch.
11014
11015 2005-04-19  Paolo Borelli <pborelli@katamail.com>
11016
11017         * shell/ev-window.c: (ev_window_state_event),
11018         (ev_window_class_init), (ev_window_init):
11019         
11020         Doesn't show resize grip when maximized. See bug #301053
11021
11022 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11023
11024         * po/POTFILES.in:
11025         
11026         ev-sidebar-thumbnails now has translatable labels
11027         
11028         * shell/Makefile.am:
11029         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
11030         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
11031         (ev_sidebar_links_page_iface_init):
11032         * shell/ev-sidebar-links.h:
11033         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
11034         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
11035         (ev_sidebar_page_get_label):
11036         * shell/ev-sidebar-page.h:
11037         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
11038         (ev_sidebar_thumbnails_set_document),
11039         (ev_sidebar_thumbnails_support_document),
11040         (ev_sidebar_thumbnails_get_label),
11041         (ev_sidebar_thumbnails_page_iface_init):
11042         * shell/ev-sidebar-thumbnails.h:
11043         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11044         (ev_sidebar_set_document):
11045         * shell/ev-sidebar.h:
11046         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11047         
11048         Small rework of sidebar code. Now sidebar pages should implement
11049         EvSidebarPage interface. That makes page management in EvSidebar
11050         easier. See bug #164811 for details
11051
11052 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11053
11054         * shell/ev-application.c: (ev_application_open):
11055         * shell/ev-document-types.c:
11056         
11057         Fix build error and small problem with application exit
11058
11059 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11060
11061         * thumbnailer/Makefile.am:
11062         * thumbnailer/evince-thumbnailer-djvu.schemas:
11063         * thumbnailer/evince-thumbnailer-dvi.schemas:
11064         
11065         Conditionally install schemas for djvu/dvi thumbnailer
11066
11067 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11068
11069         * shell/ev-document-types.h: 
11070         * shell/ev-document-types.c: 
11071         New files, handling the mapping from mimetypes to backends
11072         
11073         * shell/ev-window.c: 
11074         * thumbnailer/evince-thumbnailer.c:     
11075         Use the ev-document-types code
11076         
11077         * shell/Makefile.am: 
11078         Added new convenience library libevbackendfactory_la, containing
11079         the new mimetype->backend logic; moved the backends into it.
11080
11081         * thumbnailer/Makefile.am:
11082         Make the thumbnailer link with the libevbackend.la convenience
11083         library, rather than having a duplicate of the backend logic here.
11084
11085 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11086
11087         * shell/ev-stock-icons.c: constify some vars.
11088         * shell/ev-window.c: ditto.
11089
11090 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11091
11092         * ps/ps-document.c (get_page_orientation):
11093
11094         Respect document orientation 
11095
11096 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11097
11098         * djvu/Makefile.am:
11099         * dvi/Makefile.am:
11100         * shell/Makefile.am:
11101         
11102         Move library dependencies to components.
11103         
11104         * shell/ev-window.c: (update_window_title),
11105         (start_loading_document):
11106         
11107         Fix display of uris with spaces. Bug 168358.
11108
11109 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11110
11111         * shell/ev-sidebar-links.c: (selection_changed_cb):
11112         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11113         (ev_view_button_release_event), (ev_view_set_document):
11114         * shell/ev-view.h:
11115         * shell/ev-window.c: (find_bar_search_changed_cb):
11116         * shell/ev-window.h: Minor cleanups removing some dead code.
11117
11118 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11119
11120         * backend/ev-page-cache.c: (_ev_page_cache_new):
11121         
11122         Set current page to 0 if document has pages.
11123
11124 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11125
11126         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11127
11128         Initialize GError to NULL, fix a crash when loading fails.
11129
11130 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11131
11132         * shell/ev-window.c: (update_view_size):
11133
11134         Calculate shadow size only when there is actually
11135         a shadow.
11136
11137 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11138
11139         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11140         * shell/ev-view.h:
11141
11142         Allow setting view spacing, default to 0
11143
11144         * shell/ev-window.c: (ev_window_unfullscreen),
11145         (ev_window_cmd_view_fullscreen), (ev_window_init):
11146
11147         Remove spacing in fullscreen mode
11148
11149 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11150
11151         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11152         (ev_view_size_request), (expose_bin_window),
11153         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11154         * shell/ev-view.h:
11155         * shell/ev-window.c: (ev_window_unfullscreen),
11156         (ev_window_cmd_view_fullscreen):
11157
11158         Do not draw the border in fulscreen
11159
11160 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11163         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11164         (find_page_at_location), (page_changed_cb):
11165
11166         Rework border calculation, so that I can more easily disable it.
11167         Code somewhat cleaner too.
11168
11169 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11170
11171         * backend/ev-page-cache.c: (ev_page_cache_init),
11172         (_ev_page_cache_new):
11173
11174         Remove some assertions, documents can have 0 pages.
11175         Make initial current page -1.
11176
11177         * shell/ev-page-action.c: (page_changed_cb):
11178
11179         Show "" if current page is -1
11180
11181         * shell/ev-window.c: (update_action_sensitivity),
11182         (ev_window_setup_document):
11183
11184         When document has 0 pages do not set the view
11185         and make nearly everything insensitive.
11186
11187 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11188
11189         * shell/ev-page-view.c:
11190         * shell/ev-page-view.h:
11191
11192         Remove unused files.
11193         
11194         * shell/ev-sidebar-thumbnails.c:
11195         (ev_sidebar_thumbnails_set_document):
11196         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11197         (ev_sidebar_supports_document):
11198         * shell/ev-sidebar.h:
11199         * shell/ev-window.c: (ev_window_setup_document):
11200         
11201         Doesn't show thumbnails if document has 1 page. Make
11202         sidebar menu entries sensitive only if if they have 
11203         sense. Fix bug 164811. 
11204
11205 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11206
11207         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11208         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11209         (ev_view_zoom_out), (ev_view_set_size):
11210
11211         Rework sizing to deal with documents with not uniform page
11212         size.
11213
11214 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11215
11216         * backend/ev-page-cache.c: (_ev_page_cache_new):
11217
11218         Fix several page size caching bugs
11219
11220 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11221
11222         * shell/ev-window.c: (set_action_properties):
11223
11224         Make all toolbar items translatable
11225
11226 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11227
11228         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11229         (save_page_list), (ps_document_save),
11230         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11231         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11232         (ps_document_ps_exporter_iface_init):
11233         * ps/ps-document.h:
11234
11235         Based on a patch by J�rg Billeter <j@bitron.ch>
11236         
11237         Implement print and save a copy for the ps backend.
11238
11239 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11240
11241         * backend/ev-document.h:
11242         * djvu/djvu-document.c: (djvu_document_can_get_text),
11243         (djvu_document_document_iface_init):
11244         * dvi/dvi-document.c: (dvi_document_can_get_text),
11245         (dvi_document_document_iface_init):
11246         * pdf/ev-poppler.cc:
11247         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11248         (pixbuf_document_document_iface_init):
11249         * ps/ps-document.c: (ps_document_can_get_text),
11250         (ps_document_document_iface_init):
11251         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11252         * shell/ev-window.c: (update_action_sensitivity):
11253
11254         Fix the crash when trying to copy in backends that doesnt
11255         support it. We can implement a better solution once we
11256         do real text selection.
11257
11258 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11259
11260         * data/evince-ui.xml:
11261         * shell/ev-window.c: (ev_window_cmd_escape):
11262         
11263         Work around the Escape conflict (find bar and unfullscreen)
11264
11265 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11266
11267         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11268         
11269         Fix for #300233. Next page correctly handles document end.
11270         
11271         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11272         (ev_sidebar_thumbnails_class_init),
11273         (ev_sidebar_thumbnails_set_document),
11274         (ev_sidebar_thumbnails_clear_job),
11275         (ev_sidebar_thumbnails_clear_model):
11276         
11277         Cleanup thumbnail jobs on document changes.
11278         
11279         * shell/ev-view.c: (add_scroll_binding_keypad),
11280         (add_scroll_binding_shifted), (ev_view_class_init):
11281         
11282         Shift + Space scrolls up. Fix for #173184
11283         
11284         * shell/ev-window.c: (ev_window_open_page),
11285         (ev_window_cmd_view_reload):
11286         
11287         Fix reload (Bug #300094)
11288
11289 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11290
11291         
11292         * dvi/mdvi-lib/assoc.c:
11293         * dvi/mdvi-lib/assoc.h: Removed garbage files
11294         
11295         * dvi/mdvi-lib/bitmap.c:
11296         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11297         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11298         * dvi/mdvi-lib/color.h: Antialias of rules
11299         
11300         * dvi/mdvi-lib/common.h:
11301         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11302         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11303         * dvi/mdvi-lib/files.c:
11304         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11305         * dvi/mdvi-lib/mdvi.h:
11306         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11307         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11308         * dvi/mdvi-lib/util.c: Fix compile warnings
11309         
11310         * dvi/dvi-document.c:
11311         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11312         (dvi_document_thumbnails_get_thumbnail),
11313         (dvi_document_document_thumbnails_iface_init):
11314         * dvi/mdvi-lib/Makefile.am:
11315         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11316         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11317         
11318         Dvi backend now renders thumbnails
11319
11320 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11321
11322         * shell/main.c: (main): 
11323         
11324         Save accelerators on exit. Fixes bug #172095.
11325
11326 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11327
11328         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11329         update priority" comment.
11330
11331         * backend/ev-job-queue.c: Give a way to change priority.
11332
11333 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11334
11335         * shell/ev-page-action.c: Fix logic.
11336
11337 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11338
11339         * shell/ev-view.c: (ev_view_can_find_next):
11340         * shell/ev-window.c: (ev_window_setup_document):
11341
11342         Check that the document supports find
11343
11344 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11345
11346         * data/evince-ui.xml:
11347         * shell/ev-view.c: (ev_view_can_find_next):
11348         * shell/ev-view.h:
11349         * shell/ev-window.c: (update_action_sensitivity),
11350         (find_changed_cb), (ev_window_setup_document),
11351         (ev_window_cmd_edit_find_next):
11352
11353         Add Edit->Find Next
11354
11355 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11356
11357         * pdf/ev-poppler.cc:
11358         * shell/ev-print-job.c: (idle_print_handler):
11359
11360         Make printing work again
11361
11362 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11363
11364         * shell/ev-page-action.h:
11365         * shell/ev-page-action.c: (ev_page_action_widget_init),
11366         (ev_page_action_widget_class_init), (page_changed_cb),
11367         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11368         (get_filter_model_from_model), (match_selected_cb),
11369         (display_completion_text), (match_completion), (update_model),
11370         (connect_proxy), (ev_page_action_set_property),
11371         (ev_page_action_get_property), (ev_page_action_set_document),
11372         (ev_page_action_set_model), (ev_page_action_class_init): Big
11373         reworking to make completions work iff we have >= GTK-2.7.0
11374                 
11375         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11376         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11377         (job_finished_cb): We now have a 'model' property that is set when
11378         the links are loaded.  This can be caught with "notify::model"
11379
11380         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11381         listen for the model to be set, and propagate it to the action.
11382
11383 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11384
11385         * cut-n-paste/recent-files/egg-recent-item.c:
11386         (egg_recent_item_set_uri), (make_valid_utf8),
11387         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11388         * cut-n-paste/recent-files/egg-recent-item.h:
11389         
11390         Update egg-recent from libegg. This should fix long
11391         startup problem. For details see
11392         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11393
11394 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11395
11396         * cut-n-paste/recent-files/Makefile.am:
11397         * data/evince-ui.xml, shell/Makefile.am:
11398         * shell/ev-application.c, shell/ev-application.h:
11399         * shell/ev-window.c: Recent files support.
11400         
11401         * configure.ac: Added "ru" to ALL_LINGUAS.
11402         
11403         * dvju: new backend to support DJVU files.
11404         * dvi: new backend to support DVI.
11405
11406         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11407         * ev-application.c: Support for new backends.
11408         
11409         * help, ev-window.c, main.c shell/Makefile.am: 
11410         Evince user documentation.
11411
11412 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11413
11414         * po/POTFILES.in:
11415         * shell/ev-window.c:
11416         * thumbnailer/evince-thumbnailer.c:
11417
11418         s/pdf-document/ev-poppler
11419
11420 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * NEWS:
11423         * configure.ac:
11424
11425         Release 0.2.0
11426
11427         * ps/ps-document.c: (setup_pixmap):
11428
11429         Remove debug code
11430
11431 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11432
11433         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11434         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11435         (ev_window_cmd_go_first_page): Fix of by one errors.
11436
11437 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11438
11439         * ps/ps-document.c: (get_page_box):
11440
11441         Fix page size calculation
11442
11443 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11444
11445         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11446         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11447         (get_page_orientation), (setup_page), (document_load),
11448         (ps_document_get_page_size), (render_pixbuf_idle):
11449         * ps/ps-document.h:
11450
11451         More refactoring to adapt to EvDocument changes
11452
11453 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11454
11455         * ps/ps-document.c: (start_interpreter):
11456
11457         Actually add alpha args
11458
11459 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * pdf/ev-poppler.cc:
11462
11463         Make clipboard work again
11464
11465 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11466
11467         Make searching work again.
11468         
11469         * backend/ev-document.c:
11470         * backend/ev-document.h:
11471         * backend/ev-document-find.c:
11472         * backend/ev-document-find.h: Change EvDocumentIface so we no
11473         longer store the current page or zoom level in the document.  The
11474         consequence is that all calls that operate on the current page now
11475         instead take the page number as an extra argument, and all
11476         coordinates are now doubles in document coordinate system.
11477
11478         * pdf/ev-poppler.cc:
11479         * pixbuf/pixbuf-document.c:
11480         * ps/ps-document.c: Update backends accordingly.
11481
11482 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11483
11484         * autogen.sh:
11485
11486         Add required gettext version
11487
11488 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11491         make F1 bring up non-existent help.
11492
11493         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11494         epiphany's find bar, #167477
11495
11496         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11497         <emil@nishra.com> to add space-bar scrolling, 
11498
11499         * shell/ev-window.c (static GtkActionEntry entries): add default
11500         keybinding for Help (F1)
11501         Fixes #171068
11502
11503         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11504         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11505         170110
11506
11507 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11508
11509         * Makefile.am: 
11510         * pixbuf/pixbuf-document.c: 
11511
11512         Got pixbuf backend working again
11513
11514 2005-04-01  Steve Murphy  <murf@e-tools.com>
11515
11516         * configure.in: Added "rw" to ALL_LINGUAS.
11517
11518 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11519
11520         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11521         model types, noticed by Martin Kretzschmar.
11522
11523 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11524
11525         * pdf/ev-poppler.cc: Implement search based on
11526         poppler_page_find_text().  Currently a bit crude since we remember
11527         all matches from all pages.  Also, we grab the big document lock
11528         when we search since searching changes the underlying stream and
11529         thus conflicts with the rendering thread.
11530         
11531         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11532         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11533         (ev_view_find_previous): Fix some page indexes to be 0 based,
11534         offset rubber band by view offset,
11535
11536 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11537
11538         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11539
11540 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11541
11542         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11543         completely because I didn't understand GtkActions.  I should
11544         read Marco's code more carefully in the future.
11545
11546         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11547         function
11548
11549 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11550
11551         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11552         PopplerRectangle change from poppler CVS.
11553
11554 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11555
11556         * backend/ev-document.c: (ev_document_get_page_label):
11557         * backend/ev-document.h:
11558         * backend/ev-page-cache.c: (_ev_page_cache_new),
11559         (ev_page_cache_get_page_label):
11560         * backend/ev-page-cache.h:
11561         * pdf/ev-poppler.cc:
11562         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11563         (links_page_num_func):
11564         * shell/ev-sidebar-thumbnails.c:
11565         (ev_sidebar_thumbnails_set_document):
11566         * shell/ev-view.c: (status_message_from_link),
11567         (ev_view_motion_notify_event):
11568         * shell/ev-window.c: (document_supports_sidebar): Add in page
11569         label support.  It's not perfect yet, but it's the first 'feature'
11570         in a while.
11571         Also, fix a bogus comment noticed by crispin. 
11572
11573 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11574
11575         * Makefile.am: Remove pixbuf backend for now
11576
11577         * configure.ac: Require poppler-glib instead of just poppler.
11578
11579         * backend/ev-document-thumbnails.h: Add a comment
11580
11581         * backend/ev-document.h:
11582         * backend/ev-document.c: (ev_document_class_init),
11583         (ev_document_load), (ev_document_get_link),
11584         (ev_document_get_links): Remove 3 methods and add get_links.
11585         Also, made 0 based.
11586
11587         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11588         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11589
11590         * backend/ev-link.c: (ev_link_set_title),
11591         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11592         (ev_link_mapping_find):
11593         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11594         
11595         * backend/ev-page-cache.c: (ev_page_cache_init),
11596         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11597         (ev_page_cache_get_size), (ev_page_cache_next_page),
11598         (ev_page_cache_prev_page): Fix to be 0 based.
11599
11600         * pdf/Makefile.am: 
11601         * pdf/ev-poppler.h:
11602         * pdf/ev-poppler.cc: New backend.
11603         
11604         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11605         (ps_document_get_page), (ps_document_document_iface_init):
11606
11607         * shell/ev-pixbuf-cache.h:
11608         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11609         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11610         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11611         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11612         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11613         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11614         based.
11615         
11616         * shell/ev-sidebar-thumbnails.c:
11617         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11618         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11619
11620         * shell/ev-view.c: (status_message_from_link),
11621         (find_page_at_location), (get_link_at_location),
11622         (ev_view_motion_notify_event), (ev_view_button_release_event),
11623         (ev_view_init): Use the new link code.  Fix to be 0 based.
11624
11625         * shell/ev-window.c: (update_action_sensitivity),
11626         (document_supports_sidebar): 0 based.
11627
11628 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11629
11630         * pdf/pdf-document.cc: Patch from Fernando Herrera
11631         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11632         *blush*
11633
11634 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11635
11636         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11637         1 to the page, as this seems to be 1 based.  I thought we has this
11638         fixed.  grump.
11639
11640 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11641
11642         * TODO:
11643         * backend/Makefile.am:
11644         * backend/ev-document-links.c:
11645         (ev_document_links_has_document_links),
11646         (ev_document_links_get_links_model):
11647         * backend/ev-document-links.h:
11648         * backend/ev-document.c: (ev_document_get_page_cache),
11649         (ev_document_get_doc_mutex), (ev_document_load),
11650         (ev_document_save), (ev_document_get_title),
11651         (ev_document_get_n_pages), (ev_document_set_page),
11652         (ev_document_get_page), (ev_document_set_target),
11653         (ev_document_set_scale), (ev_document_set_page_offset),
11654         (ev_document_get_page_size), (ev_document_get_text),
11655         (ev_document_get_link), (ev_document_render),
11656         (ev_document_render_pixbuf), (ev_document_scale_changed):
11657         * backend/ev-document.h:
11658         * backend/ev-job-queue.c: (remove_object_from_queue),
11659         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11660         (no_jobs_available_unlocked), (ev_render_thread),
11661         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11662         (ev_job_queue_remove_job):
11663         * backend/ev-job-queue.h:
11664         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11665         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11666         (ev_job_links_class_init), (ev_job_render_init),
11667         (ev_job_render_dispose), (ev_job_render_class_init),
11668         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11669         (ev_job_thumbnail_class_init), (ev_job_finished),
11670         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11671         (ev_job_render_run), (ev_job_thumbnail_new),
11672         (ev_job_thumbnail_run):
11673         * backend/ev-jobs.h:
11674         * backend/ev-link.c:
11675         * backend/ev-link.h:
11676         * backend/ev-page-cache.c: (ev_page_cache_init),
11677         (ev_page_cache_class_init), (ev_page_cache_finalize),
11678         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11679         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11680         (ev_page_cache_set_link), (ev_page_cache_get_title),
11681         (ev_page_cache_get_size), (ev_page_cache_next_page),
11682         (ev_page_cache_prev_page):
11683         * backend/ev-page-cache.h:
11684         * pdf/pdf-document.cc:
11685         * ps/gsdefaults.c:
11686         * ps/gsdefaults.h:
11687         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11688         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11689         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11690         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11691         (is_interpreter_ready), (output), (catchPipe), (input),
11692         (start_interpreter), (check_filecompressed), (compute_dimensions),
11693         (ps_document_enable_interpreter), (document_load),
11694         (ps_document_next_page), (render_page), (ps_document_set_page),
11695         (ps_document_set_scale), (render_pixbuf_idle),
11696         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11697         * ps/ps-document.h:
11698         * shell/Makefile.am:
11699         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11700         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11701         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11702         (ev_pixbuf_cache_new), (job_finished_cb),
11703         (check_job_size_and_unref), (move_one_job),
11704         (ev_pixbuf_cache_update_range), (find_job_cache),
11705         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11706         (ev_pixbuf_cache_add_jobs_if_needed),
11707         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11708         * shell/ev-pixbuf-cache.h:
11709         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11710         (idle_print_handler):
11711         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11712         (selection_changed_cb), (create_loading_model),
11713         (ev_sidebar_links_construct), (links_page_num_func),
11714         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11715         (update_page_callback), (job_finished_cb),
11716         (ev_sidebar_links_set_document):
11717         * shell/ev-sidebar-thumbnails.c:
11718         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11719         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11720         (page_changed_cb), (thumbnail_job_completed_callback),
11721         (ev_sidebar_thumbnails_set_document):
11722         * shell/ev-sidebar-thumbnails.h:
11723         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11724         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11725         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11726         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11727         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11728         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11729         (ev_view_button_release_event), (ev_view_scroll_view),
11730         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11731         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11732         (ev_view_new), (job_finished_cb), (page_changed_cb),
11733         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11734         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11735         (ev_view_find_previous):
11736         * shell/ev-view.h:
11737         * shell/ev-window.c: (update_action_sensitivity),
11738         (ev_window_open_page), (update_window_title), (update_total_pages),
11739         (page_changed_cb), (ev_window_setup_document),
11740         (password_dialog_response), (ev_window_cmd_save_as),
11741         (ev_window_print), (ev_window_cmd_go_previous_page),
11742         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11743         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11744         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11745         * shell/main.c: (main):
11746
11747         Merge evince-threads branch
11748
11749 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11750
11751         * configure.ac: Added "lt" to ALL_LINGUAS.
11752
11753 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * NEWS:
11756         * configure.ac:
11757
11758         Release 0.1.9
11759
11760 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11761
11762         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11763
11764         Fix here also the thumbnails 1-basedness :)
11765
11766 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * NEWS:
11769         * configure.ac:
11770
11771         Release 0.1.8
11772
11773 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11774
11775         * pdf/pdf-document.cc:
11776         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11777         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11778
11779         Fix the mess we did with thumbnails and 1-basedness
11780
11781 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11782
11783         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11784
11785 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11786
11787         * NEWS:
11788         * configure.ac:
11789
11790         Release 0.1.7
11791
11792 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * ps/Makefile.am:
11795         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11796         (gtk_gs_defaults_get_alpha_parameters),
11797         (gtk_gs_defaults_get_ungzip_cmd),
11798         (gtk_gs_defaults_get_unbzip2_cmd):
11799         * ps/gsdefaults.h:
11800         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11801         (ps_document_get_orientation), (document_load),
11802         (ps_document_goto_page), (ps_document_set_page_size):
11803         * ps/ps-document.h:
11804
11805         Some more sanitization of the ps backend. Remove a lot
11806         of unused code and do not base our defaults on ggv
11807         preferences (ugh!)
11808
11809 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11810
11811         * thumbnailer/evince-thumbnailer.schemas:
11812         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11813         (main): add -s option for thumbnail size.
11814
11815 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11816
11817         * configure.ac:
11818
11819         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11820         remove it.
11821
11822 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * pdf/pdf-document.cc:
11825
11826         Remove 4 pixels of useless border from the
11827         thumbnail.
11828
11829 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * backend/ev-document-thumbnails.c:
11832         (ev_document_thumbnails_get_thumbnail):
11833         * backend/ev-document-thumbnails.h:
11834
11835         Rework API a bit. Add a border flag and
11836         change sizing logic (now the size we specify
11837         applies to the bigger dimension).
11838
11839         * pdf/pdf-document.cc:
11840         * pixbuf/pixbuf-document.c:
11841         (pixbuf_document_thumbnails_get_thumbnail):
11842         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11843         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11844
11845         Adapt to the new API and do not draw a border for nautilus
11846         thumbnailer.
11847
11848 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11849
11850         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11851         take thumbnails from page "0" instead of "1". Added a copyright header.
11852
11853 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11854
11855         * ps/ps-document.c: (set_up_page), (start_interpreter):
11856
11857         Make it C89 compliant
11858
11859 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11860
11861         * Makefile.am:
11862         * configure.ac:
11863         * pdf/.cvsignore:
11864         * pdf/pdf-document.cc:
11865         * thumbnailer/Makefile.am:
11866         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11867         (main):
11868         * thumbnailer/evince-thumbnailer.schemas:
11869         * thumbnailer/pdf-icon.png:
11870
11871         Add a nautilus thumbnailer.
11872         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11873
11874 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * NEWS:
11877         * configure.ac:
11878         * po/POTFILES.in:
11879
11880         Release 0.1.6
11881
11882 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11883
11884         Use poppler instead of including xpdf source code.  Poppler is a
11885         fork of xpdf to build it as a shared library. See
11886         http://freedesktop.org/wiki/Software/poppler.
11887
11888         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11889         xpdf fork.
11890         
11891         * pdf/Makefile.am: Build libpdfdocument.a here.
11892         
11893         * pdf/GDKSplashOutputDev.cc:
11894         * pdf/GDKSplashOutputDev.h:
11895         * pdf/GnomeVFSStream.cc:
11896         * pdf/GnomeVFSStream.h:
11897         * pdf-document.cc:
11898         * pdf-document.h:
11899         * test-gdk-output-dev.cc
11900         * Thumb.cc:
11901         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11902         against poppler.
11903
11904 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11907
11908         Clear idle stack before unsetting the document
11909
11910 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11911
11912         * ps/ps-document.c: (ps_document_widget_event),
11913         (ps_document_set_target), (ps_document_finalize),
11914         (ps_document_get_page):
11915
11916         Disconnect the widget event signal on finalize.
11917         Some code cleanups.
11918
11919 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * ps/ps-document.c: (set_up_page):
11922
11923         If there is no bpixmap create one, even if size
11924         is not changed.
11925
11926 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11929         (set_up_page), (document_load), (ps_document_set_zoom):
11930
11931         Default page is 0. Calculate size even when we have no
11932         target yet.
11933
11934 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11935
11936         * shell/ev-sidebar.c: expand the selection widget to be always as
11937         wide as the sidebar
11938
11939 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11940
11941         * shell/ev-sidebar-thumbnails.c:
11942         (ev_sidebar_thumbnails_set_document):
11943
11944         Clear the list store when setting document
11945
11946 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * shell/ev-page-action.c: (update_entry), (sync_entry),
11949         (activate_cb), (entry_size_request_cb), (create_tool_item),
11950         (connect_proxy):
11951
11952         Use an entry for the page control instead of spinbuttons
11953
11954 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11955
11956         * data/evince.schemas.in:
11957
11958         Correct confusing string
11959
11960 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11961
11962         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11963         for real.  Gosh, how long has this been broken.
11964
11965         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11966         check for a NULL link.  We crash otherwise.
11967
11968 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11969
11970         * NEWS:
11971         * configure.ac:
11972
11973         Release 0.1.5
11974
11975 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11976
11977         * configure.ac: add the french translation.
11978
11979 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11980
11981         * shell/ev-window.c:
11982
11983         Remove unused header -> fix distcheck
11984
11985 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * shell/ev-window.c: (update_window_title),
11988         (ev_window_popup_password_dialog):
11989
11990         Unescape filename for display
11991
11992 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11993
11994         * pdf/xpdf/pdf-document.cc:
11995
11996         In get_page_size deal with rotation. Also
11997         cleanup the function a bit.
11998
11999 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12000
12001         * pdf/xpdf/pdf-document.cc:
12002
12003         Fix crash when opening in new window
12004
12005 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
12006
12007         * configure.ac:
12008
12009         Check ghostscript >= 7
12010
12011 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
12012
12013         * shell/ev-window.c:
12014
12015         Make page width the default sizing mode
12016
12017 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
12018         Marco Pesenti Gritti <marco@gnome.org>
12019
12020         * shell/ev-window.c: Remember the sidebar size
12021
12022         * data/evince.schemas.in: Add a new gconf key to store the size of
12023         the sidebar
12024
12025 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
12026
12027         * data/evince-ui.xml:
12028         * shell/ev-window.c: (update_action_sensitivity),
12029         (ev_window_cmd_view_reload):
12030         
12031         Add a "Reload" action and menu entry
12032
12033 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
12034
12035         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
12036         iff the type doesn't support thumbnailing and indexing.
12037
12038 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12039
12040         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12041
12042 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12043
12044         * pdf/splash/Splash.cc:
12045
12046         Port fix for a crasher from kde bug
12047         http://bugs.kde.org/show_bug.cgi?id=97131
12048
12049 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12050
12051         * pdf/xpdf/pdf-document.cc:
12052
12053         Return a link even if it's of an unrecognized
12054         type. Otherwise we go in an infinte cycle.
12055
12056 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12057
12058         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12059         (size_allocate_cb), (ev_window_set_sizing_mode):
12060
12061         Update size when switching mode
12062
12063 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12064
12065         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12066         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12067         (ev_window_cmd_view_normal_size):
12068
12069         Fix size toggle buttons behavior
12070
12071 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12074         (doc_rect_to_view_rect), (ev_view_size_allocate),
12075         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12076         (scale_changed_callback):
12077
12078         Do not cache offsets in size_allocate.
12079
12080 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12081
12082         * shell/ev-view.c: (ev_view_size_allocate):
12083
12084         Calculate offsets before calling the parent
12085         class (which does a redraw)
12086
12087 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * pdf/xpdf/pdf-document.cc:
12090
12091         Fix a crasher on exit. Unused code, put a TODO
12092
12093 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * backend/ev-document.c: (ev_document_class_init),
12096         (ev_document_page_changed), (ev_document_scale_changed):
12097         * backend/ev-document.h:
12098
12099         Separate page/scale notifications
12100
12101         * pdf/xpdf/pdf-document.cc:
12102
12103         Emit the new signals.
12104         Do not display the pdf page in _render, do it
12105         when scale/page are requested.
12106
12107         * ps/ps-document.c: (ps_document_set_zoom),
12108         (ps_document_widget_event):
12109         * ps/ps-document.h:
12110
12111         Emit the new signals.
12112
12113         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12114         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12115         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12116         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12117         * shell/ev-view.h:
12118         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12119         (ev_window_cmd_view_page_width), (size_allocate_cb),
12120         (ev_window_set_sizing_mode):
12121
12122         Rework sizing to be pixel based.
12123         There are bugs but should be already way better.
12124
12125 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12126
12127         * shell/ev-window.c: (ev_window_init):
12128
12129         Do not allow to shrink sidebar smaller then
12130         child requisition
12131
12132 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12133
12134         * shell/ev-sidebar.[ch]
12135         * shell/ev-window.c:
12136
12137         Improved sidebar widget. Fixes #166683
12138
12139 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12140
12141         * shell/ev-view.c (update_find_status_message): Give translators
12142         more flexibility with ngettext plural handling.
12143
12144 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12145
12146         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12147         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12148         page when we get the page size.
12149
12150 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12153
12154         ps pages are 0 based, convert 
12155
12156 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12157
12158         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12159
12160         Initialize correct parent class. Set GError on document load
12161
12162 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12163
12164         * pdf/xpdf/pdf-document.cc:
12165
12166         Fixup selection offset calculation
12167
12168         * shell/ev-view.c: (view_rect_to_doc_rect),
12169         (doc_rect_to_view_rect), (ev_view_size_allocate),
12170         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12171         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12172
12173         Store selection as document relative, so that zooming
12174         and offset changing doesnt break it.
12175
12176 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12177
12178         * shell/ev-view.c: (ev_view_best_fit):
12179
12180         Do not try to best fit if the view is not realized
12181
12182 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12183           
12184         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12185
12186 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12187
12188         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12189
12190 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12191
12192         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12193         the popup window.  That prevents it resizing when in full screen
12194         mode.
12195
12196         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12197         multiple rerenders.  This pretty much sucks.
12198
12199         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12200         rest of the toolbar.
12201
12202 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12203
12204         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12205
12206 2005-02-17  Alexander Shopov  <ash@contact.bg>
12207
12208         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12209
12210 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12211
12212         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12213
12214 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12215
12216         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12217         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12218         (set_document_page), (document_changed_callback),
12219         (ev_view_set_document), (ev_view_find_previous),
12220         (ev_view_hide_cursor), (ev_view_show_cursor):
12221         * shell/ev-view.h:
12222         * shell/ev-window.c: (update_chrome_visibility),
12223         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12224         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12225         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12226         (ev_window_unfullscreen):
12227         * shell/main.c: (main):
12228
12229         Automatically hide the fullscreen button.
12230         Patch by Kristian Høgsberg <krh@redhat.com>
12231
12232 2005-02-16  Vincent Noel  <vnoel@cox.net>
12233
12234         * shell/main.c (main): Specify an icon for the window. Patch by
12235         Jaap A. Haitsma. Fixes #166177.
12236
12237 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12238
12239         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12240
12241 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12242
12243         * backend/ev-document-misc.h:
12244         * backend/ev-document-misc.c:
12245         (ev_document_misc_get_page_border_size),
12246         (ev_document_misc_paint_one_page): New function to canonicalize
12247         sizing/painting a border.
12248
12249         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12250         used.
12251
12252         * pdf/xpdf/pdf-document.cc: use new function
12253
12254         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12255         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12256         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12257         shell/ev-window.c: (update_sizing_buttons),
12258         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12259         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12260         (ev_window_cmd_view_page_width), (size_allocate_cb),
12261         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12262         and "fit width" values act as toggle buttons so they stay
12263         toggled.  It's not 100% perfect, and it's a little slow, but it's
12264         good enough to commit I think.
12265
12266 2005-02-15  David Lodge  <dave@cirt.net>
12267
12268         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12269
12270 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12271
12272         * shell/ev-window.c (update_window_title): replace newlines in
12273         the title by spaces. Bug #166107.
12274
12275 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12276
12277         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12278         parameters providing allocation width and height without
12279         scrollbars and width of a possible vertical scrollbar. With this
12280         additional information the functions can work as
12281         intended. Unfortunately they're not idempotent. We should
12282         transform these commands to toggles. Fixes Bug #164976
12283         Initial patch by Stephane Loeuillet, then heavily modified.
12284
12285         * shell/ev-view.h: update prototypes.
12286
12287         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12288         (ev_window_cmd_view_page_width): provide EvView fit functions with
12289         all the information they need. Formulas to calculate this
12290         information taken from GtkScrolledWindow.
12291
12292 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12293
12294         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12295         created a thumbnail, the list store is updated to know
12296         that the thumbnail is set. Fixes bug #166792
12297
12298 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12299
12300         * shell/ev-window.c: fixed typo, closes bug 166897
12301
12302         * TODO: updated TODO with bug numbers that are relevant
12303
12304 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12305
12306         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12307
12308 2005-02-09  Vincent Noel  <vnoel@cox.net>
12309
12310         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12311         and "Next" toolbar buttons as important to make them stand out.
12312
12313 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * lib/ev-debug.c:
12316         * lib/ev-debug.h:
12317         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12318         (start_interpreter), (stop_interpreter), (document_load),
12319         (ps_document_next_page), (ps_document_goto_page),
12320         (ps_document_set_page_size), (ps_document_widget_event),
12321         (ps_document_render):
12322         * shell/ev-page-view.c: (ev_page_view_dispose):
12323         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12324
12325         Fix compilation on non-gcc platforms
12326
12327 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12328
12329         * NEWS:
12330         * configure.ac:
12331
12332         Release 0.1.4
12333
12334         * pdf/xpdf/Catalog.cc:
12335         * pdf/xpdf/XRef.cc:
12336
12337         Fix the fix for CAN-2004-0888
12338
12339 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12340
12341         * data/Makefile.am:
12342         * data/evince-ui.xml:
12343         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12344         * shell/ev-stock-icons.h:
12345         * shell/ev-window.c: (update_action_sensitivity),
12346         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12347         (set_action_properties):
12348
12349         Improve toolbar layout/icons
12350
12351 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * pdf/xpdf/pdf-document.cc:
12354
12355         Add warnings about unimplemented/unknown link
12356         types.
12357
12358 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12359
12360         * ps/ps-document.c: (set_up_page):
12361
12362         Log gs property
12363
12364 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12365
12366         * ps/ps-document.c: (start_interpreter):
12367
12368         Log gs env var
12369
12370 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12371
12372         * shell/ev-page-view.c: (ev_page_view_dispose):
12373         * shell/ev-view.c: (ev_view_finalize):
12374         * shell/ev-window.c: (ev_window_setup_document),
12375         (ev_window_dispose), (ev_window_init):
12376
12377         Solve more refs issues.
12378
12379         I commented out the page_view initialization for now:
12380         it was never destroyed (because it's never added
12381         to a container). Because of that we was leaking
12382         gs processes. Couldnt think to a clean fix.
12383         We need to figure this out, password view has the
12384         same issue probably.
12385
12386 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * ps/ps-document.c: (ps_document_finalize),
12389         (ps_document_get_n_pages), (ps_document_get_page):
12390
12391         Some cleanups, stop the interpreter on finalize
12392
12393         * shell/ev-page-view.c: (ev_page_view_dispose),
12394         (ev_page_view_class_init):
12395
12396         Release our reference on the document
12397
12398 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * Makefile.am:
12401         * configure.ac:
12402         * doc/debugging.txt:
12403         * lib/.cvsignore:
12404         * lib/Makefile.am:
12405         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12406         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12407         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12408         * lib/ev-debug.h:
12409
12410         Add debugging helpers
12411
12412         * ps/Makefile.am:
12413         * ps/ps-document.c: (set_up_page), (start_interpreter),
12414         (stop_interpreter), (document_load), (ps_document_next_page),
12415         (ps_document_goto_page), (ps_document_set_page_size),
12416         (ps_document_widget_event), (ps_document_render):
12417         * shell/Makefile.am:
12418         * shell/ev-view.c: (expose_bin_window):
12419         * shell/main.c: (main):
12420
12421         Add some logs
12422         
12423 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * ps/ps-document.c: (ps_document_widget_event):
12426
12427         Initialize message_window, this should make ps
12428         rendering really work! (Never noticed because I was
12429         testing with a ps that is causing gs to exit every time!)
12430
12431 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12432
12433         * data/evince.schemas.in: updated simple error in applyto closing tag
12434
12435 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12436
12437         * Makefile.am:
12438         * configure.ac:
12439         * data/.cvsignore:
12440         * data/Makefile.am:
12441         * data/evince-ui.xml:
12442         A data/evince.schemas.in:
12443         * po/POTFILES.in:
12444         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12445         * shell/ev-stock-icons.h:
12446         * shell/ev-window.c: (update_chrome_visibility),
12447         (update_chrome_flag), (ev_window_cmd_edit_find),
12448         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12449         (ev_window_unfullscreen), (ev_window_focus_in_event),
12450         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12451         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12452         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12453         (ev_window_dispose), (ev_window_class_init),
12454         (set_action_properties), (set_chrome_actions), (load_chrome),
12455         (ev_window_init):
12456
12457         Implement fullscreen mode changes from bug #164776.
12458         Also implement persistent chrome toggles.
12459
12460 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12461
12462         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12463
12464 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12465
12466         * NEWS:
12467         * configure.ac:
12468         * shell/ev-view.c:
12469
12470         Add another check for find interface
12471
12472         Release 0.1.3
12473
12474 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12475
12476         * shell/ev-application.c: (ev_application_open):
12477         * shell/ev-window.c: (ev_window_open):
12478
12479         Open gzipped ps documents
12480
12481 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * TODO:
12484         * shell/ev-view.c: (set_document_page):
12485
12486         Clamp page number, dont try to move to
12487         not existant pages.
12488
12489 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12490
12491         * backend/ev-document-find.c: (ev_document_find_changed):
12492         * backend/ev-document-find.h:
12493         * pdf/xpdf/pdf-document.cc:
12494         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12495         * shell/ev-window.c: (find_bar_search_changed_cb):
12496
12497         Fix several bugs with find
12498
12499 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12500
12501         * shell/ev-sidebar-thumbnails.c
12502         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12503         document. Prevents warning from scroll_to_cell.
12504
12505 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12506
12507         * configure.ac: Add «nb» to ALL_LINGUAS too.
12508
12509 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12510
12511         * NOTES: New file with some random thoughts.
12512
12513         * TODO: Update.
12514
12515         * backend/ev-document-misc.c:
12516         (ev_document_misc_get_page_border_size): New function to
12517         canonicalize shadow drawing sizes.  Possibly goofy.
12518
12519         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12520         (ev_view_best_fit), (ev_view_fit_width):
12521         * pdf/xpdf/pdf-document.cc:
12522         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12523         * ps/ps-document.c: (ps_document_get_page_size):
12524         * backend/ev-document-misc.h:
12525         * backend/ev-document.c: (ev_document_get_page_size):
12526         * backend/ev-document.h: get_page_size now takes a page number
12527         parameter.  Made all the backends/frontends honor it.
12528
12529         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12530         see.  Doesn't work yet.
12531
12532         * shell/Makefile.am:
12533         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12534         Doesn't do anything yet.
12535
12536         * shell/ev-sidebar-thumbnails.c:
12537         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12538         [0..n_pages-1]
12539
12540         * shell/ev-window.c: (update_action_sensitivity),
12541         (ev_window_setup_document), (ev_window_set_page_mode),
12542         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12543         view-swapping code a bit so we can have multiple views on a
12544         document.  Add the multi-page view, though it can't be turned on
12545         yet.
12546
12547 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12548
12549         * shell/ev-application.c: (ev_application_open):
12550         * shell/ev-view.c: (expose_bin_window):
12551         * shell/ev-window.c: (ev_window_open):
12552
12553         Support eps and check document supports find
12554         before drawing highlightings in expose.
12555
12556 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12557
12558         * pixbuf/pixbuf-document.c:
12559         (pixbuf_document_thumbnails_get_dimensions),
12560         (pixbuf_document_document_thumbnails_iface_init):
12561
12562         implement get_dimensions
12563
12564 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12565
12566         * NEWS:
12567         * configure.ac:
12568
12569         Release 0.1.2
12570
12571 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * shell/ev-view.c: (set_document_page):
12574
12575         Scroll at the top of the page when changing page
12576
12577 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12578
12579         * shell/ev-view.c: (ev_view_motion_notify_event):
12580
12581         Do not redraw unnecessarily
12582
12583 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12584
12585         * pdf/xpdf/pdf-document.cc:
12586         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12587         (expose_bin_window), (find_changed_cb):
12588
12589         Yay! find works now... Now to find bugs...
12590
12591 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * backend/ev-document-find.c: (ev_document_find_base_init),
12594         (ev_document_find_changed):
12595         * backend/ev-document-find.h:
12596         * pdf/xpdf/pdf-document.cc:
12597         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12598         (expose_bin_window), (ev_view_init), (set_document_page),
12599         (ensure_rectangle_is_visible), (jump_to_find_result),
12600         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12601         (ev_view_find_next), (ev_view_find_previous):
12602         * shell/ev-view.h:
12603         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12604
12605         More work on find implementation, mostly there now
12606
12607 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * backend/ev-backend-marshalers.list:
12610         * backend/ev-document-find.c: (ev_document_find_base_init),
12611         (ev_document_find_cancel), (ev_document_find_page_has_results),
12612         (ev_document_find_get_n_results), (ev_document_find_get_result),
12613         (ev_document_find_get_progress), (ev_document_find_changed):
12614         * backend/ev-document-find.h:
12615
12616         Enanche the find interface to be really able to do
12617         multi page find.
12618
12619         * pdf/xpdf/pdf-document.cc:
12620
12621         Implement
12622
12623         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12624         (expose_bin_window), (ev_view_init),
12625         (ev_view_get_find_status_message), (find_changed_cb),
12626         (ev_view_set_document), (set_document_page):
12627
12628         Adapt to the new interface. A few things are regressed sorry,
12629         I will finish it soon.
12630
12631 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12632
12633         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12634         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12635         ev_sidebar_thumbnails_parent_class variable, don't define another
12636         parent_class variable.
12637
12638         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12639         (ev_page_action_class_init): ditto.
12640
12641         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12642         (pixbuf_document_class_init): ditto.
12643
12644         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12645         ditto.
12646
12647         * .cvsignore: ignore various valgrind output files.
12648
12649 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * data/evince-ui.xml:
12652         * shell/Makefile.am:
12653         * shell/ev-history.c:
12654         * shell/ev-history.h:
12655         * shell/ev-navigation-action.c:
12656         * shell/ev-navigation-action.h:
12657         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12658         (ev_view_set_page), (ev_view_fit_width):
12659         * shell/ev-view.h:
12660         * shell/ev-window.c: (update_action_sensitivity),
12661         (ev_window_setup_document), (register_custom_actions):
12662
12663         Kill session history
12664
12665 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12666
12667         * shell/ev-window.c: (update_action_sensitivity):
12668
12669         Fix inverted up/down buttons
12670
12671 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12672
12673         * shell/ev-sidebar-thumbnails.c
12674         (ev_sidebar_thumbnails_select_page): make sure the selected
12675         thumbnail stays visible.
12676
12677 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12678
12679         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12680         scrolled window for Federico.
12681
12682 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12683
12684         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12685
12686 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * configure.ac:
12689         * pdf/splash/SplashFTFontEngine.cc:
12690
12691         Fix CID fonts with freetype 2.1.9
12692
12693 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12694
12695         * TODO: added item for desktop icon thumbnailer
12696
12697 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12698
12699         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12700         unloaded docs when the title is accessed.
12701
12702         * shell/ev-password-view.[hc]: New widget for displaying password
12703         state.
12704
12705         * shell/ev-window.[ch]: Refactor password handling code to handle
12706         the new view.
12707
12708 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12709
12710         * NEWS:
12711         * configure.ac:
12712         * data/Makefile.am:
12713
12714         Release 0.1.1
12715
12716 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12717
12718         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12719         ignore page offset here, to make search results independent of it,
12720
12721         * shell/ev-view.c (expose_bin_window): but take offsets into
12722         account here. Bug #164932
12723
12724         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12725         scale at the right time. Bug #164996
12726
12727 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12728
12729         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12730         fix the problem. Now I just removed the Adobe font names and hope
12731         that the URW fonts are always in outline format. Bug #164934
12732
12733         * shell/ev-window.c (update_window_title): empty titles are
12734         useless, use filename in that case too.
12735
12736         * NEWS: Add some content.
12737
12738 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12739
12740         * TODO: added one more TODO item and a TODONE section :)
12741
12742 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12743
12744         * ps/ps-document.h: add page_[xy]_offset fields.
12745
12746         * ps/ps-document.c (ps_document_set_page_offset)
12747         (ps_document_render): Keep offset in consideration in a few
12748         places. Bug #164752 "postscript documents are not centered in
12749         window"
12750
12751         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12752         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12753
12754         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12755         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12756         stub out missing methods for complete EvDocument implementation.
12757         Fixes segfaults with Save A Copy and Copy actions.
12758
12759         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12760         (ps_document_document_iface_init): ditto.
12761         
12762 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * data/.cvsignore:
12765         * data/Makefile.am:
12766         * data/evince.desktop.in:
12767
12768         Add desktop file
12769
12770 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * shell/ev-view.c: (ev_view_button_press_event),
12773         (ev_view_motion_notify_event):
12774
12775         Make selection work in any direction
12776
12777 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * TODO:
12780         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12781
12782         Use shorter labels for some of the toolbars items
12783
12784 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12785
12786         * pdf/xpdf/pdf-document.cc:
12787
12788         Check the links info is initialized before
12789         using it. Should fix a crash on startup.
12790
12791 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12792
12793         * pixbuf/pixbuf-document.c
12794         (pixbuf_document_thumbnails_get_dimensions): force floating point
12795         division to calculate page_ratio. Fixes crash with landscape
12796         format pixbufs.
12797
12798 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12799
12800         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12801
12802 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12803
12804         * shell/ev-view.c (set_document_page): unset has_selection when
12805         the page changes.
12806         (set_document_page): handle paper size changes when the page
12807         changes (test with Free Culture, page 2).
12808
12809 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12812         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12813
12814         Use normal style color for the widget background and
12815         draw a black box around the page.
12816
12817 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12818
12819         * pdf/xpdf/pdf-document.cc:
12820
12821         Keep offset in consideration in a few places
12822
12823         * shell/ev-view.c: (expose_bin_window):
12824
12825         Set the offsets so that the document is ever centered
12826
12827 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12828
12829         * TODO: Added TODO items and finished off the first todo item
12830
12831         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12832         reflect current authors
12833
12834 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * pdf/xpdf/pdf-document.cc:
12837         * shell/ev-view.c: (ev_view_set_cursor),
12838         (ev_view_motion_notify_event), (document_changed_callback),
12839         (set_document_page):
12840
12841         Show a wait cursor while the page is rendering
12842
12843 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12844
12845         * shell/ev-sidebar-thumbnails.c:
12846         (ev_sidebar_tree_selection_changed),
12847         (ev_sidebar_thumbnails_select_page):
12848         * shell/ev-sidebar-thumbnails.h:
12849         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12850         (ev_view_can_go_forward):
12851         * shell/ev-window.c: (ev_window_open_page),
12852         (ev_window_setup_document), (update_current_page),
12853         (view_page_changed_cb), (ev_window_init):
12854         * shell/ev-window.h:
12855
12856         Ensure thumbnails selection, toolbar page control and
12857         current page are in sync.
12858
12859 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * pdf/xpdf/XRef.cc:
12862
12863         Fix CAN-2005-0064
12864
12865 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12866
12867         * backend/Makefile.am:
12868         * backend/ev-document-links.h:
12869         * backend/ev-document-security.c: (ev_document_security_get_type),
12870         (ev_document_security_has_document_security),
12871         (ev_document_security_set_password):
12872         * backend/ev-document-security.h:
12873         * backend/ev-document.c: (ev_document_error_quark):
12874         * backend/ev-document.h:
12875         * data/Makefile.am:
12876         * data/evince-password.glade:
12877         * pdf/xpdf/pdf-document.cc:
12878         * shell/Makefile.am:
12879         * shell/ev-password.c: (ev_password_set_bad_password_label),
12880         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12881         (ev_password_dialog_get_password),
12882         (ev_password_dialog_set_bad_pass):
12883         * shell/ev-password.h:
12884         * shell/ev-window.c: (ev_window_get_attribute),
12885         (ev_window_set_property), (update_action_sensitivity),
12886         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12887         (ev_window_setup_document), (ev_window_get_password),
12888         (ev_window_open), (ev_window_cmd_save_as),
12889         (using_postscript_printer), (ev_window_print),
12890         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12891         (update_fullscreen_popup), (ev_window_fullscreen),
12892         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12893         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12894         (menu_item_select_cb), (find_bar_search_changed_cb),
12895         (ev_window_dispose), (ev_window_init):
12896
12897         Add initial support for password-supported dialogs.  This could be
12898         a lot cooler, but it'll do for now.
12899
12900 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12901
12902         * pdf/xpdf/pdf-document.cc:
12903         * shell/ev-view.c: (status_message_from_link),
12904         (ev_view_set_status), (ev_view_set_cursor),
12905         (ev_view_motion_notify_event), (ev_view_init):
12906         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12907
12908         Fix bugs in the links implementation and change cursor
12909         when hovering a link.
12910
12911 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12912
12913         * viewer/.cvsignore: added cvsignore file for viewer directory
12914
12915         * TODO: created TODO document
12916
12917 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12918
12919         * shell/ev-view.h:
12920         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12921         new functions to help with implementation of sensitivity code
12922         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12923         of all actions that might require it.  Fixes a crash when you
12924         click on the Zoom actions in a window lacking a document.
12925
12926 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12927
12928         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12929         of the Find action
12930
12931 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12932
12933         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12934         (pixbuf_document_document_iface_init):
12935         * ps/ps-document.c: (ps_document_get_link),
12936         (ps_document_document_iface_init):
12937         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12938         (status_message_from_link), (ev_view_set_status),
12939         (ev_view_set_find_status), (ev_view_motion_notify_event),
12940         (ev_view_button_release_event), (ev_view_set_property),
12941         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12942         (ev_view_get_find_status_message), (update_find_results),
12943         (ev_view_get_status), (ev_view_get_find_status):
12944         * shell/ev-view.h:
12945         * shell/ev-window.c: (view_status_changed_cb),
12946         (view_find_status_changed_cb), (ev_window_init):
12947
12948         View status message support, use it to show the links.
12949         Needs work...
12950
12951 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * backend/ev-document.c: (ev_document_get_link):
12954         * backend/ev-document.h:
12955         * pdf/xpdf/pdf-document.cc:
12956         * shell/ev-application.c: (ev_application_open):
12957         * shell/ev-application.h:
12958         * shell/ev-sidebar-links.c: (selection_changed_cb):
12959         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12960         (ev_view_go_to_link):
12961
12962         Add support for document links
12963
12964 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12965
12966         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12967         (create_tool_item):
12968         Set the spin button limits correctly.
12969         
12970         * shell/ev-sidebar-thumbnails.c:
12971         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12972         Support changing pages by clicking on the thumbnails.
12973         
12974 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12975
12976         * pixbuf/pixbuf-document.c:
12977         (pixbuf_document_thumbnails_get_dimensions),
12978         (pixbuf_document_document_thumbnails_iface_init):
12979
12980         implement get_dimensions
12981
12982 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * ps/ps-document.c: (ps_document_goto_page):
12985
12986         Fix page switching on multipage documents
12987
12988 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12989
12990         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12991         
12992         check for NULL before assigning to width and height parameters
12993
12994 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12995
12996         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12997         (pixbuf_document_set_property), (pixbuf_document_get_property):
12998
12999         implement get/set properties
13000
13001 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
13002
13003         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
13004         
13005         return NULL instead of "Unknown", letting the title get set to
13006         the filename when the pdf has no title.
13007
13008 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13009
13010         * ps/ps-document.c: (ps_document_get_page_count),
13011         (ps_document_goto_page):
13012
13013 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13014
13015         * shell/ev-history.c: (ev_history_get_property),
13016         (ev_history_set_property), (ev_history_class_init),
13017         (ev_history_add_page), (ev_history_set_current_index):
13018         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
13019         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
13020         (ev_navigation_action_finalize):
13021         * shell/ev-navigation-action.h:
13022         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13023         (ev_view_go_forward), (ev_view_get_find_status_message),
13024         (history_index_changed_cb), (ev_view_set_history):
13025         * shell/ev-view.h:
13026         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13027         (update_current_page), (register_custom_actions):
13028
13029         Implement history dropdowns
13030
13031 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
13034         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
13035         (ev_view_go_forward):
13036         * shell/ev-window.c: (register_custom_actions):
13037
13038         Fix several history bugs
13039
13040 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13041
13042         * configure.ac: Add «nb» to ALL_LINGUAS.
13043
13044 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13045
13046         * backend/Makefile.am:
13047         * backend/ev-bookmark.c:
13048         * backend/ev-bookmark.h:
13049         * backend/ev-document-bookmarks.c:
13050         * backend/ev-document-bookmarks.h:
13051         * backend/ev-document-links.c: (ev_document_links_get_type),
13052         (ev_document_links_has_document_links),
13053         (ev_document_links_begin_read), (ev_document_links_get_link),
13054         (ev_document_links_get_child), (ev_document_links_next),
13055         (ev_document_links_free_iter):
13056         * backend/ev-document-links.h:
13057         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13058         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13059         (ev_link_get_link_type), (ev_link_set_link_type),
13060         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13061         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13062         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13063         (ev_link_new_external):
13064         * backend/ev-link.h:
13065         * pdf/xpdf/pdf-document.cc:
13066         * shell/Makefile.am:
13067         * shell/ev-application.c: (ev_application_open_link):
13068         * shell/ev-application.h:
13069         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13070         (ev_history_get_link_nth):
13071         * shell/ev-history.h:
13072         * shell/ev-sidebar-bookmarks.c:
13073         * shell/ev-sidebar-bookmarks.h:
13074         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13075         (ev_sidebar_links_class_init), (selection_changed_cb),
13076         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13077         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13078         (do_one_iteration), (populate_links_idle),
13079         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13080         * shell/ev-sidebar-links.h:
13081         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13082         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13083         (go_to_index):
13084         * shell/ev-view.h:
13085         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13086         * shell/ev-window.h:
13087
13088         Rename bookmark to link, and use "Index" for the sidebar panel.
13089
13090 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13091
13092         * shell/Makefile.am:
13093         * shell/ev-application.c: (ev_application_open_bookmark):
13094         * shell/ev-application.h:
13095         * shell/ev-history.c: (ev_history_init), (free_links_list),
13096         (ev_history_finalize), (ev_history_class_init),
13097         (ev_history_add_link), (ev_history_add_page),
13098         (ev_history_get_link_nth), (ev_history_get_n_links),
13099         (ev_history_get_current_index), (ev_history_set_current_index),
13100         (ev_history_new):
13101         * shell/ev-history.h:
13102         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13103         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13104         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13105         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13106         (ev_view_set_page):
13107         * shell/ev-view.h:
13108         * shell/ev-window.c: (ev_window_open_bookmark),
13109         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13110         (goto_page_cb), (register_custom_actions):
13111         * shell/ev-window.h:
13112
13113         Initial history implementation. Needs work.
13114
13115 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13116
13117         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13118
13119 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13120
13121         * cut-n-paste/recent-files/egg-recent-item.c:
13122         * cut-n-paste/recent-files/egg-recent-item.h:
13123         * cut-n-paste/recent-files/egg-recent-model.c:
13124         * cut-n-paste/recent-files/egg-recent-util.c:
13125         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13126         * cut-n-paste/recent-files/egg-recent-view.c:
13127
13128         Update
13129
13130 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13131
13132         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13133         (fillGlyph, fillImageMask, drawImage):
13134         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13135         pdf/splash/SplashTypes.h:
13136         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13137         packed mode for Splash.
13138
13139         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13140         RGB8 packed mode, eliminates the pixbuf data creation loop.
13141
13142         * shell/ev-print-job.c (ev_print_job_finalize)
13143         (ev_print_job_set_property, ev_print_job_get_property)
13144         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13145         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13146         (print_closure_finalize, ev_print_job_print): implement
13147         printing (for backends with EvPsExporter)
13148
13149         * shell/ev_print_job.h: update prototypes.
13150
13151         * shell/ev-window.c (ev_window_print): unref print job after
13152         printing.
13153
13154         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13155         unless the document implements the EvDocumentFind interface.
13156
13157 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13158
13159         * configure.ac: Added ja to ALL_LINGUAS.
13160
13161 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * pdf/xpdf/pdf-document.cc:
13164
13165         add a FIXME. We should probably not allocate
13166         a bookmark object every time
13167
13168 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * shell/ev-application.c: (ev_application_open),
13171         (ev_application_open_bookmark):
13172         * shell/ev-application.h:
13173         
13174         Add a way to open bookmarks
13175
13176         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13177         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13178         (ev_bookmark_set_property), (ev_bookmark_class_init),
13179         (ev_bookmark_new_title), (ev_bookmark_new_link),
13180         (ev_bookmark_new_external):
13181
13182         Support for external uris, better constructors.
13183
13184         * backend/ev-bookmark.h:
13185         * pdf/xpdf/pdf-document.cc:
13186         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13187
13188         Handle external uris
13189
13190 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13193         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13194
13195         Hook up bookmarks navigation
13196
13197 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * backend/Makefile.am:
13200         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13201         (ev_bookmark_get_title), (ev_bookmark_set_title),
13202         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13203         (ev_bookmark_get_page), (ev_bookmark_set_page),
13204         (ev_bookmark_get_property), (ev_bookmark_set_property),
13205         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13206         (ev_bookmark_new):
13207         * backend/ev-bookmark.h:
13208         * backend/ev-document-bookmarks.c:
13209         (ev_document_bookmarks_get_bookmark):
13210         * backend/ev-document-bookmarks.h:
13211         * pdf/xpdf/pdf-document.cc:
13212         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13213
13214         Add a bookmark object to the backend and use it instead of get_values
13215
13216 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * data/evince-ui.xml:
13219
13220         Cleanup and add select all.
13221
13222         * shell/ev-view.c: (ev_view_select_all),
13223         (ev_view_button_press_event):
13224         * shell/ev-view.h:
13225         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13226
13227         Add select all.
13228         Clear selection on click.
13229
13230 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13231
13232         * shell/ev-sidebar-thumbnails.c
13233         (ev_sidebar_thumbnails_set_document): forgot to unref the
13234         loading_icon.
13235
13236 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13237
13238         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13239         at the visible page, not just linearly.  This makes it look fast.
13240
13241 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13242
13243         * backend/ev-document-misc.c
13244         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13245         white.
13246         * backend/ev-document-thumbnails.h: New interface to get the size
13247         of a page.
13248
13249 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13250
13251         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13252         make dist works
13253
13254 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13255
13256         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13257         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13258         things up a bit.
13259
13260         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13261
13262 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13263
13264         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13265         fonts. Should fix font problems on systems that have the base
13266         fonts in bitmap format. Reported by James Henstridge
13267         <james@jamesh.id.au>.
13268
13269 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13270
13271         * pdf/xpdf/Gfx.cc:
13272         * pdf/xpdf/GfxState.cc:
13273
13274         Fix for CAN-2004-1125
13275
13276 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13277
13278         * shell/ev-view.c: (ev_view_copy):
13279         * shell/ev-view.h:
13280         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13281
13282         Implement Edit->Copy
13283
13284 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * backend/ev-document.c: (ev_document_get_text):
13287         * backend/ev-document.h:
13288         * pdf/xpdf/pdf-document.cc:
13289         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13290         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13291         (ev_view_update_primary_selection), (ev_view_button_press_event),
13292         (ev_view_motion_notify_event), (ev_view_button_release_event):
13293
13294         Beginnings of clipboard support. Incomplete but primary sort
13295         of work.
13296
13297 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13300         (expose_bin_window):
13301
13302         Nicer rubberband drawing, from GtkIconView.
13303
13304 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * backend/ev-document.c: (ev_document_save):
13307         * backend/ev-document.h:
13308         * data/evince-ui.xml:
13309         * pdf/xpdf/pdf-document.cc:
13310         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13311
13312         Implement "Save a copy..." menu item
13313
13314 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13315
13316         * shell/ev-view.c: (ev_view_zoom):
13317
13318         Queue a resize when zoom changes
13319
13320 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13321
13322         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13323         shadows.
13324
13325         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13326         thumbnails..
13327
13328 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13329
13330         * pdf/xpdf/pdf-document.cc
13331         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13332
13333 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13334
13335         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13336         It's slow, but I'll speed it up next!
13337
13338 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13339
13340         * shell/main.c (load_files):
13341
13342         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13343         from the command line and because it seems more appropriate.
13344
13345 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13346
13347         * data/evince-ui.xml:
13348         * shell/ev-window.c: (update_action_sensitivity),
13349         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13350
13351         s/next page/page down
13352         s/previous page/page up
13353
13354 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * data/evince-ui.xml:
13357
13358         Change the layout to match clarkbw design.
13359
13360         * shell/Makefile.am:
13361         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13362         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13363         (ev_navigation_action_finalize),
13364         (ev_navigation_action_set_property),
13365         (ev_navigation_action_get_property),
13366         (ev_navigation_action_class_init):
13367         * shell/ev-navigation-action.h:
13368
13369         Implement clarkbw toolbar navigation controls (incomplete)
13370
13371         * shell/ev-page-action.c: (update_label), (update_spin),
13372         (value_changed_cb), (create_tool_item), (connect_proxy),
13373         (ev_page_action_init), (ev_page_action_finalize),
13374         (ev_page_action_set_property), (ev_page_action_get_property),
13375         (ev_page_action_set_current_page),
13376         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13377         * shell/ev-page-action.h:
13378
13379         Implement a page switcher in the toolbar
13380
13381         * shell/ev-view.c: (ev_view_scroll_view):
13382         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13383         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13384         (register_custom_actions), (ev_window_init):
13385
13386         Change page on PageUp/Down.
13387
13388 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13389
13390         * pdf/xpdf/pdf-document.cc
13391         (pdf_document_thumbnails_get_thumbnail): initial stab at
13392         implementing thumbnail support for pdfs.  It only does documents
13393         with precached pdfs now.
13394
13395 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13396
13397         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13398         thumbnail code into a time-based idle as well.  Also, turn off the
13399         shadow temporarily as it's really slow.
13400
13401 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13402
13403         * backend/ev-document.c: (ev_document_class_init):
13404         * pdf/xpdf/pdf-document.cc:
13405         * shell/ev-window.c: (ev_window_open):
13406
13407         Fix document title bugs and fallback to
13408         filename when not available.
13409
13410 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13411
13412         * backend/ev-document.c: (ev_document_get_type),
13413         (ev_document_class_init), (ev_document_load),
13414         (ev_document_get_title):
13415         * backend/ev-document.h:
13416         * pdf/xpdf/pdf-document.cc:
13417         * ps/ps-document.c: (ps_document_set_property),
13418         (ps_document_get_property), (ps_document_class_init),
13419         (document_load):
13420         * ps/ps-document.h:
13421         * ps/ps.h:
13422         * shell/ev-window.c: (update_window_title), (ev_window_open),
13423         (ev_window_init):
13424
13425         Initial support for document title. Not working yet.
13426
13427 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13428
13429         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13430
13431         Grab focus on the view when clicking it
13432
13433 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * shell/ev-marshal.list:
13436         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13437         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13438
13439         Add key bindings to the view. Now if the focus would work
13440         right...
13441
13442 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * Makefile.am:
13445         * backend/Makefile.am:
13446         * data/Makefile.am:
13447         * dvi/Makefile.am:
13448         * dvi/dvilib/Makefile.am:
13449         * pdf/xpdf/Makefile.am:
13450         * po/POTFILES.in:
13451         * ps/Makefile.am:
13452
13453         Fix distcheck
13454
13455 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * shell/ev-view.c: (ev_view_realize):
13458
13459         Fix mouse wheel scrolling
13460
13461 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * ps/Makefile.am:
13464         * ps/gstypes.h:
13465         * ps/gtkgs.c:
13466         * ps/gtkgs.h:
13467         * ps/ps-document.c: (catchPipe), (ps_document_init),
13468         (ps_document_class_init), (ps_document_cleanup),
13469         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13470         (set_up_page), (close_pipe), (is_interpreter_ready),
13471         (interpreter_failed), (output), (input), (start_interpreter),
13472         (stop_interpreter), (file_length), (file_readable),
13473         (check_filecompressed), (check_pdf), (compute_xdpi),
13474         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13475         (ps_document_get_type), (ps_document_emit_error_msg),
13476         (document_load), (ps_document_next_page),
13477         (ps_document_get_current_page), (ps_document_get_page_count),
13478         (ps_document_goto_page), (ps_document_set_page_size),
13479         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13480         (ps_document_load), (ps_document_get_n_pages),
13481         (ps_document_set_page), (ps_document_get_page),
13482         (ps_document_widget_event), (ps_document_set_target),
13483         (ps_document_set_scale), (ps_document_set_page_offset),
13484         (ps_document_get_page_size), (ps_document_render),
13485         (ps_document_document_iface_init):
13486         * ps/ps-document.h:
13487         * ps/ps.c:
13488         * shell/ev-window.c: (ev_window_open):
13489
13490         Rename GtkGS to PSDocument
13491
13492 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13493
13494         * ps/gtkgs.c: (gtk_gs_class_init):
13495         * ps/gtkgs.h:
13496
13497         Some more leftover...
13498
13499 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13500
13501         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13502         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13503         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13504         * ps/gtkgs.h:
13505
13506         Remove unused code and make a lot of stuff private
13507
13508 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13511         (gtk_gs_defaults_changed):
13512         * ps/gsdefaults.h:
13513         * ps/gtkgs.c:
13514         * ps/gtkgs.h:
13515         * ps/ps.h:
13516
13517         Cleanup headers dependencies
13518
13519 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13520
13521         * ps/Makefile.am:
13522         * ps/ggvutils.c:
13523         * ps/ggvutils.h:
13524         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13525         * ps/gsdefaults.h:
13526         * ps/gtkgs.c: (file_length), (file_readable),
13527         (check_filecompressed), (check_pdf), (gtk_gs_load),
13528         (gtk_gs_get_postscript):
13529
13530         Get rid of ggvutils
13531
13532 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13533
13534         * ps/ggvutils.c:
13535         * ps/ggvutils.h:
13536         * ps/gsio.h:
13537         * ps/gtkgs.c: (gtk_gs_set_zoom):
13538
13539         Cleanups
13540
13541 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13542
13543         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13544
13545         Ensure the page is rerendered when changing zoom
13546
13547 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13548
13549         * backend/ev-document.c: (ev_document_base_init),
13550         (ev_document_changed):
13551         * backend/ev-document.h:
13552
13553         Add a changed event that is emitted when the page content
13554         changes. This is necessary to deal with the fact that
13555         in ps backend rendering happen asycrounously.
13556         This makes the ps backend mostly work.
13557
13558         * pdf/xpdf/pdf-document.cc:
13559
13560         Emit changed event
13561
13562         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13563         (ps_document_set_target):
13564
13565         Emit changed event
13566
13567         * shell/ev-view.c: (document_changed_callback),
13568         (ev_view_set_document), (ev_view_set_page):
13569
13570         Redraw on the changed signal
13571
13572 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13573
13574         * configure.ac: Added pt_BR to ALL_LINGUAS.
13575
13576 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13577
13578         * backend/ev-document-bookmarks.c:
13579         (ev_document_bookmarks_get_child): *
13580         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13581         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13582         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13583         (ev_sidebar_bookmarks_destroy),
13584         (ev_sidebar_bookmarks_class_init),
13585         (ev_sidebar_bookmarks_construct), (stack_data_free),
13586         (do_one_iteration), (populate_bookmarks_idle),
13587         (ev_sidebar_bookmarks_clear_document),
13588         (ev_sidebar_bookmarks_set_document): *
13589         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13590         (ev_sidebar_add_page),
13591         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13592         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13593         it displays both the topics and the page numbers.
13594
13595 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13596
13597         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13598         toggle.
13599         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13600         visible.
13601
13602 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13603
13604         * configure.ac: Added en_CA to ALL_LINGUAS.
13605
13606 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13607
13608         * ChangeLog: replace bottom of this ChangeLog (merged history of
13609         ggv and gpdf; where all paths were wrong and most of the files are
13610         not even in this tree) with ChangeLog (from arch) of the shell
13611         code.
13612
13613 2004-12-23  Havoc Pennington  <hp@redhat.com>
13614
13615         * shell/ev-window.c: hook up potentially-questionable "find
13616         results status text" feature - something involving the sidebar or
13617         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13618         might be better in the end.
13619
13620         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13621         with corresponding signal when it should be updated
13622
13623         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13624
13625 2004-12-22  Havoc Pennington  <hp@redhat.com>
13626
13627         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13628         find stuff on other pages, sort of (only returns one result on
13629         invisible pages, to show they have results; updates full results
13630         for a page when you view it). Currently repaints the current page
13631         every time a new result is found on any page, which isn't so nice.
13632
13633 2004-12-22  Havoc Pennington  <hp@redhat.com>
13634
13635         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13636         the document doesn't support find (better ideas?)
13637         (find_bar_search_changed_cb): handle missing document or document
13638         that doesn't support find
13639
13640         * pdf/xpdf/pdf-document.cc: port to implement the new
13641         EvDocumentFindIface
13642
13643         * backend/ev-document-find.c: create a new interface for searching
13644
13645         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13646
13647 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13648
13649         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13650         libevbackend.la.
13651
13652         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13653         EvPrintJob constructor arguments.
13654
13655         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13656         for documents that can export PostScript (page by page).
13657
13658         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13659         
13660         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13661         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13662         (pdf_document_ps_exporter_iface_init:
13663         Implement EvPSExporter.
13664
13665         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13666
13667 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13668
13669         * backend/Makefile.am:
13670         * backend/ev-document-thumbnails.c:
13671         (ev_document_thumbnails_get_type),
13672         (ev_document_thumbnails_get_thumbnail):
13673         * backend/ev-document-thumbnails.h:
13674         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13675         (pixbuf_document_thumbnails_get_thumbnail),
13676         (pixbuf_document_document_thumbnails_iface_init):
13677         * shell/Makefile.am:
13678         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13679         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13680         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13681         * shell/ev-sidebar-thumbnails.h:
13682         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13683         (ev_sidebar_set_document):
13684         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13685         (create_shadow), (ev_pixbuf_add_shadow):
13686         * shell/ev-utils.h:
13687         Add thumbnail support.
13688         
13689 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13690
13691         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13692         (using_postscript_printer): Set up a print dialog for "PostScript
13693         injection" method.
13694
13695         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13696         EvPrintJob.
13697
13698         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13699
13700 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13701
13702         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13703         (ps_document_set_target), (ps_document_get_page_size),
13704         (ps_document_render):
13705         * ps/gtkgs.h:
13706
13707         Fix a few bugs
13708
13709 2004-12-22  Christian Rose  <menthos@menthos.com>
13710
13711         * configure.ac: Added "sv" to ALL_LINGUAS.
13712
13713 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13714
13715         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13716         document supports bookmarks.
13717
13718 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13719
13720         * ps/ggvutils.c: (ggv_file_readable):
13721         * ps/ggvutils.h:
13722         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13723         (gtk_gs_get_postscript):
13724
13725         Remove unused utils
13726
13727 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13728
13729         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13730         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13731         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13732         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13733         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13734         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13735         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13736         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13737         (gtk_gs_set_antialiasing), (ps_document_load),
13738         (ps_document_render):
13739         * ps/gtkgs.h:
13740
13741         Another check point for the ps backend. Now I can get it to show
13742         pages!
13743
13744 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13745
13746         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13747         document setting code.
13748
13749 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13750
13751         * shell/eggfindbar.c: (entry_activate_callback):
13752         Animate the next button when activate is pressed.
13753         
13754 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13755
13756         * shell/ev-window.c: (ev_window_cmd_edit_find),
13757         (update_fullscreen_popup), (ev_window_fullscreen),
13758         (ev_window_unfullscreen), (ev_window_state_event_cb),
13759         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13760         Fix bugs in fullscreen code.
13761         
13762 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13763
13764         * Makefile.am:
13765         * configure.ac:
13766         * pixbuf/Makefile.am:
13767         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13768         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13769         (pixbuf_document_set_page), (pixbuf_document_get_page),
13770         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13771         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13772         (pixbuf_document_render), (pixbuf_document_begin_find),
13773         (pixbuf_document_end_find), (pixbuf_document_finalize),
13774         (pixbuf_document_class_init),
13775         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13776         * pixbuf/pixbuf-document.h:
13777         * shell/Makefile.am:
13778         * shell/ev-application.c: (ev_application_open):
13779         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13780         (ev_window_open):
13781         Add pixbuf backend.
13782         
13783 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13784
13785         * Makefile.am: 
13786         * dvi/dvilib/Makefile.am:
13787         * dvi/Makefile.am:
13788         * configure.ac: Auto*ify dvi and dvi/dvilib
13789
13790         * dvi/Makefile: Remove from CVS
13791         
13792         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13793         confusion.
13794
13795         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13796         
13797         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13798         
13799 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13800
13801         * ps/Makefile.am:
13802         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13803         (gtk_gs_value_adjustment_changed), (compute_size),
13804         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13805         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13806         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13807         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13808         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13809         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13810         (ps_document_load), (ps_document_get_n_pages),
13811         (ps_document_set_page), (ps_document_get_page),
13812         (ps_document_set_target), (ps_document_set_scale),
13813         (ps_document_set_page_offset), (ps_document_get_page_size),
13814         (ps_document_render), (ps_document_begin_find),
13815         (ps_document_end_find), (ps_document_document_iface_init):
13816         * ps/gtkgs.h:
13817         * shell/Makefile.am:
13818         * shell/ev-window.c: (ev_window_open):
13819
13820         Some work to integrate gtkgs with EvDocument
13821
13822 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13823
13824         * shell/ev-window.c: (update_fullscreen_popup),
13825         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13826         (exit_fullscreen_button_clicked_cb),
13827         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13828         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13829         (ev_window_state_event_cb), (ev_window_init):
13830         Add fullscreen support from Epiphany.
13831         
13832 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13833
13834         * data/ev-stock-zoom-fit-width.png: fit-width
13835         stock icon from gpdf.
13836         
13837         * shell/ev-stock-icons.[ch]: copied from gpdf.
13838         
13839         * shell/main.c: (main): init stock icons.
13840         
13841         * shell/ev-window.c: use the fit-width icon.
13842         
13843         * data/evince-ui.xml: add zooming toolbar items.
13844
13845 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13846
13847         * shell/ev-view.c: 
13848         (ev_view_best_fit), (ev_view_fit_width): because
13849         get_page_size() returns the scaled page size, we
13850         need to calculate the scale factor relative to
13851         the previous scale factor. Should really just
13852         add get_real_page_size().
13853
13854 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13855
13856         * shell/ev-view.[ch]:
13857         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13858         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13859         add zooming.
13860         
13861         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13862         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13863         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13864         hook it up.
13865         
13866         * pdf/xpdf/pdf-document.cc:
13867         (pdf_document_begin_find),
13868         (pdf_document_end_find): make static.
13869
13870 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13871
13872         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13873
13874         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13875         names to fontconfig patterns.
13876         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13877
13878         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13879         setupBaseFontsFc.
13880
13881 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13882
13883         * Makefile.am:
13884         * configure.ac:
13885         * ps/Makefile.am:
13886         * ps/ggvutils.c:
13887         * ps/ggvutils.h:
13888         * ps/gsdefaults.c:
13889         * ps/gsdefaults.h:
13890         * ps/gsio.c:
13891         * ps/gsio.h:
13892         * ps/gtkgs.c:
13893         * ps/gtkgs.h:
13894         * ps/ps.c:
13895         * ps/ps.h:
13896
13897         Import ggv backend. Not hooked up yet.
13898
13899 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13900
13901         * shell/main.c: (load_files), (main): load files
13902         from the command line.
13903
13904 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13905
13906         * configure.ac: don't require bonobo.
13907         
13908         * cut-n-paste/recent-files/*: kill bonobo recent
13909         view.
13910
13911         * shell/ev-window.c:
13912         (ev_window_is_empty): upd.
13913         (unable_to_load), (ev_window_open): load backend
13914         based on the mime type.
13915
13916 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13917
13918         * backend/.cvsignore: ignore generated marshalers source.
13919
13920         * shell/main.c (main): this is not epiphany.
13921
13922 2004-12-22  Havoc Pennington  <hp@redhat.com>
13923
13924         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13925         (expose_bin_window): draw find highlights
13926
13927         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13928         
13929         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13930         (pdf_document_end_find): implement this interface
13931
13932         * backend/ev-document.c (ev_document_found): add this to emit
13933         signal
13934
13935 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13936
13937         * data/evince-ui.xml: Add a few more toolbar items.
13938
13939         * shell/ev-window.c: Hook up page navigation toolbar 
13940         items.
13941
13942         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13943         a page-changed signal.
13944
13945         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13946         Add ev_document_get_page().
13947
13948         * shell/ev-window.c: Sensitize/desensitize navigation
13949         actions.
13950
13951 2004-12-21  Havoc Pennington  <hp@redhat.com>
13952
13953         * backend/ev-backend-marshal.c,
13954         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13955         marshaler-generator thingy. I'm sure there's a better way to do
13956         this in the modern world.
13957
13958         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13959         end_find methods and "found" signal.
13960
13961         * configure.ac: find glib-genmarshal
13962
13963 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13964
13965         * shell/ev-sidebar.c: Construct an actual sidebar.
13966         * shell/ev-sidebar-bookmarks.[ch]:
13967         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13968
13969 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13970
13971         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13972         Redo size handling.
13973         
13974         * shell/ev-view.c: Track the size from the document.
13975
13976 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13977
13978         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13979         constructor assumes ownership of the string passed in.
13980         
13981         * shell/ev-window.c (ev_window_open): Destroy the error
13982         dialog once we've displayed it.
13983
13984 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13985
13986         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13987         a bit, it works! (sort of)
13988
13989         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13990         Move to .cc since we need to use C++ in the implementation.
13991
13992         * shell/dummy.cc: Add a CC file to force evince
13993         to be linked as a C++ program.
13994
13995 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13996
13997         * shell/ev-view.[ch]: Start of content-area widget.
13998
13999         * shell/ev-window.c: Create a EvView, update it
14000         as we change documents.
14001
14002         * shell/Makefile.am shell/ev-marshal.list: Add
14003         generated marshalers.
14004
14005 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
14006
14007         * Makefile.am (SUBDIRS): move shell.
14008
14009 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
14010
14011         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
14012         .a to libtool convenience libraries.
14013
14014         * shell/ev-window.c (ev_window_open): Hard code loading
14015         a PDF document.
14016         
14017         * backend/ev-document.h: Add a boolean return to load(),
14018         fix GError * to GError **.
14019
14020         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
14021         object for a PDF backend EvDocument.
14022
14023 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
14024
14025         * dvi/*: New directory with the beginning of a .dvi backend.
14026
14027 2004-12-21  Havoc Pennington  <hp@redhat.com>
14028
14029         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
14030         previous/next instead of back/forward
14031
14032 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
14033
14034         * backend/ev-document.[ch]: Fix a couple of problems so
14035         it compile.
14036
14037 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
14038
14039         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14040         to backend/ directory, rename EvViewer to EvDocument.
14041
14042 2004-12-21  Havoc Pennington  <hp@redhat.com>
14043
14044         * shell/ev-window.c: hook up the find bar widget; now we just need
14045         a document to find things in
14046
14047         * shell/eggfindbar.c: a find bar widget
14048
14049 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14050
14051         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14052
14053 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14054
14055         * pdf/**: Import of xpdf code from gpdf. 
14056
14057         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14058
14059         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14060         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14061         Fix FreeType includes.
14062
14063         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14064         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14065         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14066         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14067         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14068         Include xpdfconfig.h
14069         
14070 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14071
14072         * shell/ev-window.c (ev_window_dispose): dispose can be called
14073         multiple times.
14074
14075 2004-12-21  Havoc Pennington  <hp@redhat.com>
14076
14077         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14078         rather than Evince
14079
14080         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14081         items; really they should be synced with the strings, etc. from
14082         current gpdf, but just getting the boring typing out of the way 
14083
14084 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14085
14086         * po/POTFILES.in:
14087         * shell/ev-application.c: (window_destroy_cb):
14088         * shell/ev-window.c:
14089         * shell/main.c: (main):
14090
14091         Actually show the window...
14092
14093 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * Makefile.am:
14096         * shell/Makefile.am:
14097         * shell/ev-application.c: (ev_application_class_init):
14098         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14099
14100         Make it build again
14101
14102 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14103
14104         Import to gnome cvs.
14105         
14106         * Remove copies of gpdf and ggv trees.
14107         * Rip out all the recursive configure code.
14108         * Remove bonobo machinery.
14109         * viewer/*: GInterfaces that backends should/can implement.
14110
14111 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14112
14113         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14114         typo
14115
14116 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14117
14118         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14119         (ev_application_finalize, ev_application_class_init)
14120         (ev_application_init): use GType instance private data for priv.
14121
14122         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14123         (ev_window_finalize, ev_window_class_init)
14124         (ev_window_init): ditto.
14125
14126 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14127
14128         * shell/ev-application.c (ev_application_new_window): make public
14129         (ev_application_show_initial_window): kill.
14130
14131         * shell/ev-application.h: update prototypes.
14132
14133         * shell/main.cc (main): inline ev_application_show_initial_window.
14134
14135 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14136
14137         * shell/ev-application.c (ev_application_new_window): impl.
14138         (ev_application_show_initial_window): use it.
14139         (is_window_empty, ev_application_get_empty_window): returns an
14140         existing empty window or a new one.
14141         (ev_application_open): from ev_window_cmd_file_open.
14142
14143         * shell/ev-application.h: update prototypes
14144
14145         * shell/ev-window.c (ev_window_is_empty): impl.
14146         (ev_window_open): make public.
14147         (ev_window_cmd_file_open): use ev_application_open
14148
14149         * shell/ev-window.h: update prototypes, remove unused.
14150
14151 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14152
14153         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14154         move destroy handler out of here...
14155
14156         * shell/ev-application.c, shell/ev-application.h: ...into this new
14157         class. Also handles initial window creation.
14158
14159         * shell/main.cc (main): use EvApplication to create initial
14160         window.
14161
14162 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14163
14164         * Makefile.am (SUBDIRS): add cut-n-paste
14165
14166         * cut-n-paste/Makefile.am: add
14167
14168         * configure.ac: generate Makefiles in cut-n-paste
14169
14170 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14171
14172         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14173         (ev_window_class_init): install ev_window_dispose.
14174
14175 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14176
14177         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14178         char (gchar looks stupid).
14179
14180 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14181
14182         * po/de.po: updated German translation.
14183
14184 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14185
14186         * configure.ac: add more pkg-config library checks for gnome-vfs,
14187         bonobo etc.
14188
14189         * gpdf/configure.in: temporarily disable libpaper
14190         checks. Otherwise I'd have to add the checks for the shell, too.
14191
14192 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14193
14194         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14195         and * file filters to the file choose.
14196
14197 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14198
14199         * po/de.po: Updated German translation.
14200
14201 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14202
14203         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14204
14205 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14206
14207         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14208
14209         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14210         (ev_window_init): implement those menuitems.
14211
14212 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14213
14214         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14215
14216         * shell/ev-window.c (ev_window_init): use the toolbar.
14217
14218 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14219
14220         * shell/ev-window.c (ev_window_init): use menu translations
14221
14222 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14223
14224         * configure.ac: add "de" to ALL_LINGUAS.
14225
14226         * po/de.po: add German translation.
14227
14228 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14229
14230         * Makefile.am (SUBDIRS): add po
14231
14232         * configure.ac: check intltool, glib-gettext etc, generate
14233         po/Makefile.in
14234
14235         * po, po/POTFILES.in, po/POTFILES.skip: new.
14236
14237 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14238
14239         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14240         already use (#ifdef ENABLE_NLS)
14241
14242         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14243         pointer indirection thinko.
14244
14245         * shell/main.c: include gi18n.h for bindtextdomain etc.
14246
14247 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14248
14249         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14250         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14251         tooltips for menu items in the statusbar.
14252
14253 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14254
14255         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14256         pkgdatadir drop UIDIR
14257
14258 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14259
14260         * data/evince-ui.xml: Add File->Open menu item
14261
14262         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14263         chooser), hook it up in the ui manager.
14264
14265 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14266
14267         * shell/ev-window.c: fix Help->About tooltip.
14268
14269 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14270
14271         * configure.ac: set CFLAGS for libevprivate.
14272
14273         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14274         definitions, factory etc.
14275
14276         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14277
14278         * shell/Makefile.am: link against libevprivate.a.
14279
14280         * shell/ev-window.c (entries): add stock icon to Help->About.
14281
14282         * shell/main.c (main): init stock icon code.
14283
14284 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14285
14286         * lib/recent-files: egg recent files code
14287
14288         * lib/Makefile.am: add.
14289
14290         * Makefile.am: add lib subdir.
14291
14292         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14293         set CFLAGS for recent-files.
14294
14295 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14296
14297         * configure.ac: disable -ansi and -pedantic gcc flags. They
14298         disable POSIX stuff in stdio.h, but egg-recent uses them.
14299
14300 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14301
14302         * configure.ac: add --disable-deprecated flag (defaults to on in
14303         "cvs" builds).
14304
14305         * shell/Makefile.am (INCLUDES): use it.
14306
14307 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14308
14309         * shell/main.c: add missing #include.
14310
14311         * shell/ev-window.c: fix for pedantic gcc.
14312         (ev_window_cmd_help_about): split license into paragraphs for
14313         translators and pedantic compilers.
14314
14315 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14316
14317         * configure.ac: add more warning flags if compiling with gcc from
14318         cvs (or explicitly requested with --enable-more-warnings).
14319
14320 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14321
14322         * data/evince-ui.xml: add File and File->Close menu.
14323
14324         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14325         (ev_window_destroy): quit after destroy.
14326         (ev_window_class_init): override GtkObject::destroy.
14327         (entries): install close_window callback.
14328
14329 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14330
14331         * Makefile.am (SUBDIRS): add data subdir.
14332
14333         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14334         gtk+ 2.5.0 for GtkAboutDialog.
14335
14336         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14337         main window.
14338
14339         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14340
14341         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14342         manager.
14343         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14344
14345 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14346
14347         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14348
14349 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14350
14351         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14352
14353 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14354
14355         * shell/*: Added shell directory boilerplate, build it.
14356
14357 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14358
14359         * configure.ac, Makefile.am: Added top-level configure.ac and
14360         Makefile.am