]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix memory leak.
[evince.git] / ChangeLog
1 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * cut-n-paste/smclient/eggsmclient-xsmp.c:
4         (sm_client_xsmp_set_initial_properties):
5
6         Fix memory leak.
7         
8 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-application.c: (ev_application_open_window),
11         (ev_application_open_uri_at_dest):
12
13         Make sure evince starts up in the right workspace when resuming a
14         previous session.
15         
16 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-application.[ch]: (ev_application_open_window),
19         (ev_application_add_icon_path_for_screen),
20         (ev_application_open_uri_at_dest):
21
22         Fix window manager warnings shown in ~/.xsession-errors
23         
24 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * configure.ac:
27         * cut-n-paste/Makefile.am:
28         * cut-n-paste/smclient/Makefile.am:
29         * cut-n-paste/smclient/eggdesktopfile.[ch]:
30         * cut-n-paste/smclient/eggsmclient-private.h:
31         * cut-n-paste/smclient/eggsmclient-xsmp.c:
32         * cut-n-paste/smclient/eggsmclient.[ch]:
33
34         EggSMClient copied from libegg
35
36         * libdocument/ev-file-helpers.c: (ev_dot_dir):
37         * shell/Makefile.am:
38         * shell/ev-application.[ch]: (ev_application_load_session),
39         (smclient_save_state_cb), (smclient_quit_cb),
40         (ev_application_init_session), (ev_application_shutdown),
41         (ev_application_init):
42         * shell/main.c: (main):
43
44         Use EggSMClient instead of gnome-client and remove libgnome and
45         libgnomeui dependencies.
46         
47 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
48
49         * shell/main.c: (main):
50
51         Remove gnome_authentication_manager_init.
52         
53 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * shell/ev-view.c: (ev_view_goto_window_create):
56
57         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
58         since it's now deprecated.
59         
60 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * backend/djvu/Makefile.am:
63         * backend/djvu/djvu-document-private.h:
64         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
65         (djvu_document_find_iface_init):
66         * backend/djvu/djvu-text-page.[ch]:
67         * backend/djvu/djvu-text.[ch]: Removed
68         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
69         (pdf_document_find_iface_init):
70         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
71         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
72         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
73         (ev_job_find_get_n_results), (ev_job_find_get_progress),
74         (ev_job_find_has_results), (ev_job_find_get_results):
75         * shell/ev-view-private.h:
76         * shell/ev-view.[ch]: (ev_view_expose_event),
77         (highlight_find_results), (ev_view_finalize),
78         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
79         (ev_view_set_document), (ev_view_find_get_n_results),
80         (ev_view_find_get_result), (jump_to_find_result),
81         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
82         (ev_view_find_previous), (ev_view_find_search_changed),
83         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
84         * shell/ev-window.c: (ev_window_update_actions),
85         (page_changed_cb), (ev_window_setup_document),
86         (ev_window_update_find_status_message),
87         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
88         (ev_window_clear_find_job), (find_bar_close_cb),
89         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
90         (ev_window_dispose), (ev_window_init):
91
92         Rework find interface. The find logic has been moved from backends
93         to the shell avoiding a lot of duplicated code in the backends and
94         making easier to implement the find interface in the backends.
95         
96 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * backend/pdf/ev-poppler.cc:
99         (pdf_document_thumbnails_get_dimensions):
100
101         Make sure thumbnail size returned by the PDF is actually
102         valid. Fixes bug #548462.
103         
104 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * shell/ev-window.c: (ev_window_setup_document),
107         (ev_window_set_document), (ev_window_dispose):
108
109         Remove the idle function for setting the document up when the
110         window is destroyed. Fixes bug #549163.
111         
112 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
113
114         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
115         (ev_job_attachments_dispose), (ev_job_attachments_run),
116         (ev_job_attachments_class_init), (ev_job_attachments_new):
117         * shell/ev-sidebar-attachments.c:
118         (ev_sidebar_attachments_set_document):
119
120         Add a new job to get the attachments in a thread with the document
121         lock held. Fixes bug #548653.
122         
123 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
126         (tiff_document_document_iface_init):
127
128         Implement document_get_page_label in tiff backend.
129         
130 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * backend/tiff/tiff-document.c: (tiff_document_render):
133
134         Handle document orientation in tiff backend. Fixes bug #548444.
135         
136 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
137
138         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
139
140         Do not crash when adjustment page size is 0. Fixes bug #547440.
141         
142 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * cut-n-paste/evmountoperation/ev-mount-operation.c:
145
146         Sync with current GTK+.
147         
148 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
149
150         * configure.ac:
151         
152         Update for release 2.23.6.
153
154 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
157         (ev_job_load_set_password):
158         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
159         * shell/ev-window.c: (password_dialog_response),
160         (ev_window_load_job_cb):
161
162         Fix loading encrypted documents since I broke it with the jobs
163         rework.
164         
165 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * NEWS:
168
169         Update NEWS for 2.23.6 release.
170         
171 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
172
173         * backend/impress/impress-document.c:
174         * backend/impress/render.h:
175         * libdocument/ev-document-factory.c:
176         * libdocument/ev-document-factory.h:
177         * libdocument/ev-document-links.h:
178         * libdocument/ev-document-misc.c:
179         * libdocument/ev-document-misc.h:
180         * properties/ev-properties-main.c:
181         * properties/ev-properties-view.c:
182         * properties/ev-properties-view.h:
183         * shell/eggfindbar.c:
184         * shell/eggfindbar.h:
185         * shell/ev-application.c:
186         * shell/ev-application.h:
187         * shell/ev-jobs.h:
188         * shell/ev-message-area.h:
189         * shell/ev-navigation-action.c:
190         * shell/ev-navigation-action.h:
191         * shell/ev-open-recent-action.c:
192         * shell/ev-open-recent-action.h:
193         * shell/ev-page-action-widget.c:
194         * shell/ev-page-action.c:
195         * shell/ev-page-action.h:
196         * shell/ev-page-cache.h:
197         * shell/ev-password-view.h:
198         * shell/ev-password.h:
199         * shell/ev-pixbuf-cache.h:
200         * shell/ev-properties-fonts.c:
201         * shell/ev-sidebar-attachments.c:
202         * shell/ev-sidebar-links.c:
203         * shell/ev-sidebar-links.h:
204         * shell/ev-sidebar-thumbnails.c:
205         * shell/ev-sidebar-thumbnails.h:
206         * shell/ev-sidebar.c:
207         * shell/ev-sidebar.h:
208         * shell/ev-stock-icons.c:
209         * shell/ev-tooltip.h:
210         * shell/ev-view.c:
211         * shell/ev-view.h:
212         * shell/ev-window.c:
213         * shell/ev-window.h:
214         * shell/main.c:
215
216         More #include cleanups. Again: reordering, single gtk.h
217         includes and other stuff.
218
219 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
220
221         * shell/eggfindbar.c:
222         * shell/ev-application.c:
223         * shell/ev-message-area.c:
224         * shell/ev-navigation-action.c:
225         * shell/ev-open-recent-action.c:
226         * shell/ev-page-action-widget.c:
227         * shell/ev-page-action.c:
228         * shell/ev-password-view.c:
229         * shell/ev-properties-dialog.c:
230         * shell/ev-properties-fonts.c:
231         * shell/ev-sidebar-attachments.c:
232         * shell/ev-sidebar-page.c:
233         * shell/ev-sidebar-thumbnails.c:
234         * shell/ev-stock-icons.c:
235         * shell/ev-tooltip.c:
236         * shell/ev-view.c:
237         * shell/ev-window.c:
238         * shell/main.c:
239
240         Cleanup many #include statements: reorder so that a
241         generic-to-specific order is used, use single gtk.h
242         includes, and some other cleanups.
243
244 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * shell/ev-jobs.h:
247
248         Add gio header.
249         
250 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
253         (ev_document_fc_mutex_trylock):
254         * shell/Makefile.am:
255         * shell/ev-job-queue.[ch]:
256         * shell/ev-job-scheduler.[ch]:
257         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
258         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
259         (ev_job_run), (ev_job_cancel), (ev_job_failed),
260         (ev_job_failed_from_error), (ev_job_succeeded),
261         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
262         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
263         (ev_job_links_class_init), (ev_job_render_init),
264         (notify_page_ready), (ev_job_render_page_ready),
265         (ev_job_render_run), (ev_job_render_class_init),
266         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
267         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
268         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
269         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
270         (ev_job_save_dispose), (ev_job_save_run),
271         (ev_job_save_class_init), (ev_job_print_init),
272         (ev_job_print_dispose), (ev_job_print_run),
273         (ev_job_print_class_init):
274         * shell/ev-page-cache.c:
275         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
276         (check_job_size_and_unref), (move_one_job),
277         (copy_job_to_job_info), (add_job),
278         (ev_pixbuf_cache_add_jobs_if_needed):
279         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
280         (job_fonts_finished_cb), (job_fonts_updated_cb),
281         (ev_properties_fonts_set_document):
282         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
283         (ev_sidebar_links_set_document):
284         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
285         (ev_sidebar_thumbnails_set_document),
286         (ev_sidebar_thumbnails_clear_job):
287         * shell/ev-view-private.h:
288         * shell/ev-view.c:
289         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
290         (ev_window_refresh_window_thumbnail), (password_dialog_response),
291         (ev_window_clear_load_job), (ev_window_clear_reload_job),
292         (ev_window_load_job_cb), (ev_window_reload_job_cb),
293         (window_open_file_copy_ready_cb), (ev_window_open_uri),
294         (ev_window_reload_document), (ev_window_clear_save_job),
295         (ev_window_save_job_cb), (file_save_dialog_response_cb),
296         (ev_window_clear_print_job), (ev_window_print_job_cb),
297         (ev_window_print_dialog_response_cb):
298         * shell/main.c: (main):
299
300         Rework the jobs system in order to make it simpler and more
301         extensible. It allows to run jobs in the main loop instead of
302         using a thread when it's appropriate like the fonts job. Now it's
303         also possible to cancel jobs that are currently running. 
304         
305 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * libdocument/ev-debug.c: (profile_init):
308
309         Create the hash table also when profiling service is enabled for
310         all sections.
311         
312 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * libdocument/ev-debug.[ch]: (ev_profiler_start),
315         (ev_profiler_stop):
316         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
317         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
318         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
319         (ev_job_print_run):
320         * shell/main.c: (main):
321
322         Add a profile mode available when debug is enabled. Add profilers
323         in ev-jobs.
324         
325 2008-07-23  Götz Waschk <waschk@mandriva.org>
326
327         * configure.ac: Correctly build desktop file. Fixes
328         bug #544237.
329
330 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
331
332         * configure.ac:
333         
334         Update for release 2.23.5.
335
336 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * NEWS:
339
340         Update NEWS for 2.23.5 release.
341         
342 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * shell/ev-window.c: (ev_window_state_event),
345         (ev_window_class_init):
346
347         Intercept window manager's fullscreen request in order to run/stop
348         fullscreen mode. Fixes bug #493541.
349         
350 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * shell/ev-window.c: (find_bar_visibility_changed_cb):
353
354         Restart the job search when the find bar is opened for the second
355         time. Fixes bug #531956.
356         
357 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
358
359         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
360         (get_document_from_uri):
361
362         Make sure we always return a valid error struct when
363         get_document_from_uri fails. Fixes nautilus crash, see bug
364         #542548.
365         
366 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
367
368         * libdocument/ev-transition-effect.c
369         (ev_transition_effect_type_get_type),
370         (ev_transition_effect_alignment_get_type),
371         (ev_transition_effect_direction_get_type):
372         
373         Fixes bug #542924. Makes enums static to fix Solaris build.
374
375 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * shell/ev-view.c: (ev_view_key_press_event):
378
379         Add '.' keybinding for blanking the screen in presentation
380         mode. Fixes bug #542001.
381         
382 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * libdocument/ev-document-misc.c:
385         (ev_document_misc_pixbuf_from_surface):
386
387         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
388         #540950.
389         
390 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
391
392         * backend/comics/comics-document.c (comics_document_load):
393         * backend/comics/comicsdocument.evince-backend.in:
394         * configure.ac:
395         * thumbnailer/evince-thumbnailer-comics.schemas.in:
396         
397         Added support for 7-zip based cb7 comic book. Patch by
398         Kartik Rustagi. Fixes bug #532312.
399
400 2008-06-24  Bastien Nocera  <hadess@hadess.net>
401
402         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
403         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
404         Fixes bug #539972.
405
406 2008-06-24  Bastien Nocera  <hadess@hadess.net>
407
408         * shell/Makefile.am:
409         * shell/ev-application.c (ev_application_init),
410         (ev_application_get_media_keys):
411         * shell/ev-application.h:
412         * shell/ev-marshal.list:
413         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
414         (proxy_destroy), (on_media_player_key_pressed),
415         (ev_media_player_keys_init), (ev_media_player_keys_focused),
416         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
417         * shell/ev-media-player-keys.h:
418         * shell/ev-window.c (ev_window_go_previous_page),
419         (ev_window_go_next_page), (ev_window_go_first_page),
420         (ev_window_go_last_page), (ev_window_start_presentation),
421         (ev_window_dispose), (view_actions_focus_in_cb):
422         * shell/ev-window.h: When building with D-Bus support, listen
423         for multimedia key events from gnome-settings-daemon. This allows
424         to go to the next/previous/first/last pages using, respectively,
425         Next/Previous/Rewing/Fast Forward. The Play button is used to start
426         a presentation. Fixes bug #539971.
427
428 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
429
430         * configure.ac:
431         
432         Update for release 2.23.4.
433
434 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * NEWS:
437
438         Update news for 2.23.4 release.
439         
440 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
443         * shell/ev-sidebar-thumbnails.c:
444         (ev_sidebar_thumbnails_set_loading_icon),
445         (ev_sidebar_thumbnails_refresh):
446         * shell/ev-window.c: (ev_window_error_message),
447         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
448         (ev_window_set_document):
449
450         Do not crash opening documents with no pages and show a warning
451         message in the message area. Fixes bugs #537574 and #171588.
452         
453 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/Makefile.am:
456         * shell/ev-file-monitor.[ch]:
457         * shell/ev-window.c: (ev_window_document_changed),
458         (ev_window_clear_reload_job), (ev_window_load_job_cb),
459         (ev_window_reload_job_cb), (ev_window_open_uri),
460         (ev_window_reload_document), (ev_window_cmd_view_reload),
461         (ev_window_dispose):
462
463         Automaticly reload the document when the file has changed on
464         disk. Bug #304249.
465         
466 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
467
468         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
469         * libdocument/ev-image.c: (ev_image_save_tmp):
470         * libdocument/ev-module.c: (ev_module_load):
471         * shell/ev-application.c: (ev_application_shutdown),
472         (ev_application_get_print_settings):
473         * shell/ev-sidebar-attachments.c:
474         (ev_sidebar_attachments_button_press),
475         (ev_sidebar_attachments_drag_data_get):
476         * shell/ev-window.c: (window_save_file_copy_ready_cb),
477         (ev_window_print_finished), (ev_window_print_send),
478         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
479         (ev_window_preview_print_finished), (ev_window_do_preview_print),
480         (ev_window_cmd_preview_print):
481         * shell/main.c: (load_files_remote):
482         Fix some build warnings under GCC 4.3.0. (#537535).
483
484 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
485
486         * shell/ev-jobs.c: (ev_job_render_dispose):
487
488         Fix a crash in debug mode. Patch by Daniel M German.
489         
490 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * shell/ev-window.c:
493
494         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
495         
496 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * shell/ev-window.c: (ev_window_print_send),
499         (ev_window_do_preview_print):
500
501         Use the window title as print job name instead of just
502         "evince-print". Fixes bug #534493.
503         
504 2008-05-19  Frederic Peters  <fpeters@0d.be>
505
506         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
507         Bug #533897.
508
509 2008-05-19  Frederic Peters  <fpeters@0d.be>
510
511         * help/reference/Makefile.am: added missing libevmountoperation to
512         gtkdoc-scanobj libraries.  Bug #533896.
513
514 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
515
516         * properties/ev-properties-view.c (get_default_user_units):
517         Fixes check for default units string translation. Bug #533323.
518
519 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
520
521         * backend/impress/iksemel.c (sax_core): Fix a free() that should
522         be an iks_free(). Fix an array overflow in the XML parser that
523         would occur whenever the number of attributes in a tag was greater
524         than 0 and divisible by 6. Fixes GNOME bug #530852.
525
526 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * backend/djvu/djvu-document-private.h:
529         * backend/djvu/djvu-links.c:
530         * backend/djvu/djvu-text.c:
531         * backend/djvu/djvu-document.c: (djvu_handle_events),
532         (djvu_wait_for_message), (djvu_document_load),
533         (document_get_page_size), (djvu_document_render),
534         (djvu_document_thumbnails_get_thumbnail),
535         (djvu_document_file_exporter_end):
536
537         Make sure load job doesn't finish successfully when the document
538         is not successfully decoded by libdjvu. Fixes bug #530202.
539         
540 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
541
542         * configure.ac:
543         * libdocument/Makefile.am:
544         * libdocument/ev-debug.[ch]:
545         * libdocument/ev-document.c:
546         * shell/ev-jobs.c: (ev_job_links_dispose),
547         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
548         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
549         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
550         (ev_job_render_page_ready), (ev_job_render_run),
551         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
552         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
553         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
554         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
555         (ev_job_print_new), (ev_job_print_run):
556         * shell/main.c: (main):
557
558         Add debug mode based on gedit code. Add debug messages in
559         ev-jobs.
560         
561 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * libdocument/ev-document-factory.c: (get_document_from_uri):
564
565         Fix memory leak.
566         
567 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
568
569         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
570         (get_mime_type_from_data), (get_document_from_uri),
571         (ev_document_factory_get_document):
572         
573         Improved error message about file opening failture.
574         Bug #529129.
575
576 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
577
578         * data/evince-toolbar.xml:
579         
580         Allow to add SaveAs to toolbar.
581
582 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
583
584         * shell/ev-view-private.h:
585         * shell/ev-view.[ch]: (ev_view_button_release_event),
586         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
587         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
588         (ev_view_update_primary_selection), (clear_link_selected),
589         (ev_view_copy_link_address):
590         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
591
592         Update also the primary selection when copying a link
593         address. Fixes bug #520855.
594         
595 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * libdocument/ev-document-factory.c: (get_document_from_uri):
598
599         Use the pixbuf backend only when the mime type is not supported by
600         any of the other backend so that tiff documents, for instance, are
601         handled by the tiff backend instead of the pixbuf backend. fixes
602         bug #520290.
603         
604 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * cut-n-paste/Makefile.am:
607
608         Add evmountoperation to subdirs list.
609         
610 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * configure.ac:
613
614         Fix libspectre check in configure script. Fixes bug #528549.
615         
616 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * configure.ac:
619         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
620         * shell/Makefile.am:
621         * shell/ev-window.c: (ev_window_load_remote_failed),
622         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
623
624         Add GtkMountOperation (renamed to avoid conflicts) to be able to
625         open documents in remote locations that are not mounted.
626         
627 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
630         (bitmap_convert_msb8):
631         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
632         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
633
634         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
635         
636 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
639         (ev_job_render_new), (ev_job_render_set_selection_info),
640         (ev_job_render_run):
641         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
642         (check_job_size_and_unref),
643         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
644         (add_job), (ev_pixbuf_cache_get_selection_surface):
645
646         Create the render context needed for rendering a page in the render
647         thread so that we don't block the main thread. Simplify
648         EvJobRender API.
649         
650 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * libdocument/Makefile.am:
653         * libdocument/ev-page.[ch]:
654         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
655         (ev_render_context_new), (ev_render_context_set_page):
656         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
657         (ev_form_field_finalize), (ev_form_field_class_init):
658         * libdocument/ev-document-forms.[ch]:
659         (ev_document_forms_get_form_fields):
660         * libdocument/ev-document.[ch]: (ev_document_get_page),
661         (ev_document_get_page_size), (ev_document_get_page_label):
662         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
663         (ev_job_render_run), (ev_job_thumbnail_new),
664         (ev_job_thumbnail_run), (ev_job_print_run):
665         * shell/ev-page-cache.c: (ev_page_cache_new):
666         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
667         (check_job_size_and_unref), (add_job):
668         * shell/ev-sidebar-thumbnails.c: (add_range):
669         * shell/ev-view.c: (ev_view_form_field_get_region),
670         (ev_view_form_field_button_create_widget),
671         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
672         (ev_view_handle_form_field), (ev_view_size_allocate),
673         (get_selected_text):
674         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
675         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
676         (pdf_document_get_page), (pdf_document_get_page_label),
677         (pdf_document_render), (pdf_document_get_info),
678         (pdf_document_document_iface_init),
679         (pdf_document_thumbnails_get_thumbnail),
680         (pdf_document_thumbnails_get_dimensions),
681         (pdf_document_file_exporter_do_page),
682         (pdf_selection_render_selection),
683         (pdf_selection_get_selected_text),
684         (pdf_selection_get_selection_region),
685         (pdf_selection_get_selection_map),
686         (pdf_document_forms_get_form_fields),
687         (pdf_document_forms_form_field_text_get_text),
688         (pdf_document_forms_form_field_text_set_text),
689         (pdf_document_forms_form_field_button_set_state),
690         (pdf_document_forms_form_field_button_get_state),
691         (pdf_document_forms_form_field_choice_get_item),
692         (pdf_document_forms_form_field_choice_get_n_items),
693         (pdf_document_forms_form_field_choice_is_item_selected),
694         (pdf_document_forms_form_field_choice_select_item),
695         (pdf_document_forms_form_field_choice_toggle_item),
696         (pdf_document_forms_form_field_choice_unselect_all),
697         (pdf_document_forms_form_field_choice_set_text),
698         (pdf_document_forms_form_field_choice_get_text):
699         * backend/ps/ev-spectre.c: (ps_document_get_page),
700         (ps_document_get_page_size), (ps_document_get_page_label),
701         (ps_document_render), (ps_document_document_iface_init),
702         (ps_document_file_exporter_do_page):
703         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
704         (tiff_document_render), (tiff_document_render_pixbuf),
705         (tiff_document_file_exporter_do_page):
706         * backend/pixbuf/pixbuf-document.c:
707         (pixbuf_document_get_page_size):
708         * backend/comics/comics-document.c:
709         (comics_document_get_page_size), (comics_document_render_pixbuf):
710         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
711         (djvu_document_render), (djvu_selection_get_selected_text),
712         (djvu_document_thumbnails_get_thumbnail),
713         (djvu_document_file_exporter_do_page),
714         (djvu_document_find_get_result):
715         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
716         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
717         (dvi_document_thumbnails_get_thumbnail),
718         (dvi_document_file_exporter_do_page):
719         * backend/impress/impress-document.c:
720         (impress_document_get_page_size),
721         (impress_document_render_pixbuf):
722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
723
724         Add EvPage so that we can hold a reference to the backend
725         page. Form fields keep now a reference to the poppler page
726         improving performance since we don't have to create/destroy the
727         poppler field for every form operation. This will be needed for
728         annotations too.
729         
730 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * data/evince-ui.xml:
733         * shell/ev-window.c:
734
735         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
736         
737 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * configure.ac:
740         * backend/ps/Makefile.am:
741
742         Remove gs stuff from ps backend.
743         
744 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
745
746         * configure.ac:
747         * backend/pdf/ev-poppler.cc:
748
749         Bump poppler requirement to 0.8.0.
750         
751 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
752
753         * NEWS:
754         * configure.ac:
755
756         Update for release 2.22.1.1
757
758 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * configure.ac:
761
762         Fix build (again) when poppler version is 0.6
763         
764 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * backend/djvu/djvu-links.c: (build_tree):
767
768         Make sure link title is a valid utf8 string. Fixes bug #526517.
769         
770 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * configure.ac:
773
774         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
775         #526799.
776         
777 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
778
779         * configure.ac:
780         
781         Update for release 2.22.1.
782
783 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * NEWS:
786
787         Update for upcoming release.
788
789 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * configure.ac:
792         * backend/dvi/dvidocument.evince-backend.in:
793
794         Add compressed dvi to the list of supported mime types. Patch by
795         Ed Catmur. Fixes bug #307087.
796
797 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/ev-jobs.c: (ev_job_print_get_page_list):
800
801         Fix a crash when printing a range that doesn't specify the start or
802         end page. Fixes bug #524288.
803
804 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * shell/ev-window.c: (ev_window_cmd_continuous),
807         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
808         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
809         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
810         (ev_window_run_presentation), (ev_window_stop_presentation),
811         (ev_window_cmd_view_presentation),
812         (ev_window_cmd_leave_fullscreen),
813         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
814
815         Do not unfullscreen and fullscreen again the window when changing
816         from fullscreen to presentation mode and vice versa. Fixes bug
817         #524112.
818         
819 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
822
823         Do not crash when thumbnail failed to render in PS backend. Fixes
824         bug #525015.
825         
826 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * shell/ev-window.c: (window_open_file_copy_ready_cb),
829         (ev_window_load_file_remote), (ev_window_open_uri):
830
831         Handle errors when opening remote files.
832         
833 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
834
835         * shell/ev-page-action.c: (ev_page_action_grab_focus):
836
837         Only grab the focus for the current visible proxy widget. Fixes
838         bug #521224.
839         
840 2008-03-30  Emil Soleyman  <emil@nishra.com>
841
842         * shell/ev-window.c: (launch_external_uri):
843         
844         Reuse g_app_info_launch_default_for_uri to
845         save some code and fix bug #525009.
846
847 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
848
849         * shell/ev-window.c (image_save_dialog_response_cb):
850
851         Use g_str_has_suffix. See bug #523069.
852
853 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * configure.ac:
856
857         Add a configure option to enable/diable DBus. Patch by Rémi
858         Cardona. Fixes bug 521797.
859
860 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
863
864         Fix printing in documents with rotated pages. Patch by Eugen
865         Dedu. Fixes bug #512648.
866         
867 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
870         (ev_link_from_action):
871
872         Fix warning messages.
873         
874 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * shell/ev-window.c: (image_save_dialog_response_cb):
877
878         Do not append the extension to filename when saving an image
879         if the filename alredy contains the extension. Fixes bug #523069.
880         
881 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
882
883         * shell/ev-view.[ch]: (ev_view_find_cancel):
884         * shell/ev-window.c: (find_bar_close_cb):
885
886         Cancel the find operation when the find bar is closed. Fixes bug
887         #508845.
888         
889 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
890
891         * backend/ps/psdocument.evince-backend.in:
892
893         Make ps backend module resident. Fixes bug #520607.
894         
895 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-jobs.c: (ev_job_print_run):
898
899         Invert collate action in order to work as expected, fix reverse
900         printing so that it doesn't start with a blank page and fix number
901         of copies. Patch by Eugen Dedu. Fixes bug #365332.
902         
903 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
906
907         Fix build with poppler <= 0.7.2
908         
909 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * libdocument/ev-document-misc.c:
912         (ev_document_misc_surface_from_pixbuf):
913
914         Fix selections with poppler-splash.
915         
916 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * configure.ac:
919         * backend/pdf/ev-poppler.cc:
920
921         Fix build with poppler >= 0.7.2
922         
923 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
924
925         * configure.ac:
926         
927         Update for release 2.22.0
928
929 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * NEWS:
932
933         Update for upcoming release.
934
935 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
936
937         * shell/ev-window.c (ev_window_print_dialog_response_cb):
938
939         Bug 495107 – Handle print dialog responses correctly
940
941         Correctly handle print dialog response. Properly fixes
942         the above mentioned bug.
943
944 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
947
948         Make sure print job is only run when the print button is
949         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
950         
951 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * backend/pdf/pdfdocument.evince-backend.in:
954         * libdocument/ev-backends-manager.c:
955         (ev_backends_manager_load_backend),
956         (ev_backends_manager_get_document):
957         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
958
959         Allow making backend modules resident. This is needed only for
960         some backends like pdf to avoid registering glib types more than
961         once.
962         
963 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
964
965         * backend/comics/comics-document.c:
966         * backend/djvu/djvu-document.c:
967         * backend/impress/impress-document.c:
968         * backend/pdf/ev-poppler.cc:
969         * backend/pixbuf/pixbuf-document.c:
970         * backend/ps/ev-spectre.c:
971         * backend/ps/ps-document.c:
972         * backend/tiff/tiff-document.c:
973         * libdocument/ev-document.h:
974         * properties/ev-properties-main.c:
975
976         Use g_type_module_add_interface instead of
977         g_type_add_interface_static. Fixes bug #519679.
978         
979 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
980
981         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
982         Added. Returns whether the animation has everything necessary to run.
983         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
984         is ready just because it's been created. Fixes #519106.
985         (draw_one_page): Do not show the "Loading..." text in presentation
986         mode, there was a slim probability that this could happen.
987
988 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
991
992         Duplicate mime_type string before freeing it so that it doesn't
993         always fail when getting mime type from uri. Fixes bug #518874.
994         
995 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-view.c: (ev_view_form_field_choice_changed):
998
999         Fix a crash when a choice form field doesn't have any item
1000         selected. Fixes bug #518831
1001         
1002 2008-02-25  Alexander Larsson  <alexl@redhat.com>
1003
1004         * shell/ev-window.c (ev_window_clear_temp_file):
1005         Use g_file_has_prefix instead of renamed
1006         g_file_contains_file.
1007
1008         * configure.ac:
1009         Require new glib for above change.
1010         
1011 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * libdocument/ev-image.c: (ev_image_finalize),
1014         (ev_image_save_tmp):
1015
1016         Return a real uri instead of a filename when saving an
1017         image. Fixes images drag an drop from evince to nautilus. 
1018         
1019 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/pdf/ev-poppler.cc:
1022         (pdf_document_images_get_image_mapping):
1023
1024         Return the image list in the right order. Fixes bug #516237.
1025         
1026 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1027
1028         * backend/impress/impress-document.c:
1029         (impress_document_thumbnails_get_thumbnail):
1030
1031         Remove unused variable to avoid a compiler warning.
1032
1033 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1034
1035         * configure.ac:
1036         
1037         Update for release 2.21.91.
1038
1039 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * configure.ac:
1042         * shell/Makefile.am:
1043         * shell/ev-application.[ch]:
1044         * shell/ev-sidebar-links.c:
1045         * shell/ev-utils.[ch]:
1046         * shell/ev-window.[ch]:
1047
1048         Remove libgnomeprint support. Fixes bug #512370.
1049         
1050 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1051
1052         * thumbnailer/evince-thumbnailer.c: (main):
1053
1054         Initialize glib type system before using it. Fixes bug #513934.
1055         
1056 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * properties/ev-properties-main.c:
1059
1060         Add missing #include.
1061         
1062 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * configure.ac:
1065         * backend/djvu/djvu-document.c: (djvu_document_render):
1066         * backend/tiff/tiff-document.c: (tiff_document_render):
1067
1068         Use the new cairo function cairo_format_stride_for_width when
1069         available. Fixes bug #482720.
1070
1071 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1072
1073         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1074         (get_mime_type_from_data), (get_document_from_uri):
1075
1076         Use g_content_type_guess() only when slow is true in
1077         get_document_from_uri(). Fix several memory leaks.
1078         
1079 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1080
1081         * libdocument/ev-document-factory.c:
1082         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1083         (get_document_from_uri):
1084
1085         Use g_content_type_guess () to get mimetype for files.
1086         Bug #510401.
1087
1088 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * thumbnailer/Makefile.am:
1091
1092         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1093         
1094 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * configure.ac:
1097
1098         Fix build with --without-libgnome. Fixes bug #512771.
1099         
1100 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1101
1102         * backend/dvi/Makefile.am: Install only dvi
1103         module. Fixes bug #512718.
1104
1105 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1106
1107         * properties/ev-properties-main.c: (nautilus_module_initialize):
1108         
1109         Initialize backends in properties tab. Fixes bug
1110         #512720.
1111
1112 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1113
1114         * properties/Makefile.am: No need to link with 
1115         libraries. Fixes bug #512719.
1116
1117 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1118
1119         * NEWS:
1120         * configure.ac:
1121         
1122         Update for release 2.21.90.
1123
1124 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_cmd_escape):
1127
1128         Fix compile warning.
1129         
1130 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1133
1134         Fix printing in dvi backend when filename contains white
1135         espaces. Fixes bug #502839.
1136         
1137 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1140         (screensaver_disable_x11):
1141         * shell/Makefile.am:
1142         * shell/xdg-user-dir-lookup.c: Removed
1143         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1144         * shell/ev-view.c: (ev_view_presentation_transition_start):
1145         * shell/ev-window.c: (ev_window_cmd_file_open),
1146         (ev_window_cmd_save_as), (presentation_set_timeout):
1147
1148         Remove #ifdefs that are no longer needed.
1149         
1150 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1151
1152         * shell/ev-view.[ch]: (ev_view_button_release_event),
1153         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1154         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1155         (ev_window_cmd_escape):
1156
1157         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1158         
1159 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1160
1161         * configure.ac:
1162         * backend/comics/comics-document.c: (comics_document_load):
1163         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1164         (ev_attachment_set_property), (ev_attachment_init),
1165         (ev_attachment_save), (ev_attachment_launch_app),
1166         (ev_attachment_open):
1167         * libdocument/ev-document-factory.c: (get_document_from_uri):
1168         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1169         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1170         * shell/ev-jobs.c:
1171         * shell/ev-password.c: (ev_password_dialog_set_property),
1172         (ev_password_dialog_save_password):
1173         * shell/ev-sidebar-attachments.c:
1174         (ev_sidebar_attachments_drag_data_get):
1175         * shell/ev-window-title.c: (get_filename_from_uri):
1176         * shell/ev-window.c: (ev_window_clear_temp_file),
1177         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1178         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1179         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1180         (launch_external_uri), (image_save_dialog_response_cb),
1181         (attachment_save_dialog_response_cb):
1182         * shell/main.c: (load_files), (load_files_remote), (main):
1183         * thumbnailer/evince-thumbnailer.c: (main):
1184
1185         Port to gio and drop gnome-vfs dependency. Fixes bug
1186         #510401. Based on patch by Cosimo Cecchi.
1187         
1188 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1189
1190         * NEWS:
1191
1192         Fixed formatting inconsistencies (spaces vs. tabs)
1193
1194 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1195
1196         * shell/ev-window.c:
1197
1198         Use top/up/bottom/down arrows instead of
1199         first/left/last/right in the toolbar and menu actions.
1200         This fixes issues with RTL languages and is visually
1201         consistent with the page view. Fixes bug #170081.
1202
1203 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1204
1205         * NEWS:
1206
1207         Fixed some inaccuracies pointed out by Carlos Garcia
1208         Campos.
1209
1210 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1211
1212         * NEWS:
1213         * data/evince.schemas.in:
1214         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1215
1216         Override PDF restrictions by default. Fixes bug #382700.
1217
1218 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1219
1220         * NEWS: Updated for upcoming release
1221
1222 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1225
1226         Fix memory leak.
1227         
1228 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1229
1230         * shell/ev-window.c: (register_custom_actions):
1231         
1232         Added comment for translators
1233
1234 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-view.c: (ev_view_button_release_event):
1237
1238         Do not create the idle function for kinetic scrolling if we are
1239         not in a drag operation.
1240
1241 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1244         (ev_view_button_press_event), (ev_view_motion_notify_event),
1245         (ev_view_button_release_event):
1246
1247         Restore cursor after autoscrolling. Fixes bug #509958.
1248
1249 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1250
1251         * configure.ac:
1252         * backend/pdf/ev-poppler.cc:
1253         (pdf_document_images_get_image_mapping),
1254         (pdf_document_images_get_image),
1255         (pdf_document_document_images_iface_init):
1256         * libdocument/ev-document-images.[ch]:
1257         (ev_document_images_get_image_mapping),
1258         (ev_document_images_get_image):
1259         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1260         (ev_image_get_id), (ev_image_save_tmp):
1261         * shell/ev-jobs.c: (ev_job_render_run):
1262         * shell/ev-view.c: (ev_view_drag_data_get):
1263         * shell/ev-window.c: (image_save_dialog_response_cb),
1264         (ev_view_popup_cmd_copy_image):
1265
1266         Do not render images when rendering the page but on demand. It
1267         reduces the memory comsumption.
1268         
1269 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1270
1271         * configure.a:
1272         * shell/ev-password.c:
1273
1274         Make gnome-keyring optional. Fixes bug #509676.
1275         
1276 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1277
1278         * shell/ev-pixbuf-cache.c: (add_job):
1279
1280         Initialize include_images variable as FALSE instead of TRUE.
1281         
1282 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1283
1284         * configure.ac:
1285         * cut-n-paste/Makefile.am:
1286         * cut-n-paste/fileformatchooser/Makefile.am:
1287         * cut-n-paste/fileformatchooser/egg-macros.h:
1288         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1289         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1290         * shell/Makefile.am:
1291         * shell/ev-utils.c:
1292         (file_chooser_dialog_add_writable_pixbuf_formats),
1293         (get_gdk_pixbuf_format_by_extension):
1294         * shell/ev-utils.h:
1295         * shell/ev-window.c: (ev_window_error_message),
1296         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1297         
1298         Simplify image format selection on save.
1299
1300 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1301
1302         * shell/ev-view.c: (ev_view_scroll_event):
1303         
1304         Repair gorizontal scrolling with shift. Fixes
1305         bug #483412.
1306
1307 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1308         
1309         * MAINTAINERS:
1310
1311         Fix formatting issues.
1312         
1313 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1314
1315         * backend/comics/comics-document.c: (comics_regex_quote):
1316         
1317         Don't overquote special chars except of '. See bug 
1318         502500. Thanks to Tom Parker.
1319
1320 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1321
1322         * MAINTAINERS:
1323         
1324         Added Nickolay and Carlos, since they're doing most of
1325         the releases nowadays.
1326
1327 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1328
1329         * properties/Makefile.am:
1330
1331         Get the nautilus extension dir properly instead of using
1332         a hack. Fixes bug #505359.
1333
1334 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1335
1336         * properties/Makefile.am:
1337         
1338         Install nautilus extension into new place. See bug
1339         #505359. Thanks to Matthias Clasen, Brian Pepple and
1340         Damien Carbery.
1341
1342 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1343
1344         * shell/ev-window.c: (ev_window_get_recent_file_label):
1345         
1346         RTL marker in recent file list. See bug #509076.
1347
1348 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1351         * shell/ev-window.c: (image_save_dialog_response_cb):
1352
1353         Fix compile warnings due to unused variables.
1354         
1355 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * configure.ac:
1358         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1359         * backend/ps/ev-spectre.c: (ps_document_render):
1360
1361         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1362
1363 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1364
1365         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1366         (ev_transition_animation_paint): Implement "fade" effect.
1367
1368 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1369
1370         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1371         (ev_transition_animation_paint): Implement "uncover" effect.
1372
1373 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1374
1375         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1376         (ev_transition_animation_paint): Implement "cover" effect.
1377
1378 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1379
1380         * shell/ev-transition-animation.c (ev_transition_animation_push)
1381         (ev_transition_animation_paint): Implement "push" effect.
1382
1383 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1384
1385         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1386         (ev_transition_animation_paint): Implement "dissolve" effect.
1387
1388 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1389
1390         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1391         (ev_transition_animation_paint): Implement "wipe" effect.
1392
1393 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1394
1395         * shell/ev-transition-animation.c (ev_transition_animation_box)
1396         (ev_transition_animation_paint): Implement "box" effect.
1397
1398 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1399
1400         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1401         (ev_transition_animation_paint): Implement "blinds" effect.
1402
1403 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1404
1405         * shell/ev-transition-animation.c (ev_transition_animation_split)
1406         (ev_transition_animation_paint): Implement "split" effect.
1407
1408 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1409
1410         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1411         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1412         (ev_view_transition_animation_start) 
1413         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1414         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1415         (ev_view_next_page) (ev_view_previous_page):
1416         
1417         Use EvTransitionAnimation to drive page changes in the presentation
1418         mode, the animation will wait to start until both the origin and 
1419         destination page surfaces are available. Fixes #458460.
1420
1421         (draw_loading_text):
1422
1423         Remove workaround for bug #320352, it's now fixed properly.
1424
1425
1426 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1427
1428         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1429         will contain the implementations for page transition animations, at
1430         the moment it just has the "replace" effect.
1431         * shell/Makefile.am: Added these files to build.
1432
1433 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1434
1435         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1436         animations.
1437         * shell/Makefile.am: Added these files to build.
1438
1439 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1440
1441         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1442         implementation to get_effect() in EvDocumentTransitionIface.
1443
1444 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1445
1446         * libdocument/ev-transition-effect.[ch]: New files, define a page
1447         transition effect, at the moment it maps PopplerPageTransition to a
1448         GObject.
1449         * libdocument/Makefile.am: Added these files to build.
1450         * libdocument/ev-document-transition.[ch]
1451         (ev_document_transition_get_effect): New method, gets the
1452         EvTransitionEffect returned by the interface implementation, with
1453         fallback to the "replace" effect.
1454
1455 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1456
1457         * configure.ac:
1458         * cut-n-paste/Makefile.am:
1459         * cut-n-paste/fileformatchooser/Makefile.am:
1460         * cut-n-paste/fileformatchooser/egg-macros.h:
1461         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1462         * shell/Makefile.am:
1463         * shell/ev-window.c: (image_save_dialog_response_cb),
1464         (ev_view_popup_cmd_save_image_as):
1465
1466         Allow exporting images in any format supported by
1467         GdkPixbuf. Fixes bug #500209.
1468         
1469 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * backend/pixbuf/pixbuf-document.c:
1472
1473         More warnings fixed.
1474         
1475 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1478         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1479         * backend/djvu/djvu-text.h:
1480         * backend/tiff/tiff-document.c: (tiff_document_render):
1481
1482         Fix compile warnings.
1483         
1484 2007-12-28  Christian Persch  <chpe@gnome.org>
1485
1486         * **/*.c: Include config.h. Bug #504721.
1487
1488 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * configure.ac:
1491         * Makefile.am:
1492         * po/POTFILES.in:
1493         * backend/comics/Makefile.am:
1494         * backend/comics/comics-document.[ch]:
1495         * backend/comics/comicsdocument.evince-backend.in:
1496         * backend/djvu/Makefile.am:
1497         * backend/djvu/djvu-document.[ch]:
1498         * backend/djvu/djvudocument.evince-backend.in:
1499         * backend/dvi/Makefile.am:
1500         * backend/dvi/dvi-document.[c]:
1501         * backend/dvi/dvidocument.evince-backend.in:
1502         * backend/impress/Makefile.am:
1503         * backend/impress/impress-document.[ch]:
1504         * backend/impress/impressdocument.evince-backend.in:
1505         * backend/pdf/Makefile.am:
1506         * backend/pdf/ev-poppler.cc:
1507         * backend/pdf/ev-poppler.h:
1508         * backend/pdf/pdfdocument.evince-backend.in:
1509         * backend/pixbuf/Makefile.am:
1510         * backend/pixbuf/pixbuf-document.[ch]:
1511         * backend/pixbuf/pixbufdocument.evince-backend.in:
1512         * backend/ps/Makefile.am:
1513         * backend/ps/ev-spectre.[ch]:
1514         * backend/ps/ps-document.[ch]:
1515         * backend/ps/psdocument.evince-backend.in:
1516         * backend/tiff/Makefile.am:
1517         * backend/tiff/tiff-document.[ch]:
1518         * backend/tiff/tiffdocument.evince-backend.in:
1519         * libdocument/Makefile.am:
1520         * libdocument/ev-backends-manager.[ch]:
1521         * libdocument/ev-module.[ch]:
1522         * libdocument/ev-document.h:
1523         * libdocument/ev-document-factory.[ch]:
1524         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1525         (get_compression_from_mime_type), (get_document_from_uri),
1526         (ev_document_factory_get_document), (file_filter_add_mime_types),
1527         (ev_document_factory_add_filters):
1528         * shell/Makefile.am:
1529         * shell/ev-window-title.c: (get_filename_from_uri):
1530         * shell/main.c: (main):
1531         * thumbnailer/Makefile.am:
1532         * thumbnailer/evince-thumbnailer.c: (main):
1533
1534         Plugin system for backends. Fixes bug #351348.
1535         
1536 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1537
1538         * shell/ev-view-private.h:
1539         * shell/ev-view.c: (ev_view_drag_update_momentum),
1540         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1541         (ev_view_button_release_event), (ev_view_destroy):
1542         
1543         Kinetic scrolling implemented as requested in
1544         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1545
1546 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1547
1548         * data/evince-toolbar.xml:
1549         * data/evince-ui.xml:
1550         * shell/ev-view-private.h:
1551         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1552         (ev_view_button_press_event), (ev_view_motion_notify_event),
1553         (ev_view_button_release_event), (ev_view_init),
1554         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1555         (ev_view_set_cursor):
1556         * shell/ev-view.h:
1557         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1558         (ev_window_cmd_view_autoscroll):
1559         
1560         Autoscroll feature with the context menu. Fixes bug 
1561         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1562
1563 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1566
1567         Disconnect also page-ready signal when removing a job because the
1568         page size has changed. Thanks to kripken
1569         <kripkensteiner@gmail.com>.
1570
1571 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1572
1573         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1574         
1575         Scroll pages in page entry with mouse wheel. Fixes bug
1576         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1577
1578 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * backend/dvi/Makefile.am:
1581         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1582         (mdvi_cairo_device_init):
1583         * backend/dvi/mdvi-lib/common.h:
1584         * backend/dvi/mdvi-lib/mdvi.h:
1585         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1586         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1587         (mdvi_build_path_from_cwd):
1588
1589         Add ps specials support in dvi backend when libspectre is
1590         present. Fixes bug #386005.
1591         
1592 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * configure.ac:
1595         * backend/ps/Makefile.am:
1596         * backend/ps/ev-spectre.[ch]:
1597         
1598         Use libspectre, if available, for the ps backend. Fixes bugs
1599         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1600
1601 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1602         
1603         * backend/comics/comics-document.c: (comics_document_load):
1604         
1605         Cygwin build issue fix.
1606
1607 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-view.c: (ev_view_set_zoom):
1610
1611         Do not limit the minimum zoom factor when sizing mode is best bit
1612         or fit width. Fixes bug #503805.
1613         
1614 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1617         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1618         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1619         (ev_link_dest_get_property), (ev_link_dest_set_property),
1620         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1621         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1622         (ev_link_dest_new_fitr):
1623         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1624         (goto_fith_dest), (goto_xyz_dest):
1625
1626         Do not change left, top and zoom values when they are null in PDF
1627         destinations. Fixes bug #460658.
1628         
1629 2007-12-10  Christian Persch  <chpe@gnome.org>
1630
1631         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1632         (ev_view_accessible_class_init),
1633         (ev_view_accessible_idle_do_action),
1634         (ev_view_accessible_action_do_action),
1635         (ev_view_accessible_action_get_description),
1636         (ev_view_accessible_action_set_description),
1637         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1638         (ev_view_accessible_factory_init),
1639         (ev_view_accessible_factory_get_accessible_type):
1640         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1641         private data, and G_DEFINE_TYPE. Bug #502843.
1642
1643 2007-12-08  Christian Persch  <chpe@gnome.org>
1644
1645         * shell/ev-metadata-manager.c: (item_free),
1646         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1647         (value_free), (parse_value), (parseItem),
1648         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1649         (save_values): Use GSlice to allocate small amounts of memory. Bug
1650         #475972.
1651
1652 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1653
1654         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1655
1656         Restore cursor to normal after a drag operation. Fixes bug
1657         #501603.
1658         
1659 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1660
1661         * NEWS:
1662         * configure.ac:
1663         
1664         Update for release 2.21.1
1665
1666 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * configure.ac:
1669         * cut-n-paste/gedit-message-area/Makefile.am:
1670         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1671         * shell/Makefile.am:
1672         * shell/ev-message-area.[ch]:
1673         * shell/ev-window.c: (ev_window_set_message_area),
1674         (ev_window_error_message_response_cb), (ev_window_error_message),
1675         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1676         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1677         (ev_attachment_popup_cmd_open_attachment),
1678         (attachment_save_dialog_response_cb), (ev_window_set_document),
1679         (ev_window_init):
1680
1681         Use a message area instead of a popup dialog for error
1682         notifications. Fixes bug #337495.
1683         
1684 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1687         (ev_window_run_fullscreen):
1688
1689         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1690         
1691 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1692
1693         * ev-sidebar-thumbnails.c: (update_visible_range),
1694         (ev_sidebar_thumbnails_refresh),
1695         (ev_sidebar_thumbnails_set_document),
1696         (ev_sidebar_thumbnails_support_document):
1697
1698         Show thumbnails for documents with one page. Fixes bug #358751.
1699         
1700 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-window.c:
1703         (ev_window_load_print_settings_from_metadata),
1704         (ev_window_save_print_settings), (ev_window_print_finished),
1705         (ev_window_print_range):
1706
1707         Print settings that are specific to the document are now saved per
1708         document in the metadata file. Fixes bug #488806.
1709         
1710 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1711
1712         * backend/tiff/tiff-document.c: (tiff_document_render):
1713
1714         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1715         
1716 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-application.[ch]: (get_find_string_from_args),
1719         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1720         (ev_application_open_uri_list):
1721         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1722         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1723         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1724         (ev_window_cmd_recent_file_activate),
1725         (ev_window_open_recent_action_item_activated),
1726         (ev_window_print_send), (open_remote_link):
1727         * shell/main.c: (arguments_parse):
1728
1729         Add a command line option for search. Fixes bug #497710.
1730         
1731 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1732
1733         * shell/ev-jobs.c: (ev_job_print_new):
1734
1735         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1736         
1737 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * data/evince-toolbar.xml:
1740         * shell/Makefile.am:
1741         * shell/ev-application.c: (ev_application_init):
1742         * shell/ev-open-recent-action.[ch]:
1743         * shell/ev-window.c:
1744         (ev_window_open_recent_action_item_activated),
1745         (register_custom_actions):
1746
1747         Add an expander to the open toolbar item which pops up a dropdown
1748         menu with the recently used documents. Fixes bug #487215.
1749         
1750 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/ev-window.c: (ev_window_open_uri),
1753         (ev_window_cmd_view_reload):
1754
1755         Do not jump to the first page when reloading by running evince
1756         from the command line. Fixes bug #490847.
1757         
1758 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1759
1760         * shell/ev-window.c: (ev_window_cmd_help_contents):
1761
1762         Plugged memory leak when help file is not found. Fixes bug
1763         #490762.
1764         
1765 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * configure.ac:
1768
1769         Enable djvu, dvi and comics backends by default. Fixes bug
1770         #437121.
1771         
1772 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * configure.ac:
1775         * cut-n-paste/Makefile.am:
1776         * cut-n-paste/recent-files/*: Removed
1777         * help/reference/Makefile.am:
1778         * shell/Makefile.am:
1779         * shell/ev-application.[ch]: (ev_application_shutdown),
1780         (ev_application_init):
1781         * shell/ev-window.c: (ev_window_add_recent),
1782         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1783
1784         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1785         
1786 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1787
1788         * shell/ev-window.c: (launch_external_uri):
1789
1790         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1791         and report error if the URL is not supported (#489910).
1792
1793 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1796         (pdf_document_file_exporter_begin_page),
1797         (pdf_document_file_exporter_end_page):
1798
1799         Fix printing with poppler splash backend. Fixes bug #489774.
1800         
1801 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1802
1803         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1804         * shell/ev-print-job.c: (ev_print_job_class_init):
1805
1806         Fix a crash when printing with the gnome-print dialog. Fixes bug
1807         #488939.
1808         
1809 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1810
1811         * backend/pixbuf/pixbuf-document.c:
1812
1813         Fix an implicit function definition warning (#487655)
1814
1815 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-window.c:
1818
1819         Fix conflicting shortcut for view sade pane and presentation.
1820         
1821 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * backend/pdf/ev-poppler.cc:
1824         (pdf_document_file_exporter_begin_page),
1825         (pdf_document_file_exporter_do_page),
1826         (pdf_document_file_exporter_end_page),
1827         (pdf_document_file_exporter_iface_init):
1828         * libdocument/ev-file-exporter.[ch]:
1829         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1830         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1831         (ev_job_print_run):
1832
1833         When printing multiple pages per sheet in reverse option, do not
1834         invert the order of the pages in every sheet, but the order of the
1835         sheets. Do not print blank pages when page range is invalid. Fixes
1836         bugs #484857 and #485521.
1837         
1838 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1841         (ev_job_print_run):
1842         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1843
1844         Respect ranges order when printing more than one range in random
1845         order.
1846         
1847 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1848
1849         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1850         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1851
1852         Rotate also the window icon when document is rotated. Fixes bug
1853         #474681.
1854         
1855 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1858         (pdf_document_forms_get_form_fields):
1859
1860         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1861         Matthias Drochner.
1862         
1863 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * configure.ac:
1866         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1867
1868         Use poppler_page_render_for_printing() instead of
1869         poppler_page_render() if available when exporting to a ps or pdf
1870         file. Fixes bug #476627.
1871         
1872 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-window.c: (ev_window_run_fullscreen):
1875
1876         Do not show the toolbar in fullscreen mode if the main toolbar is
1877         not visible. Fixes bug #483048.
1878         
1879 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1880
1881         * shell/ev-view.c: (ev_view_button_press_event):
1882
1883         Give priority to form fields over images when deciding whether a
1884         button press event is over an image or form field. It allows edit
1885         form fields when they are over a background image. Fixes bug
1886         #477841.
1887         
1888 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1889
1890         * NEWS:
1891         * configure.ac:
1892         
1893         Update for release 2.20.0
1894
1895 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1896
1897         * backend/pdf/ev-poppler.cc:
1898
1899         Remove #ifdef HAVE_FORMS, so that forms support works again.
1900
1901 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1902
1903         * configure.ac:
1904         * data/evince.desktop.in.in:
1905         
1906         Fixes desktop file issues. See bug #473471.
1907
1908 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1911         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1912         (ev_job_queue_remove_job):
1913         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1914         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1915         * shell/ev-window.c: (ev_window_clear_save_job),
1916         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1917         (ev_window_dispose):
1918
1919         Move save a copy task to its own job so that it's carried out in a
1920         thread avoiding another lock in the main thread. Use
1921         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1922         can be saved to a pathin another file system. Fixes bug #456891.
1923         
1924 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1925
1926         * NEWS:
1927         * configure.ac:
1928         
1929         Update for release 2.19.92
1930
1931 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * configure.ac:
1934         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1935         (pdf_selection_get_selection_region),
1936         (pdf_selection_get_selection_map),
1937         (ev_form_field_from_poppler_field):
1938
1939         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1940         and triple click selections are enabled again now.
1941
1942 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * shell/ev-window.c: (ev_window_add_history):
1945
1946         Make sure not to use the history with documents not supporting
1947         links. Fixes bug #468954.
1948
1949 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c: (ev_window_load_job_cb):
1952
1953         Restart the search when reloading a document with the find bar
1954         visible. Fixes bug #461962.
1955
1956 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1957
1958         * shell/ev-window.c: (setup_document_from_metadata),
1959         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1960
1961         Do not jump to the first page when reloading a document from the
1962         last page.
1963
1964 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * shell/ev-window.c: (update_chrome_flag),
1967         (setup_sidebar_from_metadata),
1968         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1969         (ev_window_cmd_edit_find_next),
1970         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1971         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1972         (find_bar_close_cb), (view_actions_focus_in_cb):
1973
1974         Do not update visibility when changing a chrome flag so that it's
1975         possible to update several flags and update visibility only once
1976         for all of them.
1977
1978 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1981
1982         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1983         supported by gtk+. Fixes bug #460907.
1984
1985 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-view.c: (view_update_range_and_current_page):
1988
1989         Make sure current-page <= end-page in continuous mode. Fixes bug
1990         #454950.
1991
1992 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * backend/pdf/ev-poppler.cc: (build_tree):
1995
1996         Ignore outline items without a title. Fixes bug #453913.
1997
1998 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2001         (ev_view_button_release_event), (ev_view_leave_notify_event):
2002
2003         Use always drag mouse cursor during a drag operation. Fixes bug
2004         #470564.
2005
2006 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2007
2008         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2009         (pdf_selection_get_selection_region),
2010         (pdf_selection_get_selection_map):
2011
2012         Temporarily disable double and triple selections since it depends on
2013         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2014         released and the update of the external dependency minimal version
2015         approved.
2016
2017 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2020         (pdf_document_file_exporter_do_page):
2021         * libdocument/ev-file-exporter.h:
2022         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2023         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2024
2025         Actually fix printing regressions. Remove orientation from
2026         EvPrintContext since it's redundant.
2027
2028 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2031         * backend/impress/impress-document.c:
2032         (impress_document_document_iface_init):
2033         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2034         * backend/djvu/djvu-document.c:
2035         (djvu_document_document_iface_init),
2036         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2037         * backend/tiff/tiff-document.c:
2038         (tiff_document_document_iface_init):
2039         * backend/pixbuf/pixbuf-document.c:
2040         (pixbuf_document_document_iface_init):
2041         * backend/comics/comics-document.c:
2042         (comics_document_document_iface_init):
2043         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2044         (pdf_selection_render_selection),
2045         (pdf_selection_get_selected_text),
2046         (pdf_selection_get_selection_region),
2047         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2048         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2049         (ev_selection_get_selection_region),
2050         (ev_selection_get_selection_map):
2051         * libdocument/ev-document.[ch]:
2052         * shell/ev-pixbuf-cache.[ch]: (add_job),
2053         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2054         * shell/ev-view-private.h:
2055         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2056         (ev_job_render_run):
2057         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2058         * shell/ev-view.c: (start_selection_for_event),
2059         (ev_view_button_press_event), (ev_view_drag_data_get),
2060         (ev_view_drag_data_received), (ev_view_button_release_event),
2061         (compute_new_selection_text), (compute_selections),
2062         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2063         (ev_view_primary_get_cb):
2064
2065         Add support for double and triple click selections.
2066
2067 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2068
2069         * NEWS:
2070         * configure.ac:
2071
2072         Update for release 2.19.4
2073
2074 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2075
2076         * shell/ev-view-private.h:
2077         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2078         (ev_view_set_highlight_search):
2079         * shell/ev-view.h:
2080         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2081         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2082         (find_bar_visibility_changed_cb):
2083         
2084         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2085
2086 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2087
2088         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2089         (pdf_document_file_exporter_begin),
2090         (pdf_document_file_exporter_do_page):
2091         * shell/ev-jobs.c: (ev_job_print_run):
2092         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2093
2094         Create always a portrait cairo surface and rotate when needed for
2095         landscape. It fixes printing problems in real printers.
2096
2097 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2100         * libdocument/ev-file-exporter.[ch]:
2101         (ev_file_exporter_get_capabilities):
2102         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2103         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2104
2105         Adjust number of pages per row according to page orientation when
2106         printing 2 or 6 pages per sheet.
2107
2108 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * shell/ev-window.c: (ev_window_print_send):
2111
2112         Reset also cups setting to 1 when printing multiple pages per
2113         sheet. Fixes bug #468853.
2114
2115 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * libdocument/ev-document-misc.c:
2118         (ev_document_misc_surface_rotate_and_scale):
2119
2120         Use directly cairo_surface_get_content() when creating a similar
2121         surface as suggested by Jeff Muizelaar. Thanks again.
2122
2123 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * backend/djvu/djvu-document.c: (djvu_document_render):
2126         * backend/tiff/tiff-document.c: (tiff_document_render):
2127         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2128         * libdocument/ev-document-misc.c:
2129         (ev_document_misc_surface_from_pixbuf),
2130         (ev_document_misc_surface_rotate_and_scale):
2131
2132         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2133         creating page surfaces. Fixes bug #453123. Thank you very much to
2134         Jeff Muizelaar <jeff@infidigm.net>.
2135
2136 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * shell/ev-page-cache.c: (ev_page_cache_new),
2139         (ev_page_cache_get_thumbnail_size):
2140         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2141         (ev_sidebar_thumbnails_set_loading_icon):
2142
2143         Also store in page-cache the dimensions of the thumbnails so that
2144         they can be used to create the correct loading icon in the side
2145         pane. Fixes bug #466857.
2146
2147 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2148
2149         * backend/pdf/ev-poppler.cc:
2150         (pdf_document_thumbnails_get_thumbnail):
2151
2152         Fix thumbnails rotation in pdf documents that include embedded 
2153         thumbnails.
2154
2155 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2156
2157         * backend/pdf/ev-poppler.cc:
2158
2159         Don't use #ifdef in macro expansion. Some compilers don't
2160         like that. Closes bug #467042.
2161
2162 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2163
2164         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2165         
2166         Fixes memory leak in djvu backend.
2167
2168 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2169
2170         * data/icons/32x32/Makefile.am:
2171         * data/icons/32x32/actions/Makefile.am:
2172         * data/icons/32x32/actions/view-page-cont.svg:
2173         * data/icons/32x32/actions/view-page-facing.svg:
2174         * data/icons/48x48/Makefile.am:
2175         * data/icons/48x48/actions/Makefile.am:
2176         * data/icons/48x48/actions/view-page-cont.svg:
2177         * data/icons/48x48/actions/view-page-facing.svg:
2178         
2179         Icons for a new sizes.
2180
2181 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2182
2183         * shell/ev-page-cache.c: (build_height_to_page),
2184         (ev_page_cache_get_height_to_page):
2185         
2186         Fixes invalid read, see bug #466401.
2187
2188 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2191         (set_drag_cursor):
2192         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2193         (configure_item_cursor), (new_pixbuf_from_widget):
2194
2195         Fix multihead problems in toolbar editor. Fixes bug #382055.
2196
2197 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-window.c: (ev_window_cmd_file_open),
2200         (ev_window_cmd_save_as):
2201
2202         Use g_get_user_special_dir when available instead of
2203         xdg_user_dir_lookup.
2204
2205 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2206
2207         * MAINTAINERS:
2208         
2209         Updated according to request on desktop-devel.
2210
2211 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2214
2215         Do not use cairo_rectangle and cairo_clip since we are
2216         not using cairo_fill but cairo_paint. Use the same cairo context
2217         for every page in the same expose event.
2218
2219 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2220
2221         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2222         leak.
2223
2224 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * configure.ac:
2227         * NEWS:
2228
2229         Release 0.9.3
2230
2231 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * libdocument/ev-document-info.h:
2234         * libdocument/ev-document.h:
2235         * shell/ev-page-action.h:
2236         * shell/ev-sidebar-links.h:
2237
2238         Fix a headers problem with ev-link
2239         
2240         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2241         * shell/ev-view-private.h:
2242         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2243         (get_link_area), (ev_view_query_tooltip),
2244         (ev_view_leave_notify_event), (ev_view_destroy),
2245         (ev_view_class_init):
2246
2247         Use new gtk tooltips when available instead of ev-tooltip.
2248         
2249 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-window.c: (update_chrome_visibility),
2252         (ev_window_sidebar_visibility_changed_cb):
2253
2254         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2255         
2256 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-navigation-action.c:
2259         (ev_navigation_action_history_changed),
2260         (ev_navigation_action_set_history):
2261         * shell/ev-navigation-action-widget.c:
2262         (ev_navigation_action_widget_init):
2263         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2264
2265         Fix compile warnings.
2266         
2267 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2270         (egg_editable_toolbar_dispose):
2271
2272         Fix memory leak.
2273         
2274 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2277         (screensaver_disable_x11):
2278         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2279         * shell/ev-window.c: (presentation_set_timeout):
2280         * shell/ev-view.c: (ev_view_presentation_transition_start):
2281
2282         Use g_timeout_add_seconds instead of g_timeout_add when
2283         available.
2284         
2285 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2288
2289         Set horizontal scrollbar policy to AUTOMATIC instead of
2290         NEVER. Workaround for bug #449462.
2291         
2292 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * shell/ev-jobs.c: (ev_job_render_page_ready):
2295
2296         Add page_ready callback to main loop with high priority and hold
2297         a reference to job during idle.
2298         
2299 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2300
2301         * configure.ac:
2302         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2303         (pdf_document_file_exporter_begin),
2304         (pdf_document_file_exporter_do_page),
2305         (pdf_document_file_exporter_get_capabilities):
2306         * libdocument/ev-file-exporter.h:
2307         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2308         * shell/ev-window.c: (ev_window_print_send),
2309         (ev_window_print_dialog_response_cb):
2310
2311         Allow printing multiple pages per sheet. Fixes bug #395573.
2312         
2313 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2314
2315         * shell/ev-view.c: (tip_from_link):
2316         
2317         Check for NULL, fixes bug #460862.
2318
2319 2007-07-29  Christian Persch  <chpe@gnome.org>
2320
2321         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2322         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2323         (ev_window_cmd_preview_print):
2324         
2325         Fixes bug #437681 - blocks while enumerating printers.
2326
2327 2007-07-29  Christian Persch  <chpe@gnome.org>
2328
2329         * shell/ev-window.c: (ev_window_screen_changed):
2330         
2331         Don't use deprecated gtk+ function. See bug #460909.
2332
2333 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-utils.c: (get_num_monitors):
2336         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2337
2338         Do not use display before initializing it. Remove compile
2339         warnings.
2340
2341 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2342
2343         * shell/ev-view.c: (ev_view_class_init):
2344         
2345         Unix-like hjkl bindings added. See bug #458111.
2346
2347 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2348
2349         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2350         * shell/ev-utils.h:
2351         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2352         (ev_view_update_view_size):
2353         * shell/ev-view.h:
2354         * shell/ev-window.c: (ev_window_update_actions),
2355         (setup_view_from_metadata), (ev_window_screen_changed),
2356         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2357         (zoom_control_changed_cb):
2358         * shell/ev-window.h:
2359         
2360         Reorganizes utility functions.
2361
2362 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2365         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2366         (add_job), (ev_pixbuf_cache_get_surface),
2367         (ev_pixbuf_cache_get_link_mapping),
2368         (ev_pixbuf_cache_get_image_mapping),
2369         (ev_pixbuf_cache_get_form_field_mapping),
2370         (ev_pixbuf_cache_get_text_mapping):
2371         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2372         (notify_page_ready), (ev_job_render_page_ready),
2373         (ev_job_render_run):
2374
2375         Add page_ready signal to notify that page is ready as soon as
2376         possible even if other page elements like links, forms, images or
2377         text mapping are not ready yet.
2378
2379 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2382         (dvi_document_file_exporter_do_page),
2383         (dvi_document_file_exporter_get_capabilities),
2384         (dvi_document_file_exporter_iface_init):
2385         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2386         (ps_document_file_exporter_do_page),
2387         (ps_document_file_exporter_get_capabilities),
2388         (ps_document_file_exporter_iface_init):
2389         * backend/djvu/djvu-document.c:
2390         (djvu_document_file_exporter_begin),
2391         (djvu_document_file_exporter_end),
2392         (djvu_document_file_exporter_get_capabilities),
2393         (djvu_document_file_exporter_iface_init):
2394         * backend/tiff/tiff-document.c:
2395         (tiff_document_file_exporter_begin),
2396         (tiff_document_file_exporter_get_capabilities),
2397         (tiff_document_document_file_exporter_iface_init):
2398         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2399         (pdf_document_file_exporter_do_page),
2400         (pdf_document_file_exporter_get_capabilities),
2401         (pdf_document_file_exporter_iface_init):
2402         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2403         (ev_file_exporter_get_capabilities):
2404         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2405         (idle_print_handler), (ev_print_job_print):
2406         * shell/ev-jobs.c: (ev_job_print_run):
2407         * shell/ev-window.c: (ev_window_print_send),
2408         (ev_window_print_range):
2409
2410         Use capabilities to know which options should be offered by the
2411         print dialog depending on the document backend.
2412
2413 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2416
2417         Give priority to forms over text to set the cursor.
2418
2419 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * shell/ev-view-private.h:
2422         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2423         (ev_view_leave_notify_event), (ev_view_finalize),
2424         (ev_view_get_property), (ev_view_class_init):
2425
2426         Use IBEAM cursor for text form fields and NORMAL cursor for read
2427         only fields. Remove unused status attribute.
2428
2429 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2432
2433         Update region for current selected items also for checkbox
2434         buttons, since they can behave as radio buttons when they are in a
2435         set.
2436
2437 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * configure.ac:
2440         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2441
2442         Get max length of text form fields.
2443
2444 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2445
2446         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2447         * libdocument/ev-form-field.h:
2448         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2449
2450         Fix build with current poppler cvs head.
2451
2452 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2455         * shell/eggfindbar.c: (egg_find_bar_init):
2456
2457         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2458         deprecation. Fixes bug #455667
2459
2460 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2461
2462         * NEWS:
2463         * configure.ac:
2464         
2465         Update for release 0.9.2
2466
2467 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_form_field_text_save),
2470         (ev_view_form_field_choice_save):
2471
2472         Fix a crash when closing whith a form widget visible.
2473
2474 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2477
2478         Update also the region of the current selected button when
2479         clicking on another button if they are radio buttons.
2480
2481 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2484         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2485         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2486         (ev_pixbuf_cache_get_link_mapping),
2487         (ev_pixbuf_cache_get_image_mapping),
2488         (ev_pixbuf_cache_get_form_field_mapping),
2489         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2490         * shell/ev-view.c: (ev_view_form_field_get_region),
2491         (ev_view_form_field_button_create_widget),
2492         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2493         (job_finished_cb):
2494
2495         Redraw only form field region instead of the whole page when
2496         reloading a page to show changes on the form field.
2497
2498 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-view.c: (ev_view_form_field_choice_save):
2501
2502         Fix selection of first item in list form fields.
2503
2504 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2507         (ev_pixbuf_cache_reload_page),
2508         (ev_pixbuf_cache_get_form_field_mapping):
2509
2510         Some refactoring to avoid duplicated code.
2511
2512 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * configure.ac:
2515         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2516         (ev_form_field_from_poppler_field),
2517         (pdf_document_forms_get_form_fields),
2518         (pdf_document_forms_form_field_text_get_text),
2519         (pdf_document_forms_form_field_text_set_text),
2520         (pdf_document_forms_form_field_button_set_state),
2521         (pdf_document_forms_form_field_button_get_state),
2522         (pdf_document_forms_form_field_choice_get_item),
2523         (pdf_document_forms_form_field_choice_get_n_items),
2524         (pdf_document_forms_form_field_choice_is_item_selected),
2525         (pdf_document_forms_form_field_choice_select_item),
2526         (pdf_document_forms_form_field_choice_toggle_item),
2527         (pdf_document_forms_form_field_choice_unselect_all),
2528         (pdf_document_forms_form_field_choice_set_text),
2529         (pdf_document_forms_form_field_choice_get_text),
2530         (pdf_document_document_forms_iface_init):
2531         * libdocument/Makefile.am:
2532         * libdocument/ev-form-field.[ch]:
2533         * libdocument/ev-document-forms.[ch]:
2534         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2535         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2536         (add_job), (ev_pixbuf_cache_reload_page),
2537         (ev_pixbuf_cache_get_form_field_mapping):
2538         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2539         * shell/ev-view-private.h:
2540         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2541         (ev_view_handle_cursor_over_xy),
2542         (ev_view_get_form_field_at_location),
2543         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2544         (ev_view_form_field_button_create_widget),
2545         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2546         (ev_view_form_field_text_create_widget),
2547         (ev_view_form_field_choice_save),
2548         (ev_view_form_field_choice_changed),
2549         (ev_view_form_field_choice_create_widget),
2550         (ev_view_handle_form_field), (ev_view_size_allocate),
2551         (ev_view_realize), (draw_end_presentation_page),
2552         (ev_view_button_press_event), (ev_view_remove_all),
2553         (ev_view_motion_notify_event), (ev_view_key_press_event),
2554         (ev_view_enter_notify_event), (highlight_find_results),
2555         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2556         (ev_view_class_init), (page_changed_cb),
2557         (on_adjustment_value_changed), (ev_view_set_presentation),
2558         (merge_selection_region), (ev_view_set_cursor),
2559         (ev_view_reset_presentation_state):
2560         
2561         Merge evince-forms branch.
2562
2563 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2564
2565         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2566
2567         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2568         This script also updates itself from libegg
2569
2570         * cut-n-paste/toolbar-editor/egg*:
2571         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2572         libegg
2573
2574 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2575
2576         * shell/ev-window.c:
2577         
2578         Adds a nice icon to page action during toolbar editing.
2579         See bug #452872.
2580
2581 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2582
2583         * data/evince-toolbar.xml:
2584         * shell/ev-window.c:
2585         
2586         Let user add a presentation and fullscreen icons on toolbar.
2587         See bug #449734.
2588
2589 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2590
2591         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2592
2593         new script to keep in sync with toolbareditor in libegg
2594
2595         * cut-n-paste/toolbar-editor/*: 
2596
2597         Run update-toolbareditor-from-libegg so we are in sync again. 
2598         Fixes bug #452850.
2599         
2600
2601 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-sidebar-links.c: (job_finished_callback):
2604
2605         Do not connect selection changed signal more than once. Fixes bug
2606         #349433.
2607
2608 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2611
2612         Do not change sidebar chrome flag when pressing F9 key in
2613         presentation mode.
2614
2615 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * backend/pdf/ev-poppler.cc:
2618         (pdf_document_thumbnails_get_dimensions):
2619
2620         Make sure thumbnails width and height is not <= 0. Fixes a crash
2621         with some pdf documents which have really small pages.
2622
2623 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2624
2625         * shell/main.c: (main):
2626
2627         Fixes program description translation issue.
2628         Bug #450148.
2629
2630 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2631
2632         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2633
2634         Do not change current page when returning from black/white mode
2635         in presentation. Fixes bug #415032.
2636
2637 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2638
2639         * NEWS:
2640         * configure.ac:
2641         
2642         Update for release 0.9.1
2643
2644 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2645
2646         * backend/dvi/dvi-document.c:
2647         (dvi_document_finalize),
2648         (dvi_document_file_exporter_format_supported),
2649         (dvi_document_file_exporter_begin),
2650         (dvi_document_file_exporter_do_page),
2651         (dvi_document_file_exporter_end),
2652         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2653         
2654         PDF exporter for dvi documents. Fixes bug #441319.
2655
2656 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * shell/ev-window.c: (ev_window_clear_print_job):
2659
2660         Clear gtk print job when job has finished. Fixes bug #447612.
2661
2662 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-window.c: (ev_window_print_send),
2665         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2666
2667         Add preview button to print dialog. Fixes bug #445419.
2668
2669 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * backend/dvi/Makefile.am:
2672         * backend/dvi/pixbuf-device.[ch]: Removed
2673         * backend/dvi/cairo-device.[ch]: Added
2674         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2675         * backend/dvi/dvi-document.c: (dvi_document_load),
2676         (dvi_document_render), (dvi_document_finalize),
2677         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2678         (dvi_document_do_color_special):
2679         * libdocument/ev-document-misc.[ch]:
2680         (ev_document_misc_pixbuf_from_surface):
2681
2682         Port dvi backend to cairo and fix a problem with colors. 
2683
2684 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * shell/ev-view.c: (draw_one_page):
2687
2688         Draw only visible region.
2689
2690 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * backend/djvu/djvu-document.c: (djvu_document_render):
2693
2694         Fix rotation in djvu backend.
2695
2696 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2699         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2700         (ev_pixbuf_cache_get_image_mapping),
2701         (ev_pixbuf_cache_get_text_mapping):
2702
2703         Redraw view every time we have a new surface. Fixes bug #443587.
2704
2705 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * libdocument/ev-document.c: (ev_document_info_free):
2708
2709         Fix memory leaks.
2710
2711 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * backend/dvi/dvi-document.c: (dvi_document_render),
2714         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2715         * backend/impress/impress-document.c:
2716         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2717         (impress_document_render), (impress_document_document_iface_init),
2718         (impress_document_thumbnails_get_thumbnail):
2719         * backend/djvu/djvu-document-private.h:
2720         * backend/djvu/djvu-document.c: (djvu_document_render),
2721         (djvu_document_finalize), (djvu_document_document_iface_init),
2722         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2723         * backend/tiff/tiff-document.c: (tiff_document_render),
2724         (tiff_document_render_pixbuf),
2725         (tiff_document_document_iface_init):
2726         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2727         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2728         (pdf_selection_render_selection):
2729         * backend/comics/comics-document.c:
2730         (comics_document_render_pixbuf), (comics_document_render),
2731         (comics_document_document_iface_init):
2732         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2733         (pixbuf_document_document_iface_init):
2734         * libdocument/ev-document-misc.[ch]:
2735         (ev_document_misc_surface_from_pixbuf),
2736         (ev_document_misc_surface_rotate_and_scale):
2737         * libdocument/ev-document.[ch]: (ev_document_render):
2738         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2739         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2740         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2741         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2742         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2743         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2744         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2745         (render_finished_cb), (ev_job_render_run):
2746         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2747         (merge_selection_region):
2748
2749         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2750         and selections.
2751
2752 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-window-title.c: (ev_window_title_update):
2755
2756         Fix memory leak.
2757
2758 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * shell/ev-view.c: (draw_loading_text):
2761
2762         Show loading text centered. Fixes bug #433061
2763
2764 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2765
2766         * shell/ev-sidebar-thumbnails.c:
2767         (ev_sidebar_thumbnails_set_loading_icon):
2768
2769         Remove a mutex in the main thread that blocks the UI in heavy
2770         documents.
2771
2772 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2775
2776         Set points_set to TRUE so that selections don't disappear after a
2777         zoom change.
2778
2779 2007-06-07  Michael Monreal  <infernux@web.de>
2780
2781         * data/icons/16x16/actions/Makefile.am:
2782         * data/icons/16x16/actions/zoom.svg:
2783         * data/icons/22x22/actions/Makefile.am:
2784         * data/icons/22x22/actions/zoom.svg:
2785         * data/icons/24x24/actions/Makefile.am:
2786         * shell/ev-stock-icons.c:
2787         * shell/ev-stock-icons.h:
2788         * shell/ev-window.c:
2789         
2790         Zoom icon artwork. See bug #444795.
2791
2792 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2793
2794         * shell/ev-metadata-manager.c: Remove extraneous function
2795         (Closes: #444386)
2796
2797 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2798
2799         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2800         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2801         (ev_metadata_manager_set), (ev_metadata_manager_save):
2802         Simplify the timeout, no need for modified anymore
2803
2804 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2805
2806         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2807         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2808         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2809         (ev_metadata_manager_save): Adapted patch from Arjan van de
2810         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2811         time, saves on power (Closes: #443851)
2812
2813 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * configure.ac:
2816         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2817         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2818
2819         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2820
2821 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2822
2823         * shell/ev-window.c: (ev_window_add_history):
2824
2825         Check if history is NULL
2826
2827 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * libdocument/ev-image.c: (ev_image_finalize):
2830         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2831         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2832         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2833         (ev_tmp_uri_unlink):
2834
2835         Add functions to delete temporary files created by evince in a safe
2836         way.
2837
2838         * shell/ev-window.c: (ev_window_clear_local_uri),
2839         (open_xfer_update_progress_callback),
2840         (save_xfer_update_progress_callback), (ev_window_save_remote),
2841         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2842         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2843         (attachment_save_dialog_response_cb),
2844         (ev_attachment_popup_cmd_save_attachment_as):
2845
2846         Allow saving a copy of a document, image or attachment to a remote
2847         location. Fixes bug #440754. 
2848
2849 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * configure.ac:
2852         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2853
2854         Fix build with current poppler from cvs head. 
2855
2856 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2857
2858         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2859
2860         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2861         directory exists.
2862
2863 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2864
2865         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2866         * shell/ev-window.c:
2867
2868         Change sidebar ordering. Fixes bug #439939.
2869
2870 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2871
2872         * backend/comics/Makefile.am:
2873         
2874         Fixes build with --without-libgnome.
2875
2876 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2877         
2878         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2879
2880         Update cursor and tooltip on page change and view scroll. Fixes bug
2881         #439217.
2882
2883 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2884
2885         * NEWS:
2886         * configure.ac:
2887         
2888         Update for release 0.9.0
2889
2890 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2891
2892         * backend/djvu/djvu-document-private.h:
2893         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2894         (djvu_document_finalize),
2895         (djvu_document_file_exporter_format_supported),
2896         (djvu_document_file_exporter_begin),
2897         (djvu_document_file_exporter_do_page),
2898         (djvu_document_file_exporter_end),
2899         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2900         
2901         Implemented printing with djvu. Bug #437998.
2902
2903 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * backend/impress/zip.c:
2906         Add missing ulong definition.
2907
2908         * backend/ps/ps-interpreter.c:
2909         Add missing headers.
2910
2911         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2912
2913 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2916
2917         Add missing call to parent class dispose method. 
2918
2919 2007-05-12  Ross Burton  <ross@openedhand.com>
2920
2921         * shell/main.c:
2922         Sync keybindings manually when building without libgnome
2923         (#437925).
2924
2925 2007-05-12  Ross Burton  <ross@openedhand.com>
2926
2927         * shell/ev-window.c:
2928         Respect the screen when opening help (#437866).
2929
2930 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * data/evince-ui.xml:
2933         * shell/ev-application.[ch]: (get_print_settings_from_args),
2934         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2935         (ev_application_open_uri_list):
2936         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2937         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2938         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2939         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2940         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2941         (ev_window_dispose):
2942         * shell/main.c: (arguments_parse):
2943
2944         Add print button in preview mode. Fixes bug #396475. 
2945
2946 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2947
2948         * cut-n-paste/zoom-control/ephy-zoom.h:
2949         
2950         Fixes zoom level factors. See bug #408119 for details.
2951
2952 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2953
2954         * backend/comics/comics-document.c: (comics_regex_quote),
2955         (extract_argv):
2956         
2957         Correctly quote symbols. Fixes crash in the bug
2958         #415370.
2959
2960 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2961
2962         * shell/ev-navigation-action-widget.c:
2963         (ev_navigation_action_widget_init),
2964         (ev_navigation_action_widget_class_init),
2965         (ev_navigation_action_widget_button_press_event):
2966         
2967         Connect to button-press event on correct widget. Fixes
2968         bug #431988
2969
2970 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2971
2972         * shell/ev-application.c: (ev_application_open_window),
2973         (ev_application_add_icon_path_for_screen),
2974         (ev_application_open_uri_at_dest):
2975         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2976         * shell/ev-navigation-action.c: (build_menu):
2977         
2978         Add app-specific icons to our icon theme. Fixes bug
2979         #425508.
2980
2981 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * shell/ev-history.c: (ev_history_class_init),
2984         (ev_history_add_link):
2985         * shell/ev-history.h:
2986         * shell/ev-navigation-action.c:
2987         (ev_navigation_action_history_changed),
2988         (ev_navigation_action_set_history), (build_menu),
2989         (ev_navigation_action_finalize):
2990         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2991         
2992         Make navigation action unsensitive instead of showing
2993         menu with unsensitive word. Fixes bug #417392.
2994
2995 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2996
2997         * shell/ev-application.[ch]: (ev_application_shutdown),
2998         (ev_application_get_print_settings),
2999         (ev_application_set_print_settings):
3000         * shell/ev-window.c:
3001
3002         Remember print settings. Fixes bug #349102. 
3003
3004 2007-05-08  Christian Persch  <chpe@gnome.org>
3005
3006         * configure.ac:
3007         * properties/ev-properties-view.c:
3008
3009         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3010         Bug #382438.
3011
3012 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * configure.ac:
3015         * properties/ev-properties-view.c: (ev_regular_paper_size):
3016
3017         Use gtk+ builtin paper list to identify the document's paper size.
3018         Fixes bug #382438. 
3019
3020 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * configure.ac:
3023
3024         Fix build when compiling with thumbnailer and libgnome support. 
3025
3026 2007-05-04  Ross Burton  <ross@openedhand.com>
3027
3028         * configure.ac:
3029         Add --without-libgnome, check for libgnome and libgnomeui
3030         separately, and add them to the symbols as required.
3031
3032         * libdocument/ev-file-helpers.c:
3033         When building without libgnome, use g_get_user_config_dir instead
3034         of gnome_user_dir_get.
3035
3036         * shell/ev-application.c:
3037         When building without libgnome, don't use session management.
3038
3039         * shell/main.c:
3040         When building without libgnome, don't use GnomeProgram or
3041         initialise the authentication manager.
3042
3043         This fixes #328842.
3044
3045 2007-05-04  Ross Burton  <ross@openedhand.com>
3046
3047         * shell/ev-window.c:
3048         Don't use libgnome to open help, instead call Yelp directly.
3049
3050 2007-05-04  Ross Burton  <ross@openedhand.com>
3051
3052         * shell/ev-sidebar-attachments.c:
3053         Don't use libgnome to lookup icons for MIME types, instead copy
3054         code from GTK+ to do it manually.
3055
3056 2007-05-04  Ross Burton  <ross@openedhand.com>
3057
3058         * configure.ac:
3059         Add libxml to the dependencies for SHELL_CORE (#435818).
3060
3061 2007-05-02  Ross Burton  <ross@openedhand.com>
3062
3063         * configure.ac:
3064         * Makefile.am:
3065         Add --disable-thumbnailer (#434825)
3066
3067 2007-05-02  Ross Burton  <ross@openedhand.com>
3068
3069         * shell/ev-window.c:
3070         Add missing includes, fix indentation.
3071
3072         * shell/main.c:
3073         Fix indentation.
3074
3075 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3076
3077         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3078         ev_application_open_uri_at_dest instead of ev_application_open_uri
3079         preventing new document always being opened in a new window even if there
3080         is an empty window.
3081
3082 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3085         (egg_recent_view_uimanager_finalize):
3086         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3087         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3088         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3089         (ev_pixbuf_cache_dispose):
3090         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3091         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3092         
3093         Add missing chain to parent class methods. Fixes
3094         bug #433128.
3095
3096 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3097
3098         * data/Makefile.am (update-icon-cache): Updates
3099         gtk-update-icon-cache in uninstall-hook.
3100
3101 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-window.c: (ev_window_setup_document),
3104         (ev_window_set_document), (ev_window_load_job_cb):
3105         * shell/ev-view.c: (setup_caches):
3106         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3107
3108         Start rendering pages before any other jobs. 
3109
3110 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-window.c: (ev_window_stop_fullscreen),
3113         (ev_window_stop_presentation):
3114
3115         Update chrome visibility before window unfullscreen. 
3116
3117 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * data/Makefile.am:
3120         * data/evince-ui.xml:
3121         * shell/ev-stock-icons.[ch]:
3122         * shell/ev-application.[ch]: (ev_application_shutdown),
3123         (ev_application_init), (ev_application_get_toolbars_model):
3124         * shell/ev-window.c: (update_chrome_visibility),
3125         (fullscreen_toolbar_setup_item_properties),
3126         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3127         (ev_window_run_presentation), (ev_window_stop_presentation),
3128         (ev_window_run_preview), (ev_window_screen_changed),
3129         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3130         (ev_window_dispose), (ev_window_init):
3131
3132         Make fullscreen toolbar always visible. Do not use egg toolbars for
3133         fullscreen and preview modes since such toolbars are not editables.
3134         Fixes bugs #300278, #338910 and #316188.  
3135
3136 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3137
3138         * shell/ev-application.c:
3139         * shell/ev-job-queue.c:
3140         * shell/ev-metadata-manager.c:
3141         * shell/ev-stock-icons.c:
3142         * shell/ev-window.c:
3143         * shell/main.c:
3144         
3145         Developers documentation updated.
3146
3147 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3148
3149         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3150
3151         Check whether uri is valid before launching it. Fixes bug #427664.
3152
3153 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3154
3155         * shell/ev-window.c:
3156
3157         Change key accelerator for Open a Copy menu entry which is in conflict
3158         with Close. Fixes bug #427321.
3159
3160 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * NEWS:
3163         * configure.ac:
3164         
3165         Update for release 0.8.1
3166
3167 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3168
3169         * shell/ev-window.c: (setup_size_from_metadata):
3170         
3171         Do not make window bigger than screen. Fixes bug 
3172         #388985.
3173
3174 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3177         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3178
3179         Use default resolution when it's not provided by document. Fixes bug
3180         #408762.
3181
3182 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * configure.ac:
3185         * thumbnailer/Makefile.am:
3186         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3187         * thumbnailer/evince-thumbnailer.schemas.in:
3188         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3189
3190         Add support for ps, eps and compressed documents thumbnails. Do not
3191         ignore size parameter. 
3192
3193 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3194
3195         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3196         (dvi_document_do_color_special):
3197         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3198
3199         Implement font color specials in the DVI backend. Fixes bug #303651.
3200
3201 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3202
3203         Fixup the previous commit:
3204
3205         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3206         * shell/xdg-user-dir-lookup.c: Make the function non-static
3207         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3208
3209 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3210
3211         * shell/ev-window.c (file_open_dialog_response_cb): Use
3212         the xdg-user-dirs DOCUMENTS folder as default folder when
3213         opening a file chooser.  (#424858)
3214
3215         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3216         xdg-user-dirs.
3217
3218 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * shell/ev-window.c: (ev_window_load_job_cb):
3221
3222         Do not setup view from metadata on preview mode. 
3223
3224 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * shell/main.c:
3227
3228         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3229
3230 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * shell/ev-view.c: (ev_view_primary_get_cb):
3233
3234         Check pointer != NULL before using it. Fixes bug #416841. 
3235
3236 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3237
3238         * NEWS:
3239         * configure.ac:
3240         
3241         Release 0.8.0
3242
3243 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3246
3247         Do not render thumbnails when sidebar thumbnail page is not visible
3248         at startup. Fixes bug #416447. 
3249
3250 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3251
3252         * data/evince.desktop.in.in:
3253
3254         "Application" is not a valid category in the freedesktop specification.
3255
3256 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * libdocument/ev-file-helpers.[ch]: (compression_run),
3259         (ev_file_uncompress), (ev_file_compress):
3260         * shell/ev-window.c: (file_save_dialog_response_cb):
3261
3262         Save document compressed when saving a copy of a compressed document.
3263         Fixes bug #334542.
3264
3265 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3268
3269         Allow deleting in goto window entry in presentation mode. 
3270
3271 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3272
3273         * Makefile.am: Dist MAINTAINERS.
3274
3275 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3276
3277         * shell/ev-window.c: (ev_window_update_actions):
3278
3279         Fix zoom shortcut keys when searching. Fixes bug #409828.
3280
3281 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-window.c: (ev_window_setup_document):
3284
3285         Fix crash when loading documents with only one page. 
3286
3287 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3288
3289         * backend/dvi/dvi-document.c:
3290         (dvi_document_thumbnails_get_dimensions),
3291         (dvi_document_thumbnails_get_thumbnail):
3292         * backend/impress/impress-document.c:
3293         (impress_document_thumbnails_get_thumbnail),
3294         (impress_document_thumbnails_get_dimensions):
3295         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3296         (ps_document_thumbnails_get_dimensions):
3297         * backend/djvu/djvu-document.c:
3298         (djvu_document_thumbnails_get_dimensions),
3299         (djvu_document_thumbnails_get_thumbnail):
3300         * backend/tiff/tiff-document.c:
3301         (tiff_document_thumbnails_get_thumbnail),
3302         (tiff_document_thumbnails_get_dimensions):
3303         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3304         (pdf_document_thumbnails_get_thumbnail),
3305         (pdf_document_thumbnails_get_dimensions):
3306         * backend/comics/comics-document.c:
3307         (comics_document_thumbnails_get_thumbnail),
3308         (comics_document_thumbnails_get_dimensions):
3309         * backend/pixbuf/pixbuf-document.c:
3310         (pixbuf_document_thumbnails_get_thumbnail),
3311         (pixbuf_document_thumbnails_get_dimensions):
3312         * libdocument/ev-document-thumbnails.[ch]:
3313         (ev_document_thumbnails_get_thumbnail),
3314         (ev_document_thumbnails_get_dimensions):
3315         * libdocument/ev-document-misc.[ch]:
3316         (ev_document_misc_get_thumbnail_frame):
3317         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3318         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3319         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3320         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3321         (ev_sidebar_thumbnails_refresh):
3322         * shell/ev-window.c: (ev_window_setup_document):
3323         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3324
3325         Use an EvRenderContext for rendering thumbnails instead of a suggested
3326         width, so that different sized pages get sized proportionally.
3327
3328 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-view.c: (ev_view_button_press_event),
3331         (ev_view_key_press_event):
3332
3333         Fix critical warnings when there is no document loaded. 
3334
3335 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * shell/ev-page-action-widget.c:
3338         * shell/ev-navigation-action.c:
3339         * shell/ev-window.c:
3340
3341         Fix compile warnings. 
3342
3343 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * backend/djvu/djvu-text.h:
3346         * backend/djvu/djvu-document.c:
3347         * backend/djvu/djvu-text-page.c:
3348         * backend/djvu/djvu-links.c:
3349         * backend/djvu/djvu-text-page.h:
3350         * backend/djvu/djvu-text.c:
3351         
3352         Fix build on Mac. Fixes bug #392186. Patch by
3353         <ephraim_owns@hotmail.com>
3354
3355 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3358
3359         Restore cairo context before rendering every page when printing a PDF
3360         document into a PDF file. 
3361
3362 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3363
3364         * backend/ps/gstypes.h:
3365         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3366         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3367         (ps_document_thumbnails_get_thumbnail):
3368
3369         Handle PostScript page orientation. Fixes bug #318568.
3370
3371 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3372
3373         * backend/ps/Makefile.am:
3374         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3375         (document_load), (ps_document_load), (save_document),
3376         (save_page_list), (ps_document_get_n_pages),
3377         (ps_document_get_page_size), (ps_document_get_info),
3378         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3379         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3380         (ps_document_thumbnails_get_thumbnail),
3381         (ps_document_thumbnails_get_dimensions),
3382         (ps_document_document_thumbnails_iface_init):
3383         * backend/ps/ps.[ch]: (psgetpagebox):
3384         * backend/ps/ps-interpreter.[ch]:
3385
3386         Add support for thumbnails in ps backend. Fixes bug #164755. 
3387
3388 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3389
3390         * NEWS:
3391         * configure.ac:
3392         
3393         Release 0.7.2
3394
3395 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3398         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3399         (ev_window_dispose):
3400
3401         Use document thumbnail as window icon. Fixes bug #384442.
3402
3403 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3404
3405         * configure.ac:
3406
3407         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3408         duplicated adding application/x-bzpostscript instead. 
3409
3410 2007-02-11  Tom Parker  <palfrey@tevp.net>
3411
3412         * backend/ps/ps-document.c: (document_load):
3413
3414         Check return value of psscan before trying
3415         to use it. Fixes bug #372414.
3416
3417 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3420
3421         Fix invalid free in ev-page-cache. Fixes bug #404745.
3422
3423 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3424
3425         * test/Makefile.am:
3426         * test/test3.py:
3427         
3428         Added reload test case.
3429
3430 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * po/POTFILES.in:
3433         * backend/djvu/djvu-document.c: (djvu_document_load):
3434
3435         Check whether there are missing files in indirect multipage djvu
3436         documents. Fixes bug #361683. 
3437
3438 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3439
3440         * test/Makefile.am:
3441         * test/test-mime.bin:
3442         * test/test3.py:
3443         
3444         Added test for slow mime type
3445
3446 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3449
3450         Add some checks and call parent_class->finalize. Fixes bug #404745.
3451
3452 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3453
3454         * shell/ev-navigation-action.c: (connect_proxy):
3455         
3456         Fixes dropdown history menu. Thanks a lot Carlos!
3457
3458 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3461
3462         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3463         bug #373715.
3464
3465 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3466
3467         * backend/ps/ps.c: (psscan):
3468
3469         Fix memory leak. 
3470
3471 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * configure.ac:
3474         * libdocument/ev-file-helpers.c: 
3475
3476         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3477
3478 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * configure.ac:
3481         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3482         (ps_interpreter_start), (document_load), (save_document),
3483         (save_page_list):
3484         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3485         * libdocument/ev-document-factory.c:
3486         (ev_document_factory_get_from_mime), (get_document_from_uri),
3487         (free_uncompressed_uri), (ev_document_factory_get_document):
3488         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3489
3490         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3491
3492 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * libdocument/ev-document.h:
3495
3496         Fix typo in function name. 
3497
3498 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * backend/ps/ps-document.c: (ps_interpreter_finished),
3501         (ps_interpreter_start), (ps_interpreter_failed):
3502
3503         Handle ghostscript interpreter crashes. 
3504
3505 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * shell/ev-window.c: (ev_window_open_uri),
3508         (window_configure_event_cb):
3509
3510         Setup window size and position before showing it. Fixes bug #401711.
3511
3512 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * backend/ps/Makefile.am:
3515         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3516         (ps_document_dispose), (ps_document_class_init),
3517         (ps_interpreter_input), (ps_interpreter_output),
3518         (ps_interpreter_error), (setup_interpreter_env),
3519         (ps_interpreter_start), (ps_interpreter_stop),
3520         (ps_interpreter_failed), (ps_interpreter_is_ready),
3521         (check_filecompressed), (document_load), (ps_document_load),
3522         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3523         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3524         (render_page):
3525
3526         Rework ps-document. Code cleanups, remove deprecated code. 
3527
3528 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * shell/ev-view.c: (ev_view_button_press_event):
3531
3532         Do not start an image drag and drop operation when pointer is on 
3533         text, so that we can select text when the whole background is an
3534         image. 
3535
3536 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (ev_window_update_actions): 
3539
3540         Disable all zoom related actions during presentation mode. 
3541
3542 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3543
3544         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3545
3546         Do not zoom in or out on presentation mode. Fixes bug #401305.
3547
3548 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * shell/ev-navigation-action.c: (connect_proxy),
3551         (create_menu_item), (ev_navigation_action_class_init):
3552         
3553         Correctly show menu and fix crash when navigaton 
3554         action is out of toolbar visible area.
3555
3556 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * data/Makefile.am:
3559         * data/evince.1:
3560         
3561         Added man file
3562
3563 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * help/reference/* :
3566         * configure.ac:
3567         
3568         Added gtk-doc based documentation for Evince.
3569         Still in initial state but I hope it will
3570         grow.
3571         
3572         * configure.ac:
3573         
3574         Lower dbus requirement to 0.70
3575
3576 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * shell/ev-window.c: (ev_window_add_history):
3579
3580         Fix memory leak. 
3581
3582 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3583
3584         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3585         * shell/ev-view.h:
3586         * shell/ev-window.c: (ev_window_add_history):
3587         
3588         Correctly handle named destination links
3589
3590 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3591
3592         * NOTES:
3593         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3594         * backend/pdf/ev-poppler.cc:
3595         * libdocument/ev-document-links.h:
3596         * libdocument/ev-link.c: (ev_link_get_page):
3597         * libdocument/ev-link.h:
3598         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3599         (ev_history_add_link):
3600         * shell/ev-history.h:
3601         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3602         (new_history_menu_item), (build_menu):
3603         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3604         * shell/ev-sidebar-links.c: (create_loading_model),
3605         (print_section_cb), (ev_sidebar_links_construct),
3606         (fill_page_labels), (update_page_callback_foreach),
3607         (update_page_callback), (job_finished_callback):
3608         * shell/ev-view.c: (ev_view_handle_link):
3609         * shell/ev-window.c: (ev_window_find_chapter),
3610         (ev_window_add_history), (view_handle_link_cb),
3611         (history_changed_cb):
3612         
3613         Implements another history variant
3614
3615 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * shell/ev-window.c: (view_external_link_cb):
3618         * shell/ev-view.c: (ev_view_button_release_event):
3619
3620         Open links in new window when clicking with middle button. 
3621
3622 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * shell/ev-navigation-action.c: (new_history_menu_item):
3625         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3626         * shell/ev-view.c: (ev_view_handle_link):
3627         * shell/ev-window.c:
3628         
3629         Store link before jump, not the destination. For me it 
3630         seems like more natural history behavior.
3631
3632 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3633
3634         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3635         (ev_navigation_action_class_init):
3636         * shell/ev-navigation-action.h:
3637         * shell/ev-page-action.c: (activate_cb):
3638         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3639         (ev_page_cache_set_current_page_history):
3640         * shell/ev-page-cache.h:
3641         * shell/ev-sidebar-thumbnails.c:
3642         (ev_sidebar_tree_selection_changed),
3643         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3644         * shell/ev-view-private.h:
3645         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3646         * shell/ev-view.h:
3647         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3648         (ev_window_setup_document), (ev_window_load_job_cb):
3649         * shell/ev-window.h:
3650         
3651         History finally works as expected.
3652
3653 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3654
3655         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3656
3657         Do not update links treeview if it doesn't have a model assigned yet. 
3658
3659 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3662         (ev_sidebar_links_class_init), (update_page_callback):
3663
3664         Do not update links treeview when sidepane is not visible. 
3665
3666 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3667
3668         * shell/ev-marshal.list:
3669         * shell/ev-page-action.c: (activate_cb),
3670         (ev_page_action_class_init):
3671         * shell/ev-page-action.h:
3672         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3673         * shell/ev-window.c:
3674         
3675         Remove activate_link signal, not required.
3676
3677 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * shell/ev-navigation-action.c: (build_menu):
3680         
3681         Reorder menu items and build menu with fixed length.
3682
3683 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3684
3685         * shell/ev-view.c: (get_selected_text):
3686         
3687         Normalize text to fix ligatures problem. See bug
3688         #341947 for details.
3689
3690 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3693
3694         Fix memory leak in ev-page-cache. 
3695
3696 2007-01-25  Tom Parker <palfrey@tevp.net>
3697
3698         * backend/impress/impress-document.c: (impress_document_load),
3699         (impress_document_finalize), (impress_document_init):
3700         * properties/ev-properties-main.c: (ev_properties_get_pages):
3701         
3702         Correctly handle impress document errors. Fixes nautilus
3703         crash in property page #370491.
3704
3705 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3708         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3709         (ev_job_queue_remove_job):
3710         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3711         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3712         (ev_job_load_run):
3713         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3714         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3715         (ev_window_load_job_cb), (xfer_update_progress_callback),
3716         (ev_window_open_uri), (ev_window_dispose):
3717         * shell/main.c: (main):
3718
3719         Do file transfer asynchronously in the main thread instead of
3720         synchronously in the load thread. Fixes bugs #399694, #398307 and
3721         #343542.
3722
3723 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * shell/ev-jobs.c: (ev_job_xfer_run):
3726
3727         Load the document with the font-config lock held. 
3728
3729 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * backend/ps/ps-document.c: (start_interpreter):
3732
3733         Fix memory leaks in ps backend. 
3734
3735 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * backend/impress/impress-document.c:
3738         (impress_document_render_pixbuf):
3739
3740         Do not acquire fontconfig lock in impress backend, since it is using
3741         the main loop for rendering. 
3742
3743 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * po/POTFILES.in: 
3746
3747         Remove mdvi files that shouldn't be translated. 
3748
3749 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3750
3751         * shell/ev-view-private.h:
3752         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3753         (ev_view_set_zoom):
3754
3755         Render "loading..." text into a cairo surface instead of directly into
3756         the window so that fontconfig lock is only needed once and UI is not
3757         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3758
3759 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3760
3761         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3762         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3763
3764         Use icon theme associated with the window screen rather than default. 
3765
3766 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3767
3768         * configure.ac:
3769
3770         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3771
3772 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3773
3774         * data/icons/*/apps/evince.*:
3775
3776         Move Evince icons under new apps directory.
3777
3778         * data/icons/*/actions/*:
3779
3780         Add new custom themeable Evince icons: view-page-continuous, 
3781         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3782         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3783
3784         * configure.ac:
3785
3786         Add new directories to AC_CONFIG_FILES.
3787
3788         * shell/ev-stock-icons.c:
3789         * shell/ev-stock-icons.h:
3790
3791         Use new custom themeable icons.
3792
3793 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3794
3795         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3796
3797         Do not draw white background page in presentation mode. 
3798
3799 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3800
3801         * shell/ev-view.c: Remove unused gnome-vfs include.
3802
3803 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3804
3805         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3806         
3807         Format string is corrected, fixes bug #397129.
3808
3809 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * shell/ev-window.c: (ev_window_setup_recent):
3812
3813         Do not include in recent menu inexistent documents. Fixes
3814         bug #339171.
3815
3816 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3817
3818         * po/POTFILES.skip: 
3819
3820         Update POTFILES.skip file according to current source tree. 
3821
3822 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3823
3824         * shell/ev-window.c: (file_save_dialog_response_cb):
3825
3826         Do Save a copy in atomic way. Fixes bug #328266. 
3827
3828 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3831
3832         Keep selected cell always visible in index treeview.
3833
3834 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3835         
3836         * shell/ev-view.c: (ev_view_size_allocate):
3837
3838         Restore horizontal scrollbar after switching to/from fullscreen
3839         or presentation mode. Fixes bug #331728.
3840
3841 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * shell/ev-view-private.h:
3844         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3845         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3846         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3847         (ev_view_can_zoom_out):
3848
3849         Use max and min scale values in the view iby taking dpi into account. 
3850
3851 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * configure.ac:
3854         * NEWS:
3855
3856         Release 0.7.1
3857
3858 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-window.c: (ev_window_print_send):
3861
3862         Send print job to printer with some settings set to default values,
3863         since we have already exported to a file according to such settings
3864         and they could be taken twice by some printers. 
3865
3866 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * shell/ev-jobs.c: (ev_job_xfer_run):
3869         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3870
3871         Show main window and load document with the font-config lock held. 
3872
3873 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * configure.ac:
3876         * shell/ev-application.c: (ev_application_register_service):
3877         * shell/main.c: (load_files_remote):
3878
3879         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3880
3881 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3882
3883         * doc/debugging.txt:
3884         
3885         Remove obsolete documentation.
3886
3887 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3888
3889         * Makefile.am:
3890         * backend/Makefile.am:
3891         * backend/comics/Makefile.am:
3892         * backend/djvu/Makefile.am:
3893         * backend/dvi/Makefile.am:
3894         * backend/ev-async-renderer.c:
3895         * backend/ev-async-renderer.h:
3896         * backend/ev-attachment.c:
3897         * backend/ev-attachment.h:
3898         * backend/ev-backend-marshal.c:
3899         * backend/ev-document-factory.c:
3900         * backend/ev-document-factory.h:
3901         * backend/ev-document-find.c:
3902         * backend/ev-document-find.h:
3903         * backend/ev-document-fonts.c:
3904         * backend/ev-document-fonts.h:
3905         * backend/ev-document-images.c:
3906         * backend/ev-document-images.h:
3907         * backend/ev-document-info.h:
3908         * backend/ev-document-links.c:
3909         * backend/ev-document-links.h:
3910         * backend/ev-document-misc.c:
3911         * backend/ev-document-misc.h:
3912         * backend/ev-document-security.c:
3913         * backend/ev-document-security.h:
3914         * backend/ev-document-thumbnails.c:
3915         * backend/ev-document-thumbnails.h:
3916         * backend/ev-document-transition.c:
3917         * backend/ev-document-transition.h:
3918         * backend/ev-document.c:
3919         * backend/ev-document.h:
3920         * backend/ev-file-exporter.c:
3921         * backend/ev-file-exporter.h:
3922         * backend/ev-image.c:
3923         * backend/ev-image.h:
3924         * backend/ev-link-action.c:
3925         * backend/ev-link-action.h:
3926         * backend/ev-link-dest.c:
3927         * backend/ev-link-dest.h:
3928         * backend/ev-link.c:
3929         * backend/ev-link.h:
3930         * backend/ev-render-context.c:
3931         * backend/ev-render-context.h:
3932         * backend/ev-selection.c:
3933         * backend/ev-selection.h:
3934         * backend/impress/Makefile.am:
3935         * backend/pdf/Makefile.am:
3936         * backend/pixbuf/Makefile.am:
3937         * backend/ps/Makefile.am:
3938         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3939         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3940         (start_interpreter), (stop_interpreter), (document_load),
3941         (ps_document_next_page), (render_page):
3942         * backend/tiff/Makefile.am:
3943         * comics/Makefile.am:
3944         * comics/comics-document.c:
3945         * comics/comics-document.h:
3946         * configure.ac:
3947         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3948         * djvu/Makefile.am:
3949         * djvu/djvu-document-private.h:
3950         * djvu/djvu-document.c:
3951         * djvu/djvu-document.h:
3952         * djvu/djvu-links.c:
3953         * djvu/djvu-links.h:
3954         * djvu/djvu-text-page.c:
3955         * djvu/djvu-text-page.h:
3956         * djvu/djvu-text.c:
3957         * djvu/djvu-text.h:
3958         * dvi/Makefile.am:
3959         * dvi/dvi-document.c:
3960         * dvi/dvi-document.h:
3961         * dvi/fonts.c:
3962         * dvi/fonts.h:
3963         * dvi/mdvi-lib/Makefile.am:
3964         * dvi/mdvi-lib/afmparse.c:
3965         * dvi/mdvi-lib/afmparse.h:
3966         * dvi/mdvi-lib/bitmap.c:
3967         * dvi/mdvi-lib/bitmap.h:
3968         * dvi/mdvi-lib/color.c:
3969         * dvi/mdvi-lib/color.h:
3970         * dvi/mdvi-lib/common.c:
3971         * dvi/mdvi-lib/common.h:
3972         * dvi/mdvi-lib/defaults.h:
3973         * dvi/mdvi-lib/dvimisc.c:
3974         * dvi/mdvi-lib/dviopcodes.h:
3975         * dvi/mdvi-lib/dviread.c:
3976         * dvi/mdvi-lib/files.c:
3977         * dvi/mdvi-lib/font.c:
3978         * dvi/mdvi-lib/fontmap.c:
3979         * dvi/mdvi-lib/fontmap.h:
3980         * dvi/mdvi-lib/fontsrch.c:
3981         * dvi/mdvi-lib/gf.c:
3982         * dvi/mdvi-lib/hash.c:
3983         * dvi/mdvi-lib/hash.h:
3984         * dvi/mdvi-lib/list.c:
3985         * dvi/mdvi-lib/mdvi.h:
3986         * dvi/mdvi-lib/pagesel.c:
3987         * dvi/mdvi-lib/paper.c:
3988         * dvi/mdvi-lib/paper.h:
3989         * dvi/mdvi-lib/pk.c:
3990         * dvi/mdvi-lib/private.h:
3991         * dvi/mdvi-lib/setup.c:
3992         * dvi/mdvi-lib/sp-epsf.c:
3993         * dvi/mdvi-lib/special.c:
3994         * dvi/mdvi-lib/sysdeps.h:
3995         * dvi/mdvi-lib/t1.c:
3996         * dvi/mdvi-lib/tfm.c:
3997         * dvi/mdvi-lib/tfmfile.c:
3998         * dvi/mdvi-lib/tt.c:
3999         * dvi/mdvi-lib/util.c:
4000         * dvi/mdvi-lib/vf.c:
4001         * dvi/pixbuf-device.c:
4002         * dvi/pixbuf-device.h:
4003         * impress/Makefile.am:
4004         * impress/common.h:
4005         * impress/document.c:
4006         * impress/f_oasis.c:
4007         * impress/f_oo13.c:
4008         * impress/iksemel.c:
4009         * impress/iksemel.h:
4010         * impress/imposter.h:
4011         * impress/impress-document.c:
4012         * impress/impress-document.h:
4013         * impress/internal.h:
4014         * impress/r_back.c:
4015         * impress/r_draw.c:
4016         * impress/r_geometry.c:
4017         * impress/r_gradient.c:
4018         * impress/r_style.c:
4019         * impress/r_text.c:
4020         * impress/render.c:
4021         * impress/render.h:
4022         * impress/zip.c:
4023         * impress/zip.h:
4024         * lib/Makefile.am:
4025         * lib/ev-debug.c:
4026         * lib/ev-debug.h:
4027         * lib/ev-file-helpers.c:
4028         * lib/ev-file-helpers.h:
4029         * lib/ev-gui.c:
4030         * lib/ev-gui.h:
4031         * lib/ev-tooltip.c:
4032         * lib/ev-tooltip.h:
4033         * libdocument/Makefile.am:
4034         * libdocument/ev-file-helpers.c:
4035         * pdf/Makefile.am:
4036         * pdf/ev-poppler.cc:
4037         * pdf/ev-poppler.h:
4038         * pixbuf/Makefile.am:
4039         * pixbuf/pixbuf-document.c:
4040         * pixbuf/pixbuf-document.h:
4041         * properties/Makefile.am:
4042         * ps/Makefile.am:
4043         * ps/gsdefaults.c:
4044         * ps/gsdefaults.h:
4045         * ps/gsio.c:
4046         * ps/gsio.h:
4047         * ps/gstypes.h:
4048         * ps/ps-document.c:
4049         * ps/ps-document.h:
4050         * ps/ps.c:
4051         * ps/ps.h:
4052         * shell/Makefile.am:
4053         * shell/ev-application.h:
4054         * shell/ev-sidebar-links.c:
4055         * shell/ev-sidebar-links.h:
4056         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4057         (ev_gui_menu_position_tree_selection):
4058         * shell/ev-utils.h:
4059         * shell/ev-view.c: (ev_view_finalize):
4060         * shell/ev-window.c:
4061         * shell/main.c: (main):
4062         * thumbnailer/Makefile.am:
4063         * tiff/Makefile.am:
4064         * tiff/tiff-document.c:
4065         * tiff/tiff-document.h:
4066         * tiff/tiff2ps.c:
4067         * tiff/tiff2ps.h:
4068         
4069         Reorganize source tree.
4070
4071 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * backend/ev-document-factory.c:
4074
4075         Do not include ev-poppler.h when pdf is disabled. 
4076
4077 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * configure.ac:
4080         * data/evince-ui.xml:
4081         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4082         (pdf_document_document_images_iface_init):
4083         * backend/Makefile.am:
4084         * backend/ev-document-images.[ch]:
4085         * backend/ev-image.[ch]:
4086         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4087         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4088         (ev_job_xfer_run):
4089         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4090         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4091         (ev_pixbuf_cache_get_image_mapping):
4092         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4093         (view_menu_popup_cb), (ev_window_dispose),
4094         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4095         (ev_view_popup_cmd_copy_image):
4096         * shell/ev-view-private.h:
4097         * shell/ev-view.c: (ev_view_get_image_at_location),
4098         (ev_view_do_popup_menu), (ev_view_popup_menu),
4099         (ev_view_button_press_event), (ev_view_drag_data_get),
4100         (ev_view_drag_motion), (ev_view_drag_data_received),
4101         (ev_view_motion_notify_event), (ev_view_button_release_event),
4102         (ev_view_finalize), (ev_view_class_init):
4103
4104         Add image handling support. Fixes bugs #310008 and #325047. Images
4105         selection is not supported yet. 
4106
4107 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4110         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4111         (ev_view_init):
4112
4113         Move view drag and drop stuff to ev-view.
4114
4115 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4118         * shell/ev-view.c: (clear_selection): 
4119
4120         Clear selection also in pixbuf cache.
4121
4122 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4123
4124         * data/evince.desktop.in.in:
4125         
4126         Change icon name in desktop file. See bug #390734
4127         for details.
4128
4129 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4130
4131         * thumbnailer/Makefile.am:
4132
4133         Use top_builddir instead top_srcdir for generated schema
4134         file installation. Fixes bug #390161.
4135
4136 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * configure.ac:
4139         * backend/Makefile.am:
4140         * backend/ev-document-transition.[ch]:
4141         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4142         (pdf_document_page_transition_iface_init):
4143         * shell/ev-view-private.h:
4144         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4145         (ev_view_set_presentation), (transition_next_page),
4146         (ev_view_presentation_transition_stop),
4147         (ev_view_presentation_transition_start), (ev_view_next_page):
4148
4149         Add page transition support in presentation mode. At the moment only
4150         page duration is supported, but not transition effects. Fixes bug
4151         #309815.
4152
4153 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4156
4157         Run find_link_dest with document lock held, since it's called by links
4158         thread and main thread at the same time. 
4159
4160 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * shell/ev-view.c: (goto_dest):
4163
4164         Update page-cache when page is changed by the view, so that
4165         page-changed signal is emitted. 
4166
4167 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4168
4169         * test/test1.py:
4170         * test/test2.py:
4171
4172         Use C locale in tests. 
4173
4174 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * shell/ev-window.c: (ev_window_run_presentation):
4177         * shell/ev-view-private.h:
4178         * shell/ev-view.c: (ev_view_set_presentation):
4179
4180         Restore zoom settings when back from presentation mode. 
4181
4182 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4183
4184         * shell/ev-window.c: (ev_window_run_presentation):
4185
4186         Always use "best fit" zoom in presentation mode.
4187         Fixes bug #389195.
4188
4189 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4190
4191         * shell/ev-view.c: (ev_view_goto_window_create):
4192
4193         Show "Jump to page" label in the page jumping popup in
4194         presentation mode instead of just a GtkEntry.
4195
4196 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-window.c: (launch_external_uri):
4199
4200         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4201         #378085.
4202
4203 2006-12-22  Elijah Newren  <newren gmail com>
4204
4205         * configure.ac: explicitly check for libxml2.  Fixes #388795
4206
4207 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-view-private.h:
4210         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4211         (ev_view_goto_window_delete_event), (key_is_numeric),
4212         (ev_view_goto_window_key_press_event),
4213         (ev_view_goto_window_button_press_event),
4214         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4215         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4216         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4217
4218         Allow jumping to another page by typing a page number in presentation
4219         mode. It uses a popup window with an entry. Fixes bug #353625.
4220
4221 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * configure.ac:
4224         * properties/ev-properties-view.c: (ev_get_default_user_units),
4225         (ev_regular_paper_size):
4226         
4227         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4228         to Damien Carbery <damien.carbery@sun.com> and
4229         Yevgen Muntyan <muntyan@tamu.edu>.
4230
4231 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4232
4233         * shell/ev-window.c: (setup_document_from_metadata):
4234
4235         Make sure Evince doesn't restore the view on the last
4236         page when a document is reopened. Fixes bug #383381.
4237
4238 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4239
4240         * shell/ev-view.c: (draw_loading_text):
4241
4242         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4243
4244 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * configure.ac:
4247         * NEWS:
4248
4249         Release 0.7.0
4250
4251 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * configure.ac:
4254         * pdf/ev-poppler.cc: (pdf_print_context_free),
4255         (pdf_document_file_exporter_begin),
4256         (pdf_document_file_exporter_do_page):
4257
4258         Make cairo-pdf depedency optional. 
4259
4260 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4263
4264         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4265
4266 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4269         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4270         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4271         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4272         * shell/ev-view.c: (draw_loading_text):
4273         * shell/ev-window.c: (ev_window_cmd_file_properties):
4274
4275         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4276         related to using FontConfig from different threads.
4277         
4278 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * shell/ev-view.c: (draw_loading_text):
4281
4282         Acquire lock document when drawing "Loading..." text so that only one
4283         thread will use FontConfig at the same time. Fixes bug #374750.
4284
4285 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * shell/ev-page-action.[ch]: (activate_cb):
4288         * shell/ev-window.c: (activate_label_cb):
4289
4290         Check if text inserted in page entry is a valid page number when it
4291         doesn't match to any document page label. Fixes bug #383165.
4292
4293 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4294         * shell/ev-window.c:
4295
4296         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4297         available with GTK < 2.10. Added an ifdef to avoid compilation
4298         error.
4299
4300 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * configure.ac:
4303         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4304
4305         Fix ps backend in multihead systems.
4306
4307 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4308
4309         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4310         * shell/ev-window.c: (ev_window_get_screen_dpi),
4311         (ev_window_update_actions), (setup_view_from_metadata),
4312         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4313
4314         Take screen DPI into account when zooming. Fixes bug #318285.
4315
4316 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4317
4318         * data/Makefile.am:
4319
4320         Cleaned up/slightly refactored Makefile.am. Added GConf
4321         schemas uninstallation as well.
4322
4323 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4324
4325         * Makefile.am:
4326         * test/Makefile.am:
4327
4328         Fight with autotools to fix make check. Make distcheck
4329         works fine as well now!
4330
4331 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4332
4333         * shell/ev-view.c: (draw_end_presentation_page):
4334
4335         Corrected "end of presentation" string.
4336
4337 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4338
4339         * shell/ev-view.c: (ev_view_key_press_event):
4340
4341         Correctly propagate key press event so that up/down keys
4342         work as expected (correct behaviour was broken by
4343         black/white screen key bindings for presentations).
4344
4345 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4346
4347         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4348         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4349         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4350         (pdf_selection_get_selection_region),
4351         (pdf_selection_get_selection_map):
4352
4353         Add "static" to some private functions. 
4354
4355 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4356
4357         * lib/ev-tooltip.h:
4358         * properties/ev-properties-view.h:
4359         * shell/ev-jobs.h:
4360         * shell/ev-properties-dialog.h:
4361         * shell/ev-properties-fonts.h:
4362         * shell/ev-sidebar-links.h:
4363         * shell/ev-sidebar-thumbnails.h:
4364         * shell/ev-sidebar.h:
4365         * shell/ev-window.h:
4366         
4367         Fixes CHACK type in class casts. See bug #385343
4368         for details.
4369
4370 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4371
4372         * shell/ev-view-private.h:
4373         * shell/ev-view.c: (draw_end_presentation_page),
4374         (ev_view_expose_event), (ev_view_key_press_event),
4375         (ev_view_class_init), (ev_view_init):
4376
4377         Blank screen in presentation mode when pressing 'b' (filling with
4378         black) or 'w' (filling with white) keys. Fixes bug #358132.
4379
4380 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4381
4382         * data/evince-toolbar.xml:
4383         * shell/ev-window.c:
4384         
4385         Use stock icon for Select All action. Fixes
4386         bug #382652.
4387
4388 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4389
4390         * shell/ev-view.c: (get_doc_point_from_offset),
4391         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4392
4393         Add links support in rotated documents. Fixes bug #343733.
4394
4395 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4396
4397         * shell/ev-view-private.h:
4398         * shell/ev-view.c: (draw_end_presentation_page),
4399         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4400
4401         Show a blank page after the last page in presentation mode with a
4402         message indicating that presentation has finished and how to exit. 
4403
4404 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4405
4406         * shell/ev-window.c: (fullscreen_timeout_cb):
4407
4408         Hide cursor after a while in presentation mode. 
4409
4410 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4411
4412         * backend/ev-document-info.h:
4413         * data/evince-properties.glade:
4414         * pdf/ev-poppler.cc:
4415         * properties/ev-properties-view.c: (ev_regular_paper_size),
4416         (ev_properties_view_set_info):
4417         * ps/ps-document.c: (ps_document_get_info):
4418
4419         Adds a paper size field to the properties dialog. Fixes
4420         bug #307315. Patch by Kasper Svendsen (with some i18n
4421         changes done by me).
4422
4423 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4424
4425         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4426         (screensaver_init_dbus), (totem_scrsaver_new),
4427         (totem_scrsaver_init):
4428         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4429         * shell/ev-application.c: (ev_application_register_service),
4430         (ev_application_screensaver_enable),
4431         (ev_application_screensaver_disable):
4432         * shell/ev-application.h:
4433         * shell/ev-window.c: (ev_window_run_presentation),
4434         (ev_window_stop_presentation), (build_comments_string),
4435         (ev_window_init):
4436         
4437         Move screensaver handling to application. No more
4438         message on startup.
4439
4440 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * configure.ac:
4443         * backend/Makefile.am:
4444         * backend/ev-file-exporter.[ch]:
4445         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4446         * ps/ps-document.c: (ps_document_file_exporter_*):
4447         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4448         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4449         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4450         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4451
4452         Allow printing to PDF when suppoted by the backend.
4453         
4454 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * shell/ev-window.c: (build_comments_string):
4457
4458         Use always "Document Viewer" in about dialog. 
4459
4460 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * djvu/djvu-document.c: (djvu_document_get_page_size):
4463
4464         Display a warning message when get_pageinfo fails. 
4465
4466 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4467
4468         * Makefile.am:
4469         * backend/Makefile.am:
4470         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4471         * configure.ac:
4472         * shell/ev-window.c: (build_comments_string):
4473         
4474         Make pdf compilation optional. See bug #38007.
4475
4476 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4477
4478         * ps/ps.c: (get_next_text):
4479
4480         Fix CVE-2006-5864.
4481
4482 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4483
4484         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4485         * shell/ev-navigation-action.c: (connect_proxy),
4486         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4487         
4488         Do not call g_type_class_peek_parent twice.
4489
4490 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * configure.ac:
4493         * data/icons/24x24/.cvsignore:
4494         * data/icons/24x24/Makefile.am:
4495         * data/icons/24x24/evince.png:
4496         * data/icons/Makefile.am:
4497         
4498         Add 24x24 icon. Thanks to 
4499         Michael Monreal <infernux@web.de>.
4500
4501 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * configure.ac: Fix typo in configure.ac. Thanks
4504         to dmacks@netspace.org for notification.
4505
4506 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4509         
4510         Drop dbus include, fixes compilation with older dbus.
4511
4512 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4513
4514         * configure.ac:
4515         * cut-n-paste/Makefile.am:
4516         * cut-n-paste/totem-screensaver/.cvsignore
4517         * cut-n-paste/totem-screensaver/Makefile.am:
4518         * cut-n-paste/totem-screensaver/README:
4519         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4520         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4521         * shell/Makefile.am:
4522         * shell/ev-window.c: (ev_window_run_presentation),
4523         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4524         (ev_window_init):
4525
4526         Implemented screensaver enabling/disabling for
4527         presentation mode (not fullscreen mode). Code stolen
4528         from Totem (with some minor tweaks). Fixes bug #338889.
4529
4530 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4531
4532         * configure.ac:
4533
4534         Bump gnome-icon-theme requirements. We use the rotation
4535         icons that appeared recently.
4536
4537 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4538
4539         * shell/ev-history.c: (ev_history_add_page):
4540         * shell/ev-history.h:
4541         * shell/ev-window.c: (page_changed_cb):
4542         
4543         Use page labels instead of numbers.
4544
4545 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * data/evince-toolbar.xml:
4548         * po/POTFILES.in:
4549         * shell/Makefile.am:
4550         * shell/ev-navigation-action-widget.c:
4551         (ev_navigation_action_widget_init),
4552         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4553         (menu_detacher), (ev_navigation_action_widget_set_menu),
4554         (menu_position_func), (popup_menu_under_arrow),
4555         (ev_navigation_action_widget_toggled),
4556         (ev_navigation_action_widget_button_press_event):
4557         * shell/ev-navigation-action-widget.h:
4558         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4559         (ev_navigation_action_set_window), (activate_menu_item_cb),
4560         (new_history_menu_item), (new_empty_history_menu_item),
4561         (build_menu), (menu_activated_cb), (connect_proxy),
4562         (create_tool_item), (ev_navigation_action_init),
4563         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4564         * shell/ev-navigation-action.h:
4565         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4566         (ev_page_action_widget_set_page_cache),
4567         (ev_page_action_widget_finalize),
4568         (ev_page_action_widget_class_init), (match_selected_cb),
4569         (display_completion_text), (match_completion), (build_new_tree_cb),
4570         (get_filter_model_from_model),
4571         (ev_page_action_widget_update_model):
4572         * shell/ev-page-action-widget.h:
4573         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4574         (connect_proxy):
4575         * shell/ev-page-action.h:
4576         * shell/ev-stock-icons.c:
4577         * shell/ev-stock-icons.h:
4578         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4579         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4580         (register_custom_actions):
4581         * shell/main.c:
4582         
4583         Preliminary history implementation
4584
4585 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4588         (dvi_document_class_init), (dvi_document_init_params):
4589         * dvi/mdvi-lib/font.c: (font_reference):
4590         
4591         Add reference to subfont. Fixes bug #374277.
4592
4593 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4596         (ev_window_cmd_file_open_copy_at_dest):
4597
4598         Fix a race condition when creating symlink. Increase the counter
4599         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4600         Mathias Hasselmann).
4601
4602 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * backend/Makefile.am:
4605         * backend/ev-attachment.c: (ev_attachment_open):
4606         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4607         (ev_tmp_dir), (ev_tmp_filename):
4608         * shell/ev-sidebar-attachments.c:
4609         (ev_sidebar_attachments_drag_data_get):
4610         * shell/ev-window.c: (ev_window_clear_temp_file):
4611
4612         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4613         in ensure_dir_exists. Abort without crashing when we can't create
4614         user's directory.
4615
4616 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4617
4618         * data/evince-ui.xml:
4619         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4620         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4621         (ev_window_cmd_file_open_copy_at_dest),
4622         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4623         (ev_view_popup_cmd_open_link_new_window):
4624
4625         Allow opening a copy of the current document in a new window. Fixes bug
4626         #357472
4627
4628 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4629
4630         * data/evince-toolbar.xml:
4631         
4632         Add rotate right and rotate left to available items for toolbar.
4633         
4634         * data/evince-ui.xml:
4635         * shell/ev-window.c: (ev_window_init):
4636         
4637         Customize toolbar with right click. Fixes bug #372451.
4638
4639 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4640
4641         * shell/ev-window.c: 
4642         
4643         Use "object-rotate-{left,right}" stock icons. Fixes 
4644         bug #373863.
4645
4646 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4649         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4650         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4651         (ev_window_open_uri):
4652         * shell/main.c: (arguments_parse):
4653
4654         Remove temp file created when evince is used by GTK+ in
4655         preview mode. Fixes bug #365282. 
4656
4657 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4660         
4661         Fixes bug #372474 - Side pane disabled when entering 
4662         and leaving fullscreen mode.
4663
4664 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4667         * data/Makefile.am:
4668         * data/evince-preview-toolbar.xml:
4669         * data/evince-toolbar.xml:
4670         * shell/ev-application.c: (ev_application_shutdown),
4671         (ev_application_init), (ev_application_get_toolbars_model):
4672         * shell/ev-application.h:
4673         * shell/ev-window.c: (update_chrome_visibility),
4674         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4675         (ev_window_cmd_edit_toolbar), (ev_window_init):
4676         
4677         Fixes bug #364364 - toolbar editor shows zoom actions again.
4678
4679 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4680
4681         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4682
4683         Do not take margins into consideration for paper size when printing.
4684         Really fixes bug #350491.
4685
4686 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4687
4688         * data/evince-ui.xml:
4689         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4690         (ev_window_cmd_file_print_setup),
4691         (ev_window_print_dialog_response_cb),
4692         (ev_window_setup_action_sensitivity):
4693
4694         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4695
4696 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-window.c: (ev_window_print_range):
4699
4700         Revert my previuos commit, since printing to PDF is not supported by
4701         evince yet. 
4702
4703 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4704
4705         * shell/ev-window.c: (ev_window_print_range):
4706
4707         Enable print to a PDF. Fixes bug #332121.
4708
4709 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-application-service.xml:
4712         * shell/ev-application.[ch]: (ev_application_open_window),
4713         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4714         (ev_application_open_uri), (ev_application_open_uri_list):
4715         * shell/ev-window.c: (file_open_dialog_response_cb),
4716         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4717         (drag_data_received_cb), (open_remote_link):
4718         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4719
4720         Add support for multiscreen systems. Fixes bug #316206.
4721
4722 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * shell/ev-jobs.[ch]: (ev_job_print_new),
4725         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4726         (ev_job_print_do_page):
4727         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4728
4729         Allow printing only odd/even pages. Fixes bug #367289.
4730
4731 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4732
4733         * test/test1.py:
4734         * test/test2.py:
4735
4736         Re-add locale settings to test files.
4737
4738 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * data/evince-ui.xml:
4741         * shell/ev-window.c: (set_action_properties):
4742         
4743         Removed garbage from code and ui.
4744
4745 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4746
4747         * shell/ev-window.c: (ev_window_cmd_help_about):
4748
4749         Shamelessly add my name to the list of contributors.
4750
4751 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4752
4753         * test/test1.py:
4754         * test/test2.py:
4755
4756         Cleaned up the dogtail scripts.
4757
4758 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4759
4760         * shell/ev-view.c: (draw_loading_text): Don't render
4761         "loading..." text in presentation mode. Temporary
4762         workaround for bug #320352.
4763
4764 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4765
4766         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4767         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4768
4769         Use print settings scale, copies, collate and reverse which were
4770         ignored. Fixes bug #359032.
4771
4772 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4773
4774         * configure.ac:
4775         * data/evince-password.glade:
4776         * test/Makefile.am:
4777         * test/test-encrypt.pdf:
4778         * test/test-links.pdf:
4779         * test/test1.py:
4780         * test/test2.py:
4781
4782         Add automated UI tests for evince with dogtail. See
4783         bug #300948.    
4784
4785 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4786
4787         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4788
4789         Hide fullscreen toolbar when switching to another desktop workspace.
4790         Fixes bug #338871
4791
4792 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * shell/ev-window-title.c: 
4795         
4796         Test for .dvi in title of pdf documents.
4797
4798 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4799
4800         * shell/ev-view.c: (ev_view_scroll):
4801
4802         Page Up/Down should do page jumps in "Best fit" mode.
4803         If a user has explicitly chosen to view exactly one page
4804         at a time, scrolling just a part of the page when
4805         pressing Page Up/Down is not right. Fixes bug #323107.
4806
4807 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * NEWS:
4810         * configure.ac:
4811         
4812         Update for 0.6.1
4813
4814 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4817         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4818         
4819         Correctly disconnect from job signals on destroy.
4820
4821 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4822
4823         * shell/ev-view-private.h:
4824         * shell/ev-view.c: (view_set_adjustment_values),
4825         (view_update_range_and_current_page),
4826         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4827         
4828         Fixes bug #343199, current page now follows find page.
4829
4830 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4831
4832         * backend/ev-document-factory.c:
4833         * configure.ac:
4834         Assigned OpenDocument presenation MIME type to the
4835         Impress backend. Added some missing (but harmless)
4836         #ifdefs in the document factory as well to make things
4837         consistent again. Fixes bug #360658.
4838
4839 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4840
4841         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4842         * backend/ev-document-find.c: (ev_document_find_get_type):
4843         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4844         * backend/ev-document-links.c: (ev_document_links_get_type):
4845         * backend/ev-document-security.c: (ev_document_security_get_type):
4846         * backend/ev-document-thumbnails.c:
4847         (ev_document_thumbnails_get_type):
4848         * backend/ev-document.c: (ev_document_get_type):
4849         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4850         * backend/ev-selection.c: (ev_selection_get_type):
4851         * cut-n-paste/recent-files/egg-recent-model.c:
4852         (egg_recent_model_get_type):
4853         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4854         (egg_recent_view_uimanager_get_type):
4855         * cut-n-paste/recent-files/egg-recent-view.c:
4856         (egg_recent_view_get_type):
4857         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4858         (egg_editable_toolbar_get_type):
4859         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4860         (egg_toolbar_editor_get_type):
4861         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4862         (egg_toolbars_model_get_type):
4863         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4864         (egg_tree_multi_drag_source_get_type):
4865         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4866         (ephy_zoom_action_get_type):
4867         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4868         (ephy_zoom_control_get_type):
4869         * impress/r_back.c: (_imp_fill_back):
4870         * properties/ev-properties-main.c:
4871         (ev_properties_plugin_register_type):
4872         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4873         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4874         (ev_view_accessible_factory_get_type):
4875
4876         Reduce relocations. Bug #360616.
4877
4878 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * backend/ev-document-factory.c:
4881         (ev_document_factory_get_document):
4882         
4883         Load document even if extension is wrong.
4884
4885 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4886
4887         * shell/ev-metadata-manager.c: (save_values):
4888         * shell/ev-window.c: (setup_size_from_metadata),
4889         (setup_view_from_metadata), (ev_window_setup_document),
4890         (ev_window_xfer_job_cb), (window_configure_event_cb):
4891         
4892         Set size according to the document size/page size ratio.
4893         That should correct rather wierd behaviour of the previous
4894         commit.
4895
4896 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-window.c: (setup_view_from_metadata):
4899         
4900         Set size for new windows from previous window size.
4901         See bugs #354968 and #168450 for details. Thanks
4902         to Meik Hellmund.
4903
4904 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * djvu/djvu-links.c: (build_tree):
4907
4908         Fix memory leak.
4909
4910 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4913         
4914         Don't make sidebar close button insensitive. Fixes
4915         bug #357871.
4916
4917 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4920         (ev_window_set_view_accels_sensitivity):
4921         
4922         Don't enable Slash on documents which don't support
4923         find. Fixes bug #358648.
4924
4925 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4926
4927         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4928         open dialog fall back to the current document uri if the
4929         filechooser hasn't been used before. Fixes bug #356980.
4930
4931 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4932
4933         * shell/ev-window.c: (ev_window_setup_recent), 
4934         (ev_window_get_recent_file_label):
4935
4936         Escape underscores in filenames of recent file items.
4937
4938 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * configure.ac:
4941         
4942         Bumped poppler requirements, really 0.5.3 is very 
4943         buggy, now we require 0.5.4.
4944
4945 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * djvu/Makefile.am:
4948         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4949         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4950         (djvu_document_document_links_iface_init):
4951         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4952         (number_from_string_10), (get_djvu_link_dest),
4953         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4954         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4955         (djvu_links_get_links), (djvu_links_find_link_dest),
4956         (djvu_links_get_links_model):
4957         * djvu/djvu-links.h:
4958         
4959         Add support for links and bookmarks in djvu documents. Thanks
4960         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4961         patch.
4962
4963 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4966         
4967         Reopen should reload document. Fixes 
4968         bug 327951.
4969
4970 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * configure.ac:
4973         * data/Makefile.am:
4974         * data/evince-16.png:
4975         * data/evince-22.png:
4976         * data/evince.png:
4977         * data/evince.svg:
4978         * data/icons/16x16/Makefile.am:
4979         * data/icons/16x16/evince.png:
4980         * data/icons/22x22/Makefile.am:
4981         * data/icons/22x22/evince.png:
4982         * data/icons/48x48/Makefile.am:
4983         * data/icons/48x48/evince.png:
4984         * data/icons/Makefile.am:
4985         * data/icons/scalable/Makefile.am:
4986         * data/icons/scalable/evince.svg:
4987         
4988         Install icons with correct names. Fixes
4989         bug #354429.
4990
4991 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4992
4993         * shell/ev-view.c: (ev_view_button_release_event):
4994
4995         Don't open links with middle mouse button. Fixes bug #353649
4996
4997 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * NEWS:
5000         * configure.ac:
5001         
5002         Update for release 0.6.0
5003
5004 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5007         Implement Close named action. Patch by Carlos Garcia Campos.
5008
5009 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5012         
5013         Don't clear link mapping on copy_job_to_job_info. Fixes
5014         bug 346168.
5015
5016 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5017
5018         * shell/main.c: (main):
5019
5020         Revert my previous commit, gnome_program_init owns the option context.
5021         Fix another memory leak in main. Both caught by Christian Persch. 
5022
5023 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5024
5025         * shell/main.c: (main):
5026
5027         Fix memory leak.
5028
5029 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5030
5031         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5032
5033         Fix crash when opening a pdf with password protection. 
5034
5035 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * pdf/ev-poppler.cc: (pdf_document_search_free):
5038
5039         Fix memory leak. 
5040
5041 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5042
5043         * backend/ev-document-factory.c:
5044         (ev_document_factory_get_document):
5045         * tiff/tiff-document.c: (tiff_document_finalize):
5046         
5047         More correct handling of document loading. Fixes
5048         bug #349043.
5049
5050 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5051
5052         * backend/ev-attachment.c: (ev_attachment_save):
5053
5054         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5055         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5056
5057 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5058         
5059         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5060         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5061
5062 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * shell/ev-sidebar-thumbnails.c:
5065
5066         Do not render thumbnails unless thumbnails page is active in the
5067         sidebar.
5068
5069 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5070
5071         * shell/ev-properties-dialog.c:
5072
5073         Fix dialogue spacing. Bug #351370.
5074
5075 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5076
5077         * configure.ac:
5078
5079         Use lowercase gettext catalog file names (evince.mo
5080         instead of Evince.mo)
5081
5082 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * shell/ev-sidebar-attachments.c:
5085
5086         GtkIconTheme is now screen safe too. Fixes bug #350878
5087
5088 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * shell/ev-window.c:
5091
5092         GtkRecent manager is now screen safe. Fixes bug #350145
5093
5094 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * shell/ev-sidebar.c: (ev_sidebar_init):
5097         
5098         Make sidebar close icon smaller. Fix for bug 350177.
5099         See also bugs 350176 and 165770.
5100
5101 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5102
5103         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5104
5105         Ignore zoom for xyz destinations when it's <= 1, keeping user
5106         preferences instead. Set correct sizing-mode for fith and fitv
5107         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5108
5109 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * NEWS:
5112         * configure.ac:
5113         
5114         Update for release 0.5.5
5115
5116 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5117         
5118         * shell/ev-window.c: (ev_window_cmd_escape)
5119
5120         Escape unfocus page entry. Fixes bug #345809.
5121
5122 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5125         (build_tree), (pdf_document_links_get_links),
5126         (pdf_document_links_find_link_dest):
5127         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5128         (goto_xyz_dest):
5129
5130         Convert from PDF style coordinates to X style coordinates in the
5131         backend rather than in the view. Fixes bug #338440
5132
5133 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * shell/ev-window.c:
5136         
5137         Remove Ctrl+Shift+T shortcut for toolbars. See
5138         the bug #350098.
5139
5140 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * configure.ac:
5143
5144         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5145         of this. 
5146
5147 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * configure.ac:
5150         * cut-n-paste/Makefile.am:
5151         * data/evince-ui.xml:
5152         * shell/Makefile.am:
5153         * shell/ev-application.[ch]:
5154         * shell/ev-window.c:
5155
5156         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5157         #349273
5158
5159 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5160
5161         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5162         findbar code: s/help/search/
5163
5164 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5165
5166         * shell/ev-window.c: (setup_document_from_metadata),
5167         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5168         (setup_view_from_metadata):
5169         
5170         Fix memory leaks.
5171
5172 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5173
5174         * autogen.sh, configure.ac: 
5175         
5176         Update automake usage. See bug 349292.
5177
5178 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5179
5180         * shell/eggfindbar.c: (egg_find_bar_class_init),
5181         (entry_activate_callback), (egg_find_bar_init),
5182         (egg_find_bar_set_status_text):
5183         * shell/eggfindbar.h:
5184         
5185         Unify Evince findbar with Epiphany. Nice patch
5186         from Fabricio Silva <silva@crans.org> and
5187         Frederic Peters <fpeters@entrouvert.com>. See
5188         bug #339966 for details.
5189
5190 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * data/evince.desktop.in.in:
5193         
5194         Correct information for bugzilla. Thanks to
5195         Olaf Vitters, see bug #348855.
5196
5197 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5198
5199         * shell/ev-jobs.[ch]:
5200         * shell/ev-sidebar-links.c:
5201         * shell/ev-window.[ch]:
5202
5203         GtkPrintJob doesn't support print ranges or current page, so we export
5204         to a ps file now when printing ranges or current page.
5205
5206 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5207
5208         * pdf/ev-poppler.cc:
5209         * shell/ev-window.c: (do_action_named):
5210
5211         We should be more clear about bugzilla. See the
5212         poppler bug #7623.
5213
5214 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5215
5216         * configure.ac:
5217         * shell/Makefile.am:
5218         * shell/ev-job-queue.c:
5219         * shell/ev-jobs.[ch]:
5220         * shell/ev-sidebar-links.c:
5221         * shell/ev-window.[ch]:
5222         
5223         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5224         #348422
5225
5226 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5229         * shell/ev-application-service.xml:
5230         * shell/ev-application.[ch]:
5231         * shell/ev-jobs.[ch]:
5232         * shell/ev-window.[ch]: (ev_window_run_preview):
5233         * shell/main.c: 
5234
5235         Add preview mode to use evince as a printing previewer. It also adds
5236         other command line options for fullscreen and presentation modes.
5237         Fixes bugs #347822, #317031
5238
5239 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * NEWS:
5242         * configure.ac:
5243         
5244         Update for release 0.5.4
5245
5246 2006-07-11  Bastien Nocera <hadess@hadess.net>
5247
5248         * Makefile.am:
5249         * backend/Makefile.am:
5250         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5251         * backend/ev-document-factory.h:
5252         * configure.ac:
5253         * impress/.cvsignore:
5254         * impress/Makefile.am:
5255         * impress/common.h:
5256         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5257         (imp_get_page), (imp_next_page), (imp_prev_page),
5258         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5259         * impress/f_oasis.c: (render_object), (render_page),
5260         (get_geometry), (_imp_oasis_load):
5261         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5262         (_imp_oo13_load):
5263         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5264         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5265         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5266         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5267         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5268         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5269         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5270         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5271         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5272         (iks_new_within), (iks_insert), (iks_insert_cdata),
5273         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5274         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5275         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5276         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5277         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5278         (iks_cdata), (iks_cdata_size), (iks_has_children),
5279         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5280         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5281         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5282         (iks_tree), (iks_load), (iks_save):
5283         * impress/iksemel.h:
5284         * impress/imposter.h:
5285         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5286         (imp_render_draw_bezier_real), (imp_render_get_size),
5287         (imp_render_set_fg_color), (imp_render_draw_line),
5288         (imp_render_draw_rect), (imp_render_draw_polygon),
5289         (imp_render_draw_arc), (imp_render_draw_bezier),
5290         (imp_render_open_image), (imp_render_get_image_size),
5291         (imp_render_scale_image), (imp_render_draw_image),
5292         (imp_render_close_image), (imp_render_markup),
5293         (imp_render_get_text_size), (imp_render_draw_text),
5294         (impress_document_load), (impress_document_save),
5295         (impress_document_get_n_pages), (impress_document_get_page_size),
5296         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5297         (impress_document_finalize), (impress_document_class_init),
5298         (impress_document_can_get_text), (impress_document_get_info),
5299         (impress_document_document_iface_init),
5300         (impress_document_thumbnails_get_thumbnail),
5301         (impress_document_thumbnails_get_dimensions),
5302         (impress_document_document_thumbnails_iface_init),
5303         (impress_document_init):
5304         * impress/impress-document.h:
5305         * impress/internal.h:
5306         * impress/r_back.c: (_imp_fill_back):
5307         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5308         (_imp_draw_image), (_imp_tile_image):
5309         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5310         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5311         (r_polyline):
5312         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5313         (r_draw_gradient_complex), (r_draw_gradient):
5314         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5315         (r_get_bullet):
5316         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5317         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5318         (r_text):
5319         * impress/render.c: (imp_create_context), (imp_context_set_page),
5320         (imp_context_set_step), (imp_render), (imp_delete_context):
5321         * impress/render.h:
5322         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5323         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5324         (zip_load_xml), (zip_get_size), (zip_load):
5325         * impress/zip.h:
5326         * shell/ev-utils.c:
5327         
5328         New backend to support impress slides. Fixes bug #30867.
5329
5330 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5331
5332         * shell/ev-utils.c: (using_postscript_printer):
5333         
5334         Fixes crash when print using PAPI backend,
5335         bug #345012.
5336
5337 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5338
5339         * shell/ev-jobs.c: (ev_job_xfer_run):
5340         * shell/ev-window.c: (password_dialog_response),
5341         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5342         (ev_window_dispose):
5343         Fixes bug #344160: if the xfer job doesn't complete
5344         because a password is required, reload the existing
5345         instance instead of creating a new one.
5346
5347 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/main.c: (main): Call gdk_threads_init. Thus
5350         we'll avoid errors in auth dialog. Fix for the bug
5351         #343347.
5352
5353 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5354
5355         * configure.ac: Advertise pixbuf support, fix
5356         for the bug 343317.
5357
5358 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5361         (ev_sidebar_thumbnails_set_document):
5362         
5363         Update sidebar thumbnails after reloading.
5364
5365 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5368         * shell/ev-jobs.h:
5369         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5370         (ev_window_cmd_view_reload), (ev_window_init):
5371         
5372         Don't crash on reload. Fix for the bug #343167.
5373
5374 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5375
5376         * shell/ev-jobs.c: (ev_job_render_run):
5377         
5378         Check for document links.
5379
5380 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * backend/ev-attachment.c: (ev_attachment_save),
5383         (ev_attachment_launch_app), (ev_attachment_open):
5384         * backend/ev-document-factory.c: (get_document_from_uri):
5385         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5386         (egg_recent_view_uimanager_set_list):
5387         * ps/ps-document.c: (check_filecompressed), (document_load),
5388         (ps_document_load):
5389         * shell/ev-metadata-manager.c: (load_values):
5390         * shell/ev-password.c: (ev_password_dialog_set_property):
5391         * shell/ev-view.c: (tip_from_link):
5392         * shell/ev-window.c: (file_save_dialog_response_cb),
5393         (ev_window_print_dialog_response_cb):
5394         
5395         Use consistent quoting style. Fix for the bug #320285.
5396
5397 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * shell/ev-jobs.c: (ev_job_xfer_run):
5400         * shell/main.c: (load_files):
5401                 
5402         Open links with anchors. Fix for the bug #339836.
5403
5404 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5407         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5408         (ev_link_dest_set_property), (ev_link_dest_finalize),
5409         (ev_link_dest_class_init), (ev_link_dest_new_named),
5410         (ev_link_dest_new_page_label):
5411         * backend/ev-link-dest.h:
5412         * shell/ev-application.c: (ev_application_open_uri):
5413         * shell/ev-view.c: (goto_dest):
5414         * shell/ev-window.c:
5415         * shell/ev-window.h:
5416         
5417         Fix page-label command line option. Bug #342070.
5418
5419 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5420
5421         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5422         
5423         Don't show highlight rects if page can't be showed. Fix for 
5424         the bug #342076
5425
5426 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * shell/ev-window.c: (setup_sidebar_from_metadata),
5429         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5430         
5431         Setup sidebar from metadata even if there is no document
5432         loaded. Fix for the bug #342807.
5433
5434 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * cut-n-paste/toolbar-editor/Makefile.am:
5437         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5438         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5439         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5440         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5441         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5442         (popup_context_menu_cb), (button_press_event_cb),
5443         (configure_item_sensitivity), (configure_item_cursor),
5444         (configure_item_tooltip), (connect_widget_signals),
5445         (action_sensitive_cb), (create_item_from_action),
5446         (create_item_from_position), (toolbar_drag_data_received_cb),
5447         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5448         (toolbar_drag_leave_cb), (configure_drag_dest),
5449         (toggled_visibility_cb), (toolbar_visibility_refresh),
5450         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5451         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5452         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5453         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5454         (egg_editable_toolbar_dispose),
5455         (egg_editable_toolbar_set_ui_manager),
5456         (egg_editable_toolbar_get_selected),
5457         (egg_editable_toolbar_set_selected), (set_edit_mode),
5458         (egg_editable_toolbar_set_property),
5459         (egg_editable_toolbar_get_property),
5460         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5461         (egg_editable_toolbar_new_with_model),
5462         (egg_editable_toolbar_get_edit_mode),
5463         (egg_editable_toolbar_set_edit_mode),
5464         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5465         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5466         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5467         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5468         (item_added_or_removed_cb), (toolbar_removed_cb),
5469         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5470         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5471         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5472         (editor_create_item_from_name), (append_table),
5473         (update_editor_sheet), (egg_toolbar_editor_init):
5474         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5475         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5476         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5477         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5478         (toolbar_node_free), (egg_toolbars_model_get_flags),
5479         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5480         (egg_toolbars_model_get_name), (impl_add_item),
5481         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5482         (parse_data_list), (parse_item_list), (parse_toolbars),
5483         (egg_toolbars_model_load_toolbars), (parse_available_list),
5484         (parse_names), (egg_toolbars_model_load_names),
5485         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5486         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5487         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5488         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5489         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5490         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5491         (egg_toolbars_model_set_types), (fill_avail_array),
5492         (egg_toolbars_model_get_name_avail),
5493         (egg_toolbars_model_get_name_flags),
5494         (egg_toolbars_model_set_name_flags):
5495         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5496         * cut-n-paste/toolbar-editor/eggintl.h:
5497         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5498         (egg_tree_multi_drag_source_get_type),
5499         (egg_tree_multi_drag_source_row_draggable),
5500         (egg_tree_multi_drag_source_drag_data_delete),
5501         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5502         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5503         (path_list_free), (set_context_data), (get_context_data),
5504         (get_info), (egg_tree_multi_drag_drag_data_get),
5505         (egg_tree_multi_drag_motion_event),
5506         (egg_tree_multi_drag_button_press_event),
5507         (egg_tree_multi_drag_add_drag_support):
5508         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5509         * shell/ev-application.c: (ev_application_init),
5510         (ev_application_save_toolbars_model):
5511         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5512         (ev_window_cmd_edit_toolbar), (ev_window_init):
5513         
5514         Sync toolbareditor with epiphany and libegg
5515
5516 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5517
5518         * configure.ac: 
5519
5520         Depend on poppler 0.5.2
5521
5522 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5523
5524         * shell/ev-jobs.c: (ev_job_render_run):
5525         
5526         Check if document supports links iterface.
5527
5528 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * NEWS:
5531         * configure.ac:
5532         
5533         Update for release 0.5.3
5534
5535 2006-05-13  Michael Plump  <plumpy@skylab.org>
5536
5537         * configure.ac:
5538         * shell/Makefile.am:
5539         * shell/main.c: (main):
5540         
5541         Port to GOption command line parsing. Fix for the 
5542         bug #327518
5543
5544 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5545
5546         * shell/ev-window.c: (ev_window_cmd_help_about):
5547         
5548         Do not wrap license. Fix for the bug #309460.
5549
5550 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5551
5552         * configure.ac:
5553         * properties/ev-properties-main.c: (ev_properties_get_pages):
5554         * shell/ev-application.c: (ev_application_open_window),
5555         (ev_application_open_uri_at_dest):
5556         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5557         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5558         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5559         * shell/ev-utils.c: (save_print_config_to_file):
5560         * shell/ev-window.c: (ev_window_cmd_save_as),
5561         (ev_attachment_popup_cmd_save_attachment_as):
5562         * shell/main.c: (load_files_remote):
5563         
5564         Bump requirements to gtk 2.8 and drop all ifdefs used.
5565
5566 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5569         * shell/ev-window.c: (ev_window_init):
5570         
5571         Show attachments page.
5572
5573 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5574
5575         * po/POTFILES.in:
5576         * shell/ev-attachment-bar.c:
5577         * shell/ev-attachment-bar.h:
5578         * shell/ev-sidebar-attachments.c:
5579         (ev_sidebar_attachments_icon_cache_add),
5580         (icon_theme_get_pixbuf_from_mime_type),
5581         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5582         (ev_sidebar_attachments_icon_cache_refresh),
5583         (ev_sidebar_attachments_get_attachment_at_pos),
5584         (ev_sidebar_attachments_popup_menu_show),
5585         (ev_sidebar_attachments_popup_menu),
5586         (ev_sidebar_attachments_button_press),
5587         (ev_sidebar_attachments_update_icons),
5588         (ev_sidebar_attachments_drag_data_get),
5589         (ev_sidebar_attachments_get_property),
5590         (ev_sidebar_attachments_destroy),
5591         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5592         (ev_sidebar_attachments_new),
5593         (ev_sidebar_attachments_set_document),
5594         (ev_sidebar_attachments_support_document),
5595         (ev_sidebar_attachments_get_label),
5596         (ev_sidebar_attachments_page_iface_init):
5597         * shell/ev-sidebar-attachments.h:
5598         * shell/ev-window.c: (update_chrome_visibility),
5599         (setup_sidebar_from_metadata), (ev_window_setup_document),
5600         (ev_window_sidebar_current_page_changed_cb),
5601         (attachment_bar_menu_popup_cb), (ev_window_init):
5602         
5603         Move attachments bar to sidebar.
5604
5605 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5606
5607         * pdf/ev-poppler.cc:
5608         * shell/ev-application.[ch]:
5609         * shell/main.c:
5610
5611         Fix some memory leaks.
5612
5613 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5614
5615         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5616
5617         Change the properties dialog response to
5618         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5619         will make the dialog go away when the user presses
5620         enter. With gtk+ >= 2.9 this will happen anyway, but for
5621         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5622         escape by default. Fixes bug #340539. See also bug
5623         #101293 for the gtk+ part.
5624
5625 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5626
5627         * shell/ev-view.c (tip_from_action_named): Replace some strings
5628         that were wrong. Closes #340970.
5629
5630 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5631
5632         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5633
5634         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5635         #341049
5636
5637 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5638
5639         * djvu/Makefile.am:
5640         * dvi/Makefile.am:
5641         * dvi/mdvi-lib/Makefile.am:
5642         * properties/Makefile.am:
5643         * ps/Makefile.am:
5644         * shell/Makefile.am:
5645         * thumbnailer/Makefile.am:
5646         
5647         Due to broken libtool that is unable to track dependencies
5648         of noinst libraries we are forced to explicitely point
5649         libraries for binary. Fix for the bug #333334.
5650
5651 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * data/evince.desktop.in.in:
5654         * shell/ev-view.c: (view_update_range_and_current_page),
5655         (ev_view_next_page), (ev_view_previous_page):
5656         * shell/ev-window.c: (update_chrome_visibility),
5657         (setup_sidebar_from_metadata), (ev_window_setup_document),
5658         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5659         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5660         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5661         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5662         (ev_window_stop_presentation), (ev_window_focus_in_event),
5663         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5664         (ev_window_init):
5665         * thumbnailer/Makefile.am:
5666         
5667         Update fullscreen and presentation timeout handling. Hide
5668         cursor in presentation after timeout. Fix for the bugs
5669         #136359 and #336981.
5670
5671 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * backend/ev-link-action.[ch]:
5674         * pdf/ev-poppler.cc: (ev_link_from_action):
5675         * shell/ev-view-private.h:
5676         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5677         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5678
5679         Add support for Named Action links
5680
5681 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5682
5683         * backend/Makefile.am:
5684         * backend/ev-document-links.[ch]:
5685         * backend/ev-document.[ch]:
5686         * backend/ev-link-action.[ch]:
5687         * backend/ev-link-dest.[ch]:
5688         * backend/ev-link.[ch]:
5689         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5690         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5691         * shell/ev-page-action.c: (build_new_tree_cb):
5692         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5693         (links_page_num_func), (update_page_callback):
5694         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5695         (tip_from_link):
5696         * shell/ev-jobs.c:
5697         * shell/ev-window.[ch]: (ev_window_open_uri),
5698         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5699         * shell/ev-application.[ch]: (ev_application_open_window),
5700         (ev_application_open_uri):
5701
5702         Rework links system, it adds support for remote links now and it makes
5703         easier to add new kinds of actions and destinations. Fixes bug #317292
5704
5705 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5706
5707         * data/Makefile.am:
5708         * data/evince.png:
5709         * data/evince-16.png:
5710         * data/evince-22.png:
5711         * data/evince.svg:
5712         * shell/main.c: (main):
5713         
5714         Evince use it's own icon. Fix for the bug #313392.
5715
5716         * shell/ev-window.c: (fullscreen_timeout_cb),
5717         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5718         (ev_window_cmd_help_about), (ev_window_dispose):
5719         
5720         Simplify fullscreen timeout code.
5721
5722 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5723
5724         * backend/ev-attachment.c: 
5725         * shell/ev-attachment-bar.c:
5726         * shell/ev-window.c:
5727
5728         Allow multiple selection of attachments
5729
5730 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * shell/ev-view.c: (view_update_range_and_current_page),
5733         (ev_view_scroll):
5734         
5735         Fix for the bug #312573 – Optimal selection of current 
5736         page among visible pages.
5737
5738 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * configure.ac:
5741         * djvu/Makefile.am:
5742         * djvu/djvu-text.h:
5743         
5744         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5745         for the bug 339868.
5746
5747 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5748
5749         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5750
5751 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5752
5753         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5754         dictated by the GNOME HIG. Fixes bug #339235.
5755
5756 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5757
5758         * data/evince-ui.xml:
5759         * shell/ev-view.c: (ev_view_can_find_previous):
5760         * shell/ev-view.h:
5761         * shell/ev-window.c: (ev_window_update_actions),
5762         (ev_window_cmd_edit_find_previous):
5763
5764         Add support for "Find Previous" as dictated by the GNOME HIG. A
5765         menu item is added and some glue code to make it all work is added
5766         to various files.
5767
5768 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5769
5770         * configure.ac: Award myself the "useless use of cat" award.
5771
5772 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5773
5774         * po/LINGUAS: New file listing all supported languages.
5775
5776         * configure.in: Use po/LINGUAS instead of including all languages
5777         directly in this file. See the wiki for more information:
5778         http://live.gnome.org/GnomeGoals/PoLinguas
5779
5780 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5781
5782         * backend/ev-document-factory.c:
5783
5784         Do not load the document twice when there isn't errors
5785
5786 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * backend/ev-attachment.c: 
5789
5790         Fix a crash when there isn't a default application to open an
5791         attachment
5792
5793 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5794
5795         * backend/ev-attachment.[ch]:
5796         * shell/ev-attachment-bar.[ch]:
5797
5798         Added missing files. 
5799
5800 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5801
5802         * backend/Makefile.am:
5803         * data/evince-ui.xml:
5804         * backend/ev-attachment.[ch]:
5805         * backend/ev-document.[ch]: (ev_document_has_attachments),
5806         (ev_document_get_attachments):
5807         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5808         (attachment_save_to_buffer), (pdf_document_get_attachments),
5809         (pdf_document_document_iface_init):
5810         * shell/Makefile.am:
5811         * shell/ev-attachment-bar.[ch]:
5812         * shell/ev-window.c:
5813
5814         Add support for PDF attachments. Fixes bug #325143
5815
5816 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * backend/ev-document-factory.c: (get_document_from_uri),
5819         (ev_document_factory_get_document):
5820         * backend/ev-document-factory.h:
5821         * properties/ev-properties-main.c: (ev_properties_get_pages):
5822         * shell/Makefile.am:
5823         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5824         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5825         (ev_job_queue_remove_job):
5826         * shell/ev-job-queue.h:
5827         * shell/ev-job-xfer.c:
5828         * shell/ev-job-xfer.h:
5829         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5830         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5831         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5832         (ev_job_xfer_run):
5833         * shell/ev-jobs.h:
5834         * shell/ev-window.c: (ev_window_is_empty),
5835         (password_dialog_response), (ev_window_clear_xfer_job),
5836         (ev_window_xfer_job_cb), (ev_window_open_uri),
5837         (ev_window_cmd_focus_page_selector),
5838         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5839         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5840         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5841         (ev_window_dispose):
5842         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5843         
5844         * Cleanup mime type detection on document load. Fix for the
5845         bug #336448.
5846
5847 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5850         
5851         Fix crash on exit, described in the bug #336825.
5852
5853 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5854
5855         * backend/ev-document-factory.c:
5856         (ev_document_factory_get_from_mime),
5857         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5858         (ev_document_factory_get_document),
5859         (file_filter_add_mime_list_and_free),
5860         (ev_document_factory_add_filters):
5861         * backend/ev-document-factory.h:
5862         * properties/ev-properties-main.c: (ev_properties_get_pages):
5863         * shell/Makefile.am:
5864         * shell/ev-application.c:
5865         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5866         * shell/ev-window.c: (ev_window_cmd_file_open),
5867         (ev_window_cmd_save_as):
5868         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5869         
5870         Rework factory functions so they are placed now in a single 
5871         file ev-document-factory.c
5872
5873 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * shell/ev-window.c: (update_chrome_visibility):
5876         
5877         Fix for the bug 166566 - don't show menubar in fullscreen
5878         mode.
5879
5880 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5881
5882         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5883
5884 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-view.c: (ev_view_expose_event):
5887         
5888         More correctly draw loading text when document
5889         is empty.
5890
5891 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * shell/ev-view.c: (ev_view_scroll):
5894         
5895         Fix for the bug #334854, page down and page up switch
5896         pages in presentation mode.
5897
5898 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * shell/ev-window.c: (ev_window_set_action_sensitive),
5901         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5902         (ev_window_set_view_accels_sensitivity),
5903         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5904         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5905         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5906         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5907         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5908         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5909         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5910         (view_actions_focus_in_cb), (ev_window_init):
5911         
5912         Fix for the bug #333902, now it's possible to search
5913         words with slash.
5914
5915 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5916
5917         * configure.ac: Added Breton translation.
5918         * po/br.po: Added Breton translation.
5919
5920 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * shell/ev-window-title (ev_window_title_update):
5923
5924         Fix memory leak in window title. Fixes bug #333944
5925
5926 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5927
5928         * shell/ev-metadata-manager.c (parseItem):
5929
5930         Fix memory leaks. Fixes bug #333945
5931
5932 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5933         
5934         * NEWS, configure.ac, TODO:
5935         
5936         Update for release 0.5.2.
5937
5938 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * shell/ev-view.c: (view_update_range_and_current_page),
5941         (page_changed_cb):
5942         
5943         Don't jump on scrolling, fix for the bug #333127.
5944
5945 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5946
5947         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5948         
5949         Scroll by one page in presentation mode. Fix for the bug
5950         #332993.
5951
5952 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5953
5954         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5955
5956 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5957
5958         * configure.ac  Added lv in ALL_LINGUAS line.
5959
5960 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5961         
5962         * NEWS, configure.ac:
5963         
5964         Update for release 0.5.1
5965
5966 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5967
5968         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5969         * backend/ev-document-misc.h:
5970         * shell/ev-view.c: (draw_one_page):
5971         
5972          Clairfy what page the toolbar page number applies to. Fix
5973          for the bug #328102.
5974
5975 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5976
5977         * shell/ev-view-private.h:
5978         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5979         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5980         (ev_view_search_changed):
5981         * shell/ev-view.h:
5982         * shell/ev-window.c: (find_bar_search_changed_cb):
5983         
5984         Dont't jump to find result if window was scrolled during search.
5985         Fix for the bug #313266.
5986
5987 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5988
5989         * shell/eggfindbar.c: (egg_find_bar_class_init):
5990         * shell/eggfindbar.h:
5991         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5992         * shell/ev-view-private.h:
5993         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5994         (ev_view_class_init), (ev_sizing_mode_get_type),
5995         (ev_scroll_type_get_type):
5996         * shell/ev-view.h:
5997         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5998         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5999         (ev_window_init):
6000         
6001         Fix for the bug 319133 - Find entry should allow text scroll.
6002
6003 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
6004
6005         * shell/ev-view-private.h:
6006         * shell/ev-view.c: (view_update_range_and_current_page),
6007         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6008         (ev_view_set_document), (update_find_status_message),
6009         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6010         (ev_view_find_previous):
6011         
6012         Fix for the bug #319137. Search now takes account for scrolling.
6013
6014 2006-02-19  Michael Hofmann <mh21@piware.de>
6015
6016         * configure.ac:
6017         * djvu/Makefile.am:
6018         * djvu/djvu-document-private.h:
6019         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6020         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6021         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6022         (djvu_document_can_get_text), (djvu_document_get_text),
6023         (djvu_document_document_iface_init),
6024         (djvu_document_thumbnails_get_thumbnail),
6025         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6026         (djvu_document_find_get_result),
6027         (djvu_document_find_page_has_results),
6028         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6029         (djvu_document_find_iface_init):
6030         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6031         (djvu_text_page_selection), (djvu_text_page_limits_process),
6032         (djvu_text_page_limits), (djvu_text_page_copy),
6033         (djvu_text_page_position), (djvu_text_page_union),
6034         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6035         (djvu_text_page_box), (djvu_text_page_append_text),
6036         (djvu_text_page_search), (djvu_text_page_prepare_search),
6037         (djvu_text_page_new), (djvu_text_page_free):
6038         * djvu/djvu-text-page.h:
6039         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6040         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6041         (djvu_text_n_results), (djvu_text_has_results),
6042         (djvu_text_get_result), (djvu_text_get_progress):
6043         * djvu/djvu-text.h:
6044         
6045         Text search in djvu. Fix for the bug #303415.
6046
6047 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6048
6049         * configure.ac:
6050         * shell/ev-window.c: (ev_window_cmd_save_as):
6051         
6052         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6053         Thanks to Gary Coady <gary@lyranthe.org>
6054
6055 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * shell/ev-print-job.c: (idle_print_handler):
6058         
6059         Inverse order printing, bug #320919.
6060
6061 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * data/evince-toolbar.xml:
6064         * shell/ev-window.c:
6065         
6066         Allow to add sidebar checkbutton on toolbar. Fix
6067         for the bug #144577.
6068
6069 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6072         
6073         Add checks that have sense for empty ps document.
6074
6075 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6076
6077         * configure.ac: Include PS in mime types list. 
6078
6079 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * configure.ac:
6082         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6083         * ps/gsdefaults.h:
6084         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6085         
6086         Runtime check for gs interpreter. Fix for the bug #320868.
6087         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6088
6089 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6090
6091         * shell/ev-application.c: 
6092
6093         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6094         dbus>=0.60, so that the request is not queued. 
6095
6096 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6097
6098         * configure.ac:
6099         * shell/Makefile.am:
6100         * shell/ev-sidebar-links.c: (print_section_cb):
6101         * shell/ev-utils.c:
6102         * shell/ev-utils.h:
6103         * shell/ev-window.c: (update_action_sensitivity),
6104         (ev_window_close_dialogs), (ev_window_print):
6105         * shell/ev-window.h:
6106         
6107         Make printing support optional. Patch from Eduardo de Barros Lima
6108         <eduardo.lima@indt.org.br> for the bug #330546.
6109
6110 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6111
6112         * shell/ev-view-private.h:
6113         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6114         (ev_view_set_document):
6115         * shell/ev-view.h:
6116         * shell/ev-window.c: (ev_window_load_job_cb),
6117         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6118         (ev_window_init):
6119
6120         Draw Loading message during xfer job. Fix for the bug #329495.
6121
6122 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * comics/comics-document.c: (comics_regex_quote),
6125         (comics_document_load), (extract_argv):
6126         
6127         Correcly quote regexp before passing it to unzip.
6128
6129 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * shell/ev-page-cache.c: (build_height_to_page),
6132         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6133         (ev_page_cache_get_dual_even_left):
6134         * shell/ev-page-cache.h:
6135         * shell/ev-view.c: (view_update_range_and_current_page),
6136         (get_page_y_offset), (get_page_extents):
6137         
6138         Place even pages to the left if document has less then
6139         two pages. Fix for the bug #328856.
6140
6141 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6142
6143         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6144         
6145         Correct comics scheme. This make evince create thumbnails
6146         for comic books. Fix for the bug 329088.
6147
6148 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6149
6150         * data/evince-password.glade: Don't explicitly set
6151         invisible_char to the current default value in case
6152         the default changes; let GTK+ do its magic.
6153
6154 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6157         real filename to tmp filename since often document
6158         type is determined by extension.
6159
6160 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6161
6162         * shell/ev-view.c: (add_scroll_binding_keypad),
6163         (ev_view_binding_activated), (ev_view_class_init):
6164         
6165         Add keybindings for percision-scrolling of display area. 
6166         Fix for the bug #314072.
6167
6168 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6169
6170         * data/evince.desktop.in.in:
6171         
6172         Add GTK to the list of categories. Fix for the bug #328034.
6173
6174 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * shell/ev-application.c: (ev_application_shutdown),
6177         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6178         * shell/ev-application.h:
6179         * shell/ev-window.c: (file_open_dialog_response_cb),
6180         (ev_window_cmd_file_open):
6181         
6182         Save last uri in file chooser dialog. Fix for the bug #327950.
6183
6184 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6185
6186         * NEWS:
6187         * README:
6188         
6189         Final update for release 0.5.0
6190         
6191         * shell/Makefile.am:
6192         
6193         Remove disable deprecated until we'll require libgnome-2.13.7
6194         and port to GOption argument parsing. See bug 327518.
6195
6196 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6197
6198         * comics/comics-document.c: (comics_document_save):
6199         * djvu/djvu-document.c: (djvu_document_save):
6200         * dvi/dvi-document.c: (dvi_document_save):
6201         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6202         * lib/ev-file-helpers.h:
6203         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6204         * tiff/tiff-document.c: (tiff_document_save):
6205         
6206         Use common save function for backends.
6207
6208 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6209
6210         * backend/ev-document-types.c:
6211         
6212         Fix crash on saving pixbuf.
6213
6214 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216         * cut-n-paste/recent-files/egg-recent-item.c:
6217         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6218         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6219         (parse_info_free), (valid_element), (start_element_handler),
6220         (end_element_handler), (text_handler), (egg_recent_model_filter),
6221         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6222         (egg_recent_model_monitor), (egg_recent_model_read),
6223         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6224         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6225         (egg_recent_model_set_property), (egg_recent_model_class_init),
6226         (egg_recent_model_init), (egg_recent_model_add_full),
6227         (egg_recent_model_delete), (egg_recent_model_get_list),
6228         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6229         (egg_recent_model_set_filter_mime_types),
6230         (egg_recent_model_clear_group_filter),
6231         (egg_recent_model_set_filter_groups),
6232         (egg_recent_model_clear_scheme_filter),
6233         (egg_recent_model_set_filter_uri_schemes),
6234         (egg_recent_model_remove_expired):
6235         * cut-n-paste/recent-files/egg-recent-util.c:
6236         (egg_recent_util_get_icon):
6237         * cut-n-paste/recent-files/egg-recent-util.h:
6238         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6239         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6240         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6241         (egg_recent_view_uimanager_set_property),
6242         (egg_recent_view_uimanager_get_property),
6243         (egg_recent_view_uimanager_class_init),
6244         (egg_recent_view_uimanager_init),
6245         (egg_recent_view_uimanager_set_label_width),
6246         (egg_recent_view_uimanager_get_label_width):
6247         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6248         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6249         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6250         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6251         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6252         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6253         
6254         Update from libegg.
6255
6256 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6257
6258         * shell/ev-page-cache.c: (build_height_to_page),
6259         (ev_page_cache_get_height_to_page):
6260         * shell/ev-page-cache.h:
6261         * shell/ev-view.c: (view_update_range_and_current_page),
6262         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6263         (ev_view_previous_page):
6264         
6265         Dual mode places even pages to the left. Fix for the bug #309393.
6266
6267         * shell/ev-view.h:
6268         * shell/ev-window.c: (update_action_sensitivity),
6269         (setup_view_from_metadata), (view_menu_popup_cb):
6270         
6271         Don't restore presentation in empty windows, more intelligent
6272         next page behaviour in dual mode.
6273
6274         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6275         (ev_pixbuf_cache_clear_job_sizes):
6276         
6277         Cleanup job callback on removal. Fix for the bug #325886.
6278
6279 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6280
6281         * ps/ps.c: (psscan):
6282         
6283         Commit workaround Mozilla problem. Fix for the bug #325919
6284         
6285         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6286         (save_item):
6287         
6288         Fix for year 2038 problem.
6289
6290 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6291
6292         * shell/ev-window.c: (setup_document_from_metadata),
6293         (ev_window_cmd_view_reload):
6294
6295         Clamp page recieved from metadata in valid values. Fix
6296         for the bug #325986.
6297
6298 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * MAINTAINERS: 
6301         Add MAINTAINERS as requested on desktop-devel-list.
6302
6303 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6306         (mime_type_supported_by_gdk_pixbuf),
6307         (ev_document_factory_get_mime_types),
6308         (ev_document_factory_get_all_mime_types):
6309         
6310         Don't add pixbuf mime types if pixbuf backend is disabled.
6311         
6312         * shell/ev-application.c: (ev_application_get_uri_window):
6313         
6314         Fix for the bug 325815 - unhandled MIME type message doesn't 
6315         appear a second time. 
6316         
6317         * shell/ev-document-types.c: (ev_document_types_add_filters):
6318         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6319         (password_dialog_response), (ev_window_popup_password_dialog),
6320         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6321         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6322         (ev_window_run_presentation), (ev_window_stop_presentation),
6323         (save_sizing_mode), (ev_window_zoom_changed_cb),
6324         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6325         (ev_window_dual_mode_changed_cb),
6326         (ev_window_sidebar_current_page_changed_cb),
6327         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6328         (window_state_event_cb), (window_configure_event_cb):
6329         
6330         Cleanup additional uris holded by EvWindow.
6331
6332 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6335         (ev_view_can_previous_page), (ev_view_can_next_page):
6336         * shell/ev-view.h:
6337         * shell/ev-window.c: (update_action_sensitivity):
6338         
6339         Two page scrolling with Space and PageUp in dual mode. Second fix 
6340         for the bug #316608.
6341
6342 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * shell/ev-view.c: (scroll_to_current_page):
6345         
6346         Correctly clamp adjustment value. Fix for the bug
6347         #325808.
6348
6349 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6350
6351         * shell/ev-sidebar-links.c: (print_section_cb):
6352         * shell/ev-window.c: (ev_window_get_uri),
6353         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6354         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6355         (ev_window_dispose):
6356         
6357         Make print dialog non-modal. Fix for the bug #325622.
6358
6359 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6360
6361         * shell/ev-metadata-manager.c:
6362         * shell/ev-utils.c: (using_pdf_printer),
6363         (using_postscript_printer), (load_print_config_from_file),
6364         (save_print_config_to_file):
6365         * shell/ev-utils.h:
6366         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6367         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6368         (setup_view_from_metadata), (ev_window_setup_document),
6369         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6370         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6371         (ev_window_run_presentation), (ev_window_stop_presentation),
6372         (save_sizing_mode), (ev_window_zoom_changed_cb),
6373         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6374         (ev_window_dual_mode_changed_cb),
6375         (ev_window_sidebar_current_page_changed_cb),
6376         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6377         (window_state_event_cb), (window_configure_event_cb),
6378         (ev_window_init):
6379         
6380         Setting saving behaviour fixes.
6381
6382 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * configure.ac:
6385         
6386         Make antialiasing gs options better and allow
6387         to change them during configure. Fix for the 
6388         bug #319049.
6389
6390 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6391
6392         * shell/ev-window.c: (setup_view_from_metadata):
6393         
6394         Remember if last window was maximized. Fix for the
6395         bug #323797.
6396
6397 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6398
6399         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6400
6401 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6402
6403         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6404         * shell/ev-page-action.c: (build_new_tree_cb):
6405         * shell/ev-sidebar-links.c: (links_page_num_func),
6406         (update_page_callback_foreach), (update_page_callback):
6407         * shell/ev-view.c: (scroll_to_current_page):
6408         
6409         Fix for the bug #325067 with more intelligent selection
6410         of current link in sidebar. Make sidebar handle links
6411         of FITR-like type more correctly.
6412
6413         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6414         (dvi_pixbuf_put_pixel):
6415         
6416         Fix memory consumtion with disabled alpha channel.
6417
6418 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6419
6420         * data/evince-ui.xml:
6421         * shell/ev-window.c: (view_menu_popup_cb),
6422         (ev_popup_cmd_open_link), (ev_window_init):
6423         
6424         Update context menu for internal links. Fix for the bug
6425         #325066.
6426
6427 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6430         
6431         Bind context menu to keyboard also. Fix for the bug
6432         #325065.
6433
6434 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-view.c: (selection_scroll_timeout_cb):
6437         
6438         Horizontal scroll on selection also.
6439
6440 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * shell/ev-metadata-manager.c: (parse_value):
6443         * shell/ev-view.c: (goto_xyz_link):
6444         
6445         Correct zoom setup and metadata save broken in 
6446         some locales.
6447
6448 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6449
6450         * shell/ev-view-private.h:
6451         * shell/ev-view.c: (scroll_to_current_page),
6452         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6453         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6454         (page_changed_cb), (ev_view_set_continuous),
6455         (ev_view_set_dual_page), (ev_view_set_presentation):
6456         
6457         Delay scroll until allocation to correctly position page. Fix
6458         for the bug #317334.
6459
6460 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6461
6462         * NEWS:
6463         * configure.ac:
6464         
6465         Update NEWS and require poppler 0.5.0.
6466
6467 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6468         
6469         * data/evince-ui.xml:
6470         * shell/ev-view-private.h:
6471         * shell/ev-view.c: (ev_view_get_link_at_location),
6472         (handle_link_over_xy), (ev_view_button_press_event),
6473         (ev_view_button_release_event), (ev_view_class_init):
6474         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6475         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6476         (ev_window_init):
6477         
6478         Implement right-click context menu.
6479
6480 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6481
6482         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6483         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6484         (mdvi_pixbuf_device_render):
6485         * pdf/ev-poppler.cc:
6486
6487         Don't generate thumbnails with alpha. See bug #324077.
6488         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6489
6490 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6491
6492         * shell/ev-window.c: (setup_chrome_from_metadata):
6493         
6494         Fix typo that was hiding toolbar.
6495
6496 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6497
6498         * shell/ev-view-private.h:
6499         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6500         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6501         (ev_view_button_release_event), (ev_view_destroy):
6502         
6503         Small cleanup and autoscrolling during selection. Thanks to 
6504         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6505
6506 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6507
6508         * configure.ac:
6509         
6510         Correctly check for comics option.
6511
6512 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6513         * Makefile.am:
6514         * configure.ac:
6515         * backend/Makefile.am:
6516         * backend/ev-document-factory.c:
6517         * shell/ev-document-types.c:
6518
6519         Included option in configure to make ps backend 
6520         compilation optional with --disable-ps.
6521
6522 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * backend/ev-document-factory.c:
6525         * comics/Makefile.am:
6526         * comics/comics-document.c: (comics_document_load):
6527         * comics/ev-cbr-mime.xml:
6528         * configure.ac:
6529         
6530         Comics mime types are added to shared-mime-info CVS. Now
6531         we don't need to install our own mime types.
6532
6533 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * shell/ev-window.c:
6536         
6537         Add shortcut for "save a copy" menu entry. Fix for
6538         the bug #324582.
6539
6540 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6543         (job_finished_cb), (new_selection_pixbuf_needed),
6544         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6545         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6546         
6547         Rework selection job info logic and fix critical warning.
6548
6549 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6550
6551         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6552
6553 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6554
6555         * data/evince-ui.xml:
6556         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6557         
6558         Enter as shortcut key for next page. Fix for the bug
6559         #321394.
6560
6561 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6562
6563         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6564
6565 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6566
6567         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6568         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6569         (new_selection_pixbuf_needed),
6570         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6571         (clear_job_selection):
6572         
6573         Too early for 0.5. Pixbuf cache code cleaned a bit.
6574
6575 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * NEWS:
6578         * configure.ac:
6579         
6580         Release 0.5.0 preparation
6581
6582 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6583
6584         * comics/Makefile.am:
6585         * configure.ac:
6586         * shell/ev-document-types.c: (ev_document_types_add_filters):
6587         
6588         More advanced handling of custom mime type installation.
6589
6590 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * data/evince.schemas.in:
6593         * shell/ev-metadata-manager.c: (value_free),
6594         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6595         (ev_metadata_manager_get), (ev_metadata_manager_set):
6596         * shell/ev-metadata-manager.h:
6597         * shell/ev-window.c: (update_chrome_flag),
6598         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6599         (setup_document_from_metadata), (setup_chrome_from_metadata),
6600         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6601         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6602         (ev_window_view_toolbar_cb),
6603         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6604         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6605         
6606         Save last document settings and reuse them for new documents.
6607
6608 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * Makefile.am:
6611         * backend/Makefile.am:
6612         * backend/ev-document-factory.c:
6613         * backend/ev-document-factory.h:
6614         * comics/Makefile.am:
6615         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6616         (comics_document_load), (comics_document_save),
6617         (comics_document_get_n_pages), (comics_document_get_page_size),
6618         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6619         (comics_document_class_init), (comics_document_can_get_text),
6620         (comics_document_get_info), (comics_document_document_iface_init),
6621         (comics_document_init), (get_supported_image_extensions),
6622         (comics_document_thumbnails_get_geometry),
6623         (comics_document_thumbnails_get_thumbnail),
6624         (comics_document_thumbnails_get_dimensions),
6625         (comics_document_document_thumbnails_iface_init), (extract_argv):
6626         * comics/comics-document.h:
6627         * comics/ev-cbr-mime.xml:
6628         * configure.ac:
6629         * po/POTFILES.in:
6630         * shell/ev-application.c: (ev_application_register_service):
6631         * shell/ev-document-types.c: (ev_document_types_add_filters):
6632         * thumbnailer/Makefile.am:
6633         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6634         
6635         New CBR/CBZ backend for comic books.
6636
6637 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/main.c: (load_files_remote):
6640
6641         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6642         warning on startup of second instance is fixed. It
6643         is bug #320353.
6644
6645 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/ev-window.c: (ev_window_finalize):
6648         
6649         Fix double free that cause crash.
6650
6651 2005-10-29  Bastien Nocera <hadess@hadess.net>
6652
6653         * tiff/tiff-document.c: (tiff_document_load):
6654         
6655         Fix memory leak.
6656
6657 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * po/POTFILES.in:
6660         * shell/Makefile.am:
6661         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6662         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6663         (ev_view_accessible_get_text),
6664         (ev_view_accessible_get_character_at_offset),
6665         (ev_view_accessible_get_text_before_offset),
6666         (ev_view_accessible_get_text_at_offset),
6667         (ev_view_accessible_get_text_after_offset),
6668         (ev_view_accessible_get_character_count),
6669         (ev_view_accessible_get_caret_offset),
6670         (ev_view_accessible_set_caret_offset),
6671         (ev_view_accessible_get_run_attributes),
6672         (ev_view_accessible_get_default_attributes),
6673         (ev_view_accessible_get_character_extents),
6674         (ev_view_accessible_get_offset_at_point),
6675         (ev_view_accessible_get_n_selections),
6676         (ev_view_accessible_get_selection),
6677         (ev_view_accessible_add_selection),
6678         (ev_view_accessible_remove_selection),
6679         (ev_view_accessible_set_selection),
6680         (ev_view_accessible_text_iface_init),
6681         (ev_view_accessible_idle_do_action),
6682         (ev_view_accessible_action_do_action),
6683         (ev_view_accessible_action_get_n_actions),
6684         (ev_view_accessible_action_get_description),
6685         (ev_view_accessible_action_get_name),
6686         (ev_view_accessible_action_set_description),
6687         (ev_view_accessible_action_iface_init),
6688         (ev_view_accessible_get_type), (ev_view_accessible_new),
6689         (ev_view_accessible_factory_get_accessible_type),
6690         (ev_view_accessible_factory_create_accessible),
6691         (ev_view_accessible_factory_class_init),
6692         (ev_view_accessible_factory_get_type):
6693         * shell/ev-view-accessible.h:
6694         * shell/ev-view-private.h:
6695         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6696         * shell/ev-view.h:
6697         
6698         Initial accessibility support.
6699
6700 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6701
6702         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6703
6704 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6705
6706         * shell/ev-print-job.c: (idle_print_handler):
6707         
6708         Fix for bug Bug 318916: Printing multiple pages.
6709
6710 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6711
6712         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6713
6714 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * pdf/ev-poppler.cc:
6717         
6718         Thumnail dimensions unified with other backends.
6719         
6720         * shell/ev-window-title.c: (ev_window_title_update):
6721         
6722         Fix warning.
6723
6724 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6725
6726         * data/ev-stock-zoom-fit-width.png:
6727         
6728         Remove unused file.
6729
6730 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6731
6732         * configure.ac:
6733         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6734         (djvu_document_finalize):
6735         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6736         (dvi_document_finalize):
6737         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6738         (pixbuf_document_save), (pixbuf_document_finalize):
6739         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6740         (tiff_document_finalize):
6741         
6742         Save a copy implemented for various backends.
6743
6744 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6745
6746         * configure.ac:
6747         
6748         Don't link with ltiff if tiff is disabled.
6749
6750 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6751
6752         * pdf/GDKSplashOutputDev.cc:
6753         * pdf/GDKSplashOutputDev.h:
6754         * pdf/Thumb.cc:
6755         * pdf/Thumb.h:
6756         * pdf/pdf-document.cc:
6757         * pdf/pdf-document.h:
6758         * pdf/test-gdk-output-dev.cc:
6759         
6760         Remove old unused files.
6761
6762 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6763
6764         * shell/ev-window.c: (ev_window_setup_document):
6765         
6766         Fixed warnings on reload and probably crash reason.
6767
6768 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * properties/ev-properties-view.c:
6771         (ev_properties_view_format_date):
6772         
6773         Check if date is invalid. Fix for bug 318134.
6774
6775 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6776
6777         * shell/ev-window-title.c:
6778         
6779         Add .indd files (Adobe Indesign) to the list of "bad
6780         extensions".
6781
6782 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6783
6784         * data/evince-ui.xml:
6785         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6786         
6787         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6788
6789 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6790
6791         * shell/ev-window.c: (launch_link), (launch_external_uri),
6792         (view_external_link_cb):
6793
6794         URL-escape link before passing it to gnome_vfs_url_show.
6795
6796 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6797
6798         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6799         there isn't text selected.
6800
6801 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6802
6803         * shell/ev-view.c: (handle_link_over_xy):
6804
6805         Check tooltip is valid utf8 before showing it
6806
6807 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6808
6809         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6810
6811 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6812
6813         * shell/ev-window-title.c: (ev_window_title_update):
6814
6815         Guard against using g_strstrip on NULL. Fixes bug #317291.
6816
6817 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6818
6819         * pdf/ev-poppler.cc:
6820
6821         Show title even for unknown links
6822
6823 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * shell/ev-window-title.c: (ev_window_title_update):
6826
6827         Strip the title string
6828
6829 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6830
6831         * shell/ev-window-title.c:
6832
6833         Add .rtf to the bad extensions list
6834
6835 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6838         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6839
6840         Ignore link coordinates if they are outside page bounds
6841
6842 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * backend/ev-link.c: (ev_link_type_get_type),
6845         (ev_link_get_filename), (ev_link_get_params),
6846         (ev_link_get_property), (ev_link_set_property),
6847         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6848         * backend/ev-link.h:
6849         * pdf/ev-poppler.cc:
6850         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6851         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6852         (ev_window_init):
6853
6854         Implement launch links. Delegate external link opening to
6855         the window.
6856
6857 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6858
6859         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6860         (ev_link_get_right), (ev_link_get_property),
6861         (ev_link_set_property), (ev_link_class_init),
6862         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6863         * backend/ev-link.h:
6864         * pdf/ev-poppler.cc:
6865         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6866
6867         Implement fitr links
6868
6869 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6870
6871         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6872         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6873         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6874         (ev_view_size_request_continuous),
6875         (ev_view_size_request_dual_page),
6876         (ev_view_size_request_single_page), (ev_view_size_allocate),
6877         (ev_view_zoom_for_size_continuous_and_dual_page),
6878         (ev_view_zoom_for_size_continuous),
6879         (ev_view_zoom_for_size_dual_page),
6880         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6881         (ev_sizing_mode_get_type):
6882         * shell/ev-view.h:
6883         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6884
6885         Do not use modes for link, we need to calculate size ad hoc.
6886         Still not perfect because of the usual scrollbar issues grrr.
6887
6888 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6889
6890         * backend/ev-link.c: (ev_link_type_get_type),
6891         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6892         * backend/ev-link.h:
6893         * pdf/ev-poppler.cc:
6894         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6895         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6896         (ev_view_size_request_continuous),
6897         (ev_view_size_request_dual_page),
6898         (ev_view_size_request_single_page), (ev_view_size_allocate),
6899         (zoom_for_size_fit_height),
6900         (ev_view_zoom_for_size_continuous_and_dual_page),
6901         (ev_view_zoom_for_size_continuous),
6902         (ev_view_zoom_for_size_dual_page),
6903         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6904         (ev_sizing_mode_get_type):
6905         * shell/ev-view.h:
6906         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6907
6908         Implement FIT_HEIGHT mode (only for links).
6909         Implement FITH links
6910
6911 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6912
6913         * shell/ev-window-title.c: (get_filename_from_uri),
6914         (ev_window_title_sanitize_extension), (ev_window_title_update),
6915         (ev_window_title_set_document), (ev_window_title_set_uri),
6916         (ev_window_title_free):
6917         * shell/ev-window-title.h:
6918         * shell/ev-window.c: (ev_window_setup_document),
6919         (ev_window_popup_password_dialog):
6920
6921         Refactor window title building while fixing it for
6922         password documents.
6923
6924 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * pdf/ev-poppler.cc:
6927
6928         Escape link title before setting it in the model
6929
6930 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-application.c: (removed_from_session), (save_session),
6933         (init_session), (ev_application_get_empty_window),
6934         (ev_application_init), (ev_application_get_windows):
6935         * shell/ev-application.h:
6936         * shell/ev-window.c: (ev_window_finalize):
6937
6938         Add a function to retrieve window list and share it where
6939         necessary.
6940         Implement session handling, works pretty well thanks to the
6941         metadata system.
6942
6943 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6944
6945         * shell/ev-password.c: (ev_password_item_created_callback),
6946         (ev_password_dialog_save_password):
6947         
6948         Fix for bug 316972. Use async gnome-keyring API.
6949
6950 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6951
6952         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6953         Remove unused unrealize handler. Add scroll handling to
6954         ev_view_scroll_event for presentation mode (bug #316708),
6955         and fix the event state checks there.
6956
6957 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6958
6959         * shell/ev-page-action.c: (page_changed_cb):
6960
6961         "marco, maybe we should be crazy and jump right to 6! :)"
6962
6963         Bryan Clark, Sep 2005
6964
6965 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6966
6967         * ps/ps-document.c: (save_document), (ps_document_save),
6968         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6969         (ps_document_ps_export_end):
6970
6971         Fix unstructured documents save and print
6972
6973 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6974
6975         * shell/ev-application.c: (ev_application_open_uri):
6976
6977         Fix window size persistance
6978
6979 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * shell/ev-view.c: (ev_view_button_release_event):
6982
6983         Based on a patch from carlosgc@gnome.org. Mouse buttons
6984         switch pages in presentation mode.
6985
6986 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6989
6990         Dont cast to int before scaling
6991
6992 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * backend/ev-link.c: (ev_link_type_get_type),
6995         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6996         (ev_link_new_page_fith):
6997         * backend/ev-link.h:
6998         * pdf/ev-poppler.cc:
6999         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
7000
7001         Implement FIT and FITH links
7002
7003 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7004
7005         * pdf/ev-poppler.cc:
7006
7007         Return 0 results when search is not in progress.
7008
7009         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7010         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7011
7012         Update menu sensitivity when cancelling search
7013
7014 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * shell/ev-view.c: (ev_view_can_find_next):
7017
7018         Take all pages in consideration, not just current one
7019
7020 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7021
7022         * shell/ev-page-cache.c:
7023         * shell/ev-page-cache.h:
7024         * shell/ev-view.c: (ev_view_binding_activated),
7025         (ev_view_next_page), (ev_view_previous_page),
7026         (ev_sizing_mode_get_type):
7027         * shell/ev-view.h:
7028         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7029         (ev_window_cmd_go_next_page):
7030
7031         Move page next/previous functions from page chace to
7032         view and change it to move by 2 page steps in dual mode.
7033
7034 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7035
7036         * shell/ev-window.c: (update_sidebar_visibility),
7037         (setup_sidebar_from_metadata), (ev_window_setup_document),
7038         (setup_view_from_metadata):
7039
7040         Show the index by default when there is one     
7041
7042 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7043
7044         * shell/ev-window-title.c: (ev_window_title_set_document):
7045
7046         Missing null check
7047
7048 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7049
7050         * shell/ev-view.c: (view_update_range_and_current_page):
7051         
7052         Allow display of last odd page in dual view. Fix for 316347.
7053
7054 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7055
7056         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7057         
7058         Make close button default. Fix for 316383.
7059
7060 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7061
7062         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7063         
7064         Mark close button as default. Fix for 316381.
7065
7066 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7067
7068         * backend/ev-link.c: (ev_link_class_init):
7069
7070         Allow negative doubles in left/top properties
7071
7072 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/ev-window.c:
7075
7076         Remove a bunch of strings that was used only
7077         by the statusbar.
7078
7079 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7080
7081         * shell/ev-window-title.c: (get_filename_from_uri),
7082         (ev_window_title_set_document):
7083
7084         When title has a confusing extension, show also
7085         the document filename inside ()
7086
7087 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7088
7089         * shell/Makefile.am:
7090         * shell/ev-window-title.c: (ev_window_title_new),
7091         (ev_window_title_update), (ev_window_title_set_type),
7092         (ev_window_title_set_document), (ev_window_title_free):
7093         * shell/ev-window-title.h:
7094         * shell/ev-window.c: (ev_window_setup_document),
7095         (password_dialog_response), (ev_window_popup_password_dialog),
7096         (ev_window_dispose), (ev_window_init):
7097
7098         Factor out and cleanup window title code
7099
7100 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7101
7102         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7103         (unable_to_load):
7104
7105         Make dialog transient so it doesnt block other windows
7106
7107 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * pdf/ev-poppler.cc:
7110         
7111         Fix pdf thumbnails rendering.
7112
7113 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7114
7115         * shell/ev-window.c: (fullscreen_set_timeout):
7116         
7117         Increase timeout to hide full screen popup. Bug 
7118         316123. 
7119
7120 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7121
7122         * data/evince.schemas.in:
7123         * shell/ev-window.c: (update_action_sensitivity):
7124
7125         Allow the user to override document restrictions. Fix for bug
7126         305818.
7127
7128 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7129
7130         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7131         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7132         (ev_window_class_init): Fix multihead behaviour of fullscreen
7133         toolbar popup. Fixes bug #315451.
7134
7135 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7136
7137         * configure.ac:
7138         * data/evince-password.glade:
7139         * shell/ev-password.c: (ev_password_dialog_set_property),
7140         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7141         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7142         (ev_password_dialog_entry_changed_cb),
7143         (ev_password_dialog_entry_activated_cb),
7144         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7145         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7146         (ev_password_dialog_set_bad_pass):
7147         * shell/ev-password.h:
7148         * shell/ev-window.c: (password_dialog_response),
7149         (ev_window_popup_password_dialog):
7150         
7151         Support for gnome-keyring for encrypted PDF's.
7152
7153 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7156         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7157         (ev_view_enter_notify_event), (ev_view_class_init):
7158         
7159         More precise handling of enter_notify/leave_notify events
7160         in EvView. Fix for bug 315470.
7161
7162 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7163
7164         * shell/ev-window.c: (fullscreen_timeout_cb),
7165         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7166         (ev_window_dispose):
7167
7168         leak fix: unref fullscreen_timeout_source before clearing it
7169
7170 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * configure.ac, dvi/mdvi/Makefile.am: 
7173         
7174         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7175
7176 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7177
7178         * backend/ev-link.c: (ev_link_new_page_xyz):
7179         * pdf/ev-poppler.cc:
7180         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7181
7182         Fix some bugs with xyz links, respect zoom
7183
7184 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * shell/ev-window.c: (page_changed_cb),
7187         (setup_document_from_metadata), (update_sidebar_visibility),
7188         (setup_view_from_metadata), (ev_window_run_fullscreen),
7189         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7190         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7191         (ev_window_dual_mode_changed_cb),
7192         (ev_window_sidebar_current_page_changed_cb):
7193
7194         null check uri before setting and getting metadata
7195
7196 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7197
7198         * dvi/Makefile.am:
7199         * properties/Makefile.am:
7200         * shell/Makefile.am:
7201         * thumbnailer/Makefile.am:
7202
7203         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7204
7205 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7206
7207         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7208         (selection_changed_callback):
7209         * shell/ev-sidebar-links.h:
7210
7211         Add a signal for link activation.
7212
7213         * shell/ev-view.c: (ev_view_goto_link),
7214         (ev_view_button_release_event):
7215         * shell/ev-view.h:
7216         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7217         (ev_window_init):
7218
7219         Implement the signal so that we can handle all link types.
7220
7221         * shell/ev-page-cache.c:
7222
7223         Remove unused set_link function
7224
7225 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7226
7227         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7228
7229         Add some space from the cursor, hardcoded but I couldnt
7230         find a better way.
7231
7232 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7233
7234         * lib/ev-tooltip.c:
7235
7236         Use mozilla style vs gtk style, way better for links.
7237
7238         * shell/ev-view.c: (ev_view_motion_notify_event),
7239         (ev_view_destroy), (ev_view_init):
7240
7241         Deactive tooltip when the link hovered is changed.
7242
7243 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * backend/ev-document.h:
7246         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7247         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7248         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7249         (ev_link_new_page), (ev_link_new_page_xyz):
7250         * backend/ev-link.h:
7251         * pdf/ev-poppler.cc:
7252         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7253         (go_to_link), (tip_from_link):
7254
7255         Implement xyz links, still not functional. Links are a total
7256         mess, will need to refactor and bugfix a lot :(
7257
7258 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7259
7260         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7261
7262 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7263
7264         * data/evince-ui.xml:
7265         * data/evince.schemas.in:
7266         * shell/Makefile.am:
7267         * shell/ev-window.c: (update_chrome_visibility),
7268         (password_dialog_response), (ev_window_load_job_cb),
7269         (ev_window_xfer_job_cb), (ev_window_open_uri),
7270         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7271         (ev_window_init):
7272
7273         Remove the statusbar. This regress loading feedback, need to
7274         check with Bryan what we want to do there...
7275
7276 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7277
7278         * lib/ev-tooltip.c: (ev_tooltip_init):
7279
7280         Fix tooltip border and size handling
7281
7282 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7283
7284         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7285         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7286         (ev_tooltip_timeout), (ev_tooltip_activate),
7287         (ev_tooltip_deactivate):
7288         * lib/ev-tooltip.h:
7289         * shell/ev-view.c: (ev_view_motion_notify_event):
7290
7291         Delay popup showing. Mirror gtk logic/times.
7292
7293 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7294
7295         * lib/Makefile.am:
7296         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7297         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7298         (ev_tooltip_set_text), (ev_tooltip_set_position):
7299         * lib/ev-tooltip.h:
7300
7301         Simple widget to show tooltips at a custom position
7302
7303         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7304         (ev_view_destroy):
7305
7306         Use it for links. First go, needs work
7307
7308 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7309
7310         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7311         HIG fixes.  Use title capitalization for window title. Use 12 
7312         pixels of space between the dialog's vbox and action area.
7313
7314 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7315
7316         * shell/ev-window.c: (file_open_dialog_response_cb),
7317         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7318         (ev_window_cmd_save_as):
7319
7320         Make file pickers not modal and refactor code some
7321
7322 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7323
7324         * shell/ev-sidebar.h:
7325         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7326         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7327         (ev_sidebar_class_init), (ev_sidebar_select_page),
7328         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7329         (ev_sidebar_set_page):
7330
7331         Add a current page property and allow to get/set it
7332
7333         * shell/ev-window.c: (setup_view_from_metadata),
7334         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7335
7336         Persist current sidebar page per document
7337
7338 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7339
7340         * data/evince.schemas.in:
7341         * shell/ev-window.c: (update_chrome_visibility),
7342         (setup_document_from_metadata), (update_sidebar_visibility),
7343         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7344         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7345         (ev_window_run_presentation), (ev_window_stop_presentation),
7346         (ev_window_view_sidebar_cb),
7347         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7348         (load_chrome), (ev_window_init):
7349
7350         Persist size/visibility of sidebar per document
7351
7352 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7353
7354         * shell/ev-view.c (draw_loading_text): Draw loading text.
7355
7356 2005-09-02  Dan Damian  <dand@gnome.ro>
7357
7358         * configure.in: Added "ro" to ALL_LINGUAS.
7359
7360 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/ev-view.c: (clear_caches):
7363
7364         ev_page_cache_get doesnt return a reference,
7365         dont try to unref it.
7366
7367 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7368
7369         * shell/main.c: (load_files_remote):
7370
7371         Fix timestamp parameter with dbus <= 0.33
7372
7373 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * data/evince.schemas.in:
7376
7377         Add missing full stop
7378
7379 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7380
7381         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7382         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7383
7384         Plug some memory leaks
7385
7386 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7387
7388         * configure.ac:
7389         * lib/ev-debug.c: (trap_handler):
7390
7391         Check for execinfo.h and use it only if it exists.
7392         Ported from Epiphany (bug #314776).
7393
7394 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7395
7396         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7397
7398 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7399
7400         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7401         * po/id.po      : Added Indonesian translation
7402
7403 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7404
7405         * shell/main.c:
7406         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7407         * NEWS: Release 0.4.0
7408
7409 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7410
7411         * configure.ac: catch another gtk+-2.8ism
7412         * shell/main.c: Make work with gtk+-2.6
7413
7414 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7415
7416         * shell/ev-application-service.xml: Add 'timestamp' argument to
7417           ev_application_open_window and ev_application_open_uri methods.
7418
7419         * shell/ev-application.h: Add 'timestamp' argument to
7420           ev_application_open_window, ev_application_open_uri,
7421           and ev_application_open_uri_list functions.
7422
7423         * shell/ev-application.c (ev_application_open_window,
7424           ev_application_open_uri, ev_application_open_uri_list): Change
7425           functions that show/present windows to use a timestamp if one
7426           is passed in.
7427
7428         * shell/ev-window.c (ev_window_cmd_file_open,
7429           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7430         * shell/main.c (load_files): Modify calls to ev_application to
7431           include GDK_CURRENT_TIME as timestamp.
7432
7433         * shell/main.c (load_files_remote): Obtain timestamp for client
7434           instance from GDK and pass to server instance so new windows are
7435           focused properly.  Fix dbus_g_proxy_call() calls by including second
7436           G_TYPE_INVALID.
7437           
7438         Closes bug #314475.
7439
7440 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7441
7442         * shell/ev-window.c (ev_window_finalize): Check for
7443         avail. EvWindows when quiting to handle the finalize better,
7444         #314497
7445
7446 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7447         
7448         * properties/ev-properties-view.c: 
7449         
7450         Set textdomain to libglade. Fixes translation problem in property page.
7451
7452 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7453
7454         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7455         * dvi/Makefile.am:
7456         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7457         * dvi/mdvi-lib/Makefile.am:
7458         
7459         Fix rotation of thumbnails, ported to new API. Moved library
7460         dependencies earlier, probably it will fix linkage problem.
7461
7462 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7463
7464         * backend/ev-document-misc.c:
7465         (ev_document_misc_get_thumbnail_frame):
7466         * backend/ev-document-misc.h:
7467         * configure.ac:
7468         * pdf/ev-poppler.cc:
7469         * shell/Makefile.am:
7470         * shell/ev-sidebar-thumbnails.c: (add_range),
7471         (ev_sidebar_thumbnails_set_loading_icon),
7472         (ev_sidebar_thumbnails_refresh),
7473         (ev_sidebar_thumbnails_set_document):
7474         * shell/ev-sidebar-thumbnails.h:
7475         * shell/ev-view.c: (ev_view_motion_notify_event),
7476         (ev_view_set_property), (ev_view_get_property),
7477         (ev_view_class_init), (ev_view_set_rotation):
7478         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7479         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7480         (ev_window_init):
7481         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7482         Redo rotation (again).  prepare for 0.4.0
7483
7484 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7485
7486         * configure.ac: Bump poppler requirement to 0.4.1.
7487
7488         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7489         argument to poppler_page_render_selection() call.
7490
7491 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7492
7493         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7494         (djvu_document_thumbnails_get_thumbnail):
7495         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7496         (dvi_document_thumbnails_get_thumbnail):
7497         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7498         (pixbuf_document_thumbnails_get_thumbnail):
7499         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7500         
7501         Update rotation direction of backends to fit with pdf and ps.
7502
7503 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7504
7505         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7506         * backend/ev-async-renderer.h:
7507         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7508         (setup_page), (ps_document_get_page_size),
7509         (ps_async_renderer_render_pixbuf):
7510         * ps/ps-document.h:
7511         * shell/ev-jobs.c: (ev_job_render_run):
7512
7513         Fix orientation in the postscript document
7514
7515 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7516
7517         * pdf/ev-poppler.cc:
7518         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7519         * shell/ev-view.c: (highlight_find_results):
7520
7521         Adapt to the new poppler rotation API. Fix text maps on landscape
7522         documents.
7523
7524 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7525
7526         * shell/ev-view.c (compute_new_selection_text): get the correct
7527         region when selecting in modes other than continuous.
7528
7529 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7530
7531         * shell/main.c (main): remove redundant g_warnings.
7532
7533 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * shell/Makefile.am: Don't include autogenerated
7536         file ev-application-service.h into distribution, since
7537         it causes dbus crash. Fix for bugs 313724 and 313443. 
7538
7539 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7540
7541         * configure.ac: Fix sed expression for FreeBSD. Thanks
7542         to Joe Marcus Clark <marcus@freebsd.org>
7543         
7544         * shell/eggfindbar.c: (entry_activate_callback),
7545         (entry_changed_callback), (egg_find_bar_init),
7546         (egg_find_bar_set_search_string):
7547         
7548         Made findbar buttons unsensitive if there is no text in
7549         entry. Fix for the bug 313285.
7550
7551 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7552
7553         * ps/ps-document.c: Use g_filename_display_name for displaying
7554         filenames and revert string freeze breackage
7555
7556 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7557
7558         * NEWS:
7559         * configure.ac:
7560
7561         Update for 0.3.4
7562
7563         * shell/Makefile.am:
7564
7565         Add ev-application-service.xml to extra dist
7566
7567         * shell/ev-view.c: (find_page_at_location):
7568
7569         Remove unused function (fix warning)
7570
7571 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7572
7573         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7574         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7575         
7576         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7577         bug 313623.
7578
7579 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7582         * shell/ev-window.c:
7583         Fix build warnings
7584
7585 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7586
7587         * configure.ac: Update script to get dbus version.
7588         Fix for the bug #313443.
7589
7590 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7591
7592         * shell/ev-window.c: (ev_window_cmd_escape):
7593         
7594         Return focus back to view on escape. Fix for bug 313295.
7595
7596 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7597
7598         * shell/ev-window.c: (update_window_title),
7599         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7600         (ev_window_cmd_save_as):
7601         
7602         Correct conversion from uri to displayable string. Fix for
7603         bug 313296.
7604
7605 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7606
7607         * ps/ps-document.c: convert filename to utf8 when there is an error
7608         loading document. Fixes #309915
7609
7610 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * configure.ac:
7613
7614         We depend on poppler 0.4.0
7615
7616 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7617
7618         * configure.ac:
7619         * NEWS: Release 0.3.3.
7620         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7621
7622 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7623
7624         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7625         add a couple missing mnemonics to menu items, use title 
7626         capitalization for menu items and window titles, and add 
7627         ellipsis to open menu item.     
7628
7629 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7630
7631         * pdf/ev-poppler.cc:
7632         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7633         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7634         (ev_view_get_rotation):
7635         * shell/ev-view.h:
7636         * shell/ev-window.c: (setup_view_from_metadata),
7637         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7638         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7639         disk.
7640
7641 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7642
7643         * configure.ac: Added tr to ALL_LINGUAS
7644
7645 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7646
7647         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7648         requires several clicks to find word. Thanks to 
7649         Colin Slater <kiltedtaco@gmail.com>.
7650
7651 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7652
7653         * data/evince.desktop.in.in: Hide menu entry and
7654         rename it to "Document Viewer". Fix for bug 
7655         #312399.
7656
7657 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7658
7659         * shell/ev-page-action.c (ev_page_action_class_init): 
7660
7661         Point to the correct function in constructor of the
7662         activate_label signal
7663
7664 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7665
7666         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7667         * shell/ev-jobs.h: Make thread safe.
7668
7669 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7670
7671         * shell/ev-view.c: (view_update_range_and_current_page):
7672         Don't update page range if we are scrolling to some document
7673         point.
7674
7675 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7676
7677         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7678         when getting max_page_width, fix drawing in dual mode.
7679
7680 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7681
7682         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7683         getting the area for select_all.
7684
7685 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7686
7687         * backend/ev-selection.c: (ev_selection_render_selection):
7688         * backend/ev-selection.h:
7689         * pdf/ev-poppler.cc:
7690         * shell/ev-jobs.c: (ev_job_render_new):
7691         * shell/ev-jobs.h:
7692         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7693         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7694         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7695         (ev_view_class_init):
7696
7697         Change selection color on focus in and focus out events.  Also,
7698         poppler now uses GdkColor for specifying the selection colors, so
7699         drop some awkward conversion code.
7700
7701 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7702
7703         * configure.ac: Added Hebrew translation
7704
7705 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7706
7707         * NOTES:
7708         * backend/ev-selection.c: (ev_selection_render_selection):
7709         * backend/ev-selection.h:
7710         * pdf/ev-poppler.cc:
7711         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7712         (ev_job_render_run):
7713         * shell/ev-jobs.h:
7714         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7715         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7716         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7717         (ev_pixbuf_cache_style_changed),
7718         (ev_pixbuf_cache_get_selection_pixbuf),
7719         (ev_pixbuf_cache_set_selection_list),
7720         (ev_pixbuf_cache_get_selection_list):
7721         * shell/ev-pixbuf-cache.h:
7722         * shell/ev-utils.c: (ev_print_region_contents):
7723         * shell/ev-utils.h:
7724         * shell/ev-view.c: (ev_view_queue_draw_page),
7725         (selection_update_idle_cb), (ev_view_motion_notify_event),
7726         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7727         (setup_caches), (ev_view_find_next), (merge_selection_region),
7728         (selection_free):
7729         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7730
7731         Clean up selection to be much smoother!
7732
7733 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7734
7735         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7736         to poppler_page_render_selection().
7737
7738 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * ps/ps-document.c: (save_page_list): Use
7741         unzipped document when printing. Thanks to 
7742         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7743         311016.
7744
7745 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7746
7747         * shell/ev-window.c: (update_action_sensitivity):
7748         
7749         Disable print and save respect to lockdown gconf keys. Fix
7750         for 312342.
7751
7752 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * configure.ac:
7755         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7756         (write_to_temp_file), (ev_file_set_contents):
7757         * shell/ev-utils.h:
7758         * shell/ev-window.c: (save_print_config_to_file):
7759         
7760         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7761         Fix for bug 312238
7762
7763 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7764
7765         * shell/ev-window.c: (load_print_config_from_file),
7766         (save_print_config_to_file), (ev_window_print_range):
7767
7768         Persist the print settings. Fixes bug #311578.
7769
7770 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7771
7772         * djvu/djvu-document.c: (djvu_document_get_page_size),
7773         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7774         (djvu_document_thumbnails_get_thumbnail):
7775         * dvi/dvi-document.c: (dvi_document_get_page_size),
7776         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7777         (dvi_document_thumbnails_get_dimensions),
7778         (dvi_document_thumbnails_get_thumbnail):
7779         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7780         (pixbuf_document_render_pixbuf),
7781         (pixbuf_document_document_iface_init),
7782         (pixbuf_document_thumbnails_get_thumbnail):
7783         
7784         Update backends to make them build with new rotation system.
7785
7786 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7787
7788         * help/C/figures/evince_start_window.png:
7789         
7790         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7791
7792 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7793
7794         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7795         * shell/ev-pixbuf-cache.h:
7796         * shell/ev-sidebar-thumbnails.c:
7797         (ev_sidebar_thumbnails_get_property), (add_range),
7798         (adjustment_changed_cb):
7799         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7800         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7801         we were thumbnailing the entire docment on startup, slowing us
7802         down hugely. 
7803
7804 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7805
7806         * shell/ev-page-cache.c: (ev_page_cache_new):
7807         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7808         == 0, fixes #310306.
7809
7810 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7813         (ev_view_rotate_left):
7814
7815         Account rotation in doc_rect_to_view_rect.
7816         Ensure rotation doesnt go out of bounds.
7817
7818 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7819
7820         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7821
7822         Correct and cleanup w/h swapping
7823
7824 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7825
7826         * backend/ev-document-thumbnails.c:
7827         (ev_document_thumbnails_get_thumbnail):
7828         * backend/ev-document-thumbnails.h:
7829         * backend/ev-document.c:
7830         * backend/ev-document.h:
7831         * backend/ev-render-context.c: (ev_render_context_new),
7832         (ev_render_context_set_rotation):
7833         * backend/ev-render-context.h:
7834         * pdf/ev-poppler.cc:
7835         * ps/ps-document.c: (ps_document_document_iface_init):
7836         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7837         * shell/ev-jobs.h:
7838         * shell/ev-page-cache.c: (build_height_to_page),
7839         (ev_page_cache_new), (ev_page_cache_get_size),
7840         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7841         (ev_page_cache_get_height_to_page):
7842         * shell/ev-page-cache.h:
7843         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7844         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7845         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7846         (ev_pixbuf_cache_get_selection_pixbuf):
7847         * shell/ev-pixbuf-cache.h:
7848         * shell/ev-print-job.c: (idle_print_handler):
7849         * shell/ev-sidebar-thumbnails.c: (add_range):
7850         * shell/ev-view.c: (view_update_range_and_current_page),
7851         (get_page_y_offset), (get_page_extents),
7852         (ev_view_size_request_continuous_dual_page),
7853         (ev_view_size_request_continuous),
7854         (ev_view_size_request_dual_page),
7855         (ev_view_size_request_single_page), (draw_one_page),
7856         (ev_view_set_rotation), (ev_view_rotate_right),
7857         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7858         (ev_view_zoom_for_size_continuous_and_dual_page),
7859         (ev_view_zoom_for_size_continuous),
7860         (ev_view_zoom_for_size_dual_page),
7861         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7862         (ev_view_select_all):
7863         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7864         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7865         (tiff_document_document_iface_init),
7866         (tiff_document_thumbnails_get_thumbnail):
7867
7868         Use rotation rather than orientation. It's easier and enough
7869         for our needs.
7870
7871 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7872
7873         * shell/ev-page-cache.c: (build_height_to_page),
7874         (ev_page_cache_new), (ev_page_cache_get_size),
7875         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7876         (ev_page_cache_get_height_to_page):
7877         * shell/ev-page-cache.h:
7878         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7879         (ev_view_size_request_continuous_dual_page),
7880         (ev_view_size_request_continuous),
7881         (ev_view_zoom_for_size_continuous_and_dual_page),
7882         (ev_view_zoom_for_size_continuous):
7883
7884         Make the page cache aware of page orientation.
7885
7886 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * backend/ev-document-thumbnails.c:
7889         (ev_document_thumbnails_get_thumbnail):
7890         * backend/ev-document-thumbnails.h:
7891         * backend/ev-document.c:
7892         * backend/ev-document.h:
7893         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7894         * backend/ev-ps-exporter.h:
7895         * pdf/ev-poppler.cc:
7896         * ps/ps-document.c: (ps_document_document_iface_init),
7897         (ps_document_ps_export_do_page):
7898         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7899         * shell/ev-jobs.h:
7900         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7901         (ev_page_cache_get):
7902         * shell/ev-page-cache.h:
7903         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7904         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7905         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7906         * shell/ev-pixbuf-cache.h:
7907         * shell/ev-print-job.c: (idle_print_handler):
7908         * shell/ev-sidebar-thumbnails.c: (add_range):
7909         * shell/ev-view.c: (view_update_range_and_current_page),
7910         (get_page_extents), (ev_view_size_request_dual_page),
7911         (ev_view_size_request_single_page), (draw_one_page),
7912         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7913         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7914         (ev_view_zoom_for_size_dual_page),
7915         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7916         (ev_view_select_all):
7917         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7918         * tiff/tiff-document.c: (tiff_document_get_page_size),
7919         (tiff_document_get_orientation), (rotate_pixbuf),
7920         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7921         (tiff_document_thumbnails_get_thumbnail),
7922         (tiff_document_ps_export_do_page), (tiff_document_init):
7923
7924         Really make use of the orientation bit of the render context.
7925         Use the render context in a few more places in the backend API.
7926         This regress orientation, but now it's done right. Will try to
7927         fix it up asap...
7928
7929 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7930
7931         * shell/ev-view.c: (ensure_rectangle_is_visible):
7932
7933         Patch by Nickolay V. Shmyrev to fix find flickering
7934
7935 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7936
7937         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7938         duplex parameters to ::begin.
7939
7940         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7941         * shell/ev-print-job.c (idle_print_handler): 
7942         * ps/ps-document.c (ps_document_ps_export_begin): 
7943         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7944         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7945         implementations. Poppler backend needs poppler cvs. Rest has
7946         unchanged behavior.
7947
7948 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7949
7950         * shell/ev-window.c (using_pdf_printer): new function.
7951         (ev_window_print_range): print a less techy message if someone
7952         tries to print to PDF.
7953
7954 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7955
7956         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7957         from "unknown font" string. Bug #311431
7958
7959 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7960
7961         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7962
7963 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7964
7965         Bug #311280
7966         
7967         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7968         name for PopplerFontTypes
7969         (pdf_document_fonts_fill_model): add font type to the detail column
7970
7971         * backend/ev-document-fonts.h: added
7972         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7973
7974         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7975         font name and font details, add a little markup.
7976         (ev_properties_fonts_init): use the new cell data func, specify ypad
7977         property for the cell renderer.
7978         (ev_properties_fonts_set_document): add the details column.
7979
7980 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7981
7982         * configure.ac: Added "pl" to ALL_LINGUAS.
7983
7984 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7985
7986         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7987
7988 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7989
7990         * help/ChangeLog: Started this for translations of manual.
7991         * configure.ac, autogen.sh, .cvsignore: Migrated to
7992         gnome-doc-utils. Patch in bug #311222.
7993
7994 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7995
7996         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7997         #ifdef this away to fix an unused-function warning.
7998
7999 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
8000
8001         * configure.ac: Added 'gl' to ALL_LINGUAS.
8002
8003 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
8004
8005         * configure.ac: Added ne in ALL_LINGUAS
8006         
8007 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8008
8009         * shell/ev-view.c: (ev_view_leave_notify_event):
8010         
8011         Clear status message when pointer leaves view. Fix for bug
8012         #310818 
8013
8014 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8015
8016         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8017
8018 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * shell/ev-view.c: (ev_view_leave_notify_event),
8021         (ev_view_class_init):
8022         
8023         Set cursor to normal then leaving view.
8024
8025 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * configure.ac:
8028         
8029         Fix required djvulibre version.
8030
8031 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8032
8033         *configure.ac: Hindi (hi) language added
8034
8035 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8036
8037         *configure.ac: Punjabi (pa) Language added
8038
8039 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8040
8041         * data/evince-ui.xml, shell/ev-window.c:
8042         
8043         Add keypad accelerators for zooming. Fix for bug 308128.
8044
8045 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * Makefile.am:
8048         * backend/Makefile.am:
8049         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8050         * configure.ac:
8051         * shell/ev-document-types.c: (ev_document_types_add_filters):
8052
8053         Allow to enable/disable the pixbuf backend.
8054         Default to off for now. If we want it enabled we should
8055         really put mime types in the desktop, implement properties etc.
8056
8057         * properties/evince-properties.c:
8058
8059         Initialize error to NULL.
8060         Check error is not NULL before freeing.
8061
8062 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8063
8064         * shell/ev-window.c:
8065
8066         Use F5 as presentation accell
8067
8068 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * shell/ev-window.c: (update_chrome_visibility),
8071         (ev_window_create_fullscreen_popup), (ev_window_init):
8072
8073         Do not leak the fullscreen toolbar
8074
8075 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8076
8077         * shell/ev-window.c: (view_actions_focus_in_cb),
8078         (view_actions_focus_out_cb):
8079
8080         These has a return value! Fix totally random focus
8081         issues we was seeing.
8082
8083 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8084
8085         * shell/main.c: (load_files_remote):
8086
8087         Allow open more than one file
8088
8089 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * shell/main.c: (load_files_remote):
8092
8093         Fix for dbus 0.33. bug #309975
8094
8095 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * properties/ev-properties-main.c: (ev_properties_get_pages):
8098
8099         Actually return NULL for types we dont support
8100
8101 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8102
8103         * po/POTFILES.in:
8104
8105         Remove empty lines.
8106
8107 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8108
8109         * backend/ev-document-factory.c:
8110         (ev_document_factory_get_document):
8111
8112         Do not try to create the object if type
8113         is invalid.
8114
8115 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * ps/ps-document.c: (ps_document_dispose),
8118         (ps_async_renderer_render_pixbuf):
8119         * ps/ps-document.h:
8120
8121         Do not leak the target window
8122
8123 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8124
8125         * shell/ev-application.c: (ev_application_init):
8126
8127         Let tbe check file existence for us.
8128         Add a comment about eggrecent mime filter.
8129
8130 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * data/evince-ui.xml:
8133         * shell/ev-application.c: (ev_application_shutdown),
8134         (ev_application_init), (ev_application_get_toolbars_model),
8135         (ev_application_get_recent_model),
8136         (ev_application_save_toolbars_model):
8137         * shell/ev-application.h:
8138         * shell/ev-window.c: (ev_window_add_recent),
8139         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8140         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8141         (ev_window_init):
8142
8143         Use common toolbar and recent models for all windows.
8144         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8147
8148         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8149         successfully check for gtk_icon_view_get_visible_range.
8150
8151 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8152
8153         * djvu/Makefile.am:
8154         * dvi/Makefile.am:
8155         
8156         Fix djvu and dvi backend build.
8157
8158 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8159
8160         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8161         (new_separator_pixbuf):
8162
8163         Don't leak windows.
8164
8165 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8166
8167         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8168
8169         HIGification of toolbar editor dialogue.
8170
8171 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8172
8173         * configure.ac:
8174         * shell/Makefile.am:
8175
8176         Ever build metadata manager since it's just
8177         disabled at runtime now.
8178
8179 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8180
8181         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8182         (ev_metadata_manager_get), (ev_metadata_manager_set):
8183         * shell/ev-metadata-manager.h:
8184
8185         Add an _init functions that enabled metadata management
8186         at runtime.
8187
8188         * shell/ev-window.c: (page_changed_cb),
8189         (setup_document_from_metadata), (ev_window_setup_document),
8190         (setup_view_from_metadata), (ev_window_open_uri),
8191         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8192         (ev_window_run_presentation), (ev_window_stop_presentation),
8193         (save_sizing_mode), (ev_window_zoom_changed_cb),
8194         (ev_window_continuous_changed_cb),
8195         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8196         (window_configure_event_cb):
8197
8198         Remove all ugly metadata define since we deal with it
8199         at runtime now.
8200
8201         * shell/main.c: (load_files_remote), (main):
8202
8203         Add support for dbus cvs head. Hopefully didnt break one
8204         of the other versions now!
8205
8206         If we dont get a response from the dbus server just
8207         give up with it and not enable metadata.
8208
8209 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * Makefile.am:
8212         * backend/Makefile.am:
8213         * configure.ac:
8214         * cut-n-paste/recent-files/Makefile.am:
8215         * cut-n-paste/toolbar-editor/Makefile.am:
8216         * cut-n-paste/zoom-control/Makefile.am:
8217         * lib/Makefile.am:
8218         * pdf/Makefile.am:
8219         * pixbuf/Makefile.am:
8220         * properties/Makefile.am:
8221         * ps/Makefile.am:
8222         * shell/Makefile.am:
8223         * thumbnailer/Makefile.am:
8224         * tiff/Makefile.am:
8225
8226         Make frontends depend on just libev.
8227         Rework and group CFLAGS/LIBS definitions.
8228         Cleanups.
8229
8230 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8231
8232         * shell/ev-window:
8233
8234         do not unnecessarily save zoom
8235
8236         * configure.ac:
8237         * lib/ev-file-helpers.c: (ev_dot_dir):
8238         * shell/Makefile.am:
8239         * shell/dummy.cc:
8240
8241         Some cleanups
8242
8243 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8244
8245         * configure.ac:
8246         
8247         Remove unnecessary dependencies
8248
8249 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8250
8251         * properties/Makefile.am:
8252         * thumbnailer/Makefile.am:
8253         * tiff/Makefile.am:
8254
8255         Some more cleanups. Was really necessary
8256         but I probably introduced bugs, feel free
8257         to flame :)
8258
8259 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * backend/Makefile.am:
8262         * configure.ac:
8263         * cut-n-paste/recent-files/Makefile.am:
8264         * cut-n-paste/toolbar-editor/Makefile.am:
8265         * cut-n-paste/zoom-control/Makefile.am:
8266         * lib/Makefile.am:
8267         * pdf/Makefile.am:
8268         * pixbuf/Makefile.am:
8269         * properties/Makefile.am:
8270         * ps/Makefile.am:
8271         * shell/Makefile.am:
8272         * thumbnailer/Makefile.am:
8273         * tiff/Makefile.am:
8274
8275         Use gnome-common macros when possible.
8276         Cleanup dependencies.
8277         Actually disable deprecated where possible.
8278
8279 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * Makefile.am:
8282         * backend/Makefile.am:
8283         * properties/Makefile.am:
8284         * shell/Makefile.am:
8285         * thumbnailer/Makefile.am:
8286
8287         This should solve the circular dep without
8288         requiring dir reorg!
8289
8290         * shell/ev-window.c: (setup_view_from_metadata):
8291
8292         Never restore window size/position when the
8293         window is already visible.
8294
8295 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8296
8297         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8298
8299         Return a boolean from timeout func. Fix ported from gedit.
8300
8301 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8302
8303         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8304
8305 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8306
8307         * shell/ev-document-types.c: set "All Documents" as default filter in
8308         open dialog
8309
8310 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8311
8312         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8313         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8314         (ev_metadata_manager_set_boolean): fix value/val thinko.
8315
8316 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * shell/ev-window.c: (setup_view_from_metadata),
8319         (window_state_event_cb), (window_configure_event_cb),
8320         (ev_window_init):
8321
8322         Remember window position and maximized state
8323
8324 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8325
8326         * configure.ac:
8327
8328         Fix DBUS configure checks.
8329
8330         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8331         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8332         (ev_metadata_manager_set_boolean):
8333
8334         Plug mem leaks.
8335
8336         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8337         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8338         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8339         (ev_window_continuous_changed_cb),
8340         (ev_window_dual_mode_changed_cb), (ev_window_new):
8341
8342         Fix the build without DBUS.
8343
8344 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8347         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8348         (ev_metadata_manager_set_string),
8349         (ev_metadata_manager_set_boolean):
8350         * shell/ev-metadata-manager.h:
8351
8352         Add support for some more types
8353
8354         * shell/ev-view.c: (scroll_to_current_page),
8355         (ev_view_get_continuous), (ev_view_set_continuous),
8356         (ev_view_get_dual_page):
8357         * shell/ev-view.h:
8358         * shell/ev-window.c: (page_changed_cb),
8359         (setup_document_from_metadata), (ev_window_setup_document),
8360         (setup_view_from_metadata), (ev_window_open_uri),
8361         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8362         (ev_window_run_presentation), (ev_window_stop_presentation),
8363         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8364         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8365         (ev_window_update_dual_page_action),
8366         (ev_window_continuous_changed_cb),
8367         (ev_window_dual_mode_changed_cb), (ev_window_init):
8368
8369         Remember a bunch of view/document properties. Prolly some
8370         are still missing but it's getting interesting.
8371
8372 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8373
8374         * configure.ac: check if dbus-binding-tool is installed. Not the
8375         case on current Ubuntu breezy, it seems.
8376
8377 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8378
8379         * data/evince.desktop.in.in:
8380         
8381         Allow open uri lists and add TryExec field.
8382
8383 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * configure.ac:
8386
8387         Enable dbus when available, do not require a configure
8388         option.
8389
8390 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8391
8392         * configure.ac:
8393
8394         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8395         disabled.
8396
8397 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8398         Marco Pesenti Gritti  <mpg@redhat.com>
8399
8400         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8401         
8402         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8403         functions to the format required by dbus
8404
8405         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8406         errors. Use the RPC parameters in the expected way
8407
8408 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * Makefile.am:
8411         * properties/Makefile.am:
8412         * properties/ev-properties-main.c: (ev_properties_get_pages):
8413
8414         Support all mime types
8415
8416         * shell/Makefile.am:
8417         * thumbnailer/Makefile.am:
8418         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8419         (evince_thumbnail_pngenc_get):
8420
8421         Use the document factory
8422
8423 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8424
8425         * backend/Makefile.am:
8426         * backend/ev-document-factory.c:
8427         (mime_type_supported_by_gdk_pixbuf),
8428         (ev_document_type_get_from_mime),
8429         (ev_document_factory_get_document),
8430         (ev_document_factory_get_backend),
8431         (ev_document_factory_get_mime_types),
8432         (ev_document_factory_get_all_mime_types):
8433         * backend/ev-document-factory.h:
8434         * shell/Makefile.am:
8435         * shell/ev-document-types.c: (get_document_from_uri),
8436         (ev_document_types_get_document),
8437         (file_filter_add_mime_list_and_free),
8438         (ev_document_types_add_filters):
8439         * shell/ev-document-types.h:
8440         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8441         * shell/ev-properties-dialog.c:
8442         (ev_properties_dialog_set_document):
8443         * shell/ev-window.c: (ev_window_cmd_file_open),
8444         (ev_window_cmd_save_as):
8445         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8446
8447         Rework document types managing to avoid code duplication
8448         and actually abstract from backend implementations.
8449         Also provide a minimal factory api that can be used by
8450         thumbnailer/properties.
8451
8452 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8453
8454         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8455         Plug a mem leak.
8456         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8457         HIG spacings.
8458
8459 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8460
8461         * shell/ev-properties-dialog.c
8462         (ev_properties_dialog_set_document): only call
8463         ev_properties_fonts_set_document() if the document implements the
8464         fonts interface
8465
8466 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8467
8468         * configure.ac:
8469         * properties/Makefile.am:
8470         * properties/ev-properties-view.c:
8471         (ev_properties_view_register_type):
8472         * properties/ev-properties-view.h:
8473         * properties/ev-properties-main.h:
8474
8475         Implement nautilus plugin for properties.
8476         Works only for pdf atm, I need to rework the
8477         document types stuff to get this to work
8478         for all backends...
8479
8480 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8481
8482         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8483         (ev_properties_fonts_set_document): use
8484         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8485
8486 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8487
8488         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8489         them
8490         (PlaceImage, tiff2ps_process_page): use
8491         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8492
8493
8494 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8495
8496         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8497         (main): to call gnome_authentication_manager_init. Should fix
8498         Bug #308510
8499
8500         * configure.ac: that requires libgnomeui 2.6.0.
8501
8502 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8503
8504         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8505         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8506         use the new tiff2ps interfaces
8507
8508         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8509         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8510
8511         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8512         structure instead of global variables.  Remove use of static
8513         variables in functions.
8514
8515 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8516
8517         * shell/ev-page-action.c: unref the completion after setting it to the
8518         entry
8519
8520 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8521
8522         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8523         postscript files
8524
8525 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8526
8527         * shell/ev-window.c (update_action_sensitivity): disable
8528         File->Print if the document does not implement the ps exporter
8529         interface
8530
8531 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8532
8533         * Makefile.am:
8534         * configure.ac:
8535         * data/evince-properties.glade:
8536         * properties/.cvsignore:
8537         * properties/Makefile.am:
8538         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8539         (ev_properties_view_class_init), (ev_properties_view_format_date),
8540         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8541         (ev_properties_view_init), (ev_properties_view_new):
8542         * properties/ev-properties-view.h:
8543         * shell/Makefile.am:
8544         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8545         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8546         (ev_properties_dialog_new):
8547         * shell/ev-properties-dialog.h:
8548         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8549         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8550         (update_progress_label), (job_fonts_finished_cb),
8551         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8552         * shell/ev-properties-fonts.h:
8553         * shell/ev-properties.c:
8554         * shell/ev-properties.h:
8555         * shell/ev-window.c: (ev_window_setup_document),
8556         (ev_window_cmd_file_properties):
8557
8558         Split the properties pages in two different objects, depend
8559         only on the backend where possible, use widgets instead
8560         of gobject for the glade part, reimplement the dialog
8561         itself with gtk.
8562         I need this to implement nautilus properties page.
8563
8564 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8565
8566         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8567         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8568         (tiff_document_document_ps_exporter_iface_init): implement the ps
8569         exporter interface for tiff documents
8570
8571         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8572         libtiff to implement TIFF postscript export
8573
8574         * tiff/tiff2ps.h: added a header file for external tiff2ps
8575         functions.
8576
8577         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8578         tiff2ps.h
8579
8580 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8581
8582         * shell/ev-view.c: (scroll_to_current_page),
8583         (ev_view_set_fullscreen), (ev_view_set_presentation):
8584         
8585         Scroll to current page when exit from presentation
8586
8587 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8588
8589         * shell/ev-window.c: (update_document_mode),
8590         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8591         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8592         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8593         
8594         Exit from fullscreen mode when switch to presentation. Fix for
8595         bug 309365
8596
8597 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8598
8599         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8600         return NULL if the document does not implement the selection
8601         interface.
8602
8603 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8604
8605         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8606         reported height by using the resolution aspect ratio
8607         (tiff_document_render_pixbuf): scale the pixbuf using the
8608         resolution aspect ratio
8609
8610 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8611
8612         * configure.ac:
8613         
8614         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8615         <kiltedaco@gmail.com>
8616         
8617         * djvu/djvu-document.c: (djvu_document_get_orientation),
8618         (djvu_document_set_orientation), (djvu_document_get_page_size),
8619         (rotate_pixbuf), (djvu_document_render_pixbuf),
8620         (djvu_document_document_iface_init):
8621         * dvi/dvi-document.c: (dvi_document_get_orientation),
8622         (dvi_document_set_orientation), (dvi_document_get_page_size),
8623         (rotate_pixbuf), (dvi_document_render_pixbuf),
8624         (dvi_document_document_iface_init):
8625         
8626         Dvi and djvu backends are ported to new API
8627
8628 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8629
8630         * backend/ev-selection.c: (ev_selection_get_selection_region),
8631         (ev_selection_get_selection_map):
8632         * backend/ev-selection.h:
8633         * pdf/ev-poppler.cc:
8634         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8635         * shell/ev-jobs.h:
8636         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8637         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8638         (ev_pixbuf_cache_get_text_mapping):
8639         * shell/ev-pixbuf-cache.h:
8640         * shell/ev-view.c: (location_in_text),
8641         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8642         support to EvView.  Now we can see where we can select!  Sweet!
8643
8644 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8645
8646         * shell/ev-view.c (ev_view_button_press_event): Fix
8647         event->y + view->scroll_x typo.
8648
8649 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8650
8651         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8652         sub-GdkPixbuf instead of passing dest_x and dest_y.
8653         
8654         * shell/ev-view.c: (view_point_to_doc_point),
8655         (view_rect_to_doc_rect), (ev_view_button_press_event),
8656         (ev_view_motion_notify_event), (compute_new_selection_rect),
8657         (gdk_rectangle_point_in), (compute_new_selection_text),
8658         (compute_selections): Update selection code to keep the selection
8659         around as two points and not as a normalized rectangle, and fix
8660         page level selection in two-column mode.
8661
8662 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8663
8664         * shell/ev-window.c: (window_configure_event_cb): 
8665         
8666         Fix compilation
8667         
8668 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8669
8670         * pdf/ev-poppler.cc:
8671
8672         Fix compilation
8673
8674 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8675
8676         * shell/Makefile.am:
8677         * shell/ev-metadata-manager.c: (item_free),
8678         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8679         (parse_value), (parseItem), (load_values),
8680         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8681         (save_values), (save_item), (get_oldest), (resize_items),
8682         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8683         * shell/ev-metadata-manager.h:
8684
8685         Metadata manager from gedit but modified to use GValue, so that
8686         we dont need to keep converting from strings.
8687
8688         * configure.ac:
8689
8690         ENABLE_METADATA conditional, on when dbus is on
8691
8692         * shell/ev-application.c: (ev_application_open_uri):
8693
8694         Show the window after load so that we can initialize
8695         window size before it's showed.
8696
8697         * shell/ev-window.c: (ev_window_setup_from_metadata),
8698         (ev_window_open_uri), (window_configure_event_cb),
8699         (ev_window_init):
8700
8701         Save and load metadata information about window size.
8702         Not yet keeping states in account.
8703
8704         * shell/main.c: (main):
8705
8706         Shutdown metadata manager.
8707
8708 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * shell/ev-application-service.xml:
8711         * configure.ac:
8712         * shell/Makefile.am:
8713         * shell/ev-application.c:
8714         * shell/ev-application.h:
8715         * shell/ev-window.c:
8716         * shell/ev-window.h:
8717         * shell/main.c:
8718
8719         Add an optional dbus interface (--enable-dbus).
8720         Rework application code, mainly to be easier to
8721         use "remotely".
8722         Do not open multiple windows with the same document,
8723         spatial evince!
8724
8725 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8726
8727         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8728         pixbuf iff it exists.
8729
8730 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8731
8732         * shell/*:
8733         * backend/ev-render-context.[ch]:
8734         * backend/ev-selection.[ch]:
8735
8736         Massive changes.  We now support text selection of pdfs, and not
8737         just rectangular selection.  This is pretty broken still, but I
8738         want to get something into CVS.
8739
8740 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8741
8742         * pdf/ev-poppler.cc:
8743         
8744         Fix for Bug 309080: crash on window close.
8745         
8746         * shell/ev-page-action.c: (page_changed_cb):
8747         
8748         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8749         jensgr@gmx.net (Jens Granseuer).
8750
8751 2005-06-25  Marcel Telka  <marcel@telka.sk>
8752
8753         * configure.in (ALL_LINGUAS): Added sk.
8754
8755 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8756
8757         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8758         not a document open
8759
8760 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8761
8762         * NEWS:
8763         * configure.ac:
8764
8765         Release 0.3.2
8766
8767         * cut-n-paste/recent-files/Makefile.am:
8768
8769         Fix make distcheck
8770
8771 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8772
8773         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8774         (pixbuf_document_set_orientation), (rotate_pixbuf),
8775         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8776         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8777
8778         Implement rotation and cleanup the code a bit.
8779
8780         * tiff/tiff-document.c: (tiff_document_get_page_size),
8781         (tiff_document_get_orientation), (tiff_document_set_orientation),
8782         (rotate_pixbuf), (tiff_document_render_pixbuf),
8783         (tiff_document_document_iface_init), (tiff_document_init):
8784
8785         Implement rotation. Was the quicker solution for the release
8786         but we really need to share this code in the shell.
8787
8788 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * pdf/ev-poppler.cc:
8791
8792         Enable rotation, require poppler cvs. Fix a leak.
8793
8794 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-window.c: (update_action_sensitivity):
8797         
8798         Make properties unsensitive if document backend doesn't provide
8799         any info
8800
8801 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8804         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8805         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8806         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8807         (bitmap_flip_rotate_counter_clockwise):
8808         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8809         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8810         (buff_gets):
8811         * dvi/mdvi-lib/common.h:
8812         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8813         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8814         (opendvi), (mdvi_reload), (mdvi_init_context),
8815         (mdvi_destroy_context), (mdvi_dopage), (special):
8816         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8817         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8818         (file_hash_free), (register_encoding), (parse_spec),
8819         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8820         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8821         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8822         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8823         (mdvi_register_font_type), (mdvi_unregister_font_type),
8824         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8825         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8826         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8827         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8828         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8829         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8830         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8831         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8832         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8833         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8834         (mdvi_unregister_special), (mdvi_flush_specials):
8835         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8836         (t1_font_remove):
8837         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8838         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8839         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8840         (free_font_metrics), (flush_font_metrics):
8841         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8842         (tt_font_remove):
8843         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8844         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8845         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8846         (dstring_insert), (dstring_new), (dstring_reset):
8847         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8848         
8849         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8850         avoid conflict with libtool on FC4
8851         
8852         * shell/ev-window.c: (ev_window_cmd_help_about):
8853         
8854         Update copyright year. Fix for bug 308828.
8855
8856 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8857
8858         * shell/ev-view.c: (add_scroll_binding_keypad),
8859         (ev_view_binding_activated), (ev_view_class_init),
8860         (on_adjustment_value_changed):
8861         
8862         Bug 170874: Arrow keys switch pages in presentation mode
8863
8864 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8865
8866         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8867         
8868         Fix for Bug 308265: Sidebar dissappears coming out of 
8869         Presentation mode
8870
8871 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8872
8873         * shell/ev-application.c: (ev_application_open):
8874         * shell/ev-document-types.c: (ev_document_types_add_filters),
8875         (ev_document_types_add_filters_for_type):
8876         * shell/ev-document-types.h:
8877         * shell/ev-window.c: (ev_window_cmd_save_as):
8878         
8879         Suggest basename as template when saving, provide filters
8880         for save dialog. It's bug 308402
8881
8882 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8883
8884         * pdf/ev-poppler.cc:
8885         * shell/ev-sidebar-links.c: (job_finished_callback):
8886         * shell/ev-view.c: (update_find_status_message):
8887         
8888         Some leaks fixed
8889
8890 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8891
8892         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8893         (egg_recent_view_uimanager_set_list):
8894
8895         Fix buglet in !show_numbers case.
8896
8897 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8898
8899         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8900         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8901
8902         Use pango ellipsisation.
8903
8904         * pdf/ev-poppler.cc:
8905
8906         Fix refcount leak, from nsh.
8907
8908 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8909
8910         * cut-n-paste/recent-files/Makefile.am:
8911         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8912         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8913         
8914         Removed EggRecentViewGtk
8915         
8916         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8917         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8918         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8919         (ev_window_setup_recent):
8920         
8921         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8922         with other projects
8923
8924 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8927         (egg_recent_view_gtk_finalize):
8928
8929         Fix memory leak
8930
8931         * cut-n-paste/toolbar-editor/Makefile.am:
8932         
8933         Fix location of cursor icon.
8934         
8935         * pdf/ev-poppler.cc:
8936         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8937         (display_completion_text), (match_completion):
8938         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8939         (selection_changed_callback), (create_loading_model),
8940         (print_section_cb), (links_page_num_func),
8941         (update_page_callback_foreach):
8942         * shell/ev-window.c: (ev_window_dispose):
8943         
8944         Small memory fixes. Links model now store objects instead
8945         of pointers to improve memory management. 
8946
8947 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8948
8949         * shell/ev-window.c: (zoom_control_changed_cb):
8950         
8951         Fix update of zoom control (bug 308268).
8952
8953 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8954
8955         * shell/ev-properties.c (set_property): escape the text correctly.
8956         Handles non-UTF-8 properties and escaped properties.  Also, sets
8957         the text to "<i>None</i>" if the property isn't set.
8958
8959         * data/evince-properties.glade: Change the label to be ellipsized,
8960         and give it a minimum size.
8961
8962 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8963
8964         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8965         * shell/ev-sidebar-links.c: (create_loading_model):
8966         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8967         * shell/ev-view.c: (ev_view_set_document):
8968         * shell/ev-window.c: (ev_window_dispose):
8969         
8970         Various small fixes, mostly memory leaks. Thanks to valgrind.
8971
8972 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8973
8974         * ps/ps-document.c: remove the locale.h include again ;-). And
8975         kill the (bogus) setlocale/savelocale business.
8976
8977 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8978
8979         * ps/ps-document.c:
8980         
8981         Include locale.h to fix build
8982         
8983         * shell/ev-sidebar.c:
8984         
8985         Remove unnecessary includes
8986
8987 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8988
8989         * dvi/dvi-document.c: (dvi_document_load):
8990         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8991         * po/POTFILES.in:
8992         
8993         Check for incorrect dvi files. Fix parsing dvi on AMD64
8994         platform. Thanks to tester@tester.ca (Olivier Crete).
8995
8996 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998         * shell/ev-page-action.c: (match_selected_cb),
8999         (display_completion_text), (match_completion), (update_model):
9000         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9001         (expand_open_links):
9002         * shell/ev-sidebar.c: (ev_sidebar_destroy),
9003         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
9004         (ev_sidebar_set_document):
9005         * shell/ev-window.c: (ev_window_xfer_job_cb),
9006         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9007         
9008         Fixed lot's of memory leaks, for example, memory leak on reload, 
9009         described in bug 307793.
9010
9011 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9012
9013         * pdf/ev-poppler.cc:
9014         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9015         (update_visible_range), (adjustment_changed_cb),
9016         (ev_sidebar_thumbnails_fill_model),
9017         (ev_sidebar_thumbnails_refresh),
9018         (ev_sidebar_tree_selection_changed),
9019         (ev_sidebar_icon_selection_changed),
9020         (ev_sidebar_thumbnails_use_icon_view),
9021         (ev_sidebar_thumbnails_set_document):
9022         * shell/ev-sidebar-thumbnails.h:
9023         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9024         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9025
9026         Refresh thumbnails when changing orientation. Not fully
9027         working yet becuase of a sidebar bug.
9028
9029         Set page orientation to poppler page everywhere. This sucks
9030         really need to fix poppler.
9031
9032 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9033
9034         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9035         (egg_recent_view_gtk_new_menu_item),
9036         (egg_recent_view_gtk_set_property),
9037         (egg_recent_view_gtk_get_property),
9038         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9039         (egg_recent_view_gtk_set_tooltip_func),
9040         (egg_recent_view_gtk_set_label_width),
9041         (egg_recent_view_gtk_get_label_width):
9042         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9043
9044         Sync with libegg (ellipsize labels)
9045
9046 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9047
9048         * data/evince-ui.xml:
9049         * shell/ev-window.c: (ev_window_cmd_go_forward),
9050         (ev_window_cmd_go_backward):
9051         
9052         Shift + PageUp moves 10 Pages. Fix for 306125
9053
9054 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9055
9056         * pdf/ev-poppler.cc:
9057
9058         Add a flag to check if orientation has been overriden
9059
9060 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9061
9062         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9063         field if necessary.
9064
9065         * ps/ps.h: add creator field to document.
9066
9067         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9068         set creator field.
9069
9070 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * data/evince-properties.glade:
9073         * shell/ev-properties.c: (ev_properties_set_document):
9074
9075         s/PDF Version/Format
9076
9077 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * shell/ev-properties.c: (ev_properties_set_document):
9080
9081         Remove unnecessary translations
9082
9083 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9084
9085         * cut-n-paste/toolbar-editor/Makefile.am:
9086
9087         Correct library name    
9088
9089 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9090
9091         * configure.ac:
9092         * cut-n-paste/recent-files/egg-recent-model.c:
9093         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9094         (egg_recent_model_unlock_file):
9095         * cut-n-paste/recent-files/egg-recent-util.c:
9096         (egg_recent_util_get_unique_id):
9097         * cut-n-paste/recent-files/update-from-egg.sh:
9098         * cut-n-paste/toolbar-editor/Makefile.am:
9099         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9100         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9101         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9102         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9103         (egg_toolbars_model_get_type):
9104         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9105
9106         Better makefile for toolbar editor and update everything
9107         to latest libegg.
9108
9109 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9110
9111         * shell/ev-window.c: (update_document_mode):
9112
9113         Prefer presentation mode when the document
9114         require fullscreen.
9115
9116 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9117
9118         * data/evince-ui.xml:
9119         * shell/ev-window.c:
9120
9121         Add control-equal for zooming
9122
9123 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9124
9125         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9126
9127 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9128
9129         * backend/ev-document.c: (ev_document_get_orientation):
9130         * backend/ev-document.h:
9131         * pdf/ev-poppler.cc:
9132         * ps/ps-document.c: (ps_document_get_orientation),
9133         (ps_document_set_orientation), (ps_document_document_iface_init):
9134
9135         Add a get_orientation api. Improve set_orientation.
9136
9137         * data/evince-ui.xml:
9138         * shell/ev-view.c: (ev_view_set_orientation),
9139         (ev_view_rotate_right), (ev_view_rotate_left):
9140         * shell/ev-view.h:
9141         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9142         (ev_window_cmd_edit_rotate_right):
9143
9144         Better ui for changing document orientation
9145
9146 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9147
9148         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9149         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9150         * shell/ev-sidebar-links.h:
9151         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9152         (ev_sidebar_page_iface_init):
9153         * shell/ev-sidebar-page.h:
9154         * shell/ev-sidebar-thumbnails.c:
9155         (ev_sidebar_thumbnails_get_property),
9156         (ev_sidebar_thumbnails_class_init),
9157         (ev_sidebar_thumbnails_set_document):
9158         * shell/ev-sidebar-thumbnails.h:
9159         * shell/ev-view.c: (ev_view_motion_notify_event):
9160         * shell/ev-window.c: (update_chrome_visibility),
9161         (ev_window_cmd_focus_page_selector),
9162         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9163         (sidebar_page_main_widget_update_cb), (ev_window_init):
9164         
9165         Autoraise toolbar on GoToPage binding and fix bindings in
9166         EvSidebarThumbnails page.
9167
9168 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9169
9170         * shell/ev-properties.c: (update_progress_label):
9171
9172         Hide the progress label when finished; bug #307697.
9173
9174 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9175
9176         * pdf/ev-poppler.cc:
9177
9178         Enable is_open for links, you will need poppler cvs
9179
9180         * shell/ev-properties.c: (job_fonts_finished_cb):
9181
9182         Get a lock on the document when filling the tree view
9183
9184 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9185
9186         * backend/ev-document-links.h:
9187         * pdf/ev-poppler.cc:
9188         * shell/ev-sidebar-links.c: (create_loading_model),
9189         (expand_open_links), (job_finished_callback):
9190
9191         Expand links when specified by the document.
9192         Depend on a poppler api (defined out for now)
9193
9194 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9195
9196         * shell/ev-properties.c: (ev_properties_dispose),
9197         (ev_properties_class_init), (dialog_destroy_cb),
9198         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9199         (ev_properties_set_document), (ev_properties_new),
9200         (ev_properties_show):
9201         * shell/ev-properties.h:
9202
9203         Make it an object, cleanup the code, api to show it as transient
9204         and to set the document.
9205
9206         * shell/ev-window.c: (ev_window_setup_document),
9207         (ev_window_cmd_file_properties):
9208
9209         Adapt to EvProperties changes, do not show multiple
9210         times, update it when document changes.
9211
9212 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * ps/gstypes.h:
9215         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9216         (ps_document_set_orientation), (ps_document_document_iface_init):
9217         * ps/ps-document.h:
9218
9219         Implement orientation here too
9220
9221         * shell/ev-properties.c: (ev_properties_new):
9222         * data/evince-properties.glade:
9223
9224         Hide the fonts page for backends that doesnt
9225         support it.     
9226
9227 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9228
9229         * backend/ev-document.c: (ev_document_set_orientation):
9230         * backend/ev-document.h:
9231         * pdf/ev-poppler.cc:
9232
9233         Add orientation api. Currently poppler api is not optimal,
9234         we need to set orientation every time we _get a page.
9235         I will try to fix that at some point.
9236
9237         * data/evince-ui.xml:
9238         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9239         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9240
9241         Add orientation menu items
9242
9243         * shell/ev-page-cache.c: (ev_page_cache_clear):
9244         * shell/ev-page-cache.h:
9245
9246         Add api to clear the cache
9247
9248         * shell/ev-view.c: (setup_caches), (clear_caches),
9249         (ev_view_set_document), (ev_view_zoom_out),
9250         (ev_view_set_orientation):
9251         * shell/ev-view.h:
9252
9253         Implement orientation changing
9254
9255 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9256
9257         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9258         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9259         * backend/ev-document-fonts.h:
9260
9261         Separate scan and fill so that we can incrementally fill from
9262         the main thread. Add a progress api.
9263
9264         * data/evince-properties.glade:
9265         * pdf/ev-poppler.cc:
9266         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9267         * shell/ev-jobs.h:
9268         * shell/ev-properties.c: (update_progress_label),
9269         (job_fonts_finished_cb), (setup_fonts_view):
9270
9271         Incrementally feel the list and show the progress
9272         percentage in a label like acrobat does.
9273
9274         You are going to need poppler cvs
9275
9276 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9277
9278         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9279         * backend/ev-document-fonts.h:
9280         * pdf/ev-poppler.cc:
9281
9282         Make fonts model fill incrementally.
9283
9284         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9285         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9286         (ev_job_queue_remove_job):
9287         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9288         (ev_job_fonts_new), (ev_job_fonts_run):
9289         * shell/ev-jobs.h:
9290
9291         New job for fonts scanning
9292
9293         * shell/ev-properties.c: (job_fonts_finished_cb),
9294         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9295         * shell/ev-properties.h:
9296         * shell/ev-window.c: (ev_window_cmd_file_properties):
9297
9298         Incrementally feel the treeview using the new job. Show Loading...
9299         message until scanning is completed.
9300
9301         Hopefully I didnt break the build without the poppler patch.
9302
9303 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9304
9305         * shell/ev-application.c: (ev_application_open):
9306         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9307         (ev_document_type_get_type), (ev_document_type_lookup):
9308         * shell/ev-document-types.h:
9309         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9310         * shell/ev-job-xfer.h:
9311         * shell/ev-window.c: (ev_window_clear_local_uri),
9312         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9313         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9314         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9315         
9316         Transfer remote documents to tmp directory to display them later.
9317
9318 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9319
9320         * backend/ev-document-info.h:
9321         * shell/ev-properties.c: (ev_properties_new):
9322
9323         s/GTime*/GTime. Not sure why we was using a pointer
9324         at all there!
9325
9326 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9327
9328         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9329         situations.  That situation is that you're using GTK+-HEAD with
9330         the patch at #306726 is applied, and you have a document with <
9331         1500 pages in it.  It's not quite as uniformly nice as the
9332         TreeView, but should be better in the long run.
9333
9334         I'm pretty sure I guarded against breaking compilation with
9335         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9336         I missed some.
9337
9338         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9339         widget yet, so I commented that code out
9340         enable_view_actions_for_widget() for now.  Need to figure this
9341         out.
9342
9343         * shell/ev-page-action.c (match_selected_cb): emit the right
9344         signals.  Our cool C-l completion now works.
9345
9346 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9347
9348         * backend/Makefile.am:
9349         * backend/ev-document-fonts.c:
9350         * backend/ev-document-links.c:
9351         * backend/ev-document.c: (ev_document_load):
9352         * backend/ev-document.h:
9353         * backend/ev-job-queue.c:
9354         * backend/ev-job-queue.h:
9355         * backend/ev-jobs.c:
9356         * backend/ev-jobs.h:
9357         * backend/ev-page-cache.c:
9358         * backend/ev-page-cache.h:
9359
9360         EvPageCache and EvJobs are moved to shell.
9361
9362         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9363         (ev_tmp_filename):
9364         * lib/ev-file-helpers.h:
9365         
9366         New helper to work with temporary files
9367         
9368         * shell/Makefile.am:
9369         * shell/ev-application.c: (ev_application_open):
9370         * shell/ev-application.h:
9371         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9372         (remove_job_from_async_queue), (add_job_to_async_queue),
9373         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9374         (handle_job), (search_for_jobs_unlocked),
9375         (no_jobs_available_unlocked), (ev_render_thread),
9376         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9377         (ev_job_queue_add_job), (move_job_async), (move_job),
9378         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9379         * shell/ev-job-queue.h:
9380         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9381         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9382         * shell/ev-job-xfer.h:
9383         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9384         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9385         (ev_job_links_class_init), (ev_job_render_init),
9386         (ev_job_render_dispose), (ev_job_render_class_init),
9387         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9388         (ev_job_thumbnail_class_init), (ev_job_load_init),
9389         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9390         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9391         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9392         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9393         * shell/ev-jobs.h:
9394         * shell/ev-page-action.c: (ev_page_action_set_document):
9395         * shell/ev-page-cache.c: (ev_page_cache_init),
9396         (ev_page_cache_class_init), (ev_page_cache_finalize),
9397         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9398         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9399         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9400         (ev_page_cache_get_title), (ev_page_cache_get_size),
9401         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9402         (ev_page_cache_get_height_to_page),
9403         (ev_page_cache_get_max_label_chars),
9404         (ev_page_cache_get_page_label),
9405         (ev_page_cache_has_nonnumeric_page_labels),
9406         (ev_page_cache_get_info), (ev_page_cache_next_page),
9407         (ev_page_cache_prev_page), (ev_page_cache_get):
9408         * shell/ev-page-cache.h:
9409         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9410         (ev_pixbuf_cache_clear_job_sizes),
9411         (ev_pixbuf_cache_add_jobs_if_needed),
9412         (ev_pixbuf_cache_set_page_range):
9413         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9414         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9415         * shell/ev-sidebar-thumbnails.c:
9416         (ev_sidebar_tree_selection_changed),
9417         (ev_sidebar_thumbnails_set_document):
9418         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9419         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9420         (ev_statusbar_get_context_id), (ev_statusbar_push),
9421         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9422         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9423         (ev_statusbar_set_progress):
9424         * shell/ev-statusbar.h:
9425         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9426         (ev_view_find_previous):
9427         * shell/ev-window.c: (ev_window_is_empty),
9428         (ev_window_setup_document), (password_dialog_response),
9429         (ev_window_clear_jobs), (ev_window_load_job_cb),
9430         (ev_window_xfer_job_cb), (ev_window_open_uri),
9431         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9432         (ev_window_print), (ev_window_print_range),
9433         (ev_window_state_event), (ev_window_cmd_view_reload),
9434         (menu_item_select_cb), (menu_item_deselect_cb),
9435         (view_status_changed_cb), (ev_window_dispose),
9436         (drag_data_received_cb), (ev_window_init):
9437         * shell/ev-window.h:
9438         * shell/main.c: (load_files):
9439         
9440         New statusbar to show progress on idle. Two new jobs - 
9441         xfer job and load job to load document in background. And update
9442         of page_cache clients to new location of code.
9443
9444 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9445
9446         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9447         selection in open dialog. It also remembers the last visited directory 
9448         in the current session.
9449
9450 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9451
9452         * shell/ev-properties.c: (ev_properties_new):
9453         * shell/ev-properties.h:
9454         * shell/ev-window.c: (ev_window_cmd_file_properties):
9455         
9456         Get document info from page cache instead of document itself.
9457         This should fix crash related to race conditions described in
9458         bug 306545.
9459
9460 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9461
9462         * ps/ps-document.c: (ps_document_init),
9463         (send_ps), (get_page_box), (output), (catchPipe), (input),
9464         (stop_interpreter), (file_length), (file_readable),
9465         (check_filecompressedb), (ps_document_enable_interpreter),
9466         (document_load), (ps_async_renderer_render_pixbuf):
9467         * ps/ps-document.h:
9468
9469         Big cleanup of the ps code
9470
9471 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9472
9473         * backend/Makefile.am:
9474         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9475         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9476         * backend/ev-async-renderer.h:
9477
9478         Add an async renderer interface (method + callback) which
9479         is useful for backends like ps.
9480
9481         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9482         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9483         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9484         (ev_job_queue_add_job), (move_job_async), (move_job),
9485         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9486
9487         Add queues for async renderer, these are executed on the
9488         main thread.
9489
9490         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9491         (ev_job_render_run):
9492         * backend/ev-jobs.h:
9493
9494         If the backend support async renderer interface use it.
9495
9496         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9497         (setup_pixmap), (ps_document_get_type),
9498         (ps_async_renderer_render_pixbuf),
9499         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9500
9501         Implement async renderer interface.
9502
9503 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9504
9505         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9506
9507         Cleanup links job on exit.
9508
9509 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9510
9511         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9512         (drag_data_get_cb), (drag_data_received_cb):
9513         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9514         (drag_data_get_cb), (parse_item_list),
9515         (egg_toolbar_editor_load_actions):
9516         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9517         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9518         (parse_item_list), (parse_toolbars):
9519         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9520         (dvi_pixbuf_put_pixel):
9521         
9522         Fix gcc 4.0 warnings
9523
9524 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * ps/ps-document.c: (start_interpreter):
9527
9528         Fix warning when loading ps
9529
9530 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9531
9532         * ps/ps-document.c: (output):
9533
9534         Fix crash when priting gs error messages.
9535
9536 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9537
9538         * backend/ev-page-cache.c: (_ev_page_cache_new):
9539         * backend/ev-page-cache.h:
9540
9541         Use a const to return title so that we dont double
9542         free it. Small cleanup and fix a leak.
9543
9544         * shell/ev-window.c: (update_window_title):
9545
9546         strdup value from get_title.
9547
9548 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9549
9550         * shell/ev-sidebar-links.c: (job_finished_callback),
9551         (ev_sidebar_links_set_document):
9552
9553         Cleanup the old job when changing document
9554
9555 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9556
9557         * shell/ev-stock-icons.c:
9558         * shell/ev-stock-icons.h:
9559         * shell/ev-window.c:
9560         
9561         Add stock icons for actions that can appear in toolbar. Fix for
9562         bug 306566.
9563
9564 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9565
9566         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9567         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9568         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9569         * backend/ev-page-cache.h:
9570         * shell/ev-view.c: (scroll_to_current_page),
9571         (view_update_range_and_current_page), (get_page_y_offset),
9572         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9573         (ev_view_size_request_continuous),
9574         (ev_view_zoom_for_size_continuous_and_dual_page),
9575         (ev_view_zoom_for_size_continuous):
9576         
9577         More compact EvView layout in document with pages of different size.
9578
9579 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9580
9581         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9582         compilation.
9583
9584 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9585
9586         * shell/ev-view.c: (view_set_adjustment_values):
9587         * shell/ev-window.c: (ev_window_cmd_file_properties):
9588         
9589         A bit different fix for rounding problem but it has no
9590         problems on startup. Make properties window transient to parent.
9591
9592 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9593
9594         * pdf/ev-poppler.cc:
9595         
9596         More commenting of font stuff.
9597
9598 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9599
9600         * pdf/ev-poppler.cc:
9601
9602         Comment out some more fonts stuff. Should really
9603         work without the poppler patch now.
9604
9605 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9606
9607         * pdf/ev-poppler.cc:
9608
9609         Adapt to api change
9610
9611 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9612
9613         * data/evince-properties.glade:
9614         * pdf/ev-poppler.cc:
9615         * shell/ev-properties.c: (setup_fonts_view):
9616
9617         Set the column title. Show the dialog only
9618         once everything is setup.
9619         Getting font info can be very slow... will
9620         prolly need to make this threaded too.
9621
9622 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9623
9624         * backend/Makefile.am:
9625         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9626         (ev_document_fonts_get_fonts_model):
9627         * backend/ev-document-fonts.h:
9628         * data/evince-properties.glade:
9629         * pdf/ev-poppler.cc:
9630         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9631         * shell/ev-properties.h:
9632         * shell/ev-window.c: (ev_window_cmd_file_properties):
9633
9634         Implement fonts list. Defined out for now, since it depends
9635         on a not yet committed poppler patch.
9636
9637 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9638
9639         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9640         page + 1.
9641
9642         * shell/ev-window.c: Make sure we add the timeout when we get a
9643         focus-in event.
9644
9645         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9646         adjustment->value before calculating the zoom factor to average
9647         out all of our rounding errors.  The page no longer 'drifts' when
9648         resizing.
9649
9650 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9651
9652         * data/evince-properties.glade:
9653         * shell/ev-properties.c: (ev_properties_format_date),
9654         (set_property):
9655         
9656         Labels don't expand when the dialogue is resized.
9657         strftime result needs to be converted to UTF-8. Thanks
9658         to Christian Persch <chpe@gnome.org>.
9659
9660 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9661
9662         * data/evince-properties.glade:
9663
9664         Hide the fonts tab
9665
9666 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9667
9668         * backend/ev-document-info.h:
9669         * backend/ev-document.c: (ev_document_info_free):
9670         * data/evince-properties.glade:
9671         * pdf/ev-poppler.cc:
9672         * ps/ps-document.c: (ps_document_get_info):
9673         * shell/ev-properties.c: (ev_properties_format_date),
9674         (set_property), (ev_properties_new):
9675         * shell/ev-properties.h:
9676         * shell/ev-window.c: (ev_window_cmd_file_properties):
9677
9678         Rework properties code to take only EvPropertyInfo
9679         in the constructor so that it can be useful for
9680         nautilus plugin too.
9681
9682         Deal with backends that doesnt support some properties.
9683         Make set property code generic.
9684
9685 2005-06-04  Christian Persch <chpe@gnome.org>
9686
9687         * data/evince-properties.glade:
9688
9689         fix spacings, make resizeable, and make data labels
9690         selectable + ellipsised
9691
9692 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9693
9694         * backend/ev-document-info.h:
9695         * data/Makefile.am:
9696         * data/evince-ui.xml:
9697         * pdf/ev-poppler.cc:
9698         * shell/Makefile.am:
9699         * shell/ev-window.c: (update_action_sensitivity),
9700         (ev_window_cmd_file_properties):
9701
9702         Initial go at file properties. Patch by
9703         Emil Soleyman-Zomalan <emil@soleyman.com>.
9704         Needs love see #169583
9705
9706 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9707
9708         * ps/ps-document.c: (output):
9709         * ps/ps.c: (psscan):
9710
9711         Try to render even if psscan fails.
9712
9713 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9714
9715         * ps/ps.c: (psscan), (pscopydoc):
9716
9717         Port buffered reading code from gv
9718
9719 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9720
9721         * ps/ps-document.c: (interpreter_message), (output):
9722
9723         Do not fail on interpreter messages
9724
9725 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9726
9727         * backend/ev-document-misc.c:
9728         (ev_document_misc_get_thumbnail_frame):
9729
9730         Pages can be 0 x 0, dont assert on this case
9731
9732 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9733
9734         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9735         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9736
9737         Correctly manage our reference on document. Finally the reload
9738         huge leak is gone...
9739
9740 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9741
9742         * ps/ps-document.c: (ps_document_dispose):
9743
9744         Forgot to chain it to the parent. Thanks chpe.
9745
9746 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9747
9748         * ps/ps-document.c: (ps_document_dispose),
9749         (ps_document_class_init), (stop_interpreter), (document_load):
9750
9751         Cleanup dispose a bit. Dont leak the whole pixmap.
9752
9753 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9754
9755         * pdf/ev-poppler.cc:
9756
9757         Release the poppler document on dispose
9758
9759 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9760
9761         * shell/ev-view.c: (ev_view_set_document):
9762
9763         Release ref on the pixbuf cache when changing
9764         document.
9765
9766 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9767
9768         * ps/ps-document.c: (ps_document_get_info):
9769
9770         Fix a double free
9771
9772 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9773
9774         * backend/ev-page-cache.c: (ev_page_cache_init),
9775         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9776         * backend/ev-page-cache.h:
9777         * shell/ev-page-action.c: (page_changed_cb):
9778         
9779         Set page action entry width depending on labels width. Fix
9780         for bug 305202.
9781
9782 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9783
9784         * backend/ev-link.c: (ev_link_class_init):
9785
9786         Allow -1 as page value (error)
9787
9788 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9789
9790         * shell/ev-sidebar-thumbnails.c:
9791         (ev_sidebar_thumbnails_set_document):
9792         * shell/ev-view.c: (scroll_to_current_page),
9793         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9794         (page_changed_cb), (on_adjustment_value_changed),
9795         (ev_view_set_document):
9796
9797         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9798         Fix bug 305377
9799
9800 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9801
9802         * configure.ac:
9803         * djvu/djvu-document.c: (djvu_document_get_page_size):
9804
9805         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9806         bug 301993.
9807
9808 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9809
9810         * shell/ev-view.c (draw_one_page): modify the expose handling to
9811         get the shadows.
9812
9813         * shell/ev-window.c (update_action_sensitivity): Respect
9814         permissions field.  Kowtow to the man.
9815
9816         * pdf/ev-poppler.cc: Get the permissions field.
9817
9818         * tiff/*c: Make a tiny bit more robust.
9819
9820 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9821
9822         * djvu/djvu-document.c:
9823         
9824         Pop messages from djvu context message queue.
9825
9826 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9827
9828         * configure.ac, Makefile.am, shell/Makefile.am:
9829         * tiff/Makefile.am, shell/ev-document-types.c:
9830         
9831         Cleanup tiff configure checks. Fix for bug 305218.
9832
9833 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9834
9835         * configure.ac: Added "uk" to ALL_LINGUAS.
9836
9837 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * cut-n-paste/zoom-control/ephy-zoom.c:
9840         (ephy_zoom_get_changed_zoom_level):
9841         * cut-n-paste/zoom-control/ephy-zoom.h:
9842         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9843         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9844         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9845         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9846         (zoom_control_changed_cb), (ev_window_init):
9847         
9848         Fix minor points related to moving best fit up. Introduce
9849         "zoom" property and make zoom control change it's value on
9850         notify::zoom signals. Fix for 305080.
9851
9852 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9853
9854         * data/evince-ui.xml:
9855         * shell/ev-window.c: (set_view_actions_sensitivity):
9856         
9857         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9858
9859 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9860
9861         * configure.ac:
9862
9863         Depends on poppler 0.3.2
9864
9865 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * cut-n-paste/recent-files/egg-recent-item.c:
9868         (egg_recent_item_get_short_name):
9869         * cut-n-paste/toolbar-editor/Makefile.am:
9870         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9871         (new_pixbuf_from_widget):
9872         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9873         * cut-n-paste/toolbar-editor/egg-marshal.c:
9874         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9875         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9876
9877         Sync
9878
9879 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9880
9881         * tiff/tiff-document.c: Rough TIFF backend.
9882
9883 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9884
9885         * NEWS:
9886         * configure.ac:
9887         * cut-n-paste/toolbar-editor/Makefile.am:
9888
9889         Release 0.3.1
9890
9891 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9892
9893         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9894         (ev_view_find_next), (ev_view_find_previous):
9895
9896         Remove the locks around get_n_results   
9897
9898 2005-05-21  Juerg Billeter  <j@bitron.ch>
9899
9900         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9901
9902         Pass correct number of pages to poppler.
9903
9904 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9905
9906         * configure.ac:
9907         * data/Makefile.am:
9908         * data/evince.desktop.in: 
9909         * data/evince.desktop.in.in:
9910         * po/POTFILES.in:
9911         
9912         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9913
9914 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9915
9916         * shell/ev-view.c: (view_update_adjustments),
9917         (view_set_adjustment_values): cast adjustmen->value to (int)
9918         before using it.  Otherwise, we get off by a pixel in some
9919         situations.
9920
9921         (draw_one_page): Draw the border on expose.
9922
9923 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9924
9925         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9926         adjustment when the mode changes, #304923
9927
9928 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9929
9930         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9931         flickering on resize but still use gdk_window_scroll on
9932         scrolling
9933
9934 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9935
9936         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9937         option, #170458
9938
9939 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9940
9941         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9942         second page on page_changed if possible, #304669
9943
9944 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9945
9946         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9947         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9948
9949 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9950
9951         * .cvsignore:
9952         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9953         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9954         (ev_view_zoom_for_size_presentation),
9955         (ev_view_zoom_for_size_continuous_and_dual_page),
9956         (ev_view_zoom_for_size_continuous),
9957         (ev_view_zoom_for_size_dual_page),
9958         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9959         * shell/ev-view.h:
9960         * shell/ev-window.c: (update_view_size),
9961         (ev_window_sizing_mode_changed_cb):
9962
9963         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9964         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9965         an infinite loop, #304769
9966
9967
9968 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9969
9970         * data/evince-ui.xml:
9971         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9972         * shell/ev-window.c: (set_view_actions_sensitivity):
9973
9974         Make PgUp/Down behave like Space
9975
9976 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9977
9978         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9979         * backend/ev-ps-exporter.h:
9980         * pdf/ev-poppler.cc:
9981         * ps/ps-document.c: (ps_document_ps_export_begin):
9982         * shell/ev-print-job.c: (idle_print_handler):
9983
9984         Adapt to new poppler api
9985
9986 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9987
9988         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9989         (ephy_zoom_control_init):
9990
9991         Translate zoom levels
9992
9993 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * cut-n-paste/zoom-control/ephy-zoom.c:
9996         (ephy_zoom_get_zoom_level_index):
9997
9998         Fix current zoom -> zoom control match
9999
10000 2005-05-18  James Bowes  <bowes@cs.dal.ca>
10001
10002         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
10003         rather than the scrolled_window that it's in. Fixes bug #304655.
10004
10005 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
10006
10007         * shell/ev-view.c: (view_update_adjustments),
10008         (view_set_adjustment_values), (view_update_range_and_current_page),
10009         (view_scroll_to_page), (set_scroll_adjustment),
10010         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10011         (ev_view_scroll), (ev_view_scroll_view),
10012         (ensure_rectangle_is_visible), (find_page_at_location),
10013         (get_link_at_location), (go_to_link), (status_message_from_link),
10014         (ev_view_size_request_continuous_dual_page),
10015         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10016         (ev_view_unrealize), (ev_view_expose_event),
10017         (ev_view_button_press_event), (ev_view_motion_notify_event),
10018         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10019         (draw_rubberband), (highlight_find_results), (draw_one_page),
10020         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10021         (ev_view_init), (find_changed_cb), (page_changed_cb),
10022         (on_adjustment_value_changed), (ev_view_new),
10023         (ev_view_set_document), (ev_view_set_zoom),
10024         (ev_view_set_continuous), (ev_view_set_dual_page),
10025         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10026         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10027         (ev_view_zoom_for_size_presentation),
10028         (ev_view_zoom_for_size_continuous_dual_page),
10029         (ev_view_zoom_for_size_continuous),
10030         (ev_view_zoom_for_size_dual_page),
10031         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10032         (ev_view_get_status), (ev_view_set_status),
10033         (update_find_status_message), (ev_view_get_find_status),
10034         (ev_view_set_find_status), (jump_to_find_result),
10035         (jump_to_find_page), (compute_selections), (clear_selection),
10036         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10037         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10038         (ev_view_update_primary_selection),
10039         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10040         * shell/ev-view.h:
10041         * shell/ev-window.c: (ev_window_open_page_label),
10042         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10043         (ev_window_init):
10044         * shell/ev-window.h:
10045         * shell/main.c: (load_files):
10046
10047         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10048         when resizing.  Remove the bin_window().  Also, patch from James
10049         Bowes to fix command line page, #300641
10050         
10051 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10052
10053         * data/evince-ui.xml:
10054         * shell/ev-view.c:
10055         * shell/ev-view.h:
10056         * shell/ev-window.c: (update_action_sensitivity):
10057
10058         Get rid of View->Normal Size, it's just confusing
10059
10060 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10061
10062         * backend/ev-document-info.h:
10063         * backend/ev-document.c: (ev_document_info_free): Free the
10064         EvDocumentInfo.
10065
10066         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10067         (clear_range), (add_range), (update_visible_range),
10068         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10069         (ev_sidebar_thumbnails_set_document):
10070         * shell/ev-window.c: (ev_window_setup_document): Only render the
10071         visible thumbnails.  It takes an instant to render, but it uses
10072         much less memory.
10073
10074 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10075
10076         * shell/ev-sidebar-links.c: (popup_menu_cb):
10077
10078         Select first item
10079
10080 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10081
10082         * lib/Makefile.am:
10083         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10084         (button_press_cb), (ev_sidebar_links_construct):
10085
10086         Show the popup menu also on keybindings
10087
10088 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10089
10090         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10091         * shell/ev-window.h:
10092
10093         Expose api to print a range (with dialog). Make private _print use
10094         it.
10095
10096         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10097         (ev_sidebar_links_construct):
10098
10099         Show a print context menu on linkx, it prints the selected
10100         section.
10101
10102 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10103
10104         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10105         button.
10106
10107 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10108
10109         * AUTHORS:
10110
10111         Update
10112
10113         * shell/ev-window.c: (build_comments_string),
10114         (ev_window_cmd_help_about):
10115
10116         Show poppler version/backend and authors
10117
10118 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10119
10120         * cut-n-paste/zoom-control/ephy-zoom.c:
10121         (ephy_zoom_get_zoom_level_index):
10122         * cut-n-paste/zoom-control/ephy-zoom.h:
10123
10124         Move the best fit items at the top of the list
10125
10126 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10127
10128         * shell/ev-marshal.list:
10129         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10130         (activate_cb), (match_selected_cb), (activate_link_cb),
10131         (connect_proxy), (ev_page_action_class_init):
10132         * shell/ev-page-action.h:
10133
10134         Use signals to notify action activation. Hopefully
10135         I did not break completion since I cant test...
10136
10137         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10138         (register_custom_actions):
10139
10140         Connect to page selector actions and also grab focus on
10141         the view when activated.
10142
10143 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10144
10145         * pdf/ev-poppler.cc:
10146         * backend/ev-page-cache.c: make page size calculation consistent
10147         and set it to (int)( width * scale + 0.5).  This makes the weird
10148         line going through the middle of the page go away.
10149
10150         * shell/ev-view.c: move painting the background page after
10151         checking the expose area covers us.
10152
10153 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10154
10155         * data/evince-password.glade:
10156         
10157         Mark labels as not translatable. Fix for bug 302842.
10158
10159 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10160
10161         * configure.ac: Added "es" to ALL_LINGUAS.
10162
10163 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10164
10165         * data/evince-toolbar.xml:
10166         * shell/ev-window.c: (update_action_sensitivity),
10167         (ev_window_setup_document), (ev_window_set_page_mode),
10168         (ev_window_init):
10169
10170         Remove some leftover code from jrb first continous
10171         attempt. Use the new actions, we still need good icons
10172         though...
10173
10174 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10177
10178         Update label when connecting proxy. Fix a warning with NULL
10179         page_cache.
10180
10181 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10182
10183         * data/evince-ui.xml:
10184         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10185         * shell/ev-page-action.h:
10186         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10187
10188         Add mnemonic for edit toolbar.
10189         ctrl+l focus the page entry.
10190
10191 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10192
10193         * lib/Makefile.am:
10194         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10195         (ev_window_init):
10196         * shell/main.c: (main):
10197
10198         Put the toolbar xml in evince own dot dir
10199
10200 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10201
10202         * shell/ev-window.c: (ev_window_init):
10203
10204         Make the toolbar not removable
10205
10206 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10207
10208         * data/evince-ui.xml:
10209         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10210         * shell/ev-sidebar-links.h:
10211         * shell/ev-sidebar-thumbnails.c:
10212         (ev_sidebar_thumbnails_get_treeview):
10213         * shell/ev-sidebar-thumbnails.h:
10214         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10215         (ev_view_class_init):
10216         * shell/ev-view.h:
10217         * shell/ev-window.c: (update_action_sensitivity),
10218         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10219         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10220         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10221         (ev_window_init):
10222
10223         This is evil... Make space/backspace global accelerators but
10224         enable them only for some widgets (sidebars and view).
10225         I dont like it, but I dont know a better way... :/
10226
10227 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10228
10229         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10230         (ev_page_action_widget_finalize),
10231         (ev_page_action_widget_class_init), (update_page_cache):
10232
10233         Keep a weak reference on proxy->page_cache so that we
10234         dont try to disconnect the signal if the object is already
10235         gone. Maybe there is a better way to cleanup reference handling
10236         in page action though...
10237
10238 2005-05-10  Juerg Billeter  <j@bitron.ch>
10239
10240         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10241         * backend/ev-ps-exporter.h:
10242         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10243         * ps/ps-document.c: (ps_document_ps_export_begin):
10244         
10245         Change api to pass print range to ps_exporter_begin. The pdf backend
10246         requires this information.
10247         
10248         * shell/ev-print-job.c: (idle_print_handler):
10249         
10250         Adapt to api change
10251
10252 2005-05-10  Juerg Billeter  <j@bitron.ch>
10253
10254         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10255         (idle_print_handler)
10256         * shell/ev-window.c: (ev_window_print):
10257
10258         Support printing page range, based on patch by Amaury Jacquot
10259
10260 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10261
10262         * data/evince-toolbar.xml:
10263
10264         Add zoom control to available items
10265
10266 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10267
10268         * shell/ev-window.c: (update_action_sensitivity):
10269
10270         Set slash action insensitive when appropriate
10271
10272 2005-05-10  Christian Persch <chpe@gnome.org>
10273
10274         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10275
10276         Fix warning on the overflow menu
10277
10278 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10279
10280         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10281
10282         Check for uri correctness/existence
10283
10284 2005-05-09  Juerg Billeter  <j@bitron.ch>
10285
10286         * shell/ev-window.c: (using_postscript_printer):
10287
10288         LPD printers use postscript, too
10289
10290 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10291
10292         * shell/ev-window.c: (register_custom_actions):
10293
10294         The zoom one is actually sort of useful,
10295         put it back
10296
10297 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * shell/ev-window.c: (register_custom_actions):
10300
10301         Hide page/zoom controls from overflow, they
10302         are useless.
10303
10304 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10305
10306         * cut-n-paste/update-from-egg.sh:
10307         
10308         Share it between all cut-n-paste subdirs
10309
10310         * cut-n-paste/recent-files/Makefile.am:
10311
10312         Fix to use "global" update-from-egg.sh
10313
10314         * cut-n-paste/recent-files/egg-recent-model.c:
10315         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10316         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10317         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10318         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10319
10320         Update from libegg
10321
10322         * cut-n-paste/toolbar-editor/Makefile.am:
10323
10324         Fix to use "global" update-from-egg.sh
10325
10326         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10327
10328         Update from libegg
10329
10330 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10331
10332         * configure.ac:
10333         * cut-n-paste/Makefile.am:
10334         * cut-n-paste/recent-files/Makefile.am:
10335         * cut-n-paste/toolbar-editor/.cvsignore:
10336         * cut-n-paste/toolbar-editor/Makefile.am:
10337         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10338         (egg_editable_toolbar_get_type), (get_toolbar_position),
10339         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10340         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10341         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10342         (set_item_drag_source), (create_item_from_action), (create_item),
10343         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10344         (popup_toolbar_context_menu_cb), (free_dragged_item),
10345         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10346         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10347         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10348         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10349         (item_added_cb), (item_removed_cb),
10350         (egg_editable_toolbar_construct),
10351         (egg_editable_toolbar_disconnect_model),
10352         (egg_editable_toolbar_deconstruct),
10353         (egg_editable_toolbar_set_model),
10354         (egg_editable_toolbar_set_ui_manager),
10355         (egg_editable_toolbar_set_property),
10356         (egg_editable_toolbar_get_property),
10357         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10358         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10359         (egg_editable_toolbar_new_with_model),
10360         (egg_editable_toolbar_get_edit_mode),
10361         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10362         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10363         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10364         (new_pixbuf_from_widget), (new_separator_pixbuf),
10365         (update_separator_image), (style_set_cb),
10366         (_egg_editable_toolbar_new_separator_image),
10367         (egg_editable_toolbar_get_model):
10368         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10369         * cut-n-paste/toolbar-editor/egg-marshal.c:
10370         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10371         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10372         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10373         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10374         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10375         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10376         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10377         (editor_drag_data_delete_cb), (drag_data_get_cb),
10378         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10379         (editor_create_item), (update_editor_sheet), (setup_editor),
10380         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10381         (parse_item_list), (model_has_action), (update_actions_list),
10382         (egg_toolbar_editor_load_actions):
10383         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10384         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10385         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10386         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10387         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10388         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10389         (egg_toolbars_model_add_separator), (impl_add_item),
10390         (parse_item_list), (egg_toolbars_model_add_toolbar),
10391         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10392         (impl_get_item_data), (impl_get_item_type),
10393         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10394         (egg_toolbars_model_init), (free_toolbar),
10395         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10396         (egg_toolbars_model_remove_toolbar),
10397         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10398         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10399         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10400         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10401         (egg_toolbars_model_get_item_data),
10402         (egg_toolbars_model_get_item_type):
10403         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10404         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10405         * data/Makefile.am:
10406         * data/evince-toolbar.xml:
10407         * data/evince-ui.xml:
10408         * data/hand-open.png:
10409         * po/POTFILES.in:
10410         * shell/Makefile.am:
10411         * shell/ev-window.c: (update_chrome_visibility),
10412         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10413         (ev_window_dispose), (ev_window_init):
10414
10415         Implement epiphany like toolbar editor. Based on patch by
10416         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10417
10418 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10419
10420         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10421
10422         Use set_cursor instead of set_selection, so that
10423         the keyboard focus moves too.
10424
10425 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10426
10427         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10428
10429         Fix infinite loop when loading Type1 fonts
10430
10431 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10432
10433         * data/evince-ui.xml:
10434         * shell/ev-window.c:
10435
10436         Slash -> Find
10437
10438 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10439
10440         * configure.ac:
10441
10442         Make --disable really disable
10443
10444 2005-05-07  Juerg Billeter  <j@bitron.ch>
10445
10446         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10447
10448         Compare page labels even without has_labels set, fixes setting page
10449         with entry
10450
10451 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10452
10453         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10454         (ev_view_set_cursor), (ev_view_button_press_event),
10455         (ev_view_motion_notify_event), (ev_view_button_release_event),
10456         (ev_view_init):
10457
10458         Implement middle button scrolling. Based on a patch
10459         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10460
10461 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10462
10463         * shell/ev-document-types.c: (get_slow_mime_type),
10464         (get_document_type_from_mime), (ev_document_type_lookup):
10465         * shell/ev-document-types.h:
10466
10467         Change api to lookup from uri. Do fast lookup first, if the
10468         type is unknown try with data sniffing.
10469
10470         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10471         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10472
10473         Adapt to api change
10474
10475 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10476
10477         * thumbnailer/Makefile.am:
10478
10479         Fix distcheck
10480
10481 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10482
10483         * NEWS:
10484         * configure.ac:
10485
10486         Release 0.3.0
10487
10488         * data/evince-ui.xml:
10489
10490         Hide presentation mode for now
10491
10492         * shell/ev-view.c: (highlight_find_results):
10493
10494         Show current find selection only on current page
10495
10496 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * shell/ev-view.c: (ev_view_select_all):
10499
10500         Compute size of the actual page, not of
10501         the current one.
10502
10503 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10504
10505         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10506         (view_rect_to_doc_rect), (compute_selections),
10507         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10508         (ev_view_copy), (ev_view_primary_get_cb),
10509         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10510         (ev_view_button_press_event), (ev_view_motion_notify_event),
10511         (ev_view_button_release_event), (page_changed_cb):
10512
10513         Fix text selection
10514
10515 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10516
10517         * shell/ev-view.c: (compute_border), (get_page_extents),
10518         (doc_rect_to_view_rect), (highlight_find_results),
10519         (ev_view_bin_expose), (ev_view_select_all),
10520         (ev_view_motion_notify_event), (update_find_status_message),
10521         (jump_to_find_result), (jump_to_find_page):
10522
10523         First go at fixing search, still buggy
10524
10525 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10526
10527         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10528         dropdown box and button at the top of the sidebar.
10529
10530 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10531
10532         * configure.ac: Output zoom-control Makefile.
10533         * cut-n-paste/Makefile.am: build zoom-control subdir.
10534         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10535         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10536         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10537         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10538         * cut-n-paste/zoom-control/ephy-zoom.c:
10539         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10540         from epiphany, and modified to add a separator into the menu.
10541         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10542         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10543         zoom-control action.
10544         * shell/Makefile.am: Include zoom-control flags.
10545         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10546         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10547         (ev_view_zoom_for_size_presentation),
10548         (ev_view_zoom_for_size_continuous_and_dual_page),
10549         (ev_view_zoom_for_size_continuous),
10550         (ev_view_zoom_for_size_dual_page),
10551         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10552         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10553         ev_view_get_zoom and ev_view_get_sizing_mode.
10554         * shell/ev-view.h:
10555         * shell/ev-window.c: (update_action_sensitivity),
10556         (update_sizing_buttons), (zoom_control_changed_cb),
10557         (register_custom_actions): Initialize and use the zoom-control 
10558         widget.
10559
10560 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10561
10562         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10563         preview cache back to 1.  Don't know when it got set to 0.
10564         
10565         * shell/ev-view.c: (compute_border), (ev_view_realize),
10566         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10567         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10568         (ev_view_get_fullscreen), (ev_view_set_presentation),
10569         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10570         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10571         * shell/ev-view.h:
10572         * shell/ev-window.c:
10573         (update_chrome_visibility),
10574         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10575         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10576         (update_document_mode), (ev_window_update_fullscreen_action),
10577         (ev_window_fullscreen), (ev_window_unfullscreen),
10578         (ev_window_cmd_view_fullscreen),
10579         (ev_window_update_presentation_action),
10580         (ev_window_run_presentation), (ev_window_stop_presentation),
10581         (ev_window_cmd_view_presentation), (ev_window_state_event),
10582         (ev_window_focus_in_event), (ev_window_focus_out_event),
10583         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10584         * data/evince-ui.xml: Initial presentation mode.  We should
10585         probably hide this until it's done, as it's quite rough.  Also,
10586         change full-screen to fullscreen and add two getters to EvView.
10587
10588 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10589
10590         * shell/ev-page-action.c: (update_page_cache),
10591         (ev_page_action_dispose):
10592         * shell/ev-window.c: (destroy_fullscreen_popup),
10593         (ev_window_create_fullscreen_popup):
10594
10595         Use connect_object rather than explicitly
10596         disconnect on dispose.
10597
10598 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10599
10600         * shell/ev-page-action.c: (update_page_cache),
10601         (ev_page_action_dispose):
10602
10603 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10604
10605         * backend/ev-page-cache.c: (_ev_page_cache_new),
10606         (ev_page_cache_set_page_label),
10607         (ev_page_cache_has_nonnumeric_page_labels):
10608         * backend/ev-page-cache.h:
10609         * shell/ev-page-action.c: (update_pages_label):
10610         
10611         If all page labels are numeric, fallback to default
10612         way to display number of pages. See bug 173185.
10613
10614 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10615
10616         * shell/ev-page-action.c: (ev_page_action_dispose):
10617         * shell/ev-view.c: (view_update_range_and_current_page):
10618         * shell/ev-window.c: (ev_window_dispose):
10619         
10620         Set page on scroll in continuous mode. Fixes bug 301986.
10621         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10622
10623 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10624
10625         * configure.ac:
10626
10627         Require poppler 0.3.0
10628
10629 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10630         
10631         * shell/Makefile.am, configure.ac: Fix build problems
10632         with t1lib. Bug 301996.
10633
10634 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * shell/ev-view.c: (ev_view_scroll_event):
10637         
10638         Scroll up increase zoom
10639
10640 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10641
10642         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10643         (ev_view_set_sizing_mode),
10644         (ev_view_zoom_for_size_continuous_and_dual_page),
10645         (ev_view_zoom_for_size_continuous):
10646         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10647         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10648         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10649         (ev_window_init):
10650
10651         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10652         Fix for 165473 and 165472.
10653
10654 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10655
10656         * po/POTFILES.in:
10657         * thumbnailer/Makefile.am:
10658         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10659         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10660         * thumbnailer/evince-thumbnailer.schemas.in:
10661         
10662         Make thumbnailer schemas translatable. Fix for bug 301773
10663         
10664         * thumbnailer/evince-thumbnailer-djvu.schemas:
10665         * thumbnailer/evince-thumbnailer-dvi.schemas:
10666         * thumbnailer/evince-thumbnailer.schemas:
10667
10668         Removed files
10669
10670 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10671
10672         * shell/ev-view.c (ev_view_init): forgot to set this.
10673
10674 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10675
10676         * shell/ev-view.c: (find_page_at_location),
10677         (get_link_at_location),
10678         (ev_view_set_show_border), (ev_view_set_spacing),
10679         (ev_view_zoom_for_size_continuous_and_dual_page),
10680         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10681         Also, add a quick fix measuring of widths.  Also, removed
10682         ev_view_set_spacing and ev_view_set_show_border.
10683         
10684         * shell/ev-window.c: (ev_window_unfullscreen),
10685         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10686
10687 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10688
10689         * shell/ev-view.c: (view_update_range_and_current_page),
10690         (page_changed_cb):
10691         
10692         Fix crash on exit and scrolling to page in continuous view.
10693
10694 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10695
10696         * TODO:
10697         * backend/ev-page-cache.c: (_ev_page_cache_new),
10698         (ev_page_cache_get_max_width_size),
10699         (ev_page_cache_get_max_height_size):
10700         * backend/ev-page-cache.h:
10701         * data/evince-ui.xml:
10702         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10703         * shell/ev-view.c: (view_update_adjustments),
10704         (view_update_range_and_current_page), (get_bounding_box_size),
10705         (ev_view_size_request_continuous_and_dual_page),
10706         (ev_view_size_request_continuous),
10707         (ev_view_size_request_dual_page),
10708         (ev_view_size_request_single_page), (ev_view_size_request),
10709         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10710         (ev_view_bin_expose), (ev_view_expose_event),
10711         (ev_view_set_property), (ev_view_get_property),
10712         (ev_view_class_init), (ev_view_init), (ev_view_new),
10713         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10714         (ev_view_set_dual_page), (ev_view_set_full_screen),
10715         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10716         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10717         (ev_view_zoom_out), (zoom_for_size_fit_width),
10718         (zoom_for_size_best_fit),
10719         (ev_view_zoom_for_size_continuous_and_dual_page),
10720         (ev_view_zoom_for_size_continuous),
10721         (ev_view_zoom_for_size_dual_page),
10722         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10723         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10724         * shell/ev-view.h:
10725         * shell/ev-window.c: (update_action_sensitivity),
10726         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10727         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10728         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10729         (ev_window_cmd_view_zoom_out), (update_view_size),
10730         (ev_window_set_sizing_mode), (ev_window_init):
10731
10732         Add Continuous and Dual page modes.
10733
10734 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10735
10736         * dvi/dvi-document.c: (dvi_document_load),
10737         (dvi_document_thumbnails_get_thumbnail),
10738         (dvi_document_init_params): Fix up some mixups between
10739         width and height to correct thumbnail rendering.
10740
10741 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10742
10743         * dvi/mdvi-lib/private.h:
10744         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10745         
10746         Suppess output for kpathsea during font generation. Thanks to
10747         James Bowes
10748
10749 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10750
10751         * NEWS:
10752         * configure.ac:
10753
10754         Release 0.2.1
10755
10756         * Makefile.am: fix distcheck.
10757
10758 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10759
10760         * shell/ev-sidebar-links.c: (selection_changed_callback),
10761         (update_page_callback), (row_activated_callback),
10762         (job_finished_callback), (ev_sidebar_links_set_document):
10763         
10764         Fix for bug #169901. Double click on links expands tree.
10765
10766 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10767
10768         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10769         hard-coded style. Fix for bug 170111
10770
10771 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10772
10773         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10774         locking.
10775
10776 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10777
10778         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10779
10780 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10781
10782         * pdf/ev-poppler.cc:
10783         * shell/ev-view.c: (highlight_find_results):
10784
10785         Fix find on single page documents
10786
10787 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10788
10789         * data/evince.schemas.in: fix for bug 301390
10790
10791 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10792
10793         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10794         (ev_view_zoom_out), (ev_view_zoom_normal):
10795         * shell/ev-view.h:
10796         * shell/ev-window.c: (update_action_sensitivity),
10797         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10798         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10799         (ev_window_cmd_view_normal_size):
10800
10801         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10802         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10803         better than oom. 
10804
10805 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10806
10807         * configure.ac:
10808
10809         Depend on 2.57, 2.59 doesnt seem to be necessary
10810
10811 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10812
10813         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10814         (create_tool_item):
10815
10816         Put back total number of pages as (1 of 1234)
10817
10818 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10819
10820         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10821         remove the job.
10822
10823         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10824         function.  This helps debugging.
10825
10826 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10827
10828         * djvu/djvu-document.c: (djvu_document_class_init),
10829         (djvu_document_get_info), (djvu_document_document_iface_init):
10830         * dvi/dvi-document.c: (dvi_document_class_init),
10831         (dvi_document_get_info), (dvi_document_document_iface_init):
10832
10833         Dummy implementation of get_info method for dvi and
10834         djvu. Fix crashes with those backends
10835
10836 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10837
10838         * data/evince.desktop.in:
10839
10840         Add application/x-gzpostscript
10841
10842 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10843
10844         * data/evince.schemas.in: Added real long descriptions, 
10845         closes bug 172496 
10846
10847         * README: Added actual text, closes bug 171869
10848
10849 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10850
10851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10852
10853         Thumbnail page 0
10854
10855 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10856
10857         * backend/ev-document-info.h:
10858
10859         s/GDate */GDate so we can just use g_free
10860
10861 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10862
10863         * shell/ev-window.c: (update_document_mode),
10864         (ev_window_setup_document):
10865
10866         Show the window in fullscreen when specified by
10867         the document
10868
10869 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10870
10871         * backend/ev-document.c: (ev_document_class_init),
10872         (ev_document_get_info), (ev_document_render_pixbuf):
10873         * backend/ev-document.h:
10874         * backend/ev-page-cache.c: (_ev_page_cache_new):
10875         * pdf/ev-poppler.cc:
10876         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10877         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10878         * ps/ps-document.c: (ps_document_class_init), (document_load),
10879         (ps_document_get_info), (ps_document_document_iface_init):
10880
10881         Remove get_title from the interface, we can just use document info
10882
10883 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10884
10885         * backend/Makefile.am:
10886         * backend/ev-document.c: (ev_document_render_get_info):
10887         * backend/ev-document.h:
10888         * pdf/ev-poppler.cc:
10889
10890         Initial support for document info. Based on jrb patch.
10891
10892 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10893
10894         * shell/ev-window.c: (ev_window_state_event),
10895         (ev_window_class_init), (ev_window_init):
10896         
10897         Doesn't show resize grip when maximized. See bug #301053
10898
10899 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10900
10901         * po/POTFILES.in:
10902         
10903         ev-sidebar-thumbnails now has translatable labels
10904         
10905         * shell/Makefile.am:
10906         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10907         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10908         (ev_sidebar_links_page_iface_init):
10909         * shell/ev-sidebar-links.h:
10910         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10911         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10912         (ev_sidebar_page_get_label):
10913         * shell/ev-sidebar-page.h:
10914         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10915         (ev_sidebar_thumbnails_set_document),
10916         (ev_sidebar_thumbnails_support_document),
10917         (ev_sidebar_thumbnails_get_label),
10918         (ev_sidebar_thumbnails_page_iface_init):
10919         * shell/ev-sidebar-thumbnails.h:
10920         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10921         (ev_sidebar_set_document):
10922         * shell/ev-sidebar.h:
10923         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10924         
10925         Small rework of sidebar code. Now sidebar pages should implement
10926         EvSidebarPage interface. That makes page management in EvSidebar
10927         easier. See bug #164811 for details
10928
10929 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * shell/ev-application.c: (ev_application_open):
10932         * shell/ev-document-types.c:
10933         
10934         Fix build error and small problem with application exit
10935
10936 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10937
10938         * thumbnailer/Makefile.am:
10939         * thumbnailer/evince-thumbnailer-djvu.schemas:
10940         * thumbnailer/evince-thumbnailer-dvi.schemas:
10941         
10942         Conditionally install schemas for djvu/dvi thumbnailer
10943
10944 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10945
10946         * shell/ev-document-types.h: 
10947         * shell/ev-document-types.c: 
10948         New files, handling the mapping from mimetypes to backends
10949         
10950         * shell/ev-window.c: 
10951         * thumbnailer/evince-thumbnailer.c:     
10952         Use the ev-document-types code
10953         
10954         * shell/Makefile.am: 
10955         Added new convenience library libevbackendfactory_la, containing
10956         the new mimetype->backend logic; moved the backends into it.
10957
10958         * thumbnailer/Makefile.am:
10959         Make the thumbnailer link with the libevbackend.la convenience
10960         library, rather than having a duplicate of the backend logic here.
10961
10962 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10963
10964         * shell/ev-stock-icons.c: constify some vars.
10965         * shell/ev-window.c: ditto.
10966
10967 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10968
10969         * ps/ps-document.c (get_page_orientation):
10970
10971         Respect document orientation 
10972
10973 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10974
10975         * djvu/Makefile.am:
10976         * dvi/Makefile.am:
10977         * shell/Makefile.am:
10978         
10979         Move library dependencies to components.
10980         
10981         * shell/ev-window.c: (update_window_title),
10982         (start_loading_document):
10983         
10984         Fix display of uris with spaces. Bug 168358.
10985
10986 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10987
10988         * shell/ev-sidebar-links.c: (selection_changed_cb):
10989         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10990         (ev_view_button_release_event), (ev_view_set_document):
10991         * shell/ev-view.h:
10992         * shell/ev-window.c: (find_bar_search_changed_cb):
10993         * shell/ev-window.h: Minor cleanups removing some dead code.
10994
10995 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10996
10997         * backend/ev-page-cache.c: (_ev_page_cache_new):
10998         
10999         Set current page to 0 if document has pages.
11000
11001 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11002
11003         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11004
11005         Initialize GError to NULL, fix a crash when loading fails.
11006
11007 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * shell/ev-window.c: (update_view_size):
11010
11011         Calculate shadow size only when there is actually
11012         a shadow.
11013
11014 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11015
11016         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11017         * shell/ev-view.h:
11018
11019         Allow setting view spacing, default to 0
11020
11021         * shell/ev-window.c: (ev_window_unfullscreen),
11022         (ev_window_cmd_view_fullscreen), (ev_window_init):
11023
11024         Remove spacing in fullscreen mode
11025
11026 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11029         (ev_view_size_request), (expose_bin_window),
11030         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11031         * shell/ev-view.h:
11032         * shell/ev-window.c: (ev_window_unfullscreen),
11033         (ev_window_cmd_view_fullscreen):
11034
11035         Do not draw the border in fulscreen
11036
11037 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11038
11039         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11040         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11041         (find_page_at_location), (page_changed_cb):
11042
11043         Rework border calculation, so that I can more easily disable it.
11044         Code somewhat cleaner too.
11045
11046 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11047
11048         * backend/ev-page-cache.c: (ev_page_cache_init),
11049         (_ev_page_cache_new):
11050
11051         Remove some assertions, documents can have 0 pages.
11052         Make initial current page -1.
11053
11054         * shell/ev-page-action.c: (page_changed_cb):
11055
11056         Show "" if current page is -1
11057
11058         * shell/ev-window.c: (update_action_sensitivity),
11059         (ev_window_setup_document):
11060
11061         When document has 0 pages do not set the view
11062         and make nearly everything insensitive.
11063
11064 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11065
11066         * shell/ev-page-view.c:
11067         * shell/ev-page-view.h:
11068
11069         Remove unused files.
11070         
11071         * shell/ev-sidebar-thumbnails.c:
11072         (ev_sidebar_thumbnails_set_document):
11073         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11074         (ev_sidebar_supports_document):
11075         * shell/ev-sidebar.h:
11076         * shell/ev-window.c: (ev_window_setup_document):
11077         
11078         Doesn't show thumbnails if document has 1 page. Make
11079         sidebar menu entries sensitive only if if they have 
11080         sense. Fix bug 164811. 
11081
11082 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11083
11084         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11085         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11086         (ev_view_zoom_out), (ev_view_set_size):
11087
11088         Rework sizing to deal with documents with not uniform page
11089         size.
11090
11091 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11092
11093         * backend/ev-page-cache.c: (_ev_page_cache_new):
11094
11095         Fix several page size caching bugs
11096
11097 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11098
11099         * shell/ev-window.c: (set_action_properties):
11100
11101         Make all toolbar items translatable
11102
11103 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11104
11105         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11106         (save_page_list), (ps_document_save),
11107         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11108         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11109         (ps_document_ps_exporter_iface_init):
11110         * ps/ps-document.h:
11111
11112         Based on a patch by J�rg Billeter <j@bitron.ch>
11113         
11114         Implement print and save a copy for the ps backend.
11115
11116 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11117
11118         * backend/ev-document.h:
11119         * djvu/djvu-document.c: (djvu_document_can_get_text),
11120         (djvu_document_document_iface_init):
11121         * dvi/dvi-document.c: (dvi_document_can_get_text),
11122         (dvi_document_document_iface_init):
11123         * pdf/ev-poppler.cc:
11124         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11125         (pixbuf_document_document_iface_init):
11126         * ps/ps-document.c: (ps_document_can_get_text),
11127         (ps_document_document_iface_init):
11128         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11129         * shell/ev-window.c: (update_action_sensitivity):
11130
11131         Fix the crash when trying to copy in backends that doesnt
11132         support it. We can implement a better solution once we
11133         do real text selection.
11134
11135 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11136
11137         * data/evince-ui.xml:
11138         * shell/ev-window.c: (ev_window_cmd_escape):
11139         
11140         Work around the Escape conflict (find bar and unfullscreen)
11141
11142 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11143
11144         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11145         
11146         Fix for #300233. Next page correctly handles document end.
11147         
11148         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11149         (ev_sidebar_thumbnails_class_init),
11150         (ev_sidebar_thumbnails_set_document),
11151         (ev_sidebar_thumbnails_clear_job),
11152         (ev_sidebar_thumbnails_clear_model):
11153         
11154         Cleanup thumbnail jobs on document changes.
11155         
11156         * shell/ev-view.c: (add_scroll_binding_keypad),
11157         (add_scroll_binding_shifted), (ev_view_class_init):
11158         
11159         Shift + Space scrolls up. Fix for #173184
11160         
11161         * shell/ev-window.c: (ev_window_open_page),
11162         (ev_window_cmd_view_reload):
11163         
11164         Fix reload (Bug #300094)
11165
11166 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11167
11168         
11169         * dvi/mdvi-lib/assoc.c:
11170         * dvi/mdvi-lib/assoc.h: Removed garbage files
11171         
11172         * dvi/mdvi-lib/bitmap.c:
11173         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11174         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11175         * dvi/mdvi-lib/color.h: Antialias of rules
11176         
11177         * dvi/mdvi-lib/common.h:
11178         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11179         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11180         * dvi/mdvi-lib/files.c:
11181         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11182         * dvi/mdvi-lib/mdvi.h:
11183         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11184         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11185         * dvi/mdvi-lib/util.c: Fix compile warnings
11186         
11187         * dvi/dvi-document.c:
11188         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11189         (dvi_document_thumbnails_get_thumbnail),
11190         (dvi_document_document_thumbnails_iface_init):
11191         * dvi/mdvi-lib/Makefile.am:
11192         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11193         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11194         
11195         Dvi backend now renders thumbnails
11196
11197 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11198
11199         * shell/main.c: (main): 
11200         
11201         Save accelerators on exit. Fixes bug #172095.
11202
11203 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11204
11205         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11206         update priority" comment.
11207
11208         * backend/ev-job-queue.c: Give a way to change priority.
11209
11210 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11211
11212         * shell/ev-page-action.c: Fix logic.
11213
11214 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11215
11216         * shell/ev-view.c: (ev_view_can_find_next):
11217         * shell/ev-window.c: (ev_window_setup_document):
11218
11219         Check that the document supports find
11220
11221 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11222
11223         * data/evince-ui.xml:
11224         * shell/ev-view.c: (ev_view_can_find_next):
11225         * shell/ev-view.h:
11226         * shell/ev-window.c: (update_action_sensitivity),
11227         (find_changed_cb), (ev_window_setup_document),
11228         (ev_window_cmd_edit_find_next):
11229
11230         Add Edit->Find Next
11231
11232 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11233
11234         * pdf/ev-poppler.cc:
11235         * shell/ev-print-job.c: (idle_print_handler):
11236
11237         Make printing work again
11238
11239 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11240
11241         * shell/ev-page-action.h:
11242         * shell/ev-page-action.c: (ev_page_action_widget_init),
11243         (ev_page_action_widget_class_init), (page_changed_cb),
11244         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11245         (get_filter_model_from_model), (match_selected_cb),
11246         (display_completion_text), (match_completion), (update_model),
11247         (connect_proxy), (ev_page_action_set_property),
11248         (ev_page_action_get_property), (ev_page_action_set_document),
11249         (ev_page_action_set_model), (ev_page_action_class_init): Big
11250         reworking to make completions work iff we have >= GTK-2.7.0
11251                 
11252         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11253         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11254         (job_finished_cb): We now have a 'model' property that is set when
11255         the links are loaded.  This can be caught with "notify::model"
11256
11257         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11258         listen for the model to be set, and propagate it to the action.
11259
11260 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11261
11262         * cut-n-paste/recent-files/egg-recent-item.c:
11263         (egg_recent_item_set_uri), (make_valid_utf8),
11264         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11265         * cut-n-paste/recent-files/egg-recent-item.h:
11266         
11267         Update egg-recent from libegg. This should fix long
11268         startup problem. For details see
11269         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11270
11271 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11272
11273         * cut-n-paste/recent-files/Makefile.am:
11274         * data/evince-ui.xml, shell/Makefile.am:
11275         * shell/ev-application.c, shell/ev-application.h:
11276         * shell/ev-window.c: Recent files support.
11277         
11278         * configure.ac: Added "ru" to ALL_LINGUAS.
11279         
11280         * dvju: new backend to support DJVU files.
11281         * dvi: new backend to support DVI.
11282
11283         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11284         * ev-application.c: Support for new backends.
11285         
11286         * help, ev-window.c, main.c shell/Makefile.am: 
11287         Evince user documentation.
11288
11289 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11290
11291         * po/POTFILES.in:
11292         * shell/ev-window.c:
11293         * thumbnailer/evince-thumbnailer.c:
11294
11295         s/pdf-document/ev-poppler
11296
11297 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11298
11299         * NEWS:
11300         * configure.ac:
11301
11302         Release 0.2.0
11303
11304         * ps/ps-document.c: (setup_pixmap):
11305
11306         Remove debug code
11307
11308 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11309
11310         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11311         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11312         (ev_window_cmd_go_first_page): Fix of by one errors.
11313
11314 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11315
11316         * ps/ps-document.c: (get_page_box):
11317
11318         Fix page size calculation
11319
11320 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11321
11322         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11323         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11324         (get_page_orientation), (setup_page), (document_load),
11325         (ps_document_get_page_size), (render_pixbuf_idle):
11326         * ps/ps-document.h:
11327
11328         More refactoring to adapt to EvDocument changes
11329
11330 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11331
11332         * ps/ps-document.c: (start_interpreter):
11333
11334         Actually add alpha args
11335
11336 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11337
11338         * pdf/ev-poppler.cc:
11339
11340         Make clipboard work again
11341
11342 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11343
11344         Make searching work again.
11345         
11346         * backend/ev-document.c:
11347         * backend/ev-document.h:
11348         * backend/ev-document-find.c:
11349         * backend/ev-document-find.h: Change EvDocumentIface so we no
11350         longer store the current page or zoom level in the document.  The
11351         consequence is that all calls that operate on the current page now
11352         instead take the page number as an extra argument, and all
11353         coordinates are now doubles in document coordinate system.
11354
11355         * pdf/ev-poppler.cc:
11356         * pixbuf/pixbuf-document.c:
11357         * ps/ps-document.c: Update backends accordingly.
11358
11359 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11360
11361         * autogen.sh:
11362
11363         Add required gettext version
11364
11365 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11366
11367         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11368         make F1 bring up non-existent help.
11369
11370         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11371         epiphany's find bar, #167477
11372
11373         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11374         <emil@nishra.com> to add space-bar scrolling, 
11375
11376         * shell/ev-window.c (static GtkActionEntry entries): add default
11377         keybinding for Help (F1)
11378         Fixes #171068
11379
11380         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11381         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11382         170110
11383
11384 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11385
11386         * Makefile.am: 
11387         * pixbuf/pixbuf-document.c: 
11388
11389         Got pixbuf backend working again
11390
11391 2005-04-01  Steve Murphy  <murf@e-tools.com>
11392
11393         * configure.in: Added "rw" to ALL_LINGUAS.
11394
11395 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11396
11397         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11398         model types, noticed by Martin Kretzschmar.
11399
11400 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11401
11402         * pdf/ev-poppler.cc: Implement search based on
11403         poppler_page_find_text().  Currently a bit crude since we remember
11404         all matches from all pages.  Also, we grab the big document lock
11405         when we search since searching changes the underlying stream and
11406         thus conflicts with the rendering thread.
11407         
11408         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11409         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11410         (ev_view_find_previous): Fix some page indexes to be 0 based,
11411         offset rubber band by view offset,
11412
11413 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11414
11415         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11416
11417 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11418
11419         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11420         completely because I didn't understand GtkActions.  I should
11421         read Marco's code more carefully in the future.
11422
11423         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11424         function
11425
11426 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11427
11428         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11429         PopplerRectangle change from poppler CVS.
11430
11431 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11432
11433         * backend/ev-document.c: (ev_document_get_page_label):
11434         * backend/ev-document.h:
11435         * backend/ev-page-cache.c: (_ev_page_cache_new),
11436         (ev_page_cache_get_page_label):
11437         * backend/ev-page-cache.h:
11438         * pdf/ev-poppler.cc:
11439         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11440         (links_page_num_func):
11441         * shell/ev-sidebar-thumbnails.c:
11442         (ev_sidebar_thumbnails_set_document):
11443         * shell/ev-view.c: (status_message_from_link),
11444         (ev_view_motion_notify_event):
11445         * shell/ev-window.c: (document_supports_sidebar): Add in page
11446         label support.  It's not perfect yet, but it's the first 'feature'
11447         in a while.
11448         Also, fix a bogus comment noticed by crispin. 
11449
11450 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11451
11452         * Makefile.am: Remove pixbuf backend for now
11453
11454         * configure.ac: Require poppler-glib instead of just poppler.
11455
11456         * backend/ev-document-thumbnails.h: Add a comment
11457
11458         * backend/ev-document.h:
11459         * backend/ev-document.c: (ev_document_class_init),
11460         (ev_document_load), (ev_document_get_link),
11461         (ev_document_get_links): Remove 3 methods and add get_links.
11462         Also, made 0 based.
11463
11464         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11465         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11466
11467         * backend/ev-link.c: (ev_link_set_title),
11468         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11469         (ev_link_mapping_find):
11470         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11471         
11472         * backend/ev-page-cache.c: (ev_page_cache_init),
11473         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11474         (ev_page_cache_get_size), (ev_page_cache_next_page),
11475         (ev_page_cache_prev_page): Fix to be 0 based.
11476
11477         * pdf/Makefile.am: 
11478         * pdf/ev-poppler.h:
11479         * pdf/ev-poppler.cc: New backend.
11480         
11481         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11482         (ps_document_get_page), (ps_document_document_iface_init):
11483
11484         * shell/ev-pixbuf-cache.h:
11485         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11486         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11487         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11488         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11489         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11490         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11491         based.
11492         
11493         * shell/ev-sidebar-thumbnails.c:
11494         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11495         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11496
11497         * shell/ev-view.c: (status_message_from_link),
11498         (find_page_at_location), (get_link_at_location),
11499         (ev_view_motion_notify_event), (ev_view_button_release_event),
11500         (ev_view_init): Use the new link code.  Fix to be 0 based.
11501
11502         * shell/ev-window.c: (update_action_sensitivity),
11503         (document_supports_sidebar): 0 based.
11504
11505 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11506
11507         * pdf/pdf-document.cc: Patch from Fernando Herrera
11508         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11509         *blush*
11510
11511 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11512
11513         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11514         1 to the page, as this seems to be 1 based.  I thought we has this
11515         fixed.  grump.
11516
11517 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11518
11519         * TODO:
11520         * backend/Makefile.am:
11521         * backend/ev-document-links.c:
11522         (ev_document_links_has_document_links),
11523         (ev_document_links_get_links_model):
11524         * backend/ev-document-links.h:
11525         * backend/ev-document.c: (ev_document_get_page_cache),
11526         (ev_document_get_doc_mutex), (ev_document_load),
11527         (ev_document_save), (ev_document_get_title),
11528         (ev_document_get_n_pages), (ev_document_set_page),
11529         (ev_document_get_page), (ev_document_set_target),
11530         (ev_document_set_scale), (ev_document_set_page_offset),
11531         (ev_document_get_page_size), (ev_document_get_text),
11532         (ev_document_get_link), (ev_document_render),
11533         (ev_document_render_pixbuf), (ev_document_scale_changed):
11534         * backend/ev-document.h:
11535         * backend/ev-job-queue.c: (remove_object_from_queue),
11536         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11537         (no_jobs_available_unlocked), (ev_render_thread),
11538         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11539         (ev_job_queue_remove_job):
11540         * backend/ev-job-queue.h:
11541         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11542         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11543         (ev_job_links_class_init), (ev_job_render_init),
11544         (ev_job_render_dispose), (ev_job_render_class_init),
11545         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11546         (ev_job_thumbnail_class_init), (ev_job_finished),
11547         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11548         (ev_job_render_run), (ev_job_thumbnail_new),
11549         (ev_job_thumbnail_run):
11550         * backend/ev-jobs.h:
11551         * backend/ev-link.c:
11552         * backend/ev-link.h:
11553         * backend/ev-page-cache.c: (ev_page_cache_init),
11554         (ev_page_cache_class_init), (ev_page_cache_finalize),
11555         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11556         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11557         (ev_page_cache_set_link), (ev_page_cache_get_title),
11558         (ev_page_cache_get_size), (ev_page_cache_next_page),
11559         (ev_page_cache_prev_page):
11560         * backend/ev-page-cache.h:
11561         * pdf/pdf-document.cc:
11562         * ps/gsdefaults.c:
11563         * ps/gsdefaults.h:
11564         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11565         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11566         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11567         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11568         (is_interpreter_ready), (output), (catchPipe), (input),
11569         (start_interpreter), (check_filecompressed), (compute_dimensions),
11570         (ps_document_enable_interpreter), (document_load),
11571         (ps_document_next_page), (render_page), (ps_document_set_page),
11572         (ps_document_set_scale), (render_pixbuf_idle),
11573         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11574         * ps/ps-document.h:
11575         * shell/Makefile.am:
11576         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11577         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11578         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11579         (ev_pixbuf_cache_new), (job_finished_cb),
11580         (check_job_size_and_unref), (move_one_job),
11581         (ev_pixbuf_cache_update_range), (find_job_cache),
11582         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11583         (ev_pixbuf_cache_add_jobs_if_needed),
11584         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11585         * shell/ev-pixbuf-cache.h:
11586         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11587         (idle_print_handler):
11588         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11589         (selection_changed_cb), (create_loading_model),
11590         (ev_sidebar_links_construct), (links_page_num_func),
11591         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11592         (update_page_callback), (job_finished_cb),
11593         (ev_sidebar_links_set_document):
11594         * shell/ev-sidebar-thumbnails.c:
11595         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11596         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11597         (page_changed_cb), (thumbnail_job_completed_callback),
11598         (ev_sidebar_thumbnails_set_document):
11599         * shell/ev-sidebar-thumbnails.h:
11600         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11601         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11602         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11603         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11604         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11605         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11606         (ev_view_button_release_event), (ev_view_scroll_view),
11607         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11608         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11609         (ev_view_new), (job_finished_cb), (page_changed_cb),
11610         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11611         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11612         (ev_view_find_previous):
11613         * shell/ev-view.h:
11614         * shell/ev-window.c: (update_action_sensitivity),
11615         (ev_window_open_page), (update_window_title), (update_total_pages),
11616         (page_changed_cb), (ev_window_setup_document),
11617         (password_dialog_response), (ev_window_cmd_save_as),
11618         (ev_window_print), (ev_window_cmd_go_previous_page),
11619         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11620         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11621         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11622         * shell/main.c: (main):
11623
11624         Merge evince-threads branch
11625
11626 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11627
11628         * configure.ac: Added "lt" to ALL_LINGUAS.
11629
11630 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11631
11632         * NEWS:
11633         * configure.ac:
11634
11635         Release 0.1.9
11636
11637 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11638
11639         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11640
11641         Fix here also the thumbnails 1-basedness :)
11642
11643 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11644
11645         * NEWS:
11646         * configure.ac:
11647
11648         Release 0.1.8
11649
11650 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11651
11652         * pdf/pdf-document.cc:
11653         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11654         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11655
11656         Fix the mess we did with thumbnails and 1-basedness
11657
11658 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11659
11660         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11661
11662 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11663
11664         * NEWS:
11665         * configure.ac:
11666
11667         Release 0.1.7
11668
11669 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11670
11671         * ps/Makefile.am:
11672         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11673         (gtk_gs_defaults_get_alpha_parameters),
11674         (gtk_gs_defaults_get_ungzip_cmd),
11675         (gtk_gs_defaults_get_unbzip2_cmd):
11676         * ps/gsdefaults.h:
11677         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11678         (ps_document_get_orientation), (document_load),
11679         (ps_document_goto_page), (ps_document_set_page_size):
11680         * ps/ps-document.h:
11681
11682         Some more sanitization of the ps backend. Remove a lot
11683         of unused code and do not base our defaults on ggv
11684         preferences (ugh!)
11685
11686 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11687
11688         * thumbnailer/evince-thumbnailer.schemas:
11689         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11690         (main): add -s option for thumbnail size.
11691
11692 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11693
11694         * configure.ac:
11695
11696         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11697         remove it.
11698
11699 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * pdf/pdf-document.cc:
11702
11703         Remove 4 pixels of useless border from the
11704         thumbnail.
11705
11706 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * backend/ev-document-thumbnails.c:
11709         (ev_document_thumbnails_get_thumbnail):
11710         * backend/ev-document-thumbnails.h:
11711
11712         Rework API a bit. Add a border flag and
11713         change sizing logic (now the size we specify
11714         applies to the bigger dimension).
11715
11716         * pdf/pdf-document.cc:
11717         * pixbuf/pixbuf-document.c:
11718         (pixbuf_document_thumbnails_get_thumbnail):
11719         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11720         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11721
11722         Adapt to the new API and do not draw a border for nautilus
11723         thumbnailer.
11724
11725 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11726
11727         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11728         take thumbnails from page "0" instead of "1". Added a copyright header.
11729
11730 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11731
11732         * ps/ps-document.c: (set_up_page), (start_interpreter):
11733
11734         Make it C89 compliant
11735
11736 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11737
11738         * Makefile.am:
11739         * configure.ac:
11740         * pdf/.cvsignore:
11741         * pdf/pdf-document.cc:
11742         * thumbnailer/Makefile.am:
11743         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11744         (main):
11745         * thumbnailer/evince-thumbnailer.schemas:
11746         * thumbnailer/pdf-icon.png:
11747
11748         Add a nautilus thumbnailer.
11749         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11750
11751 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * NEWS:
11754         * configure.ac:
11755         * po/POTFILES.in:
11756
11757         Release 0.1.6
11758
11759 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11760
11761         Use poppler instead of including xpdf source code.  Poppler is a
11762         fork of xpdf to build it as a shared library. See
11763         http://freedesktop.org/wiki/Software/poppler.
11764
11765         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11766         xpdf fork.
11767         
11768         * pdf/Makefile.am: Build libpdfdocument.a here.
11769         
11770         * pdf/GDKSplashOutputDev.cc:
11771         * pdf/GDKSplashOutputDev.h:
11772         * pdf/GnomeVFSStream.cc:
11773         * pdf/GnomeVFSStream.h:
11774         * pdf-document.cc:
11775         * pdf-document.h:
11776         * test-gdk-output-dev.cc
11777         * Thumb.cc:
11778         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11779         against poppler.
11780
11781 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11784
11785         Clear idle stack before unsetting the document
11786
11787 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * ps/ps-document.c: (ps_document_widget_event),
11790         (ps_document_set_target), (ps_document_finalize),
11791         (ps_document_get_page):
11792
11793         Disconnect the widget event signal on finalize.
11794         Some code cleanups.
11795
11796 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * ps/ps-document.c: (set_up_page):
11799
11800         If there is no bpixmap create one, even if size
11801         is not changed.
11802
11803 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11804
11805         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11806         (set_up_page), (document_load), (ps_document_set_zoom):
11807
11808         Default page is 0. Calculate size even when we have no
11809         target yet.
11810
11811 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11812
11813         * shell/ev-sidebar.c: expand the selection widget to be always as
11814         wide as the sidebar
11815
11816 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11817
11818         * shell/ev-sidebar-thumbnails.c:
11819         (ev_sidebar_thumbnails_set_document):
11820
11821         Clear the list store when setting document
11822
11823 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * shell/ev-page-action.c: (update_entry), (sync_entry),
11826         (activate_cb), (entry_size_request_cb), (create_tool_item),
11827         (connect_proxy):
11828
11829         Use an entry for the page control instead of spinbuttons
11830
11831 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11832
11833         * data/evince.schemas.in:
11834
11835         Correct confusing string
11836
11837 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11838
11839         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11840         for real.  Gosh, how long has this been broken.
11841
11842         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11843         check for a NULL link.  We crash otherwise.
11844
11845 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * NEWS:
11848         * configure.ac:
11849
11850         Release 0.1.5
11851
11852 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11853
11854         * configure.ac: add the french translation.
11855
11856 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11857
11858         * shell/ev-window.c:
11859
11860         Remove unused header -> fix distcheck
11861
11862 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * shell/ev-window.c: (update_window_title),
11865         (ev_window_popup_password_dialog):
11866
11867         Unescape filename for display
11868
11869 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * pdf/xpdf/pdf-document.cc:
11872
11873         In get_page_size deal with rotation. Also
11874         cleanup the function a bit.
11875
11876 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * pdf/xpdf/pdf-document.cc:
11879
11880         Fix crash when opening in new window
11881
11882 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11883
11884         * configure.ac:
11885
11886         Check ghostscript >= 7
11887
11888 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11889
11890         * shell/ev-window.c:
11891
11892         Make page width the default sizing mode
11893
11894 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11895         Marco Pesenti Gritti <marco@gnome.org>
11896
11897         * shell/ev-window.c: Remember the sidebar size
11898
11899         * data/evince.schemas.in: Add a new gconf key to store the size of
11900         the sidebar
11901
11902 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11903
11904         * data/evince-ui.xml:
11905         * shell/ev-window.c: (update_action_sensitivity),
11906         (ev_window_cmd_view_reload):
11907         
11908         Add a "Reload" action and menu entry
11909
11910 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11911
11912         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11913         iff the type doesn't support thumbnailing and indexing.
11914
11915 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11916
11917         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11918
11919 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * pdf/splash/Splash.cc:
11922
11923         Port fix for a crasher from kde bug
11924         http://bugs.kde.org/show_bug.cgi?id=97131
11925
11926 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * pdf/xpdf/pdf-document.cc:
11929
11930         Return a link even if it's of an unrecognized
11931         type. Otherwise we go in an infinte cycle.
11932
11933 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11936         (size_allocate_cb), (ev_window_set_sizing_mode):
11937
11938         Update size when switching mode
11939
11940 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11943         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11944         (ev_window_cmd_view_normal_size):
11945
11946         Fix size toggle buttons behavior
11947
11948 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11951         (doc_rect_to_view_rect), (ev_view_size_allocate),
11952         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11953         (scale_changed_callback):
11954
11955         Do not cache offsets in size_allocate.
11956
11957 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * shell/ev-view.c: (ev_view_size_allocate):
11960
11961         Calculate offsets before calling the parent
11962         class (which does a redraw)
11963
11964 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11965
11966         * pdf/xpdf/pdf-document.cc:
11967
11968         Fix a crasher on exit. Unused code, put a TODO
11969
11970 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * backend/ev-document.c: (ev_document_class_init),
11973         (ev_document_page_changed), (ev_document_scale_changed):
11974         * backend/ev-document.h:
11975
11976         Separate page/scale notifications
11977
11978         * pdf/xpdf/pdf-document.cc:
11979
11980         Emit the new signals.
11981         Do not display the pdf page in _render, do it
11982         when scale/page are requested.
11983
11984         * ps/ps-document.c: (ps_document_set_zoom),
11985         (ps_document_widget_event):
11986         * ps/ps-document.h:
11987
11988         Emit the new signals.
11989
11990         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11991         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11992         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11993         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11994         * shell/ev-view.h:
11995         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11996         (ev_window_cmd_view_page_width), (size_allocate_cb),
11997         (ev_window_set_sizing_mode):
11998
11999         Rework sizing to be pixel based.
12000         There are bugs but should be already way better.
12001
12002 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * shell/ev-window.c: (ev_window_init):
12005
12006         Do not allow to shrink sidebar smaller then
12007         child requisition
12008
12009 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12010
12011         * shell/ev-sidebar.[ch]
12012         * shell/ev-window.c:
12013
12014         Improved sidebar widget. Fixes #166683
12015
12016 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12017
12018         * shell/ev-view.c (update_find_status_message): Give translators
12019         more flexibility with ngettext plural handling.
12020
12021 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12022
12023         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12024         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12025         page when we get the page size.
12026
12027 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12030
12031         ps pages are 0 based, convert 
12032
12033 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12036
12037         Initialize correct parent class. Set GError on document load
12038
12039 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * pdf/xpdf/pdf-document.cc:
12042
12043         Fixup selection offset calculation
12044
12045         * shell/ev-view.c: (view_rect_to_doc_rect),
12046         (doc_rect_to_view_rect), (ev_view_size_allocate),
12047         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12048         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12049
12050         Store selection as document relative, so that zooming
12051         and offset changing doesnt break it.
12052
12053 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12054
12055         * shell/ev-view.c: (ev_view_best_fit):
12056
12057         Do not try to best fit if the view is not realized
12058
12059 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12060           
12061         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12062
12063 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12064
12065         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12066
12067 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12068
12069         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12070         the popup window.  That prevents it resizing when in full screen
12071         mode.
12072
12073         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12074         multiple rerenders.  This pretty much sucks.
12075
12076         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12077         rest of the toolbar.
12078
12079 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12080
12081         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12082
12083 2005-02-17  Alexander Shopov  <ash@contact.bg>
12084
12085         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12086
12087 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12088
12089         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12090
12091 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12092
12093         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12094         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12095         (set_document_page), (document_changed_callback),
12096         (ev_view_set_document), (ev_view_find_previous),
12097         (ev_view_hide_cursor), (ev_view_show_cursor):
12098         * shell/ev-view.h:
12099         * shell/ev-window.c: (update_chrome_visibility),
12100         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12101         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12102         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12103         (ev_window_unfullscreen):
12104         * shell/main.c: (main):
12105
12106         Automatically hide the fullscreen button.
12107         Patch by Kristian Høgsberg <krh@redhat.com>
12108
12109 2005-02-16  Vincent Noel  <vnoel@cox.net>
12110
12111         * shell/main.c (main): Specify an icon for the window. Patch by
12112         Jaap A. Haitsma. Fixes #166177.
12113
12114 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12115
12116         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12117
12118 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12119
12120         * backend/ev-document-misc.h:
12121         * backend/ev-document-misc.c:
12122         (ev_document_misc_get_page_border_size),
12123         (ev_document_misc_paint_one_page): New function to canonicalize
12124         sizing/painting a border.
12125
12126         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12127         used.
12128
12129         * pdf/xpdf/pdf-document.cc: use new function
12130
12131         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12132         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12133         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12134         shell/ev-window.c: (update_sizing_buttons),
12135         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12136         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12137         (ev_window_cmd_view_page_width), (size_allocate_cb),
12138         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12139         and "fit width" values act as toggle buttons so they stay
12140         toggled.  It's not 100% perfect, and it's a little slow, but it's
12141         good enough to commit I think.
12142
12143 2005-02-15  David Lodge  <dave@cirt.net>
12144
12145         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12146
12147 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12148
12149         * shell/ev-window.c (update_window_title): replace newlines in
12150         the title by spaces. Bug #166107.
12151
12152 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12153
12154         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12155         parameters providing allocation width and height without
12156         scrollbars and width of a possible vertical scrollbar. With this
12157         additional information the functions can work as
12158         intended. Unfortunately they're not idempotent. We should
12159         transform these commands to toggles. Fixes Bug #164976
12160         Initial patch by Stephane Loeuillet, then heavily modified.
12161
12162         * shell/ev-view.h: update prototypes.
12163
12164         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12165         (ev_window_cmd_view_page_width): provide EvView fit functions with
12166         all the information they need. Formulas to calculate this
12167         information taken from GtkScrolledWindow.
12168
12169 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12170
12171         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12172         created a thumbnail, the list store is updated to know
12173         that the thumbnail is set. Fixes bug #166792
12174
12175 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12176
12177         * shell/ev-window.c: fixed typo, closes bug 166897
12178
12179         * TODO: updated TODO with bug numbers that are relevant
12180
12181 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12182
12183         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12184
12185 2005-02-09  Vincent Noel  <vnoel@cox.net>
12186
12187         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12188         and "Next" toolbar buttons as important to make them stand out.
12189
12190 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12191
12192         * lib/ev-debug.c:
12193         * lib/ev-debug.h:
12194         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12195         (start_interpreter), (stop_interpreter), (document_load),
12196         (ps_document_next_page), (ps_document_goto_page),
12197         (ps_document_set_page_size), (ps_document_widget_event),
12198         (ps_document_render):
12199         * shell/ev-page-view.c: (ev_page_view_dispose):
12200         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12201
12202         Fix compilation on non-gcc platforms
12203
12204 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12205
12206         * NEWS:
12207         * configure.ac:
12208
12209         Release 0.1.4
12210
12211         * pdf/xpdf/Catalog.cc:
12212         * pdf/xpdf/XRef.cc:
12213
12214         Fix the fix for CAN-2004-0888
12215
12216 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12217
12218         * data/Makefile.am:
12219         * data/evince-ui.xml:
12220         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12221         * shell/ev-stock-icons.h:
12222         * shell/ev-window.c: (update_action_sensitivity),
12223         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12224         (set_action_properties):
12225
12226         Improve toolbar layout/icons
12227
12228 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * pdf/xpdf/pdf-document.cc:
12231
12232         Add warnings about unimplemented/unknown link
12233         types.
12234
12235 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12236
12237         * ps/ps-document.c: (set_up_page):
12238
12239         Log gs property
12240
12241 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * ps/ps-document.c: (start_interpreter):
12244
12245         Log gs env var
12246
12247 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * shell/ev-page-view.c: (ev_page_view_dispose):
12250         * shell/ev-view.c: (ev_view_finalize):
12251         * shell/ev-window.c: (ev_window_setup_document),
12252         (ev_window_dispose), (ev_window_init):
12253
12254         Solve more refs issues.
12255
12256         I commented out the page_view initialization for now:
12257         it was never destroyed (because it's never added
12258         to a container). Because of that we was leaking
12259         gs processes. Couldnt think to a clean fix.
12260         We need to figure this out, password view has the
12261         same issue probably.
12262
12263 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12264
12265         * ps/ps-document.c: (ps_document_finalize),
12266         (ps_document_get_n_pages), (ps_document_get_page):
12267
12268         Some cleanups, stop the interpreter on finalize
12269
12270         * shell/ev-page-view.c: (ev_page_view_dispose),
12271         (ev_page_view_class_init):
12272
12273         Release our reference on the document
12274
12275 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * Makefile.am:
12278         * configure.ac:
12279         * doc/debugging.txt:
12280         * lib/.cvsignore:
12281         * lib/Makefile.am:
12282         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12283         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12284         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12285         * lib/ev-debug.h:
12286
12287         Add debugging helpers
12288
12289         * ps/Makefile.am:
12290         * ps/ps-document.c: (set_up_page), (start_interpreter),
12291         (stop_interpreter), (document_load), (ps_document_next_page),
12292         (ps_document_goto_page), (ps_document_set_page_size),
12293         (ps_document_widget_event), (ps_document_render):
12294         * shell/Makefile.am:
12295         * shell/ev-view.c: (expose_bin_window):
12296         * shell/main.c: (main):
12297
12298         Add some logs
12299         
12300 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12301
12302         * ps/ps-document.c: (ps_document_widget_event):
12303
12304         Initialize message_window, this should make ps
12305         rendering really work! (Never noticed because I was
12306         testing with a ps that is causing gs to exit every time!)
12307
12308 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12309
12310         * data/evince.schemas.in: updated simple error in applyto closing tag
12311
12312 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12313
12314         * Makefile.am:
12315         * configure.ac:
12316         * data/.cvsignore:
12317         * data/Makefile.am:
12318         * data/evince-ui.xml:
12319         A data/evince.schemas.in:
12320         * po/POTFILES.in:
12321         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12322         * shell/ev-stock-icons.h:
12323         * shell/ev-window.c: (update_chrome_visibility),
12324         (update_chrome_flag), (ev_window_cmd_edit_find),
12325         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12326         (ev_window_unfullscreen), (ev_window_focus_in_event),
12327         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12328         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12329         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12330         (ev_window_dispose), (ev_window_class_init),
12331         (set_action_properties), (set_chrome_actions), (load_chrome),
12332         (ev_window_init):
12333
12334         Implement fullscreen mode changes from bug #164776.
12335         Also implement persistent chrome toggles.
12336
12337 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12338
12339         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12340
12341 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * NEWS:
12344         * configure.ac:
12345         * shell/ev-view.c:
12346
12347         Add another check for find interface
12348
12349         Release 0.1.3
12350
12351 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * shell/ev-application.c: (ev_application_open):
12354         * shell/ev-window.c: (ev_window_open):
12355
12356         Open gzipped ps documents
12357
12358 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12359
12360         * TODO:
12361         * shell/ev-view.c: (set_document_page):
12362
12363         Clamp page number, dont try to move to
12364         not existant pages.
12365
12366 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12367
12368         * backend/ev-document-find.c: (ev_document_find_changed):
12369         * backend/ev-document-find.h:
12370         * pdf/xpdf/pdf-document.cc:
12371         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12372         * shell/ev-window.c: (find_bar_search_changed_cb):
12373
12374         Fix several bugs with find
12375
12376 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12377
12378         * shell/ev-sidebar-thumbnails.c
12379         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12380         document. Prevents warning from scroll_to_cell.
12381
12382 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12383
12384         * configure.ac: Add «nb» to ALL_LINGUAS too.
12385
12386 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12387
12388         * NOTES: New file with some random thoughts.
12389
12390         * TODO: Update.
12391
12392         * backend/ev-document-misc.c:
12393         (ev_document_misc_get_page_border_size): New function to
12394         canonicalize shadow drawing sizes.  Possibly goofy.
12395
12396         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12397         (ev_view_best_fit), (ev_view_fit_width):
12398         * pdf/xpdf/pdf-document.cc:
12399         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12400         * ps/ps-document.c: (ps_document_get_page_size):
12401         * backend/ev-document-misc.h:
12402         * backend/ev-document.c: (ev_document_get_page_size):
12403         * backend/ev-document.h: get_page_size now takes a page number
12404         parameter.  Made all the backends/frontends honor it.
12405
12406         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12407         see.  Doesn't work yet.
12408
12409         * shell/Makefile.am:
12410         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12411         Doesn't do anything yet.
12412
12413         * shell/ev-sidebar-thumbnails.c:
12414         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12415         [0..n_pages-1]
12416
12417         * shell/ev-window.c: (update_action_sensitivity),
12418         (ev_window_setup_document), (ev_window_set_page_mode),
12419         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12420         view-swapping code a bit so we can have multiple views on a
12421         document.  Add the multi-page view, though it can't be turned on
12422         yet.
12423
12424 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12425
12426         * shell/ev-application.c: (ev_application_open):
12427         * shell/ev-view.c: (expose_bin_window):
12428         * shell/ev-window.c: (ev_window_open):
12429
12430         Support eps and check document supports find
12431         before drawing highlightings in expose.
12432
12433 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12434
12435         * pixbuf/pixbuf-document.c:
12436         (pixbuf_document_thumbnails_get_dimensions),
12437         (pixbuf_document_document_thumbnails_iface_init):
12438
12439         implement get_dimensions
12440
12441 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * NEWS:
12444         * configure.ac:
12445
12446         Release 0.1.2
12447
12448 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * shell/ev-view.c: (set_document_page):
12451
12452         Scroll at the top of the page when changing page
12453
12454 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * shell/ev-view.c: (ev_view_motion_notify_event):
12457
12458         Do not redraw unnecessarily
12459
12460 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * pdf/xpdf/pdf-document.cc:
12463         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12464         (expose_bin_window), (find_changed_cb):
12465
12466         Yay! find works now... Now to find bugs...
12467
12468 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * backend/ev-document-find.c: (ev_document_find_base_init),
12471         (ev_document_find_changed):
12472         * backend/ev-document-find.h:
12473         * pdf/xpdf/pdf-document.cc:
12474         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12475         (expose_bin_window), (ev_view_init), (set_document_page),
12476         (ensure_rectangle_is_visible), (jump_to_find_result),
12477         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12478         (ev_view_find_next), (ev_view_find_previous):
12479         * shell/ev-view.h:
12480         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12481
12482         More work on find implementation, mostly there now
12483
12484 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12485
12486         * backend/ev-backend-marshalers.list:
12487         * backend/ev-document-find.c: (ev_document_find_base_init),
12488         (ev_document_find_cancel), (ev_document_find_page_has_results),
12489         (ev_document_find_get_n_results), (ev_document_find_get_result),
12490         (ev_document_find_get_progress), (ev_document_find_changed):
12491         * backend/ev-document-find.h:
12492
12493         Enanche the find interface to be really able to do
12494         multi page find.
12495
12496         * pdf/xpdf/pdf-document.cc:
12497
12498         Implement
12499
12500         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12501         (expose_bin_window), (ev_view_init),
12502         (ev_view_get_find_status_message), (find_changed_cb),
12503         (ev_view_set_document), (set_document_page):
12504
12505         Adapt to the new interface. A few things are regressed sorry,
12506         I will finish it soon.
12507
12508 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12509
12510         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12511         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12512         ev_sidebar_thumbnails_parent_class variable, don't define another
12513         parent_class variable.
12514
12515         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12516         (ev_page_action_class_init): ditto.
12517
12518         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12519         (pixbuf_document_class_init): ditto.
12520
12521         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12522         ditto.
12523
12524         * .cvsignore: ignore various valgrind output files.
12525
12526 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * data/evince-ui.xml:
12529         * shell/Makefile.am:
12530         * shell/ev-history.c:
12531         * shell/ev-history.h:
12532         * shell/ev-navigation-action.c:
12533         * shell/ev-navigation-action.h:
12534         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12535         (ev_view_set_page), (ev_view_fit_width):
12536         * shell/ev-view.h:
12537         * shell/ev-window.c: (update_action_sensitivity),
12538         (ev_window_setup_document), (register_custom_actions):
12539
12540         Kill session history
12541
12542 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12543
12544         * shell/ev-window.c: (update_action_sensitivity):
12545
12546         Fix inverted up/down buttons
12547
12548 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12549
12550         * shell/ev-sidebar-thumbnails.c
12551         (ev_sidebar_thumbnails_select_page): make sure the selected
12552         thumbnail stays visible.
12553
12554 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12555
12556         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12557         scrolled window for Federico.
12558
12559 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12560
12561         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12562
12563 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12564
12565         * configure.ac:
12566         * pdf/splash/SplashFTFontEngine.cc:
12567
12568         Fix CID fonts with freetype 2.1.9
12569
12570 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12571
12572         * TODO: added item for desktop icon thumbnailer
12573
12574 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12575
12576         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12577         unloaded docs when the title is accessed.
12578
12579         * shell/ev-password-view.[hc]: New widget for displaying password
12580         state.
12581
12582         * shell/ev-window.[ch]: Refactor password handling code to handle
12583         the new view.
12584
12585 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * NEWS:
12588         * configure.ac:
12589         * data/Makefile.am:
12590
12591         Release 0.1.1
12592
12593 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12594
12595         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12596         ignore page offset here, to make search results independent of it,
12597
12598         * shell/ev-view.c (expose_bin_window): but take offsets into
12599         account here. Bug #164932
12600
12601         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12602         scale at the right time. Bug #164996
12603
12604 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12605
12606         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12607         fix the problem. Now I just removed the Adobe font names and hope
12608         that the URW fonts are always in outline format. Bug #164934
12609
12610         * shell/ev-window.c (update_window_title): empty titles are
12611         useless, use filename in that case too.
12612
12613         * NEWS: Add some content.
12614
12615 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12616
12617         * TODO: added one more TODO item and a TODONE section :)
12618
12619 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12620
12621         * ps/ps-document.h: add page_[xy]_offset fields.
12622
12623         * ps/ps-document.c (ps_document_set_page_offset)
12624         (ps_document_render): Keep offset in consideration in a few
12625         places. Bug #164752 "postscript documents are not centered in
12626         window"
12627
12628         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12629         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12630
12631         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12632         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12633         stub out missing methods for complete EvDocument implementation.
12634         Fixes segfaults with Save A Copy and Copy actions.
12635
12636         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12637         (ps_document_document_iface_init): ditto.
12638         
12639 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12640
12641         * data/.cvsignore:
12642         * data/Makefile.am:
12643         * data/evince.desktop.in:
12644
12645         Add desktop file
12646
12647 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * shell/ev-view.c: (ev_view_button_press_event),
12650         (ev_view_motion_notify_event):
12651
12652         Make selection work in any direction
12653
12654 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * TODO:
12657         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12658
12659         Use shorter labels for some of the toolbars items
12660
12661 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * pdf/xpdf/pdf-document.cc:
12664
12665         Check the links info is initialized before
12666         using it. Should fix a crash on startup.
12667
12668 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12669
12670         * pixbuf/pixbuf-document.c
12671         (pixbuf_document_thumbnails_get_dimensions): force floating point
12672         division to calculate page_ratio. Fixes crash with landscape
12673         format pixbufs.
12674
12675 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12676
12677         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12678
12679 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12680
12681         * shell/ev-view.c (set_document_page): unset has_selection when
12682         the page changes.
12683         (set_document_page): handle paper size changes when the page
12684         changes (test with Free Culture, page 2).
12685
12686 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12687
12688         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12689         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12690
12691         Use normal style color for the widget background and
12692         draw a black box around the page.
12693
12694 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * pdf/xpdf/pdf-document.cc:
12697
12698         Keep offset in consideration in a few places
12699
12700         * shell/ev-view.c: (expose_bin_window):
12701
12702         Set the offsets so that the document is ever centered
12703
12704 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12705
12706         * TODO: Added TODO items and finished off the first todo item
12707
12708         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12709         reflect current authors
12710
12711 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12712
12713         * pdf/xpdf/pdf-document.cc:
12714         * shell/ev-view.c: (ev_view_set_cursor),
12715         (ev_view_motion_notify_event), (document_changed_callback),
12716         (set_document_page):
12717
12718         Show a wait cursor while the page is rendering
12719
12720 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * shell/ev-sidebar-thumbnails.c:
12723         (ev_sidebar_tree_selection_changed),
12724         (ev_sidebar_thumbnails_select_page):
12725         * shell/ev-sidebar-thumbnails.h:
12726         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12727         (ev_view_can_go_forward):
12728         * shell/ev-window.c: (ev_window_open_page),
12729         (ev_window_setup_document), (update_current_page),
12730         (view_page_changed_cb), (ev_window_init):
12731         * shell/ev-window.h:
12732
12733         Ensure thumbnails selection, toolbar page control and
12734         current page are in sync.
12735
12736 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12737
12738         * pdf/xpdf/XRef.cc:
12739
12740         Fix CAN-2005-0064
12741
12742 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12743
12744         * backend/Makefile.am:
12745         * backend/ev-document-links.h:
12746         * backend/ev-document-security.c: (ev_document_security_get_type),
12747         (ev_document_security_has_document_security),
12748         (ev_document_security_set_password):
12749         * backend/ev-document-security.h:
12750         * backend/ev-document.c: (ev_document_error_quark):
12751         * backend/ev-document.h:
12752         * data/Makefile.am:
12753         * data/evince-password.glade:
12754         * pdf/xpdf/pdf-document.cc:
12755         * shell/Makefile.am:
12756         * shell/ev-password.c: (ev_password_set_bad_password_label),
12757         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12758         (ev_password_dialog_get_password),
12759         (ev_password_dialog_set_bad_pass):
12760         * shell/ev-password.h:
12761         * shell/ev-window.c: (ev_window_get_attribute),
12762         (ev_window_set_property), (update_action_sensitivity),
12763         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12764         (ev_window_setup_document), (ev_window_get_password),
12765         (ev_window_open), (ev_window_cmd_save_as),
12766         (using_postscript_printer), (ev_window_print),
12767         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12768         (update_fullscreen_popup), (ev_window_fullscreen),
12769         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12770         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12771         (menu_item_select_cb), (find_bar_search_changed_cb),
12772         (ev_window_dispose), (ev_window_init):
12773
12774         Add initial support for password-supported dialogs.  This could be
12775         a lot cooler, but it'll do for now.
12776
12777 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * pdf/xpdf/pdf-document.cc:
12780         * shell/ev-view.c: (status_message_from_link),
12781         (ev_view_set_status), (ev_view_set_cursor),
12782         (ev_view_motion_notify_event), (ev_view_init):
12783         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12784
12785         Fix bugs in the links implementation and change cursor
12786         when hovering a link.
12787
12788 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12789
12790         * viewer/.cvsignore: added cvsignore file for viewer directory
12791
12792         * TODO: created TODO document
12793
12794 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12795
12796         * shell/ev-view.h:
12797         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12798         new functions to help with implementation of sensitivity code
12799         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12800         of all actions that might require it.  Fixes a crash when you
12801         click on the Zoom actions in a window lacking a document.
12802
12803 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12804
12805         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12806         of the Find action
12807
12808 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12809
12810         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12811         (pixbuf_document_document_iface_init):
12812         * ps/ps-document.c: (ps_document_get_link),
12813         (ps_document_document_iface_init):
12814         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12815         (status_message_from_link), (ev_view_set_status),
12816         (ev_view_set_find_status), (ev_view_motion_notify_event),
12817         (ev_view_button_release_event), (ev_view_set_property),
12818         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12819         (ev_view_get_find_status_message), (update_find_results),
12820         (ev_view_get_status), (ev_view_get_find_status):
12821         * shell/ev-view.h:
12822         * shell/ev-window.c: (view_status_changed_cb),
12823         (view_find_status_changed_cb), (ev_window_init):
12824
12825         View status message support, use it to show the links.
12826         Needs work...
12827
12828 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12829
12830         * backend/ev-document.c: (ev_document_get_link):
12831         * backend/ev-document.h:
12832         * pdf/xpdf/pdf-document.cc:
12833         * shell/ev-application.c: (ev_application_open):
12834         * shell/ev-application.h:
12835         * shell/ev-sidebar-links.c: (selection_changed_cb):
12836         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12837         (ev_view_go_to_link):
12838
12839         Add support for document links
12840
12841 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12842
12843         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12844         (create_tool_item):
12845         Set the spin button limits correctly.
12846         
12847         * shell/ev-sidebar-thumbnails.c:
12848         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12849         Support changing pages by clicking on the thumbnails.
12850         
12851 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12852
12853         * pixbuf/pixbuf-document.c:
12854         (pixbuf_document_thumbnails_get_dimensions),
12855         (pixbuf_document_document_thumbnails_iface_init):
12856
12857         implement get_dimensions
12858
12859 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12860
12861         * ps/ps-document.c: (ps_document_goto_page):
12862
12863         Fix page switching on multipage documents
12864
12865 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12866
12867         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12868         
12869         check for NULL before assigning to width and height parameters
12870
12871 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12872
12873         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12874         (pixbuf_document_set_property), (pixbuf_document_get_property):
12875
12876         implement get/set properties
12877
12878 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12879
12880         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12881         
12882         return NULL instead of "Unknown", letting the title get set to
12883         the filename when the pdf has no title.
12884
12885 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12886
12887         * ps/ps-document.c: (ps_document_get_page_count),
12888         (ps_document_goto_page):
12889
12890 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12891
12892         * shell/ev-history.c: (ev_history_get_property),
12893         (ev_history_set_property), (ev_history_class_init),
12894         (ev_history_add_page), (ev_history_set_current_index):
12895         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12896         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12897         (ev_navigation_action_finalize):
12898         * shell/ev-navigation-action.h:
12899         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12900         (ev_view_go_forward), (ev_view_get_find_status_message),
12901         (history_index_changed_cb), (ev_view_set_history):
12902         * shell/ev-view.h:
12903         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12904         (update_current_page), (register_custom_actions):
12905
12906         Implement history dropdowns
12907
12908 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12909
12910         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12911         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12912         (ev_view_go_forward):
12913         * shell/ev-window.c: (register_custom_actions):
12914
12915         Fix several history bugs
12916
12917 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12918
12919         * configure.ac: Add «nb» to ALL_LINGUAS.
12920
12921 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12922
12923         * backend/Makefile.am:
12924         * backend/ev-bookmark.c:
12925         * backend/ev-bookmark.h:
12926         * backend/ev-document-bookmarks.c:
12927         * backend/ev-document-bookmarks.h:
12928         * backend/ev-document-links.c: (ev_document_links_get_type),
12929         (ev_document_links_has_document_links),
12930         (ev_document_links_begin_read), (ev_document_links_get_link),
12931         (ev_document_links_get_child), (ev_document_links_next),
12932         (ev_document_links_free_iter):
12933         * backend/ev-document-links.h:
12934         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12935         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12936         (ev_link_get_link_type), (ev_link_set_link_type),
12937         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12938         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12939         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12940         (ev_link_new_external):
12941         * backend/ev-link.h:
12942         * pdf/xpdf/pdf-document.cc:
12943         * shell/Makefile.am:
12944         * shell/ev-application.c: (ev_application_open_link):
12945         * shell/ev-application.h:
12946         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12947         (ev_history_get_link_nth):
12948         * shell/ev-history.h:
12949         * shell/ev-sidebar-bookmarks.c:
12950         * shell/ev-sidebar-bookmarks.h:
12951         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12952         (ev_sidebar_links_class_init), (selection_changed_cb),
12953         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12954         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12955         (do_one_iteration), (populate_links_idle),
12956         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12957         * shell/ev-sidebar-links.h:
12958         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12959         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12960         (go_to_index):
12961         * shell/ev-view.h:
12962         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12963         * shell/ev-window.h:
12964
12965         Rename bookmark to link, and use "Index" for the sidebar panel.
12966
12967 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12968
12969         * shell/Makefile.am:
12970         * shell/ev-application.c: (ev_application_open_bookmark):
12971         * shell/ev-application.h:
12972         * shell/ev-history.c: (ev_history_init), (free_links_list),
12973         (ev_history_finalize), (ev_history_class_init),
12974         (ev_history_add_link), (ev_history_add_page),
12975         (ev_history_get_link_nth), (ev_history_get_n_links),
12976         (ev_history_get_current_index), (ev_history_set_current_index),
12977         (ev_history_new):
12978         * shell/ev-history.h:
12979         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12980         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12981         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12982         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12983         (ev_view_set_page):
12984         * shell/ev-view.h:
12985         * shell/ev-window.c: (ev_window_open_bookmark),
12986         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12987         (goto_page_cb), (register_custom_actions):
12988         * shell/ev-window.h:
12989
12990         Initial history implementation. Needs work.
12991
12992 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12993
12994         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12995
12996 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12997
12998         * cut-n-paste/recent-files/egg-recent-item.c:
12999         * cut-n-paste/recent-files/egg-recent-item.h:
13000         * cut-n-paste/recent-files/egg-recent-model.c:
13001         * cut-n-paste/recent-files/egg-recent-util.c:
13002         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
13003         * cut-n-paste/recent-files/egg-recent-view.c:
13004
13005         Update
13006
13007 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13008
13009         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13010         (fillGlyph, fillImageMask, drawImage):
13011         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13012         pdf/splash/SplashTypes.h:
13013         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13014         packed mode for Splash.
13015
13016         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13017         RGB8 packed mode, eliminates the pixbuf data creation loop.
13018
13019         * shell/ev-print-job.c (ev_print_job_finalize)
13020         (ev_print_job_set_property, ev_print_job_get_property)
13021         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13022         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13023         (print_closure_finalize, ev_print_job_print): implement
13024         printing (for backends with EvPsExporter)
13025
13026         * shell/ev_print_job.h: update prototypes.
13027
13028         * shell/ev-window.c (ev_window_print): unref print job after
13029         printing.
13030
13031         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13032         unless the document implements the EvDocumentFind interface.
13033
13034 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13035
13036         * configure.ac: Added ja to ALL_LINGUAS.
13037
13038 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13039
13040         * pdf/xpdf/pdf-document.cc:
13041
13042         add a FIXME. We should probably not allocate
13043         a bookmark object every time
13044
13045 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * shell/ev-application.c: (ev_application_open),
13048         (ev_application_open_bookmark):
13049         * shell/ev-application.h:
13050         
13051         Add a way to open bookmarks
13052
13053         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13054         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13055         (ev_bookmark_set_property), (ev_bookmark_class_init),
13056         (ev_bookmark_new_title), (ev_bookmark_new_link),
13057         (ev_bookmark_new_external):
13058
13059         Support for external uris, better constructors.
13060
13061         * backend/ev-bookmark.h:
13062         * pdf/xpdf/pdf-document.cc:
13063         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13064
13065         Handle external uris
13066
13067 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13070         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13071
13072         Hook up bookmarks navigation
13073
13074 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13075
13076         * backend/Makefile.am:
13077         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13078         (ev_bookmark_get_title), (ev_bookmark_set_title),
13079         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13080         (ev_bookmark_get_page), (ev_bookmark_set_page),
13081         (ev_bookmark_get_property), (ev_bookmark_set_property),
13082         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13083         (ev_bookmark_new):
13084         * backend/ev-bookmark.h:
13085         * backend/ev-document-bookmarks.c:
13086         (ev_document_bookmarks_get_bookmark):
13087         * backend/ev-document-bookmarks.h:
13088         * pdf/xpdf/pdf-document.cc:
13089         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13090
13091         Add a bookmark object to the backend and use it instead of get_values
13092
13093 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * data/evince-ui.xml:
13096
13097         Cleanup and add select all.
13098
13099         * shell/ev-view.c: (ev_view_select_all),
13100         (ev_view_button_press_event):
13101         * shell/ev-view.h:
13102         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13103
13104         Add select all.
13105         Clear selection on click.
13106
13107 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13108
13109         * shell/ev-sidebar-thumbnails.c
13110         (ev_sidebar_thumbnails_set_document): forgot to unref the
13111         loading_icon.
13112
13113 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13114
13115         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13116         at the visible page, not just linearly.  This makes it look fast.
13117
13118 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13119
13120         * backend/ev-document-misc.c
13121         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13122         white.
13123         * backend/ev-document-thumbnails.h: New interface to get the size
13124         of a page.
13125
13126 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13127
13128         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13129         make dist works
13130
13131 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13132
13133         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13134         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13135         things up a bit.
13136
13137         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13138
13139 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13140
13141         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13142         fonts. Should fix font problems on systems that have the base
13143         fonts in bitmap format. Reported by James Henstridge
13144         <james@jamesh.id.au>.
13145
13146 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * pdf/xpdf/Gfx.cc:
13149         * pdf/xpdf/GfxState.cc:
13150
13151         Fix for CAN-2004-1125
13152
13153 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13154
13155         * shell/ev-view.c: (ev_view_copy):
13156         * shell/ev-view.h:
13157         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13158
13159         Implement Edit->Copy
13160
13161 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         * backend/ev-document.c: (ev_document_get_text):
13164         * backend/ev-document.h:
13165         * pdf/xpdf/pdf-document.cc:
13166         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13167         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13168         (ev_view_update_primary_selection), (ev_view_button_press_event),
13169         (ev_view_motion_notify_event), (ev_view_button_release_event):
13170
13171         Beginnings of clipboard support. Incomplete but primary sort
13172         of work.
13173
13174 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13177         (expose_bin_window):
13178
13179         Nicer rubberband drawing, from GtkIconView.
13180
13181 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * backend/ev-document.c: (ev_document_save):
13184         * backend/ev-document.h:
13185         * data/evince-ui.xml:
13186         * pdf/xpdf/pdf-document.cc:
13187         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13188
13189         Implement "Save a copy..." menu item
13190
13191 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * shell/ev-view.c: (ev_view_zoom):
13194
13195         Queue a resize when zoom changes
13196
13197 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13198
13199         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13200         shadows.
13201
13202         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13203         thumbnails..
13204
13205 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13206
13207         * pdf/xpdf/pdf-document.cc
13208         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13209
13210 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13211
13212         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13213         It's slow, but I'll speed it up next!
13214
13215 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13216
13217         * shell/main.c (load_files):
13218
13219         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13220         from the command line and because it seems more appropriate.
13221
13222 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13223
13224         * data/evince-ui.xml:
13225         * shell/ev-window.c: (update_action_sensitivity),
13226         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13227
13228         s/next page/page down
13229         s/previous page/page up
13230
13231 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * data/evince-ui.xml:
13234
13235         Change the layout to match clarkbw design.
13236
13237         * shell/Makefile.am:
13238         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13239         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13240         (ev_navigation_action_finalize),
13241         (ev_navigation_action_set_property),
13242         (ev_navigation_action_get_property),
13243         (ev_navigation_action_class_init):
13244         * shell/ev-navigation-action.h:
13245
13246         Implement clarkbw toolbar navigation controls (incomplete)
13247
13248         * shell/ev-page-action.c: (update_label), (update_spin),
13249         (value_changed_cb), (create_tool_item), (connect_proxy),
13250         (ev_page_action_init), (ev_page_action_finalize),
13251         (ev_page_action_set_property), (ev_page_action_get_property),
13252         (ev_page_action_set_current_page),
13253         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13254         * shell/ev-page-action.h:
13255
13256         Implement a page switcher in the toolbar
13257
13258         * shell/ev-view.c: (ev_view_scroll_view):
13259         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13260         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13261         (register_custom_actions), (ev_window_init):
13262
13263         Change page on PageUp/Down.
13264
13265 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * pdf/xpdf/pdf-document.cc
13268         (pdf_document_thumbnails_get_thumbnail): initial stab at
13269         implementing thumbnail support for pdfs.  It only does documents
13270         with precached pdfs now.
13271
13272 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13273
13274         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13275         thumbnail code into a time-based idle as well.  Also, turn off the
13276         shadow temporarily as it's really slow.
13277
13278 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13279
13280         * backend/ev-document.c: (ev_document_class_init):
13281         * pdf/xpdf/pdf-document.cc:
13282         * shell/ev-window.c: (ev_window_open):
13283
13284         Fix document title bugs and fallback to
13285         filename when not available.
13286
13287 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13288
13289         * backend/ev-document.c: (ev_document_get_type),
13290         (ev_document_class_init), (ev_document_load),
13291         (ev_document_get_title):
13292         * backend/ev-document.h:
13293         * pdf/xpdf/pdf-document.cc:
13294         * ps/ps-document.c: (ps_document_set_property),
13295         (ps_document_get_property), (ps_document_class_init),
13296         (document_load):
13297         * ps/ps-document.h:
13298         * ps/ps.h:
13299         * shell/ev-window.c: (update_window_title), (ev_window_open),
13300         (ev_window_init):
13301
13302         Initial support for document title. Not working yet.
13303
13304 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13307
13308         Grab focus on the view when clicking it
13309
13310 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * shell/ev-marshal.list:
13313         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13314         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13315
13316         Add key bindings to the view. Now if the focus would work
13317         right...
13318
13319 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13320
13321         * Makefile.am:
13322         * backend/Makefile.am:
13323         * data/Makefile.am:
13324         * dvi/Makefile.am:
13325         * dvi/dvilib/Makefile.am:
13326         * pdf/xpdf/Makefile.am:
13327         * po/POTFILES.in:
13328         * ps/Makefile.am:
13329
13330         Fix distcheck
13331
13332 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13333
13334         * shell/ev-view.c: (ev_view_realize):
13335
13336         Fix mouse wheel scrolling
13337
13338 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13339
13340         * ps/Makefile.am:
13341         * ps/gstypes.h:
13342         * ps/gtkgs.c:
13343         * ps/gtkgs.h:
13344         * ps/ps-document.c: (catchPipe), (ps_document_init),
13345         (ps_document_class_init), (ps_document_cleanup),
13346         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13347         (set_up_page), (close_pipe), (is_interpreter_ready),
13348         (interpreter_failed), (output), (input), (start_interpreter),
13349         (stop_interpreter), (file_length), (file_readable),
13350         (check_filecompressed), (check_pdf), (compute_xdpi),
13351         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13352         (ps_document_get_type), (ps_document_emit_error_msg),
13353         (document_load), (ps_document_next_page),
13354         (ps_document_get_current_page), (ps_document_get_page_count),
13355         (ps_document_goto_page), (ps_document_set_page_size),
13356         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13357         (ps_document_load), (ps_document_get_n_pages),
13358         (ps_document_set_page), (ps_document_get_page),
13359         (ps_document_widget_event), (ps_document_set_target),
13360         (ps_document_set_scale), (ps_document_set_page_offset),
13361         (ps_document_get_page_size), (ps_document_render),
13362         (ps_document_document_iface_init):
13363         * ps/ps-document.h:
13364         * ps/ps.c:
13365         * shell/ev-window.c: (ev_window_open):
13366
13367         Rename GtkGS to PSDocument
13368
13369 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * ps/gtkgs.c: (gtk_gs_class_init):
13372         * ps/gtkgs.h:
13373
13374         Some more leftover...
13375
13376 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13379         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13380         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13381         * ps/gtkgs.h:
13382
13383         Remove unused code and make a lot of stuff private
13384
13385 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13388         (gtk_gs_defaults_changed):
13389         * ps/gsdefaults.h:
13390         * ps/gtkgs.c:
13391         * ps/gtkgs.h:
13392         * ps/ps.h:
13393
13394         Cleanup headers dependencies
13395
13396 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * ps/Makefile.am:
13399         * ps/ggvutils.c:
13400         * ps/ggvutils.h:
13401         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13402         * ps/gsdefaults.h:
13403         * ps/gtkgs.c: (file_length), (file_readable),
13404         (check_filecompressed), (check_pdf), (gtk_gs_load),
13405         (gtk_gs_get_postscript):
13406
13407         Get rid of ggvutils
13408
13409 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * ps/ggvutils.c:
13412         * ps/ggvutils.h:
13413         * ps/gsio.h:
13414         * ps/gtkgs.c: (gtk_gs_set_zoom):
13415
13416         Cleanups
13417
13418 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13419
13420         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13421
13422         Ensure the page is rerendered when changing zoom
13423
13424 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13425
13426         * backend/ev-document.c: (ev_document_base_init),
13427         (ev_document_changed):
13428         * backend/ev-document.h:
13429
13430         Add a changed event that is emitted when the page content
13431         changes. This is necessary to deal with the fact that
13432         in ps backend rendering happen asycrounously.
13433         This makes the ps backend mostly work.
13434
13435         * pdf/xpdf/pdf-document.cc:
13436
13437         Emit changed event
13438
13439         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13440         (ps_document_set_target):
13441
13442         Emit changed event
13443
13444         * shell/ev-view.c: (document_changed_callback),
13445         (ev_view_set_document), (ev_view_set_page):
13446
13447         Redraw on the changed signal
13448
13449 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13450
13451         * configure.ac: Added pt_BR to ALL_LINGUAS.
13452
13453 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13454
13455         * backend/ev-document-bookmarks.c:
13456         (ev_document_bookmarks_get_child): *
13457         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13458         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13459         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13460         (ev_sidebar_bookmarks_destroy),
13461         (ev_sidebar_bookmarks_class_init),
13462         (ev_sidebar_bookmarks_construct), (stack_data_free),
13463         (do_one_iteration), (populate_bookmarks_idle),
13464         (ev_sidebar_bookmarks_clear_document),
13465         (ev_sidebar_bookmarks_set_document): *
13466         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13467         (ev_sidebar_add_page),
13468         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13469         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13470         it displays both the topics and the page numbers.
13471
13472 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13473
13474         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13475         toggle.
13476         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13477         visible.
13478
13479 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13480
13481         * configure.ac: Added en_CA to ALL_LINGUAS.
13482
13483 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13484
13485         * ChangeLog: replace bottom of this ChangeLog (merged history of
13486         ggv and gpdf; where all paths were wrong and most of the files are
13487         not even in this tree) with ChangeLog (from arch) of the shell
13488         code.
13489
13490 2004-12-23  Havoc Pennington  <hp@redhat.com>
13491
13492         * shell/ev-window.c: hook up potentially-questionable "find
13493         results status text" feature - something involving the sidebar or
13494         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13495         might be better in the end.
13496
13497         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13498         with corresponding signal when it should be updated
13499
13500         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13501
13502 2004-12-22  Havoc Pennington  <hp@redhat.com>
13503
13504         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13505         find stuff on other pages, sort of (only returns one result on
13506         invisible pages, to show they have results; updates full results
13507         for a page when you view it). Currently repaints the current page
13508         every time a new result is found on any page, which isn't so nice.
13509
13510 2004-12-22  Havoc Pennington  <hp@redhat.com>
13511
13512         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13513         the document doesn't support find (better ideas?)
13514         (find_bar_search_changed_cb): handle missing document or document
13515         that doesn't support find
13516
13517         * pdf/xpdf/pdf-document.cc: port to implement the new
13518         EvDocumentFindIface
13519
13520         * backend/ev-document-find.c: create a new interface for searching
13521
13522         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13523
13524 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13525
13526         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13527         libevbackend.la.
13528
13529         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13530         EvPrintJob constructor arguments.
13531
13532         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13533         for documents that can export PostScript (page by page).
13534
13535         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13536         
13537         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13538         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13539         (pdf_document_ps_exporter_iface_init:
13540         Implement EvPSExporter.
13541
13542         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13543
13544 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13545
13546         * backend/Makefile.am:
13547         * backend/ev-document-thumbnails.c:
13548         (ev_document_thumbnails_get_type),
13549         (ev_document_thumbnails_get_thumbnail):
13550         * backend/ev-document-thumbnails.h:
13551         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13552         (pixbuf_document_thumbnails_get_thumbnail),
13553         (pixbuf_document_document_thumbnails_iface_init):
13554         * shell/Makefile.am:
13555         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13556         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13557         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13558         * shell/ev-sidebar-thumbnails.h:
13559         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13560         (ev_sidebar_set_document):
13561         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13562         (create_shadow), (ev_pixbuf_add_shadow):
13563         * shell/ev-utils.h:
13564         Add thumbnail support.
13565         
13566 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13567
13568         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13569         (using_postscript_printer): Set up a print dialog for "PostScript
13570         injection" method.
13571
13572         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13573         EvPrintJob.
13574
13575         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13576
13577 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13578
13579         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13580         (ps_document_set_target), (ps_document_get_page_size),
13581         (ps_document_render):
13582         * ps/gtkgs.h:
13583
13584         Fix a few bugs
13585
13586 2004-12-22  Christian Rose  <menthos@menthos.com>
13587
13588         * configure.ac: Added "sv" to ALL_LINGUAS.
13589
13590 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13591
13592         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13593         document supports bookmarks.
13594
13595 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13596
13597         * ps/ggvutils.c: (ggv_file_readable):
13598         * ps/ggvutils.h:
13599         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13600         (gtk_gs_get_postscript):
13601
13602         Remove unused utils
13603
13604 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13605
13606         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13607         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13608         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13609         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13610         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13611         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13612         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13613         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13614         (gtk_gs_set_antialiasing), (ps_document_load),
13615         (ps_document_render):
13616         * ps/gtkgs.h:
13617
13618         Another check point for the ps backend. Now I can get it to show
13619         pages!
13620
13621 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13622
13623         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13624         document setting code.
13625
13626 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13627
13628         * shell/eggfindbar.c: (entry_activate_callback):
13629         Animate the next button when activate is pressed.
13630         
13631 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13632
13633         * shell/ev-window.c: (ev_window_cmd_edit_find),
13634         (update_fullscreen_popup), (ev_window_fullscreen),
13635         (ev_window_unfullscreen), (ev_window_state_event_cb),
13636         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13637         Fix bugs in fullscreen code.
13638         
13639 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13640
13641         * Makefile.am:
13642         * configure.ac:
13643         * pixbuf/Makefile.am:
13644         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13645         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13646         (pixbuf_document_set_page), (pixbuf_document_get_page),
13647         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13648         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13649         (pixbuf_document_render), (pixbuf_document_begin_find),
13650         (pixbuf_document_end_find), (pixbuf_document_finalize),
13651         (pixbuf_document_class_init),
13652         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13653         * pixbuf/pixbuf-document.h:
13654         * shell/Makefile.am:
13655         * shell/ev-application.c: (ev_application_open):
13656         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13657         (ev_window_open):
13658         Add pixbuf backend.
13659         
13660 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13661
13662         * Makefile.am: 
13663         * dvi/dvilib/Makefile.am:
13664         * dvi/Makefile.am:
13665         * configure.ac: Auto*ify dvi and dvi/dvilib
13666
13667         * dvi/Makefile: Remove from CVS
13668         
13669         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13670         confusion.
13671
13672         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13673         
13674         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13675         
13676 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13677
13678         * ps/Makefile.am:
13679         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13680         (gtk_gs_value_adjustment_changed), (compute_size),
13681         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13682         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13683         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13684         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13685         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13686         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13687         (ps_document_load), (ps_document_get_n_pages),
13688         (ps_document_set_page), (ps_document_get_page),
13689         (ps_document_set_target), (ps_document_set_scale),
13690         (ps_document_set_page_offset), (ps_document_get_page_size),
13691         (ps_document_render), (ps_document_begin_find),
13692         (ps_document_end_find), (ps_document_document_iface_init):
13693         * ps/gtkgs.h:
13694         * shell/Makefile.am:
13695         * shell/ev-window.c: (ev_window_open):
13696
13697         Some work to integrate gtkgs with EvDocument
13698
13699 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13700
13701         * shell/ev-window.c: (update_fullscreen_popup),
13702         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13703         (exit_fullscreen_button_clicked_cb),
13704         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13705         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13706         (ev_window_state_event_cb), (ev_window_init):
13707         Add fullscreen support from Epiphany.
13708         
13709 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13710
13711         * data/ev-stock-zoom-fit-width.png: fit-width
13712         stock icon from gpdf.
13713         
13714         * shell/ev-stock-icons.[ch]: copied from gpdf.
13715         
13716         * shell/main.c: (main): init stock icons.
13717         
13718         * shell/ev-window.c: use the fit-width icon.
13719         
13720         * data/evince-ui.xml: add zooming toolbar items.
13721
13722 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13723
13724         * shell/ev-view.c: 
13725         (ev_view_best_fit), (ev_view_fit_width): because
13726         get_page_size() returns the scaled page size, we
13727         need to calculate the scale factor relative to
13728         the previous scale factor. Should really just
13729         add get_real_page_size().
13730
13731 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13732
13733         * shell/ev-view.[ch]:
13734         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13735         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13736         add zooming.
13737         
13738         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13739         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13740         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13741         hook it up.
13742         
13743         * pdf/xpdf/pdf-document.cc:
13744         (pdf_document_begin_find),
13745         (pdf_document_end_find): make static.
13746
13747 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13748
13749         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13750
13751         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13752         names to fontconfig patterns.
13753         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13754
13755         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13756         setupBaseFontsFc.
13757
13758 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13759
13760         * Makefile.am:
13761         * configure.ac:
13762         * ps/Makefile.am:
13763         * ps/ggvutils.c:
13764         * ps/ggvutils.h:
13765         * ps/gsdefaults.c:
13766         * ps/gsdefaults.h:
13767         * ps/gsio.c:
13768         * ps/gsio.h:
13769         * ps/gtkgs.c:
13770         * ps/gtkgs.h:
13771         * ps/ps.c:
13772         * ps/ps.h:
13773
13774         Import ggv backend. Not hooked up yet.
13775
13776 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13777
13778         * shell/main.c: (load_files), (main): load files
13779         from the command line.
13780
13781 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13782
13783         * configure.ac: don't require bonobo.
13784         
13785         * cut-n-paste/recent-files/*: kill bonobo recent
13786         view.
13787
13788         * shell/ev-window.c:
13789         (ev_window_is_empty): upd.
13790         (unable_to_load), (ev_window_open): load backend
13791         based on the mime type.
13792
13793 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13794
13795         * backend/.cvsignore: ignore generated marshalers source.
13796
13797         * shell/main.c (main): this is not epiphany.
13798
13799 2004-12-22  Havoc Pennington  <hp@redhat.com>
13800
13801         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13802         (expose_bin_window): draw find highlights
13803
13804         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13805         
13806         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13807         (pdf_document_end_find): implement this interface
13808
13809         * backend/ev-document.c (ev_document_found): add this to emit
13810         signal
13811
13812 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13813
13814         * data/evince-ui.xml: Add a few more toolbar items.
13815
13816         * shell/ev-window.c: Hook up page navigation toolbar 
13817         items.
13818
13819         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13820         a page-changed signal.
13821
13822         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13823         Add ev_document_get_page().
13824
13825         * shell/ev-window.c: Sensitize/desensitize navigation
13826         actions.
13827
13828 2004-12-21  Havoc Pennington  <hp@redhat.com>
13829
13830         * backend/ev-backend-marshal.c,
13831         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13832         marshaler-generator thingy. I'm sure there's a better way to do
13833         this in the modern world.
13834
13835         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13836         end_find methods and "found" signal.
13837
13838         * configure.ac: find glib-genmarshal
13839
13840 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13841
13842         * shell/ev-sidebar.c: Construct an actual sidebar.
13843         * shell/ev-sidebar-bookmarks.[ch]:
13844         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13845
13846 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13847
13848         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13849         Redo size handling.
13850         
13851         * shell/ev-view.c: Track the size from the document.
13852
13853 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13854
13855         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13856         constructor assumes ownership of the string passed in.
13857         
13858         * shell/ev-window.c (ev_window_open): Destroy the error
13859         dialog once we've displayed it.
13860
13861 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13862
13863         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13864         a bit, it works! (sort of)
13865
13866         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13867         Move to .cc since we need to use C++ in the implementation.
13868
13869         * shell/dummy.cc: Add a CC file to force evince
13870         to be linked as a C++ program.
13871
13872 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13873
13874         * shell/ev-view.[ch]: Start of content-area widget.
13875
13876         * shell/ev-window.c: Create a EvView, update it
13877         as we change documents.
13878
13879         * shell/Makefile.am shell/ev-marshal.list: Add
13880         generated marshalers.
13881
13882 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13883
13884         * Makefile.am (SUBDIRS): move shell.
13885
13886 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13887
13888         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13889         .a to libtool convenience libraries.
13890
13891         * shell/ev-window.c (ev_window_open): Hard code loading
13892         a PDF document.
13893         
13894         * backend/ev-document.h: Add a boolean return to load(),
13895         fix GError * to GError **.
13896
13897         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13898         object for a PDF backend EvDocument.
13899
13900 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13901
13902         * dvi/*: New directory with the beginning of a .dvi backend.
13903
13904 2004-12-21  Havoc Pennington  <hp@redhat.com>
13905
13906         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13907         previous/next instead of back/forward
13908
13909 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13910
13911         * backend/ev-document.[ch]: Fix a couple of problems so
13912         it compile.
13913
13914 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13915
13916         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13917         to backend/ directory, rename EvViewer to EvDocument.
13918
13919 2004-12-21  Havoc Pennington  <hp@redhat.com>
13920
13921         * shell/ev-window.c: hook up the find bar widget; now we just need
13922         a document to find things in
13923
13924         * shell/eggfindbar.c: a find bar widget
13925
13926 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13927
13928         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13929
13930 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13931
13932         * pdf/**: Import of xpdf code from gpdf. 
13933
13934         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13935
13936         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13937         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13938         Fix FreeType includes.
13939
13940         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13941         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13942         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13943         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13944         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13945         Include xpdfconfig.h
13946         
13947 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13948
13949         * shell/ev-window.c (ev_window_dispose): dispose can be called
13950         multiple times.
13951
13952 2004-12-21  Havoc Pennington  <hp@redhat.com>
13953
13954         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13955         rather than Evince
13956
13957         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13958         items; really they should be synced with the strings, etc. from
13959         current gpdf, but just getting the boring typing out of the way 
13960
13961 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13962
13963         * po/POTFILES.in:
13964         * shell/ev-application.c: (window_destroy_cb):
13965         * shell/ev-window.c:
13966         * shell/main.c: (main):
13967
13968         Actually show the window...
13969
13970 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * Makefile.am:
13973         * shell/Makefile.am:
13974         * shell/ev-application.c: (ev_application_class_init):
13975         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13976
13977         Make it build again
13978
13979 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13980
13981         Import to gnome cvs.
13982         
13983         * Remove copies of gpdf and ggv trees.
13984         * Rip out all the recursive configure code.
13985         * Remove bonobo machinery.
13986         * viewer/*: GInterfaces that backends should/can implement.
13987
13988 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13989
13990         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13991         typo
13992
13993 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13994
13995         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13996         (ev_application_finalize, ev_application_class_init)
13997         (ev_application_init): use GType instance private data for priv.
13998
13999         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
14000         (ev_window_finalize, ev_window_class_init)
14001         (ev_window_init): ditto.
14002
14003 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14004
14005         * shell/ev-application.c (ev_application_new_window): make public
14006         (ev_application_show_initial_window): kill.
14007
14008         * shell/ev-application.h: update prototypes.
14009
14010         * shell/main.cc (main): inline ev_application_show_initial_window.
14011
14012 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14013
14014         * shell/ev-application.c (ev_application_new_window): impl.
14015         (ev_application_show_initial_window): use it.
14016         (is_window_empty, ev_application_get_empty_window): returns an
14017         existing empty window or a new one.
14018         (ev_application_open): from ev_window_cmd_file_open.
14019
14020         * shell/ev-application.h: update prototypes
14021
14022         * shell/ev-window.c (ev_window_is_empty): impl.
14023         (ev_window_open): make public.
14024         (ev_window_cmd_file_open): use ev_application_open
14025
14026         * shell/ev-window.h: update prototypes, remove unused.
14027
14028 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14029
14030         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14031         move destroy handler out of here...
14032
14033         * shell/ev-application.c, shell/ev-application.h: ...into this new
14034         class. Also handles initial window creation.
14035
14036         * shell/main.cc (main): use EvApplication to create initial
14037         window.
14038
14039 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14040
14041         * Makefile.am (SUBDIRS): add cut-n-paste
14042
14043         * cut-n-paste/Makefile.am: add
14044
14045         * configure.ac: generate Makefiles in cut-n-paste
14046
14047 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14048
14049         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14050         (ev_window_class_init): install ev_window_dispose.
14051
14052 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14053
14054         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14055         char (gchar looks stupid).
14056
14057 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14058
14059         * po/de.po: updated German translation.
14060
14061 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14062
14063         * configure.ac: add more pkg-config library checks for gnome-vfs,
14064         bonobo etc.
14065
14066         * gpdf/configure.in: temporarily disable libpaper
14067         checks. Otherwise I'd have to add the checks for the shell, too.
14068
14069 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14070
14071         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14072         and * file filters to the file choose.
14073
14074 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14075
14076         * po/de.po: Updated German translation.
14077
14078 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14079
14080         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14081
14082 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14083
14084         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14085
14086         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14087         (ev_window_init): implement those menuitems.
14088
14089 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14090
14091         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14092
14093         * shell/ev-window.c (ev_window_init): use the toolbar.
14094
14095 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14096
14097         * shell/ev-window.c (ev_window_init): use menu translations
14098
14099 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14100
14101         * configure.ac: add "de" to ALL_LINGUAS.
14102
14103         * po/de.po: add German translation.
14104
14105 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14106
14107         * Makefile.am (SUBDIRS): add po
14108
14109         * configure.ac: check intltool, glib-gettext etc, generate
14110         po/Makefile.in
14111
14112         * po, po/POTFILES.in, po/POTFILES.skip: new.
14113
14114 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14115
14116         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14117         already use (#ifdef ENABLE_NLS)
14118
14119         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14120         pointer indirection thinko.
14121
14122         * shell/main.c: include gi18n.h for bindtextdomain etc.
14123
14124 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14125
14126         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14127         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14128         tooltips for menu items in the statusbar.
14129
14130 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14131
14132         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14133         pkgdatadir drop UIDIR
14134
14135 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14136
14137         * data/evince-ui.xml: Add File->Open menu item
14138
14139         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14140         chooser), hook it up in the ui manager.
14141
14142 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14143
14144         * shell/ev-window.c: fix Help->About tooltip.
14145
14146 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14147
14148         * configure.ac: set CFLAGS for libevprivate.
14149
14150         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14151         definitions, factory etc.
14152
14153         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14154
14155         * shell/Makefile.am: link against libevprivate.a.
14156
14157         * shell/ev-window.c (entries): add stock icon to Help->About.
14158
14159         * shell/main.c (main): init stock icon code.
14160
14161 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14162
14163         * lib/recent-files: egg recent files code
14164
14165         * lib/Makefile.am: add.
14166
14167         * Makefile.am: add lib subdir.
14168
14169         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14170         set CFLAGS for recent-files.
14171
14172 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14173
14174         * configure.ac: disable -ansi and -pedantic gcc flags. They
14175         disable POSIX stuff in stdio.h, but egg-recent uses them.
14176
14177 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14178
14179         * configure.ac: add --disable-deprecated flag (defaults to on in
14180         "cvs" builds).
14181
14182         * shell/Makefile.am (INCLUDES): use it.
14183
14184 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14185
14186         * shell/main.c: add missing #include.
14187
14188         * shell/ev-window.c: fix for pedantic gcc.
14189         (ev_window_cmd_help_about): split license into paragraphs for
14190         translators and pedantic compilers.
14191
14192 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14193
14194         * configure.ac: add more warning flags if compiling with gcc from
14195         cvs (or explicitly requested with --enable-more-warnings).
14196
14197 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14198
14199         * data/evince-ui.xml: add File and File->Close menu.
14200
14201         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14202         (ev_window_destroy): quit after destroy.
14203         (ev_window_class_init): override GtkObject::destroy.
14204         (entries): install close_window callback.
14205
14206 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14207
14208         * Makefile.am (SUBDIRS): add data subdir.
14209
14210         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14211         gtk+ 2.5.0 for GtkAboutDialog.
14212
14213         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14214         main window.
14215
14216         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14217
14218         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14219         manager.
14220         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14221
14222 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14223
14224         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14225
14226 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14227
14228         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14229
14230 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14231
14232         * shell/*: Added shell directory boilerplate, build it.
14233
14234 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14235
14236         * configure.ac, Makefile.am: Added top-level configure.ac and
14237         Makefile.am