]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
f02cc459ffc5be62989de9d1a93bcd5112cf06d5
[evince.git] / ChangeLog
1 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-application.c: (ev_application_open_window),
4         (ev_application_open_uri_at_dest):
5
6         Make sure evince starts up in the right workspace when resuming a
7         previous session.
8         
9 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-application.[ch]: (ev_application_open_window),
12         (ev_application_add_icon_path_for_screen),
13         (ev_application_open_uri_at_dest):
14
15         Fix window manager warnings shown in ~/.xsession-errors
16         
17 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
18
19         * configure.ac:
20         * cut-n-paste/Makefile.am:
21         * cut-n-paste/smclient/Makefile.am:
22         * cut-n-paste/smclient/eggdesktopfile.[ch]:
23         * cut-n-paste/smclient/eggsmclient-private.h:
24         * cut-n-paste/smclient/eggsmclient-xsmp.c:
25         * cut-n-paste/smclient/eggsmclient.[ch]:
26
27         EggSMClient copied from libegg
28
29         * libdocument/ev-file-helpers.c: (ev_dot_dir):
30         * shell/Makefile.am:
31         * shell/ev-application.[ch]: (ev_application_load_session),
32         (smclient_save_state_cb), (smclient_quit_cb),
33         (ev_application_init_session), (ev_application_shutdown),
34         (ev_application_init):
35         * shell/main.c: (main):
36
37         Use EggSMClient instead of gnome-client and remove libgnome and
38         libgnomeui dependencies.
39         
40 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
41
42         * shell/main.c: (main):
43
44         Remove gnome_authentication_manager_init.
45         
46 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
47
48         * shell/ev-view.c: (ev_view_goto_window_create):
49
50         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
51         since it's now deprecated.
52         
53 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * backend/djvu/Makefile.am:
56         * backend/djvu/djvu-document-private.h:
57         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
58         (djvu_document_find_iface_init):
59         * backend/djvu/djvu-text-page.[ch]:
60         * backend/djvu/djvu-text.[ch]: Removed
61         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
62         (pdf_document_find_iface_init):
63         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
64         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
65         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
66         (ev_job_find_get_n_results), (ev_job_find_get_progress),
67         (ev_job_find_has_results), (ev_job_find_get_results):
68         * shell/ev-view-private.h:
69         * shell/ev-view.[ch]: (ev_view_expose_event),
70         (highlight_find_results), (ev_view_finalize),
71         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
72         (ev_view_set_document), (ev_view_find_get_n_results),
73         (ev_view_find_get_result), (jump_to_find_result),
74         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
75         (ev_view_find_previous), (ev_view_find_search_changed),
76         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
77         * shell/ev-window.c: (ev_window_update_actions),
78         (page_changed_cb), (ev_window_setup_document),
79         (ev_window_update_find_status_message),
80         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
81         (ev_window_clear_find_job), (find_bar_close_cb),
82         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
83         (ev_window_dispose), (ev_window_init):
84
85         Rework find interface. The find logic has been moved from backends
86         to the shell avoiding a lot of duplicated code in the backends and
87         making easier to implement the find interface in the backends.
88         
89 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * backend/pdf/ev-poppler.cc:
92         (pdf_document_thumbnails_get_dimensions):
93
94         Make sure thumbnail size returned by the PDF is actually
95         valid. Fixes bug #548462.
96         
97 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/ev-window.c: (ev_window_setup_document),
100         (ev_window_set_document), (ev_window_dispose):
101
102         Remove the idle function for setting the document up when the
103         window is destroyed. Fixes bug #549163.
104         
105 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
106
107         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
108         (ev_job_attachments_dispose), (ev_job_attachments_run),
109         (ev_job_attachments_class_init), (ev_job_attachments_new):
110         * shell/ev-sidebar-attachments.c:
111         (ev_sidebar_attachments_set_document):
112
113         Add a new job to get the attachments in a thread with the document
114         lock held. Fixes bug #548653.
115         
116 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
117
118         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
119         (tiff_document_document_iface_init):
120
121         Implement document_get_page_label in tiff backend.
122         
123 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * backend/tiff/tiff-document.c: (tiff_document_render):
126
127         Handle document orientation in tiff backend. Fixes bug #548444.
128         
129 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
132
133         Do not crash when adjustment page size is 0. Fixes bug #547440.
134         
135 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * cut-n-paste/evmountoperation/ev-mount-operation.c:
138
139         Sync with current GTK+.
140         
141 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
142
143         * configure.ac:
144         
145         Update for release 2.23.6.
146
147 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
150         (ev_job_load_set_password):
151         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
152         * shell/ev-window.c: (password_dialog_response),
153         (ev_window_load_job_cb):
154
155         Fix loading encrypted documents since I broke it with the jobs
156         rework.
157         
158 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * NEWS:
161
162         Update NEWS for 2.23.6 release.
163         
164 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
165
166         * backend/impress/impress-document.c:
167         * backend/impress/render.h:
168         * libdocument/ev-document-factory.c:
169         * libdocument/ev-document-factory.h:
170         * libdocument/ev-document-links.h:
171         * libdocument/ev-document-misc.c:
172         * libdocument/ev-document-misc.h:
173         * properties/ev-properties-main.c:
174         * properties/ev-properties-view.c:
175         * properties/ev-properties-view.h:
176         * shell/eggfindbar.c:
177         * shell/eggfindbar.h:
178         * shell/ev-application.c:
179         * shell/ev-application.h:
180         * shell/ev-jobs.h:
181         * shell/ev-message-area.h:
182         * shell/ev-navigation-action.c:
183         * shell/ev-navigation-action.h:
184         * shell/ev-open-recent-action.c:
185         * shell/ev-open-recent-action.h:
186         * shell/ev-page-action-widget.c:
187         * shell/ev-page-action.c:
188         * shell/ev-page-action.h:
189         * shell/ev-page-cache.h:
190         * shell/ev-password-view.h:
191         * shell/ev-password.h:
192         * shell/ev-pixbuf-cache.h:
193         * shell/ev-properties-fonts.c:
194         * shell/ev-sidebar-attachments.c:
195         * shell/ev-sidebar-links.c:
196         * shell/ev-sidebar-links.h:
197         * shell/ev-sidebar-thumbnails.c:
198         * shell/ev-sidebar-thumbnails.h:
199         * shell/ev-sidebar.c:
200         * shell/ev-sidebar.h:
201         * shell/ev-stock-icons.c:
202         * shell/ev-tooltip.h:
203         * shell/ev-view.c:
204         * shell/ev-view.h:
205         * shell/ev-window.c:
206         * shell/ev-window.h:
207         * shell/main.c:
208
209         More #include cleanups. Again: reordering, single gtk.h
210         includes and other stuff.
211
212 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
213
214         * shell/eggfindbar.c:
215         * shell/ev-application.c:
216         * shell/ev-message-area.c:
217         * shell/ev-navigation-action.c:
218         * shell/ev-open-recent-action.c:
219         * shell/ev-page-action-widget.c:
220         * shell/ev-page-action.c:
221         * shell/ev-password-view.c:
222         * shell/ev-properties-dialog.c:
223         * shell/ev-properties-fonts.c:
224         * shell/ev-sidebar-attachments.c:
225         * shell/ev-sidebar-page.c:
226         * shell/ev-sidebar-thumbnails.c:
227         * shell/ev-stock-icons.c:
228         * shell/ev-tooltip.c:
229         * shell/ev-view.c:
230         * shell/ev-window.c:
231         * shell/main.c:
232
233         Cleanup many #include statements: reorder so that a
234         generic-to-specific order is used, use single gtk.h
235         includes, and some other cleanups.
236
237 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-jobs.h:
240
241         Add gio header.
242         
243 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
246         (ev_document_fc_mutex_trylock):
247         * shell/Makefile.am:
248         * shell/ev-job-queue.[ch]:
249         * shell/ev-job-scheduler.[ch]:
250         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
251         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
252         (ev_job_run), (ev_job_cancel), (ev_job_failed),
253         (ev_job_failed_from_error), (ev_job_succeeded),
254         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
255         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
256         (ev_job_links_class_init), (ev_job_render_init),
257         (notify_page_ready), (ev_job_render_page_ready),
258         (ev_job_render_run), (ev_job_render_class_init),
259         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
260         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
261         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
262         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
263         (ev_job_save_dispose), (ev_job_save_run),
264         (ev_job_save_class_init), (ev_job_print_init),
265         (ev_job_print_dispose), (ev_job_print_run),
266         (ev_job_print_class_init):
267         * shell/ev-page-cache.c:
268         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
269         (check_job_size_and_unref), (move_one_job),
270         (copy_job_to_job_info), (add_job),
271         (ev_pixbuf_cache_add_jobs_if_needed):
272         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
273         (job_fonts_finished_cb), (job_fonts_updated_cb),
274         (ev_properties_fonts_set_document):
275         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
276         (ev_sidebar_links_set_document):
277         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
278         (ev_sidebar_thumbnails_set_document),
279         (ev_sidebar_thumbnails_clear_job):
280         * shell/ev-view-private.h:
281         * shell/ev-view.c:
282         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
283         (ev_window_refresh_window_thumbnail), (password_dialog_response),
284         (ev_window_clear_load_job), (ev_window_clear_reload_job),
285         (ev_window_load_job_cb), (ev_window_reload_job_cb),
286         (window_open_file_copy_ready_cb), (ev_window_open_uri),
287         (ev_window_reload_document), (ev_window_clear_save_job),
288         (ev_window_save_job_cb), (file_save_dialog_response_cb),
289         (ev_window_clear_print_job), (ev_window_print_job_cb),
290         (ev_window_print_dialog_response_cb):
291         * shell/main.c: (main):
292
293         Rework the jobs system in order to make it simpler and more
294         extensible. It allows to run jobs in the main loop instead of
295         using a thread when it's appropriate like the fonts job. Now it's
296         also possible to cancel jobs that are currently running. 
297         
298 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * libdocument/ev-debug.c: (profile_init):
301
302         Create the hash table also when profiling service is enabled for
303         all sections.
304         
305 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * libdocument/ev-debug.[ch]: (ev_profiler_start),
308         (ev_profiler_stop):
309         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
310         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
311         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
312         (ev_job_print_run):
313         * shell/main.c: (main):
314
315         Add a profile mode available when debug is enabled. Add profilers
316         in ev-jobs.
317         
318 2008-07-23  Götz Waschk <waschk@mandriva.org>
319
320         * configure.ac: Correctly build desktop file. Fixes
321         bug #544237.
322
323 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
324
325         * configure.ac:
326         
327         Update for release 2.23.5.
328
329 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
330
331         * NEWS:
332
333         Update NEWS for 2.23.5 release.
334         
335 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
336
337         * shell/ev-window.c: (ev_window_state_event),
338         (ev_window_class_init):
339
340         Intercept window manager's fullscreen request in order to run/stop
341         fullscreen mode. Fixes bug #493541.
342         
343 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * shell/ev-window.c: (find_bar_visibility_changed_cb):
346
347         Restart the job search when the find bar is opened for the second
348         time. Fixes bug #531956.
349         
350 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
353         (get_document_from_uri):
354
355         Make sure we always return a valid error struct when
356         get_document_from_uri fails. Fixes nautilus crash, see bug
357         #542548.
358         
359 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
360
361         * libdocument/ev-transition-effect.c
362         (ev_transition_effect_type_get_type),
363         (ev_transition_effect_alignment_get_type),
364         (ev_transition_effect_direction_get_type):
365         
366         Fixes bug #542924. Makes enums static to fix Solaris build.
367
368 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-view.c: (ev_view_key_press_event):
371
372         Add '.' keybinding for blanking the screen in presentation
373         mode. Fixes bug #542001.
374         
375 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
376
377         * libdocument/ev-document-misc.c:
378         (ev_document_misc_pixbuf_from_surface):
379
380         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
381         #540950.
382         
383 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
384
385         * backend/comics/comics-document.c (comics_document_load):
386         * backend/comics/comicsdocument.evince-backend.in:
387         * configure.ac:
388         * thumbnailer/evince-thumbnailer-comics.schemas.in:
389         
390         Added support for 7-zip based cb7 comic book. Patch by
391         Kartik Rustagi. Fixes bug #532312.
392
393 2008-06-24  Bastien Nocera  <hadess@hadess.net>
394
395         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
396         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
397         Fixes bug #539972.
398
399 2008-06-24  Bastien Nocera  <hadess@hadess.net>
400
401         * shell/Makefile.am:
402         * shell/ev-application.c (ev_application_init),
403         (ev_application_get_media_keys):
404         * shell/ev-application.h:
405         * shell/ev-marshal.list:
406         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
407         (proxy_destroy), (on_media_player_key_pressed),
408         (ev_media_player_keys_init), (ev_media_player_keys_focused),
409         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
410         * shell/ev-media-player-keys.h:
411         * shell/ev-window.c (ev_window_go_previous_page),
412         (ev_window_go_next_page), (ev_window_go_first_page),
413         (ev_window_go_last_page), (ev_window_start_presentation),
414         (ev_window_dispose), (view_actions_focus_in_cb):
415         * shell/ev-window.h: When building with D-Bus support, listen
416         for multimedia key events from gnome-settings-daemon. This allows
417         to go to the next/previous/first/last pages using, respectively,
418         Next/Previous/Rewing/Fast Forward. The Play button is used to start
419         a presentation. Fixes bug #539971.
420
421 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
422
423         * configure.ac:
424         
425         Update for release 2.23.4.
426
427 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * NEWS:
430
431         Update news for 2.23.4 release.
432         
433 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
436         * shell/ev-sidebar-thumbnails.c:
437         (ev_sidebar_thumbnails_set_loading_icon),
438         (ev_sidebar_thumbnails_refresh):
439         * shell/ev-window.c: (ev_window_error_message),
440         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
441         (ev_window_set_document):
442
443         Do not crash opening documents with no pages and show a warning
444         message in the message area. Fixes bugs #537574 and #171588.
445         
446 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/Makefile.am:
449         * shell/ev-file-monitor.[ch]:
450         * shell/ev-window.c: (ev_window_document_changed),
451         (ev_window_clear_reload_job), (ev_window_load_job_cb),
452         (ev_window_reload_job_cb), (ev_window_open_uri),
453         (ev_window_reload_document), (ev_window_cmd_view_reload),
454         (ev_window_dispose):
455
456         Automaticly reload the document when the file has changed on
457         disk. Bug #304249.
458         
459 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
460
461         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
462         * libdocument/ev-image.c: (ev_image_save_tmp):
463         * libdocument/ev-module.c: (ev_module_load):
464         * shell/ev-application.c: (ev_application_shutdown),
465         (ev_application_get_print_settings):
466         * shell/ev-sidebar-attachments.c:
467         (ev_sidebar_attachments_button_press),
468         (ev_sidebar_attachments_drag_data_get):
469         * shell/ev-window.c: (window_save_file_copy_ready_cb),
470         (ev_window_print_finished), (ev_window_print_send),
471         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
472         (ev_window_preview_print_finished), (ev_window_do_preview_print),
473         (ev_window_cmd_preview_print):
474         * shell/main.c: (load_files_remote):
475         Fix some build warnings under GCC 4.3.0. (#537535).
476
477 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * shell/ev-jobs.c: (ev_job_render_dispose):
480
481         Fix a crash in debug mode. Patch by Daniel M German.
482         
483 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
484
485         * shell/ev-window.c:
486
487         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
488         
489 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-window.c: (ev_window_print_send),
492         (ev_window_do_preview_print):
493
494         Use the window title as print job name instead of just
495         "evince-print". Fixes bug #534493.
496         
497 2008-05-19  Frederic Peters  <fpeters@0d.be>
498
499         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
500         Bug #533897.
501
502 2008-05-19  Frederic Peters  <fpeters@0d.be>
503
504         * help/reference/Makefile.am: added missing libevmountoperation to
505         gtkdoc-scanobj libraries.  Bug #533896.
506
507 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
508
509         * properties/ev-properties-view.c (get_default_user_units):
510         Fixes check for default units string translation. Bug #533323.
511
512 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
513
514         * backend/impress/iksemel.c (sax_core): Fix a free() that should
515         be an iks_free(). Fix an array overflow in the XML parser that
516         would occur whenever the number of attributes in a tag was greater
517         than 0 and divisible by 6. Fixes GNOME bug #530852.
518
519 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * backend/djvu/djvu-document-private.h:
522         * backend/djvu/djvu-links.c:
523         * backend/djvu/djvu-text.c:
524         * backend/djvu/djvu-document.c: (djvu_handle_events),
525         (djvu_wait_for_message), (djvu_document_load),
526         (document_get_page_size), (djvu_document_render),
527         (djvu_document_thumbnails_get_thumbnail),
528         (djvu_document_file_exporter_end):
529
530         Make sure load job doesn't finish successfully when the document
531         is not successfully decoded by libdjvu. Fixes bug #530202.
532         
533 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * configure.ac:
536         * libdocument/Makefile.am:
537         * libdocument/ev-debug.[ch]:
538         * libdocument/ev-document.c:
539         * shell/ev-jobs.c: (ev_job_links_dispose),
540         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
541         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
542         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
543         (ev_job_render_page_ready), (ev_job_render_run),
544         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
545         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
546         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
547         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
548         (ev_job_print_new), (ev_job_print_run):
549         * shell/main.c: (main):
550
551         Add debug mode based on gedit code. Add debug messages in
552         ev-jobs.
553         
554 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * libdocument/ev-document-factory.c: (get_document_from_uri):
557
558         Fix memory leak.
559         
560 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
561
562         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
563         (get_mime_type_from_data), (get_document_from_uri),
564         (ev_document_factory_get_document):
565         
566         Improved error message about file opening failture.
567         Bug #529129.
568
569 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
570
571         * data/evince-toolbar.xml:
572         
573         Allow to add SaveAs to toolbar.
574
575 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-view-private.h:
578         * shell/ev-view.[ch]: (ev_view_button_release_event),
579         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
580         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
581         (ev_view_update_primary_selection), (clear_link_selected),
582         (ev_view_copy_link_address):
583         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
584
585         Update also the primary selection when copying a link
586         address. Fixes bug #520855.
587         
588 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
589
590         * libdocument/ev-document-factory.c: (get_document_from_uri):
591
592         Use the pixbuf backend only when the mime type is not supported by
593         any of the other backend so that tiff documents, for instance, are
594         handled by the tiff backend instead of the pixbuf backend. fixes
595         bug #520290.
596         
597 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
598
599         * cut-n-paste/Makefile.am:
600
601         Add evmountoperation to subdirs list.
602         
603 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
604
605         * configure.ac:
606
607         Fix libspectre check in configure script. Fixes bug #528549.
608         
609 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * configure.ac:
612         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
613         * shell/Makefile.am:
614         * shell/ev-window.c: (ev_window_load_remote_failed),
615         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
616
617         Add GtkMountOperation (renamed to avoid conflicts) to be able to
618         open documents in remote locations that are not mounted.
619         
620 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
623         (bitmap_convert_msb8):
624         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
625         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
626
627         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
628         
629 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
632         (ev_job_render_new), (ev_job_render_set_selection_info),
633         (ev_job_render_run):
634         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
635         (check_job_size_and_unref),
636         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
637         (add_job), (ev_pixbuf_cache_get_selection_surface):
638
639         Create the render context needed for rendering a page in the render
640         thread so that we don't block the main thread. Simplify
641         EvJobRender API.
642         
643 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
644
645         * libdocument/Makefile.am:
646         * libdocument/ev-page.[ch]:
647         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
648         (ev_render_context_new), (ev_render_context_set_page):
649         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
650         (ev_form_field_finalize), (ev_form_field_class_init):
651         * libdocument/ev-document-forms.[ch]:
652         (ev_document_forms_get_form_fields):
653         * libdocument/ev-document.[ch]: (ev_document_get_page),
654         (ev_document_get_page_size), (ev_document_get_page_label):
655         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
656         (ev_job_render_run), (ev_job_thumbnail_new),
657         (ev_job_thumbnail_run), (ev_job_print_run):
658         * shell/ev-page-cache.c: (ev_page_cache_new):
659         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
660         (check_job_size_and_unref), (add_job):
661         * shell/ev-sidebar-thumbnails.c: (add_range):
662         * shell/ev-view.c: (ev_view_form_field_get_region),
663         (ev_view_form_field_button_create_widget),
664         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
665         (ev_view_handle_form_field), (ev_view_size_allocate),
666         (get_selected_text):
667         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
668         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
669         (pdf_document_get_page), (pdf_document_get_page_label),
670         (pdf_document_render), (pdf_document_get_info),
671         (pdf_document_document_iface_init),
672         (pdf_document_thumbnails_get_thumbnail),
673         (pdf_document_thumbnails_get_dimensions),
674         (pdf_document_file_exporter_do_page),
675         (pdf_selection_render_selection),
676         (pdf_selection_get_selected_text),
677         (pdf_selection_get_selection_region),
678         (pdf_selection_get_selection_map),
679         (pdf_document_forms_get_form_fields),
680         (pdf_document_forms_form_field_text_get_text),
681         (pdf_document_forms_form_field_text_set_text),
682         (pdf_document_forms_form_field_button_set_state),
683         (pdf_document_forms_form_field_button_get_state),
684         (pdf_document_forms_form_field_choice_get_item),
685         (pdf_document_forms_form_field_choice_get_n_items),
686         (pdf_document_forms_form_field_choice_is_item_selected),
687         (pdf_document_forms_form_field_choice_select_item),
688         (pdf_document_forms_form_field_choice_toggle_item),
689         (pdf_document_forms_form_field_choice_unselect_all),
690         (pdf_document_forms_form_field_choice_set_text),
691         (pdf_document_forms_form_field_choice_get_text):
692         * backend/ps/ev-spectre.c: (ps_document_get_page),
693         (ps_document_get_page_size), (ps_document_get_page_label),
694         (ps_document_render), (ps_document_document_iface_init),
695         (ps_document_file_exporter_do_page):
696         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
697         (tiff_document_render), (tiff_document_render_pixbuf),
698         (tiff_document_file_exporter_do_page):
699         * backend/pixbuf/pixbuf-document.c:
700         (pixbuf_document_get_page_size):
701         * backend/comics/comics-document.c:
702         (comics_document_get_page_size), (comics_document_render_pixbuf):
703         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
704         (djvu_document_render), (djvu_selection_get_selected_text),
705         (djvu_document_thumbnails_get_thumbnail),
706         (djvu_document_file_exporter_do_page),
707         (djvu_document_find_get_result):
708         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
709         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
710         (dvi_document_thumbnails_get_thumbnail),
711         (dvi_document_file_exporter_do_page):
712         * backend/impress/impress-document.c:
713         (impress_document_get_page_size),
714         (impress_document_render_pixbuf):
715         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
716
717         Add EvPage so that we can hold a reference to the backend
718         page. Form fields keep now a reference to the poppler page
719         improving performance since we don't have to create/destroy the
720         poppler field for every form operation. This will be needed for
721         annotations too.
722         
723 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * data/evince-ui.xml:
726         * shell/ev-window.c:
727
728         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
729         
730 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
731
732         * configure.ac:
733         * backend/ps/Makefile.am:
734
735         Remove gs stuff from ps backend.
736         
737 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * configure.ac:
740         * backend/pdf/ev-poppler.cc:
741
742         Bump poppler requirement to 0.8.0.
743         
744 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
745
746         * NEWS:
747         * configure.ac:
748
749         Update for release 2.22.1.1
750
751 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * configure.ac:
754
755         Fix build (again) when poppler version is 0.6
756         
757 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * backend/djvu/djvu-links.c: (build_tree):
760
761         Make sure link title is a valid utf8 string. Fixes bug #526517.
762         
763 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * configure.ac:
766
767         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
768         #526799.
769         
770 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
771
772         * configure.ac:
773         
774         Update for release 2.22.1.
775
776 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * NEWS:
779
780         Update for upcoming release.
781
782 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * configure.ac:
785         * backend/dvi/dvidocument.evince-backend.in:
786
787         Add compressed dvi to the list of supported mime types. Patch by
788         Ed Catmur. Fixes bug #307087.
789
790 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-jobs.c: (ev_job_print_get_page_list):
793
794         Fix a crash when printing a range that doesn't specify the start or
795         end page. Fixes bug #524288.
796
797 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * shell/ev-window.c: (ev_window_cmd_continuous),
800         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
801         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
802         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
803         (ev_window_run_presentation), (ev_window_stop_presentation),
804         (ev_window_cmd_view_presentation),
805         (ev_window_cmd_leave_fullscreen),
806         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
807
808         Do not unfullscreen and fullscreen again the window when changing
809         from fullscreen to presentation mode and vice versa. Fixes bug
810         #524112.
811         
812 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
815
816         Do not crash when thumbnail failed to render in PS backend. Fixes
817         bug #525015.
818         
819 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/ev-window.c: (window_open_file_copy_ready_cb),
822         (ev_window_load_file_remote), (ev_window_open_uri):
823
824         Handle errors when opening remote files.
825         
826 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * shell/ev-page-action.c: (ev_page_action_grab_focus):
829
830         Only grab the focus for the current visible proxy widget. Fixes
831         bug #521224.
832         
833 2008-03-30  Emil Soleyman  <emil@nishra.com>
834
835         * shell/ev-window.c: (launch_external_uri):
836         
837         Reuse g_app_info_launch_default_for_uri to
838         save some code and fix bug #525009.
839
840 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
841
842         * shell/ev-window.c (image_save_dialog_response_cb):
843
844         Use g_str_has_suffix. See bug #523069.
845
846 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
847
848         * configure.ac:
849
850         Add a configure option to enable/diable DBus. Patch by Rémi
851         Cardona. Fixes bug 521797.
852
853 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
856
857         Fix printing in documents with rotated pages. Patch by Eugen
858         Dedu. Fixes bug #512648.
859         
860 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
863         (ev_link_from_action):
864
865         Fix warning messages.
866         
867 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * shell/ev-window.c: (image_save_dialog_response_cb):
870
871         Do not append the extension to filename when saving an image
872         if the filename alredy contains the extension. Fixes bug #523069.
873         
874 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * shell/ev-view.[ch]: (ev_view_find_cancel):
877         * shell/ev-window.c: (find_bar_close_cb):
878
879         Cancel the find operation when the find bar is closed. Fixes bug
880         #508845.
881         
882 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * backend/ps/psdocument.evince-backend.in:
885
886         Make ps backend module resident. Fixes bug #520607.
887         
888 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-jobs.c: (ev_job_print_run):
891
892         Invert collate action in order to work as expected, fix reverse
893         printing so that it doesn't start with a blank page and fix number
894         of copies. Patch by Eugen Dedu. Fixes bug #365332.
895         
896 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
899
900         Fix build with poppler <= 0.7.2
901         
902 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * libdocument/ev-document-misc.c:
905         (ev_document_misc_surface_from_pixbuf):
906
907         Fix selections with poppler-splash.
908         
909 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * configure.ac:
912         * backend/pdf/ev-poppler.cc:
913
914         Fix build with poppler >= 0.7.2
915         
916 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
917
918         * configure.ac:
919         
920         Update for release 2.22.0
921
922 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
923
924         * NEWS:
925
926         Update for upcoming release.
927
928 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
929
930         * shell/ev-window.c (ev_window_print_dialog_response_cb):
931
932         Bug 495107 – Handle print dialog responses correctly
933
934         Correctly handle print dialog response. Properly fixes
935         the above mentioned bug.
936
937 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
940
941         Make sure print job is only run when the print button is
942         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
943         
944 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * backend/pdf/pdfdocument.evince-backend.in:
947         * libdocument/ev-backends-manager.c:
948         (ev_backends_manager_load_backend),
949         (ev_backends_manager_get_document):
950         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
951
952         Allow making backend modules resident. This is needed only for
953         some backends like pdf to avoid registering glib types more than
954         once.
955         
956 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * backend/comics/comics-document.c:
959         * backend/djvu/djvu-document.c:
960         * backend/impress/impress-document.c:
961         * backend/pdf/ev-poppler.cc:
962         * backend/pixbuf/pixbuf-document.c:
963         * backend/ps/ev-spectre.c:
964         * backend/ps/ps-document.c:
965         * backend/tiff/tiff-document.c:
966         * libdocument/ev-document.h:
967         * properties/ev-properties-main.c:
968
969         Use g_type_module_add_interface instead of
970         g_type_add_interface_static. Fixes bug #519679.
971         
972 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
973
974         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
975         Added. Returns whether the animation has everything necessary to run.
976         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
977         is ready just because it's been created. Fixes #519106.
978         (draw_one_page): Do not show the "Loading..." text in presentation
979         mode, there was a slim probability that this could happen.
980
981 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
984
985         Duplicate mime_type string before freeing it so that it doesn't
986         always fail when getting mime type from uri. Fixes bug #518874.
987         
988 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-view.c: (ev_view_form_field_choice_changed):
991
992         Fix a crash when a choice form field doesn't have any item
993         selected. Fixes bug #518831
994         
995 2008-02-25  Alexander Larsson  <alexl@redhat.com>
996
997         * shell/ev-window.c (ev_window_clear_temp_file):
998         Use g_file_has_prefix instead of renamed
999         g_file_contains_file.
1000
1001         * configure.ac:
1002         Require new glib for above change.
1003         
1004 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * libdocument/ev-image.c: (ev_image_finalize),
1007         (ev_image_save_tmp):
1008
1009         Return a real uri instead of a filename when saving an
1010         image. Fixes images drag an drop from evince to nautilus. 
1011         
1012 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * backend/pdf/ev-poppler.cc:
1015         (pdf_document_images_get_image_mapping):
1016
1017         Return the image list in the right order. Fixes bug #516237.
1018         
1019 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1020
1021         * backend/impress/impress-document.c:
1022         (impress_document_thumbnails_get_thumbnail):
1023
1024         Remove unused variable to avoid a compiler warning.
1025
1026 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1027
1028         * configure.ac:
1029         
1030         Update for release 2.21.91.
1031
1032 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * configure.ac:
1035         * shell/Makefile.am:
1036         * shell/ev-application.[ch]:
1037         * shell/ev-sidebar-links.c:
1038         * shell/ev-utils.[ch]:
1039         * shell/ev-window.[ch]:
1040
1041         Remove libgnomeprint support. Fixes bug #512370.
1042         
1043 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1044
1045         * thumbnailer/evince-thumbnailer.c: (main):
1046
1047         Initialize glib type system before using it. Fixes bug #513934.
1048         
1049 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * properties/ev-properties-main.c:
1052
1053         Add missing #include.
1054         
1055 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * configure.ac:
1058         * backend/djvu/djvu-document.c: (djvu_document_render):
1059         * backend/tiff/tiff-document.c: (tiff_document_render):
1060
1061         Use the new cairo function cairo_format_stride_for_width when
1062         available. Fixes bug #482720.
1063
1064 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1067         (get_mime_type_from_data), (get_document_from_uri):
1068
1069         Use g_content_type_guess() only when slow is true in
1070         get_document_from_uri(). Fix several memory leaks.
1071         
1072 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1073
1074         * libdocument/ev-document-factory.c:
1075         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1076         (get_document_from_uri):
1077
1078         Use g_content_type_guess () to get mimetype for files.
1079         Bug #510401.
1080
1081 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * thumbnailer/Makefile.am:
1084
1085         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1086         
1087 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * configure.ac:
1090
1091         Fix build with --without-libgnome. Fixes bug #512771.
1092         
1093 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1094
1095         * backend/dvi/Makefile.am: Install only dvi
1096         module. Fixes bug #512718.
1097
1098 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1099
1100         * properties/ev-properties-main.c: (nautilus_module_initialize):
1101         
1102         Initialize backends in properties tab. Fixes bug
1103         #512720.
1104
1105 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1106
1107         * properties/Makefile.am: No need to link with 
1108         libraries. Fixes bug #512719.
1109
1110 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1111
1112         * NEWS:
1113         * configure.ac:
1114         
1115         Update for release 2.21.90.
1116
1117 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * shell/ev-window.c: (ev_window_cmd_escape):
1120
1121         Fix compile warning.
1122         
1123 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1126
1127         Fix printing in dvi backend when filename contains white
1128         espaces. Fixes bug #502839.
1129         
1130 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1133         (screensaver_disable_x11):
1134         * shell/Makefile.am:
1135         * shell/xdg-user-dir-lookup.c: Removed
1136         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1137         * shell/ev-view.c: (ev_view_presentation_transition_start):
1138         * shell/ev-window.c: (ev_window_cmd_file_open),
1139         (ev_window_cmd_save_as), (presentation_set_timeout):
1140
1141         Remove #ifdefs that are no longer needed.
1142         
1143 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * shell/ev-view.[ch]: (ev_view_button_release_event),
1146         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1147         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1148         (ev_window_cmd_escape):
1149
1150         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1151         
1152 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * configure.ac:
1155         * backend/comics/comics-document.c: (comics_document_load):
1156         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1157         (ev_attachment_set_property), (ev_attachment_init),
1158         (ev_attachment_save), (ev_attachment_launch_app),
1159         (ev_attachment_open):
1160         * libdocument/ev-document-factory.c: (get_document_from_uri):
1161         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1162         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1163         * shell/ev-jobs.c:
1164         * shell/ev-password.c: (ev_password_dialog_set_property),
1165         (ev_password_dialog_save_password):
1166         * shell/ev-sidebar-attachments.c:
1167         (ev_sidebar_attachments_drag_data_get):
1168         * shell/ev-window-title.c: (get_filename_from_uri):
1169         * shell/ev-window.c: (ev_window_clear_temp_file),
1170         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1171         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1172         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1173         (launch_external_uri), (image_save_dialog_response_cb),
1174         (attachment_save_dialog_response_cb):
1175         * shell/main.c: (load_files), (load_files_remote), (main):
1176         * thumbnailer/evince-thumbnailer.c: (main):
1177
1178         Port to gio and drop gnome-vfs dependency. Fixes bug
1179         #510401. Based on patch by Cosimo Cecchi.
1180         
1181 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1182
1183         * NEWS:
1184
1185         Fixed formatting inconsistencies (spaces vs. tabs)
1186
1187 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1188
1189         * shell/ev-window.c:
1190
1191         Use top/up/bottom/down arrows instead of
1192         first/left/last/right in the toolbar and menu actions.
1193         This fixes issues with RTL languages and is visually
1194         consistent with the page view. Fixes bug #170081.
1195
1196 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1197
1198         * NEWS:
1199
1200         Fixed some inaccuracies pointed out by Carlos Garcia
1201         Campos.
1202
1203 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1204
1205         * NEWS:
1206         * data/evince.schemas.in:
1207         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1208
1209         Override PDF restrictions by default. Fixes bug #382700.
1210
1211 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1212
1213         * NEWS: Updated for upcoming release
1214
1215 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1216
1217         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1218
1219         Fix memory leak.
1220         
1221 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1222
1223         * shell/ev-window.c: (register_custom_actions):
1224         
1225         Added comment for translators
1226
1227 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * shell/ev-view.c: (ev_view_button_release_event):
1230
1231         Do not create the idle function for kinetic scrolling if we are
1232         not in a drag operation.
1233
1234 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1237         (ev_view_button_press_event), (ev_view_motion_notify_event),
1238         (ev_view_button_release_event):
1239
1240         Restore cursor after autoscrolling. Fixes bug #509958.
1241
1242 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * configure.ac:
1245         * backend/pdf/ev-poppler.cc:
1246         (pdf_document_images_get_image_mapping),
1247         (pdf_document_images_get_image),
1248         (pdf_document_document_images_iface_init):
1249         * libdocument/ev-document-images.[ch]:
1250         (ev_document_images_get_image_mapping),
1251         (ev_document_images_get_image):
1252         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1253         (ev_image_get_id), (ev_image_save_tmp):
1254         * shell/ev-jobs.c: (ev_job_render_run):
1255         * shell/ev-view.c: (ev_view_drag_data_get):
1256         * shell/ev-window.c: (image_save_dialog_response_cb),
1257         (ev_view_popup_cmd_copy_image):
1258
1259         Do not render images when rendering the page but on demand. It
1260         reduces the memory comsumption.
1261         
1262 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1263
1264         * configure.a:
1265         * shell/ev-password.c:
1266
1267         Make gnome-keyring optional. Fixes bug #509676.
1268         
1269 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-pixbuf-cache.c: (add_job):
1272
1273         Initialize include_images variable as FALSE instead of TRUE.
1274         
1275 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1276
1277         * configure.ac:
1278         * cut-n-paste/Makefile.am:
1279         * cut-n-paste/fileformatchooser/Makefile.am:
1280         * cut-n-paste/fileformatchooser/egg-macros.h:
1281         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1282         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1283         * shell/Makefile.am:
1284         * shell/ev-utils.c:
1285         (file_chooser_dialog_add_writable_pixbuf_formats),
1286         (get_gdk_pixbuf_format_by_extension):
1287         * shell/ev-utils.h:
1288         * shell/ev-window.c: (ev_window_error_message),
1289         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1290         
1291         Simplify image format selection on save.
1292
1293 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1294
1295         * shell/ev-view.c: (ev_view_scroll_event):
1296         
1297         Repair gorizontal scrolling with shift. Fixes
1298         bug #483412.
1299
1300 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1301         
1302         * MAINTAINERS:
1303
1304         Fix formatting issues.
1305         
1306 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1307
1308         * backend/comics/comics-document.c: (comics_regex_quote):
1309         
1310         Don't overquote special chars except of '. See bug 
1311         502500. Thanks to Tom Parker.
1312
1313 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1314
1315         * MAINTAINERS:
1316         
1317         Added Nickolay and Carlos, since they're doing most of
1318         the releases nowadays.
1319
1320 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1321
1322         * properties/Makefile.am:
1323
1324         Get the nautilus extension dir properly instead of using
1325         a hack. Fixes bug #505359.
1326
1327 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1328
1329         * properties/Makefile.am:
1330         
1331         Install nautilus extension into new place. See bug
1332         #505359. Thanks to Matthias Clasen, Brian Pepple and
1333         Damien Carbery.
1334
1335 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1336
1337         * shell/ev-window.c: (ev_window_get_recent_file_label):
1338         
1339         RTL marker in recent file list. See bug #509076.
1340
1341 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1344         * shell/ev-window.c: (image_save_dialog_response_cb):
1345
1346         Fix compile warnings due to unused variables.
1347         
1348 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * configure.ac:
1351         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1352         * backend/ps/ev-spectre.c: (ps_document_render):
1353
1354         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1355
1356 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1357
1358         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1359         (ev_transition_animation_paint): Implement "fade" effect.
1360
1361 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1362
1363         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1364         (ev_transition_animation_paint): Implement "uncover" effect.
1365
1366 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1367
1368         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1369         (ev_transition_animation_paint): Implement "cover" effect.
1370
1371 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1372
1373         * shell/ev-transition-animation.c (ev_transition_animation_push)
1374         (ev_transition_animation_paint): Implement "push" effect.
1375
1376 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1377
1378         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1379         (ev_transition_animation_paint): Implement "dissolve" effect.
1380
1381 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1382
1383         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1384         (ev_transition_animation_paint): Implement "wipe" effect.
1385
1386 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1387
1388         * shell/ev-transition-animation.c (ev_transition_animation_box)
1389         (ev_transition_animation_paint): Implement "box" effect.
1390
1391 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1392
1393         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1394         (ev_transition_animation_paint): Implement "blinds" effect.
1395
1396 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1397
1398         * shell/ev-transition-animation.c (ev_transition_animation_split)
1399         (ev_transition_animation_paint): Implement "split" effect.
1400
1401 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1402
1403         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1404         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1405         (ev_view_transition_animation_start) 
1406         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1407         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1408         (ev_view_next_page) (ev_view_previous_page):
1409         
1410         Use EvTransitionAnimation to drive page changes in the presentation
1411         mode, the animation will wait to start until both the origin and 
1412         destination page surfaces are available. Fixes #458460.
1413
1414         (draw_loading_text):
1415
1416         Remove workaround for bug #320352, it's now fixed properly.
1417
1418
1419 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1420
1421         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1422         will contain the implementations for page transition animations, at
1423         the moment it just has the "replace" effect.
1424         * shell/Makefile.am: Added these files to build.
1425
1426 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1427
1428         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1429         animations.
1430         * shell/Makefile.am: Added these files to build.
1431
1432 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1433
1434         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1435         implementation to get_effect() in EvDocumentTransitionIface.
1436
1437 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1438
1439         * libdocument/ev-transition-effect.[ch]: New files, define a page
1440         transition effect, at the moment it maps PopplerPageTransition to a
1441         GObject.
1442         * libdocument/Makefile.am: Added these files to build.
1443         * libdocument/ev-document-transition.[ch]
1444         (ev_document_transition_get_effect): New method, gets the
1445         EvTransitionEffect returned by the interface implementation, with
1446         fallback to the "replace" effect.
1447
1448 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1449
1450         * configure.ac:
1451         * cut-n-paste/Makefile.am:
1452         * cut-n-paste/fileformatchooser/Makefile.am:
1453         * cut-n-paste/fileformatchooser/egg-macros.h:
1454         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1455         * shell/Makefile.am:
1456         * shell/ev-window.c: (image_save_dialog_response_cb),
1457         (ev_view_popup_cmd_save_image_as):
1458
1459         Allow exporting images in any format supported by
1460         GdkPixbuf. Fixes bug #500209.
1461         
1462 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * backend/pixbuf/pixbuf-document.c:
1465
1466         More warnings fixed.
1467         
1468 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1471         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1472         * backend/djvu/djvu-text.h:
1473         * backend/tiff/tiff-document.c: (tiff_document_render):
1474
1475         Fix compile warnings.
1476         
1477 2007-12-28  Christian Persch  <chpe@gnome.org>
1478
1479         * **/*.c: Include config.h. Bug #504721.
1480
1481 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * configure.ac:
1484         * Makefile.am:
1485         * po/POTFILES.in:
1486         * backend/comics/Makefile.am:
1487         * backend/comics/comics-document.[ch]:
1488         * backend/comics/comicsdocument.evince-backend.in:
1489         * backend/djvu/Makefile.am:
1490         * backend/djvu/djvu-document.[ch]:
1491         * backend/djvu/djvudocument.evince-backend.in:
1492         * backend/dvi/Makefile.am:
1493         * backend/dvi/dvi-document.[c]:
1494         * backend/dvi/dvidocument.evince-backend.in:
1495         * backend/impress/Makefile.am:
1496         * backend/impress/impress-document.[ch]:
1497         * backend/impress/impressdocument.evince-backend.in:
1498         * backend/pdf/Makefile.am:
1499         * backend/pdf/ev-poppler.cc:
1500         * backend/pdf/ev-poppler.h:
1501         * backend/pdf/pdfdocument.evince-backend.in:
1502         * backend/pixbuf/Makefile.am:
1503         * backend/pixbuf/pixbuf-document.[ch]:
1504         * backend/pixbuf/pixbufdocument.evince-backend.in:
1505         * backend/ps/Makefile.am:
1506         * backend/ps/ev-spectre.[ch]:
1507         * backend/ps/ps-document.[ch]:
1508         * backend/ps/psdocument.evince-backend.in:
1509         * backend/tiff/Makefile.am:
1510         * backend/tiff/tiff-document.[ch]:
1511         * backend/tiff/tiffdocument.evince-backend.in:
1512         * libdocument/Makefile.am:
1513         * libdocument/ev-backends-manager.[ch]:
1514         * libdocument/ev-module.[ch]:
1515         * libdocument/ev-document.h:
1516         * libdocument/ev-document-factory.[ch]:
1517         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1518         (get_compression_from_mime_type), (get_document_from_uri),
1519         (ev_document_factory_get_document), (file_filter_add_mime_types),
1520         (ev_document_factory_add_filters):
1521         * shell/Makefile.am:
1522         * shell/ev-window-title.c: (get_filename_from_uri):
1523         * shell/main.c: (main):
1524         * thumbnailer/Makefile.am:
1525         * thumbnailer/evince-thumbnailer.c: (main):
1526
1527         Plugin system for backends. Fixes bug #351348.
1528         
1529 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1530
1531         * shell/ev-view-private.h:
1532         * shell/ev-view.c: (ev_view_drag_update_momentum),
1533         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1534         (ev_view_button_release_event), (ev_view_destroy):
1535         
1536         Kinetic scrolling implemented as requested in
1537         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1538
1539 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1540
1541         * data/evince-toolbar.xml:
1542         * data/evince-ui.xml:
1543         * shell/ev-view-private.h:
1544         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1545         (ev_view_button_press_event), (ev_view_motion_notify_event),
1546         (ev_view_button_release_event), (ev_view_init),
1547         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1548         (ev_view_set_cursor):
1549         * shell/ev-view.h:
1550         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1551         (ev_window_cmd_view_autoscroll):
1552         
1553         Autoscroll feature with the context menu. Fixes bug 
1554         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1555
1556 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1559
1560         Disconnect also page-ready signal when removing a job because the
1561         page size has changed. Thanks to kripken
1562         <kripkensteiner@gmail.com>.
1563
1564 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1565
1566         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1567         
1568         Scroll pages in page entry with mouse wheel. Fixes bug
1569         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1570
1571 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * backend/dvi/Makefile.am:
1574         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1575         (mdvi_cairo_device_init):
1576         * backend/dvi/mdvi-lib/common.h:
1577         * backend/dvi/mdvi-lib/mdvi.h:
1578         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1579         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1580         (mdvi_build_path_from_cwd):
1581
1582         Add ps specials support in dvi backend when libspectre is
1583         present. Fixes bug #386005.
1584         
1585 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * configure.ac:
1588         * backend/ps/Makefile.am:
1589         * backend/ps/ev-spectre.[ch]:
1590         
1591         Use libspectre, if available, for the ps backend. Fixes bugs
1592         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1593
1594 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1595         
1596         * backend/comics/comics-document.c: (comics_document_load):
1597         
1598         Cygwin build issue fix.
1599
1600 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-view.c: (ev_view_set_zoom):
1603
1604         Do not limit the minimum zoom factor when sizing mode is best bit
1605         or fit width. Fixes bug #503805.
1606         
1607 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1610         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1611         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1612         (ev_link_dest_get_property), (ev_link_dest_set_property),
1613         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1614         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1615         (ev_link_dest_new_fitr):
1616         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1617         (goto_fith_dest), (goto_xyz_dest):
1618
1619         Do not change left, top and zoom values when they are null in PDF
1620         destinations. Fixes bug #460658.
1621         
1622 2007-12-10  Christian Persch  <chpe@gnome.org>
1623
1624         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1625         (ev_view_accessible_class_init),
1626         (ev_view_accessible_idle_do_action),
1627         (ev_view_accessible_action_do_action),
1628         (ev_view_accessible_action_get_description),
1629         (ev_view_accessible_action_set_description),
1630         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1631         (ev_view_accessible_factory_init),
1632         (ev_view_accessible_factory_get_accessible_type):
1633         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1634         private data, and G_DEFINE_TYPE. Bug #502843.
1635
1636 2007-12-08  Christian Persch  <chpe@gnome.org>
1637
1638         * shell/ev-metadata-manager.c: (item_free),
1639         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1640         (value_free), (parse_value), (parseItem),
1641         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1642         (save_values): Use GSlice to allocate small amounts of memory. Bug
1643         #475972.
1644
1645 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1648
1649         Restore cursor to normal after a drag operation. Fixes bug
1650         #501603.
1651         
1652 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1653
1654         * NEWS:
1655         * configure.ac:
1656         
1657         Update for release 2.21.1
1658
1659 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * configure.ac:
1662         * cut-n-paste/gedit-message-area/Makefile.am:
1663         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1664         * shell/Makefile.am:
1665         * shell/ev-message-area.[ch]:
1666         * shell/ev-window.c: (ev_window_set_message_area),
1667         (ev_window_error_message_response_cb), (ev_window_error_message),
1668         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1669         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1670         (ev_attachment_popup_cmd_open_attachment),
1671         (attachment_save_dialog_response_cb), (ev_window_set_document),
1672         (ev_window_init):
1673
1674         Use a message area instead of a popup dialog for error
1675         notifications. Fixes bug #337495.
1676         
1677 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1680         (ev_window_run_fullscreen):
1681
1682         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1683         
1684 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * ev-sidebar-thumbnails.c: (update_visible_range),
1687         (ev_sidebar_thumbnails_refresh),
1688         (ev_sidebar_thumbnails_set_document),
1689         (ev_sidebar_thumbnails_support_document):
1690
1691         Show thumbnails for documents with one page. Fixes bug #358751.
1692         
1693 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-window.c:
1696         (ev_window_load_print_settings_from_metadata),
1697         (ev_window_save_print_settings), (ev_window_print_finished),
1698         (ev_window_print_range):
1699
1700         Print settings that are specific to the document are now saved per
1701         document in the metadata file. Fixes bug #488806.
1702         
1703 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1704
1705         * backend/tiff/tiff-document.c: (tiff_document_render):
1706
1707         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1708         
1709 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-application.[ch]: (get_find_string_from_args),
1712         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1713         (ev_application_open_uri_list):
1714         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1715         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1716         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1717         (ev_window_cmd_recent_file_activate),
1718         (ev_window_open_recent_action_item_activated),
1719         (ev_window_print_send), (open_remote_link):
1720         * shell/main.c: (arguments_parse):
1721
1722         Add a command line option for search. Fixes bug #497710.
1723         
1724 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1725
1726         * shell/ev-jobs.c: (ev_job_print_new):
1727
1728         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1729         
1730 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * data/evince-toolbar.xml:
1733         * shell/Makefile.am:
1734         * shell/ev-application.c: (ev_application_init):
1735         * shell/ev-open-recent-action.[ch]:
1736         * shell/ev-window.c:
1737         (ev_window_open_recent_action_item_activated),
1738         (register_custom_actions):
1739
1740         Add an expander to the open toolbar item which pops up a dropdown
1741         menu with the recently used documents. Fixes bug #487215.
1742         
1743 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-window.c: (ev_window_open_uri),
1746         (ev_window_cmd_view_reload):
1747
1748         Do not jump to the first page when reloading by running evince
1749         from the command line. Fixes bug #490847.
1750         
1751 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1752
1753         * shell/ev-window.c: (ev_window_cmd_help_contents):
1754
1755         Plugged memory leak when help file is not found. Fixes bug
1756         #490762.
1757         
1758 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * configure.ac:
1761
1762         Enable djvu, dvi and comics backends by default. Fixes bug
1763         #437121.
1764         
1765 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * configure.ac:
1768         * cut-n-paste/Makefile.am:
1769         * cut-n-paste/recent-files/*: Removed
1770         * help/reference/Makefile.am:
1771         * shell/Makefile.am:
1772         * shell/ev-application.[ch]: (ev_application_shutdown),
1773         (ev_application_init):
1774         * shell/ev-window.c: (ev_window_add_recent),
1775         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1776
1777         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1778         
1779 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1780
1781         * shell/ev-window.c: (launch_external_uri):
1782
1783         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1784         and report error if the URL is not supported (#489910).
1785
1786 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1789         (pdf_document_file_exporter_begin_page),
1790         (pdf_document_file_exporter_end_page):
1791
1792         Fix printing with poppler splash backend. Fixes bug #489774.
1793         
1794 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1797         * shell/ev-print-job.c: (ev_print_job_class_init):
1798
1799         Fix a crash when printing with the gnome-print dialog. Fixes bug
1800         #488939.
1801         
1802 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1803
1804         * backend/pixbuf/pixbuf-document.c:
1805
1806         Fix an implicit function definition warning (#487655)
1807
1808 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-window.c:
1811
1812         Fix conflicting shortcut for view sade pane and presentation.
1813         
1814 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * backend/pdf/ev-poppler.cc:
1817         (pdf_document_file_exporter_begin_page),
1818         (pdf_document_file_exporter_do_page),
1819         (pdf_document_file_exporter_end_page),
1820         (pdf_document_file_exporter_iface_init):
1821         * libdocument/ev-file-exporter.[ch]:
1822         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1823         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1824         (ev_job_print_run):
1825
1826         When printing multiple pages per sheet in reverse option, do not
1827         invert the order of the pages in every sheet, but the order of the
1828         sheets. Do not print blank pages when page range is invalid. Fixes
1829         bugs #484857 and #485521.
1830         
1831 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1834         (ev_job_print_run):
1835         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1836
1837         Respect ranges order when printing more than one range in random
1838         order.
1839         
1840 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1841
1842         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1843         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1844
1845         Rotate also the window icon when document is rotated. Fixes bug
1846         #474681.
1847         
1848 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1851         (pdf_document_forms_get_form_fields):
1852
1853         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1854         Matthias Drochner.
1855         
1856 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * configure.ac:
1859         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1860
1861         Use poppler_page_render_for_printing() instead of
1862         poppler_page_render() if available when exporting to a ps or pdf
1863         file. Fixes bug #476627.
1864         
1865 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * shell/ev-window.c: (ev_window_run_fullscreen):
1868
1869         Do not show the toolbar in fullscreen mode if the main toolbar is
1870         not visible. Fixes bug #483048.
1871         
1872 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-view.c: (ev_view_button_press_event):
1875
1876         Give priority to form fields over images when deciding whether a
1877         button press event is over an image or form field. It allows edit
1878         form fields when they are over a background image. Fixes bug
1879         #477841.
1880         
1881 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1882
1883         * NEWS:
1884         * configure.ac:
1885         
1886         Update for release 2.20.0
1887
1888 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/pdf/ev-poppler.cc:
1891
1892         Remove #ifdef HAVE_FORMS, so that forms support works again.
1893
1894 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1895
1896         * configure.ac:
1897         * data/evince.desktop.in.in:
1898         
1899         Fixes desktop file issues. See bug #473471.
1900
1901 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1902
1903         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1904         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1905         (ev_job_queue_remove_job):
1906         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1907         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1908         * shell/ev-window.c: (ev_window_clear_save_job),
1909         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1910         (ev_window_dispose):
1911
1912         Move save a copy task to its own job so that it's carried out in a
1913         thread avoiding another lock in the main thread. Use
1914         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1915         can be saved to a pathin another file system. Fixes bug #456891.
1916         
1917 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1918
1919         * NEWS:
1920         * configure.ac:
1921         
1922         Update for release 2.19.92
1923
1924 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * configure.ac:
1927         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1928         (pdf_selection_get_selection_region),
1929         (pdf_selection_get_selection_map),
1930         (ev_form_field_from_poppler_field):
1931
1932         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1933         and triple click selections are enabled again now.
1934
1935 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * shell/ev-window.c: (ev_window_add_history):
1938
1939         Make sure not to use the history with documents not supporting
1940         links. Fixes bug #468954.
1941
1942 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * shell/ev-window.c: (ev_window_load_job_cb):
1945
1946         Restart the search when reloading a document with the find bar
1947         visible. Fixes bug #461962.
1948
1949 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c: (setup_document_from_metadata),
1952         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1953
1954         Do not jump to the first page when reloading a document from the
1955         last page.
1956
1957 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * shell/ev-window.c: (update_chrome_flag),
1960         (setup_sidebar_from_metadata),
1961         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1962         (ev_window_cmd_edit_find_next),
1963         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1964         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1965         (find_bar_close_cb), (view_actions_focus_in_cb):
1966
1967         Do not update visibility when changing a chrome flag so that it's
1968         possible to update several flags and update visibility only once
1969         for all of them.
1970
1971 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1974
1975         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1976         supported by gtk+. Fixes bug #460907.
1977
1978 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * shell/ev-view.c: (view_update_range_and_current_page):
1981
1982         Make sure current-page <= end-page in continuous mode. Fixes bug
1983         #454950.
1984
1985 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/pdf/ev-poppler.cc: (build_tree):
1988
1989         Ignore outline items without a title. Fixes bug #453913.
1990
1991 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1994         (ev_view_button_release_event), (ev_view_leave_notify_event):
1995
1996         Use always drag mouse cursor during a drag operation. Fixes bug
1997         #470564.
1998
1999 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
2002         (pdf_selection_get_selection_region),
2003         (pdf_selection_get_selection_map):
2004
2005         Temporarily disable double and triple selections since it depends on
2006         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
2007         released and the update of the external dependency minimal version
2008         approved.
2009
2010 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2013         (pdf_document_file_exporter_do_page):
2014         * libdocument/ev-file-exporter.h:
2015         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2016         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2017
2018         Actually fix printing regressions. Remove orientation from
2019         EvPrintContext since it's redundant.
2020
2021 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2024         * backend/impress/impress-document.c:
2025         (impress_document_document_iface_init):
2026         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2027         * backend/djvu/djvu-document.c:
2028         (djvu_document_document_iface_init),
2029         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2030         * backend/tiff/tiff-document.c:
2031         (tiff_document_document_iface_init):
2032         * backend/pixbuf/pixbuf-document.c:
2033         (pixbuf_document_document_iface_init):
2034         * backend/comics/comics-document.c:
2035         (comics_document_document_iface_init):
2036         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2037         (pdf_selection_render_selection),
2038         (pdf_selection_get_selected_text),
2039         (pdf_selection_get_selection_region),
2040         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2041         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2042         (ev_selection_get_selection_region),
2043         (ev_selection_get_selection_map):
2044         * libdocument/ev-document.[ch]:
2045         * shell/ev-pixbuf-cache.[ch]: (add_job),
2046         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2047         * shell/ev-view-private.h:
2048         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2049         (ev_job_render_run):
2050         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2051         * shell/ev-view.c: (start_selection_for_event),
2052         (ev_view_button_press_event), (ev_view_drag_data_get),
2053         (ev_view_drag_data_received), (ev_view_button_release_event),
2054         (compute_new_selection_text), (compute_selections),
2055         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2056         (ev_view_primary_get_cb):
2057
2058         Add support for double and triple click selections.
2059
2060 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2061
2062         * NEWS:
2063         * configure.ac:
2064
2065         Update for release 2.19.4
2066
2067 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2068
2069         * shell/ev-view-private.h:
2070         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2071         (ev_view_set_highlight_search):
2072         * shell/ev-view.h:
2073         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2074         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2075         (find_bar_visibility_changed_cb):
2076         
2077         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2078
2079 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2082         (pdf_document_file_exporter_begin),
2083         (pdf_document_file_exporter_do_page):
2084         * shell/ev-jobs.c: (ev_job_print_run):
2085         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2086
2087         Create always a portrait cairo surface and rotate when needed for
2088         landscape. It fixes printing problems in real printers.
2089
2090 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2091
2092         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2093         * libdocument/ev-file-exporter.[ch]:
2094         (ev_file_exporter_get_capabilities):
2095         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2096         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2097
2098         Adjust number of pages per row according to page orientation when
2099         printing 2 or 6 pages per sheet.
2100
2101 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-window.c: (ev_window_print_send):
2104
2105         Reset also cups setting to 1 when printing multiple pages per
2106         sheet. Fixes bug #468853.
2107
2108 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * libdocument/ev-document-misc.c:
2111         (ev_document_misc_surface_rotate_and_scale):
2112
2113         Use directly cairo_surface_get_content() when creating a similar
2114         surface as suggested by Jeff Muizelaar. Thanks again.
2115
2116 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * backend/djvu/djvu-document.c: (djvu_document_render):
2119         * backend/tiff/tiff-document.c: (tiff_document_render):
2120         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2121         * libdocument/ev-document-misc.c:
2122         (ev_document_misc_surface_from_pixbuf),
2123         (ev_document_misc_surface_rotate_and_scale):
2124
2125         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2126         creating page surfaces. Fixes bug #453123. Thank you very much to
2127         Jeff Muizelaar <jeff@infidigm.net>.
2128
2129 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-page-cache.c: (ev_page_cache_new),
2132         (ev_page_cache_get_thumbnail_size):
2133         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2134         (ev_sidebar_thumbnails_set_loading_icon):
2135
2136         Also store in page-cache the dimensions of the thumbnails so that
2137         they can be used to create the correct loading icon in the side
2138         pane. Fixes bug #466857.
2139
2140 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2141
2142         * backend/pdf/ev-poppler.cc:
2143         (pdf_document_thumbnails_get_thumbnail):
2144
2145         Fix thumbnails rotation in pdf documents that include embedded 
2146         thumbnails.
2147
2148 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2149
2150         * backend/pdf/ev-poppler.cc:
2151
2152         Don't use #ifdef in macro expansion. Some compilers don't
2153         like that. Closes bug #467042.
2154
2155 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2156
2157         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2158         
2159         Fixes memory leak in djvu backend.
2160
2161 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2162
2163         * data/icons/32x32/Makefile.am:
2164         * data/icons/32x32/actions/Makefile.am:
2165         * data/icons/32x32/actions/view-page-cont.svg:
2166         * data/icons/32x32/actions/view-page-facing.svg:
2167         * data/icons/48x48/Makefile.am:
2168         * data/icons/48x48/actions/Makefile.am:
2169         * data/icons/48x48/actions/view-page-cont.svg:
2170         * data/icons/48x48/actions/view-page-facing.svg:
2171         
2172         Icons for a new sizes.
2173
2174 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2175
2176         * shell/ev-page-cache.c: (build_height_to_page),
2177         (ev_page_cache_get_height_to_page):
2178         
2179         Fixes invalid read, see bug #466401.
2180
2181 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2184         (set_drag_cursor):
2185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2186         (configure_item_cursor), (new_pixbuf_from_widget):
2187
2188         Fix multihead problems in toolbar editor. Fixes bug #382055.
2189
2190 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2191
2192         * shell/ev-window.c: (ev_window_cmd_file_open),
2193         (ev_window_cmd_save_as):
2194
2195         Use g_get_user_special_dir when available instead of
2196         xdg_user_dir_lookup.
2197
2198 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2199
2200         * MAINTAINERS:
2201         
2202         Updated according to request on desktop-devel.
2203
2204 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2207
2208         Do not use cairo_rectangle and cairo_clip since we are
2209         not using cairo_fill but cairo_paint. Use the same cairo context
2210         for every page in the same expose event.
2211
2212 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2213
2214         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2215         leak.
2216
2217 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * configure.ac:
2220         * NEWS:
2221
2222         Release 0.9.3
2223
2224 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * libdocument/ev-document-info.h:
2227         * libdocument/ev-document.h:
2228         * shell/ev-page-action.h:
2229         * shell/ev-sidebar-links.h:
2230
2231         Fix a headers problem with ev-link
2232         
2233         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2234         * shell/ev-view-private.h:
2235         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2236         (get_link_area), (ev_view_query_tooltip),
2237         (ev_view_leave_notify_event), (ev_view_destroy),
2238         (ev_view_class_init):
2239
2240         Use new gtk tooltips when available instead of ev-tooltip.
2241         
2242 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * shell/ev-window.c: (update_chrome_visibility),
2245         (ev_window_sidebar_visibility_changed_cb):
2246
2247         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2248         
2249 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2250
2251         * shell/ev-navigation-action.c:
2252         (ev_navigation_action_history_changed),
2253         (ev_navigation_action_set_history):
2254         * shell/ev-navigation-action-widget.c:
2255         (ev_navigation_action_widget_init):
2256         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2257
2258         Fix compile warnings.
2259         
2260 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2263         (egg_editable_toolbar_dispose):
2264
2265         Fix memory leak.
2266         
2267 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2270         (screensaver_disable_x11):
2271         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2272         * shell/ev-window.c: (presentation_set_timeout):
2273         * shell/ev-view.c: (ev_view_presentation_transition_start):
2274
2275         Use g_timeout_add_seconds instead of g_timeout_add when
2276         available.
2277         
2278 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2281
2282         Set horizontal scrollbar policy to AUTOMATIC instead of
2283         NEVER. Workaround for bug #449462.
2284         
2285 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2286
2287         * shell/ev-jobs.c: (ev_job_render_page_ready):
2288
2289         Add page_ready callback to main loop with high priority and hold
2290         a reference to job during idle.
2291         
2292 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * configure.ac:
2295         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2296         (pdf_document_file_exporter_begin),
2297         (pdf_document_file_exporter_do_page),
2298         (pdf_document_file_exporter_get_capabilities):
2299         * libdocument/ev-file-exporter.h:
2300         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2301         * shell/ev-window.c: (ev_window_print_send),
2302         (ev_window_print_dialog_response_cb):
2303
2304         Allow printing multiple pages per sheet. Fixes bug #395573.
2305         
2306 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2307
2308         * shell/ev-view.c: (tip_from_link):
2309         
2310         Check for NULL, fixes bug #460862.
2311
2312 2007-07-29  Christian Persch  <chpe@gnome.org>
2313
2314         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2315         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2316         (ev_window_cmd_preview_print):
2317         
2318         Fixes bug #437681 - blocks while enumerating printers.
2319
2320 2007-07-29  Christian Persch  <chpe@gnome.org>
2321
2322         * shell/ev-window.c: (ev_window_screen_changed):
2323         
2324         Don't use deprecated gtk+ function. See bug #460909.
2325
2326 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2327
2328         * shell/ev-utils.c: (get_num_monitors):
2329         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2330
2331         Do not use display before initializing it. Remove compile
2332         warnings.
2333
2334 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2335
2336         * shell/ev-view.c: (ev_view_class_init):
2337         
2338         Unix-like hjkl bindings added. See bug #458111.
2339
2340 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2341
2342         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2343         * shell/ev-utils.h:
2344         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2345         (ev_view_update_view_size):
2346         * shell/ev-view.h:
2347         * shell/ev-window.c: (ev_window_update_actions),
2348         (setup_view_from_metadata), (ev_window_screen_changed),
2349         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2350         (zoom_control_changed_cb):
2351         * shell/ev-window.h:
2352         
2353         Reorganizes utility functions.
2354
2355 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2358         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2359         (add_job), (ev_pixbuf_cache_get_surface),
2360         (ev_pixbuf_cache_get_link_mapping),
2361         (ev_pixbuf_cache_get_image_mapping),
2362         (ev_pixbuf_cache_get_form_field_mapping),
2363         (ev_pixbuf_cache_get_text_mapping):
2364         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2365         (notify_page_ready), (ev_job_render_page_ready),
2366         (ev_job_render_run):
2367
2368         Add page_ready signal to notify that page is ready as soon as
2369         possible even if other page elements like links, forms, images or
2370         text mapping are not ready yet.
2371
2372 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2375         (dvi_document_file_exporter_do_page),
2376         (dvi_document_file_exporter_get_capabilities),
2377         (dvi_document_file_exporter_iface_init):
2378         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2379         (ps_document_file_exporter_do_page),
2380         (ps_document_file_exporter_get_capabilities),
2381         (ps_document_file_exporter_iface_init):
2382         * backend/djvu/djvu-document.c:
2383         (djvu_document_file_exporter_begin),
2384         (djvu_document_file_exporter_end),
2385         (djvu_document_file_exporter_get_capabilities),
2386         (djvu_document_file_exporter_iface_init):
2387         * backend/tiff/tiff-document.c:
2388         (tiff_document_file_exporter_begin),
2389         (tiff_document_file_exporter_get_capabilities),
2390         (tiff_document_document_file_exporter_iface_init):
2391         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2392         (pdf_document_file_exporter_do_page),
2393         (pdf_document_file_exporter_get_capabilities),
2394         (pdf_document_file_exporter_iface_init):
2395         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2396         (ev_file_exporter_get_capabilities):
2397         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2398         (idle_print_handler), (ev_print_job_print):
2399         * shell/ev-jobs.c: (ev_job_print_run):
2400         * shell/ev-window.c: (ev_window_print_send),
2401         (ev_window_print_range):
2402
2403         Use capabilities to know which options should be offered by the
2404         print dialog depending on the document backend.
2405
2406 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2409
2410         Give priority to forms over text to set the cursor.
2411
2412 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-view-private.h:
2415         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2416         (ev_view_leave_notify_event), (ev_view_finalize),
2417         (ev_view_get_property), (ev_view_class_init):
2418
2419         Use IBEAM cursor for text form fields and NORMAL cursor for read
2420         only fields. Remove unused status attribute.
2421
2422 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2425
2426         Update region for current selected items also for checkbox
2427         buttons, since they can behave as radio buttons when they are in a
2428         set.
2429
2430 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * configure.ac:
2433         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2434
2435         Get max length of text form fields.
2436
2437 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2440         * libdocument/ev-form-field.h:
2441         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2442
2443         Fix build with current poppler cvs head.
2444
2445 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2448         * shell/eggfindbar.c: (egg_find_bar_init):
2449
2450         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2451         deprecation. Fixes bug #455667
2452
2453 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2454
2455         * NEWS:
2456         * configure.ac:
2457         
2458         Update for release 0.9.2
2459
2460 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2461
2462         * shell/ev-view.c: (ev_view_form_field_text_save),
2463         (ev_view_form_field_choice_save):
2464
2465         Fix a crash when closing whith a form widget visible.
2466
2467 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2470
2471         Update also the region of the current selected button when
2472         clicking on another button if they are radio buttons.
2473
2474 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2477         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2478         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2479         (ev_pixbuf_cache_get_link_mapping),
2480         (ev_pixbuf_cache_get_image_mapping),
2481         (ev_pixbuf_cache_get_form_field_mapping),
2482         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2483         * shell/ev-view.c: (ev_view_form_field_get_region),
2484         (ev_view_form_field_button_create_widget),
2485         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2486         (job_finished_cb):
2487
2488         Redraw only form field region instead of the whole page when
2489         reloading a page to show changes on the form field.
2490
2491 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * shell/ev-view.c: (ev_view_form_field_choice_save):
2494
2495         Fix selection of first item in list form fields.
2496
2497 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2500         (ev_pixbuf_cache_reload_page),
2501         (ev_pixbuf_cache_get_form_field_mapping):
2502
2503         Some refactoring to avoid duplicated code.
2504
2505 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * configure.ac:
2508         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2509         (ev_form_field_from_poppler_field),
2510         (pdf_document_forms_get_form_fields),
2511         (pdf_document_forms_form_field_text_get_text),
2512         (pdf_document_forms_form_field_text_set_text),
2513         (pdf_document_forms_form_field_button_set_state),
2514         (pdf_document_forms_form_field_button_get_state),
2515         (pdf_document_forms_form_field_choice_get_item),
2516         (pdf_document_forms_form_field_choice_get_n_items),
2517         (pdf_document_forms_form_field_choice_is_item_selected),
2518         (pdf_document_forms_form_field_choice_select_item),
2519         (pdf_document_forms_form_field_choice_toggle_item),
2520         (pdf_document_forms_form_field_choice_unselect_all),
2521         (pdf_document_forms_form_field_choice_set_text),
2522         (pdf_document_forms_form_field_choice_get_text),
2523         (pdf_document_document_forms_iface_init):
2524         * libdocument/Makefile.am:
2525         * libdocument/ev-form-field.[ch]:
2526         * libdocument/ev-document-forms.[ch]:
2527         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2528         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2529         (add_job), (ev_pixbuf_cache_reload_page),
2530         (ev_pixbuf_cache_get_form_field_mapping):
2531         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2532         * shell/ev-view-private.h:
2533         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2534         (ev_view_handle_cursor_over_xy),
2535         (ev_view_get_form_field_at_location),
2536         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2537         (ev_view_form_field_button_create_widget),
2538         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2539         (ev_view_form_field_text_create_widget),
2540         (ev_view_form_field_choice_save),
2541         (ev_view_form_field_choice_changed),
2542         (ev_view_form_field_choice_create_widget),
2543         (ev_view_handle_form_field), (ev_view_size_allocate),
2544         (ev_view_realize), (draw_end_presentation_page),
2545         (ev_view_button_press_event), (ev_view_remove_all),
2546         (ev_view_motion_notify_event), (ev_view_key_press_event),
2547         (ev_view_enter_notify_event), (highlight_find_results),
2548         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2549         (ev_view_class_init), (page_changed_cb),
2550         (on_adjustment_value_changed), (ev_view_set_presentation),
2551         (merge_selection_region), (ev_view_set_cursor),
2552         (ev_view_reset_presentation_state):
2553         
2554         Merge evince-forms branch.
2555
2556 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2557
2558         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2559
2560         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2561         This script also updates itself from libegg
2562
2563         * cut-n-paste/toolbar-editor/egg*:
2564         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2565         libegg
2566
2567 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2568
2569         * shell/ev-window.c:
2570         
2571         Adds a nice icon to page action during toolbar editing.
2572         See bug #452872.
2573
2574 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2575
2576         * data/evince-toolbar.xml:
2577         * shell/ev-window.c:
2578         
2579         Let user add a presentation and fullscreen icons on toolbar.
2580         See bug #449734.
2581
2582 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2583
2584         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2585
2586         new script to keep in sync with toolbareditor in libegg
2587
2588         * cut-n-paste/toolbar-editor/*: 
2589
2590         Run update-toolbareditor-from-libegg so we are in sync again. 
2591         Fixes bug #452850.
2592         
2593
2594 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-sidebar-links.c: (job_finished_callback):
2597
2598         Do not connect selection changed signal more than once. Fixes bug
2599         #349433.
2600
2601 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2604
2605         Do not change sidebar chrome flag when pressing F9 key in
2606         presentation mode.
2607
2608 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * backend/pdf/ev-poppler.cc:
2611         (pdf_document_thumbnails_get_dimensions):
2612
2613         Make sure thumbnails width and height is not <= 0. Fixes a crash
2614         with some pdf documents which have really small pages.
2615
2616 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2617
2618         * shell/main.c: (main):
2619
2620         Fixes program description translation issue.
2621         Bug #450148.
2622
2623 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2624
2625         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2626
2627         Do not change current page when returning from black/white mode
2628         in presentation. Fixes bug #415032.
2629
2630 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2631
2632         * NEWS:
2633         * configure.ac:
2634         
2635         Update for release 0.9.1
2636
2637 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2638
2639         * backend/dvi/dvi-document.c:
2640         (dvi_document_finalize),
2641         (dvi_document_file_exporter_format_supported),
2642         (dvi_document_file_exporter_begin),
2643         (dvi_document_file_exporter_do_page),
2644         (dvi_document_file_exporter_end),
2645         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2646         
2647         PDF exporter for dvi documents. Fixes bug #441319.
2648
2649 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/ev-window.c: (ev_window_clear_print_job):
2652
2653         Clear gtk print job when job has finished. Fixes bug #447612.
2654
2655 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-window.c: (ev_window_print_send),
2658         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2659
2660         Add preview button to print dialog. Fixes bug #445419.
2661
2662 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * backend/dvi/Makefile.am:
2665         * backend/dvi/pixbuf-device.[ch]: Removed
2666         * backend/dvi/cairo-device.[ch]: Added
2667         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2668         * backend/dvi/dvi-document.c: (dvi_document_load),
2669         (dvi_document_render), (dvi_document_finalize),
2670         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2671         (dvi_document_do_color_special):
2672         * libdocument/ev-document-misc.[ch]:
2673         (ev_document_misc_pixbuf_from_surface):
2674
2675         Port dvi backend to cairo and fix a problem with colors. 
2676
2677 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * shell/ev-view.c: (draw_one_page):
2680
2681         Draw only visible region.
2682
2683 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * backend/djvu/djvu-document.c: (djvu_document_render):
2686
2687         Fix rotation in djvu backend.
2688
2689 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2692         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2693         (ev_pixbuf_cache_get_image_mapping),
2694         (ev_pixbuf_cache_get_text_mapping):
2695
2696         Redraw view every time we have a new surface. Fixes bug #443587.
2697
2698 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * libdocument/ev-document.c: (ev_document_info_free):
2701
2702         Fix memory leaks.
2703
2704 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * backend/dvi/dvi-document.c: (dvi_document_render),
2707         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2708         * backend/impress/impress-document.c:
2709         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2710         (impress_document_render), (impress_document_document_iface_init),
2711         (impress_document_thumbnails_get_thumbnail):
2712         * backend/djvu/djvu-document-private.h:
2713         * backend/djvu/djvu-document.c: (djvu_document_render),
2714         (djvu_document_finalize), (djvu_document_document_iface_init),
2715         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2716         * backend/tiff/tiff-document.c: (tiff_document_render),
2717         (tiff_document_render_pixbuf),
2718         (tiff_document_document_iface_init):
2719         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2720         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2721         (pdf_selection_render_selection):
2722         * backend/comics/comics-document.c:
2723         (comics_document_render_pixbuf), (comics_document_render),
2724         (comics_document_document_iface_init):
2725         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2726         (pixbuf_document_document_iface_init):
2727         * libdocument/ev-document-misc.[ch]:
2728         (ev_document_misc_surface_from_pixbuf),
2729         (ev_document_misc_surface_rotate_and_scale):
2730         * libdocument/ev-document.[ch]: (ev_document_render):
2731         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2732         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2733         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2734         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2735         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2736         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2737         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2738         (render_finished_cb), (ev_job_render_run):
2739         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2740         (merge_selection_region):
2741
2742         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2743         and selections.
2744
2745 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * shell/ev-window-title.c: (ev_window_title_update):
2748
2749         Fix memory leak.
2750
2751 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2752
2753         * shell/ev-view.c: (draw_loading_text):
2754
2755         Show loading text centered. Fixes bug #433061
2756
2757 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * shell/ev-sidebar-thumbnails.c:
2760         (ev_sidebar_thumbnails_set_loading_icon):
2761
2762         Remove a mutex in the main thread that blocks the UI in heavy
2763         documents.
2764
2765 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2768
2769         Set points_set to TRUE so that selections don't disappear after a
2770         zoom change.
2771
2772 2007-06-07  Michael Monreal  <infernux@web.de>
2773
2774         * data/icons/16x16/actions/Makefile.am:
2775         * data/icons/16x16/actions/zoom.svg:
2776         * data/icons/22x22/actions/Makefile.am:
2777         * data/icons/22x22/actions/zoom.svg:
2778         * data/icons/24x24/actions/Makefile.am:
2779         * shell/ev-stock-icons.c:
2780         * shell/ev-stock-icons.h:
2781         * shell/ev-window.c:
2782         
2783         Zoom icon artwork. See bug #444795.
2784
2785 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2786
2787         * shell/ev-metadata-manager.c: Remove extraneous function
2788         (Closes: #444386)
2789
2790 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2791
2792         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2793         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2794         (ev_metadata_manager_set), (ev_metadata_manager_save):
2795         Simplify the timeout, no need for modified anymore
2796
2797 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2798
2799         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2800         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2801         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2802         (ev_metadata_manager_save): Adapted patch from Arjan van de
2803         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2804         time, saves on power (Closes: #443851)
2805
2806 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * configure.ac:
2809         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2810         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2811
2812         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2813
2814 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2815
2816         * shell/ev-window.c: (ev_window_add_history):
2817
2818         Check if history is NULL
2819
2820 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * libdocument/ev-image.c: (ev_image_finalize):
2823         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2824         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2825         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2826         (ev_tmp_uri_unlink):
2827
2828         Add functions to delete temporary files created by evince in a safe
2829         way.
2830
2831         * shell/ev-window.c: (ev_window_clear_local_uri),
2832         (open_xfer_update_progress_callback),
2833         (save_xfer_update_progress_callback), (ev_window_save_remote),
2834         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2835         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2836         (attachment_save_dialog_response_cb),
2837         (ev_attachment_popup_cmd_save_attachment_as):
2838
2839         Allow saving a copy of a document, image or attachment to a remote
2840         location. Fixes bug #440754. 
2841
2842 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * configure.ac:
2845         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2846
2847         Fix build with current poppler from cvs head. 
2848
2849 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2850
2851         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2852
2853         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2854         directory exists.
2855
2856 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2857
2858         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2859         * shell/ev-window.c:
2860
2861         Change sidebar ordering. Fixes bug #439939.
2862
2863 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2864
2865         * backend/comics/Makefile.am:
2866         
2867         Fixes build with --without-libgnome.
2868
2869 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2870         
2871         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2872
2873         Update cursor and tooltip on page change and view scroll. Fixes bug
2874         #439217.
2875
2876 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2877
2878         * NEWS:
2879         * configure.ac:
2880         
2881         Update for release 0.9.0
2882
2883 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2884
2885         * backend/djvu/djvu-document-private.h:
2886         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2887         (djvu_document_finalize),
2888         (djvu_document_file_exporter_format_supported),
2889         (djvu_document_file_exporter_begin),
2890         (djvu_document_file_exporter_do_page),
2891         (djvu_document_file_exporter_end),
2892         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2893         
2894         Implemented printing with djvu. Bug #437998.
2895
2896 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * backend/impress/zip.c:
2899         Add missing ulong definition.
2900
2901         * backend/ps/ps-interpreter.c:
2902         Add missing headers.
2903
2904         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2905
2906 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2907
2908         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2909
2910         Add missing call to parent class dispose method. 
2911
2912 2007-05-12  Ross Burton  <ross@openedhand.com>
2913
2914         * shell/main.c:
2915         Sync keybindings manually when building without libgnome
2916         (#437925).
2917
2918 2007-05-12  Ross Burton  <ross@openedhand.com>
2919
2920         * shell/ev-window.c:
2921         Respect the screen when opening help (#437866).
2922
2923 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * data/evince-ui.xml:
2926         * shell/ev-application.[ch]: (get_print_settings_from_args),
2927         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2928         (ev_application_open_uri_list):
2929         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2930         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2931         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2932         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2933         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2934         (ev_window_dispose):
2935         * shell/main.c: (arguments_parse):
2936
2937         Add print button in preview mode. Fixes bug #396475. 
2938
2939 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2940
2941         * cut-n-paste/zoom-control/ephy-zoom.h:
2942         
2943         Fixes zoom level factors. See bug #408119 for details.
2944
2945 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * backend/comics/comics-document.c: (comics_regex_quote),
2948         (extract_argv):
2949         
2950         Correctly quote symbols. Fixes crash in the bug
2951         #415370.
2952
2953 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * shell/ev-navigation-action-widget.c:
2956         (ev_navigation_action_widget_init),
2957         (ev_navigation_action_widget_class_init),
2958         (ev_navigation_action_widget_button_press_event):
2959         
2960         Connect to button-press event on correct widget. Fixes
2961         bug #431988
2962
2963 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2964
2965         * shell/ev-application.c: (ev_application_open_window),
2966         (ev_application_add_icon_path_for_screen),
2967         (ev_application_open_uri_at_dest):
2968         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2969         * shell/ev-navigation-action.c: (build_menu):
2970         
2971         Add app-specific icons to our icon theme. Fixes bug
2972         #425508.
2973
2974 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * shell/ev-history.c: (ev_history_class_init),
2977         (ev_history_add_link):
2978         * shell/ev-history.h:
2979         * shell/ev-navigation-action.c:
2980         (ev_navigation_action_history_changed),
2981         (ev_navigation_action_set_history), (build_menu),
2982         (ev_navigation_action_finalize):
2983         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2984         
2985         Make navigation action unsensitive instead of showing
2986         menu with unsensitive word. Fixes bug #417392.
2987
2988 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * shell/ev-application.[ch]: (ev_application_shutdown),
2991         (ev_application_get_print_settings),
2992         (ev_application_set_print_settings):
2993         * shell/ev-window.c:
2994
2995         Remember print settings. Fixes bug #349102. 
2996
2997 2007-05-08  Christian Persch  <chpe@gnome.org>
2998
2999         * configure.ac:
3000         * properties/ev-properties-view.c:
3001
3002         No need for a configure check; just use the GTK_CHECK_VERSION macro.
3003         Bug #382438.
3004
3005 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * configure.ac:
3008         * properties/ev-properties-view.c: (ev_regular_paper_size):
3009
3010         Use gtk+ builtin paper list to identify the document's paper size.
3011         Fixes bug #382438. 
3012
3013 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * configure.ac:
3016
3017         Fix build when compiling with thumbnailer and libgnome support. 
3018
3019 2007-05-04  Ross Burton  <ross@openedhand.com>
3020
3021         * configure.ac:
3022         Add --without-libgnome, check for libgnome and libgnomeui
3023         separately, and add them to the symbols as required.
3024
3025         * libdocument/ev-file-helpers.c:
3026         When building without libgnome, use g_get_user_config_dir instead
3027         of gnome_user_dir_get.
3028
3029         * shell/ev-application.c:
3030         When building without libgnome, don't use session management.
3031
3032         * shell/main.c:
3033         When building without libgnome, don't use GnomeProgram or
3034         initialise the authentication manager.
3035
3036         This fixes #328842.
3037
3038 2007-05-04  Ross Burton  <ross@openedhand.com>
3039
3040         * shell/ev-window.c:
3041         Don't use libgnome to open help, instead call Yelp directly.
3042
3043 2007-05-04  Ross Burton  <ross@openedhand.com>
3044
3045         * shell/ev-sidebar-attachments.c:
3046         Don't use libgnome to lookup icons for MIME types, instead copy
3047         code from GTK+ to do it manually.
3048
3049 2007-05-04  Ross Burton  <ross@openedhand.com>
3050
3051         * configure.ac:
3052         Add libxml to the dependencies for SHELL_CORE (#435818).
3053
3054 2007-05-02  Ross Burton  <ross@openedhand.com>
3055
3056         * configure.ac:
3057         * Makefile.am:
3058         Add --disable-thumbnailer (#434825)
3059
3060 2007-05-02  Ross Burton  <ross@openedhand.com>
3061
3062         * shell/ev-window.c:
3063         Add missing includes, fix indentation.
3064
3065         * shell/main.c:
3066         Fix indentation.
3067
3068 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3069
3070         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3071         ev_application_open_uri_at_dest instead of ev_application_open_uri
3072         preventing new document always being opened in a new window even if there
3073         is an empty window.
3074
3075 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3076
3077         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3078         (egg_recent_view_uimanager_finalize):
3079         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3080         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3081         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3082         (ev_pixbuf_cache_dispose):
3083         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3084         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3085         
3086         Add missing chain to parent class methods. Fixes
3087         bug #433128.
3088
3089 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3090
3091         * data/Makefile.am (update-icon-cache): Updates
3092         gtk-update-icon-cache in uninstall-hook.
3093
3094 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * shell/ev-window.c: (ev_window_setup_document),
3097         (ev_window_set_document), (ev_window_load_job_cb):
3098         * shell/ev-view.c: (setup_caches):
3099         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3100
3101         Start rendering pages before any other jobs. 
3102
3103 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * shell/ev-window.c: (ev_window_stop_fullscreen),
3106         (ev_window_stop_presentation):
3107
3108         Update chrome visibility before window unfullscreen. 
3109
3110 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * data/Makefile.am:
3113         * data/evince-ui.xml:
3114         * shell/ev-stock-icons.[ch]:
3115         * shell/ev-application.[ch]: (ev_application_shutdown),
3116         (ev_application_init), (ev_application_get_toolbars_model):
3117         * shell/ev-window.c: (update_chrome_visibility),
3118         (fullscreen_toolbar_setup_item_properties),
3119         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3120         (ev_window_run_presentation), (ev_window_stop_presentation),
3121         (ev_window_run_preview), (ev_window_screen_changed),
3122         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3123         (ev_window_dispose), (ev_window_init):
3124
3125         Make fullscreen toolbar always visible. Do not use egg toolbars for
3126         fullscreen and preview modes since such toolbars are not editables.
3127         Fixes bugs #300278, #338910 and #316188.  
3128
3129 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3130
3131         * shell/ev-application.c:
3132         * shell/ev-job-queue.c:
3133         * shell/ev-metadata-manager.c:
3134         * shell/ev-stock-icons.c:
3135         * shell/ev-window.c:
3136         * shell/main.c:
3137         
3138         Developers documentation updated.
3139
3140 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3143
3144         Check whether uri is valid before launching it. Fixes bug #427664.
3145
3146 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c:
3149
3150         Change key accelerator for Open a Copy menu entry which is in conflict
3151         with Close. Fixes bug #427321.
3152
3153 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3154
3155         * NEWS:
3156         * configure.ac:
3157         
3158         Update for release 0.8.1
3159
3160 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3161
3162         * shell/ev-window.c: (setup_size_from_metadata):
3163         
3164         Do not make window bigger than screen. Fixes bug 
3165         #388985.
3166
3167 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3170         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3171
3172         Use default resolution when it's not provided by document. Fixes bug
3173         #408762.
3174
3175 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3176
3177         * configure.ac:
3178         * thumbnailer/Makefile.am:
3179         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3180         * thumbnailer/evince-thumbnailer.schemas.in:
3181         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3182
3183         Add support for ps, eps and compressed documents thumbnails. Do not
3184         ignore size parameter. 
3185
3186 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3187
3188         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3189         (dvi_document_do_color_special):
3190         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3191
3192         Implement font color specials in the DVI backend. Fixes bug #303651.
3193
3194 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3195
3196         Fixup the previous commit:
3197
3198         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3199         * shell/xdg-user-dir-lookup.c: Make the function non-static
3200         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3201
3202 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3203
3204         * shell/ev-window.c (file_open_dialog_response_cb): Use
3205         the xdg-user-dirs DOCUMENTS folder as default folder when
3206         opening a file chooser.  (#424858)
3207
3208         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3209         xdg-user-dirs.
3210
3211 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3212
3213         * shell/ev-window.c: (ev_window_load_job_cb):
3214
3215         Do not setup view from metadata on preview mode. 
3216
3217 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/main.c:
3220
3221         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3222
3223 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-view.c: (ev_view_primary_get_cb):
3226
3227         Check pointer != NULL before using it. Fixes bug #416841. 
3228
3229 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3230
3231         * NEWS:
3232         * configure.ac:
3233         
3234         Release 0.8.0
3235
3236 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3239
3240         Do not render thumbnails when sidebar thumbnail page is not visible
3241         at startup. Fixes bug #416447. 
3242
3243 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3244
3245         * data/evince.desktop.in.in:
3246
3247         "Application" is not a valid category in the freedesktop specification.
3248
3249 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * libdocument/ev-file-helpers.[ch]: (compression_run),
3252         (ev_file_uncompress), (ev_file_compress):
3253         * shell/ev-window.c: (file_save_dialog_response_cb):
3254
3255         Save document compressed when saving a copy of a compressed document.
3256         Fixes bug #334542.
3257
3258 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3259
3260         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3261
3262         Allow deleting in goto window entry in presentation mode. 
3263
3264 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3265
3266         * Makefile.am: Dist MAINTAINERS.
3267
3268 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-window.c: (ev_window_update_actions):
3271
3272         Fix zoom shortcut keys when searching. Fixes bug #409828.
3273
3274 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-window.c: (ev_window_setup_document):
3277
3278         Fix crash when loading documents with only one page. 
3279
3280 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * backend/dvi/dvi-document.c:
3283         (dvi_document_thumbnails_get_dimensions),
3284         (dvi_document_thumbnails_get_thumbnail):
3285         * backend/impress/impress-document.c:
3286         (impress_document_thumbnails_get_thumbnail),
3287         (impress_document_thumbnails_get_dimensions):
3288         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3289         (ps_document_thumbnails_get_dimensions):
3290         * backend/djvu/djvu-document.c:
3291         (djvu_document_thumbnails_get_dimensions),
3292         (djvu_document_thumbnails_get_thumbnail):
3293         * backend/tiff/tiff-document.c:
3294         (tiff_document_thumbnails_get_thumbnail),
3295         (tiff_document_thumbnails_get_dimensions):
3296         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3297         (pdf_document_thumbnails_get_thumbnail),
3298         (pdf_document_thumbnails_get_dimensions):
3299         * backend/comics/comics-document.c:
3300         (comics_document_thumbnails_get_thumbnail),
3301         (comics_document_thumbnails_get_dimensions):
3302         * backend/pixbuf/pixbuf-document.c:
3303         (pixbuf_document_thumbnails_get_thumbnail),
3304         (pixbuf_document_thumbnails_get_dimensions):
3305         * libdocument/ev-document-thumbnails.[ch]:
3306         (ev_document_thumbnails_get_thumbnail),
3307         (ev_document_thumbnails_get_dimensions):
3308         * libdocument/ev-document-misc.[ch]:
3309         (ev_document_misc_get_thumbnail_frame):
3310         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3311         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3312         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3313         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3314         (ev_sidebar_thumbnails_refresh):
3315         * shell/ev-window.c: (ev_window_setup_document):
3316         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3317
3318         Use an EvRenderContext for rendering thumbnails instead of a suggested
3319         width, so that different sized pages get sized proportionally.
3320
3321 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3322
3323         * shell/ev-view.c: (ev_view_button_press_event),
3324         (ev_view_key_press_event):
3325
3326         Fix critical warnings when there is no document loaded. 
3327
3328 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-page-action-widget.c:
3331         * shell/ev-navigation-action.c:
3332         * shell/ev-window.c:
3333
3334         Fix compile warnings. 
3335
3336 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * backend/djvu/djvu-text.h:
3339         * backend/djvu/djvu-document.c:
3340         * backend/djvu/djvu-text-page.c:
3341         * backend/djvu/djvu-links.c:
3342         * backend/djvu/djvu-text-page.h:
3343         * backend/djvu/djvu-text.c:
3344         
3345         Fix build on Mac. Fixes bug #392186. Patch by
3346         <ephraim_owns@hotmail.com>
3347
3348 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3351
3352         Restore cairo context before rendering every page when printing a PDF
3353         document into a PDF file. 
3354
3355 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3356
3357         * backend/ps/gstypes.h:
3358         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3359         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3360         (ps_document_thumbnails_get_thumbnail):
3361
3362         Handle PostScript page orientation. Fixes bug #318568.
3363
3364 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * backend/ps/Makefile.am:
3367         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3368         (document_load), (ps_document_load), (save_document),
3369         (save_page_list), (ps_document_get_n_pages),
3370         (ps_document_get_page_size), (ps_document_get_info),
3371         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3372         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3373         (ps_document_thumbnails_get_thumbnail),
3374         (ps_document_thumbnails_get_dimensions),
3375         (ps_document_document_thumbnails_iface_init):
3376         * backend/ps/ps.[ch]: (psgetpagebox):
3377         * backend/ps/ps-interpreter.[ch]:
3378
3379         Add support for thumbnails in ps backend. Fixes bug #164755. 
3380
3381 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3382
3383         * NEWS:
3384         * configure.ac:
3385         
3386         Release 0.7.2
3387
3388 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3389
3390         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3391         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3392         (ev_window_dispose):
3393
3394         Use document thumbnail as window icon. Fixes bug #384442.
3395
3396 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3397
3398         * configure.ac:
3399
3400         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3401         duplicated adding application/x-bzpostscript instead. 
3402
3403 2007-02-11  Tom Parker  <palfrey@tevp.net>
3404
3405         * backend/ps/ps-document.c: (document_load):
3406
3407         Check return value of psscan before trying
3408         to use it. Fixes bug #372414.
3409
3410 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3411
3412         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3413
3414         Fix invalid free in ev-page-cache. Fixes bug #404745.
3415
3416 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3417
3418         * test/Makefile.am:
3419         * test/test3.py:
3420         
3421         Added reload test case.
3422
3423 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3424
3425         * po/POTFILES.in:
3426         * backend/djvu/djvu-document.c: (djvu_document_load):
3427
3428         Check whether there are missing files in indirect multipage djvu
3429         documents. Fixes bug #361683. 
3430
3431 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * test/Makefile.am:
3434         * test/test-mime.bin:
3435         * test/test3.py:
3436         
3437         Added test for slow mime type
3438
3439 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3442
3443         Add some checks and call parent_class->finalize. Fixes bug #404745.
3444
3445 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3446
3447         * shell/ev-navigation-action.c: (connect_proxy):
3448         
3449         Fixes dropdown history menu. Thanks a lot Carlos!
3450
3451 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3454
3455         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3456         bug #373715.
3457
3458 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * backend/ps/ps.c: (psscan):
3461
3462         Fix memory leak. 
3463
3464 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * configure.ac:
3467         * libdocument/ev-file-helpers.c: 
3468
3469         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3470
3471 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3472
3473         * configure.ac:
3474         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3475         (ps_interpreter_start), (document_load), (save_document),
3476         (save_page_list):
3477         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3478         * libdocument/ev-document-factory.c:
3479         (ev_document_factory_get_from_mime), (get_document_from_uri),
3480         (free_uncompressed_uri), (ev_document_factory_get_document):
3481         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3482
3483         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3484
3485 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3486
3487         * libdocument/ev-document.h:
3488
3489         Fix typo in function name. 
3490
3491 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3492
3493         * backend/ps/ps-document.c: (ps_interpreter_finished),
3494         (ps_interpreter_start), (ps_interpreter_failed):
3495
3496         Handle ghostscript interpreter crashes. 
3497
3498 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3499
3500         * shell/ev-window.c: (ev_window_open_uri),
3501         (window_configure_event_cb):
3502
3503         Setup window size and position before showing it. Fixes bug #401711.
3504
3505 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * backend/ps/Makefile.am:
3508         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3509         (ps_document_dispose), (ps_document_class_init),
3510         (ps_interpreter_input), (ps_interpreter_output),
3511         (ps_interpreter_error), (setup_interpreter_env),
3512         (ps_interpreter_start), (ps_interpreter_stop),
3513         (ps_interpreter_failed), (ps_interpreter_is_ready),
3514         (check_filecompressed), (document_load), (ps_document_load),
3515         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3516         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3517         (render_page):
3518
3519         Rework ps-document. Code cleanups, remove deprecated code. 
3520
3521 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-view.c: (ev_view_button_press_event):
3524
3525         Do not start an image drag and drop operation when pointer is on 
3526         text, so that we can select text when the whole background is an
3527         image. 
3528
3529 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3530
3531         * shell/ev-window.c: (ev_window_update_actions): 
3532
3533         Disable all zoom related actions during presentation mode. 
3534
3535 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3536
3537         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3538
3539         Do not zoom in or out on presentation mode. Fixes bug #401305.
3540
3541 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3542
3543         * shell/ev-navigation-action.c: (connect_proxy),
3544         (create_menu_item), (ev_navigation_action_class_init):
3545         
3546         Correctly show menu and fix crash when navigaton 
3547         action is out of toolbar visible area.
3548
3549 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3550
3551         * data/Makefile.am:
3552         * data/evince.1:
3553         
3554         Added man file
3555
3556 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3557
3558         * help/reference/* :
3559         * configure.ac:
3560         
3561         Added gtk-doc based documentation for Evince.
3562         Still in initial state but I hope it will
3563         grow.
3564         
3565         * configure.ac:
3566         
3567         Lower dbus requirement to 0.70
3568
3569 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * shell/ev-window.c: (ev_window_add_history):
3572
3573         Fix memory leak. 
3574
3575 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3578         * shell/ev-view.h:
3579         * shell/ev-window.c: (ev_window_add_history):
3580         
3581         Correctly handle named destination links
3582
3583 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3584
3585         * NOTES:
3586         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3587         * backend/pdf/ev-poppler.cc:
3588         * libdocument/ev-document-links.h:
3589         * libdocument/ev-link.c: (ev_link_get_page):
3590         * libdocument/ev-link.h:
3591         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3592         (ev_history_add_link):
3593         * shell/ev-history.h:
3594         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3595         (new_history_menu_item), (build_menu):
3596         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3597         * shell/ev-sidebar-links.c: (create_loading_model),
3598         (print_section_cb), (ev_sidebar_links_construct),
3599         (fill_page_labels), (update_page_callback_foreach),
3600         (update_page_callback), (job_finished_callback):
3601         * shell/ev-view.c: (ev_view_handle_link):
3602         * shell/ev-window.c: (ev_window_find_chapter),
3603         (ev_window_add_history), (view_handle_link_cb),
3604         (history_changed_cb):
3605         
3606         Implements another history variant
3607
3608 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * shell/ev-window.c: (view_external_link_cb):
3611         * shell/ev-view.c: (ev_view_button_release_event):
3612
3613         Open links in new window when clicking with middle button. 
3614
3615 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3616
3617         * shell/ev-navigation-action.c: (new_history_menu_item):
3618         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3619         * shell/ev-view.c: (ev_view_handle_link):
3620         * shell/ev-window.c:
3621         
3622         Store link before jump, not the destination. For me it 
3623         seems like more natural history behavior.
3624
3625 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3626
3627         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3628         (ev_navigation_action_class_init):
3629         * shell/ev-navigation-action.h:
3630         * shell/ev-page-action.c: (activate_cb):
3631         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3632         (ev_page_cache_set_current_page_history):
3633         * shell/ev-page-cache.h:
3634         * shell/ev-sidebar-thumbnails.c:
3635         (ev_sidebar_tree_selection_changed),
3636         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3637         * shell/ev-view-private.h:
3638         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3639         * shell/ev-view.h:
3640         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3641         (ev_window_setup_document), (ev_window_load_job_cb):
3642         * shell/ev-window.h:
3643         
3644         History finally works as expected.
3645
3646 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3647
3648         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3649
3650         Do not update links treeview if it doesn't have a model assigned yet. 
3651
3652 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3655         (ev_sidebar_links_class_init), (update_page_callback):
3656
3657         Do not update links treeview when sidepane is not visible. 
3658
3659 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3660
3661         * shell/ev-marshal.list:
3662         * shell/ev-page-action.c: (activate_cb),
3663         (ev_page_action_class_init):
3664         * shell/ev-page-action.h:
3665         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3666         * shell/ev-window.c:
3667         
3668         Remove activate_link signal, not required.
3669
3670 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * shell/ev-navigation-action.c: (build_menu):
3673         
3674         Reorder menu items and build menu with fixed length.
3675
3676 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3677
3678         * shell/ev-view.c: (get_selected_text):
3679         
3680         Normalize text to fix ligatures problem. See bug
3681         #341947 for details.
3682
3683 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3686
3687         Fix memory leak in ev-page-cache. 
3688
3689 2007-01-25  Tom Parker <palfrey@tevp.net>
3690
3691         * backend/impress/impress-document.c: (impress_document_load),
3692         (impress_document_finalize), (impress_document_init):
3693         * properties/ev-properties-main.c: (ev_properties_get_pages):
3694         
3695         Correctly handle impress document errors. Fixes nautilus
3696         crash in property page #370491.
3697
3698 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3699
3700         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3701         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3702         (ev_job_queue_remove_job):
3703         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3704         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3705         (ev_job_load_run):
3706         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3707         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3708         (ev_window_load_job_cb), (xfer_update_progress_callback),
3709         (ev_window_open_uri), (ev_window_dispose):
3710         * shell/main.c: (main):
3711
3712         Do file transfer asynchronously in the main thread instead of
3713         synchronously in the load thread. Fixes bugs #399694, #398307 and
3714         #343542.
3715
3716 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-jobs.c: (ev_job_xfer_run):
3719
3720         Load the document with the font-config lock held. 
3721
3722 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * backend/ps/ps-document.c: (start_interpreter):
3725
3726         Fix memory leaks in ps backend. 
3727
3728 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * backend/impress/impress-document.c:
3731         (impress_document_render_pixbuf):
3732
3733         Do not acquire fontconfig lock in impress backend, since it is using
3734         the main loop for rendering. 
3735
3736 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * po/POTFILES.in: 
3739
3740         Remove mdvi files that shouldn't be translated. 
3741
3742 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3743
3744         * shell/ev-view-private.h:
3745         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3746         (ev_view_set_zoom):
3747
3748         Render "loading..." text into a cairo surface instead of directly into
3749         the window so that fontconfig lock is only needed once and UI is not
3750         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3751
3752 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3755         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3756
3757         Use icon theme associated with the window screen rather than default. 
3758
3759 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3760
3761         * configure.ac:
3762
3763         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3764
3765 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3766
3767         * data/icons/*/apps/evince.*:
3768
3769         Move Evince icons under new apps directory.
3770
3771         * data/icons/*/actions/*:
3772
3773         Add new custom themeable Evince icons: view-page-continuous, 
3774         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3775         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3776
3777         * configure.ac:
3778
3779         Add new directories to AC_CONFIG_FILES.
3780
3781         * shell/ev-stock-icons.c:
3782         * shell/ev-stock-icons.h:
3783
3784         Use new custom themeable icons.
3785
3786 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3787
3788         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3789
3790         Do not draw white background page in presentation mode. 
3791
3792 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3793
3794         * shell/ev-view.c: Remove unused gnome-vfs include.
3795
3796 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3797
3798         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3799         
3800         Format string is corrected, fixes bug #397129.
3801
3802 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * shell/ev-window.c: (ev_window_setup_recent):
3805
3806         Do not include in recent menu inexistent documents. Fixes
3807         bug #339171.
3808
3809 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * po/POTFILES.skip: 
3812
3813         Update POTFILES.skip file according to current source tree. 
3814
3815 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-window.c: (file_save_dialog_response_cb):
3818
3819         Do Save a copy in atomic way. Fixes bug #328266. 
3820
3821 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3824
3825         Keep selected cell always visible in index treeview.
3826
3827 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3828         
3829         * shell/ev-view.c: (ev_view_size_allocate):
3830
3831         Restore horizontal scrollbar after switching to/from fullscreen
3832         or presentation mode. Fixes bug #331728.
3833
3834 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * shell/ev-view-private.h:
3837         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3838         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3839         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3840         (ev_view_can_zoom_out):
3841
3842         Use max and min scale values in the view iby taking dpi into account. 
3843
3844 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3845
3846         * configure.ac:
3847         * NEWS:
3848
3849         Release 0.7.1
3850
3851 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * shell/ev-window.c: (ev_window_print_send):
3854
3855         Send print job to printer with some settings set to default values,
3856         since we have already exported to a file according to such settings
3857         and they could be taken twice by some printers. 
3858
3859 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3860
3861         * shell/ev-jobs.c: (ev_job_xfer_run):
3862         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3863
3864         Show main window and load document with the font-config lock held. 
3865
3866 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * configure.ac:
3869         * shell/ev-application.c: (ev_application_register_service):
3870         * shell/main.c: (load_files_remote):
3871
3872         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3873
3874 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3875
3876         * doc/debugging.txt:
3877         
3878         Remove obsolete documentation.
3879
3880 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * Makefile.am:
3883         * backend/Makefile.am:
3884         * backend/comics/Makefile.am:
3885         * backend/djvu/Makefile.am:
3886         * backend/dvi/Makefile.am:
3887         * backend/ev-async-renderer.c:
3888         * backend/ev-async-renderer.h:
3889         * backend/ev-attachment.c:
3890         * backend/ev-attachment.h:
3891         * backend/ev-backend-marshal.c:
3892         * backend/ev-document-factory.c:
3893         * backend/ev-document-factory.h:
3894         * backend/ev-document-find.c:
3895         * backend/ev-document-find.h:
3896         * backend/ev-document-fonts.c:
3897         * backend/ev-document-fonts.h:
3898         * backend/ev-document-images.c:
3899         * backend/ev-document-images.h:
3900         * backend/ev-document-info.h:
3901         * backend/ev-document-links.c:
3902         * backend/ev-document-links.h:
3903         * backend/ev-document-misc.c:
3904         * backend/ev-document-misc.h:
3905         * backend/ev-document-security.c:
3906         * backend/ev-document-security.h:
3907         * backend/ev-document-thumbnails.c:
3908         * backend/ev-document-thumbnails.h:
3909         * backend/ev-document-transition.c:
3910         * backend/ev-document-transition.h:
3911         * backend/ev-document.c:
3912         * backend/ev-document.h:
3913         * backend/ev-file-exporter.c:
3914         * backend/ev-file-exporter.h:
3915         * backend/ev-image.c:
3916         * backend/ev-image.h:
3917         * backend/ev-link-action.c:
3918         * backend/ev-link-action.h:
3919         * backend/ev-link-dest.c:
3920         * backend/ev-link-dest.h:
3921         * backend/ev-link.c:
3922         * backend/ev-link.h:
3923         * backend/ev-render-context.c:
3924         * backend/ev-render-context.h:
3925         * backend/ev-selection.c:
3926         * backend/ev-selection.h:
3927         * backend/impress/Makefile.am:
3928         * backend/pdf/Makefile.am:
3929         * backend/pixbuf/Makefile.am:
3930         * backend/ps/Makefile.am:
3931         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3932         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3933         (start_interpreter), (stop_interpreter), (document_load),
3934         (ps_document_next_page), (render_page):
3935         * backend/tiff/Makefile.am:
3936         * comics/Makefile.am:
3937         * comics/comics-document.c:
3938         * comics/comics-document.h:
3939         * configure.ac:
3940         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3941         * djvu/Makefile.am:
3942         * djvu/djvu-document-private.h:
3943         * djvu/djvu-document.c:
3944         * djvu/djvu-document.h:
3945         * djvu/djvu-links.c:
3946         * djvu/djvu-links.h:
3947         * djvu/djvu-text-page.c:
3948         * djvu/djvu-text-page.h:
3949         * djvu/djvu-text.c:
3950         * djvu/djvu-text.h:
3951         * dvi/Makefile.am:
3952         * dvi/dvi-document.c:
3953         * dvi/dvi-document.h:
3954         * dvi/fonts.c:
3955         * dvi/fonts.h:
3956         * dvi/mdvi-lib/Makefile.am:
3957         * dvi/mdvi-lib/afmparse.c:
3958         * dvi/mdvi-lib/afmparse.h:
3959         * dvi/mdvi-lib/bitmap.c:
3960         * dvi/mdvi-lib/bitmap.h:
3961         * dvi/mdvi-lib/color.c:
3962         * dvi/mdvi-lib/color.h:
3963         * dvi/mdvi-lib/common.c:
3964         * dvi/mdvi-lib/common.h:
3965         * dvi/mdvi-lib/defaults.h:
3966         * dvi/mdvi-lib/dvimisc.c:
3967         * dvi/mdvi-lib/dviopcodes.h:
3968         * dvi/mdvi-lib/dviread.c:
3969         * dvi/mdvi-lib/files.c:
3970         * dvi/mdvi-lib/font.c:
3971         * dvi/mdvi-lib/fontmap.c:
3972         * dvi/mdvi-lib/fontmap.h:
3973         * dvi/mdvi-lib/fontsrch.c:
3974         * dvi/mdvi-lib/gf.c:
3975         * dvi/mdvi-lib/hash.c:
3976         * dvi/mdvi-lib/hash.h:
3977         * dvi/mdvi-lib/list.c:
3978         * dvi/mdvi-lib/mdvi.h:
3979         * dvi/mdvi-lib/pagesel.c:
3980         * dvi/mdvi-lib/paper.c:
3981         * dvi/mdvi-lib/paper.h:
3982         * dvi/mdvi-lib/pk.c:
3983         * dvi/mdvi-lib/private.h:
3984         * dvi/mdvi-lib/setup.c:
3985         * dvi/mdvi-lib/sp-epsf.c:
3986         * dvi/mdvi-lib/special.c:
3987         * dvi/mdvi-lib/sysdeps.h:
3988         * dvi/mdvi-lib/t1.c:
3989         * dvi/mdvi-lib/tfm.c:
3990         * dvi/mdvi-lib/tfmfile.c:
3991         * dvi/mdvi-lib/tt.c:
3992         * dvi/mdvi-lib/util.c:
3993         * dvi/mdvi-lib/vf.c:
3994         * dvi/pixbuf-device.c:
3995         * dvi/pixbuf-device.h:
3996         * impress/Makefile.am:
3997         * impress/common.h:
3998         * impress/document.c:
3999         * impress/f_oasis.c:
4000         * impress/f_oo13.c:
4001         * impress/iksemel.c:
4002         * impress/iksemel.h:
4003         * impress/imposter.h:
4004         * impress/impress-document.c:
4005         * impress/impress-document.h:
4006         * impress/internal.h:
4007         * impress/r_back.c:
4008         * impress/r_draw.c:
4009         * impress/r_geometry.c:
4010         * impress/r_gradient.c:
4011         * impress/r_style.c:
4012         * impress/r_text.c:
4013         * impress/render.c:
4014         * impress/render.h:
4015         * impress/zip.c:
4016         * impress/zip.h:
4017         * lib/Makefile.am:
4018         * lib/ev-debug.c:
4019         * lib/ev-debug.h:
4020         * lib/ev-file-helpers.c:
4021         * lib/ev-file-helpers.h:
4022         * lib/ev-gui.c:
4023         * lib/ev-gui.h:
4024         * lib/ev-tooltip.c:
4025         * lib/ev-tooltip.h:
4026         * libdocument/Makefile.am:
4027         * libdocument/ev-file-helpers.c:
4028         * pdf/Makefile.am:
4029         * pdf/ev-poppler.cc:
4030         * pdf/ev-poppler.h:
4031         * pixbuf/Makefile.am:
4032         * pixbuf/pixbuf-document.c:
4033         * pixbuf/pixbuf-document.h:
4034         * properties/Makefile.am:
4035         * ps/Makefile.am:
4036         * ps/gsdefaults.c:
4037         * ps/gsdefaults.h:
4038         * ps/gsio.c:
4039         * ps/gsio.h:
4040         * ps/gstypes.h:
4041         * ps/ps-document.c:
4042         * ps/ps-document.h:
4043         * ps/ps.c:
4044         * ps/ps.h:
4045         * shell/Makefile.am:
4046         * shell/ev-application.h:
4047         * shell/ev-sidebar-links.c:
4048         * shell/ev-sidebar-links.h:
4049         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4050         (ev_gui_menu_position_tree_selection):
4051         * shell/ev-utils.h:
4052         * shell/ev-view.c: (ev_view_finalize):
4053         * shell/ev-window.c:
4054         * shell/main.c: (main):
4055         * thumbnailer/Makefile.am:
4056         * tiff/Makefile.am:
4057         * tiff/tiff-document.c:
4058         * tiff/tiff-document.h:
4059         * tiff/tiff2ps.c:
4060         * tiff/tiff2ps.h:
4061         
4062         Reorganize source tree.
4063
4064 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4065
4066         * backend/ev-document-factory.c:
4067
4068         Do not include ev-poppler.h when pdf is disabled. 
4069
4070 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * configure.ac:
4073         * data/evince-ui.xml:
4074         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4075         (pdf_document_document_images_iface_init):
4076         * backend/Makefile.am:
4077         * backend/ev-document-images.[ch]:
4078         * backend/ev-image.[ch]:
4079         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4080         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4081         (ev_job_xfer_run):
4082         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4083         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4084         (ev_pixbuf_cache_get_image_mapping):
4085         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4086         (view_menu_popup_cb), (ev_window_dispose),
4087         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4088         (ev_view_popup_cmd_copy_image):
4089         * shell/ev-view-private.h:
4090         * shell/ev-view.c: (ev_view_get_image_at_location),
4091         (ev_view_do_popup_menu), (ev_view_popup_menu),
4092         (ev_view_button_press_event), (ev_view_drag_data_get),
4093         (ev_view_drag_motion), (ev_view_drag_data_received),
4094         (ev_view_motion_notify_event), (ev_view_button_release_event),
4095         (ev_view_finalize), (ev_view_class_init):
4096
4097         Add image handling support. Fixes bugs #310008 and #325047. Images
4098         selection is not supported yet. 
4099
4100 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4103         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4104         (ev_view_init):
4105
4106         Move view drag and drop stuff to ev-view.
4107
4108 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4111         * shell/ev-view.c: (clear_selection): 
4112
4113         Clear selection also in pixbuf cache.
4114
4115 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4116
4117         * data/evince.desktop.in.in:
4118         
4119         Change icon name in desktop file. See bug #390734
4120         for details.
4121
4122 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4123
4124         * thumbnailer/Makefile.am:
4125
4126         Use top_builddir instead top_srcdir for generated schema
4127         file installation. Fixes bug #390161.
4128
4129 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * configure.ac:
4132         * backend/Makefile.am:
4133         * backend/ev-document-transition.[ch]:
4134         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4135         (pdf_document_page_transition_iface_init):
4136         * shell/ev-view-private.h:
4137         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4138         (ev_view_set_presentation), (transition_next_page),
4139         (ev_view_presentation_transition_stop),
4140         (ev_view_presentation_transition_start), (ev_view_next_page):
4141
4142         Add page transition support in presentation mode. At the moment only
4143         page duration is supported, but not transition effects. Fixes bug
4144         #309815.
4145
4146 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4149
4150         Run find_link_dest with document lock held, since it's called by links
4151         thread and main thread at the same time. 
4152
4153 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * shell/ev-view.c: (goto_dest):
4156
4157         Update page-cache when page is changed by the view, so that
4158         page-changed signal is emitted. 
4159
4160 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * test/test1.py:
4163         * test/test2.py:
4164
4165         Use C locale in tests. 
4166
4167 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4168
4169         * shell/ev-window.c: (ev_window_run_presentation):
4170         * shell/ev-view-private.h:
4171         * shell/ev-view.c: (ev_view_set_presentation):
4172
4173         Restore zoom settings when back from presentation mode. 
4174
4175 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4176
4177         * shell/ev-window.c: (ev_window_run_presentation):
4178
4179         Always use "best fit" zoom in presentation mode.
4180         Fixes bug #389195.
4181
4182 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4183
4184         * shell/ev-view.c: (ev_view_goto_window_create):
4185
4186         Show "Jump to page" label in the page jumping popup in
4187         presentation mode instead of just a GtkEntry.
4188
4189 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * shell/ev-window.c: (launch_external_uri):
4192
4193         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4194         #378085.
4195
4196 2006-12-22  Elijah Newren  <newren gmail com>
4197
4198         * configure.ac: explicitly check for libxml2.  Fixes #388795
4199
4200 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-view-private.h:
4203         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4204         (ev_view_goto_window_delete_event), (key_is_numeric),
4205         (ev_view_goto_window_key_press_event),
4206         (ev_view_goto_window_button_press_event),
4207         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4208         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4209         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4210
4211         Allow jumping to another page by typing a page number in presentation
4212         mode. It uses a popup window with an entry. Fixes bug #353625.
4213
4214 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * configure.ac:
4217         * properties/ev-properties-view.c: (ev_get_default_user_units),
4218         (ev_regular_paper_size):
4219         
4220         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4221         to Damien Carbery <damien.carbery@sun.com> and
4222         Yevgen Muntyan <muntyan@tamu.edu>.
4223
4224 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4225
4226         * shell/ev-window.c: (setup_document_from_metadata):
4227
4228         Make sure Evince doesn't restore the view on the last
4229         page when a document is reopened. Fixes bug #383381.
4230
4231 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4232
4233         * shell/ev-view.c: (draw_loading_text):
4234
4235         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4236
4237 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4238
4239         * configure.ac:
4240         * NEWS:
4241
4242         Release 0.7.0
4243
4244 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * configure.ac:
4247         * pdf/ev-poppler.cc: (pdf_print_context_free),
4248         (pdf_document_file_exporter_begin),
4249         (pdf_document_file_exporter_do_page):
4250
4251         Make cairo-pdf depedency optional. 
4252
4253 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4256
4257         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4258
4259 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4262         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4263         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4264         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4265         * shell/ev-view.c: (draw_loading_text):
4266         * shell/ev-window.c: (ev_window_cmd_file_properties):
4267
4268         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4269         related to using FontConfig from different threads.
4270         
4271 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * shell/ev-view.c: (draw_loading_text):
4274
4275         Acquire lock document when drawing "Loading..." text so that only one
4276         thread will use FontConfig at the same time. Fixes bug #374750.
4277
4278 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * shell/ev-page-action.[ch]: (activate_cb):
4281         * shell/ev-window.c: (activate_label_cb):
4282
4283         Check if text inserted in page entry is a valid page number when it
4284         doesn't match to any document page label. Fixes bug #383165.
4285
4286 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4287         * shell/ev-window.c:
4288
4289         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4290         available with GTK < 2.10. Added an ifdef to avoid compilation
4291         error.
4292
4293 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4294
4295         * configure.ac:
4296         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4297
4298         Fix ps backend in multihead systems.
4299
4300 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4303         * shell/ev-window.c: (ev_window_get_screen_dpi),
4304         (ev_window_update_actions), (setup_view_from_metadata),
4305         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4306
4307         Take screen DPI into account when zooming. Fixes bug #318285.
4308
4309 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4310
4311         * data/Makefile.am:
4312
4313         Cleaned up/slightly refactored Makefile.am. Added GConf
4314         schemas uninstallation as well.
4315
4316 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4317
4318         * Makefile.am:
4319         * test/Makefile.am:
4320
4321         Fight with autotools to fix make check. Make distcheck
4322         works fine as well now!
4323
4324 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4325
4326         * shell/ev-view.c: (draw_end_presentation_page):
4327
4328         Corrected "end of presentation" string.
4329
4330 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4331
4332         * shell/ev-view.c: (ev_view_key_press_event):
4333
4334         Correctly propagate key press event so that up/down keys
4335         work as expected (correct behaviour was broken by
4336         black/white screen key bindings for presentations).
4337
4338 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4341         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4342         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4343         (pdf_selection_get_selection_region),
4344         (pdf_selection_get_selection_map):
4345
4346         Add "static" to some private functions. 
4347
4348 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4349
4350         * lib/ev-tooltip.h:
4351         * properties/ev-properties-view.h:
4352         * shell/ev-jobs.h:
4353         * shell/ev-properties-dialog.h:
4354         * shell/ev-properties-fonts.h:
4355         * shell/ev-sidebar-links.h:
4356         * shell/ev-sidebar-thumbnails.h:
4357         * shell/ev-sidebar.h:
4358         * shell/ev-window.h:
4359         
4360         Fixes CHACK type in class casts. See bug #385343
4361         for details.
4362
4363 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4364
4365         * shell/ev-view-private.h:
4366         * shell/ev-view.c: (draw_end_presentation_page),
4367         (ev_view_expose_event), (ev_view_key_press_event),
4368         (ev_view_class_init), (ev_view_init):
4369
4370         Blank screen in presentation mode when pressing 'b' (filling with
4371         black) or 'w' (filling with white) keys. Fixes bug #358132.
4372
4373 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4374
4375         * data/evince-toolbar.xml:
4376         * shell/ev-window.c:
4377         
4378         Use stock icon for Select All action. Fixes
4379         bug #382652.
4380
4381 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4382
4383         * shell/ev-view.c: (get_doc_point_from_offset),
4384         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4385
4386         Add links support in rotated documents. Fixes bug #343733.
4387
4388 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/ev-view-private.h:
4391         * shell/ev-view.c: (draw_end_presentation_page),
4392         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4393
4394         Show a blank page after the last page in presentation mode with a
4395         message indicating that presentation has finished and how to exit. 
4396
4397 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/ev-window.c: (fullscreen_timeout_cb):
4400
4401         Hide cursor after a while in presentation mode. 
4402
4403 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4404
4405         * backend/ev-document-info.h:
4406         * data/evince-properties.glade:
4407         * pdf/ev-poppler.cc:
4408         * properties/ev-properties-view.c: (ev_regular_paper_size),
4409         (ev_properties_view_set_info):
4410         * ps/ps-document.c: (ps_document_get_info):
4411
4412         Adds a paper size field to the properties dialog. Fixes
4413         bug #307315. Patch by Kasper Svendsen (with some i18n
4414         changes done by me).
4415
4416 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4419         (screensaver_init_dbus), (totem_scrsaver_new),
4420         (totem_scrsaver_init):
4421         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4422         * shell/ev-application.c: (ev_application_register_service),
4423         (ev_application_screensaver_enable),
4424         (ev_application_screensaver_disable):
4425         * shell/ev-application.h:
4426         * shell/ev-window.c: (ev_window_run_presentation),
4427         (ev_window_stop_presentation), (build_comments_string),
4428         (ev_window_init):
4429         
4430         Move screensaver handling to application. No more
4431         message on startup.
4432
4433 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * configure.ac:
4436         * backend/Makefile.am:
4437         * backend/ev-file-exporter.[ch]:
4438         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4439         * ps/ps-document.c: (ps_document_file_exporter_*):
4440         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4441         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4442         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4443         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4444
4445         Allow printing to PDF when suppoted by the backend.
4446         
4447 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-window.c: (build_comments_string):
4450
4451         Use always "Document Viewer" in about dialog. 
4452
4453 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * djvu/djvu-document.c: (djvu_document_get_page_size):
4456
4457         Display a warning message when get_pageinfo fails. 
4458
4459 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4460
4461         * Makefile.am:
4462         * backend/Makefile.am:
4463         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4464         * configure.ac:
4465         * shell/ev-window.c: (build_comments_string):
4466         
4467         Make pdf compilation optional. See bug #38007.
4468
4469 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * ps/ps.c: (get_next_text):
4472
4473         Fix CVE-2006-5864.
4474
4475 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4478         * shell/ev-navigation-action.c: (connect_proxy),
4479         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4480         
4481         Do not call g_type_class_peek_parent twice.
4482
4483 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * configure.ac:
4486         * data/icons/24x24/.cvsignore:
4487         * data/icons/24x24/Makefile.am:
4488         * data/icons/24x24/evince.png:
4489         * data/icons/Makefile.am:
4490         
4491         Add 24x24 icon. Thanks to 
4492         Michael Monreal <infernux@web.de>.
4493
4494 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4495
4496         * configure.ac: Fix typo in configure.ac. Thanks
4497         to dmacks@netspace.org for notification.
4498
4499 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4502         
4503         Drop dbus include, fixes compilation with older dbus.
4504
4505 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4506
4507         * configure.ac:
4508         * cut-n-paste/Makefile.am:
4509         * cut-n-paste/totem-screensaver/.cvsignore
4510         * cut-n-paste/totem-screensaver/Makefile.am:
4511         * cut-n-paste/totem-screensaver/README:
4512         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4513         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4514         * shell/Makefile.am:
4515         * shell/ev-window.c: (ev_window_run_presentation),
4516         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4517         (ev_window_init):
4518
4519         Implemented screensaver enabling/disabling for
4520         presentation mode (not fullscreen mode). Code stolen
4521         from Totem (with some minor tweaks). Fixes bug #338889.
4522
4523 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4524
4525         * configure.ac:
4526
4527         Bump gnome-icon-theme requirements. We use the rotation
4528         icons that appeared recently.
4529
4530 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * shell/ev-history.c: (ev_history_add_page):
4533         * shell/ev-history.h:
4534         * shell/ev-window.c: (page_changed_cb):
4535         
4536         Use page labels instead of numbers.
4537
4538 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4539
4540         * data/evince-toolbar.xml:
4541         * po/POTFILES.in:
4542         * shell/Makefile.am:
4543         * shell/ev-navigation-action-widget.c:
4544         (ev_navigation_action_widget_init),
4545         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4546         (menu_detacher), (ev_navigation_action_widget_set_menu),
4547         (menu_position_func), (popup_menu_under_arrow),
4548         (ev_navigation_action_widget_toggled),
4549         (ev_navigation_action_widget_button_press_event):
4550         * shell/ev-navigation-action-widget.h:
4551         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4552         (ev_navigation_action_set_window), (activate_menu_item_cb),
4553         (new_history_menu_item), (new_empty_history_menu_item),
4554         (build_menu), (menu_activated_cb), (connect_proxy),
4555         (create_tool_item), (ev_navigation_action_init),
4556         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4557         * shell/ev-navigation-action.h:
4558         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4559         (ev_page_action_widget_set_page_cache),
4560         (ev_page_action_widget_finalize),
4561         (ev_page_action_widget_class_init), (match_selected_cb),
4562         (display_completion_text), (match_completion), (build_new_tree_cb),
4563         (get_filter_model_from_model),
4564         (ev_page_action_widget_update_model):
4565         * shell/ev-page-action-widget.h:
4566         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4567         (connect_proxy):
4568         * shell/ev-page-action.h:
4569         * shell/ev-stock-icons.c:
4570         * shell/ev-stock-icons.h:
4571         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4572         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4573         (register_custom_actions):
4574         * shell/main.c:
4575         
4576         Preliminary history implementation
4577
4578 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4579
4580         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4581         (dvi_document_class_init), (dvi_document_init_params):
4582         * dvi/mdvi-lib/font.c: (font_reference):
4583         
4584         Add reference to subfont. Fixes bug #374277.
4585
4586 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4587
4588         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4589         (ev_window_cmd_file_open_copy_at_dest):
4590
4591         Fix a race condition when creating symlink. Increase the counter
4592         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4593         Mathias Hasselmann).
4594
4595 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4596
4597         * backend/Makefile.am:
4598         * backend/ev-attachment.c: (ev_attachment_open):
4599         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4600         (ev_tmp_dir), (ev_tmp_filename):
4601         * shell/ev-sidebar-attachments.c:
4602         (ev_sidebar_attachments_drag_data_get):
4603         * shell/ev-window.c: (ev_window_clear_temp_file):
4604
4605         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4606         in ensure_dir_exists. Abort without crashing when we can't create
4607         user's directory.
4608
4609 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * data/evince-ui.xml:
4612         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4613         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4614         (ev_window_cmd_file_open_copy_at_dest),
4615         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4616         (ev_view_popup_cmd_open_link_new_window):
4617
4618         Allow opening a copy of the current document in a new window. Fixes bug
4619         #357472
4620
4621 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4622
4623         * data/evince-toolbar.xml:
4624         
4625         Add rotate right and rotate left to available items for toolbar.
4626         
4627         * data/evince-ui.xml:
4628         * shell/ev-window.c: (ev_window_init):
4629         
4630         Customize toolbar with right click. Fixes bug #372451.
4631
4632 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4633
4634         * shell/ev-window.c: 
4635         
4636         Use "object-rotate-{left,right}" stock icons. Fixes 
4637         bug #373863.
4638
4639 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4642         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4643         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4644         (ev_window_open_uri):
4645         * shell/main.c: (arguments_parse):
4646
4647         Remove temp file created when evince is used by GTK+ in
4648         preview mode. Fixes bug #365282. 
4649
4650 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4653         
4654         Fixes bug #372474 - Side pane disabled when entering 
4655         and leaving fullscreen mode.
4656
4657 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4660         * data/Makefile.am:
4661         * data/evince-preview-toolbar.xml:
4662         * data/evince-toolbar.xml:
4663         * shell/ev-application.c: (ev_application_shutdown),
4664         (ev_application_init), (ev_application_get_toolbars_model):
4665         * shell/ev-application.h:
4666         * shell/ev-window.c: (update_chrome_visibility),
4667         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4668         (ev_window_cmd_edit_toolbar), (ev_window_init):
4669         
4670         Fixes bug #364364 - toolbar editor shows zoom actions again.
4671
4672 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4673
4674         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4675
4676         Do not take margins into consideration for paper size when printing.
4677         Really fixes bug #350491.
4678
4679 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4680
4681         * data/evince-ui.xml:
4682         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4683         (ev_window_cmd_file_print_setup),
4684         (ev_window_print_dialog_response_cb),
4685         (ev_window_setup_action_sensitivity):
4686
4687         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4688
4689 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4690
4691         * shell/ev-window.c: (ev_window_print_range):
4692
4693         Revert my previuos commit, since printing to PDF is not supported by
4694         evince yet. 
4695
4696 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4697
4698         * shell/ev-window.c: (ev_window_print_range):
4699
4700         Enable print to a PDF. Fixes bug #332121.
4701
4702 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-application-service.xml:
4705         * shell/ev-application.[ch]: (ev_application_open_window),
4706         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4707         (ev_application_open_uri), (ev_application_open_uri_list):
4708         * shell/ev-window.c: (file_open_dialog_response_cb),
4709         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4710         (drag_data_received_cb), (open_remote_link):
4711         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4712
4713         Add support for multiscreen systems. Fixes bug #316206.
4714
4715 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * shell/ev-jobs.[ch]: (ev_job_print_new),
4718         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4719         (ev_job_print_do_page):
4720         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4721
4722         Allow printing only odd/even pages. Fixes bug #367289.
4723
4724 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4725
4726         * test/test1.py:
4727         * test/test2.py:
4728
4729         Re-add locale settings to test files.
4730
4731 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * data/evince-ui.xml:
4734         * shell/ev-window.c: (set_action_properties):
4735         
4736         Removed garbage from code and ui.
4737
4738 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4739
4740         * shell/ev-window.c: (ev_window_cmd_help_about):
4741
4742         Shamelessly add my name to the list of contributors.
4743
4744 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4745
4746         * test/test1.py:
4747         * test/test2.py:
4748
4749         Cleaned up the dogtail scripts.
4750
4751 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4752
4753         * shell/ev-view.c: (draw_loading_text): Don't render
4754         "loading..." text in presentation mode. Temporary
4755         workaround for bug #320352.
4756
4757 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4758
4759         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4760         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4761
4762         Use print settings scale, copies, collate and reverse which were
4763         ignored. Fixes bug #359032.
4764
4765 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4766
4767         * configure.ac:
4768         * data/evince-password.glade:
4769         * test/Makefile.am:
4770         * test/test-encrypt.pdf:
4771         * test/test-links.pdf:
4772         * test/test1.py:
4773         * test/test2.py:
4774
4775         Add automated UI tests for evince with dogtail. See
4776         bug #300948.    
4777
4778 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4779
4780         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4781
4782         Hide fullscreen toolbar when switching to another desktop workspace.
4783         Fixes bug #338871
4784
4785 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4786
4787         * shell/ev-window-title.c: 
4788         
4789         Test for .dvi in title of pdf documents.
4790
4791 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4792
4793         * shell/ev-view.c: (ev_view_scroll):
4794
4795         Page Up/Down should do page jumps in "Best fit" mode.
4796         If a user has explicitly chosen to view exactly one page
4797         at a time, scrolling just a part of the page when
4798         pressing Page Up/Down is not right. Fixes bug #323107.
4799
4800 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * NEWS:
4803         * configure.ac:
4804         
4805         Update for 0.6.1
4806
4807 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4810         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4811         
4812         Correctly disconnect from job signals on destroy.
4813
4814 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4815
4816         * shell/ev-view-private.h:
4817         * shell/ev-view.c: (view_set_adjustment_values),
4818         (view_update_range_and_current_page),
4819         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4820         
4821         Fixes bug #343199, current page now follows find page.
4822
4823 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4824
4825         * backend/ev-document-factory.c:
4826         * configure.ac:
4827         Assigned OpenDocument presenation MIME type to the
4828         Impress backend. Added some missing (but harmless)
4829         #ifdefs in the document factory as well to make things
4830         consistent again. Fixes bug #360658.
4831
4832 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4833
4834         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4835         * backend/ev-document-find.c: (ev_document_find_get_type):
4836         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4837         * backend/ev-document-links.c: (ev_document_links_get_type):
4838         * backend/ev-document-security.c: (ev_document_security_get_type):
4839         * backend/ev-document-thumbnails.c:
4840         (ev_document_thumbnails_get_type):
4841         * backend/ev-document.c: (ev_document_get_type):
4842         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4843         * backend/ev-selection.c: (ev_selection_get_type):
4844         * cut-n-paste/recent-files/egg-recent-model.c:
4845         (egg_recent_model_get_type):
4846         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4847         (egg_recent_view_uimanager_get_type):
4848         * cut-n-paste/recent-files/egg-recent-view.c:
4849         (egg_recent_view_get_type):
4850         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4851         (egg_editable_toolbar_get_type):
4852         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4853         (egg_toolbar_editor_get_type):
4854         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4855         (egg_toolbars_model_get_type):
4856         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4857         (egg_tree_multi_drag_source_get_type):
4858         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4859         (ephy_zoom_action_get_type):
4860         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4861         (ephy_zoom_control_get_type):
4862         * impress/r_back.c: (_imp_fill_back):
4863         * properties/ev-properties-main.c:
4864         (ev_properties_plugin_register_type):
4865         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4866         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4867         (ev_view_accessible_factory_get_type):
4868
4869         Reduce relocations. Bug #360616.
4870
4871 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4872
4873         * backend/ev-document-factory.c:
4874         (ev_document_factory_get_document):
4875         
4876         Load document even if extension is wrong.
4877
4878 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * shell/ev-metadata-manager.c: (save_values):
4881         * shell/ev-window.c: (setup_size_from_metadata),
4882         (setup_view_from_metadata), (ev_window_setup_document),
4883         (ev_window_xfer_job_cb), (window_configure_event_cb):
4884         
4885         Set size according to the document size/page size ratio.
4886         That should correct rather wierd behaviour of the previous
4887         commit.
4888
4889 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-window.c: (setup_view_from_metadata):
4892         
4893         Set size for new windows from previous window size.
4894         See bugs #354968 and #168450 for details. Thanks
4895         to Meik Hellmund.
4896
4897 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4898
4899         * djvu/djvu-links.c: (build_tree):
4900
4901         Fix memory leak.
4902
4903 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4904
4905         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4906         
4907         Don't make sidebar close button insensitive. Fixes
4908         bug #357871.
4909
4910 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4913         (ev_window_set_view_accels_sensitivity):
4914         
4915         Don't enable Slash on documents which don't support
4916         find. Fixes bug #358648.
4917
4918 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4919
4920         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4921         open dialog fall back to the current document uri if the
4922         filechooser hasn't been used before. Fixes bug #356980.
4923
4924 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4925
4926         * shell/ev-window.c: (ev_window_setup_recent), 
4927         (ev_window_get_recent_file_label):
4928
4929         Escape underscores in filenames of recent file items.
4930
4931 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * configure.ac:
4934         
4935         Bumped poppler requirements, really 0.5.3 is very 
4936         buggy, now we require 0.5.4.
4937
4938 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * djvu/Makefile.am:
4941         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4942         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4943         (djvu_document_document_links_iface_init):
4944         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4945         (number_from_string_10), (get_djvu_link_dest),
4946         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4947         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4948         (djvu_links_get_links), (djvu_links_find_link_dest),
4949         (djvu_links_get_links_model):
4950         * djvu/djvu-links.h:
4951         
4952         Add support for links and bookmarks in djvu documents. Thanks
4953         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4954         patch.
4955
4956 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4959         
4960         Reopen should reload document. Fixes 
4961         bug 327951.
4962
4963 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * configure.ac:
4966         * data/Makefile.am:
4967         * data/evince-16.png:
4968         * data/evince-22.png:
4969         * data/evince.png:
4970         * data/evince.svg:
4971         * data/icons/16x16/Makefile.am:
4972         * data/icons/16x16/evince.png:
4973         * data/icons/22x22/Makefile.am:
4974         * data/icons/22x22/evince.png:
4975         * data/icons/48x48/Makefile.am:
4976         * data/icons/48x48/evince.png:
4977         * data/icons/Makefile.am:
4978         * data/icons/scalable/Makefile.am:
4979         * data/icons/scalable/evince.svg:
4980         
4981         Install icons with correct names. Fixes
4982         bug #354429.
4983
4984 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4985
4986         * shell/ev-view.c: (ev_view_button_release_event):
4987
4988         Don't open links with middle mouse button. Fixes bug #353649
4989
4990 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * NEWS:
4993         * configure.ac:
4994         
4995         Update for release 0.6.0
4996
4997 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
5000         Implement Close named action. Patch by Carlos Garcia Campos.
5001
5002 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
5005         
5006         Don't clear link mapping on copy_job_to_job_info. Fixes
5007         bug 346168.
5008
5009 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5010
5011         * shell/main.c: (main):
5012
5013         Revert my previous commit, gnome_program_init owns the option context.
5014         Fix another memory leak in main. Both caught by Christian Persch. 
5015
5016 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5017
5018         * shell/main.c: (main):
5019
5020         Fix memory leak.
5021
5022 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5025
5026         Fix crash when opening a pdf with password protection. 
5027
5028 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5029
5030         * pdf/ev-poppler.cc: (pdf_document_search_free):
5031
5032         Fix memory leak. 
5033
5034 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5035
5036         * backend/ev-document-factory.c:
5037         (ev_document_factory_get_document):
5038         * tiff/tiff-document.c: (tiff_document_finalize):
5039         
5040         More correct handling of document loading. Fixes
5041         bug #349043.
5042
5043 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5044
5045         * backend/ev-attachment.c: (ev_attachment_save):
5046
5047         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5048         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5049
5050 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5051         
5052         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5053         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5054
5055 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * shell/ev-sidebar-thumbnails.c:
5058
5059         Do not render thumbnails unless thumbnails page is active in the
5060         sidebar.
5061
5062 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5063
5064         * shell/ev-properties-dialog.c:
5065
5066         Fix dialogue spacing. Bug #351370.
5067
5068 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5069
5070         * configure.ac:
5071
5072         Use lowercase gettext catalog file names (evince.mo
5073         instead of Evince.mo)
5074
5075 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5076
5077         * shell/ev-sidebar-attachments.c:
5078
5079         GtkIconTheme is now screen safe too. Fixes bug #350878
5080
5081 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * shell/ev-window.c:
5084
5085         GtkRecent manager is now screen safe. Fixes bug #350145
5086
5087 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5088
5089         * shell/ev-sidebar.c: (ev_sidebar_init):
5090         
5091         Make sidebar close icon smaller. Fix for bug 350177.
5092         See also bugs 350176 and 165770.
5093
5094 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5095
5096         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5097
5098         Ignore zoom for xyz destinations when it's <= 1, keeping user
5099         preferences instead. Set correct sizing-mode for fith and fitv
5100         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5101
5102 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5103
5104         * NEWS:
5105         * configure.ac:
5106         
5107         Update for release 0.5.5
5108
5109 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5110         
5111         * shell/ev-window.c: (ev_window_cmd_escape)
5112
5113         Escape unfocus page entry. Fixes bug #345809.
5114
5115 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5116
5117         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5118         (build_tree), (pdf_document_links_get_links),
5119         (pdf_document_links_find_link_dest):
5120         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5121         (goto_xyz_dest):
5122
5123         Convert from PDF style coordinates to X style coordinates in the
5124         backend rather than in the view. Fixes bug #338440
5125
5126 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * shell/ev-window.c:
5129         
5130         Remove Ctrl+Shift+T shortcut for toolbars. See
5131         the bug #350098.
5132
5133 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * configure.ac:
5136
5137         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5138         of this. 
5139
5140 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * configure.ac:
5143         * cut-n-paste/Makefile.am:
5144         * data/evince-ui.xml:
5145         * shell/Makefile.am:
5146         * shell/ev-application.[ch]:
5147         * shell/ev-window.c:
5148
5149         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5150         #349273
5151
5152 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5153
5154         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5155         findbar code: s/help/search/
5156
5157 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5158
5159         * shell/ev-window.c: (setup_document_from_metadata),
5160         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5161         (setup_view_from_metadata):
5162         
5163         Fix memory leaks.
5164
5165 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5166
5167         * autogen.sh, configure.ac: 
5168         
5169         Update automake usage. See bug 349292.
5170
5171 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * shell/eggfindbar.c: (egg_find_bar_class_init),
5174         (entry_activate_callback), (egg_find_bar_init),
5175         (egg_find_bar_set_status_text):
5176         * shell/eggfindbar.h:
5177         
5178         Unify Evince findbar with Epiphany. Nice patch
5179         from Fabricio Silva <silva@crans.org> and
5180         Frederic Peters <fpeters@entrouvert.com>. See
5181         bug #339966 for details.
5182
5183 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5184
5185         * data/evince.desktop.in.in:
5186         
5187         Correct information for bugzilla. Thanks to
5188         Olaf Vitters, see bug #348855.
5189
5190 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5191
5192         * shell/ev-jobs.[ch]:
5193         * shell/ev-sidebar-links.c:
5194         * shell/ev-window.[ch]:
5195
5196         GtkPrintJob doesn't support print ranges or current page, so we export
5197         to a ps file now when printing ranges or current page.
5198
5199 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * pdf/ev-poppler.cc:
5202         * shell/ev-window.c: (do_action_named):
5203
5204         We should be more clear about bugzilla. See the
5205         poppler bug #7623.
5206
5207 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5208
5209         * configure.ac:
5210         * shell/Makefile.am:
5211         * shell/ev-job-queue.c:
5212         * shell/ev-jobs.[ch]:
5213         * shell/ev-sidebar-links.c:
5214         * shell/ev-window.[ch]:
5215         
5216         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5217         #348422
5218
5219 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5222         * shell/ev-application-service.xml:
5223         * shell/ev-application.[ch]:
5224         * shell/ev-jobs.[ch]:
5225         * shell/ev-window.[ch]: (ev_window_run_preview):
5226         * shell/main.c: 
5227
5228         Add preview mode to use evince as a printing previewer. It also adds
5229         other command line options for fullscreen and presentation modes.
5230         Fixes bugs #347822, #317031
5231
5232 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * NEWS:
5235         * configure.ac:
5236         
5237         Update for release 0.5.4
5238
5239 2006-07-11  Bastien Nocera <hadess@hadess.net>
5240
5241         * Makefile.am:
5242         * backend/Makefile.am:
5243         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5244         * backend/ev-document-factory.h:
5245         * configure.ac:
5246         * impress/.cvsignore:
5247         * impress/Makefile.am:
5248         * impress/common.h:
5249         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5250         (imp_get_page), (imp_next_page), (imp_prev_page),
5251         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5252         * impress/f_oasis.c: (render_object), (render_page),
5253         (get_geometry), (_imp_oasis_load):
5254         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5255         (_imp_oo13_load):
5256         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5257         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5258         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5259         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5260         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5261         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5262         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5263         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5264         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5265         (iks_new_within), (iks_insert), (iks_insert_cdata),
5266         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5267         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5268         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5269         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5270         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5271         (iks_cdata), (iks_cdata_size), (iks_has_children),
5272         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5273         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5274         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5275         (iks_tree), (iks_load), (iks_save):
5276         * impress/iksemel.h:
5277         * impress/imposter.h:
5278         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5279         (imp_render_draw_bezier_real), (imp_render_get_size),
5280         (imp_render_set_fg_color), (imp_render_draw_line),
5281         (imp_render_draw_rect), (imp_render_draw_polygon),
5282         (imp_render_draw_arc), (imp_render_draw_bezier),
5283         (imp_render_open_image), (imp_render_get_image_size),
5284         (imp_render_scale_image), (imp_render_draw_image),
5285         (imp_render_close_image), (imp_render_markup),
5286         (imp_render_get_text_size), (imp_render_draw_text),
5287         (impress_document_load), (impress_document_save),
5288         (impress_document_get_n_pages), (impress_document_get_page_size),
5289         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5290         (impress_document_finalize), (impress_document_class_init),
5291         (impress_document_can_get_text), (impress_document_get_info),
5292         (impress_document_document_iface_init),
5293         (impress_document_thumbnails_get_thumbnail),
5294         (impress_document_thumbnails_get_dimensions),
5295         (impress_document_document_thumbnails_iface_init),
5296         (impress_document_init):
5297         * impress/impress-document.h:
5298         * impress/internal.h:
5299         * impress/r_back.c: (_imp_fill_back):
5300         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5301         (_imp_draw_image), (_imp_tile_image):
5302         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5303         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5304         (r_polyline):
5305         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5306         (r_draw_gradient_complex), (r_draw_gradient):
5307         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5308         (r_get_bullet):
5309         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5310         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5311         (r_text):
5312         * impress/render.c: (imp_create_context), (imp_context_set_page),
5313         (imp_context_set_step), (imp_render), (imp_delete_context):
5314         * impress/render.h:
5315         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5316         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5317         (zip_load_xml), (zip_get_size), (zip_load):
5318         * impress/zip.h:
5319         * shell/ev-utils.c:
5320         
5321         New backend to support impress slides. Fixes bug #30867.
5322
5323 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5324
5325         * shell/ev-utils.c: (using_postscript_printer):
5326         
5327         Fixes crash when print using PAPI backend,
5328         bug #345012.
5329
5330 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5331
5332         * shell/ev-jobs.c: (ev_job_xfer_run):
5333         * shell/ev-window.c: (password_dialog_response),
5334         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5335         (ev_window_dispose):
5336         Fixes bug #344160: if the xfer job doesn't complete
5337         because a password is required, reload the existing
5338         instance instead of creating a new one.
5339
5340 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * shell/main.c: (main): Call gdk_threads_init. Thus
5343         we'll avoid errors in auth dialog. Fix for the bug
5344         #343347.
5345
5346 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5347
5348         * configure.ac: Advertise pixbuf support, fix
5349         for the bug 343317.
5350
5351 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5352
5353         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5354         (ev_sidebar_thumbnails_set_document):
5355         
5356         Update sidebar thumbnails after reloading.
5357
5358 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5359
5360         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5361         * shell/ev-jobs.h:
5362         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5363         (ev_window_cmd_view_reload), (ev_window_init):
5364         
5365         Don't crash on reload. Fix for the bug #343167.
5366
5367 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5368
5369         * shell/ev-jobs.c: (ev_job_render_run):
5370         
5371         Check for document links.
5372
5373 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5374
5375         * backend/ev-attachment.c: (ev_attachment_save),
5376         (ev_attachment_launch_app), (ev_attachment_open):
5377         * backend/ev-document-factory.c: (get_document_from_uri):
5378         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5379         (egg_recent_view_uimanager_set_list):
5380         * ps/ps-document.c: (check_filecompressed), (document_load),
5381         (ps_document_load):
5382         * shell/ev-metadata-manager.c: (load_values):
5383         * shell/ev-password.c: (ev_password_dialog_set_property):
5384         * shell/ev-view.c: (tip_from_link):
5385         * shell/ev-window.c: (file_save_dialog_response_cb),
5386         (ev_window_print_dialog_response_cb):
5387         
5388         Use consistent quoting style. Fix for the bug #320285.
5389
5390 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * shell/ev-jobs.c: (ev_job_xfer_run):
5393         * shell/main.c: (load_files):
5394                 
5395         Open links with anchors. Fix for the bug #339836.
5396
5397 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5398
5399         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5400         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5401         (ev_link_dest_set_property), (ev_link_dest_finalize),
5402         (ev_link_dest_class_init), (ev_link_dest_new_named),
5403         (ev_link_dest_new_page_label):
5404         * backend/ev-link-dest.h:
5405         * shell/ev-application.c: (ev_application_open_uri):
5406         * shell/ev-view.c: (goto_dest):
5407         * shell/ev-window.c:
5408         * shell/ev-window.h:
5409         
5410         Fix page-label command line option. Bug #342070.
5411
5412 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5413
5414         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5415         
5416         Don't show highlight rects if page can't be showed. Fix for 
5417         the bug #342076
5418
5419 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * shell/ev-window.c: (setup_sidebar_from_metadata),
5422         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5423         
5424         Setup sidebar from metadata even if there is no document
5425         loaded. Fix for the bug #342807.
5426
5427 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * cut-n-paste/toolbar-editor/Makefile.am:
5430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5431         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5432         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5433         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5434         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5435         (popup_context_menu_cb), (button_press_event_cb),
5436         (configure_item_sensitivity), (configure_item_cursor),
5437         (configure_item_tooltip), (connect_widget_signals),
5438         (action_sensitive_cb), (create_item_from_action),
5439         (create_item_from_position), (toolbar_drag_data_received_cb),
5440         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5441         (toolbar_drag_leave_cb), (configure_drag_dest),
5442         (toggled_visibility_cb), (toolbar_visibility_refresh),
5443         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5444         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5445         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5446         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5447         (egg_editable_toolbar_dispose),
5448         (egg_editable_toolbar_set_ui_manager),
5449         (egg_editable_toolbar_get_selected),
5450         (egg_editable_toolbar_set_selected), (set_edit_mode),
5451         (egg_editable_toolbar_set_property),
5452         (egg_editable_toolbar_get_property),
5453         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5454         (egg_editable_toolbar_new_with_model),
5455         (egg_editable_toolbar_get_edit_mode),
5456         (egg_editable_toolbar_set_edit_mode),
5457         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5458         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5459         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5460         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5461         (item_added_or_removed_cb), (toolbar_removed_cb),
5462         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5463         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5464         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5465         (editor_create_item_from_name), (append_table),
5466         (update_editor_sheet), (egg_toolbar_editor_init):
5467         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5468         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5469         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5470         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5471         (toolbar_node_free), (egg_toolbars_model_get_flags),
5472         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5473         (egg_toolbars_model_get_name), (impl_add_item),
5474         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5475         (parse_data_list), (parse_item_list), (parse_toolbars),
5476         (egg_toolbars_model_load_toolbars), (parse_available_list),
5477         (parse_names), (egg_toolbars_model_load_names),
5478         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5479         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5480         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5481         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5482         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5483         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5484         (egg_toolbars_model_set_types), (fill_avail_array),
5485         (egg_toolbars_model_get_name_avail),
5486         (egg_toolbars_model_get_name_flags),
5487         (egg_toolbars_model_set_name_flags):
5488         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5489         * cut-n-paste/toolbar-editor/eggintl.h:
5490         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5491         (egg_tree_multi_drag_source_get_type),
5492         (egg_tree_multi_drag_source_row_draggable),
5493         (egg_tree_multi_drag_source_drag_data_delete),
5494         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5495         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5496         (path_list_free), (set_context_data), (get_context_data),
5497         (get_info), (egg_tree_multi_drag_drag_data_get),
5498         (egg_tree_multi_drag_motion_event),
5499         (egg_tree_multi_drag_button_press_event),
5500         (egg_tree_multi_drag_add_drag_support):
5501         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5502         * shell/ev-application.c: (ev_application_init),
5503         (ev_application_save_toolbars_model):
5504         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5505         (ev_window_cmd_edit_toolbar), (ev_window_init):
5506         
5507         Sync toolbareditor with epiphany and libegg
5508
5509 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5510
5511         * configure.ac: 
5512
5513         Depend on poppler 0.5.2
5514
5515 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5516
5517         * shell/ev-jobs.c: (ev_job_render_run):
5518         
5519         Check if document supports links iterface.
5520
5521 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * NEWS:
5524         * configure.ac:
5525         
5526         Update for release 0.5.3
5527
5528 2006-05-13  Michael Plump  <plumpy@skylab.org>
5529
5530         * configure.ac:
5531         * shell/Makefile.am:
5532         * shell/main.c: (main):
5533         
5534         Port to GOption command line parsing. Fix for the 
5535         bug #327518
5536
5537 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5538
5539         * shell/ev-window.c: (ev_window_cmd_help_about):
5540         
5541         Do not wrap license. Fix for the bug #309460.
5542
5543 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * configure.ac:
5546         * properties/ev-properties-main.c: (ev_properties_get_pages):
5547         * shell/ev-application.c: (ev_application_open_window),
5548         (ev_application_open_uri_at_dest):
5549         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5550         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5551         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5552         * shell/ev-utils.c: (save_print_config_to_file):
5553         * shell/ev-window.c: (ev_window_cmd_save_as),
5554         (ev_attachment_popup_cmd_save_attachment_as):
5555         * shell/main.c: (load_files_remote):
5556         
5557         Bump requirements to gtk 2.8 and drop all ifdefs used.
5558
5559 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5560
5561         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5562         * shell/ev-window.c: (ev_window_init):
5563         
5564         Show attachments page.
5565
5566 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * po/POTFILES.in:
5569         * shell/ev-attachment-bar.c:
5570         * shell/ev-attachment-bar.h:
5571         * shell/ev-sidebar-attachments.c:
5572         (ev_sidebar_attachments_icon_cache_add),
5573         (icon_theme_get_pixbuf_from_mime_type),
5574         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5575         (ev_sidebar_attachments_icon_cache_refresh),
5576         (ev_sidebar_attachments_get_attachment_at_pos),
5577         (ev_sidebar_attachments_popup_menu_show),
5578         (ev_sidebar_attachments_popup_menu),
5579         (ev_sidebar_attachments_button_press),
5580         (ev_sidebar_attachments_update_icons),
5581         (ev_sidebar_attachments_drag_data_get),
5582         (ev_sidebar_attachments_get_property),
5583         (ev_sidebar_attachments_destroy),
5584         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5585         (ev_sidebar_attachments_new),
5586         (ev_sidebar_attachments_set_document),
5587         (ev_sidebar_attachments_support_document),
5588         (ev_sidebar_attachments_get_label),
5589         (ev_sidebar_attachments_page_iface_init):
5590         * shell/ev-sidebar-attachments.h:
5591         * shell/ev-window.c: (update_chrome_visibility),
5592         (setup_sidebar_from_metadata), (ev_window_setup_document),
5593         (ev_window_sidebar_current_page_changed_cb),
5594         (attachment_bar_menu_popup_cb), (ev_window_init):
5595         
5596         Move attachments bar to sidebar.
5597
5598 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5599
5600         * pdf/ev-poppler.cc:
5601         * shell/ev-application.[ch]:
5602         * shell/main.c:
5603
5604         Fix some memory leaks.
5605
5606 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5607
5608         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5609
5610         Change the properties dialog response to
5611         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5612         will make the dialog go away when the user presses
5613         enter. With gtk+ >= 2.9 this will happen anyway, but for
5614         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5615         escape by default. Fixes bug #340539. See also bug
5616         #101293 for the gtk+ part.
5617
5618 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5619
5620         * shell/ev-view.c (tip_from_action_named): Replace some strings
5621         that were wrong. Closes #340970.
5622
5623 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5624
5625         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5626
5627         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5628         #341049
5629
5630 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * djvu/Makefile.am:
5633         * dvi/Makefile.am:
5634         * dvi/mdvi-lib/Makefile.am:
5635         * properties/Makefile.am:
5636         * ps/Makefile.am:
5637         * shell/Makefile.am:
5638         * thumbnailer/Makefile.am:
5639         
5640         Due to broken libtool that is unable to track dependencies
5641         of noinst libraries we are forced to explicitely point
5642         libraries for binary. Fix for the bug #333334.
5643
5644 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * data/evince.desktop.in.in:
5647         * shell/ev-view.c: (view_update_range_and_current_page),
5648         (ev_view_next_page), (ev_view_previous_page):
5649         * shell/ev-window.c: (update_chrome_visibility),
5650         (setup_sidebar_from_metadata), (ev_window_setup_document),
5651         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5652         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5653         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5654         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5655         (ev_window_stop_presentation), (ev_window_focus_in_event),
5656         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5657         (ev_window_init):
5658         * thumbnailer/Makefile.am:
5659         
5660         Update fullscreen and presentation timeout handling. Hide
5661         cursor in presentation after timeout. Fix for the bugs
5662         #136359 and #336981.
5663
5664 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * backend/ev-link-action.[ch]:
5667         * pdf/ev-poppler.cc: (ev_link_from_action):
5668         * shell/ev-view-private.h:
5669         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5670         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5671
5672         Add support for Named Action links
5673
5674 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5675
5676         * backend/Makefile.am:
5677         * backend/ev-document-links.[ch]:
5678         * backend/ev-document.[ch]:
5679         * backend/ev-link-action.[ch]:
5680         * backend/ev-link-dest.[ch]:
5681         * backend/ev-link.[ch]:
5682         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5683         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5684         * shell/ev-page-action.c: (build_new_tree_cb):
5685         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5686         (links_page_num_func), (update_page_callback):
5687         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5688         (tip_from_link):
5689         * shell/ev-jobs.c:
5690         * shell/ev-window.[ch]: (ev_window_open_uri),
5691         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5692         * shell/ev-application.[ch]: (ev_application_open_window),
5693         (ev_application_open_uri):
5694
5695         Rework links system, it adds support for remote links now and it makes
5696         easier to add new kinds of actions and destinations. Fixes bug #317292
5697
5698 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5699
5700         * data/Makefile.am:
5701         * data/evince.png:
5702         * data/evince-16.png:
5703         * data/evince-22.png:
5704         * data/evince.svg:
5705         * shell/main.c: (main):
5706         
5707         Evince use it's own icon. Fix for the bug #313392.
5708
5709         * shell/ev-window.c: (fullscreen_timeout_cb),
5710         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5711         (ev_window_cmd_help_about), (ev_window_dispose):
5712         
5713         Simplify fullscreen timeout code.
5714
5715 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5716
5717         * backend/ev-attachment.c: 
5718         * shell/ev-attachment-bar.c:
5719         * shell/ev-window.c:
5720
5721         Allow multiple selection of attachments
5722
5723 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * shell/ev-view.c: (view_update_range_and_current_page),
5726         (ev_view_scroll):
5727         
5728         Fix for the bug #312573 – Optimal selection of current 
5729         page among visible pages.
5730
5731 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * configure.ac:
5734         * djvu/Makefile.am:
5735         * djvu/djvu-text.h:
5736         
5737         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5738         for the bug 339868.
5739
5740 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5741
5742         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5743
5744 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5745
5746         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5747         dictated by the GNOME HIG. Fixes bug #339235.
5748
5749 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5750
5751         * data/evince-ui.xml:
5752         * shell/ev-view.c: (ev_view_can_find_previous):
5753         * shell/ev-view.h:
5754         * shell/ev-window.c: (ev_window_update_actions),
5755         (ev_window_cmd_edit_find_previous):
5756
5757         Add support for "Find Previous" as dictated by the GNOME HIG. A
5758         menu item is added and some glue code to make it all work is added
5759         to various files.
5760
5761 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5762
5763         * configure.ac: Award myself the "useless use of cat" award.
5764
5765 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5766
5767         * po/LINGUAS: New file listing all supported languages.
5768
5769         * configure.in: Use po/LINGUAS instead of including all languages
5770         directly in this file. See the wiki for more information:
5771         http://live.gnome.org/GnomeGoals/PoLinguas
5772
5773 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * backend/ev-document-factory.c:
5776
5777         Do not load the document twice when there isn't errors
5778
5779 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5780
5781         * backend/ev-attachment.c: 
5782
5783         Fix a crash when there isn't a default application to open an
5784         attachment
5785
5786 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5787
5788         * backend/ev-attachment.[ch]:
5789         * shell/ev-attachment-bar.[ch]:
5790
5791         Added missing files. 
5792
5793 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5794
5795         * backend/Makefile.am:
5796         * data/evince-ui.xml:
5797         * backend/ev-attachment.[ch]:
5798         * backend/ev-document.[ch]: (ev_document_has_attachments),
5799         (ev_document_get_attachments):
5800         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5801         (attachment_save_to_buffer), (pdf_document_get_attachments),
5802         (pdf_document_document_iface_init):
5803         * shell/Makefile.am:
5804         * shell/ev-attachment-bar.[ch]:
5805         * shell/ev-window.c:
5806
5807         Add support for PDF attachments. Fixes bug #325143
5808
5809 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * backend/ev-document-factory.c: (get_document_from_uri),
5812         (ev_document_factory_get_document):
5813         * backend/ev-document-factory.h:
5814         * properties/ev-properties-main.c: (ev_properties_get_pages):
5815         * shell/Makefile.am:
5816         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5817         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5818         (ev_job_queue_remove_job):
5819         * shell/ev-job-queue.h:
5820         * shell/ev-job-xfer.c:
5821         * shell/ev-job-xfer.h:
5822         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5823         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5824         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5825         (ev_job_xfer_run):
5826         * shell/ev-jobs.h:
5827         * shell/ev-window.c: (ev_window_is_empty),
5828         (password_dialog_response), (ev_window_clear_xfer_job),
5829         (ev_window_xfer_job_cb), (ev_window_open_uri),
5830         (ev_window_cmd_focus_page_selector),
5831         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5832         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5833         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5834         (ev_window_dispose):
5835         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5836         
5837         * Cleanup mime type detection on document load. Fix for the
5838         bug #336448.
5839
5840 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5843         
5844         Fix crash on exit, described in the bug #336825.
5845
5846 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * backend/ev-document-factory.c:
5849         (ev_document_factory_get_from_mime),
5850         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5851         (ev_document_factory_get_document),
5852         (file_filter_add_mime_list_and_free),
5853         (ev_document_factory_add_filters):
5854         * backend/ev-document-factory.h:
5855         * properties/ev-properties-main.c: (ev_properties_get_pages):
5856         * shell/Makefile.am:
5857         * shell/ev-application.c:
5858         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5859         * shell/ev-window.c: (ev_window_cmd_file_open),
5860         (ev_window_cmd_save_as):
5861         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5862         
5863         Rework factory functions so they are placed now in a single 
5864         file ev-document-factory.c
5865
5866 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5867
5868         * shell/ev-window.c: (update_chrome_visibility):
5869         
5870         Fix for the bug 166566 - don't show menubar in fullscreen
5871         mode.
5872
5873 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5874
5875         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5876
5877 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * shell/ev-view.c: (ev_view_expose_event):
5880         
5881         More correctly draw loading text when document
5882         is empty.
5883
5884 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-view.c: (ev_view_scroll):
5887         
5888         Fix for the bug #334854, page down and page up switch
5889         pages in presentation mode.
5890
5891 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * shell/ev-window.c: (ev_window_set_action_sensitive),
5894         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5895         (ev_window_set_view_accels_sensitivity),
5896         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5897         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5898         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5899         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5900         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5901         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5902         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5903         (view_actions_focus_in_cb), (ev_window_init):
5904         
5905         Fix for the bug #333902, now it's possible to search
5906         words with slash.
5907
5908 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5909
5910         * configure.ac: Added Breton translation.
5911         * po/br.po: Added Breton translation.
5912
5913 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-window-title (ev_window_title_update):
5916
5917         Fix memory leak in window title. Fixes bug #333944
5918
5919 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5920
5921         * shell/ev-metadata-manager.c (parseItem):
5922
5923         Fix memory leaks. Fixes bug #333945
5924
5925 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5926         
5927         * NEWS, configure.ac, TODO:
5928         
5929         Update for release 0.5.2.
5930
5931 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5932
5933         * shell/ev-view.c: (view_update_range_and_current_page),
5934         (page_changed_cb):
5935         
5936         Don't jump on scrolling, fix for the bug #333127.
5937
5938 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5941         
5942         Scroll by one page in presentation mode. Fix for the bug
5943         #332993.
5944
5945 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5946
5947         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5948
5949 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5950
5951         * configure.ac  Added lv in ALL_LINGUAS line.
5952
5953 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5954         
5955         * NEWS, configure.ac:
5956         
5957         Update for release 0.5.1
5958
5959 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5960
5961         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5962         * backend/ev-document-misc.h:
5963         * shell/ev-view.c: (draw_one_page):
5964         
5965          Clairfy what page the toolbar page number applies to. Fix
5966          for the bug #328102.
5967
5968 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5969
5970         * shell/ev-view-private.h:
5971         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5972         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5973         (ev_view_search_changed):
5974         * shell/ev-view.h:
5975         * shell/ev-window.c: (find_bar_search_changed_cb):
5976         
5977         Dont't jump to find result if window was scrolled during search.
5978         Fix for the bug #313266.
5979
5980 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5981
5982         * shell/eggfindbar.c: (egg_find_bar_class_init):
5983         * shell/eggfindbar.h:
5984         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5985         * shell/ev-view-private.h:
5986         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5987         (ev_view_class_init), (ev_sizing_mode_get_type),
5988         (ev_scroll_type_get_type):
5989         * shell/ev-view.h:
5990         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5991         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5992         (ev_window_init):
5993         
5994         Fix for the bug 319133 - Find entry should allow text scroll.
5995
5996 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5997
5998         * shell/ev-view-private.h:
5999         * shell/ev-view.c: (view_update_range_and_current_page),
6000         (highlight_find_results), (find_changed_cb), (page_changed_cb),
6001         (ev_view_set_document), (update_find_status_message),
6002         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
6003         (ev_view_find_previous):
6004         
6005         Fix for the bug #319137. Search now takes account for scrolling.
6006
6007 2006-02-19  Michael Hofmann <mh21@piware.de>
6008
6009         * configure.ac:
6010         * djvu/Makefile.am:
6011         * djvu/djvu-document-private.h:
6012         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6013         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6014         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6015         (djvu_document_can_get_text), (djvu_document_get_text),
6016         (djvu_document_document_iface_init),
6017         (djvu_document_thumbnails_get_thumbnail),
6018         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6019         (djvu_document_find_get_result),
6020         (djvu_document_find_page_has_results),
6021         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6022         (djvu_document_find_iface_init):
6023         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6024         (djvu_text_page_selection), (djvu_text_page_limits_process),
6025         (djvu_text_page_limits), (djvu_text_page_copy),
6026         (djvu_text_page_position), (djvu_text_page_union),
6027         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6028         (djvu_text_page_box), (djvu_text_page_append_text),
6029         (djvu_text_page_search), (djvu_text_page_prepare_search),
6030         (djvu_text_page_new), (djvu_text_page_free):
6031         * djvu/djvu-text-page.h:
6032         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6033         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6034         (djvu_text_n_results), (djvu_text_has_results),
6035         (djvu_text_get_result), (djvu_text_get_progress):
6036         * djvu/djvu-text.h:
6037         
6038         Text search in djvu. Fix for the bug #303415.
6039
6040 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6041
6042         * configure.ac:
6043         * shell/ev-window.c: (ev_window_cmd_save_as):
6044         
6045         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6046         Thanks to Gary Coady <gary@lyranthe.org>
6047
6048 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6049
6050         * shell/ev-print-job.c: (idle_print_handler):
6051         
6052         Inverse order printing, bug #320919.
6053
6054 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * data/evince-toolbar.xml:
6057         * shell/ev-window.c:
6058         
6059         Allow to add sidebar checkbutton on toolbar. Fix
6060         for the bug #144577.
6061
6062 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6065         
6066         Add checks that have sense for empty ps document.
6067
6068 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6069
6070         * configure.ac: Include PS in mime types list. 
6071
6072 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6073
6074         * configure.ac:
6075         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6076         * ps/gsdefaults.h:
6077         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6078         
6079         Runtime check for gs interpreter. Fix for the bug #320868.
6080         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6081
6082 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6083
6084         * shell/ev-application.c: 
6085
6086         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6087         dbus>=0.60, so that the request is not queued. 
6088
6089 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * configure.ac:
6092         * shell/Makefile.am:
6093         * shell/ev-sidebar-links.c: (print_section_cb):
6094         * shell/ev-utils.c:
6095         * shell/ev-utils.h:
6096         * shell/ev-window.c: (update_action_sensitivity),
6097         (ev_window_close_dialogs), (ev_window_print):
6098         * shell/ev-window.h:
6099         
6100         Make printing support optional. Patch from Eduardo de Barros Lima
6101         <eduardo.lima@indt.org.br> for the bug #330546.
6102
6103 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6104
6105         * shell/ev-view-private.h:
6106         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6107         (ev_view_set_document):
6108         * shell/ev-view.h:
6109         * shell/ev-window.c: (ev_window_load_job_cb),
6110         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6111         (ev_window_init):
6112
6113         Draw Loading message during xfer job. Fix for the bug #329495.
6114
6115 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * comics/comics-document.c: (comics_regex_quote),
6118         (comics_document_load), (extract_argv):
6119         
6120         Correcly quote regexp before passing it to unzip.
6121
6122 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6123
6124         * shell/ev-page-cache.c: (build_height_to_page),
6125         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6126         (ev_page_cache_get_dual_even_left):
6127         * shell/ev-page-cache.h:
6128         * shell/ev-view.c: (view_update_range_and_current_page),
6129         (get_page_y_offset), (get_page_extents):
6130         
6131         Place even pages to the left if document has less then
6132         two pages. Fix for the bug #328856.
6133
6134 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6135
6136         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6137         
6138         Correct comics scheme. This make evince create thumbnails
6139         for comic books. Fix for the bug 329088.
6140
6141 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6142
6143         * data/evince-password.glade: Don't explicitly set
6144         invisible_char to the current default value in case
6145         the default changes; let GTK+ do its magic.
6146
6147 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6150         real filename to tmp filename since often document
6151         type is determined by extension.
6152
6153 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6154
6155         * shell/ev-view.c: (add_scroll_binding_keypad),
6156         (ev_view_binding_activated), (ev_view_class_init):
6157         
6158         Add keybindings for percision-scrolling of display area. 
6159         Fix for the bug #314072.
6160
6161 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * data/evince.desktop.in.in:
6164         
6165         Add GTK to the list of categories. Fix for the bug #328034.
6166
6167 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6168
6169         * shell/ev-application.c: (ev_application_shutdown),
6170         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6171         * shell/ev-application.h:
6172         * shell/ev-window.c: (file_open_dialog_response_cb),
6173         (ev_window_cmd_file_open):
6174         
6175         Save last uri in file chooser dialog. Fix for the bug #327950.
6176
6177 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * NEWS:
6180         * README:
6181         
6182         Final update for release 0.5.0
6183         
6184         * shell/Makefile.am:
6185         
6186         Remove disable deprecated until we'll require libgnome-2.13.7
6187         and port to GOption argument parsing. See bug 327518.
6188
6189 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6190
6191         * comics/comics-document.c: (comics_document_save):
6192         * djvu/djvu-document.c: (djvu_document_save):
6193         * dvi/dvi-document.c: (dvi_document_save):
6194         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6195         * lib/ev-file-helpers.h:
6196         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6197         * tiff/tiff-document.c: (tiff_document_save):
6198         
6199         Use common save function for backends.
6200
6201 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6202
6203         * backend/ev-document-types.c:
6204         
6205         Fix crash on saving pixbuf.
6206
6207 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * cut-n-paste/recent-files/egg-recent-item.c:
6210         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6211         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6212         (parse_info_free), (valid_element), (start_element_handler),
6213         (end_element_handler), (text_handler), (egg_recent_model_filter),
6214         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6215         (egg_recent_model_monitor), (egg_recent_model_read),
6216         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6217         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6218         (egg_recent_model_set_property), (egg_recent_model_class_init),
6219         (egg_recent_model_init), (egg_recent_model_add_full),
6220         (egg_recent_model_delete), (egg_recent_model_get_list),
6221         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6222         (egg_recent_model_set_filter_mime_types),
6223         (egg_recent_model_clear_group_filter),
6224         (egg_recent_model_set_filter_groups),
6225         (egg_recent_model_clear_scheme_filter),
6226         (egg_recent_model_set_filter_uri_schemes),
6227         (egg_recent_model_remove_expired):
6228         * cut-n-paste/recent-files/egg-recent-util.c:
6229         (egg_recent_util_get_icon):
6230         * cut-n-paste/recent-files/egg-recent-util.h:
6231         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6232         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6233         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6234         (egg_recent_view_uimanager_set_property),
6235         (egg_recent_view_uimanager_get_property),
6236         (egg_recent_view_uimanager_class_init),
6237         (egg_recent_view_uimanager_init),
6238         (egg_recent_view_uimanager_set_label_width),
6239         (egg_recent_view_uimanager_get_label_width):
6240         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6241         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6242         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6243         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6244         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6245         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6246         
6247         Update from libegg.
6248
6249 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * shell/ev-page-cache.c: (build_height_to_page),
6252         (ev_page_cache_get_height_to_page):
6253         * shell/ev-page-cache.h:
6254         * shell/ev-view.c: (view_update_range_and_current_page),
6255         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6256         (ev_view_previous_page):
6257         
6258         Dual mode places even pages to the left. Fix for the bug #309393.
6259
6260         * shell/ev-view.h:
6261         * shell/ev-window.c: (update_action_sensitivity),
6262         (setup_view_from_metadata), (view_menu_popup_cb):
6263         
6264         Don't restore presentation in empty windows, more intelligent
6265         next page behaviour in dual mode.
6266
6267         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6268         (ev_pixbuf_cache_clear_job_sizes):
6269         
6270         Cleanup job callback on removal. Fix for the bug #325886.
6271
6272 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * ps/ps.c: (psscan):
6275         
6276         Commit workaround Mozilla problem. Fix for the bug #325919
6277         
6278         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6279         (save_item):
6280         
6281         Fix for year 2038 problem.
6282
6283 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * shell/ev-window.c: (setup_document_from_metadata),
6286         (ev_window_cmd_view_reload):
6287
6288         Clamp page recieved from metadata in valid values. Fix
6289         for the bug #325986.
6290
6291 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * MAINTAINERS: 
6294         Add MAINTAINERS as requested on desktop-devel-list.
6295
6296 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6297
6298         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6299         (mime_type_supported_by_gdk_pixbuf),
6300         (ev_document_factory_get_mime_types),
6301         (ev_document_factory_get_all_mime_types):
6302         
6303         Don't add pixbuf mime types if pixbuf backend is disabled.
6304         
6305         * shell/ev-application.c: (ev_application_get_uri_window):
6306         
6307         Fix for the bug 325815 - unhandled MIME type message doesn't 
6308         appear a second time. 
6309         
6310         * shell/ev-document-types.c: (ev_document_types_add_filters):
6311         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6312         (password_dialog_response), (ev_window_popup_password_dialog),
6313         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6314         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6315         (ev_window_run_presentation), (ev_window_stop_presentation),
6316         (save_sizing_mode), (ev_window_zoom_changed_cb),
6317         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6318         (ev_window_dual_mode_changed_cb),
6319         (ev_window_sidebar_current_page_changed_cb),
6320         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6321         (window_state_event_cb), (window_configure_event_cb):
6322         
6323         Cleanup additional uris holded by EvWindow.
6324
6325 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6328         (ev_view_can_previous_page), (ev_view_can_next_page):
6329         * shell/ev-view.h:
6330         * shell/ev-window.c: (update_action_sensitivity):
6331         
6332         Two page scrolling with Space and PageUp in dual mode. Second fix 
6333         for the bug #316608.
6334
6335 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-view.c: (scroll_to_current_page):
6338         
6339         Correctly clamp adjustment value. Fix for the bug
6340         #325808.
6341
6342 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6343
6344         * shell/ev-sidebar-links.c: (print_section_cb):
6345         * shell/ev-window.c: (ev_window_get_uri),
6346         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6347         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6348         (ev_window_dispose):
6349         
6350         Make print dialog non-modal. Fix for the bug #325622.
6351
6352 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * shell/ev-metadata-manager.c:
6355         * shell/ev-utils.c: (using_pdf_printer),
6356         (using_postscript_printer), (load_print_config_from_file),
6357         (save_print_config_to_file):
6358         * shell/ev-utils.h:
6359         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6360         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6361         (setup_view_from_metadata), (ev_window_setup_document),
6362         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6363         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6364         (ev_window_run_presentation), (ev_window_stop_presentation),
6365         (save_sizing_mode), (ev_window_zoom_changed_cb),
6366         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6367         (ev_window_dual_mode_changed_cb),
6368         (ev_window_sidebar_current_page_changed_cb),
6369         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6370         (window_state_event_cb), (window_configure_event_cb),
6371         (ev_window_init):
6372         
6373         Setting saving behaviour fixes.
6374
6375 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * configure.ac:
6378         
6379         Make antialiasing gs options better and allow
6380         to change them during configure. Fix for the 
6381         bug #319049.
6382
6383 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6384
6385         * shell/ev-window.c: (setup_view_from_metadata):
6386         
6387         Remember if last window was maximized. Fix for the
6388         bug #323797.
6389
6390 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6391
6392         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6393
6394 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6395
6396         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6397         * shell/ev-page-action.c: (build_new_tree_cb):
6398         * shell/ev-sidebar-links.c: (links_page_num_func),
6399         (update_page_callback_foreach), (update_page_callback):
6400         * shell/ev-view.c: (scroll_to_current_page):
6401         
6402         Fix for the bug #325067 with more intelligent selection
6403         of current link in sidebar. Make sidebar handle links
6404         of FITR-like type more correctly.
6405
6406         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6407         (dvi_pixbuf_put_pixel):
6408         
6409         Fix memory consumtion with disabled alpha channel.
6410
6411 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * data/evince-ui.xml:
6414         * shell/ev-window.c: (view_menu_popup_cb),
6415         (ev_popup_cmd_open_link), (ev_window_init):
6416         
6417         Update context menu for internal links. Fix for the bug
6418         #325066.
6419
6420 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6421
6422         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6423         
6424         Bind context menu to keyboard also. Fix for the bug
6425         #325065.
6426
6427 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6428
6429         * shell/ev-view.c: (selection_scroll_timeout_cb):
6430         
6431         Horizontal scroll on selection also.
6432
6433 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-metadata-manager.c: (parse_value):
6436         * shell/ev-view.c: (goto_xyz_link):
6437         
6438         Correct zoom setup and metadata save broken in 
6439         some locales.
6440
6441 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6442
6443         * shell/ev-view-private.h:
6444         * shell/ev-view.c: (scroll_to_current_page),
6445         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6446         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6447         (page_changed_cb), (ev_view_set_continuous),
6448         (ev_view_set_dual_page), (ev_view_set_presentation):
6449         
6450         Delay scroll until allocation to correctly position page. Fix
6451         for the bug #317334.
6452
6453 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * NEWS:
6456         * configure.ac:
6457         
6458         Update NEWS and require poppler 0.5.0.
6459
6460 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6461         
6462         * data/evince-ui.xml:
6463         * shell/ev-view-private.h:
6464         * shell/ev-view.c: (ev_view_get_link_at_location),
6465         (handle_link_over_xy), (ev_view_button_press_event),
6466         (ev_view_button_release_event), (ev_view_class_init):
6467         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6468         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6469         (ev_window_init):
6470         
6471         Implement right-click context menu.
6472
6473 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6476         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6477         (mdvi_pixbuf_device_render):
6478         * pdf/ev-poppler.cc:
6479
6480         Don't generate thumbnails with alpha. See bug #324077.
6481         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6482
6483 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6484
6485         * shell/ev-window.c: (setup_chrome_from_metadata):
6486         
6487         Fix typo that was hiding toolbar.
6488
6489 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6490
6491         * shell/ev-view-private.h:
6492         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6493         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6494         (ev_view_button_release_event), (ev_view_destroy):
6495         
6496         Small cleanup and autoscrolling during selection. Thanks to 
6497         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6498
6499 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6500
6501         * configure.ac:
6502         
6503         Correctly check for comics option.
6504
6505 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6506         * Makefile.am:
6507         * configure.ac:
6508         * backend/Makefile.am:
6509         * backend/ev-document-factory.c:
6510         * shell/ev-document-types.c:
6511
6512         Included option in configure to make ps backend 
6513         compilation optional with --disable-ps.
6514
6515 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6516
6517         * backend/ev-document-factory.c:
6518         * comics/Makefile.am:
6519         * comics/comics-document.c: (comics_document_load):
6520         * comics/ev-cbr-mime.xml:
6521         * configure.ac:
6522         
6523         Comics mime types are added to shared-mime-info CVS. Now
6524         we don't need to install our own mime types.
6525
6526 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6527
6528         * shell/ev-window.c:
6529         
6530         Add shortcut for "save a copy" menu entry. Fix for
6531         the bug #324582.
6532
6533 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6534
6535         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6536         (job_finished_cb), (new_selection_pixbuf_needed),
6537         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6538         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6539         
6540         Rework selection job info logic and fix critical warning.
6541
6542 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6543
6544         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6545
6546 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6547
6548         * data/evince-ui.xml:
6549         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6550         
6551         Enter as shortcut key for next page. Fix for the bug
6552         #321394.
6553
6554 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6555
6556         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6557
6558 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6561         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6562         (new_selection_pixbuf_needed),
6563         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6564         (clear_job_selection):
6565         
6566         Too early for 0.5. Pixbuf cache code cleaned a bit.
6567
6568 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * NEWS:
6571         * configure.ac:
6572         
6573         Release 0.5.0 preparation
6574
6575 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * comics/Makefile.am:
6578         * configure.ac:
6579         * shell/ev-document-types.c: (ev_document_types_add_filters):
6580         
6581         More advanced handling of custom mime type installation.
6582
6583 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6584
6585         * data/evince.schemas.in:
6586         * shell/ev-metadata-manager.c: (value_free),
6587         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6588         (ev_metadata_manager_get), (ev_metadata_manager_set):
6589         * shell/ev-metadata-manager.h:
6590         * shell/ev-window.c: (update_chrome_flag),
6591         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6592         (setup_document_from_metadata), (setup_chrome_from_metadata),
6593         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6594         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6595         (ev_window_view_toolbar_cb),
6596         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6597         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6598         
6599         Save last document settings and reuse them for new documents.
6600
6601 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * Makefile.am:
6604         * backend/Makefile.am:
6605         * backend/ev-document-factory.c:
6606         * backend/ev-document-factory.h:
6607         * comics/Makefile.am:
6608         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6609         (comics_document_load), (comics_document_save),
6610         (comics_document_get_n_pages), (comics_document_get_page_size),
6611         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6612         (comics_document_class_init), (comics_document_can_get_text),
6613         (comics_document_get_info), (comics_document_document_iface_init),
6614         (comics_document_init), (get_supported_image_extensions),
6615         (comics_document_thumbnails_get_geometry),
6616         (comics_document_thumbnails_get_thumbnail),
6617         (comics_document_thumbnails_get_dimensions),
6618         (comics_document_document_thumbnails_iface_init), (extract_argv):
6619         * comics/comics-document.h:
6620         * comics/ev-cbr-mime.xml:
6621         * configure.ac:
6622         * po/POTFILES.in:
6623         * shell/ev-application.c: (ev_application_register_service):
6624         * shell/ev-document-types.c: (ev_document_types_add_filters):
6625         * thumbnailer/Makefile.am:
6626         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6627         
6628         New CBR/CBZ backend for comic books.
6629
6630 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * shell/main.c: (load_files_remote):
6633
6634         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6635         warning on startup of second instance is fixed. It
6636         is bug #320353.
6637
6638 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6639
6640         * shell/ev-window.c: (ev_window_finalize):
6641         
6642         Fix double free that cause crash.
6643
6644 2005-10-29  Bastien Nocera <hadess@hadess.net>
6645
6646         * tiff/tiff-document.c: (tiff_document_load):
6647         
6648         Fix memory leak.
6649
6650 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6651
6652         * po/POTFILES.in:
6653         * shell/Makefile.am:
6654         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6655         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6656         (ev_view_accessible_get_text),
6657         (ev_view_accessible_get_character_at_offset),
6658         (ev_view_accessible_get_text_before_offset),
6659         (ev_view_accessible_get_text_at_offset),
6660         (ev_view_accessible_get_text_after_offset),
6661         (ev_view_accessible_get_character_count),
6662         (ev_view_accessible_get_caret_offset),
6663         (ev_view_accessible_set_caret_offset),
6664         (ev_view_accessible_get_run_attributes),
6665         (ev_view_accessible_get_default_attributes),
6666         (ev_view_accessible_get_character_extents),
6667         (ev_view_accessible_get_offset_at_point),
6668         (ev_view_accessible_get_n_selections),
6669         (ev_view_accessible_get_selection),
6670         (ev_view_accessible_add_selection),
6671         (ev_view_accessible_remove_selection),
6672         (ev_view_accessible_set_selection),
6673         (ev_view_accessible_text_iface_init),
6674         (ev_view_accessible_idle_do_action),
6675         (ev_view_accessible_action_do_action),
6676         (ev_view_accessible_action_get_n_actions),
6677         (ev_view_accessible_action_get_description),
6678         (ev_view_accessible_action_get_name),
6679         (ev_view_accessible_action_set_description),
6680         (ev_view_accessible_action_iface_init),
6681         (ev_view_accessible_get_type), (ev_view_accessible_new),
6682         (ev_view_accessible_factory_get_accessible_type),
6683         (ev_view_accessible_factory_create_accessible),
6684         (ev_view_accessible_factory_class_init),
6685         (ev_view_accessible_factory_get_type):
6686         * shell/ev-view-accessible.h:
6687         * shell/ev-view-private.h:
6688         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6689         * shell/ev-view.h:
6690         
6691         Initial accessibility support.
6692
6693 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6694
6695         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6696
6697 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6698
6699         * shell/ev-print-job.c: (idle_print_handler):
6700         
6701         Fix for bug Bug 318916: Printing multiple pages.
6702
6703 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6704
6705         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6706
6707 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6708
6709         * pdf/ev-poppler.cc:
6710         
6711         Thumnail dimensions unified with other backends.
6712         
6713         * shell/ev-window-title.c: (ev_window_title_update):
6714         
6715         Fix warning.
6716
6717 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6718
6719         * data/ev-stock-zoom-fit-width.png:
6720         
6721         Remove unused file.
6722
6723 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6724
6725         * configure.ac:
6726         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6727         (djvu_document_finalize):
6728         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6729         (dvi_document_finalize):
6730         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6731         (pixbuf_document_save), (pixbuf_document_finalize):
6732         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6733         (tiff_document_finalize):
6734         
6735         Save a copy implemented for various backends.
6736
6737 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6738
6739         * configure.ac:
6740         
6741         Don't link with ltiff if tiff is disabled.
6742
6743 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * pdf/GDKSplashOutputDev.cc:
6746         * pdf/GDKSplashOutputDev.h:
6747         * pdf/Thumb.cc:
6748         * pdf/Thumb.h:
6749         * pdf/pdf-document.cc:
6750         * pdf/pdf-document.h:
6751         * pdf/test-gdk-output-dev.cc:
6752         
6753         Remove old unused files.
6754
6755 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6756
6757         * shell/ev-window.c: (ev_window_setup_document):
6758         
6759         Fixed warnings on reload and probably crash reason.
6760
6761 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * properties/ev-properties-view.c:
6764         (ev_properties_view_format_date):
6765         
6766         Check if date is invalid. Fix for bug 318134.
6767
6768 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6769
6770         * shell/ev-window-title.c:
6771         
6772         Add .indd files (Adobe Indesign) to the list of "bad
6773         extensions".
6774
6775 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * data/evince-ui.xml:
6778         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6779         
6780         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6781
6782 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6783
6784         * shell/ev-window.c: (launch_link), (launch_external_uri),
6785         (view_external_link_cb):
6786
6787         URL-escape link before passing it to gnome_vfs_url_show.
6788
6789 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6790
6791         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6792         there isn't text selected.
6793
6794 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6795
6796         * shell/ev-view.c: (handle_link_over_xy):
6797
6798         Check tooltip is valid utf8 before showing it
6799
6800 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6801
6802         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6803
6804 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6805
6806         * shell/ev-window-title.c: (ev_window_title_update):
6807
6808         Guard against using g_strstrip on NULL. Fixes bug #317291.
6809
6810 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6811
6812         * pdf/ev-poppler.cc:
6813
6814         Show title even for unknown links
6815
6816 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * shell/ev-window-title.c: (ev_window_title_update):
6819
6820         Strip the title string
6821
6822 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * shell/ev-window-title.c:
6825
6826         Add .rtf to the bad extensions list
6827
6828 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6831         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6832
6833         Ignore link coordinates if they are outside page bounds
6834
6835 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6836
6837         * backend/ev-link.c: (ev_link_type_get_type),
6838         (ev_link_get_filename), (ev_link_get_params),
6839         (ev_link_get_property), (ev_link_set_property),
6840         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6841         * backend/ev-link.h:
6842         * pdf/ev-poppler.cc:
6843         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6844         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6845         (ev_window_init):
6846
6847         Implement launch links. Delegate external link opening to
6848         the window.
6849
6850 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6851
6852         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6853         (ev_link_get_right), (ev_link_get_property),
6854         (ev_link_set_property), (ev_link_class_init),
6855         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6856         * backend/ev-link.h:
6857         * pdf/ev-poppler.cc:
6858         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6859
6860         Implement fitr links
6861
6862 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6865         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6866         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6867         (ev_view_size_request_continuous),
6868         (ev_view_size_request_dual_page),
6869         (ev_view_size_request_single_page), (ev_view_size_allocate),
6870         (ev_view_zoom_for_size_continuous_and_dual_page),
6871         (ev_view_zoom_for_size_continuous),
6872         (ev_view_zoom_for_size_dual_page),
6873         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6874         (ev_sizing_mode_get_type):
6875         * shell/ev-view.h:
6876         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6877
6878         Do not use modes for link, we need to calculate size ad hoc.
6879         Still not perfect because of the usual scrollbar issues grrr.
6880
6881 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6882
6883         * backend/ev-link.c: (ev_link_type_get_type),
6884         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6885         * backend/ev-link.h:
6886         * pdf/ev-poppler.cc:
6887         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6888         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6889         (ev_view_size_request_continuous),
6890         (ev_view_size_request_dual_page),
6891         (ev_view_size_request_single_page), (ev_view_size_allocate),
6892         (zoom_for_size_fit_height),
6893         (ev_view_zoom_for_size_continuous_and_dual_page),
6894         (ev_view_zoom_for_size_continuous),
6895         (ev_view_zoom_for_size_dual_page),
6896         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6897         (ev_sizing_mode_get_type):
6898         * shell/ev-view.h:
6899         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6900
6901         Implement FIT_HEIGHT mode (only for links).
6902         Implement FITH links
6903
6904 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6905
6906         * shell/ev-window-title.c: (get_filename_from_uri),
6907         (ev_window_title_sanitize_extension), (ev_window_title_update),
6908         (ev_window_title_set_document), (ev_window_title_set_uri),
6909         (ev_window_title_free):
6910         * shell/ev-window-title.h:
6911         * shell/ev-window.c: (ev_window_setup_document),
6912         (ev_window_popup_password_dialog):
6913
6914         Refactor window title building while fixing it for
6915         password documents.
6916
6917 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6918
6919         * pdf/ev-poppler.cc:
6920
6921         Escape link title before setting it in the model
6922
6923 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6924
6925         * shell/ev-application.c: (removed_from_session), (save_session),
6926         (init_session), (ev_application_get_empty_window),
6927         (ev_application_init), (ev_application_get_windows):
6928         * shell/ev-application.h:
6929         * shell/ev-window.c: (ev_window_finalize):
6930
6931         Add a function to retrieve window list and share it where
6932         necessary.
6933         Implement session handling, works pretty well thanks to the
6934         metadata system.
6935
6936 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6937
6938         * shell/ev-password.c: (ev_password_item_created_callback),
6939         (ev_password_dialog_save_password):
6940         
6941         Fix for bug 316972. Use async gnome-keyring API.
6942
6943 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6944
6945         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6946         Remove unused unrealize handler. Add scroll handling to
6947         ev_view_scroll_event for presentation mode (bug #316708),
6948         and fix the event state checks there.
6949
6950 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * shell/ev-page-action.c: (page_changed_cb):
6953
6954         "marco, maybe we should be crazy and jump right to 6! :)"
6955
6956         Bryan Clark, Sep 2005
6957
6958 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * ps/ps-document.c: (save_document), (ps_document_save),
6961         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6962         (ps_document_ps_export_end):
6963
6964         Fix unstructured documents save and print
6965
6966 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6967
6968         * shell/ev-application.c: (ev_application_open_uri):
6969
6970         Fix window size persistance
6971
6972 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6973
6974         * shell/ev-view.c: (ev_view_button_release_event):
6975
6976         Based on a patch from carlosgc@gnome.org. Mouse buttons
6977         switch pages in presentation mode.
6978
6979 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6980
6981         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6982
6983         Dont cast to int before scaling
6984
6985 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6986
6987         * backend/ev-link.c: (ev_link_type_get_type),
6988         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6989         (ev_link_new_page_fith):
6990         * backend/ev-link.h:
6991         * pdf/ev-poppler.cc:
6992         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6993
6994         Implement FIT and FITH links
6995
6996 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6997
6998         * pdf/ev-poppler.cc:
6999
7000         Return 0 results when search is not in progress.
7001
7002         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7003         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
7004
7005         Update menu sensitivity when cancelling search
7006
7007 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * shell/ev-view.c: (ev_view_can_find_next):
7010
7011         Take all pages in consideration, not just current one
7012
7013 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7014
7015         * shell/ev-page-cache.c:
7016         * shell/ev-page-cache.h:
7017         * shell/ev-view.c: (ev_view_binding_activated),
7018         (ev_view_next_page), (ev_view_previous_page),
7019         (ev_sizing_mode_get_type):
7020         * shell/ev-view.h:
7021         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7022         (ev_window_cmd_go_next_page):
7023
7024         Move page next/previous functions from page chace to
7025         view and change it to move by 2 page steps in dual mode.
7026
7027 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7028
7029         * shell/ev-window.c: (update_sidebar_visibility),
7030         (setup_sidebar_from_metadata), (ev_window_setup_document),
7031         (setup_view_from_metadata):
7032
7033         Show the index by default when there is one     
7034
7035 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-window-title.c: (ev_window_title_set_document):
7038
7039         Missing null check
7040
7041 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * shell/ev-view.c: (view_update_range_and_current_page):
7044         
7045         Allow display of last odd page in dual view. Fix for 316347.
7046
7047 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7048
7049         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7050         
7051         Make close button default. Fix for 316383.
7052
7053 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7054
7055         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7056         
7057         Mark close button as default. Fix for 316381.
7058
7059 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7060
7061         * backend/ev-link.c: (ev_link_class_init):
7062
7063         Allow negative doubles in left/top properties
7064
7065 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7066
7067         * shell/ev-window.c:
7068
7069         Remove a bunch of strings that was used only
7070         by the statusbar.
7071
7072 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/ev-window-title.c: (get_filename_from_uri),
7075         (ev_window_title_set_document):
7076
7077         When title has a confusing extension, show also
7078         the document filename inside ()
7079
7080 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7081
7082         * shell/Makefile.am:
7083         * shell/ev-window-title.c: (ev_window_title_new),
7084         (ev_window_title_update), (ev_window_title_set_type),
7085         (ev_window_title_set_document), (ev_window_title_free):
7086         * shell/ev-window-title.h:
7087         * shell/ev-window.c: (ev_window_setup_document),
7088         (password_dialog_response), (ev_window_popup_password_dialog),
7089         (ev_window_dispose), (ev_window_init):
7090
7091         Factor out and cleanup window title code
7092
7093 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7094
7095         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7096         (unable_to_load):
7097
7098         Make dialog transient so it doesnt block other windows
7099
7100 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * pdf/ev-poppler.cc:
7103         
7104         Fix pdf thumbnails rendering.
7105
7106 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7107
7108         * shell/ev-window.c: (fullscreen_set_timeout):
7109         
7110         Increase timeout to hide full screen popup. Bug 
7111         316123. 
7112
7113 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * data/evince.schemas.in:
7116         * shell/ev-window.c: (update_action_sensitivity):
7117
7118         Allow the user to override document restrictions. Fix for bug
7119         305818.
7120
7121 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7122
7123         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7124         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7125         (ev_window_class_init): Fix multihead behaviour of fullscreen
7126         toolbar popup. Fixes bug #315451.
7127
7128 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7129
7130         * configure.ac:
7131         * data/evince-password.glade:
7132         * shell/ev-password.c: (ev_password_dialog_set_property),
7133         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7134         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7135         (ev_password_dialog_entry_changed_cb),
7136         (ev_password_dialog_entry_activated_cb),
7137         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7138         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7139         (ev_password_dialog_set_bad_pass):
7140         * shell/ev-password.h:
7141         * shell/ev-window.c: (password_dialog_response),
7142         (ev_window_popup_password_dialog):
7143         
7144         Support for gnome-keyring for encrypted PDF's.
7145
7146 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7147
7148         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7149         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7150         (ev_view_enter_notify_event), (ev_view_class_init):
7151         
7152         More precise handling of enter_notify/leave_notify events
7153         in EvView. Fix for bug 315470.
7154
7155 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7156
7157         * shell/ev-window.c: (fullscreen_timeout_cb),
7158         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7159         (ev_window_dispose):
7160
7161         leak fix: unref fullscreen_timeout_source before clearing it
7162
7163 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * configure.ac, dvi/mdvi/Makefile.am: 
7166         
7167         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7168
7169 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * backend/ev-link.c: (ev_link_new_page_xyz):
7172         * pdf/ev-poppler.cc:
7173         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7174
7175         Fix some bugs with xyz links, respect zoom
7176
7177 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7178
7179         * shell/ev-window.c: (page_changed_cb),
7180         (setup_document_from_metadata), (update_sidebar_visibility),
7181         (setup_view_from_metadata), (ev_window_run_fullscreen),
7182         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7183         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7184         (ev_window_dual_mode_changed_cb),
7185         (ev_window_sidebar_current_page_changed_cb):
7186
7187         null check uri before setting and getting metadata
7188
7189 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7190
7191         * dvi/Makefile.am:
7192         * properties/Makefile.am:
7193         * shell/Makefile.am:
7194         * thumbnailer/Makefile.am:
7195
7196         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7197
7198 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7199
7200         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7201         (selection_changed_callback):
7202         * shell/ev-sidebar-links.h:
7203
7204         Add a signal for link activation.
7205
7206         * shell/ev-view.c: (ev_view_goto_link),
7207         (ev_view_button_release_event):
7208         * shell/ev-view.h:
7209         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7210         (ev_window_init):
7211
7212         Implement the signal so that we can handle all link types.
7213
7214         * shell/ev-page-cache.c:
7215
7216         Remove unused set_link function
7217
7218 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7219
7220         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7221
7222         Add some space from the cursor, hardcoded but I couldnt
7223         find a better way.
7224
7225 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7226
7227         * lib/ev-tooltip.c:
7228
7229         Use mozilla style vs gtk style, way better for links.
7230
7231         * shell/ev-view.c: (ev_view_motion_notify_event),
7232         (ev_view_destroy), (ev_view_init):
7233
7234         Deactive tooltip when the link hovered is changed.
7235
7236 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * backend/ev-document.h:
7239         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7240         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7241         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7242         (ev_link_new_page), (ev_link_new_page_xyz):
7243         * backend/ev-link.h:
7244         * pdf/ev-poppler.cc:
7245         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7246         (go_to_link), (tip_from_link):
7247
7248         Implement xyz links, still not functional. Links are a total
7249         mess, will need to refactor and bugfix a lot :(
7250
7251 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7252
7253         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7254
7255 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7256
7257         * data/evince-ui.xml:
7258         * data/evince.schemas.in:
7259         * shell/Makefile.am:
7260         * shell/ev-window.c: (update_chrome_visibility),
7261         (password_dialog_response), (ev_window_load_job_cb),
7262         (ev_window_xfer_job_cb), (ev_window_open_uri),
7263         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7264         (ev_window_init):
7265
7266         Remove the statusbar. This regress loading feedback, need to
7267         check with Bryan what we want to do there...
7268
7269 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7270
7271         * lib/ev-tooltip.c: (ev_tooltip_init):
7272
7273         Fix tooltip border and size handling
7274
7275 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7276
7277         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7278         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7279         (ev_tooltip_timeout), (ev_tooltip_activate),
7280         (ev_tooltip_deactivate):
7281         * lib/ev-tooltip.h:
7282         * shell/ev-view.c: (ev_view_motion_notify_event):
7283
7284         Delay popup showing. Mirror gtk logic/times.
7285
7286 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7287
7288         * lib/Makefile.am:
7289         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7290         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7291         (ev_tooltip_set_text), (ev_tooltip_set_position):
7292         * lib/ev-tooltip.h:
7293
7294         Simple widget to show tooltips at a custom position
7295
7296         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7297         (ev_view_destroy):
7298
7299         Use it for links. First go, needs work
7300
7301 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7302
7303         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7304         HIG fixes.  Use title capitalization for window title. Use 12 
7305         pixels of space between the dialog's vbox and action area.
7306
7307 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * shell/ev-window.c: (file_open_dialog_response_cb),
7310         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7311         (ev_window_cmd_save_as):
7312
7313         Make file pickers not modal and refactor code some
7314
7315 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * shell/ev-sidebar.h:
7318         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7319         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7320         (ev_sidebar_class_init), (ev_sidebar_select_page),
7321         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7322         (ev_sidebar_set_page):
7323
7324         Add a current page property and allow to get/set it
7325
7326         * shell/ev-window.c: (setup_view_from_metadata),
7327         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7328
7329         Persist current sidebar page per document
7330
7331 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7332
7333         * data/evince.schemas.in:
7334         * shell/ev-window.c: (update_chrome_visibility),
7335         (setup_document_from_metadata), (update_sidebar_visibility),
7336         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7337         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7338         (ev_window_run_presentation), (ev_window_stop_presentation),
7339         (ev_window_view_sidebar_cb),
7340         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7341         (load_chrome), (ev_window_init):
7342
7343         Persist size/visibility of sidebar per document
7344
7345 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7346
7347         * shell/ev-view.c (draw_loading_text): Draw loading text.
7348
7349 2005-09-02  Dan Damian  <dand@gnome.ro>
7350
7351         * configure.in: Added "ro" to ALL_LINGUAS.
7352
7353 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * shell/ev-view.c: (clear_caches):
7356
7357         ev_page_cache_get doesnt return a reference,
7358         dont try to unref it.
7359
7360 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7361
7362         * shell/main.c: (load_files_remote):
7363
7364         Fix timestamp parameter with dbus <= 0.33
7365
7366 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * data/evince.schemas.in:
7369
7370         Add missing full stop
7371
7372 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7373
7374         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7375         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7376
7377         Plug some memory leaks
7378
7379 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7380
7381         * configure.ac:
7382         * lib/ev-debug.c: (trap_handler):
7383
7384         Check for execinfo.h and use it only if it exists.
7385         Ported from Epiphany (bug #314776).
7386
7387 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7388
7389         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7390
7391 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7392
7393         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7394         * po/id.po      : Added Indonesian translation
7395
7396 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7397
7398         * shell/main.c:
7399         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7400         * NEWS: Release 0.4.0
7401
7402 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7403
7404         * configure.ac: catch another gtk+-2.8ism
7405         * shell/main.c: Make work with gtk+-2.6
7406
7407 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7408
7409         * shell/ev-application-service.xml: Add 'timestamp' argument to
7410           ev_application_open_window and ev_application_open_uri methods.
7411
7412         * shell/ev-application.h: Add 'timestamp' argument to
7413           ev_application_open_window, ev_application_open_uri,
7414           and ev_application_open_uri_list functions.
7415
7416         * shell/ev-application.c (ev_application_open_window,
7417           ev_application_open_uri, ev_application_open_uri_list): Change
7418           functions that show/present windows to use a timestamp if one
7419           is passed in.
7420
7421         * shell/ev-window.c (ev_window_cmd_file_open,
7422           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7423         * shell/main.c (load_files): Modify calls to ev_application to
7424           include GDK_CURRENT_TIME as timestamp.
7425
7426         * shell/main.c (load_files_remote): Obtain timestamp for client
7427           instance from GDK and pass to server instance so new windows are
7428           focused properly.  Fix dbus_g_proxy_call() calls by including second
7429           G_TYPE_INVALID.
7430           
7431         Closes bug #314475.
7432
7433 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7434
7435         * shell/ev-window.c (ev_window_finalize): Check for
7436         avail. EvWindows when quiting to handle the finalize better,
7437         #314497
7438
7439 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7440         
7441         * properties/ev-properties-view.c: 
7442         
7443         Set textdomain to libglade. Fixes translation problem in property page.
7444
7445 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7446
7447         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7448         * dvi/Makefile.am:
7449         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7450         * dvi/mdvi-lib/Makefile.am:
7451         
7452         Fix rotation of thumbnails, ported to new API. Moved library
7453         dependencies earlier, probably it will fix linkage problem.
7454
7455 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7456
7457         * backend/ev-document-misc.c:
7458         (ev_document_misc_get_thumbnail_frame):
7459         * backend/ev-document-misc.h:
7460         * configure.ac:
7461         * pdf/ev-poppler.cc:
7462         * shell/Makefile.am:
7463         * shell/ev-sidebar-thumbnails.c: (add_range),
7464         (ev_sidebar_thumbnails_set_loading_icon),
7465         (ev_sidebar_thumbnails_refresh),
7466         (ev_sidebar_thumbnails_set_document):
7467         * shell/ev-sidebar-thumbnails.h:
7468         * shell/ev-view.c: (ev_view_motion_notify_event),
7469         (ev_view_set_property), (ev_view_get_property),
7470         (ev_view_class_init), (ev_view_set_rotation):
7471         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7472         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7473         (ev_window_init):
7474         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7475         Redo rotation (again).  prepare for 0.4.0
7476
7477 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7478
7479         * configure.ac: Bump poppler requirement to 0.4.1.
7480
7481         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7482         argument to poppler_page_render_selection() call.
7483
7484 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7485
7486         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7487         (djvu_document_thumbnails_get_thumbnail):
7488         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7489         (dvi_document_thumbnails_get_thumbnail):
7490         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7491         (pixbuf_document_thumbnails_get_thumbnail):
7492         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7493         
7494         Update rotation direction of backends to fit with pdf and ps.
7495
7496 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7497
7498         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7499         * backend/ev-async-renderer.h:
7500         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7501         (setup_page), (ps_document_get_page_size),
7502         (ps_async_renderer_render_pixbuf):
7503         * ps/ps-document.h:
7504         * shell/ev-jobs.c: (ev_job_render_run):
7505
7506         Fix orientation in the postscript document
7507
7508 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7509
7510         * pdf/ev-poppler.cc:
7511         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7512         * shell/ev-view.c: (highlight_find_results):
7513
7514         Adapt to the new poppler rotation API. Fix text maps on landscape
7515         documents.
7516
7517 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7518
7519         * shell/ev-view.c (compute_new_selection_text): get the correct
7520         region when selecting in modes other than continuous.
7521
7522 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7523
7524         * shell/main.c (main): remove redundant g_warnings.
7525
7526 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/Makefile.am: Don't include autogenerated
7529         file ev-application-service.h into distribution, since
7530         it causes dbus crash. Fix for bugs 313724 and 313443. 
7531
7532 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7533
7534         * configure.ac: Fix sed expression for FreeBSD. Thanks
7535         to Joe Marcus Clark <marcus@freebsd.org>
7536         
7537         * shell/eggfindbar.c: (entry_activate_callback),
7538         (entry_changed_callback), (egg_find_bar_init),
7539         (egg_find_bar_set_search_string):
7540         
7541         Made findbar buttons unsensitive if there is no text in
7542         entry. Fix for the bug 313285.
7543
7544 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7545
7546         * ps/ps-document.c: Use g_filename_display_name for displaying
7547         filenames and revert string freeze breackage
7548
7549 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7550
7551         * NEWS:
7552         * configure.ac:
7553
7554         Update for 0.3.4
7555
7556         * shell/Makefile.am:
7557
7558         Add ev-application-service.xml to extra dist
7559
7560         * shell/ev-view.c: (find_page_at_location):
7561
7562         Remove unused function (fix warning)
7563
7564 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7567         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7568         
7569         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7570         bug 313623.
7571
7572 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7573
7574         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7575         * shell/ev-window.c:
7576         Fix build warnings
7577
7578 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7579
7580         * configure.ac: Update script to get dbus version.
7581         Fix for the bug #313443.
7582
7583 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7584
7585         * shell/ev-window.c: (ev_window_cmd_escape):
7586         
7587         Return focus back to view on escape. Fix for bug 313295.
7588
7589 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7590
7591         * shell/ev-window.c: (update_window_title),
7592         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7593         (ev_window_cmd_save_as):
7594         
7595         Correct conversion from uri to displayable string. Fix for
7596         bug 313296.
7597
7598 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7599
7600         * ps/ps-document.c: convert filename to utf8 when there is an error
7601         loading document. Fixes #309915
7602
7603 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7604
7605         * configure.ac:
7606
7607         We depend on poppler 0.4.0
7608
7609 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7610
7611         * configure.ac:
7612         * NEWS: Release 0.3.3.
7613         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7614
7615 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7616
7617         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7618         add a couple missing mnemonics to menu items, use title 
7619         capitalization for menu items and window titles, and add 
7620         ellipsis to open menu item.     
7621
7622 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7623
7624         * pdf/ev-poppler.cc:
7625         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7626         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7627         (ev_view_get_rotation):
7628         * shell/ev-view.h:
7629         * shell/ev-window.c: (setup_view_from_metadata),
7630         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7631         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7632         disk.
7633
7634 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7635
7636         * configure.ac: Added tr to ALL_LINGUAS
7637
7638 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7639
7640         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7641         requires several clicks to find word. Thanks to 
7642         Colin Slater <kiltedtaco@gmail.com>.
7643
7644 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7645
7646         * data/evince.desktop.in.in: Hide menu entry and
7647         rename it to "Document Viewer". Fix for bug 
7648         #312399.
7649
7650 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7651
7652         * shell/ev-page-action.c (ev_page_action_class_init): 
7653
7654         Point to the correct function in constructor of the
7655         activate_label signal
7656
7657 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7658
7659         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7660         * shell/ev-jobs.h: Make thread safe.
7661
7662 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7663
7664         * shell/ev-view.c: (view_update_range_and_current_page):
7665         Don't update page range if we are scrolling to some document
7666         point.
7667
7668 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7669
7670         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7671         when getting max_page_width, fix drawing in dual mode.
7672
7673 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7674
7675         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7676         getting the area for select_all.
7677
7678 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7679
7680         * backend/ev-selection.c: (ev_selection_render_selection):
7681         * backend/ev-selection.h:
7682         * pdf/ev-poppler.cc:
7683         * shell/ev-jobs.c: (ev_job_render_new):
7684         * shell/ev-jobs.h:
7685         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7686         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7687         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7688         (ev_view_class_init):
7689
7690         Change selection color on focus in and focus out events.  Also,
7691         poppler now uses GdkColor for specifying the selection colors, so
7692         drop some awkward conversion code.
7693
7694 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7695
7696         * configure.ac: Added Hebrew translation
7697
7698 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7699
7700         * NOTES:
7701         * backend/ev-selection.c: (ev_selection_render_selection):
7702         * backend/ev-selection.h:
7703         * pdf/ev-poppler.cc:
7704         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7705         (ev_job_render_run):
7706         * shell/ev-jobs.h:
7707         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7708         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7709         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7710         (ev_pixbuf_cache_style_changed),
7711         (ev_pixbuf_cache_get_selection_pixbuf),
7712         (ev_pixbuf_cache_set_selection_list),
7713         (ev_pixbuf_cache_get_selection_list):
7714         * shell/ev-pixbuf-cache.h:
7715         * shell/ev-utils.c: (ev_print_region_contents):
7716         * shell/ev-utils.h:
7717         * shell/ev-view.c: (ev_view_queue_draw_page),
7718         (selection_update_idle_cb), (ev_view_motion_notify_event),
7719         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7720         (setup_caches), (ev_view_find_next), (merge_selection_region),
7721         (selection_free):
7722         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7723
7724         Clean up selection to be much smoother!
7725
7726 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7727
7728         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7729         to poppler_page_render_selection().
7730
7731 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7732
7733         * ps/ps-document.c: (save_page_list): Use
7734         unzipped document when printing. Thanks to 
7735         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7736         311016.
7737
7738 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * shell/ev-window.c: (update_action_sensitivity):
7741         
7742         Disable print and save respect to lockdown gconf keys. Fix
7743         for 312342.
7744
7745 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7746
7747         * configure.ac:
7748         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7749         (write_to_temp_file), (ev_file_set_contents):
7750         * shell/ev-utils.h:
7751         * shell/ev-window.c: (save_print_config_to_file):
7752         
7753         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7754         Fix for bug 312238
7755
7756 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7757
7758         * shell/ev-window.c: (load_print_config_from_file),
7759         (save_print_config_to_file), (ev_window_print_range):
7760
7761         Persist the print settings. Fixes bug #311578.
7762
7763 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7764
7765         * djvu/djvu-document.c: (djvu_document_get_page_size),
7766         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7767         (djvu_document_thumbnails_get_thumbnail):
7768         * dvi/dvi-document.c: (dvi_document_get_page_size),
7769         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7770         (dvi_document_thumbnails_get_dimensions),
7771         (dvi_document_thumbnails_get_thumbnail):
7772         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7773         (pixbuf_document_render_pixbuf),
7774         (pixbuf_document_document_iface_init),
7775         (pixbuf_document_thumbnails_get_thumbnail):
7776         
7777         Update backends to make them build with new rotation system.
7778
7779 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7780
7781         * help/C/figures/evince_start_window.png:
7782         
7783         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7784
7785 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7786
7787         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7788         * shell/ev-pixbuf-cache.h:
7789         * shell/ev-sidebar-thumbnails.c:
7790         (ev_sidebar_thumbnails_get_property), (add_range),
7791         (adjustment_changed_cb):
7792         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7793         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7794         we were thumbnailing the entire docment on startup, slowing us
7795         down hugely. 
7796
7797 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7798
7799         * shell/ev-page-cache.c: (ev_page_cache_new):
7800         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7801         == 0, fixes #310306.
7802
7803 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7806         (ev_view_rotate_left):
7807
7808         Account rotation in doc_rect_to_view_rect.
7809         Ensure rotation doesnt go out of bounds.
7810
7811 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7812
7813         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7814
7815         Correct and cleanup w/h swapping
7816
7817 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * backend/ev-document-thumbnails.c:
7820         (ev_document_thumbnails_get_thumbnail):
7821         * backend/ev-document-thumbnails.h:
7822         * backend/ev-document.c:
7823         * backend/ev-document.h:
7824         * backend/ev-render-context.c: (ev_render_context_new),
7825         (ev_render_context_set_rotation):
7826         * backend/ev-render-context.h:
7827         * pdf/ev-poppler.cc:
7828         * ps/ps-document.c: (ps_document_document_iface_init):
7829         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7830         * shell/ev-jobs.h:
7831         * shell/ev-page-cache.c: (build_height_to_page),
7832         (ev_page_cache_new), (ev_page_cache_get_size),
7833         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7834         (ev_page_cache_get_height_to_page):
7835         * shell/ev-page-cache.h:
7836         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7837         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7838         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7839         (ev_pixbuf_cache_get_selection_pixbuf):
7840         * shell/ev-pixbuf-cache.h:
7841         * shell/ev-print-job.c: (idle_print_handler):
7842         * shell/ev-sidebar-thumbnails.c: (add_range):
7843         * shell/ev-view.c: (view_update_range_and_current_page),
7844         (get_page_y_offset), (get_page_extents),
7845         (ev_view_size_request_continuous_dual_page),
7846         (ev_view_size_request_continuous),
7847         (ev_view_size_request_dual_page),
7848         (ev_view_size_request_single_page), (draw_one_page),
7849         (ev_view_set_rotation), (ev_view_rotate_right),
7850         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7851         (ev_view_zoom_for_size_continuous_and_dual_page),
7852         (ev_view_zoom_for_size_continuous),
7853         (ev_view_zoom_for_size_dual_page),
7854         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7855         (ev_view_select_all):
7856         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7857         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7858         (tiff_document_document_iface_init),
7859         (tiff_document_thumbnails_get_thumbnail):
7860
7861         Use rotation rather than orientation. It's easier and enough
7862         for our needs.
7863
7864 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * shell/ev-page-cache.c: (build_height_to_page),
7867         (ev_page_cache_new), (ev_page_cache_get_size),
7868         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7869         (ev_page_cache_get_height_to_page):
7870         * shell/ev-page-cache.h:
7871         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7872         (ev_view_size_request_continuous_dual_page),
7873         (ev_view_size_request_continuous),
7874         (ev_view_zoom_for_size_continuous_and_dual_page),
7875         (ev_view_zoom_for_size_continuous):
7876
7877         Make the page cache aware of page orientation.
7878
7879 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7880
7881         * backend/ev-document-thumbnails.c:
7882         (ev_document_thumbnails_get_thumbnail):
7883         * backend/ev-document-thumbnails.h:
7884         * backend/ev-document.c:
7885         * backend/ev-document.h:
7886         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7887         * backend/ev-ps-exporter.h:
7888         * pdf/ev-poppler.cc:
7889         * ps/ps-document.c: (ps_document_document_iface_init),
7890         (ps_document_ps_export_do_page):
7891         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7892         * shell/ev-jobs.h:
7893         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7894         (ev_page_cache_get):
7895         * shell/ev-page-cache.h:
7896         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7897         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7898         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7899         * shell/ev-pixbuf-cache.h:
7900         * shell/ev-print-job.c: (idle_print_handler):
7901         * shell/ev-sidebar-thumbnails.c: (add_range):
7902         * shell/ev-view.c: (view_update_range_and_current_page),
7903         (get_page_extents), (ev_view_size_request_dual_page),
7904         (ev_view_size_request_single_page), (draw_one_page),
7905         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7906         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7907         (ev_view_zoom_for_size_dual_page),
7908         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7909         (ev_view_select_all):
7910         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7911         * tiff/tiff-document.c: (tiff_document_get_page_size),
7912         (tiff_document_get_orientation), (rotate_pixbuf),
7913         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7914         (tiff_document_thumbnails_get_thumbnail),
7915         (tiff_document_ps_export_do_page), (tiff_document_init):
7916
7917         Really make use of the orientation bit of the render context.
7918         Use the render context in a few more places in the backend API.
7919         This regress orientation, but now it's done right. Will try to
7920         fix it up asap...
7921
7922 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7923
7924         * shell/ev-view.c: (ensure_rectangle_is_visible):
7925
7926         Patch by Nickolay V. Shmyrev to fix find flickering
7927
7928 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7929
7930         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7931         duplex parameters to ::begin.
7932
7933         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7934         * shell/ev-print-job.c (idle_print_handler): 
7935         * ps/ps-document.c (ps_document_ps_export_begin): 
7936         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7937         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7938         implementations. Poppler backend needs poppler cvs. Rest has
7939         unchanged behavior.
7940
7941 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7942
7943         * shell/ev-window.c (using_pdf_printer): new function.
7944         (ev_window_print_range): print a less techy message if someone
7945         tries to print to PDF.
7946
7947 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7948
7949         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7950         from "unknown font" string. Bug #311431
7951
7952 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7953
7954         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7955
7956 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7957
7958         Bug #311280
7959         
7960         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7961         name for PopplerFontTypes
7962         (pdf_document_fonts_fill_model): add font type to the detail column
7963
7964         * backend/ev-document-fonts.h: added
7965         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7966
7967         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7968         font name and font details, add a little markup.
7969         (ev_properties_fonts_init): use the new cell data func, specify ypad
7970         property for the cell renderer.
7971         (ev_properties_fonts_set_document): add the details column.
7972
7973 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7974
7975         * configure.ac: Added "pl" to ALL_LINGUAS.
7976
7977 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7978
7979         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7980
7981 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7982
7983         * help/ChangeLog: Started this for translations of manual.
7984         * configure.ac, autogen.sh, .cvsignore: Migrated to
7985         gnome-doc-utils. Patch in bug #311222.
7986
7987 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7988
7989         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7990         #ifdef this away to fix an unused-function warning.
7991
7992 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7993
7994         * configure.ac: Added 'gl' to ALL_LINGUAS.
7995
7996 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7997
7998         * configure.ac: Added ne in ALL_LINGUAS
7999         
8000 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8001
8002         * shell/ev-view.c: (ev_view_leave_notify_event):
8003         
8004         Clear status message when pointer leaves view. Fix for bug
8005         #310818 
8006
8007 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8008
8009         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8010
8011 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8012
8013         * shell/ev-view.c: (ev_view_leave_notify_event),
8014         (ev_view_class_init):
8015         
8016         Set cursor to normal then leaving view.
8017
8018 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * configure.ac:
8021         
8022         Fix required djvulibre version.
8023
8024 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8025
8026         *configure.ac: Hindi (hi) language added
8027
8028 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8029
8030         *configure.ac: Punjabi (pa) Language added
8031
8032 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8033
8034         * data/evince-ui.xml, shell/ev-window.c:
8035         
8036         Add keypad accelerators for zooming. Fix for bug 308128.
8037
8038 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8039
8040         * Makefile.am:
8041         * backend/Makefile.am:
8042         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8043         * configure.ac:
8044         * shell/ev-document-types.c: (ev_document_types_add_filters):
8045
8046         Allow to enable/disable the pixbuf backend.
8047         Default to off for now. If we want it enabled we should
8048         really put mime types in the desktop, implement properties etc.
8049
8050         * properties/evince-properties.c:
8051
8052         Initialize error to NULL.
8053         Check error is not NULL before freeing.
8054
8055 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8056
8057         * shell/ev-window.c:
8058
8059         Use F5 as presentation accell
8060
8061 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8062
8063         * shell/ev-window.c: (update_chrome_visibility),
8064         (ev_window_create_fullscreen_popup), (ev_window_init):
8065
8066         Do not leak the fullscreen toolbar
8067
8068 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * shell/ev-window.c: (view_actions_focus_in_cb),
8071         (view_actions_focus_out_cb):
8072
8073         These has a return value! Fix totally random focus
8074         issues we was seeing.
8075
8076 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8077
8078         * shell/main.c: (load_files_remote):
8079
8080         Allow open more than one file
8081
8082 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8083
8084         * shell/main.c: (load_files_remote):
8085
8086         Fix for dbus 0.33. bug #309975
8087
8088 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8089
8090         * properties/ev-properties-main.c: (ev_properties_get_pages):
8091
8092         Actually return NULL for types we dont support
8093
8094 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8095
8096         * po/POTFILES.in:
8097
8098         Remove empty lines.
8099
8100 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8101
8102         * backend/ev-document-factory.c:
8103         (ev_document_factory_get_document):
8104
8105         Do not try to create the object if type
8106         is invalid.
8107
8108 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * ps/ps-document.c: (ps_document_dispose),
8111         (ps_async_renderer_render_pixbuf):
8112         * ps/ps-document.h:
8113
8114         Do not leak the target window
8115
8116 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8117
8118         * shell/ev-application.c: (ev_application_init):
8119
8120         Let tbe check file existence for us.
8121         Add a comment about eggrecent mime filter.
8122
8123 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8124
8125         * data/evince-ui.xml:
8126         * shell/ev-application.c: (ev_application_shutdown),
8127         (ev_application_init), (ev_application_get_toolbars_model),
8128         (ev_application_get_recent_model),
8129         (ev_application_save_toolbars_model):
8130         * shell/ev-application.h:
8131         * shell/ev-window.c: (ev_window_add_recent),
8132         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8133         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8134         (ev_window_init):
8135
8136         Use common toolbar and recent models for all windows.
8137         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8138
8139 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8140
8141         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8142         successfully check for gtk_icon_view_get_visible_range.
8143
8144 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146         * djvu/Makefile.am:
8147         * dvi/Makefile.am:
8148         
8149         Fix djvu and dvi backend build.
8150
8151 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8152
8153         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8154         (new_separator_pixbuf):
8155
8156         Don't leak windows.
8157
8158 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8159
8160         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8161
8162         HIGification of toolbar editor dialogue.
8163
8164 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * configure.ac:
8167         * shell/Makefile.am:
8168
8169         Ever build metadata manager since it's just
8170         disabled at runtime now.
8171
8172 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8173
8174         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8175         (ev_metadata_manager_get), (ev_metadata_manager_set):
8176         * shell/ev-metadata-manager.h:
8177
8178         Add an _init functions that enabled metadata management
8179         at runtime.
8180
8181         * shell/ev-window.c: (page_changed_cb),
8182         (setup_document_from_metadata), (ev_window_setup_document),
8183         (setup_view_from_metadata), (ev_window_open_uri),
8184         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8185         (ev_window_run_presentation), (ev_window_stop_presentation),
8186         (save_sizing_mode), (ev_window_zoom_changed_cb),
8187         (ev_window_continuous_changed_cb),
8188         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8189         (window_configure_event_cb):
8190
8191         Remove all ugly metadata define since we deal with it
8192         at runtime now.
8193
8194         * shell/main.c: (load_files_remote), (main):
8195
8196         Add support for dbus cvs head. Hopefully didnt break one
8197         of the other versions now!
8198
8199         If we dont get a response from the dbus server just
8200         give up with it and not enable metadata.
8201
8202 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8203
8204         * Makefile.am:
8205         * backend/Makefile.am:
8206         * configure.ac:
8207         * cut-n-paste/recent-files/Makefile.am:
8208         * cut-n-paste/toolbar-editor/Makefile.am:
8209         * cut-n-paste/zoom-control/Makefile.am:
8210         * lib/Makefile.am:
8211         * pdf/Makefile.am:
8212         * pixbuf/Makefile.am:
8213         * properties/Makefile.am:
8214         * ps/Makefile.am:
8215         * shell/Makefile.am:
8216         * thumbnailer/Makefile.am:
8217         * tiff/Makefile.am:
8218
8219         Make frontends depend on just libev.
8220         Rework and group CFLAGS/LIBS definitions.
8221         Cleanups.
8222
8223 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8224
8225         * shell/ev-window:
8226
8227         do not unnecessarily save zoom
8228
8229         * configure.ac:
8230         * lib/ev-file-helpers.c: (ev_dot_dir):
8231         * shell/Makefile.am:
8232         * shell/dummy.cc:
8233
8234         Some cleanups
8235
8236 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * configure.ac:
8239         
8240         Remove unnecessary dependencies
8241
8242 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8243
8244         * properties/Makefile.am:
8245         * thumbnailer/Makefile.am:
8246         * tiff/Makefile.am:
8247
8248         Some more cleanups. Was really necessary
8249         but I probably introduced bugs, feel free
8250         to flame :)
8251
8252 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * backend/Makefile.am:
8255         * configure.ac:
8256         * cut-n-paste/recent-files/Makefile.am:
8257         * cut-n-paste/toolbar-editor/Makefile.am:
8258         * cut-n-paste/zoom-control/Makefile.am:
8259         * lib/Makefile.am:
8260         * pdf/Makefile.am:
8261         * pixbuf/Makefile.am:
8262         * properties/Makefile.am:
8263         * ps/Makefile.am:
8264         * shell/Makefile.am:
8265         * thumbnailer/Makefile.am:
8266         * tiff/Makefile.am:
8267
8268         Use gnome-common macros when possible.
8269         Cleanup dependencies.
8270         Actually disable deprecated where possible.
8271
8272 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8273
8274         * Makefile.am:
8275         * backend/Makefile.am:
8276         * properties/Makefile.am:
8277         * shell/Makefile.am:
8278         * thumbnailer/Makefile.am:
8279
8280         This should solve the circular dep without
8281         requiring dir reorg!
8282
8283         * shell/ev-window.c: (setup_view_from_metadata):
8284
8285         Never restore window size/position when the
8286         window is already visible.
8287
8288 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8289
8290         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8291
8292         Return a boolean from timeout func. Fix ported from gedit.
8293
8294 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8295
8296         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8297
8298 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8299
8300         * shell/ev-document-types.c: set "All Documents" as default filter in
8301         open dialog
8302
8303 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8304
8305         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8306         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8307         (ev_metadata_manager_set_boolean): fix value/val thinko.
8308
8309 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * shell/ev-window.c: (setup_view_from_metadata),
8312         (window_state_event_cb), (window_configure_event_cb),
8313         (ev_window_init):
8314
8315         Remember window position and maximized state
8316
8317 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8318
8319         * configure.ac:
8320
8321         Fix DBUS configure checks.
8322
8323         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8324         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8325         (ev_metadata_manager_set_boolean):
8326
8327         Plug mem leaks.
8328
8329         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8330         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8331         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8332         (ev_window_continuous_changed_cb),
8333         (ev_window_dual_mode_changed_cb), (ev_window_new):
8334
8335         Fix the build without DBUS.
8336
8337 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8340         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8341         (ev_metadata_manager_set_string),
8342         (ev_metadata_manager_set_boolean):
8343         * shell/ev-metadata-manager.h:
8344
8345         Add support for some more types
8346
8347         * shell/ev-view.c: (scroll_to_current_page),
8348         (ev_view_get_continuous), (ev_view_set_continuous),
8349         (ev_view_get_dual_page):
8350         * shell/ev-view.h:
8351         * shell/ev-window.c: (page_changed_cb),
8352         (setup_document_from_metadata), (ev_window_setup_document),
8353         (setup_view_from_metadata), (ev_window_open_uri),
8354         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8355         (ev_window_run_presentation), (ev_window_stop_presentation),
8356         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8357         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8358         (ev_window_update_dual_page_action),
8359         (ev_window_continuous_changed_cb),
8360         (ev_window_dual_mode_changed_cb), (ev_window_init):
8361
8362         Remember a bunch of view/document properties. Prolly some
8363         are still missing but it's getting interesting.
8364
8365 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8366
8367         * configure.ac: check if dbus-binding-tool is installed. Not the
8368         case on current Ubuntu breezy, it seems.
8369
8370 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8371
8372         * data/evince.desktop.in.in:
8373         
8374         Allow open uri lists and add TryExec field.
8375
8376 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8377
8378         * configure.ac:
8379
8380         Enable dbus when available, do not require a configure
8381         option.
8382
8383 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8384
8385         * configure.ac:
8386
8387         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8388         disabled.
8389
8390 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8391         Marco Pesenti Gritti  <mpg@redhat.com>
8392
8393         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8394         
8395         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8396         functions to the format required by dbus
8397
8398         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8399         errors. Use the RPC parameters in the expected way
8400
8401 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * Makefile.am:
8404         * properties/Makefile.am:
8405         * properties/ev-properties-main.c: (ev_properties_get_pages):
8406
8407         Support all mime types
8408
8409         * shell/Makefile.am:
8410         * thumbnailer/Makefile.am:
8411         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8412         (evince_thumbnail_pngenc_get):
8413
8414         Use the document factory
8415
8416 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8417
8418         * backend/Makefile.am:
8419         * backend/ev-document-factory.c:
8420         (mime_type_supported_by_gdk_pixbuf),
8421         (ev_document_type_get_from_mime),
8422         (ev_document_factory_get_document),
8423         (ev_document_factory_get_backend),
8424         (ev_document_factory_get_mime_types),
8425         (ev_document_factory_get_all_mime_types):
8426         * backend/ev-document-factory.h:
8427         * shell/Makefile.am:
8428         * shell/ev-document-types.c: (get_document_from_uri),
8429         (ev_document_types_get_document),
8430         (file_filter_add_mime_list_and_free),
8431         (ev_document_types_add_filters):
8432         * shell/ev-document-types.h:
8433         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8434         * shell/ev-properties-dialog.c:
8435         (ev_properties_dialog_set_document):
8436         * shell/ev-window.c: (ev_window_cmd_file_open),
8437         (ev_window_cmd_save_as):
8438         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8439
8440         Rework document types managing to avoid code duplication
8441         and actually abstract from backend implementations.
8442         Also provide a minimal factory api that can be used by
8443         thumbnailer/properties.
8444
8445 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8446
8447         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8448         Plug a mem leak.
8449         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8450         HIG spacings.
8451
8452 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8453
8454         * shell/ev-properties-dialog.c
8455         (ev_properties_dialog_set_document): only call
8456         ev_properties_fonts_set_document() if the document implements the
8457         fonts interface
8458
8459 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * configure.ac:
8462         * properties/Makefile.am:
8463         * properties/ev-properties-view.c:
8464         (ev_properties_view_register_type):
8465         * properties/ev-properties-view.h:
8466         * properties/ev-properties-main.h:
8467
8468         Implement nautilus plugin for properties.
8469         Works only for pdf atm, I need to rework the
8470         document types stuff to get this to work
8471         for all backends...
8472
8473 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8474
8475         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8476         (ev_properties_fonts_set_document): use
8477         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8478
8479 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8480
8481         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8482         them
8483         (PlaceImage, tiff2ps_process_page): use
8484         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8485
8486
8487 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8488
8489         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8490         (main): to call gnome_authentication_manager_init. Should fix
8491         Bug #308510
8492
8493         * configure.ac: that requires libgnomeui 2.6.0.
8494
8495 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8496
8497         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8498         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8499         use the new tiff2ps interfaces
8500
8501         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8502         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8503
8504         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8505         structure instead of global variables.  Remove use of static
8506         variables in functions.
8507
8508 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8509
8510         * shell/ev-page-action.c: unref the completion after setting it to the
8511         entry
8512
8513 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8514
8515         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8516         postscript files
8517
8518 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8519
8520         * shell/ev-window.c (update_action_sensitivity): disable
8521         File->Print if the document does not implement the ps exporter
8522         interface
8523
8524 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * Makefile.am:
8527         * configure.ac:
8528         * data/evince-properties.glade:
8529         * properties/.cvsignore:
8530         * properties/Makefile.am:
8531         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8532         (ev_properties_view_class_init), (ev_properties_view_format_date),
8533         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8534         (ev_properties_view_init), (ev_properties_view_new):
8535         * properties/ev-properties-view.h:
8536         * shell/Makefile.am:
8537         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8538         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8539         (ev_properties_dialog_new):
8540         * shell/ev-properties-dialog.h:
8541         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8542         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8543         (update_progress_label), (job_fonts_finished_cb),
8544         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8545         * shell/ev-properties-fonts.h:
8546         * shell/ev-properties.c:
8547         * shell/ev-properties.h:
8548         * shell/ev-window.c: (ev_window_setup_document),
8549         (ev_window_cmd_file_properties):
8550
8551         Split the properties pages in two different objects, depend
8552         only on the backend where possible, use widgets instead
8553         of gobject for the glade part, reimplement the dialog
8554         itself with gtk.
8555         I need this to implement nautilus properties page.
8556
8557 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8558
8559         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8560         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8561         (tiff_document_document_ps_exporter_iface_init): implement the ps
8562         exporter interface for tiff documents
8563
8564         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8565         libtiff to implement TIFF postscript export
8566
8567         * tiff/tiff2ps.h: added a header file for external tiff2ps
8568         functions.
8569
8570         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8571         tiff2ps.h
8572
8573 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8574
8575         * shell/ev-view.c: (scroll_to_current_page),
8576         (ev_view_set_fullscreen), (ev_view_set_presentation):
8577         
8578         Scroll to current page when exit from presentation
8579
8580 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8581
8582         * shell/ev-window.c: (update_document_mode),
8583         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8584         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8585         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8586         
8587         Exit from fullscreen mode when switch to presentation. Fix for
8588         bug 309365
8589
8590 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8591
8592         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8593         return NULL if the document does not implement the selection
8594         interface.
8595
8596 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8597
8598         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8599         reported height by using the resolution aspect ratio
8600         (tiff_document_render_pixbuf): scale the pixbuf using the
8601         resolution aspect ratio
8602
8603 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8604
8605         * configure.ac:
8606         
8607         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8608         <kiltedaco@gmail.com>
8609         
8610         * djvu/djvu-document.c: (djvu_document_get_orientation),
8611         (djvu_document_set_orientation), (djvu_document_get_page_size),
8612         (rotate_pixbuf), (djvu_document_render_pixbuf),
8613         (djvu_document_document_iface_init):
8614         * dvi/dvi-document.c: (dvi_document_get_orientation),
8615         (dvi_document_set_orientation), (dvi_document_get_page_size),
8616         (rotate_pixbuf), (dvi_document_render_pixbuf),
8617         (dvi_document_document_iface_init):
8618         
8619         Dvi and djvu backends are ported to new API
8620
8621 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8622
8623         * backend/ev-selection.c: (ev_selection_get_selection_region),
8624         (ev_selection_get_selection_map):
8625         * backend/ev-selection.h:
8626         * pdf/ev-poppler.cc:
8627         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8628         * shell/ev-jobs.h:
8629         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8630         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8631         (ev_pixbuf_cache_get_text_mapping):
8632         * shell/ev-pixbuf-cache.h:
8633         * shell/ev-view.c: (location_in_text),
8634         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8635         support to EvView.  Now we can see where we can select!  Sweet!
8636
8637 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8638
8639         * shell/ev-view.c (ev_view_button_press_event): Fix
8640         event->y + view->scroll_x typo.
8641
8642 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8643
8644         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8645         sub-GdkPixbuf instead of passing dest_x and dest_y.
8646         
8647         * shell/ev-view.c: (view_point_to_doc_point),
8648         (view_rect_to_doc_rect), (ev_view_button_press_event),
8649         (ev_view_motion_notify_event), (compute_new_selection_rect),
8650         (gdk_rectangle_point_in), (compute_new_selection_text),
8651         (compute_selections): Update selection code to keep the selection
8652         around as two points and not as a normalized rectangle, and fix
8653         page level selection in two-column mode.
8654
8655 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8656
8657         * shell/ev-window.c: (window_configure_event_cb): 
8658         
8659         Fix compilation
8660         
8661 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8662
8663         * pdf/ev-poppler.cc:
8664
8665         Fix compilation
8666
8667 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8668
8669         * shell/Makefile.am:
8670         * shell/ev-metadata-manager.c: (item_free),
8671         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8672         (parse_value), (parseItem), (load_values),
8673         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8674         (save_values), (save_item), (get_oldest), (resize_items),
8675         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8676         * shell/ev-metadata-manager.h:
8677
8678         Metadata manager from gedit but modified to use GValue, so that
8679         we dont need to keep converting from strings.
8680
8681         * configure.ac:
8682
8683         ENABLE_METADATA conditional, on when dbus is on
8684
8685         * shell/ev-application.c: (ev_application_open_uri):
8686
8687         Show the window after load so that we can initialize
8688         window size before it's showed.
8689
8690         * shell/ev-window.c: (ev_window_setup_from_metadata),
8691         (ev_window_open_uri), (window_configure_event_cb),
8692         (ev_window_init):
8693
8694         Save and load metadata information about window size.
8695         Not yet keeping states in account.
8696
8697         * shell/main.c: (main):
8698
8699         Shutdown metadata manager.
8700
8701 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8702
8703         * shell/ev-application-service.xml:
8704         * configure.ac:
8705         * shell/Makefile.am:
8706         * shell/ev-application.c:
8707         * shell/ev-application.h:
8708         * shell/ev-window.c:
8709         * shell/ev-window.h:
8710         * shell/main.c:
8711
8712         Add an optional dbus interface (--enable-dbus).
8713         Rework application code, mainly to be easier to
8714         use "remotely".
8715         Do not open multiple windows with the same document,
8716         spatial evince!
8717
8718 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8721         pixbuf iff it exists.
8722
8723 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8724
8725         * shell/*:
8726         * backend/ev-render-context.[ch]:
8727         * backend/ev-selection.[ch]:
8728
8729         Massive changes.  We now support text selection of pdfs, and not
8730         just rectangular selection.  This is pretty broken still, but I
8731         want to get something into CVS.
8732
8733 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8734
8735         * pdf/ev-poppler.cc:
8736         
8737         Fix for Bug 309080: crash on window close.
8738         
8739         * shell/ev-page-action.c: (page_changed_cb):
8740         
8741         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8742         jensgr@gmx.net (Jens Granseuer).
8743
8744 2005-06-25  Marcel Telka  <marcel@telka.sk>
8745
8746         * configure.in (ALL_LINGUAS): Added sk.
8747
8748 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8749
8750         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8751         not a document open
8752
8753 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8754
8755         * NEWS:
8756         * configure.ac:
8757
8758         Release 0.3.2
8759
8760         * cut-n-paste/recent-files/Makefile.am:
8761
8762         Fix make distcheck
8763
8764 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8765
8766         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8767         (pixbuf_document_set_orientation), (rotate_pixbuf),
8768         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8769         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8770
8771         Implement rotation and cleanup the code a bit.
8772
8773         * tiff/tiff-document.c: (tiff_document_get_page_size),
8774         (tiff_document_get_orientation), (tiff_document_set_orientation),
8775         (rotate_pixbuf), (tiff_document_render_pixbuf),
8776         (tiff_document_document_iface_init), (tiff_document_init):
8777
8778         Implement rotation. Was the quicker solution for the release
8779         but we really need to share this code in the shell.
8780
8781 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8782
8783         * pdf/ev-poppler.cc:
8784
8785         Enable rotation, require poppler cvs. Fix a leak.
8786
8787 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8788
8789         * shell/ev-window.c: (update_action_sensitivity):
8790         
8791         Make properties unsensitive if document backend doesn't provide
8792         any info
8793
8794 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8797         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8798         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8799         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8800         (bitmap_flip_rotate_counter_clockwise):
8801         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8802         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8803         (buff_gets):
8804         * dvi/mdvi-lib/common.h:
8805         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8806         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8807         (opendvi), (mdvi_reload), (mdvi_init_context),
8808         (mdvi_destroy_context), (mdvi_dopage), (special):
8809         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8810         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8811         (file_hash_free), (register_encoding), (parse_spec),
8812         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8813         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8814         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8815         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8816         (mdvi_register_font_type), (mdvi_unregister_font_type),
8817         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8818         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8819         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8820         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8821         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8822         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8823         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8824         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8825         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8826         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8827         (mdvi_unregister_special), (mdvi_flush_specials):
8828         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8829         (t1_font_remove):
8830         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8831         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8832         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8833         (free_font_metrics), (flush_font_metrics):
8834         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8835         (tt_font_remove):
8836         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8837         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8838         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8839         (dstring_insert), (dstring_new), (dstring_reset):
8840         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8841         
8842         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8843         avoid conflict with libtool on FC4
8844         
8845         * shell/ev-window.c: (ev_window_cmd_help_about):
8846         
8847         Update copyright year. Fix for bug 308828.
8848
8849 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8850
8851         * shell/ev-view.c: (add_scroll_binding_keypad),
8852         (ev_view_binding_activated), (ev_view_class_init),
8853         (on_adjustment_value_changed):
8854         
8855         Bug 170874: Arrow keys switch pages in presentation mode
8856
8857 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8858
8859         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8860         
8861         Fix for Bug 308265: Sidebar dissappears coming out of 
8862         Presentation mode
8863
8864 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8865
8866         * shell/ev-application.c: (ev_application_open):
8867         * shell/ev-document-types.c: (ev_document_types_add_filters),
8868         (ev_document_types_add_filters_for_type):
8869         * shell/ev-document-types.h:
8870         * shell/ev-window.c: (ev_window_cmd_save_as):
8871         
8872         Suggest basename as template when saving, provide filters
8873         for save dialog. It's bug 308402
8874
8875 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8876
8877         * pdf/ev-poppler.cc:
8878         * shell/ev-sidebar-links.c: (job_finished_callback):
8879         * shell/ev-view.c: (update_find_status_message):
8880         
8881         Some leaks fixed
8882
8883 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8884
8885         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8886         (egg_recent_view_uimanager_set_list):
8887
8888         Fix buglet in !show_numbers case.
8889
8890 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8891
8892         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8893         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8894
8895         Use pango ellipsisation.
8896
8897         * pdf/ev-poppler.cc:
8898
8899         Fix refcount leak, from nsh.
8900
8901 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8902
8903         * cut-n-paste/recent-files/Makefile.am:
8904         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8905         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8906         
8907         Removed EggRecentViewGtk
8908         
8909         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8910         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8911         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8912         (ev_window_setup_recent):
8913         
8914         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8915         with other projects
8916
8917 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8918
8919         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8920         (egg_recent_view_gtk_finalize):
8921
8922         Fix memory leak
8923
8924         * cut-n-paste/toolbar-editor/Makefile.am:
8925         
8926         Fix location of cursor icon.
8927         
8928         * pdf/ev-poppler.cc:
8929         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8930         (display_completion_text), (match_completion):
8931         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8932         (selection_changed_callback), (create_loading_model),
8933         (print_section_cb), (links_page_num_func),
8934         (update_page_callback_foreach):
8935         * shell/ev-window.c: (ev_window_dispose):
8936         
8937         Small memory fixes. Links model now store objects instead
8938         of pointers to improve memory management. 
8939
8940 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8941
8942         * shell/ev-window.c: (zoom_control_changed_cb):
8943         
8944         Fix update of zoom control (bug 308268).
8945
8946 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8947
8948         * shell/ev-properties.c (set_property): escape the text correctly.
8949         Handles non-UTF-8 properties and escaped properties.  Also, sets
8950         the text to "<i>None</i>" if the property isn't set.
8951
8952         * data/evince-properties.glade: Change the label to be ellipsized,
8953         and give it a minimum size.
8954
8955 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8956
8957         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8958         * shell/ev-sidebar-links.c: (create_loading_model):
8959         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8960         * shell/ev-view.c: (ev_view_set_document):
8961         * shell/ev-window.c: (ev_window_dispose):
8962         
8963         Various small fixes, mostly memory leaks. Thanks to valgrind.
8964
8965 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8966
8967         * ps/ps-document.c: remove the locale.h include again ;-). And
8968         kill the (bogus) setlocale/savelocale business.
8969
8970 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8971
8972         * ps/ps-document.c:
8973         
8974         Include locale.h to fix build
8975         
8976         * shell/ev-sidebar.c:
8977         
8978         Remove unnecessary includes
8979
8980 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8981
8982         * dvi/dvi-document.c: (dvi_document_load):
8983         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8984         * po/POTFILES.in:
8985         
8986         Check for incorrect dvi files. Fix parsing dvi on AMD64
8987         platform. Thanks to tester@tester.ca (Olivier Crete).
8988
8989 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8990
8991         * shell/ev-page-action.c: (match_selected_cb),
8992         (display_completion_text), (match_completion), (update_model):
8993         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8994         (expand_open_links):
8995         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8996         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8997         (ev_sidebar_set_document):
8998         * shell/ev-window.c: (ev_window_xfer_job_cb),
8999         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
9000         
9001         Fixed lot's of memory leaks, for example, memory leak on reload, 
9002         described in bug 307793.
9003
9004 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9005
9006         * pdf/ev-poppler.cc:
9007         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9008         (update_visible_range), (adjustment_changed_cb),
9009         (ev_sidebar_thumbnails_fill_model),
9010         (ev_sidebar_thumbnails_refresh),
9011         (ev_sidebar_tree_selection_changed),
9012         (ev_sidebar_icon_selection_changed),
9013         (ev_sidebar_thumbnails_use_icon_view),
9014         (ev_sidebar_thumbnails_set_document):
9015         * shell/ev-sidebar-thumbnails.h:
9016         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9017         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9018
9019         Refresh thumbnails when changing orientation. Not fully
9020         working yet becuase of a sidebar bug.
9021
9022         Set page orientation to poppler page everywhere. This sucks
9023         really need to fix poppler.
9024
9025 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9026
9027         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9028         (egg_recent_view_gtk_new_menu_item),
9029         (egg_recent_view_gtk_set_property),
9030         (egg_recent_view_gtk_get_property),
9031         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9032         (egg_recent_view_gtk_set_tooltip_func),
9033         (egg_recent_view_gtk_set_label_width),
9034         (egg_recent_view_gtk_get_label_width):
9035         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9036
9037         Sync with libegg (ellipsize labels)
9038
9039 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9040
9041         * data/evince-ui.xml:
9042         * shell/ev-window.c: (ev_window_cmd_go_forward),
9043         (ev_window_cmd_go_backward):
9044         
9045         Shift + PageUp moves 10 Pages. Fix for 306125
9046
9047 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9048
9049         * pdf/ev-poppler.cc:
9050
9051         Add a flag to check if orientation has been overriden
9052
9053 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9054
9055         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9056         field if necessary.
9057
9058         * ps/ps.h: add creator field to document.
9059
9060         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9061         set creator field.
9062
9063 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9064
9065         * data/evince-properties.glade:
9066         * shell/ev-properties.c: (ev_properties_set_document):
9067
9068         s/PDF Version/Format
9069
9070 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9071
9072         * shell/ev-properties.c: (ev_properties_set_document):
9073
9074         Remove unnecessary translations
9075
9076 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9077
9078         * cut-n-paste/toolbar-editor/Makefile.am:
9079
9080         Correct library name    
9081
9082 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9083
9084         * configure.ac:
9085         * cut-n-paste/recent-files/egg-recent-model.c:
9086         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9087         (egg_recent_model_unlock_file):
9088         * cut-n-paste/recent-files/egg-recent-util.c:
9089         (egg_recent_util_get_unique_id):
9090         * cut-n-paste/recent-files/update-from-egg.sh:
9091         * cut-n-paste/toolbar-editor/Makefile.am:
9092         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9093         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9094         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9095         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9096         (egg_toolbars_model_get_type):
9097         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9098
9099         Better makefile for toolbar editor and update everything
9100         to latest libegg.
9101
9102 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9103
9104         * shell/ev-window.c: (update_document_mode):
9105
9106         Prefer presentation mode when the document
9107         require fullscreen.
9108
9109 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9110
9111         * data/evince-ui.xml:
9112         * shell/ev-window.c:
9113
9114         Add control-equal for zooming
9115
9116 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9117
9118         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9119
9120 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * backend/ev-document.c: (ev_document_get_orientation):
9123         * backend/ev-document.h:
9124         * pdf/ev-poppler.cc:
9125         * ps/ps-document.c: (ps_document_get_orientation),
9126         (ps_document_set_orientation), (ps_document_document_iface_init):
9127
9128         Add a get_orientation api. Improve set_orientation.
9129
9130         * data/evince-ui.xml:
9131         * shell/ev-view.c: (ev_view_set_orientation),
9132         (ev_view_rotate_right), (ev_view_rotate_left):
9133         * shell/ev-view.h:
9134         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9135         (ev_window_cmd_edit_rotate_right):
9136
9137         Better ui for changing document orientation
9138
9139 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9140
9141         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9142         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9143         * shell/ev-sidebar-links.h:
9144         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9145         (ev_sidebar_page_iface_init):
9146         * shell/ev-sidebar-page.h:
9147         * shell/ev-sidebar-thumbnails.c:
9148         (ev_sidebar_thumbnails_get_property),
9149         (ev_sidebar_thumbnails_class_init),
9150         (ev_sidebar_thumbnails_set_document):
9151         * shell/ev-sidebar-thumbnails.h:
9152         * shell/ev-view.c: (ev_view_motion_notify_event):
9153         * shell/ev-window.c: (update_chrome_visibility),
9154         (ev_window_cmd_focus_page_selector),
9155         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9156         (sidebar_page_main_widget_update_cb), (ev_window_init):
9157         
9158         Autoraise toolbar on GoToPage binding and fix bindings in
9159         EvSidebarThumbnails page.
9160
9161 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9162
9163         * shell/ev-properties.c: (update_progress_label):
9164
9165         Hide the progress label when finished; bug #307697.
9166
9167 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9168
9169         * pdf/ev-poppler.cc:
9170
9171         Enable is_open for links, you will need poppler cvs
9172
9173         * shell/ev-properties.c: (job_fonts_finished_cb):
9174
9175         Get a lock on the document when filling the tree view
9176
9177 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9178
9179         * backend/ev-document-links.h:
9180         * pdf/ev-poppler.cc:
9181         * shell/ev-sidebar-links.c: (create_loading_model),
9182         (expand_open_links), (job_finished_callback):
9183
9184         Expand links when specified by the document.
9185         Depend on a poppler api (defined out for now)
9186
9187 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9188
9189         * shell/ev-properties.c: (ev_properties_dispose),
9190         (ev_properties_class_init), (dialog_destroy_cb),
9191         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9192         (ev_properties_set_document), (ev_properties_new),
9193         (ev_properties_show):
9194         * shell/ev-properties.h:
9195
9196         Make it an object, cleanup the code, api to show it as transient
9197         and to set the document.
9198
9199         * shell/ev-window.c: (ev_window_setup_document),
9200         (ev_window_cmd_file_properties):
9201
9202         Adapt to EvProperties changes, do not show multiple
9203         times, update it when document changes.
9204
9205 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * ps/gstypes.h:
9208         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9209         (ps_document_set_orientation), (ps_document_document_iface_init):
9210         * ps/ps-document.h:
9211
9212         Implement orientation here too
9213
9214         * shell/ev-properties.c: (ev_properties_new):
9215         * data/evince-properties.glade:
9216
9217         Hide the fonts page for backends that doesnt
9218         support it.     
9219
9220 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9221
9222         * backend/ev-document.c: (ev_document_set_orientation):
9223         * backend/ev-document.h:
9224         * pdf/ev-poppler.cc:
9225
9226         Add orientation api. Currently poppler api is not optimal,
9227         we need to set orientation every time we _get a page.
9228         I will try to fix that at some point.
9229
9230         * data/evince-ui.xml:
9231         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9232         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9233
9234         Add orientation menu items
9235
9236         * shell/ev-page-cache.c: (ev_page_cache_clear):
9237         * shell/ev-page-cache.h:
9238
9239         Add api to clear the cache
9240
9241         * shell/ev-view.c: (setup_caches), (clear_caches),
9242         (ev_view_set_document), (ev_view_zoom_out),
9243         (ev_view_set_orientation):
9244         * shell/ev-view.h:
9245
9246         Implement orientation changing
9247
9248 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9249
9250         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9251         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9252         * backend/ev-document-fonts.h:
9253
9254         Separate scan and fill so that we can incrementally fill from
9255         the main thread. Add a progress api.
9256
9257         * data/evince-properties.glade:
9258         * pdf/ev-poppler.cc:
9259         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9260         * shell/ev-jobs.h:
9261         * shell/ev-properties.c: (update_progress_label),
9262         (job_fonts_finished_cb), (setup_fonts_view):
9263
9264         Incrementally feel the list and show the progress
9265         percentage in a label like acrobat does.
9266
9267         You are going to need poppler cvs
9268
9269 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9270
9271         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9272         * backend/ev-document-fonts.h:
9273         * pdf/ev-poppler.cc:
9274
9275         Make fonts model fill incrementally.
9276
9277         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9278         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9279         (ev_job_queue_remove_job):
9280         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9281         (ev_job_fonts_new), (ev_job_fonts_run):
9282         * shell/ev-jobs.h:
9283
9284         New job for fonts scanning
9285
9286         * shell/ev-properties.c: (job_fonts_finished_cb),
9287         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9288         * shell/ev-properties.h:
9289         * shell/ev-window.c: (ev_window_cmd_file_properties):
9290
9291         Incrementally feel the treeview using the new job. Show Loading...
9292         message until scanning is completed.
9293
9294         Hopefully I didnt break the build without the poppler patch.
9295
9296 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9297
9298         * shell/ev-application.c: (ev_application_open):
9299         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9300         (ev_document_type_get_type), (ev_document_type_lookup):
9301         * shell/ev-document-types.h:
9302         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9303         * shell/ev-job-xfer.h:
9304         * shell/ev-window.c: (ev_window_clear_local_uri),
9305         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9306         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9307         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9308         
9309         Transfer remote documents to tmp directory to display them later.
9310
9311 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9312
9313         * backend/ev-document-info.h:
9314         * shell/ev-properties.c: (ev_properties_new):
9315
9316         s/GTime*/GTime. Not sure why we was using a pointer
9317         at all there!
9318
9319 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9320
9321         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9322         situations.  That situation is that you're using GTK+-HEAD with
9323         the patch at #306726 is applied, and you have a document with <
9324         1500 pages in it.  It's not quite as uniformly nice as the
9325         TreeView, but should be better in the long run.
9326
9327         I'm pretty sure I guarded against breaking compilation with
9328         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9329         I missed some.
9330
9331         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9332         widget yet, so I commented that code out
9333         enable_view_actions_for_widget() for now.  Need to figure this
9334         out.
9335
9336         * shell/ev-page-action.c (match_selected_cb): emit the right
9337         signals.  Our cool C-l completion now works.
9338
9339 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * backend/Makefile.am:
9342         * backend/ev-document-fonts.c:
9343         * backend/ev-document-links.c:
9344         * backend/ev-document.c: (ev_document_load):
9345         * backend/ev-document.h:
9346         * backend/ev-job-queue.c:
9347         * backend/ev-job-queue.h:
9348         * backend/ev-jobs.c:
9349         * backend/ev-jobs.h:
9350         * backend/ev-page-cache.c:
9351         * backend/ev-page-cache.h:
9352
9353         EvPageCache and EvJobs are moved to shell.
9354
9355         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9356         (ev_tmp_filename):
9357         * lib/ev-file-helpers.h:
9358         
9359         New helper to work with temporary files
9360         
9361         * shell/Makefile.am:
9362         * shell/ev-application.c: (ev_application_open):
9363         * shell/ev-application.h:
9364         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9365         (remove_job_from_async_queue), (add_job_to_async_queue),
9366         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9367         (handle_job), (search_for_jobs_unlocked),
9368         (no_jobs_available_unlocked), (ev_render_thread),
9369         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9370         (ev_job_queue_add_job), (move_job_async), (move_job),
9371         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9372         * shell/ev-job-queue.h:
9373         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9374         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9375         * shell/ev-job-xfer.h:
9376         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9377         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9378         (ev_job_links_class_init), (ev_job_render_init),
9379         (ev_job_render_dispose), (ev_job_render_class_init),
9380         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9381         (ev_job_thumbnail_class_init), (ev_job_load_init),
9382         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9383         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9384         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9385         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9386         * shell/ev-jobs.h:
9387         * shell/ev-page-action.c: (ev_page_action_set_document):
9388         * shell/ev-page-cache.c: (ev_page_cache_init),
9389         (ev_page_cache_class_init), (ev_page_cache_finalize),
9390         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9391         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9392         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9393         (ev_page_cache_get_title), (ev_page_cache_get_size),
9394         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9395         (ev_page_cache_get_height_to_page),
9396         (ev_page_cache_get_max_label_chars),
9397         (ev_page_cache_get_page_label),
9398         (ev_page_cache_has_nonnumeric_page_labels),
9399         (ev_page_cache_get_info), (ev_page_cache_next_page),
9400         (ev_page_cache_prev_page), (ev_page_cache_get):
9401         * shell/ev-page-cache.h:
9402         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9403         (ev_pixbuf_cache_clear_job_sizes),
9404         (ev_pixbuf_cache_add_jobs_if_needed),
9405         (ev_pixbuf_cache_set_page_range):
9406         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9407         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9408         * shell/ev-sidebar-thumbnails.c:
9409         (ev_sidebar_tree_selection_changed),
9410         (ev_sidebar_thumbnails_set_document):
9411         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9412         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9413         (ev_statusbar_get_context_id), (ev_statusbar_push),
9414         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9415         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9416         (ev_statusbar_set_progress):
9417         * shell/ev-statusbar.h:
9418         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9419         (ev_view_find_previous):
9420         * shell/ev-window.c: (ev_window_is_empty),
9421         (ev_window_setup_document), (password_dialog_response),
9422         (ev_window_clear_jobs), (ev_window_load_job_cb),
9423         (ev_window_xfer_job_cb), (ev_window_open_uri),
9424         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9425         (ev_window_print), (ev_window_print_range),
9426         (ev_window_state_event), (ev_window_cmd_view_reload),
9427         (menu_item_select_cb), (menu_item_deselect_cb),
9428         (view_status_changed_cb), (ev_window_dispose),
9429         (drag_data_received_cb), (ev_window_init):
9430         * shell/ev-window.h:
9431         * shell/main.c: (load_files):
9432         
9433         New statusbar to show progress on idle. Two new jobs - 
9434         xfer job and load job to load document in background. And update
9435         of page_cache clients to new location of code.
9436
9437 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9438
9439         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9440         selection in open dialog. It also remembers the last visited directory 
9441         in the current session.
9442
9443 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9444
9445         * shell/ev-properties.c: (ev_properties_new):
9446         * shell/ev-properties.h:
9447         * shell/ev-window.c: (ev_window_cmd_file_properties):
9448         
9449         Get document info from page cache instead of document itself.
9450         This should fix crash related to race conditions described in
9451         bug 306545.
9452
9453 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9454
9455         * ps/ps-document.c: (ps_document_init),
9456         (send_ps), (get_page_box), (output), (catchPipe), (input),
9457         (stop_interpreter), (file_length), (file_readable),
9458         (check_filecompressedb), (ps_document_enable_interpreter),
9459         (document_load), (ps_async_renderer_render_pixbuf):
9460         * ps/ps-document.h:
9461
9462         Big cleanup of the ps code
9463
9464 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9465
9466         * backend/Makefile.am:
9467         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9468         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9469         * backend/ev-async-renderer.h:
9470
9471         Add an async renderer interface (method + callback) which
9472         is useful for backends like ps.
9473
9474         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9475         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9476         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9477         (ev_job_queue_add_job), (move_job_async), (move_job),
9478         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9479
9480         Add queues for async renderer, these are executed on the
9481         main thread.
9482
9483         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9484         (ev_job_render_run):
9485         * backend/ev-jobs.h:
9486
9487         If the backend support async renderer interface use it.
9488
9489         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9490         (setup_pixmap), (ps_document_get_type),
9491         (ps_async_renderer_render_pixbuf),
9492         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9493
9494         Implement async renderer interface.
9495
9496 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9497
9498         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9499
9500         Cleanup links job on exit.
9501
9502 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9503
9504         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9505         (drag_data_get_cb), (drag_data_received_cb):
9506         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9507         (drag_data_get_cb), (parse_item_list),
9508         (egg_toolbar_editor_load_actions):
9509         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9510         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9511         (parse_item_list), (parse_toolbars):
9512         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9513         (dvi_pixbuf_put_pixel):
9514         
9515         Fix gcc 4.0 warnings
9516
9517 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9518
9519         * ps/ps-document.c: (start_interpreter):
9520
9521         Fix warning when loading ps
9522
9523 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9524
9525         * ps/ps-document.c: (output):
9526
9527         Fix crash when priting gs error messages.
9528
9529 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9530
9531         * backend/ev-page-cache.c: (_ev_page_cache_new):
9532         * backend/ev-page-cache.h:
9533
9534         Use a const to return title so that we dont double
9535         free it. Small cleanup and fix a leak.
9536
9537         * shell/ev-window.c: (update_window_title):
9538
9539         strdup value from get_title.
9540
9541 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9542
9543         * shell/ev-sidebar-links.c: (job_finished_callback),
9544         (ev_sidebar_links_set_document):
9545
9546         Cleanup the old job when changing document
9547
9548 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9549
9550         * shell/ev-stock-icons.c:
9551         * shell/ev-stock-icons.h:
9552         * shell/ev-window.c:
9553         
9554         Add stock icons for actions that can appear in toolbar. Fix for
9555         bug 306566.
9556
9557 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9558
9559         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9560         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9561         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9562         * backend/ev-page-cache.h:
9563         * shell/ev-view.c: (scroll_to_current_page),
9564         (view_update_range_and_current_page), (get_page_y_offset),
9565         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9566         (ev_view_size_request_continuous),
9567         (ev_view_zoom_for_size_continuous_and_dual_page),
9568         (ev_view_zoom_for_size_continuous):
9569         
9570         More compact EvView layout in document with pages of different size.
9571
9572 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9573
9574         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9575         compilation.
9576
9577 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * shell/ev-view.c: (view_set_adjustment_values):
9580         * shell/ev-window.c: (ev_window_cmd_file_properties):
9581         
9582         A bit different fix for rounding problem but it has no
9583         problems on startup. Make properties window transient to parent.
9584
9585 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9586
9587         * pdf/ev-poppler.cc:
9588         
9589         More commenting of font stuff.
9590
9591 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9592
9593         * pdf/ev-poppler.cc:
9594
9595         Comment out some more fonts stuff. Should really
9596         work without the poppler patch now.
9597
9598 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9599
9600         * pdf/ev-poppler.cc:
9601
9602         Adapt to api change
9603
9604 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9605
9606         * data/evince-properties.glade:
9607         * pdf/ev-poppler.cc:
9608         * shell/ev-properties.c: (setup_fonts_view):
9609
9610         Set the column title. Show the dialog only
9611         once everything is setup.
9612         Getting font info can be very slow... will
9613         prolly need to make this threaded too.
9614
9615 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9616
9617         * backend/Makefile.am:
9618         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9619         (ev_document_fonts_get_fonts_model):
9620         * backend/ev-document-fonts.h:
9621         * data/evince-properties.glade:
9622         * pdf/ev-poppler.cc:
9623         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9624         * shell/ev-properties.h:
9625         * shell/ev-window.c: (ev_window_cmd_file_properties):
9626
9627         Implement fonts list. Defined out for now, since it depends
9628         on a not yet committed poppler patch.
9629
9630 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9633         page + 1.
9634
9635         * shell/ev-window.c: Make sure we add the timeout when we get a
9636         focus-in event.
9637
9638         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9639         adjustment->value before calculating the zoom factor to average
9640         out all of our rounding errors.  The page no longer 'drifts' when
9641         resizing.
9642
9643 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * data/evince-properties.glade:
9646         * shell/ev-properties.c: (ev_properties_format_date),
9647         (set_property):
9648         
9649         Labels don't expand when the dialogue is resized.
9650         strftime result needs to be converted to UTF-8. Thanks
9651         to Christian Persch <chpe@gnome.org>.
9652
9653 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9654
9655         * data/evince-properties.glade:
9656
9657         Hide the fonts tab
9658
9659 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * backend/ev-document-info.h:
9662         * backend/ev-document.c: (ev_document_info_free):
9663         * data/evince-properties.glade:
9664         * pdf/ev-poppler.cc:
9665         * ps/ps-document.c: (ps_document_get_info):
9666         * shell/ev-properties.c: (ev_properties_format_date),
9667         (set_property), (ev_properties_new):
9668         * shell/ev-properties.h:
9669         * shell/ev-window.c: (ev_window_cmd_file_properties):
9670
9671         Rework properties code to take only EvPropertyInfo
9672         in the constructor so that it can be useful for
9673         nautilus plugin too.
9674
9675         Deal with backends that doesnt support some properties.
9676         Make set property code generic.
9677
9678 2005-06-04  Christian Persch <chpe@gnome.org>
9679
9680         * data/evince-properties.glade:
9681
9682         fix spacings, make resizeable, and make data labels
9683         selectable + ellipsised
9684
9685 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9686
9687         * backend/ev-document-info.h:
9688         * data/Makefile.am:
9689         * data/evince-ui.xml:
9690         * pdf/ev-poppler.cc:
9691         * shell/Makefile.am:
9692         * shell/ev-window.c: (update_action_sensitivity),
9693         (ev_window_cmd_file_properties):
9694
9695         Initial go at file properties. Patch by
9696         Emil Soleyman-Zomalan <emil@soleyman.com>.
9697         Needs love see #169583
9698
9699 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9700
9701         * ps/ps-document.c: (output):
9702         * ps/ps.c: (psscan):
9703
9704         Try to render even if psscan fails.
9705
9706 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9707
9708         * ps/ps.c: (psscan), (pscopydoc):
9709
9710         Port buffered reading code from gv
9711
9712 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9713
9714         * ps/ps-document.c: (interpreter_message), (output):
9715
9716         Do not fail on interpreter messages
9717
9718 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9719
9720         * backend/ev-document-misc.c:
9721         (ev_document_misc_get_thumbnail_frame):
9722
9723         Pages can be 0 x 0, dont assert on this case
9724
9725 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9726
9727         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9728         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9729
9730         Correctly manage our reference on document. Finally the reload
9731         huge leak is gone...
9732
9733 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9734
9735         * ps/ps-document.c: (ps_document_dispose):
9736
9737         Forgot to chain it to the parent. Thanks chpe.
9738
9739 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9740
9741         * ps/ps-document.c: (ps_document_dispose),
9742         (ps_document_class_init), (stop_interpreter), (document_load):
9743
9744         Cleanup dispose a bit. Dont leak the whole pixmap.
9745
9746 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9747
9748         * pdf/ev-poppler.cc:
9749
9750         Release the poppler document on dispose
9751
9752 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9753
9754         * shell/ev-view.c: (ev_view_set_document):
9755
9756         Release ref on the pixbuf cache when changing
9757         document.
9758
9759 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9760
9761         * ps/ps-document.c: (ps_document_get_info):
9762
9763         Fix a double free
9764
9765 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9766
9767         * backend/ev-page-cache.c: (ev_page_cache_init),
9768         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9769         * backend/ev-page-cache.h:
9770         * shell/ev-page-action.c: (page_changed_cb):
9771         
9772         Set page action entry width depending on labels width. Fix
9773         for bug 305202.
9774
9775 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9776
9777         * backend/ev-link.c: (ev_link_class_init):
9778
9779         Allow -1 as page value (error)
9780
9781 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9782
9783         * shell/ev-sidebar-thumbnails.c:
9784         (ev_sidebar_thumbnails_set_document):
9785         * shell/ev-view.c: (scroll_to_current_page),
9786         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9787         (page_changed_cb), (on_adjustment_value_changed),
9788         (ev_view_set_document):
9789
9790         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9791         Fix bug 305377
9792
9793 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * configure.ac:
9796         * djvu/djvu-document.c: (djvu_document_get_page_size):
9797
9798         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9799         bug 301993.
9800
9801 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9802
9803         * shell/ev-view.c (draw_one_page): modify the expose handling to
9804         get the shadows.
9805
9806         * shell/ev-window.c (update_action_sensitivity): Respect
9807         permissions field.  Kowtow to the man.
9808
9809         * pdf/ev-poppler.cc: Get the permissions field.
9810
9811         * tiff/*c: Make a tiny bit more robust.
9812
9813 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9814
9815         * djvu/djvu-document.c:
9816         
9817         Pop messages from djvu context message queue.
9818
9819 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9820
9821         * configure.ac, Makefile.am, shell/Makefile.am:
9822         * tiff/Makefile.am, shell/ev-document-types.c:
9823         
9824         Cleanup tiff configure checks. Fix for bug 305218.
9825
9826 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9827
9828         * configure.ac: Added "uk" to ALL_LINGUAS.
9829
9830 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * cut-n-paste/zoom-control/ephy-zoom.c:
9833         (ephy_zoom_get_changed_zoom_level):
9834         * cut-n-paste/zoom-control/ephy-zoom.h:
9835         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9836         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9837         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9838         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9839         (zoom_control_changed_cb), (ev_window_init):
9840         
9841         Fix minor points related to moving best fit up. Introduce
9842         "zoom" property and make zoom control change it's value on
9843         notify::zoom signals. Fix for 305080.
9844
9845 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9846
9847         * data/evince-ui.xml:
9848         * shell/ev-window.c: (set_view_actions_sensitivity):
9849         
9850         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9851
9852 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * configure.ac:
9855
9856         Depends on poppler 0.3.2
9857
9858 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * cut-n-paste/recent-files/egg-recent-item.c:
9861         (egg_recent_item_get_short_name):
9862         * cut-n-paste/toolbar-editor/Makefile.am:
9863         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9864         (new_pixbuf_from_widget):
9865         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9866         * cut-n-paste/toolbar-editor/egg-marshal.c:
9867         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9868         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9869
9870         Sync
9871
9872 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9873
9874         * tiff/tiff-document.c: Rough TIFF backend.
9875
9876 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9877
9878         * NEWS:
9879         * configure.ac:
9880         * cut-n-paste/toolbar-editor/Makefile.am:
9881
9882         Release 0.3.1
9883
9884 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9885
9886         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9887         (ev_view_find_next), (ev_view_find_previous):
9888
9889         Remove the locks around get_n_results   
9890
9891 2005-05-21  Juerg Billeter  <j@bitron.ch>
9892
9893         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9894
9895         Pass correct number of pages to poppler.
9896
9897 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9898
9899         * configure.ac:
9900         * data/Makefile.am:
9901         * data/evince.desktop.in: 
9902         * data/evince.desktop.in.in:
9903         * po/POTFILES.in:
9904         
9905         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9906
9907 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9908
9909         * shell/ev-view.c: (view_update_adjustments),
9910         (view_set_adjustment_values): cast adjustmen->value to (int)
9911         before using it.  Otherwise, we get off by a pixel in some
9912         situations.
9913
9914         (draw_one_page): Draw the border on expose.
9915
9916 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9917
9918         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9919         adjustment when the mode changes, #304923
9920
9921 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9922
9923         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9924         flickering on resize but still use gdk_window_scroll on
9925         scrolling
9926
9927 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9928
9929         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9930         option, #170458
9931
9932 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9933
9934         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9935         second page on page_changed if possible, #304669
9936
9937 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9938
9939         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9940         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9941
9942 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9943
9944         * .cvsignore:
9945         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9946         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9947         (ev_view_zoom_for_size_presentation),
9948         (ev_view_zoom_for_size_continuous_and_dual_page),
9949         (ev_view_zoom_for_size_continuous),
9950         (ev_view_zoom_for_size_dual_page),
9951         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9952         * shell/ev-view.h:
9953         * shell/ev-window.c: (update_view_size),
9954         (ev_window_sizing_mode_changed_cb):
9955
9956         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9957         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9958         an infinite loop, #304769
9959
9960
9961 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * data/evince-ui.xml:
9964         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9965         * shell/ev-window.c: (set_view_actions_sensitivity):
9966
9967         Make PgUp/Down behave like Space
9968
9969 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9970
9971         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9972         * backend/ev-ps-exporter.h:
9973         * pdf/ev-poppler.cc:
9974         * ps/ps-document.c: (ps_document_ps_export_begin):
9975         * shell/ev-print-job.c: (idle_print_handler):
9976
9977         Adapt to new poppler api
9978
9979 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9980
9981         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9982         (ephy_zoom_control_init):
9983
9984         Translate zoom levels
9985
9986 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9987
9988         * cut-n-paste/zoom-control/ephy-zoom.c:
9989         (ephy_zoom_get_zoom_level_index):
9990
9991         Fix current zoom -> zoom control match
9992
9993 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9994
9995         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9996         rather than the scrolled_window that it's in. Fixes bug #304655.
9997
9998 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9999
10000         * shell/ev-view.c: (view_update_adjustments),
10001         (view_set_adjustment_values), (view_update_range_and_current_page),
10002         (view_scroll_to_page), (set_scroll_adjustment),
10003         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
10004         (ev_view_scroll), (ev_view_scroll_view),
10005         (ensure_rectangle_is_visible), (find_page_at_location),
10006         (get_link_at_location), (go_to_link), (status_message_from_link),
10007         (ev_view_size_request_continuous_dual_page),
10008         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10009         (ev_view_unrealize), (ev_view_expose_event),
10010         (ev_view_button_press_event), (ev_view_motion_notify_event),
10011         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10012         (draw_rubberband), (highlight_find_results), (draw_one_page),
10013         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10014         (ev_view_init), (find_changed_cb), (page_changed_cb),
10015         (on_adjustment_value_changed), (ev_view_new),
10016         (ev_view_set_document), (ev_view_set_zoom),
10017         (ev_view_set_continuous), (ev_view_set_dual_page),
10018         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10019         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10020         (ev_view_zoom_for_size_presentation),
10021         (ev_view_zoom_for_size_continuous_dual_page),
10022         (ev_view_zoom_for_size_continuous),
10023         (ev_view_zoom_for_size_dual_page),
10024         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10025         (ev_view_get_status), (ev_view_set_status),
10026         (update_find_status_message), (ev_view_get_find_status),
10027         (ev_view_set_find_status), (jump_to_find_result),
10028         (jump_to_find_page), (compute_selections), (clear_selection),
10029         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10030         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10031         (ev_view_update_primary_selection),
10032         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10033         * shell/ev-view.h:
10034         * shell/ev-window.c: (ev_window_open_page_label),
10035         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10036         (ev_window_init):
10037         * shell/ev-window.h:
10038         * shell/main.c: (load_files):
10039
10040         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10041         when resizing.  Remove the bin_window().  Also, patch from James
10042         Bowes to fix command line page, #300641
10043         
10044 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10045
10046         * data/evince-ui.xml:
10047         * shell/ev-view.c:
10048         * shell/ev-view.h:
10049         * shell/ev-window.c: (update_action_sensitivity):
10050
10051         Get rid of View->Normal Size, it's just confusing
10052
10053 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10054
10055         * backend/ev-document-info.h:
10056         * backend/ev-document.c: (ev_document_info_free): Free the
10057         EvDocumentInfo.
10058
10059         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10060         (clear_range), (add_range), (update_visible_range),
10061         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10062         (ev_sidebar_thumbnails_set_document):
10063         * shell/ev-window.c: (ev_window_setup_document): Only render the
10064         visible thumbnails.  It takes an instant to render, but it uses
10065         much less memory.
10066
10067 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10068
10069         * shell/ev-sidebar-links.c: (popup_menu_cb):
10070
10071         Select first item
10072
10073 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10074
10075         * lib/Makefile.am:
10076         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10077         (button_press_cb), (ev_sidebar_links_construct):
10078
10079         Show the popup menu also on keybindings
10080
10081 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10082
10083         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10084         * shell/ev-window.h:
10085
10086         Expose api to print a range (with dialog). Make private _print use
10087         it.
10088
10089         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10090         (ev_sidebar_links_construct):
10091
10092         Show a print context menu on linkx, it prints the selected
10093         section.
10094
10095 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10096
10097         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10098         button.
10099
10100 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10101
10102         * AUTHORS:
10103
10104         Update
10105
10106         * shell/ev-window.c: (build_comments_string),
10107         (ev_window_cmd_help_about):
10108
10109         Show poppler version/backend and authors
10110
10111 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10112
10113         * cut-n-paste/zoom-control/ephy-zoom.c:
10114         (ephy_zoom_get_zoom_level_index):
10115         * cut-n-paste/zoom-control/ephy-zoom.h:
10116
10117         Move the best fit items at the top of the list
10118
10119 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10120
10121         * shell/ev-marshal.list:
10122         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10123         (activate_cb), (match_selected_cb), (activate_link_cb),
10124         (connect_proxy), (ev_page_action_class_init):
10125         * shell/ev-page-action.h:
10126
10127         Use signals to notify action activation. Hopefully
10128         I did not break completion since I cant test...
10129
10130         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10131         (register_custom_actions):
10132
10133         Connect to page selector actions and also grab focus on
10134         the view when activated.
10135
10136 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10137
10138         * pdf/ev-poppler.cc:
10139         * backend/ev-page-cache.c: make page size calculation consistent
10140         and set it to (int)( width * scale + 0.5).  This makes the weird
10141         line going through the middle of the page go away.
10142
10143         * shell/ev-view.c: move painting the background page after
10144         checking the expose area covers us.
10145
10146 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10147
10148         * data/evince-password.glade:
10149         
10150         Mark labels as not translatable. Fix for bug 302842.
10151
10152 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10153
10154         * configure.ac: Added "es" to ALL_LINGUAS.
10155
10156 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10157
10158         * data/evince-toolbar.xml:
10159         * shell/ev-window.c: (update_action_sensitivity),
10160         (ev_window_setup_document), (ev_window_set_page_mode),
10161         (ev_window_init):
10162
10163         Remove some leftover code from jrb first continous
10164         attempt. Use the new actions, we still need good icons
10165         though...
10166
10167 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10168
10169         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10170
10171         Update label when connecting proxy. Fix a warning with NULL
10172         page_cache.
10173
10174 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10175
10176         * data/evince-ui.xml:
10177         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10178         * shell/ev-page-action.h:
10179         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10180
10181         Add mnemonic for edit toolbar.
10182         ctrl+l focus the page entry.
10183
10184 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10185
10186         * lib/Makefile.am:
10187         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10188         (ev_window_init):
10189         * shell/main.c: (main):
10190
10191         Put the toolbar xml in evince own dot dir
10192
10193 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10194
10195         * shell/ev-window.c: (ev_window_init):
10196
10197         Make the toolbar not removable
10198
10199 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10200
10201         * data/evince-ui.xml:
10202         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10203         * shell/ev-sidebar-links.h:
10204         * shell/ev-sidebar-thumbnails.c:
10205         (ev_sidebar_thumbnails_get_treeview):
10206         * shell/ev-sidebar-thumbnails.h:
10207         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10208         (ev_view_class_init):
10209         * shell/ev-view.h:
10210         * shell/ev-window.c: (update_action_sensitivity),
10211         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10212         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10213         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10214         (ev_window_init):
10215
10216         This is evil... Make space/backspace global accelerators but
10217         enable them only for some widgets (sidebars and view).
10218         I dont like it, but I dont know a better way... :/
10219
10220 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10221
10222         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10223         (ev_page_action_widget_finalize),
10224         (ev_page_action_widget_class_init), (update_page_cache):
10225
10226         Keep a weak reference on proxy->page_cache so that we
10227         dont try to disconnect the signal if the object is already
10228         gone. Maybe there is a better way to cleanup reference handling
10229         in page action though...
10230
10231 2005-05-10  Juerg Billeter  <j@bitron.ch>
10232
10233         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10234         * backend/ev-ps-exporter.h:
10235         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10236         * ps/ps-document.c: (ps_document_ps_export_begin):
10237         
10238         Change api to pass print range to ps_exporter_begin. The pdf backend
10239         requires this information.
10240         
10241         * shell/ev-print-job.c: (idle_print_handler):
10242         
10243         Adapt to api change
10244
10245 2005-05-10  Juerg Billeter  <j@bitron.ch>
10246
10247         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10248         (idle_print_handler)
10249         * shell/ev-window.c: (ev_window_print):
10250
10251         Support printing page range, based on patch by Amaury Jacquot
10252
10253 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10254
10255         * data/evince-toolbar.xml:
10256
10257         Add zoom control to available items
10258
10259 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10260
10261         * shell/ev-window.c: (update_action_sensitivity):
10262
10263         Set slash action insensitive when appropriate
10264
10265 2005-05-10  Christian Persch <chpe@gnome.org>
10266
10267         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10268
10269         Fix warning on the overflow menu
10270
10271 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10272
10273         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10274
10275         Check for uri correctness/existence
10276
10277 2005-05-09  Juerg Billeter  <j@bitron.ch>
10278
10279         * shell/ev-window.c: (using_postscript_printer):
10280
10281         LPD printers use postscript, too
10282
10283 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10284
10285         * shell/ev-window.c: (register_custom_actions):
10286
10287         The zoom one is actually sort of useful,
10288         put it back
10289
10290 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10291
10292         * shell/ev-window.c: (register_custom_actions):
10293
10294         Hide page/zoom controls from overflow, they
10295         are useless.
10296
10297 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10298
10299         * cut-n-paste/update-from-egg.sh:
10300         
10301         Share it between all cut-n-paste subdirs
10302
10303         * cut-n-paste/recent-files/Makefile.am:
10304
10305         Fix to use "global" update-from-egg.sh
10306
10307         * cut-n-paste/recent-files/egg-recent-model.c:
10308         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10309         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10310         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10311         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10312
10313         Update from libegg
10314
10315         * cut-n-paste/toolbar-editor/Makefile.am:
10316
10317         Fix to use "global" update-from-egg.sh
10318
10319         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10320
10321         Update from libegg
10322
10323 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10324
10325         * configure.ac:
10326         * cut-n-paste/Makefile.am:
10327         * cut-n-paste/recent-files/Makefile.am:
10328         * cut-n-paste/toolbar-editor/.cvsignore:
10329         * cut-n-paste/toolbar-editor/Makefile.am:
10330         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10331         (egg_editable_toolbar_get_type), (get_toolbar_position),
10332         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10333         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10334         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10335         (set_item_drag_source), (create_item_from_action), (create_item),
10336         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10337         (popup_toolbar_context_menu_cb), (free_dragged_item),
10338         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10339         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10340         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10341         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10342         (item_added_cb), (item_removed_cb),
10343         (egg_editable_toolbar_construct),
10344         (egg_editable_toolbar_disconnect_model),
10345         (egg_editable_toolbar_deconstruct),
10346         (egg_editable_toolbar_set_model),
10347         (egg_editable_toolbar_set_ui_manager),
10348         (egg_editable_toolbar_set_property),
10349         (egg_editable_toolbar_get_property),
10350         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10351         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10352         (egg_editable_toolbar_new_with_model),
10353         (egg_editable_toolbar_get_edit_mode),
10354         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10355         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10356         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10357         (new_pixbuf_from_widget), (new_separator_pixbuf),
10358         (update_separator_image), (style_set_cb),
10359         (_egg_editable_toolbar_new_separator_image),
10360         (egg_editable_toolbar_get_model):
10361         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10362         * cut-n-paste/toolbar-editor/egg-marshal.c:
10363         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10364         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10365         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10366         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10367         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10368         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10369         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10370         (editor_drag_data_delete_cb), (drag_data_get_cb),
10371         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10372         (editor_create_item), (update_editor_sheet), (setup_editor),
10373         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10374         (parse_item_list), (model_has_action), (update_actions_list),
10375         (egg_toolbar_editor_load_actions):
10376         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10377         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10378         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10379         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10380         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10381         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10382         (egg_toolbars_model_add_separator), (impl_add_item),
10383         (parse_item_list), (egg_toolbars_model_add_toolbar),
10384         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10385         (impl_get_item_data), (impl_get_item_type),
10386         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10387         (egg_toolbars_model_init), (free_toolbar),
10388         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10389         (egg_toolbars_model_remove_toolbar),
10390         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10391         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10392         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10393         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10394         (egg_toolbars_model_get_item_data),
10395         (egg_toolbars_model_get_item_type):
10396         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10397         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10398         * data/Makefile.am:
10399         * data/evince-toolbar.xml:
10400         * data/evince-ui.xml:
10401         * data/hand-open.png:
10402         * po/POTFILES.in:
10403         * shell/Makefile.am:
10404         * shell/ev-window.c: (update_chrome_visibility),
10405         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10406         (ev_window_dispose), (ev_window_init):
10407
10408         Implement epiphany like toolbar editor. Based on patch by
10409         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10410
10411 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10412
10413         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10414
10415         Use set_cursor instead of set_selection, so that
10416         the keyboard focus moves too.
10417
10418 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10419
10420         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10421
10422         Fix infinite loop when loading Type1 fonts
10423
10424 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10425
10426         * data/evince-ui.xml:
10427         * shell/ev-window.c:
10428
10429         Slash -> Find
10430
10431 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10432
10433         * configure.ac:
10434
10435         Make --disable really disable
10436
10437 2005-05-07  Juerg Billeter  <j@bitron.ch>
10438
10439         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10440
10441         Compare page labels even without has_labels set, fixes setting page
10442         with entry
10443
10444 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10445
10446         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10447         (ev_view_set_cursor), (ev_view_button_press_event),
10448         (ev_view_motion_notify_event), (ev_view_button_release_event),
10449         (ev_view_init):
10450
10451         Implement middle button scrolling. Based on a patch
10452         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10453
10454 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10455
10456         * shell/ev-document-types.c: (get_slow_mime_type),
10457         (get_document_type_from_mime), (ev_document_type_lookup):
10458         * shell/ev-document-types.h:
10459
10460         Change api to lookup from uri. Do fast lookup first, if the
10461         type is unknown try with data sniffing.
10462
10463         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10464         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10465
10466         Adapt to api change
10467
10468 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10469
10470         * thumbnailer/Makefile.am:
10471
10472         Fix distcheck
10473
10474 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10475
10476         * NEWS:
10477         * configure.ac:
10478
10479         Release 0.3.0
10480
10481         * data/evince-ui.xml:
10482
10483         Hide presentation mode for now
10484
10485         * shell/ev-view.c: (highlight_find_results):
10486
10487         Show current find selection only on current page
10488
10489 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10490
10491         * shell/ev-view.c: (ev_view_select_all):
10492
10493         Compute size of the actual page, not of
10494         the current one.
10495
10496 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10497
10498         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10499         (view_rect_to_doc_rect), (compute_selections),
10500         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10501         (ev_view_copy), (ev_view_primary_get_cb),
10502         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10503         (ev_view_button_press_event), (ev_view_motion_notify_event),
10504         (ev_view_button_release_event), (page_changed_cb):
10505
10506         Fix text selection
10507
10508 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10509
10510         * shell/ev-view.c: (compute_border), (get_page_extents),
10511         (doc_rect_to_view_rect), (highlight_find_results),
10512         (ev_view_bin_expose), (ev_view_select_all),
10513         (ev_view_motion_notify_event), (update_find_status_message),
10514         (jump_to_find_result), (jump_to_find_page):
10515
10516         First go at fixing search, still buggy
10517
10518 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10519
10520         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10521         dropdown box and button at the top of the sidebar.
10522
10523 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10524
10525         * configure.ac: Output zoom-control Makefile.
10526         * cut-n-paste/Makefile.am: build zoom-control subdir.
10527         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10528         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10529         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10530         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10531         * cut-n-paste/zoom-control/ephy-zoom.c:
10532         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10533         from epiphany, and modified to add a separator into the menu.
10534         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10535         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10536         zoom-control action.
10537         * shell/Makefile.am: Include zoom-control flags.
10538         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10539         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10540         (ev_view_zoom_for_size_presentation),
10541         (ev_view_zoom_for_size_continuous_and_dual_page),
10542         (ev_view_zoom_for_size_continuous),
10543         (ev_view_zoom_for_size_dual_page),
10544         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10545         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10546         ev_view_get_zoom and ev_view_get_sizing_mode.
10547         * shell/ev-view.h:
10548         * shell/ev-window.c: (update_action_sensitivity),
10549         (update_sizing_buttons), (zoom_control_changed_cb),
10550         (register_custom_actions): Initialize and use the zoom-control 
10551         widget.
10552
10553 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10554
10555         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10556         preview cache back to 1.  Don't know when it got set to 0.
10557         
10558         * shell/ev-view.c: (compute_border), (ev_view_realize),
10559         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10560         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10561         (ev_view_get_fullscreen), (ev_view_set_presentation),
10562         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10563         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10564         * shell/ev-view.h:
10565         * shell/ev-window.c:
10566         (update_chrome_visibility),
10567         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10568         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10569         (update_document_mode), (ev_window_update_fullscreen_action),
10570         (ev_window_fullscreen), (ev_window_unfullscreen),
10571         (ev_window_cmd_view_fullscreen),
10572         (ev_window_update_presentation_action),
10573         (ev_window_run_presentation), (ev_window_stop_presentation),
10574         (ev_window_cmd_view_presentation), (ev_window_state_event),
10575         (ev_window_focus_in_event), (ev_window_focus_out_event),
10576         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10577         * data/evince-ui.xml: Initial presentation mode.  We should
10578         probably hide this until it's done, as it's quite rough.  Also,
10579         change full-screen to fullscreen and add two getters to EvView.
10580
10581 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10582
10583         * shell/ev-page-action.c: (update_page_cache),
10584         (ev_page_action_dispose):
10585         * shell/ev-window.c: (destroy_fullscreen_popup),
10586         (ev_window_create_fullscreen_popup):
10587
10588         Use connect_object rather than explicitly
10589         disconnect on dispose.
10590
10591 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10592
10593         * shell/ev-page-action.c: (update_page_cache),
10594         (ev_page_action_dispose):
10595
10596 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10597
10598         * backend/ev-page-cache.c: (_ev_page_cache_new),
10599         (ev_page_cache_set_page_label),
10600         (ev_page_cache_has_nonnumeric_page_labels):
10601         * backend/ev-page-cache.h:
10602         * shell/ev-page-action.c: (update_pages_label):
10603         
10604         If all page labels are numeric, fallback to default
10605         way to display number of pages. See bug 173185.
10606
10607 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10608
10609         * shell/ev-page-action.c: (ev_page_action_dispose):
10610         * shell/ev-view.c: (view_update_range_and_current_page):
10611         * shell/ev-window.c: (ev_window_dispose):
10612         
10613         Set page on scroll in continuous mode. Fixes bug 301986.
10614         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10615
10616 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10617
10618         * configure.ac:
10619
10620         Require poppler 0.3.0
10621
10622 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10623         
10624         * shell/Makefile.am, configure.ac: Fix build problems
10625         with t1lib. Bug 301996.
10626
10627 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10628
10629         * shell/ev-view.c: (ev_view_scroll_event):
10630         
10631         Scroll up increase zoom
10632
10633 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10634
10635         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10636         (ev_view_set_sizing_mode),
10637         (ev_view_zoom_for_size_continuous_and_dual_page),
10638         (ev_view_zoom_for_size_continuous):
10639         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10640         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10641         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10642         (ev_window_init):
10643
10644         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10645         Fix for 165473 and 165472.
10646
10647 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10648
10649         * po/POTFILES.in:
10650         * thumbnailer/Makefile.am:
10651         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10652         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10653         * thumbnailer/evince-thumbnailer.schemas.in:
10654         
10655         Make thumbnailer schemas translatable. Fix for bug 301773
10656         
10657         * thumbnailer/evince-thumbnailer-djvu.schemas:
10658         * thumbnailer/evince-thumbnailer-dvi.schemas:
10659         * thumbnailer/evince-thumbnailer.schemas:
10660
10661         Removed files
10662
10663 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10664
10665         * shell/ev-view.c (ev_view_init): forgot to set this.
10666
10667 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10668
10669         * shell/ev-view.c: (find_page_at_location),
10670         (get_link_at_location),
10671         (ev_view_set_show_border), (ev_view_set_spacing),
10672         (ev_view_zoom_for_size_continuous_and_dual_page),
10673         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10674         Also, add a quick fix measuring of widths.  Also, removed
10675         ev_view_set_spacing and ev_view_set_show_border.
10676         
10677         * shell/ev-window.c: (ev_window_unfullscreen),
10678         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10679
10680 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10681
10682         * shell/ev-view.c: (view_update_range_and_current_page),
10683         (page_changed_cb):
10684         
10685         Fix crash on exit and scrolling to page in continuous view.
10686
10687 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * TODO:
10690         * backend/ev-page-cache.c: (_ev_page_cache_new),
10691         (ev_page_cache_get_max_width_size),
10692         (ev_page_cache_get_max_height_size):
10693         * backend/ev-page-cache.h:
10694         * data/evince-ui.xml:
10695         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10696         * shell/ev-view.c: (view_update_adjustments),
10697         (view_update_range_and_current_page), (get_bounding_box_size),
10698         (ev_view_size_request_continuous_and_dual_page),
10699         (ev_view_size_request_continuous),
10700         (ev_view_size_request_dual_page),
10701         (ev_view_size_request_single_page), (ev_view_size_request),
10702         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10703         (ev_view_bin_expose), (ev_view_expose_event),
10704         (ev_view_set_property), (ev_view_get_property),
10705         (ev_view_class_init), (ev_view_init), (ev_view_new),
10706         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10707         (ev_view_set_dual_page), (ev_view_set_full_screen),
10708         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10709         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10710         (ev_view_zoom_out), (zoom_for_size_fit_width),
10711         (zoom_for_size_best_fit),
10712         (ev_view_zoom_for_size_continuous_and_dual_page),
10713         (ev_view_zoom_for_size_continuous),
10714         (ev_view_zoom_for_size_dual_page),
10715         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10716         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10717         * shell/ev-view.h:
10718         * shell/ev-window.c: (update_action_sensitivity),
10719         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10720         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10721         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10722         (ev_window_cmd_view_zoom_out), (update_view_size),
10723         (ev_window_set_sizing_mode), (ev_window_init):
10724
10725         Add Continuous and Dual page modes.
10726
10727 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10728
10729         * dvi/dvi-document.c: (dvi_document_load),
10730         (dvi_document_thumbnails_get_thumbnail),
10731         (dvi_document_init_params): Fix up some mixups between
10732         width and height to correct thumbnail rendering.
10733
10734 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10735
10736         * dvi/mdvi-lib/private.h:
10737         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10738         
10739         Suppess output for kpathsea during font generation. Thanks to
10740         James Bowes
10741
10742 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10743
10744         * NEWS:
10745         * configure.ac:
10746
10747         Release 0.2.1
10748
10749         * Makefile.am: fix distcheck.
10750
10751 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10752
10753         * shell/ev-sidebar-links.c: (selection_changed_callback),
10754         (update_page_callback), (row_activated_callback),
10755         (job_finished_callback), (ev_sidebar_links_set_document):
10756         
10757         Fix for bug #169901. Double click on links expands tree.
10758
10759 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10760
10761         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10762         hard-coded style. Fix for bug 170111
10763
10764 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10765
10766         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10767         locking.
10768
10769 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10770
10771         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10772
10773 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10774
10775         * pdf/ev-poppler.cc:
10776         * shell/ev-view.c: (highlight_find_results):
10777
10778         Fix find on single page documents
10779
10780 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10781
10782         * data/evince.schemas.in: fix for bug 301390
10783
10784 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10785
10786         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10787         (ev_view_zoom_out), (ev_view_zoom_normal):
10788         * shell/ev-view.h:
10789         * shell/ev-window.c: (update_action_sensitivity),
10790         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10791         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10792         (ev_window_cmd_view_normal_size):
10793
10794         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10795         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10796         better than oom. 
10797
10798 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10799
10800         * configure.ac:
10801
10802         Depend on 2.57, 2.59 doesnt seem to be necessary
10803
10804 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10805
10806         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10807         (create_tool_item):
10808
10809         Put back total number of pages as (1 of 1234)
10810
10811 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10812
10813         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10814         remove the job.
10815
10816         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10817         function.  This helps debugging.
10818
10819 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10820
10821         * djvu/djvu-document.c: (djvu_document_class_init),
10822         (djvu_document_get_info), (djvu_document_document_iface_init):
10823         * dvi/dvi-document.c: (dvi_document_class_init),
10824         (dvi_document_get_info), (dvi_document_document_iface_init):
10825
10826         Dummy implementation of get_info method for dvi and
10827         djvu. Fix crashes with those backends
10828
10829 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10830
10831         * data/evince.desktop.in:
10832
10833         Add application/x-gzpostscript
10834
10835 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10836
10837         * data/evince.schemas.in: Added real long descriptions, 
10838         closes bug 172496 
10839
10840         * README: Added actual text, closes bug 171869
10841
10842 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10843
10844         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10845
10846         Thumbnail page 0
10847
10848 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10849
10850         * backend/ev-document-info.h:
10851
10852         s/GDate */GDate so we can just use g_free
10853
10854 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10855
10856         * shell/ev-window.c: (update_document_mode),
10857         (ev_window_setup_document):
10858
10859         Show the window in fullscreen when specified by
10860         the document
10861
10862 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10863
10864         * backend/ev-document.c: (ev_document_class_init),
10865         (ev_document_get_info), (ev_document_render_pixbuf):
10866         * backend/ev-document.h:
10867         * backend/ev-page-cache.c: (_ev_page_cache_new):
10868         * pdf/ev-poppler.cc:
10869         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10870         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10871         * ps/ps-document.c: (ps_document_class_init), (document_load),
10872         (ps_document_get_info), (ps_document_document_iface_init):
10873
10874         Remove get_title from the interface, we can just use document info
10875
10876 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10877
10878         * backend/Makefile.am:
10879         * backend/ev-document.c: (ev_document_render_get_info):
10880         * backend/ev-document.h:
10881         * pdf/ev-poppler.cc:
10882
10883         Initial support for document info. Based on jrb patch.
10884
10885 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10886
10887         * shell/ev-window.c: (ev_window_state_event),
10888         (ev_window_class_init), (ev_window_init):
10889         
10890         Doesn't show resize grip when maximized. See bug #301053
10891
10892 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10893
10894         * po/POTFILES.in:
10895         
10896         ev-sidebar-thumbnails now has translatable labels
10897         
10898         * shell/Makefile.am:
10899         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10900         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10901         (ev_sidebar_links_page_iface_init):
10902         * shell/ev-sidebar-links.h:
10903         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10904         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10905         (ev_sidebar_page_get_label):
10906         * shell/ev-sidebar-page.h:
10907         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10908         (ev_sidebar_thumbnails_set_document),
10909         (ev_sidebar_thumbnails_support_document),
10910         (ev_sidebar_thumbnails_get_label),
10911         (ev_sidebar_thumbnails_page_iface_init):
10912         * shell/ev-sidebar-thumbnails.h:
10913         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10914         (ev_sidebar_set_document):
10915         * shell/ev-sidebar.h:
10916         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10917         
10918         Small rework of sidebar code. Now sidebar pages should implement
10919         EvSidebarPage interface. That makes page management in EvSidebar
10920         easier. See bug #164811 for details
10921
10922 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10923
10924         * shell/ev-application.c: (ev_application_open):
10925         * shell/ev-document-types.c:
10926         
10927         Fix build error and small problem with application exit
10928
10929 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * thumbnailer/Makefile.am:
10932         * thumbnailer/evince-thumbnailer-djvu.schemas:
10933         * thumbnailer/evince-thumbnailer-dvi.schemas:
10934         
10935         Conditionally install schemas for djvu/dvi thumbnailer
10936
10937 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10938
10939         * shell/ev-document-types.h: 
10940         * shell/ev-document-types.c: 
10941         New files, handling the mapping from mimetypes to backends
10942         
10943         * shell/ev-window.c: 
10944         * thumbnailer/evince-thumbnailer.c:     
10945         Use the ev-document-types code
10946         
10947         * shell/Makefile.am: 
10948         Added new convenience library libevbackendfactory_la, containing
10949         the new mimetype->backend logic; moved the backends into it.
10950
10951         * thumbnailer/Makefile.am:
10952         Make the thumbnailer link with the libevbackend.la convenience
10953         library, rather than having a duplicate of the backend logic here.
10954
10955 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10956
10957         * shell/ev-stock-icons.c: constify some vars.
10958         * shell/ev-window.c: ditto.
10959
10960 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10961
10962         * ps/ps-document.c (get_page_orientation):
10963
10964         Respect document orientation 
10965
10966 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10967
10968         * djvu/Makefile.am:
10969         * dvi/Makefile.am:
10970         * shell/Makefile.am:
10971         
10972         Move library dependencies to components.
10973         
10974         * shell/ev-window.c: (update_window_title),
10975         (start_loading_document):
10976         
10977         Fix display of uris with spaces. Bug 168358.
10978
10979 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * shell/ev-sidebar-links.c: (selection_changed_cb):
10982         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10983         (ev_view_button_release_event), (ev_view_set_document):
10984         * shell/ev-view.h:
10985         * shell/ev-window.c: (find_bar_search_changed_cb):
10986         * shell/ev-window.h: Minor cleanups removing some dead code.
10987
10988 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10989
10990         * backend/ev-page-cache.c: (_ev_page_cache_new):
10991         
10992         Set current page to 0 if document has pages.
10993
10994 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10995
10996         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10997
10998         Initialize GError to NULL, fix a crash when loading fails.
10999
11000 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11001
11002         * shell/ev-window.c: (update_view_size):
11003
11004         Calculate shadow size only when there is actually
11005         a shadow.
11006
11007 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11008
11009         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11010         * shell/ev-view.h:
11011
11012         Allow setting view spacing, default to 0
11013
11014         * shell/ev-window.c: (ev_window_unfullscreen),
11015         (ev_window_cmd_view_fullscreen), (ev_window_init):
11016
11017         Remove spacing in fullscreen mode
11018
11019 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11020
11021         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11022         (ev_view_size_request), (expose_bin_window),
11023         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11024         * shell/ev-view.h:
11025         * shell/ev-window.c: (ev_window_unfullscreen),
11026         (ev_window_cmd_view_fullscreen):
11027
11028         Do not draw the border in fulscreen
11029
11030 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11031
11032         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11033         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11034         (find_page_at_location), (page_changed_cb):
11035
11036         Rework border calculation, so that I can more easily disable it.
11037         Code somewhat cleaner too.
11038
11039 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * backend/ev-page-cache.c: (ev_page_cache_init),
11042         (_ev_page_cache_new):
11043
11044         Remove some assertions, documents can have 0 pages.
11045         Make initial current page -1.
11046
11047         * shell/ev-page-action.c: (page_changed_cb):
11048
11049         Show "" if current page is -1
11050
11051         * shell/ev-window.c: (update_action_sensitivity),
11052         (ev_window_setup_document):
11053
11054         When document has 0 pages do not set the view
11055         and make nearly everything insensitive.
11056
11057 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11058
11059         * shell/ev-page-view.c:
11060         * shell/ev-page-view.h:
11061
11062         Remove unused files.
11063         
11064         * shell/ev-sidebar-thumbnails.c:
11065         (ev_sidebar_thumbnails_set_document):
11066         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11067         (ev_sidebar_supports_document):
11068         * shell/ev-sidebar.h:
11069         * shell/ev-window.c: (ev_window_setup_document):
11070         
11071         Doesn't show thumbnails if document has 1 page. Make
11072         sidebar menu entries sensitive only if if they have 
11073         sense. Fix bug 164811. 
11074
11075 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11076
11077         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11078         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11079         (ev_view_zoom_out), (ev_view_set_size):
11080
11081         Rework sizing to deal with documents with not uniform page
11082         size.
11083
11084 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11085
11086         * backend/ev-page-cache.c: (_ev_page_cache_new):
11087
11088         Fix several page size caching bugs
11089
11090 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11091
11092         * shell/ev-window.c: (set_action_properties):
11093
11094         Make all toolbar items translatable
11095
11096 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11097
11098         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11099         (save_page_list), (ps_document_save),
11100         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11101         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11102         (ps_document_ps_exporter_iface_init):
11103         * ps/ps-document.h:
11104
11105         Based on a patch by J�rg Billeter <j@bitron.ch>
11106         
11107         Implement print and save a copy for the ps backend.
11108
11109 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11110
11111         * backend/ev-document.h:
11112         * djvu/djvu-document.c: (djvu_document_can_get_text),
11113         (djvu_document_document_iface_init):
11114         * dvi/dvi-document.c: (dvi_document_can_get_text),
11115         (dvi_document_document_iface_init):
11116         * pdf/ev-poppler.cc:
11117         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11118         (pixbuf_document_document_iface_init):
11119         * ps/ps-document.c: (ps_document_can_get_text),
11120         (ps_document_document_iface_init):
11121         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11122         * shell/ev-window.c: (update_action_sensitivity):
11123
11124         Fix the crash when trying to copy in backends that doesnt
11125         support it. We can implement a better solution once we
11126         do real text selection.
11127
11128 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11129
11130         * data/evince-ui.xml:
11131         * shell/ev-window.c: (ev_window_cmd_escape):
11132         
11133         Work around the Escape conflict (find bar and unfullscreen)
11134
11135 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11136
11137         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11138         
11139         Fix for #300233. Next page correctly handles document end.
11140         
11141         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11142         (ev_sidebar_thumbnails_class_init),
11143         (ev_sidebar_thumbnails_set_document),
11144         (ev_sidebar_thumbnails_clear_job),
11145         (ev_sidebar_thumbnails_clear_model):
11146         
11147         Cleanup thumbnail jobs on document changes.
11148         
11149         * shell/ev-view.c: (add_scroll_binding_keypad),
11150         (add_scroll_binding_shifted), (ev_view_class_init):
11151         
11152         Shift + Space scrolls up. Fix for #173184
11153         
11154         * shell/ev-window.c: (ev_window_open_page),
11155         (ev_window_cmd_view_reload):
11156         
11157         Fix reload (Bug #300094)
11158
11159 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11160
11161         
11162         * dvi/mdvi-lib/assoc.c:
11163         * dvi/mdvi-lib/assoc.h: Removed garbage files
11164         
11165         * dvi/mdvi-lib/bitmap.c:
11166         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11167         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11168         * dvi/mdvi-lib/color.h: Antialias of rules
11169         
11170         * dvi/mdvi-lib/common.h:
11171         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11172         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11173         * dvi/mdvi-lib/files.c:
11174         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11175         * dvi/mdvi-lib/mdvi.h:
11176         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11177         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11178         * dvi/mdvi-lib/util.c: Fix compile warnings
11179         
11180         * dvi/dvi-document.c:
11181         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11182         (dvi_document_thumbnails_get_thumbnail),
11183         (dvi_document_document_thumbnails_iface_init):
11184         * dvi/mdvi-lib/Makefile.am:
11185         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11186         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11187         
11188         Dvi backend now renders thumbnails
11189
11190 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11191
11192         * shell/main.c: (main): 
11193         
11194         Save accelerators on exit. Fixes bug #172095.
11195
11196 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11197
11198         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11199         update priority" comment.
11200
11201         * backend/ev-job-queue.c: Give a way to change priority.
11202
11203 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11204
11205         * shell/ev-page-action.c: Fix logic.
11206
11207 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * shell/ev-view.c: (ev_view_can_find_next):
11210         * shell/ev-window.c: (ev_window_setup_document):
11211
11212         Check that the document supports find
11213
11214 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11215
11216         * data/evince-ui.xml:
11217         * shell/ev-view.c: (ev_view_can_find_next):
11218         * shell/ev-view.h:
11219         * shell/ev-window.c: (update_action_sensitivity),
11220         (find_changed_cb), (ev_window_setup_document),
11221         (ev_window_cmd_edit_find_next):
11222
11223         Add Edit->Find Next
11224
11225 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11226
11227         * pdf/ev-poppler.cc:
11228         * shell/ev-print-job.c: (idle_print_handler):
11229
11230         Make printing work again
11231
11232 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11233
11234         * shell/ev-page-action.h:
11235         * shell/ev-page-action.c: (ev_page_action_widget_init),
11236         (ev_page_action_widget_class_init), (page_changed_cb),
11237         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11238         (get_filter_model_from_model), (match_selected_cb),
11239         (display_completion_text), (match_completion), (update_model),
11240         (connect_proxy), (ev_page_action_set_property),
11241         (ev_page_action_get_property), (ev_page_action_set_document),
11242         (ev_page_action_set_model), (ev_page_action_class_init): Big
11243         reworking to make completions work iff we have >= GTK-2.7.0
11244                 
11245         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11246         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11247         (job_finished_cb): We now have a 'model' property that is set when
11248         the links are loaded.  This can be caught with "notify::model"
11249
11250         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11251         listen for the model to be set, and propagate it to the action.
11252
11253 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11254
11255         * cut-n-paste/recent-files/egg-recent-item.c:
11256         (egg_recent_item_set_uri), (make_valid_utf8),
11257         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11258         * cut-n-paste/recent-files/egg-recent-item.h:
11259         
11260         Update egg-recent from libegg. This should fix long
11261         startup problem. For details see
11262         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11263
11264 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11265
11266         * cut-n-paste/recent-files/Makefile.am:
11267         * data/evince-ui.xml, shell/Makefile.am:
11268         * shell/ev-application.c, shell/ev-application.h:
11269         * shell/ev-window.c: Recent files support.
11270         
11271         * configure.ac: Added "ru" to ALL_LINGUAS.
11272         
11273         * dvju: new backend to support DJVU files.
11274         * dvi: new backend to support DVI.
11275
11276         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11277         * ev-application.c: Support for new backends.
11278         
11279         * help, ev-window.c, main.c shell/Makefile.am: 
11280         Evince user documentation.
11281
11282 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * po/POTFILES.in:
11285         * shell/ev-window.c:
11286         * thumbnailer/evince-thumbnailer.c:
11287
11288         s/pdf-document/ev-poppler
11289
11290 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11291
11292         * NEWS:
11293         * configure.ac:
11294
11295         Release 0.2.0
11296
11297         * ps/ps-document.c: (setup_pixmap):
11298
11299         Remove debug code
11300
11301 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11302
11303         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11304         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11305         (ev_window_cmd_go_first_page): Fix of by one errors.
11306
11307 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11308
11309         * ps/ps-document.c: (get_page_box):
11310
11311         Fix page size calculation
11312
11313 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11314
11315         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11316         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11317         (get_page_orientation), (setup_page), (document_load),
11318         (ps_document_get_page_size), (render_pixbuf_idle):
11319         * ps/ps-document.h:
11320
11321         More refactoring to adapt to EvDocument changes
11322
11323 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11324
11325         * ps/ps-document.c: (start_interpreter):
11326
11327         Actually add alpha args
11328
11329 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11330
11331         * pdf/ev-poppler.cc:
11332
11333         Make clipboard work again
11334
11335 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11336
11337         Make searching work again.
11338         
11339         * backend/ev-document.c:
11340         * backend/ev-document.h:
11341         * backend/ev-document-find.c:
11342         * backend/ev-document-find.h: Change EvDocumentIface so we no
11343         longer store the current page or zoom level in the document.  The
11344         consequence is that all calls that operate on the current page now
11345         instead take the page number as an extra argument, and all
11346         coordinates are now doubles in document coordinate system.
11347
11348         * pdf/ev-poppler.cc:
11349         * pixbuf/pixbuf-document.c:
11350         * ps/ps-document.c: Update backends accordingly.
11351
11352 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11353
11354         * autogen.sh:
11355
11356         Add required gettext version
11357
11358 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11359
11360         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11361         make F1 bring up non-existent help.
11362
11363         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11364         epiphany's find bar, #167477
11365
11366         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11367         <emil@nishra.com> to add space-bar scrolling, 
11368
11369         * shell/ev-window.c (static GtkActionEntry entries): add default
11370         keybinding for Help (F1)
11371         Fixes #171068
11372
11373         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11374         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11375         170110
11376
11377 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11378
11379         * Makefile.am: 
11380         * pixbuf/pixbuf-document.c: 
11381
11382         Got pixbuf backend working again
11383
11384 2005-04-01  Steve Murphy  <murf@e-tools.com>
11385
11386         * configure.in: Added "rw" to ALL_LINGUAS.
11387
11388 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11389
11390         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11391         model types, noticed by Martin Kretzschmar.
11392
11393 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11394
11395         * pdf/ev-poppler.cc: Implement search based on
11396         poppler_page_find_text().  Currently a bit crude since we remember
11397         all matches from all pages.  Also, we grab the big document lock
11398         when we search since searching changes the underlying stream and
11399         thus conflicts with the rendering thread.
11400         
11401         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11402         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11403         (ev_view_find_previous): Fix some page indexes to be 0 based,
11404         offset rubber band by view offset,
11405
11406 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11407
11408         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11409
11410 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11413         completely because I didn't understand GtkActions.  I should
11414         read Marco's code more carefully in the future.
11415
11416         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11417         function
11418
11419 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11420
11421         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11422         PopplerRectangle change from poppler CVS.
11423
11424 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11425
11426         * backend/ev-document.c: (ev_document_get_page_label):
11427         * backend/ev-document.h:
11428         * backend/ev-page-cache.c: (_ev_page_cache_new),
11429         (ev_page_cache_get_page_label):
11430         * backend/ev-page-cache.h:
11431         * pdf/ev-poppler.cc:
11432         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11433         (links_page_num_func):
11434         * shell/ev-sidebar-thumbnails.c:
11435         (ev_sidebar_thumbnails_set_document):
11436         * shell/ev-view.c: (status_message_from_link),
11437         (ev_view_motion_notify_event):
11438         * shell/ev-window.c: (document_supports_sidebar): Add in page
11439         label support.  It's not perfect yet, but it's the first 'feature'
11440         in a while.
11441         Also, fix a bogus comment noticed by crispin. 
11442
11443 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * Makefile.am: Remove pixbuf backend for now
11446
11447         * configure.ac: Require poppler-glib instead of just poppler.
11448
11449         * backend/ev-document-thumbnails.h: Add a comment
11450
11451         * backend/ev-document.h:
11452         * backend/ev-document.c: (ev_document_class_init),
11453         (ev_document_load), (ev_document_get_link),
11454         (ev_document_get_links): Remove 3 methods and add get_links.
11455         Also, made 0 based.
11456
11457         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11458         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11459
11460         * backend/ev-link.c: (ev_link_set_title),
11461         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11462         (ev_link_mapping_find):
11463         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11464         
11465         * backend/ev-page-cache.c: (ev_page_cache_init),
11466         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11467         (ev_page_cache_get_size), (ev_page_cache_next_page),
11468         (ev_page_cache_prev_page): Fix to be 0 based.
11469
11470         * pdf/Makefile.am: 
11471         * pdf/ev-poppler.h:
11472         * pdf/ev-poppler.cc: New backend.
11473         
11474         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11475         (ps_document_get_page), (ps_document_document_iface_init):
11476
11477         * shell/ev-pixbuf-cache.h:
11478         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11479         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11480         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11481         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11482         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11483         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11484         based.
11485         
11486         * shell/ev-sidebar-thumbnails.c:
11487         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11488         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11489
11490         * shell/ev-view.c: (status_message_from_link),
11491         (find_page_at_location), (get_link_at_location),
11492         (ev_view_motion_notify_event), (ev_view_button_release_event),
11493         (ev_view_init): Use the new link code.  Fix to be 0 based.
11494
11495         * shell/ev-window.c: (update_action_sensitivity),
11496         (document_supports_sidebar): 0 based.
11497
11498 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11499
11500         * pdf/pdf-document.cc: Patch from Fernando Herrera
11501         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11502         *blush*
11503
11504 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11505
11506         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11507         1 to the page, as this seems to be 1 based.  I thought we has this
11508         fixed.  grump.
11509
11510 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11511
11512         * TODO:
11513         * backend/Makefile.am:
11514         * backend/ev-document-links.c:
11515         (ev_document_links_has_document_links),
11516         (ev_document_links_get_links_model):
11517         * backend/ev-document-links.h:
11518         * backend/ev-document.c: (ev_document_get_page_cache),
11519         (ev_document_get_doc_mutex), (ev_document_load),
11520         (ev_document_save), (ev_document_get_title),
11521         (ev_document_get_n_pages), (ev_document_set_page),
11522         (ev_document_get_page), (ev_document_set_target),
11523         (ev_document_set_scale), (ev_document_set_page_offset),
11524         (ev_document_get_page_size), (ev_document_get_text),
11525         (ev_document_get_link), (ev_document_render),
11526         (ev_document_render_pixbuf), (ev_document_scale_changed):
11527         * backend/ev-document.h:
11528         * backend/ev-job-queue.c: (remove_object_from_queue),
11529         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11530         (no_jobs_available_unlocked), (ev_render_thread),
11531         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11532         (ev_job_queue_remove_job):
11533         * backend/ev-job-queue.h:
11534         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11535         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11536         (ev_job_links_class_init), (ev_job_render_init),
11537         (ev_job_render_dispose), (ev_job_render_class_init),
11538         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11539         (ev_job_thumbnail_class_init), (ev_job_finished),
11540         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11541         (ev_job_render_run), (ev_job_thumbnail_new),
11542         (ev_job_thumbnail_run):
11543         * backend/ev-jobs.h:
11544         * backend/ev-link.c:
11545         * backend/ev-link.h:
11546         * backend/ev-page-cache.c: (ev_page_cache_init),
11547         (ev_page_cache_class_init), (ev_page_cache_finalize),
11548         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11549         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11550         (ev_page_cache_set_link), (ev_page_cache_get_title),
11551         (ev_page_cache_get_size), (ev_page_cache_next_page),
11552         (ev_page_cache_prev_page):
11553         * backend/ev-page-cache.h:
11554         * pdf/pdf-document.cc:
11555         * ps/gsdefaults.c:
11556         * ps/gsdefaults.h:
11557         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11558         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11559         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11560         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11561         (is_interpreter_ready), (output), (catchPipe), (input),
11562         (start_interpreter), (check_filecompressed), (compute_dimensions),
11563         (ps_document_enable_interpreter), (document_load),
11564         (ps_document_next_page), (render_page), (ps_document_set_page),
11565         (ps_document_set_scale), (render_pixbuf_idle),
11566         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11567         * ps/ps-document.h:
11568         * shell/Makefile.am:
11569         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11570         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11571         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11572         (ev_pixbuf_cache_new), (job_finished_cb),
11573         (check_job_size_and_unref), (move_one_job),
11574         (ev_pixbuf_cache_update_range), (find_job_cache),
11575         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11576         (ev_pixbuf_cache_add_jobs_if_needed),
11577         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11578         * shell/ev-pixbuf-cache.h:
11579         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11580         (idle_print_handler):
11581         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11582         (selection_changed_cb), (create_loading_model),
11583         (ev_sidebar_links_construct), (links_page_num_func),
11584         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11585         (update_page_callback), (job_finished_cb),
11586         (ev_sidebar_links_set_document):
11587         * shell/ev-sidebar-thumbnails.c:
11588         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11589         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11590         (page_changed_cb), (thumbnail_job_completed_callback),
11591         (ev_sidebar_thumbnails_set_document):
11592         * shell/ev-sidebar-thumbnails.h:
11593         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11594         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11595         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11596         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11597         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11598         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11599         (ev_view_button_release_event), (ev_view_scroll_view),
11600         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11601         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11602         (ev_view_new), (job_finished_cb), (page_changed_cb),
11603         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11604         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11605         (ev_view_find_previous):
11606         * shell/ev-view.h:
11607         * shell/ev-window.c: (update_action_sensitivity),
11608         (ev_window_open_page), (update_window_title), (update_total_pages),
11609         (page_changed_cb), (ev_window_setup_document),
11610         (password_dialog_response), (ev_window_cmd_save_as),
11611         (ev_window_print), (ev_window_cmd_go_previous_page),
11612         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11613         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11614         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11615         * shell/main.c: (main):
11616
11617         Merge evince-threads branch
11618
11619 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11620
11621         * configure.ac: Added "lt" to ALL_LINGUAS.
11622
11623 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11624
11625         * NEWS:
11626         * configure.ac:
11627
11628         Release 0.1.9
11629
11630 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11631
11632         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11633
11634         Fix here also the thumbnails 1-basedness :)
11635
11636 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * NEWS:
11639         * configure.ac:
11640
11641         Release 0.1.8
11642
11643 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11644
11645         * pdf/pdf-document.cc:
11646         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11647         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11648
11649         Fix the mess we did with thumbnails and 1-basedness
11650
11651 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11652
11653         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11654
11655 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11656
11657         * NEWS:
11658         * configure.ac:
11659
11660         Release 0.1.7
11661
11662 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11663
11664         * ps/Makefile.am:
11665         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11666         (gtk_gs_defaults_get_alpha_parameters),
11667         (gtk_gs_defaults_get_ungzip_cmd),
11668         (gtk_gs_defaults_get_unbzip2_cmd):
11669         * ps/gsdefaults.h:
11670         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11671         (ps_document_get_orientation), (document_load),
11672         (ps_document_goto_page), (ps_document_set_page_size):
11673         * ps/ps-document.h:
11674
11675         Some more sanitization of the ps backend. Remove a lot
11676         of unused code and do not base our defaults on ggv
11677         preferences (ugh!)
11678
11679 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11680
11681         * thumbnailer/evince-thumbnailer.schemas:
11682         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11683         (main): add -s option for thumbnail size.
11684
11685 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11686
11687         * configure.ac:
11688
11689         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11690         remove it.
11691
11692 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * pdf/pdf-document.cc:
11695
11696         Remove 4 pixels of useless border from the
11697         thumbnail.
11698
11699 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * backend/ev-document-thumbnails.c:
11702         (ev_document_thumbnails_get_thumbnail):
11703         * backend/ev-document-thumbnails.h:
11704
11705         Rework API a bit. Add a border flag and
11706         change sizing logic (now the size we specify
11707         applies to the bigger dimension).
11708
11709         * pdf/pdf-document.cc:
11710         * pixbuf/pixbuf-document.c:
11711         (pixbuf_document_thumbnails_get_thumbnail):
11712         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11713         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11714
11715         Adapt to the new API and do not draw a border for nautilus
11716         thumbnailer.
11717
11718 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11719
11720         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11721         take thumbnails from page "0" instead of "1". Added a copyright header.
11722
11723 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11724
11725         * ps/ps-document.c: (set_up_page), (start_interpreter):
11726
11727         Make it C89 compliant
11728
11729 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11730
11731         * Makefile.am:
11732         * configure.ac:
11733         * pdf/.cvsignore:
11734         * pdf/pdf-document.cc:
11735         * thumbnailer/Makefile.am:
11736         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11737         (main):
11738         * thumbnailer/evince-thumbnailer.schemas:
11739         * thumbnailer/pdf-icon.png:
11740
11741         Add a nautilus thumbnailer.
11742         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11743
11744 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11745
11746         * NEWS:
11747         * configure.ac:
11748         * po/POTFILES.in:
11749
11750         Release 0.1.6
11751
11752 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11753
11754         Use poppler instead of including xpdf source code.  Poppler is a
11755         fork of xpdf to build it as a shared library. See
11756         http://freedesktop.org/wiki/Software/poppler.
11757
11758         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11759         xpdf fork.
11760         
11761         * pdf/Makefile.am: Build libpdfdocument.a here.
11762         
11763         * pdf/GDKSplashOutputDev.cc:
11764         * pdf/GDKSplashOutputDev.h:
11765         * pdf/GnomeVFSStream.cc:
11766         * pdf/GnomeVFSStream.h:
11767         * pdf-document.cc:
11768         * pdf-document.h:
11769         * test-gdk-output-dev.cc
11770         * Thumb.cc:
11771         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11772         against poppler.
11773
11774 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11777
11778         Clear idle stack before unsetting the document
11779
11780 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11781
11782         * ps/ps-document.c: (ps_document_widget_event),
11783         (ps_document_set_target), (ps_document_finalize),
11784         (ps_document_get_page):
11785
11786         Disconnect the widget event signal on finalize.
11787         Some code cleanups.
11788
11789 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * ps/ps-document.c: (set_up_page):
11792
11793         If there is no bpixmap create one, even if size
11794         is not changed.
11795
11796 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11799         (set_up_page), (document_load), (ps_document_set_zoom):
11800
11801         Default page is 0. Calculate size even when we have no
11802         target yet.
11803
11804 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11805
11806         * shell/ev-sidebar.c: expand the selection widget to be always as
11807         wide as the sidebar
11808
11809 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11810
11811         * shell/ev-sidebar-thumbnails.c:
11812         (ev_sidebar_thumbnails_set_document):
11813
11814         Clear the list store when setting document
11815
11816 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11817
11818         * shell/ev-page-action.c: (update_entry), (sync_entry),
11819         (activate_cb), (entry_size_request_cb), (create_tool_item),
11820         (connect_proxy):
11821
11822         Use an entry for the page control instead of spinbuttons
11823
11824 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * data/evince.schemas.in:
11827
11828         Correct confusing string
11829
11830 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11831
11832         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11833         for real.  Gosh, how long has this been broken.
11834
11835         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11836         check for a NULL link.  We crash otherwise.
11837
11838 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11839
11840         * NEWS:
11841         * configure.ac:
11842
11843         Release 0.1.5
11844
11845 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11846
11847         * configure.ac: add the french translation.
11848
11849 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * shell/ev-window.c:
11852
11853         Remove unused header -> fix distcheck
11854
11855 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11856
11857         * shell/ev-window.c: (update_window_title),
11858         (ev_window_popup_password_dialog):
11859
11860         Unescape filename for display
11861
11862 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * pdf/xpdf/pdf-document.cc:
11865
11866         In get_page_size deal with rotation. Also
11867         cleanup the function a bit.
11868
11869 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11870
11871         * pdf/xpdf/pdf-document.cc:
11872
11873         Fix crash when opening in new window
11874
11875 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11876
11877         * configure.ac:
11878
11879         Check ghostscript >= 7
11880
11881 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11882
11883         * shell/ev-window.c:
11884
11885         Make page width the default sizing mode
11886
11887 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11888         Marco Pesenti Gritti <marco@gnome.org>
11889
11890         * shell/ev-window.c: Remember the sidebar size
11891
11892         * data/evince.schemas.in: Add a new gconf key to store the size of
11893         the sidebar
11894
11895 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11896
11897         * data/evince-ui.xml:
11898         * shell/ev-window.c: (update_action_sensitivity),
11899         (ev_window_cmd_view_reload):
11900         
11901         Add a "Reload" action and menu entry
11902
11903 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11904
11905         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11906         iff the type doesn't support thumbnailing and indexing.
11907
11908 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11909
11910         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11911
11912 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * pdf/splash/Splash.cc:
11915
11916         Port fix for a crasher from kde bug
11917         http://bugs.kde.org/show_bug.cgi?id=97131
11918
11919 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * pdf/xpdf/pdf-document.cc:
11922
11923         Return a link even if it's of an unrecognized
11924         type. Otherwise we go in an infinte cycle.
11925
11926 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11927
11928         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11929         (size_allocate_cb), (ev_window_set_sizing_mode):
11930
11931         Update size when switching mode
11932
11933 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11936         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11937         (ev_window_cmd_view_normal_size):
11938
11939         Fix size toggle buttons behavior
11940
11941 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11944         (doc_rect_to_view_rect), (ev_view_size_allocate),
11945         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11946         (scale_changed_callback):
11947
11948         Do not cache offsets in size_allocate.
11949
11950 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * shell/ev-view.c: (ev_view_size_allocate):
11953
11954         Calculate offsets before calling the parent
11955         class (which does a redraw)
11956
11957 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * pdf/xpdf/pdf-document.cc:
11960
11961         Fix a crasher on exit. Unused code, put a TODO
11962
11963 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11964
11965         * backend/ev-document.c: (ev_document_class_init),
11966         (ev_document_page_changed), (ev_document_scale_changed):
11967         * backend/ev-document.h:
11968
11969         Separate page/scale notifications
11970
11971         * pdf/xpdf/pdf-document.cc:
11972
11973         Emit the new signals.
11974         Do not display the pdf page in _render, do it
11975         when scale/page are requested.
11976
11977         * ps/ps-document.c: (ps_document_set_zoom),
11978         (ps_document_widget_event):
11979         * ps/ps-document.h:
11980
11981         Emit the new signals.
11982
11983         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11984         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11985         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11986         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11987         * shell/ev-view.h:
11988         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11989         (ev_window_cmd_view_page_width), (size_allocate_cb),
11990         (ev_window_set_sizing_mode):
11991
11992         Rework sizing to be pixel based.
11993         There are bugs but should be already way better.
11994
11995 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11996
11997         * shell/ev-window.c: (ev_window_init):
11998
11999         Do not allow to shrink sidebar smaller then
12000         child requisition
12001
12002 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
12003
12004         * shell/ev-sidebar.[ch]
12005         * shell/ev-window.c:
12006
12007         Improved sidebar widget. Fixes #166683
12008
12009 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12010
12011         * shell/ev-view.c (update_find_status_message): Give translators
12012         more flexibility with ngettext plural handling.
12013
12014 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12015
12016         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12017         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12018         page when we get the page size.
12019
12020 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12023
12024         ps pages are 0 based, convert 
12025
12026 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12027
12028         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12029
12030         Initialize correct parent class. Set GError on document load
12031
12032 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * pdf/xpdf/pdf-document.cc:
12035
12036         Fixup selection offset calculation
12037
12038         * shell/ev-view.c: (view_rect_to_doc_rect),
12039         (doc_rect_to_view_rect), (ev_view_size_allocate),
12040         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12041         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12042
12043         Store selection as document relative, so that zooming
12044         and offset changing doesnt break it.
12045
12046 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12047
12048         * shell/ev-view.c: (ev_view_best_fit):
12049
12050         Do not try to best fit if the view is not realized
12051
12052 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12053           
12054         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12055
12056 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12057
12058         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12059
12060 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12061
12062         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12063         the popup window.  That prevents it resizing when in full screen
12064         mode.
12065
12066         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12067         multiple rerenders.  This pretty much sucks.
12068
12069         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12070         rest of the toolbar.
12071
12072 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12073
12074         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12075
12076 2005-02-17  Alexander Shopov  <ash@contact.bg>
12077
12078         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12079
12080 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12081
12082         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12083
12084 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12085
12086         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12087         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12088         (set_document_page), (document_changed_callback),
12089         (ev_view_set_document), (ev_view_find_previous),
12090         (ev_view_hide_cursor), (ev_view_show_cursor):
12091         * shell/ev-view.h:
12092         * shell/ev-window.c: (update_chrome_visibility),
12093         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12094         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12095         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12096         (ev_window_unfullscreen):
12097         * shell/main.c: (main):
12098
12099         Automatically hide the fullscreen button.
12100         Patch by Kristian Høgsberg <krh@redhat.com>
12101
12102 2005-02-16  Vincent Noel  <vnoel@cox.net>
12103
12104         * shell/main.c (main): Specify an icon for the window. Patch by
12105         Jaap A. Haitsma. Fixes #166177.
12106
12107 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12108
12109         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12110
12111 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12112
12113         * backend/ev-document-misc.h:
12114         * backend/ev-document-misc.c:
12115         (ev_document_misc_get_page_border_size),
12116         (ev_document_misc_paint_one_page): New function to canonicalize
12117         sizing/painting a border.
12118
12119         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12120         used.
12121
12122         * pdf/xpdf/pdf-document.cc: use new function
12123
12124         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12125         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12126         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12127         shell/ev-window.c: (update_sizing_buttons),
12128         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12129         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12130         (ev_window_cmd_view_page_width), (size_allocate_cb),
12131         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12132         and "fit width" values act as toggle buttons so they stay
12133         toggled.  It's not 100% perfect, and it's a little slow, but it's
12134         good enough to commit I think.
12135
12136 2005-02-15  David Lodge  <dave@cirt.net>
12137
12138         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12139
12140 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12141
12142         * shell/ev-window.c (update_window_title): replace newlines in
12143         the title by spaces. Bug #166107.
12144
12145 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12146
12147         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12148         parameters providing allocation width and height without
12149         scrollbars and width of a possible vertical scrollbar. With this
12150         additional information the functions can work as
12151         intended. Unfortunately they're not idempotent. We should
12152         transform these commands to toggles. Fixes Bug #164976
12153         Initial patch by Stephane Loeuillet, then heavily modified.
12154
12155         * shell/ev-view.h: update prototypes.
12156
12157         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12158         (ev_window_cmd_view_page_width): provide EvView fit functions with
12159         all the information they need. Formulas to calculate this
12160         information taken from GtkScrolledWindow.
12161
12162 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12163
12164         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12165         created a thumbnail, the list store is updated to know
12166         that the thumbnail is set. Fixes bug #166792
12167
12168 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12169
12170         * shell/ev-window.c: fixed typo, closes bug 166897
12171
12172         * TODO: updated TODO with bug numbers that are relevant
12173
12174 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12175
12176         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12177
12178 2005-02-09  Vincent Noel  <vnoel@cox.net>
12179
12180         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12181         and "Next" toolbar buttons as important to make them stand out.
12182
12183 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12184
12185         * lib/ev-debug.c:
12186         * lib/ev-debug.h:
12187         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12188         (start_interpreter), (stop_interpreter), (document_load),
12189         (ps_document_next_page), (ps_document_goto_page),
12190         (ps_document_set_page_size), (ps_document_widget_event),
12191         (ps_document_render):
12192         * shell/ev-page-view.c: (ev_page_view_dispose):
12193         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12194
12195         Fix compilation on non-gcc platforms
12196
12197 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12198
12199         * NEWS:
12200         * configure.ac:
12201
12202         Release 0.1.4
12203
12204         * pdf/xpdf/Catalog.cc:
12205         * pdf/xpdf/XRef.cc:
12206
12207         Fix the fix for CAN-2004-0888
12208
12209 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12210
12211         * data/Makefile.am:
12212         * data/evince-ui.xml:
12213         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12214         * shell/ev-stock-icons.h:
12215         * shell/ev-window.c: (update_action_sensitivity),
12216         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12217         (set_action_properties):
12218
12219         Improve toolbar layout/icons
12220
12221 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12222
12223         * pdf/xpdf/pdf-document.cc:
12224
12225         Add warnings about unimplemented/unknown link
12226         types.
12227
12228 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * ps/ps-document.c: (set_up_page):
12231
12232         Log gs property
12233
12234 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * ps/ps-document.c: (start_interpreter):
12237
12238         Log gs env var
12239
12240 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12241
12242         * shell/ev-page-view.c: (ev_page_view_dispose):
12243         * shell/ev-view.c: (ev_view_finalize):
12244         * shell/ev-window.c: (ev_window_setup_document),
12245         (ev_window_dispose), (ev_window_init):
12246
12247         Solve more refs issues.
12248
12249         I commented out the page_view initialization for now:
12250         it was never destroyed (because it's never added
12251         to a container). Because of that we was leaking
12252         gs processes. Couldnt think to a clean fix.
12253         We need to figure this out, password view has the
12254         same issue probably.
12255
12256 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * ps/ps-document.c: (ps_document_finalize),
12259         (ps_document_get_n_pages), (ps_document_get_page):
12260
12261         Some cleanups, stop the interpreter on finalize
12262
12263         * shell/ev-page-view.c: (ev_page_view_dispose),
12264         (ev_page_view_class_init):
12265
12266         Release our reference on the document
12267
12268 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12269
12270         * Makefile.am:
12271         * configure.ac:
12272         * doc/debugging.txt:
12273         * lib/.cvsignore:
12274         * lib/Makefile.am:
12275         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12276         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12277         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12278         * lib/ev-debug.h:
12279
12280         Add debugging helpers
12281
12282         * ps/Makefile.am:
12283         * ps/ps-document.c: (set_up_page), (start_interpreter),
12284         (stop_interpreter), (document_load), (ps_document_next_page),
12285         (ps_document_goto_page), (ps_document_set_page_size),
12286         (ps_document_widget_event), (ps_document_render):
12287         * shell/Makefile.am:
12288         * shell/ev-view.c: (expose_bin_window):
12289         * shell/main.c: (main):
12290
12291         Add some logs
12292         
12293 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * ps/ps-document.c: (ps_document_widget_event):
12296
12297         Initialize message_window, this should make ps
12298         rendering really work! (Never noticed because I was
12299         testing with a ps that is causing gs to exit every time!)
12300
12301 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12302
12303         * data/evince.schemas.in: updated simple error in applyto closing tag
12304
12305 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12306
12307         * Makefile.am:
12308         * configure.ac:
12309         * data/.cvsignore:
12310         * data/Makefile.am:
12311         * data/evince-ui.xml:
12312         A data/evince.schemas.in:
12313         * po/POTFILES.in:
12314         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12315         * shell/ev-stock-icons.h:
12316         * shell/ev-window.c: (update_chrome_visibility),
12317         (update_chrome_flag), (ev_window_cmd_edit_find),
12318         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12319         (ev_window_unfullscreen), (ev_window_focus_in_event),
12320         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12321         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12322         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12323         (ev_window_dispose), (ev_window_class_init),
12324         (set_action_properties), (set_chrome_actions), (load_chrome),
12325         (ev_window_init):
12326
12327         Implement fullscreen mode changes from bug #164776.
12328         Also implement persistent chrome toggles.
12329
12330 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12331
12332         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12333
12334 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12335
12336         * NEWS:
12337         * configure.ac:
12338         * shell/ev-view.c:
12339
12340         Add another check for find interface
12341
12342         Release 0.1.3
12343
12344 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12345
12346         * shell/ev-application.c: (ev_application_open):
12347         * shell/ev-window.c: (ev_window_open):
12348
12349         Open gzipped ps documents
12350
12351 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * TODO:
12354         * shell/ev-view.c: (set_document_page):
12355
12356         Clamp page number, dont try to move to
12357         not existant pages.
12358
12359 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * backend/ev-document-find.c: (ev_document_find_changed):
12362         * backend/ev-document-find.h:
12363         * pdf/xpdf/pdf-document.cc:
12364         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12365         * shell/ev-window.c: (find_bar_search_changed_cb):
12366
12367         Fix several bugs with find
12368
12369 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12370
12371         * shell/ev-sidebar-thumbnails.c
12372         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12373         document. Prevents warning from scroll_to_cell.
12374
12375 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12376
12377         * configure.ac: Add «nb» to ALL_LINGUAS too.
12378
12379 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12380
12381         * NOTES: New file with some random thoughts.
12382
12383         * TODO: Update.
12384
12385         * backend/ev-document-misc.c:
12386         (ev_document_misc_get_page_border_size): New function to
12387         canonicalize shadow drawing sizes.  Possibly goofy.
12388
12389         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12390         (ev_view_best_fit), (ev_view_fit_width):
12391         * pdf/xpdf/pdf-document.cc:
12392         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12393         * ps/ps-document.c: (ps_document_get_page_size):
12394         * backend/ev-document-misc.h:
12395         * backend/ev-document.c: (ev_document_get_page_size):
12396         * backend/ev-document.h: get_page_size now takes a page number
12397         parameter.  Made all the backends/frontends honor it.
12398
12399         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12400         see.  Doesn't work yet.
12401
12402         * shell/Makefile.am:
12403         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12404         Doesn't do anything yet.
12405
12406         * shell/ev-sidebar-thumbnails.c:
12407         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12408         [0..n_pages-1]
12409
12410         * shell/ev-window.c: (update_action_sensitivity),
12411         (ev_window_setup_document), (ev_window_set_page_mode),
12412         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12413         view-swapping code a bit so we can have multiple views on a
12414         document.  Add the multi-page view, though it can't be turned on
12415         yet.
12416
12417 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12418
12419         * shell/ev-application.c: (ev_application_open):
12420         * shell/ev-view.c: (expose_bin_window):
12421         * shell/ev-window.c: (ev_window_open):
12422
12423         Support eps and check document supports find
12424         before drawing highlightings in expose.
12425
12426 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12427
12428         * pixbuf/pixbuf-document.c:
12429         (pixbuf_document_thumbnails_get_dimensions),
12430         (pixbuf_document_document_thumbnails_iface_init):
12431
12432         implement get_dimensions
12433
12434 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12435
12436         * NEWS:
12437         * configure.ac:
12438
12439         Release 0.1.2
12440
12441 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * shell/ev-view.c: (set_document_page):
12444
12445         Scroll at the top of the page when changing page
12446
12447 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12448
12449         * shell/ev-view.c: (ev_view_motion_notify_event):
12450
12451         Do not redraw unnecessarily
12452
12453 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12454
12455         * pdf/xpdf/pdf-document.cc:
12456         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12457         (expose_bin_window), (find_changed_cb):
12458
12459         Yay! find works now... Now to find bugs...
12460
12461 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * backend/ev-document-find.c: (ev_document_find_base_init),
12464         (ev_document_find_changed):
12465         * backend/ev-document-find.h:
12466         * pdf/xpdf/pdf-document.cc:
12467         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12468         (expose_bin_window), (ev_view_init), (set_document_page),
12469         (ensure_rectangle_is_visible), (jump_to_find_result),
12470         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12471         (ev_view_find_next), (ev_view_find_previous):
12472         * shell/ev-view.h:
12473         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12474
12475         More work on find implementation, mostly there now
12476
12477 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12478
12479         * backend/ev-backend-marshalers.list:
12480         * backend/ev-document-find.c: (ev_document_find_base_init),
12481         (ev_document_find_cancel), (ev_document_find_page_has_results),
12482         (ev_document_find_get_n_results), (ev_document_find_get_result),
12483         (ev_document_find_get_progress), (ev_document_find_changed):
12484         * backend/ev-document-find.h:
12485
12486         Enanche the find interface to be really able to do
12487         multi page find.
12488
12489         * pdf/xpdf/pdf-document.cc:
12490
12491         Implement
12492
12493         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12494         (expose_bin_window), (ev_view_init),
12495         (ev_view_get_find_status_message), (find_changed_cb),
12496         (ev_view_set_document), (set_document_page):
12497
12498         Adapt to the new interface. A few things are regressed sorry,
12499         I will finish it soon.
12500
12501 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12502
12503         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12504         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12505         ev_sidebar_thumbnails_parent_class variable, don't define another
12506         parent_class variable.
12507
12508         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12509         (ev_page_action_class_init): ditto.
12510
12511         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12512         (pixbuf_document_class_init): ditto.
12513
12514         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12515         ditto.
12516
12517         * .cvsignore: ignore various valgrind output files.
12518
12519 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12520
12521         * data/evince-ui.xml:
12522         * shell/Makefile.am:
12523         * shell/ev-history.c:
12524         * shell/ev-history.h:
12525         * shell/ev-navigation-action.c:
12526         * shell/ev-navigation-action.h:
12527         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12528         (ev_view_set_page), (ev_view_fit_width):
12529         * shell/ev-view.h:
12530         * shell/ev-window.c: (update_action_sensitivity),
12531         (ev_window_setup_document), (register_custom_actions):
12532
12533         Kill session history
12534
12535 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12536
12537         * shell/ev-window.c: (update_action_sensitivity):
12538
12539         Fix inverted up/down buttons
12540
12541 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12542
12543         * shell/ev-sidebar-thumbnails.c
12544         (ev_sidebar_thumbnails_select_page): make sure the selected
12545         thumbnail stays visible.
12546
12547 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12548
12549         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12550         scrolled window for Federico.
12551
12552 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12553
12554         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12555
12556 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * configure.ac:
12559         * pdf/splash/SplashFTFontEngine.cc:
12560
12561         Fix CID fonts with freetype 2.1.9
12562
12563 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12564
12565         * TODO: added item for desktop icon thumbnailer
12566
12567 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12568
12569         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12570         unloaded docs when the title is accessed.
12571
12572         * shell/ev-password-view.[hc]: New widget for displaying password
12573         state.
12574
12575         * shell/ev-window.[ch]: Refactor password handling code to handle
12576         the new view.
12577
12578 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * NEWS:
12581         * configure.ac:
12582         * data/Makefile.am:
12583
12584         Release 0.1.1
12585
12586 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12587
12588         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12589         ignore page offset here, to make search results independent of it,
12590
12591         * shell/ev-view.c (expose_bin_window): but take offsets into
12592         account here. Bug #164932
12593
12594         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12595         scale at the right time. Bug #164996
12596
12597 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12598
12599         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12600         fix the problem. Now I just removed the Adobe font names and hope
12601         that the URW fonts are always in outline format. Bug #164934
12602
12603         * shell/ev-window.c (update_window_title): empty titles are
12604         useless, use filename in that case too.
12605
12606         * NEWS: Add some content.
12607
12608 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12609
12610         * TODO: added one more TODO item and a TODONE section :)
12611
12612 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12613
12614         * ps/ps-document.h: add page_[xy]_offset fields.
12615
12616         * ps/ps-document.c (ps_document_set_page_offset)
12617         (ps_document_render): Keep offset in consideration in a few
12618         places. Bug #164752 "postscript documents are not centered in
12619         window"
12620
12621         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12622         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12623
12624         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12625         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12626         stub out missing methods for complete EvDocument implementation.
12627         Fixes segfaults with Save A Copy and Copy actions.
12628
12629         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12630         (ps_document_document_iface_init): ditto.
12631         
12632 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         * data/.cvsignore:
12635         * data/Makefile.am:
12636         * data/evince.desktop.in:
12637
12638         Add desktop file
12639
12640 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * shell/ev-view.c: (ev_view_button_press_event),
12643         (ev_view_motion_notify_event):
12644
12645         Make selection work in any direction
12646
12647 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * TODO:
12650         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12651
12652         Use shorter labels for some of the toolbars items
12653
12654 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * pdf/xpdf/pdf-document.cc:
12657
12658         Check the links info is initialized before
12659         using it. Should fix a crash on startup.
12660
12661 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12662
12663         * pixbuf/pixbuf-document.c
12664         (pixbuf_document_thumbnails_get_dimensions): force floating point
12665         division to calculate page_ratio. Fixes crash with landscape
12666         format pixbufs.
12667
12668 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12669
12670         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12671
12672 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12673
12674         * shell/ev-view.c (set_document_page): unset has_selection when
12675         the page changes.
12676         (set_document_page): handle paper size changes when the page
12677         changes (test with Free Culture, page 2).
12678
12679 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12680
12681         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12682         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12683
12684         Use normal style color for the widget background and
12685         draw a black box around the page.
12686
12687 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12688
12689         * pdf/xpdf/pdf-document.cc:
12690
12691         Keep offset in consideration in a few places
12692
12693         * shell/ev-view.c: (expose_bin_window):
12694
12695         Set the offsets so that the document is ever centered
12696
12697 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12698
12699         * TODO: Added TODO items and finished off the first todo item
12700
12701         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12702         reflect current authors
12703
12704 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12705
12706         * pdf/xpdf/pdf-document.cc:
12707         * shell/ev-view.c: (ev_view_set_cursor),
12708         (ev_view_motion_notify_event), (document_changed_callback),
12709         (set_document_page):
12710
12711         Show a wait cursor while the page is rendering
12712
12713 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12714
12715         * shell/ev-sidebar-thumbnails.c:
12716         (ev_sidebar_tree_selection_changed),
12717         (ev_sidebar_thumbnails_select_page):
12718         * shell/ev-sidebar-thumbnails.h:
12719         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12720         (ev_view_can_go_forward):
12721         * shell/ev-window.c: (ev_window_open_page),
12722         (ev_window_setup_document), (update_current_page),
12723         (view_page_changed_cb), (ev_window_init):
12724         * shell/ev-window.h:
12725
12726         Ensure thumbnails selection, toolbar page control and
12727         current page are in sync.
12728
12729 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * pdf/xpdf/XRef.cc:
12732
12733         Fix CAN-2005-0064
12734
12735 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12736
12737         * backend/Makefile.am:
12738         * backend/ev-document-links.h:
12739         * backend/ev-document-security.c: (ev_document_security_get_type),
12740         (ev_document_security_has_document_security),
12741         (ev_document_security_set_password):
12742         * backend/ev-document-security.h:
12743         * backend/ev-document.c: (ev_document_error_quark):
12744         * backend/ev-document.h:
12745         * data/Makefile.am:
12746         * data/evince-password.glade:
12747         * pdf/xpdf/pdf-document.cc:
12748         * shell/Makefile.am:
12749         * shell/ev-password.c: (ev_password_set_bad_password_label),
12750         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12751         (ev_password_dialog_get_password),
12752         (ev_password_dialog_set_bad_pass):
12753         * shell/ev-password.h:
12754         * shell/ev-window.c: (ev_window_get_attribute),
12755         (ev_window_set_property), (update_action_sensitivity),
12756         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12757         (ev_window_setup_document), (ev_window_get_password),
12758         (ev_window_open), (ev_window_cmd_save_as),
12759         (using_postscript_printer), (ev_window_print),
12760         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12761         (update_fullscreen_popup), (ev_window_fullscreen),
12762         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12763         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12764         (menu_item_select_cb), (find_bar_search_changed_cb),
12765         (ev_window_dispose), (ev_window_init):
12766
12767         Add initial support for password-supported dialogs.  This could be
12768         a lot cooler, but it'll do for now.
12769
12770 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * pdf/xpdf/pdf-document.cc:
12773         * shell/ev-view.c: (status_message_from_link),
12774         (ev_view_set_status), (ev_view_set_cursor),
12775         (ev_view_motion_notify_event), (ev_view_init):
12776         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12777
12778         Fix bugs in the links implementation and change cursor
12779         when hovering a link.
12780
12781 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12782
12783         * viewer/.cvsignore: added cvsignore file for viewer directory
12784
12785         * TODO: created TODO document
12786
12787 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12788
12789         * shell/ev-view.h:
12790         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12791         new functions to help with implementation of sensitivity code
12792         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12793         of all actions that might require it.  Fixes a crash when you
12794         click on the Zoom actions in a window lacking a document.
12795
12796 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12797
12798         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12799         of the Find action
12800
12801 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12804         (pixbuf_document_document_iface_init):
12805         * ps/ps-document.c: (ps_document_get_link),
12806         (ps_document_document_iface_init):
12807         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12808         (status_message_from_link), (ev_view_set_status),
12809         (ev_view_set_find_status), (ev_view_motion_notify_event),
12810         (ev_view_button_release_event), (ev_view_set_property),
12811         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12812         (ev_view_get_find_status_message), (update_find_results),
12813         (ev_view_get_status), (ev_view_get_find_status):
12814         * shell/ev-view.h:
12815         * shell/ev-window.c: (view_status_changed_cb),
12816         (view_find_status_changed_cb), (ev_window_init):
12817
12818         View status message support, use it to show the links.
12819         Needs work...
12820
12821 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * backend/ev-document.c: (ev_document_get_link):
12824         * backend/ev-document.h:
12825         * pdf/xpdf/pdf-document.cc:
12826         * shell/ev-application.c: (ev_application_open):
12827         * shell/ev-application.h:
12828         * shell/ev-sidebar-links.c: (selection_changed_cb):
12829         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12830         (ev_view_go_to_link):
12831
12832         Add support for document links
12833
12834 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12835
12836         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12837         (create_tool_item):
12838         Set the spin button limits correctly.
12839         
12840         * shell/ev-sidebar-thumbnails.c:
12841         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12842         Support changing pages by clicking on the thumbnails.
12843         
12844 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12845
12846         * pixbuf/pixbuf-document.c:
12847         (pixbuf_document_thumbnails_get_dimensions),
12848         (pixbuf_document_document_thumbnails_iface_init):
12849
12850         implement get_dimensions
12851
12852 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * ps/ps-document.c: (ps_document_goto_page):
12855
12856         Fix page switching on multipage documents
12857
12858 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12859
12860         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12861         
12862         check for NULL before assigning to width and height parameters
12863
12864 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12865
12866         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12867         (pixbuf_document_set_property), (pixbuf_document_get_property):
12868
12869         implement get/set properties
12870
12871 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12872
12873         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12874         
12875         return NULL instead of "Unknown", letting the title get set to
12876         the filename when the pdf has no title.
12877
12878 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12879
12880         * ps/ps-document.c: (ps_document_get_page_count),
12881         (ps_document_goto_page):
12882
12883 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * shell/ev-history.c: (ev_history_get_property),
12886         (ev_history_set_property), (ev_history_class_init),
12887         (ev_history_add_page), (ev_history_set_current_index):
12888         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12889         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12890         (ev_navigation_action_finalize):
12891         * shell/ev-navigation-action.h:
12892         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12893         (ev_view_go_forward), (ev_view_get_find_status_message),
12894         (history_index_changed_cb), (ev_view_set_history):
12895         * shell/ev-view.h:
12896         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12897         (update_current_page), (register_custom_actions):
12898
12899         Implement history dropdowns
12900
12901 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12904         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12905         (ev_view_go_forward):
12906         * shell/ev-window.c: (register_custom_actions):
12907
12908         Fix several history bugs
12909
12910 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12911
12912         * configure.ac: Add «nb» to ALL_LINGUAS.
12913
12914 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12915
12916         * backend/Makefile.am:
12917         * backend/ev-bookmark.c:
12918         * backend/ev-bookmark.h:
12919         * backend/ev-document-bookmarks.c:
12920         * backend/ev-document-bookmarks.h:
12921         * backend/ev-document-links.c: (ev_document_links_get_type),
12922         (ev_document_links_has_document_links),
12923         (ev_document_links_begin_read), (ev_document_links_get_link),
12924         (ev_document_links_get_child), (ev_document_links_next),
12925         (ev_document_links_free_iter):
12926         * backend/ev-document-links.h:
12927         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12928         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12929         (ev_link_get_link_type), (ev_link_set_link_type),
12930         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12931         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12932         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12933         (ev_link_new_external):
12934         * backend/ev-link.h:
12935         * pdf/xpdf/pdf-document.cc:
12936         * shell/Makefile.am:
12937         * shell/ev-application.c: (ev_application_open_link):
12938         * shell/ev-application.h:
12939         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12940         (ev_history_get_link_nth):
12941         * shell/ev-history.h:
12942         * shell/ev-sidebar-bookmarks.c:
12943         * shell/ev-sidebar-bookmarks.h:
12944         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12945         (ev_sidebar_links_class_init), (selection_changed_cb),
12946         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12947         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12948         (do_one_iteration), (populate_links_idle),
12949         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12950         * shell/ev-sidebar-links.h:
12951         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12952         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12953         (go_to_index):
12954         * shell/ev-view.h:
12955         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12956         * shell/ev-window.h:
12957
12958         Rename bookmark to link, and use "Index" for the sidebar panel.
12959
12960 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12961
12962         * shell/Makefile.am:
12963         * shell/ev-application.c: (ev_application_open_bookmark):
12964         * shell/ev-application.h:
12965         * shell/ev-history.c: (ev_history_init), (free_links_list),
12966         (ev_history_finalize), (ev_history_class_init),
12967         (ev_history_add_link), (ev_history_add_page),
12968         (ev_history_get_link_nth), (ev_history_get_n_links),
12969         (ev_history_get_current_index), (ev_history_set_current_index),
12970         (ev_history_new):
12971         * shell/ev-history.h:
12972         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12973         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12974         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12975         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12976         (ev_view_set_page):
12977         * shell/ev-view.h:
12978         * shell/ev-window.c: (ev_window_open_bookmark),
12979         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12980         (goto_page_cb), (register_custom_actions):
12981         * shell/ev-window.h:
12982
12983         Initial history implementation. Needs work.
12984
12985 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12986
12987         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12988
12989 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12990
12991         * cut-n-paste/recent-files/egg-recent-item.c:
12992         * cut-n-paste/recent-files/egg-recent-item.h:
12993         * cut-n-paste/recent-files/egg-recent-model.c:
12994         * cut-n-paste/recent-files/egg-recent-util.c:
12995         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12996         * cut-n-paste/recent-files/egg-recent-view.c:
12997
12998         Update
12999
13000 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
13001
13002         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
13003         (fillGlyph, fillImageMask, drawImage):
13004         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
13005         pdf/splash/SplashTypes.h:
13006         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
13007         packed mode for Splash.
13008
13009         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13010         RGB8 packed mode, eliminates the pixbuf data creation loop.
13011
13012         * shell/ev-print-job.c (ev_print_job_finalize)
13013         (ev_print_job_set_property, ev_print_job_get_property)
13014         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13015         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13016         (print_closure_finalize, ev_print_job_print): implement
13017         printing (for backends with EvPsExporter)
13018
13019         * shell/ev_print_job.h: update prototypes.
13020
13021         * shell/ev-window.c (ev_window_print): unref print job after
13022         printing.
13023
13024         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13025         unless the document implements the EvDocumentFind interface.
13026
13027 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13028
13029         * configure.ac: Added ja to ALL_LINGUAS.
13030
13031 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13032
13033         * pdf/xpdf/pdf-document.cc:
13034
13035         add a FIXME. We should probably not allocate
13036         a bookmark object every time
13037
13038 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13039
13040         * shell/ev-application.c: (ev_application_open),
13041         (ev_application_open_bookmark):
13042         * shell/ev-application.h:
13043         
13044         Add a way to open bookmarks
13045
13046         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13047         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13048         (ev_bookmark_set_property), (ev_bookmark_class_init),
13049         (ev_bookmark_new_title), (ev_bookmark_new_link),
13050         (ev_bookmark_new_external):
13051
13052         Support for external uris, better constructors.
13053
13054         * backend/ev-bookmark.h:
13055         * pdf/xpdf/pdf-document.cc:
13056         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13057
13058         Handle external uris
13059
13060 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13061
13062         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13063         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13064
13065         Hook up bookmarks navigation
13066
13067 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * backend/Makefile.am:
13070         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13071         (ev_bookmark_get_title), (ev_bookmark_set_title),
13072         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13073         (ev_bookmark_get_page), (ev_bookmark_set_page),
13074         (ev_bookmark_get_property), (ev_bookmark_set_property),
13075         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13076         (ev_bookmark_new):
13077         * backend/ev-bookmark.h:
13078         * backend/ev-document-bookmarks.c:
13079         (ev_document_bookmarks_get_bookmark):
13080         * backend/ev-document-bookmarks.h:
13081         * pdf/xpdf/pdf-document.cc:
13082         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13083
13084         Add a bookmark object to the backend and use it instead of get_values
13085
13086 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13087
13088         * data/evince-ui.xml:
13089
13090         Cleanup and add select all.
13091
13092         * shell/ev-view.c: (ev_view_select_all),
13093         (ev_view_button_press_event):
13094         * shell/ev-view.h:
13095         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13096
13097         Add select all.
13098         Clear selection on click.
13099
13100 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13101
13102         * shell/ev-sidebar-thumbnails.c
13103         (ev_sidebar_thumbnails_set_document): forgot to unref the
13104         loading_icon.
13105
13106 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13107
13108         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13109         at the visible page, not just linearly.  This makes it look fast.
13110
13111 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13112
13113         * backend/ev-document-misc.c
13114         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13115         white.
13116         * backend/ev-document-thumbnails.h: New interface to get the size
13117         of a page.
13118
13119 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13120
13121         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13122         make dist works
13123
13124 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13125
13126         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13127         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13128         things up a bit.
13129
13130         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13131
13132 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13133
13134         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13135         fonts. Should fix font problems on systems that have the base
13136         fonts in bitmap format. Reported by James Henstridge
13137         <james@jamesh.id.au>.
13138
13139 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13140
13141         * pdf/xpdf/Gfx.cc:
13142         * pdf/xpdf/GfxState.cc:
13143
13144         Fix for CAN-2004-1125
13145
13146 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * shell/ev-view.c: (ev_view_copy):
13149         * shell/ev-view.h:
13150         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13151
13152         Implement Edit->Copy
13153
13154 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13155
13156         * backend/ev-document.c: (ev_document_get_text):
13157         * backend/ev-document.h:
13158         * pdf/xpdf/pdf-document.cc:
13159         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13160         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13161         (ev_view_update_primary_selection), (ev_view_button_press_event),
13162         (ev_view_motion_notify_event), (ev_view_button_release_event):
13163
13164         Beginnings of clipboard support. Incomplete but primary sort
13165         of work.
13166
13167 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13168
13169         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13170         (expose_bin_window):
13171
13172         Nicer rubberband drawing, from GtkIconView.
13173
13174 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13175
13176         * backend/ev-document.c: (ev_document_save):
13177         * backend/ev-document.h:
13178         * data/evince-ui.xml:
13179         * pdf/xpdf/pdf-document.cc:
13180         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13181
13182         Implement "Save a copy..." menu item
13183
13184 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * shell/ev-view.c: (ev_view_zoom):
13187
13188         Queue a resize when zoom changes
13189
13190 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13191
13192         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13193         shadows.
13194
13195         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13196         thumbnails..
13197
13198 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13199
13200         * pdf/xpdf/pdf-document.cc
13201         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13202
13203 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13204
13205         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13206         It's slow, but I'll speed it up next!
13207
13208 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13209
13210         * shell/main.c (load_files):
13211
13212         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13213         from the command line and because it seems more appropriate.
13214
13215 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * data/evince-ui.xml:
13218         * shell/ev-window.c: (update_action_sensitivity),
13219         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13220
13221         s/next page/page down
13222         s/previous page/page up
13223
13224 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * data/evince-ui.xml:
13227
13228         Change the layout to match clarkbw design.
13229
13230         * shell/Makefile.am:
13231         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13232         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13233         (ev_navigation_action_finalize),
13234         (ev_navigation_action_set_property),
13235         (ev_navigation_action_get_property),
13236         (ev_navigation_action_class_init):
13237         * shell/ev-navigation-action.h:
13238
13239         Implement clarkbw toolbar navigation controls (incomplete)
13240
13241         * shell/ev-page-action.c: (update_label), (update_spin),
13242         (value_changed_cb), (create_tool_item), (connect_proxy),
13243         (ev_page_action_init), (ev_page_action_finalize),
13244         (ev_page_action_set_property), (ev_page_action_get_property),
13245         (ev_page_action_set_current_page),
13246         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13247         * shell/ev-page-action.h:
13248
13249         Implement a page switcher in the toolbar
13250
13251         * shell/ev-view.c: (ev_view_scroll_view):
13252         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13253         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13254         (register_custom_actions), (ev_window_init):
13255
13256         Change page on PageUp/Down.
13257
13258 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13259
13260         * pdf/xpdf/pdf-document.cc
13261         (pdf_document_thumbnails_get_thumbnail): initial stab at
13262         implementing thumbnail support for pdfs.  It only does documents
13263         with precached pdfs now.
13264
13265 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13268         thumbnail code into a time-based idle as well.  Also, turn off the
13269         shadow temporarily as it's really slow.
13270
13271 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13272
13273         * backend/ev-document.c: (ev_document_class_init):
13274         * pdf/xpdf/pdf-document.cc:
13275         * shell/ev-window.c: (ev_window_open):
13276
13277         Fix document title bugs and fallback to
13278         filename when not available.
13279
13280 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * backend/ev-document.c: (ev_document_get_type),
13283         (ev_document_class_init), (ev_document_load),
13284         (ev_document_get_title):
13285         * backend/ev-document.h:
13286         * pdf/xpdf/pdf-document.cc:
13287         * ps/ps-document.c: (ps_document_set_property),
13288         (ps_document_get_property), (ps_document_class_init),
13289         (document_load):
13290         * ps/ps-document.h:
13291         * ps/ps.h:
13292         * shell/ev-window.c: (update_window_title), (ev_window_open),
13293         (ev_window_init):
13294
13295         Initial support for document title. Not working yet.
13296
13297 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13300
13301         Grab focus on the view when clicking it
13302
13303 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13304
13305         * shell/ev-marshal.list:
13306         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13307         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13308
13309         Add key bindings to the view. Now if the focus would work
13310         right...
13311
13312 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * Makefile.am:
13315         * backend/Makefile.am:
13316         * data/Makefile.am:
13317         * dvi/Makefile.am:
13318         * dvi/dvilib/Makefile.am:
13319         * pdf/xpdf/Makefile.am:
13320         * po/POTFILES.in:
13321         * ps/Makefile.am:
13322
13323         Fix distcheck
13324
13325 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13326
13327         * shell/ev-view.c: (ev_view_realize):
13328
13329         Fix mouse wheel scrolling
13330
13331 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * ps/Makefile.am:
13334         * ps/gstypes.h:
13335         * ps/gtkgs.c:
13336         * ps/gtkgs.h:
13337         * ps/ps-document.c: (catchPipe), (ps_document_init),
13338         (ps_document_class_init), (ps_document_cleanup),
13339         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13340         (set_up_page), (close_pipe), (is_interpreter_ready),
13341         (interpreter_failed), (output), (input), (start_interpreter),
13342         (stop_interpreter), (file_length), (file_readable),
13343         (check_filecompressed), (check_pdf), (compute_xdpi),
13344         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13345         (ps_document_get_type), (ps_document_emit_error_msg),
13346         (document_load), (ps_document_next_page),
13347         (ps_document_get_current_page), (ps_document_get_page_count),
13348         (ps_document_goto_page), (ps_document_set_page_size),
13349         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13350         (ps_document_load), (ps_document_get_n_pages),
13351         (ps_document_set_page), (ps_document_get_page),
13352         (ps_document_widget_event), (ps_document_set_target),
13353         (ps_document_set_scale), (ps_document_set_page_offset),
13354         (ps_document_get_page_size), (ps_document_render),
13355         (ps_document_document_iface_init):
13356         * ps/ps-document.h:
13357         * ps/ps.c:
13358         * shell/ev-window.c: (ev_window_open):
13359
13360         Rename GtkGS to PSDocument
13361
13362 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13363
13364         * ps/gtkgs.c: (gtk_gs_class_init):
13365         * ps/gtkgs.h:
13366
13367         Some more leftover...
13368
13369 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13370
13371         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13372         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13373         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13374         * ps/gtkgs.h:
13375
13376         Remove unused code and make a lot of stuff private
13377
13378 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13381         (gtk_gs_defaults_changed):
13382         * ps/gsdefaults.h:
13383         * ps/gtkgs.c:
13384         * ps/gtkgs.h:
13385         * ps/ps.h:
13386
13387         Cleanup headers dependencies
13388
13389 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * ps/Makefile.am:
13392         * ps/ggvutils.c:
13393         * ps/ggvutils.h:
13394         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13395         * ps/gsdefaults.h:
13396         * ps/gtkgs.c: (file_length), (file_readable),
13397         (check_filecompressed), (check_pdf), (gtk_gs_load),
13398         (gtk_gs_get_postscript):
13399
13400         Get rid of ggvutils
13401
13402 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13403
13404         * ps/ggvutils.c:
13405         * ps/ggvutils.h:
13406         * ps/gsio.h:
13407         * ps/gtkgs.c: (gtk_gs_set_zoom):
13408
13409         Cleanups
13410
13411 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13412
13413         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13414
13415         Ensure the page is rerendered when changing zoom
13416
13417 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13418
13419         * backend/ev-document.c: (ev_document_base_init),
13420         (ev_document_changed):
13421         * backend/ev-document.h:
13422
13423         Add a changed event that is emitted when the page content
13424         changes. This is necessary to deal with the fact that
13425         in ps backend rendering happen asycrounously.
13426         This makes the ps backend mostly work.
13427
13428         * pdf/xpdf/pdf-document.cc:
13429
13430         Emit changed event
13431
13432         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13433         (ps_document_set_target):
13434
13435         Emit changed event
13436
13437         * shell/ev-view.c: (document_changed_callback),
13438         (ev_view_set_document), (ev_view_set_page):
13439
13440         Redraw on the changed signal
13441
13442 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13443
13444         * configure.ac: Added pt_BR to ALL_LINGUAS.
13445
13446 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13447
13448         * backend/ev-document-bookmarks.c:
13449         (ev_document_bookmarks_get_child): *
13450         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13451         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13452         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13453         (ev_sidebar_bookmarks_destroy),
13454         (ev_sidebar_bookmarks_class_init),
13455         (ev_sidebar_bookmarks_construct), (stack_data_free),
13456         (do_one_iteration), (populate_bookmarks_idle),
13457         (ev_sidebar_bookmarks_clear_document),
13458         (ev_sidebar_bookmarks_set_document): *
13459         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13460         (ev_sidebar_add_page),
13461         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13462         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13463         it displays both the topics and the page numbers.
13464
13465 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13466
13467         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13468         toggle.
13469         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13470         visible.
13471
13472 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13473
13474         * configure.ac: Added en_CA to ALL_LINGUAS.
13475
13476 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13477
13478         * ChangeLog: replace bottom of this ChangeLog (merged history of
13479         ggv and gpdf; where all paths were wrong and most of the files are
13480         not even in this tree) with ChangeLog (from arch) of the shell
13481         code.
13482
13483 2004-12-23  Havoc Pennington  <hp@redhat.com>
13484
13485         * shell/ev-window.c: hook up potentially-questionable "find
13486         results status text" feature - something involving the sidebar or
13487         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13488         might be better in the end.
13489
13490         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13491         with corresponding signal when it should be updated
13492
13493         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13494
13495 2004-12-22  Havoc Pennington  <hp@redhat.com>
13496
13497         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13498         find stuff on other pages, sort of (only returns one result on
13499         invisible pages, to show they have results; updates full results
13500         for a page when you view it). Currently repaints the current page
13501         every time a new result is found on any page, which isn't so nice.
13502
13503 2004-12-22  Havoc Pennington  <hp@redhat.com>
13504
13505         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13506         the document doesn't support find (better ideas?)
13507         (find_bar_search_changed_cb): handle missing document or document
13508         that doesn't support find
13509
13510         * pdf/xpdf/pdf-document.cc: port to implement the new
13511         EvDocumentFindIface
13512
13513         * backend/ev-document-find.c: create a new interface for searching
13514
13515         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13516
13517 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13518
13519         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13520         libevbackend.la.
13521
13522         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13523         EvPrintJob constructor arguments.
13524
13525         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13526         for documents that can export PostScript (page by page).
13527
13528         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13529         
13530         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13531         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13532         (pdf_document_ps_exporter_iface_init:
13533         Implement EvPSExporter.
13534
13535         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13536
13537 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13538
13539         * backend/Makefile.am:
13540         * backend/ev-document-thumbnails.c:
13541         (ev_document_thumbnails_get_type),
13542         (ev_document_thumbnails_get_thumbnail):
13543         * backend/ev-document-thumbnails.h:
13544         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13545         (pixbuf_document_thumbnails_get_thumbnail),
13546         (pixbuf_document_document_thumbnails_iface_init):
13547         * shell/Makefile.am:
13548         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13549         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13550         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13551         * shell/ev-sidebar-thumbnails.h:
13552         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13553         (ev_sidebar_set_document):
13554         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13555         (create_shadow), (ev_pixbuf_add_shadow):
13556         * shell/ev-utils.h:
13557         Add thumbnail support.
13558         
13559 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13560
13561         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13562         (using_postscript_printer): Set up a print dialog for "PostScript
13563         injection" method.
13564
13565         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13566         EvPrintJob.
13567
13568         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13569
13570 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13571
13572         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13573         (ps_document_set_target), (ps_document_get_page_size),
13574         (ps_document_render):
13575         * ps/gtkgs.h:
13576
13577         Fix a few bugs
13578
13579 2004-12-22  Christian Rose  <menthos@menthos.com>
13580
13581         * configure.ac: Added "sv" to ALL_LINGUAS.
13582
13583 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13584
13585         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13586         document supports bookmarks.
13587
13588 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13589
13590         * ps/ggvutils.c: (ggv_file_readable):
13591         * ps/ggvutils.h:
13592         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13593         (gtk_gs_get_postscript):
13594
13595         Remove unused utils
13596
13597 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13598
13599         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13600         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13601         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13602         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13603         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13604         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13605         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13606         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13607         (gtk_gs_set_antialiasing), (ps_document_load),
13608         (ps_document_render):
13609         * ps/gtkgs.h:
13610
13611         Another check point for the ps backend. Now I can get it to show
13612         pages!
13613
13614 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13615
13616         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13617         document setting code.
13618
13619 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13620
13621         * shell/eggfindbar.c: (entry_activate_callback):
13622         Animate the next button when activate is pressed.
13623         
13624 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13625
13626         * shell/ev-window.c: (ev_window_cmd_edit_find),
13627         (update_fullscreen_popup), (ev_window_fullscreen),
13628         (ev_window_unfullscreen), (ev_window_state_event_cb),
13629         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13630         Fix bugs in fullscreen code.
13631         
13632 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13633
13634         * Makefile.am:
13635         * configure.ac:
13636         * pixbuf/Makefile.am:
13637         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13638         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13639         (pixbuf_document_set_page), (pixbuf_document_get_page),
13640         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13641         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13642         (pixbuf_document_render), (pixbuf_document_begin_find),
13643         (pixbuf_document_end_find), (pixbuf_document_finalize),
13644         (pixbuf_document_class_init),
13645         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13646         * pixbuf/pixbuf-document.h:
13647         * shell/Makefile.am:
13648         * shell/ev-application.c: (ev_application_open):
13649         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13650         (ev_window_open):
13651         Add pixbuf backend.
13652         
13653 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13654
13655         * Makefile.am: 
13656         * dvi/dvilib/Makefile.am:
13657         * dvi/Makefile.am:
13658         * configure.ac: Auto*ify dvi and dvi/dvilib
13659
13660         * dvi/Makefile: Remove from CVS
13661         
13662         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13663         confusion.
13664
13665         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13666         
13667         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13668         
13669 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * ps/Makefile.am:
13672         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13673         (gtk_gs_value_adjustment_changed), (compute_size),
13674         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13675         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13676         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13677         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13678         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13679         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13680         (ps_document_load), (ps_document_get_n_pages),
13681         (ps_document_set_page), (ps_document_get_page),
13682         (ps_document_set_target), (ps_document_set_scale),
13683         (ps_document_set_page_offset), (ps_document_get_page_size),
13684         (ps_document_render), (ps_document_begin_find),
13685         (ps_document_end_find), (ps_document_document_iface_init):
13686         * ps/gtkgs.h:
13687         * shell/Makefile.am:
13688         * shell/ev-window.c: (ev_window_open):
13689
13690         Some work to integrate gtkgs with EvDocument
13691
13692 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13693
13694         * shell/ev-window.c: (update_fullscreen_popup),
13695         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13696         (exit_fullscreen_button_clicked_cb),
13697         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13698         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13699         (ev_window_state_event_cb), (ev_window_init):
13700         Add fullscreen support from Epiphany.
13701         
13702 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13703
13704         * data/ev-stock-zoom-fit-width.png: fit-width
13705         stock icon from gpdf.
13706         
13707         * shell/ev-stock-icons.[ch]: copied from gpdf.
13708         
13709         * shell/main.c: (main): init stock icons.
13710         
13711         * shell/ev-window.c: use the fit-width icon.
13712         
13713         * data/evince-ui.xml: add zooming toolbar items.
13714
13715 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13716
13717         * shell/ev-view.c: 
13718         (ev_view_best_fit), (ev_view_fit_width): because
13719         get_page_size() returns the scaled page size, we
13720         need to calculate the scale factor relative to
13721         the previous scale factor. Should really just
13722         add get_real_page_size().
13723
13724 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13725
13726         * shell/ev-view.[ch]:
13727         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13728         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13729         add zooming.
13730         
13731         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13732         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13733         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13734         hook it up.
13735         
13736         * pdf/xpdf/pdf-document.cc:
13737         (pdf_document_begin_find),
13738         (pdf_document_end_find): make static.
13739
13740 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13741
13742         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13743
13744         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13745         names to fontconfig patterns.
13746         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13747
13748         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13749         setupBaseFontsFc.
13750
13751 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13752
13753         * Makefile.am:
13754         * configure.ac:
13755         * ps/Makefile.am:
13756         * ps/ggvutils.c:
13757         * ps/ggvutils.h:
13758         * ps/gsdefaults.c:
13759         * ps/gsdefaults.h:
13760         * ps/gsio.c:
13761         * ps/gsio.h:
13762         * ps/gtkgs.c:
13763         * ps/gtkgs.h:
13764         * ps/ps.c:
13765         * ps/ps.h:
13766
13767         Import ggv backend. Not hooked up yet.
13768
13769 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13770
13771         * shell/main.c: (load_files), (main): load files
13772         from the command line.
13773
13774 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13775
13776         * configure.ac: don't require bonobo.
13777         
13778         * cut-n-paste/recent-files/*: kill bonobo recent
13779         view.
13780
13781         * shell/ev-window.c:
13782         (ev_window_is_empty): upd.
13783         (unable_to_load), (ev_window_open): load backend
13784         based on the mime type.
13785
13786 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13787
13788         * backend/.cvsignore: ignore generated marshalers source.
13789
13790         * shell/main.c (main): this is not epiphany.
13791
13792 2004-12-22  Havoc Pennington  <hp@redhat.com>
13793
13794         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13795         (expose_bin_window): draw find highlights
13796
13797         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13798         
13799         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13800         (pdf_document_end_find): implement this interface
13801
13802         * backend/ev-document.c (ev_document_found): add this to emit
13803         signal
13804
13805 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13806
13807         * data/evince-ui.xml: Add a few more toolbar items.
13808
13809         * shell/ev-window.c: Hook up page navigation toolbar 
13810         items.
13811
13812         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13813         a page-changed signal.
13814
13815         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13816         Add ev_document_get_page().
13817
13818         * shell/ev-window.c: Sensitize/desensitize navigation
13819         actions.
13820
13821 2004-12-21  Havoc Pennington  <hp@redhat.com>
13822
13823         * backend/ev-backend-marshal.c,
13824         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13825         marshaler-generator thingy. I'm sure there's a better way to do
13826         this in the modern world.
13827
13828         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13829         end_find methods and "found" signal.
13830
13831         * configure.ac: find glib-genmarshal
13832
13833 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13834
13835         * shell/ev-sidebar.c: Construct an actual sidebar.
13836         * shell/ev-sidebar-bookmarks.[ch]:
13837         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13838
13839 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13840
13841         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13842         Redo size handling.
13843         
13844         * shell/ev-view.c: Track the size from the document.
13845
13846 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13847
13848         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13849         constructor assumes ownership of the string passed in.
13850         
13851         * shell/ev-window.c (ev_window_open): Destroy the error
13852         dialog once we've displayed it.
13853
13854 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13855
13856         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13857         a bit, it works! (sort of)
13858
13859         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13860         Move to .cc since we need to use C++ in the implementation.
13861
13862         * shell/dummy.cc: Add a CC file to force evince
13863         to be linked as a C++ program.
13864
13865 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13866
13867         * shell/ev-view.[ch]: Start of content-area widget.
13868
13869         * shell/ev-window.c: Create a EvView, update it
13870         as we change documents.
13871
13872         * shell/Makefile.am shell/ev-marshal.list: Add
13873         generated marshalers.
13874
13875 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13876
13877         * Makefile.am (SUBDIRS): move shell.
13878
13879 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13880
13881         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13882         .a to libtool convenience libraries.
13883
13884         * shell/ev-window.c (ev_window_open): Hard code loading
13885         a PDF document.
13886         
13887         * backend/ev-document.h: Add a boolean return to load(),
13888         fix GError * to GError **.
13889
13890         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13891         object for a PDF backend EvDocument.
13892
13893 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13894
13895         * dvi/*: New directory with the beginning of a .dvi backend.
13896
13897 2004-12-21  Havoc Pennington  <hp@redhat.com>
13898
13899         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13900         previous/next instead of back/forward
13901
13902 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13903
13904         * backend/ev-document.[ch]: Fix a couple of problems so
13905         it compile.
13906
13907 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13908
13909         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13910         to backend/ directory, rename EvViewer to EvDocument.
13911
13912 2004-12-21  Havoc Pennington  <hp@redhat.com>
13913
13914         * shell/ev-window.c: hook up the find bar widget; now we just need
13915         a document to find things in
13916
13917         * shell/eggfindbar.c: a find bar widget
13918
13919 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13920
13921         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13922
13923 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13924
13925         * pdf/**: Import of xpdf code from gpdf. 
13926
13927         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13928
13929         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13930         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13931         Fix FreeType includes.
13932
13933         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13934         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13935         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13936         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13937         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13938         Include xpdfconfig.h
13939         
13940 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13941
13942         * shell/ev-window.c (ev_window_dispose): dispose can be called
13943         multiple times.
13944
13945 2004-12-21  Havoc Pennington  <hp@redhat.com>
13946
13947         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13948         rather than Evince
13949
13950         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13951         items; really they should be synced with the strings, etc. from
13952         current gpdf, but just getting the boring typing out of the way 
13953
13954 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * po/POTFILES.in:
13957         * shell/ev-application.c: (window_destroy_cb):
13958         * shell/ev-window.c:
13959         * shell/main.c: (main):
13960
13961         Actually show the window...
13962
13963 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13964
13965         * Makefile.am:
13966         * shell/Makefile.am:
13967         * shell/ev-application.c: (ev_application_class_init):
13968         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13969
13970         Make it build again
13971
13972 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13973
13974         Import to gnome cvs.
13975         
13976         * Remove copies of gpdf and ggv trees.
13977         * Rip out all the recursive configure code.
13978         * Remove bonobo machinery.
13979         * viewer/*: GInterfaces that backends should/can implement.
13980
13981 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13982
13983         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13984         typo
13985
13986 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13987
13988         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13989         (ev_application_finalize, ev_application_class_init)
13990         (ev_application_init): use GType instance private data for priv.
13991
13992         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13993         (ev_window_finalize, ev_window_class_init)
13994         (ev_window_init): ditto.
13995
13996 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13997
13998         * shell/ev-application.c (ev_application_new_window): make public
13999         (ev_application_show_initial_window): kill.
14000
14001         * shell/ev-application.h: update prototypes.
14002
14003         * shell/main.cc (main): inline ev_application_show_initial_window.
14004
14005 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14006
14007         * shell/ev-application.c (ev_application_new_window): impl.
14008         (ev_application_show_initial_window): use it.
14009         (is_window_empty, ev_application_get_empty_window): returns an
14010         existing empty window or a new one.
14011         (ev_application_open): from ev_window_cmd_file_open.
14012
14013         * shell/ev-application.h: update prototypes
14014
14015         * shell/ev-window.c (ev_window_is_empty): impl.
14016         (ev_window_open): make public.
14017         (ev_window_cmd_file_open): use ev_application_open
14018
14019         * shell/ev-window.h: update prototypes, remove unused.
14020
14021 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14022
14023         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14024         move destroy handler out of here...
14025
14026         * shell/ev-application.c, shell/ev-application.h: ...into this new
14027         class. Also handles initial window creation.
14028
14029         * shell/main.cc (main): use EvApplication to create initial
14030         window.
14031
14032 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14033
14034         * Makefile.am (SUBDIRS): add cut-n-paste
14035
14036         * cut-n-paste/Makefile.am: add
14037
14038         * configure.ac: generate Makefiles in cut-n-paste
14039
14040 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14041
14042         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14043         (ev_window_class_init): install ev_window_dispose.
14044
14045 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14046
14047         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14048         char (gchar looks stupid).
14049
14050 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14051
14052         * po/de.po: updated German translation.
14053
14054 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14055
14056         * configure.ac: add more pkg-config library checks for gnome-vfs,
14057         bonobo etc.
14058
14059         * gpdf/configure.in: temporarily disable libpaper
14060         checks. Otherwise I'd have to add the checks for the shell, too.
14061
14062 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14063
14064         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14065         and * file filters to the file choose.
14066
14067 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14068
14069         * po/de.po: Updated German translation.
14070
14071 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14072
14073         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14074
14075 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14076
14077         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14078
14079         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14080         (ev_window_init): implement those menuitems.
14081
14082 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14083
14084         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14085
14086         * shell/ev-window.c (ev_window_init): use the toolbar.
14087
14088 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14089
14090         * shell/ev-window.c (ev_window_init): use menu translations
14091
14092 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14093
14094         * configure.ac: add "de" to ALL_LINGUAS.
14095
14096         * po/de.po: add German translation.
14097
14098 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14099
14100         * Makefile.am (SUBDIRS): add po
14101
14102         * configure.ac: check intltool, glib-gettext etc, generate
14103         po/Makefile.in
14104
14105         * po, po/POTFILES.in, po/POTFILES.skip: new.
14106
14107 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14108
14109         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14110         already use (#ifdef ENABLE_NLS)
14111
14112         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14113         pointer indirection thinko.
14114
14115         * shell/main.c: include gi18n.h for bindtextdomain etc.
14116
14117 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14118
14119         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14120         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14121         tooltips for menu items in the statusbar.
14122
14123 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14124
14125         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14126         pkgdatadir drop UIDIR
14127
14128 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14129
14130         * data/evince-ui.xml: Add File->Open menu item
14131
14132         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14133         chooser), hook it up in the ui manager.
14134
14135 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14136
14137         * shell/ev-window.c: fix Help->About tooltip.
14138
14139 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14140
14141         * configure.ac: set CFLAGS for libevprivate.
14142
14143         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14144         definitions, factory etc.
14145
14146         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14147
14148         * shell/Makefile.am: link against libevprivate.a.
14149
14150         * shell/ev-window.c (entries): add stock icon to Help->About.
14151
14152         * shell/main.c (main): init stock icon code.
14153
14154 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14155
14156         * lib/recent-files: egg recent files code
14157
14158         * lib/Makefile.am: add.
14159
14160         * Makefile.am: add lib subdir.
14161
14162         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14163         set CFLAGS for recent-files.
14164
14165 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14166
14167         * configure.ac: disable -ansi and -pedantic gcc flags. They
14168         disable POSIX stuff in stdio.h, but egg-recent uses them.
14169
14170 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14171
14172         * configure.ac: add --disable-deprecated flag (defaults to on in
14173         "cvs" builds).
14174
14175         * shell/Makefile.am (INCLUDES): use it.
14176
14177 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14178
14179         * shell/main.c: add missing #include.
14180
14181         * shell/ev-window.c: fix for pedantic gcc.
14182         (ev_window_cmd_help_about): split license into paragraphs for
14183         translators and pedantic compilers.
14184
14185 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14186
14187         * configure.ac: add more warning flags if compiling with gcc from
14188         cvs (or explicitly requested with --enable-more-warnings).
14189
14190 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14191
14192         * data/evince-ui.xml: add File and File->Close menu.
14193
14194         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14195         (ev_window_destroy): quit after destroy.
14196         (ev_window_class_init): override GtkObject::destroy.
14197         (entries): install close_window callback.
14198
14199 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14200
14201         * Makefile.am (SUBDIRS): add data subdir.
14202
14203         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14204         gtk+ 2.5.0 for GtkAboutDialog.
14205
14206         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14207         main window.
14208
14209         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14210
14211         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14212         manager.
14213         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14214
14215 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14216
14217         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14218
14219 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14220
14221         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14222
14223 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14224
14225         * shell/*: Added shell directory boilerplate, build it.
14226
14227 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14228
14229         * configure.ac, Makefile.am: Added top-level configure.ac and
14230         Makefile.am