]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fix window manager warnings shown in ~/.xsession-errors
[evince.git] / ChangeLog
1 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-application.[ch]: (ev_application_open_window),
4         (ev_application_add_icon_path_for_screen),
5         (ev_application_open_uri_at_dest):
6
7         Fix window manager warnings shown in ~/.xsession-errors
8         
9 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * configure.ac:
12         * cut-n-paste/Makefile.am:
13         * cut-n-paste/smclient/Makefile.am:
14         * cut-n-paste/smclient/eggdesktopfile.[ch]:
15         * cut-n-paste/smclient/eggsmclient-private.h:
16         * cut-n-paste/smclient/eggsmclient-xsmp.c:
17         * cut-n-paste/smclient/eggsmclient.[ch]:
18
19         EggSMClient copied from libegg
20
21         * libdocument/ev-file-helpers.c: (ev_dot_dir):
22         * shell/Makefile.am:
23         * shell/ev-application.[ch]: (ev_application_load_session),
24         (smclient_save_state_cb), (smclient_quit_cb),
25         (ev_application_init_session), (ev_application_shutdown),
26         (ev_application_init):
27         * shell/main.c: (main):
28
29         Use EggSMClient instead of gnome-client and remove libgnome and
30         libgnomeui dependencies.
31         
32 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * shell/main.c: (main):
35
36         Remove gnome_authentication_manager_init.
37         
38 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-view.c: (ev_view_goto_window_create):
41
42         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
43         since it's now deprecated.
44         
45 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * backend/djvu/Makefile.am:
48         * backend/djvu/djvu-document-private.h:
49         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
50         (djvu_document_find_iface_init):
51         * backend/djvu/djvu-text-page.[ch]:
52         * backend/djvu/djvu-text.[ch]: Removed
53         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
54         (pdf_document_find_iface_init):
55         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
56         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
57         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
58         (ev_job_find_get_n_results), (ev_job_find_get_progress),
59         (ev_job_find_has_results), (ev_job_find_get_results):
60         * shell/ev-view-private.h:
61         * shell/ev-view.[ch]: (ev_view_expose_event),
62         (highlight_find_results), (ev_view_finalize),
63         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
64         (ev_view_set_document), (ev_view_find_get_n_results),
65         (ev_view_find_get_result), (jump_to_find_result),
66         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
67         (ev_view_find_previous), (ev_view_find_search_changed),
68         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
69         * shell/ev-window.c: (ev_window_update_actions),
70         (page_changed_cb), (ev_window_setup_document),
71         (ev_window_update_find_status_message),
72         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
73         (ev_window_clear_find_job), (find_bar_close_cb),
74         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
75         (ev_window_dispose), (ev_window_init):
76
77         Rework find interface. The find logic has been moved from backends
78         to the shell avoiding a lot of duplicated code in the backends and
79         making easier to implement the find interface in the backends.
80         
81 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * backend/pdf/ev-poppler.cc:
84         (pdf_document_thumbnails_get_dimensions):
85
86         Make sure thumbnail size returned by the PDF is actually
87         valid. Fixes bug #548462.
88         
89 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * shell/ev-window.c: (ev_window_setup_document),
92         (ev_window_set_document), (ev_window_dispose):
93
94         Remove the idle function for setting the document up when the
95         window is destroyed. Fixes bug #549163.
96         
97 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
100         (ev_job_attachments_dispose), (ev_job_attachments_run),
101         (ev_job_attachments_class_init), (ev_job_attachments_new):
102         * shell/ev-sidebar-attachments.c:
103         (ev_sidebar_attachments_set_document):
104
105         Add a new job to get the attachments in a thread with the document
106         lock held. Fixes bug #548653.
107         
108 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
111         (tiff_document_document_iface_init):
112
113         Implement document_get_page_label in tiff backend.
114         
115 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * backend/tiff/tiff-document.c: (tiff_document_render):
118
119         Handle document orientation in tiff backend. Fixes bug #548444.
120         
121 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
124
125         Do not crash when adjustment page size is 0. Fixes bug #547440.
126         
127 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
128
129         * cut-n-paste/evmountoperation/ev-mount-operation.c:
130
131         Sync with current GTK+.
132         
133 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
134
135         * configure.ac:
136         
137         Update for release 2.23.6.
138
139 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
142         (ev_job_load_set_password):
143         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
144         * shell/ev-window.c: (password_dialog_response),
145         (ev_window_load_job_cb):
146
147         Fix loading encrypted documents since I broke it with the jobs
148         rework.
149         
150 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * NEWS:
153
154         Update NEWS for 2.23.6 release.
155         
156 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
157
158         * backend/impress/impress-document.c:
159         * backend/impress/render.h:
160         * libdocument/ev-document-factory.c:
161         * libdocument/ev-document-factory.h:
162         * libdocument/ev-document-links.h:
163         * libdocument/ev-document-misc.c:
164         * libdocument/ev-document-misc.h:
165         * properties/ev-properties-main.c:
166         * properties/ev-properties-view.c:
167         * properties/ev-properties-view.h:
168         * shell/eggfindbar.c:
169         * shell/eggfindbar.h:
170         * shell/ev-application.c:
171         * shell/ev-application.h:
172         * shell/ev-jobs.h:
173         * shell/ev-message-area.h:
174         * shell/ev-navigation-action.c:
175         * shell/ev-navigation-action.h:
176         * shell/ev-open-recent-action.c:
177         * shell/ev-open-recent-action.h:
178         * shell/ev-page-action-widget.c:
179         * shell/ev-page-action.c:
180         * shell/ev-page-action.h:
181         * shell/ev-page-cache.h:
182         * shell/ev-password-view.h:
183         * shell/ev-password.h:
184         * shell/ev-pixbuf-cache.h:
185         * shell/ev-properties-fonts.c:
186         * shell/ev-sidebar-attachments.c:
187         * shell/ev-sidebar-links.c:
188         * shell/ev-sidebar-links.h:
189         * shell/ev-sidebar-thumbnails.c:
190         * shell/ev-sidebar-thumbnails.h:
191         * shell/ev-sidebar.c:
192         * shell/ev-sidebar.h:
193         * shell/ev-stock-icons.c:
194         * shell/ev-tooltip.h:
195         * shell/ev-view.c:
196         * shell/ev-view.h:
197         * shell/ev-window.c:
198         * shell/ev-window.h:
199         * shell/main.c:
200
201         More #include cleanups. Again: reordering, single gtk.h
202         includes and other stuff.
203
204 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
205
206         * shell/eggfindbar.c:
207         * shell/ev-application.c:
208         * shell/ev-message-area.c:
209         * shell/ev-navigation-action.c:
210         * shell/ev-open-recent-action.c:
211         * shell/ev-page-action-widget.c:
212         * shell/ev-page-action.c:
213         * shell/ev-password-view.c:
214         * shell/ev-properties-dialog.c:
215         * shell/ev-properties-fonts.c:
216         * shell/ev-sidebar-attachments.c:
217         * shell/ev-sidebar-page.c:
218         * shell/ev-sidebar-thumbnails.c:
219         * shell/ev-stock-icons.c:
220         * shell/ev-tooltip.c:
221         * shell/ev-view.c:
222         * shell/ev-window.c:
223         * shell/main.c:
224
225         Cleanup many #include statements: reorder so that a
226         generic-to-specific order is used, use single gtk.h
227         includes, and some other cleanups.
228
229 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-jobs.h:
232
233         Add gio header.
234         
235 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
238         (ev_document_fc_mutex_trylock):
239         * shell/Makefile.am:
240         * shell/ev-job-queue.[ch]:
241         * shell/ev-job-scheduler.[ch]:
242         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
243         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
244         (ev_job_run), (ev_job_cancel), (ev_job_failed),
245         (ev_job_failed_from_error), (ev_job_succeeded),
246         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
247         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
248         (ev_job_links_class_init), (ev_job_render_init),
249         (notify_page_ready), (ev_job_render_page_ready),
250         (ev_job_render_run), (ev_job_render_class_init),
251         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
252         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
253         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
254         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
255         (ev_job_save_dispose), (ev_job_save_run),
256         (ev_job_save_class_init), (ev_job_print_init),
257         (ev_job_print_dispose), (ev_job_print_run),
258         (ev_job_print_class_init):
259         * shell/ev-page-cache.c:
260         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
261         (check_job_size_and_unref), (move_one_job),
262         (copy_job_to_job_info), (add_job),
263         (ev_pixbuf_cache_add_jobs_if_needed):
264         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
265         (job_fonts_finished_cb), (job_fonts_updated_cb),
266         (ev_properties_fonts_set_document):
267         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
268         (ev_sidebar_links_set_document):
269         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
270         (ev_sidebar_thumbnails_set_document),
271         (ev_sidebar_thumbnails_clear_job):
272         * shell/ev-view-private.h:
273         * shell/ev-view.c:
274         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
275         (ev_window_refresh_window_thumbnail), (password_dialog_response),
276         (ev_window_clear_load_job), (ev_window_clear_reload_job),
277         (ev_window_load_job_cb), (ev_window_reload_job_cb),
278         (window_open_file_copy_ready_cb), (ev_window_open_uri),
279         (ev_window_reload_document), (ev_window_clear_save_job),
280         (ev_window_save_job_cb), (file_save_dialog_response_cb),
281         (ev_window_clear_print_job), (ev_window_print_job_cb),
282         (ev_window_print_dialog_response_cb):
283         * shell/main.c: (main):
284
285         Rework the jobs system in order to make it simpler and more
286         extensible. It allows to run jobs in the main loop instead of
287         using a thread when it's appropriate like the fonts job. Now it's
288         also possible to cancel jobs that are currently running. 
289         
290 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * libdocument/ev-debug.c: (profile_init):
293
294         Create the hash table also when profiling service is enabled for
295         all sections.
296         
297 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
298
299         * libdocument/ev-debug.[ch]: (ev_profiler_start),
300         (ev_profiler_stop):
301         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
302         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
303         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
304         (ev_job_print_run):
305         * shell/main.c: (main):
306
307         Add a profile mode available when debug is enabled. Add profilers
308         in ev-jobs.
309         
310 2008-07-23  Götz Waschk <waschk@mandriva.org>
311
312         * configure.ac: Correctly build desktop file. Fixes
313         bug #544237.
314
315 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
316
317         * configure.ac:
318         
319         Update for release 2.23.5.
320
321 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * NEWS:
324
325         Update NEWS for 2.23.5 release.
326         
327 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
328
329         * shell/ev-window.c: (ev_window_state_event),
330         (ev_window_class_init):
331
332         Intercept window manager's fullscreen request in order to run/stop
333         fullscreen mode. Fixes bug #493541.
334         
335 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
336
337         * shell/ev-window.c: (find_bar_visibility_changed_cb):
338
339         Restart the job search when the find bar is opened for the second
340         time. Fixes bug #531956.
341         
342 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
345         (get_document_from_uri):
346
347         Make sure we always return a valid error struct when
348         get_document_from_uri fails. Fixes nautilus crash, see bug
349         #542548.
350         
351 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
352
353         * libdocument/ev-transition-effect.c
354         (ev_transition_effect_type_get_type),
355         (ev_transition_effect_alignment_get_type),
356         (ev_transition_effect_direction_get_type):
357         
358         Fixes bug #542924. Makes enums static to fix Solaris build.
359
360 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-view.c: (ev_view_key_press_event):
363
364         Add '.' keybinding for blanking the screen in presentation
365         mode. Fixes bug #542001.
366         
367 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * libdocument/ev-document-misc.c:
370         (ev_document_misc_pixbuf_from_surface):
371
372         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
373         #540950.
374         
375 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
376
377         * backend/comics/comics-document.c (comics_document_load):
378         * backend/comics/comicsdocument.evince-backend.in:
379         * configure.ac:
380         * thumbnailer/evince-thumbnailer-comics.schemas.in:
381         
382         Added support for 7-zip based cb7 comic book. Patch by
383         Kartik Rustagi. Fixes bug #532312.
384
385 2008-06-24  Bastien Nocera  <hadess@hadess.net>
386
387         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
388         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
389         Fixes bug #539972.
390
391 2008-06-24  Bastien Nocera  <hadess@hadess.net>
392
393         * shell/Makefile.am:
394         * shell/ev-application.c (ev_application_init),
395         (ev_application_get_media_keys):
396         * shell/ev-application.h:
397         * shell/ev-marshal.list:
398         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
399         (proxy_destroy), (on_media_player_key_pressed),
400         (ev_media_player_keys_init), (ev_media_player_keys_focused),
401         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
402         * shell/ev-media-player-keys.h:
403         * shell/ev-window.c (ev_window_go_previous_page),
404         (ev_window_go_next_page), (ev_window_go_first_page),
405         (ev_window_go_last_page), (ev_window_start_presentation),
406         (ev_window_dispose), (view_actions_focus_in_cb):
407         * shell/ev-window.h: When building with D-Bus support, listen
408         for multimedia key events from gnome-settings-daemon. This allows
409         to go to the next/previous/first/last pages using, respectively,
410         Next/Previous/Rewing/Fast Forward. The Play button is used to start
411         a presentation. Fixes bug #539971.
412
413 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
414
415         * configure.ac:
416         
417         Update for release 2.23.4.
418
419 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * NEWS:
422
423         Update news for 2.23.4 release.
424         
425 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
426
427         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
428         * shell/ev-sidebar-thumbnails.c:
429         (ev_sidebar_thumbnails_set_loading_icon),
430         (ev_sidebar_thumbnails_refresh):
431         * shell/ev-window.c: (ev_window_error_message),
432         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
433         (ev_window_set_document):
434
435         Do not crash opening documents with no pages and show a warning
436         message in the message area. Fixes bugs #537574 and #171588.
437         
438 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * shell/Makefile.am:
441         * shell/ev-file-monitor.[ch]:
442         * shell/ev-window.c: (ev_window_document_changed),
443         (ev_window_clear_reload_job), (ev_window_load_job_cb),
444         (ev_window_reload_job_cb), (ev_window_open_uri),
445         (ev_window_reload_document), (ev_window_cmd_view_reload),
446         (ev_window_dispose):
447
448         Automaticly reload the document when the file has changed on
449         disk. Bug #304249.
450         
451 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
452
453         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
454         * libdocument/ev-image.c: (ev_image_save_tmp):
455         * libdocument/ev-module.c: (ev_module_load):
456         * shell/ev-application.c: (ev_application_shutdown),
457         (ev_application_get_print_settings):
458         * shell/ev-sidebar-attachments.c:
459         (ev_sidebar_attachments_button_press),
460         (ev_sidebar_attachments_drag_data_get):
461         * shell/ev-window.c: (window_save_file_copy_ready_cb),
462         (ev_window_print_finished), (ev_window_print_send),
463         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
464         (ev_window_preview_print_finished), (ev_window_do_preview_print),
465         (ev_window_cmd_preview_print):
466         * shell/main.c: (load_files_remote):
467         Fix some build warnings under GCC 4.3.0. (#537535).
468
469 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * shell/ev-jobs.c: (ev_job_render_dispose):
472
473         Fix a crash in debug mode. Patch by Daniel M German.
474         
475 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c:
478
479         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
480         
481 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * shell/ev-window.c: (ev_window_print_send),
484         (ev_window_do_preview_print):
485
486         Use the window title as print job name instead of just
487         "evince-print". Fixes bug #534493.
488         
489 2008-05-19  Frederic Peters  <fpeters@0d.be>
490
491         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
492         Bug #533897.
493
494 2008-05-19  Frederic Peters  <fpeters@0d.be>
495
496         * help/reference/Makefile.am: added missing libevmountoperation to
497         gtkdoc-scanobj libraries.  Bug #533896.
498
499 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
500
501         * properties/ev-properties-view.c (get_default_user_units):
502         Fixes check for default units string translation. Bug #533323.
503
504 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
505
506         * backend/impress/iksemel.c (sax_core): Fix a free() that should
507         be an iks_free(). Fix an array overflow in the XML parser that
508         would occur whenever the number of attributes in a tag was greater
509         than 0 and divisible by 6. Fixes GNOME bug #530852.
510
511 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/djvu/djvu-document-private.h:
514         * backend/djvu/djvu-links.c:
515         * backend/djvu/djvu-text.c:
516         * backend/djvu/djvu-document.c: (djvu_handle_events),
517         (djvu_wait_for_message), (djvu_document_load),
518         (document_get_page_size), (djvu_document_render),
519         (djvu_document_thumbnails_get_thumbnail),
520         (djvu_document_file_exporter_end):
521
522         Make sure load job doesn't finish successfully when the document
523         is not successfully decoded by libdjvu. Fixes bug #530202.
524         
525 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
526
527         * configure.ac:
528         * libdocument/Makefile.am:
529         * libdocument/ev-debug.[ch]:
530         * libdocument/ev-document.c:
531         * shell/ev-jobs.c: (ev_job_links_dispose),
532         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
533         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
534         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
535         (ev_job_render_page_ready), (ev_job_render_run),
536         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
537         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
538         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
539         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
540         (ev_job_print_new), (ev_job_print_run):
541         * shell/main.c: (main):
542
543         Add debug mode based on gedit code. Add debug messages in
544         ev-jobs.
545         
546 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * libdocument/ev-document-factory.c: (get_document_from_uri):
549
550         Fix memory leak.
551         
552 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
553
554         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
555         (get_mime_type_from_data), (get_document_from_uri),
556         (ev_document_factory_get_document):
557         
558         Improved error message about file opening failture.
559         Bug #529129.
560
561 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
562
563         * data/evince-toolbar.xml:
564         
565         Allow to add SaveAs to toolbar.
566
567 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * shell/ev-view-private.h:
570         * shell/ev-view.[ch]: (ev_view_button_release_event),
571         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
572         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
573         (ev_view_update_primary_selection), (clear_link_selected),
574         (ev_view_copy_link_address):
575         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
576
577         Update also the primary selection when copying a link
578         address. Fixes bug #520855.
579         
580 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * libdocument/ev-document-factory.c: (get_document_from_uri):
583
584         Use the pixbuf backend only when the mime type is not supported by
585         any of the other backend so that tiff documents, for instance, are
586         handled by the tiff backend instead of the pixbuf backend. fixes
587         bug #520290.
588         
589 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
590
591         * cut-n-paste/Makefile.am:
592
593         Add evmountoperation to subdirs list.
594         
595 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * configure.ac:
598
599         Fix libspectre check in configure script. Fixes bug #528549.
600         
601 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * configure.ac:
604         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
605         * shell/Makefile.am:
606         * shell/ev-window.c: (ev_window_load_remote_failed),
607         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
608
609         Add GtkMountOperation (renamed to avoid conflicts) to be able to
610         open documents in remote locations that are not mounted.
611         
612 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
615         (bitmap_convert_msb8):
616         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
617         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
618
619         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
620         
621 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
622
623         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
624         (ev_job_render_new), (ev_job_render_set_selection_info),
625         (ev_job_render_run):
626         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
627         (check_job_size_and_unref),
628         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
629         (add_job), (ev_pixbuf_cache_get_selection_surface):
630
631         Create the render context needed for rendering a page in the render
632         thread so that we don't block the main thread. Simplify
633         EvJobRender API.
634         
635 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * libdocument/Makefile.am:
638         * libdocument/ev-page.[ch]:
639         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
640         (ev_render_context_new), (ev_render_context_set_page):
641         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
642         (ev_form_field_finalize), (ev_form_field_class_init):
643         * libdocument/ev-document-forms.[ch]:
644         (ev_document_forms_get_form_fields):
645         * libdocument/ev-document.[ch]: (ev_document_get_page),
646         (ev_document_get_page_size), (ev_document_get_page_label):
647         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
648         (ev_job_render_run), (ev_job_thumbnail_new),
649         (ev_job_thumbnail_run), (ev_job_print_run):
650         * shell/ev-page-cache.c: (ev_page_cache_new):
651         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
652         (check_job_size_and_unref), (add_job):
653         * shell/ev-sidebar-thumbnails.c: (add_range):
654         * shell/ev-view.c: (ev_view_form_field_get_region),
655         (ev_view_form_field_button_create_widget),
656         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
657         (ev_view_handle_form_field), (ev_view_size_allocate),
658         (get_selected_text):
659         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
660         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
661         (pdf_document_get_page), (pdf_document_get_page_label),
662         (pdf_document_render), (pdf_document_get_info),
663         (pdf_document_document_iface_init),
664         (pdf_document_thumbnails_get_thumbnail),
665         (pdf_document_thumbnails_get_dimensions),
666         (pdf_document_file_exporter_do_page),
667         (pdf_selection_render_selection),
668         (pdf_selection_get_selected_text),
669         (pdf_selection_get_selection_region),
670         (pdf_selection_get_selection_map),
671         (pdf_document_forms_get_form_fields),
672         (pdf_document_forms_form_field_text_get_text),
673         (pdf_document_forms_form_field_text_set_text),
674         (pdf_document_forms_form_field_button_set_state),
675         (pdf_document_forms_form_field_button_get_state),
676         (pdf_document_forms_form_field_choice_get_item),
677         (pdf_document_forms_form_field_choice_get_n_items),
678         (pdf_document_forms_form_field_choice_is_item_selected),
679         (pdf_document_forms_form_field_choice_select_item),
680         (pdf_document_forms_form_field_choice_toggle_item),
681         (pdf_document_forms_form_field_choice_unselect_all),
682         (pdf_document_forms_form_field_choice_set_text),
683         (pdf_document_forms_form_field_choice_get_text):
684         * backend/ps/ev-spectre.c: (ps_document_get_page),
685         (ps_document_get_page_size), (ps_document_get_page_label),
686         (ps_document_render), (ps_document_document_iface_init),
687         (ps_document_file_exporter_do_page):
688         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
689         (tiff_document_render), (tiff_document_render_pixbuf),
690         (tiff_document_file_exporter_do_page):
691         * backend/pixbuf/pixbuf-document.c:
692         (pixbuf_document_get_page_size):
693         * backend/comics/comics-document.c:
694         (comics_document_get_page_size), (comics_document_render_pixbuf):
695         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
696         (djvu_document_render), (djvu_selection_get_selected_text),
697         (djvu_document_thumbnails_get_thumbnail),
698         (djvu_document_file_exporter_do_page),
699         (djvu_document_find_get_result):
700         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
701         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
702         (dvi_document_thumbnails_get_thumbnail),
703         (dvi_document_file_exporter_do_page):
704         * backend/impress/impress-document.c:
705         (impress_document_get_page_size),
706         (impress_document_render_pixbuf):
707         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
708
709         Add EvPage so that we can hold a reference to the backend
710         page. Form fields keep now a reference to the poppler page
711         improving performance since we don't have to create/destroy the
712         poppler field for every form operation. This will be needed for
713         annotations too.
714         
715 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
716
717         * data/evince-ui.xml:
718         * shell/ev-window.c:
719
720         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
721         
722 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * configure.ac:
725         * backend/ps/Makefile.am:
726
727         Remove gs stuff from ps backend.
728         
729 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * configure.ac:
732         * backend/pdf/ev-poppler.cc:
733
734         Bump poppler requirement to 0.8.0.
735         
736 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
737
738         * NEWS:
739         * configure.ac:
740
741         Update for release 2.22.1.1
742
743 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
744
745         * configure.ac:
746
747         Fix build (again) when poppler version is 0.6
748         
749 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
750
751         * backend/djvu/djvu-links.c: (build_tree):
752
753         Make sure link title is a valid utf8 string. Fixes bug #526517.
754         
755 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
756
757         * configure.ac:
758
759         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
760         #526799.
761         
762 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
763
764         * configure.ac:
765         
766         Update for release 2.22.1.
767
768 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * NEWS:
771
772         Update for upcoming release.
773
774 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * configure.ac:
777         * backend/dvi/dvidocument.evince-backend.in:
778
779         Add compressed dvi to the list of supported mime types. Patch by
780         Ed Catmur. Fixes bug #307087.
781
782 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-jobs.c: (ev_job_print_get_page_list):
785
786         Fix a crash when printing a range that doesn't specify the start or
787         end page. Fixes bug #524288.
788
789 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-window.c: (ev_window_cmd_continuous),
792         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
793         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
794         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
795         (ev_window_run_presentation), (ev_window_stop_presentation),
796         (ev_window_cmd_view_presentation),
797         (ev_window_cmd_leave_fullscreen),
798         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
799
800         Do not unfullscreen and fullscreen again the window when changing
801         from fullscreen to presentation mode and vice versa. Fixes bug
802         #524112.
803         
804 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
807
808         Do not crash when thumbnail failed to render in PS backend. Fixes
809         bug #525015.
810         
811 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * shell/ev-window.c: (window_open_file_copy_ready_cb),
814         (ev_window_load_file_remote), (ev_window_open_uri):
815
816         Handle errors when opening remote files.
817         
818 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-page-action.c: (ev_page_action_grab_focus):
821
822         Only grab the focus for the current visible proxy widget. Fixes
823         bug #521224.
824         
825 2008-03-30  Emil Soleyman  <emil@nishra.com>
826
827         * shell/ev-window.c: (launch_external_uri):
828         
829         Reuse g_app_info_launch_default_for_uri to
830         save some code and fix bug #525009.
831
832 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
833
834         * shell/ev-window.c (image_save_dialog_response_cb):
835
836         Use g_str_has_suffix. See bug #523069.
837
838 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * configure.ac:
841
842         Add a configure option to enable/diable DBus. Patch by Rémi
843         Cardona. Fixes bug 521797.
844
845 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
848
849         Fix printing in documents with rotated pages. Patch by Eugen
850         Dedu. Fixes bug #512648.
851         
852 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
853
854         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
855         (ev_link_from_action):
856
857         Fix warning messages.
858         
859 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * shell/ev-window.c: (image_save_dialog_response_cb):
862
863         Do not append the extension to filename when saving an image
864         if the filename alredy contains the extension. Fixes bug #523069.
865         
866 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-view.[ch]: (ev_view_find_cancel):
869         * shell/ev-window.c: (find_bar_close_cb):
870
871         Cancel the find operation when the find bar is closed. Fixes bug
872         #508845.
873         
874 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * backend/ps/psdocument.evince-backend.in:
877
878         Make ps backend module resident. Fixes bug #520607.
879         
880 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
881
882         * shell/ev-jobs.c: (ev_job_print_run):
883
884         Invert collate action in order to work as expected, fix reverse
885         printing so that it doesn't start with a blank page and fix number
886         of copies. Patch by Eugen Dedu. Fixes bug #365332.
887         
888 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
891
892         Fix build with poppler <= 0.7.2
893         
894 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * libdocument/ev-document-misc.c:
897         (ev_document_misc_surface_from_pixbuf):
898
899         Fix selections with poppler-splash.
900         
901 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
902
903         * configure.ac:
904         * backend/pdf/ev-poppler.cc:
905
906         Fix build with poppler >= 0.7.2
907         
908 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
909
910         * configure.ac:
911         
912         Update for release 2.22.0
913
914 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * NEWS:
917
918         Update for upcoming release.
919
920 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
921
922         * shell/ev-window.c (ev_window_print_dialog_response_cb):
923
924         Bug 495107 – Handle print dialog responses correctly
925
926         Correctly handle print dialog response. Properly fixes
927         the above mentioned bug.
928
929 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
932
933         Make sure print job is only run when the print button is
934         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
935         
936 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * backend/pdf/pdfdocument.evince-backend.in:
939         * libdocument/ev-backends-manager.c:
940         (ev_backends_manager_load_backend),
941         (ev_backends_manager_get_document):
942         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
943
944         Allow making backend modules resident. This is needed only for
945         some backends like pdf to avoid registering glib types more than
946         once.
947         
948 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * backend/comics/comics-document.c:
951         * backend/djvu/djvu-document.c:
952         * backend/impress/impress-document.c:
953         * backend/pdf/ev-poppler.cc:
954         * backend/pixbuf/pixbuf-document.c:
955         * backend/ps/ev-spectre.c:
956         * backend/ps/ps-document.c:
957         * backend/tiff/tiff-document.c:
958         * libdocument/ev-document.h:
959         * properties/ev-properties-main.c:
960
961         Use g_type_module_add_interface instead of
962         g_type_add_interface_static. Fixes bug #519679.
963         
964 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
965
966         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
967         Added. Returns whether the animation has everything necessary to run.
968         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
969         is ready just because it's been created. Fixes #519106.
970         (draw_one_page): Do not show the "Loading..." text in presentation
971         mode, there was a slim probability that this could happen.
972
973 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
976
977         Duplicate mime_type string before freeing it so that it doesn't
978         always fail when getting mime type from uri. Fixes bug #518874.
979         
980 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-view.c: (ev_view_form_field_choice_changed):
983
984         Fix a crash when a choice form field doesn't have any item
985         selected. Fixes bug #518831
986         
987 2008-02-25  Alexander Larsson  <alexl@redhat.com>
988
989         * shell/ev-window.c (ev_window_clear_temp_file):
990         Use g_file_has_prefix instead of renamed
991         g_file_contains_file.
992
993         * configure.ac:
994         Require new glib for above change.
995         
996 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * libdocument/ev-image.c: (ev_image_finalize),
999         (ev_image_save_tmp):
1000
1001         Return a real uri instead of a filename when saving an
1002         image. Fixes images drag an drop from evince to nautilus. 
1003         
1004 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1005
1006         * backend/pdf/ev-poppler.cc:
1007         (pdf_document_images_get_image_mapping):
1008
1009         Return the image list in the right order. Fixes bug #516237.
1010         
1011 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1012
1013         * backend/impress/impress-document.c:
1014         (impress_document_thumbnails_get_thumbnail):
1015
1016         Remove unused variable to avoid a compiler warning.
1017
1018 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1019
1020         * configure.ac:
1021         
1022         Update for release 2.21.91.
1023
1024 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * configure.ac:
1027         * shell/Makefile.am:
1028         * shell/ev-application.[ch]:
1029         * shell/ev-sidebar-links.c:
1030         * shell/ev-utils.[ch]:
1031         * shell/ev-window.[ch]:
1032
1033         Remove libgnomeprint support. Fixes bug #512370.
1034         
1035 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
1036
1037         * thumbnailer/evince-thumbnailer.c: (main):
1038
1039         Initialize glib type system before using it. Fixes bug #513934.
1040         
1041 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * properties/ev-properties-main.c:
1044
1045         Add missing #include.
1046         
1047 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * configure.ac:
1050         * backend/djvu/djvu-document.c: (djvu_document_render):
1051         * backend/tiff/tiff-document.c: (tiff_document_render):
1052
1053         Use the new cairo function cairo_format_stride_for_width when
1054         available. Fixes bug #482720.
1055
1056 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
1059         (get_mime_type_from_data), (get_document_from_uri):
1060
1061         Use g_content_type_guess() only when slow is true in
1062         get_document_from_uri(). Fix several memory leaks.
1063         
1064 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
1065
1066         * libdocument/ev-document-factory.c:
1067         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
1068         (get_document_from_uri):
1069
1070         Use g_content_type_guess () to get mimetype for files.
1071         Bug #510401.
1072
1073 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * thumbnailer/Makefile.am:
1076
1077         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
1078         
1079 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * configure.ac:
1082
1083         Fix build with --without-libgnome. Fixes bug #512771.
1084         
1085 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1086
1087         * backend/dvi/Makefile.am: Install only dvi
1088         module. Fixes bug #512718.
1089
1090 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1091
1092         * properties/ev-properties-main.c: (nautilus_module_initialize):
1093         
1094         Initialize backends in properties tab. Fixes bug
1095         #512720.
1096
1097 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
1098
1099         * properties/Makefile.am: No need to link with 
1100         libraries. Fixes bug #512719.
1101
1102 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1103
1104         * NEWS:
1105         * configure.ac:
1106         
1107         Update for release 2.21.90.
1108
1109 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-window.c: (ev_window_cmd_escape):
1112
1113         Fix compile warning.
1114         
1115 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1118
1119         Fix printing in dvi backend when filename contains white
1120         espaces. Fixes bug #502839.
1121         
1122 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1123
1124         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1125         (screensaver_disable_x11):
1126         * shell/Makefile.am:
1127         * shell/xdg-user-dir-lookup.c: Removed
1128         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1129         * shell/ev-view.c: (ev_view_presentation_transition_start):
1130         * shell/ev-window.c: (ev_window_cmd_file_open),
1131         (ev_window_cmd_save_as), (presentation_set_timeout):
1132
1133         Remove #ifdefs that are no longer needed.
1134         
1135 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1136
1137         * shell/ev-view.[ch]: (ev_view_button_release_event),
1138         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1139         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1140         (ev_window_cmd_escape):
1141
1142         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1143         
1144 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * configure.ac:
1147         * backend/comics/comics-document.c: (comics_document_load):
1148         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1149         (ev_attachment_set_property), (ev_attachment_init),
1150         (ev_attachment_save), (ev_attachment_launch_app),
1151         (ev_attachment_open):
1152         * libdocument/ev-document-factory.c: (get_document_from_uri):
1153         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1154         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1155         * shell/ev-jobs.c:
1156         * shell/ev-password.c: (ev_password_dialog_set_property),
1157         (ev_password_dialog_save_password):
1158         * shell/ev-sidebar-attachments.c:
1159         (ev_sidebar_attachments_drag_data_get):
1160         * shell/ev-window-title.c: (get_filename_from_uri):
1161         * shell/ev-window.c: (ev_window_clear_temp_file),
1162         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1163         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1164         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1165         (launch_external_uri), (image_save_dialog_response_cb),
1166         (attachment_save_dialog_response_cb):
1167         * shell/main.c: (load_files), (load_files_remote), (main):
1168         * thumbnailer/evince-thumbnailer.c: (main):
1169
1170         Port to gio and drop gnome-vfs dependency. Fixes bug
1171         #510401. Based on patch by Cosimo Cecchi.
1172         
1173 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1174
1175         * NEWS:
1176
1177         Fixed formatting inconsistencies (spaces vs. tabs)
1178
1179 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1180
1181         * shell/ev-window.c:
1182
1183         Use top/up/bottom/down arrows instead of
1184         first/left/last/right in the toolbar and menu actions.
1185         This fixes issues with RTL languages and is visually
1186         consistent with the page view. Fixes bug #170081.
1187
1188 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1189
1190         * NEWS:
1191
1192         Fixed some inaccuracies pointed out by Carlos Garcia
1193         Campos.
1194
1195 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1196
1197         * NEWS:
1198         * data/evince.schemas.in:
1199         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1200
1201         Override PDF restrictions by default. Fixes bug #382700.
1202
1203 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1204
1205         * NEWS: Updated for upcoming release
1206
1207 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1208
1209         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1210
1211         Fix memory leak.
1212         
1213 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1214
1215         * shell/ev-window.c: (register_custom_actions):
1216         
1217         Added comment for translators
1218
1219 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * shell/ev-view.c: (ev_view_button_release_event):
1222
1223         Do not create the idle function for kinetic scrolling if we are
1224         not in a drag operation.
1225
1226 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1229         (ev_view_button_press_event), (ev_view_motion_notify_event),
1230         (ev_view_button_release_event):
1231
1232         Restore cursor after autoscrolling. Fixes bug #509958.
1233
1234 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * configure.ac:
1237         * backend/pdf/ev-poppler.cc:
1238         (pdf_document_images_get_image_mapping),
1239         (pdf_document_images_get_image),
1240         (pdf_document_document_images_iface_init):
1241         * libdocument/ev-document-images.[ch]:
1242         (ev_document_images_get_image_mapping),
1243         (ev_document_images_get_image):
1244         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1245         (ev_image_get_id), (ev_image_save_tmp):
1246         * shell/ev-jobs.c: (ev_job_render_run):
1247         * shell/ev-view.c: (ev_view_drag_data_get):
1248         * shell/ev-window.c: (image_save_dialog_response_cb),
1249         (ev_view_popup_cmd_copy_image):
1250
1251         Do not render images when rendering the page but on demand. It
1252         reduces the memory comsumption.
1253         
1254 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1255
1256         * configure.a:
1257         * shell/ev-password.c:
1258
1259         Make gnome-keyring optional. Fixes bug #509676.
1260         
1261 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-pixbuf-cache.c: (add_job):
1264
1265         Initialize include_images variable as FALSE instead of TRUE.
1266         
1267 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1268
1269         * configure.ac:
1270         * cut-n-paste/Makefile.am:
1271         * cut-n-paste/fileformatchooser/Makefile.am:
1272         * cut-n-paste/fileformatchooser/egg-macros.h:
1273         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1274         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1275         * shell/Makefile.am:
1276         * shell/ev-utils.c:
1277         (file_chooser_dialog_add_writable_pixbuf_formats),
1278         (get_gdk_pixbuf_format_by_extension):
1279         * shell/ev-utils.h:
1280         * shell/ev-window.c: (ev_window_error_message),
1281         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1282         
1283         Simplify image format selection on save.
1284
1285 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1286
1287         * shell/ev-view.c: (ev_view_scroll_event):
1288         
1289         Repair gorizontal scrolling with shift. Fixes
1290         bug #483412.
1291
1292 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1293         
1294         * MAINTAINERS:
1295
1296         Fix formatting issues.
1297         
1298 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1299
1300         * backend/comics/comics-document.c: (comics_regex_quote):
1301         
1302         Don't overquote special chars except of '. See bug 
1303         502500. Thanks to Tom Parker.
1304
1305 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1306
1307         * MAINTAINERS:
1308         
1309         Added Nickolay and Carlos, since they're doing most of
1310         the releases nowadays.
1311
1312 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1313
1314         * properties/Makefile.am:
1315
1316         Get the nautilus extension dir properly instead of using
1317         a hack. Fixes bug #505359.
1318
1319 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1320
1321         * properties/Makefile.am:
1322         
1323         Install nautilus extension into new place. See bug
1324         #505359. Thanks to Matthias Clasen, Brian Pepple and
1325         Damien Carbery.
1326
1327 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1328
1329         * shell/ev-window.c: (ev_window_get_recent_file_label):
1330         
1331         RTL marker in recent file list. See bug #509076.
1332
1333 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1336         * shell/ev-window.c: (image_save_dialog_response_cb):
1337
1338         Fix compile warnings due to unused variables.
1339         
1340 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * configure.ac:
1343         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1344         * backend/ps/ev-spectre.c: (ps_document_render):
1345
1346         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1347
1348 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1349
1350         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1351         (ev_transition_animation_paint): Implement "fade" effect.
1352
1353 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1354
1355         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1356         (ev_transition_animation_paint): Implement "uncover" effect.
1357
1358 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1359
1360         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1361         (ev_transition_animation_paint): Implement "cover" effect.
1362
1363 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1364
1365         * shell/ev-transition-animation.c (ev_transition_animation_push)
1366         (ev_transition_animation_paint): Implement "push" effect.
1367
1368 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1369
1370         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1371         (ev_transition_animation_paint): Implement "dissolve" effect.
1372
1373 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1374
1375         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1376         (ev_transition_animation_paint): Implement "wipe" effect.
1377
1378 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1379
1380         * shell/ev-transition-animation.c (ev_transition_animation_box)
1381         (ev_transition_animation_paint): Implement "box" effect.
1382
1383 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1384
1385         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1386         (ev_transition_animation_paint): Implement "blinds" effect.
1387
1388 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1389
1390         * shell/ev-transition-animation.c (ev_transition_animation_split)
1391         (ev_transition_animation_paint): Implement "split" effect.
1392
1393 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1394
1395         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1396         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1397         (ev_view_transition_animation_start) 
1398         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1399         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1400         (ev_view_next_page) (ev_view_previous_page):
1401         
1402         Use EvTransitionAnimation to drive page changes in the presentation
1403         mode, the animation will wait to start until both the origin and 
1404         destination page surfaces are available. Fixes #458460.
1405
1406         (draw_loading_text):
1407
1408         Remove workaround for bug #320352, it's now fixed properly.
1409
1410
1411 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1412
1413         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1414         will contain the implementations for page transition animations, at
1415         the moment it just has the "replace" effect.
1416         * shell/Makefile.am: Added these files to build.
1417
1418 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1419
1420         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1421         animations.
1422         * shell/Makefile.am: Added these files to build.
1423
1424 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1425
1426         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1427         implementation to get_effect() in EvDocumentTransitionIface.
1428
1429 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1430
1431         * libdocument/ev-transition-effect.[ch]: New files, define a page
1432         transition effect, at the moment it maps PopplerPageTransition to a
1433         GObject.
1434         * libdocument/Makefile.am: Added these files to build.
1435         * libdocument/ev-document-transition.[ch]
1436         (ev_document_transition_get_effect): New method, gets the
1437         EvTransitionEffect returned by the interface implementation, with
1438         fallback to the "replace" effect.
1439
1440 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1441
1442         * configure.ac:
1443         * cut-n-paste/Makefile.am:
1444         * cut-n-paste/fileformatchooser/Makefile.am:
1445         * cut-n-paste/fileformatchooser/egg-macros.h:
1446         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1447         * shell/Makefile.am:
1448         * shell/ev-window.c: (image_save_dialog_response_cb),
1449         (ev_view_popup_cmd_save_image_as):
1450
1451         Allow exporting images in any format supported by
1452         GdkPixbuf. Fixes bug #500209.
1453         
1454 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1455
1456         * backend/pixbuf/pixbuf-document.c:
1457
1458         More warnings fixed.
1459         
1460 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1463         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1464         * backend/djvu/djvu-text.h:
1465         * backend/tiff/tiff-document.c: (tiff_document_render):
1466
1467         Fix compile warnings.
1468         
1469 2007-12-28  Christian Persch  <chpe@gnome.org>
1470
1471         * **/*.c: Include config.h. Bug #504721.
1472
1473 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * configure.ac:
1476         * Makefile.am:
1477         * po/POTFILES.in:
1478         * backend/comics/Makefile.am:
1479         * backend/comics/comics-document.[ch]:
1480         * backend/comics/comicsdocument.evince-backend.in:
1481         * backend/djvu/Makefile.am:
1482         * backend/djvu/djvu-document.[ch]:
1483         * backend/djvu/djvudocument.evince-backend.in:
1484         * backend/dvi/Makefile.am:
1485         * backend/dvi/dvi-document.[c]:
1486         * backend/dvi/dvidocument.evince-backend.in:
1487         * backend/impress/Makefile.am:
1488         * backend/impress/impress-document.[ch]:
1489         * backend/impress/impressdocument.evince-backend.in:
1490         * backend/pdf/Makefile.am:
1491         * backend/pdf/ev-poppler.cc:
1492         * backend/pdf/ev-poppler.h:
1493         * backend/pdf/pdfdocument.evince-backend.in:
1494         * backend/pixbuf/Makefile.am:
1495         * backend/pixbuf/pixbuf-document.[ch]:
1496         * backend/pixbuf/pixbufdocument.evince-backend.in:
1497         * backend/ps/Makefile.am:
1498         * backend/ps/ev-spectre.[ch]:
1499         * backend/ps/ps-document.[ch]:
1500         * backend/ps/psdocument.evince-backend.in:
1501         * backend/tiff/Makefile.am:
1502         * backend/tiff/tiff-document.[ch]:
1503         * backend/tiff/tiffdocument.evince-backend.in:
1504         * libdocument/Makefile.am:
1505         * libdocument/ev-backends-manager.[ch]:
1506         * libdocument/ev-module.[ch]:
1507         * libdocument/ev-document.h:
1508         * libdocument/ev-document-factory.[ch]:
1509         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1510         (get_compression_from_mime_type), (get_document_from_uri),
1511         (ev_document_factory_get_document), (file_filter_add_mime_types),
1512         (ev_document_factory_add_filters):
1513         * shell/Makefile.am:
1514         * shell/ev-window-title.c: (get_filename_from_uri):
1515         * shell/main.c: (main):
1516         * thumbnailer/Makefile.am:
1517         * thumbnailer/evince-thumbnailer.c: (main):
1518
1519         Plugin system for backends. Fixes bug #351348.
1520         
1521 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1522
1523         * shell/ev-view-private.h:
1524         * shell/ev-view.c: (ev_view_drag_update_momentum),
1525         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1526         (ev_view_button_release_event), (ev_view_destroy):
1527         
1528         Kinetic scrolling implemented as requested in
1529         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1530
1531 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1532
1533         * data/evince-toolbar.xml:
1534         * data/evince-ui.xml:
1535         * shell/ev-view-private.h:
1536         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1537         (ev_view_button_press_event), (ev_view_motion_notify_event),
1538         (ev_view_button_release_event), (ev_view_init),
1539         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1540         (ev_view_set_cursor):
1541         * shell/ev-view.h:
1542         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1543         (ev_window_cmd_view_autoscroll):
1544         
1545         Autoscroll feature with the context menu. Fixes bug 
1546         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1547
1548 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1551
1552         Disconnect also page-ready signal when removing a job because the
1553         page size has changed. Thanks to kripken
1554         <kripkensteiner@gmail.com>.
1555
1556 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1559         
1560         Scroll pages in page entry with mouse wheel. Fixes bug
1561         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1562
1563 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/dvi/Makefile.am:
1566         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1567         (mdvi_cairo_device_init):
1568         * backend/dvi/mdvi-lib/common.h:
1569         * backend/dvi/mdvi-lib/mdvi.h:
1570         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1571         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1572         (mdvi_build_path_from_cwd):
1573
1574         Add ps specials support in dvi backend when libspectre is
1575         present. Fixes bug #386005.
1576         
1577 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1578
1579         * configure.ac:
1580         * backend/ps/Makefile.am:
1581         * backend/ps/ev-spectre.[ch]:
1582         
1583         Use libspectre, if available, for the ps backend. Fixes bugs
1584         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1585
1586 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1587         
1588         * backend/comics/comics-document.c: (comics_document_load):
1589         
1590         Cygwin build issue fix.
1591
1592 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * shell/ev-view.c: (ev_view_set_zoom):
1595
1596         Do not limit the minimum zoom factor when sizing mode is best bit
1597         or fit width. Fixes bug #503805.
1598         
1599 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1600
1601         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1602         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1603         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1604         (ev_link_dest_get_property), (ev_link_dest_set_property),
1605         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1606         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1607         (ev_link_dest_new_fitr):
1608         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1609         (goto_fith_dest), (goto_xyz_dest):
1610
1611         Do not change left, top and zoom values when they are null in PDF
1612         destinations. Fixes bug #460658.
1613         
1614 2007-12-10  Christian Persch  <chpe@gnome.org>
1615
1616         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1617         (ev_view_accessible_class_init),
1618         (ev_view_accessible_idle_do_action),
1619         (ev_view_accessible_action_do_action),
1620         (ev_view_accessible_action_get_description),
1621         (ev_view_accessible_action_set_description),
1622         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1623         (ev_view_accessible_factory_init),
1624         (ev_view_accessible_factory_get_accessible_type):
1625         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1626         private data, and G_DEFINE_TYPE. Bug #502843.
1627
1628 2007-12-08  Christian Persch  <chpe@gnome.org>
1629
1630         * shell/ev-metadata-manager.c: (item_free),
1631         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1632         (value_free), (parse_value), (parseItem),
1633         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1634         (save_values): Use GSlice to allocate small amounts of memory. Bug
1635         #475972.
1636
1637 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1640
1641         Restore cursor to normal after a drag operation. Fixes bug
1642         #501603.
1643         
1644 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1645
1646         * NEWS:
1647         * configure.ac:
1648         
1649         Update for release 2.21.1
1650
1651 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1652
1653         * configure.ac:
1654         * cut-n-paste/gedit-message-area/Makefile.am:
1655         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1656         * shell/Makefile.am:
1657         * shell/ev-message-area.[ch]:
1658         * shell/ev-window.c: (ev_window_set_message_area),
1659         (ev_window_error_message_response_cb), (ev_window_error_message),
1660         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1661         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1662         (ev_attachment_popup_cmd_open_attachment),
1663         (attachment_save_dialog_response_cb), (ev_window_set_document),
1664         (ev_window_init):
1665
1666         Use a message area instead of a popup dialog for error
1667         notifications. Fixes bug #337495.
1668         
1669 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1672         (ev_window_run_fullscreen):
1673
1674         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1675         
1676 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * ev-sidebar-thumbnails.c: (update_visible_range),
1679         (ev_sidebar_thumbnails_refresh),
1680         (ev_sidebar_thumbnails_set_document),
1681         (ev_sidebar_thumbnails_support_document):
1682
1683         Show thumbnails for documents with one page. Fixes bug #358751.
1684         
1685 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1686
1687         * shell/ev-window.c:
1688         (ev_window_load_print_settings_from_metadata),
1689         (ev_window_save_print_settings), (ev_window_print_finished),
1690         (ev_window_print_range):
1691
1692         Print settings that are specific to the document are now saved per
1693         document in the metadata file. Fixes bug #488806.
1694         
1695 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1696
1697         * backend/tiff/tiff-document.c: (tiff_document_render):
1698
1699         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1700         
1701 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1702
1703         * shell/ev-application.[ch]: (get_find_string_from_args),
1704         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1705         (ev_application_open_uri_list):
1706         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1707         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1708         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1709         (ev_window_cmd_recent_file_activate),
1710         (ev_window_open_recent_action_item_activated),
1711         (ev_window_print_send), (open_remote_link):
1712         * shell/main.c: (arguments_parse):
1713
1714         Add a command line option for search. Fixes bug #497710.
1715         
1716 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1717
1718         * shell/ev-jobs.c: (ev_job_print_new):
1719
1720         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1721         
1722 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1723
1724         * data/evince-toolbar.xml:
1725         * shell/Makefile.am:
1726         * shell/ev-application.c: (ev_application_init):
1727         * shell/ev-open-recent-action.[ch]:
1728         * shell/ev-window.c:
1729         (ev_window_open_recent_action_item_activated),
1730         (register_custom_actions):
1731
1732         Add an expander to the open toolbar item which pops up a dropdown
1733         menu with the recently used documents. Fixes bug #487215.
1734         
1735 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-window.c: (ev_window_open_uri),
1738         (ev_window_cmd_view_reload):
1739
1740         Do not jump to the first page when reloading by running evince
1741         from the command line. Fixes bug #490847.
1742         
1743 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1744
1745         * shell/ev-window.c: (ev_window_cmd_help_contents):
1746
1747         Plugged memory leak when help file is not found. Fixes bug
1748         #490762.
1749         
1750 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * configure.ac:
1753
1754         Enable djvu, dvi and comics backends by default. Fixes bug
1755         #437121.
1756         
1757 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1758
1759         * configure.ac:
1760         * cut-n-paste/Makefile.am:
1761         * cut-n-paste/recent-files/*: Removed
1762         * help/reference/Makefile.am:
1763         * shell/Makefile.am:
1764         * shell/ev-application.[ch]: (ev_application_shutdown),
1765         (ev_application_init):
1766         * shell/ev-window.c: (ev_window_add_recent),
1767         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1768
1769         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1770         
1771 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1772
1773         * shell/ev-window.c: (launch_external_uri):
1774
1775         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1776         and report error if the URL is not supported (#489910).
1777
1778 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1781         (pdf_document_file_exporter_begin_page),
1782         (pdf_document_file_exporter_end_page):
1783
1784         Fix printing with poppler splash backend. Fixes bug #489774.
1785         
1786 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1789         * shell/ev-print-job.c: (ev_print_job_class_init):
1790
1791         Fix a crash when printing with the gnome-print dialog. Fixes bug
1792         #488939.
1793         
1794 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1795
1796         * backend/pixbuf/pixbuf-document.c:
1797
1798         Fix an implicit function definition warning (#487655)
1799
1800 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1801
1802         * shell/ev-window.c:
1803
1804         Fix conflicting shortcut for view sade pane and presentation.
1805         
1806 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1807
1808         * backend/pdf/ev-poppler.cc:
1809         (pdf_document_file_exporter_begin_page),
1810         (pdf_document_file_exporter_do_page),
1811         (pdf_document_file_exporter_end_page),
1812         (pdf_document_file_exporter_iface_init):
1813         * libdocument/ev-file-exporter.[ch]:
1814         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1815         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1816         (ev_job_print_run):
1817
1818         When printing multiple pages per sheet in reverse option, do not
1819         invert the order of the pages in every sheet, but the order of the
1820         sheets. Do not print blank pages when page range is invalid. Fixes
1821         bugs #484857 and #485521.
1822         
1823 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1826         (ev_job_print_run):
1827         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1828
1829         Respect ranges order when printing more than one range in random
1830         order.
1831         
1832 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1833
1834         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1835         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1836
1837         Rotate also the window icon when document is rotated. Fixes bug
1838         #474681.
1839         
1840 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1843         (pdf_document_forms_get_form_fields):
1844
1845         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1846         Matthias Drochner.
1847         
1848 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * configure.ac:
1851         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1852
1853         Use poppler_page_render_for_printing() instead of
1854         poppler_page_render() if available when exporting to a ps or pdf
1855         file. Fixes bug #476627.
1856         
1857 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * shell/ev-window.c: (ev_window_run_fullscreen):
1860
1861         Do not show the toolbar in fullscreen mode if the main toolbar is
1862         not visible. Fixes bug #483048.
1863         
1864 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-view.c: (ev_view_button_press_event):
1867
1868         Give priority to form fields over images when deciding whether a
1869         button press event is over an image or form field. It allows edit
1870         form fields when they are over a background image. Fixes bug
1871         #477841.
1872         
1873 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1874
1875         * NEWS:
1876         * configure.ac:
1877         
1878         Update for release 2.20.0
1879
1880 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1881
1882         * backend/pdf/ev-poppler.cc:
1883
1884         Remove #ifdef HAVE_FORMS, so that forms support works again.
1885
1886 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1887
1888         * configure.ac:
1889         * data/evince.desktop.in.in:
1890         
1891         Fixes desktop file issues. See bug #473471.
1892
1893 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1896         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1897         (ev_job_queue_remove_job):
1898         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1899         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1900         * shell/ev-window.c: (ev_window_clear_save_job),
1901         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1902         (ev_window_dispose):
1903
1904         Move save a copy task to its own job so that it's carried out in a
1905         thread avoiding another lock in the main thread. Use
1906         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1907         can be saved to a pathin another file system. Fixes bug #456891.
1908         
1909 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1910
1911         * NEWS:
1912         * configure.ac:
1913         
1914         Update for release 2.19.92
1915
1916 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * configure.ac:
1919         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1920         (pdf_selection_get_selection_region),
1921         (pdf_selection_get_selection_map),
1922         (ev_form_field_from_poppler_field):
1923
1924         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1925         and triple click selections are enabled again now.
1926
1927 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * shell/ev-window.c: (ev_window_add_history):
1930
1931         Make sure not to use the history with documents not supporting
1932         links. Fixes bug #468954.
1933
1934 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-window.c: (ev_window_load_job_cb):
1937
1938         Restart the search when reloading a document with the find bar
1939         visible. Fixes bug #461962.
1940
1941 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1942
1943         * shell/ev-window.c: (setup_document_from_metadata),
1944         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1945
1946         Do not jump to the first page when reloading a document from the
1947         last page.
1948
1949 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1950
1951         * shell/ev-window.c: (update_chrome_flag),
1952         (setup_sidebar_from_metadata),
1953         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1954         (ev_window_cmd_edit_find_next),
1955         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1956         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1957         (find_bar_close_cb), (view_actions_focus_in_cb):
1958
1959         Do not update visibility when changing a chrome flag so that it's
1960         possible to update several flags and update visibility only once
1961         for all of them.
1962
1963 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1964
1965         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1966
1967         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1968         supported by gtk+. Fixes bug #460907.
1969
1970 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view.c: (view_update_range_and_current_page):
1973
1974         Make sure current-page <= end-page in continuous mode. Fixes bug
1975         #454950.
1976
1977 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * backend/pdf/ev-poppler.cc: (build_tree):
1980
1981         Ignore outline items without a title. Fixes bug #453913.
1982
1983 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1984
1985         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1986         (ev_view_button_release_event), (ev_view_leave_notify_event):
1987
1988         Use always drag mouse cursor during a drag operation. Fixes bug
1989         #470564.
1990
1991 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1994         (pdf_selection_get_selection_region),
1995         (pdf_selection_get_selection_map):
1996
1997         Temporarily disable double and triple selections since it depends on
1998         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1999         released and the update of the external dependency minimal version
2000         approved.
2001
2002 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2005         (pdf_document_file_exporter_do_page):
2006         * libdocument/ev-file-exporter.h:
2007         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2008         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2009
2010         Actually fix printing regressions. Remove orientation from
2011         EvPrintContext since it's redundant.
2012
2013 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
2016         * backend/impress/impress-document.c:
2017         (impress_document_document_iface_init):
2018         * backend/ps/ps-document.c: (ps_document_document_iface_init):
2019         * backend/djvu/djvu-document.c:
2020         (djvu_document_document_iface_init),
2021         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
2022         * backend/tiff/tiff-document.c:
2023         (tiff_document_document_iface_init):
2024         * backend/pixbuf/pixbuf-document.c:
2025         (pixbuf_document_document_iface_init):
2026         * backend/comics/comics-document.c:
2027         (comics_document_document_iface_init):
2028         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
2029         (pdf_selection_render_selection),
2030         (pdf_selection_get_selected_text),
2031         (pdf_selection_get_selection_region),
2032         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
2033         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
2034         (ev_selection_get_selection_region),
2035         (ev_selection_get_selection_map):
2036         * libdocument/ev-document.[ch]:
2037         * shell/ev-pixbuf-cache.[ch]: (add_job),
2038         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
2039         * shell/ev-view-private.h:
2040         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
2041         (ev_job_render_run):
2042         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2043         * shell/ev-view.c: (start_selection_for_event),
2044         (ev_view_button_press_event), (ev_view_drag_data_get),
2045         (ev_view_drag_data_received), (ev_view_button_release_event),
2046         (compute_new_selection_text), (compute_selections),
2047         (ev_view_select_all), (get_selected_text), (ev_view_copy),
2048         (ev_view_primary_get_cb):
2049
2050         Add support for double and triple click selections.
2051
2052 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2053
2054         * NEWS:
2055         * configure.ac:
2056
2057         Update for release 2.19.4
2058
2059 2007-08-28  Justin Blanchard  <justinb04@aim.com>
2060
2061         * shell/ev-view-private.h:
2062         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
2063         (ev_view_set_highlight_search):
2064         * shell/ev-view.h:
2065         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
2066         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
2067         (find_bar_visibility_changed_cb):
2068         
2069         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
2070
2071 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2074         (pdf_document_file_exporter_begin),
2075         (pdf_document_file_exporter_do_page):
2076         * shell/ev-jobs.c: (ev_job_print_run):
2077         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2078
2079         Create always a portrait cairo surface and rotate when needed for
2080         landscape. It fixes printing problems in real printers.
2081
2082 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
2085         * libdocument/ev-file-exporter.[ch]:
2086         (ev_file_exporter_get_capabilities):
2087         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2088         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2089
2090         Adjust number of pages per row according to page orientation when
2091         printing 2 or 6 pages per sheet.
2092
2093 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-window.c: (ev_window_print_send):
2096
2097         Reset also cups setting to 1 when printing multiple pages per
2098         sheet. Fixes bug #468853.
2099
2100 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * libdocument/ev-document-misc.c:
2103         (ev_document_misc_surface_rotate_and_scale):
2104
2105         Use directly cairo_surface_get_content() when creating a similar
2106         surface as suggested by Jeff Muizelaar. Thanks again.
2107
2108 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2109
2110         * backend/djvu/djvu-document.c: (djvu_document_render):
2111         * backend/tiff/tiff-document.c: (tiff_document_render):
2112         * backend/pdf/ev-poppler.cc: (pdf_document_render):
2113         * libdocument/ev-document-misc.c:
2114         (ev_document_misc_surface_from_pixbuf),
2115         (ev_document_misc_surface_rotate_and_scale):
2116
2117         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2118         creating page surfaces. Fixes bug #453123. Thank you very much to
2119         Jeff Muizelaar <jeff@infidigm.net>.
2120
2121 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-page-cache.c: (ev_page_cache_new),
2124         (ev_page_cache_get_thumbnail_size):
2125         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2126         (ev_sidebar_thumbnails_set_loading_icon):
2127
2128         Also store in page-cache the dimensions of the thumbnails so that
2129         they can be used to create the correct loading icon in the side
2130         pane. Fixes bug #466857.
2131
2132 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * backend/pdf/ev-poppler.cc:
2135         (pdf_document_thumbnails_get_thumbnail):
2136
2137         Fix thumbnails rotation in pdf documents that include embedded 
2138         thumbnails.
2139
2140 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2141
2142         * backend/pdf/ev-poppler.cc:
2143
2144         Don't use #ifdef in macro expansion. Some compilers don't
2145         like that. Closes bug #467042.
2146
2147 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2148
2149         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2150         
2151         Fixes memory leak in djvu backend.
2152
2153 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2154
2155         * data/icons/32x32/Makefile.am:
2156         * data/icons/32x32/actions/Makefile.am:
2157         * data/icons/32x32/actions/view-page-cont.svg:
2158         * data/icons/32x32/actions/view-page-facing.svg:
2159         * data/icons/48x48/Makefile.am:
2160         * data/icons/48x48/actions/Makefile.am:
2161         * data/icons/48x48/actions/view-page-cont.svg:
2162         * data/icons/48x48/actions/view-page-facing.svg:
2163         
2164         Icons for a new sizes.
2165
2166 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2167
2168         * shell/ev-page-cache.c: (build_height_to_page),
2169         (ev_page_cache_get_height_to_page):
2170         
2171         Fixes invalid read, see bug #466401.
2172
2173 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2176         (set_drag_cursor):
2177         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2178         (configure_item_cursor), (new_pixbuf_from_widget):
2179
2180         Fix multihead problems in toolbar editor. Fixes bug #382055.
2181
2182 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * shell/ev-window.c: (ev_window_cmd_file_open),
2185         (ev_window_cmd_save_as):
2186
2187         Use g_get_user_special_dir when available instead of
2188         xdg_user_dir_lookup.
2189
2190 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2191
2192         * MAINTAINERS:
2193         
2194         Updated according to request on desktop-devel.
2195
2196 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2197
2198         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2199
2200         Do not use cairo_rectangle and cairo_clip since we are
2201         not using cairo_fill but cairo_paint. Use the same cairo context
2202         for every page in the same expose event.
2203
2204 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2205
2206         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2207         leak.
2208
2209 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2210
2211         * configure.ac:
2212         * NEWS:
2213
2214         Release 0.9.3
2215
2216 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * libdocument/ev-document-info.h:
2219         * libdocument/ev-document.h:
2220         * shell/ev-page-action.h:
2221         * shell/ev-sidebar-links.h:
2222
2223         Fix a headers problem with ev-link
2224         
2225         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2226         * shell/ev-view-private.h:
2227         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2228         (get_link_area), (ev_view_query_tooltip),
2229         (ev_view_leave_notify_event), (ev_view_destroy),
2230         (ev_view_class_init):
2231
2232         Use new gtk tooltips when available instead of ev-tooltip.
2233         
2234 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2235
2236         * shell/ev-window.c: (update_chrome_visibility),
2237         (ev_window_sidebar_visibility_changed_cb):
2238
2239         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2240         
2241 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2242
2243         * shell/ev-navigation-action.c:
2244         (ev_navigation_action_history_changed),
2245         (ev_navigation_action_set_history):
2246         * shell/ev-navigation-action-widget.c:
2247         (ev_navigation_action_widget_init):
2248         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2249
2250         Fix compile warnings.
2251         
2252 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2255         (egg_editable_toolbar_dispose):
2256
2257         Fix memory leak.
2258         
2259 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2262         (screensaver_disable_x11):
2263         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2264         * shell/ev-window.c: (presentation_set_timeout):
2265         * shell/ev-view.c: (ev_view_presentation_transition_start):
2266
2267         Use g_timeout_add_seconds instead of g_timeout_add when
2268         available.
2269         
2270 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2271
2272         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2273
2274         Set horizontal scrollbar policy to AUTOMATIC instead of
2275         NEVER. Workaround for bug #449462.
2276         
2277 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * shell/ev-jobs.c: (ev_job_render_page_ready):
2280
2281         Add page_ready callback to main loop with high priority and hold
2282         a reference to job during idle.
2283         
2284 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * configure.ac:
2287         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2288         (pdf_document_file_exporter_begin),
2289         (pdf_document_file_exporter_do_page),
2290         (pdf_document_file_exporter_get_capabilities):
2291         * libdocument/ev-file-exporter.h:
2292         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2293         * shell/ev-window.c: (ev_window_print_send),
2294         (ev_window_print_dialog_response_cb):
2295
2296         Allow printing multiple pages per sheet. Fixes bug #395573.
2297         
2298 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2299
2300         * shell/ev-view.c: (tip_from_link):
2301         
2302         Check for NULL, fixes bug #460862.
2303
2304 2007-07-29  Christian Persch  <chpe@gnome.org>
2305
2306         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2307         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2308         (ev_window_cmd_preview_print):
2309         
2310         Fixes bug #437681 - blocks while enumerating printers.
2311
2312 2007-07-29  Christian Persch  <chpe@gnome.org>
2313
2314         * shell/ev-window.c: (ev_window_screen_changed):
2315         
2316         Don't use deprecated gtk+ function. See bug #460909.
2317
2318 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2319
2320         * shell/ev-utils.c: (get_num_monitors):
2321         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2322
2323         Do not use display before initializing it. Remove compile
2324         warnings.
2325
2326 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2327
2328         * shell/ev-view.c: (ev_view_class_init):
2329         
2330         Unix-like hjkl bindings added. See bug #458111.
2331
2332 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2333
2334         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2335         * shell/ev-utils.h:
2336         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2337         (ev_view_update_view_size):
2338         * shell/ev-view.h:
2339         * shell/ev-window.c: (ev_window_update_actions),
2340         (setup_view_from_metadata), (ev_window_screen_changed),
2341         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2342         (zoom_control_changed_cb):
2343         * shell/ev-window.h:
2344         
2345         Reorganizes utility functions.
2346
2347 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2350         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2351         (add_job), (ev_pixbuf_cache_get_surface),
2352         (ev_pixbuf_cache_get_link_mapping),
2353         (ev_pixbuf_cache_get_image_mapping),
2354         (ev_pixbuf_cache_get_form_field_mapping),
2355         (ev_pixbuf_cache_get_text_mapping):
2356         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2357         (notify_page_ready), (ev_job_render_page_ready),
2358         (ev_job_render_run):
2359
2360         Add page_ready signal to notify that page is ready as soon as
2361         possible even if other page elements like links, forms, images or
2362         text mapping are not ready yet.
2363
2364 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2367         (dvi_document_file_exporter_do_page),
2368         (dvi_document_file_exporter_get_capabilities),
2369         (dvi_document_file_exporter_iface_init):
2370         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2371         (ps_document_file_exporter_do_page),
2372         (ps_document_file_exporter_get_capabilities),
2373         (ps_document_file_exporter_iface_init):
2374         * backend/djvu/djvu-document.c:
2375         (djvu_document_file_exporter_begin),
2376         (djvu_document_file_exporter_end),
2377         (djvu_document_file_exporter_get_capabilities),
2378         (djvu_document_file_exporter_iface_init):
2379         * backend/tiff/tiff-document.c:
2380         (tiff_document_file_exporter_begin),
2381         (tiff_document_file_exporter_get_capabilities),
2382         (tiff_document_document_file_exporter_iface_init):
2383         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2384         (pdf_document_file_exporter_do_page),
2385         (pdf_document_file_exporter_get_capabilities),
2386         (pdf_document_file_exporter_iface_init):
2387         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2388         (ev_file_exporter_get_capabilities):
2389         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2390         (idle_print_handler), (ev_print_job_print):
2391         * shell/ev-jobs.c: (ev_job_print_run):
2392         * shell/ev-window.c: (ev_window_print_send),
2393         (ev_window_print_range):
2394
2395         Use capabilities to know which options should be offered by the
2396         print dialog depending on the document backend.
2397
2398 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2399
2400         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2401
2402         Give priority to forms over text to set the cursor.
2403
2404 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2405
2406         * shell/ev-view-private.h:
2407         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2408         (ev_view_leave_notify_event), (ev_view_finalize),
2409         (ev_view_get_property), (ev_view_class_init):
2410
2411         Use IBEAM cursor for text form fields and NORMAL cursor for read
2412         only fields. Remove unused status attribute.
2413
2414 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2415
2416         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2417
2418         Update region for current selected items also for checkbox
2419         buttons, since they can behave as radio buttons when they are in a
2420         set.
2421
2422 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * configure.ac:
2425         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2426
2427         Get max length of text form fields.
2428
2429 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2430
2431         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2432         * libdocument/ev-form-field.h:
2433         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2434
2435         Fix build with current poppler cvs head.
2436
2437 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2440         * shell/eggfindbar.c: (egg_find_bar_init):
2441
2442         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2443         deprecation. Fixes bug #455667
2444
2445 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2446
2447         * NEWS:
2448         * configure.ac:
2449         
2450         Update for release 0.9.2
2451
2452 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-view.c: (ev_view_form_field_text_save),
2455         (ev_view_form_field_choice_save):
2456
2457         Fix a crash when closing whith a form widget visible.
2458
2459 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2462
2463         Update also the region of the current selected button when
2464         clicking on another button if they are radio buttons.
2465
2466 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2469         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2470         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2471         (ev_pixbuf_cache_get_link_mapping),
2472         (ev_pixbuf_cache_get_image_mapping),
2473         (ev_pixbuf_cache_get_form_field_mapping),
2474         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2475         * shell/ev-view.c: (ev_view_form_field_get_region),
2476         (ev_view_form_field_button_create_widget),
2477         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2478         (job_finished_cb):
2479
2480         Redraw only form field region instead of the whole page when
2481         reloading a page to show changes on the form field.
2482
2483 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * shell/ev-view.c: (ev_view_form_field_choice_save):
2486
2487         Fix selection of first item in list form fields.
2488
2489 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2492         (ev_pixbuf_cache_reload_page),
2493         (ev_pixbuf_cache_get_form_field_mapping):
2494
2495         Some refactoring to avoid duplicated code.
2496
2497 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * configure.ac:
2500         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2501         (ev_form_field_from_poppler_field),
2502         (pdf_document_forms_get_form_fields),
2503         (pdf_document_forms_form_field_text_get_text),
2504         (pdf_document_forms_form_field_text_set_text),
2505         (pdf_document_forms_form_field_button_set_state),
2506         (pdf_document_forms_form_field_button_get_state),
2507         (pdf_document_forms_form_field_choice_get_item),
2508         (pdf_document_forms_form_field_choice_get_n_items),
2509         (pdf_document_forms_form_field_choice_is_item_selected),
2510         (pdf_document_forms_form_field_choice_select_item),
2511         (pdf_document_forms_form_field_choice_toggle_item),
2512         (pdf_document_forms_form_field_choice_unselect_all),
2513         (pdf_document_forms_form_field_choice_set_text),
2514         (pdf_document_forms_form_field_choice_get_text),
2515         (pdf_document_document_forms_iface_init):
2516         * libdocument/Makefile.am:
2517         * libdocument/ev-form-field.[ch]:
2518         * libdocument/ev-document-forms.[ch]:
2519         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2520         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2521         (add_job), (ev_pixbuf_cache_reload_page),
2522         (ev_pixbuf_cache_get_form_field_mapping):
2523         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2524         * shell/ev-view-private.h:
2525         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2526         (ev_view_handle_cursor_over_xy),
2527         (ev_view_get_form_field_at_location),
2528         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2529         (ev_view_form_field_button_create_widget),
2530         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2531         (ev_view_form_field_text_create_widget),
2532         (ev_view_form_field_choice_save),
2533         (ev_view_form_field_choice_changed),
2534         (ev_view_form_field_choice_create_widget),
2535         (ev_view_handle_form_field), (ev_view_size_allocate),
2536         (ev_view_realize), (draw_end_presentation_page),
2537         (ev_view_button_press_event), (ev_view_remove_all),
2538         (ev_view_motion_notify_event), (ev_view_key_press_event),
2539         (ev_view_enter_notify_event), (highlight_find_results),
2540         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2541         (ev_view_class_init), (page_changed_cb),
2542         (on_adjustment_value_changed), (ev_view_set_presentation),
2543         (merge_selection_region), (ev_view_set_cursor),
2544         (ev_view_reset_presentation_state):
2545         
2546         Merge evince-forms branch.
2547
2548 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2549
2550         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2551
2552         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2553         This script also updates itself from libegg
2554
2555         * cut-n-paste/toolbar-editor/egg*:
2556         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2557         libegg
2558
2559 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2560
2561         * shell/ev-window.c:
2562         
2563         Adds a nice icon to page action during toolbar editing.
2564         See bug #452872.
2565
2566 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2567
2568         * data/evince-toolbar.xml:
2569         * shell/ev-window.c:
2570         
2571         Let user add a presentation and fullscreen icons on toolbar.
2572         See bug #449734.
2573
2574 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2575
2576         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2577
2578         new script to keep in sync with toolbareditor in libegg
2579
2580         * cut-n-paste/toolbar-editor/*: 
2581
2582         Run update-toolbareditor-from-libegg so we are in sync again. 
2583         Fixes bug #452850.
2584         
2585
2586 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * shell/ev-sidebar-links.c: (job_finished_callback):
2589
2590         Do not connect selection changed signal more than once. Fixes bug
2591         #349433.
2592
2593 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2596
2597         Do not change sidebar chrome flag when pressing F9 key in
2598         presentation mode.
2599
2600 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * backend/pdf/ev-poppler.cc:
2603         (pdf_document_thumbnails_get_dimensions):
2604
2605         Make sure thumbnails width and height is not <= 0. Fixes a crash
2606         with some pdf documents which have really small pages.
2607
2608 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2609
2610         * shell/main.c: (main):
2611
2612         Fixes program description translation issue.
2613         Bug #450148.
2614
2615 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2616
2617         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2618
2619         Do not change current page when returning from black/white mode
2620         in presentation. Fixes bug #415032.
2621
2622 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2623
2624         * NEWS:
2625         * configure.ac:
2626         
2627         Update for release 0.9.1
2628
2629 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2630
2631         * backend/dvi/dvi-document.c:
2632         (dvi_document_finalize),
2633         (dvi_document_file_exporter_format_supported),
2634         (dvi_document_file_exporter_begin),
2635         (dvi_document_file_exporter_do_page),
2636         (dvi_document_file_exporter_end),
2637         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2638         
2639         PDF exporter for dvi documents. Fixes bug #441319.
2640
2641 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2642
2643         * shell/ev-window.c: (ev_window_clear_print_job):
2644
2645         Clear gtk print job when job has finished. Fixes bug #447612.
2646
2647 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2648
2649         * shell/ev-window.c: (ev_window_print_send),
2650         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2651
2652         Add preview button to print dialog. Fixes bug #445419.
2653
2654 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2655
2656         * backend/dvi/Makefile.am:
2657         * backend/dvi/pixbuf-device.[ch]: Removed
2658         * backend/dvi/cairo-device.[ch]: Added
2659         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2660         * backend/dvi/dvi-document.c: (dvi_document_load),
2661         (dvi_document_render), (dvi_document_finalize),
2662         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2663         (dvi_document_do_color_special):
2664         * libdocument/ev-document-misc.[ch]:
2665         (ev_document_misc_pixbuf_from_surface):
2666
2667         Port dvi backend to cairo and fix a problem with colors. 
2668
2669 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-view.c: (draw_one_page):
2672
2673         Draw only visible region.
2674
2675 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2676
2677         * backend/djvu/djvu-document.c: (djvu_document_render):
2678
2679         Fix rotation in djvu backend.
2680
2681 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2684         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2685         (ev_pixbuf_cache_get_image_mapping),
2686         (ev_pixbuf_cache_get_text_mapping):
2687
2688         Redraw view every time we have a new surface. Fixes bug #443587.
2689
2690 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * libdocument/ev-document.c: (ev_document_info_free):
2693
2694         Fix memory leaks.
2695
2696 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2697
2698         * backend/dvi/dvi-document.c: (dvi_document_render),
2699         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2700         * backend/impress/impress-document.c:
2701         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2702         (impress_document_render), (impress_document_document_iface_init),
2703         (impress_document_thumbnails_get_thumbnail):
2704         * backend/djvu/djvu-document-private.h:
2705         * backend/djvu/djvu-document.c: (djvu_document_render),
2706         (djvu_document_finalize), (djvu_document_document_iface_init),
2707         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2708         * backend/tiff/tiff-document.c: (tiff_document_render),
2709         (tiff_document_render_pixbuf),
2710         (tiff_document_document_iface_init):
2711         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2712         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2713         (pdf_selection_render_selection):
2714         * backend/comics/comics-document.c:
2715         (comics_document_render_pixbuf), (comics_document_render),
2716         (comics_document_document_iface_init):
2717         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2718         (pixbuf_document_document_iface_init):
2719         * libdocument/ev-document-misc.[ch]:
2720         (ev_document_misc_surface_from_pixbuf),
2721         (ev_document_misc_surface_rotate_and_scale):
2722         * libdocument/ev-document.[ch]: (ev_document_render):
2723         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2724         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2725         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2726         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2727         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2728         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2729         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2730         (render_finished_cb), (ev_job_render_run):
2731         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2732         (merge_selection_region):
2733
2734         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2735         and selections.
2736
2737 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2738
2739         * shell/ev-window-title.c: (ev_window_title_update):
2740
2741         Fix memory leak.
2742
2743 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * shell/ev-view.c: (draw_loading_text):
2746
2747         Show loading text centered. Fixes bug #433061
2748
2749 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2750
2751         * shell/ev-sidebar-thumbnails.c:
2752         (ev_sidebar_thumbnails_set_loading_icon):
2753
2754         Remove a mutex in the main thread that blocks the UI in heavy
2755         documents.
2756
2757 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2760
2761         Set points_set to TRUE so that selections don't disappear after a
2762         zoom change.
2763
2764 2007-06-07  Michael Monreal  <infernux@web.de>
2765
2766         * data/icons/16x16/actions/Makefile.am:
2767         * data/icons/16x16/actions/zoom.svg:
2768         * data/icons/22x22/actions/Makefile.am:
2769         * data/icons/22x22/actions/zoom.svg:
2770         * data/icons/24x24/actions/Makefile.am:
2771         * shell/ev-stock-icons.c:
2772         * shell/ev-stock-icons.h:
2773         * shell/ev-window.c:
2774         
2775         Zoom icon artwork. See bug #444795.
2776
2777 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2778
2779         * shell/ev-metadata-manager.c: Remove extraneous function
2780         (Closes: #444386)
2781
2782 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2783
2784         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2785         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2786         (ev_metadata_manager_set), (ev_metadata_manager_save):
2787         Simplify the timeout, no need for modified anymore
2788
2789 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2790
2791         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2792         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2793         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2794         (ev_metadata_manager_save): Adapted patch from Arjan van de
2795         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2796         time, saves on power (Closes: #443851)
2797
2798 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * configure.ac:
2801         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2802         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2803
2804         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2805
2806 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2807
2808         * shell/ev-window.c: (ev_window_add_history):
2809
2810         Check if history is NULL
2811
2812 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2813
2814         * libdocument/ev-image.c: (ev_image_finalize):
2815         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2816         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2817         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2818         (ev_tmp_uri_unlink):
2819
2820         Add functions to delete temporary files created by evince in a safe
2821         way.
2822
2823         * shell/ev-window.c: (ev_window_clear_local_uri),
2824         (open_xfer_update_progress_callback),
2825         (save_xfer_update_progress_callback), (ev_window_save_remote),
2826         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2827         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2828         (attachment_save_dialog_response_cb),
2829         (ev_attachment_popup_cmd_save_attachment_as):
2830
2831         Allow saving a copy of a document, image or attachment to a remote
2832         location. Fixes bug #440754. 
2833
2834 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * configure.ac:
2837         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2838
2839         Fix build with current poppler from cvs head. 
2840
2841 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2842
2843         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2844
2845         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2846         directory exists.
2847
2848 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2849
2850         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2851         * shell/ev-window.c:
2852
2853         Change sidebar ordering. Fixes bug #439939.
2854
2855 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2856
2857         * backend/comics/Makefile.am:
2858         
2859         Fixes build with --without-libgnome.
2860
2861 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2862         
2863         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2864
2865         Update cursor and tooltip on page change and view scroll. Fixes bug
2866         #439217.
2867
2868 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2869
2870         * NEWS:
2871         * configure.ac:
2872         
2873         Update for release 0.9.0
2874
2875 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2876
2877         * backend/djvu/djvu-document-private.h:
2878         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2879         (djvu_document_finalize),
2880         (djvu_document_file_exporter_format_supported),
2881         (djvu_document_file_exporter_begin),
2882         (djvu_document_file_exporter_do_page),
2883         (djvu_document_file_exporter_end),
2884         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2885         
2886         Implemented printing with djvu. Bug #437998.
2887
2888 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * backend/impress/zip.c:
2891         Add missing ulong definition.
2892
2893         * backend/ps/ps-interpreter.c:
2894         Add missing headers.
2895
2896         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2897
2898 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2901
2902         Add missing call to parent class dispose method. 
2903
2904 2007-05-12  Ross Burton  <ross@openedhand.com>
2905
2906         * shell/main.c:
2907         Sync keybindings manually when building without libgnome
2908         (#437925).
2909
2910 2007-05-12  Ross Burton  <ross@openedhand.com>
2911
2912         * shell/ev-window.c:
2913         Respect the screen when opening help (#437866).
2914
2915 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * data/evince-ui.xml:
2918         * shell/ev-application.[ch]: (get_print_settings_from_args),
2919         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2920         (ev_application_open_uri_list):
2921         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2922         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2923         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2924         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2925         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2926         (ev_window_dispose):
2927         * shell/main.c: (arguments_parse):
2928
2929         Add print button in preview mode. Fixes bug #396475. 
2930
2931 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2932
2933         * cut-n-paste/zoom-control/ephy-zoom.h:
2934         
2935         Fixes zoom level factors. See bug #408119 for details.
2936
2937 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * backend/comics/comics-document.c: (comics_regex_quote),
2940         (extract_argv):
2941         
2942         Correctly quote symbols. Fixes crash in the bug
2943         #415370.
2944
2945 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2946
2947         * shell/ev-navigation-action-widget.c:
2948         (ev_navigation_action_widget_init),
2949         (ev_navigation_action_widget_class_init),
2950         (ev_navigation_action_widget_button_press_event):
2951         
2952         Connect to button-press event on correct widget. Fixes
2953         bug #431988
2954
2955 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * shell/ev-application.c: (ev_application_open_window),
2958         (ev_application_add_icon_path_for_screen),
2959         (ev_application_open_uri_at_dest):
2960         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2961         * shell/ev-navigation-action.c: (build_menu):
2962         
2963         Add app-specific icons to our icon theme. Fixes bug
2964         #425508.
2965
2966 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * shell/ev-history.c: (ev_history_class_init),
2969         (ev_history_add_link):
2970         * shell/ev-history.h:
2971         * shell/ev-navigation-action.c:
2972         (ev_navigation_action_history_changed),
2973         (ev_navigation_action_set_history), (build_menu),
2974         (ev_navigation_action_finalize):
2975         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2976         
2977         Make navigation action unsensitive instead of showing
2978         menu with unsensitive word. Fixes bug #417392.
2979
2980 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-application.[ch]: (ev_application_shutdown),
2983         (ev_application_get_print_settings),
2984         (ev_application_set_print_settings):
2985         * shell/ev-window.c:
2986
2987         Remember print settings. Fixes bug #349102. 
2988
2989 2007-05-08  Christian Persch  <chpe@gnome.org>
2990
2991         * configure.ac:
2992         * properties/ev-properties-view.c:
2993
2994         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2995         Bug #382438.
2996
2997 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * configure.ac:
3000         * properties/ev-properties-view.c: (ev_regular_paper_size):
3001
3002         Use gtk+ builtin paper list to identify the document's paper size.
3003         Fixes bug #382438. 
3004
3005 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * configure.ac:
3008
3009         Fix build when compiling with thumbnailer and libgnome support. 
3010
3011 2007-05-04  Ross Burton  <ross@openedhand.com>
3012
3013         * configure.ac:
3014         Add --without-libgnome, check for libgnome and libgnomeui
3015         separately, and add them to the symbols as required.
3016
3017         * libdocument/ev-file-helpers.c:
3018         When building without libgnome, use g_get_user_config_dir instead
3019         of gnome_user_dir_get.
3020
3021         * shell/ev-application.c:
3022         When building without libgnome, don't use session management.
3023
3024         * shell/main.c:
3025         When building without libgnome, don't use GnomeProgram or
3026         initialise the authentication manager.
3027
3028         This fixes #328842.
3029
3030 2007-05-04  Ross Burton  <ross@openedhand.com>
3031
3032         * shell/ev-window.c:
3033         Don't use libgnome to open help, instead call Yelp directly.
3034
3035 2007-05-04  Ross Burton  <ross@openedhand.com>
3036
3037         * shell/ev-sidebar-attachments.c:
3038         Don't use libgnome to lookup icons for MIME types, instead copy
3039         code from GTK+ to do it manually.
3040
3041 2007-05-04  Ross Burton  <ross@openedhand.com>
3042
3043         * configure.ac:
3044         Add libxml to the dependencies for SHELL_CORE (#435818).
3045
3046 2007-05-02  Ross Burton  <ross@openedhand.com>
3047
3048         * configure.ac:
3049         * Makefile.am:
3050         Add --disable-thumbnailer (#434825)
3051
3052 2007-05-02  Ross Burton  <ross@openedhand.com>
3053
3054         * shell/ev-window.c:
3055         Add missing includes, fix indentation.
3056
3057         * shell/main.c:
3058         Fix indentation.
3059
3060 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
3061
3062         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
3063         ev_application_open_uri_at_dest instead of ev_application_open_uri
3064         preventing new document always being opened in a new window even if there
3065         is an empty window.
3066
3067 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3068
3069         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3070         (egg_recent_view_uimanager_finalize):
3071         * properties/ev-properties-view.c: (ev_properties_view_dispose):
3072         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
3073         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
3074         (ev_pixbuf_cache_dispose):
3075         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
3076         * shell/ev-tooltip.c: (ev_tooltip_dispose):
3077         
3078         Add missing chain to parent class methods. Fixes
3079         bug #433128.
3080
3081 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
3082
3083         * data/Makefile.am (update-icon-cache): Updates
3084         gtk-update-icon-cache in uninstall-hook.
3085
3086 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/ev-window.c: (ev_window_setup_document),
3089         (ev_window_set_document), (ev_window_load_job_cb):
3090         * shell/ev-view.c: (setup_caches):
3091         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
3092
3093         Start rendering pages before any other jobs. 
3094
3095 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-window.c: (ev_window_stop_fullscreen),
3098         (ev_window_stop_presentation):
3099
3100         Update chrome visibility before window unfullscreen. 
3101
3102 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * data/Makefile.am:
3105         * data/evince-ui.xml:
3106         * shell/ev-stock-icons.[ch]:
3107         * shell/ev-application.[ch]: (ev_application_shutdown),
3108         (ev_application_init), (ev_application_get_toolbars_model):
3109         * shell/ev-window.c: (update_chrome_visibility),
3110         (fullscreen_toolbar_setup_item_properties),
3111         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
3112         (ev_window_run_presentation), (ev_window_stop_presentation),
3113         (ev_window_run_preview), (ev_window_screen_changed),
3114         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3115         (ev_window_dispose), (ev_window_init):
3116
3117         Make fullscreen toolbar always visible. Do not use egg toolbars for
3118         fullscreen and preview modes since such toolbars are not editables.
3119         Fixes bugs #300278, #338910 and #316188.  
3120
3121 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3122
3123         * shell/ev-application.c:
3124         * shell/ev-job-queue.c:
3125         * shell/ev-metadata-manager.c:
3126         * shell/ev-stock-icons.c:
3127         * shell/ev-window.c:
3128         * shell/main.c:
3129         
3130         Developers documentation updated.
3131
3132 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3133
3134         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3135
3136         Check whether uri is valid before launching it. Fixes bug #427664.
3137
3138 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-window.c:
3141
3142         Change key accelerator for Open a Copy menu entry which is in conflict
3143         with Close. Fixes bug #427321.
3144
3145 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3146
3147         * NEWS:
3148         * configure.ac:
3149         
3150         Update for release 0.8.1
3151
3152 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3153
3154         * shell/ev-window.c: (setup_size_from_metadata):
3155         
3156         Do not make window bigger than screen. Fixes bug 
3157         #388985.
3158
3159 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3160
3161         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3162         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3163
3164         Use default resolution when it's not provided by document. Fixes bug
3165         #408762.
3166
3167 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * configure.ac:
3170         * thumbnailer/Makefile.am:
3171         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3172         * thumbnailer/evince-thumbnailer.schemas.in:
3173         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3174
3175         Add support for ps, eps and compressed documents thumbnails. Do not
3176         ignore size parameter. 
3177
3178 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3179
3180         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3181         (dvi_document_do_color_special):
3182         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3183
3184         Implement font color specials in the DVI backend. Fixes bug #303651.
3185
3186 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3187
3188         Fixup the previous commit:
3189
3190         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3191         * shell/xdg-user-dir-lookup.c: Make the function non-static
3192         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3193
3194 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3195
3196         * shell/ev-window.c (file_open_dialog_response_cb): Use
3197         the xdg-user-dirs DOCUMENTS folder as default folder when
3198         opening a file chooser.  (#424858)
3199
3200         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3201         xdg-user-dirs.
3202
3203 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3204
3205         * shell/ev-window.c: (ev_window_load_job_cb):
3206
3207         Do not setup view from metadata on preview mode. 
3208
3209 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/main.c:
3212
3213         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3214
3215 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-view.c: (ev_view_primary_get_cb):
3218
3219         Check pointer != NULL before using it. Fixes bug #416841. 
3220
3221 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3222
3223         * NEWS:
3224         * configure.ac:
3225         
3226         Release 0.8.0
3227
3228 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3229
3230         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3231
3232         Do not render thumbnails when sidebar thumbnail page is not visible
3233         at startup. Fixes bug #416447. 
3234
3235 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3236
3237         * data/evince.desktop.in.in:
3238
3239         "Application" is not a valid category in the freedesktop specification.
3240
3241 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * libdocument/ev-file-helpers.[ch]: (compression_run),
3244         (ev_file_uncompress), (ev_file_compress):
3245         * shell/ev-window.c: (file_save_dialog_response_cb):
3246
3247         Save document compressed when saving a copy of a compressed document.
3248         Fixes bug #334542.
3249
3250 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3251
3252         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3253
3254         Allow deleting in goto window entry in presentation mode. 
3255
3256 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3257
3258         * Makefile.am: Dist MAINTAINERS.
3259
3260 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * shell/ev-window.c: (ev_window_update_actions):
3263
3264         Fix zoom shortcut keys when searching. Fixes bug #409828.
3265
3266 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-window.c: (ev_window_setup_document):
3269
3270         Fix crash when loading documents with only one page. 
3271
3272 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * backend/dvi/dvi-document.c:
3275         (dvi_document_thumbnails_get_dimensions),
3276         (dvi_document_thumbnails_get_thumbnail):
3277         * backend/impress/impress-document.c:
3278         (impress_document_thumbnails_get_thumbnail),
3279         (impress_document_thumbnails_get_dimensions):
3280         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3281         (ps_document_thumbnails_get_dimensions):
3282         * backend/djvu/djvu-document.c:
3283         (djvu_document_thumbnails_get_dimensions),
3284         (djvu_document_thumbnails_get_thumbnail):
3285         * backend/tiff/tiff-document.c:
3286         (tiff_document_thumbnails_get_thumbnail),
3287         (tiff_document_thumbnails_get_dimensions):
3288         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3289         (pdf_document_thumbnails_get_thumbnail),
3290         (pdf_document_thumbnails_get_dimensions):
3291         * backend/comics/comics-document.c:
3292         (comics_document_thumbnails_get_thumbnail),
3293         (comics_document_thumbnails_get_dimensions):
3294         * backend/pixbuf/pixbuf-document.c:
3295         (pixbuf_document_thumbnails_get_thumbnail),
3296         (pixbuf_document_thumbnails_get_dimensions):
3297         * libdocument/ev-document-thumbnails.[ch]:
3298         (ev_document_thumbnails_get_thumbnail),
3299         (ev_document_thumbnails_get_dimensions):
3300         * libdocument/ev-document-misc.[ch]:
3301         (ev_document_misc_get_thumbnail_frame):
3302         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3303         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3304         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3305         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3306         (ev_sidebar_thumbnails_refresh):
3307         * shell/ev-window.c: (ev_window_setup_document):
3308         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3309
3310         Use an EvRenderContext for rendering thumbnails instead of a suggested
3311         width, so that different sized pages get sized proportionally.
3312
3313 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-view.c: (ev_view_button_press_event),
3316         (ev_view_key_press_event):
3317
3318         Fix critical warnings when there is no document loaded. 
3319
3320 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-page-action-widget.c:
3323         * shell/ev-navigation-action.c:
3324         * shell/ev-window.c:
3325
3326         Fix compile warnings. 
3327
3328 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * backend/djvu/djvu-text.h:
3331         * backend/djvu/djvu-document.c:
3332         * backend/djvu/djvu-text-page.c:
3333         * backend/djvu/djvu-links.c:
3334         * backend/djvu/djvu-text-page.h:
3335         * backend/djvu/djvu-text.c:
3336         
3337         Fix build on Mac. Fixes bug #392186. Patch by
3338         <ephraim_owns@hotmail.com>
3339
3340 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3341
3342         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3343
3344         Restore cairo context before rendering every page when printing a PDF
3345         document into a PDF file. 
3346
3347 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3348
3349         * backend/ps/gstypes.h:
3350         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3351         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3352         (ps_document_thumbnails_get_thumbnail):
3353
3354         Handle PostScript page orientation. Fixes bug #318568.
3355
3356 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * backend/ps/Makefile.am:
3359         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3360         (document_load), (ps_document_load), (save_document),
3361         (save_page_list), (ps_document_get_n_pages),
3362         (ps_document_get_page_size), (ps_document_get_info),
3363         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3364         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3365         (ps_document_thumbnails_get_thumbnail),
3366         (ps_document_thumbnails_get_dimensions),
3367         (ps_document_document_thumbnails_iface_init):
3368         * backend/ps/ps.[ch]: (psgetpagebox):
3369         * backend/ps/ps-interpreter.[ch]:
3370
3371         Add support for thumbnails in ps backend. Fixes bug #164755. 
3372
3373 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3374
3375         * NEWS:
3376         * configure.ac:
3377         
3378         Release 0.7.2
3379
3380 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3381
3382         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3383         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3384         (ev_window_dispose):
3385
3386         Use document thumbnail as window icon. Fixes bug #384442.
3387
3388 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3389
3390         * configure.ac:
3391
3392         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3393         duplicated adding application/x-bzpostscript instead. 
3394
3395 2007-02-11  Tom Parker  <palfrey@tevp.net>
3396
3397         * backend/ps/ps-document.c: (document_load):
3398
3399         Check return value of psscan before trying
3400         to use it. Fixes bug #372414.
3401
3402 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3405
3406         Fix invalid free in ev-page-cache. Fixes bug #404745.
3407
3408 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3409
3410         * test/Makefile.am:
3411         * test/test3.py:
3412         
3413         Added reload test case.
3414
3415 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3416
3417         * po/POTFILES.in:
3418         * backend/djvu/djvu-document.c: (djvu_document_load):
3419
3420         Check whether there are missing files in indirect multipage djvu
3421         documents. Fixes bug #361683. 
3422
3423 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3424
3425         * test/Makefile.am:
3426         * test/test-mime.bin:
3427         * test/test3.py:
3428         
3429         Added test for slow mime type
3430
3431 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3434
3435         Add some checks and call parent_class->finalize. Fixes bug #404745.
3436
3437 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3438
3439         * shell/ev-navigation-action.c: (connect_proxy):
3440         
3441         Fixes dropdown history menu. Thanks a lot Carlos!
3442
3443 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3446
3447         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3448         bug #373715.
3449
3450 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3451
3452         * backend/ps/ps.c: (psscan):
3453
3454         Fix memory leak. 
3455
3456 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * configure.ac:
3459         * libdocument/ev-file-helpers.c: 
3460
3461         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3462
3463 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * configure.ac:
3466         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3467         (ps_interpreter_start), (document_load), (save_document),
3468         (save_page_list):
3469         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3470         * libdocument/ev-document-factory.c:
3471         (ev_document_factory_get_from_mime), (get_document_from_uri),
3472         (free_uncompressed_uri), (ev_document_factory_get_document):
3473         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3474
3475         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3476
3477 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * libdocument/ev-document.h:
3480
3481         Fix typo in function name. 
3482
3483 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3484
3485         * backend/ps/ps-document.c: (ps_interpreter_finished),
3486         (ps_interpreter_start), (ps_interpreter_failed):
3487
3488         Handle ghostscript interpreter crashes. 
3489
3490 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3491
3492         * shell/ev-window.c: (ev_window_open_uri),
3493         (window_configure_event_cb):
3494
3495         Setup window size and position before showing it. Fixes bug #401711.
3496
3497 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * backend/ps/Makefile.am:
3500         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3501         (ps_document_dispose), (ps_document_class_init),
3502         (ps_interpreter_input), (ps_interpreter_output),
3503         (ps_interpreter_error), (setup_interpreter_env),
3504         (ps_interpreter_start), (ps_interpreter_stop),
3505         (ps_interpreter_failed), (ps_interpreter_is_ready),
3506         (check_filecompressed), (document_load), (ps_document_load),
3507         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3508         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3509         (render_page):
3510
3511         Rework ps-document. Code cleanups, remove deprecated code. 
3512
3513 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3514
3515         * shell/ev-view.c: (ev_view_button_press_event):
3516
3517         Do not start an image drag and drop operation when pointer is on 
3518         text, so that we can select text when the whole background is an
3519         image. 
3520
3521 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-window.c: (ev_window_update_actions): 
3524
3525         Disable all zoom related actions during presentation mode. 
3526
3527 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3528
3529         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3530
3531         Do not zoom in or out on presentation mode. Fixes bug #401305.
3532
3533 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3534
3535         * shell/ev-navigation-action.c: (connect_proxy),
3536         (create_menu_item), (ev_navigation_action_class_init):
3537         
3538         Correctly show menu and fix crash when navigaton 
3539         action is out of toolbar visible area.
3540
3541 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3542
3543         * data/Makefile.am:
3544         * data/evince.1:
3545         
3546         Added man file
3547
3548 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * help/reference/* :
3551         * configure.ac:
3552         
3553         Added gtk-doc based documentation for Evince.
3554         Still in initial state but I hope it will
3555         grow.
3556         
3557         * configure.ac:
3558         
3559         Lower dbus requirement to 0.70
3560
3561 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * shell/ev-window.c: (ev_window_add_history):
3564
3565         Fix memory leak. 
3566
3567 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3568
3569         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3570         * shell/ev-view.h:
3571         * shell/ev-window.c: (ev_window_add_history):
3572         
3573         Correctly handle named destination links
3574
3575 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * NOTES:
3578         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3579         * backend/pdf/ev-poppler.cc:
3580         * libdocument/ev-document-links.h:
3581         * libdocument/ev-link.c: (ev_link_get_page):
3582         * libdocument/ev-link.h:
3583         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3584         (ev_history_add_link):
3585         * shell/ev-history.h:
3586         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3587         (new_history_menu_item), (build_menu):
3588         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3589         * shell/ev-sidebar-links.c: (create_loading_model),
3590         (print_section_cb), (ev_sidebar_links_construct),
3591         (fill_page_labels), (update_page_callback_foreach),
3592         (update_page_callback), (job_finished_callback):
3593         * shell/ev-view.c: (ev_view_handle_link):
3594         * shell/ev-window.c: (ev_window_find_chapter),
3595         (ev_window_add_history), (view_handle_link_cb),
3596         (history_changed_cb):
3597         
3598         Implements another history variant
3599
3600 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * shell/ev-window.c: (view_external_link_cb):
3603         * shell/ev-view.c: (ev_view_button_release_event):
3604
3605         Open links in new window when clicking with middle button. 
3606
3607 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * shell/ev-navigation-action.c: (new_history_menu_item):
3610         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3611         * shell/ev-view.c: (ev_view_handle_link):
3612         * shell/ev-window.c:
3613         
3614         Store link before jump, not the destination. For me it 
3615         seems like more natural history behavior.
3616
3617 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3620         (ev_navigation_action_class_init):
3621         * shell/ev-navigation-action.h:
3622         * shell/ev-page-action.c: (activate_cb):
3623         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3624         (ev_page_cache_set_current_page_history):
3625         * shell/ev-page-cache.h:
3626         * shell/ev-sidebar-thumbnails.c:
3627         (ev_sidebar_tree_selection_changed),
3628         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3629         * shell/ev-view-private.h:
3630         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3631         * shell/ev-view.h:
3632         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3633         (ev_window_setup_document), (ev_window_load_job_cb):
3634         * shell/ev-window.h:
3635         
3636         History finally works as expected.
3637
3638 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3641
3642         Do not update links treeview if it doesn't have a model assigned yet. 
3643
3644 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3647         (ev_sidebar_links_class_init), (update_page_callback):
3648
3649         Do not update links treeview when sidepane is not visible. 
3650
3651 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * shell/ev-marshal.list:
3654         * shell/ev-page-action.c: (activate_cb),
3655         (ev_page_action_class_init):
3656         * shell/ev-page-action.h:
3657         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3658         * shell/ev-window.c:
3659         
3660         Remove activate_link signal, not required.
3661
3662 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3663
3664         * shell/ev-navigation-action.c: (build_menu):
3665         
3666         Reorder menu items and build menu with fixed length.
3667
3668 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3669
3670         * shell/ev-view.c: (get_selected_text):
3671         
3672         Normalize text to fix ligatures problem. See bug
3673         #341947 for details.
3674
3675 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3676
3677         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3678
3679         Fix memory leak in ev-page-cache. 
3680
3681 2007-01-25  Tom Parker <palfrey@tevp.net>
3682
3683         * backend/impress/impress-document.c: (impress_document_load),
3684         (impress_document_finalize), (impress_document_init):
3685         * properties/ev-properties-main.c: (ev_properties_get_pages):
3686         
3687         Correctly handle impress document errors. Fixes nautilus
3688         crash in property page #370491.
3689
3690 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3691
3692         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3693         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3694         (ev_job_queue_remove_job):
3695         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3696         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3697         (ev_job_load_run):
3698         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3699         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3700         (ev_window_load_job_cb), (xfer_update_progress_callback),
3701         (ev_window_open_uri), (ev_window_dispose):
3702         * shell/main.c: (main):
3703
3704         Do file transfer asynchronously in the main thread instead of
3705         synchronously in the load thread. Fixes bugs #399694, #398307 and
3706         #343542.
3707
3708 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-jobs.c: (ev_job_xfer_run):
3711
3712         Load the document with the font-config lock held. 
3713
3714 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * backend/ps/ps-document.c: (start_interpreter):
3717
3718         Fix memory leaks in ps backend. 
3719
3720 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * backend/impress/impress-document.c:
3723         (impress_document_render_pixbuf):
3724
3725         Do not acquire fontconfig lock in impress backend, since it is using
3726         the main loop for rendering. 
3727
3728 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * po/POTFILES.in: 
3731
3732         Remove mdvi files that shouldn't be translated. 
3733
3734 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3735
3736         * shell/ev-view-private.h:
3737         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3738         (ev_view_set_zoom):
3739
3740         Render "loading..." text into a cairo surface instead of directly into
3741         the window so that fontconfig lock is only needed once and UI is not
3742         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3743
3744 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3747         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3748
3749         Use icon theme associated with the window screen rather than default. 
3750
3751 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3752
3753         * configure.ac:
3754
3755         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3756
3757 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3758
3759         * data/icons/*/apps/evince.*:
3760
3761         Move Evince icons under new apps directory.
3762
3763         * data/icons/*/actions/*:
3764
3765         Add new custom themeable Evince icons: view-page-continuous, 
3766         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3767         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3768
3769         * configure.ac:
3770
3771         Add new directories to AC_CONFIG_FILES.
3772
3773         * shell/ev-stock-icons.c:
3774         * shell/ev-stock-icons.h:
3775
3776         Use new custom themeable icons.
3777
3778 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3781
3782         Do not draw white background page in presentation mode. 
3783
3784 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3785
3786         * shell/ev-view.c: Remove unused gnome-vfs include.
3787
3788 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3789
3790         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3791         
3792         Format string is corrected, fixes bug #397129.
3793
3794 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-window.c: (ev_window_setup_recent):
3797
3798         Do not include in recent menu inexistent documents. Fixes
3799         bug #339171.
3800
3801 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3802
3803         * po/POTFILES.skip: 
3804
3805         Update POTFILES.skip file according to current source tree. 
3806
3807 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-window.c: (file_save_dialog_response_cb):
3810
3811         Do Save a copy in atomic way. Fixes bug #328266. 
3812
3813 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3816
3817         Keep selected cell always visible in index treeview.
3818
3819 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3820         
3821         * shell/ev-view.c: (ev_view_size_allocate):
3822
3823         Restore horizontal scrollbar after switching to/from fullscreen
3824         or presentation mode. Fixes bug #331728.
3825
3826 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * shell/ev-view-private.h:
3829         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3830         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3831         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3832         (ev_view_can_zoom_out):
3833
3834         Use max and min scale values in the view iby taking dpi into account. 
3835
3836 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * configure.ac:
3839         * NEWS:
3840
3841         Release 0.7.1
3842
3843 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3844
3845         * shell/ev-window.c: (ev_window_print_send):
3846
3847         Send print job to printer with some settings set to default values,
3848         since we have already exported to a file according to such settings
3849         and they could be taken twice by some printers. 
3850
3851 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * shell/ev-jobs.c: (ev_job_xfer_run):
3854         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3855
3856         Show main window and load document with the font-config lock held. 
3857
3858 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * configure.ac:
3861         * shell/ev-application.c: (ev_application_register_service):
3862         * shell/main.c: (load_files_remote):
3863
3864         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3865
3866 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3867
3868         * doc/debugging.txt:
3869         
3870         Remove obsolete documentation.
3871
3872 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3873
3874         * Makefile.am:
3875         * backend/Makefile.am:
3876         * backend/comics/Makefile.am:
3877         * backend/djvu/Makefile.am:
3878         * backend/dvi/Makefile.am:
3879         * backend/ev-async-renderer.c:
3880         * backend/ev-async-renderer.h:
3881         * backend/ev-attachment.c:
3882         * backend/ev-attachment.h:
3883         * backend/ev-backend-marshal.c:
3884         * backend/ev-document-factory.c:
3885         * backend/ev-document-factory.h:
3886         * backend/ev-document-find.c:
3887         * backend/ev-document-find.h:
3888         * backend/ev-document-fonts.c:
3889         * backend/ev-document-fonts.h:
3890         * backend/ev-document-images.c:
3891         * backend/ev-document-images.h:
3892         * backend/ev-document-info.h:
3893         * backend/ev-document-links.c:
3894         * backend/ev-document-links.h:
3895         * backend/ev-document-misc.c:
3896         * backend/ev-document-misc.h:
3897         * backend/ev-document-security.c:
3898         * backend/ev-document-security.h:
3899         * backend/ev-document-thumbnails.c:
3900         * backend/ev-document-thumbnails.h:
3901         * backend/ev-document-transition.c:
3902         * backend/ev-document-transition.h:
3903         * backend/ev-document.c:
3904         * backend/ev-document.h:
3905         * backend/ev-file-exporter.c:
3906         * backend/ev-file-exporter.h:
3907         * backend/ev-image.c:
3908         * backend/ev-image.h:
3909         * backend/ev-link-action.c:
3910         * backend/ev-link-action.h:
3911         * backend/ev-link-dest.c:
3912         * backend/ev-link-dest.h:
3913         * backend/ev-link.c:
3914         * backend/ev-link.h:
3915         * backend/ev-render-context.c:
3916         * backend/ev-render-context.h:
3917         * backend/ev-selection.c:
3918         * backend/ev-selection.h:
3919         * backend/impress/Makefile.am:
3920         * backend/pdf/Makefile.am:
3921         * backend/pixbuf/Makefile.am:
3922         * backend/ps/Makefile.am:
3923         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3924         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3925         (start_interpreter), (stop_interpreter), (document_load),
3926         (ps_document_next_page), (render_page):
3927         * backend/tiff/Makefile.am:
3928         * comics/Makefile.am:
3929         * comics/comics-document.c:
3930         * comics/comics-document.h:
3931         * configure.ac:
3932         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3933         * djvu/Makefile.am:
3934         * djvu/djvu-document-private.h:
3935         * djvu/djvu-document.c:
3936         * djvu/djvu-document.h:
3937         * djvu/djvu-links.c:
3938         * djvu/djvu-links.h:
3939         * djvu/djvu-text-page.c:
3940         * djvu/djvu-text-page.h:
3941         * djvu/djvu-text.c:
3942         * djvu/djvu-text.h:
3943         * dvi/Makefile.am:
3944         * dvi/dvi-document.c:
3945         * dvi/dvi-document.h:
3946         * dvi/fonts.c:
3947         * dvi/fonts.h:
3948         * dvi/mdvi-lib/Makefile.am:
3949         * dvi/mdvi-lib/afmparse.c:
3950         * dvi/mdvi-lib/afmparse.h:
3951         * dvi/mdvi-lib/bitmap.c:
3952         * dvi/mdvi-lib/bitmap.h:
3953         * dvi/mdvi-lib/color.c:
3954         * dvi/mdvi-lib/color.h:
3955         * dvi/mdvi-lib/common.c:
3956         * dvi/mdvi-lib/common.h:
3957         * dvi/mdvi-lib/defaults.h:
3958         * dvi/mdvi-lib/dvimisc.c:
3959         * dvi/mdvi-lib/dviopcodes.h:
3960         * dvi/mdvi-lib/dviread.c:
3961         * dvi/mdvi-lib/files.c:
3962         * dvi/mdvi-lib/font.c:
3963         * dvi/mdvi-lib/fontmap.c:
3964         * dvi/mdvi-lib/fontmap.h:
3965         * dvi/mdvi-lib/fontsrch.c:
3966         * dvi/mdvi-lib/gf.c:
3967         * dvi/mdvi-lib/hash.c:
3968         * dvi/mdvi-lib/hash.h:
3969         * dvi/mdvi-lib/list.c:
3970         * dvi/mdvi-lib/mdvi.h:
3971         * dvi/mdvi-lib/pagesel.c:
3972         * dvi/mdvi-lib/paper.c:
3973         * dvi/mdvi-lib/paper.h:
3974         * dvi/mdvi-lib/pk.c:
3975         * dvi/mdvi-lib/private.h:
3976         * dvi/mdvi-lib/setup.c:
3977         * dvi/mdvi-lib/sp-epsf.c:
3978         * dvi/mdvi-lib/special.c:
3979         * dvi/mdvi-lib/sysdeps.h:
3980         * dvi/mdvi-lib/t1.c:
3981         * dvi/mdvi-lib/tfm.c:
3982         * dvi/mdvi-lib/tfmfile.c:
3983         * dvi/mdvi-lib/tt.c:
3984         * dvi/mdvi-lib/util.c:
3985         * dvi/mdvi-lib/vf.c:
3986         * dvi/pixbuf-device.c:
3987         * dvi/pixbuf-device.h:
3988         * impress/Makefile.am:
3989         * impress/common.h:
3990         * impress/document.c:
3991         * impress/f_oasis.c:
3992         * impress/f_oo13.c:
3993         * impress/iksemel.c:
3994         * impress/iksemel.h:
3995         * impress/imposter.h:
3996         * impress/impress-document.c:
3997         * impress/impress-document.h:
3998         * impress/internal.h:
3999         * impress/r_back.c:
4000         * impress/r_draw.c:
4001         * impress/r_geometry.c:
4002         * impress/r_gradient.c:
4003         * impress/r_style.c:
4004         * impress/r_text.c:
4005         * impress/render.c:
4006         * impress/render.h:
4007         * impress/zip.c:
4008         * impress/zip.h:
4009         * lib/Makefile.am:
4010         * lib/ev-debug.c:
4011         * lib/ev-debug.h:
4012         * lib/ev-file-helpers.c:
4013         * lib/ev-file-helpers.h:
4014         * lib/ev-gui.c:
4015         * lib/ev-gui.h:
4016         * lib/ev-tooltip.c:
4017         * lib/ev-tooltip.h:
4018         * libdocument/Makefile.am:
4019         * libdocument/ev-file-helpers.c:
4020         * pdf/Makefile.am:
4021         * pdf/ev-poppler.cc:
4022         * pdf/ev-poppler.h:
4023         * pixbuf/Makefile.am:
4024         * pixbuf/pixbuf-document.c:
4025         * pixbuf/pixbuf-document.h:
4026         * properties/Makefile.am:
4027         * ps/Makefile.am:
4028         * ps/gsdefaults.c:
4029         * ps/gsdefaults.h:
4030         * ps/gsio.c:
4031         * ps/gsio.h:
4032         * ps/gstypes.h:
4033         * ps/ps-document.c:
4034         * ps/ps-document.h:
4035         * ps/ps.c:
4036         * ps/ps.h:
4037         * shell/Makefile.am:
4038         * shell/ev-application.h:
4039         * shell/ev-sidebar-links.c:
4040         * shell/ev-sidebar-links.h:
4041         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
4042         (ev_gui_menu_position_tree_selection):
4043         * shell/ev-utils.h:
4044         * shell/ev-view.c: (ev_view_finalize):
4045         * shell/ev-window.c:
4046         * shell/main.c: (main):
4047         * thumbnailer/Makefile.am:
4048         * tiff/Makefile.am:
4049         * tiff/tiff-document.c:
4050         * tiff/tiff-document.h:
4051         * tiff/tiff2ps.c:
4052         * tiff/tiff2ps.h:
4053         
4054         Reorganize source tree.
4055
4056 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4057
4058         * backend/ev-document-factory.c:
4059
4060         Do not include ev-poppler.h when pdf is disabled. 
4061
4062 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4063
4064         * configure.ac:
4065         * data/evince-ui.xml:
4066         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
4067         (pdf_document_document_images_iface_init):
4068         * backend/Makefile.am:
4069         * backend/ev-document-images.[ch]:
4070         * backend/ev-image.[ch]:
4071         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
4072         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
4073         (ev_job_xfer_run):
4074         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4075         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4076         (ev_pixbuf_cache_get_image_mapping):
4077         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
4078         (view_menu_popup_cb), (ev_window_dispose),
4079         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4080         (ev_view_popup_cmd_copy_image):
4081         * shell/ev-view-private.h:
4082         * shell/ev-view.c: (ev_view_get_image_at_location),
4083         (ev_view_do_popup_menu), (ev_view_popup_menu),
4084         (ev_view_button_press_event), (ev_view_drag_data_get),
4085         (ev_view_drag_motion), (ev_view_drag_data_received),
4086         (ev_view_motion_notify_event), (ev_view_button_release_event),
4087         (ev_view_finalize), (ev_view_class_init):
4088
4089         Add image handling support. Fixes bugs #310008 and #325047. Images
4090         selection is not supported yet. 
4091
4092 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
4095         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
4096         (ev_view_init):
4097
4098         Move view drag and drop stuff to ev-view.
4099
4100 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4101
4102         * shell/ev-pixbuf-cache.c: (clear_job_selection):
4103         * shell/ev-view.c: (clear_selection): 
4104
4105         Clear selection also in pixbuf cache.
4106
4107 2007-01-02  Luca Ferretti <elle.uca@libero.it>
4108
4109         * data/evince.desktop.in.in:
4110         
4111         Change icon name in desktop file. See bug #390734
4112         for details.
4113
4114 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4115
4116         * thumbnailer/Makefile.am:
4117
4118         Use top_builddir instead top_srcdir for generated schema
4119         file installation. Fixes bug #390161.
4120
4121 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * configure.ac:
4124         * backend/Makefile.am:
4125         * backend/ev-document-transition.[ch]:
4126         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4127         (pdf_document_page_transition_iface_init):
4128         * shell/ev-view-private.h:
4129         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4130         (ev_view_set_presentation), (transition_next_page),
4131         (ev_view_presentation_transition_stop),
4132         (ev_view_presentation_transition_start), (ev_view_next_page):
4133
4134         Add page transition support in presentation mode. At the moment only
4135         page duration is supported, but not transition effects. Fixes bug
4136         #309815.
4137
4138 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4141
4142         Run find_link_dest with document lock held, since it's called by links
4143         thread and main thread at the same time. 
4144
4145 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-view.c: (goto_dest):
4148
4149         Update page-cache when page is changed by the view, so that
4150         page-changed signal is emitted. 
4151
4152 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4153
4154         * test/test1.py:
4155         * test/test2.py:
4156
4157         Use C locale in tests. 
4158
4159 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-window.c: (ev_window_run_presentation):
4162         * shell/ev-view-private.h:
4163         * shell/ev-view.c: (ev_view_set_presentation):
4164
4165         Restore zoom settings when back from presentation mode. 
4166
4167 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4168
4169         * shell/ev-window.c: (ev_window_run_presentation):
4170
4171         Always use "best fit" zoom in presentation mode.
4172         Fixes bug #389195.
4173
4174 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4175
4176         * shell/ev-view.c: (ev_view_goto_window_create):
4177
4178         Show "Jump to page" label in the page jumping popup in
4179         presentation mode instead of just a GtkEntry.
4180
4181 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4182
4183         * shell/ev-window.c: (launch_external_uri):
4184
4185         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4186         #378085.
4187
4188 2006-12-22  Elijah Newren  <newren gmail com>
4189
4190         * configure.ac: explicitly check for libxml2.  Fixes #388795
4191
4192 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-view-private.h:
4195         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4196         (ev_view_goto_window_delete_event), (key_is_numeric),
4197         (ev_view_goto_window_key_press_event),
4198         (ev_view_goto_window_button_press_event),
4199         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4200         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4201         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4202
4203         Allow jumping to another page by typing a page number in presentation
4204         mode. It uses a popup window with an entry. Fixes bug #353625.
4205
4206 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * configure.ac:
4209         * properties/ev-properties-view.c: (ev_get_default_user_units),
4210         (ev_regular_paper_size):
4211         
4212         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4213         to Damien Carbery <damien.carbery@sun.com> and
4214         Yevgen Muntyan <muntyan@tamu.edu>.
4215
4216 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4217
4218         * shell/ev-window.c: (setup_document_from_metadata):
4219
4220         Make sure Evince doesn't restore the view on the last
4221         page when a document is reopened. Fixes bug #383381.
4222
4223 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4224
4225         * shell/ev-view.c: (draw_loading_text):
4226
4227         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4228
4229 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4230
4231         * configure.ac:
4232         * NEWS:
4233
4234         Release 0.7.0
4235
4236 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4237
4238         * configure.ac:
4239         * pdf/ev-poppler.cc: (pdf_print_context_free),
4240         (pdf_document_file_exporter_begin),
4241         (pdf_document_file_exporter_do_page):
4242
4243         Make cairo-pdf depedency optional. 
4244
4245 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4246
4247         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4248
4249         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4250
4251 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4254         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4255         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4256         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4257         * shell/ev-view.c: (draw_loading_text):
4258         * shell/ev-window.c: (ev_window_cmd_file_properties):
4259
4260         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4261         related to using FontConfig from different threads.
4262         
4263 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4264
4265         * shell/ev-view.c: (draw_loading_text):
4266
4267         Acquire lock document when drawing "Loading..." text so that only one
4268         thread will use FontConfig at the same time. Fixes bug #374750.
4269
4270 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * shell/ev-page-action.[ch]: (activate_cb):
4273         * shell/ev-window.c: (activate_label_cb):
4274
4275         Check if text inserted in page entry is a valid page number when it
4276         doesn't match to any document page label. Fixes bug #383165.
4277
4278 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4279         * shell/ev-window.c:
4280
4281         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4282         available with GTK < 2.10. Added an ifdef to avoid compilation
4283         error.
4284
4285 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4286
4287         * configure.ac:
4288         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4289
4290         Fix ps backend in multihead systems.
4291
4292 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4293
4294         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4295         * shell/ev-window.c: (ev_window_get_screen_dpi),
4296         (ev_window_update_actions), (setup_view_from_metadata),
4297         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4298
4299         Take screen DPI into account when zooming. Fixes bug #318285.
4300
4301 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4302
4303         * data/Makefile.am:
4304
4305         Cleaned up/slightly refactored Makefile.am. Added GConf
4306         schemas uninstallation as well.
4307
4308 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4309
4310         * Makefile.am:
4311         * test/Makefile.am:
4312
4313         Fight with autotools to fix make check. Make distcheck
4314         works fine as well now!
4315
4316 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4317
4318         * shell/ev-view.c: (draw_end_presentation_page):
4319
4320         Corrected "end of presentation" string.
4321
4322 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4323
4324         * shell/ev-view.c: (ev_view_key_press_event):
4325
4326         Correctly propagate key press event so that up/down keys
4327         work as expected (correct behaviour was broken by
4328         black/white screen key bindings for presentations).
4329
4330 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4331
4332         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4333         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4334         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4335         (pdf_selection_get_selection_region),
4336         (pdf_selection_get_selection_map):
4337
4338         Add "static" to some private functions. 
4339
4340 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4341
4342         * lib/ev-tooltip.h:
4343         * properties/ev-properties-view.h:
4344         * shell/ev-jobs.h:
4345         * shell/ev-properties-dialog.h:
4346         * shell/ev-properties-fonts.h:
4347         * shell/ev-sidebar-links.h:
4348         * shell/ev-sidebar-thumbnails.h:
4349         * shell/ev-sidebar.h:
4350         * shell/ev-window.h:
4351         
4352         Fixes CHACK type in class casts. See bug #385343
4353         for details.
4354
4355 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4356
4357         * shell/ev-view-private.h:
4358         * shell/ev-view.c: (draw_end_presentation_page),
4359         (ev_view_expose_event), (ev_view_key_press_event),
4360         (ev_view_class_init), (ev_view_init):
4361
4362         Blank screen in presentation mode when pressing 'b' (filling with
4363         black) or 'w' (filling with white) keys. Fixes bug #358132.
4364
4365 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4366
4367         * data/evince-toolbar.xml:
4368         * shell/ev-window.c:
4369         
4370         Use stock icon for Select All action. Fixes
4371         bug #382652.
4372
4373 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4374
4375         * shell/ev-view.c: (get_doc_point_from_offset),
4376         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4377
4378         Add links support in rotated documents. Fixes bug #343733.
4379
4380 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * shell/ev-view-private.h:
4383         * shell/ev-view.c: (draw_end_presentation_page),
4384         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4385
4386         Show a blank page after the last page in presentation mode with a
4387         message indicating that presentation has finished and how to exit. 
4388
4389 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * shell/ev-window.c: (fullscreen_timeout_cb):
4392
4393         Hide cursor after a while in presentation mode. 
4394
4395 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4396
4397         * backend/ev-document-info.h:
4398         * data/evince-properties.glade:
4399         * pdf/ev-poppler.cc:
4400         * properties/ev-properties-view.c: (ev_regular_paper_size),
4401         (ev_properties_view_set_info):
4402         * ps/ps-document.c: (ps_document_get_info):
4403
4404         Adds a paper size field to the properties dialog. Fixes
4405         bug #307315. Patch by Kasper Svendsen (with some i18n
4406         changes done by me).
4407
4408 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4411         (screensaver_init_dbus), (totem_scrsaver_new),
4412         (totem_scrsaver_init):
4413         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4414         * shell/ev-application.c: (ev_application_register_service),
4415         (ev_application_screensaver_enable),
4416         (ev_application_screensaver_disable):
4417         * shell/ev-application.h:
4418         * shell/ev-window.c: (ev_window_run_presentation),
4419         (ev_window_stop_presentation), (build_comments_string),
4420         (ev_window_init):
4421         
4422         Move screensaver handling to application. No more
4423         message on startup.
4424
4425 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4426
4427         * configure.ac:
4428         * backend/Makefile.am:
4429         * backend/ev-file-exporter.[ch]:
4430         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4431         * ps/ps-document.c: (ps_document_file_exporter_*):
4432         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4433         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4434         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4435         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4436
4437         Allow printing to PDF when suppoted by the backend.
4438         
4439 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * shell/ev-window.c: (build_comments_string):
4442
4443         Use always "Document Viewer" in about dialog. 
4444
4445 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4446
4447         * djvu/djvu-document.c: (djvu_document_get_page_size):
4448
4449         Display a warning message when get_pageinfo fails. 
4450
4451 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4452
4453         * Makefile.am:
4454         * backend/Makefile.am:
4455         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4456         * configure.ac:
4457         * shell/ev-window.c: (build_comments_string):
4458         
4459         Make pdf compilation optional. See bug #38007.
4460
4461 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4462
4463         * ps/ps.c: (get_next_text):
4464
4465         Fix CVE-2006-5864.
4466
4467 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4470         * shell/ev-navigation-action.c: (connect_proxy),
4471         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4472         
4473         Do not call g_type_class_peek_parent twice.
4474
4475 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4476
4477         * configure.ac:
4478         * data/icons/24x24/.cvsignore:
4479         * data/icons/24x24/Makefile.am:
4480         * data/icons/24x24/evince.png:
4481         * data/icons/Makefile.am:
4482         
4483         Add 24x24 icon. Thanks to 
4484         Michael Monreal <infernux@web.de>.
4485
4486 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * configure.ac: Fix typo in configure.ac. Thanks
4489         to dmacks@netspace.org for notification.
4490
4491 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4494         
4495         Drop dbus include, fixes compilation with older dbus.
4496
4497 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4498
4499         * configure.ac:
4500         * cut-n-paste/Makefile.am:
4501         * cut-n-paste/totem-screensaver/.cvsignore
4502         * cut-n-paste/totem-screensaver/Makefile.am:
4503         * cut-n-paste/totem-screensaver/README:
4504         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4505         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4506         * shell/Makefile.am:
4507         * shell/ev-window.c: (ev_window_run_presentation),
4508         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4509         (ev_window_init):
4510
4511         Implemented screensaver enabling/disabling for
4512         presentation mode (not fullscreen mode). Code stolen
4513         from Totem (with some minor tweaks). Fixes bug #338889.
4514
4515 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4516
4517         * configure.ac:
4518
4519         Bump gnome-icon-theme requirements. We use the rotation
4520         icons that appeared recently.
4521
4522 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * shell/ev-history.c: (ev_history_add_page):
4525         * shell/ev-history.h:
4526         * shell/ev-window.c: (page_changed_cb):
4527         
4528         Use page labels instead of numbers.
4529
4530 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4531
4532         * data/evince-toolbar.xml:
4533         * po/POTFILES.in:
4534         * shell/Makefile.am:
4535         * shell/ev-navigation-action-widget.c:
4536         (ev_navigation_action_widget_init),
4537         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4538         (menu_detacher), (ev_navigation_action_widget_set_menu),
4539         (menu_position_func), (popup_menu_under_arrow),
4540         (ev_navigation_action_widget_toggled),
4541         (ev_navigation_action_widget_button_press_event):
4542         * shell/ev-navigation-action-widget.h:
4543         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4544         (ev_navigation_action_set_window), (activate_menu_item_cb),
4545         (new_history_menu_item), (new_empty_history_menu_item),
4546         (build_menu), (menu_activated_cb), (connect_proxy),
4547         (create_tool_item), (ev_navigation_action_init),
4548         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4549         * shell/ev-navigation-action.h:
4550         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4551         (ev_page_action_widget_set_page_cache),
4552         (ev_page_action_widget_finalize),
4553         (ev_page_action_widget_class_init), (match_selected_cb),
4554         (display_completion_text), (match_completion), (build_new_tree_cb),
4555         (get_filter_model_from_model),
4556         (ev_page_action_widget_update_model):
4557         * shell/ev-page-action-widget.h:
4558         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4559         (connect_proxy):
4560         * shell/ev-page-action.h:
4561         * shell/ev-stock-icons.c:
4562         * shell/ev-stock-icons.h:
4563         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4564         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4565         (register_custom_actions):
4566         * shell/main.c:
4567         
4568         Preliminary history implementation
4569
4570 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4573         (dvi_document_class_init), (dvi_document_init_params):
4574         * dvi/mdvi-lib/font.c: (font_reference):
4575         
4576         Add reference to subfont. Fixes bug #374277.
4577
4578 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4579
4580         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4581         (ev_window_cmd_file_open_copy_at_dest):
4582
4583         Fix a race condition when creating symlink. Increase the counter
4584         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4585         Mathias Hasselmann).
4586
4587 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * backend/Makefile.am:
4590         * backend/ev-attachment.c: (ev_attachment_open):
4591         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4592         (ev_tmp_dir), (ev_tmp_filename):
4593         * shell/ev-sidebar-attachments.c:
4594         (ev_sidebar_attachments_drag_data_get):
4595         * shell/ev-window.c: (ev_window_clear_temp_file):
4596
4597         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4598         in ensure_dir_exists. Abort without crashing when we can't create
4599         user's directory.
4600
4601 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * data/evince-ui.xml:
4604         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4605         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4606         (ev_window_cmd_file_open_copy_at_dest),
4607         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4608         (ev_view_popup_cmd_open_link_new_window):
4609
4610         Allow opening a copy of the current document in a new window. Fixes bug
4611         #357472
4612
4613 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * data/evince-toolbar.xml:
4616         
4617         Add rotate right and rotate left to available items for toolbar.
4618         
4619         * data/evince-ui.xml:
4620         * shell/ev-window.c: (ev_window_init):
4621         
4622         Customize toolbar with right click. Fixes bug #372451.
4623
4624 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4625
4626         * shell/ev-window.c: 
4627         
4628         Use "object-rotate-{left,right}" stock icons. Fixes 
4629         bug #373863.
4630
4631 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4632
4633         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4634         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4635         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4636         (ev_window_open_uri):
4637         * shell/main.c: (arguments_parse):
4638
4639         Remove temp file created when evince is used by GTK+ in
4640         preview mode. Fixes bug #365282. 
4641
4642 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4645         
4646         Fixes bug #372474 - Side pane disabled when entering 
4647         and leaving fullscreen mode.
4648
4649 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4650
4651         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4652         * data/Makefile.am:
4653         * data/evince-preview-toolbar.xml:
4654         * data/evince-toolbar.xml:
4655         * shell/ev-application.c: (ev_application_shutdown),
4656         (ev_application_init), (ev_application_get_toolbars_model):
4657         * shell/ev-application.h:
4658         * shell/ev-window.c: (update_chrome_visibility),
4659         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4660         (ev_window_cmd_edit_toolbar), (ev_window_init):
4661         
4662         Fixes bug #364364 - toolbar editor shows zoom actions again.
4663
4664 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4665
4666         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4667
4668         Do not take margins into consideration for paper size when printing.
4669         Really fixes bug #350491.
4670
4671 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * data/evince-ui.xml:
4674         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4675         (ev_window_cmd_file_print_setup),
4676         (ev_window_print_dialog_response_cb),
4677         (ev_window_setup_action_sensitivity):
4678
4679         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4680
4681 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4682
4683         * shell/ev-window.c: (ev_window_print_range):
4684
4685         Revert my previuos commit, since printing to PDF is not supported by
4686         evince yet. 
4687
4688 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * shell/ev-window.c: (ev_window_print_range):
4691
4692         Enable print to a PDF. Fixes bug #332121.
4693
4694 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * shell/ev-application-service.xml:
4697         * shell/ev-application.[ch]: (ev_application_open_window),
4698         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4699         (ev_application_open_uri), (ev_application_open_uri_list):
4700         * shell/ev-window.c: (file_open_dialog_response_cb),
4701         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4702         (drag_data_received_cb), (open_remote_link):
4703         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4704
4705         Add support for multiscreen systems. Fixes bug #316206.
4706
4707 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4708
4709         * shell/ev-jobs.[ch]: (ev_job_print_new),
4710         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4711         (ev_job_print_do_page):
4712         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4713
4714         Allow printing only odd/even pages. Fixes bug #367289.
4715
4716 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4717
4718         * test/test1.py:
4719         * test/test2.py:
4720
4721         Re-add locale settings to test files.
4722
4723 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * data/evince-ui.xml:
4726         * shell/ev-window.c: (set_action_properties):
4727         
4728         Removed garbage from code and ui.
4729
4730 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4731
4732         * shell/ev-window.c: (ev_window_cmd_help_about):
4733
4734         Shamelessly add my name to the list of contributors.
4735
4736 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4737
4738         * test/test1.py:
4739         * test/test2.py:
4740
4741         Cleaned up the dogtail scripts.
4742
4743 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4744
4745         * shell/ev-view.c: (draw_loading_text): Don't render
4746         "loading..." text in presentation mode. Temporary
4747         workaround for bug #320352.
4748
4749 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4750
4751         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4752         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4753
4754         Use print settings scale, copies, collate and reverse which were
4755         ignored. Fixes bug #359032.
4756
4757 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * configure.ac:
4760         * data/evince-password.glade:
4761         * test/Makefile.am:
4762         * test/test-encrypt.pdf:
4763         * test/test-links.pdf:
4764         * test/test1.py:
4765         * test/test2.py:
4766
4767         Add automated UI tests for evince with dogtail. See
4768         bug #300948.    
4769
4770 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4773
4774         Hide fullscreen toolbar when switching to another desktop workspace.
4775         Fixes bug #338871
4776
4777 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-window-title.c: 
4780         
4781         Test for .dvi in title of pdf documents.
4782
4783 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4784
4785         * shell/ev-view.c: (ev_view_scroll):
4786
4787         Page Up/Down should do page jumps in "Best fit" mode.
4788         If a user has explicitly chosen to view exactly one page
4789         at a time, scrolling just a part of the page when
4790         pressing Page Up/Down is not right. Fixes bug #323107.
4791
4792 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4793
4794         * NEWS:
4795         * configure.ac:
4796         
4797         Update for 0.6.1
4798
4799 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4802         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4803         
4804         Correctly disconnect from job signals on destroy.
4805
4806 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4807
4808         * shell/ev-view-private.h:
4809         * shell/ev-view.c: (view_set_adjustment_values),
4810         (view_update_range_and_current_page),
4811         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4812         
4813         Fixes bug #343199, current page now follows find page.
4814
4815 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4816
4817         * backend/ev-document-factory.c:
4818         * configure.ac:
4819         Assigned OpenDocument presenation MIME type to the
4820         Impress backend. Added some missing (but harmless)
4821         #ifdefs in the document factory as well to make things
4822         consistent again. Fixes bug #360658.
4823
4824 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4825
4826         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4827         * backend/ev-document-find.c: (ev_document_find_get_type):
4828         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4829         * backend/ev-document-links.c: (ev_document_links_get_type):
4830         * backend/ev-document-security.c: (ev_document_security_get_type):
4831         * backend/ev-document-thumbnails.c:
4832         (ev_document_thumbnails_get_type):
4833         * backend/ev-document.c: (ev_document_get_type):
4834         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4835         * backend/ev-selection.c: (ev_selection_get_type):
4836         * cut-n-paste/recent-files/egg-recent-model.c:
4837         (egg_recent_model_get_type):
4838         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4839         (egg_recent_view_uimanager_get_type):
4840         * cut-n-paste/recent-files/egg-recent-view.c:
4841         (egg_recent_view_get_type):
4842         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4843         (egg_editable_toolbar_get_type):
4844         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4845         (egg_toolbar_editor_get_type):
4846         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4847         (egg_toolbars_model_get_type):
4848         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4849         (egg_tree_multi_drag_source_get_type):
4850         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4851         (ephy_zoom_action_get_type):
4852         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4853         (ephy_zoom_control_get_type):
4854         * impress/r_back.c: (_imp_fill_back):
4855         * properties/ev-properties-main.c:
4856         (ev_properties_plugin_register_type):
4857         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4858         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4859         (ev_view_accessible_factory_get_type):
4860
4861         Reduce relocations. Bug #360616.
4862
4863 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * backend/ev-document-factory.c:
4866         (ev_document_factory_get_document):
4867         
4868         Load document even if extension is wrong.
4869
4870 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4871
4872         * shell/ev-metadata-manager.c: (save_values):
4873         * shell/ev-window.c: (setup_size_from_metadata),
4874         (setup_view_from_metadata), (ev_window_setup_document),
4875         (ev_window_xfer_job_cb), (window_configure_event_cb):
4876         
4877         Set size according to the document size/page size ratio.
4878         That should correct rather wierd behaviour of the previous
4879         commit.
4880
4881 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4882
4883         * shell/ev-window.c: (setup_view_from_metadata):
4884         
4885         Set size for new windows from previous window size.
4886         See bugs #354968 and #168450 for details. Thanks
4887         to Meik Hellmund.
4888
4889 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4890
4891         * djvu/djvu-links.c: (build_tree):
4892
4893         Fix memory leak.
4894
4895 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4898         
4899         Don't make sidebar close button insensitive. Fixes
4900         bug #357871.
4901
4902 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4905         (ev_window_set_view_accels_sensitivity):
4906         
4907         Don't enable Slash on documents which don't support
4908         find. Fixes bug #358648.
4909
4910 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4911
4912         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4913         open dialog fall back to the current document uri if the
4914         filechooser hasn't been used before. Fixes bug #356980.
4915
4916 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4917
4918         * shell/ev-window.c: (ev_window_setup_recent), 
4919         (ev_window_get_recent_file_label):
4920
4921         Escape underscores in filenames of recent file items.
4922
4923 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4924
4925         * configure.ac:
4926         
4927         Bumped poppler requirements, really 0.5.3 is very 
4928         buggy, now we require 0.5.4.
4929
4930 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * djvu/Makefile.am:
4933         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4934         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4935         (djvu_document_document_links_iface_init):
4936         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4937         (number_from_string_10), (get_djvu_link_dest),
4938         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4939         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4940         (djvu_links_get_links), (djvu_links_find_link_dest),
4941         (djvu_links_get_links_model):
4942         * djvu/djvu-links.h:
4943         
4944         Add support for links and bookmarks in djvu documents. Thanks
4945         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4946         patch.
4947
4948 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4951         
4952         Reopen should reload document. Fixes 
4953         bug 327951.
4954
4955 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * configure.ac:
4958         * data/Makefile.am:
4959         * data/evince-16.png:
4960         * data/evince-22.png:
4961         * data/evince.png:
4962         * data/evince.svg:
4963         * data/icons/16x16/Makefile.am:
4964         * data/icons/16x16/evince.png:
4965         * data/icons/22x22/Makefile.am:
4966         * data/icons/22x22/evince.png:
4967         * data/icons/48x48/Makefile.am:
4968         * data/icons/48x48/evince.png:
4969         * data/icons/Makefile.am:
4970         * data/icons/scalable/Makefile.am:
4971         * data/icons/scalable/evince.svg:
4972         
4973         Install icons with correct names. Fixes
4974         bug #354429.
4975
4976 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4977
4978         * shell/ev-view.c: (ev_view_button_release_event):
4979
4980         Don't open links with middle mouse button. Fixes bug #353649
4981
4982 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * NEWS:
4985         * configure.ac:
4986         
4987         Update for release 0.6.0
4988
4989 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4990
4991         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4992         Implement Close named action. Patch by Carlos Garcia Campos.
4993
4994 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4995
4996         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4997         
4998         Don't clear link mapping on copy_job_to_job_info. Fixes
4999         bug 346168.
5000
5001 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5002
5003         * shell/main.c: (main):
5004
5005         Revert my previous commit, gnome_program_init owns the option context.
5006         Fix another memory leak in main. Both caught by Christian Persch. 
5007
5008 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/main.c: (main):
5011
5012         Fix memory leak.
5013
5014 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * backend/ev-document-factory.c: (ev_document_factory_get_document):
5017
5018         Fix crash when opening a pdf with password protection. 
5019
5020 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5021
5022         * pdf/ev-poppler.cc: (pdf_document_search_free):
5023
5024         Fix memory leak. 
5025
5026 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5027
5028         * backend/ev-document-factory.c:
5029         (ev_document_factory_get_document):
5030         * tiff/tiff-document.c: (tiff_document_finalize):
5031         
5032         More correct handling of document loading. Fixes
5033         bug #349043.
5034
5035 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5036
5037         * backend/ev-attachment.c: (ev_attachment_save):
5038
5039         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
5040         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
5041
5042 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
5043         
5044         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
5045         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
5046
5047 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5048
5049         * shell/ev-sidebar-thumbnails.c:
5050
5051         Do not render thumbnails unless thumbnails page is active in the
5052         sidebar.
5053
5054 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
5055
5056         * shell/ev-properties-dialog.c:
5057
5058         Fix dialogue spacing. Bug #351370.
5059
5060 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5061
5062         * configure.ac:
5063
5064         Use lowercase gettext catalog file names (evince.mo
5065         instead of Evince.mo)
5066
5067 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5068
5069         * shell/ev-sidebar-attachments.c:
5070
5071         GtkIconTheme is now screen safe too. Fixes bug #350878
5072
5073 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * shell/ev-window.c:
5076
5077         GtkRecent manager is now screen safe. Fixes bug #350145
5078
5079 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * shell/ev-sidebar.c: (ev_sidebar_init):
5082         
5083         Make sidebar close icon smaller. Fix for bug 350177.
5084         See also bugs 350176 and 165770.
5085
5086 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5087
5088         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
5089
5090         Ignore zoom for xyz destinations when it's <= 1, keeping user
5091         preferences instead. Set correct sizing-mode for fith and fitv
5092         destinations rather than EV_SIZING_FREE. Fixes bug #349433
5093
5094 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * NEWS:
5097         * configure.ac:
5098         
5099         Update for release 0.5.5
5100
5101 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
5102         
5103         * shell/ev-window.c: (ev_window_cmd_escape)
5104
5105         Escape unfocus page entry. Fixes bug #345809.
5106
5107 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
5110         (build_tree), (pdf_document_links_get_links),
5111         (pdf_document_links_find_link_dest):
5112         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
5113         (goto_xyz_dest):
5114
5115         Convert from PDF style coordinates to X style coordinates in the
5116         backend rather than in the view. Fixes bug #338440
5117
5118 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * shell/ev-window.c:
5121         
5122         Remove Ctrl+Shift+T shortcut for toolbars. See
5123         the bug #350098.
5124
5125 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5126
5127         * configure.ac:
5128
5129         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5130         of this. 
5131
5132 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5133
5134         * configure.ac:
5135         * cut-n-paste/Makefile.am:
5136         * data/evince-ui.xml:
5137         * shell/Makefile.am:
5138         * shell/ev-application.[ch]:
5139         * shell/ev-window.c:
5140
5141         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5142         #349273
5143
5144 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5145
5146         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5147         findbar code: s/help/search/
5148
5149 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5150
5151         * shell/ev-window.c: (setup_document_from_metadata),
5152         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5153         (setup_view_from_metadata):
5154         
5155         Fix memory leaks.
5156
5157 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5158
5159         * autogen.sh, configure.ac: 
5160         
5161         Update automake usage. See bug 349292.
5162
5163 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/eggfindbar.c: (egg_find_bar_class_init),
5166         (entry_activate_callback), (egg_find_bar_init),
5167         (egg_find_bar_set_status_text):
5168         * shell/eggfindbar.h:
5169         
5170         Unify Evince findbar with Epiphany. Nice patch
5171         from Fabricio Silva <silva@crans.org> and
5172         Frederic Peters <fpeters@entrouvert.com>. See
5173         bug #339966 for details.
5174
5175 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * data/evince.desktop.in.in:
5178         
5179         Correct information for bugzilla. Thanks to
5180         Olaf Vitters, see bug #348855.
5181
5182 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5183
5184         * shell/ev-jobs.[ch]:
5185         * shell/ev-sidebar-links.c:
5186         * shell/ev-window.[ch]:
5187
5188         GtkPrintJob doesn't support print ranges or current page, so we export
5189         to a ps file now when printing ranges or current page.
5190
5191 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * pdf/ev-poppler.cc:
5194         * shell/ev-window.c: (do_action_named):
5195
5196         We should be more clear about bugzilla. See the
5197         poppler bug #7623.
5198
5199 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5200
5201         * configure.ac:
5202         * shell/Makefile.am:
5203         * shell/ev-job-queue.c:
5204         * shell/ev-jobs.[ch]:
5205         * shell/ev-sidebar-links.c:
5206         * shell/ev-window.[ch]:
5207         
5208         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5209         #348422
5210
5211 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5214         * shell/ev-application-service.xml:
5215         * shell/ev-application.[ch]:
5216         * shell/ev-jobs.[ch]:
5217         * shell/ev-window.[ch]: (ev_window_run_preview):
5218         * shell/main.c: 
5219
5220         Add preview mode to use evince as a printing previewer. It also adds
5221         other command line options for fullscreen and presentation modes.
5222         Fixes bugs #347822, #317031
5223
5224 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * NEWS:
5227         * configure.ac:
5228         
5229         Update for release 0.5.4
5230
5231 2006-07-11  Bastien Nocera <hadess@hadess.net>
5232
5233         * Makefile.am:
5234         * backend/Makefile.am:
5235         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5236         * backend/ev-document-factory.h:
5237         * configure.ac:
5238         * impress/.cvsignore:
5239         * impress/Makefile.am:
5240         * impress/common.h:
5241         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5242         (imp_get_page), (imp_next_page), (imp_prev_page),
5243         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5244         * impress/f_oasis.c: (render_object), (render_page),
5245         (get_geometry), (_imp_oasis_load):
5246         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5247         (_imp_oo13_load):
5248         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5249         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5250         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5251         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5252         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5253         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5254         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5255         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5256         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5257         (iks_new_within), (iks_insert), (iks_insert_cdata),
5258         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5259         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5260         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5261         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5262         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5263         (iks_cdata), (iks_cdata_size), (iks_has_children),
5264         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5265         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5266         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5267         (iks_tree), (iks_load), (iks_save):
5268         * impress/iksemel.h:
5269         * impress/imposter.h:
5270         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5271         (imp_render_draw_bezier_real), (imp_render_get_size),
5272         (imp_render_set_fg_color), (imp_render_draw_line),
5273         (imp_render_draw_rect), (imp_render_draw_polygon),
5274         (imp_render_draw_arc), (imp_render_draw_bezier),
5275         (imp_render_open_image), (imp_render_get_image_size),
5276         (imp_render_scale_image), (imp_render_draw_image),
5277         (imp_render_close_image), (imp_render_markup),
5278         (imp_render_get_text_size), (imp_render_draw_text),
5279         (impress_document_load), (impress_document_save),
5280         (impress_document_get_n_pages), (impress_document_get_page_size),
5281         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5282         (impress_document_finalize), (impress_document_class_init),
5283         (impress_document_can_get_text), (impress_document_get_info),
5284         (impress_document_document_iface_init),
5285         (impress_document_thumbnails_get_thumbnail),
5286         (impress_document_thumbnails_get_dimensions),
5287         (impress_document_document_thumbnails_iface_init),
5288         (impress_document_init):
5289         * impress/impress-document.h:
5290         * impress/internal.h:
5291         * impress/r_back.c: (_imp_fill_back):
5292         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5293         (_imp_draw_image), (_imp_tile_image):
5294         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5295         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5296         (r_polyline):
5297         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5298         (r_draw_gradient_complex), (r_draw_gradient):
5299         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5300         (r_get_bullet):
5301         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5302         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5303         (r_text):
5304         * impress/render.c: (imp_create_context), (imp_context_set_page),
5305         (imp_context_set_step), (imp_render), (imp_delete_context):
5306         * impress/render.h:
5307         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5308         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5309         (zip_load_xml), (zip_get_size), (zip_load):
5310         * impress/zip.h:
5311         * shell/ev-utils.c:
5312         
5313         New backend to support impress slides. Fixes bug #30867.
5314
5315 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5316
5317         * shell/ev-utils.c: (using_postscript_printer):
5318         
5319         Fixes crash when print using PAPI backend,
5320         bug #345012.
5321
5322 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5323
5324         * shell/ev-jobs.c: (ev_job_xfer_run):
5325         * shell/ev-window.c: (password_dialog_response),
5326         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5327         (ev_window_dispose):
5328         Fixes bug #344160: if the xfer job doesn't complete
5329         because a password is required, reload the existing
5330         instance instead of creating a new one.
5331
5332 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5333
5334         * shell/main.c: (main): Call gdk_threads_init. Thus
5335         we'll avoid errors in auth dialog. Fix for the bug
5336         #343347.
5337
5338 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5339
5340         * configure.ac: Advertise pixbuf support, fix
5341         for the bug 343317.
5342
5343 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5344
5345         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5346         (ev_sidebar_thumbnails_set_document):
5347         
5348         Update sidebar thumbnails after reloading.
5349
5350 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5353         * shell/ev-jobs.h:
5354         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5355         (ev_window_cmd_view_reload), (ev_window_init):
5356         
5357         Don't crash on reload. Fix for the bug #343167.
5358
5359 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5360
5361         * shell/ev-jobs.c: (ev_job_render_run):
5362         
5363         Check for document links.
5364
5365 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * backend/ev-attachment.c: (ev_attachment_save),
5368         (ev_attachment_launch_app), (ev_attachment_open):
5369         * backend/ev-document-factory.c: (get_document_from_uri):
5370         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5371         (egg_recent_view_uimanager_set_list):
5372         * ps/ps-document.c: (check_filecompressed), (document_load),
5373         (ps_document_load):
5374         * shell/ev-metadata-manager.c: (load_values):
5375         * shell/ev-password.c: (ev_password_dialog_set_property):
5376         * shell/ev-view.c: (tip_from_link):
5377         * shell/ev-window.c: (file_save_dialog_response_cb),
5378         (ev_window_print_dialog_response_cb):
5379         
5380         Use consistent quoting style. Fix for the bug #320285.
5381
5382 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5383
5384         * shell/ev-jobs.c: (ev_job_xfer_run):
5385         * shell/main.c: (load_files):
5386                 
5387         Open links with anchors. Fix for the bug #339836.
5388
5389 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5392         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5393         (ev_link_dest_set_property), (ev_link_dest_finalize),
5394         (ev_link_dest_class_init), (ev_link_dest_new_named),
5395         (ev_link_dest_new_page_label):
5396         * backend/ev-link-dest.h:
5397         * shell/ev-application.c: (ev_application_open_uri):
5398         * shell/ev-view.c: (goto_dest):
5399         * shell/ev-window.c:
5400         * shell/ev-window.h:
5401         
5402         Fix page-label command line option. Bug #342070.
5403
5404 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5405
5406         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5407         
5408         Don't show highlight rects if page can't be showed. Fix for 
5409         the bug #342076
5410
5411 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5412
5413         * shell/ev-window.c: (setup_sidebar_from_metadata),
5414         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5415         
5416         Setup sidebar from metadata even if there is no document
5417         loaded. Fix for the bug #342807.
5418
5419 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5420
5421         * cut-n-paste/toolbar-editor/Makefile.am:
5422         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5423         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5424         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5425         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5426         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5427         (popup_context_menu_cb), (button_press_event_cb),
5428         (configure_item_sensitivity), (configure_item_cursor),
5429         (configure_item_tooltip), (connect_widget_signals),
5430         (action_sensitive_cb), (create_item_from_action),
5431         (create_item_from_position), (toolbar_drag_data_received_cb),
5432         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5433         (toolbar_drag_leave_cb), (configure_drag_dest),
5434         (toggled_visibility_cb), (toolbar_visibility_refresh),
5435         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5436         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5437         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5438         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5439         (egg_editable_toolbar_dispose),
5440         (egg_editable_toolbar_set_ui_manager),
5441         (egg_editable_toolbar_get_selected),
5442         (egg_editable_toolbar_set_selected), (set_edit_mode),
5443         (egg_editable_toolbar_set_property),
5444         (egg_editable_toolbar_get_property),
5445         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5446         (egg_editable_toolbar_new_with_model),
5447         (egg_editable_toolbar_get_edit_mode),
5448         (egg_editable_toolbar_set_edit_mode),
5449         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5450         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5451         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5452         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5453         (item_added_or_removed_cb), (toolbar_removed_cb),
5454         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5455         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5456         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5457         (editor_create_item_from_name), (append_table),
5458         (update_editor_sheet), (egg_toolbar_editor_init):
5459         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5460         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5461         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5462         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5463         (toolbar_node_free), (egg_toolbars_model_get_flags),
5464         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5465         (egg_toolbars_model_get_name), (impl_add_item),
5466         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5467         (parse_data_list), (parse_item_list), (parse_toolbars),
5468         (egg_toolbars_model_load_toolbars), (parse_available_list),
5469         (parse_names), (egg_toolbars_model_load_names),
5470         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5471         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5472         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5473         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5474         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5475         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5476         (egg_toolbars_model_set_types), (fill_avail_array),
5477         (egg_toolbars_model_get_name_avail),
5478         (egg_toolbars_model_get_name_flags),
5479         (egg_toolbars_model_set_name_flags):
5480         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5481         * cut-n-paste/toolbar-editor/eggintl.h:
5482         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5483         (egg_tree_multi_drag_source_get_type),
5484         (egg_tree_multi_drag_source_row_draggable),
5485         (egg_tree_multi_drag_source_drag_data_delete),
5486         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5487         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5488         (path_list_free), (set_context_data), (get_context_data),
5489         (get_info), (egg_tree_multi_drag_drag_data_get),
5490         (egg_tree_multi_drag_motion_event),
5491         (egg_tree_multi_drag_button_press_event),
5492         (egg_tree_multi_drag_add_drag_support):
5493         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5494         * shell/ev-application.c: (ev_application_init),
5495         (ev_application_save_toolbars_model):
5496         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5497         (ev_window_cmd_edit_toolbar), (ev_window_init):
5498         
5499         Sync toolbareditor with epiphany and libegg
5500
5501 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * configure.ac: 
5504
5505         Depend on poppler 0.5.2
5506
5507 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * shell/ev-jobs.c: (ev_job_render_run):
5510         
5511         Check if document supports links iterface.
5512
5513 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * NEWS:
5516         * configure.ac:
5517         
5518         Update for release 0.5.3
5519
5520 2006-05-13  Michael Plump  <plumpy@skylab.org>
5521
5522         * configure.ac:
5523         * shell/Makefile.am:
5524         * shell/main.c: (main):
5525         
5526         Port to GOption command line parsing. Fix for the 
5527         bug #327518
5528
5529 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * shell/ev-window.c: (ev_window_cmd_help_about):
5532         
5533         Do not wrap license. Fix for the bug #309460.
5534
5535 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * configure.ac:
5538         * properties/ev-properties-main.c: (ev_properties_get_pages):
5539         * shell/ev-application.c: (ev_application_open_window),
5540         (ev_application_open_uri_at_dest):
5541         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5542         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5543         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5544         * shell/ev-utils.c: (save_print_config_to_file):
5545         * shell/ev-window.c: (ev_window_cmd_save_as),
5546         (ev_attachment_popup_cmd_save_attachment_as):
5547         * shell/main.c: (load_files_remote):
5548         
5549         Bump requirements to gtk 2.8 and drop all ifdefs used.
5550
5551 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5552
5553         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5554         * shell/ev-window.c: (ev_window_init):
5555         
5556         Show attachments page.
5557
5558 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5559
5560         * po/POTFILES.in:
5561         * shell/ev-attachment-bar.c:
5562         * shell/ev-attachment-bar.h:
5563         * shell/ev-sidebar-attachments.c:
5564         (ev_sidebar_attachments_icon_cache_add),
5565         (icon_theme_get_pixbuf_from_mime_type),
5566         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5567         (ev_sidebar_attachments_icon_cache_refresh),
5568         (ev_sidebar_attachments_get_attachment_at_pos),
5569         (ev_sidebar_attachments_popup_menu_show),
5570         (ev_sidebar_attachments_popup_menu),
5571         (ev_sidebar_attachments_button_press),
5572         (ev_sidebar_attachments_update_icons),
5573         (ev_sidebar_attachments_drag_data_get),
5574         (ev_sidebar_attachments_get_property),
5575         (ev_sidebar_attachments_destroy),
5576         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5577         (ev_sidebar_attachments_new),
5578         (ev_sidebar_attachments_set_document),
5579         (ev_sidebar_attachments_support_document),
5580         (ev_sidebar_attachments_get_label),
5581         (ev_sidebar_attachments_page_iface_init):
5582         * shell/ev-sidebar-attachments.h:
5583         * shell/ev-window.c: (update_chrome_visibility),
5584         (setup_sidebar_from_metadata), (ev_window_setup_document),
5585         (ev_window_sidebar_current_page_changed_cb),
5586         (attachment_bar_menu_popup_cb), (ev_window_init):
5587         
5588         Move attachments bar to sidebar.
5589
5590 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5591
5592         * pdf/ev-poppler.cc:
5593         * shell/ev-application.[ch]:
5594         * shell/main.c:
5595
5596         Fix some memory leaks.
5597
5598 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5599
5600         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5601
5602         Change the properties dialog response to
5603         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5604         will make the dialog go away when the user presses
5605         enter. With gtk+ >= 2.9 this will happen anyway, but for
5606         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5607         escape by default. Fixes bug #340539. See also bug
5608         #101293 for the gtk+ part.
5609
5610 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5611
5612         * shell/ev-view.c (tip_from_action_named): Replace some strings
5613         that were wrong. Closes #340970.
5614
5615 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5616
5617         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5618
5619         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5620         #341049
5621
5622 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5623
5624         * djvu/Makefile.am:
5625         * dvi/Makefile.am:
5626         * dvi/mdvi-lib/Makefile.am:
5627         * properties/Makefile.am:
5628         * ps/Makefile.am:
5629         * shell/Makefile.am:
5630         * thumbnailer/Makefile.am:
5631         
5632         Due to broken libtool that is unable to track dependencies
5633         of noinst libraries we are forced to explicitely point
5634         libraries for binary. Fix for the bug #333334.
5635
5636 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5637
5638         * data/evince.desktop.in.in:
5639         * shell/ev-view.c: (view_update_range_and_current_page),
5640         (ev_view_next_page), (ev_view_previous_page):
5641         * shell/ev-window.c: (update_chrome_visibility),
5642         (setup_sidebar_from_metadata), (ev_window_setup_document),
5643         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5644         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5645         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5646         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5647         (ev_window_stop_presentation), (ev_window_focus_in_event),
5648         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5649         (ev_window_init):
5650         * thumbnailer/Makefile.am:
5651         
5652         Update fullscreen and presentation timeout handling. Hide
5653         cursor in presentation after timeout. Fix for the bugs
5654         #136359 and #336981.
5655
5656 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5657
5658         * backend/ev-link-action.[ch]:
5659         * pdf/ev-poppler.cc: (ev_link_from_action):
5660         * shell/ev-view-private.h:
5661         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5662         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5663
5664         Add support for Named Action links
5665
5666 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5667
5668         * backend/Makefile.am:
5669         * backend/ev-document-links.[ch]:
5670         * backend/ev-document.[ch]:
5671         * backend/ev-link-action.[ch]:
5672         * backend/ev-link-dest.[ch]:
5673         * backend/ev-link.[ch]:
5674         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5675         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5676         * shell/ev-page-action.c: (build_new_tree_cb):
5677         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5678         (links_page_num_func), (update_page_callback):
5679         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5680         (tip_from_link):
5681         * shell/ev-jobs.c:
5682         * shell/ev-window.[ch]: (ev_window_open_uri),
5683         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5684         * shell/ev-application.[ch]: (ev_application_open_window),
5685         (ev_application_open_uri):
5686
5687         Rework links system, it adds support for remote links now and it makes
5688         easier to add new kinds of actions and destinations. Fixes bug #317292
5689
5690 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * data/Makefile.am:
5693         * data/evince.png:
5694         * data/evince-16.png:
5695         * data/evince-22.png:
5696         * data/evince.svg:
5697         * shell/main.c: (main):
5698         
5699         Evince use it's own icon. Fix for the bug #313392.
5700
5701         * shell/ev-window.c: (fullscreen_timeout_cb),
5702         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5703         (ev_window_cmd_help_about), (ev_window_dispose):
5704         
5705         Simplify fullscreen timeout code.
5706
5707 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5708
5709         * backend/ev-attachment.c: 
5710         * shell/ev-attachment-bar.c:
5711         * shell/ev-window.c:
5712
5713         Allow multiple selection of attachments
5714
5715 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-view.c: (view_update_range_and_current_page),
5718         (ev_view_scroll):
5719         
5720         Fix for the bug #312573 – Optimal selection of current 
5721         page among visible pages.
5722
5723 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * configure.ac:
5726         * djvu/Makefile.am:
5727         * djvu/djvu-text.h:
5728         
5729         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5730         for the bug 339868.
5731
5732 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5733
5734         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5735
5736 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5737
5738         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5739         dictated by the GNOME HIG. Fixes bug #339235.
5740
5741 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5742
5743         * data/evince-ui.xml:
5744         * shell/ev-view.c: (ev_view_can_find_previous):
5745         * shell/ev-view.h:
5746         * shell/ev-window.c: (ev_window_update_actions),
5747         (ev_window_cmd_edit_find_previous):
5748
5749         Add support for "Find Previous" as dictated by the GNOME HIG. A
5750         menu item is added and some glue code to make it all work is added
5751         to various files.
5752
5753 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5754
5755         * configure.ac: Award myself the "useless use of cat" award.
5756
5757 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5758
5759         * po/LINGUAS: New file listing all supported languages.
5760
5761         * configure.in: Use po/LINGUAS instead of including all languages
5762         directly in this file. See the wiki for more information:
5763         http://live.gnome.org/GnomeGoals/PoLinguas
5764
5765 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5766
5767         * backend/ev-document-factory.c:
5768
5769         Do not load the document twice when there isn't errors
5770
5771 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5772
5773         * backend/ev-attachment.c: 
5774
5775         Fix a crash when there isn't a default application to open an
5776         attachment
5777
5778 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * backend/ev-attachment.[ch]:
5781         * shell/ev-attachment-bar.[ch]:
5782
5783         Added missing files. 
5784
5785 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * backend/Makefile.am:
5788         * data/evince-ui.xml:
5789         * backend/ev-attachment.[ch]:
5790         * backend/ev-document.[ch]: (ev_document_has_attachments),
5791         (ev_document_get_attachments):
5792         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5793         (attachment_save_to_buffer), (pdf_document_get_attachments),
5794         (pdf_document_document_iface_init):
5795         * shell/Makefile.am:
5796         * shell/ev-attachment-bar.[ch]:
5797         * shell/ev-window.c:
5798
5799         Add support for PDF attachments. Fixes bug #325143
5800
5801 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * backend/ev-document-factory.c: (get_document_from_uri),
5804         (ev_document_factory_get_document):
5805         * backend/ev-document-factory.h:
5806         * properties/ev-properties-main.c: (ev_properties_get_pages):
5807         * shell/Makefile.am:
5808         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5809         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5810         (ev_job_queue_remove_job):
5811         * shell/ev-job-queue.h:
5812         * shell/ev-job-xfer.c:
5813         * shell/ev-job-xfer.h:
5814         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5815         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5816         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5817         (ev_job_xfer_run):
5818         * shell/ev-jobs.h:
5819         * shell/ev-window.c: (ev_window_is_empty),
5820         (password_dialog_response), (ev_window_clear_xfer_job),
5821         (ev_window_xfer_job_cb), (ev_window_open_uri),
5822         (ev_window_cmd_focus_page_selector),
5823         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5824         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5825         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5826         (ev_window_dispose):
5827         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5828         
5829         * Cleanup mime type detection on document load. Fix for the
5830         bug #336448.
5831
5832 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5833
5834         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5835         
5836         Fix crash on exit, described in the bug #336825.
5837
5838 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * backend/ev-document-factory.c:
5841         (ev_document_factory_get_from_mime),
5842         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5843         (ev_document_factory_get_document),
5844         (file_filter_add_mime_list_and_free),
5845         (ev_document_factory_add_filters):
5846         * backend/ev-document-factory.h:
5847         * properties/ev-properties-main.c: (ev_properties_get_pages):
5848         * shell/Makefile.am:
5849         * shell/ev-application.c:
5850         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5851         * shell/ev-window.c: (ev_window_cmd_file_open),
5852         (ev_window_cmd_save_as):
5853         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5854         
5855         Rework factory functions so they are placed now in a single 
5856         file ev-document-factory.c
5857
5858 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5859
5860         * shell/ev-window.c: (update_chrome_visibility):
5861         
5862         Fix for the bug 166566 - don't show menubar in fullscreen
5863         mode.
5864
5865 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5866
5867         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5868
5869 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * shell/ev-view.c: (ev_view_expose_event):
5872         
5873         More correctly draw loading text when document
5874         is empty.
5875
5876 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5877
5878         * shell/ev-view.c: (ev_view_scroll):
5879         
5880         Fix for the bug #334854, page down and page up switch
5881         pages in presentation mode.
5882
5883 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * shell/ev-window.c: (ev_window_set_action_sensitive),
5886         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5887         (ev_window_set_view_accels_sensitivity),
5888         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5889         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5890         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5891         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5892         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5893         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5894         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5895         (view_actions_focus_in_cb), (ev_window_init):
5896         
5897         Fix for the bug #333902, now it's possible to search
5898         words with slash.
5899
5900 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5901
5902         * configure.ac: Added Breton translation.
5903         * po/br.po: Added Breton translation.
5904
5905 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5906
5907         * shell/ev-window-title (ev_window_title_update):
5908
5909         Fix memory leak in window title. Fixes bug #333944
5910
5911 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5912
5913         * shell/ev-metadata-manager.c (parseItem):
5914
5915         Fix memory leaks. Fixes bug #333945
5916
5917 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5918         
5919         * NEWS, configure.ac, TODO:
5920         
5921         Update for release 0.5.2.
5922
5923 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * shell/ev-view.c: (view_update_range_and_current_page),
5926         (page_changed_cb):
5927         
5928         Don't jump on scrolling, fix for the bug #333127.
5929
5930 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5933         
5934         Scroll by one page in presentation mode. Fix for the bug
5935         #332993.
5936
5937 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5938
5939         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5940
5941 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5942
5943         * configure.ac  Added lv in ALL_LINGUAS line.
5944
5945 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5946         
5947         * NEWS, configure.ac:
5948         
5949         Update for release 0.5.1
5950
5951 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5952
5953         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5954         * backend/ev-document-misc.h:
5955         * shell/ev-view.c: (draw_one_page):
5956         
5957          Clairfy what page the toolbar page number applies to. Fix
5958          for the bug #328102.
5959
5960 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5961
5962         * shell/ev-view-private.h:
5963         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5964         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5965         (ev_view_search_changed):
5966         * shell/ev-view.h:
5967         * shell/ev-window.c: (find_bar_search_changed_cb):
5968         
5969         Dont't jump to find result if window was scrolled during search.
5970         Fix for the bug #313266.
5971
5972 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5973
5974         * shell/eggfindbar.c: (egg_find_bar_class_init):
5975         * shell/eggfindbar.h:
5976         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5977         * shell/ev-view-private.h:
5978         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5979         (ev_view_class_init), (ev_sizing_mode_get_type),
5980         (ev_scroll_type_get_type):
5981         * shell/ev-view.h:
5982         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5983         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5984         (ev_window_init):
5985         
5986         Fix for the bug 319133 - Find entry should allow text scroll.
5987
5988 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5989
5990         * shell/ev-view-private.h:
5991         * shell/ev-view.c: (view_update_range_and_current_page),
5992         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5993         (ev_view_set_document), (update_find_status_message),
5994         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5995         (ev_view_find_previous):
5996         
5997         Fix for the bug #319137. Search now takes account for scrolling.
5998
5999 2006-02-19  Michael Hofmann <mh21@piware.de>
6000
6001         * configure.ac:
6002         * djvu/Makefile.am:
6003         * djvu/djvu-document-private.h:
6004         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6005         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
6006         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
6007         (djvu_document_can_get_text), (djvu_document_get_text),
6008         (djvu_document_document_iface_init),
6009         (djvu_document_thumbnails_get_thumbnail),
6010         (djvu_document_find_begin), (djvu_document_find_get_n_results),
6011         (djvu_document_find_get_result),
6012         (djvu_document_find_page_has_results),
6013         (djvu_document_find_get_progress), (djvu_document_find_cancel),
6014         (djvu_document_find_iface_init):
6015         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
6016         (djvu_text_page_selection), (djvu_text_page_limits_process),
6017         (djvu_text_page_limits), (djvu_text_page_copy),
6018         (djvu_text_page_position), (djvu_text_page_union),
6019         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
6020         (djvu_text_page_box), (djvu_text_page_append_text),
6021         (djvu_text_page_search), (djvu_text_page_prepare_search),
6022         (djvu_text_page_new), (djvu_text_page_free):
6023         * djvu/djvu-text-page.h:
6024         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
6025         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
6026         (djvu_text_n_results), (djvu_text_has_results),
6027         (djvu_text_get_result), (djvu_text_get_progress):
6028         * djvu/djvu-text.h:
6029         
6030         Text search in djvu. Fix for the bug #303415.
6031
6032 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6033
6034         * configure.ac:
6035         * shell/ev-window.c: (ev_window_cmd_save_as):
6036         
6037         Ask filechooser to confirm overwrite. Fix for the bug #328266.
6038         Thanks to Gary Coady <gary@lyranthe.org>
6039
6040 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6041
6042         * shell/ev-print-job.c: (idle_print_handler):
6043         
6044         Inverse order printing, bug #320919.
6045
6046 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6047
6048         * data/evince-toolbar.xml:
6049         * shell/ev-window.c:
6050         
6051         Allow to add sidebar checkbutton on toolbar. Fix
6052         for the bug #144577.
6053
6054 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6055
6056         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
6057         
6058         Add checks that have sense for empty ps document.
6059
6060 2006-02-15  Luca Ferretti <elle.uca@libero.it>
6061
6062         * configure.ac: Include PS in mime types list. 
6063
6064 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6065
6066         * configure.ac:
6067         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
6068         * ps/gsdefaults.h:
6069         * ps/ps-document.c: (start_interpreter), (ps_document_load):
6070         
6071         Runtime check for gs interpreter. Fix for the bug #320868.
6072         Thanks to Antoine Dopffer antoine.dopffer@free.fr
6073
6074 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
6075
6076         * shell/ev-application.c: 
6077
6078         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
6079         dbus>=0.60, so that the request is not queued. 
6080
6081 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * configure.ac:
6084         * shell/Makefile.am:
6085         * shell/ev-sidebar-links.c: (print_section_cb):
6086         * shell/ev-utils.c:
6087         * shell/ev-utils.h:
6088         * shell/ev-window.c: (update_action_sensitivity),
6089         (ev_window_close_dialogs), (ev_window_print):
6090         * shell/ev-window.h:
6091         
6092         Make printing support optional. Patch from Eduardo de Barros Lima
6093         <eduardo.lima@indt.org.br> for the bug #330546.
6094
6095 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * shell/ev-view-private.h:
6098         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
6099         (ev_view_set_document):
6100         * shell/ev-view.h:
6101         * shell/ev-window.c: (ev_window_load_job_cb),
6102         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
6103         (ev_window_init):
6104
6105         Draw Loading message during xfer job. Fix for the bug #329495.
6106
6107 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6108
6109         * comics/comics-document.c: (comics_regex_quote),
6110         (comics_document_load), (extract_argv):
6111         
6112         Correcly quote regexp before passing it to unzip.
6113
6114 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6115
6116         * shell/ev-page-cache.c: (build_height_to_page),
6117         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6118         (ev_page_cache_get_dual_even_left):
6119         * shell/ev-page-cache.h:
6120         * shell/ev-view.c: (view_update_range_and_current_page),
6121         (get_page_y_offset), (get_page_extents):
6122         
6123         Place even pages to the left if document has less then
6124         two pages. Fix for the bug #328856.
6125
6126 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6129         
6130         Correct comics scheme. This make evince create thumbnails
6131         for comic books. Fix for the bug 329088.
6132
6133 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6134
6135         * data/evince-password.glade: Don't explicitly set
6136         invisible_char to the current default value in case
6137         the default changes; let GTK+ do its magic.
6138
6139 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6142         real filename to tmp filename since often document
6143         type is determined by extension.
6144
6145 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6146
6147         * shell/ev-view.c: (add_scroll_binding_keypad),
6148         (ev_view_binding_activated), (ev_view_class_init):
6149         
6150         Add keybindings for percision-scrolling of display area. 
6151         Fix for the bug #314072.
6152
6153 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6154
6155         * data/evince.desktop.in.in:
6156         
6157         Add GTK to the list of categories. Fix for the bug #328034.
6158
6159 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6160
6161         * shell/ev-application.c: (ev_application_shutdown),
6162         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6163         * shell/ev-application.h:
6164         * shell/ev-window.c: (file_open_dialog_response_cb),
6165         (ev_window_cmd_file_open):
6166         
6167         Save last uri in file chooser dialog. Fix for the bug #327950.
6168
6169 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * NEWS:
6172         * README:
6173         
6174         Final update for release 0.5.0
6175         
6176         * shell/Makefile.am:
6177         
6178         Remove disable deprecated until we'll require libgnome-2.13.7
6179         and port to GOption argument parsing. See bug 327518.
6180
6181 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6182
6183         * comics/comics-document.c: (comics_document_save):
6184         * djvu/djvu-document.c: (djvu_document_save):
6185         * dvi/dvi-document.c: (dvi_document_save):
6186         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6187         * lib/ev-file-helpers.h:
6188         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6189         * tiff/tiff-document.c: (tiff_document_save):
6190         
6191         Use common save function for backends.
6192
6193 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6194
6195         * backend/ev-document-types.c:
6196         
6197         Fix crash on saving pixbuf.
6198
6199 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6200
6201         * cut-n-paste/recent-files/egg-recent-item.c:
6202         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6203         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6204         (parse_info_free), (valid_element), (start_element_handler),
6205         (end_element_handler), (text_handler), (egg_recent_model_filter),
6206         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6207         (egg_recent_model_monitor), (egg_recent_model_read),
6208         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6209         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6210         (egg_recent_model_set_property), (egg_recent_model_class_init),
6211         (egg_recent_model_init), (egg_recent_model_add_full),
6212         (egg_recent_model_delete), (egg_recent_model_get_list),
6213         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6214         (egg_recent_model_set_filter_mime_types),
6215         (egg_recent_model_clear_group_filter),
6216         (egg_recent_model_set_filter_groups),
6217         (egg_recent_model_clear_scheme_filter),
6218         (egg_recent_model_set_filter_uri_schemes),
6219         (egg_recent_model_remove_expired):
6220         * cut-n-paste/recent-files/egg-recent-util.c:
6221         (egg_recent_util_get_icon):
6222         * cut-n-paste/recent-files/egg-recent-util.h:
6223         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6224         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6225         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6226         (egg_recent_view_uimanager_set_property),
6227         (egg_recent_view_uimanager_get_property),
6228         (egg_recent_view_uimanager_class_init),
6229         (egg_recent_view_uimanager_init),
6230         (egg_recent_view_uimanager_set_label_width),
6231         (egg_recent_view_uimanager_get_label_width):
6232         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6233         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6234         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6236         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6237         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6238         
6239         Update from libegg.
6240
6241 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * shell/ev-page-cache.c: (build_height_to_page),
6244         (ev_page_cache_get_height_to_page):
6245         * shell/ev-page-cache.h:
6246         * shell/ev-view.c: (view_update_range_and_current_page),
6247         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6248         (ev_view_previous_page):
6249         
6250         Dual mode places even pages to the left. Fix for the bug #309393.
6251
6252         * shell/ev-view.h:
6253         * shell/ev-window.c: (update_action_sensitivity),
6254         (setup_view_from_metadata), (view_menu_popup_cb):
6255         
6256         Don't restore presentation in empty windows, more intelligent
6257         next page behaviour in dual mode.
6258
6259         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6260         (ev_pixbuf_cache_clear_job_sizes):
6261         
6262         Cleanup job callback on removal. Fix for the bug #325886.
6263
6264 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * ps/ps.c: (psscan):
6267         
6268         Commit workaround Mozilla problem. Fix for the bug #325919
6269         
6270         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6271         (save_item):
6272         
6273         Fix for year 2038 problem.
6274
6275 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * shell/ev-window.c: (setup_document_from_metadata),
6278         (ev_window_cmd_view_reload):
6279
6280         Clamp page recieved from metadata in valid values. Fix
6281         for the bug #325986.
6282
6283 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * MAINTAINERS: 
6286         Add MAINTAINERS as requested on desktop-devel-list.
6287
6288 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6289
6290         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6291         (mime_type_supported_by_gdk_pixbuf),
6292         (ev_document_factory_get_mime_types),
6293         (ev_document_factory_get_all_mime_types):
6294         
6295         Don't add pixbuf mime types if pixbuf backend is disabled.
6296         
6297         * shell/ev-application.c: (ev_application_get_uri_window):
6298         
6299         Fix for the bug 325815 - unhandled MIME type message doesn't 
6300         appear a second time. 
6301         
6302         * shell/ev-document-types.c: (ev_document_types_add_filters):
6303         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6304         (password_dialog_response), (ev_window_popup_password_dialog),
6305         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6306         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6307         (ev_window_run_presentation), (ev_window_stop_presentation),
6308         (save_sizing_mode), (ev_window_zoom_changed_cb),
6309         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6310         (ev_window_dual_mode_changed_cb),
6311         (ev_window_sidebar_current_page_changed_cb),
6312         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6313         (window_state_event_cb), (window_configure_event_cb):
6314         
6315         Cleanup additional uris holded by EvWindow.
6316
6317 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6320         (ev_view_can_previous_page), (ev_view_can_next_page):
6321         * shell/ev-view.h:
6322         * shell/ev-window.c: (update_action_sensitivity):
6323         
6324         Two page scrolling with Space and PageUp in dual mode. Second fix 
6325         for the bug #316608.
6326
6327 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6328
6329         * shell/ev-view.c: (scroll_to_current_page):
6330         
6331         Correctly clamp adjustment value. Fix for the bug
6332         #325808.
6333
6334 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6335
6336         * shell/ev-sidebar-links.c: (print_section_cb):
6337         * shell/ev-window.c: (ev_window_get_uri),
6338         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6339         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6340         (ev_window_dispose):
6341         
6342         Make print dialog non-modal. Fix for the bug #325622.
6343
6344 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6345
6346         * shell/ev-metadata-manager.c:
6347         * shell/ev-utils.c: (using_pdf_printer),
6348         (using_postscript_printer), (load_print_config_from_file),
6349         (save_print_config_to_file):
6350         * shell/ev-utils.h:
6351         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6352         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6353         (setup_view_from_metadata), (ev_window_setup_document),
6354         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6355         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6356         (ev_window_run_presentation), (ev_window_stop_presentation),
6357         (save_sizing_mode), (ev_window_zoom_changed_cb),
6358         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6359         (ev_window_dual_mode_changed_cb),
6360         (ev_window_sidebar_current_page_changed_cb),
6361         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6362         (window_state_event_cb), (window_configure_event_cb),
6363         (ev_window_init):
6364         
6365         Setting saving behaviour fixes.
6366
6367 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * configure.ac:
6370         
6371         Make antialiasing gs options better and allow
6372         to change them during configure. Fix for the 
6373         bug #319049.
6374
6375 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6376
6377         * shell/ev-window.c: (setup_view_from_metadata):
6378         
6379         Remember if last window was maximized. Fix for the
6380         bug #323797.
6381
6382 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6383
6384         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6385
6386 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6387
6388         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6389         * shell/ev-page-action.c: (build_new_tree_cb):
6390         * shell/ev-sidebar-links.c: (links_page_num_func),
6391         (update_page_callback_foreach), (update_page_callback):
6392         * shell/ev-view.c: (scroll_to_current_page):
6393         
6394         Fix for the bug #325067 with more intelligent selection
6395         of current link in sidebar. Make sidebar handle links
6396         of FITR-like type more correctly.
6397
6398         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6399         (dvi_pixbuf_put_pixel):
6400         
6401         Fix memory consumtion with disabled alpha channel.
6402
6403 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6404
6405         * data/evince-ui.xml:
6406         * shell/ev-window.c: (view_menu_popup_cb),
6407         (ev_popup_cmd_open_link), (ev_window_init):
6408         
6409         Update context menu for internal links. Fix for the bug
6410         #325066.
6411
6412 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6413
6414         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6415         
6416         Bind context menu to keyboard also. Fix for the bug
6417         #325065.
6418
6419 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6420
6421         * shell/ev-view.c: (selection_scroll_timeout_cb):
6422         
6423         Horizontal scroll on selection also.
6424
6425 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * shell/ev-metadata-manager.c: (parse_value):
6428         * shell/ev-view.c: (goto_xyz_link):
6429         
6430         Correct zoom setup and metadata save broken in 
6431         some locales.
6432
6433 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6434
6435         * shell/ev-view-private.h:
6436         * shell/ev-view.c: (scroll_to_current_page),
6437         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6438         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6439         (page_changed_cb), (ev_view_set_continuous),
6440         (ev_view_set_dual_page), (ev_view_set_presentation):
6441         
6442         Delay scroll until allocation to correctly position page. Fix
6443         for the bug #317334.
6444
6445 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * NEWS:
6448         * configure.ac:
6449         
6450         Update NEWS and require poppler 0.5.0.
6451
6452 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6453         
6454         * data/evince-ui.xml:
6455         * shell/ev-view-private.h:
6456         * shell/ev-view.c: (ev_view_get_link_at_location),
6457         (handle_link_over_xy), (ev_view_button_press_event),
6458         (ev_view_button_release_event), (ev_view_class_init):
6459         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6460         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6461         (ev_window_init):
6462         
6463         Implement right-click context menu.
6464
6465 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6468         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6469         (mdvi_pixbuf_device_render):
6470         * pdf/ev-poppler.cc:
6471
6472         Don't generate thumbnails with alpha. See bug #324077.
6473         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6474
6475 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * shell/ev-window.c: (setup_chrome_from_metadata):
6478         
6479         Fix typo that was hiding toolbar.
6480
6481 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-view-private.h:
6484         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6485         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6486         (ev_view_button_release_event), (ev_view_destroy):
6487         
6488         Small cleanup and autoscrolling during selection. Thanks to 
6489         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6490
6491 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6492
6493         * configure.ac:
6494         
6495         Correctly check for comics option.
6496
6497 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6498         * Makefile.am:
6499         * configure.ac:
6500         * backend/Makefile.am:
6501         * backend/ev-document-factory.c:
6502         * shell/ev-document-types.c:
6503
6504         Included option in configure to make ps backend 
6505         compilation optional with --disable-ps.
6506
6507 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6508
6509         * backend/ev-document-factory.c:
6510         * comics/Makefile.am:
6511         * comics/comics-document.c: (comics_document_load):
6512         * comics/ev-cbr-mime.xml:
6513         * configure.ac:
6514         
6515         Comics mime types are added to shared-mime-info CVS. Now
6516         we don't need to install our own mime types.
6517
6518 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-window.c:
6521         
6522         Add shortcut for "save a copy" menu entry. Fix for
6523         the bug #324582.
6524
6525 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6526
6527         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6528         (job_finished_cb), (new_selection_pixbuf_needed),
6529         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6530         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6531         
6532         Rework selection job info logic and fix critical warning.
6533
6534 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6535
6536         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6537
6538 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6539
6540         * data/evince-ui.xml:
6541         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6542         
6543         Enter as shortcut key for next page. Fix for the bug
6544         #321394.
6545
6546 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6547
6548         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6549
6550 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6551
6552         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6553         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6554         (new_selection_pixbuf_needed),
6555         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6556         (clear_job_selection):
6557         
6558         Too early for 0.5. Pixbuf cache code cleaned a bit.
6559
6560 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * NEWS:
6563         * configure.ac:
6564         
6565         Release 0.5.0 preparation
6566
6567 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6568
6569         * comics/Makefile.am:
6570         * configure.ac:
6571         * shell/ev-document-types.c: (ev_document_types_add_filters):
6572         
6573         More advanced handling of custom mime type installation.
6574
6575 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6576
6577         * data/evince.schemas.in:
6578         * shell/ev-metadata-manager.c: (value_free),
6579         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6580         (ev_metadata_manager_get), (ev_metadata_manager_set):
6581         * shell/ev-metadata-manager.h:
6582         * shell/ev-window.c: (update_chrome_flag),
6583         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6584         (setup_document_from_metadata), (setup_chrome_from_metadata),
6585         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6586         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6587         (ev_window_view_toolbar_cb),
6588         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6589         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6590         
6591         Save last document settings and reuse them for new documents.
6592
6593 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6594
6595         * Makefile.am:
6596         * backend/Makefile.am:
6597         * backend/ev-document-factory.c:
6598         * backend/ev-document-factory.h:
6599         * comics/Makefile.am:
6600         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6601         (comics_document_load), (comics_document_save),
6602         (comics_document_get_n_pages), (comics_document_get_page_size),
6603         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6604         (comics_document_class_init), (comics_document_can_get_text),
6605         (comics_document_get_info), (comics_document_document_iface_init),
6606         (comics_document_init), (get_supported_image_extensions),
6607         (comics_document_thumbnails_get_geometry),
6608         (comics_document_thumbnails_get_thumbnail),
6609         (comics_document_thumbnails_get_dimensions),
6610         (comics_document_document_thumbnails_iface_init), (extract_argv):
6611         * comics/comics-document.h:
6612         * comics/ev-cbr-mime.xml:
6613         * configure.ac:
6614         * po/POTFILES.in:
6615         * shell/ev-application.c: (ev_application_register_service):
6616         * shell/ev-document-types.c: (ev_document_types_add_filters):
6617         * thumbnailer/Makefile.am:
6618         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6619         
6620         New CBR/CBZ backend for comic books.
6621
6622 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * shell/main.c: (load_files_remote):
6625
6626         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6627         warning on startup of second instance is fixed. It
6628         is bug #320353.
6629
6630 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6631
6632         * shell/ev-window.c: (ev_window_finalize):
6633         
6634         Fix double free that cause crash.
6635
6636 2005-10-29  Bastien Nocera <hadess@hadess.net>
6637
6638         * tiff/tiff-document.c: (tiff_document_load):
6639         
6640         Fix memory leak.
6641
6642 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6643
6644         * po/POTFILES.in:
6645         * shell/Makefile.am:
6646         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6647         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6648         (ev_view_accessible_get_text),
6649         (ev_view_accessible_get_character_at_offset),
6650         (ev_view_accessible_get_text_before_offset),
6651         (ev_view_accessible_get_text_at_offset),
6652         (ev_view_accessible_get_text_after_offset),
6653         (ev_view_accessible_get_character_count),
6654         (ev_view_accessible_get_caret_offset),
6655         (ev_view_accessible_set_caret_offset),
6656         (ev_view_accessible_get_run_attributes),
6657         (ev_view_accessible_get_default_attributes),
6658         (ev_view_accessible_get_character_extents),
6659         (ev_view_accessible_get_offset_at_point),
6660         (ev_view_accessible_get_n_selections),
6661         (ev_view_accessible_get_selection),
6662         (ev_view_accessible_add_selection),
6663         (ev_view_accessible_remove_selection),
6664         (ev_view_accessible_set_selection),
6665         (ev_view_accessible_text_iface_init),
6666         (ev_view_accessible_idle_do_action),
6667         (ev_view_accessible_action_do_action),
6668         (ev_view_accessible_action_get_n_actions),
6669         (ev_view_accessible_action_get_description),
6670         (ev_view_accessible_action_get_name),
6671         (ev_view_accessible_action_set_description),
6672         (ev_view_accessible_action_iface_init),
6673         (ev_view_accessible_get_type), (ev_view_accessible_new),
6674         (ev_view_accessible_factory_get_accessible_type),
6675         (ev_view_accessible_factory_create_accessible),
6676         (ev_view_accessible_factory_class_init),
6677         (ev_view_accessible_factory_get_type):
6678         * shell/ev-view-accessible.h:
6679         * shell/ev-view-private.h:
6680         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6681         * shell/ev-view.h:
6682         
6683         Initial accessibility support.
6684
6685 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6686
6687         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6688
6689 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6690
6691         * shell/ev-print-job.c: (idle_print_handler):
6692         
6693         Fix for bug Bug 318916: Printing multiple pages.
6694
6695 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6696
6697         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6698
6699 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6700
6701         * pdf/ev-poppler.cc:
6702         
6703         Thumnail dimensions unified with other backends.
6704         
6705         * shell/ev-window-title.c: (ev_window_title_update):
6706         
6707         Fix warning.
6708
6709 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6710
6711         * data/ev-stock-zoom-fit-width.png:
6712         
6713         Remove unused file.
6714
6715 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * configure.ac:
6718         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6719         (djvu_document_finalize):
6720         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6721         (dvi_document_finalize):
6722         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6723         (pixbuf_document_save), (pixbuf_document_finalize):
6724         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6725         (tiff_document_finalize):
6726         
6727         Save a copy implemented for various backends.
6728
6729 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6730
6731         * configure.ac:
6732         
6733         Don't link with ltiff if tiff is disabled.
6734
6735 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6736
6737         * pdf/GDKSplashOutputDev.cc:
6738         * pdf/GDKSplashOutputDev.h:
6739         * pdf/Thumb.cc:
6740         * pdf/Thumb.h:
6741         * pdf/pdf-document.cc:
6742         * pdf/pdf-document.h:
6743         * pdf/test-gdk-output-dev.cc:
6744         
6745         Remove old unused files.
6746
6747 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/ev-window.c: (ev_window_setup_document):
6750         
6751         Fixed warnings on reload and probably crash reason.
6752
6753 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6754
6755         * properties/ev-properties-view.c:
6756         (ev_properties_view_format_date):
6757         
6758         Check if date is invalid. Fix for bug 318134.
6759
6760 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6761
6762         * shell/ev-window-title.c:
6763         
6764         Add .indd files (Adobe Indesign) to the list of "bad
6765         extensions".
6766
6767 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6768
6769         * data/evince-ui.xml:
6770         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6771         
6772         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6773
6774 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6775
6776         * shell/ev-window.c: (launch_link), (launch_external_uri),
6777         (view_external_link_cb):
6778
6779         URL-escape link before passing it to gnome_vfs_url_show.
6780
6781 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6782
6783         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6784         there isn't text selected.
6785
6786 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6787
6788         * shell/ev-view.c: (handle_link_over_xy):
6789
6790         Check tooltip is valid utf8 before showing it
6791
6792 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6793
6794         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6795
6796 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6797
6798         * shell/ev-window-title.c: (ev_window_title_update):
6799
6800         Guard against using g_strstrip on NULL. Fixes bug #317291.
6801
6802 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6803
6804         * pdf/ev-poppler.cc:
6805
6806         Show title even for unknown links
6807
6808 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6809
6810         * shell/ev-window-title.c: (ev_window_title_update):
6811
6812         Strip the title string
6813
6814 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6815
6816         * shell/ev-window-title.c:
6817
6818         Add .rtf to the bad extensions list
6819
6820 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6821
6822         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6823         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6824
6825         Ignore link coordinates if they are outside page bounds
6826
6827 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6828
6829         * backend/ev-link.c: (ev_link_type_get_type),
6830         (ev_link_get_filename), (ev_link_get_params),
6831         (ev_link_get_property), (ev_link_set_property),
6832         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6833         * backend/ev-link.h:
6834         * pdf/ev-poppler.cc:
6835         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6836         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6837         (ev_window_init):
6838
6839         Implement launch links. Delegate external link opening to
6840         the window.
6841
6842 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6843
6844         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6845         (ev_link_get_right), (ev_link_get_property),
6846         (ev_link_set_property), (ev_link_class_init),
6847         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6848         * backend/ev-link.h:
6849         * pdf/ev-poppler.cc:
6850         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6851
6852         Implement fitr links
6853
6854 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6857         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6858         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6859         (ev_view_size_request_continuous),
6860         (ev_view_size_request_dual_page),
6861         (ev_view_size_request_single_page), (ev_view_size_allocate),
6862         (ev_view_zoom_for_size_continuous_and_dual_page),
6863         (ev_view_zoom_for_size_continuous),
6864         (ev_view_zoom_for_size_dual_page),
6865         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6866         (ev_sizing_mode_get_type):
6867         * shell/ev-view.h:
6868         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6869
6870         Do not use modes for link, we need to calculate size ad hoc.
6871         Still not perfect because of the usual scrollbar issues grrr.
6872
6873 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6874
6875         * backend/ev-link.c: (ev_link_type_get_type),
6876         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6877         * backend/ev-link.h:
6878         * pdf/ev-poppler.cc:
6879         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6880         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6881         (ev_view_size_request_continuous),
6882         (ev_view_size_request_dual_page),
6883         (ev_view_size_request_single_page), (ev_view_size_allocate),
6884         (zoom_for_size_fit_height),
6885         (ev_view_zoom_for_size_continuous_and_dual_page),
6886         (ev_view_zoom_for_size_continuous),
6887         (ev_view_zoom_for_size_dual_page),
6888         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6889         (ev_sizing_mode_get_type):
6890         * shell/ev-view.h:
6891         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6892
6893         Implement FIT_HEIGHT mode (only for links).
6894         Implement FITH links
6895
6896 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * shell/ev-window-title.c: (get_filename_from_uri),
6899         (ev_window_title_sanitize_extension), (ev_window_title_update),
6900         (ev_window_title_set_document), (ev_window_title_set_uri),
6901         (ev_window_title_free):
6902         * shell/ev-window-title.h:
6903         * shell/ev-window.c: (ev_window_setup_document),
6904         (ev_window_popup_password_dialog):
6905
6906         Refactor window title building while fixing it for
6907         password documents.
6908
6909 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * pdf/ev-poppler.cc:
6912
6913         Escape link title before setting it in the model
6914
6915 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6916
6917         * shell/ev-application.c: (removed_from_session), (save_session),
6918         (init_session), (ev_application_get_empty_window),
6919         (ev_application_init), (ev_application_get_windows):
6920         * shell/ev-application.h:
6921         * shell/ev-window.c: (ev_window_finalize):
6922
6923         Add a function to retrieve window list and share it where
6924         necessary.
6925         Implement session handling, works pretty well thanks to the
6926         metadata system.
6927
6928 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6929
6930         * shell/ev-password.c: (ev_password_item_created_callback),
6931         (ev_password_dialog_save_password):
6932         
6933         Fix for bug 316972. Use async gnome-keyring API.
6934
6935 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6936
6937         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6938         Remove unused unrealize handler. Add scroll handling to
6939         ev_view_scroll_event for presentation mode (bug #316708),
6940         and fix the event state checks there.
6941
6942 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6943
6944         * shell/ev-page-action.c: (page_changed_cb):
6945
6946         "marco, maybe we should be crazy and jump right to 6! :)"
6947
6948         Bryan Clark, Sep 2005
6949
6950 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * ps/ps-document.c: (save_document), (ps_document_save),
6953         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6954         (ps_document_ps_export_end):
6955
6956         Fix unstructured documents save and print
6957
6958 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * shell/ev-application.c: (ev_application_open_uri):
6961
6962         Fix window size persistance
6963
6964 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6965
6966         * shell/ev-view.c: (ev_view_button_release_event):
6967
6968         Based on a patch from carlosgc@gnome.org. Mouse buttons
6969         switch pages in presentation mode.
6970
6971 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6974
6975         Dont cast to int before scaling
6976
6977 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6978
6979         * backend/ev-link.c: (ev_link_type_get_type),
6980         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6981         (ev_link_new_page_fith):
6982         * backend/ev-link.h:
6983         * pdf/ev-poppler.cc:
6984         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6985
6986         Implement FIT and FITH links
6987
6988 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6989
6990         * pdf/ev-poppler.cc:
6991
6992         Return 0 results when search is not in progress.
6993
6994         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6995         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6996
6997         Update menu sensitivity when cancelling search
6998
6999 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7000
7001         * shell/ev-view.c: (ev_view_can_find_next):
7002
7003         Take all pages in consideration, not just current one
7004
7005 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7006
7007         * shell/ev-page-cache.c:
7008         * shell/ev-page-cache.h:
7009         * shell/ev-view.c: (ev_view_binding_activated),
7010         (ev_view_next_page), (ev_view_previous_page),
7011         (ev_sizing_mode_get_type):
7012         * shell/ev-view.h:
7013         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
7014         (ev_window_cmd_go_next_page):
7015
7016         Move page next/previous functions from page chace to
7017         view and change it to move by 2 page steps in dual mode.
7018
7019 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7020
7021         * shell/ev-window.c: (update_sidebar_visibility),
7022         (setup_sidebar_from_metadata), (ev_window_setup_document),
7023         (setup_view_from_metadata):
7024
7025         Show the index by default when there is one     
7026
7027 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
7028
7029         * shell/ev-window-title.c: (ev_window_title_set_document):
7030
7031         Missing null check
7032
7033 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7034
7035         * shell/ev-view.c: (view_update_range_and_current_page):
7036         
7037         Allow display of last odd page in dual view. Fix for 316347.
7038
7039 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7040
7041         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7042         
7043         Make close button default. Fix for 316383.
7044
7045 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7046
7047         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7048         
7049         Mark close button as default. Fix for 316381.
7050
7051 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7052
7053         * backend/ev-link.c: (ev_link_class_init):
7054
7055         Allow negative doubles in left/top properties
7056
7057 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7058
7059         * shell/ev-window.c:
7060
7061         Remove a bunch of strings that was used only
7062         by the statusbar.
7063
7064 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7065
7066         * shell/ev-window-title.c: (get_filename_from_uri),
7067         (ev_window_title_set_document):
7068
7069         When title has a confusing extension, show also
7070         the document filename inside ()
7071
7072 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7073
7074         * shell/Makefile.am:
7075         * shell/ev-window-title.c: (ev_window_title_new),
7076         (ev_window_title_update), (ev_window_title_set_type),
7077         (ev_window_title_set_document), (ev_window_title_free):
7078         * shell/ev-window-title.h:
7079         * shell/ev-window.c: (ev_window_setup_document),
7080         (password_dialog_response), (ev_window_popup_password_dialog),
7081         (ev_window_dispose), (ev_window_init):
7082
7083         Factor out and cleanup window title code
7084
7085 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
7086
7087         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
7088         (unable_to_load):
7089
7090         Make dialog transient so it doesnt block other windows
7091
7092 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * pdf/ev-poppler.cc:
7095         
7096         Fix pdf thumbnails rendering.
7097
7098 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7099
7100         * shell/ev-window.c: (fullscreen_set_timeout):
7101         
7102         Increase timeout to hide full screen popup. Bug 
7103         316123. 
7104
7105 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7106
7107         * data/evince.schemas.in:
7108         * shell/ev-window.c: (update_action_sensitivity):
7109
7110         Allow the user to override document restrictions. Fix for bug
7111         305818.
7112
7113 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7114
7115         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7116         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7117         (ev_window_class_init): Fix multihead behaviour of fullscreen
7118         toolbar popup. Fixes bug #315451.
7119
7120 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7121
7122         * configure.ac:
7123         * data/evince-password.glade:
7124         * shell/ev-password.c: (ev_password_dialog_set_property),
7125         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7126         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7127         (ev_password_dialog_entry_changed_cb),
7128         (ev_password_dialog_entry_activated_cb),
7129         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7130         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7131         (ev_password_dialog_set_bad_pass):
7132         * shell/ev-password.h:
7133         * shell/ev-window.c: (password_dialog_response),
7134         (ev_window_popup_password_dialog):
7135         
7136         Support for gnome-keyring for encrypted PDF's.
7137
7138 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7141         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7142         (ev_view_enter_notify_event), (ev_view_class_init):
7143         
7144         More precise handling of enter_notify/leave_notify events
7145         in EvView. Fix for bug 315470.
7146
7147 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7148
7149         * shell/ev-window.c: (fullscreen_timeout_cb),
7150         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7151         (ev_window_dispose):
7152
7153         leak fix: unref fullscreen_timeout_source before clearing it
7154
7155 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7156
7157         * configure.ac, dvi/mdvi/Makefile.am: 
7158         
7159         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7160
7161 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7162
7163         * backend/ev-link.c: (ev_link_new_page_xyz):
7164         * pdf/ev-poppler.cc:
7165         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7166
7167         Fix some bugs with xyz links, respect zoom
7168
7169 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * shell/ev-window.c: (page_changed_cb),
7172         (setup_document_from_metadata), (update_sidebar_visibility),
7173         (setup_view_from_metadata), (ev_window_run_fullscreen),
7174         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7175         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7176         (ev_window_dual_mode_changed_cb),
7177         (ev_window_sidebar_current_page_changed_cb):
7178
7179         null check uri before setting and getting metadata
7180
7181 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * dvi/Makefile.am:
7184         * properties/Makefile.am:
7185         * shell/Makefile.am:
7186         * thumbnailer/Makefile.am:
7187
7188         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7189
7190 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7191
7192         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7193         (selection_changed_callback):
7194         * shell/ev-sidebar-links.h:
7195
7196         Add a signal for link activation.
7197
7198         * shell/ev-view.c: (ev_view_goto_link),
7199         (ev_view_button_release_event):
7200         * shell/ev-view.h:
7201         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7202         (ev_window_init):
7203
7204         Implement the signal so that we can handle all link types.
7205
7206         * shell/ev-page-cache.c:
7207
7208         Remove unused set_link function
7209
7210 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7211
7212         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7213
7214         Add some space from the cursor, hardcoded but I couldnt
7215         find a better way.
7216
7217 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7218
7219         * lib/ev-tooltip.c:
7220
7221         Use mozilla style vs gtk style, way better for links.
7222
7223         * shell/ev-view.c: (ev_view_motion_notify_event),
7224         (ev_view_destroy), (ev_view_init):
7225
7226         Deactive tooltip when the link hovered is changed.
7227
7228 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7229
7230         * backend/ev-document.h:
7231         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7232         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7233         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7234         (ev_link_new_page), (ev_link_new_page_xyz):
7235         * backend/ev-link.h:
7236         * pdf/ev-poppler.cc:
7237         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7238         (go_to_link), (tip_from_link):
7239
7240         Implement xyz links, still not functional. Links are a total
7241         mess, will need to refactor and bugfix a lot :(
7242
7243 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7244
7245         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7246
7247 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7248
7249         * data/evince-ui.xml:
7250         * data/evince.schemas.in:
7251         * shell/Makefile.am:
7252         * shell/ev-window.c: (update_chrome_visibility),
7253         (password_dialog_response), (ev_window_load_job_cb),
7254         (ev_window_xfer_job_cb), (ev_window_open_uri),
7255         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7256         (ev_window_init):
7257
7258         Remove the statusbar. This regress loading feedback, need to
7259         check with Bryan what we want to do there...
7260
7261 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7262
7263         * lib/ev-tooltip.c: (ev_tooltip_init):
7264
7265         Fix tooltip border and size handling
7266
7267 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7268
7269         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7270         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7271         (ev_tooltip_timeout), (ev_tooltip_activate),
7272         (ev_tooltip_deactivate):
7273         * lib/ev-tooltip.h:
7274         * shell/ev-view.c: (ev_view_motion_notify_event):
7275
7276         Delay popup showing. Mirror gtk logic/times.
7277
7278 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7279
7280         * lib/Makefile.am:
7281         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7282         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7283         (ev_tooltip_set_text), (ev_tooltip_set_position):
7284         * lib/ev-tooltip.h:
7285
7286         Simple widget to show tooltips at a custom position
7287
7288         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7289         (ev_view_destroy):
7290
7291         Use it for links. First go, needs work
7292
7293 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7294
7295         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7296         HIG fixes.  Use title capitalization for window title. Use 12 
7297         pixels of space between the dialog's vbox and action area.
7298
7299 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7300
7301         * shell/ev-window.c: (file_open_dialog_response_cb),
7302         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7303         (ev_window_cmd_save_as):
7304
7305         Make file pickers not modal and refactor code some
7306
7307 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * shell/ev-sidebar.h:
7310         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7311         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7312         (ev_sidebar_class_init), (ev_sidebar_select_page),
7313         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7314         (ev_sidebar_set_page):
7315
7316         Add a current page property and allow to get/set it
7317
7318         * shell/ev-window.c: (setup_view_from_metadata),
7319         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7320
7321         Persist current sidebar page per document
7322
7323 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7324
7325         * data/evince.schemas.in:
7326         * shell/ev-window.c: (update_chrome_visibility),
7327         (setup_document_from_metadata), (update_sidebar_visibility),
7328         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7329         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7330         (ev_window_run_presentation), (ev_window_stop_presentation),
7331         (ev_window_view_sidebar_cb),
7332         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7333         (load_chrome), (ev_window_init):
7334
7335         Persist size/visibility of sidebar per document
7336
7337 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7338
7339         * shell/ev-view.c (draw_loading_text): Draw loading text.
7340
7341 2005-09-02  Dan Damian  <dand@gnome.ro>
7342
7343         * configure.in: Added "ro" to ALL_LINGUAS.
7344
7345 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7346
7347         * shell/ev-view.c: (clear_caches):
7348
7349         ev_page_cache_get doesnt return a reference,
7350         dont try to unref it.
7351
7352 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7353
7354         * shell/main.c: (load_files_remote):
7355
7356         Fix timestamp parameter with dbus <= 0.33
7357
7358 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7359
7360         * data/evince.schemas.in:
7361
7362         Add missing full stop
7363
7364 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7365
7366         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7367         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7368
7369         Plug some memory leaks
7370
7371 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7372
7373         * configure.ac:
7374         * lib/ev-debug.c: (trap_handler):
7375
7376         Check for execinfo.h and use it only if it exists.
7377         Ported from Epiphany (bug #314776).
7378
7379 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7380
7381         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7382
7383 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7384
7385         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7386         * po/id.po      : Added Indonesian translation
7387
7388 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7389
7390         * shell/main.c:
7391         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7392         * NEWS: Release 0.4.0
7393
7394 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7395
7396         * configure.ac: catch another gtk+-2.8ism
7397         * shell/main.c: Make work with gtk+-2.6
7398
7399 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7400
7401         * shell/ev-application-service.xml: Add 'timestamp' argument to
7402           ev_application_open_window and ev_application_open_uri methods.
7403
7404         * shell/ev-application.h: Add 'timestamp' argument to
7405           ev_application_open_window, ev_application_open_uri,
7406           and ev_application_open_uri_list functions.
7407
7408         * shell/ev-application.c (ev_application_open_window,
7409           ev_application_open_uri, ev_application_open_uri_list): Change
7410           functions that show/present windows to use a timestamp if one
7411           is passed in.
7412
7413         * shell/ev-window.c (ev_window_cmd_file_open,
7414           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7415         * shell/main.c (load_files): Modify calls to ev_application to
7416           include GDK_CURRENT_TIME as timestamp.
7417
7418         * shell/main.c (load_files_remote): Obtain timestamp for client
7419           instance from GDK and pass to server instance so new windows are
7420           focused properly.  Fix dbus_g_proxy_call() calls by including second
7421           G_TYPE_INVALID.
7422           
7423         Closes bug #314475.
7424
7425 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7426
7427         * shell/ev-window.c (ev_window_finalize): Check for
7428         avail. EvWindows when quiting to handle the finalize better,
7429         #314497
7430
7431 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7432         
7433         * properties/ev-properties-view.c: 
7434         
7435         Set textdomain to libglade. Fixes translation problem in property page.
7436
7437 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7438
7439         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7440         * dvi/Makefile.am:
7441         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7442         * dvi/mdvi-lib/Makefile.am:
7443         
7444         Fix rotation of thumbnails, ported to new API. Moved library
7445         dependencies earlier, probably it will fix linkage problem.
7446
7447 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7448
7449         * backend/ev-document-misc.c:
7450         (ev_document_misc_get_thumbnail_frame):
7451         * backend/ev-document-misc.h:
7452         * configure.ac:
7453         * pdf/ev-poppler.cc:
7454         * shell/Makefile.am:
7455         * shell/ev-sidebar-thumbnails.c: (add_range),
7456         (ev_sidebar_thumbnails_set_loading_icon),
7457         (ev_sidebar_thumbnails_refresh),
7458         (ev_sidebar_thumbnails_set_document):
7459         * shell/ev-sidebar-thumbnails.h:
7460         * shell/ev-view.c: (ev_view_motion_notify_event),
7461         (ev_view_set_property), (ev_view_get_property),
7462         (ev_view_class_init), (ev_view_set_rotation):
7463         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7464         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7465         (ev_window_init):
7466         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7467         Redo rotation (again).  prepare for 0.4.0
7468
7469 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7470
7471         * configure.ac: Bump poppler requirement to 0.4.1.
7472
7473         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7474         argument to poppler_page_render_selection() call.
7475
7476 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7477
7478         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7479         (djvu_document_thumbnails_get_thumbnail):
7480         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7481         (dvi_document_thumbnails_get_thumbnail):
7482         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7483         (pixbuf_document_thumbnails_get_thumbnail):
7484         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7485         
7486         Update rotation direction of backends to fit with pdf and ps.
7487
7488 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7491         * backend/ev-async-renderer.h:
7492         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7493         (setup_page), (ps_document_get_page_size),
7494         (ps_async_renderer_render_pixbuf):
7495         * ps/ps-document.h:
7496         * shell/ev-jobs.c: (ev_job_render_run):
7497
7498         Fix orientation in the postscript document
7499
7500 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7501
7502         * pdf/ev-poppler.cc:
7503         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7504         * shell/ev-view.c: (highlight_find_results):
7505
7506         Adapt to the new poppler rotation API. Fix text maps on landscape
7507         documents.
7508
7509 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7510
7511         * shell/ev-view.c (compute_new_selection_text): get the correct
7512         region when selecting in modes other than continuous.
7513
7514 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7515
7516         * shell/main.c (main): remove redundant g_warnings.
7517
7518 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520         * shell/Makefile.am: Don't include autogenerated
7521         file ev-application-service.h into distribution, since
7522         it causes dbus crash. Fix for bugs 313724 and 313443. 
7523
7524 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7525
7526         * configure.ac: Fix sed expression for FreeBSD. Thanks
7527         to Joe Marcus Clark <marcus@freebsd.org>
7528         
7529         * shell/eggfindbar.c: (entry_activate_callback),
7530         (entry_changed_callback), (egg_find_bar_init),
7531         (egg_find_bar_set_search_string):
7532         
7533         Made findbar buttons unsensitive if there is no text in
7534         entry. Fix for the bug 313285.
7535
7536 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7537
7538         * ps/ps-document.c: Use g_filename_display_name for displaying
7539         filenames and revert string freeze breackage
7540
7541 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7542
7543         * NEWS:
7544         * configure.ac:
7545
7546         Update for 0.3.4
7547
7548         * shell/Makefile.am:
7549
7550         Add ev-application-service.xml to extra dist
7551
7552         * shell/ev-view.c: (find_page_at_location):
7553
7554         Remove unused function (fix warning)
7555
7556 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7557
7558         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7559         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7560         
7561         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7562         bug 313623.
7563
7564 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7565
7566         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7567         * shell/ev-window.c:
7568         Fix build warnings
7569
7570 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7571
7572         * configure.ac: Update script to get dbus version.
7573         Fix for the bug #313443.
7574
7575 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7576
7577         * shell/ev-window.c: (ev_window_cmd_escape):
7578         
7579         Return focus back to view on escape. Fix for bug 313295.
7580
7581 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7582
7583         * shell/ev-window.c: (update_window_title),
7584         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7585         (ev_window_cmd_save_as):
7586         
7587         Correct conversion from uri to displayable string. Fix for
7588         bug 313296.
7589
7590 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7591
7592         * ps/ps-document.c: convert filename to utf8 when there is an error
7593         loading document. Fixes #309915
7594
7595 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7596
7597         * configure.ac:
7598
7599         We depend on poppler 0.4.0
7600
7601 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7602
7603         * configure.ac:
7604         * NEWS: Release 0.3.3.
7605         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7606
7607 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7608
7609         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7610         add a couple missing mnemonics to menu items, use title 
7611         capitalization for menu items and window titles, and add 
7612         ellipsis to open menu item.     
7613
7614 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7615
7616         * pdf/ev-poppler.cc:
7617         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7618         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7619         (ev_view_get_rotation):
7620         * shell/ev-view.h:
7621         * shell/ev-window.c: (setup_view_from_metadata),
7622         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7623         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7624         disk.
7625
7626 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7627
7628         * configure.ac: Added tr to ALL_LINGUAS
7629
7630 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7631
7632         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7633         requires several clicks to find word. Thanks to 
7634         Colin Slater <kiltedtaco@gmail.com>.
7635
7636 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7637
7638         * data/evince.desktop.in.in: Hide menu entry and
7639         rename it to "Document Viewer". Fix for bug 
7640         #312399.
7641
7642 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7643
7644         * shell/ev-page-action.c (ev_page_action_class_init): 
7645
7646         Point to the correct function in constructor of the
7647         activate_label signal
7648
7649 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7650
7651         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7652         * shell/ev-jobs.h: Make thread safe.
7653
7654 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7655
7656         * shell/ev-view.c: (view_update_range_and_current_page):
7657         Don't update page range if we are scrolling to some document
7658         point.
7659
7660 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7661
7662         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7663         when getting max_page_width, fix drawing in dual mode.
7664
7665 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7666
7667         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7668         getting the area for select_all.
7669
7670 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7671
7672         * backend/ev-selection.c: (ev_selection_render_selection):
7673         * backend/ev-selection.h:
7674         * pdf/ev-poppler.cc:
7675         * shell/ev-jobs.c: (ev_job_render_new):
7676         * shell/ev-jobs.h:
7677         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7678         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7679         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7680         (ev_view_class_init):
7681
7682         Change selection color on focus in and focus out events.  Also,
7683         poppler now uses GdkColor for specifying the selection colors, so
7684         drop some awkward conversion code.
7685
7686 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7687
7688         * configure.ac: Added Hebrew translation
7689
7690 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7691
7692         * NOTES:
7693         * backend/ev-selection.c: (ev_selection_render_selection):
7694         * backend/ev-selection.h:
7695         * pdf/ev-poppler.cc:
7696         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7697         (ev_job_render_run):
7698         * shell/ev-jobs.h:
7699         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7700         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7701         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7702         (ev_pixbuf_cache_style_changed),
7703         (ev_pixbuf_cache_get_selection_pixbuf),
7704         (ev_pixbuf_cache_set_selection_list),
7705         (ev_pixbuf_cache_get_selection_list):
7706         * shell/ev-pixbuf-cache.h:
7707         * shell/ev-utils.c: (ev_print_region_contents):
7708         * shell/ev-utils.h:
7709         * shell/ev-view.c: (ev_view_queue_draw_page),
7710         (selection_update_idle_cb), (ev_view_motion_notify_event),
7711         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7712         (setup_caches), (ev_view_find_next), (merge_selection_region),
7713         (selection_free):
7714         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7715
7716         Clean up selection to be much smoother!
7717
7718 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7719
7720         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7721         to poppler_page_render_selection().
7722
7723 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7724
7725         * ps/ps-document.c: (save_page_list): Use
7726         unzipped document when printing. Thanks to 
7727         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7728         311016.
7729
7730 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7731
7732         * shell/ev-window.c: (update_action_sensitivity):
7733         
7734         Disable print and save respect to lockdown gconf keys. Fix
7735         for 312342.
7736
7737 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7738
7739         * configure.ac:
7740         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7741         (write_to_temp_file), (ev_file_set_contents):
7742         * shell/ev-utils.h:
7743         * shell/ev-window.c: (save_print_config_to_file):
7744         
7745         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7746         Fix for bug 312238
7747
7748 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7749
7750         * shell/ev-window.c: (load_print_config_from_file),
7751         (save_print_config_to_file), (ev_window_print_range):
7752
7753         Persist the print settings. Fixes bug #311578.
7754
7755 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7756
7757         * djvu/djvu-document.c: (djvu_document_get_page_size),
7758         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7759         (djvu_document_thumbnails_get_thumbnail):
7760         * dvi/dvi-document.c: (dvi_document_get_page_size),
7761         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7762         (dvi_document_thumbnails_get_dimensions),
7763         (dvi_document_thumbnails_get_thumbnail):
7764         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7765         (pixbuf_document_render_pixbuf),
7766         (pixbuf_document_document_iface_init),
7767         (pixbuf_document_thumbnails_get_thumbnail):
7768         
7769         Update backends to make them build with new rotation system.
7770
7771 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * help/C/figures/evince_start_window.png:
7774         
7775         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7776
7777 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7778
7779         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7780         * shell/ev-pixbuf-cache.h:
7781         * shell/ev-sidebar-thumbnails.c:
7782         (ev_sidebar_thumbnails_get_property), (add_range),
7783         (adjustment_changed_cb):
7784         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7785         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7786         we were thumbnailing the entire docment on startup, slowing us
7787         down hugely. 
7788
7789 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7790
7791         * shell/ev-page-cache.c: (ev_page_cache_new):
7792         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7793         == 0, fixes #310306.
7794
7795 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7796
7797         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7798         (ev_view_rotate_left):
7799
7800         Account rotation in doc_rect_to_view_rect.
7801         Ensure rotation doesnt go out of bounds.
7802
7803 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7806
7807         Correct and cleanup w/h swapping
7808
7809 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7810
7811         * backend/ev-document-thumbnails.c:
7812         (ev_document_thumbnails_get_thumbnail):
7813         * backend/ev-document-thumbnails.h:
7814         * backend/ev-document.c:
7815         * backend/ev-document.h:
7816         * backend/ev-render-context.c: (ev_render_context_new),
7817         (ev_render_context_set_rotation):
7818         * backend/ev-render-context.h:
7819         * pdf/ev-poppler.cc:
7820         * ps/ps-document.c: (ps_document_document_iface_init):
7821         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7822         * shell/ev-jobs.h:
7823         * shell/ev-page-cache.c: (build_height_to_page),
7824         (ev_page_cache_new), (ev_page_cache_get_size),
7825         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7826         (ev_page_cache_get_height_to_page):
7827         * shell/ev-page-cache.h:
7828         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7829         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7830         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7831         (ev_pixbuf_cache_get_selection_pixbuf):
7832         * shell/ev-pixbuf-cache.h:
7833         * shell/ev-print-job.c: (idle_print_handler):
7834         * shell/ev-sidebar-thumbnails.c: (add_range):
7835         * shell/ev-view.c: (view_update_range_and_current_page),
7836         (get_page_y_offset), (get_page_extents),
7837         (ev_view_size_request_continuous_dual_page),
7838         (ev_view_size_request_continuous),
7839         (ev_view_size_request_dual_page),
7840         (ev_view_size_request_single_page), (draw_one_page),
7841         (ev_view_set_rotation), (ev_view_rotate_right),
7842         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7843         (ev_view_zoom_for_size_continuous_and_dual_page),
7844         (ev_view_zoom_for_size_continuous),
7845         (ev_view_zoom_for_size_dual_page),
7846         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7847         (ev_view_select_all):
7848         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7849         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7850         (tiff_document_document_iface_init),
7851         (tiff_document_thumbnails_get_thumbnail):
7852
7853         Use rotation rather than orientation. It's easier and enough
7854         for our needs.
7855
7856 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/ev-page-cache.c: (build_height_to_page),
7859         (ev_page_cache_new), (ev_page_cache_get_size),
7860         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7861         (ev_page_cache_get_height_to_page):
7862         * shell/ev-page-cache.h:
7863         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7864         (ev_view_size_request_continuous_dual_page),
7865         (ev_view_size_request_continuous),
7866         (ev_view_zoom_for_size_continuous_and_dual_page),
7867         (ev_view_zoom_for_size_continuous):
7868
7869         Make the page cache aware of page orientation.
7870
7871 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7872
7873         * backend/ev-document-thumbnails.c:
7874         (ev_document_thumbnails_get_thumbnail):
7875         * backend/ev-document-thumbnails.h:
7876         * backend/ev-document.c:
7877         * backend/ev-document.h:
7878         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7879         * backend/ev-ps-exporter.h:
7880         * pdf/ev-poppler.cc:
7881         * ps/ps-document.c: (ps_document_document_iface_init),
7882         (ps_document_ps_export_do_page):
7883         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7884         * shell/ev-jobs.h:
7885         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7886         (ev_page_cache_get):
7887         * shell/ev-page-cache.h:
7888         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7889         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7890         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7891         * shell/ev-pixbuf-cache.h:
7892         * shell/ev-print-job.c: (idle_print_handler):
7893         * shell/ev-sidebar-thumbnails.c: (add_range):
7894         * shell/ev-view.c: (view_update_range_and_current_page),
7895         (get_page_extents), (ev_view_size_request_dual_page),
7896         (ev_view_size_request_single_page), (draw_one_page),
7897         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7898         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7899         (ev_view_zoom_for_size_dual_page),
7900         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7901         (ev_view_select_all):
7902         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7903         * tiff/tiff-document.c: (tiff_document_get_page_size),
7904         (tiff_document_get_orientation), (rotate_pixbuf),
7905         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7906         (tiff_document_thumbnails_get_thumbnail),
7907         (tiff_document_ps_export_do_page), (tiff_document_init):
7908
7909         Really make use of the orientation bit of the render context.
7910         Use the render context in a few more places in the backend API.
7911         This regress orientation, but now it's done right. Will try to
7912         fix it up asap...
7913
7914 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7915
7916         * shell/ev-view.c: (ensure_rectangle_is_visible):
7917
7918         Patch by Nickolay V. Shmyrev to fix find flickering
7919
7920 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7921
7922         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7923         duplex parameters to ::begin.
7924
7925         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7926         * shell/ev-print-job.c (idle_print_handler): 
7927         * ps/ps-document.c (ps_document_ps_export_begin): 
7928         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7929         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7930         implementations. Poppler backend needs poppler cvs. Rest has
7931         unchanged behavior.
7932
7933 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7934
7935         * shell/ev-window.c (using_pdf_printer): new function.
7936         (ev_window_print_range): print a less techy message if someone
7937         tries to print to PDF.
7938
7939 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7940
7941         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7942         from "unknown font" string. Bug #311431
7943
7944 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7945
7946         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7947
7948 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7949
7950         Bug #311280
7951         
7952         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7953         name for PopplerFontTypes
7954         (pdf_document_fonts_fill_model): add font type to the detail column
7955
7956         * backend/ev-document-fonts.h: added
7957         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7958
7959         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7960         font name and font details, add a little markup.
7961         (ev_properties_fonts_init): use the new cell data func, specify ypad
7962         property for the cell renderer.
7963         (ev_properties_fonts_set_document): add the details column.
7964
7965 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7966
7967         * configure.ac: Added "pl" to ALL_LINGUAS.
7968
7969 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7970
7971         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7972
7973 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7974
7975         * help/ChangeLog: Started this for translations of manual.
7976         * configure.ac, autogen.sh, .cvsignore: Migrated to
7977         gnome-doc-utils. Patch in bug #311222.
7978
7979 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7980
7981         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7982         #ifdef this away to fix an unused-function warning.
7983
7984 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7985
7986         * configure.ac: Added 'gl' to ALL_LINGUAS.
7987
7988 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7989
7990         * configure.ac: Added ne in ALL_LINGUAS
7991         
7992 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7993
7994         * shell/ev-view.c: (ev_view_leave_notify_event):
7995         
7996         Clear status message when pointer leaves view. Fix for bug
7997         #310818 
7998
7999 2005-07-20 Ankit Patel <ankit644@yahoo.com>
8000
8001         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
8002
8003 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8004
8005         * shell/ev-view.c: (ev_view_leave_notify_event),
8006         (ev_view_class_init):
8007         
8008         Set cursor to normal then leaving view.
8009
8010 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8011
8012         * configure.ac:
8013         
8014         Fix required djvulibre version.
8015
8016 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
8017
8018         *configure.ac: Hindi (hi) language added
8019
8020 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
8021
8022         *configure.ac: Punjabi (pa) Language added
8023
8024 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8025
8026         * data/evince-ui.xml, shell/ev-window.c:
8027         
8028         Add keypad accelerators for zooming. Fix for bug 308128.
8029
8030 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8031
8032         * Makefile.am:
8033         * backend/Makefile.am:
8034         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
8035         * configure.ac:
8036         * shell/ev-document-types.c: (ev_document_types_add_filters):
8037
8038         Allow to enable/disable the pixbuf backend.
8039         Default to off for now. If we want it enabled we should
8040         really put mime types in the desktop, implement properties etc.
8041
8042         * properties/evince-properties.c:
8043
8044         Initialize error to NULL.
8045         Check error is not NULL before freeing.
8046
8047 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8048
8049         * shell/ev-window.c:
8050
8051         Use F5 as presentation accell
8052
8053 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8054
8055         * shell/ev-window.c: (update_chrome_visibility),
8056         (ev_window_create_fullscreen_popup), (ev_window_init):
8057
8058         Do not leak the fullscreen toolbar
8059
8060 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8061
8062         * shell/ev-window.c: (view_actions_focus_in_cb),
8063         (view_actions_focus_out_cb):
8064
8065         These has a return value! Fix totally random focus
8066         issues we was seeing.
8067
8068 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8069
8070         * shell/main.c: (load_files_remote):
8071
8072         Allow open more than one file
8073
8074 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * shell/main.c: (load_files_remote):
8077
8078         Fix for dbus 0.33. bug #309975
8079
8080 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8081
8082         * properties/ev-properties-main.c: (ev_properties_get_pages):
8083
8084         Actually return NULL for types we dont support
8085
8086 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
8087
8088         * po/POTFILES.in:
8089
8090         Remove empty lines.
8091
8092 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
8093
8094         * backend/ev-document-factory.c:
8095         (ev_document_factory_get_document):
8096
8097         Do not try to create the object if type
8098         is invalid.
8099
8100 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8101
8102         * ps/ps-document.c: (ps_document_dispose),
8103         (ps_async_renderer_render_pixbuf):
8104         * ps/ps-document.h:
8105
8106         Do not leak the target window
8107
8108 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * shell/ev-application.c: (ev_application_init):
8111
8112         Let tbe check file existence for us.
8113         Add a comment about eggrecent mime filter.
8114
8115 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8116
8117         * data/evince-ui.xml:
8118         * shell/ev-application.c: (ev_application_shutdown),
8119         (ev_application_init), (ev_application_get_toolbars_model),
8120         (ev_application_get_recent_model),
8121         (ev_application_save_toolbars_model):
8122         * shell/ev-application.h:
8123         * shell/ev-window.c: (ev_window_add_recent),
8124         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8125         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8126         (ev_window_init):
8127
8128         Use common toolbar and recent models for all windows.
8129         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8132
8133         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8134         successfully check for gtk_icon_view_get_visible_range.
8135
8136 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8137
8138         * djvu/Makefile.am:
8139         * dvi/Makefile.am:
8140         
8141         Fix djvu and dvi backend build.
8142
8143 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8144
8145         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8146         (new_separator_pixbuf):
8147
8148         Don't leak windows.
8149
8150 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8151
8152         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8153
8154         HIGification of toolbar editor dialogue.
8155
8156 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8157
8158         * configure.ac:
8159         * shell/Makefile.am:
8160
8161         Ever build metadata manager since it's just
8162         disabled at runtime now.
8163
8164 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8165
8166         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8167         (ev_metadata_manager_get), (ev_metadata_manager_set):
8168         * shell/ev-metadata-manager.h:
8169
8170         Add an _init functions that enabled metadata management
8171         at runtime.
8172
8173         * shell/ev-window.c: (page_changed_cb),
8174         (setup_document_from_metadata), (ev_window_setup_document),
8175         (setup_view_from_metadata), (ev_window_open_uri),
8176         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8177         (ev_window_run_presentation), (ev_window_stop_presentation),
8178         (save_sizing_mode), (ev_window_zoom_changed_cb),
8179         (ev_window_continuous_changed_cb),
8180         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8181         (window_configure_event_cb):
8182
8183         Remove all ugly metadata define since we deal with it
8184         at runtime now.
8185
8186         * shell/main.c: (load_files_remote), (main):
8187
8188         Add support for dbus cvs head. Hopefully didnt break one
8189         of the other versions now!
8190
8191         If we dont get a response from the dbus server just
8192         give up with it and not enable metadata.
8193
8194 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8195
8196         * Makefile.am:
8197         * backend/Makefile.am:
8198         * configure.ac:
8199         * cut-n-paste/recent-files/Makefile.am:
8200         * cut-n-paste/toolbar-editor/Makefile.am:
8201         * cut-n-paste/zoom-control/Makefile.am:
8202         * lib/Makefile.am:
8203         * pdf/Makefile.am:
8204         * pixbuf/Makefile.am:
8205         * properties/Makefile.am:
8206         * ps/Makefile.am:
8207         * shell/Makefile.am:
8208         * thumbnailer/Makefile.am:
8209         * tiff/Makefile.am:
8210
8211         Make frontends depend on just libev.
8212         Rework and group CFLAGS/LIBS definitions.
8213         Cleanups.
8214
8215 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * shell/ev-window:
8218
8219         do not unnecessarily save zoom
8220
8221         * configure.ac:
8222         * lib/ev-file-helpers.c: (ev_dot_dir):
8223         * shell/Makefile.am:
8224         * shell/dummy.cc:
8225
8226         Some cleanups
8227
8228 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8229
8230         * configure.ac:
8231         
8232         Remove unnecessary dependencies
8233
8234 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8235
8236         * properties/Makefile.am:
8237         * thumbnailer/Makefile.am:
8238         * tiff/Makefile.am:
8239
8240         Some more cleanups. Was really necessary
8241         but I probably introduced bugs, feel free
8242         to flame :)
8243
8244 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * backend/Makefile.am:
8247         * configure.ac:
8248         * cut-n-paste/recent-files/Makefile.am:
8249         * cut-n-paste/toolbar-editor/Makefile.am:
8250         * cut-n-paste/zoom-control/Makefile.am:
8251         * lib/Makefile.am:
8252         * pdf/Makefile.am:
8253         * pixbuf/Makefile.am:
8254         * properties/Makefile.am:
8255         * ps/Makefile.am:
8256         * shell/Makefile.am:
8257         * thumbnailer/Makefile.am:
8258         * tiff/Makefile.am:
8259
8260         Use gnome-common macros when possible.
8261         Cleanup dependencies.
8262         Actually disable deprecated where possible.
8263
8264 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8265
8266         * Makefile.am:
8267         * backend/Makefile.am:
8268         * properties/Makefile.am:
8269         * shell/Makefile.am:
8270         * thumbnailer/Makefile.am:
8271
8272         This should solve the circular dep without
8273         requiring dir reorg!
8274
8275         * shell/ev-window.c: (setup_view_from_metadata):
8276
8277         Never restore window size/position when the
8278         window is already visible.
8279
8280 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8281
8282         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8283
8284         Return a boolean from timeout func. Fix ported from gedit.
8285
8286 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8287
8288         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8289
8290 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8291
8292         * shell/ev-document-types.c: set "All Documents" as default filter in
8293         open dialog
8294
8295 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8296
8297         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8298         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8299         (ev_metadata_manager_set_boolean): fix value/val thinko.
8300
8301 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * shell/ev-window.c: (setup_view_from_metadata),
8304         (window_state_event_cb), (window_configure_event_cb),
8305         (ev_window_init):
8306
8307         Remember window position and maximized state
8308
8309 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8310
8311         * configure.ac:
8312
8313         Fix DBUS configure checks.
8314
8315         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8316         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8317         (ev_metadata_manager_set_boolean):
8318
8319         Plug mem leaks.
8320
8321         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8322         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8323         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8324         (ev_window_continuous_changed_cb),
8325         (ev_window_dual_mode_changed_cb), (ev_window_new):
8326
8327         Fix the build without DBUS.
8328
8329 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8330
8331         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8332         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8333         (ev_metadata_manager_set_string),
8334         (ev_metadata_manager_set_boolean):
8335         * shell/ev-metadata-manager.h:
8336
8337         Add support for some more types
8338
8339         * shell/ev-view.c: (scroll_to_current_page),
8340         (ev_view_get_continuous), (ev_view_set_continuous),
8341         (ev_view_get_dual_page):
8342         * shell/ev-view.h:
8343         * shell/ev-window.c: (page_changed_cb),
8344         (setup_document_from_metadata), (ev_window_setup_document),
8345         (setup_view_from_metadata), (ev_window_open_uri),
8346         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8347         (ev_window_run_presentation), (ev_window_stop_presentation),
8348         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8349         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8350         (ev_window_update_dual_page_action),
8351         (ev_window_continuous_changed_cb),
8352         (ev_window_dual_mode_changed_cb), (ev_window_init):
8353
8354         Remember a bunch of view/document properties. Prolly some
8355         are still missing but it's getting interesting.
8356
8357 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8358
8359         * configure.ac: check if dbus-binding-tool is installed. Not the
8360         case on current Ubuntu breezy, it seems.
8361
8362 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8363
8364         * data/evince.desktop.in.in:
8365         
8366         Allow open uri lists and add TryExec field.
8367
8368 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * configure.ac:
8371
8372         Enable dbus when available, do not require a configure
8373         option.
8374
8375 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8376
8377         * configure.ac:
8378
8379         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8380         disabled.
8381
8382 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8383         Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8386         
8387         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8388         functions to the format required by dbus
8389
8390         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8391         errors. Use the RPC parameters in the expected way
8392
8393 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * Makefile.am:
8396         * properties/Makefile.am:
8397         * properties/ev-properties-main.c: (ev_properties_get_pages):
8398
8399         Support all mime types
8400
8401         * shell/Makefile.am:
8402         * thumbnailer/Makefile.am:
8403         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8404         (evince_thumbnail_pngenc_get):
8405
8406         Use the document factory
8407
8408 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8409
8410         * backend/Makefile.am:
8411         * backend/ev-document-factory.c:
8412         (mime_type_supported_by_gdk_pixbuf),
8413         (ev_document_type_get_from_mime),
8414         (ev_document_factory_get_document),
8415         (ev_document_factory_get_backend),
8416         (ev_document_factory_get_mime_types),
8417         (ev_document_factory_get_all_mime_types):
8418         * backend/ev-document-factory.h:
8419         * shell/Makefile.am:
8420         * shell/ev-document-types.c: (get_document_from_uri),
8421         (ev_document_types_get_document),
8422         (file_filter_add_mime_list_and_free),
8423         (ev_document_types_add_filters):
8424         * shell/ev-document-types.h:
8425         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8426         * shell/ev-properties-dialog.c:
8427         (ev_properties_dialog_set_document):
8428         * shell/ev-window.c: (ev_window_cmd_file_open),
8429         (ev_window_cmd_save_as):
8430         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8431
8432         Rework document types managing to avoid code duplication
8433         and actually abstract from backend implementations.
8434         Also provide a minimal factory api that can be used by
8435         thumbnailer/properties.
8436
8437 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8438
8439         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8440         Plug a mem leak.
8441         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8442         HIG spacings.
8443
8444 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8445
8446         * shell/ev-properties-dialog.c
8447         (ev_properties_dialog_set_document): only call
8448         ev_properties_fonts_set_document() if the document implements the
8449         fonts interface
8450
8451 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * configure.ac:
8454         * properties/Makefile.am:
8455         * properties/ev-properties-view.c:
8456         (ev_properties_view_register_type):
8457         * properties/ev-properties-view.h:
8458         * properties/ev-properties-main.h:
8459
8460         Implement nautilus plugin for properties.
8461         Works only for pdf atm, I need to rework the
8462         document types stuff to get this to work
8463         for all backends...
8464
8465 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8466
8467         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8468         (ev_properties_fonts_set_document): use
8469         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8470
8471 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8472
8473         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8474         them
8475         (PlaceImage, tiff2ps_process_page): use
8476         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8477
8478
8479 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8480
8481         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8482         (main): to call gnome_authentication_manager_init. Should fix
8483         Bug #308510
8484
8485         * configure.ac: that requires libgnomeui 2.6.0.
8486
8487 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8488
8489         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8490         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8491         use the new tiff2ps interfaces
8492
8493         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8494         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8495
8496         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8497         structure instead of global variables.  Remove use of static
8498         variables in functions.
8499
8500 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8501
8502         * shell/ev-page-action.c: unref the completion after setting it to the
8503         entry
8504
8505 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8506
8507         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8508         postscript files
8509
8510 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8511
8512         * shell/ev-window.c (update_action_sensitivity): disable
8513         File->Print if the document does not implement the ps exporter
8514         interface
8515
8516 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * Makefile.am:
8519         * configure.ac:
8520         * data/evince-properties.glade:
8521         * properties/.cvsignore:
8522         * properties/Makefile.am:
8523         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8524         (ev_properties_view_class_init), (ev_properties_view_format_date),
8525         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8526         (ev_properties_view_init), (ev_properties_view_new):
8527         * properties/ev-properties-view.h:
8528         * shell/Makefile.am:
8529         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8530         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8531         (ev_properties_dialog_new):
8532         * shell/ev-properties-dialog.h:
8533         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8534         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8535         (update_progress_label), (job_fonts_finished_cb),
8536         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8537         * shell/ev-properties-fonts.h:
8538         * shell/ev-properties.c:
8539         * shell/ev-properties.h:
8540         * shell/ev-window.c: (ev_window_setup_document),
8541         (ev_window_cmd_file_properties):
8542
8543         Split the properties pages in two different objects, depend
8544         only on the backend where possible, use widgets instead
8545         of gobject for the glade part, reimplement the dialog
8546         itself with gtk.
8547         I need this to implement nautilus properties page.
8548
8549 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8550
8551         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8552         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8553         (tiff_document_document_ps_exporter_iface_init): implement the ps
8554         exporter interface for tiff documents
8555
8556         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8557         libtiff to implement TIFF postscript export
8558
8559         * tiff/tiff2ps.h: added a header file for external tiff2ps
8560         functions.
8561
8562         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8563         tiff2ps.h
8564
8565 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8566
8567         * shell/ev-view.c: (scroll_to_current_page),
8568         (ev_view_set_fullscreen), (ev_view_set_presentation):
8569         
8570         Scroll to current page when exit from presentation
8571
8572 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8573
8574         * shell/ev-window.c: (update_document_mode),
8575         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8576         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8577         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8578         
8579         Exit from fullscreen mode when switch to presentation. Fix for
8580         bug 309365
8581
8582 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8583
8584         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8585         return NULL if the document does not implement the selection
8586         interface.
8587
8588 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8589
8590         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8591         reported height by using the resolution aspect ratio
8592         (tiff_document_render_pixbuf): scale the pixbuf using the
8593         resolution aspect ratio
8594
8595 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8596
8597         * configure.ac:
8598         
8599         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8600         <kiltedaco@gmail.com>
8601         
8602         * djvu/djvu-document.c: (djvu_document_get_orientation),
8603         (djvu_document_set_orientation), (djvu_document_get_page_size),
8604         (rotate_pixbuf), (djvu_document_render_pixbuf),
8605         (djvu_document_document_iface_init):
8606         * dvi/dvi-document.c: (dvi_document_get_orientation),
8607         (dvi_document_set_orientation), (dvi_document_get_page_size),
8608         (rotate_pixbuf), (dvi_document_render_pixbuf),
8609         (dvi_document_document_iface_init):
8610         
8611         Dvi and djvu backends are ported to new API
8612
8613 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8614
8615         * backend/ev-selection.c: (ev_selection_get_selection_region),
8616         (ev_selection_get_selection_map):
8617         * backend/ev-selection.h:
8618         * pdf/ev-poppler.cc:
8619         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8620         * shell/ev-jobs.h:
8621         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8622         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8623         (ev_pixbuf_cache_get_text_mapping):
8624         * shell/ev-pixbuf-cache.h:
8625         * shell/ev-view.c: (location_in_text),
8626         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8627         support to EvView.  Now we can see where we can select!  Sweet!
8628
8629 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8630
8631         * shell/ev-view.c (ev_view_button_press_event): Fix
8632         event->y + view->scroll_x typo.
8633
8634 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8635
8636         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8637         sub-GdkPixbuf instead of passing dest_x and dest_y.
8638         
8639         * shell/ev-view.c: (view_point_to_doc_point),
8640         (view_rect_to_doc_rect), (ev_view_button_press_event),
8641         (ev_view_motion_notify_event), (compute_new_selection_rect),
8642         (gdk_rectangle_point_in), (compute_new_selection_text),
8643         (compute_selections): Update selection code to keep the selection
8644         around as two points and not as a normalized rectangle, and fix
8645         page level selection in two-column mode.
8646
8647 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8648
8649         * shell/ev-window.c: (window_configure_event_cb): 
8650         
8651         Fix compilation
8652         
8653 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * pdf/ev-poppler.cc:
8656
8657         Fix compilation
8658
8659 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * shell/Makefile.am:
8662         * shell/ev-metadata-manager.c: (item_free),
8663         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8664         (parse_value), (parseItem), (load_values),
8665         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8666         (save_values), (save_item), (get_oldest), (resize_items),
8667         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8668         * shell/ev-metadata-manager.h:
8669
8670         Metadata manager from gedit but modified to use GValue, so that
8671         we dont need to keep converting from strings.
8672
8673         * configure.ac:
8674
8675         ENABLE_METADATA conditional, on when dbus is on
8676
8677         * shell/ev-application.c: (ev_application_open_uri):
8678
8679         Show the window after load so that we can initialize
8680         window size before it's showed.
8681
8682         * shell/ev-window.c: (ev_window_setup_from_metadata),
8683         (ev_window_open_uri), (window_configure_event_cb),
8684         (ev_window_init):
8685
8686         Save and load metadata information about window size.
8687         Not yet keeping states in account.
8688
8689         * shell/main.c: (main):
8690
8691         Shutdown metadata manager.
8692
8693 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8694
8695         * shell/ev-application-service.xml:
8696         * configure.ac:
8697         * shell/Makefile.am:
8698         * shell/ev-application.c:
8699         * shell/ev-application.h:
8700         * shell/ev-window.c:
8701         * shell/ev-window.h:
8702         * shell/main.c:
8703
8704         Add an optional dbus interface (--enable-dbus).
8705         Rework application code, mainly to be easier to
8706         use "remotely".
8707         Do not open multiple windows with the same document,
8708         spatial evince!
8709
8710 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8711
8712         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8713         pixbuf iff it exists.
8714
8715 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8716
8717         * shell/*:
8718         * backend/ev-render-context.[ch]:
8719         * backend/ev-selection.[ch]:
8720
8721         Massive changes.  We now support text selection of pdfs, and not
8722         just rectangular selection.  This is pretty broken still, but I
8723         want to get something into CVS.
8724
8725 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8726
8727         * pdf/ev-poppler.cc:
8728         
8729         Fix for Bug 309080: crash on window close.
8730         
8731         * shell/ev-page-action.c: (page_changed_cb):
8732         
8733         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8734         jensgr@gmx.net (Jens Granseuer).
8735
8736 2005-06-25  Marcel Telka  <marcel@telka.sk>
8737
8738         * configure.in (ALL_LINGUAS): Added sk.
8739
8740 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8741
8742         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8743         not a document open
8744
8745 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8746
8747         * NEWS:
8748         * configure.ac:
8749
8750         Release 0.3.2
8751
8752         * cut-n-paste/recent-files/Makefile.am:
8753
8754         Fix make distcheck
8755
8756 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8757
8758         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8759         (pixbuf_document_set_orientation), (rotate_pixbuf),
8760         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8761         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8762
8763         Implement rotation and cleanup the code a bit.
8764
8765         * tiff/tiff-document.c: (tiff_document_get_page_size),
8766         (tiff_document_get_orientation), (tiff_document_set_orientation),
8767         (rotate_pixbuf), (tiff_document_render_pixbuf),
8768         (tiff_document_document_iface_init), (tiff_document_init):
8769
8770         Implement rotation. Was the quicker solution for the release
8771         but we really need to share this code in the shell.
8772
8773 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8774
8775         * pdf/ev-poppler.cc:
8776
8777         Enable rotation, require poppler cvs. Fix a leak.
8778
8779 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8780
8781         * shell/ev-window.c: (update_action_sensitivity):
8782         
8783         Make properties unsensitive if document backend doesn't provide
8784         any info
8785
8786 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8787
8788         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8789         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8790         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8791         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8792         (bitmap_flip_rotate_counter_clockwise):
8793         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8794         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8795         (buff_gets):
8796         * dvi/mdvi-lib/common.h:
8797         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8798         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8799         (opendvi), (mdvi_reload), (mdvi_init_context),
8800         (mdvi_destroy_context), (mdvi_dopage), (special):
8801         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8802         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8803         (file_hash_free), (register_encoding), (parse_spec),
8804         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8805         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8806         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8807         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8808         (mdvi_register_font_type), (mdvi_unregister_font_type),
8809         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8810         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8811         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8812         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8813         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8814         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8815         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8816         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8817         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8818         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8819         (mdvi_unregister_special), (mdvi_flush_specials):
8820         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8821         (t1_font_remove):
8822         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8823         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8824         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8825         (free_font_metrics), (flush_font_metrics):
8826         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8827         (tt_font_remove):
8828         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8829         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8830         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8831         (dstring_insert), (dstring_new), (dstring_reset):
8832         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8833         
8834         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8835         avoid conflict with libtool on FC4
8836         
8837         * shell/ev-window.c: (ev_window_cmd_help_about):
8838         
8839         Update copyright year. Fix for bug 308828.
8840
8841 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8842
8843         * shell/ev-view.c: (add_scroll_binding_keypad),
8844         (ev_view_binding_activated), (ev_view_class_init),
8845         (on_adjustment_value_changed):
8846         
8847         Bug 170874: Arrow keys switch pages in presentation mode
8848
8849 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8850
8851         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8852         
8853         Fix for Bug 308265: Sidebar dissappears coming out of 
8854         Presentation mode
8855
8856 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8857
8858         * shell/ev-application.c: (ev_application_open):
8859         * shell/ev-document-types.c: (ev_document_types_add_filters),
8860         (ev_document_types_add_filters_for_type):
8861         * shell/ev-document-types.h:
8862         * shell/ev-window.c: (ev_window_cmd_save_as):
8863         
8864         Suggest basename as template when saving, provide filters
8865         for save dialog. It's bug 308402
8866
8867 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869         * pdf/ev-poppler.cc:
8870         * shell/ev-sidebar-links.c: (job_finished_callback):
8871         * shell/ev-view.c: (update_find_status_message):
8872         
8873         Some leaks fixed
8874
8875 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8876
8877         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8878         (egg_recent_view_uimanager_set_list):
8879
8880         Fix buglet in !show_numbers case.
8881
8882 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8883
8884         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8885         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8886
8887         Use pango ellipsisation.
8888
8889         * pdf/ev-poppler.cc:
8890
8891         Fix refcount leak, from nsh.
8892
8893 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8894
8895         * cut-n-paste/recent-files/Makefile.am:
8896         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8897         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8898         
8899         Removed EggRecentViewGtk
8900         
8901         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8902         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8903         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8904         (ev_window_setup_recent):
8905         
8906         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8907         with other projects
8908
8909 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8912         (egg_recent_view_gtk_finalize):
8913
8914         Fix memory leak
8915
8916         * cut-n-paste/toolbar-editor/Makefile.am:
8917         
8918         Fix location of cursor icon.
8919         
8920         * pdf/ev-poppler.cc:
8921         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8922         (display_completion_text), (match_completion):
8923         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8924         (selection_changed_callback), (create_loading_model),
8925         (print_section_cb), (links_page_num_func),
8926         (update_page_callback_foreach):
8927         * shell/ev-window.c: (ev_window_dispose):
8928         
8929         Small memory fixes. Links model now store objects instead
8930         of pointers to improve memory management. 
8931
8932 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8933
8934         * shell/ev-window.c: (zoom_control_changed_cb):
8935         
8936         Fix update of zoom control (bug 308268).
8937
8938 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8939
8940         * shell/ev-properties.c (set_property): escape the text correctly.
8941         Handles non-UTF-8 properties and escaped properties.  Also, sets
8942         the text to "<i>None</i>" if the property isn't set.
8943
8944         * data/evince-properties.glade: Change the label to be ellipsized,
8945         and give it a minimum size.
8946
8947 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8948
8949         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8950         * shell/ev-sidebar-links.c: (create_loading_model):
8951         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8952         * shell/ev-view.c: (ev_view_set_document):
8953         * shell/ev-window.c: (ev_window_dispose):
8954         
8955         Various small fixes, mostly memory leaks. Thanks to valgrind.
8956
8957 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8958
8959         * ps/ps-document.c: remove the locale.h include again ;-). And
8960         kill the (bogus) setlocale/savelocale business.
8961
8962 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8963
8964         * ps/ps-document.c:
8965         
8966         Include locale.h to fix build
8967         
8968         * shell/ev-sidebar.c:
8969         
8970         Remove unnecessary includes
8971
8972 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8973
8974         * dvi/dvi-document.c: (dvi_document_load):
8975         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8976         * po/POTFILES.in:
8977         
8978         Check for incorrect dvi files. Fix parsing dvi on AMD64
8979         platform. Thanks to tester@tester.ca (Olivier Crete).
8980
8981 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8982
8983         * shell/ev-page-action.c: (match_selected_cb),
8984         (display_completion_text), (match_completion), (update_model):
8985         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8986         (expand_open_links):
8987         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8988         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8989         (ev_sidebar_set_document):
8990         * shell/ev-window.c: (ev_window_xfer_job_cb),
8991         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8992         
8993         Fixed lot's of memory leaks, for example, memory leak on reload, 
8994         described in bug 307793.
8995
8996 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8997
8998         * pdf/ev-poppler.cc:
8999         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
9000         (update_visible_range), (adjustment_changed_cb),
9001         (ev_sidebar_thumbnails_fill_model),
9002         (ev_sidebar_thumbnails_refresh),
9003         (ev_sidebar_tree_selection_changed),
9004         (ev_sidebar_icon_selection_changed),
9005         (ev_sidebar_thumbnails_use_icon_view),
9006         (ev_sidebar_thumbnails_set_document):
9007         * shell/ev-sidebar-thumbnails.h:
9008         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9009         (ev_window_cmd_edit_rotate_right), (ev_window_init):
9010
9011         Refresh thumbnails when changing orientation. Not fully
9012         working yet becuase of a sidebar bug.
9013
9014         Set page orientation to poppler page everywhere. This sucks
9015         really need to fix poppler.
9016
9017 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
9018
9019         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9020         (egg_recent_view_gtk_new_menu_item),
9021         (egg_recent_view_gtk_set_property),
9022         (egg_recent_view_gtk_get_property),
9023         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
9024         (egg_recent_view_gtk_set_tooltip_func),
9025         (egg_recent_view_gtk_set_label_width),
9026         (egg_recent_view_gtk_get_label_width):
9027         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
9028
9029         Sync with libegg (ellipsize labels)
9030
9031 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9032
9033         * data/evince-ui.xml:
9034         * shell/ev-window.c: (ev_window_cmd_go_forward),
9035         (ev_window_cmd_go_backward):
9036         
9037         Shift + PageUp moves 10 Pages. Fix for 306125
9038
9039 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9040
9041         * pdf/ev-poppler.cc:
9042
9043         Add a flag to check if orientation has been overriden
9044
9045 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
9046
9047         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
9048         field if necessary.
9049
9050         * ps/ps.h: add creator field to document.
9051
9052         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
9053         set creator field.
9054
9055 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9056
9057         * data/evince-properties.glade:
9058         * shell/ev-properties.c: (ev_properties_set_document):
9059
9060         s/PDF Version/Format
9061
9062 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9063
9064         * shell/ev-properties.c: (ev_properties_set_document):
9065
9066         Remove unnecessary translations
9067
9068 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9069
9070         * cut-n-paste/toolbar-editor/Makefile.am:
9071
9072         Correct library name    
9073
9074 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9075
9076         * configure.ac:
9077         * cut-n-paste/recent-files/egg-recent-model.c:
9078         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
9079         (egg_recent_model_unlock_file):
9080         * cut-n-paste/recent-files/egg-recent-util.c:
9081         (egg_recent_util_get_unique_id):
9082         * cut-n-paste/recent-files/update-from-egg.sh:
9083         * cut-n-paste/toolbar-editor/Makefile.am:
9084         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9085         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9086         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9087         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9088         (egg_toolbars_model_get_type):
9089         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9090
9091         Better makefile for toolbar editor and update everything
9092         to latest libegg.
9093
9094 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9095
9096         * shell/ev-window.c: (update_document_mode):
9097
9098         Prefer presentation mode when the document
9099         require fullscreen.
9100
9101 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * data/evince-ui.xml:
9104         * shell/ev-window.c:
9105
9106         Add control-equal for zooming
9107
9108 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
9109
9110         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
9111
9112 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
9113
9114         * backend/ev-document.c: (ev_document_get_orientation):
9115         * backend/ev-document.h:
9116         * pdf/ev-poppler.cc:
9117         * ps/ps-document.c: (ps_document_get_orientation),
9118         (ps_document_set_orientation), (ps_document_document_iface_init):
9119
9120         Add a get_orientation api. Improve set_orientation.
9121
9122         * data/evince-ui.xml:
9123         * shell/ev-view.c: (ev_view_set_orientation),
9124         (ev_view_rotate_right), (ev_view_rotate_left):
9125         * shell/ev-view.h:
9126         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9127         (ev_window_cmd_edit_rotate_right):
9128
9129         Better ui for changing document orientation
9130
9131 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9132
9133         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9134         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9135         * shell/ev-sidebar-links.h:
9136         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9137         (ev_sidebar_page_iface_init):
9138         * shell/ev-sidebar-page.h:
9139         * shell/ev-sidebar-thumbnails.c:
9140         (ev_sidebar_thumbnails_get_property),
9141         (ev_sidebar_thumbnails_class_init),
9142         (ev_sidebar_thumbnails_set_document):
9143         * shell/ev-sidebar-thumbnails.h:
9144         * shell/ev-view.c: (ev_view_motion_notify_event):
9145         * shell/ev-window.c: (update_chrome_visibility),
9146         (ev_window_cmd_focus_page_selector),
9147         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9148         (sidebar_page_main_widget_update_cb), (ev_window_init):
9149         
9150         Autoraise toolbar on GoToPage binding and fix bindings in
9151         EvSidebarThumbnails page.
9152
9153 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9154
9155         * shell/ev-properties.c: (update_progress_label):
9156
9157         Hide the progress label when finished; bug #307697.
9158
9159 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * pdf/ev-poppler.cc:
9162
9163         Enable is_open for links, you will need poppler cvs
9164
9165         * shell/ev-properties.c: (job_fonts_finished_cb):
9166
9167         Get a lock on the document when filling the tree view
9168
9169 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9170
9171         * backend/ev-document-links.h:
9172         * pdf/ev-poppler.cc:
9173         * shell/ev-sidebar-links.c: (create_loading_model),
9174         (expand_open_links), (job_finished_callback):
9175
9176         Expand links when specified by the document.
9177         Depend on a poppler api (defined out for now)
9178
9179 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9180
9181         * shell/ev-properties.c: (ev_properties_dispose),
9182         (ev_properties_class_init), (dialog_destroy_cb),
9183         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9184         (ev_properties_set_document), (ev_properties_new),
9185         (ev_properties_show):
9186         * shell/ev-properties.h:
9187
9188         Make it an object, cleanup the code, api to show it as transient
9189         and to set the document.
9190
9191         * shell/ev-window.c: (ev_window_setup_document),
9192         (ev_window_cmd_file_properties):
9193
9194         Adapt to EvProperties changes, do not show multiple
9195         times, update it when document changes.
9196
9197 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9198
9199         * ps/gstypes.h:
9200         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9201         (ps_document_set_orientation), (ps_document_document_iface_init):
9202         * ps/ps-document.h:
9203
9204         Implement orientation here too
9205
9206         * shell/ev-properties.c: (ev_properties_new):
9207         * data/evince-properties.glade:
9208
9209         Hide the fonts page for backends that doesnt
9210         support it.     
9211
9212 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * backend/ev-document.c: (ev_document_set_orientation):
9215         * backend/ev-document.h:
9216         * pdf/ev-poppler.cc:
9217
9218         Add orientation api. Currently poppler api is not optimal,
9219         we need to set orientation every time we _get a page.
9220         I will try to fix that at some point.
9221
9222         * data/evince-ui.xml:
9223         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9224         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9225
9226         Add orientation menu items
9227
9228         * shell/ev-page-cache.c: (ev_page_cache_clear):
9229         * shell/ev-page-cache.h:
9230
9231         Add api to clear the cache
9232
9233         * shell/ev-view.c: (setup_caches), (clear_caches),
9234         (ev_view_set_document), (ev_view_zoom_out),
9235         (ev_view_set_orientation):
9236         * shell/ev-view.h:
9237
9238         Implement orientation changing
9239
9240 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9241
9242         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9243         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9244         * backend/ev-document-fonts.h:
9245
9246         Separate scan and fill so that we can incrementally fill from
9247         the main thread. Add a progress api.
9248
9249         * data/evince-properties.glade:
9250         * pdf/ev-poppler.cc:
9251         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9252         * shell/ev-jobs.h:
9253         * shell/ev-properties.c: (update_progress_label),
9254         (job_fonts_finished_cb), (setup_fonts_view):
9255
9256         Incrementally feel the list and show the progress
9257         percentage in a label like acrobat does.
9258
9259         You are going to need poppler cvs
9260
9261 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9264         * backend/ev-document-fonts.h:
9265         * pdf/ev-poppler.cc:
9266
9267         Make fonts model fill incrementally.
9268
9269         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9270         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9271         (ev_job_queue_remove_job):
9272         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9273         (ev_job_fonts_new), (ev_job_fonts_run):
9274         * shell/ev-jobs.h:
9275
9276         New job for fonts scanning
9277
9278         * shell/ev-properties.c: (job_fonts_finished_cb),
9279         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9280         * shell/ev-properties.h:
9281         * shell/ev-window.c: (ev_window_cmd_file_properties):
9282
9283         Incrementally feel the treeview using the new job. Show Loading...
9284         message until scanning is completed.
9285
9286         Hopefully I didnt break the build without the poppler patch.
9287
9288 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9289
9290         * shell/ev-application.c: (ev_application_open):
9291         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9292         (ev_document_type_get_type), (ev_document_type_lookup):
9293         * shell/ev-document-types.h:
9294         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9295         * shell/ev-job-xfer.h:
9296         * shell/ev-window.c: (ev_window_clear_local_uri),
9297         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9298         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9299         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9300         
9301         Transfer remote documents to tmp directory to display them later.
9302
9303 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9304
9305         * backend/ev-document-info.h:
9306         * shell/ev-properties.c: (ev_properties_new):
9307
9308         s/GTime*/GTime. Not sure why we was using a pointer
9309         at all there!
9310
9311 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9312
9313         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9314         situations.  That situation is that you're using GTK+-HEAD with
9315         the patch at #306726 is applied, and you have a document with <
9316         1500 pages in it.  It's not quite as uniformly nice as the
9317         TreeView, but should be better in the long run.
9318
9319         I'm pretty sure I guarded against breaking compilation with
9320         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9321         I missed some.
9322
9323         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9324         widget yet, so I commented that code out
9325         enable_view_actions_for_widget() for now.  Need to figure this
9326         out.
9327
9328         * shell/ev-page-action.c (match_selected_cb): emit the right
9329         signals.  Our cool C-l completion now works.
9330
9331 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9332
9333         * backend/Makefile.am:
9334         * backend/ev-document-fonts.c:
9335         * backend/ev-document-links.c:
9336         * backend/ev-document.c: (ev_document_load):
9337         * backend/ev-document.h:
9338         * backend/ev-job-queue.c:
9339         * backend/ev-job-queue.h:
9340         * backend/ev-jobs.c:
9341         * backend/ev-jobs.h:
9342         * backend/ev-page-cache.c:
9343         * backend/ev-page-cache.h:
9344
9345         EvPageCache and EvJobs are moved to shell.
9346
9347         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9348         (ev_tmp_filename):
9349         * lib/ev-file-helpers.h:
9350         
9351         New helper to work with temporary files
9352         
9353         * shell/Makefile.am:
9354         * shell/ev-application.c: (ev_application_open):
9355         * shell/ev-application.h:
9356         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9357         (remove_job_from_async_queue), (add_job_to_async_queue),
9358         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9359         (handle_job), (search_for_jobs_unlocked),
9360         (no_jobs_available_unlocked), (ev_render_thread),
9361         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9362         (ev_job_queue_add_job), (move_job_async), (move_job),
9363         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9364         * shell/ev-job-queue.h:
9365         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9366         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9367         * shell/ev-job-xfer.h:
9368         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9369         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9370         (ev_job_links_class_init), (ev_job_render_init),
9371         (ev_job_render_dispose), (ev_job_render_class_init),
9372         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9373         (ev_job_thumbnail_class_init), (ev_job_load_init),
9374         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9375         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9376         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9377         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9378         * shell/ev-jobs.h:
9379         * shell/ev-page-action.c: (ev_page_action_set_document):
9380         * shell/ev-page-cache.c: (ev_page_cache_init),
9381         (ev_page_cache_class_init), (ev_page_cache_finalize),
9382         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9383         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9384         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9385         (ev_page_cache_get_title), (ev_page_cache_get_size),
9386         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9387         (ev_page_cache_get_height_to_page),
9388         (ev_page_cache_get_max_label_chars),
9389         (ev_page_cache_get_page_label),
9390         (ev_page_cache_has_nonnumeric_page_labels),
9391         (ev_page_cache_get_info), (ev_page_cache_next_page),
9392         (ev_page_cache_prev_page), (ev_page_cache_get):
9393         * shell/ev-page-cache.h:
9394         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9395         (ev_pixbuf_cache_clear_job_sizes),
9396         (ev_pixbuf_cache_add_jobs_if_needed),
9397         (ev_pixbuf_cache_set_page_range):
9398         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9399         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9400         * shell/ev-sidebar-thumbnails.c:
9401         (ev_sidebar_tree_selection_changed),
9402         (ev_sidebar_thumbnails_set_document):
9403         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9404         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9405         (ev_statusbar_get_context_id), (ev_statusbar_push),
9406         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9407         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9408         (ev_statusbar_set_progress):
9409         * shell/ev-statusbar.h:
9410         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9411         (ev_view_find_previous):
9412         * shell/ev-window.c: (ev_window_is_empty),
9413         (ev_window_setup_document), (password_dialog_response),
9414         (ev_window_clear_jobs), (ev_window_load_job_cb),
9415         (ev_window_xfer_job_cb), (ev_window_open_uri),
9416         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9417         (ev_window_print), (ev_window_print_range),
9418         (ev_window_state_event), (ev_window_cmd_view_reload),
9419         (menu_item_select_cb), (menu_item_deselect_cb),
9420         (view_status_changed_cb), (ev_window_dispose),
9421         (drag_data_received_cb), (ev_window_init):
9422         * shell/ev-window.h:
9423         * shell/main.c: (load_files):
9424         
9425         New statusbar to show progress on idle. Two new jobs - 
9426         xfer job and load job to load document in background. And update
9427         of page_cache clients to new location of code.
9428
9429 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9430
9431         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9432         selection in open dialog. It also remembers the last visited directory 
9433         in the current session.
9434
9435 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9436
9437         * shell/ev-properties.c: (ev_properties_new):
9438         * shell/ev-properties.h:
9439         * shell/ev-window.c: (ev_window_cmd_file_properties):
9440         
9441         Get document info from page cache instead of document itself.
9442         This should fix crash related to race conditions described in
9443         bug 306545.
9444
9445 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9446
9447         * ps/ps-document.c: (ps_document_init),
9448         (send_ps), (get_page_box), (output), (catchPipe), (input),
9449         (stop_interpreter), (file_length), (file_readable),
9450         (check_filecompressedb), (ps_document_enable_interpreter),
9451         (document_load), (ps_async_renderer_render_pixbuf):
9452         * ps/ps-document.h:
9453
9454         Big cleanup of the ps code
9455
9456 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9457
9458         * backend/Makefile.am:
9459         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9460         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9461         * backend/ev-async-renderer.h:
9462
9463         Add an async renderer interface (method + callback) which
9464         is useful for backends like ps.
9465
9466         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9467         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9468         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9469         (ev_job_queue_add_job), (move_job_async), (move_job),
9470         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9471
9472         Add queues for async renderer, these are executed on the
9473         main thread.
9474
9475         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9476         (ev_job_render_run):
9477         * backend/ev-jobs.h:
9478
9479         If the backend support async renderer interface use it.
9480
9481         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9482         (setup_pixmap), (ps_document_get_type),
9483         (ps_async_renderer_render_pixbuf),
9484         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9485
9486         Implement async renderer interface.
9487
9488 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9489
9490         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9491
9492         Cleanup links job on exit.
9493
9494 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9495
9496         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9497         (drag_data_get_cb), (drag_data_received_cb):
9498         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9499         (drag_data_get_cb), (parse_item_list),
9500         (egg_toolbar_editor_load_actions):
9501         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9502         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9503         (parse_item_list), (parse_toolbars):
9504         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9505         (dvi_pixbuf_put_pixel):
9506         
9507         Fix gcc 4.0 warnings
9508
9509 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9510
9511         * ps/ps-document.c: (start_interpreter):
9512
9513         Fix warning when loading ps
9514
9515 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9516
9517         * ps/ps-document.c: (output):
9518
9519         Fix crash when priting gs error messages.
9520
9521 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9522
9523         * backend/ev-page-cache.c: (_ev_page_cache_new):
9524         * backend/ev-page-cache.h:
9525
9526         Use a const to return title so that we dont double
9527         free it. Small cleanup and fix a leak.
9528
9529         * shell/ev-window.c: (update_window_title):
9530
9531         strdup value from get_title.
9532
9533 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9534
9535         * shell/ev-sidebar-links.c: (job_finished_callback),
9536         (ev_sidebar_links_set_document):
9537
9538         Cleanup the old job when changing document
9539
9540 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9541
9542         * shell/ev-stock-icons.c:
9543         * shell/ev-stock-icons.h:
9544         * shell/ev-window.c:
9545         
9546         Add stock icons for actions that can appear in toolbar. Fix for
9547         bug 306566.
9548
9549 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9550
9551         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9552         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9553         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9554         * backend/ev-page-cache.h:
9555         * shell/ev-view.c: (scroll_to_current_page),
9556         (view_update_range_and_current_page), (get_page_y_offset),
9557         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9558         (ev_view_size_request_continuous),
9559         (ev_view_zoom_for_size_continuous_and_dual_page),
9560         (ev_view_zoom_for_size_continuous):
9561         
9562         More compact EvView layout in document with pages of different size.
9563
9564 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9565
9566         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9567         compilation.
9568
9569 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9570
9571         * shell/ev-view.c: (view_set_adjustment_values):
9572         * shell/ev-window.c: (ev_window_cmd_file_properties):
9573         
9574         A bit different fix for rounding problem but it has no
9575         problems on startup. Make properties window transient to parent.
9576
9577 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9578
9579         * pdf/ev-poppler.cc:
9580         
9581         More commenting of font stuff.
9582
9583 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9584
9585         * pdf/ev-poppler.cc:
9586
9587         Comment out some more fonts stuff. Should really
9588         work without the poppler patch now.
9589
9590 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9591
9592         * pdf/ev-poppler.cc:
9593
9594         Adapt to api change
9595
9596 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9597
9598         * data/evince-properties.glade:
9599         * pdf/ev-poppler.cc:
9600         * shell/ev-properties.c: (setup_fonts_view):
9601
9602         Set the column title. Show the dialog only
9603         once everything is setup.
9604         Getting font info can be very slow... will
9605         prolly need to make this threaded too.
9606
9607 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9608
9609         * backend/Makefile.am:
9610         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9611         (ev_document_fonts_get_fonts_model):
9612         * backend/ev-document-fonts.h:
9613         * data/evince-properties.glade:
9614         * pdf/ev-poppler.cc:
9615         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9616         * shell/ev-properties.h:
9617         * shell/ev-window.c: (ev_window_cmd_file_properties):
9618
9619         Implement fonts list. Defined out for now, since it depends
9620         on a not yet committed poppler patch.
9621
9622 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9623
9624         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9625         page + 1.
9626
9627         * shell/ev-window.c: Make sure we add the timeout when we get a
9628         focus-in event.
9629
9630         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9631         adjustment->value before calculating the zoom factor to average
9632         out all of our rounding errors.  The page no longer 'drifts' when
9633         resizing.
9634
9635 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9636
9637         * data/evince-properties.glade:
9638         * shell/ev-properties.c: (ev_properties_format_date),
9639         (set_property):
9640         
9641         Labels don't expand when the dialogue is resized.
9642         strftime result needs to be converted to UTF-8. Thanks
9643         to Christian Persch <chpe@gnome.org>.
9644
9645 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9646
9647         * data/evince-properties.glade:
9648
9649         Hide the fonts tab
9650
9651 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9652
9653         * backend/ev-document-info.h:
9654         * backend/ev-document.c: (ev_document_info_free):
9655         * data/evince-properties.glade:
9656         * pdf/ev-poppler.cc:
9657         * ps/ps-document.c: (ps_document_get_info):
9658         * shell/ev-properties.c: (ev_properties_format_date),
9659         (set_property), (ev_properties_new):
9660         * shell/ev-properties.h:
9661         * shell/ev-window.c: (ev_window_cmd_file_properties):
9662
9663         Rework properties code to take only EvPropertyInfo
9664         in the constructor so that it can be useful for
9665         nautilus plugin too.
9666
9667         Deal with backends that doesnt support some properties.
9668         Make set property code generic.
9669
9670 2005-06-04  Christian Persch <chpe@gnome.org>
9671
9672         * data/evince-properties.glade:
9673
9674         fix spacings, make resizeable, and make data labels
9675         selectable + ellipsised
9676
9677 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9678
9679         * backend/ev-document-info.h:
9680         * data/Makefile.am:
9681         * data/evince-ui.xml:
9682         * pdf/ev-poppler.cc:
9683         * shell/Makefile.am:
9684         * shell/ev-window.c: (update_action_sensitivity),
9685         (ev_window_cmd_file_properties):
9686
9687         Initial go at file properties. Patch by
9688         Emil Soleyman-Zomalan <emil@soleyman.com>.
9689         Needs love see #169583
9690
9691 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9692
9693         * ps/ps-document.c: (output):
9694         * ps/ps.c: (psscan):
9695
9696         Try to render even if psscan fails.
9697
9698 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9699
9700         * ps/ps.c: (psscan), (pscopydoc):
9701
9702         Port buffered reading code from gv
9703
9704 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9705
9706         * ps/ps-document.c: (interpreter_message), (output):
9707
9708         Do not fail on interpreter messages
9709
9710 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9711
9712         * backend/ev-document-misc.c:
9713         (ev_document_misc_get_thumbnail_frame):
9714
9715         Pages can be 0 x 0, dont assert on this case
9716
9717 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9718
9719         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9720         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9721
9722         Correctly manage our reference on document. Finally the reload
9723         huge leak is gone...
9724
9725 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9726
9727         * ps/ps-document.c: (ps_document_dispose):
9728
9729         Forgot to chain it to the parent. Thanks chpe.
9730
9731 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9732
9733         * ps/ps-document.c: (ps_document_dispose),
9734         (ps_document_class_init), (stop_interpreter), (document_load):
9735
9736         Cleanup dispose a bit. Dont leak the whole pixmap.
9737
9738 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9739
9740         * pdf/ev-poppler.cc:
9741
9742         Release the poppler document on dispose
9743
9744 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9745
9746         * shell/ev-view.c: (ev_view_set_document):
9747
9748         Release ref on the pixbuf cache when changing
9749         document.
9750
9751 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9752
9753         * ps/ps-document.c: (ps_document_get_info):
9754
9755         Fix a double free
9756
9757 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9758
9759         * backend/ev-page-cache.c: (ev_page_cache_init),
9760         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9761         * backend/ev-page-cache.h:
9762         * shell/ev-page-action.c: (page_changed_cb):
9763         
9764         Set page action entry width depending on labels width. Fix
9765         for bug 305202.
9766
9767 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9768
9769         * backend/ev-link.c: (ev_link_class_init):
9770
9771         Allow -1 as page value (error)
9772
9773 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9774
9775         * shell/ev-sidebar-thumbnails.c:
9776         (ev_sidebar_thumbnails_set_document):
9777         * shell/ev-view.c: (scroll_to_current_page),
9778         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9779         (page_changed_cb), (on_adjustment_value_changed),
9780         (ev_view_set_document):
9781
9782         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9783         Fix bug 305377
9784
9785 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9786
9787         * configure.ac:
9788         * djvu/djvu-document.c: (djvu_document_get_page_size):
9789
9790         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9791         bug 301993.
9792
9793 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9794
9795         * shell/ev-view.c (draw_one_page): modify the expose handling to
9796         get the shadows.
9797
9798         * shell/ev-window.c (update_action_sensitivity): Respect
9799         permissions field.  Kowtow to the man.
9800
9801         * pdf/ev-poppler.cc: Get the permissions field.
9802
9803         * tiff/*c: Make a tiny bit more robust.
9804
9805 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9806
9807         * djvu/djvu-document.c:
9808         
9809         Pop messages from djvu context message queue.
9810
9811 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9812
9813         * configure.ac, Makefile.am, shell/Makefile.am:
9814         * tiff/Makefile.am, shell/ev-document-types.c:
9815         
9816         Cleanup tiff configure checks. Fix for bug 305218.
9817
9818 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9819
9820         * configure.ac: Added "uk" to ALL_LINGUAS.
9821
9822 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9823
9824         * cut-n-paste/zoom-control/ephy-zoom.c:
9825         (ephy_zoom_get_changed_zoom_level):
9826         * cut-n-paste/zoom-control/ephy-zoom.h:
9827         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9828         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9829         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9830         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9831         (zoom_control_changed_cb), (ev_window_init):
9832         
9833         Fix minor points related to moving best fit up. Introduce
9834         "zoom" property and make zoom control change it's value on
9835         notify::zoom signals. Fix for 305080.
9836
9837 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9838
9839         * data/evince-ui.xml:
9840         * shell/ev-window.c: (set_view_actions_sensitivity):
9841         
9842         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9843
9844 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9845
9846         * configure.ac:
9847
9848         Depends on poppler 0.3.2
9849
9850 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * cut-n-paste/recent-files/egg-recent-item.c:
9853         (egg_recent_item_get_short_name):
9854         * cut-n-paste/toolbar-editor/Makefile.am:
9855         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9856         (new_pixbuf_from_widget):
9857         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9858         * cut-n-paste/toolbar-editor/egg-marshal.c:
9859         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9860         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9861
9862         Sync
9863
9864 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9865
9866         * tiff/tiff-document.c: Rough TIFF backend.
9867
9868 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9869
9870         * NEWS:
9871         * configure.ac:
9872         * cut-n-paste/toolbar-editor/Makefile.am:
9873
9874         Release 0.3.1
9875
9876 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9877
9878         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9879         (ev_view_find_next), (ev_view_find_previous):
9880
9881         Remove the locks around get_n_results   
9882
9883 2005-05-21  Juerg Billeter  <j@bitron.ch>
9884
9885         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9886
9887         Pass correct number of pages to poppler.
9888
9889 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9890
9891         * configure.ac:
9892         * data/Makefile.am:
9893         * data/evince.desktop.in: 
9894         * data/evince.desktop.in.in:
9895         * po/POTFILES.in:
9896         
9897         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9898
9899 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9900
9901         * shell/ev-view.c: (view_update_adjustments),
9902         (view_set_adjustment_values): cast adjustmen->value to (int)
9903         before using it.  Otherwise, we get off by a pixel in some
9904         situations.
9905
9906         (draw_one_page): Draw the border on expose.
9907
9908 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9909
9910         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9911         adjustment when the mode changes, #304923
9912
9913 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9914
9915         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9916         flickering on resize but still use gdk_window_scroll on
9917         scrolling
9918
9919 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9920
9921         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9922         option, #170458
9923
9924 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9925
9926         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9927         second page on page_changed if possible, #304669
9928
9929 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9930
9931         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9932         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9933
9934 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9935
9936         * .cvsignore:
9937         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9938         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9939         (ev_view_zoom_for_size_presentation),
9940         (ev_view_zoom_for_size_continuous_and_dual_page),
9941         (ev_view_zoom_for_size_continuous),
9942         (ev_view_zoom_for_size_dual_page),
9943         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9944         * shell/ev-view.h:
9945         * shell/ev-window.c: (update_view_size),
9946         (ev_window_sizing_mode_changed_cb):
9947
9948         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9949         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9950         an infinite loop, #304769
9951
9952
9953 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9954
9955         * data/evince-ui.xml:
9956         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9957         * shell/ev-window.c: (set_view_actions_sensitivity):
9958
9959         Make PgUp/Down behave like Space
9960
9961 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9964         * backend/ev-ps-exporter.h:
9965         * pdf/ev-poppler.cc:
9966         * ps/ps-document.c: (ps_document_ps_export_begin):
9967         * shell/ev-print-job.c: (idle_print_handler):
9968
9969         Adapt to new poppler api
9970
9971 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9972
9973         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9974         (ephy_zoom_control_init):
9975
9976         Translate zoom levels
9977
9978 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9979
9980         * cut-n-paste/zoom-control/ephy-zoom.c:
9981         (ephy_zoom_get_zoom_level_index):
9982
9983         Fix current zoom -> zoom control match
9984
9985 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9986
9987         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9988         rather than the scrolled_window that it's in. Fixes bug #304655.
9989
9990 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9991
9992         * shell/ev-view.c: (view_update_adjustments),
9993         (view_set_adjustment_values), (view_update_range_and_current_page),
9994         (view_scroll_to_page), (set_scroll_adjustment),
9995         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9996         (ev_view_scroll), (ev_view_scroll_view),
9997         (ensure_rectangle_is_visible), (find_page_at_location),
9998         (get_link_at_location), (go_to_link), (status_message_from_link),
9999         (ev_view_size_request_continuous_dual_page),
10000         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
10001         (ev_view_unrealize), (ev_view_expose_event),
10002         (ev_view_button_press_event), (ev_view_motion_notify_event),
10003         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
10004         (draw_rubberband), (highlight_find_results), (draw_one_page),
10005         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
10006         (ev_view_init), (find_changed_cb), (page_changed_cb),
10007         (on_adjustment_value_changed), (ev_view_new),
10008         (ev_view_set_document), (ev_view_set_zoom),
10009         (ev_view_set_continuous), (ev_view_set_dual_page),
10010         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
10011         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
10012         (ev_view_zoom_for_size_presentation),
10013         (ev_view_zoom_for_size_continuous_dual_page),
10014         (ev_view_zoom_for_size_continuous),
10015         (ev_view_zoom_for_size_dual_page),
10016         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10017         (ev_view_get_status), (ev_view_set_status),
10018         (update_find_status_message), (ev_view_get_find_status),
10019         (ev_view_set_find_status), (jump_to_find_result),
10020         (jump_to_find_page), (compute_selections), (clear_selection),
10021         (ev_view_select_all), (get_selected_text), (ev_view_copy),
10022         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
10023         (ev_view_update_primary_selection),
10024         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
10025         * shell/ev-view.h:
10026         * shell/ev-window.c: (ev_window_open_page_label),
10027         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
10028         (ev_window_init):
10029         * shell/ev-window.h:
10030         * shell/main.c: (load_files):
10031
10032         Massive code clean up from Nickolay Shmyrev.  Keep page offset
10033         when resizing.  Remove the bin_window().  Also, patch from James
10034         Bowes to fix command line page, #300641
10035         
10036 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * data/evince-ui.xml:
10039         * shell/ev-view.c:
10040         * shell/ev-view.h:
10041         * shell/ev-window.c: (update_action_sensitivity):
10042
10043         Get rid of View->Normal Size, it's just confusing
10044
10045 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * backend/ev-document-info.h:
10048         * backend/ev-document.c: (ev_document_info_free): Free the
10049         EvDocumentInfo.
10050
10051         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10052         (clear_range), (add_range), (update_visible_range),
10053         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
10054         (ev_sidebar_thumbnails_set_document):
10055         * shell/ev-window.c: (ev_window_setup_document): Only render the
10056         visible thumbnails.  It takes an instant to render, but it uses
10057         much less memory.
10058
10059 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10060
10061         * shell/ev-sidebar-links.c: (popup_menu_cb):
10062
10063         Select first item
10064
10065 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10066
10067         * lib/Makefile.am:
10068         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
10069         (button_press_cb), (ev_sidebar_links_construct):
10070
10071         Show the popup menu also on keybindings
10072
10073 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
10074
10075         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
10076         * shell/ev-window.h:
10077
10078         Expose api to print a range (with dialog). Make private _print use
10079         it.
10080
10081         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
10082         (ev_sidebar_links_construct):
10083
10084         Show a print context menu on linkx, it prints the selected
10085         section.
10086
10087 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
10088
10089         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
10090         button.
10091
10092 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
10093
10094         * AUTHORS:
10095
10096         Update
10097
10098         * shell/ev-window.c: (build_comments_string),
10099         (ev_window_cmd_help_about):
10100
10101         Show poppler version/backend and authors
10102
10103 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10104
10105         * cut-n-paste/zoom-control/ephy-zoom.c:
10106         (ephy_zoom_get_zoom_level_index):
10107         * cut-n-paste/zoom-control/ephy-zoom.h:
10108
10109         Move the best fit items at the top of the list
10110
10111 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
10112
10113         * shell/ev-marshal.list:
10114         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10115         (activate_cb), (match_selected_cb), (activate_link_cb),
10116         (connect_proxy), (ev_page_action_class_init):
10117         * shell/ev-page-action.h:
10118
10119         Use signals to notify action activation. Hopefully
10120         I did not break completion since I cant test...
10121
10122         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10123         (register_custom_actions):
10124
10125         Connect to page selector actions and also grab focus on
10126         the view when activated.
10127
10128 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10129
10130         * pdf/ev-poppler.cc:
10131         * backend/ev-page-cache.c: make page size calculation consistent
10132         and set it to (int)( width * scale + 0.5).  This makes the weird
10133         line going through the middle of the page go away.
10134
10135         * shell/ev-view.c: move painting the background page after
10136         checking the expose area covers us.
10137
10138 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10139
10140         * data/evince-password.glade:
10141         
10142         Mark labels as not translatable. Fix for bug 302842.
10143
10144 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10145
10146         * configure.ac: Added "es" to ALL_LINGUAS.
10147
10148 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10149
10150         * data/evince-toolbar.xml:
10151         * shell/ev-window.c: (update_action_sensitivity),
10152         (ev_window_setup_document), (ev_window_set_page_mode),
10153         (ev_window_init):
10154
10155         Remove some leftover code from jrb first continous
10156         attempt. Use the new actions, we still need good icons
10157         though...
10158
10159 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10160
10161         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10162
10163         Update label when connecting proxy. Fix a warning with NULL
10164         page_cache.
10165
10166 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10167
10168         * data/evince-ui.xml:
10169         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10170         * shell/ev-page-action.h:
10171         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10172
10173         Add mnemonic for edit toolbar.
10174         ctrl+l focus the page entry.
10175
10176 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10177
10178         * lib/Makefile.am:
10179         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10180         (ev_window_init):
10181         * shell/main.c: (main):
10182
10183         Put the toolbar xml in evince own dot dir
10184
10185 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10186
10187         * shell/ev-window.c: (ev_window_init):
10188
10189         Make the toolbar not removable
10190
10191 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10192
10193         * data/evince-ui.xml:
10194         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10195         * shell/ev-sidebar-links.h:
10196         * shell/ev-sidebar-thumbnails.c:
10197         (ev_sidebar_thumbnails_get_treeview):
10198         * shell/ev-sidebar-thumbnails.h:
10199         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10200         (ev_view_class_init):
10201         * shell/ev-view.h:
10202         * shell/ev-window.c: (update_action_sensitivity),
10203         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10204         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10205         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10206         (ev_window_init):
10207
10208         This is evil... Make space/backspace global accelerators but
10209         enable them only for some widgets (sidebars and view).
10210         I dont like it, but I dont know a better way... :/
10211
10212 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10213
10214         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10215         (ev_page_action_widget_finalize),
10216         (ev_page_action_widget_class_init), (update_page_cache):
10217
10218         Keep a weak reference on proxy->page_cache so that we
10219         dont try to disconnect the signal if the object is already
10220         gone. Maybe there is a better way to cleanup reference handling
10221         in page action though...
10222
10223 2005-05-10  Juerg Billeter  <j@bitron.ch>
10224
10225         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10226         * backend/ev-ps-exporter.h:
10227         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10228         * ps/ps-document.c: (ps_document_ps_export_begin):
10229         
10230         Change api to pass print range to ps_exporter_begin. The pdf backend
10231         requires this information.
10232         
10233         * shell/ev-print-job.c: (idle_print_handler):
10234         
10235         Adapt to api change
10236
10237 2005-05-10  Juerg Billeter  <j@bitron.ch>
10238
10239         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10240         (idle_print_handler)
10241         * shell/ev-window.c: (ev_window_print):
10242
10243         Support printing page range, based on patch by Amaury Jacquot
10244
10245 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10246
10247         * data/evince-toolbar.xml:
10248
10249         Add zoom control to available items
10250
10251 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10252
10253         * shell/ev-window.c: (update_action_sensitivity):
10254
10255         Set slash action insensitive when appropriate
10256
10257 2005-05-10  Christian Persch <chpe@gnome.org>
10258
10259         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10260
10261         Fix warning on the overflow menu
10262
10263 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10264
10265         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10266
10267         Check for uri correctness/existence
10268
10269 2005-05-09  Juerg Billeter  <j@bitron.ch>
10270
10271         * shell/ev-window.c: (using_postscript_printer):
10272
10273         LPD printers use postscript, too
10274
10275 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10276
10277         * shell/ev-window.c: (register_custom_actions):
10278
10279         The zoom one is actually sort of useful,
10280         put it back
10281
10282 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10283
10284         * shell/ev-window.c: (register_custom_actions):
10285
10286         Hide page/zoom controls from overflow, they
10287         are useless.
10288
10289 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10290
10291         * cut-n-paste/update-from-egg.sh:
10292         
10293         Share it between all cut-n-paste subdirs
10294
10295         * cut-n-paste/recent-files/Makefile.am:
10296
10297         Fix to use "global" update-from-egg.sh
10298
10299         * cut-n-paste/recent-files/egg-recent-model.c:
10300         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10301         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10302         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10303         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10304
10305         Update from libegg
10306
10307         * cut-n-paste/toolbar-editor/Makefile.am:
10308
10309         Fix to use "global" update-from-egg.sh
10310
10311         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10312
10313         Update from libegg
10314
10315 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10316
10317         * configure.ac:
10318         * cut-n-paste/Makefile.am:
10319         * cut-n-paste/recent-files/Makefile.am:
10320         * cut-n-paste/toolbar-editor/.cvsignore:
10321         * cut-n-paste/toolbar-editor/Makefile.am:
10322         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10323         (egg_editable_toolbar_get_type), (get_toolbar_position),
10324         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10325         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10326         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10327         (set_item_drag_source), (create_item_from_action), (create_item),
10328         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10329         (popup_toolbar_context_menu_cb), (free_dragged_item),
10330         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10331         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10332         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10333         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10334         (item_added_cb), (item_removed_cb),
10335         (egg_editable_toolbar_construct),
10336         (egg_editable_toolbar_disconnect_model),
10337         (egg_editable_toolbar_deconstruct),
10338         (egg_editable_toolbar_set_model),
10339         (egg_editable_toolbar_set_ui_manager),
10340         (egg_editable_toolbar_set_property),
10341         (egg_editable_toolbar_get_property),
10342         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10343         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10344         (egg_editable_toolbar_new_with_model),
10345         (egg_editable_toolbar_get_edit_mode),
10346         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10347         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10348         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10349         (new_pixbuf_from_widget), (new_separator_pixbuf),
10350         (update_separator_image), (style_set_cb),
10351         (_egg_editable_toolbar_new_separator_image),
10352         (egg_editable_toolbar_get_model):
10353         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10354         * cut-n-paste/toolbar-editor/egg-marshal.c:
10355         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10356         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10357         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10358         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10359         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10360         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10361         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10362         (editor_drag_data_delete_cb), (drag_data_get_cb),
10363         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10364         (editor_create_item), (update_editor_sheet), (setup_editor),
10365         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10366         (parse_item_list), (model_has_action), (update_actions_list),
10367         (egg_toolbar_editor_load_actions):
10368         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10369         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10370         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10371         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10372         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10373         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10374         (egg_toolbars_model_add_separator), (impl_add_item),
10375         (parse_item_list), (egg_toolbars_model_add_toolbar),
10376         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10377         (impl_get_item_data), (impl_get_item_type),
10378         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10379         (egg_toolbars_model_init), (free_toolbar),
10380         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10381         (egg_toolbars_model_remove_toolbar),
10382         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10383         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10384         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10385         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10386         (egg_toolbars_model_get_item_data),
10387         (egg_toolbars_model_get_item_type):
10388         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10389         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10390         * data/Makefile.am:
10391         * data/evince-toolbar.xml:
10392         * data/evince-ui.xml:
10393         * data/hand-open.png:
10394         * po/POTFILES.in:
10395         * shell/Makefile.am:
10396         * shell/ev-window.c: (update_chrome_visibility),
10397         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10398         (ev_window_dispose), (ev_window_init):
10399
10400         Implement epiphany like toolbar editor. Based on patch by
10401         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10402
10403 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10404
10405         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10406
10407         Use set_cursor instead of set_selection, so that
10408         the keyboard focus moves too.
10409
10410 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10411
10412         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10413
10414         Fix infinite loop when loading Type1 fonts
10415
10416 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10417
10418         * data/evince-ui.xml:
10419         * shell/ev-window.c:
10420
10421         Slash -> Find
10422
10423 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10424
10425         * configure.ac:
10426
10427         Make --disable really disable
10428
10429 2005-05-07  Juerg Billeter  <j@bitron.ch>
10430
10431         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10432
10433         Compare page labels even without has_labels set, fixes setting page
10434         with entry
10435
10436 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10437
10438         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10439         (ev_view_set_cursor), (ev_view_button_press_event),
10440         (ev_view_motion_notify_event), (ev_view_button_release_event),
10441         (ev_view_init):
10442
10443         Implement middle button scrolling. Based on a patch
10444         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10445
10446 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10447
10448         * shell/ev-document-types.c: (get_slow_mime_type),
10449         (get_document_type_from_mime), (ev_document_type_lookup):
10450         * shell/ev-document-types.h:
10451
10452         Change api to lookup from uri. Do fast lookup first, if the
10453         type is unknown try with data sniffing.
10454
10455         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10456         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10457
10458         Adapt to api change
10459
10460 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10461
10462         * thumbnailer/Makefile.am:
10463
10464         Fix distcheck
10465
10466 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10467
10468         * NEWS:
10469         * configure.ac:
10470
10471         Release 0.3.0
10472
10473         * data/evince-ui.xml:
10474
10475         Hide presentation mode for now
10476
10477         * shell/ev-view.c: (highlight_find_results):
10478
10479         Show current find selection only on current page
10480
10481 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10482
10483         * shell/ev-view.c: (ev_view_select_all):
10484
10485         Compute size of the actual page, not of
10486         the current one.
10487
10488 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10489
10490         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10491         (view_rect_to_doc_rect), (compute_selections),
10492         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10493         (ev_view_copy), (ev_view_primary_get_cb),
10494         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10495         (ev_view_button_press_event), (ev_view_motion_notify_event),
10496         (ev_view_button_release_event), (page_changed_cb):
10497
10498         Fix text selection
10499
10500 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10501
10502         * shell/ev-view.c: (compute_border), (get_page_extents),
10503         (doc_rect_to_view_rect), (highlight_find_results),
10504         (ev_view_bin_expose), (ev_view_select_all),
10505         (ev_view_motion_notify_event), (update_find_status_message),
10506         (jump_to_find_result), (jump_to_find_page):
10507
10508         First go at fixing search, still buggy
10509
10510 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10511
10512         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10513         dropdown box and button at the top of the sidebar.
10514
10515 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10516
10517         * configure.ac: Output zoom-control Makefile.
10518         * cut-n-paste/Makefile.am: build zoom-control subdir.
10519         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10520         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10521         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10522         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10523         * cut-n-paste/zoom-control/ephy-zoom.c:
10524         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10525         from epiphany, and modified to add a separator into the menu.
10526         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10527         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10528         zoom-control action.
10529         * shell/Makefile.am: Include zoom-control flags.
10530         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10531         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10532         (ev_view_zoom_for_size_presentation),
10533         (ev_view_zoom_for_size_continuous_and_dual_page),
10534         (ev_view_zoom_for_size_continuous),
10535         (ev_view_zoom_for_size_dual_page),
10536         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10537         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10538         ev_view_get_zoom and ev_view_get_sizing_mode.
10539         * shell/ev-view.h:
10540         * shell/ev-window.c: (update_action_sensitivity),
10541         (update_sizing_buttons), (zoom_control_changed_cb),
10542         (register_custom_actions): Initialize and use the zoom-control 
10543         widget.
10544
10545 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10546
10547         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10548         preview cache back to 1.  Don't know when it got set to 0.
10549         
10550         * shell/ev-view.c: (compute_border), (ev_view_realize),
10551         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10552         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10553         (ev_view_get_fullscreen), (ev_view_set_presentation),
10554         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10555         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10556         * shell/ev-view.h:
10557         * shell/ev-window.c:
10558         (update_chrome_visibility),
10559         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10560         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10561         (update_document_mode), (ev_window_update_fullscreen_action),
10562         (ev_window_fullscreen), (ev_window_unfullscreen),
10563         (ev_window_cmd_view_fullscreen),
10564         (ev_window_update_presentation_action),
10565         (ev_window_run_presentation), (ev_window_stop_presentation),
10566         (ev_window_cmd_view_presentation), (ev_window_state_event),
10567         (ev_window_focus_in_event), (ev_window_focus_out_event),
10568         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10569         * data/evince-ui.xml: Initial presentation mode.  We should
10570         probably hide this until it's done, as it's quite rough.  Also,
10571         change full-screen to fullscreen and add two getters to EvView.
10572
10573 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10574
10575         * shell/ev-page-action.c: (update_page_cache),
10576         (ev_page_action_dispose):
10577         * shell/ev-window.c: (destroy_fullscreen_popup),
10578         (ev_window_create_fullscreen_popup):
10579
10580         Use connect_object rather than explicitly
10581         disconnect on dispose.
10582
10583 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10584
10585         * shell/ev-page-action.c: (update_page_cache),
10586         (ev_page_action_dispose):
10587
10588 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10589
10590         * backend/ev-page-cache.c: (_ev_page_cache_new),
10591         (ev_page_cache_set_page_label),
10592         (ev_page_cache_has_nonnumeric_page_labels):
10593         * backend/ev-page-cache.h:
10594         * shell/ev-page-action.c: (update_pages_label):
10595         
10596         If all page labels are numeric, fallback to default
10597         way to display number of pages. See bug 173185.
10598
10599 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10600
10601         * shell/ev-page-action.c: (ev_page_action_dispose):
10602         * shell/ev-view.c: (view_update_range_and_current_page):
10603         * shell/ev-window.c: (ev_window_dispose):
10604         
10605         Set page on scroll in continuous mode. Fixes bug 301986.
10606         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10607
10608 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * configure.ac:
10611
10612         Require poppler 0.3.0
10613
10614 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10615         
10616         * shell/Makefile.am, configure.ac: Fix build problems
10617         with t1lib. Bug 301996.
10618
10619 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10620
10621         * shell/ev-view.c: (ev_view_scroll_event):
10622         
10623         Scroll up increase zoom
10624
10625 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10626
10627         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10628         (ev_view_set_sizing_mode),
10629         (ev_view_zoom_for_size_continuous_and_dual_page),
10630         (ev_view_zoom_for_size_continuous):
10631         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10632         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10633         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10634         (ev_window_init):
10635
10636         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10637         Fix for 165473 and 165472.
10638
10639 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10640
10641         * po/POTFILES.in:
10642         * thumbnailer/Makefile.am:
10643         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10644         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10645         * thumbnailer/evince-thumbnailer.schemas.in:
10646         
10647         Make thumbnailer schemas translatable. Fix for bug 301773
10648         
10649         * thumbnailer/evince-thumbnailer-djvu.schemas:
10650         * thumbnailer/evince-thumbnailer-dvi.schemas:
10651         * thumbnailer/evince-thumbnailer.schemas:
10652
10653         Removed files
10654
10655 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10656
10657         * shell/ev-view.c (ev_view_init): forgot to set this.
10658
10659 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10660
10661         * shell/ev-view.c: (find_page_at_location),
10662         (get_link_at_location),
10663         (ev_view_set_show_border), (ev_view_set_spacing),
10664         (ev_view_zoom_for_size_continuous_and_dual_page),
10665         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10666         Also, add a quick fix measuring of widths.  Also, removed
10667         ev_view_set_spacing and ev_view_set_show_border.
10668         
10669         * shell/ev-window.c: (ev_window_unfullscreen),
10670         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10671
10672 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10673
10674         * shell/ev-view.c: (view_update_range_and_current_page),
10675         (page_changed_cb):
10676         
10677         Fix crash on exit and scrolling to page in continuous view.
10678
10679 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10680
10681         * TODO:
10682         * backend/ev-page-cache.c: (_ev_page_cache_new),
10683         (ev_page_cache_get_max_width_size),
10684         (ev_page_cache_get_max_height_size):
10685         * backend/ev-page-cache.h:
10686         * data/evince-ui.xml:
10687         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10688         * shell/ev-view.c: (view_update_adjustments),
10689         (view_update_range_and_current_page), (get_bounding_box_size),
10690         (ev_view_size_request_continuous_and_dual_page),
10691         (ev_view_size_request_continuous),
10692         (ev_view_size_request_dual_page),
10693         (ev_view_size_request_single_page), (ev_view_size_request),
10694         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10695         (ev_view_bin_expose), (ev_view_expose_event),
10696         (ev_view_set_property), (ev_view_get_property),
10697         (ev_view_class_init), (ev_view_init), (ev_view_new),
10698         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10699         (ev_view_set_dual_page), (ev_view_set_full_screen),
10700         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10701         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10702         (ev_view_zoom_out), (zoom_for_size_fit_width),
10703         (zoom_for_size_best_fit),
10704         (ev_view_zoom_for_size_continuous_and_dual_page),
10705         (ev_view_zoom_for_size_continuous),
10706         (ev_view_zoom_for_size_dual_page),
10707         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10708         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10709         * shell/ev-view.h:
10710         * shell/ev-window.c: (update_action_sensitivity),
10711         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10712         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10713         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10714         (ev_window_cmd_view_zoom_out), (update_view_size),
10715         (ev_window_set_sizing_mode), (ev_window_init):
10716
10717         Add Continuous and Dual page modes.
10718
10719 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10720
10721         * dvi/dvi-document.c: (dvi_document_load),
10722         (dvi_document_thumbnails_get_thumbnail),
10723         (dvi_document_init_params): Fix up some mixups between
10724         width and height to correct thumbnail rendering.
10725
10726 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10727
10728         * dvi/mdvi-lib/private.h:
10729         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10730         
10731         Suppess output for kpathsea during font generation. Thanks to
10732         James Bowes
10733
10734 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10735
10736         * NEWS:
10737         * configure.ac:
10738
10739         Release 0.2.1
10740
10741         * Makefile.am: fix distcheck.
10742
10743 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10744
10745         * shell/ev-sidebar-links.c: (selection_changed_callback),
10746         (update_page_callback), (row_activated_callback),
10747         (job_finished_callback), (ev_sidebar_links_set_document):
10748         
10749         Fix for bug #169901. Double click on links expands tree.
10750
10751 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10752
10753         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10754         hard-coded style. Fix for bug 170111
10755
10756 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10757
10758         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10759         locking.
10760
10761 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10762
10763         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10764
10765 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10766
10767         * pdf/ev-poppler.cc:
10768         * shell/ev-view.c: (highlight_find_results):
10769
10770         Fix find on single page documents
10771
10772 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10773
10774         * data/evince.schemas.in: fix for bug 301390
10775
10776 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10777
10778         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10779         (ev_view_zoom_out), (ev_view_zoom_normal):
10780         * shell/ev-view.h:
10781         * shell/ev-window.c: (update_action_sensitivity),
10782         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10783         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10784         (ev_window_cmd_view_normal_size):
10785
10786         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10787         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10788         better than oom. 
10789
10790 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10791
10792         * configure.ac:
10793
10794         Depend on 2.57, 2.59 doesnt seem to be necessary
10795
10796 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10797
10798         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10799         (create_tool_item):
10800
10801         Put back total number of pages as (1 of 1234)
10802
10803 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10804
10805         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10806         remove the job.
10807
10808         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10809         function.  This helps debugging.
10810
10811 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10812
10813         * djvu/djvu-document.c: (djvu_document_class_init),
10814         (djvu_document_get_info), (djvu_document_document_iface_init):
10815         * dvi/dvi-document.c: (dvi_document_class_init),
10816         (dvi_document_get_info), (dvi_document_document_iface_init):
10817
10818         Dummy implementation of get_info method for dvi and
10819         djvu. Fix crashes with those backends
10820
10821 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10822
10823         * data/evince.desktop.in:
10824
10825         Add application/x-gzpostscript
10826
10827 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10828
10829         * data/evince.schemas.in: Added real long descriptions, 
10830         closes bug 172496 
10831
10832         * README: Added actual text, closes bug 171869
10833
10834 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10835
10836         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10837
10838         Thumbnail page 0
10839
10840 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10841
10842         * backend/ev-document-info.h:
10843
10844         s/GDate */GDate so we can just use g_free
10845
10846 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10847
10848         * shell/ev-window.c: (update_document_mode),
10849         (ev_window_setup_document):
10850
10851         Show the window in fullscreen when specified by
10852         the document
10853
10854 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10855
10856         * backend/ev-document.c: (ev_document_class_init),
10857         (ev_document_get_info), (ev_document_render_pixbuf):
10858         * backend/ev-document.h:
10859         * backend/ev-page-cache.c: (_ev_page_cache_new):
10860         * pdf/ev-poppler.cc:
10861         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10862         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10863         * ps/ps-document.c: (ps_document_class_init), (document_load),
10864         (ps_document_get_info), (ps_document_document_iface_init):
10865
10866         Remove get_title from the interface, we can just use document info
10867
10868 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10869
10870         * backend/Makefile.am:
10871         * backend/ev-document.c: (ev_document_render_get_info):
10872         * backend/ev-document.h:
10873         * pdf/ev-poppler.cc:
10874
10875         Initial support for document info. Based on jrb patch.
10876
10877 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10878
10879         * shell/ev-window.c: (ev_window_state_event),
10880         (ev_window_class_init), (ev_window_init):
10881         
10882         Doesn't show resize grip when maximized. See bug #301053
10883
10884 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10885
10886         * po/POTFILES.in:
10887         
10888         ev-sidebar-thumbnails now has translatable labels
10889         
10890         * shell/Makefile.am:
10891         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10892         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10893         (ev_sidebar_links_page_iface_init):
10894         * shell/ev-sidebar-links.h:
10895         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10896         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10897         (ev_sidebar_page_get_label):
10898         * shell/ev-sidebar-page.h:
10899         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10900         (ev_sidebar_thumbnails_set_document),
10901         (ev_sidebar_thumbnails_support_document),
10902         (ev_sidebar_thumbnails_get_label),
10903         (ev_sidebar_thumbnails_page_iface_init):
10904         * shell/ev-sidebar-thumbnails.h:
10905         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10906         (ev_sidebar_set_document):
10907         * shell/ev-sidebar.h:
10908         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10909         
10910         Small rework of sidebar code. Now sidebar pages should implement
10911         EvSidebarPage interface. That makes page management in EvSidebar
10912         easier. See bug #164811 for details
10913
10914 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10915
10916         * shell/ev-application.c: (ev_application_open):
10917         * shell/ev-document-types.c:
10918         
10919         Fix build error and small problem with application exit
10920
10921 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10922
10923         * thumbnailer/Makefile.am:
10924         * thumbnailer/evince-thumbnailer-djvu.schemas:
10925         * thumbnailer/evince-thumbnailer-dvi.schemas:
10926         
10927         Conditionally install schemas for djvu/dvi thumbnailer
10928
10929 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10930
10931         * shell/ev-document-types.h: 
10932         * shell/ev-document-types.c: 
10933         New files, handling the mapping from mimetypes to backends
10934         
10935         * shell/ev-window.c: 
10936         * thumbnailer/evince-thumbnailer.c:     
10937         Use the ev-document-types code
10938         
10939         * shell/Makefile.am: 
10940         Added new convenience library libevbackendfactory_la, containing
10941         the new mimetype->backend logic; moved the backends into it.
10942
10943         * thumbnailer/Makefile.am:
10944         Make the thumbnailer link with the libevbackend.la convenience
10945         library, rather than having a duplicate of the backend logic here.
10946
10947 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10948
10949         * shell/ev-stock-icons.c: constify some vars.
10950         * shell/ev-window.c: ditto.
10951
10952 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10953
10954         * ps/ps-document.c (get_page_orientation):
10955
10956         Respect document orientation 
10957
10958 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10959
10960         * djvu/Makefile.am:
10961         * dvi/Makefile.am:
10962         * shell/Makefile.am:
10963         
10964         Move library dependencies to components.
10965         
10966         * shell/ev-window.c: (update_window_title),
10967         (start_loading_document):
10968         
10969         Fix display of uris with spaces. Bug 168358.
10970
10971 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10972
10973         * shell/ev-sidebar-links.c: (selection_changed_cb):
10974         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10975         (ev_view_button_release_event), (ev_view_set_document):
10976         * shell/ev-view.h:
10977         * shell/ev-window.c: (find_bar_search_changed_cb):
10978         * shell/ev-window.h: Minor cleanups removing some dead code.
10979
10980 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10981
10982         * backend/ev-page-cache.c: (_ev_page_cache_new):
10983         
10984         Set current page to 0 if document has pages.
10985
10986 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10987
10988         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10989
10990         Initialize GError to NULL, fix a crash when loading fails.
10991
10992 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10993
10994         * shell/ev-window.c: (update_view_size):
10995
10996         Calculate shadow size only when there is actually
10997         a shadow.
10998
10999 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11000
11001         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
11002         * shell/ev-view.h:
11003
11004         Allow setting view spacing, default to 0
11005
11006         * shell/ev-window.c: (ev_window_unfullscreen),
11007         (ev_window_cmd_view_fullscreen), (ev_window_init):
11008
11009         Remove spacing in fullscreen mode
11010
11011 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11012
11013         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
11014         (ev_view_size_request), (expose_bin_window),
11015         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
11016         * shell/ev-view.h:
11017         * shell/ev-window.c: (ev_window_unfullscreen),
11018         (ev_window_cmd_view_fullscreen):
11019
11020         Do not draw the border in fulscreen
11021
11022 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11023
11024         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
11025         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
11026         (find_page_at_location), (page_changed_cb):
11027
11028         Rework border calculation, so that I can more easily disable it.
11029         Code somewhat cleaner too.
11030
11031 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
11032
11033         * backend/ev-page-cache.c: (ev_page_cache_init),
11034         (_ev_page_cache_new):
11035
11036         Remove some assertions, documents can have 0 pages.
11037         Make initial current page -1.
11038
11039         * shell/ev-page-action.c: (page_changed_cb):
11040
11041         Show "" if current page is -1
11042
11043         * shell/ev-window.c: (update_action_sensitivity),
11044         (ev_window_setup_document):
11045
11046         When document has 0 pages do not set the view
11047         and make nearly everything insensitive.
11048
11049 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11050
11051         * shell/ev-page-view.c:
11052         * shell/ev-page-view.h:
11053
11054         Remove unused files.
11055         
11056         * shell/ev-sidebar-thumbnails.c:
11057         (ev_sidebar_thumbnails_set_document):
11058         * shell/ev-sidebar.c: (ev_sidebar_set_document),
11059         (ev_sidebar_supports_document):
11060         * shell/ev-sidebar.h:
11061         * shell/ev-window.c: (ev_window_setup_document):
11062         
11063         Doesn't show thumbnails if document has 1 page. Make
11064         sidebar menu entries sensitive only if if they have 
11065         sense. Fix bug 164811. 
11066
11067 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11068
11069         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
11070         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
11071         (ev_view_zoom_out), (ev_view_set_size):
11072
11073         Rework sizing to deal with documents with not uniform page
11074         size.
11075
11076 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11077
11078         * backend/ev-page-cache.c: (_ev_page_cache_new):
11079
11080         Fix several page size caching bugs
11081
11082 2005-04-15  Luca Ferretti <elle.uca@libero.it>
11083
11084         * shell/ev-window.c: (set_action_properties):
11085
11086         Make all toolbar items translatable
11087
11088 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
11089
11090         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
11091         (save_page_list), (ps_document_save),
11092         (ps_document_document_iface_init), (ps_document_ps_export_begin),
11093         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
11094         (ps_document_ps_exporter_iface_init):
11095         * ps/ps-document.h:
11096
11097         Based on a patch by J�rg Billeter <j@bitron.ch>
11098         
11099         Implement print and save a copy for the ps backend.
11100
11101 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
11102
11103         * backend/ev-document.h:
11104         * djvu/djvu-document.c: (djvu_document_can_get_text),
11105         (djvu_document_document_iface_init):
11106         * dvi/dvi-document.c: (dvi_document_can_get_text),
11107         (dvi_document_document_iface_init):
11108         * pdf/ev-poppler.cc:
11109         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
11110         (pixbuf_document_document_iface_init):
11111         * ps/ps-document.c: (ps_document_can_get_text),
11112         (ps_document_document_iface_init):
11113         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11114         * shell/ev-window.c: (update_action_sensitivity):
11115
11116         Fix the crash when trying to copy in backends that doesnt
11117         support it. We can implement a better solution once we
11118         do real text selection.
11119
11120 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * data/evince-ui.xml:
11123         * shell/ev-window.c: (ev_window_cmd_escape):
11124         
11125         Work around the Escape conflict (find bar and unfullscreen)
11126
11127 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11128
11129         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11130         
11131         Fix for #300233. Next page correctly handles document end.
11132         
11133         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11134         (ev_sidebar_thumbnails_class_init),
11135         (ev_sidebar_thumbnails_set_document),
11136         (ev_sidebar_thumbnails_clear_job),
11137         (ev_sidebar_thumbnails_clear_model):
11138         
11139         Cleanup thumbnail jobs on document changes.
11140         
11141         * shell/ev-view.c: (add_scroll_binding_keypad),
11142         (add_scroll_binding_shifted), (ev_view_class_init):
11143         
11144         Shift + Space scrolls up. Fix for #173184
11145         
11146         * shell/ev-window.c: (ev_window_open_page),
11147         (ev_window_cmd_view_reload):
11148         
11149         Fix reload (Bug #300094)
11150
11151 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11152
11153         
11154         * dvi/mdvi-lib/assoc.c:
11155         * dvi/mdvi-lib/assoc.h: Removed garbage files
11156         
11157         * dvi/mdvi-lib/bitmap.c:
11158         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11159         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11160         * dvi/mdvi-lib/color.h: Antialias of rules
11161         
11162         * dvi/mdvi-lib/common.h:
11163         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11164         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11165         * dvi/mdvi-lib/files.c:
11166         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11167         * dvi/mdvi-lib/mdvi.h:
11168         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11169         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11170         * dvi/mdvi-lib/util.c: Fix compile warnings
11171         
11172         * dvi/dvi-document.c:
11173         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11174         (dvi_document_thumbnails_get_thumbnail),
11175         (dvi_document_document_thumbnails_iface_init):
11176         * dvi/mdvi-lib/Makefile.am:
11177         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11178         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11179         
11180         Dvi backend now renders thumbnails
11181
11182 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11183
11184         * shell/main.c: (main): 
11185         
11186         Save accelerators on exit. Fixes bug #172095.
11187
11188 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11189
11190         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11191         update priority" comment.
11192
11193         * backend/ev-job-queue.c: Give a way to change priority.
11194
11195 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11196
11197         * shell/ev-page-action.c: Fix logic.
11198
11199 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11200
11201         * shell/ev-view.c: (ev_view_can_find_next):
11202         * shell/ev-window.c: (ev_window_setup_document):
11203
11204         Check that the document supports find
11205
11206 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11207
11208         * data/evince-ui.xml:
11209         * shell/ev-view.c: (ev_view_can_find_next):
11210         * shell/ev-view.h:
11211         * shell/ev-window.c: (update_action_sensitivity),
11212         (find_changed_cb), (ev_window_setup_document),
11213         (ev_window_cmd_edit_find_next):
11214
11215         Add Edit->Find Next
11216
11217 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11218
11219         * pdf/ev-poppler.cc:
11220         * shell/ev-print-job.c: (idle_print_handler):
11221
11222         Make printing work again
11223
11224 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11225
11226         * shell/ev-page-action.h:
11227         * shell/ev-page-action.c: (ev_page_action_widget_init),
11228         (ev_page_action_widget_class_init), (page_changed_cb),
11229         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11230         (get_filter_model_from_model), (match_selected_cb),
11231         (display_completion_text), (match_completion), (update_model),
11232         (connect_proxy), (ev_page_action_set_property),
11233         (ev_page_action_get_property), (ev_page_action_set_document),
11234         (ev_page_action_set_model), (ev_page_action_class_init): Big
11235         reworking to make completions work iff we have >= GTK-2.7.0
11236                 
11237         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11238         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11239         (job_finished_cb): We now have a 'model' property that is set when
11240         the links are loaded.  This can be caught with "notify::model"
11241
11242         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11243         listen for the model to be set, and propagate it to the action.
11244
11245 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11246
11247         * cut-n-paste/recent-files/egg-recent-item.c:
11248         (egg_recent_item_set_uri), (make_valid_utf8),
11249         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11250         * cut-n-paste/recent-files/egg-recent-item.h:
11251         
11252         Update egg-recent from libegg. This should fix long
11253         startup problem. For details see
11254         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11255
11256 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11257
11258         * cut-n-paste/recent-files/Makefile.am:
11259         * data/evince-ui.xml, shell/Makefile.am:
11260         * shell/ev-application.c, shell/ev-application.h:
11261         * shell/ev-window.c: Recent files support.
11262         
11263         * configure.ac: Added "ru" to ALL_LINGUAS.
11264         
11265         * dvju: new backend to support DJVU files.
11266         * dvi: new backend to support DVI.
11267
11268         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11269         * ev-application.c: Support for new backends.
11270         
11271         * help, ev-window.c, main.c shell/Makefile.am: 
11272         Evince user documentation.
11273
11274 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11275
11276         * po/POTFILES.in:
11277         * shell/ev-window.c:
11278         * thumbnailer/evince-thumbnailer.c:
11279
11280         s/pdf-document/ev-poppler
11281
11282 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11283
11284         * NEWS:
11285         * configure.ac:
11286
11287         Release 0.2.0
11288
11289         * ps/ps-document.c: (setup_pixmap):
11290
11291         Remove debug code
11292
11293 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11294
11295         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11296         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11297         (ev_window_cmd_go_first_page): Fix of by one errors.
11298
11299 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11300
11301         * ps/ps-document.c: (get_page_box):
11302
11303         Fix page size calculation
11304
11305 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11306
11307         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11308         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11309         (get_page_orientation), (setup_page), (document_load),
11310         (ps_document_get_page_size), (render_pixbuf_idle):
11311         * ps/ps-document.h:
11312
11313         More refactoring to adapt to EvDocument changes
11314
11315 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11316
11317         * ps/ps-document.c: (start_interpreter):
11318
11319         Actually add alpha args
11320
11321 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11322
11323         * pdf/ev-poppler.cc:
11324
11325         Make clipboard work again
11326
11327 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11328
11329         Make searching work again.
11330         
11331         * backend/ev-document.c:
11332         * backend/ev-document.h:
11333         * backend/ev-document-find.c:
11334         * backend/ev-document-find.h: Change EvDocumentIface so we no
11335         longer store the current page or zoom level in the document.  The
11336         consequence is that all calls that operate on the current page now
11337         instead take the page number as an extra argument, and all
11338         coordinates are now doubles in document coordinate system.
11339
11340         * pdf/ev-poppler.cc:
11341         * pixbuf/pixbuf-document.c:
11342         * ps/ps-document.c: Update backends accordingly.
11343
11344 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11345
11346         * autogen.sh:
11347
11348         Add required gettext version
11349
11350 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11351
11352         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11353         make F1 bring up non-existent help.
11354
11355         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11356         epiphany's find bar, #167477
11357
11358         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11359         <emil@nishra.com> to add space-bar scrolling, 
11360
11361         * shell/ev-window.c (static GtkActionEntry entries): add default
11362         keybinding for Help (F1)
11363         Fixes #171068
11364
11365         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11366         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11367         170110
11368
11369 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11370
11371         * Makefile.am: 
11372         * pixbuf/pixbuf-document.c: 
11373
11374         Got pixbuf backend working again
11375
11376 2005-04-01  Steve Murphy  <murf@e-tools.com>
11377
11378         * configure.in: Added "rw" to ALL_LINGUAS.
11379
11380 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11381
11382         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11383         model types, noticed by Martin Kretzschmar.
11384
11385 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11386
11387         * pdf/ev-poppler.cc: Implement search based on
11388         poppler_page_find_text().  Currently a bit crude since we remember
11389         all matches from all pages.  Also, we grab the big document lock
11390         when we search since searching changes the underlying stream and
11391         thus conflicts with the rendering thread.
11392         
11393         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11394         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11395         (ev_view_find_previous): Fix some page indexes to be 0 based,
11396         offset rubber band by view offset,
11397
11398 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11399
11400         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11401
11402 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11403
11404         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11405         completely because I didn't understand GtkActions.  I should
11406         read Marco's code more carefully in the future.
11407
11408         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11409         function
11410
11411 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11412
11413         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11414         PopplerRectangle change from poppler CVS.
11415
11416 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11417
11418         * backend/ev-document.c: (ev_document_get_page_label):
11419         * backend/ev-document.h:
11420         * backend/ev-page-cache.c: (_ev_page_cache_new),
11421         (ev_page_cache_get_page_label):
11422         * backend/ev-page-cache.h:
11423         * pdf/ev-poppler.cc:
11424         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11425         (links_page_num_func):
11426         * shell/ev-sidebar-thumbnails.c:
11427         (ev_sidebar_thumbnails_set_document):
11428         * shell/ev-view.c: (status_message_from_link),
11429         (ev_view_motion_notify_event):
11430         * shell/ev-window.c: (document_supports_sidebar): Add in page
11431         label support.  It's not perfect yet, but it's the first 'feature'
11432         in a while.
11433         Also, fix a bogus comment noticed by crispin. 
11434
11435 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11436
11437         * Makefile.am: Remove pixbuf backend for now
11438
11439         * configure.ac: Require poppler-glib instead of just poppler.
11440
11441         * backend/ev-document-thumbnails.h: Add a comment
11442
11443         * backend/ev-document.h:
11444         * backend/ev-document.c: (ev_document_class_init),
11445         (ev_document_load), (ev_document_get_link),
11446         (ev_document_get_links): Remove 3 methods and add get_links.
11447         Also, made 0 based.
11448
11449         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11450         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11451
11452         * backend/ev-link.c: (ev_link_set_title),
11453         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11454         (ev_link_mapping_find):
11455         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11456         
11457         * backend/ev-page-cache.c: (ev_page_cache_init),
11458         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11459         (ev_page_cache_get_size), (ev_page_cache_next_page),
11460         (ev_page_cache_prev_page): Fix to be 0 based.
11461
11462         * pdf/Makefile.am: 
11463         * pdf/ev-poppler.h:
11464         * pdf/ev-poppler.cc: New backend.
11465         
11466         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11467         (ps_document_get_page), (ps_document_document_iface_init):
11468
11469         * shell/ev-pixbuf-cache.h:
11470         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11471         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11472         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11473         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11474         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11475         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11476         based.
11477         
11478         * shell/ev-sidebar-thumbnails.c:
11479         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11480         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11481
11482         * shell/ev-view.c: (status_message_from_link),
11483         (find_page_at_location), (get_link_at_location),
11484         (ev_view_motion_notify_event), (ev_view_button_release_event),
11485         (ev_view_init): Use the new link code.  Fix to be 0 based.
11486
11487         * shell/ev-window.c: (update_action_sensitivity),
11488         (document_supports_sidebar): 0 based.
11489
11490 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11491
11492         * pdf/pdf-document.cc: Patch from Fernando Herrera
11493         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11494         *blush*
11495
11496 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11497
11498         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11499         1 to the page, as this seems to be 1 based.  I thought we has this
11500         fixed.  grump.
11501
11502 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11503
11504         * TODO:
11505         * backend/Makefile.am:
11506         * backend/ev-document-links.c:
11507         (ev_document_links_has_document_links),
11508         (ev_document_links_get_links_model):
11509         * backend/ev-document-links.h:
11510         * backend/ev-document.c: (ev_document_get_page_cache),
11511         (ev_document_get_doc_mutex), (ev_document_load),
11512         (ev_document_save), (ev_document_get_title),
11513         (ev_document_get_n_pages), (ev_document_set_page),
11514         (ev_document_get_page), (ev_document_set_target),
11515         (ev_document_set_scale), (ev_document_set_page_offset),
11516         (ev_document_get_page_size), (ev_document_get_text),
11517         (ev_document_get_link), (ev_document_render),
11518         (ev_document_render_pixbuf), (ev_document_scale_changed):
11519         * backend/ev-document.h:
11520         * backend/ev-job-queue.c: (remove_object_from_queue),
11521         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11522         (no_jobs_available_unlocked), (ev_render_thread),
11523         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11524         (ev_job_queue_remove_job):
11525         * backend/ev-job-queue.h:
11526         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11527         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11528         (ev_job_links_class_init), (ev_job_render_init),
11529         (ev_job_render_dispose), (ev_job_render_class_init),
11530         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11531         (ev_job_thumbnail_class_init), (ev_job_finished),
11532         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11533         (ev_job_render_run), (ev_job_thumbnail_new),
11534         (ev_job_thumbnail_run):
11535         * backend/ev-jobs.h:
11536         * backend/ev-link.c:
11537         * backend/ev-link.h:
11538         * backend/ev-page-cache.c: (ev_page_cache_init),
11539         (ev_page_cache_class_init), (ev_page_cache_finalize),
11540         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11541         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11542         (ev_page_cache_set_link), (ev_page_cache_get_title),
11543         (ev_page_cache_get_size), (ev_page_cache_next_page),
11544         (ev_page_cache_prev_page):
11545         * backend/ev-page-cache.h:
11546         * pdf/pdf-document.cc:
11547         * ps/gsdefaults.c:
11548         * ps/gsdefaults.h:
11549         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11550         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11551         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11552         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11553         (is_interpreter_ready), (output), (catchPipe), (input),
11554         (start_interpreter), (check_filecompressed), (compute_dimensions),
11555         (ps_document_enable_interpreter), (document_load),
11556         (ps_document_next_page), (render_page), (ps_document_set_page),
11557         (ps_document_set_scale), (render_pixbuf_idle),
11558         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11559         * ps/ps-document.h:
11560         * shell/Makefile.am:
11561         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11562         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11563         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11564         (ev_pixbuf_cache_new), (job_finished_cb),
11565         (check_job_size_and_unref), (move_one_job),
11566         (ev_pixbuf_cache_update_range), (find_job_cache),
11567         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11568         (ev_pixbuf_cache_add_jobs_if_needed),
11569         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11570         * shell/ev-pixbuf-cache.h:
11571         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11572         (idle_print_handler):
11573         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11574         (selection_changed_cb), (create_loading_model),
11575         (ev_sidebar_links_construct), (links_page_num_func),
11576         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11577         (update_page_callback), (job_finished_cb),
11578         (ev_sidebar_links_set_document):
11579         * shell/ev-sidebar-thumbnails.c:
11580         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11581         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11582         (page_changed_cb), (thumbnail_job_completed_callback),
11583         (ev_sidebar_thumbnails_set_document):
11584         * shell/ev-sidebar-thumbnails.h:
11585         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11586         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11587         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11588         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11589         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11590         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11591         (ev_view_button_release_event), (ev_view_scroll_view),
11592         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11593         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11594         (ev_view_new), (job_finished_cb), (page_changed_cb),
11595         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11596         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11597         (ev_view_find_previous):
11598         * shell/ev-view.h:
11599         * shell/ev-window.c: (update_action_sensitivity),
11600         (ev_window_open_page), (update_window_title), (update_total_pages),
11601         (page_changed_cb), (ev_window_setup_document),
11602         (password_dialog_response), (ev_window_cmd_save_as),
11603         (ev_window_print), (ev_window_cmd_go_previous_page),
11604         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11605         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11606         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11607         * shell/main.c: (main):
11608
11609         Merge evince-threads branch
11610
11611 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11612
11613         * configure.ac: Added "lt" to ALL_LINGUAS.
11614
11615 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * NEWS:
11618         * configure.ac:
11619
11620         Release 0.1.9
11621
11622 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11623
11624         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11625
11626         Fix here also the thumbnails 1-basedness :)
11627
11628 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11629
11630         * NEWS:
11631         * configure.ac:
11632
11633         Release 0.1.8
11634
11635 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11636
11637         * pdf/pdf-document.cc:
11638         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11639         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11640
11641         Fix the mess we did with thumbnails and 1-basedness
11642
11643 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11644
11645         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11646
11647 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11648
11649         * NEWS:
11650         * configure.ac:
11651
11652         Release 0.1.7
11653
11654 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11655
11656         * ps/Makefile.am:
11657         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11658         (gtk_gs_defaults_get_alpha_parameters),
11659         (gtk_gs_defaults_get_ungzip_cmd),
11660         (gtk_gs_defaults_get_unbzip2_cmd):
11661         * ps/gsdefaults.h:
11662         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11663         (ps_document_get_orientation), (document_load),
11664         (ps_document_goto_page), (ps_document_set_page_size):
11665         * ps/ps-document.h:
11666
11667         Some more sanitization of the ps backend. Remove a lot
11668         of unused code and do not base our defaults on ggv
11669         preferences (ugh!)
11670
11671 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11672
11673         * thumbnailer/evince-thumbnailer.schemas:
11674         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11675         (main): add -s option for thumbnail size.
11676
11677 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11678
11679         * configure.ac:
11680
11681         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11682         remove it.
11683
11684 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11685
11686         * pdf/pdf-document.cc:
11687
11688         Remove 4 pixels of useless border from the
11689         thumbnail.
11690
11691 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * backend/ev-document-thumbnails.c:
11694         (ev_document_thumbnails_get_thumbnail):
11695         * backend/ev-document-thumbnails.h:
11696
11697         Rework API a bit. Add a border flag and
11698         change sizing logic (now the size we specify
11699         applies to the bigger dimension).
11700
11701         * pdf/pdf-document.cc:
11702         * pixbuf/pixbuf-document.c:
11703         (pixbuf_document_thumbnails_get_thumbnail):
11704         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11705         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11706
11707         Adapt to the new API and do not draw a border for nautilus
11708         thumbnailer.
11709
11710 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11711
11712         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11713         take thumbnails from page "0" instead of "1". Added a copyright header.
11714
11715 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11716
11717         * ps/ps-document.c: (set_up_page), (start_interpreter):
11718
11719         Make it C89 compliant
11720
11721 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * Makefile.am:
11724         * configure.ac:
11725         * pdf/.cvsignore:
11726         * pdf/pdf-document.cc:
11727         * thumbnailer/Makefile.am:
11728         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11729         (main):
11730         * thumbnailer/evince-thumbnailer.schemas:
11731         * thumbnailer/pdf-icon.png:
11732
11733         Add a nautilus thumbnailer.
11734         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11735
11736 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11737
11738         * NEWS:
11739         * configure.ac:
11740         * po/POTFILES.in:
11741
11742         Release 0.1.6
11743
11744 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11745
11746         Use poppler instead of including xpdf source code.  Poppler is a
11747         fork of xpdf to build it as a shared library. See
11748         http://freedesktop.org/wiki/Software/poppler.
11749
11750         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11751         xpdf fork.
11752         
11753         * pdf/Makefile.am: Build libpdfdocument.a here.
11754         
11755         * pdf/GDKSplashOutputDev.cc:
11756         * pdf/GDKSplashOutputDev.h:
11757         * pdf/GnomeVFSStream.cc:
11758         * pdf/GnomeVFSStream.h:
11759         * pdf-document.cc:
11760         * pdf-document.h:
11761         * test-gdk-output-dev.cc
11762         * Thumb.cc:
11763         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11764         against poppler.
11765
11766 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11769
11770         Clear idle stack before unsetting the document
11771
11772 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11773
11774         * ps/ps-document.c: (ps_document_widget_event),
11775         (ps_document_set_target), (ps_document_finalize),
11776         (ps_document_get_page):
11777
11778         Disconnect the widget event signal on finalize.
11779         Some code cleanups.
11780
11781 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11782
11783         * ps/ps-document.c: (set_up_page):
11784
11785         If there is no bpixmap create one, even if size
11786         is not changed.
11787
11788 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11789
11790         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11791         (set_up_page), (document_load), (ps_document_set_zoom):
11792
11793         Default page is 0. Calculate size even when we have no
11794         target yet.
11795
11796 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11797
11798         * shell/ev-sidebar.c: expand the selection widget to be always as
11799         wide as the sidebar
11800
11801 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11802
11803         * shell/ev-sidebar-thumbnails.c:
11804         (ev_sidebar_thumbnails_set_document):
11805
11806         Clear the list store when setting document
11807
11808 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * shell/ev-page-action.c: (update_entry), (sync_entry),
11811         (activate_cb), (entry_size_request_cb), (create_tool_item),
11812         (connect_proxy):
11813
11814         Use an entry for the page control instead of spinbuttons
11815
11816 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11817
11818         * data/evince.schemas.in:
11819
11820         Correct confusing string
11821
11822 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11823
11824         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11825         for real.  Gosh, how long has this been broken.
11826
11827         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11828         check for a NULL link.  We crash otherwise.
11829
11830 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11831
11832         * NEWS:
11833         * configure.ac:
11834
11835         Release 0.1.5
11836
11837 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11838
11839         * configure.ac: add the french translation.
11840
11841 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * shell/ev-window.c:
11844
11845         Remove unused header -> fix distcheck
11846
11847 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11848
11849         * shell/ev-window.c: (update_window_title),
11850         (ev_window_popup_password_dialog):
11851
11852         Unescape filename for display
11853
11854 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11855
11856         * pdf/xpdf/pdf-document.cc:
11857
11858         In get_page_size deal with rotation. Also
11859         cleanup the function a bit.
11860
11861 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * pdf/xpdf/pdf-document.cc:
11864
11865         Fix crash when opening in new window
11866
11867 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * configure.ac:
11870
11871         Check ghostscript >= 7
11872
11873 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11874
11875         * shell/ev-window.c:
11876
11877         Make page width the default sizing mode
11878
11879 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11880         Marco Pesenti Gritti <marco@gnome.org>
11881
11882         * shell/ev-window.c: Remember the sidebar size
11883
11884         * data/evince.schemas.in: Add a new gconf key to store the size of
11885         the sidebar
11886
11887 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11888
11889         * data/evince-ui.xml:
11890         * shell/ev-window.c: (update_action_sensitivity),
11891         (ev_window_cmd_view_reload):
11892         
11893         Add a "Reload" action and menu entry
11894
11895 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11896
11897         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11898         iff the type doesn't support thumbnailing and indexing.
11899
11900 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11901
11902         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11903
11904 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * pdf/splash/Splash.cc:
11907
11908         Port fix for a crasher from kde bug
11909         http://bugs.kde.org/show_bug.cgi?id=97131
11910
11911 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * pdf/xpdf/pdf-document.cc:
11914
11915         Return a link even if it's of an unrecognized
11916         type. Otherwise we go in an infinte cycle.
11917
11918 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11921         (size_allocate_cb), (ev_window_set_sizing_mode):
11922
11923         Update size when switching mode
11924
11925 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11926
11927         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11928         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11929         (ev_window_cmd_view_normal_size):
11930
11931         Fix size toggle buttons behavior
11932
11933 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11936         (doc_rect_to_view_rect), (ev_view_size_allocate),
11937         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11938         (scale_changed_callback):
11939
11940         Do not cache offsets in size_allocate.
11941
11942 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * shell/ev-view.c: (ev_view_size_allocate):
11945
11946         Calculate offsets before calling the parent
11947         class (which does a redraw)
11948
11949 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11950
11951         * pdf/xpdf/pdf-document.cc:
11952
11953         Fix a crasher on exit. Unused code, put a TODO
11954
11955 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * backend/ev-document.c: (ev_document_class_init),
11958         (ev_document_page_changed), (ev_document_scale_changed):
11959         * backend/ev-document.h:
11960
11961         Separate page/scale notifications
11962
11963         * pdf/xpdf/pdf-document.cc:
11964
11965         Emit the new signals.
11966         Do not display the pdf page in _render, do it
11967         when scale/page are requested.
11968
11969         * ps/ps-document.c: (ps_document_set_zoom),
11970         (ps_document_widget_event):
11971         * ps/ps-document.h:
11972
11973         Emit the new signals.
11974
11975         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11976         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11977         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11978         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11979         * shell/ev-view.h:
11980         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11981         (ev_window_cmd_view_page_width), (size_allocate_cb),
11982         (ev_window_set_sizing_mode):
11983
11984         Rework sizing to be pixel based.
11985         There are bugs but should be already way better.
11986
11987 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11988
11989         * shell/ev-window.c: (ev_window_init):
11990
11991         Do not allow to shrink sidebar smaller then
11992         child requisition
11993
11994 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11995
11996         * shell/ev-sidebar.[ch]
11997         * shell/ev-window.c:
11998
11999         Improved sidebar widget. Fixes #166683
12000
12001 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
12002
12003         * shell/ev-view.c (update_find_status_message): Give translators
12004         more flexibility with ngettext plural handling.
12005
12006 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
12007
12008         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
12009         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
12010         page when we get the page size.
12011
12012 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
12015
12016         ps pages are 0 based, convert 
12017
12018 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
12021
12022         Initialize correct parent class. Set GError on document load
12023
12024 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * pdf/xpdf/pdf-document.cc:
12027
12028         Fixup selection offset calculation
12029
12030         * shell/ev-view.c: (view_rect_to_doc_rect),
12031         (doc_rect_to_view_rect), (ev_view_size_allocate),
12032         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
12033         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
12034
12035         Store selection as document relative, so that zooming
12036         and offset changing doesnt break it.
12037
12038 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
12039
12040         * shell/ev-view.c: (ev_view_best_fit):
12041
12042         Do not try to best fit if the view is not realized
12043
12044 2005-02-20  Kostas Papadimas <pkst@gnome.org>
12045           
12046         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
12047
12048 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
12049
12050         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
12051
12052 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
12053
12054         * shell/ev-window.c: Change the fullscreen toolbar to always be in
12055         the popup window.  That prevents it resizing when in full screen
12056         mode.
12057
12058         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
12059         multiple rerenders.  This pretty much sucks.
12060
12061         * data/evince-ui.xml: Change the fullscreen toolbar to include the
12062         rest of the toolbar.
12063
12064 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
12065
12066         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
12067
12068 2005-02-17  Alexander Shopov  <ash@contact.bg>
12069
12070         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
12071
12072 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
12073
12074         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
12075
12076 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
12079         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
12080         (set_document_page), (document_changed_callback),
12081         (ev_view_set_document), (ev_view_find_previous),
12082         (ev_view_hide_cursor), (ev_view_show_cursor):
12083         * shell/ev-view.h:
12084         * shell/ev-window.c: (update_chrome_visibility),
12085         (fullscreen_timeout_cb), (fullscreen_set_timeout),
12086         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
12087         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
12088         (ev_window_unfullscreen):
12089         * shell/main.c: (main):
12090
12091         Automatically hide the fullscreen button.
12092         Patch by Kristian Høgsberg <krh@redhat.com>
12093
12094 2005-02-16  Vincent Noel  <vnoel@cox.net>
12095
12096         * shell/main.c (main): Specify an icon for the window. Patch by
12097         Jaap A. Haitsma. Fixes #166177.
12098
12099 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
12100
12101         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
12102
12103 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
12104
12105         * backend/ev-document-misc.h:
12106         * backend/ev-document-misc.c:
12107         (ev_document_misc_get_page_border_size),
12108         (ev_document_misc_paint_one_page): New function to canonicalize
12109         sizing/painting a border.
12110
12111         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
12112         used.
12113
12114         * pdf/xpdf/pdf-document.cc: use new function
12115
12116         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12117         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12118         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12119         shell/ev-window.c: (update_sizing_buttons),
12120         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12121         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12122         (ev_window_cmd_view_page_width), (size_allocate_cb),
12123         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12124         and "fit width" values act as toggle buttons so they stay
12125         toggled.  It's not 100% perfect, and it's a little slow, but it's
12126         good enough to commit I think.
12127
12128 2005-02-15  David Lodge  <dave@cirt.net>
12129
12130         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12131
12132 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12133
12134         * shell/ev-window.c (update_window_title): replace newlines in
12135         the title by spaces. Bug #166107.
12136
12137 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12138
12139         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12140         parameters providing allocation width and height without
12141         scrollbars and width of a possible vertical scrollbar. With this
12142         additional information the functions can work as
12143         intended. Unfortunately they're not idempotent. We should
12144         transform these commands to toggles. Fixes Bug #164976
12145         Initial patch by Stephane Loeuillet, then heavily modified.
12146
12147         * shell/ev-view.h: update prototypes.
12148
12149         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12150         (ev_window_cmd_view_page_width): provide EvView fit functions with
12151         all the information they need. Formulas to calculate this
12152         information taken from GtkScrolledWindow.
12153
12154 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12155
12156         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12157         created a thumbnail, the list store is updated to know
12158         that the thumbnail is set. Fixes bug #166792
12159
12160 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12161
12162         * shell/ev-window.c: fixed typo, closes bug 166897
12163
12164         * TODO: updated TODO with bug numbers that are relevant
12165
12166 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12167
12168         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12169
12170 2005-02-09  Vincent Noel  <vnoel@cox.net>
12171
12172         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12173         and "Next" toolbar buttons as important to make them stand out.
12174
12175 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12176
12177         * lib/ev-debug.c:
12178         * lib/ev-debug.h:
12179         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12180         (start_interpreter), (stop_interpreter), (document_load),
12181         (ps_document_next_page), (ps_document_goto_page),
12182         (ps_document_set_page_size), (ps_document_widget_event),
12183         (ps_document_render):
12184         * shell/ev-page-view.c: (ev_page_view_dispose):
12185         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12186
12187         Fix compilation on non-gcc platforms
12188
12189 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12190
12191         * NEWS:
12192         * configure.ac:
12193
12194         Release 0.1.4
12195
12196         * pdf/xpdf/Catalog.cc:
12197         * pdf/xpdf/XRef.cc:
12198
12199         Fix the fix for CAN-2004-0888
12200
12201 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12202
12203         * data/Makefile.am:
12204         * data/evince-ui.xml:
12205         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12206         * shell/ev-stock-icons.h:
12207         * shell/ev-window.c: (update_action_sensitivity),
12208         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12209         (set_action_properties):
12210
12211         Improve toolbar layout/icons
12212
12213 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12214
12215         * pdf/xpdf/pdf-document.cc:
12216
12217         Add warnings about unimplemented/unknown link
12218         types.
12219
12220 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12221
12222         * ps/ps-document.c: (set_up_page):
12223
12224         Log gs property
12225
12226 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12227
12228         * ps/ps-document.c: (start_interpreter):
12229
12230         Log gs env var
12231
12232 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12233
12234         * shell/ev-page-view.c: (ev_page_view_dispose):
12235         * shell/ev-view.c: (ev_view_finalize):
12236         * shell/ev-window.c: (ev_window_setup_document),
12237         (ev_window_dispose), (ev_window_init):
12238
12239         Solve more refs issues.
12240
12241         I commented out the page_view initialization for now:
12242         it was never destroyed (because it's never added
12243         to a container). Because of that we was leaking
12244         gs processes. Couldnt think to a clean fix.
12245         We need to figure this out, password view has the
12246         same issue probably.
12247
12248 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * ps/ps-document.c: (ps_document_finalize),
12251         (ps_document_get_n_pages), (ps_document_get_page):
12252
12253         Some cleanups, stop the interpreter on finalize
12254
12255         * shell/ev-page-view.c: (ev_page_view_dispose),
12256         (ev_page_view_class_init):
12257
12258         Release our reference on the document
12259
12260 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12261
12262         * Makefile.am:
12263         * configure.ac:
12264         * doc/debugging.txt:
12265         * lib/.cvsignore:
12266         * lib/Makefile.am:
12267         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12268         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12269         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12270         * lib/ev-debug.h:
12271
12272         Add debugging helpers
12273
12274         * ps/Makefile.am:
12275         * ps/ps-document.c: (set_up_page), (start_interpreter),
12276         (stop_interpreter), (document_load), (ps_document_next_page),
12277         (ps_document_goto_page), (ps_document_set_page_size),
12278         (ps_document_widget_event), (ps_document_render):
12279         * shell/Makefile.am:
12280         * shell/ev-view.c: (expose_bin_window):
12281         * shell/main.c: (main):
12282
12283         Add some logs
12284         
12285 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12286
12287         * ps/ps-document.c: (ps_document_widget_event):
12288
12289         Initialize message_window, this should make ps
12290         rendering really work! (Never noticed because I was
12291         testing with a ps that is causing gs to exit every time!)
12292
12293 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12294
12295         * data/evince.schemas.in: updated simple error in applyto closing tag
12296
12297 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12298
12299         * Makefile.am:
12300         * configure.ac:
12301         * data/.cvsignore:
12302         * data/Makefile.am:
12303         * data/evince-ui.xml:
12304         A data/evince.schemas.in:
12305         * po/POTFILES.in:
12306         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12307         * shell/ev-stock-icons.h:
12308         * shell/ev-window.c: (update_chrome_visibility),
12309         (update_chrome_flag), (ev_window_cmd_edit_find),
12310         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12311         (ev_window_unfullscreen), (ev_window_focus_in_event),
12312         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12313         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12314         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12315         (ev_window_dispose), (ev_window_class_init),
12316         (set_action_properties), (set_chrome_actions), (load_chrome),
12317         (ev_window_init):
12318
12319         Implement fullscreen mode changes from bug #164776.
12320         Also implement persistent chrome toggles.
12321
12322 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12323
12324         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12325
12326 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12327
12328         * NEWS:
12329         * configure.ac:
12330         * shell/ev-view.c:
12331
12332         Add another check for find interface
12333
12334         Release 0.1.3
12335
12336 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12337
12338         * shell/ev-application.c: (ev_application_open):
12339         * shell/ev-window.c: (ev_window_open):
12340
12341         Open gzipped ps documents
12342
12343 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * TODO:
12346         * shell/ev-view.c: (set_document_page):
12347
12348         Clamp page number, dont try to move to
12349         not existant pages.
12350
12351 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * backend/ev-document-find.c: (ev_document_find_changed):
12354         * backend/ev-document-find.h:
12355         * pdf/xpdf/pdf-document.cc:
12356         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12357         * shell/ev-window.c: (find_bar_search_changed_cb):
12358
12359         Fix several bugs with find
12360
12361 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12362
12363         * shell/ev-sidebar-thumbnails.c
12364         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12365         document. Prevents warning from scroll_to_cell.
12366
12367 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12368
12369         * configure.ac: Add «nb» to ALL_LINGUAS too.
12370
12371 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12372
12373         * NOTES: New file with some random thoughts.
12374
12375         * TODO: Update.
12376
12377         * backend/ev-document-misc.c:
12378         (ev_document_misc_get_page_border_size): New function to
12379         canonicalize shadow drawing sizes.  Possibly goofy.
12380
12381         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12382         (ev_view_best_fit), (ev_view_fit_width):
12383         * pdf/xpdf/pdf-document.cc:
12384         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12385         * ps/ps-document.c: (ps_document_get_page_size):
12386         * backend/ev-document-misc.h:
12387         * backend/ev-document.c: (ev_document_get_page_size):
12388         * backend/ev-document.h: get_page_size now takes a page number
12389         parameter.  Made all the backends/frontends honor it.
12390
12391         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12392         see.  Doesn't work yet.
12393
12394         * shell/Makefile.am:
12395         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12396         Doesn't do anything yet.
12397
12398         * shell/ev-sidebar-thumbnails.c:
12399         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12400         [0..n_pages-1]
12401
12402         * shell/ev-window.c: (update_action_sensitivity),
12403         (ev_window_setup_document), (ev_window_set_page_mode),
12404         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12405         view-swapping code a bit so we can have multiple views on a
12406         document.  Add the multi-page view, though it can't be turned on
12407         yet.
12408
12409 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12410
12411         * shell/ev-application.c: (ev_application_open):
12412         * shell/ev-view.c: (expose_bin_window):
12413         * shell/ev-window.c: (ev_window_open):
12414
12415         Support eps and check document supports find
12416         before drawing highlightings in expose.
12417
12418 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12419
12420         * pixbuf/pixbuf-document.c:
12421         (pixbuf_document_thumbnails_get_dimensions),
12422         (pixbuf_document_document_thumbnails_iface_init):
12423
12424         implement get_dimensions
12425
12426 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * NEWS:
12429         * configure.ac:
12430
12431         Release 0.1.2
12432
12433 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12434
12435         * shell/ev-view.c: (set_document_page):
12436
12437         Scroll at the top of the page when changing page
12438
12439 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12440
12441         * shell/ev-view.c: (ev_view_motion_notify_event):
12442
12443         Do not redraw unnecessarily
12444
12445 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12446
12447         * pdf/xpdf/pdf-document.cc:
12448         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12449         (expose_bin_window), (find_changed_cb):
12450
12451         Yay! find works now... Now to find bugs...
12452
12453 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12454
12455         * backend/ev-document-find.c: (ev_document_find_base_init),
12456         (ev_document_find_changed):
12457         * backend/ev-document-find.h:
12458         * pdf/xpdf/pdf-document.cc:
12459         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12460         (expose_bin_window), (ev_view_init), (set_document_page),
12461         (ensure_rectangle_is_visible), (jump_to_find_result),
12462         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12463         (ev_view_find_next), (ev_view_find_previous):
12464         * shell/ev-view.h:
12465         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12466
12467         More work on find implementation, mostly there now
12468
12469 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * backend/ev-backend-marshalers.list:
12472         * backend/ev-document-find.c: (ev_document_find_base_init),
12473         (ev_document_find_cancel), (ev_document_find_page_has_results),
12474         (ev_document_find_get_n_results), (ev_document_find_get_result),
12475         (ev_document_find_get_progress), (ev_document_find_changed):
12476         * backend/ev-document-find.h:
12477
12478         Enanche the find interface to be really able to do
12479         multi page find.
12480
12481         * pdf/xpdf/pdf-document.cc:
12482
12483         Implement
12484
12485         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12486         (expose_bin_window), (ev_view_init),
12487         (ev_view_get_find_status_message), (find_changed_cb),
12488         (ev_view_set_document), (set_document_page):
12489
12490         Adapt to the new interface. A few things are regressed sorry,
12491         I will finish it soon.
12492
12493 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12494
12495         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12496         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12497         ev_sidebar_thumbnails_parent_class variable, don't define another
12498         parent_class variable.
12499
12500         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12501         (ev_page_action_class_init): ditto.
12502
12503         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12504         (pixbuf_document_class_init): ditto.
12505
12506         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12507         ditto.
12508
12509         * .cvsignore: ignore various valgrind output files.
12510
12511 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * data/evince-ui.xml:
12514         * shell/Makefile.am:
12515         * shell/ev-history.c:
12516         * shell/ev-history.h:
12517         * shell/ev-navigation-action.c:
12518         * shell/ev-navigation-action.h:
12519         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12520         (ev_view_set_page), (ev_view_fit_width):
12521         * shell/ev-view.h:
12522         * shell/ev-window.c: (update_action_sensitivity),
12523         (ev_window_setup_document), (register_custom_actions):
12524
12525         Kill session history
12526
12527 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12528
12529         * shell/ev-window.c: (update_action_sensitivity):
12530
12531         Fix inverted up/down buttons
12532
12533 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12534
12535         * shell/ev-sidebar-thumbnails.c
12536         (ev_sidebar_thumbnails_select_page): make sure the selected
12537         thumbnail stays visible.
12538
12539 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12540
12541         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12542         scrolled window for Federico.
12543
12544 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12545
12546         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12547
12548 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * configure.ac:
12551         * pdf/splash/SplashFTFontEngine.cc:
12552
12553         Fix CID fonts with freetype 2.1.9
12554
12555 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12556
12557         * TODO: added item for desktop icon thumbnailer
12558
12559 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12560
12561         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12562         unloaded docs when the title is accessed.
12563
12564         * shell/ev-password-view.[hc]: New widget for displaying password
12565         state.
12566
12567         * shell/ev-window.[ch]: Refactor password handling code to handle
12568         the new view.
12569
12570 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12571
12572         * NEWS:
12573         * configure.ac:
12574         * data/Makefile.am:
12575
12576         Release 0.1.1
12577
12578 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12579
12580         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12581         ignore page offset here, to make search results independent of it,
12582
12583         * shell/ev-view.c (expose_bin_window): but take offsets into
12584         account here. Bug #164932
12585
12586         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12587         scale at the right time. Bug #164996
12588
12589 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12590
12591         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12592         fix the problem. Now I just removed the Adobe font names and hope
12593         that the URW fonts are always in outline format. Bug #164934
12594
12595         * shell/ev-window.c (update_window_title): empty titles are
12596         useless, use filename in that case too.
12597
12598         * NEWS: Add some content.
12599
12600 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12601
12602         * TODO: added one more TODO item and a TODONE section :)
12603
12604 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12605
12606         * ps/ps-document.h: add page_[xy]_offset fields.
12607
12608         * ps/ps-document.c (ps_document_set_page_offset)
12609         (ps_document_render): Keep offset in consideration in a few
12610         places. Bug #164752 "postscript documents are not centered in
12611         window"
12612
12613         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12614         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12615
12616         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12617         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12618         stub out missing methods for complete EvDocument implementation.
12619         Fixes segfaults with Save A Copy and Copy actions.
12620
12621         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12622         (ps_document_document_iface_init): ditto.
12623         
12624 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * data/.cvsignore:
12627         * data/Makefile.am:
12628         * data/evince.desktop.in:
12629
12630         Add desktop file
12631
12632 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12633
12634         * shell/ev-view.c: (ev_view_button_press_event),
12635         (ev_view_motion_notify_event):
12636
12637         Make selection work in any direction
12638
12639 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12640
12641         * TODO:
12642         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12643
12644         Use shorter labels for some of the toolbars items
12645
12646 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12647
12648         * pdf/xpdf/pdf-document.cc:
12649
12650         Check the links info is initialized before
12651         using it. Should fix a crash on startup.
12652
12653 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12654
12655         * pixbuf/pixbuf-document.c
12656         (pixbuf_document_thumbnails_get_dimensions): force floating point
12657         division to calculate page_ratio. Fixes crash with landscape
12658         format pixbufs.
12659
12660 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12661
12662         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12663
12664 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12665
12666         * shell/ev-view.c (set_document_page): unset has_selection when
12667         the page changes.
12668         (set_document_page): handle paper size changes when the page
12669         changes (test with Free Culture, page 2).
12670
12671 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12672
12673         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12674         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12675
12676         Use normal style color for the widget background and
12677         draw a black box around the page.
12678
12679 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12680
12681         * pdf/xpdf/pdf-document.cc:
12682
12683         Keep offset in consideration in a few places
12684
12685         * shell/ev-view.c: (expose_bin_window):
12686
12687         Set the offsets so that the document is ever centered
12688
12689 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12690
12691         * TODO: Added TODO items and finished off the first todo item
12692
12693         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12694         reflect current authors
12695
12696 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12697
12698         * pdf/xpdf/pdf-document.cc:
12699         * shell/ev-view.c: (ev_view_set_cursor),
12700         (ev_view_motion_notify_event), (document_changed_callback),
12701         (set_document_page):
12702
12703         Show a wait cursor while the page is rendering
12704
12705 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12706
12707         * shell/ev-sidebar-thumbnails.c:
12708         (ev_sidebar_tree_selection_changed),
12709         (ev_sidebar_thumbnails_select_page):
12710         * shell/ev-sidebar-thumbnails.h:
12711         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12712         (ev_view_can_go_forward):
12713         * shell/ev-window.c: (ev_window_open_page),
12714         (ev_window_setup_document), (update_current_page),
12715         (view_page_changed_cb), (ev_window_init):
12716         * shell/ev-window.h:
12717
12718         Ensure thumbnails selection, toolbar page control and
12719         current page are in sync.
12720
12721 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12722
12723         * pdf/xpdf/XRef.cc:
12724
12725         Fix CAN-2005-0064
12726
12727 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12728
12729         * backend/Makefile.am:
12730         * backend/ev-document-links.h:
12731         * backend/ev-document-security.c: (ev_document_security_get_type),
12732         (ev_document_security_has_document_security),
12733         (ev_document_security_set_password):
12734         * backend/ev-document-security.h:
12735         * backend/ev-document.c: (ev_document_error_quark):
12736         * backend/ev-document.h:
12737         * data/Makefile.am:
12738         * data/evince-password.glade:
12739         * pdf/xpdf/pdf-document.cc:
12740         * shell/Makefile.am:
12741         * shell/ev-password.c: (ev_password_set_bad_password_label),
12742         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12743         (ev_password_dialog_get_password),
12744         (ev_password_dialog_set_bad_pass):
12745         * shell/ev-password.h:
12746         * shell/ev-window.c: (ev_window_get_attribute),
12747         (ev_window_set_property), (update_action_sensitivity),
12748         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12749         (ev_window_setup_document), (ev_window_get_password),
12750         (ev_window_open), (ev_window_cmd_save_as),
12751         (using_postscript_printer), (ev_window_print),
12752         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12753         (update_fullscreen_popup), (ev_window_fullscreen),
12754         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12755         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12756         (menu_item_select_cb), (find_bar_search_changed_cb),
12757         (ev_window_dispose), (ev_window_init):
12758
12759         Add initial support for password-supported dialogs.  This could be
12760         a lot cooler, but it'll do for now.
12761
12762 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12763
12764         * pdf/xpdf/pdf-document.cc:
12765         * shell/ev-view.c: (status_message_from_link),
12766         (ev_view_set_status), (ev_view_set_cursor),
12767         (ev_view_motion_notify_event), (ev_view_init):
12768         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12769
12770         Fix bugs in the links implementation and change cursor
12771         when hovering a link.
12772
12773 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12774
12775         * viewer/.cvsignore: added cvsignore file for viewer directory
12776
12777         * TODO: created TODO document
12778
12779 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12780
12781         * shell/ev-view.h:
12782         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12783         new functions to help with implementation of sensitivity code
12784         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12785         of all actions that might require it.  Fixes a crash when you
12786         click on the Zoom actions in a window lacking a document.
12787
12788 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12789
12790         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12791         of the Find action
12792
12793 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12794
12795         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12796         (pixbuf_document_document_iface_init):
12797         * ps/ps-document.c: (ps_document_get_link),
12798         (ps_document_document_iface_init):
12799         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12800         (status_message_from_link), (ev_view_set_status),
12801         (ev_view_set_find_status), (ev_view_motion_notify_event),
12802         (ev_view_button_release_event), (ev_view_set_property),
12803         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12804         (ev_view_get_find_status_message), (update_find_results),
12805         (ev_view_get_status), (ev_view_get_find_status):
12806         * shell/ev-view.h:
12807         * shell/ev-window.c: (view_status_changed_cb),
12808         (view_find_status_changed_cb), (ev_window_init):
12809
12810         View status message support, use it to show the links.
12811         Needs work...
12812
12813 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12814
12815         * backend/ev-document.c: (ev_document_get_link):
12816         * backend/ev-document.h:
12817         * pdf/xpdf/pdf-document.cc:
12818         * shell/ev-application.c: (ev_application_open):
12819         * shell/ev-application.h:
12820         * shell/ev-sidebar-links.c: (selection_changed_cb):
12821         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12822         (ev_view_go_to_link):
12823
12824         Add support for document links
12825
12826 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12827
12828         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12829         (create_tool_item):
12830         Set the spin button limits correctly.
12831         
12832         * shell/ev-sidebar-thumbnails.c:
12833         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12834         Support changing pages by clicking on the thumbnails.
12835         
12836 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12837
12838         * pixbuf/pixbuf-document.c:
12839         (pixbuf_document_thumbnails_get_dimensions),
12840         (pixbuf_document_document_thumbnails_iface_init):
12841
12842         implement get_dimensions
12843
12844 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12845
12846         * ps/ps-document.c: (ps_document_goto_page):
12847
12848         Fix page switching on multipage documents
12849
12850 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12851
12852         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12853         
12854         check for NULL before assigning to width and height parameters
12855
12856 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12857
12858         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12859         (pixbuf_document_set_property), (pixbuf_document_get_property):
12860
12861         implement get/set properties
12862
12863 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12864
12865         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12866         
12867         return NULL instead of "Unknown", letting the title get set to
12868         the filename when the pdf has no title.
12869
12870 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12871
12872         * ps/ps-document.c: (ps_document_get_page_count),
12873         (ps_document_goto_page):
12874
12875 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12876
12877         * shell/ev-history.c: (ev_history_get_property),
12878         (ev_history_set_property), (ev_history_class_init),
12879         (ev_history_add_page), (ev_history_set_current_index):
12880         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12881         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12882         (ev_navigation_action_finalize):
12883         * shell/ev-navigation-action.h:
12884         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12885         (ev_view_go_forward), (ev_view_get_find_status_message),
12886         (history_index_changed_cb), (ev_view_set_history):
12887         * shell/ev-view.h:
12888         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12889         (update_current_page), (register_custom_actions):
12890
12891         Implement history dropdowns
12892
12893 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12896         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12897         (ev_view_go_forward):
12898         * shell/ev-window.c: (register_custom_actions):
12899
12900         Fix several history bugs
12901
12902 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12903
12904         * configure.ac: Add «nb» to ALL_LINGUAS.
12905
12906 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12907
12908         * backend/Makefile.am:
12909         * backend/ev-bookmark.c:
12910         * backend/ev-bookmark.h:
12911         * backend/ev-document-bookmarks.c:
12912         * backend/ev-document-bookmarks.h:
12913         * backend/ev-document-links.c: (ev_document_links_get_type),
12914         (ev_document_links_has_document_links),
12915         (ev_document_links_begin_read), (ev_document_links_get_link),
12916         (ev_document_links_get_child), (ev_document_links_next),
12917         (ev_document_links_free_iter):
12918         * backend/ev-document-links.h:
12919         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12920         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12921         (ev_link_get_link_type), (ev_link_set_link_type),
12922         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12923         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12924         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12925         (ev_link_new_external):
12926         * backend/ev-link.h:
12927         * pdf/xpdf/pdf-document.cc:
12928         * shell/Makefile.am:
12929         * shell/ev-application.c: (ev_application_open_link):
12930         * shell/ev-application.h:
12931         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12932         (ev_history_get_link_nth):
12933         * shell/ev-history.h:
12934         * shell/ev-sidebar-bookmarks.c:
12935         * shell/ev-sidebar-bookmarks.h:
12936         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12937         (ev_sidebar_links_class_init), (selection_changed_cb),
12938         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12939         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12940         (do_one_iteration), (populate_links_idle),
12941         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12942         * shell/ev-sidebar-links.h:
12943         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12944         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12945         (go_to_index):
12946         * shell/ev-view.h:
12947         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12948         * shell/ev-window.h:
12949
12950         Rename bookmark to link, and use "Index" for the sidebar panel.
12951
12952 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12953
12954         * shell/Makefile.am:
12955         * shell/ev-application.c: (ev_application_open_bookmark):
12956         * shell/ev-application.h:
12957         * shell/ev-history.c: (ev_history_init), (free_links_list),
12958         (ev_history_finalize), (ev_history_class_init),
12959         (ev_history_add_link), (ev_history_add_page),
12960         (ev_history_get_link_nth), (ev_history_get_n_links),
12961         (ev_history_get_current_index), (ev_history_set_current_index),
12962         (ev_history_new):
12963         * shell/ev-history.h:
12964         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12965         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12966         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12967         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12968         (ev_view_set_page):
12969         * shell/ev-view.h:
12970         * shell/ev-window.c: (ev_window_open_bookmark),
12971         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12972         (goto_page_cb), (register_custom_actions):
12973         * shell/ev-window.h:
12974
12975         Initial history implementation. Needs work.
12976
12977 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12978
12979         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12980
12981 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12982
12983         * cut-n-paste/recent-files/egg-recent-item.c:
12984         * cut-n-paste/recent-files/egg-recent-item.h:
12985         * cut-n-paste/recent-files/egg-recent-model.c:
12986         * cut-n-paste/recent-files/egg-recent-util.c:
12987         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12988         * cut-n-paste/recent-files/egg-recent-view.c:
12989
12990         Update
12991
12992 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12993
12994         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12995         (fillGlyph, fillImageMask, drawImage):
12996         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12997         pdf/splash/SplashTypes.h:
12998         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12999         packed mode for Splash.
13000
13001         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
13002         RGB8 packed mode, eliminates the pixbuf data creation loop.
13003
13004         * shell/ev-print-job.c (ev_print_job_finalize)
13005         (ev_print_job_set_property, ev_print_job_get_property)
13006         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
13007         (ev_print_job_use_print_dialog_settings, idle_print_handler)
13008         (print_closure_finalize, ev_print_job_print): implement
13009         printing (for backends with EvPsExporter)
13010
13011         * shell/ev_print_job.h: update prototypes.
13012
13013         * shell/ev-window.c (ev_window_print): unref print job after
13014         printing.
13015
13016         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
13017         unless the document implements the EvDocumentFind interface.
13018
13019 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
13020
13021         * configure.ac: Added ja to ALL_LINGUAS.
13022
13023 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13024
13025         * pdf/xpdf/pdf-document.cc:
13026
13027         add a FIXME. We should probably not allocate
13028         a bookmark object every time
13029
13030 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13031
13032         * shell/ev-application.c: (ev_application_open),
13033         (ev_application_open_bookmark):
13034         * shell/ev-application.h:
13035         
13036         Add a way to open bookmarks
13037
13038         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
13039         (ev_bookmark_set_uri), (ev_bookmark_get_property),
13040         (ev_bookmark_set_property), (ev_bookmark_class_init),
13041         (ev_bookmark_new_title), (ev_bookmark_new_link),
13042         (ev_bookmark_new_external):
13043
13044         Support for external uris, better constructors.
13045
13046         * backend/ev-bookmark.h:
13047         * pdf/xpdf/pdf-document.cc:
13048         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
13049
13050         Handle external uris
13051
13052 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
13055         (ev_sidebar_bookmarks_construct), (do_one_iteration):
13056
13057         Hook up bookmarks navigation
13058
13059 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13060
13061         * backend/Makefile.am:
13062         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
13063         (ev_bookmark_get_title), (ev_bookmark_set_title),
13064         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
13065         (ev_bookmark_get_page), (ev_bookmark_set_page),
13066         (ev_bookmark_get_property), (ev_bookmark_set_property),
13067         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
13068         (ev_bookmark_new):
13069         * backend/ev-bookmark.h:
13070         * backend/ev-document-bookmarks.c:
13071         (ev_document_bookmarks_get_bookmark):
13072         * backend/ev-document-bookmarks.h:
13073         * pdf/xpdf/pdf-document.cc:
13074         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
13075
13076         Add a bookmark object to the backend and use it instead of get_values
13077
13078 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * data/evince-ui.xml:
13081
13082         Cleanup and add select all.
13083
13084         * shell/ev-view.c: (ev_view_select_all),
13085         (ev_view_button_press_event):
13086         * shell/ev-view.h:
13087         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
13088
13089         Add select all.
13090         Clear selection on click.
13091
13092 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
13093
13094         * shell/ev-sidebar-thumbnails.c
13095         (ev_sidebar_thumbnails_set_document): forgot to unref the
13096         loading_icon.
13097
13098 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
13099
13100         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
13101         at the visible page, not just linearly.  This makes it look fast.
13102
13103 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
13104
13105         * backend/ev-document-misc.c
13106         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
13107         white.
13108         * backend/ev-document-thumbnails.h: New interface to get the size
13109         of a page.
13110
13111 2005-01-06  Jeremy Katz  <katzj@redhat.com>
13112
13113         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13114         make dist works
13115
13116 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13117
13118         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13119         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13120         things up a bit.
13121
13122         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13123
13124 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13125
13126         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13127         fonts. Should fix font problems on systems that have the base
13128         fonts in bitmap format. Reported by James Henstridge
13129         <james@jamesh.id.au>.
13130
13131 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13132
13133         * pdf/xpdf/Gfx.cc:
13134         * pdf/xpdf/GfxState.cc:
13135
13136         Fix for CAN-2004-1125
13137
13138 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * shell/ev-view.c: (ev_view_copy):
13141         * shell/ev-view.h:
13142         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13143
13144         Implement Edit->Copy
13145
13146 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13147
13148         * backend/ev-document.c: (ev_document_get_text):
13149         * backend/ev-document.h:
13150         * pdf/xpdf/pdf-document.cc:
13151         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13152         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13153         (ev_view_update_primary_selection), (ev_view_button_press_event),
13154         (ev_view_motion_notify_event), (ev_view_button_release_event):
13155
13156         Beginnings of clipboard support. Incomplete but primary sort
13157         of work.
13158
13159 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13160
13161         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13162         (expose_bin_window):
13163
13164         Nicer rubberband drawing, from GtkIconView.
13165
13166 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13167
13168         * backend/ev-document.c: (ev_document_save):
13169         * backend/ev-document.h:
13170         * data/evince-ui.xml:
13171         * pdf/xpdf/pdf-document.cc:
13172         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13173
13174         Implement "Save a copy..." menu item
13175
13176 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13177
13178         * shell/ev-view.c: (ev_view_zoom):
13179
13180         Queue a resize when zoom changes
13181
13182 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13183
13184         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13185         shadows.
13186
13187         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13188         thumbnails..
13189
13190 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13191
13192         * pdf/xpdf/pdf-document.cc
13193         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13194
13195 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13196
13197         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13198         It's slow, but I'll speed it up next!
13199
13200 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13201
13202         * shell/main.c (load_files):
13203
13204         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13205         from the command line and because it seems more appropriate.
13206
13207 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13208
13209         * data/evince-ui.xml:
13210         * shell/ev-window.c: (update_action_sensitivity),
13211         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13212
13213         s/next page/page down
13214         s/previous page/page up
13215
13216 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13217
13218         * data/evince-ui.xml:
13219
13220         Change the layout to match clarkbw design.
13221
13222         * shell/Makefile.am:
13223         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13224         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13225         (ev_navigation_action_finalize),
13226         (ev_navigation_action_set_property),
13227         (ev_navigation_action_get_property),
13228         (ev_navigation_action_class_init):
13229         * shell/ev-navigation-action.h:
13230
13231         Implement clarkbw toolbar navigation controls (incomplete)
13232
13233         * shell/ev-page-action.c: (update_label), (update_spin),
13234         (value_changed_cb), (create_tool_item), (connect_proxy),
13235         (ev_page_action_init), (ev_page_action_finalize),
13236         (ev_page_action_set_property), (ev_page_action_get_property),
13237         (ev_page_action_set_current_page),
13238         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13239         * shell/ev-page-action.h:
13240
13241         Implement a page switcher in the toolbar
13242
13243         * shell/ev-view.c: (ev_view_scroll_view):
13244         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13245         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13246         (register_custom_actions), (ev_window_init):
13247
13248         Change page on PageUp/Down.
13249
13250 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13251
13252         * pdf/xpdf/pdf-document.cc
13253         (pdf_document_thumbnails_get_thumbnail): initial stab at
13254         implementing thumbnail support for pdfs.  It only does documents
13255         with precached pdfs now.
13256
13257 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13258
13259         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13260         thumbnail code into a time-based idle as well.  Also, turn off the
13261         shadow temporarily as it's really slow.
13262
13263 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13264
13265         * backend/ev-document.c: (ev_document_class_init):
13266         * pdf/xpdf/pdf-document.cc:
13267         * shell/ev-window.c: (ev_window_open):
13268
13269         Fix document title bugs and fallback to
13270         filename when not available.
13271
13272 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * backend/ev-document.c: (ev_document_get_type),
13275         (ev_document_class_init), (ev_document_load),
13276         (ev_document_get_title):
13277         * backend/ev-document.h:
13278         * pdf/xpdf/pdf-document.cc:
13279         * ps/ps-document.c: (ps_document_set_property),
13280         (ps_document_get_property), (ps_document_class_init),
13281         (document_load):
13282         * ps/ps-document.h:
13283         * ps/ps.h:
13284         * shell/ev-window.c: (update_window_title), (ev_window_open),
13285         (ev_window_init):
13286
13287         Initial support for document title. Not working yet.
13288
13289 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13292
13293         Grab focus on the view when clicking it
13294
13295 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * shell/ev-marshal.list:
13298         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13299         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13300
13301         Add key bindings to the view. Now if the focus would work
13302         right...
13303
13304 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * Makefile.am:
13307         * backend/Makefile.am:
13308         * data/Makefile.am:
13309         * dvi/Makefile.am:
13310         * dvi/dvilib/Makefile.am:
13311         * pdf/xpdf/Makefile.am:
13312         * po/POTFILES.in:
13313         * ps/Makefile.am:
13314
13315         Fix distcheck
13316
13317 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13318
13319         * shell/ev-view.c: (ev_view_realize):
13320
13321         Fix mouse wheel scrolling
13322
13323 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13324
13325         * ps/Makefile.am:
13326         * ps/gstypes.h:
13327         * ps/gtkgs.c:
13328         * ps/gtkgs.h:
13329         * ps/ps-document.c: (catchPipe), (ps_document_init),
13330         (ps_document_class_init), (ps_document_cleanup),
13331         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13332         (set_up_page), (close_pipe), (is_interpreter_ready),
13333         (interpreter_failed), (output), (input), (start_interpreter),
13334         (stop_interpreter), (file_length), (file_readable),
13335         (check_filecompressed), (check_pdf), (compute_xdpi),
13336         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13337         (ps_document_get_type), (ps_document_emit_error_msg),
13338         (document_load), (ps_document_next_page),
13339         (ps_document_get_current_page), (ps_document_get_page_count),
13340         (ps_document_goto_page), (ps_document_set_page_size),
13341         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13342         (ps_document_load), (ps_document_get_n_pages),
13343         (ps_document_set_page), (ps_document_get_page),
13344         (ps_document_widget_event), (ps_document_set_target),
13345         (ps_document_set_scale), (ps_document_set_page_offset),
13346         (ps_document_get_page_size), (ps_document_render),
13347         (ps_document_document_iface_init):
13348         * ps/ps-document.h:
13349         * ps/ps.c:
13350         * shell/ev-window.c: (ev_window_open):
13351
13352         Rename GtkGS to PSDocument
13353
13354 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * ps/gtkgs.c: (gtk_gs_class_init):
13357         * ps/gtkgs.h:
13358
13359         Some more leftover...
13360
13361 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13364         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13365         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13366         * ps/gtkgs.h:
13367
13368         Remove unused code and make a lot of stuff private
13369
13370 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13373         (gtk_gs_defaults_changed):
13374         * ps/gsdefaults.h:
13375         * ps/gtkgs.c:
13376         * ps/gtkgs.h:
13377         * ps/ps.h:
13378
13379         Cleanup headers dependencies
13380
13381 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13382
13383         * ps/Makefile.am:
13384         * ps/ggvutils.c:
13385         * ps/ggvutils.h:
13386         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13387         * ps/gsdefaults.h:
13388         * ps/gtkgs.c: (file_length), (file_readable),
13389         (check_filecompressed), (check_pdf), (gtk_gs_load),
13390         (gtk_gs_get_postscript):
13391
13392         Get rid of ggvutils
13393
13394 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * ps/ggvutils.c:
13397         * ps/ggvutils.h:
13398         * ps/gsio.h:
13399         * ps/gtkgs.c: (gtk_gs_set_zoom):
13400
13401         Cleanups
13402
13403 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13406
13407         Ensure the page is rerendered when changing zoom
13408
13409 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13410
13411         * backend/ev-document.c: (ev_document_base_init),
13412         (ev_document_changed):
13413         * backend/ev-document.h:
13414
13415         Add a changed event that is emitted when the page content
13416         changes. This is necessary to deal with the fact that
13417         in ps backend rendering happen asycrounously.
13418         This makes the ps backend mostly work.
13419
13420         * pdf/xpdf/pdf-document.cc:
13421
13422         Emit changed event
13423
13424         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13425         (ps_document_set_target):
13426
13427         Emit changed event
13428
13429         * shell/ev-view.c: (document_changed_callback),
13430         (ev_view_set_document), (ev_view_set_page):
13431
13432         Redraw on the changed signal
13433
13434 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13435
13436         * configure.ac: Added pt_BR to ALL_LINGUAS.
13437
13438 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13439
13440         * backend/ev-document-bookmarks.c:
13441         (ev_document_bookmarks_get_child): *
13442         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13443         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13444         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13445         (ev_sidebar_bookmarks_destroy),
13446         (ev_sidebar_bookmarks_class_init),
13447         (ev_sidebar_bookmarks_construct), (stack_data_free),
13448         (do_one_iteration), (populate_bookmarks_idle),
13449         (ev_sidebar_bookmarks_clear_document),
13450         (ev_sidebar_bookmarks_set_document): *
13451         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13452         (ev_sidebar_add_page),
13453         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13454         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13455         it displays both the topics and the page numbers.
13456
13457 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13458
13459         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13460         toggle.
13461         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13462         visible.
13463
13464 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13465
13466         * configure.ac: Added en_CA to ALL_LINGUAS.
13467
13468 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13469
13470         * ChangeLog: replace bottom of this ChangeLog (merged history of
13471         ggv and gpdf; where all paths were wrong and most of the files are
13472         not even in this tree) with ChangeLog (from arch) of the shell
13473         code.
13474
13475 2004-12-23  Havoc Pennington  <hp@redhat.com>
13476
13477         * shell/ev-window.c: hook up potentially-questionable "find
13478         results status text" feature - something involving the sidebar or
13479         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13480         might be better in the end.
13481
13482         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13483         with corresponding signal when it should be updated
13484
13485         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13486
13487 2004-12-22  Havoc Pennington  <hp@redhat.com>
13488
13489         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13490         find stuff on other pages, sort of (only returns one result on
13491         invisible pages, to show they have results; updates full results
13492         for a page when you view it). Currently repaints the current page
13493         every time a new result is found on any page, which isn't so nice.
13494
13495 2004-12-22  Havoc Pennington  <hp@redhat.com>
13496
13497         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13498         the document doesn't support find (better ideas?)
13499         (find_bar_search_changed_cb): handle missing document or document
13500         that doesn't support find
13501
13502         * pdf/xpdf/pdf-document.cc: port to implement the new
13503         EvDocumentFindIface
13504
13505         * backend/ev-document-find.c: create a new interface for searching
13506
13507         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13508
13509 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13510
13511         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13512         libevbackend.la.
13513
13514         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13515         EvPrintJob constructor arguments.
13516
13517         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13518         for documents that can export PostScript (page by page).
13519
13520         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13521         
13522         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13523         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13524         (pdf_document_ps_exporter_iface_init:
13525         Implement EvPSExporter.
13526
13527         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13528
13529 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13530
13531         * backend/Makefile.am:
13532         * backend/ev-document-thumbnails.c:
13533         (ev_document_thumbnails_get_type),
13534         (ev_document_thumbnails_get_thumbnail):
13535         * backend/ev-document-thumbnails.h:
13536         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13537         (pixbuf_document_thumbnails_get_thumbnail),
13538         (pixbuf_document_document_thumbnails_iface_init):
13539         * shell/Makefile.am:
13540         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13541         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13542         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13543         * shell/ev-sidebar-thumbnails.h:
13544         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13545         (ev_sidebar_set_document):
13546         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13547         (create_shadow), (ev_pixbuf_add_shadow):
13548         * shell/ev-utils.h:
13549         Add thumbnail support.
13550         
13551 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13552
13553         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13554         (using_postscript_printer): Set up a print dialog for "PostScript
13555         injection" method.
13556
13557         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13558         EvPrintJob.
13559
13560         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13561
13562 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13563
13564         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13565         (ps_document_set_target), (ps_document_get_page_size),
13566         (ps_document_render):
13567         * ps/gtkgs.h:
13568
13569         Fix a few bugs
13570
13571 2004-12-22  Christian Rose  <menthos@menthos.com>
13572
13573         * configure.ac: Added "sv" to ALL_LINGUAS.
13574
13575 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13576
13577         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13578         document supports bookmarks.
13579
13580 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13581
13582         * ps/ggvutils.c: (ggv_file_readable):
13583         * ps/ggvutils.h:
13584         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13585         (gtk_gs_get_postscript):
13586
13587         Remove unused utils
13588
13589 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13592         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13593         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13594         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13595         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13596         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13597         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13598         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13599         (gtk_gs_set_antialiasing), (ps_document_load),
13600         (ps_document_render):
13601         * ps/gtkgs.h:
13602
13603         Another check point for the ps backend. Now I can get it to show
13604         pages!
13605
13606 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13607
13608         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13609         document setting code.
13610
13611 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13612
13613         * shell/eggfindbar.c: (entry_activate_callback):
13614         Animate the next button when activate is pressed.
13615         
13616 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13617
13618         * shell/ev-window.c: (ev_window_cmd_edit_find),
13619         (update_fullscreen_popup), (ev_window_fullscreen),
13620         (ev_window_unfullscreen), (ev_window_state_event_cb),
13621         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13622         Fix bugs in fullscreen code.
13623         
13624 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13625
13626         * Makefile.am:
13627         * configure.ac:
13628         * pixbuf/Makefile.am:
13629         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13630         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13631         (pixbuf_document_set_page), (pixbuf_document_get_page),
13632         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13633         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13634         (pixbuf_document_render), (pixbuf_document_begin_find),
13635         (pixbuf_document_end_find), (pixbuf_document_finalize),
13636         (pixbuf_document_class_init),
13637         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13638         * pixbuf/pixbuf-document.h:
13639         * shell/Makefile.am:
13640         * shell/ev-application.c: (ev_application_open):
13641         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13642         (ev_window_open):
13643         Add pixbuf backend.
13644         
13645 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13646
13647         * Makefile.am: 
13648         * dvi/dvilib/Makefile.am:
13649         * dvi/Makefile.am:
13650         * configure.ac: Auto*ify dvi and dvi/dvilib
13651
13652         * dvi/Makefile: Remove from CVS
13653         
13654         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13655         confusion.
13656
13657         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13658         
13659         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13660         
13661 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13662
13663         * ps/Makefile.am:
13664         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13665         (gtk_gs_value_adjustment_changed), (compute_size),
13666         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13667         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13668         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13669         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13670         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13671         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13672         (ps_document_load), (ps_document_get_n_pages),
13673         (ps_document_set_page), (ps_document_get_page),
13674         (ps_document_set_target), (ps_document_set_scale),
13675         (ps_document_set_page_offset), (ps_document_get_page_size),
13676         (ps_document_render), (ps_document_begin_find),
13677         (ps_document_end_find), (ps_document_document_iface_init):
13678         * ps/gtkgs.h:
13679         * shell/Makefile.am:
13680         * shell/ev-window.c: (ev_window_open):
13681
13682         Some work to integrate gtkgs with EvDocument
13683
13684 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13685
13686         * shell/ev-window.c: (update_fullscreen_popup),
13687         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13688         (exit_fullscreen_button_clicked_cb),
13689         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13690         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13691         (ev_window_state_event_cb), (ev_window_init):
13692         Add fullscreen support from Epiphany.
13693         
13694 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13695
13696         * data/ev-stock-zoom-fit-width.png: fit-width
13697         stock icon from gpdf.
13698         
13699         * shell/ev-stock-icons.[ch]: copied from gpdf.
13700         
13701         * shell/main.c: (main): init stock icons.
13702         
13703         * shell/ev-window.c: use the fit-width icon.
13704         
13705         * data/evince-ui.xml: add zooming toolbar items.
13706
13707 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13708
13709         * shell/ev-view.c: 
13710         (ev_view_best_fit), (ev_view_fit_width): because
13711         get_page_size() returns the scaled page size, we
13712         need to calculate the scale factor relative to
13713         the previous scale factor. Should really just
13714         add get_real_page_size().
13715
13716 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13717
13718         * shell/ev-view.[ch]:
13719         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13720         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13721         add zooming.
13722         
13723         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13724         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13725         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13726         hook it up.
13727         
13728         * pdf/xpdf/pdf-document.cc:
13729         (pdf_document_begin_find),
13730         (pdf_document_end_find): make static.
13731
13732 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13733
13734         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13735
13736         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13737         names to fontconfig patterns.
13738         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13739
13740         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13741         setupBaseFontsFc.
13742
13743 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13744
13745         * Makefile.am:
13746         * configure.ac:
13747         * ps/Makefile.am:
13748         * ps/ggvutils.c:
13749         * ps/ggvutils.h:
13750         * ps/gsdefaults.c:
13751         * ps/gsdefaults.h:
13752         * ps/gsio.c:
13753         * ps/gsio.h:
13754         * ps/gtkgs.c:
13755         * ps/gtkgs.h:
13756         * ps/ps.c:
13757         * ps/ps.h:
13758
13759         Import ggv backend. Not hooked up yet.
13760
13761 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13762
13763         * shell/main.c: (load_files), (main): load files
13764         from the command line.
13765
13766 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13767
13768         * configure.ac: don't require bonobo.
13769         
13770         * cut-n-paste/recent-files/*: kill bonobo recent
13771         view.
13772
13773         * shell/ev-window.c:
13774         (ev_window_is_empty): upd.
13775         (unable_to_load), (ev_window_open): load backend
13776         based on the mime type.
13777
13778 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13779
13780         * backend/.cvsignore: ignore generated marshalers source.
13781
13782         * shell/main.c (main): this is not epiphany.
13783
13784 2004-12-22  Havoc Pennington  <hp@redhat.com>
13785
13786         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13787         (expose_bin_window): draw find highlights
13788
13789         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13790         
13791         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13792         (pdf_document_end_find): implement this interface
13793
13794         * backend/ev-document.c (ev_document_found): add this to emit
13795         signal
13796
13797 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13798
13799         * data/evince-ui.xml: Add a few more toolbar items.
13800
13801         * shell/ev-window.c: Hook up page navigation toolbar 
13802         items.
13803
13804         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13805         a page-changed signal.
13806
13807         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13808         Add ev_document_get_page().
13809
13810         * shell/ev-window.c: Sensitize/desensitize navigation
13811         actions.
13812
13813 2004-12-21  Havoc Pennington  <hp@redhat.com>
13814
13815         * backend/ev-backend-marshal.c,
13816         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13817         marshaler-generator thingy. I'm sure there's a better way to do
13818         this in the modern world.
13819
13820         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13821         end_find methods and "found" signal.
13822
13823         * configure.ac: find glib-genmarshal
13824
13825 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13826
13827         * shell/ev-sidebar.c: Construct an actual sidebar.
13828         * shell/ev-sidebar-bookmarks.[ch]:
13829         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13830
13831 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13832
13833         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13834         Redo size handling.
13835         
13836         * shell/ev-view.c: Track the size from the document.
13837
13838 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13839
13840         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13841         constructor assumes ownership of the string passed in.
13842         
13843         * shell/ev-window.c (ev_window_open): Destroy the error
13844         dialog once we've displayed it.
13845
13846 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13847
13848         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13849         a bit, it works! (sort of)
13850
13851         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13852         Move to .cc since we need to use C++ in the implementation.
13853
13854         * shell/dummy.cc: Add a CC file to force evince
13855         to be linked as a C++ program.
13856
13857 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13858
13859         * shell/ev-view.[ch]: Start of content-area widget.
13860
13861         * shell/ev-window.c: Create a EvView, update it
13862         as we change documents.
13863
13864         * shell/Makefile.am shell/ev-marshal.list: Add
13865         generated marshalers.
13866
13867 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13868
13869         * Makefile.am (SUBDIRS): move shell.
13870
13871 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13872
13873         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13874         .a to libtool convenience libraries.
13875
13876         * shell/ev-window.c (ev_window_open): Hard code loading
13877         a PDF document.
13878         
13879         * backend/ev-document.h: Add a boolean return to load(),
13880         fix GError * to GError **.
13881
13882         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13883         object for a PDF backend EvDocument.
13884
13885 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13886
13887         * dvi/*: New directory with the beginning of a .dvi backend.
13888
13889 2004-12-21  Havoc Pennington  <hp@redhat.com>
13890
13891         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13892         previous/next instead of back/forward
13893
13894 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13895
13896         * backend/ev-document.[ch]: Fix a couple of problems so
13897         it compile.
13898
13899 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13900
13901         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13902         to backend/ directory, rename EvViewer to EvDocument.
13903
13904 2004-12-21  Havoc Pennington  <hp@redhat.com>
13905
13906         * shell/ev-window.c: hook up the find bar widget; now we just need
13907         a document to find things in
13908
13909         * shell/eggfindbar.c: a find bar widget
13910
13911 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13912
13913         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13914
13915 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13916
13917         * pdf/**: Import of xpdf code from gpdf. 
13918
13919         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13920
13921         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13922         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13923         Fix FreeType includes.
13924
13925         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13926         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13927         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13928         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13929         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13930         Include xpdfconfig.h
13931         
13932 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13933
13934         * shell/ev-window.c (ev_window_dispose): dispose can be called
13935         multiple times.
13936
13937 2004-12-21  Havoc Pennington  <hp@redhat.com>
13938
13939         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13940         rather than Evince
13941
13942         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13943         items; really they should be synced with the strings, etc. from
13944         current gpdf, but just getting the boring typing out of the way 
13945
13946 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13947
13948         * po/POTFILES.in:
13949         * shell/ev-application.c: (window_destroy_cb):
13950         * shell/ev-window.c:
13951         * shell/main.c: (main):
13952
13953         Actually show the window...
13954
13955 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13956
13957         * Makefile.am:
13958         * shell/Makefile.am:
13959         * shell/ev-application.c: (ev_application_class_init):
13960         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13961
13962         Make it build again
13963
13964 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13965
13966         Import to gnome cvs.
13967         
13968         * Remove copies of gpdf and ggv trees.
13969         * Rip out all the recursive configure code.
13970         * Remove bonobo machinery.
13971         * viewer/*: GInterfaces that backends should/can implement.
13972
13973 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13974
13975         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13976         typo
13977
13978 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13979
13980         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13981         (ev_application_finalize, ev_application_class_init)
13982         (ev_application_init): use GType instance private data for priv.
13983
13984         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13985         (ev_window_finalize, ev_window_class_init)
13986         (ev_window_init): ditto.
13987
13988 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13989
13990         * shell/ev-application.c (ev_application_new_window): make public
13991         (ev_application_show_initial_window): kill.
13992
13993         * shell/ev-application.h: update prototypes.
13994
13995         * shell/main.cc (main): inline ev_application_show_initial_window.
13996
13997 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13998
13999         * shell/ev-application.c (ev_application_new_window): impl.
14000         (ev_application_show_initial_window): use it.
14001         (is_window_empty, ev_application_get_empty_window): returns an
14002         existing empty window or a new one.
14003         (ev_application_open): from ev_window_cmd_file_open.
14004
14005         * shell/ev-application.h: update prototypes
14006
14007         * shell/ev-window.c (ev_window_is_empty): impl.
14008         (ev_window_open): make public.
14009         (ev_window_cmd_file_open): use ev_application_open
14010
14011         * shell/ev-window.h: update prototypes, remove unused.
14012
14013 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14014
14015         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
14016         move destroy handler out of here...
14017
14018         * shell/ev-application.c, shell/ev-application.h: ...into this new
14019         class. Also handles initial window creation.
14020
14021         * shell/main.cc (main): use EvApplication to create initial
14022         window.
14023
14024 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14025
14026         * Makefile.am (SUBDIRS): add cut-n-paste
14027
14028         * cut-n-paste/Makefile.am: add
14029
14030         * configure.ac: generate Makefiles in cut-n-paste
14031
14032 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14033
14034         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
14035         (ev_window_class_init): install ev_window_dispose.
14036
14037 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14038
14039         * shell/ev-window.h, shell/ev-window.c: replace gchar with
14040         char (gchar looks stupid).
14041
14042 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14043
14044         * po/de.po: updated German translation.
14045
14046 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14047
14048         * configure.ac: add more pkg-config library checks for gnome-vfs,
14049         bonobo etc.
14050
14051         * gpdf/configure.in: temporarily disable libpaper
14052         checks. Otherwise I'd have to add the checks for the shell, too.
14053
14054 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14055
14056         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
14057         and * file filters to the file choose.
14058
14059 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14060
14061         * po/de.po: Updated German translation.
14062
14063 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14064
14065         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
14066
14067 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14068
14069         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
14070
14071         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
14072         (ev_window_init): implement those menuitems.
14073
14074 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14075
14076         * data/evince-ui.xml: add a toolbar (with FileOpen action)
14077
14078         * shell/ev-window.c (ev_window_init): use the toolbar.
14079
14080 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14081
14082         * shell/ev-window.c (ev_window_init): use menu translations
14083
14084 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14085
14086         * configure.ac: add "de" to ALL_LINGUAS.
14087
14088         * po/de.po: add German translation.
14089
14090 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14091
14092         * Makefile.am (SUBDIRS): add po
14093
14094         * configure.ac: check intltool, glib-gettext etc, generate
14095         po/Makefile.in
14096
14097         * po, po/POTFILES.in, po/POTFILES.skip: new.
14098
14099 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14100
14101         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
14102         already use (#ifdef ENABLE_NLS)
14103
14104         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
14105         pointer indirection thinko.
14106
14107         * shell/main.c: include gi18n.h for bindtextdomain etc.
14108
14109 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14110
14111         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
14112         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
14113         tooltips for menu items in the statusbar.
14114
14115 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14116
14117         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14118         pkgdatadir drop UIDIR
14119
14120 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14121
14122         * data/evince-ui.xml: Add File->Open menu item
14123
14124         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14125         chooser), hook it up in the ui manager.
14126
14127 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14128
14129         * shell/ev-window.c: fix Help->About tooltip.
14130
14131 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14132
14133         * configure.ac: set CFLAGS for libevprivate.
14134
14135         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14136         definitions, factory etc.
14137
14138         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14139
14140         * shell/Makefile.am: link against libevprivate.a.
14141
14142         * shell/ev-window.c (entries): add stock icon to Help->About.
14143
14144         * shell/main.c (main): init stock icon code.
14145
14146 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14147
14148         * lib/recent-files: egg recent files code
14149
14150         * lib/Makefile.am: add.
14151
14152         * Makefile.am: add lib subdir.
14153
14154         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14155         set CFLAGS for recent-files.
14156
14157 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14158
14159         * configure.ac: disable -ansi and -pedantic gcc flags. They
14160         disable POSIX stuff in stdio.h, but egg-recent uses them.
14161
14162 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14163
14164         * configure.ac: add --disable-deprecated flag (defaults to on in
14165         "cvs" builds).
14166
14167         * shell/Makefile.am (INCLUDES): use it.
14168
14169 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14170
14171         * shell/main.c: add missing #include.
14172
14173         * shell/ev-window.c: fix for pedantic gcc.
14174         (ev_window_cmd_help_about): split license into paragraphs for
14175         translators and pedantic compilers.
14176
14177 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14178
14179         * configure.ac: add more warning flags if compiling with gcc from
14180         cvs (or explicitly requested with --enable-more-warnings).
14181
14182 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14183
14184         * data/evince-ui.xml: add File and File->Close menu.
14185
14186         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14187         (ev_window_destroy): quit after destroy.
14188         (ev_window_class_init): override GtkObject::destroy.
14189         (entries): install close_window callback.
14190
14191 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14192
14193         * Makefile.am (SUBDIRS): add data subdir.
14194
14195         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14196         gtk+ 2.5.0 for GtkAboutDialog.
14197
14198         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14199         main window.
14200
14201         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14202
14203         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14204         manager.
14205         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14206
14207 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14208
14209         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14210
14211 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14212
14213         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14214
14215 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14216
14217         * shell/*: Added shell directory boilerplate, build it.
14218
14219 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14220
14221         * configure.ac, Makefile.am: Added top-level configure.ac and
14222         Makefile.am