]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use GtkScrollType instead of EvScrollType.
[evince.git] / ChangeLog
1 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-view-private.h:
4         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
5         (ev_view_scroll), (ev_view_class_init):
6         * shell/ev-view-accessible.c:
7         (ev_view_accessible_action_do_action):
8         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
9         (ev_window_cmd_scroll_backward):
10
11         Use GtkScrollType instead of EvScrollType.
12         
13 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
14
15         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
16         
17         Patch for case unsensitive page label match by Michael Lee.
18         See bug #550136.
19         
20         * shell/ev-page-action.c (create_tool_item):    
21         * test/Makefile.am:
22         * test/test1.py:
23         * test/test4.py:
24         * test/test5.py:
25         
26         Added test for the above and updated other tests.
27
28 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * shell/ev-window.c: (image_save_dialog_response_cb):
31
32         Do not append the file extension twice when saving an image.
33         
34 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
35
36         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
37
38         Remove an invalid ifdef.
39         
40 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * shell/ev-view.c: (ev_view_motion_notify_event):
43
44         Make sure the cursor is correctly restored after showing the right
45         click menu.
46         
47 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
50         (ev_attachment_open):
51         * shell/ev-sidebar-attachments.c:
52         (ev_sidebar_attachments_button_press):
53         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
54
55         Use GdkAppLaunchContext when available to open attachments.
56         
57 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
60
61         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
62         by Eric Piel.
63         
64 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
65
66         * shell/ev-application.c: (ev_application_get_media_keys):
67         * shell/ev-media-player-keys.[ch]:
68         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
69         (ev_media_player_keys_grab_keys),
70         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
71         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
72         * shell/ev-window.[ch]: (ev_window_dispose),
73         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
74         (ev_window_init):
75
76         Clean up the media player keys stuff.
77         
78 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * NEWS:
81         * configure.ac:
82
83         Update for release 2.23.91.
84         
85 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * cut-n-paste/smclient/eggsmclient-xsmp.c:
88         (sm_client_xsmp_set_initial_properties):
89
90         Fix memory leak.
91         
92 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
93
94         * shell/ev-application.c: (ev_application_open_window),
95         (ev_application_open_uri_at_dest):
96
97         Make sure evince starts up in the right workspace when resuming a
98         previous session.
99         
100 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * shell/ev-application.[ch]: (ev_application_open_window),
103         (ev_application_add_icon_path_for_screen),
104         (ev_application_open_uri_at_dest):
105
106         Fix window manager warnings shown in ~/.xsession-errors
107         
108 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * configure.ac:
111         * cut-n-paste/Makefile.am:
112         * cut-n-paste/smclient/Makefile.am:
113         * cut-n-paste/smclient/eggdesktopfile.[ch]:
114         * cut-n-paste/smclient/eggsmclient-private.h:
115         * cut-n-paste/smclient/eggsmclient-xsmp.c:
116         * cut-n-paste/smclient/eggsmclient.[ch]:
117
118         EggSMClient copied from libegg
119
120         * libdocument/ev-file-helpers.c: (ev_dot_dir):
121         * shell/Makefile.am:
122         * shell/ev-application.[ch]: (ev_application_load_session),
123         (smclient_save_state_cb), (smclient_quit_cb),
124         (ev_application_init_session), (ev_application_shutdown),
125         (ev_application_init):
126         * shell/main.c: (main):
127
128         Use EggSMClient instead of gnome-client and remove libgnome and
129         libgnomeui dependencies.
130         
131 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * shell/main.c: (main):
134
135         Remove gnome_authentication_manager_init.
136         
137 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * shell/ev-view.c: (ev_view_goto_window_create):
140
141         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
142         since it's now deprecated.
143         
144 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * backend/djvu/Makefile.am:
147         * backend/djvu/djvu-document-private.h:
148         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
149         (djvu_document_find_iface_init):
150         * backend/djvu/djvu-text-page.[ch]:
151         * backend/djvu/djvu-text.[ch]: Removed
152         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
153         (pdf_document_find_iface_init):
154         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
155         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
156         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
157         (ev_job_find_get_n_results), (ev_job_find_get_progress),
158         (ev_job_find_has_results), (ev_job_find_get_results):
159         * shell/ev-view-private.h:
160         * shell/ev-view.[ch]: (ev_view_expose_event),
161         (highlight_find_results), (ev_view_finalize),
162         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
163         (ev_view_set_document), (ev_view_find_get_n_results),
164         (ev_view_find_get_result), (jump_to_find_result),
165         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
166         (ev_view_find_previous), (ev_view_find_search_changed),
167         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
168         * shell/ev-window.c: (ev_window_update_actions),
169         (page_changed_cb), (ev_window_setup_document),
170         (ev_window_update_find_status_message),
171         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
172         (ev_window_clear_find_job), (find_bar_close_cb),
173         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
174         (ev_window_dispose), (ev_window_init):
175
176         Rework find interface. The find logic has been moved from backends
177         to the shell avoiding a lot of duplicated code in the backends and
178         making easier to implement the find interface in the backends.
179         
180 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
181
182         * backend/pdf/ev-poppler.cc:
183         (pdf_document_thumbnails_get_dimensions):
184
185         Make sure thumbnail size returned by the PDF is actually
186         valid. Fixes bug #548462.
187         
188 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * shell/ev-window.c: (ev_window_setup_document),
191         (ev_window_set_document), (ev_window_dispose):
192
193         Remove the idle function for setting the document up when the
194         window is destroyed. Fixes bug #549163.
195         
196 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
199         (ev_job_attachments_dispose), (ev_job_attachments_run),
200         (ev_job_attachments_class_init), (ev_job_attachments_new):
201         * shell/ev-sidebar-attachments.c:
202         (ev_sidebar_attachments_set_document):
203
204         Add a new job to get the attachments in a thread with the document
205         lock held. Fixes bug #548653.
206         
207 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
210         (tiff_document_document_iface_init):
211
212         Implement document_get_page_label in tiff backend.
213         
214 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * backend/tiff/tiff-document.c: (tiff_document_render):
217
218         Handle document orientation in tiff backend. Fixes bug #548444.
219         
220 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
221
222         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
223
224         Do not crash when adjustment page size is 0. Fixes bug #547440.
225         
226 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
227
228         * cut-n-paste/evmountoperation/ev-mount-operation.c:
229
230         Sync with current GTK+.
231         
232 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
233
234         * configure.ac:
235         
236         Update for release 2.23.6.
237
238 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
241         (ev_job_load_set_password):
242         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
243         * shell/ev-window.c: (password_dialog_response),
244         (ev_window_load_job_cb):
245
246         Fix loading encrypted documents since I broke it with the jobs
247         rework.
248         
249 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * NEWS:
252
253         Update NEWS for 2.23.6 release.
254         
255 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
256
257         * backend/impress/impress-document.c:
258         * backend/impress/render.h:
259         * libdocument/ev-document-factory.c:
260         * libdocument/ev-document-factory.h:
261         * libdocument/ev-document-links.h:
262         * libdocument/ev-document-misc.c:
263         * libdocument/ev-document-misc.h:
264         * properties/ev-properties-main.c:
265         * properties/ev-properties-view.c:
266         * properties/ev-properties-view.h:
267         * shell/eggfindbar.c:
268         * shell/eggfindbar.h:
269         * shell/ev-application.c:
270         * shell/ev-application.h:
271         * shell/ev-jobs.h:
272         * shell/ev-message-area.h:
273         * shell/ev-navigation-action.c:
274         * shell/ev-navigation-action.h:
275         * shell/ev-open-recent-action.c:
276         * shell/ev-open-recent-action.h:
277         * shell/ev-page-action-widget.c:
278         * shell/ev-page-action.c:
279         * shell/ev-page-action.h:
280         * shell/ev-page-cache.h:
281         * shell/ev-password-view.h:
282         * shell/ev-password.h:
283         * shell/ev-pixbuf-cache.h:
284         * shell/ev-properties-fonts.c:
285         * shell/ev-sidebar-attachments.c:
286         * shell/ev-sidebar-links.c:
287         * shell/ev-sidebar-links.h:
288         * shell/ev-sidebar-thumbnails.c:
289         * shell/ev-sidebar-thumbnails.h:
290         * shell/ev-sidebar.c:
291         * shell/ev-sidebar.h:
292         * shell/ev-stock-icons.c:
293         * shell/ev-tooltip.h:
294         * shell/ev-view.c:
295         * shell/ev-view.h:
296         * shell/ev-window.c:
297         * shell/ev-window.h:
298         * shell/main.c:
299
300         More #include cleanups. Again: reordering, single gtk.h
301         includes and other stuff.
302
303 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
304
305         * shell/eggfindbar.c:
306         * shell/ev-application.c:
307         * shell/ev-message-area.c:
308         * shell/ev-navigation-action.c:
309         * shell/ev-open-recent-action.c:
310         * shell/ev-page-action-widget.c:
311         * shell/ev-page-action.c:
312         * shell/ev-password-view.c:
313         * shell/ev-properties-dialog.c:
314         * shell/ev-properties-fonts.c:
315         * shell/ev-sidebar-attachments.c:
316         * shell/ev-sidebar-page.c:
317         * shell/ev-sidebar-thumbnails.c:
318         * shell/ev-stock-icons.c:
319         * shell/ev-tooltip.c:
320         * shell/ev-view.c:
321         * shell/ev-window.c:
322         * shell/main.c:
323
324         Cleanup many #include statements: reorder so that a
325         generic-to-specific order is used, use single gtk.h
326         includes, and some other cleanups.
327
328 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-jobs.h:
331
332         Add gio header.
333         
334 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
337         (ev_document_fc_mutex_trylock):
338         * shell/Makefile.am:
339         * shell/ev-job-queue.[ch]:
340         * shell/ev-job-scheduler.[ch]:
341         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
342         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
343         (ev_job_run), (ev_job_cancel), (ev_job_failed),
344         (ev_job_failed_from_error), (ev_job_succeeded),
345         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
346         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
347         (ev_job_links_class_init), (ev_job_render_init),
348         (notify_page_ready), (ev_job_render_page_ready),
349         (ev_job_render_run), (ev_job_render_class_init),
350         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
351         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
352         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
353         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
354         (ev_job_save_dispose), (ev_job_save_run),
355         (ev_job_save_class_init), (ev_job_print_init),
356         (ev_job_print_dispose), (ev_job_print_run),
357         (ev_job_print_class_init):
358         * shell/ev-page-cache.c:
359         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
360         (check_job_size_and_unref), (move_one_job),
361         (copy_job_to_job_info), (add_job),
362         (ev_pixbuf_cache_add_jobs_if_needed):
363         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
364         (job_fonts_finished_cb), (job_fonts_updated_cb),
365         (ev_properties_fonts_set_document):
366         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
367         (ev_sidebar_links_set_document):
368         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
369         (ev_sidebar_thumbnails_set_document),
370         (ev_sidebar_thumbnails_clear_job):
371         * shell/ev-view-private.h:
372         * shell/ev-view.c:
373         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
374         (ev_window_refresh_window_thumbnail), (password_dialog_response),
375         (ev_window_clear_load_job), (ev_window_clear_reload_job),
376         (ev_window_load_job_cb), (ev_window_reload_job_cb),
377         (window_open_file_copy_ready_cb), (ev_window_open_uri),
378         (ev_window_reload_document), (ev_window_clear_save_job),
379         (ev_window_save_job_cb), (file_save_dialog_response_cb),
380         (ev_window_clear_print_job), (ev_window_print_job_cb),
381         (ev_window_print_dialog_response_cb):
382         * shell/main.c: (main):
383
384         Rework the jobs system in order to make it simpler and more
385         extensible. It allows to run jobs in the main loop instead of
386         using a thread when it's appropriate like the fonts job. Now it's
387         also possible to cancel jobs that are currently running. 
388         
389 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
390
391         * libdocument/ev-debug.c: (profile_init):
392
393         Create the hash table also when profiling service is enabled for
394         all sections.
395         
396 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * libdocument/ev-debug.[ch]: (ev_profiler_start),
399         (ev_profiler_stop):
400         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
401         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
402         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
403         (ev_job_print_run):
404         * shell/main.c: (main):
405
406         Add a profile mode available when debug is enabled. Add profilers
407         in ev-jobs.
408         
409 2008-07-23  Götz Waschk <waschk@mandriva.org>
410
411         * configure.ac: Correctly build desktop file. Fixes
412         bug #544237.
413
414 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
415
416         * configure.ac:
417         
418         Update for release 2.23.5.
419
420 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * NEWS:
423
424         Update NEWS for 2.23.5 release.
425         
426 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * shell/ev-window.c: (ev_window_state_event),
429         (ev_window_class_init):
430
431         Intercept window manager's fullscreen request in order to run/stop
432         fullscreen mode. Fixes bug #493541.
433         
434 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * shell/ev-window.c: (find_bar_visibility_changed_cb):
437
438         Restart the job search when the find bar is opened for the second
439         time. Fixes bug #531956.
440         
441 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
442
443         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
444         (get_document_from_uri):
445
446         Make sure we always return a valid error struct when
447         get_document_from_uri fails. Fixes nautilus crash, see bug
448         #542548.
449         
450 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
451
452         * libdocument/ev-transition-effect.c
453         (ev_transition_effect_type_get_type),
454         (ev_transition_effect_alignment_get_type),
455         (ev_transition_effect_direction_get_type):
456         
457         Fixes bug #542924. Makes enums static to fix Solaris build.
458
459 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * shell/ev-view.c: (ev_view_key_press_event):
462
463         Add '.' keybinding for blanking the screen in presentation
464         mode. Fixes bug #542001.
465         
466 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * libdocument/ev-document-misc.c:
469         (ev_document_misc_pixbuf_from_surface):
470
471         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
472         #540950.
473         
474 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
475
476         * backend/comics/comics-document.c (comics_document_load):
477         * backend/comics/comicsdocument.evince-backend.in:
478         * configure.ac:
479         * thumbnailer/evince-thumbnailer-comics.schemas.in:
480         
481         Added support for 7-zip based cb7 comic book. Patch by
482         Kartik Rustagi. Fixes bug #532312.
483
484 2008-06-24  Bastien Nocera  <hadess@hadess.net>
485
486         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
487         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
488         Fixes bug #539972.
489
490 2008-06-24  Bastien Nocera  <hadess@hadess.net>
491
492         * shell/Makefile.am:
493         * shell/ev-application.c (ev_application_init),
494         (ev_application_get_media_keys):
495         * shell/ev-application.h:
496         * shell/ev-marshal.list:
497         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
498         (proxy_destroy), (on_media_player_key_pressed),
499         (ev_media_player_keys_init), (ev_media_player_keys_focused),
500         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
501         * shell/ev-media-player-keys.h:
502         * shell/ev-window.c (ev_window_go_previous_page),
503         (ev_window_go_next_page), (ev_window_go_first_page),
504         (ev_window_go_last_page), (ev_window_start_presentation),
505         (ev_window_dispose), (view_actions_focus_in_cb):
506         * shell/ev-window.h: When building with D-Bus support, listen
507         for multimedia key events from gnome-settings-daemon. This allows
508         to go to the next/previous/first/last pages using, respectively,
509         Next/Previous/Rewing/Fast Forward. The Play button is used to start
510         a presentation. Fixes bug #539971.
511
512 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
513
514         * configure.ac:
515         
516         Update for release 2.23.4.
517
518 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * NEWS:
521
522         Update news for 2.23.4 release.
523         
524 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
527         * shell/ev-sidebar-thumbnails.c:
528         (ev_sidebar_thumbnails_set_loading_icon),
529         (ev_sidebar_thumbnails_refresh):
530         * shell/ev-window.c: (ev_window_error_message),
531         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
532         (ev_window_set_document):
533
534         Do not crash opening documents with no pages and show a warning
535         message in the message area. Fixes bugs #537574 and #171588.
536         
537 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * shell/Makefile.am:
540         * shell/ev-file-monitor.[ch]:
541         * shell/ev-window.c: (ev_window_document_changed),
542         (ev_window_clear_reload_job), (ev_window_load_job_cb),
543         (ev_window_reload_job_cb), (ev_window_open_uri),
544         (ev_window_reload_document), (ev_window_cmd_view_reload),
545         (ev_window_dispose):
546
547         Automaticly reload the document when the file has changed on
548         disk. Bug #304249.
549         
550 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
551
552         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
553         * libdocument/ev-image.c: (ev_image_save_tmp):
554         * libdocument/ev-module.c: (ev_module_load):
555         * shell/ev-application.c: (ev_application_shutdown),
556         (ev_application_get_print_settings):
557         * shell/ev-sidebar-attachments.c:
558         (ev_sidebar_attachments_button_press),
559         (ev_sidebar_attachments_drag_data_get):
560         * shell/ev-window.c: (window_save_file_copy_ready_cb),
561         (ev_window_print_finished), (ev_window_print_send),
562         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
563         (ev_window_preview_print_finished), (ev_window_do_preview_print),
564         (ev_window_cmd_preview_print):
565         * shell/main.c: (load_files_remote):
566         Fix some build warnings under GCC 4.3.0. (#537535).
567
568 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * shell/ev-jobs.c: (ev_job_render_dispose):
571
572         Fix a crash in debug mode. Patch by Daniel M German.
573         
574 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
575
576         * shell/ev-window.c:
577
578         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
579         
580 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * shell/ev-window.c: (ev_window_print_send),
583         (ev_window_do_preview_print):
584
585         Use the window title as print job name instead of just
586         "evince-print". Fixes bug #534493.
587         
588 2008-05-19  Frederic Peters  <fpeters@0d.be>
589
590         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
591         Bug #533897.
592
593 2008-05-19  Frederic Peters  <fpeters@0d.be>
594
595         * help/reference/Makefile.am: added missing libevmountoperation to
596         gtkdoc-scanobj libraries.  Bug #533896.
597
598 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
599
600         * properties/ev-properties-view.c (get_default_user_units):
601         Fixes check for default units string translation. Bug #533323.
602
603 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
604
605         * backend/impress/iksemel.c (sax_core): Fix a free() that should
606         be an iks_free(). Fix an array overflow in the XML parser that
607         would occur whenever the number of attributes in a tag was greater
608         than 0 and divisible by 6. Fixes GNOME bug #530852.
609
610 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * backend/djvu/djvu-document-private.h:
613         * backend/djvu/djvu-links.c:
614         * backend/djvu/djvu-text.c:
615         * backend/djvu/djvu-document.c: (djvu_handle_events),
616         (djvu_wait_for_message), (djvu_document_load),
617         (document_get_page_size), (djvu_document_render),
618         (djvu_document_thumbnails_get_thumbnail),
619         (djvu_document_file_exporter_end):
620
621         Make sure load job doesn't finish successfully when the document
622         is not successfully decoded by libdjvu. Fixes bug #530202.
623         
624 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * configure.ac:
627         * libdocument/Makefile.am:
628         * libdocument/ev-debug.[ch]:
629         * libdocument/ev-document.c:
630         * shell/ev-jobs.c: (ev_job_links_dispose),
631         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
632         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
633         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
634         (ev_job_render_page_ready), (ev_job_render_run),
635         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
636         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
637         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
638         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
639         (ev_job_print_new), (ev_job_print_run):
640         * shell/main.c: (main):
641
642         Add debug mode based on gedit code. Add debug messages in
643         ev-jobs.
644         
645 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
646
647         * libdocument/ev-document-factory.c: (get_document_from_uri):
648
649         Fix memory leak.
650         
651 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
652
653         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
654         (get_mime_type_from_data), (get_document_from_uri),
655         (ev_document_factory_get_document):
656         
657         Improved error message about file opening failture.
658         Bug #529129.
659
660 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
661
662         * data/evince-toolbar.xml:
663         
664         Allow to add SaveAs to toolbar.
665
666 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view-private.h:
669         * shell/ev-view.[ch]: (ev_view_button_release_event),
670         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
671         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
672         (ev_view_update_primary_selection), (clear_link_selected),
673         (ev_view_copy_link_address):
674         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
675
676         Update also the primary selection when copying a link
677         address. Fixes bug #520855.
678         
679 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * libdocument/ev-document-factory.c: (get_document_from_uri):
682
683         Use the pixbuf backend only when the mime type is not supported by
684         any of the other backend so that tiff documents, for instance, are
685         handled by the tiff backend instead of the pixbuf backend. fixes
686         bug #520290.
687         
688 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
689
690         * cut-n-paste/Makefile.am:
691
692         Add evmountoperation to subdirs list.
693         
694 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
695
696         * configure.ac:
697
698         Fix libspectre check in configure script. Fixes bug #528549.
699         
700 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * configure.ac:
703         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
704         * shell/Makefile.am:
705         * shell/ev-window.c: (ev_window_load_remote_failed),
706         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
707
708         Add GtkMountOperation (renamed to avoid conflicts) to be able to
709         open documents in remote locations that are not mounted.
710         
711 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
714         (bitmap_convert_msb8):
715         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
716         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
717
718         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
719         
720 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
723         (ev_job_render_new), (ev_job_render_set_selection_info),
724         (ev_job_render_run):
725         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
726         (check_job_size_and_unref),
727         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
728         (add_job), (ev_pixbuf_cache_get_selection_surface):
729
730         Create the render context needed for rendering a page in the render
731         thread so that we don't block the main thread. Simplify
732         EvJobRender API.
733         
734 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
735
736         * libdocument/Makefile.am:
737         * libdocument/ev-page.[ch]:
738         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
739         (ev_render_context_new), (ev_render_context_set_page):
740         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
741         (ev_form_field_finalize), (ev_form_field_class_init):
742         * libdocument/ev-document-forms.[ch]:
743         (ev_document_forms_get_form_fields):
744         * libdocument/ev-document.[ch]: (ev_document_get_page),
745         (ev_document_get_page_size), (ev_document_get_page_label):
746         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
747         (ev_job_render_run), (ev_job_thumbnail_new),
748         (ev_job_thumbnail_run), (ev_job_print_run):
749         * shell/ev-page-cache.c: (ev_page_cache_new):
750         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
751         (check_job_size_and_unref), (add_job):
752         * shell/ev-sidebar-thumbnails.c: (add_range):
753         * shell/ev-view.c: (ev_view_form_field_get_region),
754         (ev_view_form_field_button_create_widget),
755         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
756         (ev_view_handle_form_field), (ev_view_size_allocate),
757         (get_selected_text):
758         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
759         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
760         (pdf_document_get_page), (pdf_document_get_page_label),
761         (pdf_document_render), (pdf_document_get_info),
762         (pdf_document_document_iface_init),
763         (pdf_document_thumbnails_get_thumbnail),
764         (pdf_document_thumbnails_get_dimensions),
765         (pdf_document_file_exporter_do_page),
766         (pdf_selection_render_selection),
767         (pdf_selection_get_selected_text),
768         (pdf_selection_get_selection_region),
769         (pdf_selection_get_selection_map),
770         (pdf_document_forms_get_form_fields),
771         (pdf_document_forms_form_field_text_get_text),
772         (pdf_document_forms_form_field_text_set_text),
773         (pdf_document_forms_form_field_button_set_state),
774         (pdf_document_forms_form_field_button_get_state),
775         (pdf_document_forms_form_field_choice_get_item),
776         (pdf_document_forms_form_field_choice_get_n_items),
777         (pdf_document_forms_form_field_choice_is_item_selected),
778         (pdf_document_forms_form_field_choice_select_item),
779         (pdf_document_forms_form_field_choice_toggle_item),
780         (pdf_document_forms_form_field_choice_unselect_all),
781         (pdf_document_forms_form_field_choice_set_text),
782         (pdf_document_forms_form_field_choice_get_text):
783         * backend/ps/ev-spectre.c: (ps_document_get_page),
784         (ps_document_get_page_size), (ps_document_get_page_label),
785         (ps_document_render), (ps_document_document_iface_init),
786         (ps_document_file_exporter_do_page):
787         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
788         (tiff_document_render), (tiff_document_render_pixbuf),
789         (tiff_document_file_exporter_do_page):
790         * backend/pixbuf/pixbuf-document.c:
791         (pixbuf_document_get_page_size):
792         * backend/comics/comics-document.c:
793         (comics_document_get_page_size), (comics_document_render_pixbuf):
794         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
795         (djvu_document_render), (djvu_selection_get_selected_text),
796         (djvu_document_thumbnails_get_thumbnail),
797         (djvu_document_file_exporter_do_page),
798         (djvu_document_find_get_result):
799         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
800         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
801         (dvi_document_thumbnails_get_thumbnail),
802         (dvi_document_file_exporter_do_page):
803         * backend/impress/impress-document.c:
804         (impress_document_get_page_size),
805         (impress_document_render_pixbuf):
806         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
807
808         Add EvPage so that we can hold a reference to the backend
809         page. Form fields keep now a reference to the poppler page
810         improving performance since we don't have to create/destroy the
811         poppler field for every form operation. This will be needed for
812         annotations too.
813         
814 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * data/evince-ui.xml:
817         * shell/ev-window.c:
818
819         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
820         
821 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
822
823         * configure.ac:
824         * backend/ps/Makefile.am:
825
826         Remove gs stuff from ps backend.
827         
828 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * configure.ac:
831         * backend/pdf/ev-poppler.cc:
832
833         Bump poppler requirement to 0.8.0.
834         
835 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * NEWS:
838         * configure.ac:
839
840         Update for release 2.22.1.1
841
842 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * configure.ac:
845
846         Fix build (again) when poppler version is 0.6
847         
848 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * backend/djvu/djvu-links.c: (build_tree):
851
852         Make sure link title is a valid utf8 string. Fixes bug #526517.
853         
854 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
855
856         * configure.ac:
857
858         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
859         #526799.
860         
861 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * configure.ac:
864         
865         Update for release 2.22.1.
866
867 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * NEWS:
870
871         Update for upcoming release.
872
873 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * configure.ac:
876         * backend/dvi/dvidocument.evince-backend.in:
877
878         Add compressed dvi to the list of supported mime types. Patch by
879         Ed Catmur. Fixes bug #307087.
880
881 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-jobs.c: (ev_job_print_get_page_list):
884
885         Fix a crash when printing a range that doesn't specify the start or
886         end page. Fixes bug #524288.
887
888 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (ev_window_cmd_continuous),
891         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
892         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
893         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
894         (ev_window_run_presentation), (ev_window_stop_presentation),
895         (ev_window_cmd_view_presentation),
896         (ev_window_cmd_leave_fullscreen),
897         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
898
899         Do not unfullscreen and fullscreen again the window when changing
900         from fullscreen to presentation mode and vice versa. Fixes bug
901         #524112.
902         
903 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
906
907         Do not crash when thumbnail failed to render in PS backend. Fixes
908         bug #525015.
909         
910 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/ev-window.c: (window_open_file_copy_ready_cb),
913         (ev_window_load_file_remote), (ev_window_open_uri):
914
915         Handle errors when opening remote files.
916         
917 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
918
919         * shell/ev-page-action.c: (ev_page_action_grab_focus):
920
921         Only grab the focus for the current visible proxy widget. Fixes
922         bug #521224.
923         
924 2008-03-30  Emil Soleyman  <emil@nishra.com>
925
926         * shell/ev-window.c: (launch_external_uri):
927         
928         Reuse g_app_info_launch_default_for_uri to
929         save some code and fix bug #525009.
930
931 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
932
933         * shell/ev-window.c (image_save_dialog_response_cb):
934
935         Use g_str_has_suffix. See bug #523069.
936
937 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * configure.ac:
940
941         Add a configure option to enable/diable DBus. Patch by Rémi
942         Cardona. Fixes bug 521797.
943
944 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
947
948         Fix printing in documents with rotated pages. Patch by Eugen
949         Dedu. Fixes bug #512648.
950         
951 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
954         (ev_link_from_action):
955
956         Fix warning messages.
957         
958 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-window.c: (image_save_dialog_response_cb):
961
962         Do not append the extension to filename when saving an image
963         if the filename alredy contains the extension. Fixes bug #523069.
964         
965 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-view.[ch]: (ev_view_find_cancel):
968         * shell/ev-window.c: (find_bar_close_cb):
969
970         Cancel the find operation when the find bar is closed. Fixes bug
971         #508845.
972         
973 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * backend/ps/psdocument.evince-backend.in:
976
977         Make ps backend module resident. Fixes bug #520607.
978         
979 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * shell/ev-jobs.c: (ev_job_print_run):
982
983         Invert collate action in order to work as expected, fix reverse
984         printing so that it doesn't start with a blank page and fix number
985         of copies. Patch by Eugen Dedu. Fixes bug #365332.
986         
987 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
988
989         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
990
991         Fix build with poppler <= 0.7.2
992         
993 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * libdocument/ev-document-misc.c:
996         (ev_document_misc_surface_from_pixbuf):
997
998         Fix selections with poppler-splash.
999         
1000 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1001
1002         * configure.ac:
1003         * backend/pdf/ev-poppler.cc:
1004
1005         Fix build with poppler >= 0.7.2
1006         
1007 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1008
1009         * configure.ac:
1010         
1011         Update for release 2.22.0
1012
1013 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * NEWS:
1016
1017         Update for upcoming release.
1018
1019 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1020
1021         * shell/ev-window.c (ev_window_print_dialog_response_cb):
1022
1023         Bug 495107 – Handle print dialog responses correctly
1024
1025         Correctly handle print dialog response. Properly fixes
1026         the above mentioned bug.
1027
1028 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1031
1032         Make sure print job is only run when the print button is
1033         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
1034         
1035 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * backend/pdf/pdfdocument.evince-backend.in:
1038         * libdocument/ev-backends-manager.c:
1039         (ev_backends_manager_load_backend),
1040         (ev_backends_manager_get_document):
1041         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
1042
1043         Allow making backend modules resident. This is needed only for
1044         some backends like pdf to avoid registering glib types more than
1045         once.
1046         
1047 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/comics/comics-document.c:
1050         * backend/djvu/djvu-document.c:
1051         * backend/impress/impress-document.c:
1052         * backend/pdf/ev-poppler.cc:
1053         * backend/pixbuf/pixbuf-document.c:
1054         * backend/ps/ev-spectre.c:
1055         * backend/ps/ps-document.c:
1056         * backend/tiff/tiff-document.c:
1057         * libdocument/ev-document.h:
1058         * properties/ev-properties-main.c:
1059
1060         Use g_type_module_add_interface instead of
1061         g_type_add_interface_static. Fixes bug #519679.
1062         
1063 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
1064
1065         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
1066         Added. Returns whether the animation has everything necessary to run.
1067         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
1068         is ready just because it's been created. Fixes #519106.
1069         (draw_one_page): Do not show the "Loading..." text in presentation
1070         mode, there was a slim probability that this could happen.
1071
1072 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
1075
1076         Duplicate mime_type string before freeing it so that it doesn't
1077         always fail when getting mime type from uri. Fixes bug #518874.
1078         
1079 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * shell/ev-view.c: (ev_view_form_field_choice_changed):
1082
1083         Fix a crash when a choice form field doesn't have any item
1084         selected. Fixes bug #518831
1085         
1086 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1087
1088         * shell/ev-window.c (ev_window_clear_temp_file):
1089         Use g_file_has_prefix instead of renamed
1090         g_file_contains_file.
1091
1092         * configure.ac:
1093         Require new glib for above change.
1094         
1095 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * libdocument/ev-image.c: (ev_image_finalize),
1098         (ev_image_save_tmp):
1099
1100         Return a real uri instead of a filename when saving an
1101         image. Fixes images drag an drop from evince to nautilus. 
1102         
1103 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1104
1105         * backend/pdf/ev-poppler.cc:
1106         (pdf_document_images_get_image_mapping):
1107
1108         Return the image list in the right order. Fixes bug #516237.
1109         
1110 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1111
1112         * backend/impress/impress-document.c:
1113         (impress_document_thumbnails_get_thumbnail):
1114
1115         Remove unused variable to avoid a compiler warning.
1116
1117 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1118
1119         * configure.ac:
1120         
1121         Update for release 2.21.91.
1122
1123 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * configure.ac:
1126         * shell/Makefile.am:
1127         * shell/ev-application.[ch]:
1128         * shell/ev-sidebar-links.c:
1129         * shell/ev-utils.[ch]:
1130         * shell/ev-window.[ch]:
1131
1132         Remove libgnomeprint support. Fixes bug #512370.
1133         
1134 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1135
1136         * thumbnailer/evince-thumbnailer.c: (main):
1137
1138         Initialize glib type system before using it. Fixes bug #513934.
1139         
1140 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * properties/ev-properties-main.c:
1143
1144         Add missing #include.
1145         
1146 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * configure.ac:
1149         * backend/djvu/djvu-document.c: (djvu_document_render):
1150         * backend/tiff/tiff-document.c: (tiff_document_render):
1151
1152         Use the new cairo function cairo_format_stride_for_width when
1153         available. Fixes bug #482720.
1154
1155 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1158         (get_mime_type_from_data), (get_document_from_uri):
1159
1160         Use g_content_type_guess() only when slow is true in
1161         get_document_from_uri(). Fix several memory leaks.
1162         
1163 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1164
1165         * libdocument/ev-document-factory.c:
1166         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1167         (get_document_from_uri):
1168
1169         Use g_content_type_guess () to get mimetype for files.
1170         Bug #510401.
1171
1172 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * thumbnailer/Makefile.am:
1175
1176         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1177         
1178 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * configure.ac:
1181
1182         Fix build with --without-libgnome. Fixes bug #512771.
1183         
1184 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1185
1186         * backend/dvi/Makefile.am: Install only dvi
1187         module. Fixes bug #512718.
1188
1189 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1190
1191         * properties/ev-properties-main.c: (nautilus_module_initialize):
1192         
1193         Initialize backends in properties tab. Fixes bug
1194         #512720.
1195
1196 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1197
1198         * properties/Makefile.am: No need to link with 
1199         libraries. Fixes bug #512719.
1200
1201 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1202
1203         * NEWS:
1204         * configure.ac:
1205         
1206         Update for release 2.21.90.
1207
1208 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-window.c: (ev_window_cmd_escape):
1211
1212         Fix compile warning.
1213         
1214 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1217
1218         Fix printing in dvi backend when filename contains white
1219         espaces. Fixes bug #502839.
1220         
1221 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1224         (screensaver_disable_x11):
1225         * shell/Makefile.am:
1226         * shell/xdg-user-dir-lookup.c: Removed
1227         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1228         * shell/ev-view.c: (ev_view_presentation_transition_start):
1229         * shell/ev-window.c: (ev_window_cmd_file_open),
1230         (ev_window_cmd_save_as), (presentation_set_timeout):
1231
1232         Remove #ifdefs that are no longer needed.
1233         
1234 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-view.[ch]: (ev_view_button_release_event),
1237         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1238         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1239         (ev_window_cmd_escape):
1240
1241         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1242         
1243 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * configure.ac:
1246         * backend/comics/comics-document.c: (comics_document_load):
1247         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1248         (ev_attachment_set_property), (ev_attachment_init),
1249         (ev_attachment_save), (ev_attachment_launch_app),
1250         (ev_attachment_open):
1251         * libdocument/ev-document-factory.c: (get_document_from_uri):
1252         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1253         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1254         * shell/ev-jobs.c:
1255         * shell/ev-password.c: (ev_password_dialog_set_property),
1256         (ev_password_dialog_save_password):
1257         * shell/ev-sidebar-attachments.c:
1258         (ev_sidebar_attachments_drag_data_get):
1259         * shell/ev-window-title.c: (get_filename_from_uri):
1260         * shell/ev-window.c: (ev_window_clear_temp_file),
1261         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1262         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1263         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1264         (launch_external_uri), (image_save_dialog_response_cb),
1265         (attachment_save_dialog_response_cb):
1266         * shell/main.c: (load_files), (load_files_remote), (main):
1267         * thumbnailer/evince-thumbnailer.c: (main):
1268
1269         Port to gio and drop gnome-vfs dependency. Fixes bug
1270         #510401. Based on patch by Cosimo Cecchi.
1271         
1272 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1273
1274         * NEWS:
1275
1276         Fixed formatting inconsistencies (spaces vs. tabs)
1277
1278 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1279
1280         * shell/ev-window.c:
1281
1282         Use top/up/bottom/down arrows instead of
1283         first/left/last/right in the toolbar and menu actions.
1284         This fixes issues with RTL languages and is visually
1285         consistent with the page view. Fixes bug #170081.
1286
1287 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1288
1289         * NEWS:
1290
1291         Fixed some inaccuracies pointed out by Carlos Garcia
1292         Campos.
1293
1294 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1295
1296         * NEWS:
1297         * data/evince.schemas.in:
1298         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1299
1300         Override PDF restrictions by default. Fixes bug #382700.
1301
1302 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1303
1304         * NEWS: Updated for upcoming release
1305
1306 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1309
1310         Fix memory leak.
1311         
1312 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1313
1314         * shell/ev-window.c: (register_custom_actions):
1315         
1316         Added comment for translators
1317
1318 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-view.c: (ev_view_button_release_event):
1321
1322         Do not create the idle function for kinetic scrolling if we are
1323         not in a drag operation.
1324
1325 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1328         (ev_view_button_press_event), (ev_view_motion_notify_event),
1329         (ev_view_button_release_event):
1330
1331         Restore cursor after autoscrolling. Fixes bug #509958.
1332
1333 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * configure.ac:
1336         * backend/pdf/ev-poppler.cc:
1337         (pdf_document_images_get_image_mapping),
1338         (pdf_document_images_get_image),
1339         (pdf_document_document_images_iface_init):
1340         * libdocument/ev-document-images.[ch]:
1341         (ev_document_images_get_image_mapping),
1342         (ev_document_images_get_image):
1343         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1344         (ev_image_get_id), (ev_image_save_tmp):
1345         * shell/ev-jobs.c: (ev_job_render_run):
1346         * shell/ev-view.c: (ev_view_drag_data_get):
1347         * shell/ev-window.c: (image_save_dialog_response_cb),
1348         (ev_view_popup_cmd_copy_image):
1349
1350         Do not render images when rendering the page but on demand. It
1351         reduces the memory comsumption.
1352         
1353 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1354
1355         * configure.a:
1356         * shell/ev-password.c:
1357
1358         Make gnome-keyring optional. Fixes bug #509676.
1359         
1360 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1361
1362         * shell/ev-pixbuf-cache.c: (add_job):
1363
1364         Initialize include_images variable as FALSE instead of TRUE.
1365         
1366 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1367
1368         * configure.ac:
1369         * cut-n-paste/Makefile.am:
1370         * cut-n-paste/fileformatchooser/Makefile.am:
1371         * cut-n-paste/fileformatchooser/egg-macros.h:
1372         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1373         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1374         * shell/Makefile.am:
1375         * shell/ev-utils.c:
1376         (file_chooser_dialog_add_writable_pixbuf_formats),
1377         (get_gdk_pixbuf_format_by_extension):
1378         * shell/ev-utils.h:
1379         * shell/ev-window.c: (ev_window_error_message),
1380         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1381         
1382         Simplify image format selection on save.
1383
1384 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1385
1386         * shell/ev-view.c: (ev_view_scroll_event):
1387         
1388         Repair gorizontal scrolling with shift. Fixes
1389         bug #483412.
1390
1391 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1392         
1393         * MAINTAINERS:
1394
1395         Fix formatting issues.
1396         
1397 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1398
1399         * backend/comics/comics-document.c: (comics_regex_quote):
1400         
1401         Don't overquote special chars except of '. See bug 
1402         502500. Thanks to Tom Parker.
1403
1404 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1405
1406         * MAINTAINERS:
1407         
1408         Added Nickolay and Carlos, since they're doing most of
1409         the releases nowadays.
1410
1411 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1412
1413         * properties/Makefile.am:
1414
1415         Get the nautilus extension dir properly instead of using
1416         a hack. Fixes bug #505359.
1417
1418 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1419
1420         * properties/Makefile.am:
1421         
1422         Install nautilus extension into new place. See bug
1423         #505359. Thanks to Matthias Clasen, Brian Pepple and
1424         Damien Carbery.
1425
1426 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1427
1428         * shell/ev-window.c: (ev_window_get_recent_file_label):
1429         
1430         RTL marker in recent file list. See bug #509076.
1431
1432 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1435         * shell/ev-window.c: (image_save_dialog_response_cb):
1436
1437         Fix compile warnings due to unused variables.
1438         
1439 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * configure.ac:
1442         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1443         * backend/ps/ev-spectre.c: (ps_document_render):
1444
1445         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1446
1447 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1448
1449         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1450         (ev_transition_animation_paint): Implement "fade" effect.
1451
1452 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1453
1454         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1455         (ev_transition_animation_paint): Implement "uncover" effect.
1456
1457 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1458
1459         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1460         (ev_transition_animation_paint): Implement "cover" effect.
1461
1462 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1463
1464         * shell/ev-transition-animation.c (ev_transition_animation_push)
1465         (ev_transition_animation_paint): Implement "push" effect.
1466
1467 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1468
1469         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1470         (ev_transition_animation_paint): Implement "dissolve" effect.
1471
1472 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1473
1474         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1475         (ev_transition_animation_paint): Implement "wipe" effect.
1476
1477 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1478
1479         * shell/ev-transition-animation.c (ev_transition_animation_box)
1480         (ev_transition_animation_paint): Implement "box" effect.
1481
1482 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1483
1484         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1485         (ev_transition_animation_paint): Implement "blinds" effect.
1486
1487 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1488
1489         * shell/ev-transition-animation.c (ev_transition_animation_split)
1490         (ev_transition_animation_paint): Implement "split" effect.
1491
1492 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1493
1494         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1495         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1496         (ev_view_transition_animation_start) 
1497         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1498         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1499         (ev_view_next_page) (ev_view_previous_page):
1500         
1501         Use EvTransitionAnimation to drive page changes in the presentation
1502         mode, the animation will wait to start until both the origin and 
1503         destination page surfaces are available. Fixes #458460.
1504
1505         (draw_loading_text):
1506
1507         Remove workaround for bug #320352, it's now fixed properly.
1508
1509
1510 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1511
1512         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1513         will contain the implementations for page transition animations, at
1514         the moment it just has the "replace" effect.
1515         * shell/Makefile.am: Added these files to build.
1516
1517 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1518
1519         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1520         animations.
1521         * shell/Makefile.am: Added these files to build.
1522
1523 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1524
1525         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1526         implementation to get_effect() in EvDocumentTransitionIface.
1527
1528 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1529
1530         * libdocument/ev-transition-effect.[ch]: New files, define a page
1531         transition effect, at the moment it maps PopplerPageTransition to a
1532         GObject.
1533         * libdocument/Makefile.am: Added these files to build.
1534         * libdocument/ev-document-transition.[ch]
1535         (ev_document_transition_get_effect): New method, gets the
1536         EvTransitionEffect returned by the interface implementation, with
1537         fallback to the "replace" effect.
1538
1539 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1540
1541         * configure.ac:
1542         * cut-n-paste/Makefile.am:
1543         * cut-n-paste/fileformatchooser/Makefile.am:
1544         * cut-n-paste/fileformatchooser/egg-macros.h:
1545         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1546         * shell/Makefile.am:
1547         * shell/ev-window.c: (image_save_dialog_response_cb),
1548         (ev_view_popup_cmd_save_image_as):
1549
1550         Allow exporting images in any format supported by
1551         GdkPixbuf. Fixes bug #500209.
1552         
1553 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * backend/pixbuf/pixbuf-document.c:
1556
1557         More warnings fixed.
1558         
1559 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1562         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1563         * backend/djvu/djvu-text.h:
1564         * backend/tiff/tiff-document.c: (tiff_document_render):
1565
1566         Fix compile warnings.
1567         
1568 2007-12-28  Christian Persch  <chpe@gnome.org>
1569
1570         * **/*.c: Include config.h. Bug #504721.
1571
1572 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * configure.ac:
1575         * Makefile.am:
1576         * po/POTFILES.in:
1577         * backend/comics/Makefile.am:
1578         * backend/comics/comics-document.[ch]:
1579         * backend/comics/comicsdocument.evince-backend.in:
1580         * backend/djvu/Makefile.am:
1581         * backend/djvu/djvu-document.[ch]:
1582         * backend/djvu/djvudocument.evince-backend.in:
1583         * backend/dvi/Makefile.am:
1584         * backend/dvi/dvi-document.[c]:
1585         * backend/dvi/dvidocument.evince-backend.in:
1586         * backend/impress/Makefile.am:
1587         * backend/impress/impress-document.[ch]:
1588         * backend/impress/impressdocument.evince-backend.in:
1589         * backend/pdf/Makefile.am:
1590         * backend/pdf/ev-poppler.cc:
1591         * backend/pdf/ev-poppler.h:
1592         * backend/pdf/pdfdocument.evince-backend.in:
1593         * backend/pixbuf/Makefile.am:
1594         * backend/pixbuf/pixbuf-document.[ch]:
1595         * backend/pixbuf/pixbufdocument.evince-backend.in:
1596         * backend/ps/Makefile.am:
1597         * backend/ps/ev-spectre.[ch]:
1598         * backend/ps/ps-document.[ch]:
1599         * backend/ps/psdocument.evince-backend.in:
1600         * backend/tiff/Makefile.am:
1601         * backend/tiff/tiff-document.[ch]:
1602         * backend/tiff/tiffdocument.evince-backend.in:
1603         * libdocument/Makefile.am:
1604         * libdocument/ev-backends-manager.[ch]:
1605         * libdocument/ev-module.[ch]:
1606         * libdocument/ev-document.h:
1607         * libdocument/ev-document-factory.[ch]:
1608         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1609         (get_compression_from_mime_type), (get_document_from_uri),
1610         (ev_document_factory_get_document), (file_filter_add_mime_types),
1611         (ev_document_factory_add_filters):
1612         * shell/Makefile.am:
1613         * shell/ev-window-title.c: (get_filename_from_uri):
1614         * shell/main.c: (main):
1615         * thumbnailer/Makefile.am:
1616         * thumbnailer/evince-thumbnailer.c: (main):
1617
1618         Plugin system for backends. Fixes bug #351348.
1619         
1620 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1621
1622         * shell/ev-view-private.h:
1623         * shell/ev-view.c: (ev_view_drag_update_momentum),
1624         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1625         (ev_view_button_release_event), (ev_view_destroy):
1626         
1627         Kinetic scrolling implemented as requested in
1628         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1629
1630 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1631
1632         * data/evince-toolbar.xml:
1633         * data/evince-ui.xml:
1634         * shell/ev-view-private.h:
1635         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1636         (ev_view_button_press_event), (ev_view_motion_notify_event),
1637         (ev_view_button_release_event), (ev_view_init),
1638         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1639         (ev_view_set_cursor):
1640         * shell/ev-view.h:
1641         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1642         (ev_window_cmd_view_autoscroll):
1643         
1644         Autoscroll feature with the context menu. Fixes bug 
1645         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1646
1647 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1650
1651         Disconnect also page-ready signal when removing a job because the
1652         page size has changed. Thanks to kripken
1653         <kripkensteiner@gmail.com>.
1654
1655 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1656
1657         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1658         
1659         Scroll pages in page entry with mouse wheel. Fixes bug
1660         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1661
1662 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1663
1664         * backend/dvi/Makefile.am:
1665         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1666         (mdvi_cairo_device_init):
1667         * backend/dvi/mdvi-lib/common.h:
1668         * backend/dvi/mdvi-lib/mdvi.h:
1669         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1670         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1671         (mdvi_build_path_from_cwd):
1672
1673         Add ps specials support in dvi backend when libspectre is
1674         present. Fixes bug #386005.
1675         
1676 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * configure.ac:
1679         * backend/ps/Makefile.am:
1680         * backend/ps/ev-spectre.[ch]:
1681         
1682         Use libspectre, if available, for the ps backend. Fixes bugs
1683         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1684
1685 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1686         
1687         * backend/comics/comics-document.c: (comics_document_load):
1688         
1689         Cygwin build issue fix.
1690
1691 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * shell/ev-view.c: (ev_view_set_zoom):
1694
1695         Do not limit the minimum zoom factor when sizing mode is best bit
1696         or fit width. Fixes bug #503805.
1697         
1698 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1701         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1702         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1703         (ev_link_dest_get_property), (ev_link_dest_set_property),
1704         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1705         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1706         (ev_link_dest_new_fitr):
1707         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1708         (goto_fith_dest), (goto_xyz_dest):
1709
1710         Do not change left, top and zoom values when they are null in PDF
1711         destinations. Fixes bug #460658.
1712         
1713 2007-12-10  Christian Persch  <chpe@gnome.org>
1714
1715         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1716         (ev_view_accessible_class_init),
1717         (ev_view_accessible_idle_do_action),
1718         (ev_view_accessible_action_do_action),
1719         (ev_view_accessible_action_get_description),
1720         (ev_view_accessible_action_set_description),
1721         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1722         (ev_view_accessible_factory_init),
1723         (ev_view_accessible_factory_get_accessible_type):
1724         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1725         private data, and G_DEFINE_TYPE. Bug #502843.
1726
1727 2007-12-08  Christian Persch  <chpe@gnome.org>
1728
1729         * shell/ev-metadata-manager.c: (item_free),
1730         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1731         (value_free), (parse_value), (parseItem),
1732         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1733         (save_values): Use GSlice to allocate small amounts of memory. Bug
1734         #475972.
1735
1736 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1739
1740         Restore cursor to normal after a drag operation. Fixes bug
1741         #501603.
1742         
1743 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * NEWS:
1746         * configure.ac:
1747         
1748         Update for release 2.21.1
1749
1750 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * configure.ac:
1753         * cut-n-paste/gedit-message-area/Makefile.am:
1754         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1755         * shell/Makefile.am:
1756         * shell/ev-message-area.[ch]:
1757         * shell/ev-window.c: (ev_window_set_message_area),
1758         (ev_window_error_message_response_cb), (ev_window_error_message),
1759         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1760         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1761         (ev_attachment_popup_cmd_open_attachment),
1762         (attachment_save_dialog_response_cb), (ev_window_set_document),
1763         (ev_window_init):
1764
1765         Use a message area instead of a popup dialog for error
1766         notifications. Fixes bug #337495.
1767         
1768 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1771         (ev_window_run_fullscreen):
1772
1773         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1774         
1775 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * ev-sidebar-thumbnails.c: (update_visible_range),
1778         (ev_sidebar_thumbnails_refresh),
1779         (ev_sidebar_thumbnails_set_document),
1780         (ev_sidebar_thumbnails_support_document):
1781
1782         Show thumbnails for documents with one page. Fixes bug #358751.
1783         
1784 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-window.c:
1787         (ev_window_load_print_settings_from_metadata),
1788         (ev_window_save_print_settings), (ev_window_print_finished),
1789         (ev_window_print_range):
1790
1791         Print settings that are specific to the document are now saved per
1792         document in the metadata file. Fixes bug #488806.
1793         
1794 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1795
1796         * backend/tiff/tiff-document.c: (tiff_document_render):
1797
1798         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1799         
1800 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-application.[ch]: (get_find_string_from_args),
1803         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1804         (ev_application_open_uri_list):
1805         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1806         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1807         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1808         (ev_window_cmd_recent_file_activate),
1809         (ev_window_open_recent_action_item_activated),
1810         (ev_window_print_send), (open_remote_link):
1811         * shell/main.c: (arguments_parse):
1812
1813         Add a command line option for search. Fixes bug #497710.
1814         
1815 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1816
1817         * shell/ev-jobs.c: (ev_job_print_new):
1818
1819         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1820         
1821 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * data/evince-toolbar.xml:
1824         * shell/Makefile.am:
1825         * shell/ev-application.c: (ev_application_init):
1826         * shell/ev-open-recent-action.[ch]:
1827         * shell/ev-window.c:
1828         (ev_window_open_recent_action_item_activated),
1829         (register_custom_actions):
1830
1831         Add an expander to the open toolbar item which pops up a dropdown
1832         menu with the recently used documents. Fixes bug #487215.
1833         
1834 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1835
1836         * shell/ev-window.c: (ev_window_open_uri),
1837         (ev_window_cmd_view_reload):
1838
1839         Do not jump to the first page when reloading by running evince
1840         from the command line. Fixes bug #490847.
1841         
1842 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1843
1844         * shell/ev-window.c: (ev_window_cmd_help_contents):
1845
1846         Plugged memory leak when help file is not found. Fixes bug
1847         #490762.
1848         
1849 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * configure.ac:
1852
1853         Enable djvu, dvi and comics backends by default. Fixes bug
1854         #437121.
1855         
1856 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * configure.ac:
1859         * cut-n-paste/Makefile.am:
1860         * cut-n-paste/recent-files/*: Removed
1861         * help/reference/Makefile.am:
1862         * shell/Makefile.am:
1863         * shell/ev-application.[ch]: (ev_application_shutdown),
1864         (ev_application_init):
1865         * shell/ev-window.c: (ev_window_add_recent),
1866         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1867
1868         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1869         
1870 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1871
1872         * shell/ev-window.c: (launch_external_uri):
1873
1874         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1875         and report error if the URL is not supported (#489910).
1876
1877 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1880         (pdf_document_file_exporter_begin_page),
1881         (pdf_document_file_exporter_end_page):
1882
1883         Fix printing with poppler splash backend. Fixes bug #489774.
1884         
1885 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1888         * shell/ev-print-job.c: (ev_print_job_class_init):
1889
1890         Fix a crash when printing with the gnome-print dialog. Fixes bug
1891         #488939.
1892         
1893 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1894
1895         * backend/pixbuf/pixbuf-document.c:
1896
1897         Fix an implicit function definition warning (#487655)
1898
1899 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-window.c:
1902
1903         Fix conflicting shortcut for view sade pane and presentation.
1904         
1905 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * backend/pdf/ev-poppler.cc:
1908         (pdf_document_file_exporter_begin_page),
1909         (pdf_document_file_exporter_do_page),
1910         (pdf_document_file_exporter_end_page),
1911         (pdf_document_file_exporter_iface_init):
1912         * libdocument/ev-file-exporter.[ch]:
1913         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1914         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1915         (ev_job_print_run):
1916
1917         When printing multiple pages per sheet in reverse option, do not
1918         invert the order of the pages in every sheet, but the order of the
1919         sheets. Do not print blank pages when page range is invalid. Fixes
1920         bugs #484857 and #485521.
1921         
1922 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1923
1924         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1925         (ev_job_print_run):
1926         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1927
1928         Respect ranges order when printing more than one range in random
1929         order.
1930         
1931 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1932
1933         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1934         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1935
1936         Rotate also the window icon when document is rotated. Fixes bug
1937         #474681.
1938         
1939 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1942         (pdf_document_forms_get_form_fields):
1943
1944         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1945         Matthias Drochner.
1946         
1947 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * configure.ac:
1950         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1951
1952         Use poppler_page_render_for_printing() instead of
1953         poppler_page_render() if available when exporting to a ps or pdf
1954         file. Fixes bug #476627.
1955         
1956 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-window.c: (ev_window_run_fullscreen):
1959
1960         Do not show the toolbar in fullscreen mode if the main toolbar is
1961         not visible. Fixes bug #483048.
1962         
1963 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-view.c: (ev_view_button_press_event):
1966
1967         Give priority to form fields over images when deciding whether a
1968         button press event is over an image or form field. It allows edit
1969         form fields when they are over a background image. Fixes bug
1970         #477841.
1971         
1972 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1973
1974         * NEWS:
1975         * configure.ac:
1976         
1977         Update for release 2.20.0
1978
1979 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * backend/pdf/ev-poppler.cc:
1982
1983         Remove #ifdef HAVE_FORMS, so that forms support works again.
1984
1985 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1986
1987         * configure.ac:
1988         * data/evince.desktop.in.in:
1989         
1990         Fixes desktop file issues. See bug #473471.
1991
1992 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1995         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1996         (ev_job_queue_remove_job):
1997         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1998         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1999         * shell/ev-window.c: (ev_window_clear_save_job),
2000         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2001         (ev_window_dispose):
2002
2003         Move save a copy task to its own job so that it's carried out in a
2004         thread avoiding another lock in the main thread. Use
2005         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
2006         can be saved to a pathin another file system. Fixes bug #456891.
2007         
2008 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * NEWS:
2011         * configure.ac:
2012         
2013         Update for release 2.19.92
2014
2015 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * configure.ac:
2018         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2019         (pdf_selection_get_selection_region),
2020         (pdf_selection_get_selection_map),
2021         (ev_form_field_from_poppler_field):
2022
2023         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
2024         and triple click selections are enabled again now.
2025
2026 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * shell/ev-window.c: (ev_window_add_history):
2029
2030         Make sure not to use the history with documents not supporting
2031         links. Fixes bug #468954.
2032
2033 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c: (ev_window_load_job_cb):
2036
2037         Restart the search when reloading a document with the find bar
2038         visible. Fixes bug #461962.
2039
2040 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-window.c: (setup_document_from_metadata),
2043         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
2044
2045         Do not jump to the first page when reloading a document from the
2046         last page.
2047
2048 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * shell/ev-window.c: (update_chrome_flag),
2051         (setup_sidebar_from_metadata),
2052         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
2053         (ev_window_cmd_edit_find_next),
2054         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
2055         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
2056         (find_bar_close_cb), (view_actions_focus_in_cb):
2057
2058         Do not update visibility when changing a chrome flag so that it's
2059         possible to update several flags and update visibility only once
2060         for all of them.
2061
2062 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2065
2066         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
2067         supported by gtk+. Fixes bug #460907.
2068
2069 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-view.c: (view_update_range_and_current_page):
2072
2073         Make sure current-page <= end-page in continuous mode. Fixes bug
2074         #454950.
2075
2076 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * backend/pdf/ev-poppler.cc: (build_tree):
2079
2080         Ignore outline items without a title. Fixes bug #453913.
2081
2082 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2085         (ev_view_button_release_event), (ev_view_leave_notify_event):
2086
2087         Use always drag mouse cursor during a drag operation. Fixes bug
2088         #470564.
2089
2090 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2093         (pdf_selection_get_selection_region),
2094         (pdf_selection_get_selection_map):
2095
2096         Temporarily disable double and triple selections since it depends on
2097         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2098         released and the update of the external dependency minimal version
2099         approved.
2100
2101 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2104         (pdf_document_file_exporter_do_page):
2105         * libdocument/ev-file-exporter.h:
2106         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2107         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2108
2109         Actually fix printing regressions. Remove orientation from
2110         EvPrintContext since it's redundant.
2111
2112 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2113
2114         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2115         * backend/impress/impress-document.c:
2116         (impress_document_document_iface_init):
2117         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2118         * backend/djvu/djvu-document.c:
2119         (djvu_document_document_iface_init),
2120         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2121         * backend/tiff/tiff-document.c:
2122         (tiff_document_document_iface_init):
2123         * backend/pixbuf/pixbuf-document.c:
2124         (pixbuf_document_document_iface_init):
2125         * backend/comics/comics-document.c:
2126         (comics_document_document_iface_init):
2127         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2128         (pdf_selection_render_selection),
2129         (pdf_selection_get_selected_text),
2130         (pdf_selection_get_selection_region),
2131         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2132         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2133         (ev_selection_get_selection_region),
2134         (ev_selection_get_selection_map):
2135         * libdocument/ev-document.[ch]:
2136         * shell/ev-pixbuf-cache.[ch]: (add_job),
2137         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2138         * shell/ev-view-private.h:
2139         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2140         (ev_job_render_run):
2141         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2142         * shell/ev-view.c: (start_selection_for_event),
2143         (ev_view_button_press_event), (ev_view_drag_data_get),
2144         (ev_view_drag_data_received), (ev_view_button_release_event),
2145         (compute_new_selection_text), (compute_selections),
2146         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2147         (ev_view_primary_get_cb):
2148
2149         Add support for double and triple click selections.
2150
2151 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2152
2153         * NEWS:
2154         * configure.ac:
2155
2156         Update for release 2.19.4
2157
2158 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2159
2160         * shell/ev-view-private.h:
2161         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2162         (ev_view_set_highlight_search):
2163         * shell/ev-view.h:
2164         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2165         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2166         (find_bar_visibility_changed_cb):
2167         
2168         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2169
2170 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2173         (pdf_document_file_exporter_begin),
2174         (pdf_document_file_exporter_do_page):
2175         * shell/ev-jobs.c: (ev_job_print_run):
2176         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2177
2178         Create always a portrait cairo surface and rotate when needed for
2179         landscape. It fixes printing problems in real printers.
2180
2181 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2184         * libdocument/ev-file-exporter.[ch]:
2185         (ev_file_exporter_get_capabilities):
2186         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2187         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2188
2189         Adjust number of pages per row according to page orientation when
2190         printing 2 or 6 pages per sheet.
2191
2192 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * shell/ev-window.c: (ev_window_print_send):
2195
2196         Reset also cups setting to 1 when printing multiple pages per
2197         sheet. Fixes bug #468853.
2198
2199 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2200
2201         * libdocument/ev-document-misc.c:
2202         (ev_document_misc_surface_rotate_and_scale):
2203
2204         Use directly cairo_surface_get_content() when creating a similar
2205         surface as suggested by Jeff Muizelaar. Thanks again.
2206
2207 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * backend/djvu/djvu-document.c: (djvu_document_render):
2210         * backend/tiff/tiff-document.c: (tiff_document_render):
2211         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2212         * libdocument/ev-document-misc.c:
2213         (ev_document_misc_surface_from_pixbuf),
2214         (ev_document_misc_surface_rotate_and_scale):
2215
2216         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2217         creating page surfaces. Fixes bug #453123. Thank you very much to
2218         Jeff Muizelaar <jeff@infidigm.net>.
2219
2220 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2221
2222         * shell/ev-page-cache.c: (ev_page_cache_new),
2223         (ev_page_cache_get_thumbnail_size):
2224         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2225         (ev_sidebar_thumbnails_set_loading_icon):
2226
2227         Also store in page-cache the dimensions of the thumbnails so that
2228         they can be used to create the correct loading icon in the side
2229         pane. Fixes bug #466857.
2230
2231 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/pdf/ev-poppler.cc:
2234         (pdf_document_thumbnails_get_thumbnail):
2235
2236         Fix thumbnails rotation in pdf documents that include embedded 
2237         thumbnails.
2238
2239 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2240
2241         * backend/pdf/ev-poppler.cc:
2242
2243         Don't use #ifdef in macro expansion. Some compilers don't
2244         like that. Closes bug #467042.
2245
2246 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2247
2248         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2249         
2250         Fixes memory leak in djvu backend.
2251
2252 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2253
2254         * data/icons/32x32/Makefile.am:
2255         * data/icons/32x32/actions/Makefile.am:
2256         * data/icons/32x32/actions/view-page-cont.svg:
2257         * data/icons/32x32/actions/view-page-facing.svg:
2258         * data/icons/48x48/Makefile.am:
2259         * data/icons/48x48/actions/Makefile.am:
2260         * data/icons/48x48/actions/view-page-cont.svg:
2261         * data/icons/48x48/actions/view-page-facing.svg:
2262         
2263         Icons for a new sizes.
2264
2265 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2266
2267         * shell/ev-page-cache.c: (build_height_to_page),
2268         (ev_page_cache_get_height_to_page):
2269         
2270         Fixes invalid read, see bug #466401.
2271
2272 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2275         (set_drag_cursor):
2276         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2277         (configure_item_cursor), (new_pixbuf_from_widget):
2278
2279         Fix multihead problems in toolbar editor. Fixes bug #382055.
2280
2281 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/ev-window.c: (ev_window_cmd_file_open),
2284         (ev_window_cmd_save_as):
2285
2286         Use g_get_user_special_dir when available instead of
2287         xdg_user_dir_lookup.
2288
2289 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2290
2291         * MAINTAINERS:
2292         
2293         Updated according to request on desktop-devel.
2294
2295 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2298
2299         Do not use cairo_rectangle and cairo_clip since we are
2300         not using cairo_fill but cairo_paint. Use the same cairo context
2301         for every page in the same expose event.
2302
2303 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2304
2305         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2306         leak.
2307
2308 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * configure.ac:
2311         * NEWS:
2312
2313         Release 0.9.3
2314
2315 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * libdocument/ev-document-info.h:
2318         * libdocument/ev-document.h:
2319         * shell/ev-page-action.h:
2320         * shell/ev-sidebar-links.h:
2321
2322         Fix a headers problem with ev-link
2323         
2324         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2325         * shell/ev-view-private.h:
2326         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2327         (get_link_area), (ev_view_query_tooltip),
2328         (ev_view_leave_notify_event), (ev_view_destroy),
2329         (ev_view_class_init):
2330
2331         Use new gtk tooltips when available instead of ev-tooltip.
2332         
2333 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-window.c: (update_chrome_visibility),
2336         (ev_window_sidebar_visibility_changed_cb):
2337
2338         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2339         
2340 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2341
2342         * shell/ev-navigation-action.c:
2343         (ev_navigation_action_history_changed),
2344         (ev_navigation_action_set_history):
2345         * shell/ev-navigation-action-widget.c:
2346         (ev_navigation_action_widget_init):
2347         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2348
2349         Fix compile warnings.
2350         
2351 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2352
2353         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2354         (egg_editable_toolbar_dispose):
2355
2356         Fix memory leak.
2357         
2358 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2359
2360         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2361         (screensaver_disable_x11):
2362         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2363         * shell/ev-window.c: (presentation_set_timeout):
2364         * shell/ev-view.c: (ev_view_presentation_transition_start):
2365
2366         Use g_timeout_add_seconds instead of g_timeout_add when
2367         available.
2368         
2369 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2372
2373         Set horizontal scrollbar policy to AUTOMATIC instead of
2374         NEVER. Workaround for bug #449462.
2375         
2376 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2377
2378         * shell/ev-jobs.c: (ev_job_render_page_ready):
2379
2380         Add page_ready callback to main loop with high priority and hold
2381         a reference to job during idle.
2382         
2383 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * configure.ac:
2386         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2387         (pdf_document_file_exporter_begin),
2388         (pdf_document_file_exporter_do_page),
2389         (pdf_document_file_exporter_get_capabilities):
2390         * libdocument/ev-file-exporter.h:
2391         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2392         * shell/ev-window.c: (ev_window_print_send),
2393         (ev_window_print_dialog_response_cb):
2394
2395         Allow printing multiple pages per sheet. Fixes bug #395573.
2396         
2397 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2398
2399         * shell/ev-view.c: (tip_from_link):
2400         
2401         Check for NULL, fixes bug #460862.
2402
2403 2007-07-29  Christian Persch  <chpe@gnome.org>
2404
2405         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2406         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2407         (ev_window_cmd_preview_print):
2408         
2409         Fixes bug #437681 - blocks while enumerating printers.
2410
2411 2007-07-29  Christian Persch  <chpe@gnome.org>
2412
2413         * shell/ev-window.c: (ev_window_screen_changed):
2414         
2415         Don't use deprecated gtk+ function. See bug #460909.
2416
2417 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * shell/ev-utils.c: (get_num_monitors):
2420         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2421
2422         Do not use display before initializing it. Remove compile
2423         warnings.
2424
2425 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2426
2427         * shell/ev-view.c: (ev_view_class_init):
2428         
2429         Unix-like hjkl bindings added. See bug #458111.
2430
2431 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2432
2433         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2434         * shell/ev-utils.h:
2435         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2436         (ev_view_update_view_size):
2437         * shell/ev-view.h:
2438         * shell/ev-window.c: (ev_window_update_actions),
2439         (setup_view_from_metadata), (ev_window_screen_changed),
2440         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2441         (zoom_control_changed_cb):
2442         * shell/ev-window.h:
2443         
2444         Reorganizes utility functions.
2445
2446 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2449         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2450         (add_job), (ev_pixbuf_cache_get_surface),
2451         (ev_pixbuf_cache_get_link_mapping),
2452         (ev_pixbuf_cache_get_image_mapping),
2453         (ev_pixbuf_cache_get_form_field_mapping),
2454         (ev_pixbuf_cache_get_text_mapping):
2455         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2456         (notify_page_ready), (ev_job_render_page_ready),
2457         (ev_job_render_run):
2458
2459         Add page_ready signal to notify that page is ready as soon as
2460         possible even if other page elements like links, forms, images or
2461         text mapping are not ready yet.
2462
2463 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2466         (dvi_document_file_exporter_do_page),
2467         (dvi_document_file_exporter_get_capabilities),
2468         (dvi_document_file_exporter_iface_init):
2469         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2470         (ps_document_file_exporter_do_page),
2471         (ps_document_file_exporter_get_capabilities),
2472         (ps_document_file_exporter_iface_init):
2473         * backend/djvu/djvu-document.c:
2474         (djvu_document_file_exporter_begin),
2475         (djvu_document_file_exporter_end),
2476         (djvu_document_file_exporter_get_capabilities),
2477         (djvu_document_file_exporter_iface_init):
2478         * backend/tiff/tiff-document.c:
2479         (tiff_document_file_exporter_begin),
2480         (tiff_document_file_exporter_get_capabilities),
2481         (tiff_document_document_file_exporter_iface_init):
2482         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2483         (pdf_document_file_exporter_do_page),
2484         (pdf_document_file_exporter_get_capabilities),
2485         (pdf_document_file_exporter_iface_init):
2486         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2487         (ev_file_exporter_get_capabilities):
2488         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2489         (idle_print_handler), (ev_print_job_print):
2490         * shell/ev-jobs.c: (ev_job_print_run):
2491         * shell/ev-window.c: (ev_window_print_send),
2492         (ev_window_print_range):
2493
2494         Use capabilities to know which options should be offered by the
2495         print dialog depending on the document backend.
2496
2497 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2500
2501         Give priority to forms over text to set the cursor.
2502
2503 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-view-private.h:
2506         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2507         (ev_view_leave_notify_event), (ev_view_finalize),
2508         (ev_view_get_property), (ev_view_class_init):
2509
2510         Use IBEAM cursor for text form fields and NORMAL cursor for read
2511         only fields. Remove unused status attribute.
2512
2513 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2514
2515         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2516
2517         Update region for current selected items also for checkbox
2518         buttons, since they can behave as radio buttons when they are in a
2519         set.
2520
2521 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * configure.ac:
2524         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2525
2526         Get max length of text form fields.
2527
2528 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2531         * libdocument/ev-form-field.h:
2532         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2533
2534         Fix build with current poppler cvs head.
2535
2536 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2539         * shell/eggfindbar.c: (egg_find_bar_init):
2540
2541         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2542         deprecation. Fixes bug #455667
2543
2544 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2545
2546         * NEWS:
2547         * configure.ac:
2548         
2549         Update for release 0.9.2
2550
2551 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * shell/ev-view.c: (ev_view_form_field_text_save),
2554         (ev_view_form_field_choice_save):
2555
2556         Fix a crash when closing whith a form widget visible.
2557
2558 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2561
2562         Update also the region of the current selected button when
2563         clicking on another button if they are radio buttons.
2564
2565 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2568         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2569         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2570         (ev_pixbuf_cache_get_link_mapping),
2571         (ev_pixbuf_cache_get_image_mapping),
2572         (ev_pixbuf_cache_get_form_field_mapping),
2573         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2574         * shell/ev-view.c: (ev_view_form_field_get_region),
2575         (ev_view_form_field_button_create_widget),
2576         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2577         (job_finished_cb):
2578
2579         Redraw only form field region instead of the whole page when
2580         reloading a page to show changes on the form field.
2581
2582 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * shell/ev-view.c: (ev_view_form_field_choice_save):
2585
2586         Fix selection of first item in list form fields.
2587
2588 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2591         (ev_pixbuf_cache_reload_page),
2592         (ev_pixbuf_cache_get_form_field_mapping):
2593
2594         Some refactoring to avoid duplicated code.
2595
2596 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2597
2598         * configure.ac:
2599         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2600         (ev_form_field_from_poppler_field),
2601         (pdf_document_forms_get_form_fields),
2602         (pdf_document_forms_form_field_text_get_text),
2603         (pdf_document_forms_form_field_text_set_text),
2604         (pdf_document_forms_form_field_button_set_state),
2605         (pdf_document_forms_form_field_button_get_state),
2606         (pdf_document_forms_form_field_choice_get_item),
2607         (pdf_document_forms_form_field_choice_get_n_items),
2608         (pdf_document_forms_form_field_choice_is_item_selected),
2609         (pdf_document_forms_form_field_choice_select_item),
2610         (pdf_document_forms_form_field_choice_toggle_item),
2611         (pdf_document_forms_form_field_choice_unselect_all),
2612         (pdf_document_forms_form_field_choice_set_text),
2613         (pdf_document_forms_form_field_choice_get_text),
2614         (pdf_document_document_forms_iface_init):
2615         * libdocument/Makefile.am:
2616         * libdocument/ev-form-field.[ch]:
2617         * libdocument/ev-document-forms.[ch]:
2618         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2619         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2620         (add_job), (ev_pixbuf_cache_reload_page),
2621         (ev_pixbuf_cache_get_form_field_mapping):
2622         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2623         * shell/ev-view-private.h:
2624         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2625         (ev_view_handle_cursor_over_xy),
2626         (ev_view_get_form_field_at_location),
2627         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2628         (ev_view_form_field_button_create_widget),
2629         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2630         (ev_view_form_field_text_create_widget),
2631         (ev_view_form_field_choice_save),
2632         (ev_view_form_field_choice_changed),
2633         (ev_view_form_field_choice_create_widget),
2634         (ev_view_handle_form_field), (ev_view_size_allocate),
2635         (ev_view_realize), (draw_end_presentation_page),
2636         (ev_view_button_press_event), (ev_view_remove_all),
2637         (ev_view_motion_notify_event), (ev_view_key_press_event),
2638         (ev_view_enter_notify_event), (highlight_find_results),
2639         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2640         (ev_view_class_init), (page_changed_cb),
2641         (on_adjustment_value_changed), (ev_view_set_presentation),
2642         (merge_selection_region), (ev_view_set_cursor),
2643         (ev_view_reset_presentation_state):
2644         
2645         Merge evince-forms branch.
2646
2647 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2648
2649         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2650
2651         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2652         This script also updates itself from libegg
2653
2654         * cut-n-paste/toolbar-editor/egg*:
2655         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2656         libegg
2657
2658 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2659
2660         * shell/ev-window.c:
2661         
2662         Adds a nice icon to page action during toolbar editing.
2663         See bug #452872.
2664
2665 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2666
2667         * data/evince-toolbar.xml:
2668         * shell/ev-window.c:
2669         
2670         Let user add a presentation and fullscreen icons on toolbar.
2671         See bug #449734.
2672
2673 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2674
2675         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2676
2677         new script to keep in sync with toolbareditor in libegg
2678
2679         * cut-n-paste/toolbar-editor/*: 
2680
2681         Run update-toolbareditor-from-libegg so we are in sync again. 
2682         Fixes bug #452850.
2683         
2684
2685 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2686
2687         * shell/ev-sidebar-links.c: (job_finished_callback):
2688
2689         Do not connect selection changed signal more than once. Fixes bug
2690         #349433.
2691
2692 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2695
2696         Do not change sidebar chrome flag when pressing F9 key in
2697         presentation mode.
2698
2699 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2700
2701         * backend/pdf/ev-poppler.cc:
2702         (pdf_document_thumbnails_get_dimensions):
2703
2704         Make sure thumbnails width and height is not <= 0. Fixes a crash
2705         with some pdf documents which have really small pages.
2706
2707 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2708
2709         * shell/main.c: (main):
2710
2711         Fixes program description translation issue.
2712         Bug #450148.
2713
2714 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2715
2716         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2717
2718         Do not change current page when returning from black/white mode
2719         in presentation. Fixes bug #415032.
2720
2721 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * NEWS:
2724         * configure.ac:
2725         
2726         Update for release 0.9.1
2727
2728 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2729
2730         * backend/dvi/dvi-document.c:
2731         (dvi_document_finalize),
2732         (dvi_document_file_exporter_format_supported),
2733         (dvi_document_file_exporter_begin),
2734         (dvi_document_file_exporter_do_page),
2735         (dvi_document_file_exporter_end),
2736         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2737         
2738         PDF exporter for dvi documents. Fixes bug #441319.
2739
2740 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-window.c: (ev_window_clear_print_job):
2743
2744         Clear gtk print job when job has finished. Fixes bug #447612.
2745
2746 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (ev_window_print_send),
2749         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2750
2751         Add preview button to print dialog. Fixes bug #445419.
2752
2753 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * backend/dvi/Makefile.am:
2756         * backend/dvi/pixbuf-device.[ch]: Removed
2757         * backend/dvi/cairo-device.[ch]: Added
2758         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2759         * backend/dvi/dvi-document.c: (dvi_document_load),
2760         (dvi_document_render), (dvi_document_finalize),
2761         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2762         (dvi_document_do_color_special):
2763         * libdocument/ev-document-misc.[ch]:
2764         (ev_document_misc_pixbuf_from_surface):
2765
2766         Port dvi backend to cairo and fix a problem with colors. 
2767
2768 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-view.c: (draw_one_page):
2771
2772         Draw only visible region.
2773
2774 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * backend/djvu/djvu-document.c: (djvu_document_render):
2777
2778         Fix rotation in djvu backend.
2779
2780 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2783         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2784         (ev_pixbuf_cache_get_image_mapping),
2785         (ev_pixbuf_cache_get_text_mapping):
2786
2787         Redraw view every time we have a new surface. Fixes bug #443587.
2788
2789 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * libdocument/ev-document.c: (ev_document_info_free):
2792
2793         Fix memory leaks.
2794
2795 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * backend/dvi/dvi-document.c: (dvi_document_render),
2798         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2799         * backend/impress/impress-document.c:
2800         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2801         (impress_document_render), (impress_document_document_iface_init),
2802         (impress_document_thumbnails_get_thumbnail):
2803         * backend/djvu/djvu-document-private.h:
2804         * backend/djvu/djvu-document.c: (djvu_document_render),
2805         (djvu_document_finalize), (djvu_document_document_iface_init),
2806         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2807         * backend/tiff/tiff-document.c: (tiff_document_render),
2808         (tiff_document_render_pixbuf),
2809         (tiff_document_document_iface_init):
2810         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2811         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2812         (pdf_selection_render_selection):
2813         * backend/comics/comics-document.c:
2814         (comics_document_render_pixbuf), (comics_document_render),
2815         (comics_document_document_iface_init):
2816         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2817         (pixbuf_document_document_iface_init):
2818         * libdocument/ev-document-misc.[ch]:
2819         (ev_document_misc_surface_from_pixbuf),
2820         (ev_document_misc_surface_rotate_and_scale):
2821         * libdocument/ev-document.[ch]: (ev_document_render):
2822         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2823         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2824         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2825         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2826         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2827         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2828         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2829         (render_finished_cb), (ev_job_render_run):
2830         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2831         (merge_selection_region):
2832
2833         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2834         and selections.
2835
2836 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * shell/ev-window-title.c: (ev_window_title_update):
2839
2840         Fix memory leak.
2841
2842 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * shell/ev-view.c: (draw_loading_text):
2845
2846         Show loading text centered. Fixes bug #433061
2847
2848 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * shell/ev-sidebar-thumbnails.c:
2851         (ev_sidebar_thumbnails_set_loading_icon):
2852
2853         Remove a mutex in the main thread that blocks the UI in heavy
2854         documents.
2855
2856 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2859
2860         Set points_set to TRUE so that selections don't disappear after a
2861         zoom change.
2862
2863 2007-06-07  Michael Monreal  <infernux@web.de>
2864
2865         * data/icons/16x16/actions/Makefile.am:
2866         * data/icons/16x16/actions/zoom.svg:
2867         * data/icons/22x22/actions/Makefile.am:
2868         * data/icons/22x22/actions/zoom.svg:
2869         * data/icons/24x24/actions/Makefile.am:
2870         * shell/ev-stock-icons.c:
2871         * shell/ev-stock-icons.h:
2872         * shell/ev-window.c:
2873         
2874         Zoom icon artwork. See bug #444795.
2875
2876 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2877
2878         * shell/ev-metadata-manager.c: Remove extraneous function
2879         (Closes: #444386)
2880
2881 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2882
2883         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2884         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2885         (ev_metadata_manager_set), (ev_metadata_manager_save):
2886         Simplify the timeout, no need for modified anymore
2887
2888 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2889
2890         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2891         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2892         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2893         (ev_metadata_manager_save): Adapted patch from Arjan van de
2894         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2895         time, saves on power (Closes: #443851)
2896
2897 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * configure.ac:
2900         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2901         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2902
2903         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2904
2905 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2906
2907         * shell/ev-window.c: (ev_window_add_history):
2908
2909         Check if history is NULL
2910
2911 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * libdocument/ev-image.c: (ev_image_finalize):
2914         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2915         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2916         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2917         (ev_tmp_uri_unlink):
2918
2919         Add functions to delete temporary files created by evince in a safe
2920         way.
2921
2922         * shell/ev-window.c: (ev_window_clear_local_uri),
2923         (open_xfer_update_progress_callback),
2924         (save_xfer_update_progress_callback), (ev_window_save_remote),
2925         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2926         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2927         (attachment_save_dialog_response_cb),
2928         (ev_attachment_popup_cmd_save_attachment_as):
2929
2930         Allow saving a copy of a document, image or attachment to a remote
2931         location. Fixes bug #440754. 
2932
2933 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * configure.ac:
2936         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2937
2938         Fix build with current poppler from cvs head. 
2939
2940 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2941
2942         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2943
2944         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2945         directory exists.
2946
2947 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2948
2949         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2950         * shell/ev-window.c:
2951
2952         Change sidebar ordering. Fixes bug #439939.
2953
2954 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2955
2956         * backend/comics/Makefile.am:
2957         
2958         Fixes build with --without-libgnome.
2959
2960 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2961         
2962         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2963
2964         Update cursor and tooltip on page change and view scroll. Fixes bug
2965         #439217.
2966
2967 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2968
2969         * NEWS:
2970         * configure.ac:
2971         
2972         Update for release 0.9.0
2973
2974 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2975
2976         * backend/djvu/djvu-document-private.h:
2977         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2978         (djvu_document_finalize),
2979         (djvu_document_file_exporter_format_supported),
2980         (djvu_document_file_exporter_begin),
2981         (djvu_document_file_exporter_do_page),
2982         (djvu_document_file_exporter_end),
2983         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2984         
2985         Implemented printing with djvu. Bug #437998.
2986
2987 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * backend/impress/zip.c:
2990         Add missing ulong definition.
2991
2992         * backend/ps/ps-interpreter.c:
2993         Add missing headers.
2994
2995         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2996
2997 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
3000
3001         Add missing call to parent class dispose method. 
3002
3003 2007-05-12  Ross Burton  <ross@openedhand.com>
3004
3005         * shell/main.c:
3006         Sync keybindings manually when building without libgnome
3007         (#437925).
3008
3009 2007-05-12  Ross Burton  <ross@openedhand.com>
3010
3011         * shell/ev-window.c:
3012         Respect the screen when opening help (#437866).
3013
3014 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3015
3016         * data/evince-ui.xml:
3017         * shell/ev-application.[ch]: (get_print_settings_from_args),
3018         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3019         (ev_application_open_uri_list):
3020         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
3021         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3022         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
3023         (ev_window_cmd_view_reload), (lookup_printer_from_name),
3024         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
3025         (ev_window_dispose):
3026         * shell/main.c: (arguments_parse):
3027
3028         Add print button in preview mode. Fixes bug #396475. 
3029
3030 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3031
3032         * cut-n-paste/zoom-control/ephy-zoom.h:
3033         
3034         Fixes zoom level factors. See bug #408119 for details.
3035
3036 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3037
3038         * backend/comics/comics-document.c: (comics_regex_quote),
3039         (extract_argv):
3040         
3041         Correctly quote symbols. Fixes crash in the bug
3042         #415370.
3043
3044 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3045
3046         * shell/ev-navigation-action-widget.c:
3047         (ev_navigation_action_widget_init),
3048         (ev_navigation_action_widget_class_init),
3049         (ev_navigation_action_widget_button_press_event):
3050         
3051         Connect to button-press event on correct widget. Fixes
3052         bug #431988
3053
3054 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3055
3056         * shell/ev-application.c: (ev_application_open_window),
3057         (ev_application_add_icon_path_for_screen),
3058         (ev_application_open_uri_at_dest):
3059         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
3060         * shell/ev-navigation-action.c: (build_menu):
3061         
3062         Add app-specific icons to our icon theme. Fixes bug
3063         #425508.
3064
3065 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * shell/ev-history.c: (ev_history_class_init),
3068         (ev_history_add_link):
3069         * shell/ev-history.h:
3070         * shell/ev-navigation-action.c:
3071         (ev_navigation_action_history_changed),
3072         (ev_navigation_action_set_history), (build_menu),
3073         (ev_navigation_action_finalize):
3074         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3075         
3076         Make navigation action unsensitive instead of showing
3077         menu with unsensitive word. Fixes bug #417392.
3078
3079 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * shell/ev-application.[ch]: (ev_application_shutdown),
3082         (ev_application_get_print_settings),
3083         (ev_application_set_print_settings):
3084         * shell/ev-window.c:
3085
3086         Remember print settings. Fixes bug #349102. 
3087
3088 2007-05-08  Christian Persch  <chpe@gnome.org>
3089
3090         * configure.ac:
3091         * properties/ev-properties-view.c:
3092
3093         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3094         Bug #382438.
3095
3096 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3097
3098         * configure.ac:
3099         * properties/ev-properties-view.c: (ev_regular_paper_size):
3100
3101         Use gtk+ builtin paper list to identify the document's paper size.
3102         Fixes bug #382438. 
3103
3104 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3105
3106         * configure.ac:
3107
3108         Fix build when compiling with thumbnailer and libgnome support. 
3109
3110 2007-05-04  Ross Burton  <ross@openedhand.com>
3111
3112         * configure.ac:
3113         Add --without-libgnome, check for libgnome and libgnomeui
3114         separately, and add them to the symbols as required.
3115
3116         * libdocument/ev-file-helpers.c:
3117         When building without libgnome, use g_get_user_config_dir instead
3118         of gnome_user_dir_get.
3119
3120         * shell/ev-application.c:
3121         When building without libgnome, don't use session management.
3122
3123         * shell/main.c:
3124         When building without libgnome, don't use GnomeProgram or
3125         initialise the authentication manager.
3126
3127         This fixes #328842.
3128
3129 2007-05-04  Ross Burton  <ross@openedhand.com>
3130
3131         * shell/ev-window.c:
3132         Don't use libgnome to open help, instead call Yelp directly.
3133
3134 2007-05-04  Ross Burton  <ross@openedhand.com>
3135
3136         * shell/ev-sidebar-attachments.c:
3137         Don't use libgnome to lookup icons for MIME types, instead copy
3138         code from GTK+ to do it manually.
3139
3140 2007-05-04  Ross Burton  <ross@openedhand.com>
3141
3142         * configure.ac:
3143         Add libxml to the dependencies for SHELL_CORE (#435818).
3144
3145 2007-05-02  Ross Burton  <ross@openedhand.com>
3146
3147         * configure.ac:
3148         * Makefile.am:
3149         Add --disable-thumbnailer (#434825)
3150
3151 2007-05-02  Ross Burton  <ross@openedhand.com>
3152
3153         * shell/ev-window.c:
3154         Add missing includes, fix indentation.
3155
3156         * shell/main.c:
3157         Fix indentation.
3158
3159 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3160
3161         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3162         ev_application_open_uri_at_dest instead of ev_application_open_uri
3163         preventing new document always being opened in a new window even if there
3164         is an empty window.
3165
3166 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3167
3168         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3169         (egg_recent_view_uimanager_finalize):
3170         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3171         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3172         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3173         (ev_pixbuf_cache_dispose):
3174         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3175         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3176         
3177         Add missing chain to parent class methods. Fixes
3178         bug #433128.
3179
3180 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3181
3182         * data/Makefile.am (update-icon-cache): Updates
3183         gtk-update-icon-cache in uninstall-hook.
3184
3185 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3186
3187         * shell/ev-window.c: (ev_window_setup_document),
3188         (ev_window_set_document), (ev_window_load_job_cb):
3189         * shell/ev-view.c: (setup_caches):
3190         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3191
3192         Start rendering pages before any other jobs. 
3193
3194 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3195
3196         * shell/ev-window.c: (ev_window_stop_fullscreen),
3197         (ev_window_stop_presentation):
3198
3199         Update chrome visibility before window unfullscreen. 
3200
3201 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * data/Makefile.am:
3204         * data/evince-ui.xml:
3205         * shell/ev-stock-icons.[ch]:
3206         * shell/ev-application.[ch]: (ev_application_shutdown),
3207         (ev_application_init), (ev_application_get_toolbars_model):
3208         * shell/ev-window.c: (update_chrome_visibility),
3209         (fullscreen_toolbar_setup_item_properties),
3210         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3211         (ev_window_run_presentation), (ev_window_stop_presentation),
3212         (ev_window_run_preview), (ev_window_screen_changed),
3213         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3214         (ev_window_dispose), (ev_window_init):
3215
3216         Make fullscreen toolbar always visible. Do not use egg toolbars for
3217         fullscreen and preview modes since such toolbars are not editables.
3218         Fixes bugs #300278, #338910 and #316188.  
3219
3220 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3221
3222         * shell/ev-application.c:
3223         * shell/ev-job-queue.c:
3224         * shell/ev-metadata-manager.c:
3225         * shell/ev-stock-icons.c:
3226         * shell/ev-window.c:
3227         * shell/main.c:
3228         
3229         Developers documentation updated.
3230
3231 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3234
3235         Check whether uri is valid before launching it. Fixes bug #427664.
3236
3237 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3238
3239         * shell/ev-window.c:
3240
3241         Change key accelerator for Open a Copy menu entry which is in conflict
3242         with Close. Fixes bug #427321.
3243
3244 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3245
3246         * NEWS:
3247         * configure.ac:
3248         
3249         Update for release 0.8.1
3250
3251 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3252
3253         * shell/ev-window.c: (setup_size_from_metadata):
3254         
3255         Do not make window bigger than screen. Fixes bug 
3256         #388985.
3257
3258 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3261         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3262
3263         Use default resolution when it's not provided by document. Fixes bug
3264         #408762.
3265
3266 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * configure.ac:
3269         * thumbnailer/Makefile.am:
3270         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3271         * thumbnailer/evince-thumbnailer.schemas.in:
3272         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3273
3274         Add support for ps, eps and compressed documents thumbnails. Do not
3275         ignore size parameter. 
3276
3277 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3278
3279         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3280         (dvi_document_do_color_special):
3281         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3282
3283         Implement font color specials in the DVI backend. Fixes bug #303651.
3284
3285 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3286
3287         Fixup the previous commit:
3288
3289         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3290         * shell/xdg-user-dir-lookup.c: Make the function non-static
3291         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3292
3293 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3294
3295         * shell/ev-window.c (file_open_dialog_response_cb): Use
3296         the xdg-user-dirs DOCUMENTS folder as default folder when
3297         opening a file chooser.  (#424858)
3298
3299         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3300         xdg-user-dirs.
3301
3302 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (ev_window_load_job_cb):
3305
3306         Do not setup view from metadata on preview mode. 
3307
3308 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/main.c:
3311
3312         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3313
3314 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-view.c: (ev_view_primary_get_cb):
3317
3318         Check pointer != NULL before using it. Fixes bug #416841. 
3319
3320 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3321
3322         * NEWS:
3323         * configure.ac:
3324         
3325         Release 0.8.0
3326
3327 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3330
3331         Do not render thumbnails when sidebar thumbnail page is not visible
3332         at startup. Fixes bug #416447. 
3333
3334 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3335
3336         * data/evince.desktop.in.in:
3337
3338         "Application" is not a valid category in the freedesktop specification.
3339
3340 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * libdocument/ev-file-helpers.[ch]: (compression_run),
3343         (ev_file_uncompress), (ev_file_compress):
3344         * shell/ev-window.c: (file_save_dialog_response_cb):
3345
3346         Save document compressed when saving a copy of a compressed document.
3347         Fixes bug #334542.
3348
3349 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3352
3353         Allow deleting in goto window entry in presentation mode. 
3354
3355 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3356
3357         * Makefile.am: Dist MAINTAINERS.
3358
3359 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * shell/ev-window.c: (ev_window_update_actions):
3362
3363         Fix zoom shortcut keys when searching. Fixes bug #409828.
3364
3365 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * shell/ev-window.c: (ev_window_setup_document):
3368
3369         Fix crash when loading documents with only one page. 
3370
3371 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * backend/dvi/dvi-document.c:
3374         (dvi_document_thumbnails_get_dimensions),
3375         (dvi_document_thumbnails_get_thumbnail):
3376         * backend/impress/impress-document.c:
3377         (impress_document_thumbnails_get_thumbnail),
3378         (impress_document_thumbnails_get_dimensions):
3379         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3380         (ps_document_thumbnails_get_dimensions):
3381         * backend/djvu/djvu-document.c:
3382         (djvu_document_thumbnails_get_dimensions),
3383         (djvu_document_thumbnails_get_thumbnail):
3384         * backend/tiff/tiff-document.c:
3385         (tiff_document_thumbnails_get_thumbnail),
3386         (tiff_document_thumbnails_get_dimensions):
3387         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3388         (pdf_document_thumbnails_get_thumbnail),
3389         (pdf_document_thumbnails_get_dimensions):
3390         * backend/comics/comics-document.c:
3391         (comics_document_thumbnails_get_thumbnail),
3392         (comics_document_thumbnails_get_dimensions):
3393         * backend/pixbuf/pixbuf-document.c:
3394         (pixbuf_document_thumbnails_get_thumbnail),
3395         (pixbuf_document_thumbnails_get_dimensions):
3396         * libdocument/ev-document-thumbnails.[ch]:
3397         (ev_document_thumbnails_get_thumbnail),
3398         (ev_document_thumbnails_get_dimensions):
3399         * libdocument/ev-document-misc.[ch]:
3400         (ev_document_misc_get_thumbnail_frame):
3401         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3402         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3403         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3404         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3405         (ev_sidebar_thumbnails_refresh):
3406         * shell/ev-window.c: (ev_window_setup_document):
3407         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3408
3409         Use an EvRenderContext for rendering thumbnails instead of a suggested
3410         width, so that different sized pages get sized proportionally.
3411
3412 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * shell/ev-view.c: (ev_view_button_press_event),
3415         (ev_view_key_press_event):
3416
3417         Fix critical warnings when there is no document loaded. 
3418
3419 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-page-action-widget.c:
3422         * shell/ev-navigation-action.c:
3423         * shell/ev-window.c:
3424
3425         Fix compile warnings. 
3426
3427 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * backend/djvu/djvu-text.h:
3430         * backend/djvu/djvu-document.c:
3431         * backend/djvu/djvu-text-page.c:
3432         * backend/djvu/djvu-links.c:
3433         * backend/djvu/djvu-text-page.h:
3434         * backend/djvu/djvu-text.c:
3435         
3436         Fix build on Mac. Fixes bug #392186. Patch by
3437         <ephraim_owns@hotmail.com>
3438
3439 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3442
3443         Restore cairo context before rendering every page when printing a PDF
3444         document into a PDF file. 
3445
3446 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * backend/ps/gstypes.h:
3449         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3450         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3451         (ps_document_thumbnails_get_thumbnail):
3452
3453         Handle PostScript page orientation. Fixes bug #318568.
3454
3455 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * backend/ps/Makefile.am:
3458         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3459         (document_load), (ps_document_load), (save_document),
3460         (save_page_list), (ps_document_get_n_pages),
3461         (ps_document_get_page_size), (ps_document_get_info),
3462         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3463         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3464         (ps_document_thumbnails_get_thumbnail),
3465         (ps_document_thumbnails_get_dimensions),
3466         (ps_document_document_thumbnails_iface_init):
3467         * backend/ps/ps.[ch]: (psgetpagebox):
3468         * backend/ps/ps-interpreter.[ch]:
3469
3470         Add support for thumbnails in ps backend. Fixes bug #164755. 
3471
3472 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3473
3474         * NEWS:
3475         * configure.ac:
3476         
3477         Release 0.7.2
3478
3479 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3480
3481         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3482         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3483         (ev_window_dispose):
3484
3485         Use document thumbnail as window icon. Fixes bug #384442.
3486
3487 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3488
3489         * configure.ac:
3490
3491         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3492         duplicated adding application/x-bzpostscript instead. 
3493
3494 2007-02-11  Tom Parker  <palfrey@tevp.net>
3495
3496         * backend/ps/ps-document.c: (document_load):
3497
3498         Check return value of psscan before trying
3499         to use it. Fixes bug #372414.
3500
3501 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3504
3505         Fix invalid free in ev-page-cache. Fixes bug #404745.
3506
3507 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3508
3509         * test/Makefile.am:
3510         * test/test3.py:
3511         
3512         Added reload test case.
3513
3514 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * po/POTFILES.in:
3517         * backend/djvu/djvu-document.c: (djvu_document_load):
3518
3519         Check whether there are missing files in indirect multipage djvu
3520         documents. Fixes bug #361683. 
3521
3522 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3523
3524         * test/Makefile.am:
3525         * test/test-mime.bin:
3526         * test/test3.py:
3527         
3528         Added test for slow mime type
3529
3530 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3533
3534         Add some checks and call parent_class->finalize. Fixes bug #404745.
3535
3536 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3537
3538         * shell/ev-navigation-action.c: (connect_proxy):
3539         
3540         Fixes dropdown history menu. Thanks a lot Carlos!
3541
3542 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3545
3546         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3547         bug #373715.
3548
3549 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3550
3551         * backend/ps/ps.c: (psscan):
3552
3553         Fix memory leak. 
3554
3555 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * configure.ac:
3558         * libdocument/ev-file-helpers.c: 
3559
3560         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3561
3562 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3563
3564         * configure.ac:
3565         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3566         (ps_interpreter_start), (document_load), (save_document),
3567         (save_page_list):
3568         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3569         * libdocument/ev-document-factory.c:
3570         (ev_document_factory_get_from_mime), (get_document_from_uri),
3571         (free_uncompressed_uri), (ev_document_factory_get_document):
3572         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3573
3574         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3575
3576 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * libdocument/ev-document.h:
3579
3580         Fix typo in function name. 
3581
3582 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/ps/ps-document.c: (ps_interpreter_finished),
3585         (ps_interpreter_start), (ps_interpreter_failed):
3586
3587         Handle ghostscript interpreter crashes. 
3588
3589 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3590
3591         * shell/ev-window.c: (ev_window_open_uri),
3592         (window_configure_event_cb):
3593
3594         Setup window size and position before showing it. Fixes bug #401711.
3595
3596 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3597
3598         * backend/ps/Makefile.am:
3599         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3600         (ps_document_dispose), (ps_document_class_init),
3601         (ps_interpreter_input), (ps_interpreter_output),
3602         (ps_interpreter_error), (setup_interpreter_env),
3603         (ps_interpreter_start), (ps_interpreter_stop),
3604         (ps_interpreter_failed), (ps_interpreter_is_ready),
3605         (check_filecompressed), (document_load), (ps_document_load),
3606         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3607         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3608         (render_page):
3609
3610         Rework ps-document. Code cleanups, remove deprecated code. 
3611
3612 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3613
3614         * shell/ev-view.c: (ev_view_button_press_event):
3615
3616         Do not start an image drag and drop operation when pointer is on 
3617         text, so that we can select text when the whole background is an
3618         image. 
3619
3620 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-window.c: (ev_window_update_actions): 
3623
3624         Disable all zoom related actions during presentation mode. 
3625
3626 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3627
3628         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3629
3630         Do not zoom in or out on presentation mode. Fixes bug #401305.
3631
3632 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * shell/ev-navigation-action.c: (connect_proxy),
3635         (create_menu_item), (ev_navigation_action_class_init):
3636         
3637         Correctly show menu and fix crash when navigaton 
3638         action is out of toolbar visible area.
3639
3640 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3641
3642         * data/Makefile.am:
3643         * data/evince.1:
3644         
3645         Added man file
3646
3647 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3648
3649         * help/reference/* :
3650         * configure.ac:
3651         
3652         Added gtk-doc based documentation for Evince.
3653         Still in initial state but I hope it will
3654         grow.
3655         
3656         * configure.ac:
3657         
3658         Lower dbus requirement to 0.70
3659
3660 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3661
3662         * shell/ev-window.c: (ev_window_add_history):
3663
3664         Fix memory leak. 
3665
3666 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3667
3668         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3669         * shell/ev-view.h:
3670         * shell/ev-window.c: (ev_window_add_history):
3671         
3672         Correctly handle named destination links
3673
3674 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3675
3676         * NOTES:
3677         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3678         * backend/pdf/ev-poppler.cc:
3679         * libdocument/ev-document-links.h:
3680         * libdocument/ev-link.c: (ev_link_get_page):
3681         * libdocument/ev-link.h:
3682         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3683         (ev_history_add_link):
3684         * shell/ev-history.h:
3685         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3686         (new_history_menu_item), (build_menu):
3687         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3688         * shell/ev-sidebar-links.c: (create_loading_model),
3689         (print_section_cb), (ev_sidebar_links_construct),
3690         (fill_page_labels), (update_page_callback_foreach),
3691         (update_page_callback), (job_finished_callback):
3692         * shell/ev-view.c: (ev_view_handle_link):
3693         * shell/ev-window.c: (ev_window_find_chapter),
3694         (ev_window_add_history), (view_handle_link_cb),
3695         (history_changed_cb):
3696         
3697         Implements another history variant
3698
3699 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-window.c: (view_external_link_cb):
3702         * shell/ev-view.c: (ev_view_button_release_event):
3703
3704         Open links in new window when clicking with middle button. 
3705
3706 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3707
3708         * shell/ev-navigation-action.c: (new_history_menu_item):
3709         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3710         * shell/ev-view.c: (ev_view_handle_link):
3711         * shell/ev-window.c:
3712         
3713         Store link before jump, not the destination. For me it 
3714         seems like more natural history behavior.
3715
3716 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3717
3718         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3719         (ev_navigation_action_class_init):
3720         * shell/ev-navigation-action.h:
3721         * shell/ev-page-action.c: (activate_cb):
3722         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3723         (ev_page_cache_set_current_page_history):
3724         * shell/ev-page-cache.h:
3725         * shell/ev-sidebar-thumbnails.c:
3726         (ev_sidebar_tree_selection_changed),
3727         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3728         * shell/ev-view-private.h:
3729         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3730         * shell/ev-view.h:
3731         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3732         (ev_window_setup_document), (ev_window_load_job_cb):
3733         * shell/ev-window.h:
3734         
3735         History finally works as expected.
3736
3737 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3740
3741         Do not update links treeview if it doesn't have a model assigned yet. 
3742
3743 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3746         (ev_sidebar_links_class_init), (update_page_callback):
3747
3748         Do not update links treeview when sidepane is not visible. 
3749
3750 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3751
3752         * shell/ev-marshal.list:
3753         * shell/ev-page-action.c: (activate_cb),
3754         (ev_page_action_class_init):
3755         * shell/ev-page-action.h:
3756         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3757         * shell/ev-window.c:
3758         
3759         Remove activate_link signal, not required.
3760
3761 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3762
3763         * shell/ev-navigation-action.c: (build_menu):
3764         
3765         Reorder menu items and build menu with fixed length.
3766
3767 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3768
3769         * shell/ev-view.c: (get_selected_text):
3770         
3771         Normalize text to fix ligatures problem. See bug
3772         #341947 for details.
3773
3774 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3775
3776         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3777
3778         Fix memory leak in ev-page-cache. 
3779
3780 2007-01-25  Tom Parker <palfrey@tevp.net>
3781
3782         * backend/impress/impress-document.c: (impress_document_load),
3783         (impress_document_finalize), (impress_document_init):
3784         * properties/ev-properties-main.c: (ev_properties_get_pages):
3785         
3786         Correctly handle impress document errors. Fixes nautilus
3787         crash in property page #370491.
3788
3789 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3792         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3793         (ev_job_queue_remove_job):
3794         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3795         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3796         (ev_job_load_run):
3797         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3798         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3799         (ev_window_load_job_cb), (xfer_update_progress_callback),
3800         (ev_window_open_uri), (ev_window_dispose):
3801         * shell/main.c: (main):
3802
3803         Do file transfer asynchronously in the main thread instead of
3804         synchronously in the load thread. Fixes bugs #399694, #398307 and
3805         #343542.
3806
3807 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-jobs.c: (ev_job_xfer_run):
3810
3811         Load the document with the font-config lock held. 
3812
3813 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * backend/ps/ps-document.c: (start_interpreter):
3816
3817         Fix memory leaks in ps backend. 
3818
3819 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * backend/impress/impress-document.c:
3822         (impress_document_render_pixbuf):
3823
3824         Do not acquire fontconfig lock in impress backend, since it is using
3825         the main loop for rendering. 
3826
3827 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * po/POTFILES.in: 
3830
3831         Remove mdvi files that shouldn't be translated. 
3832
3833 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-view-private.h:
3836         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3837         (ev_view_set_zoom):
3838
3839         Render "loading..." text into a cairo surface instead of directly into
3840         the window so that fontconfig lock is only needed once and UI is not
3841         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3842
3843 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3846         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3847
3848         Use icon theme associated with the window screen rather than default. 
3849
3850 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3851
3852         * configure.ac:
3853
3854         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3855
3856 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3857
3858         * data/icons/*/apps/evince.*:
3859
3860         Move Evince icons under new apps directory.
3861
3862         * data/icons/*/actions/*:
3863
3864         Add new custom themeable Evince icons: view-page-continuous, 
3865         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3866         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3867
3868         * configure.ac:
3869
3870         Add new directories to AC_CONFIG_FILES.
3871
3872         * shell/ev-stock-icons.c:
3873         * shell/ev-stock-icons.h:
3874
3875         Use new custom themeable icons.
3876
3877 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3878
3879         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3880
3881         Do not draw white background page in presentation mode. 
3882
3883 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3884
3885         * shell/ev-view.c: Remove unused gnome-vfs include.
3886
3887 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3888
3889         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3890         
3891         Format string is corrected, fixes bug #397129.
3892
3893 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * shell/ev-window.c: (ev_window_setup_recent):
3896
3897         Do not include in recent menu inexistent documents. Fixes
3898         bug #339171.
3899
3900 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3901
3902         * po/POTFILES.skip: 
3903
3904         Update POTFILES.skip file according to current source tree. 
3905
3906 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * shell/ev-window.c: (file_save_dialog_response_cb):
3909
3910         Do Save a copy in atomic way. Fixes bug #328266. 
3911
3912 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3913
3914         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3915
3916         Keep selected cell always visible in index treeview.
3917
3918 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3919         
3920         * shell/ev-view.c: (ev_view_size_allocate):
3921
3922         Restore horizontal scrollbar after switching to/from fullscreen
3923         or presentation mode. Fixes bug #331728.
3924
3925 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3926
3927         * shell/ev-view-private.h:
3928         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3929         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3930         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3931         (ev_view_can_zoom_out):
3932
3933         Use max and min scale values in the view iby taking dpi into account. 
3934
3935 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3936
3937         * configure.ac:
3938         * NEWS:
3939
3940         Release 0.7.1
3941
3942 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * shell/ev-window.c: (ev_window_print_send):
3945
3946         Send print job to printer with some settings set to default values,
3947         since we have already exported to a file according to such settings
3948         and they could be taken twice by some printers. 
3949
3950 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3951
3952         * shell/ev-jobs.c: (ev_job_xfer_run):
3953         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3954
3955         Show main window and load document with the font-config lock held. 
3956
3957 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3958
3959         * configure.ac:
3960         * shell/ev-application.c: (ev_application_register_service):
3961         * shell/main.c: (load_files_remote):
3962
3963         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3964
3965 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3966
3967         * doc/debugging.txt:
3968         
3969         Remove obsolete documentation.
3970
3971 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3972
3973         * Makefile.am:
3974         * backend/Makefile.am:
3975         * backend/comics/Makefile.am:
3976         * backend/djvu/Makefile.am:
3977         * backend/dvi/Makefile.am:
3978         * backend/ev-async-renderer.c:
3979         * backend/ev-async-renderer.h:
3980         * backend/ev-attachment.c:
3981         * backend/ev-attachment.h:
3982         * backend/ev-backend-marshal.c:
3983         * backend/ev-document-factory.c:
3984         * backend/ev-document-factory.h:
3985         * backend/ev-document-find.c:
3986         * backend/ev-document-find.h:
3987         * backend/ev-document-fonts.c:
3988         * backend/ev-document-fonts.h:
3989         * backend/ev-document-images.c:
3990         * backend/ev-document-images.h:
3991         * backend/ev-document-info.h:
3992         * backend/ev-document-links.c:
3993         * backend/ev-document-links.h:
3994         * backend/ev-document-misc.c:
3995         * backend/ev-document-misc.h:
3996         * backend/ev-document-security.c:
3997         * backend/ev-document-security.h:
3998         * backend/ev-document-thumbnails.c:
3999         * backend/ev-document-thumbnails.h:
4000         * backend/ev-document-transition.c:
4001         * backend/ev-document-transition.h:
4002         * backend/ev-document.c:
4003         * backend/ev-document.h:
4004         * backend/ev-file-exporter.c:
4005         * backend/ev-file-exporter.h:
4006         * backend/ev-image.c:
4007         * backend/ev-image.h:
4008         * backend/ev-link-action.c:
4009         * backend/ev-link-action.h:
4010         * backend/ev-link-dest.c:
4011         * backend/ev-link-dest.h:
4012         * backend/ev-link.c:
4013         * backend/ev-link.h:
4014         * backend/ev-render-context.c:
4015         * backend/ev-render-context.h:
4016         * backend/ev-selection.c:
4017         * backend/ev-selection.h:
4018         * backend/impress/Makefile.am:
4019         * backend/pdf/Makefile.am:
4020         * backend/pixbuf/Makefile.am:
4021         * backend/ps/Makefile.am:
4022         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
4023         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
4024         (start_interpreter), (stop_interpreter), (document_load),
4025         (ps_document_next_page), (render_page):
4026         * backend/tiff/Makefile.am:
4027         * comics/Makefile.am:
4028         * comics/comics-document.c:
4029         * comics/comics-document.h:
4030         * configure.ac:
4031         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4032         * djvu/Makefile.am:
4033         * djvu/djvu-document-private.h:
4034         * djvu/djvu-document.c:
4035         * djvu/djvu-document.h:
4036         * djvu/djvu-links.c:
4037         * djvu/djvu-links.h:
4038         * djvu/djvu-text-page.c:
4039         * djvu/djvu-text-page.h:
4040         * djvu/djvu-text.c:
4041         * djvu/djvu-text.h:
4042         * dvi/Makefile.am:
4043         * dvi/dvi-document.c:
4044         * dvi/dvi-document.h:
4045         * dvi/fonts.c:
4046         * dvi/fonts.h:
4047         * dvi/mdvi-lib/Makefile.am:
4048         * dvi/mdvi-lib/afmparse.c:
4049         * dvi/mdvi-lib/afmparse.h:
4050         * dvi/mdvi-lib/bitmap.c:
4051         * dvi/mdvi-lib/bitmap.h:
4052         * dvi/mdvi-lib/color.c:
4053         * dvi/mdvi-lib/color.h:
4054         * dvi/mdvi-lib/common.c:
4055         * dvi/mdvi-lib/common.h:
4056         * dvi/mdvi-lib/defaults.h:
4057         * dvi/mdvi-lib/dvimisc.c:
4058         * dvi/mdvi-lib/dviopcodes.h:
4059         * dvi/mdvi-lib/dviread.c:
4060         * dvi/mdvi-lib/files.c:
4061         * dvi/mdvi-lib/font.c:
4062         * dvi/mdvi-lib/fontmap.c:
4063         * dvi/mdvi-lib/fontmap.h:
4064         * dvi/mdvi-lib/fontsrch.c:
4065         * dvi/mdvi-lib/gf.c:
4066         * dvi/mdvi-lib/hash.c:
4067         * dvi/mdvi-lib/hash.h:
4068         * dvi/mdvi-lib/list.c:
4069         * dvi/mdvi-lib/mdvi.h:
4070         * dvi/mdvi-lib/pagesel.c:
4071         * dvi/mdvi-lib/paper.c:
4072         * dvi/mdvi-lib/paper.h:
4073         * dvi/mdvi-lib/pk.c:
4074         * dvi/mdvi-lib/private.h:
4075         * dvi/mdvi-lib/setup.c:
4076         * dvi/mdvi-lib/sp-epsf.c:
4077         * dvi/mdvi-lib/special.c:
4078         * dvi/mdvi-lib/sysdeps.h:
4079         * dvi/mdvi-lib/t1.c:
4080         * dvi/mdvi-lib/tfm.c:
4081         * dvi/mdvi-lib/tfmfile.c:
4082         * dvi/mdvi-lib/tt.c:
4083         * dvi/mdvi-lib/util.c:
4084         * dvi/mdvi-lib/vf.c:
4085         * dvi/pixbuf-device.c:
4086         * dvi/pixbuf-device.h:
4087         * impress/Makefile.am:
4088         * impress/common.h:
4089         * impress/document.c:
4090         * impress/f_oasis.c:
4091         * impress/f_oo13.c:
4092         * impress/iksemel.c:
4093         * impress/iksemel.h:
4094         * impress/imposter.h:
4095         * impress/impress-document.c:
4096         * impress/impress-document.h:
4097         * impress/internal.h:
4098         * impress/r_back.c:
4099         * impress/r_draw.c:
4100         * impress/r_geometry.c:
4101         * impress/r_gradient.c:
4102         * impress/r_style.c:
4103         * impress/r_text.c:
4104         * impress/render.c:
4105         * impress/render.h:
4106         * impress/zip.c:
4107         * impress/zip.h:
4108         * lib/Makefile.am:
4109         * lib/ev-debug.c:
4110         * lib/ev-debug.h:
4111         * lib/ev-file-helpers.c:
4112         * lib/ev-file-helpers.h:
4113         * lib/ev-gui.c:
4114         * lib/ev-gui.h:
4115         * lib/ev-tooltip.c:
4116         * lib/ev-tooltip.h:
4117         * libdocument/Makefile.am:
4118         * libdocument/ev-file-helpers.c:
4119         * pdf/Makefile.am:
4120         * pdf/ev-poppler.cc:
4121         * pdf/ev-poppler.h:
4122         * pixbuf/Makefile.am:
4123         * pixbuf/pixbuf-document.c:
4124         * pixbuf/pixbuf-document.h:
4125         * properties/Makefile.am:
4126         * ps/Makefile.am:
4127         * ps/gsdefaults.c:
4128         * ps/gsdefaults.h:
4129         * ps/gsio.c:
4130         * ps/gsio.h:
4131         * ps/gstypes.h:
4132         * ps/ps-document.c:
4133         * ps/ps-document.h:
4134         * ps/ps.c:
4135         * ps/ps.h:
4136         * shell/Makefile.am:
4137         * shell/ev-application.h:
4138         * shell/ev-sidebar-links.c:
4139         * shell/ev-sidebar-links.h:
4140         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4141         (ev_gui_menu_position_tree_selection):
4142         * shell/ev-utils.h:
4143         * shell/ev-view.c: (ev_view_finalize):
4144         * shell/ev-window.c:
4145         * shell/main.c: (main):
4146         * thumbnailer/Makefile.am:
4147         * tiff/Makefile.am:
4148         * tiff/tiff-document.c:
4149         * tiff/tiff-document.h:
4150         * tiff/tiff2ps.c:
4151         * tiff/tiff2ps.h:
4152         
4153         Reorganize source tree.
4154
4155 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * backend/ev-document-factory.c:
4158
4159         Do not include ev-poppler.h when pdf is disabled. 
4160
4161 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4162
4163         * configure.ac:
4164         * data/evince-ui.xml:
4165         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4166         (pdf_document_document_images_iface_init):
4167         * backend/Makefile.am:
4168         * backend/ev-document-images.[ch]:
4169         * backend/ev-image.[ch]:
4170         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4171         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4172         (ev_job_xfer_run):
4173         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4174         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4175         (ev_pixbuf_cache_get_image_mapping):
4176         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4177         (view_menu_popup_cb), (ev_window_dispose),
4178         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4179         (ev_view_popup_cmd_copy_image):
4180         * shell/ev-view-private.h:
4181         * shell/ev-view.c: (ev_view_get_image_at_location),
4182         (ev_view_do_popup_menu), (ev_view_popup_menu),
4183         (ev_view_button_press_event), (ev_view_drag_data_get),
4184         (ev_view_drag_motion), (ev_view_drag_data_received),
4185         (ev_view_motion_notify_event), (ev_view_button_release_event),
4186         (ev_view_finalize), (ev_view_class_init):
4187
4188         Add image handling support. Fixes bugs #310008 and #325047. Images
4189         selection is not supported yet. 
4190
4191 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4192
4193         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4194         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4195         (ev_view_init):
4196
4197         Move view drag and drop stuff to ev-view.
4198
4199 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4200
4201         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4202         * shell/ev-view.c: (clear_selection): 
4203
4204         Clear selection also in pixbuf cache.
4205
4206 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4207
4208         * data/evince.desktop.in.in:
4209         
4210         Change icon name in desktop file. See bug #390734
4211         for details.
4212
4213 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4214
4215         * thumbnailer/Makefile.am:
4216
4217         Use top_builddir instead top_srcdir for generated schema
4218         file installation. Fixes bug #390161.
4219
4220 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4221
4222         * configure.ac:
4223         * backend/Makefile.am:
4224         * backend/ev-document-transition.[ch]:
4225         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4226         (pdf_document_page_transition_iface_init):
4227         * shell/ev-view-private.h:
4228         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4229         (ev_view_set_presentation), (transition_next_page),
4230         (ev_view_presentation_transition_stop),
4231         (ev_view_presentation_transition_start), (ev_view_next_page):
4232
4233         Add page transition support in presentation mode. At the moment only
4234         page duration is supported, but not transition effects. Fixes bug
4235         #309815.
4236
4237 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4240
4241         Run find_link_dest with document lock held, since it's called by links
4242         thread and main thread at the same time. 
4243
4244 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-view.c: (goto_dest):
4247
4248         Update page-cache when page is changed by the view, so that
4249         page-changed signal is emitted. 
4250
4251 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * test/test1.py:
4254         * test/test2.py:
4255
4256         Use C locale in tests. 
4257
4258 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4259
4260         * shell/ev-window.c: (ev_window_run_presentation):
4261         * shell/ev-view-private.h:
4262         * shell/ev-view.c: (ev_view_set_presentation):
4263
4264         Restore zoom settings when back from presentation mode. 
4265
4266 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4267
4268         * shell/ev-window.c: (ev_window_run_presentation):
4269
4270         Always use "best fit" zoom in presentation mode.
4271         Fixes bug #389195.
4272
4273 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4274
4275         * shell/ev-view.c: (ev_view_goto_window_create):
4276
4277         Show "Jump to page" label in the page jumping popup in
4278         presentation mode instead of just a GtkEntry.
4279
4280 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4281
4282         * shell/ev-window.c: (launch_external_uri):
4283
4284         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4285         #378085.
4286
4287 2006-12-22  Elijah Newren  <newren gmail com>
4288
4289         * configure.ac: explicitly check for libxml2.  Fixes #388795
4290
4291 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4292
4293         * shell/ev-view-private.h:
4294         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4295         (ev_view_goto_window_delete_event), (key_is_numeric),
4296         (ev_view_goto_window_key_press_event),
4297         (ev_view_goto_window_button_press_event),
4298         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4299         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4300         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4301
4302         Allow jumping to another page by typing a page number in presentation
4303         mode. It uses a popup window with an entry. Fixes bug #353625.
4304
4305 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4306
4307         * configure.ac:
4308         * properties/ev-properties-view.c: (ev_get_default_user_units),
4309         (ev_regular_paper_size):
4310         
4311         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4312         to Damien Carbery <damien.carbery@sun.com> and
4313         Yevgen Muntyan <muntyan@tamu.edu>.
4314
4315 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4316
4317         * shell/ev-window.c: (setup_document_from_metadata):
4318
4319         Make sure Evince doesn't restore the view on the last
4320         page when a document is reopened. Fixes bug #383381.
4321
4322 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4323
4324         * shell/ev-view.c: (draw_loading_text):
4325
4326         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4327
4328 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * configure.ac:
4331         * NEWS:
4332
4333         Release 0.7.0
4334
4335 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * configure.ac:
4338         * pdf/ev-poppler.cc: (pdf_print_context_free),
4339         (pdf_document_file_exporter_begin),
4340         (pdf_document_file_exporter_do_page):
4341
4342         Make cairo-pdf depedency optional. 
4343
4344 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4345
4346         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4347
4348         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4349
4350 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4351
4352         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4353         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4354         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4355         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4356         * shell/ev-view.c: (draw_loading_text):
4357         * shell/ev-window.c: (ev_window_cmd_file_properties):
4358
4359         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4360         related to using FontConfig from different threads.
4361         
4362 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4363
4364         * shell/ev-view.c: (draw_loading_text):
4365
4366         Acquire lock document when drawing "Loading..." text so that only one
4367         thread will use FontConfig at the same time. Fixes bug #374750.
4368
4369 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4370
4371         * shell/ev-page-action.[ch]: (activate_cb):
4372         * shell/ev-window.c: (activate_label_cb):
4373
4374         Check if text inserted in page entry is a valid page number when it
4375         doesn't match to any document page label. Fixes bug #383165.
4376
4377 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4378         * shell/ev-window.c:
4379
4380         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4381         available with GTK < 2.10. Added an ifdef to avoid compilation
4382         error.
4383
4384 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4385
4386         * configure.ac:
4387         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4388
4389         Fix ps backend in multihead systems.
4390
4391 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4394         * shell/ev-window.c: (ev_window_get_screen_dpi),
4395         (ev_window_update_actions), (setup_view_from_metadata),
4396         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4397
4398         Take screen DPI into account when zooming. Fixes bug #318285.
4399
4400 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4401
4402         * data/Makefile.am:
4403
4404         Cleaned up/slightly refactored Makefile.am. Added GConf
4405         schemas uninstallation as well.
4406
4407 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4408
4409         * Makefile.am:
4410         * test/Makefile.am:
4411
4412         Fight with autotools to fix make check. Make distcheck
4413         works fine as well now!
4414
4415 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4416
4417         * shell/ev-view.c: (draw_end_presentation_page):
4418
4419         Corrected "end of presentation" string.
4420
4421 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4422
4423         * shell/ev-view.c: (ev_view_key_press_event):
4424
4425         Correctly propagate key press event so that up/down keys
4426         work as expected (correct behaviour was broken by
4427         black/white screen key bindings for presentations).
4428
4429 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4430
4431         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4432         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4433         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4434         (pdf_selection_get_selection_region),
4435         (pdf_selection_get_selection_map):
4436
4437         Add "static" to some private functions. 
4438
4439 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4440
4441         * lib/ev-tooltip.h:
4442         * properties/ev-properties-view.h:
4443         * shell/ev-jobs.h:
4444         * shell/ev-properties-dialog.h:
4445         * shell/ev-properties-fonts.h:
4446         * shell/ev-sidebar-links.h:
4447         * shell/ev-sidebar-thumbnails.h:
4448         * shell/ev-sidebar.h:
4449         * shell/ev-window.h:
4450         
4451         Fixes CHACK type in class casts. See bug #385343
4452         for details.
4453
4454 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-view-private.h:
4457         * shell/ev-view.c: (draw_end_presentation_page),
4458         (ev_view_expose_event), (ev_view_key_press_event),
4459         (ev_view_class_init), (ev_view_init):
4460
4461         Blank screen in presentation mode when pressing 'b' (filling with
4462         black) or 'w' (filling with white) keys. Fixes bug #358132.
4463
4464 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4465
4466         * data/evince-toolbar.xml:
4467         * shell/ev-window.c:
4468         
4469         Use stock icon for Select All action. Fixes
4470         bug #382652.
4471
4472 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4473
4474         * shell/ev-view.c: (get_doc_point_from_offset),
4475         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4476
4477         Add links support in rotated documents. Fixes bug #343733.
4478
4479 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * shell/ev-view-private.h:
4482         * shell/ev-view.c: (draw_end_presentation_page),
4483         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4484
4485         Show a blank page after the last page in presentation mode with a
4486         message indicating that presentation has finished and how to exit. 
4487
4488 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4489
4490         * shell/ev-window.c: (fullscreen_timeout_cb):
4491
4492         Hide cursor after a while in presentation mode. 
4493
4494 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4495
4496         * backend/ev-document-info.h:
4497         * data/evince-properties.glade:
4498         * pdf/ev-poppler.cc:
4499         * properties/ev-properties-view.c: (ev_regular_paper_size),
4500         (ev_properties_view_set_info):
4501         * ps/ps-document.c: (ps_document_get_info):
4502
4503         Adds a paper size field to the properties dialog. Fixes
4504         bug #307315. Patch by Kasper Svendsen (with some i18n
4505         changes done by me).
4506
4507 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4510         (screensaver_init_dbus), (totem_scrsaver_new),
4511         (totem_scrsaver_init):
4512         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4513         * shell/ev-application.c: (ev_application_register_service),
4514         (ev_application_screensaver_enable),
4515         (ev_application_screensaver_disable):
4516         * shell/ev-application.h:
4517         * shell/ev-window.c: (ev_window_run_presentation),
4518         (ev_window_stop_presentation), (build_comments_string),
4519         (ev_window_init):
4520         
4521         Move screensaver handling to application. No more
4522         message on startup.
4523
4524 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4525
4526         * configure.ac:
4527         * backend/Makefile.am:
4528         * backend/ev-file-exporter.[ch]:
4529         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4530         * ps/ps-document.c: (ps_document_file_exporter_*):
4531         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4532         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4533         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4534         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4535
4536         Allow printing to PDF when suppoted by the backend.
4537         
4538 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-window.c: (build_comments_string):
4541
4542         Use always "Document Viewer" in about dialog. 
4543
4544 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * djvu/djvu-document.c: (djvu_document_get_page_size):
4547
4548         Display a warning message when get_pageinfo fails. 
4549
4550 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4551
4552         * Makefile.am:
4553         * backend/Makefile.am:
4554         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4555         * configure.ac:
4556         * shell/ev-window.c: (build_comments_string):
4557         
4558         Make pdf compilation optional. See bug #38007.
4559
4560 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4561
4562         * ps/ps.c: (get_next_text):
4563
4564         Fix CVE-2006-5864.
4565
4566 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4567
4568         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4569         * shell/ev-navigation-action.c: (connect_proxy),
4570         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4571         
4572         Do not call g_type_class_peek_parent twice.
4573
4574 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4575
4576         * configure.ac:
4577         * data/icons/24x24/.cvsignore:
4578         * data/icons/24x24/Makefile.am:
4579         * data/icons/24x24/evince.png:
4580         * data/icons/Makefile.am:
4581         
4582         Add 24x24 icon. Thanks to 
4583         Michael Monreal <infernux@web.de>.
4584
4585 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * configure.ac: Fix typo in configure.ac. Thanks
4588         to dmacks@netspace.org for notification.
4589
4590 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4591
4592         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4593         
4594         Drop dbus include, fixes compilation with older dbus.
4595
4596 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4597
4598         * configure.ac:
4599         * cut-n-paste/Makefile.am:
4600         * cut-n-paste/totem-screensaver/.cvsignore
4601         * cut-n-paste/totem-screensaver/Makefile.am:
4602         * cut-n-paste/totem-screensaver/README:
4603         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4604         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4605         * shell/Makefile.am:
4606         * shell/ev-window.c: (ev_window_run_presentation),
4607         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4608         (ev_window_init):
4609
4610         Implemented screensaver enabling/disabling for
4611         presentation mode (not fullscreen mode). Code stolen
4612         from Totem (with some minor tweaks). Fixes bug #338889.
4613
4614 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4615
4616         * configure.ac:
4617
4618         Bump gnome-icon-theme requirements. We use the rotation
4619         icons that appeared recently.
4620
4621 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * shell/ev-history.c: (ev_history_add_page):
4624         * shell/ev-history.h:
4625         * shell/ev-window.c: (page_changed_cb):
4626         
4627         Use page labels instead of numbers.
4628
4629 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * data/evince-toolbar.xml:
4632         * po/POTFILES.in:
4633         * shell/Makefile.am:
4634         * shell/ev-navigation-action-widget.c:
4635         (ev_navigation_action_widget_init),
4636         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4637         (menu_detacher), (ev_navigation_action_widget_set_menu),
4638         (menu_position_func), (popup_menu_under_arrow),
4639         (ev_navigation_action_widget_toggled),
4640         (ev_navigation_action_widget_button_press_event):
4641         * shell/ev-navigation-action-widget.h:
4642         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4643         (ev_navigation_action_set_window), (activate_menu_item_cb),
4644         (new_history_menu_item), (new_empty_history_menu_item),
4645         (build_menu), (menu_activated_cb), (connect_proxy),
4646         (create_tool_item), (ev_navigation_action_init),
4647         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4648         * shell/ev-navigation-action.h:
4649         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4650         (ev_page_action_widget_set_page_cache),
4651         (ev_page_action_widget_finalize),
4652         (ev_page_action_widget_class_init), (match_selected_cb),
4653         (display_completion_text), (match_completion), (build_new_tree_cb),
4654         (get_filter_model_from_model),
4655         (ev_page_action_widget_update_model):
4656         * shell/ev-page-action-widget.h:
4657         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4658         (connect_proxy):
4659         * shell/ev-page-action.h:
4660         * shell/ev-stock-icons.c:
4661         * shell/ev-stock-icons.h:
4662         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4663         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4664         (register_custom_actions):
4665         * shell/main.c:
4666         
4667         Preliminary history implementation
4668
4669 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4670
4671         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4672         (dvi_document_class_init), (dvi_document_init_params):
4673         * dvi/mdvi-lib/font.c: (font_reference):
4674         
4675         Add reference to subfont. Fixes bug #374277.
4676
4677 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4680         (ev_window_cmd_file_open_copy_at_dest):
4681
4682         Fix a race condition when creating symlink. Increase the counter
4683         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4684         Mathias Hasselmann).
4685
4686 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * backend/Makefile.am:
4689         * backend/ev-attachment.c: (ev_attachment_open):
4690         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4691         (ev_tmp_dir), (ev_tmp_filename):
4692         * shell/ev-sidebar-attachments.c:
4693         (ev_sidebar_attachments_drag_data_get):
4694         * shell/ev-window.c: (ev_window_clear_temp_file):
4695
4696         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4697         in ensure_dir_exists. Abort without crashing when we can't create
4698         user's directory.
4699
4700 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4701
4702         * data/evince-ui.xml:
4703         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4704         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4705         (ev_window_cmd_file_open_copy_at_dest),
4706         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4707         (ev_view_popup_cmd_open_link_new_window):
4708
4709         Allow opening a copy of the current document in a new window. Fixes bug
4710         #357472
4711
4712 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * data/evince-toolbar.xml:
4715         
4716         Add rotate right and rotate left to available items for toolbar.
4717         
4718         * data/evince-ui.xml:
4719         * shell/ev-window.c: (ev_window_init):
4720         
4721         Customize toolbar with right click. Fixes bug #372451.
4722
4723 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4724
4725         * shell/ev-window.c: 
4726         
4727         Use "object-rotate-{left,right}" stock icons. Fixes 
4728         bug #373863.
4729
4730 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4731
4732         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4733         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4734         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4735         (ev_window_open_uri):
4736         * shell/main.c: (arguments_parse):
4737
4738         Remove temp file created when evince is used by GTK+ in
4739         preview mode. Fixes bug #365282. 
4740
4741 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4742
4743         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4744         
4745         Fixes bug #372474 - Side pane disabled when entering 
4746         and leaving fullscreen mode.
4747
4748 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4751         * data/Makefile.am:
4752         * data/evince-preview-toolbar.xml:
4753         * data/evince-toolbar.xml:
4754         * shell/ev-application.c: (ev_application_shutdown),
4755         (ev_application_init), (ev_application_get_toolbars_model):
4756         * shell/ev-application.h:
4757         * shell/ev-window.c: (update_chrome_visibility),
4758         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4759         (ev_window_cmd_edit_toolbar), (ev_window_init):
4760         
4761         Fixes bug #364364 - toolbar editor shows zoom actions again.
4762
4763 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4766
4767         Do not take margins into consideration for paper size when printing.
4768         Really fixes bug #350491.
4769
4770 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * data/evince-ui.xml:
4773         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4774         (ev_window_cmd_file_print_setup),
4775         (ev_window_print_dialog_response_cb),
4776         (ev_window_setup_action_sensitivity):
4777
4778         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4779
4780 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4781
4782         * shell/ev-window.c: (ev_window_print_range):
4783
4784         Revert my previuos commit, since printing to PDF is not supported by
4785         evince yet. 
4786
4787 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * shell/ev-window.c: (ev_window_print_range):
4790
4791         Enable print to a PDF. Fixes bug #332121.
4792
4793 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * shell/ev-application-service.xml:
4796         * shell/ev-application.[ch]: (ev_application_open_window),
4797         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4798         (ev_application_open_uri), (ev_application_open_uri_list):
4799         * shell/ev-window.c: (file_open_dialog_response_cb),
4800         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4801         (drag_data_received_cb), (open_remote_link):
4802         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4803
4804         Add support for multiscreen systems. Fixes bug #316206.
4805
4806 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * shell/ev-jobs.[ch]: (ev_job_print_new),
4809         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4810         (ev_job_print_do_page):
4811         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4812
4813         Allow printing only odd/even pages. Fixes bug #367289.
4814
4815 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4816
4817         * test/test1.py:
4818         * test/test2.py:
4819
4820         Re-add locale settings to test files.
4821
4822 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * data/evince-ui.xml:
4825         * shell/ev-window.c: (set_action_properties):
4826         
4827         Removed garbage from code and ui.
4828
4829 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4830
4831         * shell/ev-window.c: (ev_window_cmd_help_about):
4832
4833         Shamelessly add my name to the list of contributors.
4834
4835 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4836
4837         * test/test1.py:
4838         * test/test2.py:
4839
4840         Cleaned up the dogtail scripts.
4841
4842 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4843
4844         * shell/ev-view.c: (draw_loading_text): Don't render
4845         "loading..." text in presentation mode. Temporary
4846         workaround for bug #320352.
4847
4848 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4849
4850         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4851         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4852
4853         Use print settings scale, copies, collate and reverse which were
4854         ignored. Fixes bug #359032.
4855
4856 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4857
4858         * configure.ac:
4859         * data/evince-password.glade:
4860         * test/Makefile.am:
4861         * test/test-encrypt.pdf:
4862         * test/test-links.pdf:
4863         * test/test1.py:
4864         * test/test2.py:
4865
4866         Add automated UI tests for evince with dogtail. See
4867         bug #300948.    
4868
4869 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4870
4871         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4872
4873         Hide fullscreen toolbar when switching to another desktop workspace.
4874         Fixes bug #338871
4875
4876 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4877
4878         * shell/ev-window-title.c: 
4879         
4880         Test for .dvi in title of pdf documents.
4881
4882 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4883
4884         * shell/ev-view.c: (ev_view_scroll):
4885
4886         Page Up/Down should do page jumps in "Best fit" mode.
4887         If a user has explicitly chosen to view exactly one page
4888         at a time, scrolling just a part of the page when
4889         pressing Page Up/Down is not right. Fixes bug #323107.
4890
4891 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * NEWS:
4894         * configure.ac:
4895         
4896         Update for 0.6.1
4897
4898 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4899
4900         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4901         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4902         
4903         Correctly disconnect from job signals on destroy.
4904
4905 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4906
4907         * shell/ev-view-private.h:
4908         * shell/ev-view.c: (view_set_adjustment_values),
4909         (view_update_range_and_current_page),
4910         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4911         
4912         Fixes bug #343199, current page now follows find page.
4913
4914 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4915
4916         * backend/ev-document-factory.c:
4917         * configure.ac:
4918         Assigned OpenDocument presenation MIME type to the
4919         Impress backend. Added some missing (but harmless)
4920         #ifdefs in the document factory as well to make things
4921         consistent again. Fixes bug #360658.
4922
4923 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4924
4925         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4926         * backend/ev-document-find.c: (ev_document_find_get_type):
4927         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4928         * backend/ev-document-links.c: (ev_document_links_get_type):
4929         * backend/ev-document-security.c: (ev_document_security_get_type):
4930         * backend/ev-document-thumbnails.c:
4931         (ev_document_thumbnails_get_type):
4932         * backend/ev-document.c: (ev_document_get_type):
4933         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4934         * backend/ev-selection.c: (ev_selection_get_type):
4935         * cut-n-paste/recent-files/egg-recent-model.c:
4936         (egg_recent_model_get_type):
4937         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4938         (egg_recent_view_uimanager_get_type):
4939         * cut-n-paste/recent-files/egg-recent-view.c:
4940         (egg_recent_view_get_type):
4941         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4942         (egg_editable_toolbar_get_type):
4943         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4944         (egg_toolbar_editor_get_type):
4945         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4946         (egg_toolbars_model_get_type):
4947         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4948         (egg_tree_multi_drag_source_get_type):
4949         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4950         (ephy_zoom_action_get_type):
4951         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4952         (ephy_zoom_control_get_type):
4953         * impress/r_back.c: (_imp_fill_back):
4954         * properties/ev-properties-main.c:
4955         (ev_properties_plugin_register_type):
4956         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4957         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4958         (ev_view_accessible_factory_get_type):
4959
4960         Reduce relocations. Bug #360616.
4961
4962 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4963
4964         * backend/ev-document-factory.c:
4965         (ev_document_factory_get_document):
4966         
4967         Load document even if extension is wrong.
4968
4969 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * shell/ev-metadata-manager.c: (save_values):
4972         * shell/ev-window.c: (setup_size_from_metadata),
4973         (setup_view_from_metadata), (ev_window_setup_document),
4974         (ev_window_xfer_job_cb), (window_configure_event_cb):
4975         
4976         Set size according to the document size/page size ratio.
4977         That should correct rather wierd behaviour of the previous
4978         commit.
4979
4980 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * shell/ev-window.c: (setup_view_from_metadata):
4983         
4984         Set size for new windows from previous window size.
4985         See bugs #354968 and #168450 for details. Thanks
4986         to Meik Hellmund.
4987
4988 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4989
4990         * djvu/djvu-links.c: (build_tree):
4991
4992         Fix memory leak.
4993
4994 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4997         
4998         Don't make sidebar close button insensitive. Fixes
4999         bug #357871.
5000
5001 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5002
5003         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5004         (ev_window_set_view_accels_sensitivity):
5005         
5006         Don't enable Slash on documents which don't support
5007         find. Fixes bug #358648.
5008
5009 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
5010
5011         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
5012         open dialog fall back to the current document uri if the
5013         filechooser hasn't been used before. Fixes bug #356980.
5014
5015 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
5016
5017         * shell/ev-window.c: (ev_window_setup_recent), 
5018         (ev_window_get_recent_file_label):
5019
5020         Escape underscores in filenames of recent file items.
5021
5022 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5023
5024         * configure.ac:
5025         
5026         Bumped poppler requirements, really 0.5.3 is very 
5027         buggy, now we require 0.5.4.
5028
5029 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * djvu/Makefile.am:
5032         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5033         (djvu_document_find_iface_init), (djvu_document_links_get_links),
5034         (djvu_document_document_links_iface_init):
5035         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
5036         (number_from_string_10), (get_djvu_link_dest),
5037         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
5038         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
5039         (djvu_links_get_links), (djvu_links_find_link_dest),
5040         (djvu_links_get_links_model):
5041         * djvu/djvu-links.h:
5042         
5043         Add support for links and bookmarks in djvu documents. Thanks
5044         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
5045         patch.
5046
5047 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5048
5049         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5050         
5051         Reopen should reload document. Fixes 
5052         bug 327951.
5053
5054 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5055
5056         * configure.ac:
5057         * data/Makefile.am:
5058         * data/evince-16.png:
5059         * data/evince-22.png:
5060         * data/evince.png:
5061         * data/evince.svg:
5062         * data/icons/16x16/Makefile.am:
5063         * data/icons/16x16/evince.png:
5064         * data/icons/22x22/Makefile.am:
5065         * data/icons/22x22/evince.png:
5066         * data/icons/48x48/Makefile.am:
5067         * data/icons/48x48/evince.png:
5068         * data/icons/Makefile.am:
5069         * data/icons/scalable/Makefile.am:
5070         * data/icons/scalable/evince.svg:
5071         
5072         Install icons with correct names. Fixes
5073         bug #354429.
5074
5075 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5076
5077         * shell/ev-view.c: (ev_view_button_release_event):
5078
5079         Don't open links with middle mouse button. Fixes bug #353649
5080
5081 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * NEWS:
5084         * configure.ac:
5085         
5086         Update for release 0.6.0
5087
5088 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5089
5090         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5091         Implement Close named action. Patch by Carlos Garcia Campos.
5092
5093 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5094
5095         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5096         
5097         Don't clear link mapping on copy_job_to_job_info. Fixes
5098         bug 346168.
5099
5100 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * shell/main.c: (main):
5103
5104         Revert my previous commit, gnome_program_init owns the option context.
5105         Fix another memory leak in main. Both caught by Christian Persch. 
5106
5107 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * shell/main.c: (main):
5110
5111         Fix memory leak.
5112
5113 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5116
5117         Fix crash when opening a pdf with password protection. 
5118
5119 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5120
5121         * pdf/ev-poppler.cc: (pdf_document_search_free):
5122
5123         Fix memory leak. 
5124
5125 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5126
5127         * backend/ev-document-factory.c:
5128         (ev_document_factory_get_document):
5129         * tiff/tiff-document.c: (tiff_document_finalize):
5130         
5131         More correct handling of document loading. Fixes
5132         bug #349043.
5133
5134 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * backend/ev-attachment.c: (ev_attachment_save):
5137
5138         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5139         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5140
5141 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5142         
5143         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5144         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5145
5146 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-sidebar-thumbnails.c:
5149
5150         Do not render thumbnails unless thumbnails page is active in the
5151         sidebar.
5152
5153 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5154
5155         * shell/ev-properties-dialog.c:
5156
5157         Fix dialogue spacing. Bug #351370.
5158
5159 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5160
5161         * configure.ac:
5162
5163         Use lowercase gettext catalog file names (evince.mo
5164         instead of Evince.mo)
5165
5166 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * shell/ev-sidebar-attachments.c:
5169
5170         GtkIconTheme is now screen safe too. Fixes bug #350878
5171
5172 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5173
5174         * shell/ev-window.c:
5175
5176         GtkRecent manager is now screen safe. Fixes bug #350145
5177
5178 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/ev-sidebar.c: (ev_sidebar_init):
5181         
5182         Make sidebar close icon smaller. Fix for bug 350177.
5183         See also bugs 350176 and 165770.
5184
5185 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5188
5189         Ignore zoom for xyz destinations when it's <= 1, keeping user
5190         preferences instead. Set correct sizing-mode for fith and fitv
5191         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5192
5193 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5194
5195         * NEWS:
5196         * configure.ac:
5197         
5198         Update for release 0.5.5
5199
5200 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5201         
5202         * shell/ev-window.c: (ev_window_cmd_escape)
5203
5204         Escape unfocus page entry. Fixes bug #345809.
5205
5206 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5207
5208         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5209         (build_tree), (pdf_document_links_get_links),
5210         (pdf_document_links_find_link_dest):
5211         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5212         (goto_xyz_dest):
5213
5214         Convert from PDF style coordinates to X style coordinates in the
5215         backend rather than in the view. Fixes bug #338440
5216
5217 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * shell/ev-window.c:
5220         
5221         Remove Ctrl+Shift+T shortcut for toolbars. See
5222         the bug #350098.
5223
5224 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5225
5226         * configure.ac:
5227
5228         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5229         of this. 
5230
5231 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5232
5233         * configure.ac:
5234         * cut-n-paste/Makefile.am:
5235         * data/evince-ui.xml:
5236         * shell/Makefile.am:
5237         * shell/ev-application.[ch]:
5238         * shell/ev-window.c:
5239
5240         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5241         #349273
5242
5243 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5244
5245         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5246         findbar code: s/help/search/
5247
5248 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5249
5250         * shell/ev-window.c: (setup_document_from_metadata),
5251         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5252         (setup_view_from_metadata):
5253         
5254         Fix memory leaks.
5255
5256 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5257
5258         * autogen.sh, configure.ac: 
5259         
5260         Update automake usage. See bug 349292.
5261
5262 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * shell/eggfindbar.c: (egg_find_bar_class_init),
5265         (entry_activate_callback), (egg_find_bar_init),
5266         (egg_find_bar_set_status_text):
5267         * shell/eggfindbar.h:
5268         
5269         Unify Evince findbar with Epiphany. Nice patch
5270         from Fabricio Silva <silva@crans.org> and
5271         Frederic Peters <fpeters@entrouvert.com>. See
5272         bug #339966 for details.
5273
5274 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * data/evince.desktop.in.in:
5277         
5278         Correct information for bugzilla. Thanks to
5279         Olaf Vitters, see bug #348855.
5280
5281 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5282
5283         * shell/ev-jobs.[ch]:
5284         * shell/ev-sidebar-links.c:
5285         * shell/ev-window.[ch]:
5286
5287         GtkPrintJob doesn't support print ranges or current page, so we export
5288         to a ps file now when printing ranges or current page.
5289
5290 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * pdf/ev-poppler.cc:
5293         * shell/ev-window.c: (do_action_named):
5294
5295         We should be more clear about bugzilla. See the
5296         poppler bug #7623.
5297
5298 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5299
5300         * configure.ac:
5301         * shell/Makefile.am:
5302         * shell/ev-job-queue.c:
5303         * shell/ev-jobs.[ch]:
5304         * shell/ev-sidebar-links.c:
5305         * shell/ev-window.[ch]:
5306         
5307         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5308         #348422
5309
5310 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5311
5312         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5313         * shell/ev-application-service.xml:
5314         * shell/ev-application.[ch]:
5315         * shell/ev-jobs.[ch]:
5316         * shell/ev-window.[ch]: (ev_window_run_preview):
5317         * shell/main.c: 
5318
5319         Add preview mode to use evince as a printing previewer. It also adds
5320         other command line options for fullscreen and presentation modes.
5321         Fixes bugs #347822, #317031
5322
5323 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * NEWS:
5326         * configure.ac:
5327         
5328         Update for release 0.5.4
5329
5330 2006-07-11  Bastien Nocera <hadess@hadess.net>
5331
5332         * Makefile.am:
5333         * backend/Makefile.am:
5334         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5335         * backend/ev-document-factory.h:
5336         * configure.ac:
5337         * impress/.cvsignore:
5338         * impress/Makefile.am:
5339         * impress/common.h:
5340         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5341         (imp_get_page), (imp_next_page), (imp_prev_page),
5342         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5343         * impress/f_oasis.c: (render_object), (render_page),
5344         (get_geometry), (_imp_oasis_load):
5345         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5346         (_imp_oo13_load):
5347         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5348         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5349         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5350         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5351         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5352         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5353         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5354         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5355         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5356         (iks_new_within), (iks_insert), (iks_insert_cdata),
5357         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5358         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5359         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5360         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5361         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5362         (iks_cdata), (iks_cdata_size), (iks_has_children),
5363         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5364         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5365         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5366         (iks_tree), (iks_load), (iks_save):
5367         * impress/iksemel.h:
5368         * impress/imposter.h:
5369         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5370         (imp_render_draw_bezier_real), (imp_render_get_size),
5371         (imp_render_set_fg_color), (imp_render_draw_line),
5372         (imp_render_draw_rect), (imp_render_draw_polygon),
5373         (imp_render_draw_arc), (imp_render_draw_bezier),
5374         (imp_render_open_image), (imp_render_get_image_size),
5375         (imp_render_scale_image), (imp_render_draw_image),
5376         (imp_render_close_image), (imp_render_markup),
5377         (imp_render_get_text_size), (imp_render_draw_text),
5378         (impress_document_load), (impress_document_save),
5379         (impress_document_get_n_pages), (impress_document_get_page_size),
5380         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5381         (impress_document_finalize), (impress_document_class_init),
5382         (impress_document_can_get_text), (impress_document_get_info),
5383         (impress_document_document_iface_init),
5384         (impress_document_thumbnails_get_thumbnail),
5385         (impress_document_thumbnails_get_dimensions),
5386         (impress_document_document_thumbnails_iface_init),
5387         (impress_document_init):
5388         * impress/impress-document.h:
5389         * impress/internal.h:
5390         * impress/r_back.c: (_imp_fill_back):
5391         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5392         (_imp_draw_image), (_imp_tile_image):
5393         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5394         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5395         (r_polyline):
5396         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5397         (r_draw_gradient_complex), (r_draw_gradient):
5398         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5399         (r_get_bullet):
5400         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5401         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5402         (r_text):
5403         * impress/render.c: (imp_create_context), (imp_context_set_page),
5404         (imp_context_set_step), (imp_render), (imp_delete_context):
5405         * impress/render.h:
5406         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5407         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5408         (zip_load_xml), (zip_get_size), (zip_load):
5409         * impress/zip.h:
5410         * shell/ev-utils.c:
5411         
5412         New backend to support impress slides. Fixes bug #30867.
5413
5414 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5415
5416         * shell/ev-utils.c: (using_postscript_printer):
5417         
5418         Fixes crash when print using PAPI backend,
5419         bug #345012.
5420
5421 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5422
5423         * shell/ev-jobs.c: (ev_job_xfer_run):
5424         * shell/ev-window.c: (password_dialog_response),
5425         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5426         (ev_window_dispose):
5427         Fixes bug #344160: if the xfer job doesn't complete
5428         because a password is required, reload the existing
5429         instance instead of creating a new one.
5430
5431 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * shell/main.c: (main): Call gdk_threads_init. Thus
5434         we'll avoid errors in auth dialog. Fix for the bug
5435         #343347.
5436
5437 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5438
5439         * configure.ac: Advertise pixbuf support, fix
5440         for the bug 343317.
5441
5442 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5443
5444         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5445         (ev_sidebar_thumbnails_set_document):
5446         
5447         Update sidebar thumbnails after reloading.
5448
5449 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5450
5451         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5452         * shell/ev-jobs.h:
5453         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5454         (ev_window_cmd_view_reload), (ev_window_init):
5455         
5456         Don't crash on reload. Fix for the bug #343167.
5457
5458 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5459
5460         * shell/ev-jobs.c: (ev_job_render_run):
5461         
5462         Check for document links.
5463
5464 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * backend/ev-attachment.c: (ev_attachment_save),
5467         (ev_attachment_launch_app), (ev_attachment_open):
5468         * backend/ev-document-factory.c: (get_document_from_uri):
5469         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5470         (egg_recent_view_uimanager_set_list):
5471         * ps/ps-document.c: (check_filecompressed), (document_load),
5472         (ps_document_load):
5473         * shell/ev-metadata-manager.c: (load_values):
5474         * shell/ev-password.c: (ev_password_dialog_set_property):
5475         * shell/ev-view.c: (tip_from_link):
5476         * shell/ev-window.c: (file_save_dialog_response_cb),
5477         (ev_window_print_dialog_response_cb):
5478         
5479         Use consistent quoting style. Fix for the bug #320285.
5480
5481 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5482
5483         * shell/ev-jobs.c: (ev_job_xfer_run):
5484         * shell/main.c: (load_files):
5485                 
5486         Open links with anchors. Fix for the bug #339836.
5487
5488 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5491         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5492         (ev_link_dest_set_property), (ev_link_dest_finalize),
5493         (ev_link_dest_class_init), (ev_link_dest_new_named),
5494         (ev_link_dest_new_page_label):
5495         * backend/ev-link-dest.h:
5496         * shell/ev-application.c: (ev_application_open_uri):
5497         * shell/ev-view.c: (goto_dest):
5498         * shell/ev-window.c:
5499         * shell/ev-window.h:
5500         
5501         Fix page-label command line option. Bug #342070.
5502
5503 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5504
5505         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5506         
5507         Don't show highlight rects if page can't be showed. Fix for 
5508         the bug #342076
5509
5510 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * shell/ev-window.c: (setup_sidebar_from_metadata),
5513         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5514         
5515         Setup sidebar from metadata even if there is no document
5516         loaded. Fix for the bug #342807.
5517
5518 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * cut-n-paste/toolbar-editor/Makefile.am:
5521         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5522         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5523         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5524         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5525         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5526         (popup_context_menu_cb), (button_press_event_cb),
5527         (configure_item_sensitivity), (configure_item_cursor),
5528         (configure_item_tooltip), (connect_widget_signals),
5529         (action_sensitive_cb), (create_item_from_action),
5530         (create_item_from_position), (toolbar_drag_data_received_cb),
5531         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5532         (toolbar_drag_leave_cb), (configure_drag_dest),
5533         (toggled_visibility_cb), (toolbar_visibility_refresh),
5534         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5535         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5536         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5537         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5538         (egg_editable_toolbar_dispose),
5539         (egg_editable_toolbar_set_ui_manager),
5540         (egg_editable_toolbar_get_selected),
5541         (egg_editable_toolbar_set_selected), (set_edit_mode),
5542         (egg_editable_toolbar_set_property),
5543         (egg_editable_toolbar_get_property),
5544         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5545         (egg_editable_toolbar_new_with_model),
5546         (egg_editable_toolbar_get_edit_mode),
5547         (egg_editable_toolbar_set_edit_mode),
5548         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5549         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5550         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5551         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5552         (item_added_or_removed_cb), (toolbar_removed_cb),
5553         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5554         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5555         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5556         (editor_create_item_from_name), (append_table),
5557         (update_editor_sheet), (egg_toolbar_editor_init):
5558         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5559         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5560         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5561         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5562         (toolbar_node_free), (egg_toolbars_model_get_flags),
5563         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5564         (egg_toolbars_model_get_name), (impl_add_item),
5565         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5566         (parse_data_list), (parse_item_list), (parse_toolbars),
5567         (egg_toolbars_model_load_toolbars), (parse_available_list),
5568         (parse_names), (egg_toolbars_model_load_names),
5569         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5570         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5571         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5572         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5573         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5574         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5575         (egg_toolbars_model_set_types), (fill_avail_array),
5576         (egg_toolbars_model_get_name_avail),
5577         (egg_toolbars_model_get_name_flags),
5578         (egg_toolbars_model_set_name_flags):
5579         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5580         * cut-n-paste/toolbar-editor/eggintl.h:
5581         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5582         (egg_tree_multi_drag_source_get_type),
5583         (egg_tree_multi_drag_source_row_draggable),
5584         (egg_tree_multi_drag_source_drag_data_delete),
5585         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5586         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5587         (path_list_free), (set_context_data), (get_context_data),
5588         (get_info), (egg_tree_multi_drag_drag_data_get),
5589         (egg_tree_multi_drag_motion_event),
5590         (egg_tree_multi_drag_button_press_event),
5591         (egg_tree_multi_drag_add_drag_support):
5592         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5593         * shell/ev-application.c: (ev_application_init),
5594         (ev_application_save_toolbars_model):
5595         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5596         (ev_window_cmd_edit_toolbar), (ev_window_init):
5597         
5598         Sync toolbareditor with epiphany and libegg
5599
5600 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * configure.ac: 
5603
5604         Depend on poppler 0.5.2
5605
5606 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5607
5608         * shell/ev-jobs.c: (ev_job_render_run):
5609         
5610         Check if document supports links iterface.
5611
5612 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * NEWS:
5615         * configure.ac:
5616         
5617         Update for release 0.5.3
5618
5619 2006-05-13  Michael Plump  <plumpy@skylab.org>
5620
5621         * configure.ac:
5622         * shell/Makefile.am:
5623         * shell/main.c: (main):
5624         
5625         Port to GOption command line parsing. Fix for the 
5626         bug #327518
5627
5628 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * shell/ev-window.c: (ev_window_cmd_help_about):
5631         
5632         Do not wrap license. Fix for the bug #309460.
5633
5634 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5635
5636         * configure.ac:
5637         * properties/ev-properties-main.c: (ev_properties_get_pages):
5638         * shell/ev-application.c: (ev_application_open_window),
5639         (ev_application_open_uri_at_dest):
5640         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5641         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5642         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5643         * shell/ev-utils.c: (save_print_config_to_file):
5644         * shell/ev-window.c: (ev_window_cmd_save_as),
5645         (ev_attachment_popup_cmd_save_attachment_as):
5646         * shell/main.c: (load_files_remote):
5647         
5648         Bump requirements to gtk 2.8 and drop all ifdefs used.
5649
5650 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5651
5652         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5653         * shell/ev-window.c: (ev_window_init):
5654         
5655         Show attachments page.
5656
5657 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * po/POTFILES.in:
5660         * shell/ev-attachment-bar.c:
5661         * shell/ev-attachment-bar.h:
5662         * shell/ev-sidebar-attachments.c:
5663         (ev_sidebar_attachments_icon_cache_add),
5664         (icon_theme_get_pixbuf_from_mime_type),
5665         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5666         (ev_sidebar_attachments_icon_cache_refresh),
5667         (ev_sidebar_attachments_get_attachment_at_pos),
5668         (ev_sidebar_attachments_popup_menu_show),
5669         (ev_sidebar_attachments_popup_menu),
5670         (ev_sidebar_attachments_button_press),
5671         (ev_sidebar_attachments_update_icons),
5672         (ev_sidebar_attachments_drag_data_get),
5673         (ev_sidebar_attachments_get_property),
5674         (ev_sidebar_attachments_destroy),
5675         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5676         (ev_sidebar_attachments_new),
5677         (ev_sidebar_attachments_set_document),
5678         (ev_sidebar_attachments_support_document),
5679         (ev_sidebar_attachments_get_label),
5680         (ev_sidebar_attachments_page_iface_init):
5681         * shell/ev-sidebar-attachments.h:
5682         * shell/ev-window.c: (update_chrome_visibility),
5683         (setup_sidebar_from_metadata), (ev_window_setup_document),
5684         (ev_window_sidebar_current_page_changed_cb),
5685         (attachment_bar_menu_popup_cb), (ev_window_init):
5686         
5687         Move attachments bar to sidebar.
5688
5689 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5690
5691         * pdf/ev-poppler.cc:
5692         * shell/ev-application.[ch]:
5693         * shell/main.c:
5694
5695         Fix some memory leaks.
5696
5697 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5698
5699         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5700
5701         Change the properties dialog response to
5702         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5703         will make the dialog go away when the user presses
5704         enter. With gtk+ >= 2.9 this will happen anyway, but for
5705         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5706         escape by default. Fixes bug #340539. See also bug
5707         #101293 for the gtk+ part.
5708
5709 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5710
5711         * shell/ev-view.c (tip_from_action_named): Replace some strings
5712         that were wrong. Closes #340970.
5713
5714 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5715
5716         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5717
5718         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5719         #341049
5720
5721 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5722
5723         * djvu/Makefile.am:
5724         * dvi/Makefile.am:
5725         * dvi/mdvi-lib/Makefile.am:
5726         * properties/Makefile.am:
5727         * ps/Makefile.am:
5728         * shell/Makefile.am:
5729         * thumbnailer/Makefile.am:
5730         
5731         Due to broken libtool that is unable to track dependencies
5732         of noinst libraries we are forced to explicitely point
5733         libraries for binary. Fix for the bug #333334.
5734
5735 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5736
5737         * data/evince.desktop.in.in:
5738         * shell/ev-view.c: (view_update_range_and_current_page),
5739         (ev_view_next_page), (ev_view_previous_page):
5740         * shell/ev-window.c: (update_chrome_visibility),
5741         (setup_sidebar_from_metadata), (ev_window_setup_document),
5742         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5743         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5744         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5745         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5746         (ev_window_stop_presentation), (ev_window_focus_in_event),
5747         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5748         (ev_window_init):
5749         * thumbnailer/Makefile.am:
5750         
5751         Update fullscreen and presentation timeout handling. Hide
5752         cursor in presentation after timeout. Fix for the bugs
5753         #136359 and #336981.
5754
5755 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5756
5757         * backend/ev-link-action.[ch]:
5758         * pdf/ev-poppler.cc: (ev_link_from_action):
5759         * shell/ev-view-private.h:
5760         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5761         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5762
5763         Add support for Named Action links
5764
5765 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5766
5767         * backend/Makefile.am:
5768         * backend/ev-document-links.[ch]:
5769         * backend/ev-document.[ch]:
5770         * backend/ev-link-action.[ch]:
5771         * backend/ev-link-dest.[ch]:
5772         * backend/ev-link.[ch]:
5773         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5774         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5775         * shell/ev-page-action.c: (build_new_tree_cb):
5776         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5777         (links_page_num_func), (update_page_callback):
5778         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5779         (tip_from_link):
5780         * shell/ev-jobs.c:
5781         * shell/ev-window.[ch]: (ev_window_open_uri),
5782         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5783         * shell/ev-application.[ch]: (ev_application_open_window),
5784         (ev_application_open_uri):
5785
5786         Rework links system, it adds support for remote links now and it makes
5787         easier to add new kinds of actions and destinations. Fixes bug #317292
5788
5789 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5790
5791         * data/Makefile.am:
5792         * data/evince.png:
5793         * data/evince-16.png:
5794         * data/evince-22.png:
5795         * data/evince.svg:
5796         * shell/main.c: (main):
5797         
5798         Evince use it's own icon. Fix for the bug #313392.
5799
5800         * shell/ev-window.c: (fullscreen_timeout_cb),
5801         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5802         (ev_window_cmd_help_about), (ev_window_dispose):
5803         
5804         Simplify fullscreen timeout code.
5805
5806 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5807
5808         * backend/ev-attachment.c: 
5809         * shell/ev-attachment-bar.c:
5810         * shell/ev-window.c:
5811
5812         Allow multiple selection of attachments
5813
5814 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5815
5816         * shell/ev-view.c: (view_update_range_and_current_page),
5817         (ev_view_scroll):
5818         
5819         Fix for the bug #312573 – Optimal selection of current 
5820         page among visible pages.
5821
5822 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * configure.ac:
5825         * djvu/Makefile.am:
5826         * djvu/djvu-text.h:
5827         
5828         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5829         for the bug 339868.
5830
5831 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5832
5833         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5834
5835 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5836
5837         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5838         dictated by the GNOME HIG. Fixes bug #339235.
5839
5840 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5841
5842         * data/evince-ui.xml:
5843         * shell/ev-view.c: (ev_view_can_find_previous):
5844         * shell/ev-view.h:
5845         * shell/ev-window.c: (ev_window_update_actions),
5846         (ev_window_cmd_edit_find_previous):
5847
5848         Add support for "Find Previous" as dictated by the GNOME HIG. A
5849         menu item is added and some glue code to make it all work is added
5850         to various files.
5851
5852 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5853
5854         * configure.ac: Award myself the "useless use of cat" award.
5855
5856 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5857
5858         * po/LINGUAS: New file listing all supported languages.
5859
5860         * configure.in: Use po/LINGUAS instead of including all languages
5861         directly in this file. See the wiki for more information:
5862         http://live.gnome.org/GnomeGoals/PoLinguas
5863
5864 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * backend/ev-document-factory.c:
5867
5868         Do not load the document twice when there isn't errors
5869
5870 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5871
5872         * backend/ev-attachment.c: 
5873
5874         Fix a crash when there isn't a default application to open an
5875         attachment
5876
5877 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5878
5879         * backend/ev-attachment.[ch]:
5880         * shell/ev-attachment-bar.[ch]:
5881
5882         Added missing files. 
5883
5884 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5885
5886         * backend/Makefile.am:
5887         * data/evince-ui.xml:
5888         * backend/ev-attachment.[ch]:
5889         * backend/ev-document.[ch]: (ev_document_has_attachments),
5890         (ev_document_get_attachments):
5891         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5892         (attachment_save_to_buffer), (pdf_document_get_attachments),
5893         (pdf_document_document_iface_init):
5894         * shell/Makefile.am:
5895         * shell/ev-attachment-bar.[ch]:
5896         * shell/ev-window.c:
5897
5898         Add support for PDF attachments. Fixes bug #325143
5899
5900 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5901
5902         * backend/ev-document-factory.c: (get_document_from_uri),
5903         (ev_document_factory_get_document):
5904         * backend/ev-document-factory.h:
5905         * properties/ev-properties-main.c: (ev_properties_get_pages):
5906         * shell/Makefile.am:
5907         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5908         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5909         (ev_job_queue_remove_job):
5910         * shell/ev-job-queue.h:
5911         * shell/ev-job-xfer.c:
5912         * shell/ev-job-xfer.h:
5913         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5914         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5915         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5916         (ev_job_xfer_run):
5917         * shell/ev-jobs.h:
5918         * shell/ev-window.c: (ev_window_is_empty),
5919         (password_dialog_response), (ev_window_clear_xfer_job),
5920         (ev_window_xfer_job_cb), (ev_window_open_uri),
5921         (ev_window_cmd_focus_page_selector),
5922         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5923         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5924         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5925         (ev_window_dispose):
5926         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5927         
5928         * Cleanup mime type detection on document load. Fix for the
5929         bug #336448.
5930
5931 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5934         
5935         Fix crash on exit, described in the bug #336825.
5936
5937 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5938
5939         * backend/ev-document-factory.c:
5940         (ev_document_factory_get_from_mime),
5941         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5942         (ev_document_factory_get_document),
5943         (file_filter_add_mime_list_and_free),
5944         (ev_document_factory_add_filters):
5945         * backend/ev-document-factory.h:
5946         * properties/ev-properties-main.c: (ev_properties_get_pages):
5947         * shell/Makefile.am:
5948         * shell/ev-application.c:
5949         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5950         * shell/ev-window.c: (ev_window_cmd_file_open),
5951         (ev_window_cmd_save_as):
5952         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5953         
5954         Rework factory functions so they are placed now in a single 
5955         file ev-document-factory.c
5956
5957 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5958
5959         * shell/ev-window.c: (update_chrome_visibility):
5960         
5961         Fix for the bug 166566 - don't show menubar in fullscreen
5962         mode.
5963
5964 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5965
5966         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5967
5968 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5969
5970         * shell/ev-view.c: (ev_view_expose_event):
5971         
5972         More correctly draw loading text when document
5973         is empty.
5974
5975 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * shell/ev-view.c: (ev_view_scroll):
5978         
5979         Fix for the bug #334854, page down and page up switch
5980         pages in presentation mode.
5981
5982 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * shell/ev-window.c: (ev_window_set_action_sensitive),
5985         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5986         (ev_window_set_view_accels_sensitivity),
5987         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5988         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5989         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5990         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5991         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5992         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5993         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5994         (view_actions_focus_in_cb), (ev_window_init):
5995         
5996         Fix for the bug #333902, now it's possible to search
5997         words with slash.
5998
5999 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
6000
6001         * configure.ac: Added Breton translation.
6002         * po/br.po: Added Breton translation.
6003
6004 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6005
6006         * shell/ev-window-title (ev_window_title_update):
6007
6008         Fix memory leak in window title. Fixes bug #333944
6009
6010 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6011
6012         * shell/ev-metadata-manager.c (parseItem):
6013
6014         Fix memory leaks. Fixes bug #333945
6015
6016 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6017         
6018         * NEWS, configure.ac, TODO:
6019         
6020         Update for release 0.5.2.
6021
6022 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * shell/ev-view.c: (view_update_range_and_current_page),
6025         (page_changed_cb):
6026         
6027         Don't jump on scrolling, fix for the bug #333127.
6028
6029 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6030
6031         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
6032         
6033         Scroll by one page in presentation mode. Fix for the bug
6034         #332993.
6035
6036 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
6037
6038         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
6039
6040 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
6041
6042         * configure.ac  Added lv in ALL_LINGUAS line.
6043
6044 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6045         
6046         * NEWS, configure.ac:
6047         
6048         Update for release 0.5.1
6049
6050 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6051
6052         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
6053         * backend/ev-document-misc.h:
6054         * shell/ev-view.c: (draw_one_page):
6055         
6056          Clairfy what page the toolbar page number applies to. Fix
6057          for the bug #328102.
6058
6059 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
6060
6061         * shell/ev-view-private.h:
6062         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
6063         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
6064         (ev_view_search_changed):
6065         * shell/ev-view.h:
6066         * shell/ev-window.c: (find_bar_search_changed_cb):
6067         
6068         Dont't jump to find result if window was scrolled during search.
6069         Fix for the bug #313266.
6070
6071 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
6072
6073         * shell/eggfindbar.c: (egg_find_bar_class_init):
6074         * shell/eggfindbar.h:
6075         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
6076         * shell/ev-view-private.h:
6077         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
6078         (ev_view_class_init), (ev_sizing_mode_get_type),
6079         (ev_scroll_type_get_type):
6080         * shell/ev-view.h:
6081         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
6082         (ev_window_cmd_scroll_backward), (find_bar_scroll),
6083         (ev_window_init):
6084         
6085         Fix for the bug 319133 - Find entry should allow text scroll.
6086
6087 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6088
6089         * shell/ev-view-private.h:
6090         * shell/ev-view.c: (view_update_range_and_current_page),
6091         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6092         (ev_view_set_document), (update_find_status_message),
6093         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6094         (ev_view_find_previous):
6095         
6096         Fix for the bug #319137. Search now takes account for scrolling.
6097
6098 2006-02-19  Michael Hofmann <mh21@piware.de>
6099
6100         * configure.ac:
6101         * djvu/Makefile.am:
6102         * djvu/djvu-document-private.h:
6103         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6104         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6105         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6106         (djvu_document_can_get_text), (djvu_document_get_text),
6107         (djvu_document_document_iface_init),
6108         (djvu_document_thumbnails_get_thumbnail),
6109         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6110         (djvu_document_find_get_result),
6111         (djvu_document_find_page_has_results),
6112         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6113         (djvu_document_find_iface_init):
6114         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6115         (djvu_text_page_selection), (djvu_text_page_limits_process),
6116         (djvu_text_page_limits), (djvu_text_page_copy),
6117         (djvu_text_page_position), (djvu_text_page_union),
6118         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6119         (djvu_text_page_box), (djvu_text_page_append_text),
6120         (djvu_text_page_search), (djvu_text_page_prepare_search),
6121         (djvu_text_page_new), (djvu_text_page_free):
6122         * djvu/djvu-text-page.h:
6123         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6124         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6125         (djvu_text_n_results), (djvu_text_has_results),
6126         (djvu_text_get_result), (djvu_text_get_progress):
6127         * djvu/djvu-text.h:
6128         
6129         Text search in djvu. Fix for the bug #303415.
6130
6131 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6132
6133         * configure.ac:
6134         * shell/ev-window.c: (ev_window_cmd_save_as):
6135         
6136         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6137         Thanks to Gary Coady <gary@lyranthe.org>
6138
6139 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * shell/ev-print-job.c: (idle_print_handler):
6142         
6143         Inverse order printing, bug #320919.
6144
6145 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6146
6147         * data/evince-toolbar.xml:
6148         * shell/ev-window.c:
6149         
6150         Allow to add sidebar checkbutton on toolbar. Fix
6151         for the bug #144577.
6152
6153 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6156         
6157         Add checks that have sense for empty ps document.
6158
6159 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6160
6161         * configure.ac: Include PS in mime types list. 
6162
6163 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * configure.ac:
6166         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6167         * ps/gsdefaults.h:
6168         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6169         
6170         Runtime check for gs interpreter. Fix for the bug #320868.
6171         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6172
6173 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6174
6175         * shell/ev-application.c: 
6176
6177         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6178         dbus>=0.60, so that the request is not queued. 
6179
6180 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6181
6182         * configure.ac:
6183         * shell/Makefile.am:
6184         * shell/ev-sidebar-links.c: (print_section_cb):
6185         * shell/ev-utils.c:
6186         * shell/ev-utils.h:
6187         * shell/ev-window.c: (update_action_sensitivity),
6188         (ev_window_close_dialogs), (ev_window_print):
6189         * shell/ev-window.h:
6190         
6191         Make printing support optional. Patch from Eduardo de Barros Lima
6192         <eduardo.lima@indt.org.br> for the bug #330546.
6193
6194 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6195
6196         * shell/ev-view-private.h:
6197         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6198         (ev_view_set_document):
6199         * shell/ev-view.h:
6200         * shell/ev-window.c: (ev_window_load_job_cb),
6201         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6202         (ev_window_init):
6203
6204         Draw Loading message during xfer job. Fix for the bug #329495.
6205
6206 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * comics/comics-document.c: (comics_regex_quote),
6209         (comics_document_load), (extract_argv):
6210         
6211         Correcly quote regexp before passing it to unzip.
6212
6213 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * shell/ev-page-cache.c: (build_height_to_page),
6216         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6217         (ev_page_cache_get_dual_even_left):
6218         * shell/ev-page-cache.h:
6219         * shell/ev-view.c: (view_update_range_and_current_page),
6220         (get_page_y_offset), (get_page_extents):
6221         
6222         Place even pages to the left if document has less then
6223         two pages. Fix for the bug #328856.
6224
6225 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6228         
6229         Correct comics scheme. This make evince create thumbnails
6230         for comic books. Fix for the bug 329088.
6231
6232 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6233
6234         * data/evince-password.glade: Don't explicitly set
6235         invisible_char to the current default value in case
6236         the default changes; let GTK+ do its magic.
6237
6238 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6241         real filename to tmp filename since often document
6242         type is determined by extension.
6243
6244 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6245
6246         * shell/ev-view.c: (add_scroll_binding_keypad),
6247         (ev_view_binding_activated), (ev_view_class_init):
6248         
6249         Add keybindings for percision-scrolling of display area. 
6250         Fix for the bug #314072.
6251
6252 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6253
6254         * data/evince.desktop.in.in:
6255         
6256         Add GTK to the list of categories. Fix for the bug #328034.
6257
6258 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6259
6260         * shell/ev-application.c: (ev_application_shutdown),
6261         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6262         * shell/ev-application.h:
6263         * shell/ev-window.c: (file_open_dialog_response_cb),
6264         (ev_window_cmd_file_open):
6265         
6266         Save last uri in file chooser dialog. Fix for the bug #327950.
6267
6268 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6269
6270         * NEWS:
6271         * README:
6272         
6273         Final update for release 0.5.0
6274         
6275         * shell/Makefile.am:
6276         
6277         Remove disable deprecated until we'll require libgnome-2.13.7
6278         and port to GOption argument parsing. See bug 327518.
6279
6280 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6281
6282         * comics/comics-document.c: (comics_document_save):
6283         * djvu/djvu-document.c: (djvu_document_save):
6284         * dvi/dvi-document.c: (dvi_document_save):
6285         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6286         * lib/ev-file-helpers.h:
6287         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6288         * tiff/tiff-document.c: (tiff_document_save):
6289         
6290         Use common save function for backends.
6291
6292 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6293
6294         * backend/ev-document-types.c:
6295         
6296         Fix crash on saving pixbuf.
6297
6298 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * cut-n-paste/recent-files/egg-recent-item.c:
6301         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6302         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6303         (parse_info_free), (valid_element), (start_element_handler),
6304         (end_element_handler), (text_handler), (egg_recent_model_filter),
6305         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6306         (egg_recent_model_monitor), (egg_recent_model_read),
6307         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6308         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6309         (egg_recent_model_set_property), (egg_recent_model_class_init),
6310         (egg_recent_model_init), (egg_recent_model_add_full),
6311         (egg_recent_model_delete), (egg_recent_model_get_list),
6312         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6313         (egg_recent_model_set_filter_mime_types),
6314         (egg_recent_model_clear_group_filter),
6315         (egg_recent_model_set_filter_groups),
6316         (egg_recent_model_clear_scheme_filter),
6317         (egg_recent_model_set_filter_uri_schemes),
6318         (egg_recent_model_remove_expired):
6319         * cut-n-paste/recent-files/egg-recent-util.c:
6320         (egg_recent_util_get_icon):
6321         * cut-n-paste/recent-files/egg-recent-util.h:
6322         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6323         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6324         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6325         (egg_recent_view_uimanager_set_property),
6326         (egg_recent_view_uimanager_get_property),
6327         (egg_recent_view_uimanager_class_init),
6328         (egg_recent_view_uimanager_init),
6329         (egg_recent_view_uimanager_set_label_width),
6330         (egg_recent_view_uimanager_get_label_width):
6331         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6332         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6333         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6334         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6335         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6336         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6337         
6338         Update from libegg.
6339
6340 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6341
6342         * shell/ev-page-cache.c: (build_height_to_page),
6343         (ev_page_cache_get_height_to_page):
6344         * shell/ev-page-cache.h:
6345         * shell/ev-view.c: (view_update_range_and_current_page),
6346         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6347         (ev_view_previous_page):
6348         
6349         Dual mode places even pages to the left. Fix for the bug #309393.
6350
6351         * shell/ev-view.h:
6352         * shell/ev-window.c: (update_action_sensitivity),
6353         (setup_view_from_metadata), (view_menu_popup_cb):
6354         
6355         Don't restore presentation in empty windows, more intelligent
6356         next page behaviour in dual mode.
6357
6358         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6359         (ev_pixbuf_cache_clear_job_sizes):
6360         
6361         Cleanup job callback on removal. Fix for the bug #325886.
6362
6363 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6364
6365         * ps/ps.c: (psscan):
6366         
6367         Commit workaround Mozilla problem. Fix for the bug #325919
6368         
6369         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6370         (save_item):
6371         
6372         Fix for year 2038 problem.
6373
6374 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6375
6376         * shell/ev-window.c: (setup_document_from_metadata),
6377         (ev_window_cmd_view_reload):
6378
6379         Clamp page recieved from metadata in valid values. Fix
6380         for the bug #325986.
6381
6382 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * MAINTAINERS: 
6385         Add MAINTAINERS as requested on desktop-devel-list.
6386
6387 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6390         (mime_type_supported_by_gdk_pixbuf),
6391         (ev_document_factory_get_mime_types),
6392         (ev_document_factory_get_all_mime_types):
6393         
6394         Don't add pixbuf mime types if pixbuf backend is disabled.
6395         
6396         * shell/ev-application.c: (ev_application_get_uri_window):
6397         
6398         Fix for the bug 325815 - unhandled MIME type message doesn't 
6399         appear a second time. 
6400         
6401         * shell/ev-document-types.c: (ev_document_types_add_filters):
6402         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6403         (password_dialog_response), (ev_window_popup_password_dialog),
6404         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6405         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6406         (ev_window_run_presentation), (ev_window_stop_presentation),
6407         (save_sizing_mode), (ev_window_zoom_changed_cb),
6408         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6409         (ev_window_dual_mode_changed_cb),
6410         (ev_window_sidebar_current_page_changed_cb),
6411         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6412         (window_state_event_cb), (window_configure_event_cb):
6413         
6414         Cleanup additional uris holded by EvWindow.
6415
6416 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6417
6418         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6419         (ev_view_can_previous_page), (ev_view_can_next_page):
6420         * shell/ev-view.h:
6421         * shell/ev-window.c: (update_action_sensitivity):
6422         
6423         Two page scrolling with Space and PageUp in dual mode. Second fix 
6424         for the bug #316608.
6425
6426 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6427
6428         * shell/ev-view.c: (scroll_to_current_page):
6429         
6430         Correctly clamp adjustment value. Fix for the bug
6431         #325808.
6432
6433 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-sidebar-links.c: (print_section_cb):
6436         * shell/ev-window.c: (ev_window_get_uri),
6437         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6438         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6439         (ev_window_dispose):
6440         
6441         Make print dialog non-modal. Fix for the bug #325622.
6442
6443 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6444
6445         * shell/ev-metadata-manager.c:
6446         * shell/ev-utils.c: (using_pdf_printer),
6447         (using_postscript_printer), (load_print_config_from_file),
6448         (save_print_config_to_file):
6449         * shell/ev-utils.h:
6450         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6451         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6452         (setup_view_from_metadata), (ev_window_setup_document),
6453         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6454         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6455         (ev_window_run_presentation), (ev_window_stop_presentation),
6456         (save_sizing_mode), (ev_window_zoom_changed_cb),
6457         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6458         (ev_window_dual_mode_changed_cb),
6459         (ev_window_sidebar_current_page_changed_cb),
6460         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6461         (window_state_event_cb), (window_configure_event_cb),
6462         (ev_window_init):
6463         
6464         Setting saving behaviour fixes.
6465
6466 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6467
6468         * configure.ac:
6469         
6470         Make antialiasing gs options better and allow
6471         to change them during configure. Fix for the 
6472         bug #319049.
6473
6474 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6475
6476         * shell/ev-window.c: (setup_view_from_metadata):
6477         
6478         Remember if last window was maximized. Fix for the
6479         bug #323797.
6480
6481 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6482
6483         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6484
6485 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6488         * shell/ev-page-action.c: (build_new_tree_cb):
6489         * shell/ev-sidebar-links.c: (links_page_num_func),
6490         (update_page_callback_foreach), (update_page_callback):
6491         * shell/ev-view.c: (scroll_to_current_page):
6492         
6493         Fix for the bug #325067 with more intelligent selection
6494         of current link in sidebar. Make sidebar handle links
6495         of FITR-like type more correctly.
6496
6497         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6498         (dvi_pixbuf_put_pixel):
6499         
6500         Fix memory consumtion with disabled alpha channel.
6501
6502 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * data/evince-ui.xml:
6505         * shell/ev-window.c: (view_menu_popup_cb),
6506         (ev_popup_cmd_open_link), (ev_window_init):
6507         
6508         Update context menu for internal links. Fix for the bug
6509         #325066.
6510
6511 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6512
6513         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6514         
6515         Bind context menu to keyboard also. Fix for the bug
6516         #325065.
6517
6518 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-view.c: (selection_scroll_timeout_cb):
6521         
6522         Horizontal scroll on selection also.
6523
6524 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * shell/ev-metadata-manager.c: (parse_value):
6527         * shell/ev-view.c: (goto_xyz_link):
6528         
6529         Correct zoom setup and metadata save broken in 
6530         some locales.
6531
6532 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * shell/ev-view-private.h:
6535         * shell/ev-view.c: (scroll_to_current_page),
6536         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6537         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6538         (page_changed_cb), (ev_view_set_continuous),
6539         (ev_view_set_dual_page), (ev_view_set_presentation):
6540         
6541         Delay scroll until allocation to correctly position page. Fix
6542         for the bug #317334.
6543
6544 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * NEWS:
6547         * configure.ac:
6548         
6549         Update NEWS and require poppler 0.5.0.
6550
6551 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6552         
6553         * data/evince-ui.xml:
6554         * shell/ev-view-private.h:
6555         * shell/ev-view.c: (ev_view_get_link_at_location),
6556         (handle_link_over_xy), (ev_view_button_press_event),
6557         (ev_view_button_release_event), (ev_view_class_init):
6558         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6559         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6560         (ev_window_init):
6561         
6562         Implement right-click context menu.
6563
6564 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6567         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6568         (mdvi_pixbuf_device_render):
6569         * pdf/ev-poppler.cc:
6570
6571         Don't generate thumbnails with alpha. See bug #324077.
6572         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6573
6574 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6575
6576         * shell/ev-window.c: (setup_chrome_from_metadata):
6577         
6578         Fix typo that was hiding toolbar.
6579
6580 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6581
6582         * shell/ev-view-private.h:
6583         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6584         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6585         (ev_view_button_release_event), (ev_view_destroy):
6586         
6587         Small cleanup and autoscrolling during selection. Thanks to 
6588         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6589
6590 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6591
6592         * configure.ac:
6593         
6594         Correctly check for comics option.
6595
6596 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6597         * Makefile.am:
6598         * configure.ac:
6599         * backend/Makefile.am:
6600         * backend/ev-document-factory.c:
6601         * shell/ev-document-types.c:
6602
6603         Included option in configure to make ps backend 
6604         compilation optional with --disable-ps.
6605
6606 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6607
6608         * backend/ev-document-factory.c:
6609         * comics/Makefile.am:
6610         * comics/comics-document.c: (comics_document_load):
6611         * comics/ev-cbr-mime.xml:
6612         * configure.ac:
6613         
6614         Comics mime types are added to shared-mime-info CVS. Now
6615         we don't need to install our own mime types.
6616
6617 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6618
6619         * shell/ev-window.c:
6620         
6621         Add shortcut for "save a copy" menu entry. Fix for
6622         the bug #324582.
6623
6624 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6627         (job_finished_cb), (new_selection_pixbuf_needed),
6628         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6629         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6630         
6631         Rework selection job info logic and fix critical warning.
6632
6633 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6634
6635         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6636
6637 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6638
6639         * data/evince-ui.xml:
6640         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6641         
6642         Enter as shortcut key for next page. Fix for the bug
6643         #321394.
6644
6645 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6646
6647         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6648
6649 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6650
6651         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6652         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6653         (new_selection_pixbuf_needed),
6654         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6655         (clear_job_selection):
6656         
6657         Too early for 0.5. Pixbuf cache code cleaned a bit.
6658
6659 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * NEWS:
6662         * configure.ac:
6663         
6664         Release 0.5.0 preparation
6665
6666 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * comics/Makefile.am:
6669         * configure.ac:
6670         * shell/ev-document-types.c: (ev_document_types_add_filters):
6671         
6672         More advanced handling of custom mime type installation.
6673
6674 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6675
6676         * data/evince.schemas.in:
6677         * shell/ev-metadata-manager.c: (value_free),
6678         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6679         (ev_metadata_manager_get), (ev_metadata_manager_set):
6680         * shell/ev-metadata-manager.h:
6681         * shell/ev-window.c: (update_chrome_flag),
6682         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6683         (setup_document_from_metadata), (setup_chrome_from_metadata),
6684         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6685         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6686         (ev_window_view_toolbar_cb),
6687         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6688         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6689         
6690         Save last document settings and reuse them for new documents.
6691
6692 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6693
6694         * Makefile.am:
6695         * backend/Makefile.am:
6696         * backend/ev-document-factory.c:
6697         * backend/ev-document-factory.h:
6698         * comics/Makefile.am:
6699         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6700         (comics_document_load), (comics_document_save),
6701         (comics_document_get_n_pages), (comics_document_get_page_size),
6702         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6703         (comics_document_class_init), (comics_document_can_get_text),
6704         (comics_document_get_info), (comics_document_document_iface_init),
6705         (comics_document_init), (get_supported_image_extensions),
6706         (comics_document_thumbnails_get_geometry),
6707         (comics_document_thumbnails_get_thumbnail),
6708         (comics_document_thumbnails_get_dimensions),
6709         (comics_document_document_thumbnails_iface_init), (extract_argv):
6710         * comics/comics-document.h:
6711         * comics/ev-cbr-mime.xml:
6712         * configure.ac:
6713         * po/POTFILES.in:
6714         * shell/ev-application.c: (ev_application_register_service):
6715         * shell/ev-document-types.c: (ev_document_types_add_filters):
6716         * thumbnailer/Makefile.am:
6717         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6718         
6719         New CBR/CBZ backend for comic books.
6720
6721 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/main.c: (load_files_remote):
6724
6725         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6726         warning on startup of second instance is fixed. It
6727         is bug #320353.
6728
6729 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6730
6731         * shell/ev-window.c: (ev_window_finalize):
6732         
6733         Fix double free that cause crash.
6734
6735 2005-10-29  Bastien Nocera <hadess@hadess.net>
6736
6737         * tiff/tiff-document.c: (tiff_document_load):
6738         
6739         Fix memory leak.
6740
6741 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * po/POTFILES.in:
6744         * shell/Makefile.am:
6745         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6746         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6747         (ev_view_accessible_get_text),
6748         (ev_view_accessible_get_character_at_offset),
6749         (ev_view_accessible_get_text_before_offset),
6750         (ev_view_accessible_get_text_at_offset),
6751         (ev_view_accessible_get_text_after_offset),
6752         (ev_view_accessible_get_character_count),
6753         (ev_view_accessible_get_caret_offset),
6754         (ev_view_accessible_set_caret_offset),
6755         (ev_view_accessible_get_run_attributes),
6756         (ev_view_accessible_get_default_attributes),
6757         (ev_view_accessible_get_character_extents),
6758         (ev_view_accessible_get_offset_at_point),
6759         (ev_view_accessible_get_n_selections),
6760         (ev_view_accessible_get_selection),
6761         (ev_view_accessible_add_selection),
6762         (ev_view_accessible_remove_selection),
6763         (ev_view_accessible_set_selection),
6764         (ev_view_accessible_text_iface_init),
6765         (ev_view_accessible_idle_do_action),
6766         (ev_view_accessible_action_do_action),
6767         (ev_view_accessible_action_get_n_actions),
6768         (ev_view_accessible_action_get_description),
6769         (ev_view_accessible_action_get_name),
6770         (ev_view_accessible_action_set_description),
6771         (ev_view_accessible_action_iface_init),
6772         (ev_view_accessible_get_type), (ev_view_accessible_new),
6773         (ev_view_accessible_factory_get_accessible_type),
6774         (ev_view_accessible_factory_create_accessible),
6775         (ev_view_accessible_factory_class_init),
6776         (ev_view_accessible_factory_get_type):
6777         * shell/ev-view-accessible.h:
6778         * shell/ev-view-private.h:
6779         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6780         * shell/ev-view.h:
6781         
6782         Initial accessibility support.
6783
6784 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6785
6786         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6787
6788 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6789
6790         * shell/ev-print-job.c: (idle_print_handler):
6791         
6792         Fix for bug Bug 318916: Printing multiple pages.
6793
6794 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6795
6796         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6797
6798 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6799
6800         * pdf/ev-poppler.cc:
6801         
6802         Thumnail dimensions unified with other backends.
6803         
6804         * shell/ev-window-title.c: (ev_window_title_update):
6805         
6806         Fix warning.
6807
6808 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * data/ev-stock-zoom-fit-width.png:
6811         
6812         Remove unused file.
6813
6814 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * configure.ac:
6817         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6818         (djvu_document_finalize):
6819         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6820         (dvi_document_finalize):
6821         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6822         (pixbuf_document_save), (pixbuf_document_finalize):
6823         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6824         (tiff_document_finalize):
6825         
6826         Save a copy implemented for various backends.
6827
6828 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6829
6830         * configure.ac:
6831         
6832         Don't link with ltiff if tiff is disabled.
6833
6834 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6835
6836         * pdf/GDKSplashOutputDev.cc:
6837         * pdf/GDKSplashOutputDev.h:
6838         * pdf/Thumb.cc:
6839         * pdf/Thumb.h:
6840         * pdf/pdf-document.cc:
6841         * pdf/pdf-document.h:
6842         * pdf/test-gdk-output-dev.cc:
6843         
6844         Remove old unused files.
6845
6846 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6847
6848         * shell/ev-window.c: (ev_window_setup_document):
6849         
6850         Fixed warnings on reload and probably crash reason.
6851
6852 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * properties/ev-properties-view.c:
6855         (ev_properties_view_format_date):
6856         
6857         Check if date is invalid. Fix for bug 318134.
6858
6859 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6860
6861         * shell/ev-window-title.c:
6862         
6863         Add .indd files (Adobe Indesign) to the list of "bad
6864         extensions".
6865
6866 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6867
6868         * data/evince-ui.xml:
6869         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6870         
6871         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6872
6873 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6874
6875         * shell/ev-window.c: (launch_link), (launch_external_uri),
6876         (view_external_link_cb):
6877
6878         URL-escape link before passing it to gnome_vfs_url_show.
6879
6880 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6881
6882         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6883         there isn't text selected.
6884
6885 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6886
6887         * shell/ev-view.c: (handle_link_over_xy):
6888
6889         Check tooltip is valid utf8 before showing it
6890
6891 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6892
6893         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6894
6895 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6896
6897         * shell/ev-window-title.c: (ev_window_title_update):
6898
6899         Guard against using g_strstrip on NULL. Fixes bug #317291.
6900
6901 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6902
6903         * pdf/ev-poppler.cc:
6904
6905         Show title even for unknown links
6906
6907 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6908
6909         * shell/ev-window-title.c: (ev_window_title_update):
6910
6911         Strip the title string
6912
6913 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6914
6915         * shell/ev-window-title.c:
6916
6917         Add .rtf to the bad extensions list
6918
6919 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6922         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6923
6924         Ignore link coordinates if they are outside page bounds
6925
6926 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6927
6928         * backend/ev-link.c: (ev_link_type_get_type),
6929         (ev_link_get_filename), (ev_link_get_params),
6930         (ev_link_get_property), (ev_link_set_property),
6931         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6932         * backend/ev-link.h:
6933         * pdf/ev-poppler.cc:
6934         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6935         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6936         (ev_window_init):
6937
6938         Implement launch links. Delegate external link opening to
6939         the window.
6940
6941 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6942
6943         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6944         (ev_link_get_right), (ev_link_get_property),
6945         (ev_link_set_property), (ev_link_class_init),
6946         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6947         * backend/ev-link.h:
6948         * pdf/ev-poppler.cc:
6949         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6950
6951         Implement fitr links
6952
6953 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6954
6955         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6956         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6957         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6958         (ev_view_size_request_continuous),
6959         (ev_view_size_request_dual_page),
6960         (ev_view_size_request_single_page), (ev_view_size_allocate),
6961         (ev_view_zoom_for_size_continuous_and_dual_page),
6962         (ev_view_zoom_for_size_continuous),
6963         (ev_view_zoom_for_size_dual_page),
6964         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6965         (ev_sizing_mode_get_type):
6966         * shell/ev-view.h:
6967         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6968
6969         Do not use modes for link, we need to calculate size ad hoc.
6970         Still not perfect because of the usual scrollbar issues grrr.
6971
6972 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6973
6974         * backend/ev-link.c: (ev_link_type_get_type),
6975         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6976         * backend/ev-link.h:
6977         * pdf/ev-poppler.cc:
6978         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6979         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6980         (ev_view_size_request_continuous),
6981         (ev_view_size_request_dual_page),
6982         (ev_view_size_request_single_page), (ev_view_size_allocate),
6983         (zoom_for_size_fit_height),
6984         (ev_view_zoom_for_size_continuous_and_dual_page),
6985         (ev_view_zoom_for_size_continuous),
6986         (ev_view_zoom_for_size_dual_page),
6987         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6988         (ev_sizing_mode_get_type):
6989         * shell/ev-view.h:
6990         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6991
6992         Implement FIT_HEIGHT mode (only for links).
6993         Implement FITH links
6994
6995 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6996
6997         * shell/ev-window-title.c: (get_filename_from_uri),
6998         (ev_window_title_sanitize_extension), (ev_window_title_update),
6999         (ev_window_title_set_document), (ev_window_title_set_uri),
7000         (ev_window_title_free):
7001         * shell/ev-window-title.h:
7002         * shell/ev-window.c: (ev_window_setup_document),
7003         (ev_window_popup_password_dialog):
7004
7005         Refactor window title building while fixing it for
7006         password documents.
7007
7008 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
7009
7010         * pdf/ev-poppler.cc:
7011
7012         Escape link title before setting it in the model
7013
7014 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * shell/ev-application.c: (removed_from_session), (save_session),
7017         (init_session), (ev_application_get_empty_window),
7018         (ev_application_init), (ev_application_get_windows):
7019         * shell/ev-application.h:
7020         * shell/ev-window.c: (ev_window_finalize):
7021
7022         Add a function to retrieve window list and share it where
7023         necessary.
7024         Implement session handling, works pretty well thanks to the
7025         metadata system.
7026
7027 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7028
7029         * shell/ev-password.c: (ev_password_item_created_callback),
7030         (ev_password_dialog_save_password):
7031         
7032         Fix for bug 316972. Use async gnome-keyring API.
7033
7034 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
7035
7036         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
7037         Remove unused unrealize handler. Add scroll handling to
7038         ev_view_scroll_event for presentation mode (bug #316708),
7039         and fix the event state checks there.
7040
7041 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * shell/ev-page-action.c: (page_changed_cb):
7044
7045         "marco, maybe we should be crazy and jump right to 6! :)"
7046
7047         Bryan Clark, Sep 2005
7048
7049 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7050
7051         * ps/ps-document.c: (save_document), (ps_document_save),
7052         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
7053         (ps_document_ps_export_end):
7054
7055         Fix unstructured documents save and print
7056
7057 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7058
7059         * shell/ev-application.c: (ev_application_open_uri):
7060
7061         Fix window size persistance
7062
7063 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * shell/ev-view.c: (ev_view_button_release_event):
7066
7067         Based on a patch from carlosgc@gnome.org. Mouse buttons
7068         switch pages in presentation mode.
7069
7070 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7071
7072         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7073
7074         Dont cast to int before scaling
7075
7076 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * backend/ev-link.c: (ev_link_type_get_type),
7079         (ev_link_new_page_xyz), (ev_link_new_page_fit),
7080         (ev_link_new_page_fith):
7081         * backend/ev-link.h:
7082         * pdf/ev-poppler.cc:
7083         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7084
7085         Implement FIT and FITH links
7086
7087 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * pdf/ev-poppler.cc:
7090
7091         Return 0 results when search is not in progress.
7092
7093         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7094         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7095
7096         Update menu sensitivity when cancelling search
7097
7098 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7099
7100         * shell/ev-view.c: (ev_view_can_find_next):
7101
7102         Take all pages in consideration, not just current one
7103
7104 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * shell/ev-page-cache.c:
7107         * shell/ev-page-cache.h:
7108         * shell/ev-view.c: (ev_view_binding_activated),
7109         (ev_view_next_page), (ev_view_previous_page),
7110         (ev_sizing_mode_get_type):
7111         * shell/ev-view.h:
7112         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7113         (ev_window_cmd_go_next_page):
7114
7115         Move page next/previous functions from page chace to
7116         view and change it to move by 2 page steps in dual mode.
7117
7118 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7119
7120         * shell/ev-window.c: (update_sidebar_visibility),
7121         (setup_sidebar_from_metadata), (ev_window_setup_document),
7122         (setup_view_from_metadata):
7123
7124         Show the index by default when there is one     
7125
7126 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7127
7128         * shell/ev-window-title.c: (ev_window_title_set_document):
7129
7130         Missing null check
7131
7132 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7133
7134         * shell/ev-view.c: (view_update_range_and_current_page):
7135         
7136         Allow display of last odd page in dual view. Fix for 316347.
7137
7138 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7139
7140         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7141         
7142         Make close button default. Fix for 316383.
7143
7144 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7147         
7148         Mark close button as default. Fix for 316381.
7149
7150 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7151
7152         * backend/ev-link.c: (ev_link_class_init):
7153
7154         Allow negative doubles in left/top properties
7155
7156 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7157
7158         * shell/ev-window.c:
7159
7160         Remove a bunch of strings that was used only
7161         by the statusbar.
7162
7163 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7164
7165         * shell/ev-window-title.c: (get_filename_from_uri),
7166         (ev_window_title_set_document):
7167
7168         When title has a confusing extension, show also
7169         the document filename inside ()
7170
7171 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * shell/Makefile.am:
7174         * shell/ev-window-title.c: (ev_window_title_new),
7175         (ev_window_title_update), (ev_window_title_set_type),
7176         (ev_window_title_set_document), (ev_window_title_free):
7177         * shell/ev-window-title.h:
7178         * shell/ev-window.c: (ev_window_setup_document),
7179         (password_dialog_response), (ev_window_popup_password_dialog),
7180         (ev_window_dispose), (ev_window_init):
7181
7182         Factor out and cleanup window title code
7183
7184 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7187         (unable_to_load):
7188
7189         Make dialog transient so it doesnt block other windows
7190
7191 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7192
7193         * pdf/ev-poppler.cc:
7194         
7195         Fix pdf thumbnails rendering.
7196
7197 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7198
7199         * shell/ev-window.c: (fullscreen_set_timeout):
7200         
7201         Increase timeout to hide full screen popup. Bug 
7202         316123. 
7203
7204 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7205
7206         * data/evince.schemas.in:
7207         * shell/ev-window.c: (update_action_sensitivity):
7208
7209         Allow the user to override document restrictions. Fix for bug
7210         305818.
7211
7212 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7213
7214         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7215         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7216         (ev_window_class_init): Fix multihead behaviour of fullscreen
7217         toolbar popup. Fixes bug #315451.
7218
7219 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * configure.ac:
7222         * data/evince-password.glade:
7223         * shell/ev-password.c: (ev_password_dialog_set_property),
7224         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7225         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7226         (ev_password_dialog_entry_changed_cb),
7227         (ev_password_dialog_entry_activated_cb),
7228         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7229         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7230         (ev_password_dialog_set_bad_pass):
7231         * shell/ev-password.h:
7232         * shell/ev-window.c: (password_dialog_response),
7233         (ev_window_popup_password_dialog):
7234         
7235         Support for gnome-keyring for encrypted PDF's.
7236
7237 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7238
7239         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7240         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7241         (ev_view_enter_notify_event), (ev_view_class_init):
7242         
7243         More precise handling of enter_notify/leave_notify events
7244         in EvView. Fix for bug 315470.
7245
7246 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7247
7248         * shell/ev-window.c: (fullscreen_timeout_cb),
7249         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7250         (ev_window_dispose):
7251
7252         leak fix: unref fullscreen_timeout_source before clearing it
7253
7254 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7255
7256         * configure.ac, dvi/mdvi/Makefile.am: 
7257         
7258         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7259
7260 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7261
7262         * backend/ev-link.c: (ev_link_new_page_xyz):
7263         * pdf/ev-poppler.cc:
7264         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7265
7266         Fix some bugs with xyz links, respect zoom
7267
7268 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7269
7270         * shell/ev-window.c: (page_changed_cb),
7271         (setup_document_from_metadata), (update_sidebar_visibility),
7272         (setup_view_from_metadata), (ev_window_run_fullscreen),
7273         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7274         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7275         (ev_window_dual_mode_changed_cb),
7276         (ev_window_sidebar_current_page_changed_cb):
7277
7278         null check uri before setting and getting metadata
7279
7280 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * dvi/Makefile.am:
7283         * properties/Makefile.am:
7284         * shell/Makefile.am:
7285         * thumbnailer/Makefile.am:
7286
7287         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7288
7289 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7290
7291         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7292         (selection_changed_callback):
7293         * shell/ev-sidebar-links.h:
7294
7295         Add a signal for link activation.
7296
7297         * shell/ev-view.c: (ev_view_goto_link),
7298         (ev_view_button_release_event):
7299         * shell/ev-view.h:
7300         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7301         (ev_window_init):
7302
7303         Implement the signal so that we can handle all link types.
7304
7305         * shell/ev-page-cache.c:
7306
7307         Remove unused set_link function
7308
7309 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7310
7311         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7312
7313         Add some space from the cursor, hardcoded but I couldnt
7314         find a better way.
7315
7316 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * lib/ev-tooltip.c:
7319
7320         Use mozilla style vs gtk style, way better for links.
7321
7322         * shell/ev-view.c: (ev_view_motion_notify_event),
7323         (ev_view_destroy), (ev_view_init):
7324
7325         Deactive tooltip when the link hovered is changed.
7326
7327 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * backend/ev-document.h:
7330         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7331         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7332         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7333         (ev_link_new_page), (ev_link_new_page_xyz):
7334         * backend/ev-link.h:
7335         * pdf/ev-poppler.cc:
7336         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7337         (go_to_link), (tip_from_link):
7338
7339         Implement xyz links, still not functional. Links are a total
7340         mess, will need to refactor and bugfix a lot :(
7341
7342 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7343
7344         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7345
7346 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7347
7348         * data/evince-ui.xml:
7349         * data/evince.schemas.in:
7350         * shell/Makefile.am:
7351         * shell/ev-window.c: (update_chrome_visibility),
7352         (password_dialog_response), (ev_window_load_job_cb),
7353         (ev_window_xfer_job_cb), (ev_window_open_uri),
7354         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7355         (ev_window_init):
7356
7357         Remove the statusbar. This regress loading feedback, need to
7358         check with Bryan what we want to do there...
7359
7360 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * lib/ev-tooltip.c: (ev_tooltip_init):
7363
7364         Fix tooltip border and size handling
7365
7366 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7369         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7370         (ev_tooltip_timeout), (ev_tooltip_activate),
7371         (ev_tooltip_deactivate):
7372         * lib/ev-tooltip.h:
7373         * shell/ev-view.c: (ev_view_motion_notify_event):
7374
7375         Delay popup showing. Mirror gtk logic/times.
7376
7377 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7378
7379         * lib/Makefile.am:
7380         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7381         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7382         (ev_tooltip_set_text), (ev_tooltip_set_position):
7383         * lib/ev-tooltip.h:
7384
7385         Simple widget to show tooltips at a custom position
7386
7387         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7388         (ev_view_destroy):
7389
7390         Use it for links. First go, needs work
7391
7392 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7393
7394         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7395         HIG fixes.  Use title capitalization for window title. Use 12 
7396         pixels of space between the dialog's vbox and action area.
7397
7398 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7399
7400         * shell/ev-window.c: (file_open_dialog_response_cb),
7401         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7402         (ev_window_cmd_save_as):
7403
7404         Make file pickers not modal and refactor code some
7405
7406 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7407
7408         * shell/ev-sidebar.h:
7409         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7410         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7411         (ev_sidebar_class_init), (ev_sidebar_select_page),
7412         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7413         (ev_sidebar_set_page):
7414
7415         Add a current page property and allow to get/set it
7416
7417         * shell/ev-window.c: (setup_view_from_metadata),
7418         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7419
7420         Persist current sidebar page per document
7421
7422 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7423
7424         * data/evince.schemas.in:
7425         * shell/ev-window.c: (update_chrome_visibility),
7426         (setup_document_from_metadata), (update_sidebar_visibility),
7427         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7428         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7429         (ev_window_run_presentation), (ev_window_stop_presentation),
7430         (ev_window_view_sidebar_cb),
7431         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7432         (load_chrome), (ev_window_init):
7433
7434         Persist size/visibility of sidebar per document
7435
7436 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7437
7438         * shell/ev-view.c (draw_loading_text): Draw loading text.
7439
7440 2005-09-02  Dan Damian  <dand@gnome.ro>
7441
7442         * configure.in: Added "ro" to ALL_LINGUAS.
7443
7444 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * shell/ev-view.c: (clear_caches):
7447
7448         ev_page_cache_get doesnt return a reference,
7449         dont try to unref it.
7450
7451 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7452
7453         * shell/main.c: (load_files_remote):
7454
7455         Fix timestamp parameter with dbus <= 0.33
7456
7457 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7458
7459         * data/evince.schemas.in:
7460
7461         Add missing full stop
7462
7463 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7464
7465         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7466         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7467
7468         Plug some memory leaks
7469
7470 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7471
7472         * configure.ac:
7473         * lib/ev-debug.c: (trap_handler):
7474
7475         Check for execinfo.h and use it only if it exists.
7476         Ported from Epiphany (bug #314776).
7477
7478 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7479
7480         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7481
7482 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7483
7484         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7485         * po/id.po      : Added Indonesian translation
7486
7487 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7488
7489         * shell/main.c:
7490         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7491         * NEWS: Release 0.4.0
7492
7493 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7494
7495         * configure.ac: catch another gtk+-2.8ism
7496         * shell/main.c: Make work with gtk+-2.6
7497
7498 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7499
7500         * shell/ev-application-service.xml: Add 'timestamp' argument to
7501           ev_application_open_window and ev_application_open_uri methods.
7502
7503         * shell/ev-application.h: Add 'timestamp' argument to
7504           ev_application_open_window, ev_application_open_uri,
7505           and ev_application_open_uri_list functions.
7506
7507         * shell/ev-application.c (ev_application_open_window,
7508           ev_application_open_uri, ev_application_open_uri_list): Change
7509           functions that show/present windows to use a timestamp if one
7510           is passed in.
7511
7512         * shell/ev-window.c (ev_window_cmd_file_open,
7513           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7514         * shell/main.c (load_files): Modify calls to ev_application to
7515           include GDK_CURRENT_TIME as timestamp.
7516
7517         * shell/main.c (load_files_remote): Obtain timestamp for client
7518           instance from GDK and pass to server instance so new windows are
7519           focused properly.  Fix dbus_g_proxy_call() calls by including second
7520           G_TYPE_INVALID.
7521           
7522         Closes bug #314475.
7523
7524 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7525
7526         * shell/ev-window.c (ev_window_finalize): Check for
7527         avail. EvWindows when quiting to handle the finalize better,
7528         #314497
7529
7530 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7531         
7532         * properties/ev-properties-view.c: 
7533         
7534         Set textdomain to libglade. Fixes translation problem in property page.
7535
7536 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7537
7538         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7539         * dvi/Makefile.am:
7540         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7541         * dvi/mdvi-lib/Makefile.am:
7542         
7543         Fix rotation of thumbnails, ported to new API. Moved library
7544         dependencies earlier, probably it will fix linkage problem.
7545
7546 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7547
7548         * backend/ev-document-misc.c:
7549         (ev_document_misc_get_thumbnail_frame):
7550         * backend/ev-document-misc.h:
7551         * configure.ac:
7552         * pdf/ev-poppler.cc:
7553         * shell/Makefile.am:
7554         * shell/ev-sidebar-thumbnails.c: (add_range),
7555         (ev_sidebar_thumbnails_set_loading_icon),
7556         (ev_sidebar_thumbnails_refresh),
7557         (ev_sidebar_thumbnails_set_document):
7558         * shell/ev-sidebar-thumbnails.h:
7559         * shell/ev-view.c: (ev_view_motion_notify_event),
7560         (ev_view_set_property), (ev_view_get_property),
7561         (ev_view_class_init), (ev_view_set_rotation):
7562         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7563         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7564         (ev_window_init):
7565         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7566         Redo rotation (again).  prepare for 0.4.0
7567
7568 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7569
7570         * configure.ac: Bump poppler requirement to 0.4.1.
7571
7572         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7573         argument to poppler_page_render_selection() call.
7574
7575 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7578         (djvu_document_thumbnails_get_thumbnail):
7579         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7580         (dvi_document_thumbnails_get_thumbnail):
7581         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7582         (pixbuf_document_thumbnails_get_thumbnail):
7583         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7584         
7585         Update rotation direction of backends to fit with pdf and ps.
7586
7587 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7590         * backend/ev-async-renderer.h:
7591         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7592         (setup_page), (ps_document_get_page_size),
7593         (ps_async_renderer_render_pixbuf):
7594         * ps/ps-document.h:
7595         * shell/ev-jobs.c: (ev_job_render_run):
7596
7597         Fix orientation in the postscript document
7598
7599 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7600
7601         * pdf/ev-poppler.cc:
7602         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7603         * shell/ev-view.c: (highlight_find_results):
7604
7605         Adapt to the new poppler rotation API. Fix text maps on landscape
7606         documents.
7607
7608 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7609
7610         * shell/ev-view.c (compute_new_selection_text): get the correct
7611         region when selecting in modes other than continuous.
7612
7613 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7614
7615         * shell/main.c (main): remove redundant g_warnings.
7616
7617 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * shell/Makefile.am: Don't include autogenerated
7620         file ev-application-service.h into distribution, since
7621         it causes dbus crash. Fix for bugs 313724 and 313443. 
7622
7623 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * configure.ac: Fix sed expression for FreeBSD. Thanks
7626         to Joe Marcus Clark <marcus@freebsd.org>
7627         
7628         * shell/eggfindbar.c: (entry_activate_callback),
7629         (entry_changed_callback), (egg_find_bar_init),
7630         (egg_find_bar_set_search_string):
7631         
7632         Made findbar buttons unsensitive if there is no text in
7633         entry. Fix for the bug 313285.
7634
7635 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7636
7637         * ps/ps-document.c: Use g_filename_display_name for displaying
7638         filenames and revert string freeze breackage
7639
7640 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7641
7642         * NEWS:
7643         * configure.ac:
7644
7645         Update for 0.3.4
7646
7647         * shell/Makefile.am:
7648
7649         Add ev-application-service.xml to extra dist
7650
7651         * shell/ev-view.c: (find_page_at_location):
7652
7653         Remove unused function (fix warning)
7654
7655 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7656
7657         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7658         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7659         
7660         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7661         bug 313623.
7662
7663 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7664
7665         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7666         * shell/ev-window.c:
7667         Fix build warnings
7668
7669 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7670
7671         * configure.ac: Update script to get dbus version.
7672         Fix for the bug #313443.
7673
7674 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7675
7676         * shell/ev-window.c: (ev_window_cmd_escape):
7677         
7678         Return focus back to view on escape. Fix for bug 313295.
7679
7680 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7681
7682         * shell/ev-window.c: (update_window_title),
7683         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7684         (ev_window_cmd_save_as):
7685         
7686         Correct conversion from uri to displayable string. Fix for
7687         bug 313296.
7688
7689 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7690
7691         * ps/ps-document.c: convert filename to utf8 when there is an error
7692         loading document. Fixes #309915
7693
7694 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7695
7696         * configure.ac:
7697
7698         We depend on poppler 0.4.0
7699
7700 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7701
7702         * configure.ac:
7703         * NEWS: Release 0.3.3.
7704         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7705
7706 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7707
7708         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7709         add a couple missing mnemonics to menu items, use title 
7710         capitalization for menu items and window titles, and add 
7711         ellipsis to open menu item.     
7712
7713 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7714
7715         * pdf/ev-poppler.cc:
7716         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7717         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7718         (ev_view_get_rotation):
7719         * shell/ev-view.h:
7720         * shell/ev-window.c: (setup_view_from_metadata),
7721         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7722         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7723         disk.
7724
7725 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7726
7727         * configure.ac: Added tr to ALL_LINGUAS
7728
7729 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7730
7731         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7732         requires several clicks to find word. Thanks to 
7733         Colin Slater <kiltedtaco@gmail.com>.
7734
7735 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7736
7737         * data/evince.desktop.in.in: Hide menu entry and
7738         rename it to "Document Viewer". Fix for bug 
7739         #312399.
7740
7741 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7742
7743         * shell/ev-page-action.c (ev_page_action_class_init): 
7744
7745         Point to the correct function in constructor of the
7746         activate_label signal
7747
7748 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7749
7750         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7751         * shell/ev-jobs.h: Make thread safe.
7752
7753 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * shell/ev-view.c: (view_update_range_and_current_page):
7756         Don't update page range if we are scrolling to some document
7757         point.
7758
7759 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7760
7761         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7762         when getting max_page_width, fix drawing in dual mode.
7763
7764 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7765
7766         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7767         getting the area for select_all.
7768
7769 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7770
7771         * backend/ev-selection.c: (ev_selection_render_selection):
7772         * backend/ev-selection.h:
7773         * pdf/ev-poppler.cc:
7774         * shell/ev-jobs.c: (ev_job_render_new):
7775         * shell/ev-jobs.h:
7776         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7777         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7778         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7779         (ev_view_class_init):
7780
7781         Change selection color on focus in and focus out events.  Also,
7782         poppler now uses GdkColor for specifying the selection colors, so
7783         drop some awkward conversion code.
7784
7785 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7786
7787         * configure.ac: Added Hebrew translation
7788
7789 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7790
7791         * NOTES:
7792         * backend/ev-selection.c: (ev_selection_render_selection):
7793         * backend/ev-selection.h:
7794         * pdf/ev-poppler.cc:
7795         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7796         (ev_job_render_run):
7797         * shell/ev-jobs.h:
7798         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7799         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7800         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7801         (ev_pixbuf_cache_style_changed),
7802         (ev_pixbuf_cache_get_selection_pixbuf),
7803         (ev_pixbuf_cache_set_selection_list),
7804         (ev_pixbuf_cache_get_selection_list):
7805         * shell/ev-pixbuf-cache.h:
7806         * shell/ev-utils.c: (ev_print_region_contents):
7807         * shell/ev-utils.h:
7808         * shell/ev-view.c: (ev_view_queue_draw_page),
7809         (selection_update_idle_cb), (ev_view_motion_notify_event),
7810         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7811         (setup_caches), (ev_view_find_next), (merge_selection_region),
7812         (selection_free):
7813         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7814
7815         Clean up selection to be much smoother!
7816
7817 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7818
7819         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7820         to poppler_page_render_selection().
7821
7822 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * ps/ps-document.c: (save_page_list): Use
7825         unzipped document when printing. Thanks to 
7826         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7827         311016.
7828
7829 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * shell/ev-window.c: (update_action_sensitivity):
7832         
7833         Disable print and save respect to lockdown gconf keys. Fix
7834         for 312342.
7835
7836 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7837
7838         * configure.ac:
7839         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7840         (write_to_temp_file), (ev_file_set_contents):
7841         * shell/ev-utils.h:
7842         * shell/ev-window.c: (save_print_config_to_file):
7843         
7844         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7845         Fix for bug 312238
7846
7847 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7848
7849         * shell/ev-window.c: (load_print_config_from_file),
7850         (save_print_config_to_file), (ev_window_print_range):
7851
7852         Persist the print settings. Fixes bug #311578.
7853
7854 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7855
7856         * djvu/djvu-document.c: (djvu_document_get_page_size),
7857         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7858         (djvu_document_thumbnails_get_thumbnail):
7859         * dvi/dvi-document.c: (dvi_document_get_page_size),
7860         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7861         (dvi_document_thumbnails_get_dimensions),
7862         (dvi_document_thumbnails_get_thumbnail):
7863         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7864         (pixbuf_document_render_pixbuf),
7865         (pixbuf_document_document_iface_init),
7866         (pixbuf_document_thumbnails_get_thumbnail):
7867         
7868         Update backends to make them build with new rotation system.
7869
7870 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7871
7872         * help/C/figures/evince_start_window.png:
7873         
7874         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7875
7876 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7877
7878         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7879         * shell/ev-pixbuf-cache.h:
7880         * shell/ev-sidebar-thumbnails.c:
7881         (ev_sidebar_thumbnails_get_property), (add_range),
7882         (adjustment_changed_cb):
7883         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7884         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7885         we were thumbnailing the entire docment on startup, slowing us
7886         down hugely. 
7887
7888 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7889
7890         * shell/ev-page-cache.c: (ev_page_cache_new):
7891         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7892         == 0, fixes #310306.
7893
7894 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7897         (ev_view_rotate_left):
7898
7899         Account rotation in doc_rect_to_view_rect.
7900         Ensure rotation doesnt go out of bounds.
7901
7902 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7903
7904         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7905
7906         Correct and cleanup w/h swapping
7907
7908 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7909
7910         * backend/ev-document-thumbnails.c:
7911         (ev_document_thumbnails_get_thumbnail):
7912         * backend/ev-document-thumbnails.h:
7913         * backend/ev-document.c:
7914         * backend/ev-document.h:
7915         * backend/ev-render-context.c: (ev_render_context_new),
7916         (ev_render_context_set_rotation):
7917         * backend/ev-render-context.h:
7918         * pdf/ev-poppler.cc:
7919         * ps/ps-document.c: (ps_document_document_iface_init):
7920         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7921         * shell/ev-jobs.h:
7922         * shell/ev-page-cache.c: (build_height_to_page),
7923         (ev_page_cache_new), (ev_page_cache_get_size),
7924         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7925         (ev_page_cache_get_height_to_page):
7926         * shell/ev-page-cache.h:
7927         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7928         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7929         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7930         (ev_pixbuf_cache_get_selection_pixbuf):
7931         * shell/ev-pixbuf-cache.h:
7932         * shell/ev-print-job.c: (idle_print_handler):
7933         * shell/ev-sidebar-thumbnails.c: (add_range):
7934         * shell/ev-view.c: (view_update_range_and_current_page),
7935         (get_page_y_offset), (get_page_extents),
7936         (ev_view_size_request_continuous_dual_page),
7937         (ev_view_size_request_continuous),
7938         (ev_view_size_request_dual_page),
7939         (ev_view_size_request_single_page), (draw_one_page),
7940         (ev_view_set_rotation), (ev_view_rotate_right),
7941         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7942         (ev_view_zoom_for_size_continuous_and_dual_page),
7943         (ev_view_zoom_for_size_continuous),
7944         (ev_view_zoom_for_size_dual_page),
7945         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7946         (ev_view_select_all):
7947         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7948         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7949         (tiff_document_document_iface_init),
7950         (tiff_document_thumbnails_get_thumbnail):
7951
7952         Use rotation rather than orientation. It's easier and enough
7953         for our needs.
7954
7955 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7956
7957         * shell/ev-page-cache.c: (build_height_to_page),
7958         (ev_page_cache_new), (ev_page_cache_get_size),
7959         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7960         (ev_page_cache_get_height_to_page):
7961         * shell/ev-page-cache.h:
7962         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7963         (ev_view_size_request_continuous_dual_page),
7964         (ev_view_size_request_continuous),
7965         (ev_view_zoom_for_size_continuous_and_dual_page),
7966         (ev_view_zoom_for_size_continuous):
7967
7968         Make the page cache aware of page orientation.
7969
7970 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7971
7972         * backend/ev-document-thumbnails.c:
7973         (ev_document_thumbnails_get_thumbnail):
7974         * backend/ev-document-thumbnails.h:
7975         * backend/ev-document.c:
7976         * backend/ev-document.h:
7977         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7978         * backend/ev-ps-exporter.h:
7979         * pdf/ev-poppler.cc:
7980         * ps/ps-document.c: (ps_document_document_iface_init),
7981         (ps_document_ps_export_do_page):
7982         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7983         * shell/ev-jobs.h:
7984         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7985         (ev_page_cache_get):
7986         * shell/ev-page-cache.h:
7987         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7988         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7989         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7990         * shell/ev-pixbuf-cache.h:
7991         * shell/ev-print-job.c: (idle_print_handler):
7992         * shell/ev-sidebar-thumbnails.c: (add_range):
7993         * shell/ev-view.c: (view_update_range_and_current_page),
7994         (get_page_extents), (ev_view_size_request_dual_page),
7995         (ev_view_size_request_single_page), (draw_one_page),
7996         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7997         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7998         (ev_view_zoom_for_size_dual_page),
7999         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
8000         (ev_view_select_all):
8001         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8002         * tiff/tiff-document.c: (tiff_document_get_page_size),
8003         (tiff_document_get_orientation), (rotate_pixbuf),
8004         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
8005         (tiff_document_thumbnails_get_thumbnail),
8006         (tiff_document_ps_export_do_page), (tiff_document_init):
8007
8008         Really make use of the orientation bit of the render context.
8009         Use the render context in a few more places in the backend API.
8010         This regress orientation, but now it's done right. Will try to
8011         fix it up asap...
8012
8013 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
8014
8015         * shell/ev-view.c: (ensure_rectangle_is_visible):
8016
8017         Patch by Nickolay V. Shmyrev to fix find flickering
8018
8019 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
8020
8021         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
8022         duplex parameters to ::begin.
8023
8024         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
8025         * shell/ev-print-job.c (idle_print_handler): 
8026         * ps/ps-document.c (ps_document_ps_export_begin): 
8027         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
8028         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
8029         implementations. Poppler backend needs poppler cvs. Rest has
8030         unchanged behavior.
8031
8032 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8033
8034         * shell/ev-window.c (using_pdf_printer): new function.
8035         (ev_window_print_range): print a less techy message if someone
8036         tries to print to PDF.
8037
8038 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
8039
8040         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
8041         from "unknown font" string. Bug #311431
8042
8043 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8044
8045         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
8046
8047 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
8048
8049         Bug #311280
8050         
8051         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
8052         name for PopplerFontTypes
8053         (pdf_document_fonts_fill_model): add font type to the detail column
8054
8055         * backend/ev-document-fonts.h: added
8056         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
8057
8058         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
8059         font name and font details, add a little markup.
8060         (ev_properties_fonts_init): use the new cell data func, specify ypad
8061         property for the cell renderer.
8062         (ev_properties_fonts_set_document): add the details column.
8063
8064 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
8065
8066         * configure.ac: Added "pl" to ALL_LINGUAS.
8067
8068 2005-07-24  Danilo Šegan  <danilo@gnome.org>
8069
8070         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
8071
8072 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
8073
8074         * help/ChangeLog: Started this for translations of manual.
8075         * configure.ac, autogen.sh, .cvsignore: Migrated to
8076         gnome-doc-utils. Patch in bug #311222.
8077
8078 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
8079
8080         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
8081         #ifdef this away to fix an unused-function warning.
8082
8083 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8084
8085         * configure.ac: Added 'gl' to ALL_LINGUAS.
8086
8087 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8088
8089         * configure.ac: Added ne in ALL_LINGUAS
8090         
8091 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * shell/ev-view.c: (ev_view_leave_notify_event):
8094         
8095         Clear status message when pointer leaves view. Fix for bug
8096         #310818 
8097
8098 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8099
8100         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8101
8102 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * shell/ev-view.c: (ev_view_leave_notify_event),
8105         (ev_view_class_init):
8106         
8107         Set cursor to normal then leaving view.
8108
8109 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * configure.ac:
8112         
8113         Fix required djvulibre version.
8114
8115 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8116
8117         *configure.ac: Hindi (hi) language added
8118
8119 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8120
8121         *configure.ac: Punjabi (pa) Language added
8122
8123 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8124
8125         * data/evince-ui.xml, shell/ev-window.c:
8126         
8127         Add keypad accelerators for zooming. Fix for bug 308128.
8128
8129 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * Makefile.am:
8132         * backend/Makefile.am:
8133         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8134         * configure.ac:
8135         * shell/ev-document-types.c: (ev_document_types_add_filters):
8136
8137         Allow to enable/disable the pixbuf backend.
8138         Default to off for now. If we want it enabled we should
8139         really put mime types in the desktop, implement properties etc.
8140
8141         * properties/evince-properties.c:
8142
8143         Initialize error to NULL.
8144         Check error is not NULL before freeing.
8145
8146 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * shell/ev-window.c:
8149
8150         Use F5 as presentation accell
8151
8152 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8153
8154         * shell/ev-window.c: (update_chrome_visibility),
8155         (ev_window_create_fullscreen_popup), (ev_window_init):
8156
8157         Do not leak the fullscreen toolbar
8158
8159 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8160
8161         * shell/ev-window.c: (view_actions_focus_in_cb),
8162         (view_actions_focus_out_cb):
8163
8164         These has a return value! Fix totally random focus
8165         issues we was seeing.
8166
8167 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8168
8169         * shell/main.c: (load_files_remote):
8170
8171         Allow open more than one file
8172
8173 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8174
8175         * shell/main.c: (load_files_remote):
8176
8177         Fix for dbus 0.33. bug #309975
8178
8179 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8180
8181         * properties/ev-properties-main.c: (ev_properties_get_pages):
8182
8183         Actually return NULL for types we dont support
8184
8185 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8186
8187         * po/POTFILES.in:
8188
8189         Remove empty lines.
8190
8191 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8192
8193         * backend/ev-document-factory.c:
8194         (ev_document_factory_get_document):
8195
8196         Do not try to create the object if type
8197         is invalid.
8198
8199 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8200
8201         * ps/ps-document.c: (ps_document_dispose),
8202         (ps_async_renderer_render_pixbuf):
8203         * ps/ps-document.h:
8204
8205         Do not leak the target window
8206
8207 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8208
8209         * shell/ev-application.c: (ev_application_init):
8210
8211         Let tbe check file existence for us.
8212         Add a comment about eggrecent mime filter.
8213
8214 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8215
8216         * data/evince-ui.xml:
8217         * shell/ev-application.c: (ev_application_shutdown),
8218         (ev_application_init), (ev_application_get_toolbars_model),
8219         (ev_application_get_recent_model),
8220         (ev_application_save_toolbars_model):
8221         * shell/ev-application.h:
8222         * shell/ev-window.c: (ev_window_add_recent),
8223         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8224         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8225         (ev_window_init):
8226
8227         Use common toolbar and recent models for all windows.
8228         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8231
8232         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8233         successfully check for gtk_icon_view_get_visible_range.
8234
8235 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8236
8237         * djvu/Makefile.am:
8238         * dvi/Makefile.am:
8239         
8240         Fix djvu and dvi backend build.
8241
8242 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8243
8244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8245         (new_separator_pixbuf):
8246
8247         Don't leak windows.
8248
8249 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8250
8251         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8252
8253         HIGification of toolbar editor dialogue.
8254
8255 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8256
8257         * configure.ac:
8258         * shell/Makefile.am:
8259
8260         Ever build metadata manager since it's just
8261         disabled at runtime now.
8262
8263 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8266         (ev_metadata_manager_get), (ev_metadata_manager_set):
8267         * shell/ev-metadata-manager.h:
8268
8269         Add an _init functions that enabled metadata management
8270         at runtime.
8271
8272         * shell/ev-window.c: (page_changed_cb),
8273         (setup_document_from_metadata), (ev_window_setup_document),
8274         (setup_view_from_metadata), (ev_window_open_uri),
8275         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8276         (ev_window_run_presentation), (ev_window_stop_presentation),
8277         (save_sizing_mode), (ev_window_zoom_changed_cb),
8278         (ev_window_continuous_changed_cb),
8279         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8280         (window_configure_event_cb):
8281
8282         Remove all ugly metadata define since we deal with it
8283         at runtime now.
8284
8285         * shell/main.c: (load_files_remote), (main):
8286
8287         Add support for dbus cvs head. Hopefully didnt break one
8288         of the other versions now!
8289
8290         If we dont get a response from the dbus server just
8291         give up with it and not enable metadata.
8292
8293 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8294
8295         * Makefile.am:
8296         * backend/Makefile.am:
8297         * configure.ac:
8298         * cut-n-paste/recent-files/Makefile.am:
8299         * cut-n-paste/toolbar-editor/Makefile.am:
8300         * cut-n-paste/zoom-control/Makefile.am:
8301         * lib/Makefile.am:
8302         * pdf/Makefile.am:
8303         * pixbuf/Makefile.am:
8304         * properties/Makefile.am:
8305         * ps/Makefile.am:
8306         * shell/Makefile.am:
8307         * thumbnailer/Makefile.am:
8308         * tiff/Makefile.am:
8309
8310         Make frontends depend on just libev.
8311         Rework and group CFLAGS/LIBS definitions.
8312         Cleanups.
8313
8314 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8315
8316         * shell/ev-window:
8317
8318         do not unnecessarily save zoom
8319
8320         * configure.ac:
8321         * lib/ev-file-helpers.c: (ev_dot_dir):
8322         * shell/Makefile.am:
8323         * shell/dummy.cc:
8324
8325         Some cleanups
8326
8327 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8328
8329         * configure.ac:
8330         
8331         Remove unnecessary dependencies
8332
8333 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8334
8335         * properties/Makefile.am:
8336         * thumbnailer/Makefile.am:
8337         * tiff/Makefile.am:
8338
8339         Some more cleanups. Was really necessary
8340         but I probably introduced bugs, feel free
8341         to flame :)
8342
8343 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8344
8345         * backend/Makefile.am:
8346         * configure.ac:
8347         * cut-n-paste/recent-files/Makefile.am:
8348         * cut-n-paste/toolbar-editor/Makefile.am:
8349         * cut-n-paste/zoom-control/Makefile.am:
8350         * lib/Makefile.am:
8351         * pdf/Makefile.am:
8352         * pixbuf/Makefile.am:
8353         * properties/Makefile.am:
8354         * ps/Makefile.am:
8355         * shell/Makefile.am:
8356         * thumbnailer/Makefile.am:
8357         * tiff/Makefile.am:
8358
8359         Use gnome-common macros when possible.
8360         Cleanup dependencies.
8361         Actually disable deprecated where possible.
8362
8363 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8364
8365         * Makefile.am:
8366         * backend/Makefile.am:
8367         * properties/Makefile.am:
8368         * shell/Makefile.am:
8369         * thumbnailer/Makefile.am:
8370
8371         This should solve the circular dep without
8372         requiring dir reorg!
8373
8374         * shell/ev-window.c: (setup_view_from_metadata):
8375
8376         Never restore window size/position when the
8377         window is already visible.
8378
8379 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8380
8381         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8382
8383         Return a boolean from timeout func. Fix ported from gedit.
8384
8385 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8386
8387         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8388
8389 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8390
8391         * shell/ev-document-types.c: set "All Documents" as default filter in
8392         open dialog
8393
8394 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8395
8396         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8397         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8398         (ev_metadata_manager_set_boolean): fix value/val thinko.
8399
8400 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8401
8402         * shell/ev-window.c: (setup_view_from_metadata),
8403         (window_state_event_cb), (window_configure_event_cb),
8404         (ev_window_init):
8405
8406         Remember window position and maximized state
8407
8408 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8409
8410         * configure.ac:
8411
8412         Fix DBUS configure checks.
8413
8414         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8415         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8416         (ev_metadata_manager_set_boolean):
8417
8418         Plug mem leaks.
8419
8420         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8421         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8422         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8423         (ev_window_continuous_changed_cb),
8424         (ev_window_dual_mode_changed_cb), (ev_window_new):
8425
8426         Fix the build without DBUS.
8427
8428 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8431         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8432         (ev_metadata_manager_set_string),
8433         (ev_metadata_manager_set_boolean):
8434         * shell/ev-metadata-manager.h:
8435
8436         Add support for some more types
8437
8438         * shell/ev-view.c: (scroll_to_current_page),
8439         (ev_view_get_continuous), (ev_view_set_continuous),
8440         (ev_view_get_dual_page):
8441         * shell/ev-view.h:
8442         * shell/ev-window.c: (page_changed_cb),
8443         (setup_document_from_metadata), (ev_window_setup_document),
8444         (setup_view_from_metadata), (ev_window_open_uri),
8445         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8446         (ev_window_run_presentation), (ev_window_stop_presentation),
8447         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8448         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8449         (ev_window_update_dual_page_action),
8450         (ev_window_continuous_changed_cb),
8451         (ev_window_dual_mode_changed_cb), (ev_window_init):
8452
8453         Remember a bunch of view/document properties. Prolly some
8454         are still missing but it's getting interesting.
8455
8456 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8457
8458         * configure.ac: check if dbus-binding-tool is installed. Not the
8459         case on current Ubuntu breezy, it seems.
8460
8461 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8462
8463         * data/evince.desktop.in.in:
8464         
8465         Allow open uri lists and add TryExec field.
8466
8467 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * configure.ac:
8470
8471         Enable dbus when available, do not require a configure
8472         option.
8473
8474 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8475
8476         * configure.ac:
8477
8478         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8479         disabled.
8480
8481 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8482         Marco Pesenti Gritti  <mpg@redhat.com>
8483
8484         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8485         
8486         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8487         functions to the format required by dbus
8488
8489         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8490         errors. Use the RPC parameters in the expected way
8491
8492 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * Makefile.am:
8495         * properties/Makefile.am:
8496         * properties/ev-properties-main.c: (ev_properties_get_pages):
8497
8498         Support all mime types
8499
8500         * shell/Makefile.am:
8501         * thumbnailer/Makefile.am:
8502         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8503         (evince_thumbnail_pngenc_get):
8504
8505         Use the document factory
8506
8507 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * backend/Makefile.am:
8510         * backend/ev-document-factory.c:
8511         (mime_type_supported_by_gdk_pixbuf),
8512         (ev_document_type_get_from_mime),
8513         (ev_document_factory_get_document),
8514         (ev_document_factory_get_backend),
8515         (ev_document_factory_get_mime_types),
8516         (ev_document_factory_get_all_mime_types):
8517         * backend/ev-document-factory.h:
8518         * shell/Makefile.am:
8519         * shell/ev-document-types.c: (get_document_from_uri),
8520         (ev_document_types_get_document),
8521         (file_filter_add_mime_list_and_free),
8522         (ev_document_types_add_filters):
8523         * shell/ev-document-types.h:
8524         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8525         * shell/ev-properties-dialog.c:
8526         (ev_properties_dialog_set_document):
8527         * shell/ev-window.c: (ev_window_cmd_file_open),
8528         (ev_window_cmd_save_as):
8529         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8530
8531         Rework document types managing to avoid code duplication
8532         and actually abstract from backend implementations.
8533         Also provide a minimal factory api that can be used by
8534         thumbnailer/properties.
8535
8536 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8537
8538         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8539         Plug a mem leak.
8540         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8541         HIG spacings.
8542
8543 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8544
8545         * shell/ev-properties-dialog.c
8546         (ev_properties_dialog_set_document): only call
8547         ev_properties_fonts_set_document() if the document implements the
8548         fonts interface
8549
8550 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * configure.ac:
8553         * properties/Makefile.am:
8554         * properties/ev-properties-view.c:
8555         (ev_properties_view_register_type):
8556         * properties/ev-properties-view.h:
8557         * properties/ev-properties-main.h:
8558
8559         Implement nautilus plugin for properties.
8560         Works only for pdf atm, I need to rework the
8561         document types stuff to get this to work
8562         for all backends...
8563
8564 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8565
8566         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8567         (ev_properties_fonts_set_document): use
8568         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8569
8570 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8571
8572         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8573         them
8574         (PlaceImage, tiff2ps_process_page): use
8575         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8576
8577
8578 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8579
8580         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8581         (main): to call gnome_authentication_manager_init. Should fix
8582         Bug #308510
8583
8584         * configure.ac: that requires libgnomeui 2.6.0.
8585
8586 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8587
8588         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8589         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8590         use the new tiff2ps interfaces
8591
8592         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8593         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8594
8595         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8596         structure instead of global variables.  Remove use of static
8597         variables in functions.
8598
8599 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8600
8601         * shell/ev-page-action.c: unref the completion after setting it to the
8602         entry
8603
8604 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8605
8606         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8607         postscript files
8608
8609 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8610
8611         * shell/ev-window.c (update_action_sensitivity): disable
8612         File->Print if the document does not implement the ps exporter
8613         interface
8614
8615 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * Makefile.am:
8618         * configure.ac:
8619         * data/evince-properties.glade:
8620         * properties/.cvsignore:
8621         * properties/Makefile.am:
8622         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8623         (ev_properties_view_class_init), (ev_properties_view_format_date),
8624         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8625         (ev_properties_view_init), (ev_properties_view_new):
8626         * properties/ev-properties-view.h:
8627         * shell/Makefile.am:
8628         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8629         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8630         (ev_properties_dialog_new):
8631         * shell/ev-properties-dialog.h:
8632         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8633         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8634         (update_progress_label), (job_fonts_finished_cb),
8635         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8636         * shell/ev-properties-fonts.h:
8637         * shell/ev-properties.c:
8638         * shell/ev-properties.h:
8639         * shell/ev-window.c: (ev_window_setup_document),
8640         (ev_window_cmd_file_properties):
8641
8642         Split the properties pages in two different objects, depend
8643         only on the backend where possible, use widgets instead
8644         of gobject for the glade part, reimplement the dialog
8645         itself with gtk.
8646         I need this to implement nautilus properties page.
8647
8648 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8649
8650         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8651         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8652         (tiff_document_document_ps_exporter_iface_init): implement the ps
8653         exporter interface for tiff documents
8654
8655         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8656         libtiff to implement TIFF postscript export
8657
8658         * tiff/tiff2ps.h: added a header file for external tiff2ps
8659         functions.
8660
8661         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8662         tiff2ps.h
8663
8664 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * shell/ev-view.c: (scroll_to_current_page),
8667         (ev_view_set_fullscreen), (ev_view_set_presentation):
8668         
8669         Scroll to current page when exit from presentation
8670
8671 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8672
8673         * shell/ev-window.c: (update_document_mode),
8674         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8675         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8676         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8677         
8678         Exit from fullscreen mode when switch to presentation. Fix for
8679         bug 309365
8680
8681 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8682
8683         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8684         return NULL if the document does not implement the selection
8685         interface.
8686
8687 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8688
8689         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8690         reported height by using the resolution aspect ratio
8691         (tiff_document_render_pixbuf): scale the pixbuf using the
8692         resolution aspect ratio
8693
8694 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * configure.ac:
8697         
8698         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8699         <kiltedaco@gmail.com>
8700         
8701         * djvu/djvu-document.c: (djvu_document_get_orientation),
8702         (djvu_document_set_orientation), (djvu_document_get_page_size),
8703         (rotate_pixbuf), (djvu_document_render_pixbuf),
8704         (djvu_document_document_iface_init):
8705         * dvi/dvi-document.c: (dvi_document_get_orientation),
8706         (dvi_document_set_orientation), (dvi_document_get_page_size),
8707         (rotate_pixbuf), (dvi_document_render_pixbuf),
8708         (dvi_document_document_iface_init):
8709         
8710         Dvi and djvu backends are ported to new API
8711
8712 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * backend/ev-selection.c: (ev_selection_get_selection_region),
8715         (ev_selection_get_selection_map):
8716         * backend/ev-selection.h:
8717         * pdf/ev-poppler.cc:
8718         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8719         * shell/ev-jobs.h:
8720         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8721         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8722         (ev_pixbuf_cache_get_text_mapping):
8723         * shell/ev-pixbuf-cache.h:
8724         * shell/ev-view.c: (location_in_text),
8725         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8726         support to EvView.  Now we can see where we can select!  Sweet!
8727
8728 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8729
8730         * shell/ev-view.c (ev_view_button_press_event): Fix
8731         event->y + view->scroll_x typo.
8732
8733 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8734
8735         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8736         sub-GdkPixbuf instead of passing dest_x and dest_y.
8737         
8738         * shell/ev-view.c: (view_point_to_doc_point),
8739         (view_rect_to_doc_rect), (ev_view_button_press_event),
8740         (ev_view_motion_notify_event), (compute_new_selection_rect),
8741         (gdk_rectangle_point_in), (compute_new_selection_text),
8742         (compute_selections): Update selection code to keep the selection
8743         around as two points and not as a normalized rectangle, and fix
8744         page level selection in two-column mode.
8745
8746 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8747
8748         * shell/ev-window.c: (window_configure_event_cb): 
8749         
8750         Fix compilation
8751         
8752 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8753
8754         * pdf/ev-poppler.cc:
8755
8756         Fix compilation
8757
8758 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8759
8760         * shell/Makefile.am:
8761         * shell/ev-metadata-manager.c: (item_free),
8762         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8763         (parse_value), (parseItem), (load_values),
8764         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8765         (save_values), (save_item), (get_oldest), (resize_items),
8766         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8767         * shell/ev-metadata-manager.h:
8768
8769         Metadata manager from gedit but modified to use GValue, so that
8770         we dont need to keep converting from strings.
8771
8772         * configure.ac:
8773
8774         ENABLE_METADATA conditional, on when dbus is on
8775
8776         * shell/ev-application.c: (ev_application_open_uri):
8777
8778         Show the window after load so that we can initialize
8779         window size before it's showed.
8780
8781         * shell/ev-window.c: (ev_window_setup_from_metadata),
8782         (ev_window_open_uri), (window_configure_event_cb),
8783         (ev_window_init):
8784
8785         Save and load metadata information about window size.
8786         Not yet keeping states in account.
8787
8788         * shell/main.c: (main):
8789
8790         Shutdown metadata manager.
8791
8792 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8793
8794         * shell/ev-application-service.xml:
8795         * configure.ac:
8796         * shell/Makefile.am:
8797         * shell/ev-application.c:
8798         * shell/ev-application.h:
8799         * shell/ev-window.c:
8800         * shell/ev-window.h:
8801         * shell/main.c:
8802
8803         Add an optional dbus interface (--enable-dbus).
8804         Rework application code, mainly to be easier to
8805         use "remotely".
8806         Do not open multiple windows with the same document,
8807         spatial evince!
8808
8809 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8810
8811         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8812         pixbuf iff it exists.
8813
8814 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8815
8816         * shell/*:
8817         * backend/ev-render-context.[ch]:
8818         * backend/ev-selection.[ch]:
8819
8820         Massive changes.  We now support text selection of pdfs, and not
8821         just rectangular selection.  This is pretty broken still, but I
8822         want to get something into CVS.
8823
8824 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8825
8826         * pdf/ev-poppler.cc:
8827         
8828         Fix for Bug 309080: crash on window close.
8829         
8830         * shell/ev-page-action.c: (page_changed_cb):
8831         
8832         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8833         jensgr@gmx.net (Jens Granseuer).
8834
8835 2005-06-25  Marcel Telka  <marcel@telka.sk>
8836
8837         * configure.in (ALL_LINGUAS): Added sk.
8838
8839 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8840
8841         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8842         not a document open
8843
8844 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8845
8846         * NEWS:
8847         * configure.ac:
8848
8849         Release 0.3.2
8850
8851         * cut-n-paste/recent-files/Makefile.am:
8852
8853         Fix make distcheck
8854
8855 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8856
8857         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8858         (pixbuf_document_set_orientation), (rotate_pixbuf),
8859         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8860         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8861
8862         Implement rotation and cleanup the code a bit.
8863
8864         * tiff/tiff-document.c: (tiff_document_get_page_size),
8865         (tiff_document_get_orientation), (tiff_document_set_orientation),
8866         (rotate_pixbuf), (tiff_document_render_pixbuf),
8867         (tiff_document_document_iface_init), (tiff_document_init):
8868
8869         Implement rotation. Was the quicker solution for the release
8870         but we really need to share this code in the shell.
8871
8872 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * pdf/ev-poppler.cc:
8875
8876         Enable rotation, require poppler cvs. Fix a leak.
8877
8878 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8879
8880         * shell/ev-window.c: (update_action_sensitivity):
8881         
8882         Make properties unsensitive if document backend doesn't provide
8883         any info
8884
8885 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8888         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8889         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8890         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8891         (bitmap_flip_rotate_counter_clockwise):
8892         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8893         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8894         (buff_gets):
8895         * dvi/mdvi-lib/common.h:
8896         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8897         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8898         (opendvi), (mdvi_reload), (mdvi_init_context),
8899         (mdvi_destroy_context), (mdvi_dopage), (special):
8900         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8901         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8902         (file_hash_free), (register_encoding), (parse_spec),
8903         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8904         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8905         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8906         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8907         (mdvi_register_font_type), (mdvi_unregister_font_type),
8908         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8909         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8910         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8911         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8912         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8913         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8914         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8915         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8916         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8917         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8918         (mdvi_unregister_special), (mdvi_flush_specials):
8919         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8920         (t1_font_remove):
8921         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8922         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8923         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8924         (free_font_metrics), (flush_font_metrics):
8925         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8926         (tt_font_remove):
8927         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8928         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8929         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8930         (dstring_insert), (dstring_new), (dstring_reset):
8931         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8932         
8933         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8934         avoid conflict with libtool on FC4
8935         
8936         * shell/ev-window.c: (ev_window_cmd_help_about):
8937         
8938         Update copyright year. Fix for bug 308828.
8939
8940 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8941
8942         * shell/ev-view.c: (add_scroll_binding_keypad),
8943         (ev_view_binding_activated), (ev_view_class_init),
8944         (on_adjustment_value_changed):
8945         
8946         Bug 170874: Arrow keys switch pages in presentation mode
8947
8948 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8949
8950         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8951         
8952         Fix for Bug 308265: Sidebar dissappears coming out of 
8953         Presentation mode
8954
8955 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8956
8957         * shell/ev-application.c: (ev_application_open):
8958         * shell/ev-document-types.c: (ev_document_types_add_filters),
8959         (ev_document_types_add_filters_for_type):
8960         * shell/ev-document-types.h:
8961         * shell/ev-window.c: (ev_window_cmd_save_as):
8962         
8963         Suggest basename as template when saving, provide filters
8964         for save dialog. It's bug 308402
8965
8966 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8967
8968         * pdf/ev-poppler.cc:
8969         * shell/ev-sidebar-links.c: (job_finished_callback):
8970         * shell/ev-view.c: (update_find_status_message):
8971         
8972         Some leaks fixed
8973
8974 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8975
8976         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8977         (egg_recent_view_uimanager_set_list):
8978
8979         Fix buglet in !show_numbers case.
8980
8981 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8982
8983         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8984         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8985
8986         Use pango ellipsisation.
8987
8988         * pdf/ev-poppler.cc:
8989
8990         Fix refcount leak, from nsh.
8991
8992 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8993
8994         * cut-n-paste/recent-files/Makefile.am:
8995         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8996         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8997         
8998         Removed EggRecentViewGtk
8999         
9000         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
9001         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
9002         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
9003         (ev_window_setup_recent):
9004         
9005         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
9006         with other projects
9007
9008 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9009
9010         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9011         (egg_recent_view_gtk_finalize):
9012
9013         Fix memory leak
9014
9015         * cut-n-paste/toolbar-editor/Makefile.am:
9016         
9017         Fix location of cursor icon.
9018         
9019         * pdf/ev-poppler.cc:
9020         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
9021         (display_completion_text), (match_completion):
9022         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9023         (selection_changed_callback), (create_loading_model),
9024         (print_section_cb), (links_page_num_func),
9025         (update_page_callback_foreach):
9026         * shell/ev-window.c: (ev_window_dispose):
9027         
9028         Small memory fixes. Links model now store objects instead
9029         of pointers to improve memory management. 
9030
9031 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9032
9033         * shell/ev-window.c: (zoom_control_changed_cb):
9034         
9035         Fix update of zoom control (bug 308268).
9036
9037 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
9038
9039         * shell/ev-properties.c (set_property): escape the text correctly.
9040         Handles non-UTF-8 properties and escaped properties.  Also, sets
9041         the text to "<i>None</i>" if the property isn't set.
9042
9043         * data/evince-properties.glade: Change the label to be ellipsized,
9044         and give it a minimum size.
9045
9046 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9047
9048         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
9049         * shell/ev-sidebar-links.c: (create_loading_model):
9050         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
9051         * shell/ev-view.c: (ev_view_set_document):
9052         * shell/ev-window.c: (ev_window_dispose):
9053         
9054         Various small fixes, mostly memory leaks. Thanks to valgrind.
9055
9056 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
9057
9058         * ps/ps-document.c: remove the locale.h include again ;-). And
9059         kill the (bogus) setlocale/savelocale business.
9060
9061 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
9062
9063         * ps/ps-document.c:
9064         
9065         Include locale.h to fix build
9066         
9067         * shell/ev-sidebar.c:
9068         
9069         Remove unnecessary includes
9070
9071 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9072
9073         * dvi/dvi-document.c: (dvi_document_load):
9074         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
9075         * po/POTFILES.in:
9076         
9077         Check for incorrect dvi files. Fix parsing dvi on AMD64
9078         platform. Thanks to tester@tester.ca (Olivier Crete).
9079
9080 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9081
9082         * shell/ev-page-action.c: (match_selected_cb),
9083         (display_completion_text), (match_completion), (update_model):
9084         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9085         (expand_open_links):
9086         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9087         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9088         (ev_sidebar_set_document):
9089         * shell/ev-window.c: (ev_window_xfer_job_cb),
9090         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9091         
9092         Fixed lot's of memory leaks, for example, memory leak on reload, 
9093         described in bug 307793.
9094
9095 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * pdf/ev-poppler.cc:
9098         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9099         (update_visible_range), (adjustment_changed_cb),
9100         (ev_sidebar_thumbnails_fill_model),
9101         (ev_sidebar_thumbnails_refresh),
9102         (ev_sidebar_tree_selection_changed),
9103         (ev_sidebar_icon_selection_changed),
9104         (ev_sidebar_thumbnails_use_icon_view),
9105         (ev_sidebar_thumbnails_set_document):
9106         * shell/ev-sidebar-thumbnails.h:
9107         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9108         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9109
9110         Refresh thumbnails when changing orientation. Not fully
9111         working yet becuase of a sidebar bug.
9112
9113         Set page orientation to poppler page everywhere. This sucks
9114         really need to fix poppler.
9115
9116 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9119         (egg_recent_view_gtk_new_menu_item),
9120         (egg_recent_view_gtk_set_property),
9121         (egg_recent_view_gtk_get_property),
9122         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9123         (egg_recent_view_gtk_set_tooltip_func),
9124         (egg_recent_view_gtk_set_label_width),
9125         (egg_recent_view_gtk_get_label_width):
9126         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9127
9128         Sync with libegg (ellipsize labels)
9129
9130 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9131
9132         * data/evince-ui.xml:
9133         * shell/ev-window.c: (ev_window_cmd_go_forward),
9134         (ev_window_cmd_go_backward):
9135         
9136         Shift + PageUp moves 10 Pages. Fix for 306125
9137
9138 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9139
9140         * pdf/ev-poppler.cc:
9141
9142         Add a flag to check if orientation has been overriden
9143
9144 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9145
9146         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9147         field if necessary.
9148
9149         * ps/ps.h: add creator field to document.
9150
9151         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9152         set creator field.
9153
9154 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9155
9156         * data/evince-properties.glade:
9157         * shell/ev-properties.c: (ev_properties_set_document):
9158
9159         s/PDF Version/Format
9160
9161 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9162
9163         * shell/ev-properties.c: (ev_properties_set_document):
9164
9165         Remove unnecessary translations
9166
9167 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9168
9169         * cut-n-paste/toolbar-editor/Makefile.am:
9170
9171         Correct library name    
9172
9173 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9174
9175         * configure.ac:
9176         * cut-n-paste/recent-files/egg-recent-model.c:
9177         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9178         (egg_recent_model_unlock_file):
9179         * cut-n-paste/recent-files/egg-recent-util.c:
9180         (egg_recent_util_get_unique_id):
9181         * cut-n-paste/recent-files/update-from-egg.sh:
9182         * cut-n-paste/toolbar-editor/Makefile.am:
9183         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9184         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9185         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9186         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9187         (egg_toolbars_model_get_type):
9188         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9189
9190         Better makefile for toolbar editor and update everything
9191         to latest libegg.
9192
9193 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9194
9195         * shell/ev-window.c: (update_document_mode):
9196
9197         Prefer presentation mode when the document
9198         require fullscreen.
9199
9200 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * data/evince-ui.xml:
9203         * shell/ev-window.c:
9204
9205         Add control-equal for zooming
9206
9207 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9208
9209         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9210
9211 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9212
9213         * backend/ev-document.c: (ev_document_get_orientation):
9214         * backend/ev-document.h:
9215         * pdf/ev-poppler.cc:
9216         * ps/ps-document.c: (ps_document_get_orientation),
9217         (ps_document_set_orientation), (ps_document_document_iface_init):
9218
9219         Add a get_orientation api. Improve set_orientation.
9220
9221         * data/evince-ui.xml:
9222         * shell/ev-view.c: (ev_view_set_orientation),
9223         (ev_view_rotate_right), (ev_view_rotate_left):
9224         * shell/ev-view.h:
9225         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9226         (ev_window_cmd_edit_rotate_right):
9227
9228         Better ui for changing document orientation
9229
9230 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9231
9232         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9233         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9234         * shell/ev-sidebar-links.h:
9235         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9236         (ev_sidebar_page_iface_init):
9237         * shell/ev-sidebar-page.h:
9238         * shell/ev-sidebar-thumbnails.c:
9239         (ev_sidebar_thumbnails_get_property),
9240         (ev_sidebar_thumbnails_class_init),
9241         (ev_sidebar_thumbnails_set_document):
9242         * shell/ev-sidebar-thumbnails.h:
9243         * shell/ev-view.c: (ev_view_motion_notify_event):
9244         * shell/ev-window.c: (update_chrome_visibility),
9245         (ev_window_cmd_focus_page_selector),
9246         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9247         (sidebar_page_main_widget_update_cb), (ev_window_init):
9248         
9249         Autoraise toolbar on GoToPage binding and fix bindings in
9250         EvSidebarThumbnails page.
9251
9252 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9253
9254         * shell/ev-properties.c: (update_progress_label):
9255
9256         Hide the progress label when finished; bug #307697.
9257
9258 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9259
9260         * pdf/ev-poppler.cc:
9261
9262         Enable is_open for links, you will need poppler cvs
9263
9264         * shell/ev-properties.c: (job_fonts_finished_cb):
9265
9266         Get a lock on the document when filling the tree view
9267
9268 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9269
9270         * backend/ev-document-links.h:
9271         * pdf/ev-poppler.cc:
9272         * shell/ev-sidebar-links.c: (create_loading_model),
9273         (expand_open_links), (job_finished_callback):
9274
9275         Expand links when specified by the document.
9276         Depend on a poppler api (defined out for now)
9277
9278 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9279
9280         * shell/ev-properties.c: (ev_properties_dispose),
9281         (ev_properties_class_init), (dialog_destroy_cb),
9282         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9283         (ev_properties_set_document), (ev_properties_new),
9284         (ev_properties_show):
9285         * shell/ev-properties.h:
9286
9287         Make it an object, cleanup the code, api to show it as transient
9288         and to set the document.
9289
9290         * shell/ev-window.c: (ev_window_setup_document),
9291         (ev_window_cmd_file_properties):
9292
9293         Adapt to EvProperties changes, do not show multiple
9294         times, update it when document changes.
9295
9296 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9297
9298         * ps/gstypes.h:
9299         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9300         (ps_document_set_orientation), (ps_document_document_iface_init):
9301         * ps/ps-document.h:
9302
9303         Implement orientation here too
9304
9305         * shell/ev-properties.c: (ev_properties_new):
9306         * data/evince-properties.glade:
9307
9308         Hide the fonts page for backends that doesnt
9309         support it.     
9310
9311 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9312
9313         * backend/ev-document.c: (ev_document_set_orientation):
9314         * backend/ev-document.h:
9315         * pdf/ev-poppler.cc:
9316
9317         Add orientation api. Currently poppler api is not optimal,
9318         we need to set orientation every time we _get a page.
9319         I will try to fix that at some point.
9320
9321         * data/evince-ui.xml:
9322         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9323         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9324
9325         Add orientation menu items
9326
9327         * shell/ev-page-cache.c: (ev_page_cache_clear):
9328         * shell/ev-page-cache.h:
9329
9330         Add api to clear the cache
9331
9332         * shell/ev-view.c: (setup_caches), (clear_caches),
9333         (ev_view_set_document), (ev_view_zoom_out),
9334         (ev_view_set_orientation):
9335         * shell/ev-view.h:
9336
9337         Implement orientation changing
9338
9339 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9340
9341         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9342         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9343         * backend/ev-document-fonts.h:
9344
9345         Separate scan and fill so that we can incrementally fill from
9346         the main thread. Add a progress api.
9347
9348         * data/evince-properties.glade:
9349         * pdf/ev-poppler.cc:
9350         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9351         * shell/ev-jobs.h:
9352         * shell/ev-properties.c: (update_progress_label),
9353         (job_fonts_finished_cb), (setup_fonts_view):
9354
9355         Incrementally feel the list and show the progress
9356         percentage in a label like acrobat does.
9357
9358         You are going to need poppler cvs
9359
9360 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9361
9362         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9363         * backend/ev-document-fonts.h:
9364         * pdf/ev-poppler.cc:
9365
9366         Make fonts model fill incrementally.
9367
9368         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9369         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9370         (ev_job_queue_remove_job):
9371         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9372         (ev_job_fonts_new), (ev_job_fonts_run):
9373         * shell/ev-jobs.h:
9374
9375         New job for fonts scanning
9376
9377         * shell/ev-properties.c: (job_fonts_finished_cb),
9378         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9379         * shell/ev-properties.h:
9380         * shell/ev-window.c: (ev_window_cmd_file_properties):
9381
9382         Incrementally feel the treeview using the new job. Show Loading...
9383         message until scanning is completed.
9384
9385         Hopefully I didnt break the build without the poppler patch.
9386
9387 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9388
9389         * shell/ev-application.c: (ev_application_open):
9390         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9391         (ev_document_type_get_type), (ev_document_type_lookup):
9392         * shell/ev-document-types.h:
9393         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9394         * shell/ev-job-xfer.h:
9395         * shell/ev-window.c: (ev_window_clear_local_uri),
9396         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9397         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9398         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9399         
9400         Transfer remote documents to tmp directory to display them later.
9401
9402 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9403
9404         * backend/ev-document-info.h:
9405         * shell/ev-properties.c: (ev_properties_new):
9406
9407         s/GTime*/GTime. Not sure why we was using a pointer
9408         at all there!
9409
9410 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9411
9412         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9413         situations.  That situation is that you're using GTK+-HEAD with
9414         the patch at #306726 is applied, and you have a document with <
9415         1500 pages in it.  It's not quite as uniformly nice as the
9416         TreeView, but should be better in the long run.
9417
9418         I'm pretty sure I guarded against breaking compilation with
9419         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9420         I missed some.
9421
9422         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9423         widget yet, so I commented that code out
9424         enable_view_actions_for_widget() for now.  Need to figure this
9425         out.
9426
9427         * shell/ev-page-action.c (match_selected_cb): emit the right
9428         signals.  Our cool C-l completion now works.
9429
9430 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9431
9432         * backend/Makefile.am:
9433         * backend/ev-document-fonts.c:
9434         * backend/ev-document-links.c:
9435         * backend/ev-document.c: (ev_document_load):
9436         * backend/ev-document.h:
9437         * backend/ev-job-queue.c:
9438         * backend/ev-job-queue.h:
9439         * backend/ev-jobs.c:
9440         * backend/ev-jobs.h:
9441         * backend/ev-page-cache.c:
9442         * backend/ev-page-cache.h:
9443
9444         EvPageCache and EvJobs are moved to shell.
9445
9446         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9447         (ev_tmp_filename):
9448         * lib/ev-file-helpers.h:
9449         
9450         New helper to work with temporary files
9451         
9452         * shell/Makefile.am:
9453         * shell/ev-application.c: (ev_application_open):
9454         * shell/ev-application.h:
9455         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9456         (remove_job_from_async_queue), (add_job_to_async_queue),
9457         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9458         (handle_job), (search_for_jobs_unlocked),
9459         (no_jobs_available_unlocked), (ev_render_thread),
9460         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9461         (ev_job_queue_add_job), (move_job_async), (move_job),
9462         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9463         * shell/ev-job-queue.h:
9464         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9465         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9466         * shell/ev-job-xfer.h:
9467         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9468         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9469         (ev_job_links_class_init), (ev_job_render_init),
9470         (ev_job_render_dispose), (ev_job_render_class_init),
9471         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9472         (ev_job_thumbnail_class_init), (ev_job_load_init),
9473         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9474         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9475         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9476         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9477         * shell/ev-jobs.h:
9478         * shell/ev-page-action.c: (ev_page_action_set_document):
9479         * shell/ev-page-cache.c: (ev_page_cache_init),
9480         (ev_page_cache_class_init), (ev_page_cache_finalize),
9481         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9482         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9483         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9484         (ev_page_cache_get_title), (ev_page_cache_get_size),
9485         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9486         (ev_page_cache_get_height_to_page),
9487         (ev_page_cache_get_max_label_chars),
9488         (ev_page_cache_get_page_label),
9489         (ev_page_cache_has_nonnumeric_page_labels),
9490         (ev_page_cache_get_info), (ev_page_cache_next_page),
9491         (ev_page_cache_prev_page), (ev_page_cache_get):
9492         * shell/ev-page-cache.h:
9493         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9494         (ev_pixbuf_cache_clear_job_sizes),
9495         (ev_pixbuf_cache_add_jobs_if_needed),
9496         (ev_pixbuf_cache_set_page_range):
9497         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9498         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9499         * shell/ev-sidebar-thumbnails.c:
9500         (ev_sidebar_tree_selection_changed),
9501         (ev_sidebar_thumbnails_set_document):
9502         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9503         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9504         (ev_statusbar_get_context_id), (ev_statusbar_push),
9505         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9506         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9507         (ev_statusbar_set_progress):
9508         * shell/ev-statusbar.h:
9509         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9510         (ev_view_find_previous):
9511         * shell/ev-window.c: (ev_window_is_empty),
9512         (ev_window_setup_document), (password_dialog_response),
9513         (ev_window_clear_jobs), (ev_window_load_job_cb),
9514         (ev_window_xfer_job_cb), (ev_window_open_uri),
9515         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9516         (ev_window_print), (ev_window_print_range),
9517         (ev_window_state_event), (ev_window_cmd_view_reload),
9518         (menu_item_select_cb), (menu_item_deselect_cb),
9519         (view_status_changed_cb), (ev_window_dispose),
9520         (drag_data_received_cb), (ev_window_init):
9521         * shell/ev-window.h:
9522         * shell/main.c: (load_files):
9523         
9524         New statusbar to show progress on idle. Two new jobs - 
9525         xfer job and load job to load document in background. And update
9526         of page_cache clients to new location of code.
9527
9528 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9529
9530         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9531         selection in open dialog. It also remembers the last visited directory 
9532         in the current session.
9533
9534 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9535
9536         * shell/ev-properties.c: (ev_properties_new):
9537         * shell/ev-properties.h:
9538         * shell/ev-window.c: (ev_window_cmd_file_properties):
9539         
9540         Get document info from page cache instead of document itself.
9541         This should fix crash related to race conditions described in
9542         bug 306545.
9543
9544 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9545
9546         * ps/ps-document.c: (ps_document_init),
9547         (send_ps), (get_page_box), (output), (catchPipe), (input),
9548         (stop_interpreter), (file_length), (file_readable),
9549         (check_filecompressedb), (ps_document_enable_interpreter),
9550         (document_load), (ps_async_renderer_render_pixbuf):
9551         * ps/ps-document.h:
9552
9553         Big cleanup of the ps code
9554
9555 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9556
9557         * backend/Makefile.am:
9558         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9559         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9560         * backend/ev-async-renderer.h:
9561
9562         Add an async renderer interface (method + callback) which
9563         is useful for backends like ps.
9564
9565         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9566         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9567         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9568         (ev_job_queue_add_job), (move_job_async), (move_job),
9569         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9570
9571         Add queues for async renderer, these are executed on the
9572         main thread.
9573
9574         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9575         (ev_job_render_run):
9576         * backend/ev-jobs.h:
9577
9578         If the backend support async renderer interface use it.
9579
9580         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9581         (setup_pixmap), (ps_document_get_type),
9582         (ps_async_renderer_render_pixbuf),
9583         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9584
9585         Implement async renderer interface.
9586
9587 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9588
9589         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9590
9591         Cleanup links job on exit.
9592
9593 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9594
9595         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9596         (drag_data_get_cb), (drag_data_received_cb):
9597         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9598         (drag_data_get_cb), (parse_item_list),
9599         (egg_toolbar_editor_load_actions):
9600         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9601         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9602         (parse_item_list), (parse_toolbars):
9603         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9604         (dvi_pixbuf_put_pixel):
9605         
9606         Fix gcc 4.0 warnings
9607
9608 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9609
9610         * ps/ps-document.c: (start_interpreter):
9611
9612         Fix warning when loading ps
9613
9614 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9615
9616         * ps/ps-document.c: (output):
9617
9618         Fix crash when priting gs error messages.
9619
9620 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9621
9622         * backend/ev-page-cache.c: (_ev_page_cache_new):
9623         * backend/ev-page-cache.h:
9624
9625         Use a const to return title so that we dont double
9626         free it. Small cleanup and fix a leak.
9627
9628         * shell/ev-window.c: (update_window_title):
9629
9630         strdup value from get_title.
9631
9632 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9633
9634         * shell/ev-sidebar-links.c: (job_finished_callback),
9635         (ev_sidebar_links_set_document):
9636
9637         Cleanup the old job when changing document
9638
9639 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9640
9641         * shell/ev-stock-icons.c:
9642         * shell/ev-stock-icons.h:
9643         * shell/ev-window.c:
9644         
9645         Add stock icons for actions that can appear in toolbar. Fix for
9646         bug 306566.
9647
9648 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9649
9650         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9651         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9652         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9653         * backend/ev-page-cache.h:
9654         * shell/ev-view.c: (scroll_to_current_page),
9655         (view_update_range_and_current_page), (get_page_y_offset),
9656         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9657         (ev_view_size_request_continuous),
9658         (ev_view_zoom_for_size_continuous_and_dual_page),
9659         (ev_view_zoom_for_size_continuous):
9660         
9661         More compact EvView layout in document with pages of different size.
9662
9663 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9664
9665         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9666         compilation.
9667
9668 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9669
9670         * shell/ev-view.c: (view_set_adjustment_values):
9671         * shell/ev-window.c: (ev_window_cmd_file_properties):
9672         
9673         A bit different fix for rounding problem but it has no
9674         problems on startup. Make properties window transient to parent.
9675
9676 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9677
9678         * pdf/ev-poppler.cc:
9679         
9680         More commenting of font stuff.
9681
9682 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9683
9684         * pdf/ev-poppler.cc:
9685
9686         Comment out some more fonts stuff. Should really
9687         work without the poppler patch now.
9688
9689 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9690
9691         * pdf/ev-poppler.cc:
9692
9693         Adapt to api change
9694
9695 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * data/evince-properties.glade:
9698         * pdf/ev-poppler.cc:
9699         * shell/ev-properties.c: (setup_fonts_view):
9700
9701         Set the column title. Show the dialog only
9702         once everything is setup.
9703         Getting font info can be very slow... will
9704         prolly need to make this threaded too.
9705
9706 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9707
9708         * backend/Makefile.am:
9709         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9710         (ev_document_fonts_get_fonts_model):
9711         * backend/ev-document-fonts.h:
9712         * data/evince-properties.glade:
9713         * pdf/ev-poppler.cc:
9714         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9715         * shell/ev-properties.h:
9716         * shell/ev-window.c: (ev_window_cmd_file_properties):
9717
9718         Implement fonts list. Defined out for now, since it depends
9719         on a not yet committed poppler patch.
9720
9721 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9722
9723         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9724         page + 1.
9725
9726         * shell/ev-window.c: Make sure we add the timeout when we get a
9727         focus-in event.
9728
9729         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9730         adjustment->value before calculating the zoom factor to average
9731         out all of our rounding errors.  The page no longer 'drifts' when
9732         resizing.
9733
9734 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * data/evince-properties.glade:
9737         * shell/ev-properties.c: (ev_properties_format_date),
9738         (set_property):
9739         
9740         Labels don't expand when the dialogue is resized.
9741         strftime result needs to be converted to UTF-8. Thanks
9742         to Christian Persch <chpe@gnome.org>.
9743
9744 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * data/evince-properties.glade:
9747
9748         Hide the fonts tab
9749
9750 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9751
9752         * backend/ev-document-info.h:
9753         * backend/ev-document.c: (ev_document_info_free):
9754         * data/evince-properties.glade:
9755         * pdf/ev-poppler.cc:
9756         * ps/ps-document.c: (ps_document_get_info):
9757         * shell/ev-properties.c: (ev_properties_format_date),
9758         (set_property), (ev_properties_new):
9759         * shell/ev-properties.h:
9760         * shell/ev-window.c: (ev_window_cmd_file_properties):
9761
9762         Rework properties code to take only EvPropertyInfo
9763         in the constructor so that it can be useful for
9764         nautilus plugin too.
9765
9766         Deal with backends that doesnt support some properties.
9767         Make set property code generic.
9768
9769 2005-06-04  Christian Persch <chpe@gnome.org>
9770
9771         * data/evince-properties.glade:
9772
9773         fix spacings, make resizeable, and make data labels
9774         selectable + ellipsised
9775
9776 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9777
9778         * backend/ev-document-info.h:
9779         * data/Makefile.am:
9780         * data/evince-ui.xml:
9781         * pdf/ev-poppler.cc:
9782         * shell/Makefile.am:
9783         * shell/ev-window.c: (update_action_sensitivity),
9784         (ev_window_cmd_file_properties):
9785
9786         Initial go at file properties. Patch by
9787         Emil Soleyman-Zomalan <emil@soleyman.com>.
9788         Needs love see #169583
9789
9790 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9791
9792         * ps/ps-document.c: (output):
9793         * ps/ps.c: (psscan):
9794
9795         Try to render even if psscan fails.
9796
9797 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9798
9799         * ps/ps.c: (psscan), (pscopydoc):
9800
9801         Port buffered reading code from gv
9802
9803 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9804
9805         * ps/ps-document.c: (interpreter_message), (output):
9806
9807         Do not fail on interpreter messages
9808
9809 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9810
9811         * backend/ev-document-misc.c:
9812         (ev_document_misc_get_thumbnail_frame):
9813
9814         Pages can be 0 x 0, dont assert on this case
9815
9816 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9817
9818         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9819         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9820
9821         Correctly manage our reference on document. Finally the reload
9822         huge leak is gone...
9823
9824 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9825
9826         * ps/ps-document.c: (ps_document_dispose):
9827
9828         Forgot to chain it to the parent. Thanks chpe.
9829
9830 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9831
9832         * ps/ps-document.c: (ps_document_dispose),
9833         (ps_document_class_init), (stop_interpreter), (document_load):
9834
9835         Cleanup dispose a bit. Dont leak the whole pixmap.
9836
9837 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9838
9839         * pdf/ev-poppler.cc:
9840
9841         Release the poppler document on dispose
9842
9843 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9844
9845         * shell/ev-view.c: (ev_view_set_document):
9846
9847         Release ref on the pixbuf cache when changing
9848         document.
9849
9850 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9851
9852         * ps/ps-document.c: (ps_document_get_info):
9853
9854         Fix a double free
9855
9856 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9857
9858         * backend/ev-page-cache.c: (ev_page_cache_init),
9859         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9860         * backend/ev-page-cache.h:
9861         * shell/ev-page-action.c: (page_changed_cb):
9862         
9863         Set page action entry width depending on labels width. Fix
9864         for bug 305202.
9865
9866 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9867
9868         * backend/ev-link.c: (ev_link_class_init):
9869
9870         Allow -1 as page value (error)
9871
9872 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9873
9874         * shell/ev-sidebar-thumbnails.c:
9875         (ev_sidebar_thumbnails_set_document):
9876         * shell/ev-view.c: (scroll_to_current_page),
9877         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9878         (page_changed_cb), (on_adjustment_value_changed),
9879         (ev_view_set_document):
9880
9881         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9882         Fix bug 305377
9883
9884 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9885
9886         * configure.ac:
9887         * djvu/djvu-document.c: (djvu_document_get_page_size):
9888
9889         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9890         bug 301993.
9891
9892 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9893
9894         * shell/ev-view.c (draw_one_page): modify the expose handling to
9895         get the shadows.
9896
9897         * shell/ev-window.c (update_action_sensitivity): Respect
9898         permissions field.  Kowtow to the man.
9899
9900         * pdf/ev-poppler.cc: Get the permissions field.
9901
9902         * tiff/*c: Make a tiny bit more robust.
9903
9904 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9905
9906         * djvu/djvu-document.c:
9907         
9908         Pop messages from djvu context message queue.
9909
9910 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9911
9912         * configure.ac, Makefile.am, shell/Makefile.am:
9913         * tiff/Makefile.am, shell/ev-document-types.c:
9914         
9915         Cleanup tiff configure checks. Fix for bug 305218.
9916
9917 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9918
9919         * configure.ac: Added "uk" to ALL_LINGUAS.
9920
9921 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9922
9923         * cut-n-paste/zoom-control/ephy-zoom.c:
9924         (ephy_zoom_get_changed_zoom_level):
9925         * cut-n-paste/zoom-control/ephy-zoom.h:
9926         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9927         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9928         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9929         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9930         (zoom_control_changed_cb), (ev_window_init):
9931         
9932         Fix minor points related to moving best fit up. Introduce
9933         "zoom" property and make zoom control change it's value on
9934         notify::zoom signals. Fix for 305080.
9935
9936 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9937
9938         * data/evince-ui.xml:
9939         * shell/ev-window.c: (set_view_actions_sensitivity):
9940         
9941         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9942
9943 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9944
9945         * configure.ac:
9946
9947         Depends on poppler 0.3.2
9948
9949 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9950
9951         * cut-n-paste/recent-files/egg-recent-item.c:
9952         (egg_recent_item_get_short_name):
9953         * cut-n-paste/toolbar-editor/Makefile.am:
9954         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9955         (new_pixbuf_from_widget):
9956         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9957         * cut-n-paste/toolbar-editor/egg-marshal.c:
9958         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9959         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9960
9961         Sync
9962
9963 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9964
9965         * tiff/tiff-document.c: Rough TIFF backend.
9966
9967 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9968
9969         * NEWS:
9970         * configure.ac:
9971         * cut-n-paste/toolbar-editor/Makefile.am:
9972
9973         Release 0.3.1
9974
9975 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9976
9977         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9978         (ev_view_find_next), (ev_view_find_previous):
9979
9980         Remove the locks around get_n_results   
9981
9982 2005-05-21  Juerg Billeter  <j@bitron.ch>
9983
9984         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9985
9986         Pass correct number of pages to poppler.
9987
9988 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9989
9990         * configure.ac:
9991         * data/Makefile.am:
9992         * data/evince.desktop.in: 
9993         * data/evince.desktop.in.in:
9994         * po/POTFILES.in:
9995         
9996         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9997
9998 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9999
10000         * shell/ev-view.c: (view_update_adjustments),
10001         (view_set_adjustment_values): cast adjustmen->value to (int)
10002         before using it.  Otherwise, we get off by a pixel in some
10003         situations.
10004
10005         (draw_one_page): Draw the border on expose.
10006
10007 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
10008
10009         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
10010         adjustment when the mode changes, #304923
10011
10012 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10013
10014         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
10015         flickering on resize but still use gdk_window_scroll on
10016         scrolling
10017
10018 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
10019
10020         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
10021         option, #170458
10022
10023 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
10024
10025         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
10026         second page on page_changed if possible, #304669
10027
10028 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
10029
10030         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
10031         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
10032
10033 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
10034
10035         * .cvsignore:
10036         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
10037         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10038         (ev_view_zoom_for_size_presentation),
10039         (ev_view_zoom_for_size_continuous_and_dual_page),
10040         (ev_view_zoom_for_size_continuous),
10041         (ev_view_zoom_for_size_dual_page),
10042         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
10043         * shell/ev-view.h:
10044         * shell/ev-window.c: (update_view_size),
10045         (ev_window_sizing_mode_changed_cb):
10046
10047         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
10048         the scrollbars.  It's not 100% right, but it's much closer.  Kills
10049         an infinite loop, #304769
10050
10051
10052 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10053
10054         * data/evince-ui.xml:
10055         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
10056         * shell/ev-window.c: (set_view_actions_sensitivity):
10057
10058         Make PgUp/Down behave like Space
10059
10060 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10061
10062         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10063         * backend/ev-ps-exporter.h:
10064         * pdf/ev-poppler.cc:
10065         * ps/ps-document.c: (ps_document_ps_export_begin):
10066         * shell/ev-print-job.c: (idle_print_handler):
10067
10068         Adapt to new poppler api
10069
10070 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10071
10072         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10073         (ephy_zoom_control_init):
10074
10075         Translate zoom levels
10076
10077 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
10078
10079         * cut-n-paste/zoom-control/ephy-zoom.c:
10080         (ephy_zoom_get_zoom_level_index):
10081
10082         Fix current zoom -> zoom control match
10083
10084 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10085
10086         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10087         rather than the scrolled_window that it's in. Fixes bug #304655.
10088
10089 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10090
10091         * shell/ev-view.c: (view_update_adjustments),
10092         (view_set_adjustment_values), (view_update_range_and_current_page),
10093         (view_scroll_to_page), (set_scroll_adjustment),
10094         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10095         (ev_view_scroll), (ev_view_scroll_view),
10096         (ensure_rectangle_is_visible), (find_page_at_location),
10097         (get_link_at_location), (go_to_link), (status_message_from_link),
10098         (ev_view_size_request_continuous_dual_page),
10099         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10100         (ev_view_unrealize), (ev_view_expose_event),
10101         (ev_view_button_press_event), (ev_view_motion_notify_event),
10102         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10103         (draw_rubberband), (highlight_find_results), (draw_one_page),
10104         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10105         (ev_view_init), (find_changed_cb), (page_changed_cb),
10106         (on_adjustment_value_changed), (ev_view_new),
10107         (ev_view_set_document), (ev_view_set_zoom),
10108         (ev_view_set_continuous), (ev_view_set_dual_page),
10109         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10110         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10111         (ev_view_zoom_for_size_presentation),
10112         (ev_view_zoom_for_size_continuous_dual_page),
10113         (ev_view_zoom_for_size_continuous),
10114         (ev_view_zoom_for_size_dual_page),
10115         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10116         (ev_view_get_status), (ev_view_set_status),
10117         (update_find_status_message), (ev_view_get_find_status),
10118         (ev_view_set_find_status), (jump_to_find_result),
10119         (jump_to_find_page), (compute_selections), (clear_selection),
10120         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10121         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10122         (ev_view_update_primary_selection),
10123         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10124         * shell/ev-view.h:
10125         * shell/ev-window.c: (ev_window_open_page_label),
10126         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10127         (ev_window_init):
10128         * shell/ev-window.h:
10129         * shell/main.c: (load_files):
10130
10131         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10132         when resizing.  Remove the bin_window().  Also, patch from James
10133         Bowes to fix command line page, #300641
10134         
10135 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10136
10137         * data/evince-ui.xml:
10138         * shell/ev-view.c:
10139         * shell/ev-view.h:
10140         * shell/ev-window.c: (update_action_sensitivity):
10141
10142         Get rid of View->Normal Size, it's just confusing
10143
10144 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10145
10146         * backend/ev-document-info.h:
10147         * backend/ev-document.c: (ev_document_info_free): Free the
10148         EvDocumentInfo.
10149
10150         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10151         (clear_range), (add_range), (update_visible_range),
10152         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10153         (ev_sidebar_thumbnails_set_document):
10154         * shell/ev-window.c: (ev_window_setup_document): Only render the
10155         visible thumbnails.  It takes an instant to render, but it uses
10156         much less memory.
10157
10158 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10159
10160         * shell/ev-sidebar-links.c: (popup_menu_cb):
10161
10162         Select first item
10163
10164 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10165
10166         * lib/Makefile.am:
10167         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10168         (button_press_cb), (ev_sidebar_links_construct):
10169
10170         Show the popup menu also on keybindings
10171
10172 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10173
10174         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10175         * shell/ev-window.h:
10176
10177         Expose api to print a range (with dialog). Make private _print use
10178         it.
10179
10180         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10181         (ev_sidebar_links_construct):
10182
10183         Show a print context menu on linkx, it prints the selected
10184         section.
10185
10186 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10187
10188         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10189         button.
10190
10191 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10192
10193         * AUTHORS:
10194
10195         Update
10196
10197         * shell/ev-window.c: (build_comments_string),
10198         (ev_window_cmd_help_about):
10199
10200         Show poppler version/backend and authors
10201
10202 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10203
10204         * cut-n-paste/zoom-control/ephy-zoom.c:
10205         (ephy_zoom_get_zoom_level_index):
10206         * cut-n-paste/zoom-control/ephy-zoom.h:
10207
10208         Move the best fit items at the top of the list
10209
10210 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10211
10212         * shell/ev-marshal.list:
10213         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10214         (activate_cb), (match_selected_cb), (activate_link_cb),
10215         (connect_proxy), (ev_page_action_class_init):
10216         * shell/ev-page-action.h:
10217
10218         Use signals to notify action activation. Hopefully
10219         I did not break completion since I cant test...
10220
10221         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10222         (register_custom_actions):
10223
10224         Connect to page selector actions and also grab focus on
10225         the view when activated.
10226
10227 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10228
10229         * pdf/ev-poppler.cc:
10230         * backend/ev-page-cache.c: make page size calculation consistent
10231         and set it to (int)( width * scale + 0.5).  This makes the weird
10232         line going through the middle of the page go away.
10233
10234         * shell/ev-view.c: move painting the background page after
10235         checking the expose area covers us.
10236
10237 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10238
10239         * data/evince-password.glade:
10240         
10241         Mark labels as not translatable. Fix for bug 302842.
10242
10243 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10244
10245         * configure.ac: Added "es" to ALL_LINGUAS.
10246
10247 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10248
10249         * data/evince-toolbar.xml:
10250         * shell/ev-window.c: (update_action_sensitivity),
10251         (ev_window_setup_document), (ev_window_set_page_mode),
10252         (ev_window_init):
10253
10254         Remove some leftover code from jrb first continous
10255         attempt. Use the new actions, we still need good icons
10256         though...
10257
10258 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10259
10260         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10261
10262         Update label when connecting proxy. Fix a warning with NULL
10263         page_cache.
10264
10265 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10266
10267         * data/evince-ui.xml:
10268         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10269         * shell/ev-page-action.h:
10270         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10271
10272         Add mnemonic for edit toolbar.
10273         ctrl+l focus the page entry.
10274
10275 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10276
10277         * lib/Makefile.am:
10278         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10279         (ev_window_init):
10280         * shell/main.c: (main):
10281
10282         Put the toolbar xml in evince own dot dir
10283
10284 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10285
10286         * shell/ev-window.c: (ev_window_init):
10287
10288         Make the toolbar not removable
10289
10290 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10291
10292         * data/evince-ui.xml:
10293         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10294         * shell/ev-sidebar-links.h:
10295         * shell/ev-sidebar-thumbnails.c:
10296         (ev_sidebar_thumbnails_get_treeview):
10297         * shell/ev-sidebar-thumbnails.h:
10298         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10299         (ev_view_class_init):
10300         * shell/ev-view.h:
10301         * shell/ev-window.c: (update_action_sensitivity),
10302         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10303         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10304         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10305         (ev_window_init):
10306
10307         This is evil... Make space/backspace global accelerators but
10308         enable them only for some widgets (sidebars and view).
10309         I dont like it, but I dont know a better way... :/
10310
10311 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10312
10313         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10314         (ev_page_action_widget_finalize),
10315         (ev_page_action_widget_class_init), (update_page_cache):
10316
10317         Keep a weak reference on proxy->page_cache so that we
10318         dont try to disconnect the signal if the object is already
10319         gone. Maybe there is a better way to cleanup reference handling
10320         in page action though...
10321
10322 2005-05-10  Juerg Billeter  <j@bitron.ch>
10323
10324         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10325         * backend/ev-ps-exporter.h:
10326         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10327         * ps/ps-document.c: (ps_document_ps_export_begin):
10328         
10329         Change api to pass print range to ps_exporter_begin. The pdf backend
10330         requires this information.
10331         
10332         * shell/ev-print-job.c: (idle_print_handler):
10333         
10334         Adapt to api change
10335
10336 2005-05-10  Juerg Billeter  <j@bitron.ch>
10337
10338         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10339         (idle_print_handler)
10340         * shell/ev-window.c: (ev_window_print):
10341
10342         Support printing page range, based on patch by Amaury Jacquot
10343
10344 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10345
10346         * data/evince-toolbar.xml:
10347
10348         Add zoom control to available items
10349
10350 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10351
10352         * shell/ev-window.c: (update_action_sensitivity):
10353
10354         Set slash action insensitive when appropriate
10355
10356 2005-05-10  Christian Persch <chpe@gnome.org>
10357
10358         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10359
10360         Fix warning on the overflow menu
10361
10362 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10363
10364         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10365
10366         Check for uri correctness/existence
10367
10368 2005-05-09  Juerg Billeter  <j@bitron.ch>
10369
10370         * shell/ev-window.c: (using_postscript_printer):
10371
10372         LPD printers use postscript, too
10373
10374 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10375
10376         * shell/ev-window.c: (register_custom_actions):
10377
10378         The zoom one is actually sort of useful,
10379         put it back
10380
10381 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10382
10383         * shell/ev-window.c: (register_custom_actions):
10384
10385         Hide page/zoom controls from overflow, they
10386         are useless.
10387
10388 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10389
10390         * cut-n-paste/update-from-egg.sh:
10391         
10392         Share it between all cut-n-paste subdirs
10393
10394         * cut-n-paste/recent-files/Makefile.am:
10395
10396         Fix to use "global" update-from-egg.sh
10397
10398         * cut-n-paste/recent-files/egg-recent-model.c:
10399         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10400         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10401         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10402         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10403
10404         Update from libegg
10405
10406         * cut-n-paste/toolbar-editor/Makefile.am:
10407
10408         Fix to use "global" update-from-egg.sh
10409
10410         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10411
10412         Update from libegg
10413
10414 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10415
10416         * configure.ac:
10417         * cut-n-paste/Makefile.am:
10418         * cut-n-paste/recent-files/Makefile.am:
10419         * cut-n-paste/toolbar-editor/.cvsignore:
10420         * cut-n-paste/toolbar-editor/Makefile.am:
10421         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10422         (egg_editable_toolbar_get_type), (get_toolbar_position),
10423         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10424         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10425         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10426         (set_item_drag_source), (create_item_from_action), (create_item),
10427         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10428         (popup_toolbar_context_menu_cb), (free_dragged_item),
10429         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10430         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10431         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10432         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10433         (item_added_cb), (item_removed_cb),
10434         (egg_editable_toolbar_construct),
10435         (egg_editable_toolbar_disconnect_model),
10436         (egg_editable_toolbar_deconstruct),
10437         (egg_editable_toolbar_set_model),
10438         (egg_editable_toolbar_set_ui_manager),
10439         (egg_editable_toolbar_set_property),
10440         (egg_editable_toolbar_get_property),
10441         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10442         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10443         (egg_editable_toolbar_new_with_model),
10444         (egg_editable_toolbar_get_edit_mode),
10445         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10446         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10447         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10448         (new_pixbuf_from_widget), (new_separator_pixbuf),
10449         (update_separator_image), (style_set_cb),
10450         (_egg_editable_toolbar_new_separator_image),
10451         (egg_editable_toolbar_get_model):
10452         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10453         * cut-n-paste/toolbar-editor/egg-marshal.c:
10454         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10455         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10456         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10457         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10458         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10459         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10460         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10461         (editor_drag_data_delete_cb), (drag_data_get_cb),
10462         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10463         (editor_create_item), (update_editor_sheet), (setup_editor),
10464         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10465         (parse_item_list), (model_has_action), (update_actions_list),
10466         (egg_toolbar_editor_load_actions):
10467         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10468         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10469         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10470         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10471         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10472         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10473         (egg_toolbars_model_add_separator), (impl_add_item),
10474         (parse_item_list), (egg_toolbars_model_add_toolbar),
10475         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10476         (impl_get_item_data), (impl_get_item_type),
10477         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10478         (egg_toolbars_model_init), (free_toolbar),
10479         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10480         (egg_toolbars_model_remove_toolbar),
10481         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10482         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10483         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10484         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10485         (egg_toolbars_model_get_item_data),
10486         (egg_toolbars_model_get_item_type):
10487         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10488         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10489         * data/Makefile.am:
10490         * data/evince-toolbar.xml:
10491         * data/evince-ui.xml:
10492         * data/hand-open.png:
10493         * po/POTFILES.in:
10494         * shell/Makefile.am:
10495         * shell/ev-window.c: (update_chrome_visibility),
10496         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10497         (ev_window_dispose), (ev_window_init):
10498
10499         Implement epiphany like toolbar editor. Based on patch by
10500         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10501
10502 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10503
10504         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10505
10506         Use set_cursor instead of set_selection, so that
10507         the keyboard focus moves too.
10508
10509 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10510
10511         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10512
10513         Fix infinite loop when loading Type1 fonts
10514
10515 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10516
10517         * data/evince-ui.xml:
10518         * shell/ev-window.c:
10519
10520         Slash -> Find
10521
10522 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10523
10524         * configure.ac:
10525
10526         Make --disable really disable
10527
10528 2005-05-07  Juerg Billeter  <j@bitron.ch>
10529
10530         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10531
10532         Compare page labels even without has_labels set, fixes setting page
10533         with entry
10534
10535 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10536
10537         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10538         (ev_view_set_cursor), (ev_view_button_press_event),
10539         (ev_view_motion_notify_event), (ev_view_button_release_event),
10540         (ev_view_init):
10541
10542         Implement middle button scrolling. Based on a patch
10543         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10544
10545 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10546
10547         * shell/ev-document-types.c: (get_slow_mime_type),
10548         (get_document_type_from_mime), (ev_document_type_lookup):
10549         * shell/ev-document-types.h:
10550
10551         Change api to lookup from uri. Do fast lookup first, if the
10552         type is unknown try with data sniffing.
10553
10554         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10555         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10556
10557         Adapt to api change
10558
10559 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10560
10561         * thumbnailer/Makefile.am:
10562
10563         Fix distcheck
10564
10565 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10566
10567         * NEWS:
10568         * configure.ac:
10569
10570         Release 0.3.0
10571
10572         * data/evince-ui.xml:
10573
10574         Hide presentation mode for now
10575
10576         * shell/ev-view.c: (highlight_find_results):
10577
10578         Show current find selection only on current page
10579
10580 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10581
10582         * shell/ev-view.c: (ev_view_select_all):
10583
10584         Compute size of the actual page, not of
10585         the current one.
10586
10587 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10588
10589         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10590         (view_rect_to_doc_rect), (compute_selections),
10591         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10592         (ev_view_copy), (ev_view_primary_get_cb),
10593         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10594         (ev_view_button_press_event), (ev_view_motion_notify_event),
10595         (ev_view_button_release_event), (page_changed_cb):
10596
10597         Fix text selection
10598
10599 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10600
10601         * shell/ev-view.c: (compute_border), (get_page_extents),
10602         (doc_rect_to_view_rect), (highlight_find_results),
10603         (ev_view_bin_expose), (ev_view_select_all),
10604         (ev_view_motion_notify_event), (update_find_status_message),
10605         (jump_to_find_result), (jump_to_find_page):
10606
10607         First go at fixing search, still buggy
10608
10609 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10610
10611         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10612         dropdown box and button at the top of the sidebar.
10613
10614 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10615
10616         * configure.ac: Output zoom-control Makefile.
10617         * cut-n-paste/Makefile.am: build zoom-control subdir.
10618         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10619         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10620         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10621         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10622         * cut-n-paste/zoom-control/ephy-zoom.c:
10623         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10624         from epiphany, and modified to add a separator into the menu.
10625         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10626         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10627         zoom-control action.
10628         * shell/Makefile.am: Include zoom-control flags.
10629         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10630         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10631         (ev_view_zoom_for_size_presentation),
10632         (ev_view_zoom_for_size_continuous_and_dual_page),
10633         (ev_view_zoom_for_size_continuous),
10634         (ev_view_zoom_for_size_dual_page),
10635         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10636         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10637         ev_view_get_zoom and ev_view_get_sizing_mode.
10638         * shell/ev-view.h:
10639         * shell/ev-window.c: (update_action_sensitivity),
10640         (update_sizing_buttons), (zoom_control_changed_cb),
10641         (register_custom_actions): Initialize and use the zoom-control 
10642         widget.
10643
10644 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10647         preview cache back to 1.  Don't know when it got set to 0.
10648         
10649         * shell/ev-view.c: (compute_border), (ev_view_realize),
10650         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10651         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10652         (ev_view_get_fullscreen), (ev_view_set_presentation),
10653         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10654         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10655         * shell/ev-view.h:
10656         * shell/ev-window.c:
10657         (update_chrome_visibility),
10658         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10659         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10660         (update_document_mode), (ev_window_update_fullscreen_action),
10661         (ev_window_fullscreen), (ev_window_unfullscreen),
10662         (ev_window_cmd_view_fullscreen),
10663         (ev_window_update_presentation_action),
10664         (ev_window_run_presentation), (ev_window_stop_presentation),
10665         (ev_window_cmd_view_presentation), (ev_window_state_event),
10666         (ev_window_focus_in_event), (ev_window_focus_out_event),
10667         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10668         * data/evince-ui.xml: Initial presentation mode.  We should
10669         probably hide this until it's done, as it's quite rough.  Also,
10670         change full-screen to fullscreen and add two getters to EvView.
10671
10672 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10673
10674         * shell/ev-page-action.c: (update_page_cache),
10675         (ev_page_action_dispose):
10676         * shell/ev-window.c: (destroy_fullscreen_popup),
10677         (ev_window_create_fullscreen_popup):
10678
10679         Use connect_object rather than explicitly
10680         disconnect on dispose.
10681
10682 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10683
10684         * shell/ev-page-action.c: (update_page_cache),
10685         (ev_page_action_dispose):
10686
10687 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10688
10689         * backend/ev-page-cache.c: (_ev_page_cache_new),
10690         (ev_page_cache_set_page_label),
10691         (ev_page_cache_has_nonnumeric_page_labels):
10692         * backend/ev-page-cache.h:
10693         * shell/ev-page-action.c: (update_pages_label):
10694         
10695         If all page labels are numeric, fallback to default
10696         way to display number of pages. See bug 173185.
10697
10698 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10699
10700         * shell/ev-page-action.c: (ev_page_action_dispose):
10701         * shell/ev-view.c: (view_update_range_and_current_page):
10702         * shell/ev-window.c: (ev_window_dispose):
10703         
10704         Set page on scroll in continuous mode. Fixes bug 301986.
10705         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10706
10707 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10708
10709         * configure.ac:
10710
10711         Require poppler 0.3.0
10712
10713 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10714         
10715         * shell/Makefile.am, configure.ac: Fix build problems
10716         with t1lib. Bug 301996.
10717
10718 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10719
10720         * shell/ev-view.c: (ev_view_scroll_event):
10721         
10722         Scroll up increase zoom
10723
10724 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10725
10726         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10727         (ev_view_set_sizing_mode),
10728         (ev_view_zoom_for_size_continuous_and_dual_page),
10729         (ev_view_zoom_for_size_continuous):
10730         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10731         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10732         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10733         (ev_window_init):
10734
10735         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10736         Fix for 165473 and 165472.
10737
10738 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10739
10740         * po/POTFILES.in:
10741         * thumbnailer/Makefile.am:
10742         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10743         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10744         * thumbnailer/evince-thumbnailer.schemas.in:
10745         
10746         Make thumbnailer schemas translatable. Fix for bug 301773
10747         
10748         * thumbnailer/evince-thumbnailer-djvu.schemas:
10749         * thumbnailer/evince-thumbnailer-dvi.schemas:
10750         * thumbnailer/evince-thumbnailer.schemas:
10751
10752         Removed files
10753
10754 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10755
10756         * shell/ev-view.c (ev_view_init): forgot to set this.
10757
10758 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10759
10760         * shell/ev-view.c: (find_page_at_location),
10761         (get_link_at_location),
10762         (ev_view_set_show_border), (ev_view_set_spacing),
10763         (ev_view_zoom_for_size_continuous_and_dual_page),
10764         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10765         Also, add a quick fix measuring of widths.  Also, removed
10766         ev_view_set_spacing and ev_view_set_show_border.
10767         
10768         * shell/ev-window.c: (ev_window_unfullscreen),
10769         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10770
10771 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10772
10773         * shell/ev-view.c: (view_update_range_and_current_page),
10774         (page_changed_cb):
10775         
10776         Fix crash on exit and scrolling to page in continuous view.
10777
10778 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10779
10780         * TODO:
10781         * backend/ev-page-cache.c: (_ev_page_cache_new),
10782         (ev_page_cache_get_max_width_size),
10783         (ev_page_cache_get_max_height_size):
10784         * backend/ev-page-cache.h:
10785         * data/evince-ui.xml:
10786         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10787         * shell/ev-view.c: (view_update_adjustments),
10788         (view_update_range_and_current_page), (get_bounding_box_size),
10789         (ev_view_size_request_continuous_and_dual_page),
10790         (ev_view_size_request_continuous),
10791         (ev_view_size_request_dual_page),
10792         (ev_view_size_request_single_page), (ev_view_size_request),
10793         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10794         (ev_view_bin_expose), (ev_view_expose_event),
10795         (ev_view_set_property), (ev_view_get_property),
10796         (ev_view_class_init), (ev_view_init), (ev_view_new),
10797         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10798         (ev_view_set_dual_page), (ev_view_set_full_screen),
10799         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10800         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10801         (ev_view_zoom_out), (zoom_for_size_fit_width),
10802         (zoom_for_size_best_fit),
10803         (ev_view_zoom_for_size_continuous_and_dual_page),
10804         (ev_view_zoom_for_size_continuous),
10805         (ev_view_zoom_for_size_dual_page),
10806         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10807         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10808         * shell/ev-view.h:
10809         * shell/ev-window.c: (update_action_sensitivity),
10810         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10811         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10812         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10813         (ev_window_cmd_view_zoom_out), (update_view_size),
10814         (ev_window_set_sizing_mode), (ev_window_init):
10815
10816         Add Continuous and Dual page modes.
10817
10818 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10819
10820         * dvi/dvi-document.c: (dvi_document_load),
10821         (dvi_document_thumbnails_get_thumbnail),
10822         (dvi_document_init_params): Fix up some mixups between
10823         width and height to correct thumbnail rendering.
10824
10825 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10826
10827         * dvi/mdvi-lib/private.h:
10828         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10829         
10830         Suppess output for kpathsea during font generation. Thanks to
10831         James Bowes
10832
10833 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10834
10835         * NEWS:
10836         * configure.ac:
10837
10838         Release 0.2.1
10839
10840         * Makefile.am: fix distcheck.
10841
10842 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10843
10844         * shell/ev-sidebar-links.c: (selection_changed_callback),
10845         (update_page_callback), (row_activated_callback),
10846         (job_finished_callback), (ev_sidebar_links_set_document):
10847         
10848         Fix for bug #169901. Double click on links expands tree.
10849
10850 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10851
10852         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10853         hard-coded style. Fix for bug 170111
10854
10855 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10856
10857         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10858         locking.
10859
10860 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10861
10862         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10863
10864 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10865
10866         * pdf/ev-poppler.cc:
10867         * shell/ev-view.c: (highlight_find_results):
10868
10869         Fix find on single page documents
10870
10871 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10872
10873         * data/evince.schemas.in: fix for bug 301390
10874
10875 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10876
10877         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10878         (ev_view_zoom_out), (ev_view_zoom_normal):
10879         * shell/ev-view.h:
10880         * shell/ev-window.c: (update_action_sensitivity),
10881         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10882         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10883         (ev_window_cmd_view_normal_size):
10884
10885         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10886         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10887         better than oom. 
10888
10889 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10890
10891         * configure.ac:
10892
10893         Depend on 2.57, 2.59 doesnt seem to be necessary
10894
10895 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10896
10897         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10898         (create_tool_item):
10899
10900         Put back total number of pages as (1 of 1234)
10901
10902 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10903
10904         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10905         remove the job.
10906
10907         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10908         function.  This helps debugging.
10909
10910 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10911
10912         * djvu/djvu-document.c: (djvu_document_class_init),
10913         (djvu_document_get_info), (djvu_document_document_iface_init):
10914         * dvi/dvi-document.c: (dvi_document_class_init),
10915         (dvi_document_get_info), (dvi_document_document_iface_init):
10916
10917         Dummy implementation of get_info method for dvi and
10918         djvu. Fix crashes with those backends
10919
10920 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10921
10922         * data/evince.desktop.in:
10923
10924         Add application/x-gzpostscript
10925
10926 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10927
10928         * data/evince.schemas.in: Added real long descriptions, 
10929         closes bug 172496 
10930
10931         * README: Added actual text, closes bug 171869
10932
10933 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10934
10935         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10936
10937         Thumbnail page 0
10938
10939 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10940
10941         * backend/ev-document-info.h:
10942
10943         s/GDate */GDate so we can just use g_free
10944
10945 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10946
10947         * shell/ev-window.c: (update_document_mode),
10948         (ev_window_setup_document):
10949
10950         Show the window in fullscreen when specified by
10951         the document
10952
10953 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10954
10955         * backend/ev-document.c: (ev_document_class_init),
10956         (ev_document_get_info), (ev_document_render_pixbuf):
10957         * backend/ev-document.h:
10958         * backend/ev-page-cache.c: (_ev_page_cache_new):
10959         * pdf/ev-poppler.cc:
10960         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10961         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10962         * ps/ps-document.c: (ps_document_class_init), (document_load),
10963         (ps_document_get_info), (ps_document_document_iface_init):
10964
10965         Remove get_title from the interface, we can just use document info
10966
10967 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10968
10969         * backend/Makefile.am:
10970         * backend/ev-document.c: (ev_document_render_get_info):
10971         * backend/ev-document.h:
10972         * pdf/ev-poppler.cc:
10973
10974         Initial support for document info. Based on jrb patch.
10975
10976 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10977
10978         * shell/ev-window.c: (ev_window_state_event),
10979         (ev_window_class_init), (ev_window_init):
10980         
10981         Doesn't show resize grip when maximized. See bug #301053
10982
10983 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10984
10985         * po/POTFILES.in:
10986         
10987         ev-sidebar-thumbnails now has translatable labels
10988         
10989         * shell/Makefile.am:
10990         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10991         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10992         (ev_sidebar_links_page_iface_init):
10993         * shell/ev-sidebar-links.h:
10994         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10995         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10996         (ev_sidebar_page_get_label):
10997         * shell/ev-sidebar-page.h:
10998         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10999         (ev_sidebar_thumbnails_set_document),
11000         (ev_sidebar_thumbnails_support_document),
11001         (ev_sidebar_thumbnails_get_label),
11002         (ev_sidebar_thumbnails_page_iface_init):
11003         * shell/ev-sidebar-thumbnails.h:
11004         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11005         (ev_sidebar_set_document):
11006         * shell/ev-sidebar.h:
11007         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
11008         
11009         Small rework of sidebar code. Now sidebar pages should implement
11010         EvSidebarPage interface. That makes page management in EvSidebar
11011         easier. See bug #164811 for details
11012
11013 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11014
11015         * shell/ev-application.c: (ev_application_open):
11016         * shell/ev-document-types.c:
11017         
11018         Fix build error and small problem with application exit
11019
11020 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11021
11022         * thumbnailer/Makefile.am:
11023         * thumbnailer/evince-thumbnailer-djvu.schemas:
11024         * thumbnailer/evince-thumbnailer-dvi.schemas:
11025         
11026         Conditionally install schemas for djvu/dvi thumbnailer
11027
11028 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
11029
11030         * shell/ev-document-types.h: 
11031         * shell/ev-document-types.c: 
11032         New files, handling the mapping from mimetypes to backends
11033         
11034         * shell/ev-window.c: 
11035         * thumbnailer/evince-thumbnailer.c:     
11036         Use the ev-document-types code
11037         
11038         * shell/Makefile.am: 
11039         Added new convenience library libevbackendfactory_la, containing
11040         the new mimetype->backend logic; moved the backends into it.
11041
11042         * thumbnailer/Makefile.am:
11043         Make the thumbnailer link with the libevbackend.la convenience
11044         library, rather than having a duplicate of the backend logic here.
11045
11046 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
11047
11048         * shell/ev-stock-icons.c: constify some vars.
11049         * shell/ev-window.c: ditto.
11050
11051 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
11052
11053         * ps/ps-document.c (get_page_orientation):
11054
11055         Respect document orientation 
11056
11057 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11058
11059         * djvu/Makefile.am:
11060         * dvi/Makefile.am:
11061         * shell/Makefile.am:
11062         
11063         Move library dependencies to components.
11064         
11065         * shell/ev-window.c: (update_window_title),
11066         (start_loading_document):
11067         
11068         Fix display of uris with spaces. Bug 168358.
11069
11070 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
11071
11072         * shell/ev-sidebar-links.c: (selection_changed_cb):
11073         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
11074         (ev_view_button_release_event), (ev_view_set_document):
11075         * shell/ev-view.h:
11076         * shell/ev-window.c: (find_bar_search_changed_cb):
11077         * shell/ev-window.h: Minor cleanups removing some dead code.
11078
11079 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11080
11081         * backend/ev-page-cache.c: (_ev_page_cache_new):
11082         
11083         Set current page to 0 if document has pages.
11084
11085 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11086
11087         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11088
11089         Initialize GError to NULL, fix a crash when loading fails.
11090
11091 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * shell/ev-window.c: (update_view_size):
11094
11095         Calculate shadow size only when there is actually
11096         a shadow.
11097
11098 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11099
11100         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11101         * shell/ev-view.h:
11102
11103         Allow setting view spacing, default to 0
11104
11105         * shell/ev-window.c: (ev_window_unfullscreen),
11106         (ev_window_cmd_view_fullscreen), (ev_window_init):
11107
11108         Remove spacing in fullscreen mode
11109
11110 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11111
11112         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11113         (ev_view_size_request), (expose_bin_window),
11114         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11115         * shell/ev-view.h:
11116         * shell/ev-window.c: (ev_window_unfullscreen),
11117         (ev_window_cmd_view_fullscreen):
11118
11119         Do not draw the border in fulscreen
11120
11121 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11122
11123         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11124         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11125         (find_page_at_location), (page_changed_cb):
11126
11127         Rework border calculation, so that I can more easily disable it.
11128         Code somewhat cleaner too.
11129
11130 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11131
11132         * backend/ev-page-cache.c: (ev_page_cache_init),
11133         (_ev_page_cache_new):
11134
11135         Remove some assertions, documents can have 0 pages.
11136         Make initial current page -1.
11137
11138         * shell/ev-page-action.c: (page_changed_cb):
11139
11140         Show "" if current page is -1
11141
11142         * shell/ev-window.c: (update_action_sensitivity),
11143         (ev_window_setup_document):
11144
11145         When document has 0 pages do not set the view
11146         and make nearly everything insensitive.
11147
11148 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11149
11150         * shell/ev-page-view.c:
11151         * shell/ev-page-view.h:
11152
11153         Remove unused files.
11154         
11155         * shell/ev-sidebar-thumbnails.c:
11156         (ev_sidebar_thumbnails_set_document):
11157         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11158         (ev_sidebar_supports_document):
11159         * shell/ev-sidebar.h:
11160         * shell/ev-window.c: (ev_window_setup_document):
11161         
11162         Doesn't show thumbnails if document has 1 page. Make
11163         sidebar menu entries sensitive only if if they have 
11164         sense. Fix bug 164811. 
11165
11166 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11169         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11170         (ev_view_zoom_out), (ev_view_set_size):
11171
11172         Rework sizing to deal with documents with not uniform page
11173         size.
11174
11175 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11176
11177         * backend/ev-page-cache.c: (_ev_page_cache_new):
11178
11179         Fix several page size caching bugs
11180
11181 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11182
11183         * shell/ev-window.c: (set_action_properties):
11184
11185         Make all toolbar items translatable
11186
11187 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11190         (save_page_list), (ps_document_save),
11191         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11192         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11193         (ps_document_ps_exporter_iface_init):
11194         * ps/ps-document.h:
11195
11196         Based on a patch by J�rg Billeter <j@bitron.ch>
11197         
11198         Implement print and save a copy for the ps backend.
11199
11200 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11201
11202         * backend/ev-document.h:
11203         * djvu/djvu-document.c: (djvu_document_can_get_text),
11204         (djvu_document_document_iface_init):
11205         * dvi/dvi-document.c: (dvi_document_can_get_text),
11206         (dvi_document_document_iface_init):
11207         * pdf/ev-poppler.cc:
11208         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11209         (pixbuf_document_document_iface_init):
11210         * ps/ps-document.c: (ps_document_can_get_text),
11211         (ps_document_document_iface_init):
11212         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11213         * shell/ev-window.c: (update_action_sensitivity):
11214
11215         Fix the crash when trying to copy in backends that doesnt
11216         support it. We can implement a better solution once we
11217         do real text selection.
11218
11219 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11220
11221         * data/evince-ui.xml:
11222         * shell/ev-window.c: (ev_window_cmd_escape):
11223         
11224         Work around the Escape conflict (find bar and unfullscreen)
11225
11226 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11227
11228         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11229         
11230         Fix for #300233. Next page correctly handles document end.
11231         
11232         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11233         (ev_sidebar_thumbnails_class_init),
11234         (ev_sidebar_thumbnails_set_document),
11235         (ev_sidebar_thumbnails_clear_job),
11236         (ev_sidebar_thumbnails_clear_model):
11237         
11238         Cleanup thumbnail jobs on document changes.
11239         
11240         * shell/ev-view.c: (add_scroll_binding_keypad),
11241         (add_scroll_binding_shifted), (ev_view_class_init):
11242         
11243         Shift + Space scrolls up. Fix for #173184
11244         
11245         * shell/ev-window.c: (ev_window_open_page),
11246         (ev_window_cmd_view_reload):
11247         
11248         Fix reload (Bug #300094)
11249
11250 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11251
11252         
11253         * dvi/mdvi-lib/assoc.c:
11254         * dvi/mdvi-lib/assoc.h: Removed garbage files
11255         
11256         * dvi/mdvi-lib/bitmap.c:
11257         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11258         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11259         * dvi/mdvi-lib/color.h: Antialias of rules
11260         
11261         * dvi/mdvi-lib/common.h:
11262         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11263         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11264         * dvi/mdvi-lib/files.c:
11265         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11266         * dvi/mdvi-lib/mdvi.h:
11267         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11268         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11269         * dvi/mdvi-lib/util.c: Fix compile warnings
11270         
11271         * dvi/dvi-document.c:
11272         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11273         (dvi_document_thumbnails_get_thumbnail),
11274         (dvi_document_document_thumbnails_iface_init):
11275         * dvi/mdvi-lib/Makefile.am:
11276         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11277         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11278         
11279         Dvi backend now renders thumbnails
11280
11281 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11282
11283         * shell/main.c: (main): 
11284         
11285         Save accelerators on exit. Fixes bug #172095.
11286
11287 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11288
11289         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11290         update priority" comment.
11291
11292         * backend/ev-job-queue.c: Give a way to change priority.
11293
11294 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11295
11296         * shell/ev-page-action.c: Fix logic.
11297
11298 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11299
11300         * shell/ev-view.c: (ev_view_can_find_next):
11301         * shell/ev-window.c: (ev_window_setup_document):
11302
11303         Check that the document supports find
11304
11305 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * data/evince-ui.xml:
11308         * shell/ev-view.c: (ev_view_can_find_next):
11309         * shell/ev-view.h:
11310         * shell/ev-window.c: (update_action_sensitivity),
11311         (find_changed_cb), (ev_window_setup_document),
11312         (ev_window_cmd_edit_find_next):
11313
11314         Add Edit->Find Next
11315
11316 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11317
11318         * pdf/ev-poppler.cc:
11319         * shell/ev-print-job.c: (idle_print_handler):
11320
11321         Make printing work again
11322
11323 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11324
11325         * shell/ev-page-action.h:
11326         * shell/ev-page-action.c: (ev_page_action_widget_init),
11327         (ev_page_action_widget_class_init), (page_changed_cb),
11328         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11329         (get_filter_model_from_model), (match_selected_cb),
11330         (display_completion_text), (match_completion), (update_model),
11331         (connect_proxy), (ev_page_action_set_property),
11332         (ev_page_action_get_property), (ev_page_action_set_document),
11333         (ev_page_action_set_model), (ev_page_action_class_init): Big
11334         reworking to make completions work iff we have >= GTK-2.7.0
11335                 
11336         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11337         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11338         (job_finished_cb): We now have a 'model' property that is set when
11339         the links are loaded.  This can be caught with "notify::model"
11340
11341         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11342         listen for the model to be set, and propagate it to the action.
11343
11344 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11345
11346         * cut-n-paste/recent-files/egg-recent-item.c:
11347         (egg_recent_item_set_uri), (make_valid_utf8),
11348         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11349         * cut-n-paste/recent-files/egg-recent-item.h:
11350         
11351         Update egg-recent from libegg. This should fix long
11352         startup problem. For details see
11353         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11354
11355 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11356
11357         * cut-n-paste/recent-files/Makefile.am:
11358         * data/evince-ui.xml, shell/Makefile.am:
11359         * shell/ev-application.c, shell/ev-application.h:
11360         * shell/ev-window.c: Recent files support.
11361         
11362         * configure.ac: Added "ru" to ALL_LINGUAS.
11363         
11364         * dvju: new backend to support DJVU files.
11365         * dvi: new backend to support DVI.
11366
11367         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11368         * ev-application.c: Support for new backends.
11369         
11370         * help, ev-window.c, main.c shell/Makefile.am: 
11371         Evince user documentation.
11372
11373 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11374
11375         * po/POTFILES.in:
11376         * shell/ev-window.c:
11377         * thumbnailer/evince-thumbnailer.c:
11378
11379         s/pdf-document/ev-poppler
11380
11381 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11382
11383         * NEWS:
11384         * configure.ac:
11385
11386         Release 0.2.0
11387
11388         * ps/ps-document.c: (setup_pixmap):
11389
11390         Remove debug code
11391
11392 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11393
11394         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11395         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11396         (ev_window_cmd_go_first_page): Fix of by one errors.
11397
11398 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11399
11400         * ps/ps-document.c: (get_page_box):
11401
11402         Fix page size calculation
11403
11404 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11405
11406         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11407         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11408         (get_page_orientation), (setup_page), (document_load),
11409         (ps_document_get_page_size), (render_pixbuf_idle):
11410         * ps/ps-document.h:
11411
11412         More refactoring to adapt to EvDocument changes
11413
11414 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11415
11416         * ps/ps-document.c: (start_interpreter):
11417
11418         Actually add alpha args
11419
11420 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11421
11422         * pdf/ev-poppler.cc:
11423
11424         Make clipboard work again
11425
11426 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11427
11428         Make searching work again.
11429         
11430         * backend/ev-document.c:
11431         * backend/ev-document.h:
11432         * backend/ev-document-find.c:
11433         * backend/ev-document-find.h: Change EvDocumentIface so we no
11434         longer store the current page or zoom level in the document.  The
11435         consequence is that all calls that operate on the current page now
11436         instead take the page number as an extra argument, and all
11437         coordinates are now doubles in document coordinate system.
11438
11439         * pdf/ev-poppler.cc:
11440         * pixbuf/pixbuf-document.c:
11441         * ps/ps-document.c: Update backends accordingly.
11442
11443 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11444
11445         * autogen.sh:
11446
11447         Add required gettext version
11448
11449 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11450
11451         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11452         make F1 bring up non-existent help.
11453
11454         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11455         epiphany's find bar, #167477
11456
11457         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11458         <emil@nishra.com> to add space-bar scrolling, 
11459
11460         * shell/ev-window.c (static GtkActionEntry entries): add default
11461         keybinding for Help (F1)
11462         Fixes #171068
11463
11464         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11465         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11466         170110
11467
11468 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11469
11470         * Makefile.am: 
11471         * pixbuf/pixbuf-document.c: 
11472
11473         Got pixbuf backend working again
11474
11475 2005-04-01  Steve Murphy  <murf@e-tools.com>
11476
11477         * configure.in: Added "rw" to ALL_LINGUAS.
11478
11479 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11482         model types, noticed by Martin Kretzschmar.
11483
11484 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11485
11486         * pdf/ev-poppler.cc: Implement search based on
11487         poppler_page_find_text().  Currently a bit crude since we remember
11488         all matches from all pages.  Also, we grab the big document lock
11489         when we search since searching changes the underlying stream and
11490         thus conflicts with the rendering thread.
11491         
11492         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11493         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11494         (ev_view_find_previous): Fix some page indexes to be 0 based,
11495         offset rubber band by view offset,
11496
11497 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11498
11499         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11500
11501 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11502
11503         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11504         completely because I didn't understand GtkActions.  I should
11505         read Marco's code more carefully in the future.
11506
11507         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11508         function
11509
11510 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11511
11512         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11513         PopplerRectangle change from poppler CVS.
11514
11515 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11516
11517         * backend/ev-document.c: (ev_document_get_page_label):
11518         * backend/ev-document.h:
11519         * backend/ev-page-cache.c: (_ev_page_cache_new),
11520         (ev_page_cache_get_page_label):
11521         * backend/ev-page-cache.h:
11522         * pdf/ev-poppler.cc:
11523         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11524         (links_page_num_func):
11525         * shell/ev-sidebar-thumbnails.c:
11526         (ev_sidebar_thumbnails_set_document):
11527         * shell/ev-view.c: (status_message_from_link),
11528         (ev_view_motion_notify_event):
11529         * shell/ev-window.c: (document_supports_sidebar): Add in page
11530         label support.  It's not perfect yet, but it's the first 'feature'
11531         in a while.
11532         Also, fix a bogus comment noticed by crispin. 
11533
11534 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11535
11536         * Makefile.am: Remove pixbuf backend for now
11537
11538         * configure.ac: Require poppler-glib instead of just poppler.
11539
11540         * backend/ev-document-thumbnails.h: Add a comment
11541
11542         * backend/ev-document.h:
11543         * backend/ev-document.c: (ev_document_class_init),
11544         (ev_document_load), (ev_document_get_link),
11545         (ev_document_get_links): Remove 3 methods and add get_links.
11546         Also, made 0 based.
11547
11548         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11549         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11550
11551         * backend/ev-link.c: (ev_link_set_title),
11552         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11553         (ev_link_mapping_find):
11554         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11555         
11556         * backend/ev-page-cache.c: (ev_page_cache_init),
11557         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11558         (ev_page_cache_get_size), (ev_page_cache_next_page),
11559         (ev_page_cache_prev_page): Fix to be 0 based.
11560
11561         * pdf/Makefile.am: 
11562         * pdf/ev-poppler.h:
11563         * pdf/ev-poppler.cc: New backend.
11564         
11565         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11566         (ps_document_get_page), (ps_document_document_iface_init):
11567
11568         * shell/ev-pixbuf-cache.h:
11569         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11570         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11571         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11572         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11573         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11574         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11575         based.
11576         
11577         * shell/ev-sidebar-thumbnails.c:
11578         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11579         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11580
11581         * shell/ev-view.c: (status_message_from_link),
11582         (find_page_at_location), (get_link_at_location),
11583         (ev_view_motion_notify_event), (ev_view_button_release_event),
11584         (ev_view_init): Use the new link code.  Fix to be 0 based.
11585
11586         * shell/ev-window.c: (update_action_sensitivity),
11587         (document_supports_sidebar): 0 based.
11588
11589 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11590
11591         * pdf/pdf-document.cc: Patch from Fernando Herrera
11592         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11593         *blush*
11594
11595 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11596
11597         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11598         1 to the page, as this seems to be 1 based.  I thought we has this
11599         fixed.  grump.
11600
11601 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11602
11603         * TODO:
11604         * backend/Makefile.am:
11605         * backend/ev-document-links.c:
11606         (ev_document_links_has_document_links),
11607         (ev_document_links_get_links_model):
11608         * backend/ev-document-links.h:
11609         * backend/ev-document.c: (ev_document_get_page_cache),
11610         (ev_document_get_doc_mutex), (ev_document_load),
11611         (ev_document_save), (ev_document_get_title),
11612         (ev_document_get_n_pages), (ev_document_set_page),
11613         (ev_document_get_page), (ev_document_set_target),
11614         (ev_document_set_scale), (ev_document_set_page_offset),
11615         (ev_document_get_page_size), (ev_document_get_text),
11616         (ev_document_get_link), (ev_document_render),
11617         (ev_document_render_pixbuf), (ev_document_scale_changed):
11618         * backend/ev-document.h:
11619         * backend/ev-job-queue.c: (remove_object_from_queue),
11620         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11621         (no_jobs_available_unlocked), (ev_render_thread),
11622         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11623         (ev_job_queue_remove_job):
11624         * backend/ev-job-queue.h:
11625         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11626         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11627         (ev_job_links_class_init), (ev_job_render_init),
11628         (ev_job_render_dispose), (ev_job_render_class_init),
11629         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11630         (ev_job_thumbnail_class_init), (ev_job_finished),
11631         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11632         (ev_job_render_run), (ev_job_thumbnail_new),
11633         (ev_job_thumbnail_run):
11634         * backend/ev-jobs.h:
11635         * backend/ev-link.c:
11636         * backend/ev-link.h:
11637         * backend/ev-page-cache.c: (ev_page_cache_init),
11638         (ev_page_cache_class_init), (ev_page_cache_finalize),
11639         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11640         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11641         (ev_page_cache_set_link), (ev_page_cache_get_title),
11642         (ev_page_cache_get_size), (ev_page_cache_next_page),
11643         (ev_page_cache_prev_page):
11644         * backend/ev-page-cache.h:
11645         * pdf/pdf-document.cc:
11646         * ps/gsdefaults.c:
11647         * ps/gsdefaults.h:
11648         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11649         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11650         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11651         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11652         (is_interpreter_ready), (output), (catchPipe), (input),
11653         (start_interpreter), (check_filecompressed), (compute_dimensions),
11654         (ps_document_enable_interpreter), (document_load),
11655         (ps_document_next_page), (render_page), (ps_document_set_page),
11656         (ps_document_set_scale), (render_pixbuf_idle),
11657         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11658         * ps/ps-document.h:
11659         * shell/Makefile.am:
11660         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11661         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11662         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11663         (ev_pixbuf_cache_new), (job_finished_cb),
11664         (check_job_size_and_unref), (move_one_job),
11665         (ev_pixbuf_cache_update_range), (find_job_cache),
11666         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11667         (ev_pixbuf_cache_add_jobs_if_needed),
11668         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11669         * shell/ev-pixbuf-cache.h:
11670         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11671         (idle_print_handler):
11672         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11673         (selection_changed_cb), (create_loading_model),
11674         (ev_sidebar_links_construct), (links_page_num_func),
11675         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11676         (update_page_callback), (job_finished_cb),
11677         (ev_sidebar_links_set_document):
11678         * shell/ev-sidebar-thumbnails.c:
11679         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11680         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11681         (page_changed_cb), (thumbnail_job_completed_callback),
11682         (ev_sidebar_thumbnails_set_document):
11683         * shell/ev-sidebar-thumbnails.h:
11684         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11685         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11686         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11687         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11688         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11689         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11690         (ev_view_button_release_event), (ev_view_scroll_view),
11691         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11692         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11693         (ev_view_new), (job_finished_cb), (page_changed_cb),
11694         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11695         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11696         (ev_view_find_previous):
11697         * shell/ev-view.h:
11698         * shell/ev-window.c: (update_action_sensitivity),
11699         (ev_window_open_page), (update_window_title), (update_total_pages),
11700         (page_changed_cb), (ev_window_setup_document),
11701         (password_dialog_response), (ev_window_cmd_save_as),
11702         (ev_window_print), (ev_window_cmd_go_previous_page),
11703         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11704         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11705         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11706         * shell/main.c: (main):
11707
11708         Merge evince-threads branch
11709
11710 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11711
11712         * configure.ac: Added "lt" to ALL_LINGUAS.
11713
11714 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11715
11716         * NEWS:
11717         * configure.ac:
11718
11719         Release 0.1.9
11720
11721 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11722
11723         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11724
11725         Fix here also the thumbnails 1-basedness :)
11726
11727 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * NEWS:
11730         * configure.ac:
11731
11732         Release 0.1.8
11733
11734 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * pdf/pdf-document.cc:
11737         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11738         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11739
11740         Fix the mess we did with thumbnails and 1-basedness
11741
11742 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11743
11744         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11745
11746 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * NEWS:
11749         * configure.ac:
11750
11751         Release 0.1.7
11752
11753 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * ps/Makefile.am:
11756         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11757         (gtk_gs_defaults_get_alpha_parameters),
11758         (gtk_gs_defaults_get_ungzip_cmd),
11759         (gtk_gs_defaults_get_unbzip2_cmd):
11760         * ps/gsdefaults.h:
11761         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11762         (ps_document_get_orientation), (document_load),
11763         (ps_document_goto_page), (ps_document_set_page_size):
11764         * ps/ps-document.h:
11765
11766         Some more sanitization of the ps backend. Remove a lot
11767         of unused code and do not base our defaults on ggv
11768         preferences (ugh!)
11769
11770 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11771
11772         * thumbnailer/evince-thumbnailer.schemas:
11773         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11774         (main): add -s option for thumbnail size.
11775
11776 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11777
11778         * configure.ac:
11779
11780         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11781         remove it.
11782
11783 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * pdf/pdf-document.cc:
11786
11787         Remove 4 pixels of useless border from the
11788         thumbnail.
11789
11790 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * backend/ev-document-thumbnails.c:
11793         (ev_document_thumbnails_get_thumbnail):
11794         * backend/ev-document-thumbnails.h:
11795
11796         Rework API a bit. Add a border flag and
11797         change sizing logic (now the size we specify
11798         applies to the bigger dimension).
11799
11800         * pdf/pdf-document.cc:
11801         * pixbuf/pixbuf-document.c:
11802         (pixbuf_document_thumbnails_get_thumbnail):
11803         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11804         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11805
11806         Adapt to the new API and do not draw a border for nautilus
11807         thumbnailer.
11808
11809 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11810
11811         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11812         take thumbnails from page "0" instead of "1". Added a copyright header.
11813
11814 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11815
11816         * ps/ps-document.c: (set_up_page), (start_interpreter):
11817
11818         Make it C89 compliant
11819
11820 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11821
11822         * Makefile.am:
11823         * configure.ac:
11824         * pdf/.cvsignore:
11825         * pdf/pdf-document.cc:
11826         * thumbnailer/Makefile.am:
11827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11828         (main):
11829         * thumbnailer/evince-thumbnailer.schemas:
11830         * thumbnailer/pdf-icon.png:
11831
11832         Add a nautilus thumbnailer.
11833         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11834
11835 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * NEWS:
11838         * configure.ac:
11839         * po/POTFILES.in:
11840
11841         Release 0.1.6
11842
11843 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11844
11845         Use poppler instead of including xpdf source code.  Poppler is a
11846         fork of xpdf to build it as a shared library. See
11847         http://freedesktop.org/wiki/Software/poppler.
11848
11849         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11850         xpdf fork.
11851         
11852         * pdf/Makefile.am: Build libpdfdocument.a here.
11853         
11854         * pdf/GDKSplashOutputDev.cc:
11855         * pdf/GDKSplashOutputDev.h:
11856         * pdf/GnomeVFSStream.cc:
11857         * pdf/GnomeVFSStream.h:
11858         * pdf-document.cc:
11859         * pdf-document.h:
11860         * test-gdk-output-dev.cc
11861         * Thumb.cc:
11862         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11863         against poppler.
11864
11865 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11868
11869         Clear idle stack before unsetting the document
11870
11871 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11872
11873         * ps/ps-document.c: (ps_document_widget_event),
11874         (ps_document_set_target), (ps_document_finalize),
11875         (ps_document_get_page):
11876
11877         Disconnect the widget event signal on finalize.
11878         Some code cleanups.
11879
11880 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * ps/ps-document.c: (set_up_page):
11883
11884         If there is no bpixmap create one, even if size
11885         is not changed.
11886
11887 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11890         (set_up_page), (document_load), (ps_document_set_zoom):
11891
11892         Default page is 0. Calculate size even when we have no
11893         target yet.
11894
11895 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11896
11897         * shell/ev-sidebar.c: expand the selection widget to be always as
11898         wide as the sidebar
11899
11900 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * shell/ev-sidebar-thumbnails.c:
11903         (ev_sidebar_thumbnails_set_document):
11904
11905         Clear the list store when setting document
11906
11907 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-page-action.c: (update_entry), (sync_entry),
11910         (activate_cb), (entry_size_request_cb), (create_tool_item),
11911         (connect_proxy):
11912
11913         Use an entry for the page control instead of spinbuttons
11914
11915 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11916
11917         * data/evince.schemas.in:
11918
11919         Correct confusing string
11920
11921 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11922
11923         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11924         for real.  Gosh, how long has this been broken.
11925
11926         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11927         check for a NULL link.  We crash otherwise.
11928
11929 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11930
11931         * NEWS:
11932         * configure.ac:
11933
11934         Release 0.1.5
11935
11936 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11937
11938         * configure.ac: add the french translation.
11939
11940 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * shell/ev-window.c:
11943
11944         Remove unused header -> fix distcheck
11945
11946 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * shell/ev-window.c: (update_window_title),
11949         (ev_window_popup_password_dialog):
11950
11951         Unescape filename for display
11952
11953 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11954
11955         * pdf/xpdf/pdf-document.cc:
11956
11957         In get_page_size deal with rotation. Also
11958         cleanup the function a bit.
11959
11960 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * pdf/xpdf/pdf-document.cc:
11963
11964         Fix crash when opening in new window
11965
11966 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11967
11968         * configure.ac:
11969
11970         Check ghostscript >= 7
11971
11972 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11973
11974         * shell/ev-window.c:
11975
11976         Make page width the default sizing mode
11977
11978 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11979         Marco Pesenti Gritti <marco@gnome.org>
11980
11981         * shell/ev-window.c: Remember the sidebar size
11982
11983         * data/evince.schemas.in: Add a new gconf key to store the size of
11984         the sidebar
11985
11986 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11987
11988         * data/evince-ui.xml:
11989         * shell/ev-window.c: (update_action_sensitivity),
11990         (ev_window_cmd_view_reload):
11991         
11992         Add a "Reload" action and menu entry
11993
11994 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11995
11996         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11997         iff the type doesn't support thumbnailing and indexing.
11998
11999 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
12000
12001         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
12002
12003 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12004
12005         * pdf/splash/Splash.cc:
12006
12007         Port fix for a crasher from kde bug
12008         http://bugs.kde.org/show_bug.cgi?id=97131
12009
12010 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * pdf/xpdf/pdf-document.cc:
12013
12014         Return a link even if it's of an unrecognized
12015         type. Otherwise we go in an infinte cycle.
12016
12017 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12018
12019         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
12020         (size_allocate_cb), (ev_window_set_sizing_mode):
12021
12022         Update size when switching mode
12023
12024 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12027         (ev_window_cmd_view_page_width), (update_sizing_buttons),
12028         (ev_window_cmd_view_normal_size):
12029
12030         Fix size toggle buttons behavior
12031
12032 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
12035         (doc_rect_to_view_rect), (ev_view_size_allocate),
12036         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
12037         (scale_changed_callback):
12038
12039         Do not cache offsets in size_allocate.
12040
12041 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * shell/ev-view.c: (ev_view_size_allocate):
12044
12045         Calculate offsets before calling the parent
12046         class (which does a redraw)
12047
12048 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12049
12050         * pdf/xpdf/pdf-document.cc:
12051
12052         Fix a crasher on exit. Unused code, put a TODO
12053
12054 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
12055
12056         * backend/ev-document.c: (ev_document_class_init),
12057         (ev_document_page_changed), (ev_document_scale_changed):
12058         * backend/ev-document.h:
12059
12060         Separate page/scale notifications
12061
12062         * pdf/xpdf/pdf-document.cc:
12063
12064         Emit the new signals.
12065         Do not display the pdf page in _render, do it
12066         when scale/page are requested.
12067
12068         * ps/ps-document.c: (ps_document_set_zoom),
12069         (ps_document_widget_event):
12070         * ps/ps-document.h:
12071
12072         Emit the new signals.
12073
12074         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12075         (ev_view_init), (page_changed_callback), (scale_changed_callback),
12076         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
12077         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
12078         * shell/ev-view.h:
12079         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
12080         (ev_window_cmd_view_page_width), (size_allocate_cb),
12081         (ev_window_set_sizing_mode):
12082
12083         Rework sizing to be pixel based.
12084         There are bugs but should be already way better.
12085
12086 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12087
12088         * shell/ev-window.c: (ev_window_init):
12089
12090         Do not allow to shrink sidebar smaller then
12091         child requisition
12092
12093 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12094
12095         * shell/ev-sidebar.[ch]
12096         * shell/ev-window.c:
12097
12098         Improved sidebar widget. Fixes #166683
12099
12100 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12101
12102         * shell/ev-view.c (update_find_status_message): Give translators
12103         more flexibility with ngettext plural handling.
12104
12105 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12106
12107         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12108         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12109         page when we get the page size.
12110
12111 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12114
12115         ps pages are 0 based, convert 
12116
12117 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12120
12121         Initialize correct parent class. Set GError on document load
12122
12123 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12124
12125         * pdf/xpdf/pdf-document.cc:
12126
12127         Fixup selection offset calculation
12128
12129         * shell/ev-view.c: (view_rect_to_doc_rect),
12130         (doc_rect_to_view_rect), (ev_view_size_allocate),
12131         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12132         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12133
12134         Store selection as document relative, so that zooming
12135         and offset changing doesnt break it.
12136
12137 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12138
12139         * shell/ev-view.c: (ev_view_best_fit):
12140
12141         Do not try to best fit if the view is not realized
12142
12143 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12144           
12145         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12146
12147 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12150
12151 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12152
12153         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12154         the popup window.  That prevents it resizing when in full screen
12155         mode.
12156
12157         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12158         multiple rerenders.  This pretty much sucks.
12159
12160         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12161         rest of the toolbar.
12162
12163 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12164
12165         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12166
12167 2005-02-17  Alexander Shopov  <ash@contact.bg>
12168
12169         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12170
12171 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12172
12173         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12174
12175 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12176
12177         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12178         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12179         (set_document_page), (document_changed_callback),
12180         (ev_view_set_document), (ev_view_find_previous),
12181         (ev_view_hide_cursor), (ev_view_show_cursor):
12182         * shell/ev-view.h:
12183         * shell/ev-window.c: (update_chrome_visibility),
12184         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12185         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12186         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12187         (ev_window_unfullscreen):
12188         * shell/main.c: (main):
12189
12190         Automatically hide the fullscreen button.
12191         Patch by Kristian Høgsberg <krh@redhat.com>
12192
12193 2005-02-16  Vincent Noel  <vnoel@cox.net>
12194
12195         * shell/main.c (main): Specify an icon for the window. Patch by
12196         Jaap A. Haitsma. Fixes #166177.
12197
12198 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12201
12202 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12203
12204         * backend/ev-document-misc.h:
12205         * backend/ev-document-misc.c:
12206         (ev_document_misc_get_page_border_size),
12207         (ev_document_misc_paint_one_page): New function to canonicalize
12208         sizing/painting a border.
12209
12210         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12211         used.
12212
12213         * pdf/xpdf/pdf-document.cc: use new function
12214
12215         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12216         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12217         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12218         shell/ev-window.c: (update_sizing_buttons),
12219         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12220         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12221         (ev_window_cmd_view_page_width), (size_allocate_cb),
12222         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12223         and "fit width" values act as toggle buttons so they stay
12224         toggled.  It's not 100% perfect, and it's a little slow, but it's
12225         good enough to commit I think.
12226
12227 2005-02-15  David Lodge  <dave@cirt.net>
12228
12229         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12230
12231 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12232
12233         * shell/ev-window.c (update_window_title): replace newlines in
12234         the title by spaces. Bug #166107.
12235
12236 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12237
12238         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12239         parameters providing allocation width and height without
12240         scrollbars and width of a possible vertical scrollbar. With this
12241         additional information the functions can work as
12242         intended. Unfortunately they're not idempotent. We should
12243         transform these commands to toggles. Fixes Bug #164976
12244         Initial patch by Stephane Loeuillet, then heavily modified.
12245
12246         * shell/ev-view.h: update prototypes.
12247
12248         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12249         (ev_window_cmd_view_page_width): provide EvView fit functions with
12250         all the information they need. Formulas to calculate this
12251         information taken from GtkScrolledWindow.
12252
12253 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12254
12255         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12256         created a thumbnail, the list store is updated to know
12257         that the thumbnail is set. Fixes bug #166792
12258
12259 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12260
12261         * shell/ev-window.c: fixed typo, closes bug 166897
12262
12263         * TODO: updated TODO with bug numbers that are relevant
12264
12265 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12266
12267         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12268
12269 2005-02-09  Vincent Noel  <vnoel@cox.net>
12270
12271         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12272         and "Next" toolbar buttons as important to make them stand out.
12273
12274 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12275
12276         * lib/ev-debug.c:
12277         * lib/ev-debug.h:
12278         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12279         (start_interpreter), (stop_interpreter), (document_load),
12280         (ps_document_next_page), (ps_document_goto_page),
12281         (ps_document_set_page_size), (ps_document_widget_event),
12282         (ps_document_render):
12283         * shell/ev-page-view.c: (ev_page_view_dispose):
12284         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12285
12286         Fix compilation on non-gcc platforms
12287
12288 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12289
12290         * NEWS:
12291         * configure.ac:
12292
12293         Release 0.1.4
12294
12295         * pdf/xpdf/Catalog.cc:
12296         * pdf/xpdf/XRef.cc:
12297
12298         Fix the fix for CAN-2004-0888
12299
12300 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12301
12302         * data/Makefile.am:
12303         * data/evince-ui.xml:
12304         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12305         * shell/ev-stock-icons.h:
12306         * shell/ev-window.c: (update_action_sensitivity),
12307         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12308         (set_action_properties):
12309
12310         Improve toolbar layout/icons
12311
12312 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12313
12314         * pdf/xpdf/pdf-document.cc:
12315
12316         Add warnings about unimplemented/unknown link
12317         types.
12318
12319 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * ps/ps-document.c: (set_up_page):
12322
12323         Log gs property
12324
12325 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * ps/ps-document.c: (start_interpreter):
12328
12329         Log gs env var
12330
12331 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12332
12333         * shell/ev-page-view.c: (ev_page_view_dispose):
12334         * shell/ev-view.c: (ev_view_finalize):
12335         * shell/ev-window.c: (ev_window_setup_document),
12336         (ev_window_dispose), (ev_window_init):
12337
12338         Solve more refs issues.
12339
12340         I commented out the page_view initialization for now:
12341         it was never destroyed (because it's never added
12342         to a container). Because of that we was leaking
12343         gs processes. Couldnt think to a clean fix.
12344         We need to figure this out, password view has the
12345         same issue probably.
12346
12347 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * ps/ps-document.c: (ps_document_finalize),
12350         (ps_document_get_n_pages), (ps_document_get_page):
12351
12352         Some cleanups, stop the interpreter on finalize
12353
12354         * shell/ev-page-view.c: (ev_page_view_dispose),
12355         (ev_page_view_class_init):
12356
12357         Release our reference on the document
12358
12359 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * Makefile.am:
12362         * configure.ac:
12363         * doc/debugging.txt:
12364         * lib/.cvsignore:
12365         * lib/Makefile.am:
12366         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12367         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12368         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12369         * lib/ev-debug.h:
12370
12371         Add debugging helpers
12372
12373         * ps/Makefile.am:
12374         * ps/ps-document.c: (set_up_page), (start_interpreter),
12375         (stop_interpreter), (document_load), (ps_document_next_page),
12376         (ps_document_goto_page), (ps_document_set_page_size),
12377         (ps_document_widget_event), (ps_document_render):
12378         * shell/Makefile.am:
12379         * shell/ev-view.c: (expose_bin_window):
12380         * shell/main.c: (main):
12381
12382         Add some logs
12383         
12384 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12385
12386         * ps/ps-document.c: (ps_document_widget_event):
12387
12388         Initialize message_window, this should make ps
12389         rendering really work! (Never noticed because I was
12390         testing with a ps that is causing gs to exit every time!)
12391
12392 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12393
12394         * data/evince.schemas.in: updated simple error in applyto closing tag
12395
12396 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12397
12398         * Makefile.am:
12399         * configure.ac:
12400         * data/.cvsignore:
12401         * data/Makefile.am:
12402         * data/evince-ui.xml:
12403         A data/evince.schemas.in:
12404         * po/POTFILES.in:
12405         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12406         * shell/ev-stock-icons.h:
12407         * shell/ev-window.c: (update_chrome_visibility),
12408         (update_chrome_flag), (ev_window_cmd_edit_find),
12409         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12410         (ev_window_unfullscreen), (ev_window_focus_in_event),
12411         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12412         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12413         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12414         (ev_window_dispose), (ev_window_class_init),
12415         (set_action_properties), (set_chrome_actions), (load_chrome),
12416         (ev_window_init):
12417
12418         Implement fullscreen mode changes from bug #164776.
12419         Also implement persistent chrome toggles.
12420
12421 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12422
12423         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12424
12425 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * NEWS:
12428         * configure.ac:
12429         * shell/ev-view.c:
12430
12431         Add another check for find interface
12432
12433         Release 0.1.3
12434
12435 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12436
12437         * shell/ev-application.c: (ev_application_open):
12438         * shell/ev-window.c: (ev_window_open):
12439
12440         Open gzipped ps documents
12441
12442 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * TODO:
12445         * shell/ev-view.c: (set_document_page):
12446
12447         Clamp page number, dont try to move to
12448         not existant pages.
12449
12450 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12451
12452         * backend/ev-document-find.c: (ev_document_find_changed):
12453         * backend/ev-document-find.h:
12454         * pdf/xpdf/pdf-document.cc:
12455         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12456         * shell/ev-window.c: (find_bar_search_changed_cb):
12457
12458         Fix several bugs with find
12459
12460 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12461
12462         * shell/ev-sidebar-thumbnails.c
12463         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12464         document. Prevents warning from scroll_to_cell.
12465
12466 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12467
12468         * configure.ac: Add «nb» to ALL_LINGUAS too.
12469
12470 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12471
12472         * NOTES: New file with some random thoughts.
12473
12474         * TODO: Update.
12475
12476         * backend/ev-document-misc.c:
12477         (ev_document_misc_get_page_border_size): New function to
12478         canonicalize shadow drawing sizes.  Possibly goofy.
12479
12480         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12481         (ev_view_best_fit), (ev_view_fit_width):
12482         * pdf/xpdf/pdf-document.cc:
12483         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12484         * ps/ps-document.c: (ps_document_get_page_size):
12485         * backend/ev-document-misc.h:
12486         * backend/ev-document.c: (ev_document_get_page_size):
12487         * backend/ev-document.h: get_page_size now takes a page number
12488         parameter.  Made all the backends/frontends honor it.
12489
12490         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12491         see.  Doesn't work yet.
12492
12493         * shell/Makefile.am:
12494         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12495         Doesn't do anything yet.
12496
12497         * shell/ev-sidebar-thumbnails.c:
12498         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12499         [0..n_pages-1]
12500
12501         * shell/ev-window.c: (update_action_sensitivity),
12502         (ev_window_setup_document), (ev_window_set_page_mode),
12503         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12504         view-swapping code a bit so we can have multiple views on a
12505         document.  Add the multi-page view, though it can't be turned on
12506         yet.
12507
12508 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * shell/ev-application.c: (ev_application_open):
12511         * shell/ev-view.c: (expose_bin_window):
12512         * shell/ev-window.c: (ev_window_open):
12513
12514         Support eps and check document supports find
12515         before drawing highlightings in expose.
12516
12517 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12518
12519         * pixbuf/pixbuf-document.c:
12520         (pixbuf_document_thumbnails_get_dimensions),
12521         (pixbuf_document_document_thumbnails_iface_init):
12522
12523         implement get_dimensions
12524
12525 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         * NEWS:
12528         * configure.ac:
12529
12530         Release 0.1.2
12531
12532 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * shell/ev-view.c: (set_document_page):
12535
12536         Scroll at the top of the page when changing page
12537
12538 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12539
12540         * shell/ev-view.c: (ev_view_motion_notify_event):
12541
12542         Do not redraw unnecessarily
12543
12544 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * pdf/xpdf/pdf-document.cc:
12547         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12548         (expose_bin_window), (find_changed_cb):
12549
12550         Yay! find works now... Now to find bugs...
12551
12552 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12553
12554         * backend/ev-document-find.c: (ev_document_find_base_init),
12555         (ev_document_find_changed):
12556         * backend/ev-document-find.h:
12557         * pdf/xpdf/pdf-document.cc:
12558         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12559         (expose_bin_window), (ev_view_init), (set_document_page),
12560         (ensure_rectangle_is_visible), (jump_to_find_result),
12561         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12562         (ev_view_find_next), (ev_view_find_previous):
12563         * shell/ev-view.h:
12564         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12565
12566         More work on find implementation, mostly there now
12567
12568 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12569
12570         * backend/ev-backend-marshalers.list:
12571         * backend/ev-document-find.c: (ev_document_find_base_init),
12572         (ev_document_find_cancel), (ev_document_find_page_has_results),
12573         (ev_document_find_get_n_results), (ev_document_find_get_result),
12574         (ev_document_find_get_progress), (ev_document_find_changed):
12575         * backend/ev-document-find.h:
12576
12577         Enanche the find interface to be really able to do
12578         multi page find.
12579
12580         * pdf/xpdf/pdf-document.cc:
12581
12582         Implement
12583
12584         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12585         (expose_bin_window), (ev_view_init),
12586         (ev_view_get_find_status_message), (find_changed_cb),
12587         (ev_view_set_document), (set_document_page):
12588
12589         Adapt to the new interface. A few things are regressed sorry,
12590         I will finish it soon.
12591
12592 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12593
12594         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12595         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12596         ev_sidebar_thumbnails_parent_class variable, don't define another
12597         parent_class variable.
12598
12599         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12600         (ev_page_action_class_init): ditto.
12601
12602         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12603         (pixbuf_document_class_init): ditto.
12604
12605         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12606         ditto.
12607
12608         * .cvsignore: ignore various valgrind output files.
12609
12610 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12611
12612         * data/evince-ui.xml:
12613         * shell/Makefile.am:
12614         * shell/ev-history.c:
12615         * shell/ev-history.h:
12616         * shell/ev-navigation-action.c:
12617         * shell/ev-navigation-action.h:
12618         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12619         (ev_view_set_page), (ev_view_fit_width):
12620         * shell/ev-view.h:
12621         * shell/ev-window.c: (update_action_sensitivity),
12622         (ev_window_setup_document), (register_custom_actions):
12623
12624         Kill session history
12625
12626 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12627
12628         * shell/ev-window.c: (update_action_sensitivity):
12629
12630         Fix inverted up/down buttons
12631
12632 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12633
12634         * shell/ev-sidebar-thumbnails.c
12635         (ev_sidebar_thumbnails_select_page): make sure the selected
12636         thumbnail stays visible.
12637
12638 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12639
12640         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12641         scrolled window for Federico.
12642
12643 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12644
12645         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12646
12647 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * configure.ac:
12650         * pdf/splash/SplashFTFontEngine.cc:
12651
12652         Fix CID fonts with freetype 2.1.9
12653
12654 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12655
12656         * TODO: added item for desktop icon thumbnailer
12657
12658 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12659
12660         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12661         unloaded docs when the title is accessed.
12662
12663         * shell/ev-password-view.[hc]: New widget for displaying password
12664         state.
12665
12666         * shell/ev-window.[ch]: Refactor password handling code to handle
12667         the new view.
12668
12669 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * NEWS:
12672         * configure.ac:
12673         * data/Makefile.am:
12674
12675         Release 0.1.1
12676
12677 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12678
12679         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12680         ignore page offset here, to make search results independent of it,
12681
12682         * shell/ev-view.c (expose_bin_window): but take offsets into
12683         account here. Bug #164932
12684
12685         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12686         scale at the right time. Bug #164996
12687
12688 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12689
12690         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12691         fix the problem. Now I just removed the Adobe font names and hope
12692         that the URW fonts are always in outline format. Bug #164934
12693
12694         * shell/ev-window.c (update_window_title): empty titles are
12695         useless, use filename in that case too.
12696
12697         * NEWS: Add some content.
12698
12699 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12700
12701         * TODO: added one more TODO item and a TODONE section :)
12702
12703 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12704
12705         * ps/ps-document.h: add page_[xy]_offset fields.
12706
12707         * ps/ps-document.c (ps_document_set_page_offset)
12708         (ps_document_render): Keep offset in consideration in a few
12709         places. Bug #164752 "postscript documents are not centered in
12710         window"
12711
12712         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12713         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12714
12715         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12716         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12717         stub out missing methods for complete EvDocument implementation.
12718         Fixes segfaults with Save A Copy and Copy actions.
12719
12720         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12721         (ps_document_document_iface_init): ditto.
12722         
12723 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12724
12725         * data/.cvsignore:
12726         * data/Makefile.am:
12727         * data/evince.desktop.in:
12728
12729         Add desktop file
12730
12731 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12732
12733         * shell/ev-view.c: (ev_view_button_press_event),
12734         (ev_view_motion_notify_event):
12735
12736         Make selection work in any direction
12737
12738 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12739
12740         * TODO:
12741         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12742
12743         Use shorter labels for some of the toolbars items
12744
12745 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12746
12747         * pdf/xpdf/pdf-document.cc:
12748
12749         Check the links info is initialized before
12750         using it. Should fix a crash on startup.
12751
12752 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12753
12754         * pixbuf/pixbuf-document.c
12755         (pixbuf_document_thumbnails_get_dimensions): force floating point
12756         division to calculate page_ratio. Fixes crash with landscape
12757         format pixbufs.
12758
12759 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12760
12761         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12762
12763 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12764
12765         * shell/ev-view.c (set_document_page): unset has_selection when
12766         the page changes.
12767         (set_document_page): handle paper size changes when the page
12768         changes (test with Free Culture, page 2).
12769
12770 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12773         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12774
12775         Use normal style color for the widget background and
12776         draw a black box around the page.
12777
12778 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12779
12780         * pdf/xpdf/pdf-document.cc:
12781
12782         Keep offset in consideration in a few places
12783
12784         * shell/ev-view.c: (expose_bin_window):
12785
12786         Set the offsets so that the document is ever centered
12787
12788 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12789
12790         * TODO: Added TODO items and finished off the first todo item
12791
12792         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12793         reflect current authors
12794
12795 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * pdf/xpdf/pdf-document.cc:
12798         * shell/ev-view.c: (ev_view_set_cursor),
12799         (ev_view_motion_notify_event), (document_changed_callback),
12800         (set_document_page):
12801
12802         Show a wait cursor while the page is rendering
12803
12804 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * shell/ev-sidebar-thumbnails.c:
12807         (ev_sidebar_tree_selection_changed),
12808         (ev_sidebar_thumbnails_select_page):
12809         * shell/ev-sidebar-thumbnails.h:
12810         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12811         (ev_view_can_go_forward):
12812         * shell/ev-window.c: (ev_window_open_page),
12813         (ev_window_setup_document), (update_current_page),
12814         (view_page_changed_cb), (ev_window_init):
12815         * shell/ev-window.h:
12816
12817         Ensure thumbnails selection, toolbar page control and
12818         current page are in sync.
12819
12820 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12821
12822         * pdf/xpdf/XRef.cc:
12823
12824         Fix CAN-2005-0064
12825
12826 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12827
12828         * backend/Makefile.am:
12829         * backend/ev-document-links.h:
12830         * backend/ev-document-security.c: (ev_document_security_get_type),
12831         (ev_document_security_has_document_security),
12832         (ev_document_security_set_password):
12833         * backend/ev-document-security.h:
12834         * backend/ev-document.c: (ev_document_error_quark):
12835         * backend/ev-document.h:
12836         * data/Makefile.am:
12837         * data/evince-password.glade:
12838         * pdf/xpdf/pdf-document.cc:
12839         * shell/Makefile.am:
12840         * shell/ev-password.c: (ev_password_set_bad_password_label),
12841         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12842         (ev_password_dialog_get_password),
12843         (ev_password_dialog_set_bad_pass):
12844         * shell/ev-password.h:
12845         * shell/ev-window.c: (ev_window_get_attribute),
12846         (ev_window_set_property), (update_action_sensitivity),
12847         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12848         (ev_window_setup_document), (ev_window_get_password),
12849         (ev_window_open), (ev_window_cmd_save_as),
12850         (using_postscript_printer), (ev_window_print),
12851         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12852         (update_fullscreen_popup), (ev_window_fullscreen),
12853         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12854         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12855         (menu_item_select_cb), (find_bar_search_changed_cb),
12856         (ev_window_dispose), (ev_window_init):
12857
12858         Add initial support for password-supported dialogs.  This could be
12859         a lot cooler, but it'll do for now.
12860
12861 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * pdf/xpdf/pdf-document.cc:
12864         * shell/ev-view.c: (status_message_from_link),
12865         (ev_view_set_status), (ev_view_set_cursor),
12866         (ev_view_motion_notify_event), (ev_view_init):
12867         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12868
12869         Fix bugs in the links implementation and change cursor
12870         when hovering a link.
12871
12872 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12873
12874         * viewer/.cvsignore: added cvsignore file for viewer directory
12875
12876         * TODO: created TODO document
12877
12878 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12879
12880         * shell/ev-view.h:
12881         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12882         new functions to help with implementation of sensitivity code
12883         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12884         of all actions that might require it.  Fixes a crash when you
12885         click on the Zoom actions in a window lacking a document.
12886
12887 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12888
12889         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12890         of the Find action
12891
12892 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12893
12894         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12895         (pixbuf_document_document_iface_init):
12896         * ps/ps-document.c: (ps_document_get_link),
12897         (ps_document_document_iface_init):
12898         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12899         (status_message_from_link), (ev_view_set_status),
12900         (ev_view_set_find_status), (ev_view_motion_notify_event),
12901         (ev_view_button_release_event), (ev_view_set_property),
12902         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12903         (ev_view_get_find_status_message), (update_find_results),
12904         (ev_view_get_status), (ev_view_get_find_status):
12905         * shell/ev-view.h:
12906         * shell/ev-window.c: (view_status_changed_cb),
12907         (view_find_status_changed_cb), (ev_window_init):
12908
12909         View status message support, use it to show the links.
12910         Needs work...
12911
12912 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12913
12914         * backend/ev-document.c: (ev_document_get_link):
12915         * backend/ev-document.h:
12916         * pdf/xpdf/pdf-document.cc:
12917         * shell/ev-application.c: (ev_application_open):
12918         * shell/ev-application.h:
12919         * shell/ev-sidebar-links.c: (selection_changed_cb):
12920         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12921         (ev_view_go_to_link):
12922
12923         Add support for document links
12924
12925 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12926
12927         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12928         (create_tool_item):
12929         Set the spin button limits correctly.
12930         
12931         * shell/ev-sidebar-thumbnails.c:
12932         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12933         Support changing pages by clicking on the thumbnails.
12934         
12935 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12936
12937         * pixbuf/pixbuf-document.c:
12938         (pixbuf_document_thumbnails_get_dimensions),
12939         (pixbuf_document_document_thumbnails_iface_init):
12940
12941         implement get_dimensions
12942
12943 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12944
12945         * ps/ps-document.c: (ps_document_goto_page):
12946
12947         Fix page switching on multipage documents
12948
12949 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12950
12951         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12952         
12953         check for NULL before assigning to width and height parameters
12954
12955 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12956
12957         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12958         (pixbuf_document_set_property), (pixbuf_document_get_property):
12959
12960         implement get/set properties
12961
12962 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12963
12964         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12965         
12966         return NULL instead of "Unknown", letting the title get set to
12967         the filename when the pdf has no title.
12968
12969 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * ps/ps-document.c: (ps_document_get_page_count),
12972         (ps_document_goto_page):
12973
12974 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12975
12976         * shell/ev-history.c: (ev_history_get_property),
12977         (ev_history_set_property), (ev_history_class_init),
12978         (ev_history_add_page), (ev_history_set_current_index):
12979         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12980         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12981         (ev_navigation_action_finalize):
12982         * shell/ev-navigation-action.h:
12983         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12984         (ev_view_go_forward), (ev_view_get_find_status_message),
12985         (history_index_changed_cb), (ev_view_set_history):
12986         * shell/ev-view.h:
12987         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12988         (update_current_page), (register_custom_actions):
12989
12990         Implement history dropdowns
12991
12992 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12995         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12996         (ev_view_go_forward):
12997         * shell/ev-window.c: (register_custom_actions):
12998
12999         Fix several history bugs
13000
13001 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
13002
13003         * configure.ac: Add «nb» to ALL_LINGUAS.
13004
13005 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
13006
13007         * backend/Makefile.am:
13008         * backend/ev-bookmark.c:
13009         * backend/ev-bookmark.h:
13010         * backend/ev-document-bookmarks.c:
13011         * backend/ev-document-bookmarks.h:
13012         * backend/ev-document-links.c: (ev_document_links_get_type),
13013         (ev_document_links_has_document_links),
13014         (ev_document_links_begin_read), (ev_document_links_get_link),
13015         (ev_document_links_get_child), (ev_document_links_next),
13016         (ev_document_links_free_iter):
13017         * backend/ev-document-links.h:
13018         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
13019         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
13020         (ev_link_get_link_type), (ev_link_set_link_type),
13021         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
13022         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
13023         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
13024         (ev_link_new_external):
13025         * backend/ev-link.h:
13026         * pdf/xpdf/pdf-document.cc:
13027         * shell/Makefile.am:
13028         * shell/ev-application.c: (ev_application_open_link):
13029         * shell/ev-application.h:
13030         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
13031         (ev_history_get_link_nth):
13032         * shell/ev-history.h:
13033         * shell/ev-sidebar-bookmarks.c:
13034         * shell/ev-sidebar-bookmarks.h:
13035         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13036         (ev_sidebar_links_class_init), (selection_changed_cb),
13037         (ev_sidebar_links_construct), (ev_sidebar_links_init),
13038         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
13039         (do_one_iteration), (populate_links_idle),
13040         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
13041         * shell/ev-sidebar-links.h:
13042         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13043         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
13044         (go_to_index):
13045         * shell/ev-view.h:
13046         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
13047         * shell/ev-window.h:
13048
13049         Rename bookmark to link, and use "Index" for the sidebar panel.
13050
13051 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         * shell/Makefile.am:
13054         * shell/ev-application.c: (ev_application_open_bookmark):
13055         * shell/ev-application.h:
13056         * shell/ev-history.c: (ev_history_init), (free_links_list),
13057         (ev_history_finalize), (ev_history_class_init),
13058         (ev_history_add_link), (ev_history_add_page),
13059         (ev_history_get_link_nth), (ev_history_get_n_links),
13060         (ev_history_get_current_index), (ev_history_set_current_index),
13061         (ev_history_new):
13062         * shell/ev-history.h:
13063         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13064         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
13065         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
13066         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
13067         (ev_view_set_page):
13068         * shell/ev-view.h:
13069         * shell/ev-window.c: (ev_window_open_bookmark),
13070         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
13071         (goto_page_cb), (register_custom_actions):
13072         * shell/ev-window.h:
13073
13074         Initial history implementation. Needs work.
13075
13076 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
13077
13078         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
13079
13080 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
13081
13082         * cut-n-paste/recent-files/egg-recent-item.c:
13083         * cut-n-paste/recent-files/egg-recent-item.h:
13084         * cut-n-paste/recent-files/egg-recent-model.c:
13085         * cut-n-paste/recent-files/egg-recent-util.c:
13086         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13087         * cut-n-paste/recent-files/egg-recent-view.c:
13088
13089         Update
13090
13091 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13092
13093         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13094         (fillGlyph, fillImageMask, drawImage):
13095         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13096         pdf/splash/SplashTypes.h:
13097         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13098         packed mode for Splash.
13099
13100         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13101         RGB8 packed mode, eliminates the pixbuf data creation loop.
13102
13103         * shell/ev-print-job.c (ev_print_job_finalize)
13104         (ev_print_job_set_property, ev_print_job_get_property)
13105         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13106         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13107         (print_closure_finalize, ev_print_job_print): implement
13108         printing (for backends with EvPsExporter)
13109
13110         * shell/ev_print_job.h: update prototypes.
13111
13112         * shell/ev-window.c (ev_window_print): unref print job after
13113         printing.
13114
13115         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13116         unless the document implements the EvDocumentFind interface.
13117
13118 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13119
13120         * configure.ac: Added ja to ALL_LINGUAS.
13121
13122 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13123
13124         * pdf/xpdf/pdf-document.cc:
13125
13126         add a FIXME. We should probably not allocate
13127         a bookmark object every time
13128
13129 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13130
13131         * shell/ev-application.c: (ev_application_open),
13132         (ev_application_open_bookmark):
13133         * shell/ev-application.h:
13134         
13135         Add a way to open bookmarks
13136
13137         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13138         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13139         (ev_bookmark_set_property), (ev_bookmark_class_init),
13140         (ev_bookmark_new_title), (ev_bookmark_new_link),
13141         (ev_bookmark_new_external):
13142
13143         Support for external uris, better constructors.
13144
13145         * backend/ev-bookmark.h:
13146         * pdf/xpdf/pdf-document.cc:
13147         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13148
13149         Handle external uris
13150
13151 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13152
13153         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13154         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13155
13156         Hook up bookmarks navigation
13157
13158 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * backend/Makefile.am:
13161         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13162         (ev_bookmark_get_title), (ev_bookmark_set_title),
13163         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13164         (ev_bookmark_get_page), (ev_bookmark_set_page),
13165         (ev_bookmark_get_property), (ev_bookmark_set_property),
13166         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13167         (ev_bookmark_new):
13168         * backend/ev-bookmark.h:
13169         * backend/ev-document-bookmarks.c:
13170         (ev_document_bookmarks_get_bookmark):
13171         * backend/ev-document-bookmarks.h:
13172         * pdf/xpdf/pdf-document.cc:
13173         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13174
13175         Add a bookmark object to the backend and use it instead of get_values
13176
13177 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * data/evince-ui.xml:
13180
13181         Cleanup and add select all.
13182
13183         * shell/ev-view.c: (ev_view_select_all),
13184         (ev_view_button_press_event):
13185         * shell/ev-view.h:
13186         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13187
13188         Add select all.
13189         Clear selection on click.
13190
13191 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13192
13193         * shell/ev-sidebar-thumbnails.c
13194         (ev_sidebar_thumbnails_set_document): forgot to unref the
13195         loading_icon.
13196
13197 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13198
13199         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13200         at the visible page, not just linearly.  This makes it look fast.
13201
13202 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13203
13204         * backend/ev-document-misc.c
13205         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13206         white.
13207         * backend/ev-document-thumbnails.h: New interface to get the size
13208         of a page.
13209
13210 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13211
13212         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13213         make dist works
13214
13215 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13216
13217         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13218         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13219         things up a bit.
13220
13221         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13222
13223 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13224
13225         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13226         fonts. Should fix font problems on systems that have the base
13227         fonts in bitmap format. Reported by James Henstridge
13228         <james@jamesh.id.au>.
13229
13230 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13231
13232         * pdf/xpdf/Gfx.cc:
13233         * pdf/xpdf/GfxState.cc:
13234
13235         Fix for CAN-2004-1125
13236
13237 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * shell/ev-view.c: (ev_view_copy):
13240         * shell/ev-view.h:
13241         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13242
13243         Implement Edit->Copy
13244
13245 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * backend/ev-document.c: (ev_document_get_text):
13248         * backend/ev-document.h:
13249         * pdf/xpdf/pdf-document.cc:
13250         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13251         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13252         (ev_view_update_primary_selection), (ev_view_button_press_event),
13253         (ev_view_motion_notify_event), (ev_view_button_release_event):
13254
13255         Beginnings of clipboard support. Incomplete but primary sort
13256         of work.
13257
13258 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13259
13260         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13261         (expose_bin_window):
13262
13263         Nicer rubberband drawing, from GtkIconView.
13264
13265 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13266
13267         * backend/ev-document.c: (ev_document_save):
13268         * backend/ev-document.h:
13269         * data/evince-ui.xml:
13270         * pdf/xpdf/pdf-document.cc:
13271         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13272
13273         Implement "Save a copy..." menu item
13274
13275 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13276
13277         * shell/ev-view.c: (ev_view_zoom):
13278
13279         Queue a resize when zoom changes
13280
13281 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13282
13283         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13284         shadows.
13285
13286         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13287         thumbnails..
13288
13289 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13290
13291         * pdf/xpdf/pdf-document.cc
13292         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13293
13294 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13295
13296         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13297         It's slow, but I'll speed it up next!
13298
13299 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13300
13301         * shell/main.c (load_files):
13302
13303         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13304         from the command line and because it seems more appropriate.
13305
13306 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * data/evince-ui.xml:
13309         * shell/ev-window.c: (update_action_sensitivity),
13310         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13311
13312         s/next page/page down
13313         s/previous page/page up
13314
13315 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13316
13317         * data/evince-ui.xml:
13318
13319         Change the layout to match clarkbw design.
13320
13321         * shell/Makefile.am:
13322         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13323         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13324         (ev_navigation_action_finalize),
13325         (ev_navigation_action_set_property),
13326         (ev_navigation_action_get_property),
13327         (ev_navigation_action_class_init):
13328         * shell/ev-navigation-action.h:
13329
13330         Implement clarkbw toolbar navigation controls (incomplete)
13331
13332         * shell/ev-page-action.c: (update_label), (update_spin),
13333         (value_changed_cb), (create_tool_item), (connect_proxy),
13334         (ev_page_action_init), (ev_page_action_finalize),
13335         (ev_page_action_set_property), (ev_page_action_get_property),
13336         (ev_page_action_set_current_page),
13337         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13338         * shell/ev-page-action.h:
13339
13340         Implement a page switcher in the toolbar
13341
13342         * shell/ev-view.c: (ev_view_scroll_view):
13343         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13344         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13345         (register_custom_actions), (ev_window_init):
13346
13347         Change page on PageUp/Down.
13348
13349 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13350
13351         * pdf/xpdf/pdf-document.cc
13352         (pdf_document_thumbnails_get_thumbnail): initial stab at
13353         implementing thumbnail support for pdfs.  It only does documents
13354         with precached pdfs now.
13355
13356 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13357
13358         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13359         thumbnail code into a time-based idle as well.  Also, turn off the
13360         shadow temporarily as it's really slow.
13361
13362 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * backend/ev-document.c: (ev_document_class_init):
13365         * pdf/xpdf/pdf-document.cc:
13366         * shell/ev-window.c: (ev_window_open):
13367
13368         Fix document title bugs and fallback to
13369         filename when not available.
13370
13371 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13372
13373         * backend/ev-document.c: (ev_document_get_type),
13374         (ev_document_class_init), (ev_document_load),
13375         (ev_document_get_title):
13376         * backend/ev-document.h:
13377         * pdf/xpdf/pdf-document.cc:
13378         * ps/ps-document.c: (ps_document_set_property),
13379         (ps_document_get_property), (ps_document_class_init),
13380         (document_load):
13381         * ps/ps-document.h:
13382         * ps/ps.h:
13383         * shell/ev-window.c: (update_window_title), (ev_window_open),
13384         (ev_window_init):
13385
13386         Initial support for document title. Not working yet.
13387
13388 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13389
13390         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13391
13392         Grab focus on the view when clicking it
13393
13394 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * shell/ev-marshal.list:
13397         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13398         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13399
13400         Add key bindings to the view. Now if the focus would work
13401         right...
13402
13403 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * Makefile.am:
13406         * backend/Makefile.am:
13407         * data/Makefile.am:
13408         * dvi/Makefile.am:
13409         * dvi/dvilib/Makefile.am:
13410         * pdf/xpdf/Makefile.am:
13411         * po/POTFILES.in:
13412         * ps/Makefile.am:
13413
13414         Fix distcheck
13415
13416 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13417
13418         * shell/ev-view.c: (ev_view_realize):
13419
13420         Fix mouse wheel scrolling
13421
13422 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13423
13424         * ps/Makefile.am:
13425         * ps/gstypes.h:
13426         * ps/gtkgs.c:
13427         * ps/gtkgs.h:
13428         * ps/ps-document.c: (catchPipe), (ps_document_init),
13429         (ps_document_class_init), (ps_document_cleanup),
13430         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13431         (set_up_page), (close_pipe), (is_interpreter_ready),
13432         (interpreter_failed), (output), (input), (start_interpreter),
13433         (stop_interpreter), (file_length), (file_readable),
13434         (check_filecompressed), (check_pdf), (compute_xdpi),
13435         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13436         (ps_document_get_type), (ps_document_emit_error_msg),
13437         (document_load), (ps_document_next_page),
13438         (ps_document_get_current_page), (ps_document_get_page_count),
13439         (ps_document_goto_page), (ps_document_set_page_size),
13440         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13441         (ps_document_load), (ps_document_get_n_pages),
13442         (ps_document_set_page), (ps_document_get_page),
13443         (ps_document_widget_event), (ps_document_set_target),
13444         (ps_document_set_scale), (ps_document_set_page_offset),
13445         (ps_document_get_page_size), (ps_document_render),
13446         (ps_document_document_iface_init):
13447         * ps/ps-document.h:
13448         * ps/ps.c:
13449         * shell/ev-window.c: (ev_window_open):
13450
13451         Rename GtkGS to PSDocument
13452
13453 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * ps/gtkgs.c: (gtk_gs_class_init):
13456         * ps/gtkgs.h:
13457
13458         Some more leftover...
13459
13460 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13463         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13464         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13465         * ps/gtkgs.h:
13466
13467         Remove unused code and make a lot of stuff private
13468
13469 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13472         (gtk_gs_defaults_changed):
13473         * ps/gsdefaults.h:
13474         * ps/gtkgs.c:
13475         * ps/gtkgs.h:
13476         * ps/ps.h:
13477
13478         Cleanup headers dependencies
13479
13480 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13481
13482         * ps/Makefile.am:
13483         * ps/ggvutils.c:
13484         * ps/ggvutils.h:
13485         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13486         * ps/gsdefaults.h:
13487         * ps/gtkgs.c: (file_length), (file_readable),
13488         (check_filecompressed), (check_pdf), (gtk_gs_load),
13489         (gtk_gs_get_postscript):
13490
13491         Get rid of ggvutils
13492
13493 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13494
13495         * ps/ggvutils.c:
13496         * ps/ggvutils.h:
13497         * ps/gsio.h:
13498         * ps/gtkgs.c: (gtk_gs_set_zoom):
13499
13500         Cleanups
13501
13502 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13503
13504         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13505
13506         Ensure the page is rerendered when changing zoom
13507
13508 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * backend/ev-document.c: (ev_document_base_init),
13511         (ev_document_changed):
13512         * backend/ev-document.h:
13513
13514         Add a changed event that is emitted when the page content
13515         changes. This is necessary to deal with the fact that
13516         in ps backend rendering happen asycrounously.
13517         This makes the ps backend mostly work.
13518
13519         * pdf/xpdf/pdf-document.cc:
13520
13521         Emit changed event
13522
13523         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13524         (ps_document_set_target):
13525
13526         Emit changed event
13527
13528         * shell/ev-view.c: (document_changed_callback),
13529         (ev_view_set_document), (ev_view_set_page):
13530
13531         Redraw on the changed signal
13532
13533 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13534
13535         * configure.ac: Added pt_BR to ALL_LINGUAS.
13536
13537 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13538
13539         * backend/ev-document-bookmarks.c:
13540         (ev_document_bookmarks_get_child): *
13541         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13542         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13543         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13544         (ev_sidebar_bookmarks_destroy),
13545         (ev_sidebar_bookmarks_class_init),
13546         (ev_sidebar_bookmarks_construct), (stack_data_free),
13547         (do_one_iteration), (populate_bookmarks_idle),
13548         (ev_sidebar_bookmarks_clear_document),
13549         (ev_sidebar_bookmarks_set_document): *
13550         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13551         (ev_sidebar_add_page),
13552         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13553         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13554         it displays both the topics and the page numbers.
13555
13556 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13557
13558         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13559         toggle.
13560         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13561         visible.
13562
13563 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13564
13565         * configure.ac: Added en_CA to ALL_LINGUAS.
13566
13567 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13568
13569         * ChangeLog: replace bottom of this ChangeLog (merged history of
13570         ggv and gpdf; where all paths were wrong and most of the files are
13571         not even in this tree) with ChangeLog (from arch) of the shell
13572         code.
13573
13574 2004-12-23  Havoc Pennington  <hp@redhat.com>
13575
13576         * shell/ev-window.c: hook up potentially-questionable "find
13577         results status text" feature - something involving the sidebar or
13578         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13579         might be better in the end.
13580
13581         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13582         with corresponding signal when it should be updated
13583
13584         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13585
13586 2004-12-22  Havoc Pennington  <hp@redhat.com>
13587
13588         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13589         find stuff on other pages, sort of (only returns one result on
13590         invisible pages, to show they have results; updates full results
13591         for a page when you view it). Currently repaints the current page
13592         every time a new result is found on any page, which isn't so nice.
13593
13594 2004-12-22  Havoc Pennington  <hp@redhat.com>
13595
13596         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13597         the document doesn't support find (better ideas?)
13598         (find_bar_search_changed_cb): handle missing document or document
13599         that doesn't support find
13600
13601         * pdf/xpdf/pdf-document.cc: port to implement the new
13602         EvDocumentFindIface
13603
13604         * backend/ev-document-find.c: create a new interface for searching
13605
13606         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13607
13608 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13609
13610         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13611         libevbackend.la.
13612
13613         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13614         EvPrintJob constructor arguments.
13615
13616         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13617         for documents that can export PostScript (page by page).
13618
13619         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13620         
13621         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13622         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13623         (pdf_document_ps_exporter_iface_init:
13624         Implement EvPSExporter.
13625
13626         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13627
13628 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13629
13630         * backend/Makefile.am:
13631         * backend/ev-document-thumbnails.c:
13632         (ev_document_thumbnails_get_type),
13633         (ev_document_thumbnails_get_thumbnail):
13634         * backend/ev-document-thumbnails.h:
13635         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13636         (pixbuf_document_thumbnails_get_thumbnail),
13637         (pixbuf_document_document_thumbnails_iface_init):
13638         * shell/Makefile.am:
13639         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13640         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13641         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13642         * shell/ev-sidebar-thumbnails.h:
13643         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13644         (ev_sidebar_set_document):
13645         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13646         (create_shadow), (ev_pixbuf_add_shadow):
13647         * shell/ev-utils.h:
13648         Add thumbnail support.
13649         
13650 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13651
13652         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13653         (using_postscript_printer): Set up a print dialog for "PostScript
13654         injection" method.
13655
13656         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13657         EvPrintJob.
13658
13659         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13660
13661 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13664         (ps_document_set_target), (ps_document_get_page_size),
13665         (ps_document_render):
13666         * ps/gtkgs.h:
13667
13668         Fix a few bugs
13669
13670 2004-12-22  Christian Rose  <menthos@menthos.com>
13671
13672         * configure.ac: Added "sv" to ALL_LINGUAS.
13673
13674 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13675
13676         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13677         document supports bookmarks.
13678
13679 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13680
13681         * ps/ggvutils.c: (ggv_file_readable):
13682         * ps/ggvutils.h:
13683         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13684         (gtk_gs_get_postscript):
13685
13686         Remove unused utils
13687
13688 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13689
13690         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13691         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13692         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13693         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13694         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13695         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13696         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13697         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13698         (gtk_gs_set_antialiasing), (ps_document_load),
13699         (ps_document_render):
13700         * ps/gtkgs.h:
13701
13702         Another check point for the ps backend. Now I can get it to show
13703         pages!
13704
13705 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13708         document setting code.
13709
13710 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13711
13712         * shell/eggfindbar.c: (entry_activate_callback):
13713         Animate the next button when activate is pressed.
13714         
13715 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13716
13717         * shell/ev-window.c: (ev_window_cmd_edit_find),
13718         (update_fullscreen_popup), (ev_window_fullscreen),
13719         (ev_window_unfullscreen), (ev_window_state_event_cb),
13720         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13721         Fix bugs in fullscreen code.
13722         
13723 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13724
13725         * Makefile.am:
13726         * configure.ac:
13727         * pixbuf/Makefile.am:
13728         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13729         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13730         (pixbuf_document_set_page), (pixbuf_document_get_page),
13731         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13732         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13733         (pixbuf_document_render), (pixbuf_document_begin_find),
13734         (pixbuf_document_end_find), (pixbuf_document_finalize),
13735         (pixbuf_document_class_init),
13736         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13737         * pixbuf/pixbuf-document.h:
13738         * shell/Makefile.am:
13739         * shell/ev-application.c: (ev_application_open):
13740         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13741         (ev_window_open):
13742         Add pixbuf backend.
13743         
13744 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13745
13746         * Makefile.am: 
13747         * dvi/dvilib/Makefile.am:
13748         * dvi/Makefile.am:
13749         * configure.ac: Auto*ify dvi and dvi/dvilib
13750
13751         * dvi/Makefile: Remove from CVS
13752         
13753         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13754         confusion.
13755
13756         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13757         
13758         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13759         
13760 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * ps/Makefile.am:
13763         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13764         (gtk_gs_value_adjustment_changed), (compute_size),
13765         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13766         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13767         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13768         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13769         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13770         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13771         (ps_document_load), (ps_document_get_n_pages),
13772         (ps_document_set_page), (ps_document_get_page),
13773         (ps_document_set_target), (ps_document_set_scale),
13774         (ps_document_set_page_offset), (ps_document_get_page_size),
13775         (ps_document_render), (ps_document_begin_find),
13776         (ps_document_end_find), (ps_document_document_iface_init):
13777         * ps/gtkgs.h:
13778         * shell/Makefile.am:
13779         * shell/ev-window.c: (ev_window_open):
13780
13781         Some work to integrate gtkgs with EvDocument
13782
13783 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13784
13785         * shell/ev-window.c: (update_fullscreen_popup),
13786         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13787         (exit_fullscreen_button_clicked_cb),
13788         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13789         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13790         (ev_window_state_event_cb), (ev_window_init):
13791         Add fullscreen support from Epiphany.
13792         
13793 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13794
13795         * data/ev-stock-zoom-fit-width.png: fit-width
13796         stock icon from gpdf.
13797         
13798         * shell/ev-stock-icons.[ch]: copied from gpdf.
13799         
13800         * shell/main.c: (main): init stock icons.
13801         
13802         * shell/ev-window.c: use the fit-width icon.
13803         
13804         * data/evince-ui.xml: add zooming toolbar items.
13805
13806 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13807
13808         * shell/ev-view.c: 
13809         (ev_view_best_fit), (ev_view_fit_width): because
13810         get_page_size() returns the scaled page size, we
13811         need to calculate the scale factor relative to
13812         the previous scale factor. Should really just
13813         add get_real_page_size().
13814
13815 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13816
13817         * shell/ev-view.[ch]:
13818         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13819         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13820         add zooming.
13821         
13822         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13823         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13824         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13825         hook it up.
13826         
13827         * pdf/xpdf/pdf-document.cc:
13828         (pdf_document_begin_find),
13829         (pdf_document_end_find): make static.
13830
13831 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13832
13833         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13834
13835         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13836         names to fontconfig patterns.
13837         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13838
13839         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13840         setupBaseFontsFc.
13841
13842 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13843
13844         * Makefile.am:
13845         * configure.ac:
13846         * ps/Makefile.am:
13847         * ps/ggvutils.c:
13848         * ps/ggvutils.h:
13849         * ps/gsdefaults.c:
13850         * ps/gsdefaults.h:
13851         * ps/gsio.c:
13852         * ps/gsio.h:
13853         * ps/gtkgs.c:
13854         * ps/gtkgs.h:
13855         * ps/ps.c:
13856         * ps/ps.h:
13857
13858         Import ggv backend. Not hooked up yet.
13859
13860 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13861
13862         * shell/main.c: (load_files), (main): load files
13863         from the command line.
13864
13865 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13866
13867         * configure.ac: don't require bonobo.
13868         
13869         * cut-n-paste/recent-files/*: kill bonobo recent
13870         view.
13871
13872         * shell/ev-window.c:
13873         (ev_window_is_empty): upd.
13874         (unable_to_load), (ev_window_open): load backend
13875         based on the mime type.
13876
13877 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13878
13879         * backend/.cvsignore: ignore generated marshalers source.
13880
13881         * shell/main.c (main): this is not epiphany.
13882
13883 2004-12-22  Havoc Pennington  <hp@redhat.com>
13884
13885         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13886         (expose_bin_window): draw find highlights
13887
13888         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13889         
13890         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13891         (pdf_document_end_find): implement this interface
13892
13893         * backend/ev-document.c (ev_document_found): add this to emit
13894         signal
13895
13896 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13897
13898         * data/evince-ui.xml: Add a few more toolbar items.
13899
13900         * shell/ev-window.c: Hook up page navigation toolbar 
13901         items.
13902
13903         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13904         a page-changed signal.
13905
13906         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13907         Add ev_document_get_page().
13908
13909         * shell/ev-window.c: Sensitize/desensitize navigation
13910         actions.
13911
13912 2004-12-21  Havoc Pennington  <hp@redhat.com>
13913
13914         * backend/ev-backend-marshal.c,
13915         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13916         marshaler-generator thingy. I'm sure there's a better way to do
13917         this in the modern world.
13918
13919         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13920         end_find methods and "found" signal.
13921
13922         * configure.ac: find glib-genmarshal
13923
13924 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13925
13926         * shell/ev-sidebar.c: Construct an actual sidebar.
13927         * shell/ev-sidebar-bookmarks.[ch]:
13928         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13929
13930 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13931
13932         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13933         Redo size handling.
13934         
13935         * shell/ev-view.c: Track the size from the document.
13936
13937 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13938
13939         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13940         constructor assumes ownership of the string passed in.
13941         
13942         * shell/ev-window.c (ev_window_open): Destroy the error
13943         dialog once we've displayed it.
13944
13945 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13946
13947         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13948         a bit, it works! (sort of)
13949
13950         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13951         Move to .cc since we need to use C++ in the implementation.
13952
13953         * shell/dummy.cc: Add a CC file to force evince
13954         to be linked as a C++ program.
13955
13956 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13957
13958         * shell/ev-view.[ch]: Start of content-area widget.
13959
13960         * shell/ev-window.c: Create a EvView, update it
13961         as we change documents.
13962
13963         * shell/Makefile.am shell/ev-marshal.list: Add
13964         generated marshalers.
13965
13966 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13967
13968         * Makefile.am (SUBDIRS): move shell.
13969
13970 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13971
13972         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13973         .a to libtool convenience libraries.
13974
13975         * shell/ev-window.c (ev_window_open): Hard code loading
13976         a PDF document.
13977         
13978         * backend/ev-document.h: Add a boolean return to load(),
13979         fix GError * to GError **.
13980
13981         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13982         object for a PDF backend EvDocument.
13983
13984 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13985
13986         * dvi/*: New directory with the beginning of a .dvi backend.
13987
13988 2004-12-21  Havoc Pennington  <hp@redhat.com>
13989
13990         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13991         previous/next instead of back/forward
13992
13993 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13994
13995         * backend/ev-document.[ch]: Fix a couple of problems so
13996         it compile.
13997
13998 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13999
14000         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
14001         to backend/ directory, rename EvViewer to EvDocument.
14002
14003 2004-12-21  Havoc Pennington  <hp@redhat.com>
14004
14005         * shell/ev-window.c: hook up the find bar widget; now we just need
14006         a document to find things in
14007
14008         * shell/eggfindbar.c: a find bar widget
14009
14010 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
14011
14012         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
14013
14014 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
14015
14016         * pdf/**: Import of xpdf code from gpdf. 
14017
14018         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
14019
14020         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
14021         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
14022         Fix FreeType includes.
14023
14024         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
14025         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
14026         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
14027         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
14028         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
14029         Include xpdfconfig.h
14030         
14031 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
14032
14033         * shell/ev-window.c (ev_window_dispose): dispose can be called
14034         multiple times.
14035
14036 2004-12-21  Havoc Pennington  <hp@redhat.com>
14037
14038         * shell/ev-window.c (ev_window_init): set title to Document Viewer
14039         rather than Evince
14040
14041         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
14042         items; really they should be synced with the strings, etc. from
14043         current gpdf, but just getting the boring typing out of the way 
14044
14045 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14046
14047         * po/POTFILES.in:
14048         * shell/ev-application.c: (window_destroy_cb):
14049         * shell/ev-window.c:
14050         * shell/main.c: (main):
14051
14052         Actually show the window...
14053
14054 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14055
14056         * Makefile.am:
14057         * shell/Makefile.am:
14058         * shell/ev-application.c: (ev_application_class_init):
14059         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
14060
14061         Make it build again
14062
14063 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
14064
14065         Import to gnome cvs.
14066         
14067         * Remove copies of gpdf and ggv trees.
14068         * Rip out all the recursive configure code.
14069         * Remove bonobo machinery.
14070         * viewer/*: GInterfaces that backends should/can implement.
14071
14072 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14073
14074         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
14075         typo
14076
14077 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14078
14079         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
14080         (ev_application_finalize, ev_application_class_init)
14081         (ev_application_init): use GType instance private data for priv.
14082
14083         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14084         (ev_window_finalize, ev_window_class_init)
14085         (ev_window_init): ditto.
14086
14087 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14088
14089         * shell/ev-application.c (ev_application_new_window): make public
14090         (ev_application_show_initial_window): kill.
14091
14092         * shell/ev-application.h: update prototypes.
14093
14094         * shell/main.cc (main): inline ev_application_show_initial_window.
14095
14096 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14097
14098         * shell/ev-application.c (ev_application_new_window): impl.
14099         (ev_application_show_initial_window): use it.
14100         (is_window_empty, ev_application_get_empty_window): returns an
14101         existing empty window or a new one.
14102         (ev_application_open): from ev_window_cmd_file_open.
14103
14104         * shell/ev-application.h: update prototypes
14105
14106         * shell/ev-window.c (ev_window_is_empty): impl.
14107         (ev_window_open): make public.
14108         (ev_window_cmd_file_open): use ev_application_open
14109
14110         * shell/ev-window.h: update prototypes, remove unused.
14111
14112 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14113
14114         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14115         move destroy handler out of here...
14116
14117         * shell/ev-application.c, shell/ev-application.h: ...into this new
14118         class. Also handles initial window creation.
14119
14120         * shell/main.cc (main): use EvApplication to create initial
14121         window.
14122
14123 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14124
14125         * Makefile.am (SUBDIRS): add cut-n-paste
14126
14127         * cut-n-paste/Makefile.am: add
14128
14129         * configure.ac: generate Makefiles in cut-n-paste
14130
14131 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14132
14133         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14134         (ev_window_class_init): install ev_window_dispose.
14135
14136 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14137
14138         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14139         char (gchar looks stupid).
14140
14141 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14142
14143         * po/de.po: updated German translation.
14144
14145 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14146
14147         * configure.ac: add more pkg-config library checks for gnome-vfs,
14148         bonobo etc.
14149
14150         * gpdf/configure.in: temporarily disable libpaper
14151         checks. Otherwise I'd have to add the checks for the shell, too.
14152
14153 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14154
14155         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14156         and * file filters to the file choose.
14157
14158 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14159
14160         * po/de.po: Updated German translation.
14161
14162 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14163
14164         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14165
14166 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14167
14168         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14169
14170         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14171         (ev_window_init): implement those menuitems.
14172
14173 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14174
14175         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14176
14177         * shell/ev-window.c (ev_window_init): use the toolbar.
14178
14179 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14180
14181         * shell/ev-window.c (ev_window_init): use menu translations
14182
14183 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14184
14185         * configure.ac: add "de" to ALL_LINGUAS.
14186
14187         * po/de.po: add German translation.
14188
14189 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14190
14191         * Makefile.am (SUBDIRS): add po
14192
14193         * configure.ac: check intltool, glib-gettext etc, generate
14194         po/Makefile.in
14195
14196         * po, po/POTFILES.in, po/POTFILES.skip: new.
14197
14198 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14199
14200         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14201         already use (#ifdef ENABLE_NLS)
14202
14203         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14204         pointer indirection thinko.
14205
14206         * shell/main.c: include gi18n.h for bindtextdomain etc.
14207
14208 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14209
14210         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14211         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14212         tooltips for menu items in the statusbar.
14213
14214 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14215
14216         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14217         pkgdatadir drop UIDIR
14218
14219 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14220
14221         * data/evince-ui.xml: Add File->Open menu item
14222
14223         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14224         chooser), hook it up in the ui manager.
14225
14226 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * shell/ev-window.c: fix Help->About tooltip.
14229
14230 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14231
14232         * configure.ac: set CFLAGS for libevprivate.
14233
14234         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14235         definitions, factory etc.
14236
14237         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14238
14239         * shell/Makefile.am: link against libevprivate.a.
14240
14241         * shell/ev-window.c (entries): add stock icon to Help->About.
14242
14243         * shell/main.c (main): init stock icon code.
14244
14245 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14246
14247         * lib/recent-files: egg recent files code
14248
14249         * lib/Makefile.am: add.
14250
14251         * Makefile.am: add lib subdir.
14252
14253         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14254         set CFLAGS for recent-files.
14255
14256 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14257
14258         * configure.ac: disable -ansi and -pedantic gcc flags. They
14259         disable POSIX stuff in stdio.h, but egg-recent uses them.
14260
14261 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14262
14263         * configure.ac: add --disable-deprecated flag (defaults to on in
14264         "cvs" builds).
14265
14266         * shell/Makefile.am (INCLUDES): use it.
14267
14268 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14269
14270         * shell/main.c: add missing #include.
14271
14272         * shell/ev-window.c: fix for pedantic gcc.
14273         (ev_window_cmd_help_about): split license into paragraphs for
14274         translators and pedantic compilers.
14275
14276 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14277
14278         * configure.ac: add more warning flags if compiling with gcc from
14279         cvs (or explicitly requested with --enable-more-warnings).
14280
14281 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14282
14283         * data/evince-ui.xml: add File and File->Close menu.
14284
14285         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14286         (ev_window_destroy): quit after destroy.
14287         (ev_window_class_init): override GtkObject::destroy.
14288         (entries): install close_window callback.
14289
14290 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14291
14292         * Makefile.am (SUBDIRS): add data subdir.
14293
14294         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14295         gtk+ 2.5.0 for GtkAboutDialog.
14296
14297         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14298         main window.
14299
14300         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14301
14302         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14303         manager.
14304         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14305
14306 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14307
14308         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14309
14310 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14311
14312         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14313
14314 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14315
14316         * shell/*: Added shell directory boilerplate, build it.
14317
14318 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14319
14320         * configure.ac, Makefile.am: Added top-level configure.ac and
14321         Makefile.am