]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Handle document orientation in tiff backend. Fixes bug #548444.
[evince.git] / ChangeLog
1 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/tiff/tiff-document.c: (tiff_document_render):
4
5         Handle document orientation in tiff backend. Fixes bug #548444.
6         
7 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
10
11         Do not crash when adjustment page size is 0. Fixes bug #547440.
12         
13 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * cut-n-paste/evmountoperation/ev-mount-operation.c:
16
17         Sync with current GTK+.
18         
19 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
20
21         * configure.ac:
22         
23         Update for release 2.23.6.
24
25 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
26
27         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
28         (ev_job_load_set_password):
29         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
30         * shell/ev-window.c: (password_dialog_response),
31         (ev_window_load_job_cb):
32
33         Fix loading encrypted documents since I broke it with the jobs
34         rework.
35         
36 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * NEWS:
39
40         Update NEWS for 2.23.6 release.
41         
42 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
43
44         * backend/impress/impress-document.c:
45         * backend/impress/render.h:
46         * libdocument/ev-document-factory.c:
47         * libdocument/ev-document-factory.h:
48         * libdocument/ev-document-links.h:
49         * libdocument/ev-document-misc.c:
50         * libdocument/ev-document-misc.h:
51         * properties/ev-properties-main.c:
52         * properties/ev-properties-view.c:
53         * properties/ev-properties-view.h:
54         * shell/eggfindbar.c:
55         * shell/eggfindbar.h:
56         * shell/ev-application.c:
57         * shell/ev-application.h:
58         * shell/ev-jobs.h:
59         * shell/ev-message-area.h:
60         * shell/ev-navigation-action.c:
61         * shell/ev-navigation-action.h:
62         * shell/ev-open-recent-action.c:
63         * shell/ev-open-recent-action.h:
64         * shell/ev-page-action-widget.c:
65         * shell/ev-page-action.c:
66         * shell/ev-page-action.h:
67         * shell/ev-page-cache.h:
68         * shell/ev-password-view.h:
69         * shell/ev-password.h:
70         * shell/ev-pixbuf-cache.h:
71         * shell/ev-properties-fonts.c:
72         * shell/ev-sidebar-attachments.c:
73         * shell/ev-sidebar-links.c:
74         * shell/ev-sidebar-links.h:
75         * shell/ev-sidebar-thumbnails.c:
76         * shell/ev-sidebar-thumbnails.h:
77         * shell/ev-sidebar.c:
78         * shell/ev-sidebar.h:
79         * shell/ev-stock-icons.c:
80         * shell/ev-tooltip.h:
81         * shell/ev-view.c:
82         * shell/ev-view.h:
83         * shell/ev-window.c:
84         * shell/ev-window.h:
85         * shell/main.c:
86
87         More #include cleanups. Again: reordering, single gtk.h
88         includes and other stuff.
89
90 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
91
92         * shell/eggfindbar.c:
93         * shell/ev-application.c:
94         * shell/ev-message-area.c:
95         * shell/ev-navigation-action.c:
96         * shell/ev-open-recent-action.c:
97         * shell/ev-page-action-widget.c:
98         * shell/ev-page-action.c:
99         * shell/ev-password-view.c:
100         * shell/ev-properties-dialog.c:
101         * shell/ev-properties-fonts.c:
102         * shell/ev-sidebar-attachments.c:
103         * shell/ev-sidebar-page.c:
104         * shell/ev-sidebar-thumbnails.c:
105         * shell/ev-stock-icons.c:
106         * shell/ev-tooltip.c:
107         * shell/ev-view.c:
108         * shell/ev-window.c:
109         * shell/main.c:
110
111         Cleanup many #include statements: reorder so that a
112         generic-to-specific order is used, use single gtk.h
113         includes, and some other cleanups.
114
115 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * shell/ev-jobs.h:
118
119         Add gio header.
120         
121 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
124         (ev_document_fc_mutex_trylock):
125         * shell/Makefile.am:
126         * shell/ev-job-queue.[ch]:
127         * shell/ev-job-scheduler.[ch]:
128         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
129         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
130         (ev_job_run), (ev_job_cancel), (ev_job_failed),
131         (ev_job_failed_from_error), (ev_job_succeeded),
132         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
133         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
134         (ev_job_links_class_init), (ev_job_render_init),
135         (notify_page_ready), (ev_job_render_page_ready),
136         (ev_job_render_run), (ev_job_render_class_init),
137         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
138         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
139         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
140         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
141         (ev_job_save_dispose), (ev_job_save_run),
142         (ev_job_save_class_init), (ev_job_print_init),
143         (ev_job_print_dispose), (ev_job_print_run),
144         (ev_job_print_class_init):
145         * shell/ev-page-cache.c:
146         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
147         (check_job_size_and_unref), (move_one_job),
148         (copy_job_to_job_info), (add_job),
149         (ev_pixbuf_cache_add_jobs_if_needed):
150         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
151         (job_fonts_finished_cb), (job_fonts_updated_cb),
152         (ev_properties_fonts_set_document):
153         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
154         (ev_sidebar_links_set_document):
155         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
156         (ev_sidebar_thumbnails_set_document),
157         (ev_sidebar_thumbnails_clear_job):
158         * shell/ev-view-private.h:
159         * shell/ev-view.c:
160         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
161         (ev_window_refresh_window_thumbnail), (password_dialog_response),
162         (ev_window_clear_load_job), (ev_window_clear_reload_job),
163         (ev_window_load_job_cb), (ev_window_reload_job_cb),
164         (window_open_file_copy_ready_cb), (ev_window_open_uri),
165         (ev_window_reload_document), (ev_window_clear_save_job),
166         (ev_window_save_job_cb), (file_save_dialog_response_cb),
167         (ev_window_clear_print_job), (ev_window_print_job_cb),
168         (ev_window_print_dialog_response_cb):
169         * shell/main.c: (main):
170
171         Rework the jobs system in order to make it simpler and more
172         extensible. It allows to run jobs in the main loop instead of
173         using a thread when it's appropriate like the fonts job. Now it's
174         also possible to cancel jobs that are currently running. 
175         
176 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
177
178         * libdocument/ev-debug.c: (profile_init):
179
180         Create the hash table also when profiling service is enabled for
181         all sections.
182         
183 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * libdocument/ev-debug.[ch]: (ev_profiler_start),
186         (ev_profiler_stop):
187         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
188         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
189         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
190         (ev_job_print_run):
191         * shell/main.c: (main):
192
193         Add a profile mode available when debug is enabled. Add profilers
194         in ev-jobs.
195         
196 2008-07-23  Götz Waschk <waschk@mandriva.org>
197
198         * configure.ac: Correctly build desktop file. Fixes
199         bug #544237.
200
201 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
202
203         * configure.ac:
204         
205         Update for release 2.23.5.
206
207 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * NEWS:
210
211         Update NEWS for 2.23.5 release.
212         
213 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
214
215         * shell/ev-window.c: (ev_window_state_event),
216         (ev_window_class_init):
217
218         Intercept window manager's fullscreen request in order to run/stop
219         fullscreen mode. Fixes bug #493541.
220         
221 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * shell/ev-window.c: (find_bar_visibility_changed_cb):
224
225         Restart the job search when the find bar is opened for the second
226         time. Fixes bug #531956.
227         
228 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
231         (get_document_from_uri):
232
233         Make sure we always return a valid error struct when
234         get_document_from_uri fails. Fixes nautilus crash, see bug
235         #542548.
236         
237 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
238
239         * libdocument/ev-transition-effect.c
240         (ev_transition_effect_type_get_type),
241         (ev_transition_effect_alignment_get_type),
242         (ev_transition_effect_direction_get_type):
243         
244         Fixes bug #542924. Makes enums static to fix Solaris build.
245
246 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-view.c: (ev_view_key_press_event):
249
250         Add '.' keybinding for blanking the screen in presentation
251         mode. Fixes bug #542001.
252         
253 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * libdocument/ev-document-misc.c:
256         (ev_document_misc_pixbuf_from_surface):
257
258         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
259         #540950.
260         
261 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
262
263         * backend/comics/comics-document.c (comics_document_load):
264         * backend/comics/comicsdocument.evince-backend.in:
265         * configure.ac:
266         * thumbnailer/evince-thumbnailer-comics.schemas.in:
267         
268         Added support for 7-zip based cb7 comic book. Patch by
269         Kartik Rustagi. Fixes bug #532312.
270
271 2008-06-24  Bastien Nocera  <hadess@hadess.net>
272
273         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
274         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
275         Fixes bug #539972.
276
277 2008-06-24  Bastien Nocera  <hadess@hadess.net>
278
279         * shell/Makefile.am:
280         * shell/ev-application.c (ev_application_init),
281         (ev_application_get_media_keys):
282         * shell/ev-application.h:
283         * shell/ev-marshal.list:
284         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
285         (proxy_destroy), (on_media_player_key_pressed),
286         (ev_media_player_keys_init), (ev_media_player_keys_focused),
287         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
288         * shell/ev-media-player-keys.h:
289         * shell/ev-window.c (ev_window_go_previous_page),
290         (ev_window_go_next_page), (ev_window_go_first_page),
291         (ev_window_go_last_page), (ev_window_start_presentation),
292         (ev_window_dispose), (view_actions_focus_in_cb):
293         * shell/ev-window.h: When building with D-Bus support, listen
294         for multimedia key events from gnome-settings-daemon. This allows
295         to go to the next/previous/first/last pages using, respectively,
296         Next/Previous/Rewing/Fast Forward. The Play button is used to start
297         a presentation. Fixes bug #539971.
298
299 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
300
301         * configure.ac:
302         
303         Update for release 2.23.4.
304
305 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * NEWS:
308
309         Update news for 2.23.4 release.
310         
311 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
314         * shell/ev-sidebar-thumbnails.c:
315         (ev_sidebar_thumbnails_set_loading_icon),
316         (ev_sidebar_thumbnails_refresh):
317         * shell/ev-window.c: (ev_window_error_message),
318         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
319         (ev_window_set_document):
320
321         Do not crash opening documents with no pages and show a warning
322         message in the message area. Fixes bugs #537574 and #171588.
323         
324 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
325
326         * shell/Makefile.am:
327         * shell/ev-file-monitor.[ch]:
328         * shell/ev-window.c: (ev_window_document_changed),
329         (ev_window_clear_reload_job), (ev_window_load_job_cb),
330         (ev_window_reload_job_cb), (ev_window_open_uri),
331         (ev_window_reload_document), (ev_window_cmd_view_reload),
332         (ev_window_dispose):
333
334         Automaticly reload the document when the file has changed on
335         disk. Bug #304249.
336         
337 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
338
339         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
340         * libdocument/ev-image.c: (ev_image_save_tmp):
341         * libdocument/ev-module.c: (ev_module_load):
342         * shell/ev-application.c: (ev_application_shutdown),
343         (ev_application_get_print_settings):
344         * shell/ev-sidebar-attachments.c:
345         (ev_sidebar_attachments_button_press),
346         (ev_sidebar_attachments_drag_data_get):
347         * shell/ev-window.c: (window_save_file_copy_ready_cb),
348         (ev_window_print_finished), (ev_window_print_send),
349         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
350         (ev_window_preview_print_finished), (ev_window_do_preview_print),
351         (ev_window_cmd_preview_print):
352         * shell/main.c: (load_files_remote):
353         Fix some build warnings under GCC 4.3.0. (#537535).
354
355 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-jobs.c: (ev_job_render_dispose):
358
359         Fix a crash in debug mode. Patch by Daniel M German.
360         
361 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c:
364
365         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
366         
367 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * shell/ev-window.c: (ev_window_print_send),
370         (ev_window_do_preview_print):
371
372         Use the window title as print job name instead of just
373         "evince-print". Fixes bug #534493.
374         
375 2008-05-19  Frederic Peters  <fpeters@0d.be>
376
377         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
378         Bug #533897.
379
380 2008-05-19  Frederic Peters  <fpeters@0d.be>
381
382         * help/reference/Makefile.am: added missing libevmountoperation to
383         gtkdoc-scanobj libraries.  Bug #533896.
384
385 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
386
387         * properties/ev-properties-view.c (get_default_user_units):
388         Fixes check for default units string translation. Bug #533323.
389
390 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
391
392         * backend/impress/iksemel.c (sax_core): Fix a free() that should
393         be an iks_free(). Fix an array overflow in the XML parser that
394         would occur whenever the number of attributes in a tag was greater
395         than 0 and divisible by 6. Fixes GNOME bug #530852.
396
397 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
398
399         * backend/djvu/djvu-document-private.h:
400         * backend/djvu/djvu-links.c:
401         * backend/djvu/djvu-text.c:
402         * backend/djvu/djvu-document.c: (djvu_handle_events),
403         (djvu_wait_for_message), (djvu_document_load),
404         (document_get_page_size), (djvu_document_render),
405         (djvu_document_thumbnails_get_thumbnail),
406         (djvu_document_file_exporter_end):
407
408         Make sure load job doesn't finish successfully when the document
409         is not successfully decoded by libdjvu. Fixes bug #530202.
410         
411 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
412
413         * configure.ac:
414         * libdocument/Makefile.am:
415         * libdocument/ev-debug.[ch]:
416         * libdocument/ev-document.c:
417         * shell/ev-jobs.c: (ev_job_links_dispose),
418         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
419         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
420         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
421         (ev_job_render_page_ready), (ev_job_render_run),
422         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
423         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
424         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
425         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
426         (ev_job_print_new), (ev_job_print_run):
427         * shell/main.c: (main):
428
429         Add debug mode based on gedit code. Add debug messages in
430         ev-jobs.
431         
432 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
433
434         * libdocument/ev-document-factory.c: (get_document_from_uri):
435
436         Fix memory leak.
437         
438 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
439
440         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
441         (get_mime_type_from_data), (get_document_from_uri),
442         (ev_document_factory_get_document):
443         
444         Improved error message about file opening failture.
445         Bug #529129.
446
447 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
448
449         * data/evince-toolbar.xml:
450         
451         Allow to add SaveAs to toolbar.
452
453 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-view-private.h:
456         * shell/ev-view.[ch]: (ev_view_button_release_event),
457         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
458         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
459         (ev_view_update_primary_selection), (clear_link_selected),
460         (ev_view_copy_link_address):
461         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
462
463         Update also the primary selection when copying a link
464         address. Fixes bug #520855.
465         
466 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * libdocument/ev-document-factory.c: (get_document_from_uri):
469
470         Use the pixbuf backend only when the mime type is not supported by
471         any of the other backend so that tiff documents, for instance, are
472         handled by the tiff backend instead of the pixbuf backend. fixes
473         bug #520290.
474         
475 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * cut-n-paste/Makefile.am:
478
479         Add evmountoperation to subdirs list.
480         
481 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * configure.ac:
484
485         Fix libspectre check in configure script. Fixes bug #528549.
486         
487 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * configure.ac:
490         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
491         * shell/Makefile.am:
492         * shell/ev-window.c: (ev_window_load_remote_failed),
493         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
494
495         Add GtkMountOperation (renamed to avoid conflicts) to be able to
496         open documents in remote locations that are not mounted.
497         
498 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
501         (bitmap_convert_msb8):
502         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
503         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
504
505         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
506         
507 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
508
509         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
510         (ev_job_render_new), (ev_job_render_set_selection_info),
511         (ev_job_render_run):
512         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
513         (check_job_size_and_unref),
514         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
515         (add_job), (ev_pixbuf_cache_get_selection_surface):
516
517         Create the render context needed for rendering a page in the render
518         thread so that we don't block the main thread. Simplify
519         EvJobRender API.
520         
521 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * libdocument/Makefile.am:
524         * libdocument/ev-page.[ch]:
525         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
526         (ev_render_context_new), (ev_render_context_set_page):
527         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
528         (ev_form_field_finalize), (ev_form_field_class_init):
529         * libdocument/ev-document-forms.[ch]:
530         (ev_document_forms_get_form_fields):
531         * libdocument/ev-document.[ch]: (ev_document_get_page),
532         (ev_document_get_page_size), (ev_document_get_page_label):
533         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
534         (ev_job_render_run), (ev_job_thumbnail_new),
535         (ev_job_thumbnail_run), (ev_job_print_run):
536         * shell/ev-page-cache.c: (ev_page_cache_new):
537         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
538         (check_job_size_and_unref), (add_job):
539         * shell/ev-sidebar-thumbnails.c: (add_range):
540         * shell/ev-view.c: (ev_view_form_field_get_region),
541         (ev_view_form_field_button_create_widget),
542         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
543         (ev_view_handle_form_field), (ev_view_size_allocate),
544         (get_selected_text):
545         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
546         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
547         (pdf_document_get_page), (pdf_document_get_page_label),
548         (pdf_document_render), (pdf_document_get_info),
549         (pdf_document_document_iface_init),
550         (pdf_document_thumbnails_get_thumbnail),
551         (pdf_document_thumbnails_get_dimensions),
552         (pdf_document_file_exporter_do_page),
553         (pdf_selection_render_selection),
554         (pdf_selection_get_selected_text),
555         (pdf_selection_get_selection_region),
556         (pdf_selection_get_selection_map),
557         (pdf_document_forms_get_form_fields),
558         (pdf_document_forms_form_field_text_get_text),
559         (pdf_document_forms_form_field_text_set_text),
560         (pdf_document_forms_form_field_button_set_state),
561         (pdf_document_forms_form_field_button_get_state),
562         (pdf_document_forms_form_field_choice_get_item),
563         (pdf_document_forms_form_field_choice_get_n_items),
564         (pdf_document_forms_form_field_choice_is_item_selected),
565         (pdf_document_forms_form_field_choice_select_item),
566         (pdf_document_forms_form_field_choice_toggle_item),
567         (pdf_document_forms_form_field_choice_unselect_all),
568         (pdf_document_forms_form_field_choice_set_text),
569         (pdf_document_forms_form_field_choice_get_text):
570         * backend/ps/ev-spectre.c: (ps_document_get_page),
571         (ps_document_get_page_size), (ps_document_get_page_label),
572         (ps_document_render), (ps_document_document_iface_init),
573         (ps_document_file_exporter_do_page):
574         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
575         (tiff_document_render), (tiff_document_render_pixbuf),
576         (tiff_document_file_exporter_do_page):
577         * backend/pixbuf/pixbuf-document.c:
578         (pixbuf_document_get_page_size):
579         * backend/comics/comics-document.c:
580         (comics_document_get_page_size), (comics_document_render_pixbuf):
581         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
582         (djvu_document_render), (djvu_selection_get_selected_text),
583         (djvu_document_thumbnails_get_thumbnail),
584         (djvu_document_file_exporter_do_page),
585         (djvu_document_find_get_result):
586         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
587         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
588         (dvi_document_thumbnails_get_thumbnail),
589         (dvi_document_file_exporter_do_page):
590         * backend/impress/impress-document.c:
591         (impress_document_get_page_size),
592         (impress_document_render_pixbuf):
593         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
594
595         Add EvPage so that we can hold a reference to the backend
596         page. Form fields keep now a reference to the poppler page
597         improving performance since we don't have to create/destroy the
598         poppler field for every form operation. This will be needed for
599         annotations too.
600         
601 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
602
603         * data/evince-ui.xml:
604         * shell/ev-window.c:
605
606         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
607         
608 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * configure.ac:
611         * backend/ps/Makefile.am:
612
613         Remove gs stuff from ps backend.
614         
615 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * configure.ac:
618         * backend/pdf/ev-poppler.cc:
619
620         Bump poppler requirement to 0.8.0.
621         
622 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
623
624         * NEWS:
625         * configure.ac:
626
627         Update for release 2.22.1.1
628
629 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * configure.ac:
632
633         Fix build (again) when poppler version is 0.6
634         
635 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * backend/djvu/djvu-links.c: (build_tree):
638
639         Make sure link title is a valid utf8 string. Fixes bug #526517.
640         
641 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * configure.ac:
644
645         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
646         #526799.
647         
648 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
649
650         * configure.ac:
651         
652         Update for release 2.22.1.
653
654 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * NEWS:
657
658         Update for upcoming release.
659
660 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * configure.ac:
663         * backend/dvi/dvidocument.evince-backend.in:
664
665         Add compressed dvi to the list of supported mime types. Patch by
666         Ed Catmur. Fixes bug #307087.
667
668 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-jobs.c: (ev_job_print_get_page_list):
671
672         Fix a crash when printing a range that doesn't specify the start or
673         end page. Fixes bug #524288.
674
675 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-window.c: (ev_window_cmd_continuous),
678         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
679         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
680         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
681         (ev_window_run_presentation), (ev_window_stop_presentation),
682         (ev_window_cmd_view_presentation),
683         (ev_window_cmd_leave_fullscreen),
684         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
685
686         Do not unfullscreen and fullscreen again the window when changing
687         from fullscreen to presentation mode and vice versa. Fixes bug
688         #524112.
689         
690 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
693
694         Do not crash when thumbnail failed to render in PS backend. Fixes
695         bug #525015.
696         
697 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-window.c: (window_open_file_copy_ready_cb),
700         (ev_window_load_file_remote), (ev_window_open_uri):
701
702         Handle errors when opening remote files.
703         
704 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * shell/ev-page-action.c: (ev_page_action_grab_focus):
707
708         Only grab the focus for the current visible proxy widget. Fixes
709         bug #521224.
710         
711 2008-03-30  Emil Soleyman  <emil@nishra.com>
712
713         * shell/ev-window.c: (launch_external_uri):
714         
715         Reuse g_app_info_launch_default_for_uri to
716         save some code and fix bug #525009.
717
718 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
719
720         * shell/ev-window.c (image_save_dialog_response_cb):
721
722         Use g_str_has_suffix. See bug #523069.
723
724 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * configure.ac:
727
728         Add a configure option to enable/diable DBus. Patch by Rémi
729         Cardona. Fixes bug 521797.
730
731 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
732
733         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
734
735         Fix printing in documents with rotated pages. Patch by Eugen
736         Dedu. Fixes bug #512648.
737         
738 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
741         (ev_link_from_action):
742
743         Fix warning messages.
744         
745 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-window.c: (image_save_dialog_response_cb):
748
749         Do not append the extension to filename when saving an image
750         if the filename alredy contains the extension. Fixes bug #523069.
751         
752 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
753
754         * shell/ev-view.[ch]: (ev_view_find_cancel):
755         * shell/ev-window.c: (find_bar_close_cb):
756
757         Cancel the find operation when the find bar is closed. Fixes bug
758         #508845.
759         
760 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/ps/psdocument.evince-backend.in:
763
764         Make ps backend module resident. Fixes bug #520607.
765         
766 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
767
768         * shell/ev-jobs.c: (ev_job_print_run):
769
770         Invert collate action in order to work as expected, fix reverse
771         printing so that it doesn't start with a blank page and fix number
772         of copies. Patch by Eugen Dedu. Fixes bug #365332.
773         
774 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
777
778         Fix build with poppler <= 0.7.2
779         
780 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * libdocument/ev-document-misc.c:
783         (ev_document_misc_surface_from_pixbuf):
784
785         Fix selections with poppler-splash.
786         
787 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
788
789         * configure.ac:
790         * backend/pdf/ev-poppler.cc:
791
792         Fix build with poppler >= 0.7.2
793         
794 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
795
796         * configure.ac:
797         
798         Update for release 2.22.0
799
800 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
801
802         * NEWS:
803
804         Update for upcoming release.
805
806 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
807
808         * shell/ev-window.c (ev_window_print_dialog_response_cb):
809
810         Bug 495107 – Handle print dialog responses correctly
811
812         Correctly handle print dialog response. Properly fixes
813         the above mentioned bug.
814
815 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
816
817         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
818
819         Make sure print job is only run when the print button is
820         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
821         
822 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * backend/pdf/pdfdocument.evince-backend.in:
825         * libdocument/ev-backends-manager.c:
826         (ev_backends_manager_load_backend),
827         (ev_backends_manager_get_document):
828         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
829
830         Allow making backend modules resident. This is needed only for
831         some backends like pdf to avoid registering glib types more than
832         once.
833         
834 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * backend/comics/comics-document.c:
837         * backend/djvu/djvu-document.c:
838         * backend/impress/impress-document.c:
839         * backend/pdf/ev-poppler.cc:
840         * backend/pixbuf/pixbuf-document.c:
841         * backend/ps/ev-spectre.c:
842         * backend/ps/ps-document.c:
843         * backend/tiff/tiff-document.c:
844         * libdocument/ev-document.h:
845         * properties/ev-properties-main.c:
846
847         Use g_type_module_add_interface instead of
848         g_type_add_interface_static. Fixes bug #519679.
849         
850 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
851
852         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
853         Added. Returns whether the animation has everything necessary to run.
854         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
855         is ready just because it's been created. Fixes #519106.
856         (draw_one_page): Do not show the "Loading..." text in presentation
857         mode, there was a slim probability that this could happen.
858
859 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
860
861         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
862
863         Duplicate mime_type string before freeing it so that it doesn't
864         always fail when getting mime type from uri. Fixes bug #518874.
865         
866 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-view.c: (ev_view_form_field_choice_changed):
869
870         Fix a crash when a choice form field doesn't have any item
871         selected. Fixes bug #518831
872         
873 2008-02-25  Alexander Larsson  <alexl@redhat.com>
874
875         * shell/ev-window.c (ev_window_clear_temp_file):
876         Use g_file_has_prefix instead of renamed
877         g_file_contains_file.
878
879         * configure.ac:
880         Require new glib for above change.
881         
882 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * libdocument/ev-image.c: (ev_image_finalize),
885         (ev_image_save_tmp):
886
887         Return a real uri instead of a filename when saving an
888         image. Fixes images drag an drop from evince to nautilus. 
889         
890 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
891
892         * backend/pdf/ev-poppler.cc:
893         (pdf_document_images_get_image_mapping):
894
895         Return the image list in the right order. Fixes bug #516237.
896         
897 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
898
899         * backend/impress/impress-document.c:
900         (impress_document_thumbnails_get_thumbnail):
901
902         Remove unused variable to avoid a compiler warning.
903
904 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
905
906         * configure.ac:
907         
908         Update for release 2.21.91.
909
910 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * configure.ac:
913         * shell/Makefile.am:
914         * shell/ev-application.[ch]:
915         * shell/ev-sidebar-links.c:
916         * shell/ev-utils.[ch]:
917         * shell/ev-window.[ch]:
918
919         Remove libgnomeprint support. Fixes bug #512370.
920         
921 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
922
923         * thumbnailer/evince-thumbnailer.c: (main):
924
925         Initialize glib type system before using it. Fixes bug #513934.
926         
927 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * properties/ev-properties-main.c:
930
931         Add missing #include.
932         
933 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * configure.ac:
936         * backend/djvu/djvu-document.c: (djvu_document_render):
937         * backend/tiff/tiff-document.c: (tiff_document_render):
938
939         Use the new cairo function cairo_format_stride_for_width when
940         available. Fixes bug #482720.
941
942 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
945         (get_mime_type_from_data), (get_document_from_uri):
946
947         Use g_content_type_guess() only when slow is true in
948         get_document_from_uri(). Fix several memory leaks.
949         
950 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
951
952         * libdocument/ev-document-factory.c:
953         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
954         (get_document_from_uri):
955
956         Use g_content_type_guess () to get mimetype for files.
957         Bug #510401.
958
959 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * thumbnailer/Makefile.am:
962
963         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
964         
965 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * configure.ac:
968
969         Fix build with --without-libgnome. Fixes bug #512771.
970         
971 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
972
973         * backend/dvi/Makefile.am: Install only dvi
974         module. Fixes bug #512718.
975
976 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
977
978         * properties/ev-properties-main.c: (nautilus_module_initialize):
979         
980         Initialize backends in properties tab. Fixes bug
981         #512720.
982
983 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
984
985         * properties/Makefile.am: No need to link with 
986         libraries. Fixes bug #512719.
987
988 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
989
990         * NEWS:
991         * configure.ac:
992         
993         Update for release 2.21.90.
994
995 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * shell/ev-window.c: (ev_window_cmd_escape):
998
999         Fix compile warning.
1000         
1001 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
1004
1005         Fix printing in dvi backend when filename contains white
1006         espaces. Fixes bug #502839.
1007         
1008 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1009
1010         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1011         (screensaver_disable_x11):
1012         * shell/Makefile.am:
1013         * shell/xdg-user-dir-lookup.c: Removed
1014         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1015         * shell/ev-view.c: (ev_view_presentation_transition_start):
1016         * shell/ev-window.c: (ev_window_cmd_file_open),
1017         (ev_window_cmd_save_as), (presentation_set_timeout):
1018
1019         Remove #ifdefs that are no longer needed.
1020         
1021 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-view.[ch]: (ev_view_button_release_event),
1024         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1025         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1026         (ev_window_cmd_escape):
1027
1028         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1029         
1030 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * configure.ac:
1033         * backend/comics/comics-document.c: (comics_document_load):
1034         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1035         (ev_attachment_set_property), (ev_attachment_init),
1036         (ev_attachment_save), (ev_attachment_launch_app),
1037         (ev_attachment_open):
1038         * libdocument/ev-document-factory.c: (get_document_from_uri):
1039         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1040         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1041         * shell/ev-jobs.c:
1042         * shell/ev-password.c: (ev_password_dialog_set_property),
1043         (ev_password_dialog_save_password):
1044         * shell/ev-sidebar-attachments.c:
1045         (ev_sidebar_attachments_drag_data_get):
1046         * shell/ev-window-title.c: (get_filename_from_uri):
1047         * shell/ev-window.c: (ev_window_clear_temp_file),
1048         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1049         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1050         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1051         (launch_external_uri), (image_save_dialog_response_cb),
1052         (attachment_save_dialog_response_cb):
1053         * shell/main.c: (load_files), (load_files_remote), (main):
1054         * thumbnailer/evince-thumbnailer.c: (main):
1055
1056         Port to gio and drop gnome-vfs dependency. Fixes bug
1057         #510401. Based on patch by Cosimo Cecchi.
1058         
1059 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1060
1061         * NEWS:
1062
1063         Fixed formatting inconsistencies (spaces vs. tabs)
1064
1065 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1066
1067         * shell/ev-window.c:
1068
1069         Use top/up/bottom/down arrows instead of
1070         first/left/last/right in the toolbar and menu actions.
1071         This fixes issues with RTL languages and is visually
1072         consistent with the page view. Fixes bug #170081.
1073
1074 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1075
1076         * NEWS:
1077
1078         Fixed some inaccuracies pointed out by Carlos Garcia
1079         Campos.
1080
1081 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1082
1083         * NEWS:
1084         * data/evince.schemas.in:
1085         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1086
1087         Override PDF restrictions by default. Fixes bug #382700.
1088
1089 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1090
1091         * NEWS: Updated for upcoming release
1092
1093 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1094
1095         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1096
1097         Fix memory leak.
1098         
1099 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1100
1101         * shell/ev-window.c: (register_custom_actions):
1102         
1103         Added comment for translators
1104
1105 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * shell/ev-view.c: (ev_view_button_release_event):
1108
1109         Do not create the idle function for kinetic scrolling if we are
1110         not in a drag operation.
1111
1112 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1115         (ev_view_button_press_event), (ev_view_motion_notify_event),
1116         (ev_view_button_release_event):
1117
1118         Restore cursor after autoscrolling. Fixes bug #509958.
1119
1120 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * configure.ac:
1123         * backend/pdf/ev-poppler.cc:
1124         (pdf_document_images_get_image_mapping),
1125         (pdf_document_images_get_image),
1126         (pdf_document_document_images_iface_init):
1127         * libdocument/ev-document-images.[ch]:
1128         (ev_document_images_get_image_mapping),
1129         (ev_document_images_get_image):
1130         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1131         (ev_image_get_id), (ev_image_save_tmp):
1132         * shell/ev-jobs.c: (ev_job_render_run):
1133         * shell/ev-view.c: (ev_view_drag_data_get):
1134         * shell/ev-window.c: (image_save_dialog_response_cb),
1135         (ev_view_popup_cmd_copy_image):
1136
1137         Do not render images when rendering the page but on demand. It
1138         reduces the memory comsumption.
1139         
1140 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1141
1142         * configure.a:
1143         * shell/ev-password.c:
1144
1145         Make gnome-keyring optional. Fixes bug #509676.
1146         
1147 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1148
1149         * shell/ev-pixbuf-cache.c: (add_job):
1150
1151         Initialize include_images variable as FALSE instead of TRUE.
1152         
1153 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1154
1155         * configure.ac:
1156         * cut-n-paste/Makefile.am:
1157         * cut-n-paste/fileformatchooser/Makefile.am:
1158         * cut-n-paste/fileformatchooser/egg-macros.h:
1159         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1160         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1161         * shell/Makefile.am:
1162         * shell/ev-utils.c:
1163         (file_chooser_dialog_add_writable_pixbuf_formats),
1164         (get_gdk_pixbuf_format_by_extension):
1165         * shell/ev-utils.h:
1166         * shell/ev-window.c: (ev_window_error_message),
1167         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1168         
1169         Simplify image format selection on save.
1170
1171 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1172
1173         * shell/ev-view.c: (ev_view_scroll_event):
1174         
1175         Repair gorizontal scrolling with shift. Fixes
1176         bug #483412.
1177
1178 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1179         
1180         * MAINTAINERS:
1181
1182         Fix formatting issues.
1183         
1184 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1185
1186         * backend/comics/comics-document.c: (comics_regex_quote):
1187         
1188         Don't overquote special chars except of '. See bug 
1189         502500. Thanks to Tom Parker.
1190
1191 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1192
1193         * MAINTAINERS:
1194         
1195         Added Nickolay and Carlos, since they're doing most of
1196         the releases nowadays.
1197
1198 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1199
1200         * properties/Makefile.am:
1201
1202         Get the nautilus extension dir properly instead of using
1203         a hack. Fixes bug #505359.
1204
1205 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1206
1207         * properties/Makefile.am:
1208         
1209         Install nautilus extension into new place. See bug
1210         #505359. Thanks to Matthias Clasen, Brian Pepple and
1211         Damien Carbery.
1212
1213 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1214
1215         * shell/ev-window.c: (ev_window_get_recent_file_label):
1216         
1217         RTL marker in recent file list. See bug #509076.
1218
1219 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1222         * shell/ev-window.c: (image_save_dialog_response_cb):
1223
1224         Fix compile warnings due to unused variables.
1225         
1226 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * configure.ac:
1229         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1230         * backend/ps/ev-spectre.c: (ps_document_render):
1231
1232         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1233
1234 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1235
1236         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1237         (ev_transition_animation_paint): Implement "fade" effect.
1238
1239 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1240
1241         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1242         (ev_transition_animation_paint): Implement "uncover" effect.
1243
1244 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1245
1246         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1247         (ev_transition_animation_paint): Implement "cover" effect.
1248
1249 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1250
1251         * shell/ev-transition-animation.c (ev_transition_animation_push)
1252         (ev_transition_animation_paint): Implement "push" effect.
1253
1254 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1255
1256         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1257         (ev_transition_animation_paint): Implement "dissolve" effect.
1258
1259 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1260
1261         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1262         (ev_transition_animation_paint): Implement "wipe" effect.
1263
1264 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1265
1266         * shell/ev-transition-animation.c (ev_transition_animation_box)
1267         (ev_transition_animation_paint): Implement "box" effect.
1268
1269 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1270
1271         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1272         (ev_transition_animation_paint): Implement "blinds" effect.
1273
1274 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1275
1276         * shell/ev-transition-animation.c (ev_transition_animation_split)
1277         (ev_transition_animation_paint): Implement "split" effect.
1278
1279 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1280
1281         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1282         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1283         (ev_view_transition_animation_start) 
1284         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1285         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1286         (ev_view_next_page) (ev_view_previous_page):
1287         
1288         Use EvTransitionAnimation to drive page changes in the presentation
1289         mode, the animation will wait to start until both the origin and 
1290         destination page surfaces are available. Fixes #458460.
1291
1292         (draw_loading_text):
1293
1294         Remove workaround for bug #320352, it's now fixed properly.
1295
1296
1297 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1298
1299         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1300         will contain the implementations for page transition animations, at
1301         the moment it just has the "replace" effect.
1302         * shell/Makefile.am: Added these files to build.
1303
1304 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1305
1306         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1307         animations.
1308         * shell/Makefile.am: Added these files to build.
1309
1310 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1311
1312         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1313         implementation to get_effect() in EvDocumentTransitionIface.
1314
1315 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1316
1317         * libdocument/ev-transition-effect.[ch]: New files, define a page
1318         transition effect, at the moment it maps PopplerPageTransition to a
1319         GObject.
1320         * libdocument/Makefile.am: Added these files to build.
1321         * libdocument/ev-document-transition.[ch]
1322         (ev_document_transition_get_effect): New method, gets the
1323         EvTransitionEffect returned by the interface implementation, with
1324         fallback to the "replace" effect.
1325
1326 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1327
1328         * configure.ac:
1329         * cut-n-paste/Makefile.am:
1330         * cut-n-paste/fileformatchooser/Makefile.am:
1331         * cut-n-paste/fileformatchooser/egg-macros.h:
1332         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1333         * shell/Makefile.am:
1334         * shell/ev-window.c: (image_save_dialog_response_cb),
1335         (ev_view_popup_cmd_save_image_as):
1336
1337         Allow exporting images in any format supported by
1338         GdkPixbuf. Fixes bug #500209.
1339         
1340 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * backend/pixbuf/pixbuf-document.c:
1343
1344         More warnings fixed.
1345         
1346 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1349         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1350         * backend/djvu/djvu-text.h:
1351         * backend/tiff/tiff-document.c: (tiff_document_render):
1352
1353         Fix compile warnings.
1354         
1355 2007-12-28  Christian Persch  <chpe@gnome.org>
1356
1357         * **/*.c: Include config.h. Bug #504721.
1358
1359 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * configure.ac:
1362         * Makefile.am:
1363         * po/POTFILES.in:
1364         * backend/comics/Makefile.am:
1365         * backend/comics/comics-document.[ch]:
1366         * backend/comics/comicsdocument.evince-backend.in:
1367         * backend/djvu/Makefile.am:
1368         * backend/djvu/djvu-document.[ch]:
1369         * backend/djvu/djvudocument.evince-backend.in:
1370         * backend/dvi/Makefile.am:
1371         * backend/dvi/dvi-document.[c]:
1372         * backend/dvi/dvidocument.evince-backend.in:
1373         * backend/impress/Makefile.am:
1374         * backend/impress/impress-document.[ch]:
1375         * backend/impress/impressdocument.evince-backend.in:
1376         * backend/pdf/Makefile.am:
1377         * backend/pdf/ev-poppler.cc:
1378         * backend/pdf/ev-poppler.h:
1379         * backend/pdf/pdfdocument.evince-backend.in:
1380         * backend/pixbuf/Makefile.am:
1381         * backend/pixbuf/pixbuf-document.[ch]:
1382         * backend/pixbuf/pixbufdocument.evince-backend.in:
1383         * backend/ps/Makefile.am:
1384         * backend/ps/ev-spectre.[ch]:
1385         * backend/ps/ps-document.[ch]:
1386         * backend/ps/psdocument.evince-backend.in:
1387         * backend/tiff/Makefile.am:
1388         * backend/tiff/tiff-document.[ch]:
1389         * backend/tiff/tiffdocument.evince-backend.in:
1390         * libdocument/Makefile.am:
1391         * libdocument/ev-backends-manager.[ch]:
1392         * libdocument/ev-module.[ch]:
1393         * libdocument/ev-document.h:
1394         * libdocument/ev-document-factory.[ch]:
1395         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1396         (get_compression_from_mime_type), (get_document_from_uri),
1397         (ev_document_factory_get_document), (file_filter_add_mime_types),
1398         (ev_document_factory_add_filters):
1399         * shell/Makefile.am:
1400         * shell/ev-window-title.c: (get_filename_from_uri):
1401         * shell/main.c: (main):
1402         * thumbnailer/Makefile.am:
1403         * thumbnailer/evince-thumbnailer.c: (main):
1404
1405         Plugin system for backends. Fixes bug #351348.
1406         
1407 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1408
1409         * shell/ev-view-private.h:
1410         * shell/ev-view.c: (ev_view_drag_update_momentum),
1411         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1412         (ev_view_button_release_event), (ev_view_destroy):
1413         
1414         Kinetic scrolling implemented as requested in
1415         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1416
1417 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1418
1419         * data/evince-toolbar.xml:
1420         * data/evince-ui.xml:
1421         * shell/ev-view-private.h:
1422         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1423         (ev_view_button_press_event), (ev_view_motion_notify_event),
1424         (ev_view_button_release_event), (ev_view_init),
1425         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1426         (ev_view_set_cursor):
1427         * shell/ev-view.h:
1428         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1429         (ev_window_cmd_view_autoscroll):
1430         
1431         Autoscroll feature with the context menu. Fixes bug 
1432         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1433
1434 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1437
1438         Disconnect also page-ready signal when removing a job because the
1439         page size has changed. Thanks to kripken
1440         <kripkensteiner@gmail.com>.
1441
1442 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1443
1444         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1445         
1446         Scroll pages in page entry with mouse wheel. Fixes bug
1447         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1448
1449 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * backend/dvi/Makefile.am:
1452         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1453         (mdvi_cairo_device_init):
1454         * backend/dvi/mdvi-lib/common.h:
1455         * backend/dvi/mdvi-lib/mdvi.h:
1456         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1457         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1458         (mdvi_build_path_from_cwd):
1459
1460         Add ps specials support in dvi backend when libspectre is
1461         present. Fixes bug #386005.
1462         
1463 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1464
1465         * configure.ac:
1466         * backend/ps/Makefile.am:
1467         * backend/ps/ev-spectre.[ch]:
1468         
1469         Use libspectre, if available, for the ps backend. Fixes bugs
1470         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1471
1472 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1473         
1474         * backend/comics/comics-document.c: (comics_document_load):
1475         
1476         Cygwin build issue fix.
1477
1478 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * shell/ev-view.c: (ev_view_set_zoom):
1481
1482         Do not limit the minimum zoom factor when sizing mode is best bit
1483         or fit width. Fixes bug #503805.
1484         
1485 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1488         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1489         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1490         (ev_link_dest_get_property), (ev_link_dest_set_property),
1491         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1492         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1493         (ev_link_dest_new_fitr):
1494         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1495         (goto_fith_dest), (goto_xyz_dest):
1496
1497         Do not change left, top and zoom values when they are null in PDF
1498         destinations. Fixes bug #460658.
1499         
1500 2007-12-10  Christian Persch  <chpe@gnome.org>
1501
1502         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1503         (ev_view_accessible_class_init),
1504         (ev_view_accessible_idle_do_action),
1505         (ev_view_accessible_action_do_action),
1506         (ev_view_accessible_action_get_description),
1507         (ev_view_accessible_action_set_description),
1508         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1509         (ev_view_accessible_factory_init),
1510         (ev_view_accessible_factory_get_accessible_type):
1511         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1512         private data, and G_DEFINE_TYPE. Bug #502843.
1513
1514 2007-12-08  Christian Persch  <chpe@gnome.org>
1515
1516         * shell/ev-metadata-manager.c: (item_free),
1517         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1518         (value_free), (parse_value), (parseItem),
1519         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1520         (save_values): Use GSlice to allocate small amounts of memory. Bug
1521         #475972.
1522
1523 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1524
1525         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1526
1527         Restore cursor to normal after a drag operation. Fixes bug
1528         #501603.
1529         
1530 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1531
1532         * NEWS:
1533         * configure.ac:
1534         
1535         Update for release 2.21.1
1536
1537 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * configure.ac:
1540         * cut-n-paste/gedit-message-area/Makefile.am:
1541         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1542         * shell/Makefile.am:
1543         * shell/ev-message-area.[ch]:
1544         * shell/ev-window.c: (ev_window_set_message_area),
1545         (ev_window_error_message_response_cb), (ev_window_error_message),
1546         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1547         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1548         (ev_attachment_popup_cmd_open_attachment),
1549         (attachment_save_dialog_response_cb), (ev_window_set_document),
1550         (ev_window_init):
1551
1552         Use a message area instead of a popup dialog for error
1553         notifications. Fixes bug #337495.
1554         
1555 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1558         (ev_window_run_fullscreen):
1559
1560         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1561         
1562 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * ev-sidebar-thumbnails.c: (update_visible_range),
1565         (ev_sidebar_thumbnails_refresh),
1566         (ev_sidebar_thumbnails_set_document),
1567         (ev_sidebar_thumbnails_support_document):
1568
1569         Show thumbnails for documents with one page. Fixes bug #358751.
1570         
1571 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-window.c:
1574         (ev_window_load_print_settings_from_metadata),
1575         (ev_window_save_print_settings), (ev_window_print_finished),
1576         (ev_window_print_range):
1577
1578         Print settings that are specific to the document are now saved per
1579         document in the metadata file. Fixes bug #488806.
1580         
1581 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1582
1583         * backend/tiff/tiff-document.c: (tiff_document_render):
1584
1585         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1586         
1587 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-application.[ch]: (get_find_string_from_args),
1590         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1591         (ev_application_open_uri_list):
1592         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1593         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1594         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1595         (ev_window_cmd_recent_file_activate),
1596         (ev_window_open_recent_action_item_activated),
1597         (ev_window_print_send), (open_remote_link):
1598         * shell/main.c: (arguments_parse):
1599
1600         Add a command line option for search. Fixes bug #497710.
1601         
1602 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1603
1604         * shell/ev-jobs.c: (ev_job_print_new):
1605
1606         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1607         
1608 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * data/evince-toolbar.xml:
1611         * shell/Makefile.am:
1612         * shell/ev-application.c: (ev_application_init):
1613         * shell/ev-open-recent-action.[ch]:
1614         * shell/ev-window.c:
1615         (ev_window_open_recent_action_item_activated),
1616         (register_custom_actions):
1617
1618         Add an expander to the open toolbar item which pops up a dropdown
1619         menu with the recently used documents. Fixes bug #487215.
1620         
1621 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-window.c: (ev_window_open_uri),
1624         (ev_window_cmd_view_reload):
1625
1626         Do not jump to the first page when reloading by running evince
1627         from the command line. Fixes bug #490847.
1628         
1629 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1630
1631         * shell/ev-window.c: (ev_window_cmd_help_contents):
1632
1633         Plugged memory leak when help file is not found. Fixes bug
1634         #490762.
1635         
1636 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * configure.ac:
1639
1640         Enable djvu, dvi and comics backends by default. Fixes bug
1641         #437121.
1642         
1643 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * configure.ac:
1646         * cut-n-paste/Makefile.am:
1647         * cut-n-paste/recent-files/*: Removed
1648         * help/reference/Makefile.am:
1649         * shell/Makefile.am:
1650         * shell/ev-application.[ch]: (ev_application_shutdown),
1651         (ev_application_init):
1652         * shell/ev-window.c: (ev_window_add_recent),
1653         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1654
1655         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1656         
1657 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1658
1659         * shell/ev-window.c: (launch_external_uri):
1660
1661         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1662         and report error if the URL is not supported (#489910).
1663
1664 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1667         (pdf_document_file_exporter_begin_page),
1668         (pdf_document_file_exporter_end_page):
1669
1670         Fix printing with poppler splash backend. Fixes bug #489774.
1671         
1672 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1675         * shell/ev-print-job.c: (ev_print_job_class_init):
1676
1677         Fix a crash when printing with the gnome-print dialog. Fixes bug
1678         #488939.
1679         
1680 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1681
1682         * backend/pixbuf/pixbuf-document.c:
1683
1684         Fix an implicit function definition warning (#487655)
1685
1686 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-window.c:
1689
1690         Fix conflicting shortcut for view sade pane and presentation.
1691         
1692 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * backend/pdf/ev-poppler.cc:
1695         (pdf_document_file_exporter_begin_page),
1696         (pdf_document_file_exporter_do_page),
1697         (pdf_document_file_exporter_end_page),
1698         (pdf_document_file_exporter_iface_init):
1699         * libdocument/ev-file-exporter.[ch]:
1700         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1701         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1702         (ev_job_print_run):
1703
1704         When printing multiple pages per sheet in reverse option, do not
1705         invert the order of the pages in every sheet, but the order of the
1706         sheets. Do not print blank pages when page range is invalid. Fixes
1707         bugs #484857 and #485521.
1708         
1709 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1712         (ev_job_print_run):
1713         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1714
1715         Respect ranges order when printing more than one range in random
1716         order.
1717         
1718 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1719
1720         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1721         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1722
1723         Rotate also the window icon when document is rotated. Fixes bug
1724         #474681.
1725         
1726 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1729         (pdf_document_forms_get_form_fields):
1730
1731         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1732         Matthias Drochner.
1733         
1734 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * configure.ac:
1737         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1738
1739         Use poppler_page_render_for_printing() instead of
1740         poppler_page_render() if available when exporting to a ps or pdf
1741         file. Fixes bug #476627.
1742         
1743 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-window.c: (ev_window_run_fullscreen):
1746
1747         Do not show the toolbar in fullscreen mode if the main toolbar is
1748         not visible. Fixes bug #483048.
1749         
1750 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1751
1752         * shell/ev-view.c: (ev_view_button_press_event):
1753
1754         Give priority to form fields over images when deciding whether a
1755         button press event is over an image or form field. It allows edit
1756         form fields when they are over a background image. Fixes bug
1757         #477841.
1758         
1759 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1760
1761         * NEWS:
1762         * configure.ac:
1763         
1764         Update for release 2.20.0
1765
1766 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * backend/pdf/ev-poppler.cc:
1769
1770         Remove #ifdef HAVE_FORMS, so that forms support works again.
1771
1772 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1773
1774         * configure.ac:
1775         * data/evince.desktop.in.in:
1776         
1777         Fixes desktop file issues. See bug #473471.
1778
1779 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1782         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1783         (ev_job_queue_remove_job):
1784         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1785         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1786         * shell/ev-window.c: (ev_window_clear_save_job),
1787         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1788         (ev_window_dispose):
1789
1790         Move save a copy task to its own job so that it's carried out in a
1791         thread avoiding another lock in the main thread. Use
1792         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1793         can be saved to a pathin another file system. Fixes bug #456891.
1794         
1795 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1796
1797         * NEWS:
1798         * configure.ac:
1799         
1800         Update for release 2.19.92
1801
1802 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * configure.ac:
1805         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1806         (pdf_selection_get_selection_region),
1807         (pdf_selection_get_selection_map),
1808         (ev_form_field_from_poppler_field):
1809
1810         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1811         and triple click selections are enabled again now.
1812
1813 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-window.c: (ev_window_add_history):
1816
1817         Make sure not to use the history with documents not supporting
1818         links. Fixes bug #468954.
1819
1820 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-window.c: (ev_window_load_job_cb):
1823
1824         Restart the search when reloading a document with the find bar
1825         visible. Fixes bug #461962.
1826
1827 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * shell/ev-window.c: (setup_document_from_metadata),
1830         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1831
1832         Do not jump to the first page when reloading a document from the
1833         last page.
1834
1835 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * shell/ev-window.c: (update_chrome_flag),
1838         (setup_sidebar_from_metadata),
1839         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1840         (ev_window_cmd_edit_find_next),
1841         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1842         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1843         (find_bar_close_cb), (view_actions_focus_in_cb):
1844
1845         Do not update visibility when changing a chrome flag so that it's
1846         possible to update several flags and update visibility only once
1847         for all of them.
1848
1849 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1852
1853         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1854         supported by gtk+. Fixes bug #460907.
1855
1856 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1857
1858         * shell/ev-view.c: (view_update_range_and_current_page):
1859
1860         Make sure current-page <= end-page in continuous mode. Fixes bug
1861         #454950.
1862
1863 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * backend/pdf/ev-poppler.cc: (build_tree):
1866
1867         Ignore outline items without a title. Fixes bug #453913.
1868
1869 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1872         (ev_view_button_release_event), (ev_view_leave_notify_event):
1873
1874         Use always drag mouse cursor during a drag operation. Fixes bug
1875         #470564.
1876
1877 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1880         (pdf_selection_get_selection_region),
1881         (pdf_selection_get_selection_map):
1882
1883         Temporarily disable double and triple selections since it depends on
1884         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1885         released and the update of the external dependency minimal version
1886         approved.
1887
1888 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1889
1890         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1891         (pdf_document_file_exporter_do_page):
1892         * libdocument/ev-file-exporter.h:
1893         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1894         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1895
1896         Actually fix printing regressions. Remove orientation from
1897         EvPrintContext since it's redundant.
1898
1899 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1902         * backend/impress/impress-document.c:
1903         (impress_document_document_iface_init):
1904         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1905         * backend/djvu/djvu-document.c:
1906         (djvu_document_document_iface_init),
1907         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1908         * backend/tiff/tiff-document.c:
1909         (tiff_document_document_iface_init):
1910         * backend/pixbuf/pixbuf-document.c:
1911         (pixbuf_document_document_iface_init):
1912         * backend/comics/comics-document.c:
1913         (comics_document_document_iface_init):
1914         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1915         (pdf_selection_render_selection),
1916         (pdf_selection_get_selected_text),
1917         (pdf_selection_get_selection_region),
1918         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1919         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1920         (ev_selection_get_selection_region),
1921         (ev_selection_get_selection_map):
1922         * libdocument/ev-document.[ch]:
1923         * shell/ev-pixbuf-cache.[ch]: (add_job),
1924         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1925         * shell/ev-view-private.h:
1926         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1927         (ev_job_render_run):
1928         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1929         * shell/ev-view.c: (start_selection_for_event),
1930         (ev_view_button_press_event), (ev_view_drag_data_get),
1931         (ev_view_drag_data_received), (ev_view_button_release_event),
1932         (compute_new_selection_text), (compute_selections),
1933         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1934         (ev_view_primary_get_cb):
1935
1936         Add support for double and triple click selections.
1937
1938 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1939
1940         * NEWS:
1941         * configure.ac:
1942
1943         Update for release 2.19.4
1944
1945 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1946
1947         * shell/ev-view-private.h:
1948         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1949         (ev_view_set_highlight_search):
1950         * shell/ev-view.h:
1951         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1952         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1953         (find_bar_visibility_changed_cb):
1954         
1955         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1956
1957 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1958
1959         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1960         (pdf_document_file_exporter_begin),
1961         (pdf_document_file_exporter_do_page):
1962         * shell/ev-jobs.c: (ev_job_print_run):
1963         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1964
1965         Create always a portrait cairo surface and rotate when needed for
1966         landscape. It fixes printing problems in real printers.
1967
1968 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1971         * libdocument/ev-file-exporter.[ch]:
1972         (ev_file_exporter_get_capabilities):
1973         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1974         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1975
1976         Adjust number of pages per row according to page orientation when
1977         printing 2 or 6 pages per sheet.
1978
1979 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1980
1981         * shell/ev-window.c: (ev_window_print_send):
1982
1983         Reset also cups setting to 1 when printing multiple pages per
1984         sheet. Fixes bug #468853.
1985
1986 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * libdocument/ev-document-misc.c:
1989         (ev_document_misc_surface_rotate_and_scale):
1990
1991         Use directly cairo_surface_get_content() when creating a similar
1992         surface as suggested by Jeff Muizelaar. Thanks again.
1993
1994 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1995
1996         * backend/djvu/djvu-document.c: (djvu_document_render):
1997         * backend/tiff/tiff-document.c: (tiff_document_render):
1998         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1999         * libdocument/ev-document-misc.c:
2000         (ev_document_misc_surface_from_pixbuf),
2001         (ev_document_misc_surface_rotate_and_scale):
2002
2003         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
2004         creating page surfaces. Fixes bug #453123. Thank you very much to
2005         Jeff Muizelaar <jeff@infidigm.net>.
2006
2007 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-page-cache.c: (ev_page_cache_new),
2010         (ev_page_cache_get_thumbnail_size):
2011         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2012         (ev_sidebar_thumbnails_set_loading_icon):
2013
2014         Also store in page-cache the dimensions of the thumbnails so that
2015         they can be used to create the correct loading icon in the side
2016         pane. Fixes bug #466857.
2017
2018 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * backend/pdf/ev-poppler.cc:
2021         (pdf_document_thumbnails_get_thumbnail):
2022
2023         Fix thumbnails rotation in pdf documents that include embedded 
2024         thumbnails.
2025
2026 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2027
2028         * backend/pdf/ev-poppler.cc:
2029
2030         Don't use #ifdef in macro expansion. Some compilers don't
2031         like that. Closes bug #467042.
2032
2033 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2034
2035         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2036         
2037         Fixes memory leak in djvu backend.
2038
2039 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2040
2041         * data/icons/32x32/Makefile.am:
2042         * data/icons/32x32/actions/Makefile.am:
2043         * data/icons/32x32/actions/view-page-cont.svg:
2044         * data/icons/32x32/actions/view-page-facing.svg:
2045         * data/icons/48x48/Makefile.am:
2046         * data/icons/48x48/actions/Makefile.am:
2047         * data/icons/48x48/actions/view-page-cont.svg:
2048         * data/icons/48x48/actions/view-page-facing.svg:
2049         
2050         Icons for a new sizes.
2051
2052 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2053
2054         * shell/ev-page-cache.c: (build_height_to_page),
2055         (ev_page_cache_get_height_to_page):
2056         
2057         Fixes invalid read, see bug #466401.
2058
2059 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2062         (set_drag_cursor):
2063         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2064         (configure_item_cursor), (new_pixbuf_from_widget):
2065
2066         Fix multihead problems in toolbar editor. Fixes bug #382055.
2067
2068 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2069
2070         * shell/ev-window.c: (ev_window_cmd_file_open),
2071         (ev_window_cmd_save_as):
2072
2073         Use g_get_user_special_dir when available instead of
2074         xdg_user_dir_lookup.
2075
2076 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * MAINTAINERS:
2079         
2080         Updated according to request on desktop-devel.
2081
2082 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2085
2086         Do not use cairo_rectangle and cairo_clip since we are
2087         not using cairo_fill but cairo_paint. Use the same cairo context
2088         for every page in the same expose event.
2089
2090 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2091
2092         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2093         leak.
2094
2095 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * configure.ac:
2098         * NEWS:
2099
2100         Release 0.9.3
2101
2102 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * libdocument/ev-document-info.h:
2105         * libdocument/ev-document.h:
2106         * shell/ev-page-action.h:
2107         * shell/ev-sidebar-links.h:
2108
2109         Fix a headers problem with ev-link
2110         
2111         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2112         * shell/ev-view-private.h:
2113         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2114         (get_link_area), (ev_view_query_tooltip),
2115         (ev_view_leave_notify_event), (ev_view_destroy),
2116         (ev_view_class_init):
2117
2118         Use new gtk tooltips when available instead of ev-tooltip.
2119         
2120 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2121
2122         * shell/ev-window.c: (update_chrome_visibility),
2123         (ev_window_sidebar_visibility_changed_cb):
2124
2125         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2126         
2127 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2128
2129         * shell/ev-navigation-action.c:
2130         (ev_navigation_action_history_changed),
2131         (ev_navigation_action_set_history):
2132         * shell/ev-navigation-action-widget.c:
2133         (ev_navigation_action_widget_init):
2134         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2135
2136         Fix compile warnings.
2137         
2138 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2141         (egg_editable_toolbar_dispose):
2142
2143         Fix memory leak.
2144         
2145 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2146
2147         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2148         (screensaver_disable_x11):
2149         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2150         * shell/ev-window.c: (presentation_set_timeout):
2151         * shell/ev-view.c: (ev_view_presentation_transition_start):
2152
2153         Use g_timeout_add_seconds instead of g_timeout_add when
2154         available.
2155         
2156 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2159
2160         Set horizontal scrollbar policy to AUTOMATIC instead of
2161         NEVER. Workaround for bug #449462.
2162         
2163 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * shell/ev-jobs.c: (ev_job_render_page_ready):
2166
2167         Add page_ready callback to main loop with high priority and hold
2168         a reference to job during idle.
2169         
2170 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2171
2172         * configure.ac:
2173         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2174         (pdf_document_file_exporter_begin),
2175         (pdf_document_file_exporter_do_page),
2176         (pdf_document_file_exporter_get_capabilities):
2177         * libdocument/ev-file-exporter.h:
2178         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2179         * shell/ev-window.c: (ev_window_print_send),
2180         (ev_window_print_dialog_response_cb):
2181
2182         Allow printing multiple pages per sheet. Fixes bug #395573.
2183         
2184 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2185
2186         * shell/ev-view.c: (tip_from_link):
2187         
2188         Check for NULL, fixes bug #460862.
2189
2190 2007-07-29  Christian Persch  <chpe@gnome.org>
2191
2192         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2193         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2194         (ev_window_cmd_preview_print):
2195         
2196         Fixes bug #437681 - blocks while enumerating printers.
2197
2198 2007-07-29  Christian Persch  <chpe@gnome.org>
2199
2200         * shell/ev-window.c: (ev_window_screen_changed):
2201         
2202         Don't use deprecated gtk+ function. See bug #460909.
2203
2204 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-utils.c: (get_num_monitors):
2207         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2208
2209         Do not use display before initializing it. Remove compile
2210         warnings.
2211
2212 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2213
2214         * shell/ev-view.c: (ev_view_class_init):
2215         
2216         Unix-like hjkl bindings added. See bug #458111.
2217
2218 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2219
2220         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2221         * shell/ev-utils.h:
2222         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2223         (ev_view_update_view_size):
2224         * shell/ev-view.h:
2225         * shell/ev-window.c: (ev_window_update_actions),
2226         (setup_view_from_metadata), (ev_window_screen_changed),
2227         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2228         (zoom_control_changed_cb):
2229         * shell/ev-window.h:
2230         
2231         Reorganizes utility functions.
2232
2233 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2234
2235         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2236         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2237         (add_job), (ev_pixbuf_cache_get_surface),
2238         (ev_pixbuf_cache_get_link_mapping),
2239         (ev_pixbuf_cache_get_image_mapping),
2240         (ev_pixbuf_cache_get_form_field_mapping),
2241         (ev_pixbuf_cache_get_text_mapping):
2242         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2243         (notify_page_ready), (ev_job_render_page_ready),
2244         (ev_job_render_run):
2245
2246         Add page_ready signal to notify that page is ready as soon as
2247         possible even if other page elements like links, forms, images or
2248         text mapping are not ready yet.
2249
2250 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2253         (dvi_document_file_exporter_do_page),
2254         (dvi_document_file_exporter_get_capabilities),
2255         (dvi_document_file_exporter_iface_init):
2256         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2257         (ps_document_file_exporter_do_page),
2258         (ps_document_file_exporter_get_capabilities),
2259         (ps_document_file_exporter_iface_init):
2260         * backend/djvu/djvu-document.c:
2261         (djvu_document_file_exporter_begin),
2262         (djvu_document_file_exporter_end),
2263         (djvu_document_file_exporter_get_capabilities),
2264         (djvu_document_file_exporter_iface_init):
2265         * backend/tiff/tiff-document.c:
2266         (tiff_document_file_exporter_begin),
2267         (tiff_document_file_exporter_get_capabilities),
2268         (tiff_document_document_file_exporter_iface_init):
2269         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2270         (pdf_document_file_exporter_do_page),
2271         (pdf_document_file_exporter_get_capabilities),
2272         (pdf_document_file_exporter_iface_init):
2273         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2274         (ev_file_exporter_get_capabilities):
2275         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2276         (idle_print_handler), (ev_print_job_print):
2277         * shell/ev-jobs.c: (ev_job_print_run):
2278         * shell/ev-window.c: (ev_window_print_send),
2279         (ev_window_print_range):
2280
2281         Use capabilities to know which options should be offered by the
2282         print dialog depending on the document backend.
2283
2284 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2287
2288         Give priority to forms over text to set the cursor.
2289
2290 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * shell/ev-view-private.h:
2293         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2294         (ev_view_leave_notify_event), (ev_view_finalize),
2295         (ev_view_get_property), (ev_view_class_init):
2296
2297         Use IBEAM cursor for text form fields and NORMAL cursor for read
2298         only fields. Remove unused status attribute.
2299
2300 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2303
2304         Update region for current selected items also for checkbox
2305         buttons, since they can behave as radio buttons when they are in a
2306         set.
2307
2308 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2309
2310         * configure.ac:
2311         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2312
2313         Get max length of text form fields.
2314
2315 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2318         * libdocument/ev-form-field.h:
2319         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2320
2321         Fix build with current poppler cvs head.
2322
2323 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2326         * shell/eggfindbar.c: (egg_find_bar_init):
2327
2328         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2329         deprecation. Fixes bug #455667
2330
2331 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2332
2333         * NEWS:
2334         * configure.ac:
2335         
2336         Update for release 0.9.2
2337
2338 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-view.c: (ev_view_form_field_text_save),
2341         (ev_view_form_field_choice_save):
2342
2343         Fix a crash when closing whith a form widget visible.
2344
2345 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2348
2349         Update also the region of the current selected button when
2350         clicking on another button if they are radio buttons.
2351
2352 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2353
2354         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2355         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2356         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2357         (ev_pixbuf_cache_get_link_mapping),
2358         (ev_pixbuf_cache_get_image_mapping),
2359         (ev_pixbuf_cache_get_form_field_mapping),
2360         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2361         * shell/ev-view.c: (ev_view_form_field_get_region),
2362         (ev_view_form_field_button_create_widget),
2363         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2364         (job_finished_cb):
2365
2366         Redraw only form field region instead of the whole page when
2367         reloading a page to show changes on the form field.
2368
2369 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-view.c: (ev_view_form_field_choice_save):
2372
2373         Fix selection of first item in list form fields.
2374
2375 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2378         (ev_pixbuf_cache_reload_page),
2379         (ev_pixbuf_cache_get_form_field_mapping):
2380
2381         Some refactoring to avoid duplicated code.
2382
2383 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2384
2385         * configure.ac:
2386         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2387         (ev_form_field_from_poppler_field),
2388         (pdf_document_forms_get_form_fields),
2389         (pdf_document_forms_form_field_text_get_text),
2390         (pdf_document_forms_form_field_text_set_text),
2391         (pdf_document_forms_form_field_button_set_state),
2392         (pdf_document_forms_form_field_button_get_state),
2393         (pdf_document_forms_form_field_choice_get_item),
2394         (pdf_document_forms_form_field_choice_get_n_items),
2395         (pdf_document_forms_form_field_choice_is_item_selected),
2396         (pdf_document_forms_form_field_choice_select_item),
2397         (pdf_document_forms_form_field_choice_toggle_item),
2398         (pdf_document_forms_form_field_choice_unselect_all),
2399         (pdf_document_forms_form_field_choice_set_text),
2400         (pdf_document_forms_form_field_choice_get_text),
2401         (pdf_document_document_forms_iface_init):
2402         * libdocument/Makefile.am:
2403         * libdocument/ev-form-field.[ch]:
2404         * libdocument/ev-document-forms.[ch]:
2405         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2406         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2407         (add_job), (ev_pixbuf_cache_reload_page),
2408         (ev_pixbuf_cache_get_form_field_mapping):
2409         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2410         * shell/ev-view-private.h:
2411         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2412         (ev_view_handle_cursor_over_xy),
2413         (ev_view_get_form_field_at_location),
2414         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2415         (ev_view_form_field_button_create_widget),
2416         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2417         (ev_view_form_field_text_create_widget),
2418         (ev_view_form_field_choice_save),
2419         (ev_view_form_field_choice_changed),
2420         (ev_view_form_field_choice_create_widget),
2421         (ev_view_handle_form_field), (ev_view_size_allocate),
2422         (ev_view_realize), (draw_end_presentation_page),
2423         (ev_view_button_press_event), (ev_view_remove_all),
2424         (ev_view_motion_notify_event), (ev_view_key_press_event),
2425         (ev_view_enter_notify_event), (highlight_find_results),
2426         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2427         (ev_view_class_init), (page_changed_cb),
2428         (on_adjustment_value_changed), (ev_view_set_presentation),
2429         (merge_selection_region), (ev_view_set_cursor),
2430         (ev_view_reset_presentation_state):
2431         
2432         Merge evince-forms branch.
2433
2434 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2435
2436         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2437
2438         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2439         This script also updates itself from libegg
2440
2441         * cut-n-paste/toolbar-editor/egg*:
2442         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2443         libegg
2444
2445 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2446
2447         * shell/ev-window.c:
2448         
2449         Adds a nice icon to page action during toolbar editing.
2450         See bug #452872.
2451
2452 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2453
2454         * data/evince-toolbar.xml:
2455         * shell/ev-window.c:
2456         
2457         Let user add a presentation and fullscreen icons on toolbar.
2458         See bug #449734.
2459
2460 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2461
2462         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2463
2464         new script to keep in sync with toolbareditor in libegg
2465
2466         * cut-n-paste/toolbar-editor/*: 
2467
2468         Run update-toolbareditor-from-libegg so we are in sync again. 
2469         Fixes bug #452850.
2470         
2471
2472 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2473
2474         * shell/ev-sidebar-links.c: (job_finished_callback):
2475
2476         Do not connect selection changed signal more than once. Fixes bug
2477         #349433.
2478
2479 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2480
2481         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2482
2483         Do not change sidebar chrome flag when pressing F9 key in
2484         presentation mode.
2485
2486 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * backend/pdf/ev-poppler.cc:
2489         (pdf_document_thumbnails_get_dimensions):
2490
2491         Make sure thumbnails width and height is not <= 0. Fixes a crash
2492         with some pdf documents which have really small pages.
2493
2494 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2495
2496         * shell/main.c: (main):
2497
2498         Fixes program description translation issue.
2499         Bug #450148.
2500
2501 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2502
2503         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2504
2505         Do not change current page when returning from black/white mode
2506         in presentation. Fixes bug #415032.
2507
2508 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * NEWS:
2511         * configure.ac:
2512         
2513         Update for release 0.9.1
2514
2515 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2516
2517         * backend/dvi/dvi-document.c:
2518         (dvi_document_finalize),
2519         (dvi_document_file_exporter_format_supported),
2520         (dvi_document_file_exporter_begin),
2521         (dvi_document_file_exporter_do_page),
2522         (dvi_document_file_exporter_end),
2523         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2524         
2525         PDF exporter for dvi documents. Fixes bug #441319.
2526
2527 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-window.c: (ev_window_clear_print_job):
2530
2531         Clear gtk print job when job has finished. Fixes bug #447612.
2532
2533 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * shell/ev-window.c: (ev_window_print_send),
2536         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2537
2538         Add preview button to print dialog. Fixes bug #445419.
2539
2540 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * backend/dvi/Makefile.am:
2543         * backend/dvi/pixbuf-device.[ch]: Removed
2544         * backend/dvi/cairo-device.[ch]: Added
2545         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2546         * backend/dvi/dvi-document.c: (dvi_document_load),
2547         (dvi_document_render), (dvi_document_finalize),
2548         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2549         (dvi_document_do_color_special):
2550         * libdocument/ev-document-misc.[ch]:
2551         (ev_document_misc_pixbuf_from_surface):
2552
2553         Port dvi backend to cairo and fix a problem with colors. 
2554
2555 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * shell/ev-view.c: (draw_one_page):
2558
2559         Draw only visible region.
2560
2561 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * backend/djvu/djvu-document.c: (djvu_document_render):
2564
2565         Fix rotation in djvu backend.
2566
2567 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2570         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2571         (ev_pixbuf_cache_get_image_mapping),
2572         (ev_pixbuf_cache_get_text_mapping):
2573
2574         Redraw view every time we have a new surface. Fixes bug #443587.
2575
2576 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * libdocument/ev-document.c: (ev_document_info_free):
2579
2580         Fix memory leaks.
2581
2582 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2583
2584         * backend/dvi/dvi-document.c: (dvi_document_render),
2585         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2586         * backend/impress/impress-document.c:
2587         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2588         (impress_document_render), (impress_document_document_iface_init),
2589         (impress_document_thumbnails_get_thumbnail):
2590         * backend/djvu/djvu-document-private.h:
2591         * backend/djvu/djvu-document.c: (djvu_document_render),
2592         (djvu_document_finalize), (djvu_document_document_iface_init),
2593         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2594         * backend/tiff/tiff-document.c: (tiff_document_render),
2595         (tiff_document_render_pixbuf),
2596         (tiff_document_document_iface_init):
2597         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2598         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2599         (pdf_selection_render_selection):
2600         * backend/comics/comics-document.c:
2601         (comics_document_render_pixbuf), (comics_document_render),
2602         (comics_document_document_iface_init):
2603         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2604         (pixbuf_document_document_iface_init):
2605         * libdocument/ev-document-misc.[ch]:
2606         (ev_document_misc_surface_from_pixbuf),
2607         (ev_document_misc_surface_rotate_and_scale):
2608         * libdocument/ev-document.[ch]: (ev_document_render):
2609         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2610         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2611         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2612         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2613         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2614         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2615         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2616         (render_finished_cb), (ev_job_render_run):
2617         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2618         (merge_selection_region):
2619
2620         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2621         and selections.
2622
2623 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * shell/ev-window-title.c: (ev_window_title_update):
2626
2627         Fix memory leak.
2628
2629 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-view.c: (draw_loading_text):
2632
2633         Show loading text centered. Fixes bug #433061
2634
2635 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2636
2637         * shell/ev-sidebar-thumbnails.c:
2638         (ev_sidebar_thumbnails_set_loading_icon):
2639
2640         Remove a mutex in the main thread that blocks the UI in heavy
2641         documents.
2642
2643 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2646
2647         Set points_set to TRUE so that selections don't disappear after a
2648         zoom change.
2649
2650 2007-06-07  Michael Monreal  <infernux@web.de>
2651
2652         * data/icons/16x16/actions/Makefile.am:
2653         * data/icons/16x16/actions/zoom.svg:
2654         * data/icons/22x22/actions/Makefile.am:
2655         * data/icons/22x22/actions/zoom.svg:
2656         * data/icons/24x24/actions/Makefile.am:
2657         * shell/ev-stock-icons.c:
2658         * shell/ev-stock-icons.h:
2659         * shell/ev-window.c:
2660         
2661         Zoom icon artwork. See bug #444795.
2662
2663 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2664
2665         * shell/ev-metadata-manager.c: Remove extraneous function
2666         (Closes: #444386)
2667
2668 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2669
2670         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2671         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2672         (ev_metadata_manager_set), (ev_metadata_manager_save):
2673         Simplify the timeout, no need for modified anymore
2674
2675 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2676
2677         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2678         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2679         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2680         (ev_metadata_manager_save): Adapted patch from Arjan van de
2681         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2682         time, saves on power (Closes: #443851)
2683
2684 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2685
2686         * configure.ac:
2687         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2688         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2689
2690         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2691
2692 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2693
2694         * shell/ev-window.c: (ev_window_add_history):
2695
2696         Check if history is NULL
2697
2698 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * libdocument/ev-image.c: (ev_image_finalize):
2701         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2702         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2703         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2704         (ev_tmp_uri_unlink):
2705
2706         Add functions to delete temporary files created by evince in a safe
2707         way.
2708
2709         * shell/ev-window.c: (ev_window_clear_local_uri),
2710         (open_xfer_update_progress_callback),
2711         (save_xfer_update_progress_callback), (ev_window_save_remote),
2712         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2713         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2714         (attachment_save_dialog_response_cb),
2715         (ev_attachment_popup_cmd_save_attachment_as):
2716
2717         Allow saving a copy of a document, image or attachment to a remote
2718         location. Fixes bug #440754. 
2719
2720 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * configure.ac:
2723         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2724
2725         Fix build with current poppler from cvs head. 
2726
2727 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2728
2729         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2730
2731         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2732         directory exists.
2733
2734 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2735
2736         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2737         * shell/ev-window.c:
2738
2739         Change sidebar ordering. Fixes bug #439939.
2740
2741 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2742
2743         * backend/comics/Makefile.am:
2744         
2745         Fixes build with --without-libgnome.
2746
2747 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2748         
2749         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2750
2751         Update cursor and tooltip on page change and view scroll. Fixes bug
2752         #439217.
2753
2754 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2755
2756         * NEWS:
2757         * configure.ac:
2758         
2759         Update for release 0.9.0
2760
2761 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2762
2763         * backend/djvu/djvu-document-private.h:
2764         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2765         (djvu_document_finalize),
2766         (djvu_document_file_exporter_format_supported),
2767         (djvu_document_file_exporter_begin),
2768         (djvu_document_file_exporter_do_page),
2769         (djvu_document_file_exporter_end),
2770         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2771         
2772         Implemented printing with djvu. Bug #437998.
2773
2774 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * backend/impress/zip.c:
2777         Add missing ulong definition.
2778
2779         * backend/ps/ps-interpreter.c:
2780         Add missing headers.
2781
2782         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2783
2784 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2785
2786         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2787
2788         Add missing call to parent class dispose method. 
2789
2790 2007-05-12  Ross Burton  <ross@openedhand.com>
2791
2792         * shell/main.c:
2793         Sync keybindings manually when building without libgnome
2794         (#437925).
2795
2796 2007-05-12  Ross Burton  <ross@openedhand.com>
2797
2798         * shell/ev-window.c:
2799         Respect the screen when opening help (#437866).
2800
2801 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * data/evince-ui.xml:
2804         * shell/ev-application.[ch]: (get_print_settings_from_args),
2805         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2806         (ev_application_open_uri_list):
2807         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2808         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2809         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2810         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2811         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2812         (ev_window_dispose):
2813         * shell/main.c: (arguments_parse):
2814
2815         Add print button in preview mode. Fixes bug #396475. 
2816
2817 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * cut-n-paste/zoom-control/ephy-zoom.h:
2820         
2821         Fixes zoom level factors. See bug #408119 for details.
2822
2823 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2824
2825         * backend/comics/comics-document.c: (comics_regex_quote),
2826         (extract_argv):
2827         
2828         Correctly quote symbols. Fixes crash in the bug
2829         #415370.
2830
2831 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2832
2833         * shell/ev-navigation-action-widget.c:
2834         (ev_navigation_action_widget_init),
2835         (ev_navigation_action_widget_class_init),
2836         (ev_navigation_action_widget_button_press_event):
2837         
2838         Connect to button-press event on correct widget. Fixes
2839         bug #431988
2840
2841 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2842
2843         * shell/ev-application.c: (ev_application_open_window),
2844         (ev_application_add_icon_path_for_screen),
2845         (ev_application_open_uri_at_dest):
2846         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2847         * shell/ev-navigation-action.c: (build_menu):
2848         
2849         Add app-specific icons to our icon theme. Fixes bug
2850         #425508.
2851
2852 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2853
2854         * shell/ev-history.c: (ev_history_class_init),
2855         (ev_history_add_link):
2856         * shell/ev-history.h:
2857         * shell/ev-navigation-action.c:
2858         (ev_navigation_action_history_changed),
2859         (ev_navigation_action_set_history), (build_menu),
2860         (ev_navigation_action_finalize):
2861         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2862         
2863         Make navigation action unsensitive instead of showing
2864         menu with unsensitive word. Fixes bug #417392.
2865
2866 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * shell/ev-application.[ch]: (ev_application_shutdown),
2869         (ev_application_get_print_settings),
2870         (ev_application_set_print_settings):
2871         * shell/ev-window.c:
2872
2873         Remember print settings. Fixes bug #349102. 
2874
2875 2007-05-08  Christian Persch  <chpe@gnome.org>
2876
2877         * configure.ac:
2878         * properties/ev-properties-view.c:
2879
2880         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2881         Bug #382438.
2882
2883 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * configure.ac:
2886         * properties/ev-properties-view.c: (ev_regular_paper_size):
2887
2888         Use gtk+ builtin paper list to identify the document's paper size.
2889         Fixes bug #382438. 
2890
2891 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * configure.ac:
2894
2895         Fix build when compiling with thumbnailer and libgnome support. 
2896
2897 2007-05-04  Ross Burton  <ross@openedhand.com>
2898
2899         * configure.ac:
2900         Add --without-libgnome, check for libgnome and libgnomeui
2901         separately, and add them to the symbols as required.
2902
2903         * libdocument/ev-file-helpers.c:
2904         When building without libgnome, use g_get_user_config_dir instead
2905         of gnome_user_dir_get.
2906
2907         * shell/ev-application.c:
2908         When building without libgnome, don't use session management.
2909
2910         * shell/main.c:
2911         When building without libgnome, don't use GnomeProgram or
2912         initialise the authentication manager.
2913
2914         This fixes #328842.
2915
2916 2007-05-04  Ross Burton  <ross@openedhand.com>
2917
2918         * shell/ev-window.c:
2919         Don't use libgnome to open help, instead call Yelp directly.
2920
2921 2007-05-04  Ross Burton  <ross@openedhand.com>
2922
2923         * shell/ev-sidebar-attachments.c:
2924         Don't use libgnome to lookup icons for MIME types, instead copy
2925         code from GTK+ to do it manually.
2926
2927 2007-05-04  Ross Burton  <ross@openedhand.com>
2928
2929         * configure.ac:
2930         Add libxml to the dependencies for SHELL_CORE (#435818).
2931
2932 2007-05-02  Ross Burton  <ross@openedhand.com>
2933
2934         * configure.ac:
2935         * Makefile.am:
2936         Add --disable-thumbnailer (#434825)
2937
2938 2007-05-02  Ross Burton  <ross@openedhand.com>
2939
2940         * shell/ev-window.c:
2941         Add missing includes, fix indentation.
2942
2943         * shell/main.c:
2944         Fix indentation.
2945
2946 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2947
2948         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2949         ev_application_open_uri_at_dest instead of ev_application_open_uri
2950         preventing new document always being opened in a new window even if there
2951         is an empty window.
2952
2953 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2956         (egg_recent_view_uimanager_finalize):
2957         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2958         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2959         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2960         (ev_pixbuf_cache_dispose):
2961         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2962         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2963         
2964         Add missing chain to parent class methods. Fixes
2965         bug #433128.
2966
2967 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2968
2969         * data/Makefile.am (update-icon-cache): Updates
2970         gtk-update-icon-cache in uninstall-hook.
2971
2972 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-window.c: (ev_window_setup_document),
2975         (ev_window_set_document), (ev_window_load_job_cb):
2976         * shell/ev-view.c: (setup_caches):
2977         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2978
2979         Start rendering pages before any other jobs. 
2980
2981 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2982
2983         * shell/ev-window.c: (ev_window_stop_fullscreen),
2984         (ev_window_stop_presentation):
2985
2986         Update chrome visibility before window unfullscreen. 
2987
2988 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2989
2990         * data/Makefile.am:
2991         * data/evince-ui.xml:
2992         * shell/ev-stock-icons.[ch]:
2993         * shell/ev-application.[ch]: (ev_application_shutdown),
2994         (ev_application_init), (ev_application_get_toolbars_model):
2995         * shell/ev-window.c: (update_chrome_visibility),
2996         (fullscreen_toolbar_setup_item_properties),
2997         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2998         (ev_window_run_presentation), (ev_window_stop_presentation),
2999         (ev_window_run_preview), (ev_window_screen_changed),
3000         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
3001         (ev_window_dispose), (ev_window_init):
3002
3003         Make fullscreen toolbar always visible. Do not use egg toolbars for
3004         fullscreen and preview modes since such toolbars are not editables.
3005         Fixes bugs #300278, #338910 and #316188.  
3006
3007 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3008
3009         * shell/ev-application.c:
3010         * shell/ev-job-queue.c:
3011         * shell/ev-metadata-manager.c:
3012         * shell/ev-stock-icons.c:
3013         * shell/ev-window.c:
3014         * shell/main.c:
3015         
3016         Developers documentation updated.
3017
3018 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3021
3022         Check whether uri is valid before launching it. Fixes bug #427664.
3023
3024 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3025
3026         * shell/ev-window.c:
3027
3028         Change key accelerator for Open a Copy menu entry which is in conflict
3029         with Close. Fixes bug #427321.
3030
3031 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3032
3033         * NEWS:
3034         * configure.ac:
3035         
3036         Update for release 0.8.1
3037
3038 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3039
3040         * shell/ev-window.c: (setup_size_from_metadata):
3041         
3042         Do not make window bigger than screen. Fixes bug 
3043         #388985.
3044
3045 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3046
3047         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3048         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3049
3050         Use default resolution when it's not provided by document. Fixes bug
3051         #408762.
3052
3053 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * configure.ac:
3056         * thumbnailer/Makefile.am:
3057         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3058         * thumbnailer/evince-thumbnailer.schemas.in:
3059         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3060
3061         Add support for ps, eps and compressed documents thumbnails. Do not
3062         ignore size parameter. 
3063
3064 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3065
3066         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3067         (dvi_document_do_color_special):
3068         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3069
3070         Implement font color specials in the DVI backend. Fixes bug #303651.
3071
3072 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3073
3074         Fixup the previous commit:
3075
3076         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3077         * shell/xdg-user-dir-lookup.c: Make the function non-static
3078         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3079
3080 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3081
3082         * shell/ev-window.c (file_open_dialog_response_cb): Use
3083         the xdg-user-dirs DOCUMENTS folder as default folder when
3084         opening a file chooser.  (#424858)
3085
3086         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3087         xdg-user-dirs.
3088
3089 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/ev-window.c: (ev_window_load_job_cb):
3092
3093         Do not setup view from metadata on preview mode. 
3094
3095 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/main.c:
3098
3099         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3100
3101 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-view.c: (ev_view_primary_get_cb):
3104
3105         Check pointer != NULL before using it. Fixes bug #416841. 
3106
3107 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3108
3109         * NEWS:
3110         * configure.ac:
3111         
3112         Release 0.8.0
3113
3114 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3117
3118         Do not render thumbnails when sidebar thumbnail page is not visible
3119         at startup. Fixes bug #416447. 
3120
3121 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3122
3123         * data/evince.desktop.in.in:
3124
3125         "Application" is not a valid category in the freedesktop specification.
3126
3127 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3128
3129         * libdocument/ev-file-helpers.[ch]: (compression_run),
3130         (ev_file_uncompress), (ev_file_compress):
3131         * shell/ev-window.c: (file_save_dialog_response_cb):
3132
3133         Save document compressed when saving a copy of a compressed document.
3134         Fixes bug #334542.
3135
3136 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3137
3138         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3139
3140         Allow deleting in goto window entry in presentation mode. 
3141
3142 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3143
3144         * Makefile.am: Dist MAINTAINERS.
3145
3146 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c: (ev_window_update_actions):
3149
3150         Fix zoom shortcut keys when searching. Fixes bug #409828.
3151
3152 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * shell/ev-window.c: (ev_window_setup_document):
3155
3156         Fix crash when loading documents with only one page. 
3157
3158 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * backend/dvi/dvi-document.c:
3161         (dvi_document_thumbnails_get_dimensions),
3162         (dvi_document_thumbnails_get_thumbnail):
3163         * backend/impress/impress-document.c:
3164         (impress_document_thumbnails_get_thumbnail),
3165         (impress_document_thumbnails_get_dimensions):
3166         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3167         (ps_document_thumbnails_get_dimensions):
3168         * backend/djvu/djvu-document.c:
3169         (djvu_document_thumbnails_get_dimensions),
3170         (djvu_document_thumbnails_get_thumbnail):
3171         * backend/tiff/tiff-document.c:
3172         (tiff_document_thumbnails_get_thumbnail),
3173         (tiff_document_thumbnails_get_dimensions):
3174         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3175         (pdf_document_thumbnails_get_thumbnail),
3176         (pdf_document_thumbnails_get_dimensions):
3177         * backend/comics/comics-document.c:
3178         (comics_document_thumbnails_get_thumbnail),
3179         (comics_document_thumbnails_get_dimensions):
3180         * backend/pixbuf/pixbuf-document.c:
3181         (pixbuf_document_thumbnails_get_thumbnail),
3182         (pixbuf_document_thumbnails_get_dimensions):
3183         * libdocument/ev-document-thumbnails.[ch]:
3184         (ev_document_thumbnails_get_thumbnail),
3185         (ev_document_thumbnails_get_dimensions):
3186         * libdocument/ev-document-misc.[ch]:
3187         (ev_document_misc_get_thumbnail_frame):
3188         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3189         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3190         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3191         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3192         (ev_sidebar_thumbnails_refresh):
3193         * shell/ev-window.c: (ev_window_setup_document):
3194         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3195
3196         Use an EvRenderContext for rendering thumbnails instead of a suggested
3197         width, so that different sized pages get sized proportionally.
3198
3199 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3200
3201         * shell/ev-view.c: (ev_view_button_press_event),
3202         (ev_view_key_press_event):
3203
3204         Fix critical warnings when there is no document loaded. 
3205
3206 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-page-action-widget.c:
3209         * shell/ev-navigation-action.c:
3210         * shell/ev-window.c:
3211
3212         Fix compile warnings. 
3213
3214 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * backend/djvu/djvu-text.h:
3217         * backend/djvu/djvu-document.c:
3218         * backend/djvu/djvu-text-page.c:
3219         * backend/djvu/djvu-links.c:
3220         * backend/djvu/djvu-text-page.h:
3221         * backend/djvu/djvu-text.c:
3222         
3223         Fix build on Mac. Fixes bug #392186. Patch by
3224         <ephraim_owns@hotmail.com>
3225
3226 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3229
3230         Restore cairo context before rendering every page when printing a PDF
3231         document into a PDF file. 
3232
3233 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3234
3235         * backend/ps/gstypes.h:
3236         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3237         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3238         (ps_document_thumbnails_get_thumbnail):
3239
3240         Handle PostScript page orientation. Fixes bug #318568.
3241
3242 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * backend/ps/Makefile.am:
3245         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3246         (document_load), (ps_document_load), (save_document),
3247         (save_page_list), (ps_document_get_n_pages),
3248         (ps_document_get_page_size), (ps_document_get_info),
3249         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3250         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3251         (ps_document_thumbnails_get_thumbnail),
3252         (ps_document_thumbnails_get_dimensions),
3253         (ps_document_document_thumbnails_iface_init):
3254         * backend/ps/ps.[ch]: (psgetpagebox):
3255         * backend/ps/ps-interpreter.[ch]:
3256
3257         Add support for thumbnails in ps backend. Fixes bug #164755. 
3258
3259 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3260
3261         * NEWS:
3262         * configure.ac:
3263         
3264         Release 0.7.2
3265
3266 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3269         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3270         (ev_window_dispose):
3271
3272         Use document thumbnail as window icon. Fixes bug #384442.
3273
3274 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3275
3276         * configure.ac:
3277
3278         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3279         duplicated adding application/x-bzpostscript instead. 
3280
3281 2007-02-11  Tom Parker  <palfrey@tevp.net>
3282
3283         * backend/ps/ps-document.c: (document_load):
3284
3285         Check return value of psscan before trying
3286         to use it. Fixes bug #372414.
3287
3288 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3289
3290         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3291
3292         Fix invalid free in ev-page-cache. Fixes bug #404745.
3293
3294 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3295
3296         * test/Makefile.am:
3297         * test/test3.py:
3298         
3299         Added reload test case.
3300
3301 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * po/POTFILES.in:
3304         * backend/djvu/djvu-document.c: (djvu_document_load):
3305
3306         Check whether there are missing files in indirect multipage djvu
3307         documents. Fixes bug #361683. 
3308
3309 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3310
3311         * test/Makefile.am:
3312         * test/test-mime.bin:
3313         * test/test3.py:
3314         
3315         Added test for slow mime type
3316
3317 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3320
3321         Add some checks and call parent_class->finalize. Fixes bug #404745.
3322
3323 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3324
3325         * shell/ev-navigation-action.c: (connect_proxy):
3326         
3327         Fixes dropdown history menu. Thanks a lot Carlos!
3328
3329 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3332
3333         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3334         bug #373715.
3335
3336 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * backend/ps/ps.c: (psscan):
3339
3340         Fix memory leak. 
3341
3342 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * configure.ac:
3345         * libdocument/ev-file-helpers.c: 
3346
3347         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3348
3349 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * configure.ac:
3352         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3353         (ps_interpreter_start), (document_load), (save_document),
3354         (save_page_list):
3355         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3356         * libdocument/ev-document-factory.c:
3357         (ev_document_factory_get_from_mime), (get_document_from_uri),
3358         (free_uncompressed_uri), (ev_document_factory_get_document):
3359         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3360
3361         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3362
3363 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * libdocument/ev-document.h:
3366
3367         Fix typo in function name. 
3368
3369 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3370
3371         * backend/ps/ps-document.c: (ps_interpreter_finished),
3372         (ps_interpreter_start), (ps_interpreter_failed):
3373
3374         Handle ghostscript interpreter crashes. 
3375
3376 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-window.c: (ev_window_open_uri),
3379         (window_configure_event_cb):
3380
3381         Setup window size and position before showing it. Fixes bug #401711.
3382
3383 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * backend/ps/Makefile.am:
3386         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3387         (ps_document_dispose), (ps_document_class_init),
3388         (ps_interpreter_input), (ps_interpreter_output),
3389         (ps_interpreter_error), (setup_interpreter_env),
3390         (ps_interpreter_start), (ps_interpreter_stop),
3391         (ps_interpreter_failed), (ps_interpreter_is_ready),
3392         (check_filecompressed), (document_load), (ps_document_load),
3393         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3394         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3395         (render_page):
3396
3397         Rework ps-document. Code cleanups, remove deprecated code. 
3398
3399 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * shell/ev-view.c: (ev_view_button_press_event):
3402
3403         Do not start an image drag and drop operation when pointer is on 
3404         text, so that we can select text when the whole background is an
3405         image. 
3406
3407 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * shell/ev-window.c: (ev_window_update_actions): 
3410
3411         Disable all zoom related actions during presentation mode. 
3412
3413 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3414
3415         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3416
3417         Do not zoom in or out on presentation mode. Fixes bug #401305.
3418
3419 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3420
3421         * shell/ev-navigation-action.c: (connect_proxy),
3422         (create_menu_item), (ev_navigation_action_class_init):
3423         
3424         Correctly show menu and fix crash when navigaton 
3425         action is out of toolbar visible area.
3426
3427 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3428
3429         * data/Makefile.am:
3430         * data/evince.1:
3431         
3432         Added man file
3433
3434 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3435
3436         * help/reference/* :
3437         * configure.ac:
3438         
3439         Added gtk-doc based documentation for Evince.
3440         Still in initial state but I hope it will
3441         grow.
3442         
3443         * configure.ac:
3444         
3445         Lower dbus requirement to 0.70
3446
3447 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3448
3449         * shell/ev-window.c: (ev_window_add_history):
3450
3451         Fix memory leak. 
3452
3453 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3454
3455         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3456         * shell/ev-view.h:
3457         * shell/ev-window.c: (ev_window_add_history):
3458         
3459         Correctly handle named destination links
3460
3461 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3462
3463         * NOTES:
3464         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3465         * backend/pdf/ev-poppler.cc:
3466         * libdocument/ev-document-links.h:
3467         * libdocument/ev-link.c: (ev_link_get_page):
3468         * libdocument/ev-link.h:
3469         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3470         (ev_history_add_link):
3471         * shell/ev-history.h:
3472         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3473         (new_history_menu_item), (build_menu):
3474         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3475         * shell/ev-sidebar-links.c: (create_loading_model),
3476         (print_section_cb), (ev_sidebar_links_construct),
3477         (fill_page_labels), (update_page_callback_foreach),
3478         (update_page_callback), (job_finished_callback):
3479         * shell/ev-view.c: (ev_view_handle_link):
3480         * shell/ev-window.c: (ev_window_find_chapter),
3481         (ev_window_add_history), (view_handle_link_cb),
3482         (history_changed_cb):
3483         
3484         Implements another history variant
3485
3486 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3487
3488         * shell/ev-window.c: (view_external_link_cb):
3489         * shell/ev-view.c: (ev_view_button_release_event):
3490
3491         Open links in new window when clicking with middle button. 
3492
3493 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3494
3495         * shell/ev-navigation-action.c: (new_history_menu_item):
3496         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3497         * shell/ev-view.c: (ev_view_handle_link):
3498         * shell/ev-window.c:
3499         
3500         Store link before jump, not the destination. For me it 
3501         seems like more natural history behavior.
3502
3503 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3506         (ev_navigation_action_class_init):
3507         * shell/ev-navigation-action.h:
3508         * shell/ev-page-action.c: (activate_cb):
3509         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3510         (ev_page_cache_set_current_page_history):
3511         * shell/ev-page-cache.h:
3512         * shell/ev-sidebar-thumbnails.c:
3513         (ev_sidebar_tree_selection_changed),
3514         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3515         * shell/ev-view-private.h:
3516         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3517         * shell/ev-view.h:
3518         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3519         (ev_window_setup_document), (ev_window_load_job_cb):
3520         * shell/ev-window.h:
3521         
3522         History finally works as expected.
3523
3524 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3527
3528         Do not update links treeview if it doesn't have a model assigned yet. 
3529
3530 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3531
3532         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3533         (ev_sidebar_links_class_init), (update_page_callback):
3534
3535         Do not update links treeview when sidepane is not visible. 
3536
3537 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3538
3539         * shell/ev-marshal.list:
3540         * shell/ev-page-action.c: (activate_cb),
3541         (ev_page_action_class_init):
3542         * shell/ev-page-action.h:
3543         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3544         * shell/ev-window.c:
3545         
3546         Remove activate_link signal, not required.
3547
3548 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3549
3550         * shell/ev-navigation-action.c: (build_menu):
3551         
3552         Reorder menu items and build menu with fixed length.
3553
3554 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3555
3556         * shell/ev-view.c: (get_selected_text):
3557         
3558         Normalize text to fix ligatures problem. See bug
3559         #341947 for details.
3560
3561 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3564
3565         Fix memory leak in ev-page-cache. 
3566
3567 2007-01-25  Tom Parker <palfrey@tevp.net>
3568
3569         * backend/impress/impress-document.c: (impress_document_load),
3570         (impress_document_finalize), (impress_document_init):
3571         * properties/ev-properties-main.c: (ev_properties_get_pages):
3572         
3573         Correctly handle impress document errors. Fixes nautilus
3574         crash in property page #370491.
3575
3576 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3577
3578         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3579         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3580         (ev_job_queue_remove_job):
3581         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3582         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3583         (ev_job_load_run):
3584         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3585         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3586         (ev_window_load_job_cb), (xfer_update_progress_callback),
3587         (ev_window_open_uri), (ev_window_dispose):
3588         * shell/main.c: (main):
3589
3590         Do file transfer asynchronously in the main thread instead of
3591         synchronously in the load thread. Fixes bugs #399694, #398307 and
3592         #343542.
3593
3594 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-jobs.c: (ev_job_xfer_run):
3597
3598         Load the document with the font-config lock held. 
3599
3600 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * backend/ps/ps-document.c: (start_interpreter):
3603
3604         Fix memory leaks in ps backend. 
3605
3606 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * backend/impress/impress-document.c:
3609         (impress_document_render_pixbuf):
3610
3611         Do not acquire fontconfig lock in impress backend, since it is using
3612         the main loop for rendering. 
3613
3614 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * po/POTFILES.in: 
3617
3618         Remove mdvi files that shouldn't be translated. 
3619
3620 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-view-private.h:
3623         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3624         (ev_view_set_zoom):
3625
3626         Render "loading..." text into a cairo surface instead of directly into
3627         the window so that fontconfig lock is only needed once and UI is not
3628         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3629
3630 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3631
3632         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3633         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3634
3635         Use icon theme associated with the window screen rather than default. 
3636
3637 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3638
3639         * configure.ac:
3640
3641         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3642
3643 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3644
3645         * data/icons/*/apps/evince.*:
3646
3647         Move Evince icons under new apps directory.
3648
3649         * data/icons/*/actions/*:
3650
3651         Add new custom themeable Evince icons: view-page-continuous, 
3652         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3653         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3654
3655         * configure.ac:
3656
3657         Add new directories to AC_CONFIG_FILES.
3658
3659         * shell/ev-stock-icons.c:
3660         * shell/ev-stock-icons.h:
3661
3662         Use new custom themeable icons.
3663
3664 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3667
3668         Do not draw white background page in presentation mode. 
3669
3670 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3671
3672         * shell/ev-view.c: Remove unused gnome-vfs include.
3673
3674 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3675
3676         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3677         
3678         Format string is corrected, fixes bug #397129.
3679
3680 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-window.c: (ev_window_setup_recent):
3683
3684         Do not include in recent menu inexistent documents. Fixes
3685         bug #339171.
3686
3687 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * po/POTFILES.skip: 
3690
3691         Update POTFILES.skip file according to current source tree. 
3692
3693 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-window.c: (file_save_dialog_response_cb):
3696
3697         Do Save a copy in atomic way. Fixes bug #328266. 
3698
3699 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3702
3703         Keep selected cell always visible in index treeview.
3704
3705 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3706         
3707         * shell/ev-view.c: (ev_view_size_allocate):
3708
3709         Restore horizontal scrollbar after switching to/from fullscreen
3710         or presentation mode. Fixes bug #331728.
3711
3712 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * shell/ev-view-private.h:
3715         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3716         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3717         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3718         (ev_view_can_zoom_out):
3719
3720         Use max and min scale values in the view iby taking dpi into account. 
3721
3722 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * configure.ac:
3725         * NEWS:
3726
3727         Release 0.7.1
3728
3729 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3730
3731         * shell/ev-window.c: (ev_window_print_send):
3732
3733         Send print job to printer with some settings set to default values,
3734         since we have already exported to a file according to such settings
3735         and they could be taken twice by some printers. 
3736
3737 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3738
3739         * shell/ev-jobs.c: (ev_job_xfer_run):
3740         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3741
3742         Show main window and load document with the font-config lock held. 
3743
3744 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * configure.ac:
3747         * shell/ev-application.c: (ev_application_register_service):
3748         * shell/main.c: (load_files_remote):
3749
3750         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3751
3752 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * doc/debugging.txt:
3755         
3756         Remove obsolete documentation.
3757
3758 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3759
3760         * Makefile.am:
3761         * backend/Makefile.am:
3762         * backend/comics/Makefile.am:
3763         * backend/djvu/Makefile.am:
3764         * backend/dvi/Makefile.am:
3765         * backend/ev-async-renderer.c:
3766         * backend/ev-async-renderer.h:
3767         * backend/ev-attachment.c:
3768         * backend/ev-attachment.h:
3769         * backend/ev-backend-marshal.c:
3770         * backend/ev-document-factory.c:
3771         * backend/ev-document-factory.h:
3772         * backend/ev-document-find.c:
3773         * backend/ev-document-find.h:
3774         * backend/ev-document-fonts.c:
3775         * backend/ev-document-fonts.h:
3776         * backend/ev-document-images.c:
3777         * backend/ev-document-images.h:
3778         * backend/ev-document-info.h:
3779         * backend/ev-document-links.c:
3780         * backend/ev-document-links.h:
3781         * backend/ev-document-misc.c:
3782         * backend/ev-document-misc.h:
3783         * backend/ev-document-security.c:
3784         * backend/ev-document-security.h:
3785         * backend/ev-document-thumbnails.c:
3786         * backend/ev-document-thumbnails.h:
3787         * backend/ev-document-transition.c:
3788         * backend/ev-document-transition.h:
3789         * backend/ev-document.c:
3790         * backend/ev-document.h:
3791         * backend/ev-file-exporter.c:
3792         * backend/ev-file-exporter.h:
3793         * backend/ev-image.c:
3794         * backend/ev-image.h:
3795         * backend/ev-link-action.c:
3796         * backend/ev-link-action.h:
3797         * backend/ev-link-dest.c:
3798         * backend/ev-link-dest.h:
3799         * backend/ev-link.c:
3800         * backend/ev-link.h:
3801         * backend/ev-render-context.c:
3802         * backend/ev-render-context.h:
3803         * backend/ev-selection.c:
3804         * backend/ev-selection.h:
3805         * backend/impress/Makefile.am:
3806         * backend/pdf/Makefile.am:
3807         * backend/pixbuf/Makefile.am:
3808         * backend/ps/Makefile.am:
3809         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3810         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3811         (start_interpreter), (stop_interpreter), (document_load),
3812         (ps_document_next_page), (render_page):
3813         * backend/tiff/Makefile.am:
3814         * comics/Makefile.am:
3815         * comics/comics-document.c:
3816         * comics/comics-document.h:
3817         * configure.ac:
3818         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3819         * djvu/Makefile.am:
3820         * djvu/djvu-document-private.h:
3821         * djvu/djvu-document.c:
3822         * djvu/djvu-document.h:
3823         * djvu/djvu-links.c:
3824         * djvu/djvu-links.h:
3825         * djvu/djvu-text-page.c:
3826         * djvu/djvu-text-page.h:
3827         * djvu/djvu-text.c:
3828         * djvu/djvu-text.h:
3829         * dvi/Makefile.am:
3830         * dvi/dvi-document.c:
3831         * dvi/dvi-document.h:
3832         * dvi/fonts.c:
3833         * dvi/fonts.h:
3834         * dvi/mdvi-lib/Makefile.am:
3835         * dvi/mdvi-lib/afmparse.c:
3836         * dvi/mdvi-lib/afmparse.h:
3837         * dvi/mdvi-lib/bitmap.c:
3838         * dvi/mdvi-lib/bitmap.h:
3839         * dvi/mdvi-lib/color.c:
3840         * dvi/mdvi-lib/color.h:
3841         * dvi/mdvi-lib/common.c:
3842         * dvi/mdvi-lib/common.h:
3843         * dvi/mdvi-lib/defaults.h:
3844         * dvi/mdvi-lib/dvimisc.c:
3845         * dvi/mdvi-lib/dviopcodes.h:
3846         * dvi/mdvi-lib/dviread.c:
3847         * dvi/mdvi-lib/files.c:
3848         * dvi/mdvi-lib/font.c:
3849         * dvi/mdvi-lib/fontmap.c:
3850         * dvi/mdvi-lib/fontmap.h:
3851         * dvi/mdvi-lib/fontsrch.c:
3852         * dvi/mdvi-lib/gf.c:
3853         * dvi/mdvi-lib/hash.c:
3854         * dvi/mdvi-lib/hash.h:
3855         * dvi/mdvi-lib/list.c:
3856         * dvi/mdvi-lib/mdvi.h:
3857         * dvi/mdvi-lib/pagesel.c:
3858         * dvi/mdvi-lib/paper.c:
3859         * dvi/mdvi-lib/paper.h:
3860         * dvi/mdvi-lib/pk.c:
3861         * dvi/mdvi-lib/private.h:
3862         * dvi/mdvi-lib/setup.c:
3863         * dvi/mdvi-lib/sp-epsf.c:
3864         * dvi/mdvi-lib/special.c:
3865         * dvi/mdvi-lib/sysdeps.h:
3866         * dvi/mdvi-lib/t1.c:
3867         * dvi/mdvi-lib/tfm.c:
3868         * dvi/mdvi-lib/tfmfile.c:
3869         * dvi/mdvi-lib/tt.c:
3870         * dvi/mdvi-lib/util.c:
3871         * dvi/mdvi-lib/vf.c:
3872         * dvi/pixbuf-device.c:
3873         * dvi/pixbuf-device.h:
3874         * impress/Makefile.am:
3875         * impress/common.h:
3876         * impress/document.c:
3877         * impress/f_oasis.c:
3878         * impress/f_oo13.c:
3879         * impress/iksemel.c:
3880         * impress/iksemel.h:
3881         * impress/imposter.h:
3882         * impress/impress-document.c:
3883         * impress/impress-document.h:
3884         * impress/internal.h:
3885         * impress/r_back.c:
3886         * impress/r_draw.c:
3887         * impress/r_geometry.c:
3888         * impress/r_gradient.c:
3889         * impress/r_style.c:
3890         * impress/r_text.c:
3891         * impress/render.c:
3892         * impress/render.h:
3893         * impress/zip.c:
3894         * impress/zip.h:
3895         * lib/Makefile.am:
3896         * lib/ev-debug.c:
3897         * lib/ev-debug.h:
3898         * lib/ev-file-helpers.c:
3899         * lib/ev-file-helpers.h:
3900         * lib/ev-gui.c:
3901         * lib/ev-gui.h:
3902         * lib/ev-tooltip.c:
3903         * lib/ev-tooltip.h:
3904         * libdocument/Makefile.am:
3905         * libdocument/ev-file-helpers.c:
3906         * pdf/Makefile.am:
3907         * pdf/ev-poppler.cc:
3908         * pdf/ev-poppler.h:
3909         * pixbuf/Makefile.am:
3910         * pixbuf/pixbuf-document.c:
3911         * pixbuf/pixbuf-document.h:
3912         * properties/Makefile.am:
3913         * ps/Makefile.am:
3914         * ps/gsdefaults.c:
3915         * ps/gsdefaults.h:
3916         * ps/gsio.c:
3917         * ps/gsio.h:
3918         * ps/gstypes.h:
3919         * ps/ps-document.c:
3920         * ps/ps-document.h:
3921         * ps/ps.c:
3922         * ps/ps.h:
3923         * shell/Makefile.am:
3924         * shell/ev-application.h:
3925         * shell/ev-sidebar-links.c:
3926         * shell/ev-sidebar-links.h:
3927         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3928         (ev_gui_menu_position_tree_selection):
3929         * shell/ev-utils.h:
3930         * shell/ev-view.c: (ev_view_finalize):
3931         * shell/ev-window.c:
3932         * shell/main.c: (main):
3933         * thumbnailer/Makefile.am:
3934         * tiff/Makefile.am:
3935         * tiff/tiff-document.c:
3936         * tiff/tiff-document.h:
3937         * tiff/tiff2ps.c:
3938         * tiff/tiff2ps.h:
3939         
3940         Reorganize source tree.
3941
3942 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * backend/ev-document-factory.c:
3945
3946         Do not include ev-poppler.h when pdf is disabled. 
3947
3948 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3949
3950         * configure.ac:
3951         * data/evince-ui.xml:
3952         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3953         (pdf_document_document_images_iface_init):
3954         * backend/Makefile.am:
3955         * backend/ev-document-images.[ch]:
3956         * backend/ev-image.[ch]:
3957         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3958         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3959         (ev_job_xfer_run):
3960         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3961         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3962         (ev_pixbuf_cache_get_image_mapping):
3963         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3964         (view_menu_popup_cb), (ev_window_dispose),
3965         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3966         (ev_view_popup_cmd_copy_image):
3967         * shell/ev-view-private.h:
3968         * shell/ev-view.c: (ev_view_get_image_at_location),
3969         (ev_view_do_popup_menu), (ev_view_popup_menu),
3970         (ev_view_button_press_event), (ev_view_drag_data_get),
3971         (ev_view_drag_motion), (ev_view_drag_data_received),
3972         (ev_view_motion_notify_event), (ev_view_button_release_event),
3973         (ev_view_finalize), (ev_view_class_init):
3974
3975         Add image handling support. Fixes bugs #310008 and #325047. Images
3976         selection is not supported yet. 
3977
3978 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3979
3980         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3981         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3982         (ev_view_init):
3983
3984         Move view drag and drop stuff to ev-view.
3985
3986 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3987
3988         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3989         * shell/ev-view.c: (clear_selection): 
3990
3991         Clear selection also in pixbuf cache.
3992
3993 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3994
3995         * data/evince.desktop.in.in:
3996         
3997         Change icon name in desktop file. See bug #390734
3998         for details.
3999
4000 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4001
4002         * thumbnailer/Makefile.am:
4003
4004         Use top_builddir instead top_srcdir for generated schema
4005         file installation. Fixes bug #390161.
4006
4007 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4008
4009         * configure.ac:
4010         * backend/Makefile.am:
4011         * backend/ev-document-transition.[ch]:
4012         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4013         (pdf_document_page_transition_iface_init):
4014         * shell/ev-view-private.h:
4015         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4016         (ev_view_set_presentation), (transition_next_page),
4017         (ev_view_presentation_transition_stop),
4018         (ev_view_presentation_transition_start), (ev_view_next_page):
4019
4020         Add page transition support in presentation mode. At the moment only
4021         page duration is supported, but not transition effects. Fixes bug
4022         #309815.
4023
4024 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4027
4028         Run find_link_dest with document lock held, since it's called by links
4029         thread and main thread at the same time. 
4030
4031 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4032
4033         * shell/ev-view.c: (goto_dest):
4034
4035         Update page-cache when page is changed by the view, so that
4036         page-changed signal is emitted. 
4037
4038 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4039
4040         * test/test1.py:
4041         * test/test2.py:
4042
4043         Use C locale in tests. 
4044
4045 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4046
4047         * shell/ev-window.c: (ev_window_run_presentation):
4048         * shell/ev-view-private.h:
4049         * shell/ev-view.c: (ev_view_set_presentation):
4050
4051         Restore zoom settings when back from presentation mode. 
4052
4053 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4054
4055         * shell/ev-window.c: (ev_window_run_presentation):
4056
4057         Always use "best fit" zoom in presentation mode.
4058         Fixes bug #389195.
4059
4060 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4061
4062         * shell/ev-view.c: (ev_view_goto_window_create):
4063
4064         Show "Jump to page" label in the page jumping popup in
4065         presentation mode instead of just a GtkEntry.
4066
4067 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4068
4069         * shell/ev-window.c: (launch_external_uri):
4070
4071         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4072         #378085.
4073
4074 2006-12-22  Elijah Newren  <newren gmail com>
4075
4076         * configure.ac: explicitly check for libxml2.  Fixes #388795
4077
4078 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4079
4080         * shell/ev-view-private.h:
4081         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4082         (ev_view_goto_window_delete_event), (key_is_numeric),
4083         (ev_view_goto_window_key_press_event),
4084         (ev_view_goto_window_button_press_event),
4085         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4086         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4087         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4088
4089         Allow jumping to another page by typing a page number in presentation
4090         mode. It uses a popup window with an entry. Fixes bug #353625.
4091
4092 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * configure.ac:
4095         * properties/ev-properties-view.c: (ev_get_default_user_units),
4096         (ev_regular_paper_size):
4097         
4098         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4099         to Damien Carbery <damien.carbery@sun.com> and
4100         Yevgen Muntyan <muntyan@tamu.edu>.
4101
4102 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4103
4104         * shell/ev-window.c: (setup_document_from_metadata):
4105
4106         Make sure Evince doesn't restore the view on the last
4107         page when a document is reopened. Fixes bug #383381.
4108
4109 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4110
4111         * shell/ev-view.c: (draw_loading_text):
4112
4113         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4114
4115 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * configure.ac:
4118         * NEWS:
4119
4120         Release 0.7.0
4121
4122 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * configure.ac:
4125         * pdf/ev-poppler.cc: (pdf_print_context_free),
4126         (pdf_document_file_exporter_begin),
4127         (pdf_document_file_exporter_do_page):
4128
4129         Make cairo-pdf depedency optional. 
4130
4131 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4134
4135         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4136
4137 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4138
4139         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4140         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4141         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4142         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4143         * shell/ev-view.c: (draw_loading_text):
4144         * shell/ev-window.c: (ev_window_cmd_file_properties):
4145
4146         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4147         related to using FontConfig from different threads.
4148         
4149 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4150
4151         * shell/ev-view.c: (draw_loading_text):
4152
4153         Acquire lock document when drawing "Loading..." text so that only one
4154         thread will use FontConfig at the same time. Fixes bug #374750.
4155
4156 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-page-action.[ch]: (activate_cb):
4159         * shell/ev-window.c: (activate_label_cb):
4160
4161         Check if text inserted in page entry is a valid page number when it
4162         doesn't match to any document page label. Fixes bug #383165.
4163
4164 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4165         * shell/ev-window.c:
4166
4167         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4168         available with GTK < 2.10. Added an ifdef to avoid compilation
4169         error.
4170
4171 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * configure.ac:
4174         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4175
4176         Fix ps backend in multihead systems.
4177
4178 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4181         * shell/ev-window.c: (ev_window_get_screen_dpi),
4182         (ev_window_update_actions), (setup_view_from_metadata),
4183         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4184
4185         Take screen DPI into account when zooming. Fixes bug #318285.
4186
4187 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4188
4189         * data/Makefile.am:
4190
4191         Cleaned up/slightly refactored Makefile.am. Added GConf
4192         schemas uninstallation as well.
4193
4194 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4195
4196         * Makefile.am:
4197         * test/Makefile.am:
4198
4199         Fight with autotools to fix make check. Make distcheck
4200         works fine as well now!
4201
4202 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4203
4204         * shell/ev-view.c: (draw_end_presentation_page):
4205
4206         Corrected "end of presentation" string.
4207
4208 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4209
4210         * shell/ev-view.c: (ev_view_key_press_event):
4211
4212         Correctly propagate key press event so that up/down keys
4213         work as expected (correct behaviour was broken by
4214         black/white screen key bindings for presentations).
4215
4216 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4217
4218         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4219         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4220         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4221         (pdf_selection_get_selection_region),
4222         (pdf_selection_get_selection_map):
4223
4224         Add "static" to some private functions. 
4225
4226 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4227
4228         * lib/ev-tooltip.h:
4229         * properties/ev-properties-view.h:
4230         * shell/ev-jobs.h:
4231         * shell/ev-properties-dialog.h:
4232         * shell/ev-properties-fonts.h:
4233         * shell/ev-sidebar-links.h:
4234         * shell/ev-sidebar-thumbnails.h:
4235         * shell/ev-sidebar.h:
4236         * shell/ev-window.h:
4237         
4238         Fixes CHACK type in class casts. See bug #385343
4239         for details.
4240
4241 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * shell/ev-view-private.h:
4244         * shell/ev-view.c: (draw_end_presentation_page),
4245         (ev_view_expose_event), (ev_view_key_press_event),
4246         (ev_view_class_init), (ev_view_init):
4247
4248         Blank screen in presentation mode when pressing 'b' (filling with
4249         black) or 'w' (filling with white) keys. Fixes bug #358132.
4250
4251 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4252
4253         * data/evince-toolbar.xml:
4254         * shell/ev-window.c:
4255         
4256         Use stock icon for Select All action. Fixes
4257         bug #382652.
4258
4259 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4260
4261         * shell/ev-view.c: (get_doc_point_from_offset),
4262         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4263
4264         Add links support in rotated documents. Fixes bug #343733.
4265
4266 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4267
4268         * shell/ev-view-private.h:
4269         * shell/ev-view.c: (draw_end_presentation_page),
4270         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4271
4272         Show a blank page after the last page in presentation mode with a
4273         message indicating that presentation has finished and how to exit. 
4274
4275 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4276
4277         * shell/ev-window.c: (fullscreen_timeout_cb):
4278
4279         Hide cursor after a while in presentation mode. 
4280
4281 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4282
4283         * backend/ev-document-info.h:
4284         * data/evince-properties.glade:
4285         * pdf/ev-poppler.cc:
4286         * properties/ev-properties-view.c: (ev_regular_paper_size),
4287         (ev_properties_view_set_info):
4288         * ps/ps-document.c: (ps_document_get_info):
4289
4290         Adds a paper size field to the properties dialog. Fixes
4291         bug #307315. Patch by Kasper Svendsen (with some i18n
4292         changes done by me).
4293
4294 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4295
4296         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4297         (screensaver_init_dbus), (totem_scrsaver_new),
4298         (totem_scrsaver_init):
4299         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4300         * shell/ev-application.c: (ev_application_register_service),
4301         (ev_application_screensaver_enable),
4302         (ev_application_screensaver_disable):
4303         * shell/ev-application.h:
4304         * shell/ev-window.c: (ev_window_run_presentation),
4305         (ev_window_stop_presentation), (build_comments_string),
4306         (ev_window_init):
4307         
4308         Move screensaver handling to application. No more
4309         message on startup.
4310
4311 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * configure.ac:
4314         * backend/Makefile.am:
4315         * backend/ev-file-exporter.[ch]:
4316         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4317         * ps/ps-document.c: (ps_document_file_exporter_*):
4318         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4319         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4320         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4321         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4322
4323         Allow printing to PDF when suppoted by the backend.
4324         
4325 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-window.c: (build_comments_string):
4328
4329         Use always "Document Viewer" in about dialog. 
4330
4331 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * djvu/djvu-document.c: (djvu_document_get_page_size):
4334
4335         Display a warning message when get_pageinfo fails. 
4336
4337 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4338
4339         * Makefile.am:
4340         * backend/Makefile.am:
4341         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4342         * configure.ac:
4343         * shell/ev-window.c: (build_comments_string):
4344         
4345         Make pdf compilation optional. See bug #38007.
4346
4347 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * ps/ps.c: (get_next_text):
4350
4351         Fix CVE-2006-5864.
4352
4353 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4356         * shell/ev-navigation-action.c: (connect_proxy),
4357         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4358         
4359         Do not call g_type_class_peek_parent twice.
4360
4361 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * configure.ac:
4364         * data/icons/24x24/.cvsignore:
4365         * data/icons/24x24/Makefile.am:
4366         * data/icons/24x24/evince.png:
4367         * data/icons/Makefile.am:
4368         
4369         Add 24x24 icon. Thanks to 
4370         Michael Monreal <infernux@web.de>.
4371
4372 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * configure.ac: Fix typo in configure.ac. Thanks
4375         to dmacks@netspace.org for notification.
4376
4377 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4378
4379         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4380         
4381         Drop dbus include, fixes compilation with older dbus.
4382
4383 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4384
4385         * configure.ac:
4386         * cut-n-paste/Makefile.am:
4387         * cut-n-paste/totem-screensaver/.cvsignore
4388         * cut-n-paste/totem-screensaver/Makefile.am:
4389         * cut-n-paste/totem-screensaver/README:
4390         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4391         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4392         * shell/Makefile.am:
4393         * shell/ev-window.c: (ev_window_run_presentation),
4394         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4395         (ev_window_init):
4396
4397         Implemented screensaver enabling/disabling for
4398         presentation mode (not fullscreen mode). Code stolen
4399         from Totem (with some minor tweaks). Fixes bug #338889.
4400
4401 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4402
4403         * configure.ac:
4404
4405         Bump gnome-icon-theme requirements. We use the rotation
4406         icons that appeared recently.
4407
4408 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4409
4410         * shell/ev-history.c: (ev_history_add_page):
4411         * shell/ev-history.h:
4412         * shell/ev-window.c: (page_changed_cb):
4413         
4414         Use page labels instead of numbers.
4415
4416 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4417
4418         * data/evince-toolbar.xml:
4419         * po/POTFILES.in:
4420         * shell/Makefile.am:
4421         * shell/ev-navigation-action-widget.c:
4422         (ev_navigation_action_widget_init),
4423         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4424         (menu_detacher), (ev_navigation_action_widget_set_menu),
4425         (menu_position_func), (popup_menu_under_arrow),
4426         (ev_navigation_action_widget_toggled),
4427         (ev_navigation_action_widget_button_press_event):
4428         * shell/ev-navigation-action-widget.h:
4429         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4430         (ev_navigation_action_set_window), (activate_menu_item_cb),
4431         (new_history_menu_item), (new_empty_history_menu_item),
4432         (build_menu), (menu_activated_cb), (connect_proxy),
4433         (create_tool_item), (ev_navigation_action_init),
4434         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4435         * shell/ev-navigation-action.h:
4436         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4437         (ev_page_action_widget_set_page_cache),
4438         (ev_page_action_widget_finalize),
4439         (ev_page_action_widget_class_init), (match_selected_cb),
4440         (display_completion_text), (match_completion), (build_new_tree_cb),
4441         (get_filter_model_from_model),
4442         (ev_page_action_widget_update_model):
4443         * shell/ev-page-action-widget.h:
4444         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4445         (connect_proxy):
4446         * shell/ev-page-action.h:
4447         * shell/ev-stock-icons.c:
4448         * shell/ev-stock-icons.h:
4449         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4450         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4451         (register_custom_actions):
4452         * shell/main.c:
4453         
4454         Preliminary history implementation
4455
4456 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4457
4458         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4459         (dvi_document_class_init), (dvi_document_init_params):
4460         * dvi/mdvi-lib/font.c: (font_reference):
4461         
4462         Add reference to subfont. Fixes bug #374277.
4463
4464 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4465
4466         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4467         (ev_window_cmd_file_open_copy_at_dest):
4468
4469         Fix a race condition when creating symlink. Increase the counter
4470         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4471         Mathias Hasselmann).
4472
4473 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * backend/Makefile.am:
4476         * backend/ev-attachment.c: (ev_attachment_open):
4477         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4478         (ev_tmp_dir), (ev_tmp_filename):
4479         * shell/ev-sidebar-attachments.c:
4480         (ev_sidebar_attachments_drag_data_get):
4481         * shell/ev-window.c: (ev_window_clear_temp_file):
4482
4483         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4484         in ensure_dir_exists. Abort without crashing when we can't create
4485         user's directory.
4486
4487 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * data/evince-ui.xml:
4490         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4491         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4492         (ev_window_cmd_file_open_copy_at_dest),
4493         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4494         (ev_view_popup_cmd_open_link_new_window):
4495
4496         Allow opening a copy of the current document in a new window. Fixes bug
4497         #357472
4498
4499 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * data/evince-toolbar.xml:
4502         
4503         Add rotate right and rotate left to available items for toolbar.
4504         
4505         * data/evince-ui.xml:
4506         * shell/ev-window.c: (ev_window_init):
4507         
4508         Customize toolbar with right click. Fixes bug #372451.
4509
4510 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4511
4512         * shell/ev-window.c: 
4513         
4514         Use "object-rotate-{left,right}" stock icons. Fixes 
4515         bug #373863.
4516
4517 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4518
4519         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4520         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4521         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4522         (ev_window_open_uri):
4523         * shell/main.c: (arguments_parse):
4524
4525         Remove temp file created when evince is used by GTK+ in
4526         preview mode. Fixes bug #365282. 
4527
4528 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4531         
4532         Fixes bug #372474 - Side pane disabled when entering 
4533         and leaving fullscreen mode.
4534
4535 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4538         * data/Makefile.am:
4539         * data/evince-preview-toolbar.xml:
4540         * data/evince-toolbar.xml:
4541         * shell/ev-application.c: (ev_application_shutdown),
4542         (ev_application_init), (ev_application_get_toolbars_model):
4543         * shell/ev-application.h:
4544         * shell/ev-window.c: (update_chrome_visibility),
4545         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4546         (ev_window_cmd_edit_toolbar), (ev_window_init):
4547         
4548         Fixes bug #364364 - toolbar editor shows zoom actions again.
4549
4550 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4551
4552         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4553
4554         Do not take margins into consideration for paper size when printing.
4555         Really fixes bug #350491.
4556
4557 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4558
4559         * data/evince-ui.xml:
4560         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4561         (ev_window_cmd_file_print_setup),
4562         (ev_window_print_dialog_response_cb),
4563         (ev_window_setup_action_sensitivity):
4564
4565         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4566
4567 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4568
4569         * shell/ev-window.c: (ev_window_print_range):
4570
4571         Revert my previuos commit, since printing to PDF is not supported by
4572         evince yet. 
4573
4574 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * shell/ev-window.c: (ev_window_print_range):
4577
4578         Enable print to a PDF. Fixes bug #332121.
4579
4580 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * shell/ev-application-service.xml:
4583         * shell/ev-application.[ch]: (ev_application_open_window),
4584         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4585         (ev_application_open_uri), (ev_application_open_uri_list):
4586         * shell/ev-window.c: (file_open_dialog_response_cb),
4587         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4588         (drag_data_received_cb), (open_remote_link):
4589         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4590
4591         Add support for multiscreen systems. Fixes bug #316206.
4592
4593 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-jobs.[ch]: (ev_job_print_new),
4596         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4597         (ev_job_print_do_page):
4598         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4599
4600         Allow printing only odd/even pages. Fixes bug #367289.
4601
4602 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4603
4604         * test/test1.py:
4605         * test/test2.py:
4606
4607         Re-add locale settings to test files.
4608
4609 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * data/evince-ui.xml:
4612         * shell/ev-window.c: (set_action_properties):
4613         
4614         Removed garbage from code and ui.
4615
4616 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4617
4618         * shell/ev-window.c: (ev_window_cmd_help_about):
4619
4620         Shamelessly add my name to the list of contributors.
4621
4622 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4623
4624         * test/test1.py:
4625         * test/test2.py:
4626
4627         Cleaned up the dogtail scripts.
4628
4629 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4630
4631         * shell/ev-view.c: (draw_loading_text): Don't render
4632         "loading..." text in presentation mode. Temporary
4633         workaround for bug #320352.
4634
4635 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4638         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4639
4640         Use print settings scale, copies, collate and reverse which were
4641         ignored. Fixes bug #359032.
4642
4643 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4644
4645         * configure.ac:
4646         * data/evince-password.glade:
4647         * test/Makefile.am:
4648         * test/test-encrypt.pdf:
4649         * test/test-links.pdf:
4650         * test/test1.py:
4651         * test/test2.py:
4652
4653         Add automated UI tests for evince with dogtail. See
4654         bug #300948.    
4655
4656 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4657
4658         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4659
4660         Hide fullscreen toolbar when switching to another desktop workspace.
4661         Fixes bug #338871
4662
4663 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4664
4665         * shell/ev-window-title.c: 
4666         
4667         Test for .dvi in title of pdf documents.
4668
4669 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4670
4671         * shell/ev-view.c: (ev_view_scroll):
4672
4673         Page Up/Down should do page jumps in "Best fit" mode.
4674         If a user has explicitly chosen to view exactly one page
4675         at a time, scrolling just a part of the page when
4676         pressing Page Up/Down is not right. Fixes bug #323107.
4677
4678 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * NEWS:
4681         * configure.ac:
4682         
4683         Update for 0.6.1
4684
4685 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4688         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4689         
4690         Correctly disconnect from job signals on destroy.
4691
4692 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4693
4694         * shell/ev-view-private.h:
4695         * shell/ev-view.c: (view_set_adjustment_values),
4696         (view_update_range_and_current_page),
4697         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4698         
4699         Fixes bug #343199, current page now follows find page.
4700
4701 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4702
4703         * backend/ev-document-factory.c:
4704         * configure.ac:
4705         Assigned OpenDocument presenation MIME type to the
4706         Impress backend. Added some missing (but harmless)
4707         #ifdefs in the document factory as well to make things
4708         consistent again. Fixes bug #360658.
4709
4710 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4711
4712         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4713         * backend/ev-document-find.c: (ev_document_find_get_type):
4714         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4715         * backend/ev-document-links.c: (ev_document_links_get_type):
4716         * backend/ev-document-security.c: (ev_document_security_get_type):
4717         * backend/ev-document-thumbnails.c:
4718         (ev_document_thumbnails_get_type):
4719         * backend/ev-document.c: (ev_document_get_type):
4720         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4721         * backend/ev-selection.c: (ev_selection_get_type):
4722         * cut-n-paste/recent-files/egg-recent-model.c:
4723         (egg_recent_model_get_type):
4724         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4725         (egg_recent_view_uimanager_get_type):
4726         * cut-n-paste/recent-files/egg-recent-view.c:
4727         (egg_recent_view_get_type):
4728         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4729         (egg_editable_toolbar_get_type):
4730         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4731         (egg_toolbar_editor_get_type):
4732         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4733         (egg_toolbars_model_get_type):
4734         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4735         (egg_tree_multi_drag_source_get_type):
4736         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4737         (ephy_zoom_action_get_type):
4738         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4739         (ephy_zoom_control_get_type):
4740         * impress/r_back.c: (_imp_fill_back):
4741         * properties/ev-properties-main.c:
4742         (ev_properties_plugin_register_type):
4743         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4744         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4745         (ev_view_accessible_factory_get_type):
4746
4747         Reduce relocations. Bug #360616.
4748
4749 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * backend/ev-document-factory.c:
4752         (ev_document_factory_get_document):
4753         
4754         Load document even if extension is wrong.
4755
4756 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * shell/ev-metadata-manager.c: (save_values):
4759         * shell/ev-window.c: (setup_size_from_metadata),
4760         (setup_view_from_metadata), (ev_window_setup_document),
4761         (ev_window_xfer_job_cb), (window_configure_event_cb):
4762         
4763         Set size according to the document size/page size ratio.
4764         That should correct rather wierd behaviour of the previous
4765         commit.
4766
4767 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * shell/ev-window.c: (setup_view_from_metadata):
4770         
4771         Set size for new windows from previous window size.
4772         See bugs #354968 and #168450 for details. Thanks
4773         to Meik Hellmund.
4774
4775 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * djvu/djvu-links.c: (build_tree):
4778
4779         Fix memory leak.
4780
4781 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4782
4783         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4784         
4785         Don't make sidebar close button insensitive. Fixes
4786         bug #357871.
4787
4788 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4789
4790         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4791         (ev_window_set_view_accels_sensitivity):
4792         
4793         Don't enable Slash on documents which don't support
4794         find. Fixes bug #358648.
4795
4796 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4797
4798         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4799         open dialog fall back to the current document uri if the
4800         filechooser hasn't been used before. Fixes bug #356980.
4801
4802 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4803
4804         * shell/ev-window.c: (ev_window_setup_recent), 
4805         (ev_window_get_recent_file_label):
4806
4807         Escape underscores in filenames of recent file items.
4808
4809 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4810
4811         * configure.ac:
4812         
4813         Bumped poppler requirements, really 0.5.3 is very 
4814         buggy, now we require 0.5.4.
4815
4816 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * djvu/Makefile.am:
4819         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4820         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4821         (djvu_document_document_links_iface_init):
4822         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4823         (number_from_string_10), (get_djvu_link_dest),
4824         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4825         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4826         (djvu_links_get_links), (djvu_links_find_link_dest),
4827         (djvu_links_get_links_model):
4828         * djvu/djvu-links.h:
4829         
4830         Add support for links and bookmarks in djvu documents. Thanks
4831         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4832         patch.
4833
4834 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4837         
4838         Reopen should reload document. Fixes 
4839         bug 327951.
4840
4841 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4842
4843         * configure.ac:
4844         * data/Makefile.am:
4845         * data/evince-16.png:
4846         * data/evince-22.png:
4847         * data/evince.png:
4848         * data/evince.svg:
4849         * data/icons/16x16/Makefile.am:
4850         * data/icons/16x16/evince.png:
4851         * data/icons/22x22/Makefile.am:
4852         * data/icons/22x22/evince.png:
4853         * data/icons/48x48/Makefile.am:
4854         * data/icons/48x48/evince.png:
4855         * data/icons/Makefile.am:
4856         * data/icons/scalable/Makefile.am:
4857         * data/icons/scalable/evince.svg:
4858         
4859         Install icons with correct names. Fixes
4860         bug #354429.
4861
4862 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4863
4864         * shell/ev-view.c: (ev_view_button_release_event):
4865
4866         Don't open links with middle mouse button. Fixes bug #353649
4867
4868 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4869
4870         * NEWS:
4871         * configure.ac:
4872         
4873         Update for release 0.6.0
4874
4875 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4876
4877         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4878         Implement Close named action. Patch by Carlos Garcia Campos.
4879
4880 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4881
4882         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4883         
4884         Don't clear link mapping on copy_job_to_job_info. Fixes
4885         bug 346168.
4886
4887 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4888
4889         * shell/main.c: (main):
4890
4891         Revert my previous commit, gnome_program_init owns the option context.
4892         Fix another memory leak in main. Both caught by Christian Persch. 
4893
4894 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4895
4896         * shell/main.c: (main):
4897
4898         Fix memory leak.
4899
4900 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4903
4904         Fix crash when opening a pdf with password protection. 
4905
4906 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4907
4908         * pdf/ev-poppler.cc: (pdf_document_search_free):
4909
4910         Fix memory leak. 
4911
4912 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * backend/ev-document-factory.c:
4915         (ev_document_factory_get_document):
4916         * tiff/tiff-document.c: (tiff_document_finalize):
4917         
4918         More correct handling of document loading. Fixes
4919         bug #349043.
4920
4921 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4922
4923         * backend/ev-attachment.c: (ev_attachment_save):
4924
4925         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4926         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4927
4928 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4929         
4930         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4931         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4932
4933 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * shell/ev-sidebar-thumbnails.c:
4936
4937         Do not render thumbnails unless thumbnails page is active in the
4938         sidebar.
4939
4940 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4941
4942         * shell/ev-properties-dialog.c:
4943
4944         Fix dialogue spacing. Bug #351370.
4945
4946 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4947
4948         * configure.ac:
4949
4950         Use lowercase gettext catalog file names (evince.mo
4951         instead of Evince.mo)
4952
4953 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-sidebar-attachments.c:
4956
4957         GtkIconTheme is now screen safe too. Fixes bug #350878
4958
4959 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4960
4961         * shell/ev-window.c:
4962
4963         GtkRecent manager is now screen safe. Fixes bug #350145
4964
4965 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * shell/ev-sidebar.c: (ev_sidebar_init):
4968         
4969         Make sidebar close icon smaller. Fix for bug 350177.
4970         See also bugs 350176 and 165770.
4971
4972 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4973
4974         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4975
4976         Ignore zoom for xyz destinations when it's <= 1, keeping user
4977         preferences instead. Set correct sizing-mode for fith and fitv
4978         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4979
4980 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4981
4982         * NEWS:
4983         * configure.ac:
4984         
4985         Update for release 0.5.5
4986
4987 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4988         
4989         * shell/ev-window.c: (ev_window_cmd_escape)
4990
4991         Escape unfocus page entry. Fixes bug #345809.
4992
4993 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4994
4995         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4996         (build_tree), (pdf_document_links_get_links),
4997         (pdf_document_links_find_link_dest):
4998         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4999         (goto_xyz_dest):
5000
5001         Convert from PDF style coordinates to X style coordinates in the
5002         backend rather than in the view. Fixes bug #338440
5003
5004 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * shell/ev-window.c:
5007         
5008         Remove Ctrl+Shift+T shortcut for toolbars. See
5009         the bug #350098.
5010
5011 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * configure.ac:
5014
5015         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5016         of this. 
5017
5018 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5019
5020         * configure.ac:
5021         * cut-n-paste/Makefile.am:
5022         * data/evince-ui.xml:
5023         * shell/Makefile.am:
5024         * shell/ev-application.[ch]:
5025         * shell/ev-window.c:
5026
5027         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5028         #349273
5029
5030 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5031
5032         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5033         findbar code: s/help/search/
5034
5035 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5036
5037         * shell/ev-window.c: (setup_document_from_metadata),
5038         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5039         (setup_view_from_metadata):
5040         
5041         Fix memory leaks.
5042
5043 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5044
5045         * autogen.sh, configure.ac: 
5046         
5047         Update automake usage. See bug 349292.
5048
5049 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5050
5051         * shell/eggfindbar.c: (egg_find_bar_class_init),
5052         (entry_activate_callback), (egg_find_bar_init),
5053         (egg_find_bar_set_status_text):
5054         * shell/eggfindbar.h:
5055         
5056         Unify Evince findbar with Epiphany. Nice patch
5057         from Fabricio Silva <silva@crans.org> and
5058         Frederic Peters <fpeters@entrouvert.com>. See
5059         bug #339966 for details.
5060
5061 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5062
5063         * data/evince.desktop.in.in:
5064         
5065         Correct information for bugzilla. Thanks to
5066         Olaf Vitters, see bug #348855.
5067
5068 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5069
5070         * shell/ev-jobs.[ch]:
5071         * shell/ev-sidebar-links.c:
5072         * shell/ev-window.[ch]:
5073
5074         GtkPrintJob doesn't support print ranges or current page, so we export
5075         to a ps file now when printing ranges or current page.
5076
5077 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5078
5079         * pdf/ev-poppler.cc:
5080         * shell/ev-window.c: (do_action_named):
5081
5082         We should be more clear about bugzilla. See the
5083         poppler bug #7623.
5084
5085 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5086
5087         * configure.ac:
5088         * shell/Makefile.am:
5089         * shell/ev-job-queue.c:
5090         * shell/ev-jobs.[ch]:
5091         * shell/ev-sidebar-links.c:
5092         * shell/ev-window.[ch]:
5093         
5094         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5095         #348422
5096
5097 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5100         * shell/ev-application-service.xml:
5101         * shell/ev-application.[ch]:
5102         * shell/ev-jobs.[ch]:
5103         * shell/ev-window.[ch]: (ev_window_run_preview):
5104         * shell/main.c: 
5105
5106         Add preview mode to use evince as a printing previewer. It also adds
5107         other command line options for fullscreen and presentation modes.
5108         Fixes bugs #347822, #317031
5109
5110 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * NEWS:
5113         * configure.ac:
5114         
5115         Update for release 0.5.4
5116
5117 2006-07-11  Bastien Nocera <hadess@hadess.net>
5118
5119         * Makefile.am:
5120         * backend/Makefile.am:
5121         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5122         * backend/ev-document-factory.h:
5123         * configure.ac:
5124         * impress/.cvsignore:
5125         * impress/Makefile.am:
5126         * impress/common.h:
5127         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5128         (imp_get_page), (imp_next_page), (imp_prev_page),
5129         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5130         * impress/f_oasis.c: (render_object), (render_page),
5131         (get_geometry), (_imp_oasis_load):
5132         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5133         (_imp_oo13_load):
5134         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5135         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5136         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5137         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5138         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5139         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5140         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5141         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5142         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5143         (iks_new_within), (iks_insert), (iks_insert_cdata),
5144         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5145         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5146         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5147         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5148         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5149         (iks_cdata), (iks_cdata_size), (iks_has_children),
5150         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5151         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5152         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5153         (iks_tree), (iks_load), (iks_save):
5154         * impress/iksemel.h:
5155         * impress/imposter.h:
5156         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5157         (imp_render_draw_bezier_real), (imp_render_get_size),
5158         (imp_render_set_fg_color), (imp_render_draw_line),
5159         (imp_render_draw_rect), (imp_render_draw_polygon),
5160         (imp_render_draw_arc), (imp_render_draw_bezier),
5161         (imp_render_open_image), (imp_render_get_image_size),
5162         (imp_render_scale_image), (imp_render_draw_image),
5163         (imp_render_close_image), (imp_render_markup),
5164         (imp_render_get_text_size), (imp_render_draw_text),
5165         (impress_document_load), (impress_document_save),
5166         (impress_document_get_n_pages), (impress_document_get_page_size),
5167         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5168         (impress_document_finalize), (impress_document_class_init),
5169         (impress_document_can_get_text), (impress_document_get_info),
5170         (impress_document_document_iface_init),
5171         (impress_document_thumbnails_get_thumbnail),
5172         (impress_document_thumbnails_get_dimensions),
5173         (impress_document_document_thumbnails_iface_init),
5174         (impress_document_init):
5175         * impress/impress-document.h:
5176         * impress/internal.h:
5177         * impress/r_back.c: (_imp_fill_back):
5178         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5179         (_imp_draw_image), (_imp_tile_image):
5180         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5181         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5182         (r_polyline):
5183         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5184         (r_draw_gradient_complex), (r_draw_gradient):
5185         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5186         (r_get_bullet):
5187         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5188         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5189         (r_text):
5190         * impress/render.c: (imp_create_context), (imp_context_set_page),
5191         (imp_context_set_step), (imp_render), (imp_delete_context):
5192         * impress/render.h:
5193         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5194         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5195         (zip_load_xml), (zip_get_size), (zip_load):
5196         * impress/zip.h:
5197         * shell/ev-utils.c:
5198         
5199         New backend to support impress slides. Fixes bug #30867.
5200
5201 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5202
5203         * shell/ev-utils.c: (using_postscript_printer):
5204         
5205         Fixes crash when print using PAPI backend,
5206         bug #345012.
5207
5208 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5209
5210         * shell/ev-jobs.c: (ev_job_xfer_run):
5211         * shell/ev-window.c: (password_dialog_response),
5212         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5213         (ev_window_dispose):
5214         Fixes bug #344160: if the xfer job doesn't complete
5215         because a password is required, reload the existing
5216         instance instead of creating a new one.
5217
5218 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * shell/main.c: (main): Call gdk_threads_init. Thus
5221         we'll avoid errors in auth dialog. Fix for the bug
5222         #343347.
5223
5224 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5225
5226         * configure.ac: Advertise pixbuf support, fix
5227         for the bug 343317.
5228
5229 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5232         (ev_sidebar_thumbnails_set_document):
5233         
5234         Update sidebar thumbnails after reloading.
5235
5236 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5237
5238         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5239         * shell/ev-jobs.h:
5240         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5241         (ev_window_cmd_view_reload), (ev_window_init):
5242         
5243         Don't crash on reload. Fix for the bug #343167.
5244
5245 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5246
5247         * shell/ev-jobs.c: (ev_job_render_run):
5248         
5249         Check for document links.
5250
5251 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5252
5253         * backend/ev-attachment.c: (ev_attachment_save),
5254         (ev_attachment_launch_app), (ev_attachment_open):
5255         * backend/ev-document-factory.c: (get_document_from_uri):
5256         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5257         (egg_recent_view_uimanager_set_list):
5258         * ps/ps-document.c: (check_filecompressed), (document_load),
5259         (ps_document_load):
5260         * shell/ev-metadata-manager.c: (load_values):
5261         * shell/ev-password.c: (ev_password_dialog_set_property):
5262         * shell/ev-view.c: (tip_from_link):
5263         * shell/ev-window.c: (file_save_dialog_response_cb),
5264         (ev_window_print_dialog_response_cb):
5265         
5266         Use consistent quoting style. Fix for the bug #320285.
5267
5268 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5269
5270         * shell/ev-jobs.c: (ev_job_xfer_run):
5271         * shell/main.c: (load_files):
5272                 
5273         Open links with anchors. Fix for the bug #339836.
5274
5275 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5278         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5279         (ev_link_dest_set_property), (ev_link_dest_finalize),
5280         (ev_link_dest_class_init), (ev_link_dest_new_named),
5281         (ev_link_dest_new_page_label):
5282         * backend/ev-link-dest.h:
5283         * shell/ev-application.c: (ev_application_open_uri):
5284         * shell/ev-view.c: (goto_dest):
5285         * shell/ev-window.c:
5286         * shell/ev-window.h:
5287         
5288         Fix page-label command line option. Bug #342070.
5289
5290 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5291
5292         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5293         
5294         Don't show highlight rects if page can't be showed. Fix for 
5295         the bug #342076
5296
5297 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5298
5299         * shell/ev-window.c: (setup_sidebar_from_metadata),
5300         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5301         
5302         Setup sidebar from metadata even if there is no document
5303         loaded. Fix for the bug #342807.
5304
5305 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5306
5307         * cut-n-paste/toolbar-editor/Makefile.am:
5308         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5309         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5310         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5311         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5312         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5313         (popup_context_menu_cb), (button_press_event_cb),
5314         (configure_item_sensitivity), (configure_item_cursor),
5315         (configure_item_tooltip), (connect_widget_signals),
5316         (action_sensitive_cb), (create_item_from_action),
5317         (create_item_from_position), (toolbar_drag_data_received_cb),
5318         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5319         (toolbar_drag_leave_cb), (configure_drag_dest),
5320         (toggled_visibility_cb), (toolbar_visibility_refresh),
5321         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5322         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5323         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5324         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5325         (egg_editable_toolbar_dispose),
5326         (egg_editable_toolbar_set_ui_manager),
5327         (egg_editable_toolbar_get_selected),
5328         (egg_editable_toolbar_set_selected), (set_edit_mode),
5329         (egg_editable_toolbar_set_property),
5330         (egg_editable_toolbar_get_property),
5331         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5332         (egg_editable_toolbar_new_with_model),
5333         (egg_editable_toolbar_get_edit_mode),
5334         (egg_editable_toolbar_set_edit_mode),
5335         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5336         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5337         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5338         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5339         (item_added_or_removed_cb), (toolbar_removed_cb),
5340         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5341         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5342         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5343         (editor_create_item_from_name), (append_table),
5344         (update_editor_sheet), (egg_toolbar_editor_init):
5345         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5346         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5347         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5348         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5349         (toolbar_node_free), (egg_toolbars_model_get_flags),
5350         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5351         (egg_toolbars_model_get_name), (impl_add_item),
5352         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5353         (parse_data_list), (parse_item_list), (parse_toolbars),
5354         (egg_toolbars_model_load_toolbars), (parse_available_list),
5355         (parse_names), (egg_toolbars_model_load_names),
5356         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5357         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5358         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5359         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5360         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5361         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5362         (egg_toolbars_model_set_types), (fill_avail_array),
5363         (egg_toolbars_model_get_name_avail),
5364         (egg_toolbars_model_get_name_flags),
5365         (egg_toolbars_model_set_name_flags):
5366         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5367         * cut-n-paste/toolbar-editor/eggintl.h:
5368         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5369         (egg_tree_multi_drag_source_get_type),
5370         (egg_tree_multi_drag_source_row_draggable),
5371         (egg_tree_multi_drag_source_drag_data_delete),
5372         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5373         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5374         (path_list_free), (set_context_data), (get_context_data),
5375         (get_info), (egg_tree_multi_drag_drag_data_get),
5376         (egg_tree_multi_drag_motion_event),
5377         (egg_tree_multi_drag_button_press_event),
5378         (egg_tree_multi_drag_add_drag_support):
5379         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5380         * shell/ev-application.c: (ev_application_init),
5381         (ev_application_save_toolbars_model):
5382         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5383         (ev_window_cmd_edit_toolbar), (ev_window_init):
5384         
5385         Sync toolbareditor with epiphany and libegg
5386
5387 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5388
5389         * configure.ac: 
5390
5391         Depend on poppler 0.5.2
5392
5393 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * shell/ev-jobs.c: (ev_job_render_run):
5396         
5397         Check if document supports links iterface.
5398
5399 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5400
5401         * NEWS:
5402         * configure.ac:
5403         
5404         Update for release 0.5.3
5405
5406 2006-05-13  Michael Plump  <plumpy@skylab.org>
5407
5408         * configure.ac:
5409         * shell/Makefile.am:
5410         * shell/main.c: (main):
5411         
5412         Port to GOption command line parsing. Fix for the 
5413         bug #327518
5414
5415 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * shell/ev-window.c: (ev_window_cmd_help_about):
5418         
5419         Do not wrap license. Fix for the bug #309460.
5420
5421 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * configure.ac:
5424         * properties/ev-properties-main.c: (ev_properties_get_pages):
5425         * shell/ev-application.c: (ev_application_open_window),
5426         (ev_application_open_uri_at_dest):
5427         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5428         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5429         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5430         * shell/ev-utils.c: (save_print_config_to_file):
5431         * shell/ev-window.c: (ev_window_cmd_save_as),
5432         (ev_attachment_popup_cmd_save_attachment_as):
5433         * shell/main.c: (load_files_remote):
5434         
5435         Bump requirements to gtk 2.8 and drop all ifdefs used.
5436
5437 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5438
5439         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5440         * shell/ev-window.c: (ev_window_init):
5441         
5442         Show attachments page.
5443
5444 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * po/POTFILES.in:
5447         * shell/ev-attachment-bar.c:
5448         * shell/ev-attachment-bar.h:
5449         * shell/ev-sidebar-attachments.c:
5450         (ev_sidebar_attachments_icon_cache_add),
5451         (icon_theme_get_pixbuf_from_mime_type),
5452         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5453         (ev_sidebar_attachments_icon_cache_refresh),
5454         (ev_sidebar_attachments_get_attachment_at_pos),
5455         (ev_sidebar_attachments_popup_menu_show),
5456         (ev_sidebar_attachments_popup_menu),
5457         (ev_sidebar_attachments_button_press),
5458         (ev_sidebar_attachments_update_icons),
5459         (ev_sidebar_attachments_drag_data_get),
5460         (ev_sidebar_attachments_get_property),
5461         (ev_sidebar_attachments_destroy),
5462         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5463         (ev_sidebar_attachments_new),
5464         (ev_sidebar_attachments_set_document),
5465         (ev_sidebar_attachments_support_document),
5466         (ev_sidebar_attachments_get_label),
5467         (ev_sidebar_attachments_page_iface_init):
5468         * shell/ev-sidebar-attachments.h:
5469         * shell/ev-window.c: (update_chrome_visibility),
5470         (setup_sidebar_from_metadata), (ev_window_setup_document),
5471         (ev_window_sidebar_current_page_changed_cb),
5472         (attachment_bar_menu_popup_cb), (ev_window_init):
5473         
5474         Move attachments bar to sidebar.
5475
5476 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5477
5478         * pdf/ev-poppler.cc:
5479         * shell/ev-application.[ch]:
5480         * shell/main.c:
5481
5482         Fix some memory leaks.
5483
5484 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5485
5486         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5487
5488         Change the properties dialog response to
5489         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5490         will make the dialog go away when the user presses
5491         enter. With gtk+ >= 2.9 this will happen anyway, but for
5492         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5493         escape by default. Fixes bug #340539. See also bug
5494         #101293 for the gtk+ part.
5495
5496 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5497
5498         * shell/ev-view.c (tip_from_action_named): Replace some strings
5499         that were wrong. Closes #340970.
5500
5501 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5502
5503         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5504
5505         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5506         #341049
5507
5508 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5509
5510         * djvu/Makefile.am:
5511         * dvi/Makefile.am:
5512         * dvi/mdvi-lib/Makefile.am:
5513         * properties/Makefile.am:
5514         * ps/Makefile.am:
5515         * shell/Makefile.am:
5516         * thumbnailer/Makefile.am:
5517         
5518         Due to broken libtool that is unable to track dependencies
5519         of noinst libraries we are forced to explicitely point
5520         libraries for binary. Fix for the bug #333334.
5521
5522 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5523
5524         * data/evince.desktop.in.in:
5525         * shell/ev-view.c: (view_update_range_and_current_page),
5526         (ev_view_next_page), (ev_view_previous_page):
5527         * shell/ev-window.c: (update_chrome_visibility),
5528         (setup_sidebar_from_metadata), (ev_window_setup_document),
5529         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5530         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5531         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5532         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5533         (ev_window_stop_presentation), (ev_window_focus_in_event),
5534         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5535         (ev_window_init):
5536         * thumbnailer/Makefile.am:
5537         
5538         Update fullscreen and presentation timeout handling. Hide
5539         cursor in presentation after timeout. Fix for the bugs
5540         #136359 and #336981.
5541
5542 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5543
5544         * backend/ev-link-action.[ch]:
5545         * pdf/ev-poppler.cc: (ev_link_from_action):
5546         * shell/ev-view-private.h:
5547         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5548         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5549
5550         Add support for Named Action links
5551
5552 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5553
5554         * backend/Makefile.am:
5555         * backend/ev-document-links.[ch]:
5556         * backend/ev-document.[ch]:
5557         * backend/ev-link-action.[ch]:
5558         * backend/ev-link-dest.[ch]:
5559         * backend/ev-link.[ch]:
5560         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5561         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5562         * shell/ev-page-action.c: (build_new_tree_cb):
5563         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5564         (links_page_num_func), (update_page_callback):
5565         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5566         (tip_from_link):
5567         * shell/ev-jobs.c:
5568         * shell/ev-window.[ch]: (ev_window_open_uri),
5569         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5570         * shell/ev-application.[ch]: (ev_application_open_window),
5571         (ev_application_open_uri):
5572
5573         Rework links system, it adds support for remote links now and it makes
5574         easier to add new kinds of actions and destinations. Fixes bug #317292
5575
5576 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5577
5578         * data/Makefile.am:
5579         * data/evince.png:
5580         * data/evince-16.png:
5581         * data/evince-22.png:
5582         * data/evince.svg:
5583         * shell/main.c: (main):
5584         
5585         Evince use it's own icon. Fix for the bug #313392.
5586
5587         * shell/ev-window.c: (fullscreen_timeout_cb),
5588         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5589         (ev_window_cmd_help_about), (ev_window_dispose):
5590         
5591         Simplify fullscreen timeout code.
5592
5593 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * backend/ev-attachment.c: 
5596         * shell/ev-attachment-bar.c:
5597         * shell/ev-window.c:
5598
5599         Allow multiple selection of attachments
5600
5601 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5602
5603         * shell/ev-view.c: (view_update_range_and_current_page),
5604         (ev_view_scroll):
5605         
5606         Fix for the bug #312573 – Optimal selection of current 
5607         page among visible pages.
5608
5609 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * configure.ac:
5612         * djvu/Makefile.am:
5613         * djvu/djvu-text.h:
5614         
5615         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5616         for the bug 339868.
5617
5618 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5619
5620         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5621
5622 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5623
5624         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5625         dictated by the GNOME HIG. Fixes bug #339235.
5626
5627 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5628
5629         * data/evince-ui.xml:
5630         * shell/ev-view.c: (ev_view_can_find_previous):
5631         * shell/ev-view.h:
5632         * shell/ev-window.c: (ev_window_update_actions),
5633         (ev_window_cmd_edit_find_previous):
5634
5635         Add support for "Find Previous" as dictated by the GNOME HIG. A
5636         menu item is added and some glue code to make it all work is added
5637         to various files.
5638
5639 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5640
5641         * configure.ac: Award myself the "useless use of cat" award.
5642
5643 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5644
5645         * po/LINGUAS: New file listing all supported languages.
5646
5647         * configure.in: Use po/LINGUAS instead of including all languages
5648         directly in this file. See the wiki for more information:
5649         http://live.gnome.org/GnomeGoals/PoLinguas
5650
5651 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * backend/ev-document-factory.c:
5654
5655         Do not load the document twice when there isn't errors
5656
5657 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5658
5659         * backend/ev-attachment.c: 
5660
5661         Fix a crash when there isn't a default application to open an
5662         attachment
5663
5664 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5665
5666         * backend/ev-attachment.[ch]:
5667         * shell/ev-attachment-bar.[ch]:
5668
5669         Added missing files. 
5670
5671 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5672
5673         * backend/Makefile.am:
5674         * data/evince-ui.xml:
5675         * backend/ev-attachment.[ch]:
5676         * backend/ev-document.[ch]: (ev_document_has_attachments),
5677         (ev_document_get_attachments):
5678         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5679         (attachment_save_to_buffer), (pdf_document_get_attachments),
5680         (pdf_document_document_iface_init):
5681         * shell/Makefile.am:
5682         * shell/ev-attachment-bar.[ch]:
5683         * shell/ev-window.c:
5684
5685         Add support for PDF attachments. Fixes bug #325143
5686
5687 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * backend/ev-document-factory.c: (get_document_from_uri),
5690         (ev_document_factory_get_document):
5691         * backend/ev-document-factory.h:
5692         * properties/ev-properties-main.c: (ev_properties_get_pages):
5693         * shell/Makefile.am:
5694         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5695         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5696         (ev_job_queue_remove_job):
5697         * shell/ev-job-queue.h:
5698         * shell/ev-job-xfer.c:
5699         * shell/ev-job-xfer.h:
5700         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5701         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5702         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5703         (ev_job_xfer_run):
5704         * shell/ev-jobs.h:
5705         * shell/ev-window.c: (ev_window_is_empty),
5706         (password_dialog_response), (ev_window_clear_xfer_job),
5707         (ev_window_xfer_job_cb), (ev_window_open_uri),
5708         (ev_window_cmd_focus_page_selector),
5709         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5710         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5711         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5712         (ev_window_dispose):
5713         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5714         
5715         * Cleanup mime type detection on document load. Fix for the
5716         bug #336448.
5717
5718 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5721         
5722         Fix crash on exit, described in the bug #336825.
5723
5724 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * backend/ev-document-factory.c:
5727         (ev_document_factory_get_from_mime),
5728         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5729         (ev_document_factory_get_document),
5730         (file_filter_add_mime_list_and_free),
5731         (ev_document_factory_add_filters):
5732         * backend/ev-document-factory.h:
5733         * properties/ev-properties-main.c: (ev_properties_get_pages):
5734         * shell/Makefile.am:
5735         * shell/ev-application.c:
5736         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5737         * shell/ev-window.c: (ev_window_cmd_file_open),
5738         (ev_window_cmd_save_as):
5739         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5740         
5741         Rework factory functions so they are placed now in a single 
5742         file ev-document-factory.c
5743
5744 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5745
5746         * shell/ev-window.c: (update_chrome_visibility):
5747         
5748         Fix for the bug 166566 - don't show menubar in fullscreen
5749         mode.
5750
5751 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5752
5753         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5754
5755 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5756
5757         * shell/ev-view.c: (ev_view_expose_event):
5758         
5759         More correctly draw loading text when document
5760         is empty.
5761
5762 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5763
5764         * shell/ev-view.c: (ev_view_scroll):
5765         
5766         Fix for the bug #334854, page down and page up switch
5767         pages in presentation mode.
5768
5769 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * shell/ev-window.c: (ev_window_set_action_sensitive),
5772         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5773         (ev_window_set_view_accels_sensitivity),
5774         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5775         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5776         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5777         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5778         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5779         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5780         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5781         (view_actions_focus_in_cb), (ev_window_init):
5782         
5783         Fix for the bug #333902, now it's possible to search
5784         words with slash.
5785
5786 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5787
5788         * configure.ac: Added Breton translation.
5789         * po/br.po: Added Breton translation.
5790
5791 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * shell/ev-window-title (ev_window_title_update):
5794
5795         Fix memory leak in window title. Fixes bug #333944
5796
5797 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5798
5799         * shell/ev-metadata-manager.c (parseItem):
5800
5801         Fix memory leaks. Fixes bug #333945
5802
5803 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5804         
5805         * NEWS, configure.ac, TODO:
5806         
5807         Update for release 0.5.2.
5808
5809 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * shell/ev-view.c: (view_update_range_and_current_page),
5812         (page_changed_cb):
5813         
5814         Don't jump on scrolling, fix for the bug #333127.
5815
5816 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5817
5818         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5819         
5820         Scroll by one page in presentation mode. Fix for the bug
5821         #332993.
5822
5823 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5824
5825         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5826
5827 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5828
5829         * configure.ac  Added lv in ALL_LINGUAS line.
5830
5831 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5832         
5833         * NEWS, configure.ac:
5834         
5835         Update for release 0.5.1
5836
5837 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5838
5839         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5840         * backend/ev-document-misc.h:
5841         * shell/ev-view.c: (draw_one_page):
5842         
5843          Clairfy what page the toolbar page number applies to. Fix
5844          for the bug #328102.
5845
5846 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5847
5848         * shell/ev-view-private.h:
5849         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5850         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5851         (ev_view_search_changed):
5852         * shell/ev-view.h:
5853         * shell/ev-window.c: (find_bar_search_changed_cb):
5854         
5855         Dont't jump to find result if window was scrolled during search.
5856         Fix for the bug #313266.
5857
5858 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5859
5860         * shell/eggfindbar.c: (egg_find_bar_class_init):
5861         * shell/eggfindbar.h:
5862         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5863         * shell/ev-view-private.h:
5864         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5865         (ev_view_class_init), (ev_sizing_mode_get_type),
5866         (ev_scroll_type_get_type):
5867         * shell/ev-view.h:
5868         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5869         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5870         (ev_window_init):
5871         
5872         Fix for the bug 319133 - Find entry should allow text scroll.
5873
5874 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5875
5876         * shell/ev-view-private.h:
5877         * shell/ev-view.c: (view_update_range_and_current_page),
5878         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5879         (ev_view_set_document), (update_find_status_message),
5880         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5881         (ev_view_find_previous):
5882         
5883         Fix for the bug #319137. Search now takes account for scrolling.
5884
5885 2006-02-19  Michael Hofmann <mh21@piware.de>
5886
5887         * configure.ac:
5888         * djvu/Makefile.am:
5889         * djvu/djvu-document-private.h:
5890         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5891         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5892         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5893         (djvu_document_can_get_text), (djvu_document_get_text),
5894         (djvu_document_document_iface_init),
5895         (djvu_document_thumbnails_get_thumbnail),
5896         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5897         (djvu_document_find_get_result),
5898         (djvu_document_find_page_has_results),
5899         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5900         (djvu_document_find_iface_init):
5901         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5902         (djvu_text_page_selection), (djvu_text_page_limits_process),
5903         (djvu_text_page_limits), (djvu_text_page_copy),
5904         (djvu_text_page_position), (djvu_text_page_union),
5905         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5906         (djvu_text_page_box), (djvu_text_page_append_text),
5907         (djvu_text_page_search), (djvu_text_page_prepare_search),
5908         (djvu_text_page_new), (djvu_text_page_free):
5909         * djvu/djvu-text-page.h:
5910         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5911         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5912         (djvu_text_n_results), (djvu_text_has_results),
5913         (djvu_text_get_result), (djvu_text_get_progress):
5914         * djvu/djvu-text.h:
5915         
5916         Text search in djvu. Fix for the bug #303415.
5917
5918 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * configure.ac:
5921         * shell/ev-window.c: (ev_window_cmd_save_as):
5922         
5923         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5924         Thanks to Gary Coady <gary@lyranthe.org>
5925
5926 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/ev-print-job.c: (idle_print_handler):
5929         
5930         Inverse order printing, bug #320919.
5931
5932 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * data/evince-toolbar.xml:
5935         * shell/ev-window.c:
5936         
5937         Allow to add sidebar checkbutton on toolbar. Fix
5938         for the bug #144577.
5939
5940 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5943         
5944         Add checks that have sense for empty ps document.
5945
5946 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5947
5948         * configure.ac: Include PS in mime types list. 
5949
5950 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * configure.ac:
5953         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5954         * ps/gsdefaults.h:
5955         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5956         
5957         Runtime check for gs interpreter. Fix for the bug #320868.
5958         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5959
5960 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5961
5962         * shell/ev-application.c: 
5963
5964         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5965         dbus>=0.60, so that the request is not queued. 
5966
5967 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * configure.ac:
5970         * shell/Makefile.am:
5971         * shell/ev-sidebar-links.c: (print_section_cb):
5972         * shell/ev-utils.c:
5973         * shell/ev-utils.h:
5974         * shell/ev-window.c: (update_action_sensitivity),
5975         (ev_window_close_dialogs), (ev_window_print):
5976         * shell/ev-window.h:
5977         
5978         Make printing support optional. Patch from Eduardo de Barros Lima
5979         <eduardo.lima@indt.org.br> for the bug #330546.
5980
5981 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5982
5983         * shell/ev-view-private.h:
5984         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5985         (ev_view_set_document):
5986         * shell/ev-view.h:
5987         * shell/ev-window.c: (ev_window_load_job_cb),
5988         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5989         (ev_window_init):
5990
5991         Draw Loading message during xfer job. Fix for the bug #329495.
5992
5993 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5994
5995         * comics/comics-document.c: (comics_regex_quote),
5996         (comics_document_load), (extract_argv):
5997         
5998         Correcly quote regexp before passing it to unzip.
5999
6000 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * shell/ev-page-cache.c: (build_height_to_page),
6003         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
6004         (ev_page_cache_get_dual_even_left):
6005         * shell/ev-page-cache.h:
6006         * shell/ev-view.c: (view_update_range_and_current_page),
6007         (get_page_y_offset), (get_page_extents):
6008         
6009         Place even pages to the left if document has less then
6010         two pages. Fix for the bug #328856.
6011
6012 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6013
6014         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6015         
6016         Correct comics scheme. This make evince create thumbnails
6017         for comic books. Fix for the bug 329088.
6018
6019 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6020
6021         * data/evince-password.glade: Don't explicitly set
6022         invisible_char to the current default value in case
6023         the default changes; let GTK+ do its magic.
6024
6025 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6026
6027         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6028         real filename to tmp filename since often document
6029         type is determined by extension.
6030
6031 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6032
6033         * shell/ev-view.c: (add_scroll_binding_keypad),
6034         (ev_view_binding_activated), (ev_view_class_init):
6035         
6036         Add keybindings for percision-scrolling of display area. 
6037         Fix for the bug #314072.
6038
6039 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6040
6041         * data/evince.desktop.in.in:
6042         
6043         Add GTK to the list of categories. Fix for the bug #328034.
6044
6045 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6046
6047         * shell/ev-application.c: (ev_application_shutdown),
6048         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6049         * shell/ev-application.h:
6050         * shell/ev-window.c: (file_open_dialog_response_cb),
6051         (ev_window_cmd_file_open):
6052         
6053         Save last uri in file chooser dialog. Fix for the bug #327950.
6054
6055 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * NEWS:
6058         * README:
6059         
6060         Final update for release 0.5.0
6061         
6062         * shell/Makefile.am:
6063         
6064         Remove disable deprecated until we'll require libgnome-2.13.7
6065         and port to GOption argument parsing. See bug 327518.
6066
6067 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6068
6069         * comics/comics-document.c: (comics_document_save):
6070         * djvu/djvu-document.c: (djvu_document_save):
6071         * dvi/dvi-document.c: (dvi_document_save):
6072         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6073         * lib/ev-file-helpers.h:
6074         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6075         * tiff/tiff-document.c: (tiff_document_save):
6076         
6077         Use common save function for backends.
6078
6079 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6080
6081         * backend/ev-document-types.c:
6082         
6083         Fix crash on saving pixbuf.
6084
6085 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * cut-n-paste/recent-files/egg-recent-item.c:
6088         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6089         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6090         (parse_info_free), (valid_element), (start_element_handler),
6091         (end_element_handler), (text_handler), (egg_recent_model_filter),
6092         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6093         (egg_recent_model_monitor), (egg_recent_model_read),
6094         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6095         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6096         (egg_recent_model_set_property), (egg_recent_model_class_init),
6097         (egg_recent_model_init), (egg_recent_model_add_full),
6098         (egg_recent_model_delete), (egg_recent_model_get_list),
6099         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6100         (egg_recent_model_set_filter_mime_types),
6101         (egg_recent_model_clear_group_filter),
6102         (egg_recent_model_set_filter_groups),
6103         (egg_recent_model_clear_scheme_filter),
6104         (egg_recent_model_set_filter_uri_schemes),
6105         (egg_recent_model_remove_expired):
6106         * cut-n-paste/recent-files/egg-recent-util.c:
6107         (egg_recent_util_get_icon):
6108         * cut-n-paste/recent-files/egg-recent-util.h:
6109         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6110         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6111         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6112         (egg_recent_view_uimanager_set_property),
6113         (egg_recent_view_uimanager_get_property),
6114         (egg_recent_view_uimanager_class_init),
6115         (egg_recent_view_uimanager_init),
6116         (egg_recent_view_uimanager_set_label_width),
6117         (egg_recent_view_uimanager_get_label_width):
6118         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6119         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6120         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6121         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6122         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6123         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6124         
6125         Update from libegg.
6126
6127 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * shell/ev-page-cache.c: (build_height_to_page),
6130         (ev_page_cache_get_height_to_page):
6131         * shell/ev-page-cache.h:
6132         * shell/ev-view.c: (view_update_range_and_current_page),
6133         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6134         (ev_view_previous_page):
6135         
6136         Dual mode places even pages to the left. Fix for the bug #309393.
6137
6138         * shell/ev-view.h:
6139         * shell/ev-window.c: (update_action_sensitivity),
6140         (setup_view_from_metadata), (view_menu_popup_cb):
6141         
6142         Don't restore presentation in empty windows, more intelligent
6143         next page behaviour in dual mode.
6144
6145         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6146         (ev_pixbuf_cache_clear_job_sizes):
6147         
6148         Cleanup job callback on removal. Fix for the bug #325886.
6149
6150 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * ps/ps.c: (psscan):
6153         
6154         Commit workaround Mozilla problem. Fix for the bug #325919
6155         
6156         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6157         (save_item):
6158         
6159         Fix for year 2038 problem.
6160
6161 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6162
6163         * shell/ev-window.c: (setup_document_from_metadata),
6164         (ev_window_cmd_view_reload):
6165
6166         Clamp page recieved from metadata in valid values. Fix
6167         for the bug #325986.
6168
6169 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * MAINTAINERS: 
6172         Add MAINTAINERS as requested on desktop-devel-list.
6173
6174 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6175
6176         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6177         (mime_type_supported_by_gdk_pixbuf),
6178         (ev_document_factory_get_mime_types),
6179         (ev_document_factory_get_all_mime_types):
6180         
6181         Don't add pixbuf mime types if pixbuf backend is disabled.
6182         
6183         * shell/ev-application.c: (ev_application_get_uri_window):
6184         
6185         Fix for the bug 325815 - unhandled MIME type message doesn't 
6186         appear a second time. 
6187         
6188         * shell/ev-document-types.c: (ev_document_types_add_filters):
6189         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6190         (password_dialog_response), (ev_window_popup_password_dialog),
6191         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6192         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6193         (ev_window_run_presentation), (ev_window_stop_presentation),
6194         (save_sizing_mode), (ev_window_zoom_changed_cb),
6195         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6196         (ev_window_dual_mode_changed_cb),
6197         (ev_window_sidebar_current_page_changed_cb),
6198         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6199         (window_state_event_cb), (window_configure_event_cb):
6200         
6201         Cleanup additional uris holded by EvWindow.
6202
6203 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6204
6205         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6206         (ev_view_can_previous_page), (ev_view_can_next_page):
6207         * shell/ev-view.h:
6208         * shell/ev-window.c: (update_action_sensitivity):
6209         
6210         Two page scrolling with Space and PageUp in dual mode. Second fix 
6211         for the bug #316608.
6212
6213 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * shell/ev-view.c: (scroll_to_current_page):
6216         
6217         Correctly clamp adjustment value. Fix for the bug
6218         #325808.
6219
6220 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-sidebar-links.c: (print_section_cb):
6223         * shell/ev-window.c: (ev_window_get_uri),
6224         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6225         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6226         (ev_window_dispose):
6227         
6228         Make print dialog non-modal. Fix for the bug #325622.
6229
6230 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6231
6232         * shell/ev-metadata-manager.c:
6233         * shell/ev-utils.c: (using_pdf_printer),
6234         (using_postscript_printer), (load_print_config_from_file),
6235         (save_print_config_to_file):
6236         * shell/ev-utils.h:
6237         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6238         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6239         (setup_view_from_metadata), (ev_window_setup_document),
6240         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6241         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6242         (ev_window_run_presentation), (ev_window_stop_presentation),
6243         (save_sizing_mode), (ev_window_zoom_changed_cb),
6244         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6245         (ev_window_dual_mode_changed_cb),
6246         (ev_window_sidebar_current_page_changed_cb),
6247         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6248         (window_state_event_cb), (window_configure_event_cb),
6249         (ev_window_init):
6250         
6251         Setting saving behaviour fixes.
6252
6253 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6254
6255         * configure.ac:
6256         
6257         Make antialiasing gs options better and allow
6258         to change them during configure. Fix for the 
6259         bug #319049.
6260
6261 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6262
6263         * shell/ev-window.c: (setup_view_from_metadata):
6264         
6265         Remember if last window was maximized. Fix for the
6266         bug #323797.
6267
6268 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6269
6270         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6271
6272 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6275         * shell/ev-page-action.c: (build_new_tree_cb):
6276         * shell/ev-sidebar-links.c: (links_page_num_func),
6277         (update_page_callback_foreach), (update_page_callback):
6278         * shell/ev-view.c: (scroll_to_current_page):
6279         
6280         Fix for the bug #325067 with more intelligent selection
6281         of current link in sidebar. Make sidebar handle links
6282         of FITR-like type more correctly.
6283
6284         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6285         (dvi_pixbuf_put_pixel):
6286         
6287         Fix memory consumtion with disabled alpha channel.
6288
6289 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * data/evince-ui.xml:
6292         * shell/ev-window.c: (view_menu_popup_cb),
6293         (ev_popup_cmd_open_link), (ev_window_init):
6294         
6295         Update context menu for internal links. Fix for the bug
6296         #325066.
6297
6298 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6301         
6302         Bind context menu to keyboard also. Fix for the bug
6303         #325065.
6304
6305 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-view.c: (selection_scroll_timeout_cb):
6308         
6309         Horizontal scroll on selection also.
6310
6311 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * shell/ev-metadata-manager.c: (parse_value):
6314         * shell/ev-view.c: (goto_xyz_link):
6315         
6316         Correct zoom setup and metadata save broken in 
6317         some locales.
6318
6319 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * shell/ev-view-private.h:
6322         * shell/ev-view.c: (scroll_to_current_page),
6323         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6324         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6325         (page_changed_cb), (ev_view_set_continuous),
6326         (ev_view_set_dual_page), (ev_view_set_presentation):
6327         
6328         Delay scroll until allocation to correctly position page. Fix
6329         for the bug #317334.
6330
6331 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6332
6333         * NEWS:
6334         * configure.ac:
6335         
6336         Update NEWS and require poppler 0.5.0.
6337
6338 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6339         
6340         * data/evince-ui.xml:
6341         * shell/ev-view-private.h:
6342         * shell/ev-view.c: (ev_view_get_link_at_location),
6343         (handle_link_over_xy), (ev_view_button_press_event),
6344         (ev_view_button_release_event), (ev_view_class_init):
6345         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6346         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6347         (ev_window_init):
6348         
6349         Implement right-click context menu.
6350
6351 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6352
6353         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6354         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6355         (mdvi_pixbuf_device_render):
6356         * pdf/ev-poppler.cc:
6357
6358         Don't generate thumbnails with alpha. See bug #324077.
6359         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6360
6361 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * shell/ev-window.c: (setup_chrome_from_metadata):
6364         
6365         Fix typo that was hiding toolbar.
6366
6367 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6368
6369         * shell/ev-view-private.h:
6370         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6371         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6372         (ev_view_button_release_event), (ev_view_destroy):
6373         
6374         Small cleanup and autoscrolling during selection. Thanks to 
6375         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6376
6377 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6378
6379         * configure.ac:
6380         
6381         Correctly check for comics option.
6382
6383 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6384         * Makefile.am:
6385         * configure.ac:
6386         * backend/Makefile.am:
6387         * backend/ev-document-factory.c:
6388         * shell/ev-document-types.c:
6389
6390         Included option in configure to make ps backend 
6391         compilation optional with --disable-ps.
6392
6393 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6394
6395         * backend/ev-document-factory.c:
6396         * comics/Makefile.am:
6397         * comics/comics-document.c: (comics_document_load):
6398         * comics/ev-cbr-mime.xml:
6399         * configure.ac:
6400         
6401         Comics mime types are added to shared-mime-info CVS. Now
6402         we don't need to install our own mime types.
6403
6404 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6405
6406         * shell/ev-window.c:
6407         
6408         Add shortcut for "save a copy" menu entry. Fix for
6409         the bug #324582.
6410
6411 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6414         (job_finished_cb), (new_selection_pixbuf_needed),
6415         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6416         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6417         
6418         Rework selection job info logic and fix critical warning.
6419
6420 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6421
6422         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6423
6424 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6425
6426         * data/evince-ui.xml:
6427         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6428         
6429         Enter as shortcut key for next page. Fix for the bug
6430         #321394.
6431
6432 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6433
6434         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6435
6436 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6437
6438         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6439         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6440         (new_selection_pixbuf_needed),
6441         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6442         (clear_job_selection):
6443         
6444         Too early for 0.5. Pixbuf cache code cleaned a bit.
6445
6446 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6447
6448         * NEWS:
6449         * configure.ac:
6450         
6451         Release 0.5.0 preparation
6452
6453 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6454
6455         * comics/Makefile.am:
6456         * configure.ac:
6457         * shell/ev-document-types.c: (ev_document_types_add_filters):
6458         
6459         More advanced handling of custom mime type installation.
6460
6461 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6462
6463         * data/evince.schemas.in:
6464         * shell/ev-metadata-manager.c: (value_free),
6465         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6466         (ev_metadata_manager_get), (ev_metadata_manager_set):
6467         * shell/ev-metadata-manager.h:
6468         * shell/ev-window.c: (update_chrome_flag),
6469         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6470         (setup_document_from_metadata), (setup_chrome_from_metadata),
6471         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6472         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6473         (ev_window_view_toolbar_cb),
6474         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6475         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6476         
6477         Save last document settings and reuse them for new documents.
6478
6479 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6480
6481         * Makefile.am:
6482         * backend/Makefile.am:
6483         * backend/ev-document-factory.c:
6484         * backend/ev-document-factory.h:
6485         * comics/Makefile.am:
6486         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6487         (comics_document_load), (comics_document_save),
6488         (comics_document_get_n_pages), (comics_document_get_page_size),
6489         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6490         (comics_document_class_init), (comics_document_can_get_text),
6491         (comics_document_get_info), (comics_document_document_iface_init),
6492         (comics_document_init), (get_supported_image_extensions),
6493         (comics_document_thumbnails_get_geometry),
6494         (comics_document_thumbnails_get_thumbnail),
6495         (comics_document_thumbnails_get_dimensions),
6496         (comics_document_document_thumbnails_iface_init), (extract_argv):
6497         * comics/comics-document.h:
6498         * comics/ev-cbr-mime.xml:
6499         * configure.ac:
6500         * po/POTFILES.in:
6501         * shell/ev-application.c: (ev_application_register_service):
6502         * shell/ev-document-types.c: (ev_document_types_add_filters):
6503         * thumbnailer/Makefile.am:
6504         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6505         
6506         New CBR/CBZ backend for comic books.
6507
6508 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6509
6510         * shell/main.c: (load_files_remote):
6511
6512         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6513         warning on startup of second instance is fixed. It
6514         is bug #320353.
6515
6516 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * shell/ev-window.c: (ev_window_finalize):
6519         
6520         Fix double free that cause crash.
6521
6522 2005-10-29  Bastien Nocera <hadess@hadess.net>
6523
6524         * tiff/tiff-document.c: (tiff_document_load):
6525         
6526         Fix memory leak.
6527
6528 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6529
6530         * po/POTFILES.in:
6531         * shell/Makefile.am:
6532         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6533         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6534         (ev_view_accessible_get_text),
6535         (ev_view_accessible_get_character_at_offset),
6536         (ev_view_accessible_get_text_before_offset),
6537         (ev_view_accessible_get_text_at_offset),
6538         (ev_view_accessible_get_text_after_offset),
6539         (ev_view_accessible_get_character_count),
6540         (ev_view_accessible_get_caret_offset),
6541         (ev_view_accessible_set_caret_offset),
6542         (ev_view_accessible_get_run_attributes),
6543         (ev_view_accessible_get_default_attributes),
6544         (ev_view_accessible_get_character_extents),
6545         (ev_view_accessible_get_offset_at_point),
6546         (ev_view_accessible_get_n_selections),
6547         (ev_view_accessible_get_selection),
6548         (ev_view_accessible_add_selection),
6549         (ev_view_accessible_remove_selection),
6550         (ev_view_accessible_set_selection),
6551         (ev_view_accessible_text_iface_init),
6552         (ev_view_accessible_idle_do_action),
6553         (ev_view_accessible_action_do_action),
6554         (ev_view_accessible_action_get_n_actions),
6555         (ev_view_accessible_action_get_description),
6556         (ev_view_accessible_action_get_name),
6557         (ev_view_accessible_action_set_description),
6558         (ev_view_accessible_action_iface_init),
6559         (ev_view_accessible_get_type), (ev_view_accessible_new),
6560         (ev_view_accessible_factory_get_accessible_type),
6561         (ev_view_accessible_factory_create_accessible),
6562         (ev_view_accessible_factory_class_init),
6563         (ev_view_accessible_factory_get_type):
6564         * shell/ev-view-accessible.h:
6565         * shell/ev-view-private.h:
6566         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6567         * shell/ev-view.h:
6568         
6569         Initial accessibility support.
6570
6571 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6572
6573         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6574
6575 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6576
6577         * shell/ev-print-job.c: (idle_print_handler):
6578         
6579         Fix for bug Bug 318916: Printing multiple pages.
6580
6581 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6582
6583         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6584
6585 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6586
6587         * pdf/ev-poppler.cc:
6588         
6589         Thumnail dimensions unified with other backends.
6590         
6591         * shell/ev-window-title.c: (ev_window_title_update):
6592         
6593         Fix warning.
6594
6595 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * data/ev-stock-zoom-fit-width.png:
6598         
6599         Remove unused file.
6600
6601 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6602
6603         * configure.ac:
6604         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6605         (djvu_document_finalize):
6606         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6607         (dvi_document_finalize):
6608         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6609         (pixbuf_document_save), (pixbuf_document_finalize):
6610         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6611         (tiff_document_finalize):
6612         
6613         Save a copy implemented for various backends.
6614
6615 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6616
6617         * configure.ac:
6618         
6619         Don't link with ltiff if tiff is disabled.
6620
6621 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * pdf/GDKSplashOutputDev.cc:
6624         * pdf/GDKSplashOutputDev.h:
6625         * pdf/Thumb.cc:
6626         * pdf/Thumb.h:
6627         * pdf/pdf-document.cc:
6628         * pdf/pdf-document.h:
6629         * pdf/test-gdk-output-dev.cc:
6630         
6631         Remove old unused files.
6632
6633 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-window.c: (ev_window_setup_document):
6636         
6637         Fixed warnings on reload and probably crash reason.
6638
6639 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * properties/ev-properties-view.c:
6642         (ev_properties_view_format_date):
6643         
6644         Check if date is invalid. Fix for bug 318134.
6645
6646 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6647
6648         * shell/ev-window-title.c:
6649         
6650         Add .indd files (Adobe Indesign) to the list of "bad
6651         extensions".
6652
6653 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6654
6655         * data/evince-ui.xml:
6656         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6657         
6658         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6659
6660 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6661
6662         * shell/ev-window.c: (launch_link), (launch_external_uri),
6663         (view_external_link_cb):
6664
6665         URL-escape link before passing it to gnome_vfs_url_show.
6666
6667 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6668
6669         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6670         there isn't text selected.
6671
6672 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6673
6674         * shell/ev-view.c: (handle_link_over_xy):
6675
6676         Check tooltip is valid utf8 before showing it
6677
6678 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6679
6680         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6681
6682 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6683
6684         * shell/ev-window-title.c: (ev_window_title_update):
6685
6686         Guard against using g_strstrip on NULL. Fixes bug #317291.
6687
6688 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * pdf/ev-poppler.cc:
6691
6692         Show title even for unknown links
6693
6694 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6695
6696         * shell/ev-window-title.c: (ev_window_title_update):
6697
6698         Strip the title string
6699
6700 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6701
6702         * shell/ev-window-title.c:
6703
6704         Add .rtf to the bad extensions list
6705
6706 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6707
6708         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6709         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6710
6711         Ignore link coordinates if they are outside page bounds
6712
6713 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6714
6715         * backend/ev-link.c: (ev_link_type_get_type),
6716         (ev_link_get_filename), (ev_link_get_params),
6717         (ev_link_get_property), (ev_link_set_property),
6718         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6719         * backend/ev-link.h:
6720         * pdf/ev-poppler.cc:
6721         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6722         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6723         (ev_window_init):
6724
6725         Implement launch links. Delegate external link opening to
6726         the window.
6727
6728 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6729
6730         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6731         (ev_link_get_right), (ev_link_get_property),
6732         (ev_link_set_property), (ev_link_class_init),
6733         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6734         * backend/ev-link.h:
6735         * pdf/ev-poppler.cc:
6736         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6737
6738         Implement fitr links
6739
6740 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6741
6742         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6743         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6744         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6745         (ev_view_size_request_continuous),
6746         (ev_view_size_request_dual_page),
6747         (ev_view_size_request_single_page), (ev_view_size_allocate),
6748         (ev_view_zoom_for_size_continuous_and_dual_page),
6749         (ev_view_zoom_for_size_continuous),
6750         (ev_view_zoom_for_size_dual_page),
6751         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6752         (ev_sizing_mode_get_type):
6753         * shell/ev-view.h:
6754         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6755
6756         Do not use modes for link, we need to calculate size ad hoc.
6757         Still not perfect because of the usual scrollbar issues grrr.
6758
6759 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6760
6761         * backend/ev-link.c: (ev_link_type_get_type),
6762         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6763         * backend/ev-link.h:
6764         * pdf/ev-poppler.cc:
6765         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6766         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6767         (ev_view_size_request_continuous),
6768         (ev_view_size_request_dual_page),
6769         (ev_view_size_request_single_page), (ev_view_size_allocate),
6770         (zoom_for_size_fit_height),
6771         (ev_view_zoom_for_size_continuous_and_dual_page),
6772         (ev_view_zoom_for_size_continuous),
6773         (ev_view_zoom_for_size_dual_page),
6774         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6775         (ev_sizing_mode_get_type):
6776         * shell/ev-view.h:
6777         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6778
6779         Implement FIT_HEIGHT mode (only for links).
6780         Implement FITH links
6781
6782 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6783
6784         * shell/ev-window-title.c: (get_filename_from_uri),
6785         (ev_window_title_sanitize_extension), (ev_window_title_update),
6786         (ev_window_title_set_document), (ev_window_title_set_uri),
6787         (ev_window_title_free):
6788         * shell/ev-window-title.h:
6789         * shell/ev-window.c: (ev_window_setup_document),
6790         (ev_window_popup_password_dialog):
6791
6792         Refactor window title building while fixing it for
6793         password documents.
6794
6795 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6796
6797         * pdf/ev-poppler.cc:
6798
6799         Escape link title before setting it in the model
6800
6801 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6802
6803         * shell/ev-application.c: (removed_from_session), (save_session),
6804         (init_session), (ev_application_get_empty_window),
6805         (ev_application_init), (ev_application_get_windows):
6806         * shell/ev-application.h:
6807         * shell/ev-window.c: (ev_window_finalize):
6808
6809         Add a function to retrieve window list and share it where
6810         necessary.
6811         Implement session handling, works pretty well thanks to the
6812         metadata system.
6813
6814 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6815
6816         * shell/ev-password.c: (ev_password_item_created_callback),
6817         (ev_password_dialog_save_password):
6818         
6819         Fix for bug 316972. Use async gnome-keyring API.
6820
6821 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6822
6823         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6824         Remove unused unrealize handler. Add scroll handling to
6825         ev_view_scroll_event for presentation mode (bug #316708),
6826         and fix the event state checks there.
6827
6828 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6829
6830         * shell/ev-page-action.c: (page_changed_cb):
6831
6832         "marco, maybe we should be crazy and jump right to 6! :)"
6833
6834         Bryan Clark, Sep 2005
6835
6836 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6837
6838         * ps/ps-document.c: (save_document), (ps_document_save),
6839         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6840         (ps_document_ps_export_end):
6841
6842         Fix unstructured documents save and print
6843
6844 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6845
6846         * shell/ev-application.c: (ev_application_open_uri):
6847
6848         Fix window size persistance
6849
6850 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6851
6852         * shell/ev-view.c: (ev_view_button_release_event):
6853
6854         Based on a patch from carlosgc@gnome.org. Mouse buttons
6855         switch pages in presentation mode.
6856
6857 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6858
6859         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6860
6861         Dont cast to int before scaling
6862
6863 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6864
6865         * backend/ev-link.c: (ev_link_type_get_type),
6866         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6867         (ev_link_new_page_fith):
6868         * backend/ev-link.h:
6869         * pdf/ev-poppler.cc:
6870         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6871
6872         Implement FIT and FITH links
6873
6874 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6875
6876         * pdf/ev-poppler.cc:
6877
6878         Return 0 results when search is not in progress.
6879
6880         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6881         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6882
6883         Update menu sensitivity when cancelling search
6884
6885 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6886
6887         * shell/ev-view.c: (ev_view_can_find_next):
6888
6889         Take all pages in consideration, not just current one
6890
6891 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6892
6893         * shell/ev-page-cache.c:
6894         * shell/ev-page-cache.h:
6895         * shell/ev-view.c: (ev_view_binding_activated),
6896         (ev_view_next_page), (ev_view_previous_page),
6897         (ev_sizing_mode_get_type):
6898         * shell/ev-view.h:
6899         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6900         (ev_window_cmd_go_next_page):
6901
6902         Move page next/previous functions from page chace to
6903         view and change it to move by 2 page steps in dual mode.
6904
6905 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6906
6907         * shell/ev-window.c: (update_sidebar_visibility),
6908         (setup_sidebar_from_metadata), (ev_window_setup_document),
6909         (setup_view_from_metadata):
6910
6911         Show the index by default when there is one     
6912
6913 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6914
6915         * shell/ev-window-title.c: (ev_window_title_set_document):
6916
6917         Missing null check
6918
6919 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6920
6921         * shell/ev-view.c: (view_update_range_and_current_page):
6922         
6923         Allow display of last odd page in dual view. Fix for 316347.
6924
6925 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6926
6927         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6928         
6929         Make close button default. Fix for 316383.
6930
6931 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6932
6933         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6934         
6935         Mark close button as default. Fix for 316381.
6936
6937 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * backend/ev-link.c: (ev_link_class_init):
6940
6941         Allow negative doubles in left/top properties
6942
6943 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6944
6945         * shell/ev-window.c:
6946
6947         Remove a bunch of strings that was used only
6948         by the statusbar.
6949
6950 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6951
6952         * shell/ev-window-title.c: (get_filename_from_uri),
6953         (ev_window_title_set_document):
6954
6955         When title has a confusing extension, show also
6956         the document filename inside ()
6957
6958 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * shell/Makefile.am:
6961         * shell/ev-window-title.c: (ev_window_title_new),
6962         (ev_window_title_update), (ev_window_title_set_type),
6963         (ev_window_title_set_document), (ev_window_title_free):
6964         * shell/ev-window-title.h:
6965         * shell/ev-window.c: (ev_window_setup_document),
6966         (password_dialog_response), (ev_window_popup_password_dialog),
6967         (ev_window_dispose), (ev_window_init):
6968
6969         Factor out and cleanup window title code
6970
6971 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6974         (unable_to_load):
6975
6976         Make dialog transient so it doesnt block other windows
6977
6978 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * pdf/ev-poppler.cc:
6981         
6982         Fix pdf thumbnails rendering.
6983
6984 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6985
6986         * shell/ev-window.c: (fullscreen_set_timeout):
6987         
6988         Increase timeout to hide full screen popup. Bug 
6989         316123. 
6990
6991 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6992
6993         * data/evince.schemas.in:
6994         * shell/ev-window.c: (update_action_sensitivity):
6995
6996         Allow the user to override document restrictions. Fix for bug
6997         305818.
6998
6999 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
7000
7001         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
7002         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
7003         (ev_window_class_init): Fix multihead behaviour of fullscreen
7004         toolbar popup. Fixes bug #315451.
7005
7006 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7007
7008         * configure.ac:
7009         * data/evince-password.glade:
7010         * shell/ev-password.c: (ev_password_dialog_set_property),
7011         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7012         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7013         (ev_password_dialog_entry_changed_cb),
7014         (ev_password_dialog_entry_activated_cb),
7015         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7016         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7017         (ev_password_dialog_set_bad_pass):
7018         * shell/ev-password.h:
7019         * shell/ev-window.c: (password_dialog_response),
7020         (ev_window_popup_password_dialog):
7021         
7022         Support for gnome-keyring for encrypted PDF's.
7023
7024 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7025
7026         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7027         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7028         (ev_view_enter_notify_event), (ev_view_class_init):
7029         
7030         More precise handling of enter_notify/leave_notify events
7031         in EvView. Fix for bug 315470.
7032
7033 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7034
7035         * shell/ev-window.c: (fullscreen_timeout_cb),
7036         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7037         (ev_window_dispose):
7038
7039         leak fix: unref fullscreen_timeout_source before clearing it
7040
7041 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7042
7043         * configure.ac, dvi/mdvi/Makefile.am: 
7044         
7045         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7046
7047 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7048
7049         * backend/ev-link.c: (ev_link_new_page_xyz):
7050         * pdf/ev-poppler.cc:
7051         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7052
7053         Fix some bugs with xyz links, respect zoom
7054
7055 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7056
7057         * shell/ev-window.c: (page_changed_cb),
7058         (setup_document_from_metadata), (update_sidebar_visibility),
7059         (setup_view_from_metadata), (ev_window_run_fullscreen),
7060         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7061         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7062         (ev_window_dual_mode_changed_cb),
7063         (ev_window_sidebar_current_page_changed_cb):
7064
7065         null check uri before setting and getting metadata
7066
7067 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7068
7069         * dvi/Makefile.am:
7070         * properties/Makefile.am:
7071         * shell/Makefile.am:
7072         * thumbnailer/Makefile.am:
7073
7074         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7075
7076 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7079         (selection_changed_callback):
7080         * shell/ev-sidebar-links.h:
7081
7082         Add a signal for link activation.
7083
7084         * shell/ev-view.c: (ev_view_goto_link),
7085         (ev_view_button_release_event):
7086         * shell/ev-view.h:
7087         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7088         (ev_window_init):
7089
7090         Implement the signal so that we can handle all link types.
7091
7092         * shell/ev-page-cache.c:
7093
7094         Remove unused set_link function
7095
7096 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7097
7098         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7099
7100         Add some space from the cursor, hardcoded but I couldnt
7101         find a better way.
7102
7103 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7104
7105         * lib/ev-tooltip.c:
7106
7107         Use mozilla style vs gtk style, way better for links.
7108
7109         * shell/ev-view.c: (ev_view_motion_notify_event),
7110         (ev_view_destroy), (ev_view_init):
7111
7112         Deactive tooltip when the link hovered is changed.
7113
7114 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7115
7116         * backend/ev-document.h:
7117         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7118         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7119         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7120         (ev_link_new_page), (ev_link_new_page_xyz):
7121         * backend/ev-link.h:
7122         * pdf/ev-poppler.cc:
7123         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7124         (go_to_link), (tip_from_link):
7125
7126         Implement xyz links, still not functional. Links are a total
7127         mess, will need to refactor and bugfix a lot :(
7128
7129 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7130
7131         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7132
7133 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7134
7135         * data/evince-ui.xml:
7136         * data/evince.schemas.in:
7137         * shell/Makefile.am:
7138         * shell/ev-window.c: (update_chrome_visibility),
7139         (password_dialog_response), (ev_window_load_job_cb),
7140         (ev_window_xfer_job_cb), (ev_window_open_uri),
7141         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7142         (ev_window_init):
7143
7144         Remove the statusbar. This regress loading feedback, need to
7145         check with Bryan what we want to do there...
7146
7147 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * lib/ev-tooltip.c: (ev_tooltip_init):
7150
7151         Fix tooltip border and size handling
7152
7153 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7154
7155         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7156         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7157         (ev_tooltip_timeout), (ev_tooltip_activate),
7158         (ev_tooltip_deactivate):
7159         * lib/ev-tooltip.h:
7160         * shell/ev-view.c: (ev_view_motion_notify_event):
7161
7162         Delay popup showing. Mirror gtk logic/times.
7163
7164 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7165
7166         * lib/Makefile.am:
7167         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7168         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7169         (ev_tooltip_set_text), (ev_tooltip_set_position):
7170         * lib/ev-tooltip.h:
7171
7172         Simple widget to show tooltips at a custom position
7173
7174         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7175         (ev_view_destroy):
7176
7177         Use it for links. First go, needs work
7178
7179 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7180
7181         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7182         HIG fixes.  Use title capitalization for window title. Use 12 
7183         pixels of space between the dialog's vbox and action area.
7184
7185 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7186
7187         * shell/ev-window.c: (file_open_dialog_response_cb),
7188         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7189         (ev_window_cmd_save_as):
7190
7191         Make file pickers not modal and refactor code some
7192
7193 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7194
7195         * shell/ev-sidebar.h:
7196         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7197         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7198         (ev_sidebar_class_init), (ev_sidebar_select_page),
7199         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7200         (ev_sidebar_set_page):
7201
7202         Add a current page property and allow to get/set it
7203
7204         * shell/ev-window.c: (setup_view_from_metadata),
7205         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7206
7207         Persist current sidebar page per document
7208
7209 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7210
7211         * data/evince.schemas.in:
7212         * shell/ev-window.c: (update_chrome_visibility),
7213         (setup_document_from_metadata), (update_sidebar_visibility),
7214         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7215         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7216         (ev_window_run_presentation), (ev_window_stop_presentation),
7217         (ev_window_view_sidebar_cb),
7218         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7219         (load_chrome), (ev_window_init):
7220
7221         Persist size/visibility of sidebar per document
7222
7223 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7224
7225         * shell/ev-view.c (draw_loading_text): Draw loading text.
7226
7227 2005-09-02  Dan Damian  <dand@gnome.ro>
7228
7229         * configure.in: Added "ro" to ALL_LINGUAS.
7230
7231 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7232
7233         * shell/ev-view.c: (clear_caches):
7234
7235         ev_page_cache_get doesnt return a reference,
7236         dont try to unref it.
7237
7238 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7239
7240         * shell/main.c: (load_files_remote):
7241
7242         Fix timestamp parameter with dbus <= 0.33
7243
7244 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * data/evince.schemas.in:
7247
7248         Add missing full stop
7249
7250 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7251
7252         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7253         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7254
7255         Plug some memory leaks
7256
7257 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7258
7259         * configure.ac:
7260         * lib/ev-debug.c: (trap_handler):
7261
7262         Check for execinfo.h and use it only if it exists.
7263         Ported from Epiphany (bug #314776).
7264
7265 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7266
7267         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7268
7269 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7270
7271         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7272         * po/id.po      : Added Indonesian translation
7273
7274 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7275
7276         * shell/main.c:
7277         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7278         * NEWS: Release 0.4.0
7279
7280 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7281
7282         * configure.ac: catch another gtk+-2.8ism
7283         * shell/main.c: Make work with gtk+-2.6
7284
7285 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7286
7287         * shell/ev-application-service.xml: Add 'timestamp' argument to
7288           ev_application_open_window and ev_application_open_uri methods.
7289
7290         * shell/ev-application.h: Add 'timestamp' argument to
7291           ev_application_open_window, ev_application_open_uri,
7292           and ev_application_open_uri_list functions.
7293
7294         * shell/ev-application.c (ev_application_open_window,
7295           ev_application_open_uri, ev_application_open_uri_list): Change
7296           functions that show/present windows to use a timestamp if one
7297           is passed in.
7298
7299         * shell/ev-window.c (ev_window_cmd_file_open,
7300           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7301         * shell/main.c (load_files): Modify calls to ev_application to
7302           include GDK_CURRENT_TIME as timestamp.
7303
7304         * shell/main.c (load_files_remote): Obtain timestamp for client
7305           instance from GDK and pass to server instance so new windows are
7306           focused properly.  Fix dbus_g_proxy_call() calls by including second
7307           G_TYPE_INVALID.
7308           
7309         Closes bug #314475.
7310
7311 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7312
7313         * shell/ev-window.c (ev_window_finalize): Check for
7314         avail. EvWindows when quiting to handle the finalize better,
7315         #314497
7316
7317 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318         
7319         * properties/ev-properties-view.c: 
7320         
7321         Set textdomain to libglade. Fixes translation problem in property page.
7322
7323 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7324
7325         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7326         * dvi/Makefile.am:
7327         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7328         * dvi/mdvi-lib/Makefile.am:
7329         
7330         Fix rotation of thumbnails, ported to new API. Moved library
7331         dependencies earlier, probably it will fix linkage problem.
7332
7333 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7334
7335         * backend/ev-document-misc.c:
7336         (ev_document_misc_get_thumbnail_frame):
7337         * backend/ev-document-misc.h:
7338         * configure.ac:
7339         * pdf/ev-poppler.cc:
7340         * shell/Makefile.am:
7341         * shell/ev-sidebar-thumbnails.c: (add_range),
7342         (ev_sidebar_thumbnails_set_loading_icon),
7343         (ev_sidebar_thumbnails_refresh),
7344         (ev_sidebar_thumbnails_set_document):
7345         * shell/ev-sidebar-thumbnails.h:
7346         * shell/ev-view.c: (ev_view_motion_notify_event),
7347         (ev_view_set_property), (ev_view_get_property),
7348         (ev_view_class_init), (ev_view_set_rotation):
7349         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7350         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7351         (ev_window_init):
7352         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7353         Redo rotation (again).  prepare for 0.4.0
7354
7355 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7356
7357         * configure.ac: Bump poppler requirement to 0.4.1.
7358
7359         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7360         argument to poppler_page_render_selection() call.
7361
7362 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7363
7364         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7365         (djvu_document_thumbnails_get_thumbnail):
7366         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7367         (dvi_document_thumbnails_get_thumbnail):
7368         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7369         (pixbuf_document_thumbnails_get_thumbnail):
7370         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7371         
7372         Update rotation direction of backends to fit with pdf and ps.
7373
7374 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7375
7376         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7377         * backend/ev-async-renderer.h:
7378         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7379         (setup_page), (ps_document_get_page_size),
7380         (ps_async_renderer_render_pixbuf):
7381         * ps/ps-document.h:
7382         * shell/ev-jobs.c: (ev_job_render_run):
7383
7384         Fix orientation in the postscript document
7385
7386 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7387
7388         * pdf/ev-poppler.cc:
7389         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7390         * shell/ev-view.c: (highlight_find_results):
7391
7392         Adapt to the new poppler rotation API. Fix text maps on landscape
7393         documents.
7394
7395 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7396
7397         * shell/ev-view.c (compute_new_selection_text): get the correct
7398         region when selecting in modes other than continuous.
7399
7400 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7401
7402         * shell/main.c (main): remove redundant g_warnings.
7403
7404 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * shell/Makefile.am: Don't include autogenerated
7407         file ev-application-service.h into distribution, since
7408         it causes dbus crash. Fix for bugs 313724 and 313443. 
7409
7410 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7411
7412         * configure.ac: Fix sed expression for FreeBSD. Thanks
7413         to Joe Marcus Clark <marcus@freebsd.org>
7414         
7415         * shell/eggfindbar.c: (entry_activate_callback),
7416         (entry_changed_callback), (egg_find_bar_init),
7417         (egg_find_bar_set_search_string):
7418         
7419         Made findbar buttons unsensitive if there is no text in
7420         entry. Fix for the bug 313285.
7421
7422 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7423
7424         * ps/ps-document.c: Use g_filename_display_name for displaying
7425         filenames and revert string freeze breackage
7426
7427 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * NEWS:
7430         * configure.ac:
7431
7432         Update for 0.3.4
7433
7434         * shell/Makefile.am:
7435
7436         Add ev-application-service.xml to extra dist
7437
7438         * shell/ev-view.c: (find_page_at_location):
7439
7440         Remove unused function (fix warning)
7441
7442 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7443
7444         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7445         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7446         
7447         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7448         bug 313623.
7449
7450 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7453         * shell/ev-window.c:
7454         Fix build warnings
7455
7456 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7457
7458         * configure.ac: Update script to get dbus version.
7459         Fix for the bug #313443.
7460
7461 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7462
7463         * shell/ev-window.c: (ev_window_cmd_escape):
7464         
7465         Return focus back to view on escape. Fix for bug 313295.
7466
7467 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7468
7469         * shell/ev-window.c: (update_window_title),
7470         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7471         (ev_window_cmd_save_as):
7472         
7473         Correct conversion from uri to displayable string. Fix for
7474         bug 313296.
7475
7476 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7477
7478         * ps/ps-document.c: convert filename to utf8 when there is an error
7479         loading document. Fixes #309915
7480
7481 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * configure.ac:
7484
7485         We depend on poppler 0.4.0
7486
7487 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7488
7489         * configure.ac:
7490         * NEWS: Release 0.3.3.
7491         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7492
7493 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7494
7495         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7496         add a couple missing mnemonics to menu items, use title 
7497         capitalization for menu items and window titles, and add 
7498         ellipsis to open menu item.     
7499
7500 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7501
7502         * pdf/ev-poppler.cc:
7503         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7504         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7505         (ev_view_get_rotation):
7506         * shell/ev-view.h:
7507         * shell/ev-window.c: (setup_view_from_metadata),
7508         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7509         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7510         disk.
7511
7512 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7513
7514         * configure.ac: Added tr to ALL_LINGUAS
7515
7516 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7517
7518         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7519         requires several clicks to find word. Thanks to 
7520         Colin Slater <kiltedtaco@gmail.com>.
7521
7522 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7523
7524         * data/evince.desktop.in.in: Hide menu entry and
7525         rename it to "Document Viewer". Fix for bug 
7526         #312399.
7527
7528 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7529
7530         * shell/ev-page-action.c (ev_page_action_class_init): 
7531
7532         Point to the correct function in constructor of the
7533         activate_label signal
7534
7535 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7536
7537         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7538         * shell/ev-jobs.h: Make thread safe.
7539
7540 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-view.c: (view_update_range_and_current_page):
7543         Don't update page range if we are scrolling to some document
7544         point.
7545
7546 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7547
7548         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7549         when getting max_page_width, fix drawing in dual mode.
7550
7551 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7552
7553         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7554         getting the area for select_all.
7555
7556 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7557
7558         * backend/ev-selection.c: (ev_selection_render_selection):
7559         * backend/ev-selection.h:
7560         * pdf/ev-poppler.cc:
7561         * shell/ev-jobs.c: (ev_job_render_new):
7562         * shell/ev-jobs.h:
7563         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7564         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7565         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7566         (ev_view_class_init):
7567
7568         Change selection color on focus in and focus out events.  Also,
7569         poppler now uses GdkColor for specifying the selection colors, so
7570         drop some awkward conversion code.
7571
7572 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7573
7574         * configure.ac: Added Hebrew translation
7575
7576 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7577
7578         * NOTES:
7579         * backend/ev-selection.c: (ev_selection_render_selection):
7580         * backend/ev-selection.h:
7581         * pdf/ev-poppler.cc:
7582         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7583         (ev_job_render_run):
7584         * shell/ev-jobs.h:
7585         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7586         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7587         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7588         (ev_pixbuf_cache_style_changed),
7589         (ev_pixbuf_cache_get_selection_pixbuf),
7590         (ev_pixbuf_cache_set_selection_list),
7591         (ev_pixbuf_cache_get_selection_list):
7592         * shell/ev-pixbuf-cache.h:
7593         * shell/ev-utils.c: (ev_print_region_contents):
7594         * shell/ev-utils.h:
7595         * shell/ev-view.c: (ev_view_queue_draw_page),
7596         (selection_update_idle_cb), (ev_view_motion_notify_event),
7597         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7598         (setup_caches), (ev_view_find_next), (merge_selection_region),
7599         (selection_free):
7600         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7601
7602         Clean up selection to be much smoother!
7603
7604 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7605
7606         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7607         to poppler_page_render_selection().
7608
7609 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7610
7611         * ps/ps-document.c: (save_page_list): Use
7612         unzipped document when printing. Thanks to 
7613         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7614         311016.
7615
7616 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7617
7618         * shell/ev-window.c: (update_action_sensitivity):
7619         
7620         Disable print and save respect to lockdown gconf keys. Fix
7621         for 312342.
7622
7623 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * configure.ac:
7626         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7627         (write_to_temp_file), (ev_file_set_contents):
7628         * shell/ev-utils.h:
7629         * shell/ev-window.c: (save_print_config_to_file):
7630         
7631         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7632         Fix for bug 312238
7633
7634 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7635
7636         * shell/ev-window.c: (load_print_config_from_file),
7637         (save_print_config_to_file), (ev_window_print_range):
7638
7639         Persist the print settings. Fixes bug #311578.
7640
7641 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7642
7643         * djvu/djvu-document.c: (djvu_document_get_page_size),
7644         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7645         (djvu_document_thumbnails_get_thumbnail):
7646         * dvi/dvi-document.c: (dvi_document_get_page_size),
7647         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7648         (dvi_document_thumbnails_get_dimensions),
7649         (dvi_document_thumbnails_get_thumbnail):
7650         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7651         (pixbuf_document_render_pixbuf),
7652         (pixbuf_document_document_iface_init),
7653         (pixbuf_document_thumbnails_get_thumbnail):
7654         
7655         Update backends to make them build with new rotation system.
7656
7657 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7658
7659         * help/C/figures/evince_start_window.png:
7660         
7661         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7662
7663 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7664
7665         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7666         * shell/ev-pixbuf-cache.h:
7667         * shell/ev-sidebar-thumbnails.c:
7668         (ev_sidebar_thumbnails_get_property), (add_range),
7669         (adjustment_changed_cb):
7670         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7671         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7672         we were thumbnailing the entire docment on startup, slowing us
7673         down hugely. 
7674
7675 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7676
7677         * shell/ev-page-cache.c: (ev_page_cache_new):
7678         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7679         == 0, fixes #310306.
7680
7681 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7684         (ev_view_rotate_left):
7685
7686         Account rotation in doc_rect_to_view_rect.
7687         Ensure rotation doesnt go out of bounds.
7688
7689 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7690
7691         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7692
7693         Correct and cleanup w/h swapping
7694
7695 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7696
7697         * backend/ev-document-thumbnails.c:
7698         (ev_document_thumbnails_get_thumbnail):
7699         * backend/ev-document-thumbnails.h:
7700         * backend/ev-document.c:
7701         * backend/ev-document.h:
7702         * backend/ev-render-context.c: (ev_render_context_new),
7703         (ev_render_context_set_rotation):
7704         * backend/ev-render-context.h:
7705         * pdf/ev-poppler.cc:
7706         * ps/ps-document.c: (ps_document_document_iface_init):
7707         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7708         * shell/ev-jobs.h:
7709         * shell/ev-page-cache.c: (build_height_to_page),
7710         (ev_page_cache_new), (ev_page_cache_get_size),
7711         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7712         (ev_page_cache_get_height_to_page):
7713         * shell/ev-page-cache.h:
7714         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7715         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7716         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7717         (ev_pixbuf_cache_get_selection_pixbuf):
7718         * shell/ev-pixbuf-cache.h:
7719         * shell/ev-print-job.c: (idle_print_handler):
7720         * shell/ev-sidebar-thumbnails.c: (add_range):
7721         * shell/ev-view.c: (view_update_range_and_current_page),
7722         (get_page_y_offset), (get_page_extents),
7723         (ev_view_size_request_continuous_dual_page),
7724         (ev_view_size_request_continuous),
7725         (ev_view_size_request_dual_page),
7726         (ev_view_size_request_single_page), (draw_one_page),
7727         (ev_view_set_rotation), (ev_view_rotate_right),
7728         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7729         (ev_view_zoom_for_size_continuous_and_dual_page),
7730         (ev_view_zoom_for_size_continuous),
7731         (ev_view_zoom_for_size_dual_page),
7732         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7733         (ev_view_select_all):
7734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7735         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7736         (tiff_document_document_iface_init),
7737         (tiff_document_thumbnails_get_thumbnail):
7738
7739         Use rotation rather than orientation. It's easier and enough
7740         for our needs.
7741
7742 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7743
7744         * shell/ev-page-cache.c: (build_height_to_page),
7745         (ev_page_cache_new), (ev_page_cache_get_size),
7746         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7747         (ev_page_cache_get_height_to_page):
7748         * shell/ev-page-cache.h:
7749         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7750         (ev_view_size_request_continuous_dual_page),
7751         (ev_view_size_request_continuous),
7752         (ev_view_zoom_for_size_continuous_and_dual_page),
7753         (ev_view_zoom_for_size_continuous):
7754
7755         Make the page cache aware of page orientation.
7756
7757 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * backend/ev-document-thumbnails.c:
7760         (ev_document_thumbnails_get_thumbnail):
7761         * backend/ev-document-thumbnails.h:
7762         * backend/ev-document.c:
7763         * backend/ev-document.h:
7764         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7765         * backend/ev-ps-exporter.h:
7766         * pdf/ev-poppler.cc:
7767         * ps/ps-document.c: (ps_document_document_iface_init),
7768         (ps_document_ps_export_do_page):
7769         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7770         * shell/ev-jobs.h:
7771         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7772         (ev_page_cache_get):
7773         * shell/ev-page-cache.h:
7774         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7775         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7776         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7777         * shell/ev-pixbuf-cache.h:
7778         * shell/ev-print-job.c: (idle_print_handler):
7779         * shell/ev-sidebar-thumbnails.c: (add_range):
7780         * shell/ev-view.c: (view_update_range_and_current_page),
7781         (get_page_extents), (ev_view_size_request_dual_page),
7782         (ev_view_size_request_single_page), (draw_one_page),
7783         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7784         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7785         (ev_view_zoom_for_size_dual_page),
7786         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7787         (ev_view_select_all):
7788         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7789         * tiff/tiff-document.c: (tiff_document_get_page_size),
7790         (tiff_document_get_orientation), (rotate_pixbuf),
7791         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7792         (tiff_document_thumbnails_get_thumbnail),
7793         (tiff_document_ps_export_do_page), (tiff_document_init):
7794
7795         Really make use of the orientation bit of the render context.
7796         Use the render context in a few more places in the backend API.
7797         This regress orientation, but now it's done right. Will try to
7798         fix it up asap...
7799
7800 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7801
7802         * shell/ev-view.c: (ensure_rectangle_is_visible):
7803
7804         Patch by Nickolay V. Shmyrev to fix find flickering
7805
7806 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7807
7808         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7809         duplex parameters to ::begin.
7810
7811         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7812         * shell/ev-print-job.c (idle_print_handler): 
7813         * ps/ps-document.c (ps_document_ps_export_begin): 
7814         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7815         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7816         implementations. Poppler backend needs poppler cvs. Rest has
7817         unchanged behavior.
7818
7819 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7820
7821         * shell/ev-window.c (using_pdf_printer): new function.
7822         (ev_window_print_range): print a less techy message if someone
7823         tries to print to PDF.
7824
7825 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7826
7827         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7828         from "unknown font" string. Bug #311431
7829
7830 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7831
7832         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7833
7834 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7835
7836         Bug #311280
7837         
7838         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7839         name for PopplerFontTypes
7840         (pdf_document_fonts_fill_model): add font type to the detail column
7841
7842         * backend/ev-document-fonts.h: added
7843         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7844
7845         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7846         font name and font details, add a little markup.
7847         (ev_properties_fonts_init): use the new cell data func, specify ypad
7848         property for the cell renderer.
7849         (ev_properties_fonts_set_document): add the details column.
7850
7851 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7852
7853         * configure.ac: Added "pl" to ALL_LINGUAS.
7854
7855 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7856
7857         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7858
7859 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7860
7861         * help/ChangeLog: Started this for translations of manual.
7862         * configure.ac, autogen.sh, .cvsignore: Migrated to
7863         gnome-doc-utils. Patch in bug #311222.
7864
7865 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7866
7867         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7868         #ifdef this away to fix an unused-function warning.
7869
7870 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7871
7872         * configure.ac: Added 'gl' to ALL_LINGUAS.
7873
7874 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7875
7876         * configure.ac: Added ne in ALL_LINGUAS
7877         
7878 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7879
7880         * shell/ev-view.c: (ev_view_leave_notify_event):
7881         
7882         Clear status message when pointer leaves view. Fix for bug
7883         #310818 
7884
7885 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7886
7887         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7888
7889 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7890
7891         * shell/ev-view.c: (ev_view_leave_notify_event),
7892         (ev_view_class_init):
7893         
7894         Set cursor to normal then leaving view.
7895
7896 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7897
7898         * configure.ac:
7899         
7900         Fix required djvulibre version.
7901
7902 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7903
7904         *configure.ac: Hindi (hi) language added
7905
7906 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7907
7908         *configure.ac: Punjabi (pa) Language added
7909
7910 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7911
7912         * data/evince-ui.xml, shell/ev-window.c:
7913         
7914         Add keypad accelerators for zooming. Fix for bug 308128.
7915
7916 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * Makefile.am:
7919         * backend/Makefile.am:
7920         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7921         * configure.ac:
7922         * shell/ev-document-types.c: (ev_document_types_add_filters):
7923
7924         Allow to enable/disable the pixbuf backend.
7925         Default to off for now. If we want it enabled we should
7926         really put mime types in the desktop, implement properties etc.
7927
7928         * properties/evince-properties.c:
7929
7930         Initialize error to NULL.
7931         Check error is not NULL before freeing.
7932
7933 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-window.c:
7936
7937         Use F5 as presentation accell
7938
7939 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/ev-window.c: (update_chrome_visibility),
7942         (ev_window_create_fullscreen_popup), (ev_window_init):
7943
7944         Do not leak the fullscreen toolbar
7945
7946 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/ev-window.c: (view_actions_focus_in_cb),
7949         (view_actions_focus_out_cb):
7950
7951         These has a return value! Fix totally random focus
7952         issues we was seeing.
7953
7954 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7955
7956         * shell/main.c: (load_files_remote):
7957
7958         Allow open more than one file
7959
7960 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * shell/main.c: (load_files_remote):
7963
7964         Fix for dbus 0.33. bug #309975
7965
7966 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7967
7968         * properties/ev-properties-main.c: (ev_properties_get_pages):
7969
7970         Actually return NULL for types we dont support
7971
7972 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7973
7974         * po/POTFILES.in:
7975
7976         Remove empty lines.
7977
7978 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7979
7980         * backend/ev-document-factory.c:
7981         (ev_document_factory_get_document):
7982
7983         Do not try to create the object if type
7984         is invalid.
7985
7986 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7987
7988         * ps/ps-document.c: (ps_document_dispose),
7989         (ps_async_renderer_render_pixbuf):
7990         * ps/ps-document.h:
7991
7992         Do not leak the target window
7993
7994 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7995
7996         * shell/ev-application.c: (ev_application_init):
7997
7998         Let tbe check file existence for us.
7999         Add a comment about eggrecent mime filter.
8000
8001 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
8002
8003         * data/evince-ui.xml:
8004         * shell/ev-application.c: (ev_application_shutdown),
8005         (ev_application_init), (ev_application_get_toolbars_model),
8006         (ev_application_get_recent_model),
8007         (ev_application_save_toolbars_model):
8008         * shell/ev-application.h:
8009         * shell/ev-window.c: (ev_window_add_recent),
8010         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8011         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8012         (ev_window_init):
8013
8014         Use common toolbar and recent models for all windows.
8015         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8016
8017 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8018
8019         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8020         successfully check for gtk_icon_view_get_visible_range.
8021
8022 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8023
8024         * djvu/Makefile.am:
8025         * dvi/Makefile.am:
8026         
8027         Fix djvu and dvi backend build.
8028
8029 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8030
8031         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8032         (new_separator_pixbuf):
8033
8034         Don't leak windows.
8035
8036 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8037
8038         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8039
8040         HIGification of toolbar editor dialogue.
8041
8042 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * configure.ac:
8045         * shell/Makefile.am:
8046
8047         Ever build metadata manager since it's just
8048         disabled at runtime now.
8049
8050 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8051
8052         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8053         (ev_metadata_manager_get), (ev_metadata_manager_set):
8054         * shell/ev-metadata-manager.h:
8055
8056         Add an _init functions that enabled metadata management
8057         at runtime.
8058
8059         * shell/ev-window.c: (page_changed_cb),
8060         (setup_document_from_metadata), (ev_window_setup_document),
8061         (setup_view_from_metadata), (ev_window_open_uri),
8062         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8063         (ev_window_run_presentation), (ev_window_stop_presentation),
8064         (save_sizing_mode), (ev_window_zoom_changed_cb),
8065         (ev_window_continuous_changed_cb),
8066         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8067         (window_configure_event_cb):
8068
8069         Remove all ugly metadata define since we deal with it
8070         at runtime now.
8071
8072         * shell/main.c: (load_files_remote), (main):
8073
8074         Add support for dbus cvs head. Hopefully didnt break one
8075         of the other versions now!
8076
8077         If we dont get a response from the dbus server just
8078         give up with it and not enable metadata.
8079
8080 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8081
8082         * Makefile.am:
8083         * backend/Makefile.am:
8084         * configure.ac:
8085         * cut-n-paste/recent-files/Makefile.am:
8086         * cut-n-paste/toolbar-editor/Makefile.am:
8087         * cut-n-paste/zoom-control/Makefile.am:
8088         * lib/Makefile.am:
8089         * pdf/Makefile.am:
8090         * pixbuf/Makefile.am:
8091         * properties/Makefile.am:
8092         * ps/Makefile.am:
8093         * shell/Makefile.am:
8094         * thumbnailer/Makefile.am:
8095         * tiff/Makefile.am:
8096
8097         Make frontends depend on just libev.
8098         Rework and group CFLAGS/LIBS definitions.
8099         Cleanups.
8100
8101 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8102
8103         * shell/ev-window:
8104
8105         do not unnecessarily save zoom
8106
8107         * configure.ac:
8108         * lib/ev-file-helpers.c: (ev_dot_dir):
8109         * shell/Makefile.am:
8110         * shell/dummy.cc:
8111
8112         Some cleanups
8113
8114 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * configure.ac:
8117         
8118         Remove unnecessary dependencies
8119
8120 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8121
8122         * properties/Makefile.am:
8123         * thumbnailer/Makefile.am:
8124         * tiff/Makefile.am:
8125
8126         Some more cleanups. Was really necessary
8127         but I probably introduced bugs, feel free
8128         to flame :)
8129
8130 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8131
8132         * backend/Makefile.am:
8133         * configure.ac:
8134         * cut-n-paste/recent-files/Makefile.am:
8135         * cut-n-paste/toolbar-editor/Makefile.am:
8136         * cut-n-paste/zoom-control/Makefile.am:
8137         * lib/Makefile.am:
8138         * pdf/Makefile.am:
8139         * pixbuf/Makefile.am:
8140         * properties/Makefile.am:
8141         * ps/Makefile.am:
8142         * shell/Makefile.am:
8143         * thumbnailer/Makefile.am:
8144         * tiff/Makefile.am:
8145
8146         Use gnome-common macros when possible.
8147         Cleanup dependencies.
8148         Actually disable deprecated where possible.
8149
8150 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8151
8152         * Makefile.am:
8153         * backend/Makefile.am:
8154         * properties/Makefile.am:
8155         * shell/Makefile.am:
8156         * thumbnailer/Makefile.am:
8157
8158         This should solve the circular dep without
8159         requiring dir reorg!
8160
8161         * shell/ev-window.c: (setup_view_from_metadata):
8162
8163         Never restore window size/position when the
8164         window is already visible.
8165
8166 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8167
8168         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8169
8170         Return a boolean from timeout func. Fix ported from gedit.
8171
8172 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8173
8174         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8175
8176 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8177
8178         * shell/ev-document-types.c: set "All Documents" as default filter in
8179         open dialog
8180
8181 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8182
8183         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8184         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8185         (ev_metadata_manager_set_boolean): fix value/val thinko.
8186
8187 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8188
8189         * shell/ev-window.c: (setup_view_from_metadata),
8190         (window_state_event_cb), (window_configure_event_cb),
8191         (ev_window_init):
8192
8193         Remember window position and maximized state
8194
8195 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8196
8197         * configure.ac:
8198
8199         Fix DBUS configure checks.
8200
8201         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8202         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8203         (ev_metadata_manager_set_boolean):
8204
8205         Plug mem leaks.
8206
8207         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8208         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8209         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8210         (ev_window_continuous_changed_cb),
8211         (ev_window_dual_mode_changed_cb), (ev_window_new):
8212
8213         Fix the build without DBUS.
8214
8215 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8218         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8219         (ev_metadata_manager_set_string),
8220         (ev_metadata_manager_set_boolean):
8221         * shell/ev-metadata-manager.h:
8222
8223         Add support for some more types
8224
8225         * shell/ev-view.c: (scroll_to_current_page),
8226         (ev_view_get_continuous), (ev_view_set_continuous),
8227         (ev_view_get_dual_page):
8228         * shell/ev-view.h:
8229         * shell/ev-window.c: (page_changed_cb),
8230         (setup_document_from_metadata), (ev_window_setup_document),
8231         (setup_view_from_metadata), (ev_window_open_uri),
8232         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8233         (ev_window_run_presentation), (ev_window_stop_presentation),
8234         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8235         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8236         (ev_window_update_dual_page_action),
8237         (ev_window_continuous_changed_cb),
8238         (ev_window_dual_mode_changed_cb), (ev_window_init):
8239
8240         Remember a bunch of view/document properties. Prolly some
8241         are still missing but it's getting interesting.
8242
8243 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8244
8245         * configure.ac: check if dbus-binding-tool is installed. Not the
8246         case on current Ubuntu breezy, it seems.
8247
8248 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8249
8250         * data/evince.desktop.in.in:
8251         
8252         Allow open uri lists and add TryExec field.
8253
8254 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8255
8256         * configure.ac:
8257
8258         Enable dbus when available, do not require a configure
8259         option.
8260
8261 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8262
8263         * configure.ac:
8264
8265         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8266         disabled.
8267
8268 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8269         Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8272         
8273         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8274         functions to the format required by dbus
8275
8276         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8277         errors. Use the RPC parameters in the expected way
8278
8279 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8280
8281         * Makefile.am:
8282         * properties/Makefile.am:
8283         * properties/ev-properties-main.c: (ev_properties_get_pages):
8284
8285         Support all mime types
8286
8287         * shell/Makefile.am:
8288         * thumbnailer/Makefile.am:
8289         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8290         (evince_thumbnail_pngenc_get):
8291
8292         Use the document factory
8293
8294 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8295
8296         * backend/Makefile.am:
8297         * backend/ev-document-factory.c:
8298         (mime_type_supported_by_gdk_pixbuf),
8299         (ev_document_type_get_from_mime),
8300         (ev_document_factory_get_document),
8301         (ev_document_factory_get_backend),
8302         (ev_document_factory_get_mime_types),
8303         (ev_document_factory_get_all_mime_types):
8304         * backend/ev-document-factory.h:
8305         * shell/Makefile.am:
8306         * shell/ev-document-types.c: (get_document_from_uri),
8307         (ev_document_types_get_document),
8308         (file_filter_add_mime_list_and_free),
8309         (ev_document_types_add_filters):
8310         * shell/ev-document-types.h:
8311         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8312         * shell/ev-properties-dialog.c:
8313         (ev_properties_dialog_set_document):
8314         * shell/ev-window.c: (ev_window_cmd_file_open),
8315         (ev_window_cmd_save_as):
8316         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8317
8318         Rework document types managing to avoid code duplication
8319         and actually abstract from backend implementations.
8320         Also provide a minimal factory api that can be used by
8321         thumbnailer/properties.
8322
8323 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8324
8325         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8326         Plug a mem leak.
8327         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8328         HIG spacings.
8329
8330 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8331
8332         * shell/ev-properties-dialog.c
8333         (ev_properties_dialog_set_document): only call
8334         ev_properties_fonts_set_document() if the document implements the
8335         fonts interface
8336
8337 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8338
8339         * configure.ac:
8340         * properties/Makefile.am:
8341         * properties/ev-properties-view.c:
8342         (ev_properties_view_register_type):
8343         * properties/ev-properties-view.h:
8344         * properties/ev-properties-main.h:
8345
8346         Implement nautilus plugin for properties.
8347         Works only for pdf atm, I need to rework the
8348         document types stuff to get this to work
8349         for all backends...
8350
8351 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8352
8353         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8354         (ev_properties_fonts_set_document): use
8355         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8356
8357 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8358
8359         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8360         them
8361         (PlaceImage, tiff2ps_process_page): use
8362         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8363
8364
8365 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8366
8367         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8368         (main): to call gnome_authentication_manager_init. Should fix
8369         Bug #308510
8370
8371         * configure.ac: that requires libgnomeui 2.6.0.
8372
8373 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8374
8375         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8376         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8377         use the new tiff2ps interfaces
8378
8379         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8380         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8381
8382         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8383         structure instead of global variables.  Remove use of static
8384         variables in functions.
8385
8386 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8387
8388         * shell/ev-page-action.c: unref the completion after setting it to the
8389         entry
8390
8391 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8392
8393         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8394         postscript files
8395
8396 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8397
8398         * shell/ev-window.c (update_action_sensitivity): disable
8399         File->Print if the document does not implement the ps exporter
8400         interface
8401
8402 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8403
8404         * Makefile.am:
8405         * configure.ac:
8406         * data/evince-properties.glade:
8407         * properties/.cvsignore:
8408         * properties/Makefile.am:
8409         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8410         (ev_properties_view_class_init), (ev_properties_view_format_date),
8411         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8412         (ev_properties_view_init), (ev_properties_view_new):
8413         * properties/ev-properties-view.h:
8414         * shell/Makefile.am:
8415         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8416         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8417         (ev_properties_dialog_new):
8418         * shell/ev-properties-dialog.h:
8419         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8420         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8421         (update_progress_label), (job_fonts_finished_cb),
8422         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8423         * shell/ev-properties-fonts.h:
8424         * shell/ev-properties.c:
8425         * shell/ev-properties.h:
8426         * shell/ev-window.c: (ev_window_setup_document),
8427         (ev_window_cmd_file_properties):
8428
8429         Split the properties pages in two different objects, depend
8430         only on the backend where possible, use widgets instead
8431         of gobject for the glade part, reimplement the dialog
8432         itself with gtk.
8433         I need this to implement nautilus properties page.
8434
8435 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8436
8437         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8438         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8439         (tiff_document_document_ps_exporter_iface_init): implement the ps
8440         exporter interface for tiff documents
8441
8442         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8443         libtiff to implement TIFF postscript export
8444
8445         * tiff/tiff2ps.h: added a header file for external tiff2ps
8446         functions.
8447
8448         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8449         tiff2ps.h
8450
8451 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * shell/ev-view.c: (scroll_to_current_page),
8454         (ev_view_set_fullscreen), (ev_view_set_presentation):
8455         
8456         Scroll to current page when exit from presentation
8457
8458 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * shell/ev-window.c: (update_document_mode),
8461         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8462         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8463         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8464         
8465         Exit from fullscreen mode when switch to presentation. Fix for
8466         bug 309365
8467
8468 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8469
8470         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8471         return NULL if the document does not implement the selection
8472         interface.
8473
8474 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8475
8476         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8477         reported height by using the resolution aspect ratio
8478         (tiff_document_render_pixbuf): scale the pixbuf using the
8479         resolution aspect ratio
8480
8481 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * configure.ac:
8484         
8485         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8486         <kiltedaco@gmail.com>
8487         
8488         * djvu/djvu-document.c: (djvu_document_get_orientation),
8489         (djvu_document_set_orientation), (djvu_document_get_page_size),
8490         (rotate_pixbuf), (djvu_document_render_pixbuf),
8491         (djvu_document_document_iface_init):
8492         * dvi/dvi-document.c: (dvi_document_get_orientation),
8493         (dvi_document_set_orientation), (dvi_document_get_page_size),
8494         (rotate_pixbuf), (dvi_document_render_pixbuf),
8495         (dvi_document_document_iface_init):
8496         
8497         Dvi and djvu backends are ported to new API
8498
8499 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8500
8501         * backend/ev-selection.c: (ev_selection_get_selection_region),
8502         (ev_selection_get_selection_map):
8503         * backend/ev-selection.h:
8504         * pdf/ev-poppler.cc:
8505         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8506         * shell/ev-jobs.h:
8507         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8508         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8509         (ev_pixbuf_cache_get_text_mapping):
8510         * shell/ev-pixbuf-cache.h:
8511         * shell/ev-view.c: (location_in_text),
8512         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8513         support to EvView.  Now we can see where we can select!  Sweet!
8514
8515 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8516
8517         * shell/ev-view.c (ev_view_button_press_event): Fix
8518         event->y + view->scroll_x typo.
8519
8520 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8521
8522         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8523         sub-GdkPixbuf instead of passing dest_x and dest_y.
8524         
8525         * shell/ev-view.c: (view_point_to_doc_point),
8526         (view_rect_to_doc_rect), (ev_view_button_press_event),
8527         (ev_view_motion_notify_event), (compute_new_selection_rect),
8528         (gdk_rectangle_point_in), (compute_new_selection_text),
8529         (compute_selections): Update selection code to keep the selection
8530         around as two points and not as a normalized rectangle, and fix
8531         page level selection in two-column mode.
8532
8533 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8534
8535         * shell/ev-window.c: (window_configure_event_cb): 
8536         
8537         Fix compilation
8538         
8539 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * pdf/ev-poppler.cc:
8542
8543         Fix compilation
8544
8545 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8546
8547         * shell/Makefile.am:
8548         * shell/ev-metadata-manager.c: (item_free),
8549         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8550         (parse_value), (parseItem), (load_values),
8551         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8552         (save_values), (save_item), (get_oldest), (resize_items),
8553         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8554         * shell/ev-metadata-manager.h:
8555
8556         Metadata manager from gedit but modified to use GValue, so that
8557         we dont need to keep converting from strings.
8558
8559         * configure.ac:
8560
8561         ENABLE_METADATA conditional, on when dbus is on
8562
8563         * shell/ev-application.c: (ev_application_open_uri):
8564
8565         Show the window after load so that we can initialize
8566         window size before it's showed.
8567
8568         * shell/ev-window.c: (ev_window_setup_from_metadata),
8569         (ev_window_open_uri), (window_configure_event_cb),
8570         (ev_window_init):
8571
8572         Save and load metadata information about window size.
8573         Not yet keeping states in account.
8574
8575         * shell/main.c: (main):
8576
8577         Shutdown metadata manager.
8578
8579 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8580
8581         * shell/ev-application-service.xml:
8582         * configure.ac:
8583         * shell/Makefile.am:
8584         * shell/ev-application.c:
8585         * shell/ev-application.h:
8586         * shell/ev-window.c:
8587         * shell/ev-window.h:
8588         * shell/main.c:
8589
8590         Add an optional dbus interface (--enable-dbus).
8591         Rework application code, mainly to be easier to
8592         use "remotely".
8593         Do not open multiple windows with the same document,
8594         spatial evince!
8595
8596 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8597
8598         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8599         pixbuf iff it exists.
8600
8601 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8602
8603         * shell/*:
8604         * backend/ev-render-context.[ch]:
8605         * backend/ev-selection.[ch]:
8606
8607         Massive changes.  We now support text selection of pdfs, and not
8608         just rectangular selection.  This is pretty broken still, but I
8609         want to get something into CVS.
8610
8611 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8612
8613         * pdf/ev-poppler.cc:
8614         
8615         Fix for Bug 309080: crash on window close.
8616         
8617         * shell/ev-page-action.c: (page_changed_cb):
8618         
8619         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8620         jensgr@gmx.net (Jens Granseuer).
8621
8622 2005-06-25  Marcel Telka  <marcel@telka.sk>
8623
8624         * configure.in (ALL_LINGUAS): Added sk.
8625
8626 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8627
8628         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8629         not a document open
8630
8631 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * NEWS:
8634         * configure.ac:
8635
8636         Release 0.3.2
8637
8638         * cut-n-paste/recent-files/Makefile.am:
8639
8640         Fix make distcheck
8641
8642 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8643
8644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8645         (pixbuf_document_set_orientation), (rotate_pixbuf),
8646         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8647         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8648
8649         Implement rotation and cleanup the code a bit.
8650
8651         * tiff/tiff-document.c: (tiff_document_get_page_size),
8652         (tiff_document_get_orientation), (tiff_document_set_orientation),
8653         (rotate_pixbuf), (tiff_document_render_pixbuf),
8654         (tiff_document_document_iface_init), (tiff_document_init):
8655
8656         Implement rotation. Was the quicker solution for the release
8657         but we really need to share this code in the shell.
8658
8659 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8660
8661         * pdf/ev-poppler.cc:
8662
8663         Enable rotation, require poppler cvs. Fix a leak.
8664
8665 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8666
8667         * shell/ev-window.c: (update_action_sensitivity):
8668         
8669         Make properties unsensitive if document backend doesn't provide
8670         any info
8671
8672 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8673
8674         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8675         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8676         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8677         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8678         (bitmap_flip_rotate_counter_clockwise):
8679         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8680         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8681         (buff_gets):
8682         * dvi/mdvi-lib/common.h:
8683         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8684         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8685         (opendvi), (mdvi_reload), (mdvi_init_context),
8686         (mdvi_destroy_context), (mdvi_dopage), (special):
8687         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8688         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8689         (file_hash_free), (register_encoding), (parse_spec),
8690         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8691         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8692         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8693         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8694         (mdvi_register_font_type), (mdvi_unregister_font_type),
8695         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8696         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8697         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8698         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8699         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8700         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8701         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8702         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8703         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8704         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8705         (mdvi_unregister_special), (mdvi_flush_specials):
8706         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8707         (t1_font_remove):
8708         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8709         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8710         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8711         (free_font_metrics), (flush_font_metrics):
8712         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8713         (tt_font_remove):
8714         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8715         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8716         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8717         (dstring_insert), (dstring_new), (dstring_reset):
8718         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8719         
8720         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8721         avoid conflict with libtool on FC4
8722         
8723         * shell/ev-window.c: (ev_window_cmd_help_about):
8724         
8725         Update copyright year. Fix for bug 308828.
8726
8727 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8728
8729         * shell/ev-view.c: (add_scroll_binding_keypad),
8730         (ev_view_binding_activated), (ev_view_class_init),
8731         (on_adjustment_value_changed):
8732         
8733         Bug 170874: Arrow keys switch pages in presentation mode
8734
8735 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8736
8737         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8738         
8739         Fix for Bug 308265: Sidebar dissappears coming out of 
8740         Presentation mode
8741
8742 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8743
8744         * shell/ev-application.c: (ev_application_open):
8745         * shell/ev-document-types.c: (ev_document_types_add_filters),
8746         (ev_document_types_add_filters_for_type):
8747         * shell/ev-document-types.h:
8748         * shell/ev-window.c: (ev_window_cmd_save_as):
8749         
8750         Suggest basename as template when saving, provide filters
8751         for save dialog. It's bug 308402
8752
8753 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8754
8755         * pdf/ev-poppler.cc:
8756         * shell/ev-sidebar-links.c: (job_finished_callback):
8757         * shell/ev-view.c: (update_find_status_message):
8758         
8759         Some leaks fixed
8760
8761 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8762
8763         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8764         (egg_recent_view_uimanager_set_list):
8765
8766         Fix buglet in !show_numbers case.
8767
8768 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8769
8770         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8771         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8772
8773         Use pango ellipsisation.
8774
8775         * pdf/ev-poppler.cc:
8776
8777         Fix refcount leak, from nsh.
8778
8779 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8780
8781         * cut-n-paste/recent-files/Makefile.am:
8782         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8783         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8784         
8785         Removed EggRecentViewGtk
8786         
8787         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8788         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8789         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8790         (ev_window_setup_recent):
8791         
8792         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8793         with other projects
8794
8795 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8796
8797         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8798         (egg_recent_view_gtk_finalize):
8799
8800         Fix memory leak
8801
8802         * cut-n-paste/toolbar-editor/Makefile.am:
8803         
8804         Fix location of cursor icon.
8805         
8806         * pdf/ev-poppler.cc:
8807         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8808         (display_completion_text), (match_completion):
8809         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8810         (selection_changed_callback), (create_loading_model),
8811         (print_section_cb), (links_page_num_func),
8812         (update_page_callback_foreach):
8813         * shell/ev-window.c: (ev_window_dispose):
8814         
8815         Small memory fixes. Links model now store objects instead
8816         of pointers to improve memory management. 
8817
8818 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8819
8820         * shell/ev-window.c: (zoom_control_changed_cb):
8821         
8822         Fix update of zoom control (bug 308268).
8823
8824 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8825
8826         * shell/ev-properties.c (set_property): escape the text correctly.
8827         Handles non-UTF-8 properties and escaped properties.  Also, sets
8828         the text to "<i>None</i>" if the property isn't set.
8829
8830         * data/evince-properties.glade: Change the label to be ellipsized,
8831         and give it a minimum size.
8832
8833 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8834
8835         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8836         * shell/ev-sidebar-links.c: (create_loading_model):
8837         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8838         * shell/ev-view.c: (ev_view_set_document):
8839         * shell/ev-window.c: (ev_window_dispose):
8840         
8841         Various small fixes, mostly memory leaks. Thanks to valgrind.
8842
8843 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8844
8845         * ps/ps-document.c: remove the locale.h include again ;-). And
8846         kill the (bogus) setlocale/savelocale business.
8847
8848 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8849
8850         * ps/ps-document.c:
8851         
8852         Include locale.h to fix build
8853         
8854         * shell/ev-sidebar.c:
8855         
8856         Remove unnecessary includes
8857
8858 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8859
8860         * dvi/dvi-document.c: (dvi_document_load):
8861         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8862         * po/POTFILES.in:
8863         
8864         Check for incorrect dvi files. Fix parsing dvi on AMD64
8865         platform. Thanks to tester@tester.ca (Olivier Crete).
8866
8867 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8868
8869         * shell/ev-page-action.c: (match_selected_cb),
8870         (display_completion_text), (match_completion), (update_model):
8871         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8872         (expand_open_links):
8873         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8874         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8875         (ev_sidebar_set_document):
8876         * shell/ev-window.c: (ev_window_xfer_job_cb),
8877         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8878         
8879         Fixed lot's of memory leaks, for example, memory leak on reload, 
8880         described in bug 307793.
8881
8882 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8883
8884         * pdf/ev-poppler.cc:
8885         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8886         (update_visible_range), (adjustment_changed_cb),
8887         (ev_sidebar_thumbnails_fill_model),
8888         (ev_sidebar_thumbnails_refresh),
8889         (ev_sidebar_tree_selection_changed),
8890         (ev_sidebar_icon_selection_changed),
8891         (ev_sidebar_thumbnails_use_icon_view),
8892         (ev_sidebar_thumbnails_set_document):
8893         * shell/ev-sidebar-thumbnails.h:
8894         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8895         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8896
8897         Refresh thumbnails when changing orientation. Not fully
8898         working yet becuase of a sidebar bug.
8899
8900         Set page orientation to poppler page everywhere. This sucks
8901         really need to fix poppler.
8902
8903 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8906         (egg_recent_view_gtk_new_menu_item),
8907         (egg_recent_view_gtk_set_property),
8908         (egg_recent_view_gtk_get_property),
8909         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8910         (egg_recent_view_gtk_set_tooltip_func),
8911         (egg_recent_view_gtk_set_label_width),
8912         (egg_recent_view_gtk_get_label_width):
8913         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8914
8915         Sync with libegg (ellipsize labels)
8916
8917 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8918
8919         * data/evince-ui.xml:
8920         * shell/ev-window.c: (ev_window_cmd_go_forward),
8921         (ev_window_cmd_go_backward):
8922         
8923         Shift + PageUp moves 10 Pages. Fix for 306125
8924
8925 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8926
8927         * pdf/ev-poppler.cc:
8928
8929         Add a flag to check if orientation has been overriden
8930
8931 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8932
8933         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8934         field if necessary.
8935
8936         * ps/ps.h: add creator field to document.
8937
8938         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8939         set creator field.
8940
8941 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8942
8943         * data/evince-properties.glade:
8944         * shell/ev-properties.c: (ev_properties_set_document):
8945
8946         s/PDF Version/Format
8947
8948 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * shell/ev-properties.c: (ev_properties_set_document):
8951
8952         Remove unnecessary translations
8953
8954 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8955
8956         * cut-n-paste/toolbar-editor/Makefile.am:
8957
8958         Correct library name    
8959
8960 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8961
8962         * configure.ac:
8963         * cut-n-paste/recent-files/egg-recent-model.c:
8964         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8965         (egg_recent_model_unlock_file):
8966         * cut-n-paste/recent-files/egg-recent-util.c:
8967         (egg_recent_util_get_unique_id):
8968         * cut-n-paste/recent-files/update-from-egg.sh:
8969         * cut-n-paste/toolbar-editor/Makefile.am:
8970         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8971         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8972         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8973         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8974         (egg_toolbars_model_get_type):
8975         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8976
8977         Better makefile for toolbar editor and update everything
8978         to latest libegg.
8979
8980 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * shell/ev-window.c: (update_document_mode):
8983
8984         Prefer presentation mode when the document
8985         require fullscreen.
8986
8987 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8988
8989         * data/evince-ui.xml:
8990         * shell/ev-window.c:
8991
8992         Add control-equal for zooming
8993
8994 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8995
8996         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8997
8998 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8999
9000         * backend/ev-document.c: (ev_document_get_orientation):
9001         * backend/ev-document.h:
9002         * pdf/ev-poppler.cc:
9003         * ps/ps-document.c: (ps_document_get_orientation),
9004         (ps_document_set_orientation), (ps_document_document_iface_init):
9005
9006         Add a get_orientation api. Improve set_orientation.
9007
9008         * data/evince-ui.xml:
9009         * shell/ev-view.c: (ev_view_set_orientation),
9010         (ev_view_rotate_right), (ev_view_rotate_left):
9011         * shell/ev-view.h:
9012         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9013         (ev_window_cmd_edit_rotate_right):
9014
9015         Better ui for changing document orientation
9016
9017 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9020         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9021         * shell/ev-sidebar-links.h:
9022         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9023         (ev_sidebar_page_iface_init):
9024         * shell/ev-sidebar-page.h:
9025         * shell/ev-sidebar-thumbnails.c:
9026         (ev_sidebar_thumbnails_get_property),
9027         (ev_sidebar_thumbnails_class_init),
9028         (ev_sidebar_thumbnails_set_document):
9029         * shell/ev-sidebar-thumbnails.h:
9030         * shell/ev-view.c: (ev_view_motion_notify_event):
9031         * shell/ev-window.c: (update_chrome_visibility),
9032         (ev_window_cmd_focus_page_selector),
9033         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9034         (sidebar_page_main_widget_update_cb), (ev_window_init):
9035         
9036         Autoraise toolbar on GoToPage binding and fix bindings in
9037         EvSidebarThumbnails page.
9038
9039 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9040
9041         * shell/ev-properties.c: (update_progress_label):
9042
9043         Hide the progress label when finished; bug #307697.
9044
9045 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9046
9047         * pdf/ev-poppler.cc:
9048
9049         Enable is_open for links, you will need poppler cvs
9050
9051         * shell/ev-properties.c: (job_fonts_finished_cb):
9052
9053         Get a lock on the document when filling the tree view
9054
9055 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9056
9057         * backend/ev-document-links.h:
9058         * pdf/ev-poppler.cc:
9059         * shell/ev-sidebar-links.c: (create_loading_model),
9060         (expand_open_links), (job_finished_callback):
9061
9062         Expand links when specified by the document.
9063         Depend on a poppler api (defined out for now)
9064
9065 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9066
9067         * shell/ev-properties.c: (ev_properties_dispose),
9068         (ev_properties_class_init), (dialog_destroy_cb),
9069         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9070         (ev_properties_set_document), (ev_properties_new),
9071         (ev_properties_show):
9072         * shell/ev-properties.h:
9073
9074         Make it an object, cleanup the code, api to show it as transient
9075         and to set the document.
9076
9077         * shell/ev-window.c: (ev_window_setup_document),
9078         (ev_window_cmd_file_properties):
9079
9080         Adapt to EvProperties changes, do not show multiple
9081         times, update it when document changes.
9082
9083 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9084
9085         * ps/gstypes.h:
9086         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9087         (ps_document_set_orientation), (ps_document_document_iface_init):
9088         * ps/ps-document.h:
9089
9090         Implement orientation here too
9091
9092         * shell/ev-properties.c: (ev_properties_new):
9093         * data/evince-properties.glade:
9094
9095         Hide the fonts page for backends that doesnt
9096         support it.     
9097
9098 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * backend/ev-document.c: (ev_document_set_orientation):
9101         * backend/ev-document.h:
9102         * pdf/ev-poppler.cc:
9103
9104         Add orientation api. Currently poppler api is not optimal,
9105         we need to set orientation every time we _get a page.
9106         I will try to fix that at some point.
9107
9108         * data/evince-ui.xml:
9109         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9110         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9111
9112         Add orientation menu items
9113
9114         * shell/ev-page-cache.c: (ev_page_cache_clear):
9115         * shell/ev-page-cache.h:
9116
9117         Add api to clear the cache
9118
9119         * shell/ev-view.c: (setup_caches), (clear_caches),
9120         (ev_view_set_document), (ev_view_zoom_out),
9121         (ev_view_set_orientation):
9122         * shell/ev-view.h:
9123
9124         Implement orientation changing
9125
9126 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9127
9128         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9129         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9130         * backend/ev-document-fonts.h:
9131
9132         Separate scan and fill so that we can incrementally fill from
9133         the main thread. Add a progress api.
9134
9135         * data/evince-properties.glade:
9136         * pdf/ev-poppler.cc:
9137         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9138         * shell/ev-jobs.h:
9139         * shell/ev-properties.c: (update_progress_label),
9140         (job_fonts_finished_cb), (setup_fonts_view):
9141
9142         Incrementally feel the list and show the progress
9143         percentage in a label like acrobat does.
9144
9145         You are going to need poppler cvs
9146
9147 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9148
9149         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9150         * backend/ev-document-fonts.h:
9151         * pdf/ev-poppler.cc:
9152
9153         Make fonts model fill incrementally.
9154
9155         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9156         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9157         (ev_job_queue_remove_job):
9158         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9159         (ev_job_fonts_new), (ev_job_fonts_run):
9160         * shell/ev-jobs.h:
9161
9162         New job for fonts scanning
9163
9164         * shell/ev-properties.c: (job_fonts_finished_cb),
9165         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9166         * shell/ev-properties.h:
9167         * shell/ev-window.c: (ev_window_cmd_file_properties):
9168
9169         Incrementally feel the treeview using the new job. Show Loading...
9170         message until scanning is completed.
9171
9172         Hopefully I didnt break the build without the poppler patch.
9173
9174 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9175
9176         * shell/ev-application.c: (ev_application_open):
9177         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9178         (ev_document_type_get_type), (ev_document_type_lookup):
9179         * shell/ev-document-types.h:
9180         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9181         * shell/ev-job-xfer.h:
9182         * shell/ev-window.c: (ev_window_clear_local_uri),
9183         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9184         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9186         
9187         Transfer remote documents to tmp directory to display them later.
9188
9189 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9190
9191         * backend/ev-document-info.h:
9192         * shell/ev-properties.c: (ev_properties_new):
9193
9194         s/GTime*/GTime. Not sure why we was using a pointer
9195         at all there!
9196
9197 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9198
9199         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9200         situations.  That situation is that you're using GTK+-HEAD with
9201         the patch at #306726 is applied, and you have a document with <
9202         1500 pages in it.  It's not quite as uniformly nice as the
9203         TreeView, but should be better in the long run.
9204
9205         I'm pretty sure I guarded against breaking compilation with
9206         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9207         I missed some.
9208
9209         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9210         widget yet, so I commented that code out
9211         enable_view_actions_for_widget() for now.  Need to figure this
9212         out.
9213
9214         * shell/ev-page-action.c (match_selected_cb): emit the right
9215         signals.  Our cool C-l completion now works.
9216
9217 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9218
9219         * backend/Makefile.am:
9220         * backend/ev-document-fonts.c:
9221         * backend/ev-document-links.c:
9222         * backend/ev-document.c: (ev_document_load):
9223         * backend/ev-document.h:
9224         * backend/ev-job-queue.c:
9225         * backend/ev-job-queue.h:
9226         * backend/ev-jobs.c:
9227         * backend/ev-jobs.h:
9228         * backend/ev-page-cache.c:
9229         * backend/ev-page-cache.h:
9230
9231         EvPageCache and EvJobs are moved to shell.
9232
9233         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9234         (ev_tmp_filename):
9235         * lib/ev-file-helpers.h:
9236         
9237         New helper to work with temporary files
9238         
9239         * shell/Makefile.am:
9240         * shell/ev-application.c: (ev_application_open):
9241         * shell/ev-application.h:
9242         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9243         (remove_job_from_async_queue), (add_job_to_async_queue),
9244         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9245         (handle_job), (search_for_jobs_unlocked),
9246         (no_jobs_available_unlocked), (ev_render_thread),
9247         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9248         (ev_job_queue_add_job), (move_job_async), (move_job),
9249         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9250         * shell/ev-job-queue.h:
9251         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9252         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9253         * shell/ev-job-xfer.h:
9254         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9255         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9256         (ev_job_links_class_init), (ev_job_render_init),
9257         (ev_job_render_dispose), (ev_job_render_class_init),
9258         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9259         (ev_job_thumbnail_class_init), (ev_job_load_init),
9260         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9261         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9262         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9263         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9264         * shell/ev-jobs.h:
9265         * shell/ev-page-action.c: (ev_page_action_set_document):
9266         * shell/ev-page-cache.c: (ev_page_cache_init),
9267         (ev_page_cache_class_init), (ev_page_cache_finalize),
9268         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9269         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9270         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9271         (ev_page_cache_get_title), (ev_page_cache_get_size),
9272         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9273         (ev_page_cache_get_height_to_page),
9274         (ev_page_cache_get_max_label_chars),
9275         (ev_page_cache_get_page_label),
9276         (ev_page_cache_has_nonnumeric_page_labels),
9277         (ev_page_cache_get_info), (ev_page_cache_next_page),
9278         (ev_page_cache_prev_page), (ev_page_cache_get):
9279         * shell/ev-page-cache.h:
9280         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9281         (ev_pixbuf_cache_clear_job_sizes),
9282         (ev_pixbuf_cache_add_jobs_if_needed),
9283         (ev_pixbuf_cache_set_page_range):
9284         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9285         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9286         * shell/ev-sidebar-thumbnails.c:
9287         (ev_sidebar_tree_selection_changed),
9288         (ev_sidebar_thumbnails_set_document):
9289         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9290         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9291         (ev_statusbar_get_context_id), (ev_statusbar_push),
9292         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9293         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9294         (ev_statusbar_set_progress):
9295         * shell/ev-statusbar.h:
9296         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9297         (ev_view_find_previous):
9298         * shell/ev-window.c: (ev_window_is_empty),
9299         (ev_window_setup_document), (password_dialog_response),
9300         (ev_window_clear_jobs), (ev_window_load_job_cb),
9301         (ev_window_xfer_job_cb), (ev_window_open_uri),
9302         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9303         (ev_window_print), (ev_window_print_range),
9304         (ev_window_state_event), (ev_window_cmd_view_reload),
9305         (menu_item_select_cb), (menu_item_deselect_cb),
9306         (view_status_changed_cb), (ev_window_dispose),
9307         (drag_data_received_cb), (ev_window_init):
9308         * shell/ev-window.h:
9309         * shell/main.c: (load_files):
9310         
9311         New statusbar to show progress on idle. Two new jobs - 
9312         xfer job and load job to load document in background. And update
9313         of page_cache clients to new location of code.
9314
9315 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9316
9317         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9318         selection in open dialog. It also remembers the last visited directory 
9319         in the current session.
9320
9321 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9322
9323         * shell/ev-properties.c: (ev_properties_new):
9324         * shell/ev-properties.h:
9325         * shell/ev-window.c: (ev_window_cmd_file_properties):
9326         
9327         Get document info from page cache instead of document itself.
9328         This should fix crash related to race conditions described in
9329         bug 306545.
9330
9331 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9332
9333         * ps/ps-document.c: (ps_document_init),
9334         (send_ps), (get_page_box), (output), (catchPipe), (input),
9335         (stop_interpreter), (file_length), (file_readable),
9336         (check_filecompressedb), (ps_document_enable_interpreter),
9337         (document_load), (ps_async_renderer_render_pixbuf):
9338         * ps/ps-document.h:
9339
9340         Big cleanup of the ps code
9341
9342 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9343
9344         * backend/Makefile.am:
9345         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9346         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9347         * backend/ev-async-renderer.h:
9348
9349         Add an async renderer interface (method + callback) which
9350         is useful for backends like ps.
9351
9352         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9353         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9354         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9355         (ev_job_queue_add_job), (move_job_async), (move_job),
9356         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9357
9358         Add queues for async renderer, these are executed on the
9359         main thread.
9360
9361         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9362         (ev_job_render_run):
9363         * backend/ev-jobs.h:
9364
9365         If the backend support async renderer interface use it.
9366
9367         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9368         (setup_pixmap), (ps_document_get_type),
9369         (ps_async_renderer_render_pixbuf),
9370         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9371
9372         Implement async renderer interface.
9373
9374 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9377
9378         Cleanup links job on exit.
9379
9380 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9381
9382         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9383         (drag_data_get_cb), (drag_data_received_cb):
9384         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9385         (drag_data_get_cb), (parse_item_list),
9386         (egg_toolbar_editor_load_actions):
9387         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9388         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9389         (parse_item_list), (parse_toolbars):
9390         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9391         (dvi_pixbuf_put_pixel):
9392         
9393         Fix gcc 4.0 warnings
9394
9395 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9396
9397         * ps/ps-document.c: (start_interpreter):
9398
9399         Fix warning when loading ps
9400
9401 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * ps/ps-document.c: (output):
9404
9405         Fix crash when priting gs error messages.
9406
9407 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9408
9409         * backend/ev-page-cache.c: (_ev_page_cache_new):
9410         * backend/ev-page-cache.h:
9411
9412         Use a const to return title so that we dont double
9413         free it. Small cleanup and fix a leak.
9414
9415         * shell/ev-window.c: (update_window_title):
9416
9417         strdup value from get_title.
9418
9419 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9420
9421         * shell/ev-sidebar-links.c: (job_finished_callback),
9422         (ev_sidebar_links_set_document):
9423
9424         Cleanup the old job when changing document
9425
9426 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9427
9428         * shell/ev-stock-icons.c:
9429         * shell/ev-stock-icons.h:
9430         * shell/ev-window.c:
9431         
9432         Add stock icons for actions that can appear in toolbar. Fix for
9433         bug 306566.
9434
9435 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9436
9437         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9438         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9439         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9440         * backend/ev-page-cache.h:
9441         * shell/ev-view.c: (scroll_to_current_page),
9442         (view_update_range_and_current_page), (get_page_y_offset),
9443         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9444         (ev_view_size_request_continuous),
9445         (ev_view_zoom_for_size_continuous_and_dual_page),
9446         (ev_view_zoom_for_size_continuous):
9447         
9448         More compact EvView layout in document with pages of different size.
9449
9450 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9451
9452         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9453         compilation.
9454
9455 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9456
9457         * shell/ev-view.c: (view_set_adjustment_values):
9458         * shell/ev-window.c: (ev_window_cmd_file_properties):
9459         
9460         A bit different fix for rounding problem but it has no
9461         problems on startup. Make properties window transient to parent.
9462
9463 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9464
9465         * pdf/ev-poppler.cc:
9466         
9467         More commenting of font stuff.
9468
9469 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9470
9471         * pdf/ev-poppler.cc:
9472
9473         Comment out some more fonts stuff. Should really
9474         work without the poppler patch now.
9475
9476 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * pdf/ev-poppler.cc:
9479
9480         Adapt to api change
9481
9482 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9483
9484         * data/evince-properties.glade:
9485         * pdf/ev-poppler.cc:
9486         * shell/ev-properties.c: (setup_fonts_view):
9487
9488         Set the column title. Show the dialog only
9489         once everything is setup.
9490         Getting font info can be very slow... will
9491         prolly need to make this threaded too.
9492
9493 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9494
9495         * backend/Makefile.am:
9496         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9497         (ev_document_fonts_get_fonts_model):
9498         * backend/ev-document-fonts.h:
9499         * data/evince-properties.glade:
9500         * pdf/ev-poppler.cc:
9501         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9502         * shell/ev-properties.h:
9503         * shell/ev-window.c: (ev_window_cmd_file_properties):
9504
9505         Implement fonts list. Defined out for now, since it depends
9506         on a not yet committed poppler patch.
9507
9508 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9509
9510         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9511         page + 1.
9512
9513         * shell/ev-window.c: Make sure we add the timeout when we get a
9514         focus-in event.
9515
9516         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9517         adjustment->value before calculating the zoom factor to average
9518         out all of our rounding errors.  The page no longer 'drifts' when
9519         resizing.
9520
9521 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9522
9523         * data/evince-properties.glade:
9524         * shell/ev-properties.c: (ev_properties_format_date),
9525         (set_property):
9526         
9527         Labels don't expand when the dialogue is resized.
9528         strftime result needs to be converted to UTF-8. Thanks
9529         to Christian Persch <chpe@gnome.org>.
9530
9531 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9532
9533         * data/evince-properties.glade:
9534
9535         Hide the fonts tab
9536
9537 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9538
9539         * backend/ev-document-info.h:
9540         * backend/ev-document.c: (ev_document_info_free):
9541         * data/evince-properties.glade:
9542         * pdf/ev-poppler.cc:
9543         * ps/ps-document.c: (ps_document_get_info):
9544         * shell/ev-properties.c: (ev_properties_format_date),
9545         (set_property), (ev_properties_new):
9546         * shell/ev-properties.h:
9547         * shell/ev-window.c: (ev_window_cmd_file_properties):
9548
9549         Rework properties code to take only EvPropertyInfo
9550         in the constructor so that it can be useful for
9551         nautilus plugin too.
9552
9553         Deal with backends that doesnt support some properties.
9554         Make set property code generic.
9555
9556 2005-06-04  Christian Persch <chpe@gnome.org>
9557
9558         * data/evince-properties.glade:
9559
9560         fix spacings, make resizeable, and make data labels
9561         selectable + ellipsised
9562
9563 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9564
9565         * backend/ev-document-info.h:
9566         * data/Makefile.am:
9567         * data/evince-ui.xml:
9568         * pdf/ev-poppler.cc:
9569         * shell/Makefile.am:
9570         * shell/ev-window.c: (update_action_sensitivity),
9571         (ev_window_cmd_file_properties):
9572
9573         Initial go at file properties. Patch by
9574         Emil Soleyman-Zomalan <emil@soleyman.com>.
9575         Needs love see #169583
9576
9577 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9578
9579         * ps/ps-document.c: (output):
9580         * ps/ps.c: (psscan):
9581
9582         Try to render even if psscan fails.
9583
9584 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * ps/ps.c: (psscan), (pscopydoc):
9587
9588         Port buffered reading code from gv
9589
9590 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9591
9592         * ps/ps-document.c: (interpreter_message), (output):
9593
9594         Do not fail on interpreter messages
9595
9596 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9597
9598         * backend/ev-document-misc.c:
9599         (ev_document_misc_get_thumbnail_frame):
9600
9601         Pages can be 0 x 0, dont assert on this case
9602
9603 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9604
9605         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9606         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9607
9608         Correctly manage our reference on document. Finally the reload
9609         huge leak is gone...
9610
9611 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9612
9613         * ps/ps-document.c: (ps_document_dispose):
9614
9615         Forgot to chain it to the parent. Thanks chpe.
9616
9617 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9618
9619         * ps/ps-document.c: (ps_document_dispose),
9620         (ps_document_class_init), (stop_interpreter), (document_load):
9621
9622         Cleanup dispose a bit. Dont leak the whole pixmap.
9623
9624 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9625
9626         * pdf/ev-poppler.cc:
9627
9628         Release the poppler document on dispose
9629
9630 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9631
9632         * shell/ev-view.c: (ev_view_set_document):
9633
9634         Release ref on the pixbuf cache when changing
9635         document.
9636
9637 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9638
9639         * ps/ps-document.c: (ps_document_get_info):
9640
9641         Fix a double free
9642
9643 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9644
9645         * backend/ev-page-cache.c: (ev_page_cache_init),
9646         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9647         * backend/ev-page-cache.h:
9648         * shell/ev-page-action.c: (page_changed_cb):
9649         
9650         Set page action entry width depending on labels width. Fix
9651         for bug 305202.
9652
9653 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * backend/ev-link.c: (ev_link_class_init):
9656
9657         Allow -1 as page value (error)
9658
9659 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9660
9661         * shell/ev-sidebar-thumbnails.c:
9662         (ev_sidebar_thumbnails_set_document):
9663         * shell/ev-view.c: (scroll_to_current_page),
9664         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9665         (page_changed_cb), (on_adjustment_value_changed),
9666         (ev_view_set_document):
9667
9668         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9669         Fix bug 305377
9670
9671 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9672
9673         * configure.ac:
9674         * djvu/djvu-document.c: (djvu_document_get_page_size):
9675
9676         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9677         bug 301993.
9678
9679 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9680
9681         * shell/ev-view.c (draw_one_page): modify the expose handling to
9682         get the shadows.
9683
9684         * shell/ev-window.c (update_action_sensitivity): Respect
9685         permissions field.  Kowtow to the man.
9686
9687         * pdf/ev-poppler.cc: Get the permissions field.
9688
9689         * tiff/*c: Make a tiny bit more robust.
9690
9691 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9692
9693         * djvu/djvu-document.c:
9694         
9695         Pop messages from djvu context message queue.
9696
9697 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9698
9699         * configure.ac, Makefile.am, shell/Makefile.am:
9700         * tiff/Makefile.am, shell/ev-document-types.c:
9701         
9702         Cleanup tiff configure checks. Fix for bug 305218.
9703
9704 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9705
9706         * configure.ac: Added "uk" to ALL_LINGUAS.
9707
9708 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9709
9710         * cut-n-paste/zoom-control/ephy-zoom.c:
9711         (ephy_zoom_get_changed_zoom_level):
9712         * cut-n-paste/zoom-control/ephy-zoom.h:
9713         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9714         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9715         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9716         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9717         (zoom_control_changed_cb), (ev_window_init):
9718         
9719         Fix minor points related to moving best fit up. Introduce
9720         "zoom" property and make zoom control change it's value on
9721         notify::zoom signals. Fix for 305080.
9722
9723 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9724
9725         * data/evince-ui.xml:
9726         * shell/ev-window.c: (set_view_actions_sensitivity):
9727         
9728         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9729
9730 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * configure.ac:
9733
9734         Depends on poppler 0.3.2
9735
9736 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9737
9738         * cut-n-paste/recent-files/egg-recent-item.c:
9739         (egg_recent_item_get_short_name):
9740         * cut-n-paste/toolbar-editor/Makefile.am:
9741         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9742         (new_pixbuf_from_widget):
9743         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9744         * cut-n-paste/toolbar-editor/egg-marshal.c:
9745         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9746         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9747
9748         Sync
9749
9750 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9751
9752         * tiff/tiff-document.c: Rough TIFF backend.
9753
9754 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * NEWS:
9757         * configure.ac:
9758         * cut-n-paste/toolbar-editor/Makefile.am:
9759
9760         Release 0.3.1
9761
9762 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9763
9764         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9765         (ev_view_find_next), (ev_view_find_previous):
9766
9767         Remove the locks around get_n_results   
9768
9769 2005-05-21  Juerg Billeter  <j@bitron.ch>
9770
9771         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9772
9773         Pass correct number of pages to poppler.
9774
9775 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9776
9777         * configure.ac:
9778         * data/Makefile.am:
9779         * data/evince.desktop.in: 
9780         * data/evince.desktop.in.in:
9781         * po/POTFILES.in:
9782         
9783         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9784
9785 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9786
9787         * shell/ev-view.c: (view_update_adjustments),
9788         (view_set_adjustment_values): cast adjustmen->value to (int)
9789         before using it.  Otherwise, we get off by a pixel in some
9790         situations.
9791
9792         (draw_one_page): Draw the border on expose.
9793
9794 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9795
9796         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9797         adjustment when the mode changes, #304923
9798
9799 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9800
9801         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9802         flickering on resize but still use gdk_window_scroll on
9803         scrolling
9804
9805 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9806
9807         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9808         option, #170458
9809
9810 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9811
9812         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9813         second page on page_changed if possible, #304669
9814
9815 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9816
9817         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9818         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9819
9820 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9821
9822         * .cvsignore:
9823         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9824         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9825         (ev_view_zoom_for_size_presentation),
9826         (ev_view_zoom_for_size_continuous_and_dual_page),
9827         (ev_view_zoom_for_size_continuous),
9828         (ev_view_zoom_for_size_dual_page),
9829         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9830         * shell/ev-view.h:
9831         * shell/ev-window.c: (update_view_size),
9832         (ev_window_sizing_mode_changed_cb):
9833
9834         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9835         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9836         an infinite loop, #304769
9837
9838
9839 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9840
9841         * data/evince-ui.xml:
9842         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9843         * shell/ev-window.c: (set_view_actions_sensitivity):
9844
9845         Make PgUp/Down behave like Space
9846
9847 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9848
9849         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9850         * backend/ev-ps-exporter.h:
9851         * pdf/ev-poppler.cc:
9852         * ps/ps-document.c: (ps_document_ps_export_begin):
9853         * shell/ev-print-job.c: (idle_print_handler):
9854
9855         Adapt to new poppler api
9856
9857 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9858
9859         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9860         (ephy_zoom_control_init):
9861
9862         Translate zoom levels
9863
9864 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9865
9866         * cut-n-paste/zoom-control/ephy-zoom.c:
9867         (ephy_zoom_get_zoom_level_index):
9868
9869         Fix current zoom -> zoom control match
9870
9871 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9872
9873         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9874         rather than the scrolled_window that it's in. Fixes bug #304655.
9875
9876 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9877
9878         * shell/ev-view.c: (view_update_adjustments),
9879         (view_set_adjustment_values), (view_update_range_and_current_page),
9880         (view_scroll_to_page), (set_scroll_adjustment),
9881         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9882         (ev_view_scroll), (ev_view_scroll_view),
9883         (ensure_rectangle_is_visible), (find_page_at_location),
9884         (get_link_at_location), (go_to_link), (status_message_from_link),
9885         (ev_view_size_request_continuous_dual_page),
9886         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9887         (ev_view_unrealize), (ev_view_expose_event),
9888         (ev_view_button_press_event), (ev_view_motion_notify_event),
9889         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9890         (draw_rubberband), (highlight_find_results), (draw_one_page),
9891         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9892         (ev_view_init), (find_changed_cb), (page_changed_cb),
9893         (on_adjustment_value_changed), (ev_view_new),
9894         (ev_view_set_document), (ev_view_set_zoom),
9895         (ev_view_set_continuous), (ev_view_set_dual_page),
9896         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9897         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9898         (ev_view_zoom_for_size_presentation),
9899         (ev_view_zoom_for_size_continuous_dual_page),
9900         (ev_view_zoom_for_size_continuous),
9901         (ev_view_zoom_for_size_dual_page),
9902         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9903         (ev_view_get_status), (ev_view_set_status),
9904         (update_find_status_message), (ev_view_get_find_status),
9905         (ev_view_set_find_status), (jump_to_find_result),
9906         (jump_to_find_page), (compute_selections), (clear_selection),
9907         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9908         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9909         (ev_view_update_primary_selection),
9910         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9911         * shell/ev-view.h:
9912         * shell/ev-window.c: (ev_window_open_page_label),
9913         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9914         (ev_window_init):
9915         * shell/ev-window.h:
9916         * shell/main.c: (load_files):
9917
9918         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9919         when resizing.  Remove the bin_window().  Also, patch from James
9920         Bowes to fix command line page, #300641
9921         
9922 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9923
9924         * data/evince-ui.xml:
9925         * shell/ev-view.c:
9926         * shell/ev-view.h:
9927         * shell/ev-window.c: (update_action_sensitivity):
9928
9929         Get rid of View->Normal Size, it's just confusing
9930
9931 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9932
9933         * backend/ev-document-info.h:
9934         * backend/ev-document.c: (ev_document_info_free): Free the
9935         EvDocumentInfo.
9936
9937         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9938         (clear_range), (add_range), (update_visible_range),
9939         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9940         (ev_sidebar_thumbnails_set_document):
9941         * shell/ev-window.c: (ev_window_setup_document): Only render the
9942         visible thumbnails.  It takes an instant to render, but it uses
9943         much less memory.
9944
9945 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9946
9947         * shell/ev-sidebar-links.c: (popup_menu_cb):
9948
9949         Select first item
9950
9951 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9952
9953         * lib/Makefile.am:
9954         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9955         (button_press_cb), (ev_sidebar_links_construct):
9956
9957         Show the popup menu also on keybindings
9958
9959 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9960
9961         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9962         * shell/ev-window.h:
9963
9964         Expose api to print a range (with dialog). Make private _print use
9965         it.
9966
9967         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9968         (ev_sidebar_links_construct):
9969
9970         Show a print context menu on linkx, it prints the selected
9971         section.
9972
9973 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9974
9975         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9976         button.
9977
9978 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9979
9980         * AUTHORS:
9981
9982         Update
9983
9984         * shell/ev-window.c: (build_comments_string),
9985         (ev_window_cmd_help_about):
9986
9987         Show poppler version/backend and authors
9988
9989 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9990
9991         * cut-n-paste/zoom-control/ephy-zoom.c:
9992         (ephy_zoom_get_zoom_level_index):
9993         * cut-n-paste/zoom-control/ephy-zoom.h:
9994
9995         Move the best fit items at the top of the list
9996
9997 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9998
9999         * shell/ev-marshal.list:
10000         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
10001         (activate_cb), (match_selected_cb), (activate_link_cb),
10002         (connect_proxy), (ev_page_action_class_init):
10003         * shell/ev-page-action.h:
10004
10005         Use signals to notify action activation. Hopefully
10006         I did not break completion since I cant test...
10007
10008         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10009         (register_custom_actions):
10010
10011         Connect to page selector actions and also grab focus on
10012         the view when activated.
10013
10014 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10015
10016         * pdf/ev-poppler.cc:
10017         * backend/ev-page-cache.c: make page size calculation consistent
10018         and set it to (int)( width * scale + 0.5).  This makes the weird
10019         line going through the middle of the page go away.
10020
10021         * shell/ev-view.c: move painting the background page after
10022         checking the expose area covers us.
10023
10024 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10025
10026         * data/evince-password.glade:
10027         
10028         Mark labels as not translatable. Fix for bug 302842.
10029
10030 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10031
10032         * configure.ac: Added "es" to ALL_LINGUAS.
10033
10034 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10035
10036         * data/evince-toolbar.xml:
10037         * shell/ev-window.c: (update_action_sensitivity),
10038         (ev_window_setup_document), (ev_window_set_page_mode),
10039         (ev_window_init):
10040
10041         Remove some leftover code from jrb first continous
10042         attempt. Use the new actions, we still need good icons
10043         though...
10044
10045 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10046
10047         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10048
10049         Update label when connecting proxy. Fix a warning with NULL
10050         page_cache.
10051
10052 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10053
10054         * data/evince-ui.xml:
10055         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10056         * shell/ev-page-action.h:
10057         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10058
10059         Add mnemonic for edit toolbar.
10060         ctrl+l focus the page entry.
10061
10062 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10063
10064         * lib/Makefile.am:
10065         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10066         (ev_window_init):
10067         * shell/main.c: (main):
10068
10069         Put the toolbar xml in evince own dot dir
10070
10071 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10072
10073         * shell/ev-window.c: (ev_window_init):
10074
10075         Make the toolbar not removable
10076
10077 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10078
10079         * data/evince-ui.xml:
10080         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10081         * shell/ev-sidebar-links.h:
10082         * shell/ev-sidebar-thumbnails.c:
10083         (ev_sidebar_thumbnails_get_treeview):
10084         * shell/ev-sidebar-thumbnails.h:
10085         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10086         (ev_view_class_init):
10087         * shell/ev-view.h:
10088         * shell/ev-window.c: (update_action_sensitivity),
10089         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10090         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10091         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10092         (ev_window_init):
10093
10094         This is evil... Make space/backspace global accelerators but
10095         enable them only for some widgets (sidebars and view).
10096         I dont like it, but I dont know a better way... :/
10097
10098 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10099
10100         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10101         (ev_page_action_widget_finalize),
10102         (ev_page_action_widget_class_init), (update_page_cache):
10103
10104         Keep a weak reference on proxy->page_cache so that we
10105         dont try to disconnect the signal if the object is already
10106         gone. Maybe there is a better way to cleanup reference handling
10107         in page action though...
10108
10109 2005-05-10  Juerg Billeter  <j@bitron.ch>
10110
10111         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10112         * backend/ev-ps-exporter.h:
10113         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10114         * ps/ps-document.c: (ps_document_ps_export_begin):
10115         
10116         Change api to pass print range to ps_exporter_begin. The pdf backend
10117         requires this information.
10118         
10119         * shell/ev-print-job.c: (idle_print_handler):
10120         
10121         Adapt to api change
10122
10123 2005-05-10  Juerg Billeter  <j@bitron.ch>
10124
10125         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10126         (idle_print_handler)
10127         * shell/ev-window.c: (ev_window_print):
10128
10129         Support printing page range, based on patch by Amaury Jacquot
10130
10131 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10132
10133         * data/evince-toolbar.xml:
10134
10135         Add zoom control to available items
10136
10137 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10138
10139         * shell/ev-window.c: (update_action_sensitivity):
10140
10141         Set slash action insensitive when appropriate
10142
10143 2005-05-10  Christian Persch <chpe@gnome.org>
10144
10145         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10146
10147         Fix warning on the overflow menu
10148
10149 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10150
10151         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10152
10153         Check for uri correctness/existence
10154
10155 2005-05-09  Juerg Billeter  <j@bitron.ch>
10156
10157         * shell/ev-window.c: (using_postscript_printer):
10158
10159         LPD printers use postscript, too
10160
10161 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10162
10163         * shell/ev-window.c: (register_custom_actions):
10164
10165         The zoom one is actually sort of useful,
10166         put it back
10167
10168 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10169
10170         * shell/ev-window.c: (register_custom_actions):
10171
10172         Hide page/zoom controls from overflow, they
10173         are useless.
10174
10175 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10176
10177         * cut-n-paste/update-from-egg.sh:
10178         
10179         Share it between all cut-n-paste subdirs
10180
10181         * cut-n-paste/recent-files/Makefile.am:
10182
10183         Fix to use "global" update-from-egg.sh
10184
10185         * cut-n-paste/recent-files/egg-recent-model.c:
10186         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10187         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10188         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10189         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10190
10191         Update from libegg
10192
10193         * cut-n-paste/toolbar-editor/Makefile.am:
10194
10195         Fix to use "global" update-from-egg.sh
10196
10197         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10198
10199         Update from libegg
10200
10201 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10202
10203         * configure.ac:
10204         * cut-n-paste/Makefile.am:
10205         * cut-n-paste/recent-files/Makefile.am:
10206         * cut-n-paste/toolbar-editor/.cvsignore:
10207         * cut-n-paste/toolbar-editor/Makefile.am:
10208         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10209         (egg_editable_toolbar_get_type), (get_toolbar_position),
10210         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10211         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10212         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10213         (set_item_drag_source), (create_item_from_action), (create_item),
10214         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10215         (popup_toolbar_context_menu_cb), (free_dragged_item),
10216         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10217         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10218         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10219         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10220         (item_added_cb), (item_removed_cb),
10221         (egg_editable_toolbar_construct),
10222         (egg_editable_toolbar_disconnect_model),
10223         (egg_editable_toolbar_deconstruct),
10224         (egg_editable_toolbar_set_model),
10225         (egg_editable_toolbar_set_ui_manager),
10226         (egg_editable_toolbar_set_property),
10227         (egg_editable_toolbar_get_property),
10228         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10229         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10230         (egg_editable_toolbar_new_with_model),
10231         (egg_editable_toolbar_get_edit_mode),
10232         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10233         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10234         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10235         (new_pixbuf_from_widget), (new_separator_pixbuf),
10236         (update_separator_image), (style_set_cb),
10237         (_egg_editable_toolbar_new_separator_image),
10238         (egg_editable_toolbar_get_model):
10239         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10240         * cut-n-paste/toolbar-editor/egg-marshal.c:
10241         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10242         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10243         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10244         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10245         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10246         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10247         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10248         (editor_drag_data_delete_cb), (drag_data_get_cb),
10249         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10250         (editor_create_item), (update_editor_sheet), (setup_editor),
10251         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10252         (parse_item_list), (model_has_action), (update_actions_list),
10253         (egg_toolbar_editor_load_actions):
10254         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10255         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10256         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10257         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10258         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10259         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10260         (egg_toolbars_model_add_separator), (impl_add_item),
10261         (parse_item_list), (egg_toolbars_model_add_toolbar),
10262         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10263         (impl_get_item_data), (impl_get_item_type),
10264         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10265         (egg_toolbars_model_init), (free_toolbar),
10266         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10267         (egg_toolbars_model_remove_toolbar),
10268         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10269         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10270         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10271         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10272         (egg_toolbars_model_get_item_data),
10273         (egg_toolbars_model_get_item_type):
10274         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10275         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10276         * data/Makefile.am:
10277         * data/evince-toolbar.xml:
10278         * data/evince-ui.xml:
10279         * data/hand-open.png:
10280         * po/POTFILES.in:
10281         * shell/Makefile.am:
10282         * shell/ev-window.c: (update_chrome_visibility),
10283         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10284         (ev_window_dispose), (ev_window_init):
10285
10286         Implement epiphany like toolbar editor. Based on patch by
10287         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10288
10289 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10290
10291         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10292
10293         Use set_cursor instead of set_selection, so that
10294         the keyboard focus moves too.
10295
10296 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10297
10298         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10299
10300         Fix infinite loop when loading Type1 fonts
10301
10302 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10303
10304         * data/evince-ui.xml:
10305         * shell/ev-window.c:
10306
10307         Slash -> Find
10308
10309 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10310
10311         * configure.ac:
10312
10313         Make --disable really disable
10314
10315 2005-05-07  Juerg Billeter  <j@bitron.ch>
10316
10317         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10318
10319         Compare page labels even without has_labels set, fixes setting page
10320         with entry
10321
10322 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10323
10324         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10325         (ev_view_set_cursor), (ev_view_button_press_event),
10326         (ev_view_motion_notify_event), (ev_view_button_release_event),
10327         (ev_view_init):
10328
10329         Implement middle button scrolling. Based on a patch
10330         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10331
10332 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10333
10334         * shell/ev-document-types.c: (get_slow_mime_type),
10335         (get_document_type_from_mime), (ev_document_type_lookup):
10336         * shell/ev-document-types.h:
10337
10338         Change api to lookup from uri. Do fast lookup first, if the
10339         type is unknown try with data sniffing.
10340
10341         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10342         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10343
10344         Adapt to api change
10345
10346 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10347
10348         * thumbnailer/Makefile.am:
10349
10350         Fix distcheck
10351
10352 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10353
10354         * NEWS:
10355         * configure.ac:
10356
10357         Release 0.3.0
10358
10359         * data/evince-ui.xml:
10360
10361         Hide presentation mode for now
10362
10363         * shell/ev-view.c: (highlight_find_results):
10364
10365         Show current find selection only on current page
10366
10367 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10368
10369         * shell/ev-view.c: (ev_view_select_all):
10370
10371         Compute size of the actual page, not of
10372         the current one.
10373
10374 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10375
10376         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10377         (view_rect_to_doc_rect), (compute_selections),
10378         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10379         (ev_view_copy), (ev_view_primary_get_cb),
10380         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10381         (ev_view_button_press_event), (ev_view_motion_notify_event),
10382         (ev_view_button_release_event), (page_changed_cb):
10383
10384         Fix text selection
10385
10386 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10387
10388         * shell/ev-view.c: (compute_border), (get_page_extents),
10389         (doc_rect_to_view_rect), (highlight_find_results),
10390         (ev_view_bin_expose), (ev_view_select_all),
10391         (ev_view_motion_notify_event), (update_find_status_message),
10392         (jump_to_find_result), (jump_to_find_page):
10393
10394         First go at fixing search, still buggy
10395
10396 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10397
10398         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10399         dropdown box and button at the top of the sidebar.
10400
10401 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10402
10403         * configure.ac: Output zoom-control Makefile.
10404         * cut-n-paste/Makefile.am: build zoom-control subdir.
10405         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10406         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10407         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10408         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10409         * cut-n-paste/zoom-control/ephy-zoom.c:
10410         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10411         from epiphany, and modified to add a separator into the menu.
10412         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10413         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10414         zoom-control action.
10415         * shell/Makefile.am: Include zoom-control flags.
10416         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10417         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10418         (ev_view_zoom_for_size_presentation),
10419         (ev_view_zoom_for_size_continuous_and_dual_page),
10420         (ev_view_zoom_for_size_continuous),
10421         (ev_view_zoom_for_size_dual_page),
10422         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10423         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10424         ev_view_get_zoom and ev_view_get_sizing_mode.
10425         * shell/ev-view.h:
10426         * shell/ev-window.c: (update_action_sensitivity),
10427         (update_sizing_buttons), (zoom_control_changed_cb),
10428         (register_custom_actions): Initialize and use the zoom-control 
10429         widget.
10430
10431 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10432
10433         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10434         preview cache back to 1.  Don't know when it got set to 0.
10435         
10436         * shell/ev-view.c: (compute_border), (ev_view_realize),
10437         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10438         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10439         (ev_view_get_fullscreen), (ev_view_set_presentation),
10440         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10441         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10442         * shell/ev-view.h:
10443         * shell/ev-window.c:
10444         (update_chrome_visibility),
10445         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10446         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10447         (update_document_mode), (ev_window_update_fullscreen_action),
10448         (ev_window_fullscreen), (ev_window_unfullscreen),
10449         (ev_window_cmd_view_fullscreen),
10450         (ev_window_update_presentation_action),
10451         (ev_window_run_presentation), (ev_window_stop_presentation),
10452         (ev_window_cmd_view_presentation), (ev_window_state_event),
10453         (ev_window_focus_in_event), (ev_window_focus_out_event),
10454         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10455         * data/evince-ui.xml: Initial presentation mode.  We should
10456         probably hide this until it's done, as it's quite rough.  Also,
10457         change full-screen to fullscreen and add two getters to EvView.
10458
10459 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10460
10461         * shell/ev-page-action.c: (update_page_cache),
10462         (ev_page_action_dispose):
10463         * shell/ev-window.c: (destroy_fullscreen_popup),
10464         (ev_window_create_fullscreen_popup):
10465
10466         Use connect_object rather than explicitly
10467         disconnect on dispose.
10468
10469 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10470
10471         * shell/ev-page-action.c: (update_page_cache),
10472         (ev_page_action_dispose):
10473
10474 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10475
10476         * backend/ev-page-cache.c: (_ev_page_cache_new),
10477         (ev_page_cache_set_page_label),
10478         (ev_page_cache_has_nonnumeric_page_labels):
10479         * backend/ev-page-cache.h:
10480         * shell/ev-page-action.c: (update_pages_label):
10481         
10482         If all page labels are numeric, fallback to default
10483         way to display number of pages. See bug 173185.
10484
10485 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10486
10487         * shell/ev-page-action.c: (ev_page_action_dispose):
10488         * shell/ev-view.c: (view_update_range_and_current_page):
10489         * shell/ev-window.c: (ev_window_dispose):
10490         
10491         Set page on scroll in continuous mode. Fixes bug 301986.
10492         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10493
10494 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * configure.ac:
10497
10498         Require poppler 0.3.0
10499
10500 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10501         
10502         * shell/Makefile.am, configure.ac: Fix build problems
10503         with t1lib. Bug 301996.
10504
10505 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10506
10507         * shell/ev-view.c: (ev_view_scroll_event):
10508         
10509         Scroll up increase zoom
10510
10511 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10512
10513         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10514         (ev_view_set_sizing_mode),
10515         (ev_view_zoom_for_size_continuous_and_dual_page),
10516         (ev_view_zoom_for_size_continuous):
10517         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10518         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10519         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10520         (ev_window_init):
10521
10522         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10523         Fix for 165473 and 165472.
10524
10525 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10526
10527         * po/POTFILES.in:
10528         * thumbnailer/Makefile.am:
10529         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10530         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10531         * thumbnailer/evince-thumbnailer.schemas.in:
10532         
10533         Make thumbnailer schemas translatable. Fix for bug 301773
10534         
10535         * thumbnailer/evince-thumbnailer-djvu.schemas:
10536         * thumbnailer/evince-thumbnailer-dvi.schemas:
10537         * thumbnailer/evince-thumbnailer.schemas:
10538
10539         Removed files
10540
10541 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10542
10543         * shell/ev-view.c (ev_view_init): forgot to set this.
10544
10545 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10546
10547         * shell/ev-view.c: (find_page_at_location),
10548         (get_link_at_location),
10549         (ev_view_set_show_border), (ev_view_set_spacing),
10550         (ev_view_zoom_for_size_continuous_and_dual_page),
10551         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10552         Also, add a quick fix measuring of widths.  Also, removed
10553         ev_view_set_spacing and ev_view_set_show_border.
10554         
10555         * shell/ev-window.c: (ev_window_unfullscreen),
10556         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10557
10558 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10559
10560         * shell/ev-view.c: (view_update_range_and_current_page),
10561         (page_changed_cb):
10562         
10563         Fix crash on exit and scrolling to page in continuous view.
10564
10565 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10566
10567         * TODO:
10568         * backend/ev-page-cache.c: (_ev_page_cache_new),
10569         (ev_page_cache_get_max_width_size),
10570         (ev_page_cache_get_max_height_size):
10571         * backend/ev-page-cache.h:
10572         * data/evince-ui.xml:
10573         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10574         * shell/ev-view.c: (view_update_adjustments),
10575         (view_update_range_and_current_page), (get_bounding_box_size),
10576         (ev_view_size_request_continuous_and_dual_page),
10577         (ev_view_size_request_continuous),
10578         (ev_view_size_request_dual_page),
10579         (ev_view_size_request_single_page), (ev_view_size_request),
10580         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10581         (ev_view_bin_expose), (ev_view_expose_event),
10582         (ev_view_set_property), (ev_view_get_property),
10583         (ev_view_class_init), (ev_view_init), (ev_view_new),
10584         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10585         (ev_view_set_dual_page), (ev_view_set_full_screen),
10586         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10587         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10588         (ev_view_zoom_out), (zoom_for_size_fit_width),
10589         (zoom_for_size_best_fit),
10590         (ev_view_zoom_for_size_continuous_and_dual_page),
10591         (ev_view_zoom_for_size_continuous),
10592         (ev_view_zoom_for_size_dual_page),
10593         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10594         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10595         * shell/ev-view.h:
10596         * shell/ev-window.c: (update_action_sensitivity),
10597         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10598         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10599         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10600         (ev_window_cmd_view_zoom_out), (update_view_size),
10601         (ev_window_set_sizing_mode), (ev_window_init):
10602
10603         Add Continuous and Dual page modes.
10604
10605 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10606
10607         * dvi/dvi-document.c: (dvi_document_load),
10608         (dvi_document_thumbnails_get_thumbnail),
10609         (dvi_document_init_params): Fix up some mixups between
10610         width and height to correct thumbnail rendering.
10611
10612 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10613
10614         * dvi/mdvi-lib/private.h:
10615         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10616         
10617         Suppess output for kpathsea during font generation. Thanks to
10618         James Bowes
10619
10620 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10621
10622         * NEWS:
10623         * configure.ac:
10624
10625         Release 0.2.1
10626
10627         * Makefile.am: fix distcheck.
10628
10629 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10630
10631         * shell/ev-sidebar-links.c: (selection_changed_callback),
10632         (update_page_callback), (row_activated_callback),
10633         (job_finished_callback), (ev_sidebar_links_set_document):
10634         
10635         Fix for bug #169901. Double click on links expands tree.
10636
10637 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10638
10639         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10640         hard-coded style. Fix for bug 170111
10641
10642 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10643
10644         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10645         locking.
10646
10647 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10648
10649         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10650
10651 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10652
10653         * pdf/ev-poppler.cc:
10654         * shell/ev-view.c: (highlight_find_results):
10655
10656         Fix find on single page documents
10657
10658 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10659
10660         * data/evince.schemas.in: fix for bug 301390
10661
10662 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10663
10664         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10665         (ev_view_zoom_out), (ev_view_zoom_normal):
10666         * shell/ev-view.h:
10667         * shell/ev-window.c: (update_action_sensitivity),
10668         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10669         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10670         (ev_window_cmd_view_normal_size):
10671
10672         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10673         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10674         better than oom. 
10675
10676 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10677
10678         * configure.ac:
10679
10680         Depend on 2.57, 2.59 doesnt seem to be necessary
10681
10682 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10683
10684         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10685         (create_tool_item):
10686
10687         Put back total number of pages as (1 of 1234)
10688
10689 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10690
10691         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10692         remove the job.
10693
10694         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10695         function.  This helps debugging.
10696
10697 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10698
10699         * djvu/djvu-document.c: (djvu_document_class_init),
10700         (djvu_document_get_info), (djvu_document_document_iface_init):
10701         * dvi/dvi-document.c: (dvi_document_class_init),
10702         (dvi_document_get_info), (dvi_document_document_iface_init):
10703
10704         Dummy implementation of get_info method for dvi and
10705         djvu. Fix crashes with those backends
10706
10707 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10708
10709         * data/evince.desktop.in:
10710
10711         Add application/x-gzpostscript
10712
10713 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10714
10715         * data/evince.schemas.in: Added real long descriptions, 
10716         closes bug 172496 
10717
10718         * README: Added actual text, closes bug 171869
10719
10720 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10721
10722         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10723
10724         Thumbnail page 0
10725
10726 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10727
10728         * backend/ev-document-info.h:
10729
10730         s/GDate */GDate so we can just use g_free
10731
10732 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10733
10734         * shell/ev-window.c: (update_document_mode),
10735         (ev_window_setup_document):
10736
10737         Show the window in fullscreen when specified by
10738         the document
10739
10740 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10741
10742         * backend/ev-document.c: (ev_document_class_init),
10743         (ev_document_get_info), (ev_document_render_pixbuf):
10744         * backend/ev-document.h:
10745         * backend/ev-page-cache.c: (_ev_page_cache_new):
10746         * pdf/ev-poppler.cc:
10747         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10748         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10749         * ps/ps-document.c: (ps_document_class_init), (document_load),
10750         (ps_document_get_info), (ps_document_document_iface_init):
10751
10752         Remove get_title from the interface, we can just use document info
10753
10754 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10755
10756         * backend/Makefile.am:
10757         * backend/ev-document.c: (ev_document_render_get_info):
10758         * backend/ev-document.h:
10759         * pdf/ev-poppler.cc:
10760
10761         Initial support for document info. Based on jrb patch.
10762
10763 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10764
10765         * shell/ev-window.c: (ev_window_state_event),
10766         (ev_window_class_init), (ev_window_init):
10767         
10768         Doesn't show resize grip when maximized. See bug #301053
10769
10770 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10771
10772         * po/POTFILES.in:
10773         
10774         ev-sidebar-thumbnails now has translatable labels
10775         
10776         * shell/Makefile.am:
10777         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10778         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10779         (ev_sidebar_links_page_iface_init):
10780         * shell/ev-sidebar-links.h:
10781         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10782         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10783         (ev_sidebar_page_get_label):
10784         * shell/ev-sidebar-page.h:
10785         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10786         (ev_sidebar_thumbnails_set_document),
10787         (ev_sidebar_thumbnails_support_document),
10788         (ev_sidebar_thumbnails_get_label),
10789         (ev_sidebar_thumbnails_page_iface_init):
10790         * shell/ev-sidebar-thumbnails.h:
10791         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10792         (ev_sidebar_set_document):
10793         * shell/ev-sidebar.h:
10794         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10795         
10796         Small rework of sidebar code. Now sidebar pages should implement
10797         EvSidebarPage interface. That makes page management in EvSidebar
10798         easier. See bug #164811 for details
10799
10800 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10801
10802         * shell/ev-application.c: (ev_application_open):
10803         * shell/ev-document-types.c:
10804         
10805         Fix build error and small problem with application exit
10806
10807 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10808
10809         * thumbnailer/Makefile.am:
10810         * thumbnailer/evince-thumbnailer-djvu.schemas:
10811         * thumbnailer/evince-thumbnailer-dvi.schemas:
10812         
10813         Conditionally install schemas for djvu/dvi thumbnailer
10814
10815 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10816
10817         * shell/ev-document-types.h: 
10818         * shell/ev-document-types.c: 
10819         New files, handling the mapping from mimetypes to backends
10820         
10821         * shell/ev-window.c: 
10822         * thumbnailer/evince-thumbnailer.c:     
10823         Use the ev-document-types code
10824         
10825         * shell/Makefile.am: 
10826         Added new convenience library libevbackendfactory_la, containing
10827         the new mimetype->backend logic; moved the backends into it.
10828
10829         * thumbnailer/Makefile.am:
10830         Make the thumbnailer link with the libevbackend.la convenience
10831         library, rather than having a duplicate of the backend logic here.
10832
10833 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10834
10835         * shell/ev-stock-icons.c: constify some vars.
10836         * shell/ev-window.c: ditto.
10837
10838 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10839
10840         * ps/ps-document.c (get_page_orientation):
10841
10842         Respect document orientation 
10843
10844 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10845
10846         * djvu/Makefile.am:
10847         * dvi/Makefile.am:
10848         * shell/Makefile.am:
10849         
10850         Move library dependencies to components.
10851         
10852         * shell/ev-window.c: (update_window_title),
10853         (start_loading_document):
10854         
10855         Fix display of uris with spaces. Bug 168358.
10856
10857 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10858
10859         * shell/ev-sidebar-links.c: (selection_changed_cb):
10860         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10861         (ev_view_button_release_event), (ev_view_set_document):
10862         * shell/ev-view.h:
10863         * shell/ev-window.c: (find_bar_search_changed_cb):
10864         * shell/ev-window.h: Minor cleanups removing some dead code.
10865
10866 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10867
10868         * backend/ev-page-cache.c: (_ev_page_cache_new):
10869         
10870         Set current page to 0 if document has pages.
10871
10872 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10873
10874         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10875
10876         Initialize GError to NULL, fix a crash when loading fails.
10877
10878 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10879
10880         * shell/ev-window.c: (update_view_size):
10881
10882         Calculate shadow size only when there is actually
10883         a shadow.
10884
10885 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10886
10887         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10888         * shell/ev-view.h:
10889
10890         Allow setting view spacing, default to 0
10891
10892         * shell/ev-window.c: (ev_window_unfullscreen),
10893         (ev_window_cmd_view_fullscreen), (ev_window_init):
10894
10895         Remove spacing in fullscreen mode
10896
10897 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10898
10899         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10900         (ev_view_size_request), (expose_bin_window),
10901         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10902         * shell/ev-view.h:
10903         * shell/ev-window.c: (ev_window_unfullscreen),
10904         (ev_window_cmd_view_fullscreen):
10905
10906         Do not draw the border in fulscreen
10907
10908 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10909
10910         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10911         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10912         (find_page_at_location), (page_changed_cb):
10913
10914         Rework border calculation, so that I can more easily disable it.
10915         Code somewhat cleaner too.
10916
10917 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10918
10919         * backend/ev-page-cache.c: (ev_page_cache_init),
10920         (_ev_page_cache_new):
10921
10922         Remove some assertions, documents can have 0 pages.
10923         Make initial current page -1.
10924
10925         * shell/ev-page-action.c: (page_changed_cb):
10926
10927         Show "" if current page is -1
10928
10929         * shell/ev-window.c: (update_action_sensitivity),
10930         (ev_window_setup_document):
10931
10932         When document has 0 pages do not set the view
10933         and make nearly everything insensitive.
10934
10935 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10936
10937         * shell/ev-page-view.c:
10938         * shell/ev-page-view.h:
10939
10940         Remove unused files.
10941         
10942         * shell/ev-sidebar-thumbnails.c:
10943         (ev_sidebar_thumbnails_set_document):
10944         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10945         (ev_sidebar_supports_document):
10946         * shell/ev-sidebar.h:
10947         * shell/ev-window.c: (ev_window_setup_document):
10948         
10949         Doesn't show thumbnails if document has 1 page. Make
10950         sidebar menu entries sensitive only if if they have 
10951         sense. Fix bug 164811. 
10952
10953 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10954
10955         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10956         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10957         (ev_view_zoom_out), (ev_view_set_size):
10958
10959         Rework sizing to deal with documents with not uniform page
10960         size.
10961
10962 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10963
10964         * backend/ev-page-cache.c: (_ev_page_cache_new):
10965
10966         Fix several page size caching bugs
10967
10968 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10969
10970         * shell/ev-window.c: (set_action_properties):
10971
10972         Make all toolbar items translatable
10973
10974 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10975
10976         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10977         (save_page_list), (ps_document_save),
10978         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10979         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10980         (ps_document_ps_exporter_iface_init):
10981         * ps/ps-document.h:
10982
10983         Based on a patch by J�rg Billeter <j@bitron.ch>
10984         
10985         Implement print and save a copy for the ps backend.
10986
10987 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10988
10989         * backend/ev-document.h:
10990         * djvu/djvu-document.c: (djvu_document_can_get_text),
10991         (djvu_document_document_iface_init):
10992         * dvi/dvi-document.c: (dvi_document_can_get_text),
10993         (dvi_document_document_iface_init):
10994         * pdf/ev-poppler.cc:
10995         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10996         (pixbuf_document_document_iface_init):
10997         * ps/ps-document.c: (ps_document_can_get_text),
10998         (ps_document_document_iface_init):
10999         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
11000         * shell/ev-window.c: (update_action_sensitivity):
11001
11002         Fix the crash when trying to copy in backends that doesnt
11003         support it. We can implement a better solution once we
11004         do real text selection.
11005
11006 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11007
11008         * data/evince-ui.xml:
11009         * shell/ev-window.c: (ev_window_cmd_escape):
11010         
11011         Work around the Escape conflict (find bar and unfullscreen)
11012
11013 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11014
11015         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11016         
11017         Fix for #300233. Next page correctly handles document end.
11018         
11019         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11020         (ev_sidebar_thumbnails_class_init),
11021         (ev_sidebar_thumbnails_set_document),
11022         (ev_sidebar_thumbnails_clear_job),
11023         (ev_sidebar_thumbnails_clear_model):
11024         
11025         Cleanup thumbnail jobs on document changes.
11026         
11027         * shell/ev-view.c: (add_scroll_binding_keypad),
11028         (add_scroll_binding_shifted), (ev_view_class_init):
11029         
11030         Shift + Space scrolls up. Fix for #173184
11031         
11032         * shell/ev-window.c: (ev_window_open_page),
11033         (ev_window_cmd_view_reload):
11034         
11035         Fix reload (Bug #300094)
11036
11037 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11038
11039         
11040         * dvi/mdvi-lib/assoc.c:
11041         * dvi/mdvi-lib/assoc.h: Removed garbage files
11042         
11043         * dvi/mdvi-lib/bitmap.c:
11044         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11045         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11046         * dvi/mdvi-lib/color.h: Antialias of rules
11047         
11048         * dvi/mdvi-lib/common.h:
11049         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11050         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11051         * dvi/mdvi-lib/files.c:
11052         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11053         * dvi/mdvi-lib/mdvi.h:
11054         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11055         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11056         * dvi/mdvi-lib/util.c: Fix compile warnings
11057         
11058         * dvi/dvi-document.c:
11059         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11060         (dvi_document_thumbnails_get_thumbnail),
11061         (dvi_document_document_thumbnails_iface_init):
11062         * dvi/mdvi-lib/Makefile.am:
11063         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11064         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11065         
11066         Dvi backend now renders thumbnails
11067
11068 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11069
11070         * shell/main.c: (main): 
11071         
11072         Save accelerators on exit. Fixes bug #172095.
11073
11074 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11075
11076         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11077         update priority" comment.
11078
11079         * backend/ev-job-queue.c: Give a way to change priority.
11080
11081 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11082
11083         * shell/ev-page-action.c: Fix logic.
11084
11085 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11086
11087         * shell/ev-view.c: (ev_view_can_find_next):
11088         * shell/ev-window.c: (ev_window_setup_document):
11089
11090         Check that the document supports find
11091
11092 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11093
11094         * data/evince-ui.xml:
11095         * shell/ev-view.c: (ev_view_can_find_next):
11096         * shell/ev-view.h:
11097         * shell/ev-window.c: (update_action_sensitivity),
11098         (find_changed_cb), (ev_window_setup_document),
11099         (ev_window_cmd_edit_find_next):
11100
11101         Add Edit->Find Next
11102
11103 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11104
11105         * pdf/ev-poppler.cc:
11106         * shell/ev-print-job.c: (idle_print_handler):
11107
11108         Make printing work again
11109
11110 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11111
11112         * shell/ev-page-action.h:
11113         * shell/ev-page-action.c: (ev_page_action_widget_init),
11114         (ev_page_action_widget_class_init), (page_changed_cb),
11115         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11116         (get_filter_model_from_model), (match_selected_cb),
11117         (display_completion_text), (match_completion), (update_model),
11118         (connect_proxy), (ev_page_action_set_property),
11119         (ev_page_action_get_property), (ev_page_action_set_document),
11120         (ev_page_action_set_model), (ev_page_action_class_init): Big
11121         reworking to make completions work iff we have >= GTK-2.7.0
11122                 
11123         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11124         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11125         (job_finished_cb): We now have a 'model' property that is set when
11126         the links are loaded.  This can be caught with "notify::model"
11127
11128         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11129         listen for the model to be set, and propagate it to the action.
11130
11131 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11132
11133         * cut-n-paste/recent-files/egg-recent-item.c:
11134         (egg_recent_item_set_uri), (make_valid_utf8),
11135         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11136         * cut-n-paste/recent-files/egg-recent-item.h:
11137         
11138         Update egg-recent from libegg. This should fix long
11139         startup problem. For details see
11140         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11141
11142 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11143
11144         * cut-n-paste/recent-files/Makefile.am:
11145         * data/evince-ui.xml, shell/Makefile.am:
11146         * shell/ev-application.c, shell/ev-application.h:
11147         * shell/ev-window.c: Recent files support.
11148         
11149         * configure.ac: Added "ru" to ALL_LINGUAS.
11150         
11151         * dvju: new backend to support DJVU files.
11152         * dvi: new backend to support DVI.
11153
11154         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11155         * ev-application.c: Support for new backends.
11156         
11157         * help, ev-window.c, main.c shell/Makefile.am: 
11158         Evince user documentation.
11159
11160 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * po/POTFILES.in:
11163         * shell/ev-window.c:
11164         * thumbnailer/evince-thumbnailer.c:
11165
11166         s/pdf-document/ev-poppler
11167
11168 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * NEWS:
11171         * configure.ac:
11172
11173         Release 0.2.0
11174
11175         * ps/ps-document.c: (setup_pixmap):
11176
11177         Remove debug code
11178
11179 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11180
11181         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11182         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11183         (ev_window_cmd_go_first_page): Fix of by one errors.
11184
11185 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11186
11187         * ps/ps-document.c: (get_page_box):
11188
11189         Fix page size calculation
11190
11191 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11192
11193         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11194         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11195         (get_page_orientation), (setup_page), (document_load),
11196         (ps_document_get_page_size), (render_pixbuf_idle):
11197         * ps/ps-document.h:
11198
11199         More refactoring to adapt to EvDocument changes
11200
11201 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11202
11203         * ps/ps-document.c: (start_interpreter):
11204
11205         Actually add alpha args
11206
11207 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11208
11209         * pdf/ev-poppler.cc:
11210
11211         Make clipboard work again
11212
11213 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11214
11215         Make searching work again.
11216         
11217         * backend/ev-document.c:
11218         * backend/ev-document.h:
11219         * backend/ev-document-find.c:
11220         * backend/ev-document-find.h: Change EvDocumentIface so we no
11221         longer store the current page or zoom level in the document.  The
11222         consequence is that all calls that operate on the current page now
11223         instead take the page number as an extra argument, and all
11224         coordinates are now doubles in document coordinate system.
11225
11226         * pdf/ev-poppler.cc:
11227         * pixbuf/pixbuf-document.c:
11228         * ps/ps-document.c: Update backends accordingly.
11229
11230 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11231
11232         * autogen.sh:
11233
11234         Add required gettext version
11235
11236 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11239         make F1 bring up non-existent help.
11240
11241         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11242         epiphany's find bar, #167477
11243
11244         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11245         <emil@nishra.com> to add space-bar scrolling, 
11246
11247         * shell/ev-window.c (static GtkActionEntry entries): add default
11248         keybinding for Help (F1)
11249         Fixes #171068
11250
11251         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11252         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11253         170110
11254
11255 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11256
11257         * Makefile.am: 
11258         * pixbuf/pixbuf-document.c: 
11259
11260         Got pixbuf backend working again
11261
11262 2005-04-01  Steve Murphy  <murf@e-tools.com>
11263
11264         * configure.in: Added "rw" to ALL_LINGUAS.
11265
11266 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11267
11268         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11269         model types, noticed by Martin Kretzschmar.
11270
11271 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11272
11273         * pdf/ev-poppler.cc: Implement search based on
11274         poppler_page_find_text().  Currently a bit crude since we remember
11275         all matches from all pages.  Also, we grab the big document lock
11276         when we search since searching changes the underlying stream and
11277         thus conflicts with the rendering thread.
11278         
11279         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11280         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11281         (ev_view_find_previous): Fix some page indexes to be 0 based,
11282         offset rubber band by view offset,
11283
11284 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11285
11286         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11287
11288 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11289
11290         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11291         completely because I didn't understand GtkActions.  I should
11292         read Marco's code more carefully in the future.
11293
11294         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11295         function
11296
11297 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11298
11299         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11300         PopplerRectangle change from poppler CVS.
11301
11302 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11303
11304         * backend/ev-document.c: (ev_document_get_page_label):
11305         * backend/ev-document.h:
11306         * backend/ev-page-cache.c: (_ev_page_cache_new),
11307         (ev_page_cache_get_page_label):
11308         * backend/ev-page-cache.h:
11309         * pdf/ev-poppler.cc:
11310         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11311         (links_page_num_func):
11312         * shell/ev-sidebar-thumbnails.c:
11313         (ev_sidebar_thumbnails_set_document):
11314         * shell/ev-view.c: (status_message_from_link),
11315         (ev_view_motion_notify_event):
11316         * shell/ev-window.c: (document_supports_sidebar): Add in page
11317         label support.  It's not perfect yet, but it's the first 'feature'
11318         in a while.
11319         Also, fix a bogus comment noticed by crispin. 
11320
11321 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11322
11323         * Makefile.am: Remove pixbuf backend for now
11324
11325         * configure.ac: Require poppler-glib instead of just poppler.
11326
11327         * backend/ev-document-thumbnails.h: Add a comment
11328
11329         * backend/ev-document.h:
11330         * backend/ev-document.c: (ev_document_class_init),
11331         (ev_document_load), (ev_document_get_link),
11332         (ev_document_get_links): Remove 3 methods and add get_links.
11333         Also, made 0 based.
11334
11335         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11336         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11337
11338         * backend/ev-link.c: (ev_link_set_title),
11339         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11340         (ev_link_mapping_find):
11341         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11342         
11343         * backend/ev-page-cache.c: (ev_page_cache_init),
11344         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11345         (ev_page_cache_get_size), (ev_page_cache_next_page),
11346         (ev_page_cache_prev_page): Fix to be 0 based.
11347
11348         * pdf/Makefile.am: 
11349         * pdf/ev-poppler.h:
11350         * pdf/ev-poppler.cc: New backend.
11351         
11352         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11353         (ps_document_get_page), (ps_document_document_iface_init):
11354
11355         * shell/ev-pixbuf-cache.h:
11356         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11357         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11358         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11359         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11360         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11361         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11362         based.
11363         
11364         * shell/ev-sidebar-thumbnails.c:
11365         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11366         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11367
11368         * shell/ev-view.c: (status_message_from_link),
11369         (find_page_at_location), (get_link_at_location),
11370         (ev_view_motion_notify_event), (ev_view_button_release_event),
11371         (ev_view_init): Use the new link code.  Fix to be 0 based.
11372
11373         * shell/ev-window.c: (update_action_sensitivity),
11374         (document_supports_sidebar): 0 based.
11375
11376 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * pdf/pdf-document.cc: Patch from Fernando Herrera
11379         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11380         *blush*
11381
11382 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11383
11384         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11385         1 to the page, as this seems to be 1 based.  I thought we has this
11386         fixed.  grump.
11387
11388 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11389
11390         * TODO:
11391         * backend/Makefile.am:
11392         * backend/ev-document-links.c:
11393         (ev_document_links_has_document_links),
11394         (ev_document_links_get_links_model):
11395         * backend/ev-document-links.h:
11396         * backend/ev-document.c: (ev_document_get_page_cache),
11397         (ev_document_get_doc_mutex), (ev_document_load),
11398         (ev_document_save), (ev_document_get_title),
11399         (ev_document_get_n_pages), (ev_document_set_page),
11400         (ev_document_get_page), (ev_document_set_target),
11401         (ev_document_set_scale), (ev_document_set_page_offset),
11402         (ev_document_get_page_size), (ev_document_get_text),
11403         (ev_document_get_link), (ev_document_render),
11404         (ev_document_render_pixbuf), (ev_document_scale_changed):
11405         * backend/ev-document.h:
11406         * backend/ev-job-queue.c: (remove_object_from_queue),
11407         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11408         (no_jobs_available_unlocked), (ev_render_thread),
11409         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11410         (ev_job_queue_remove_job):
11411         * backend/ev-job-queue.h:
11412         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11413         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11414         (ev_job_links_class_init), (ev_job_render_init),
11415         (ev_job_render_dispose), (ev_job_render_class_init),
11416         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11417         (ev_job_thumbnail_class_init), (ev_job_finished),
11418         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11419         (ev_job_render_run), (ev_job_thumbnail_new),
11420         (ev_job_thumbnail_run):
11421         * backend/ev-jobs.h:
11422         * backend/ev-link.c:
11423         * backend/ev-link.h:
11424         * backend/ev-page-cache.c: (ev_page_cache_init),
11425         (ev_page_cache_class_init), (ev_page_cache_finalize),
11426         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11427         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11428         (ev_page_cache_set_link), (ev_page_cache_get_title),
11429         (ev_page_cache_get_size), (ev_page_cache_next_page),
11430         (ev_page_cache_prev_page):
11431         * backend/ev-page-cache.h:
11432         * pdf/pdf-document.cc:
11433         * ps/gsdefaults.c:
11434         * ps/gsdefaults.h:
11435         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11436         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11437         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11438         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11439         (is_interpreter_ready), (output), (catchPipe), (input),
11440         (start_interpreter), (check_filecompressed), (compute_dimensions),
11441         (ps_document_enable_interpreter), (document_load),
11442         (ps_document_next_page), (render_page), (ps_document_set_page),
11443         (ps_document_set_scale), (render_pixbuf_idle),
11444         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11445         * ps/ps-document.h:
11446         * shell/Makefile.am:
11447         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11448         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11449         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11450         (ev_pixbuf_cache_new), (job_finished_cb),
11451         (check_job_size_and_unref), (move_one_job),
11452         (ev_pixbuf_cache_update_range), (find_job_cache),
11453         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11454         (ev_pixbuf_cache_add_jobs_if_needed),
11455         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11456         * shell/ev-pixbuf-cache.h:
11457         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11458         (idle_print_handler):
11459         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11460         (selection_changed_cb), (create_loading_model),
11461         (ev_sidebar_links_construct), (links_page_num_func),
11462         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11463         (update_page_callback), (job_finished_cb),
11464         (ev_sidebar_links_set_document):
11465         * shell/ev-sidebar-thumbnails.c:
11466         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11467         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11468         (page_changed_cb), (thumbnail_job_completed_callback),
11469         (ev_sidebar_thumbnails_set_document):
11470         * shell/ev-sidebar-thumbnails.h:
11471         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11472         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11473         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11474         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11475         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11476         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11477         (ev_view_button_release_event), (ev_view_scroll_view),
11478         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11479         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11480         (ev_view_new), (job_finished_cb), (page_changed_cb),
11481         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11482         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11483         (ev_view_find_previous):
11484         * shell/ev-view.h:
11485         * shell/ev-window.c: (update_action_sensitivity),
11486         (ev_window_open_page), (update_window_title), (update_total_pages),
11487         (page_changed_cb), (ev_window_setup_document),
11488         (password_dialog_response), (ev_window_cmd_save_as),
11489         (ev_window_print), (ev_window_cmd_go_previous_page),
11490         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11491         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11492         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11493         * shell/main.c: (main):
11494
11495         Merge evince-threads branch
11496
11497 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11498
11499         * configure.ac: Added "lt" to ALL_LINGUAS.
11500
11501 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * NEWS:
11504         * configure.ac:
11505
11506         Release 0.1.9
11507
11508 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11509
11510         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11511
11512         Fix here also the thumbnails 1-basedness :)
11513
11514 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11515
11516         * NEWS:
11517         * configure.ac:
11518
11519         Release 0.1.8
11520
11521 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11522
11523         * pdf/pdf-document.cc:
11524         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11525         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11526
11527         Fix the mess we did with thumbnails and 1-basedness
11528
11529 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11530
11531         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11532
11533 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * NEWS:
11536         * configure.ac:
11537
11538         Release 0.1.7
11539
11540 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * ps/Makefile.am:
11543         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11544         (gtk_gs_defaults_get_alpha_parameters),
11545         (gtk_gs_defaults_get_ungzip_cmd),
11546         (gtk_gs_defaults_get_unbzip2_cmd):
11547         * ps/gsdefaults.h:
11548         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11549         (ps_document_get_orientation), (document_load),
11550         (ps_document_goto_page), (ps_document_set_page_size):
11551         * ps/ps-document.h:
11552
11553         Some more sanitization of the ps backend. Remove a lot
11554         of unused code and do not base our defaults on ggv
11555         preferences (ugh!)
11556
11557 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11558
11559         * thumbnailer/evince-thumbnailer.schemas:
11560         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11561         (main): add -s option for thumbnail size.
11562
11563 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11564
11565         * configure.ac:
11566
11567         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11568         remove it.
11569
11570 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * pdf/pdf-document.cc:
11573
11574         Remove 4 pixels of useless border from the
11575         thumbnail.
11576
11577 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11578
11579         * backend/ev-document-thumbnails.c:
11580         (ev_document_thumbnails_get_thumbnail):
11581         * backend/ev-document-thumbnails.h:
11582
11583         Rework API a bit. Add a border flag and
11584         change sizing logic (now the size we specify
11585         applies to the bigger dimension).
11586
11587         * pdf/pdf-document.cc:
11588         * pixbuf/pixbuf-document.c:
11589         (pixbuf_document_thumbnails_get_thumbnail):
11590         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11591         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11592
11593         Adapt to the new API and do not draw a border for nautilus
11594         thumbnailer.
11595
11596 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11597
11598         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11599         take thumbnails from page "0" instead of "1". Added a copyright header.
11600
11601 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11602
11603         * ps/ps-document.c: (set_up_page), (start_interpreter):
11604
11605         Make it C89 compliant
11606
11607 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11608
11609         * Makefile.am:
11610         * configure.ac:
11611         * pdf/.cvsignore:
11612         * pdf/pdf-document.cc:
11613         * thumbnailer/Makefile.am:
11614         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11615         (main):
11616         * thumbnailer/evince-thumbnailer.schemas:
11617         * thumbnailer/pdf-icon.png:
11618
11619         Add a nautilus thumbnailer.
11620         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11621
11622 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11623
11624         * NEWS:
11625         * configure.ac:
11626         * po/POTFILES.in:
11627
11628         Release 0.1.6
11629
11630 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11631
11632         Use poppler instead of including xpdf source code.  Poppler is a
11633         fork of xpdf to build it as a shared library. See
11634         http://freedesktop.org/wiki/Software/poppler.
11635
11636         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11637         xpdf fork.
11638         
11639         * pdf/Makefile.am: Build libpdfdocument.a here.
11640         
11641         * pdf/GDKSplashOutputDev.cc:
11642         * pdf/GDKSplashOutputDev.h:
11643         * pdf/GnomeVFSStream.cc:
11644         * pdf/GnomeVFSStream.h:
11645         * pdf-document.cc:
11646         * pdf-document.h:
11647         * test-gdk-output-dev.cc
11648         * Thumb.cc:
11649         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11650         against poppler.
11651
11652 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11653
11654         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11655
11656         Clear idle stack before unsetting the document
11657
11658 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11659
11660         * ps/ps-document.c: (ps_document_widget_event),
11661         (ps_document_set_target), (ps_document_finalize),
11662         (ps_document_get_page):
11663
11664         Disconnect the widget event signal on finalize.
11665         Some code cleanups.
11666
11667 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11668
11669         * ps/ps-document.c: (set_up_page):
11670
11671         If there is no bpixmap create one, even if size
11672         is not changed.
11673
11674 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11677         (set_up_page), (document_load), (ps_document_set_zoom):
11678
11679         Default page is 0. Calculate size even when we have no
11680         target yet.
11681
11682 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11683
11684         * shell/ev-sidebar.c: expand the selection widget to be always as
11685         wide as the sidebar
11686
11687 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11688
11689         * shell/ev-sidebar-thumbnails.c:
11690         (ev_sidebar_thumbnails_set_document):
11691
11692         Clear the list store when setting document
11693
11694 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11695
11696         * shell/ev-page-action.c: (update_entry), (sync_entry),
11697         (activate_cb), (entry_size_request_cb), (create_tool_item),
11698         (connect_proxy):
11699
11700         Use an entry for the page control instead of spinbuttons
11701
11702 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11703
11704         * data/evince.schemas.in:
11705
11706         Correct confusing string
11707
11708 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11709
11710         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11711         for real.  Gosh, how long has this been broken.
11712
11713         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11714         check for a NULL link.  We crash otherwise.
11715
11716 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11717
11718         * NEWS:
11719         * configure.ac:
11720
11721         Release 0.1.5
11722
11723 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11724
11725         * configure.ac: add the french translation.
11726
11727 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * shell/ev-window.c:
11730
11731         Remove unused header -> fix distcheck
11732
11733 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * shell/ev-window.c: (update_window_title),
11736         (ev_window_popup_password_dialog):
11737
11738         Unescape filename for display
11739
11740 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11741
11742         * pdf/xpdf/pdf-document.cc:
11743
11744         In get_page_size deal with rotation. Also
11745         cleanup the function a bit.
11746
11747 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11748
11749         * pdf/xpdf/pdf-document.cc:
11750
11751         Fix crash when opening in new window
11752
11753 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * configure.ac:
11756
11757         Check ghostscript >= 7
11758
11759 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11760
11761         * shell/ev-window.c:
11762
11763         Make page width the default sizing mode
11764
11765 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11766         Marco Pesenti Gritti <marco@gnome.org>
11767
11768         * shell/ev-window.c: Remember the sidebar size
11769
11770         * data/evince.schemas.in: Add a new gconf key to store the size of
11771         the sidebar
11772
11773 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11774
11775         * data/evince-ui.xml:
11776         * shell/ev-window.c: (update_action_sensitivity),
11777         (ev_window_cmd_view_reload):
11778         
11779         Add a "Reload" action and menu entry
11780
11781 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11782
11783         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11784         iff the type doesn't support thumbnailing and indexing.
11785
11786 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11787
11788         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11789
11790 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * pdf/splash/Splash.cc:
11793
11794         Port fix for a crasher from kde bug
11795         http://bugs.kde.org/show_bug.cgi?id=97131
11796
11797 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * pdf/xpdf/pdf-document.cc:
11800
11801         Return a link even if it's of an unrecognized
11802         type. Otherwise we go in an infinte cycle.
11803
11804 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11805
11806         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11807         (size_allocate_cb), (ev_window_set_sizing_mode):
11808
11809         Update size when switching mode
11810
11811 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11812
11813         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11814         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11815         (ev_window_cmd_view_normal_size):
11816
11817         Fix size toggle buttons behavior
11818
11819 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11822         (doc_rect_to_view_rect), (ev_view_size_allocate),
11823         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11824         (scale_changed_callback):
11825
11826         Do not cache offsets in size_allocate.
11827
11828 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * shell/ev-view.c: (ev_view_size_allocate):
11831
11832         Calculate offsets before calling the parent
11833         class (which does a redraw)
11834
11835 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * pdf/xpdf/pdf-document.cc:
11838
11839         Fix a crasher on exit. Unused code, put a TODO
11840
11841 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * backend/ev-document.c: (ev_document_class_init),
11844         (ev_document_page_changed), (ev_document_scale_changed):
11845         * backend/ev-document.h:
11846
11847         Separate page/scale notifications
11848
11849         * pdf/xpdf/pdf-document.cc:
11850
11851         Emit the new signals.
11852         Do not display the pdf page in _render, do it
11853         when scale/page are requested.
11854
11855         * ps/ps-document.c: (ps_document_set_zoom),
11856         (ps_document_widget_event):
11857         * ps/ps-document.h:
11858
11859         Emit the new signals.
11860
11861         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11862         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11863         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11864         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11865         * shell/ev-view.h:
11866         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11867         (ev_window_cmd_view_page_width), (size_allocate_cb),
11868         (ev_window_set_sizing_mode):
11869
11870         Rework sizing to be pixel based.
11871         There are bugs but should be already way better.
11872
11873 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11874
11875         * shell/ev-window.c: (ev_window_init):
11876
11877         Do not allow to shrink sidebar smaller then
11878         child requisition
11879
11880 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11881
11882         * shell/ev-sidebar.[ch]
11883         * shell/ev-window.c:
11884
11885         Improved sidebar widget. Fixes #166683
11886
11887 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11888
11889         * shell/ev-view.c (update_find_status_message): Give translators
11890         more flexibility with ngettext plural handling.
11891
11892 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11893
11894         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11895         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11896         page when we get the page size.
11897
11898 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11901
11902         ps pages are 0 based, convert 
11903
11904 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11907
11908         Initialize correct parent class. Set GError on document load
11909
11910 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11911
11912         * pdf/xpdf/pdf-document.cc:
11913
11914         Fixup selection offset calculation
11915
11916         * shell/ev-view.c: (view_rect_to_doc_rect),
11917         (doc_rect_to_view_rect), (ev_view_size_allocate),
11918         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11919         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11920
11921         Store selection as document relative, so that zooming
11922         and offset changing doesnt break it.
11923
11924 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11925
11926         * shell/ev-view.c: (ev_view_best_fit):
11927
11928         Do not try to best fit if the view is not realized
11929
11930 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11931           
11932         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11933
11934 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11935
11936         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11937
11938 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11939
11940         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11941         the popup window.  That prevents it resizing when in full screen
11942         mode.
11943
11944         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11945         multiple rerenders.  This pretty much sucks.
11946
11947         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11948         rest of the toolbar.
11949
11950 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11951
11952         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11953
11954 2005-02-17  Alexander Shopov  <ash@contact.bg>
11955
11956         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11957
11958 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11959
11960         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11961
11962 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11963
11964         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11965         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11966         (set_document_page), (document_changed_callback),
11967         (ev_view_set_document), (ev_view_find_previous),
11968         (ev_view_hide_cursor), (ev_view_show_cursor):
11969         * shell/ev-view.h:
11970         * shell/ev-window.c: (update_chrome_visibility),
11971         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11972         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11973         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11974         (ev_window_unfullscreen):
11975         * shell/main.c: (main):
11976
11977         Automatically hide the fullscreen button.
11978         Patch by Kristian Høgsberg <krh@redhat.com>
11979
11980 2005-02-16  Vincent Noel  <vnoel@cox.net>
11981
11982         * shell/main.c (main): Specify an icon for the window. Patch by
11983         Jaap A. Haitsma. Fixes #166177.
11984
11985 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11986
11987         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11988
11989 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11990
11991         * backend/ev-document-misc.h:
11992         * backend/ev-document-misc.c:
11993         (ev_document_misc_get_page_border_size),
11994         (ev_document_misc_paint_one_page): New function to canonicalize
11995         sizing/painting a border.
11996
11997         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11998         used.
11999
12000         * pdf/xpdf/pdf-document.cc: use new function
12001
12002         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
12003         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
12004         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
12005         shell/ev-window.c: (update_sizing_buttons),
12006         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12007         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12008         (ev_window_cmd_view_page_width), (size_allocate_cb),
12009         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12010         and "fit width" values act as toggle buttons so they stay
12011         toggled.  It's not 100% perfect, and it's a little slow, but it's
12012         good enough to commit I think.
12013
12014 2005-02-15  David Lodge  <dave@cirt.net>
12015
12016         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12017
12018 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12019
12020         * shell/ev-window.c (update_window_title): replace newlines in
12021         the title by spaces. Bug #166107.
12022
12023 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12024
12025         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12026         parameters providing allocation width and height without
12027         scrollbars and width of a possible vertical scrollbar. With this
12028         additional information the functions can work as
12029         intended. Unfortunately they're not idempotent. We should
12030         transform these commands to toggles. Fixes Bug #164976
12031         Initial patch by Stephane Loeuillet, then heavily modified.
12032
12033         * shell/ev-view.h: update prototypes.
12034
12035         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12036         (ev_window_cmd_view_page_width): provide EvView fit functions with
12037         all the information they need. Formulas to calculate this
12038         information taken from GtkScrolledWindow.
12039
12040 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12041
12042         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12043         created a thumbnail, the list store is updated to know
12044         that the thumbnail is set. Fixes bug #166792
12045
12046 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12047
12048         * shell/ev-window.c: fixed typo, closes bug 166897
12049
12050         * TODO: updated TODO with bug numbers that are relevant
12051
12052 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12053
12054         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12055
12056 2005-02-09  Vincent Noel  <vnoel@cox.net>
12057
12058         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12059         and "Next" toolbar buttons as important to make them stand out.
12060
12061 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12062
12063         * lib/ev-debug.c:
12064         * lib/ev-debug.h:
12065         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12066         (start_interpreter), (stop_interpreter), (document_load),
12067         (ps_document_next_page), (ps_document_goto_page),
12068         (ps_document_set_page_size), (ps_document_widget_event),
12069         (ps_document_render):
12070         * shell/ev-page-view.c: (ev_page_view_dispose):
12071         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12072
12073         Fix compilation on non-gcc platforms
12074
12075 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12076
12077         * NEWS:
12078         * configure.ac:
12079
12080         Release 0.1.4
12081
12082         * pdf/xpdf/Catalog.cc:
12083         * pdf/xpdf/XRef.cc:
12084
12085         Fix the fix for CAN-2004-0888
12086
12087 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12088
12089         * data/Makefile.am:
12090         * data/evince-ui.xml:
12091         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12092         * shell/ev-stock-icons.h:
12093         * shell/ev-window.c: (update_action_sensitivity),
12094         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12095         (set_action_properties):
12096
12097         Improve toolbar layout/icons
12098
12099 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * pdf/xpdf/pdf-document.cc:
12102
12103         Add warnings about unimplemented/unknown link
12104         types.
12105
12106 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12107
12108         * ps/ps-document.c: (set_up_page):
12109
12110         Log gs property
12111
12112 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * ps/ps-document.c: (start_interpreter):
12115
12116         Log gs env var
12117
12118 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12119
12120         * shell/ev-page-view.c: (ev_page_view_dispose):
12121         * shell/ev-view.c: (ev_view_finalize):
12122         * shell/ev-window.c: (ev_window_setup_document),
12123         (ev_window_dispose), (ev_window_init):
12124
12125         Solve more refs issues.
12126
12127         I commented out the page_view initialization for now:
12128         it was never destroyed (because it's never added
12129         to a container). Because of that we was leaking
12130         gs processes. Couldnt think to a clean fix.
12131         We need to figure this out, password view has the
12132         same issue probably.
12133
12134 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12135
12136         * ps/ps-document.c: (ps_document_finalize),
12137         (ps_document_get_n_pages), (ps_document_get_page):
12138
12139         Some cleanups, stop the interpreter on finalize
12140
12141         * shell/ev-page-view.c: (ev_page_view_dispose),
12142         (ev_page_view_class_init):
12143
12144         Release our reference on the document
12145
12146 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * Makefile.am:
12149         * configure.ac:
12150         * doc/debugging.txt:
12151         * lib/.cvsignore:
12152         * lib/Makefile.am:
12153         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12154         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12155         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12156         * lib/ev-debug.h:
12157
12158         Add debugging helpers
12159
12160         * ps/Makefile.am:
12161         * ps/ps-document.c: (set_up_page), (start_interpreter),
12162         (stop_interpreter), (document_load), (ps_document_next_page),
12163         (ps_document_goto_page), (ps_document_set_page_size),
12164         (ps_document_widget_event), (ps_document_render):
12165         * shell/Makefile.am:
12166         * shell/ev-view.c: (expose_bin_window):
12167         * shell/main.c: (main):
12168
12169         Add some logs
12170         
12171 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12172
12173         * ps/ps-document.c: (ps_document_widget_event):
12174
12175         Initialize message_window, this should make ps
12176         rendering really work! (Never noticed because I was
12177         testing with a ps that is causing gs to exit every time!)
12178
12179 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12180
12181         * data/evince.schemas.in: updated simple error in applyto closing tag
12182
12183 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12184
12185         * Makefile.am:
12186         * configure.ac:
12187         * data/.cvsignore:
12188         * data/Makefile.am:
12189         * data/evince-ui.xml:
12190         A data/evince.schemas.in:
12191         * po/POTFILES.in:
12192         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12193         * shell/ev-stock-icons.h:
12194         * shell/ev-window.c: (update_chrome_visibility),
12195         (update_chrome_flag), (ev_window_cmd_edit_find),
12196         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12197         (ev_window_unfullscreen), (ev_window_focus_in_event),
12198         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12199         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12200         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12201         (ev_window_dispose), (ev_window_class_init),
12202         (set_action_properties), (set_chrome_actions), (load_chrome),
12203         (ev_window_init):
12204
12205         Implement fullscreen mode changes from bug #164776.
12206         Also implement persistent chrome toggles.
12207
12208 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12209
12210         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12211
12212 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12213
12214         * NEWS:
12215         * configure.ac:
12216         * shell/ev-view.c:
12217
12218         Add another check for find interface
12219
12220         Release 0.1.3
12221
12222 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * shell/ev-application.c: (ev_application_open):
12225         * shell/ev-window.c: (ev_window_open):
12226
12227         Open gzipped ps documents
12228
12229 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12230
12231         * TODO:
12232         * shell/ev-view.c: (set_document_page):
12233
12234         Clamp page number, dont try to move to
12235         not existant pages.
12236
12237 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12238
12239         * backend/ev-document-find.c: (ev_document_find_changed):
12240         * backend/ev-document-find.h:
12241         * pdf/xpdf/pdf-document.cc:
12242         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12243         * shell/ev-window.c: (find_bar_search_changed_cb):
12244
12245         Fix several bugs with find
12246
12247 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12248
12249         * shell/ev-sidebar-thumbnails.c
12250         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12251         document. Prevents warning from scroll_to_cell.
12252
12253 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12254
12255         * configure.ac: Add «nb» to ALL_LINGUAS too.
12256
12257 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12258
12259         * NOTES: New file with some random thoughts.
12260
12261         * TODO: Update.
12262
12263         * backend/ev-document-misc.c:
12264         (ev_document_misc_get_page_border_size): New function to
12265         canonicalize shadow drawing sizes.  Possibly goofy.
12266
12267         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12268         (ev_view_best_fit), (ev_view_fit_width):
12269         * pdf/xpdf/pdf-document.cc:
12270         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12271         * ps/ps-document.c: (ps_document_get_page_size):
12272         * backend/ev-document-misc.h:
12273         * backend/ev-document.c: (ev_document_get_page_size):
12274         * backend/ev-document.h: get_page_size now takes a page number
12275         parameter.  Made all the backends/frontends honor it.
12276
12277         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12278         see.  Doesn't work yet.
12279
12280         * shell/Makefile.am:
12281         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12282         Doesn't do anything yet.
12283
12284         * shell/ev-sidebar-thumbnails.c:
12285         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12286         [0..n_pages-1]
12287
12288         * shell/ev-window.c: (update_action_sensitivity),
12289         (ev_window_setup_document), (ev_window_set_page_mode),
12290         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12291         view-swapping code a bit so we can have multiple views on a
12292         document.  Add the multi-page view, though it can't be turned on
12293         yet.
12294
12295 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * shell/ev-application.c: (ev_application_open):
12298         * shell/ev-view.c: (expose_bin_window):
12299         * shell/ev-window.c: (ev_window_open):
12300
12301         Support eps and check document supports find
12302         before drawing highlightings in expose.
12303
12304 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12305
12306         * pixbuf/pixbuf-document.c:
12307         (pixbuf_document_thumbnails_get_dimensions),
12308         (pixbuf_document_document_thumbnails_iface_init):
12309
12310         implement get_dimensions
12311
12312 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12313
12314         * NEWS:
12315         * configure.ac:
12316
12317         Release 0.1.2
12318
12319 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * shell/ev-view.c: (set_document_page):
12322
12323         Scroll at the top of the page when changing page
12324
12325 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * shell/ev-view.c: (ev_view_motion_notify_event):
12328
12329         Do not redraw unnecessarily
12330
12331 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12332
12333         * pdf/xpdf/pdf-document.cc:
12334         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12335         (expose_bin_window), (find_changed_cb):
12336
12337         Yay! find works now... Now to find bugs...
12338
12339 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12340
12341         * backend/ev-document-find.c: (ev_document_find_base_init),
12342         (ev_document_find_changed):
12343         * backend/ev-document-find.h:
12344         * pdf/xpdf/pdf-document.cc:
12345         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12346         (expose_bin_window), (ev_view_init), (set_document_page),
12347         (ensure_rectangle_is_visible), (jump_to_find_result),
12348         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12349         (ev_view_find_next), (ev_view_find_previous):
12350         * shell/ev-view.h:
12351         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12352
12353         More work on find implementation, mostly there now
12354
12355 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12356
12357         * backend/ev-backend-marshalers.list:
12358         * backend/ev-document-find.c: (ev_document_find_base_init),
12359         (ev_document_find_cancel), (ev_document_find_page_has_results),
12360         (ev_document_find_get_n_results), (ev_document_find_get_result),
12361         (ev_document_find_get_progress), (ev_document_find_changed):
12362         * backend/ev-document-find.h:
12363
12364         Enanche the find interface to be really able to do
12365         multi page find.
12366
12367         * pdf/xpdf/pdf-document.cc:
12368
12369         Implement
12370
12371         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12372         (expose_bin_window), (ev_view_init),
12373         (ev_view_get_find_status_message), (find_changed_cb),
12374         (ev_view_set_document), (set_document_page):
12375
12376         Adapt to the new interface. A few things are regressed sorry,
12377         I will finish it soon.
12378
12379 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12380
12381         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12382         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12383         ev_sidebar_thumbnails_parent_class variable, don't define another
12384         parent_class variable.
12385
12386         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12387         (ev_page_action_class_init): ditto.
12388
12389         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12390         (pixbuf_document_class_init): ditto.
12391
12392         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12393         ditto.
12394
12395         * .cvsignore: ignore various valgrind output files.
12396
12397 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12398
12399         * data/evince-ui.xml:
12400         * shell/Makefile.am:
12401         * shell/ev-history.c:
12402         * shell/ev-history.h:
12403         * shell/ev-navigation-action.c:
12404         * shell/ev-navigation-action.h:
12405         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12406         (ev_view_set_page), (ev_view_fit_width):
12407         * shell/ev-view.h:
12408         * shell/ev-window.c: (update_action_sensitivity),
12409         (ev_window_setup_document), (register_custom_actions):
12410
12411         Kill session history
12412
12413 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12414
12415         * shell/ev-window.c: (update_action_sensitivity):
12416
12417         Fix inverted up/down buttons
12418
12419 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12420
12421         * shell/ev-sidebar-thumbnails.c
12422         (ev_sidebar_thumbnails_select_page): make sure the selected
12423         thumbnail stays visible.
12424
12425 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12426
12427         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12428         scrolled window for Federico.
12429
12430 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12431
12432         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12433
12434 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12435
12436         * configure.ac:
12437         * pdf/splash/SplashFTFontEngine.cc:
12438
12439         Fix CID fonts with freetype 2.1.9
12440
12441 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12442
12443         * TODO: added item for desktop icon thumbnailer
12444
12445 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12446
12447         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12448         unloaded docs when the title is accessed.
12449
12450         * shell/ev-password-view.[hc]: New widget for displaying password
12451         state.
12452
12453         * shell/ev-window.[ch]: Refactor password handling code to handle
12454         the new view.
12455
12456 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12457
12458         * NEWS:
12459         * configure.ac:
12460         * data/Makefile.am:
12461
12462         Release 0.1.1
12463
12464 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12465
12466         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12467         ignore page offset here, to make search results independent of it,
12468
12469         * shell/ev-view.c (expose_bin_window): but take offsets into
12470         account here. Bug #164932
12471
12472         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12473         scale at the right time. Bug #164996
12474
12475 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12476
12477         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12478         fix the problem. Now I just removed the Adobe font names and hope
12479         that the URW fonts are always in outline format. Bug #164934
12480
12481         * shell/ev-window.c (update_window_title): empty titles are
12482         useless, use filename in that case too.
12483
12484         * NEWS: Add some content.
12485
12486 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12487
12488         * TODO: added one more TODO item and a TODONE section :)
12489
12490 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12491
12492         * ps/ps-document.h: add page_[xy]_offset fields.
12493
12494         * ps/ps-document.c (ps_document_set_page_offset)
12495         (ps_document_render): Keep offset in consideration in a few
12496         places. Bug #164752 "postscript documents are not centered in
12497         window"
12498
12499         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12500         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12501
12502         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12503         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12504         stub out missing methods for complete EvDocument implementation.
12505         Fixes segfaults with Save A Copy and Copy actions.
12506
12507         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12508         (ps_document_document_iface_init): ditto.
12509         
12510 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12511
12512         * data/.cvsignore:
12513         * data/Makefile.am:
12514         * data/evince.desktop.in:
12515
12516         Add desktop file
12517
12518 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12519
12520         * shell/ev-view.c: (ev_view_button_press_event),
12521         (ev_view_motion_notify_event):
12522
12523         Make selection work in any direction
12524
12525 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         * TODO:
12528         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12529
12530         Use shorter labels for some of the toolbars items
12531
12532 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * pdf/xpdf/pdf-document.cc:
12535
12536         Check the links info is initialized before
12537         using it. Should fix a crash on startup.
12538
12539 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12540
12541         * pixbuf/pixbuf-document.c
12542         (pixbuf_document_thumbnails_get_dimensions): force floating point
12543         division to calculate page_ratio. Fixes crash with landscape
12544         format pixbufs.
12545
12546 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12547
12548         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12549
12550 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12551
12552         * shell/ev-view.c (set_document_page): unset has_selection when
12553         the page changes.
12554         (set_document_page): handle paper size changes when the page
12555         changes (test with Free Culture, page 2).
12556
12557 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12558
12559         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12560         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12561
12562         Use normal style color for the widget background and
12563         draw a black box around the page.
12564
12565 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * pdf/xpdf/pdf-document.cc:
12568
12569         Keep offset in consideration in a few places
12570
12571         * shell/ev-view.c: (expose_bin_window):
12572
12573         Set the offsets so that the document is ever centered
12574
12575 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12576
12577         * TODO: Added TODO items and finished off the first todo item
12578
12579         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12580         reflect current authors
12581
12582 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * pdf/xpdf/pdf-document.cc:
12585         * shell/ev-view.c: (ev_view_set_cursor),
12586         (ev_view_motion_notify_event), (document_changed_callback),
12587         (set_document_page):
12588
12589         Show a wait cursor while the page is rendering
12590
12591 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * shell/ev-sidebar-thumbnails.c:
12594         (ev_sidebar_tree_selection_changed),
12595         (ev_sidebar_thumbnails_select_page):
12596         * shell/ev-sidebar-thumbnails.h:
12597         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12598         (ev_view_can_go_forward):
12599         * shell/ev-window.c: (ev_window_open_page),
12600         (ev_window_setup_document), (update_current_page),
12601         (view_page_changed_cb), (ev_window_init):
12602         * shell/ev-window.h:
12603
12604         Ensure thumbnails selection, toolbar page control and
12605         current page are in sync.
12606
12607 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * pdf/xpdf/XRef.cc:
12610
12611         Fix CAN-2005-0064
12612
12613 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12614
12615         * backend/Makefile.am:
12616         * backend/ev-document-links.h:
12617         * backend/ev-document-security.c: (ev_document_security_get_type),
12618         (ev_document_security_has_document_security),
12619         (ev_document_security_set_password):
12620         * backend/ev-document-security.h:
12621         * backend/ev-document.c: (ev_document_error_quark):
12622         * backend/ev-document.h:
12623         * data/Makefile.am:
12624         * data/evince-password.glade:
12625         * pdf/xpdf/pdf-document.cc:
12626         * shell/Makefile.am:
12627         * shell/ev-password.c: (ev_password_set_bad_password_label),
12628         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12629         (ev_password_dialog_get_password),
12630         (ev_password_dialog_set_bad_pass):
12631         * shell/ev-password.h:
12632         * shell/ev-window.c: (ev_window_get_attribute),
12633         (ev_window_set_property), (update_action_sensitivity),
12634         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12635         (ev_window_setup_document), (ev_window_get_password),
12636         (ev_window_open), (ev_window_cmd_save_as),
12637         (using_postscript_printer), (ev_window_print),
12638         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12639         (update_fullscreen_popup), (ev_window_fullscreen),
12640         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12641         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12642         (menu_item_select_cb), (find_bar_search_changed_cb),
12643         (ev_window_dispose), (ev_window_init):
12644
12645         Add initial support for password-supported dialogs.  This could be
12646         a lot cooler, but it'll do for now.
12647
12648 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * pdf/xpdf/pdf-document.cc:
12651         * shell/ev-view.c: (status_message_from_link),
12652         (ev_view_set_status), (ev_view_set_cursor),
12653         (ev_view_motion_notify_event), (ev_view_init):
12654         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12655
12656         Fix bugs in the links implementation and change cursor
12657         when hovering a link.
12658
12659 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12660
12661         * viewer/.cvsignore: added cvsignore file for viewer directory
12662
12663         * TODO: created TODO document
12664
12665 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12666
12667         * shell/ev-view.h:
12668         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12669         new functions to help with implementation of sensitivity code
12670         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12671         of all actions that might require it.  Fixes a crash when you
12672         click on the Zoom actions in a window lacking a document.
12673
12674 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12675
12676         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12677         of the Find action
12678
12679 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12680
12681         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12682         (pixbuf_document_document_iface_init):
12683         * ps/ps-document.c: (ps_document_get_link),
12684         (ps_document_document_iface_init):
12685         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12686         (status_message_from_link), (ev_view_set_status),
12687         (ev_view_set_find_status), (ev_view_motion_notify_event),
12688         (ev_view_button_release_event), (ev_view_set_property),
12689         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12690         (ev_view_get_find_status_message), (update_find_results),
12691         (ev_view_get_status), (ev_view_get_find_status):
12692         * shell/ev-view.h:
12693         * shell/ev-window.c: (view_status_changed_cb),
12694         (view_find_status_changed_cb), (ev_window_init):
12695
12696         View status message support, use it to show the links.
12697         Needs work...
12698
12699 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12700
12701         * backend/ev-document.c: (ev_document_get_link):
12702         * backend/ev-document.h:
12703         * pdf/xpdf/pdf-document.cc:
12704         * shell/ev-application.c: (ev_application_open):
12705         * shell/ev-application.h:
12706         * shell/ev-sidebar-links.c: (selection_changed_cb):
12707         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12708         (ev_view_go_to_link):
12709
12710         Add support for document links
12711
12712 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12713
12714         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12715         (create_tool_item):
12716         Set the spin button limits correctly.
12717         
12718         * shell/ev-sidebar-thumbnails.c:
12719         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12720         Support changing pages by clicking on the thumbnails.
12721         
12722 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12723
12724         * pixbuf/pixbuf-document.c:
12725         (pixbuf_document_thumbnails_get_dimensions),
12726         (pixbuf_document_document_thumbnails_iface_init):
12727
12728         implement get_dimensions
12729
12730 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12731
12732         * ps/ps-document.c: (ps_document_goto_page):
12733
12734         Fix page switching on multipage documents
12735
12736 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12737
12738         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12739         
12740         check for NULL before assigning to width and height parameters
12741
12742 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12743
12744         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12745         (pixbuf_document_set_property), (pixbuf_document_get_property):
12746
12747         implement get/set properties
12748
12749 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12750
12751         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12752         
12753         return NULL instead of "Unknown", letting the title get set to
12754         the filename when the pdf has no title.
12755
12756 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12757
12758         * ps/ps-document.c: (ps_document_get_page_count),
12759         (ps_document_goto_page):
12760
12761 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * shell/ev-history.c: (ev_history_get_property),
12764         (ev_history_set_property), (ev_history_class_init),
12765         (ev_history_add_page), (ev_history_set_current_index):
12766         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12767         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12768         (ev_navigation_action_finalize):
12769         * shell/ev-navigation-action.h:
12770         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12771         (ev_view_go_forward), (ev_view_get_find_status_message),
12772         (history_index_changed_cb), (ev_view_set_history):
12773         * shell/ev-view.h:
12774         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12775         (update_current_page), (register_custom_actions):
12776
12777         Implement history dropdowns
12778
12779 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12782         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12783         (ev_view_go_forward):
12784         * shell/ev-window.c: (register_custom_actions):
12785
12786         Fix several history bugs
12787
12788 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12789
12790         * configure.ac: Add «nb» to ALL_LINGUAS.
12791
12792 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12793
12794         * backend/Makefile.am:
12795         * backend/ev-bookmark.c:
12796         * backend/ev-bookmark.h:
12797         * backend/ev-document-bookmarks.c:
12798         * backend/ev-document-bookmarks.h:
12799         * backend/ev-document-links.c: (ev_document_links_get_type),
12800         (ev_document_links_has_document_links),
12801         (ev_document_links_begin_read), (ev_document_links_get_link),
12802         (ev_document_links_get_child), (ev_document_links_next),
12803         (ev_document_links_free_iter):
12804         * backend/ev-document-links.h:
12805         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12806         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12807         (ev_link_get_link_type), (ev_link_set_link_type),
12808         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12809         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12810         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12811         (ev_link_new_external):
12812         * backend/ev-link.h:
12813         * pdf/xpdf/pdf-document.cc:
12814         * shell/Makefile.am:
12815         * shell/ev-application.c: (ev_application_open_link):
12816         * shell/ev-application.h:
12817         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12818         (ev_history_get_link_nth):
12819         * shell/ev-history.h:
12820         * shell/ev-sidebar-bookmarks.c:
12821         * shell/ev-sidebar-bookmarks.h:
12822         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12823         (ev_sidebar_links_class_init), (selection_changed_cb),
12824         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12825         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12826         (do_one_iteration), (populate_links_idle),
12827         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12828         * shell/ev-sidebar-links.h:
12829         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12830         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12831         (go_to_index):
12832         * shell/ev-view.h:
12833         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12834         * shell/ev-window.h:
12835
12836         Rename bookmark to link, and use "Index" for the sidebar panel.
12837
12838 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12839
12840         * shell/Makefile.am:
12841         * shell/ev-application.c: (ev_application_open_bookmark):
12842         * shell/ev-application.h:
12843         * shell/ev-history.c: (ev_history_init), (free_links_list),
12844         (ev_history_finalize), (ev_history_class_init),
12845         (ev_history_add_link), (ev_history_add_page),
12846         (ev_history_get_link_nth), (ev_history_get_n_links),
12847         (ev_history_get_current_index), (ev_history_set_current_index),
12848         (ev_history_new):
12849         * shell/ev-history.h:
12850         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12851         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12852         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12853         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12854         (ev_view_set_page):
12855         * shell/ev-view.h:
12856         * shell/ev-window.c: (ev_window_open_bookmark),
12857         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12858         (goto_page_cb), (register_custom_actions):
12859         * shell/ev-window.h:
12860
12861         Initial history implementation. Needs work.
12862
12863 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12864
12865         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12866
12867 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12868
12869         * cut-n-paste/recent-files/egg-recent-item.c:
12870         * cut-n-paste/recent-files/egg-recent-item.h:
12871         * cut-n-paste/recent-files/egg-recent-model.c:
12872         * cut-n-paste/recent-files/egg-recent-util.c:
12873         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12874         * cut-n-paste/recent-files/egg-recent-view.c:
12875
12876         Update
12877
12878 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12879
12880         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12881         (fillGlyph, fillImageMask, drawImage):
12882         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12883         pdf/splash/SplashTypes.h:
12884         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12885         packed mode for Splash.
12886
12887         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12888         RGB8 packed mode, eliminates the pixbuf data creation loop.
12889
12890         * shell/ev-print-job.c (ev_print_job_finalize)
12891         (ev_print_job_set_property, ev_print_job_get_property)
12892         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12893         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12894         (print_closure_finalize, ev_print_job_print): implement
12895         printing (for backends with EvPsExporter)
12896
12897         * shell/ev_print_job.h: update prototypes.
12898
12899         * shell/ev-window.c (ev_window_print): unref print job after
12900         printing.
12901
12902         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12903         unless the document implements the EvDocumentFind interface.
12904
12905 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12906
12907         * configure.ac: Added ja to ALL_LINGUAS.
12908
12909 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12910
12911         * pdf/xpdf/pdf-document.cc:
12912
12913         add a FIXME. We should probably not allocate
12914         a bookmark object every time
12915
12916 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * shell/ev-application.c: (ev_application_open),
12919         (ev_application_open_bookmark):
12920         * shell/ev-application.h:
12921         
12922         Add a way to open bookmarks
12923
12924         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12925         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12926         (ev_bookmark_set_property), (ev_bookmark_class_init),
12927         (ev_bookmark_new_title), (ev_bookmark_new_link),
12928         (ev_bookmark_new_external):
12929
12930         Support for external uris, better constructors.
12931
12932         * backend/ev-bookmark.h:
12933         * pdf/xpdf/pdf-document.cc:
12934         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12935
12936         Handle external uris
12937
12938 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12939
12940         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12941         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12942
12943         Hook up bookmarks navigation
12944
12945 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12946
12947         * backend/Makefile.am:
12948         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12949         (ev_bookmark_get_title), (ev_bookmark_set_title),
12950         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12951         (ev_bookmark_get_page), (ev_bookmark_set_page),
12952         (ev_bookmark_get_property), (ev_bookmark_set_property),
12953         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12954         (ev_bookmark_new):
12955         * backend/ev-bookmark.h:
12956         * backend/ev-document-bookmarks.c:
12957         (ev_document_bookmarks_get_bookmark):
12958         * backend/ev-document-bookmarks.h:
12959         * pdf/xpdf/pdf-document.cc:
12960         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12961
12962         Add a bookmark object to the backend and use it instead of get_values
12963
12964 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12965
12966         * data/evince-ui.xml:
12967
12968         Cleanup and add select all.
12969
12970         * shell/ev-view.c: (ev_view_select_all),
12971         (ev_view_button_press_event):
12972         * shell/ev-view.h:
12973         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12974
12975         Add select all.
12976         Clear selection on click.
12977
12978 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12979
12980         * shell/ev-sidebar-thumbnails.c
12981         (ev_sidebar_thumbnails_set_document): forgot to unref the
12982         loading_icon.
12983
12984 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12985
12986         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12987         at the visible page, not just linearly.  This makes it look fast.
12988
12989 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12990
12991         * backend/ev-document-misc.c
12992         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12993         white.
12994         * backend/ev-document-thumbnails.h: New interface to get the size
12995         of a page.
12996
12997 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12998
12999         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
13000         make dist works
13001
13002 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
13003
13004         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
13005         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13006         things up a bit.
13007
13008         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13009
13010 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13011
13012         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13013         fonts. Should fix font problems on systems that have the base
13014         fonts in bitmap format. Reported by James Henstridge
13015         <james@jamesh.id.au>.
13016
13017 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13018
13019         * pdf/xpdf/Gfx.cc:
13020         * pdf/xpdf/GfxState.cc:
13021
13022         Fix for CAN-2004-1125
13023
13024 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13025
13026         * shell/ev-view.c: (ev_view_copy):
13027         * shell/ev-view.h:
13028         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13029
13030         Implement Edit->Copy
13031
13032 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13033
13034         * backend/ev-document.c: (ev_document_get_text):
13035         * backend/ev-document.h:
13036         * pdf/xpdf/pdf-document.cc:
13037         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13038         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13039         (ev_view_update_primary_selection), (ev_view_button_press_event),
13040         (ev_view_motion_notify_event), (ev_view_button_release_event):
13041
13042         Beginnings of clipboard support. Incomplete but primary sort
13043         of work.
13044
13045 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13046
13047         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13048         (expose_bin_window):
13049
13050         Nicer rubberband drawing, from GtkIconView.
13051
13052 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13053
13054         * backend/ev-document.c: (ev_document_save):
13055         * backend/ev-document.h:
13056         * data/evince-ui.xml:
13057         * pdf/xpdf/pdf-document.cc:
13058         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13059
13060         Implement "Save a copy..." menu item
13061
13062 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13063
13064         * shell/ev-view.c: (ev_view_zoom):
13065
13066         Queue a resize when zoom changes
13067
13068 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13069
13070         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13071         shadows.
13072
13073         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13074         thumbnails..
13075
13076 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13077
13078         * pdf/xpdf/pdf-document.cc
13079         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13080
13081 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13082
13083         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13084         It's slow, but I'll speed it up next!
13085
13086 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13087
13088         * shell/main.c (load_files):
13089
13090         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13091         from the command line and because it seems more appropriate.
13092
13093 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13094
13095         * data/evince-ui.xml:
13096         * shell/ev-window.c: (update_action_sensitivity),
13097         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13098
13099         s/next page/page down
13100         s/previous page/page up
13101
13102 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13103
13104         * data/evince-ui.xml:
13105
13106         Change the layout to match clarkbw design.
13107
13108         * shell/Makefile.am:
13109         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13110         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13111         (ev_navigation_action_finalize),
13112         (ev_navigation_action_set_property),
13113         (ev_navigation_action_get_property),
13114         (ev_navigation_action_class_init):
13115         * shell/ev-navigation-action.h:
13116
13117         Implement clarkbw toolbar navigation controls (incomplete)
13118
13119         * shell/ev-page-action.c: (update_label), (update_spin),
13120         (value_changed_cb), (create_tool_item), (connect_proxy),
13121         (ev_page_action_init), (ev_page_action_finalize),
13122         (ev_page_action_set_property), (ev_page_action_get_property),
13123         (ev_page_action_set_current_page),
13124         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13125         * shell/ev-page-action.h:
13126
13127         Implement a page switcher in the toolbar
13128
13129         * shell/ev-view.c: (ev_view_scroll_view):
13130         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13131         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13132         (register_custom_actions), (ev_window_init):
13133
13134         Change page on PageUp/Down.
13135
13136 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13137
13138         * pdf/xpdf/pdf-document.cc
13139         (pdf_document_thumbnails_get_thumbnail): initial stab at
13140         implementing thumbnail support for pdfs.  It only does documents
13141         with precached pdfs now.
13142
13143 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13144
13145         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13146         thumbnail code into a time-based idle as well.  Also, turn off the
13147         shadow temporarily as it's really slow.
13148
13149 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13150
13151         * backend/ev-document.c: (ev_document_class_init):
13152         * pdf/xpdf/pdf-document.cc:
13153         * shell/ev-window.c: (ev_window_open):
13154
13155         Fix document title bugs and fallback to
13156         filename when not available.
13157
13158 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13159
13160         * backend/ev-document.c: (ev_document_get_type),
13161         (ev_document_class_init), (ev_document_load),
13162         (ev_document_get_title):
13163         * backend/ev-document.h:
13164         * pdf/xpdf/pdf-document.cc:
13165         * ps/ps-document.c: (ps_document_set_property),
13166         (ps_document_get_property), (ps_document_class_init),
13167         (document_load):
13168         * ps/ps-document.h:
13169         * ps/ps.h:
13170         * shell/ev-window.c: (update_window_title), (ev_window_open),
13171         (ev_window_init):
13172
13173         Initial support for document title. Not working yet.
13174
13175 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13178
13179         Grab focus on the view when clicking it
13180
13181 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13182
13183         * shell/ev-marshal.list:
13184         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13185         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13186
13187         Add key bindings to the view. Now if the focus would work
13188         right...
13189
13190 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13191
13192         * Makefile.am:
13193         * backend/Makefile.am:
13194         * data/Makefile.am:
13195         * dvi/Makefile.am:
13196         * dvi/dvilib/Makefile.am:
13197         * pdf/xpdf/Makefile.am:
13198         * po/POTFILES.in:
13199         * ps/Makefile.am:
13200
13201         Fix distcheck
13202
13203 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * shell/ev-view.c: (ev_view_realize):
13206
13207         Fix mouse wheel scrolling
13208
13209 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * ps/Makefile.am:
13212         * ps/gstypes.h:
13213         * ps/gtkgs.c:
13214         * ps/gtkgs.h:
13215         * ps/ps-document.c: (catchPipe), (ps_document_init),
13216         (ps_document_class_init), (ps_document_cleanup),
13217         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13218         (set_up_page), (close_pipe), (is_interpreter_ready),
13219         (interpreter_failed), (output), (input), (start_interpreter),
13220         (stop_interpreter), (file_length), (file_readable),
13221         (check_filecompressed), (check_pdf), (compute_xdpi),
13222         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13223         (ps_document_get_type), (ps_document_emit_error_msg),
13224         (document_load), (ps_document_next_page),
13225         (ps_document_get_current_page), (ps_document_get_page_count),
13226         (ps_document_goto_page), (ps_document_set_page_size),
13227         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13228         (ps_document_load), (ps_document_get_n_pages),
13229         (ps_document_set_page), (ps_document_get_page),
13230         (ps_document_widget_event), (ps_document_set_target),
13231         (ps_document_set_scale), (ps_document_set_page_offset),
13232         (ps_document_get_page_size), (ps_document_render),
13233         (ps_document_document_iface_init):
13234         * ps/ps-document.h:
13235         * ps/ps.c:
13236         * shell/ev-window.c: (ev_window_open):
13237
13238         Rename GtkGS to PSDocument
13239
13240 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13241
13242         * ps/gtkgs.c: (gtk_gs_class_init):
13243         * ps/gtkgs.h:
13244
13245         Some more leftover...
13246
13247 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13248
13249         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13250         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13251         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13252         * ps/gtkgs.h:
13253
13254         Remove unused code and make a lot of stuff private
13255
13256 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13257
13258         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13259         (gtk_gs_defaults_changed):
13260         * ps/gsdefaults.h:
13261         * ps/gtkgs.c:
13262         * ps/gtkgs.h:
13263         * ps/ps.h:
13264
13265         Cleanup headers dependencies
13266
13267 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13268
13269         * ps/Makefile.am:
13270         * ps/ggvutils.c:
13271         * ps/ggvutils.h:
13272         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13273         * ps/gsdefaults.h:
13274         * ps/gtkgs.c: (file_length), (file_readable),
13275         (check_filecompressed), (check_pdf), (gtk_gs_load),
13276         (gtk_gs_get_postscript):
13277
13278         Get rid of ggvutils
13279
13280 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13281
13282         * ps/ggvutils.c:
13283         * ps/ggvutils.h:
13284         * ps/gsio.h:
13285         * ps/gtkgs.c: (gtk_gs_set_zoom):
13286
13287         Cleanups
13288
13289 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13292
13293         Ensure the page is rerendered when changing zoom
13294
13295 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13296
13297         * backend/ev-document.c: (ev_document_base_init),
13298         (ev_document_changed):
13299         * backend/ev-document.h:
13300
13301         Add a changed event that is emitted when the page content
13302         changes. This is necessary to deal with the fact that
13303         in ps backend rendering happen asycrounously.
13304         This makes the ps backend mostly work.
13305
13306         * pdf/xpdf/pdf-document.cc:
13307
13308         Emit changed event
13309
13310         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13311         (ps_document_set_target):
13312
13313         Emit changed event
13314
13315         * shell/ev-view.c: (document_changed_callback),
13316         (ev_view_set_document), (ev_view_set_page):
13317
13318         Redraw on the changed signal
13319
13320 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13321
13322         * configure.ac: Added pt_BR to ALL_LINGUAS.
13323
13324 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13325
13326         * backend/ev-document-bookmarks.c:
13327         (ev_document_bookmarks_get_child): *
13328         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13329         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13330         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13331         (ev_sidebar_bookmarks_destroy),
13332         (ev_sidebar_bookmarks_class_init),
13333         (ev_sidebar_bookmarks_construct), (stack_data_free),
13334         (do_one_iteration), (populate_bookmarks_idle),
13335         (ev_sidebar_bookmarks_clear_document),
13336         (ev_sidebar_bookmarks_set_document): *
13337         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13338         (ev_sidebar_add_page),
13339         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13340         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13341         it displays both the topics and the page numbers.
13342
13343 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13344
13345         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13346         toggle.
13347         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13348         visible.
13349
13350 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13351
13352         * configure.ac: Added en_CA to ALL_LINGUAS.
13353
13354 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13355
13356         * ChangeLog: replace bottom of this ChangeLog (merged history of
13357         ggv and gpdf; where all paths were wrong and most of the files are
13358         not even in this tree) with ChangeLog (from arch) of the shell
13359         code.
13360
13361 2004-12-23  Havoc Pennington  <hp@redhat.com>
13362
13363         * shell/ev-window.c: hook up potentially-questionable "find
13364         results status text" feature - something involving the sidebar or
13365         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13366         might be better in the end.
13367
13368         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13369         with corresponding signal when it should be updated
13370
13371         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13372
13373 2004-12-22  Havoc Pennington  <hp@redhat.com>
13374
13375         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13376         find stuff on other pages, sort of (only returns one result on
13377         invisible pages, to show they have results; updates full results
13378         for a page when you view it). Currently repaints the current page
13379         every time a new result is found on any page, which isn't so nice.
13380
13381 2004-12-22  Havoc Pennington  <hp@redhat.com>
13382
13383         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13384         the document doesn't support find (better ideas?)
13385         (find_bar_search_changed_cb): handle missing document or document
13386         that doesn't support find
13387
13388         * pdf/xpdf/pdf-document.cc: port to implement the new
13389         EvDocumentFindIface
13390
13391         * backend/ev-document-find.c: create a new interface for searching
13392
13393         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13394
13395 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13396
13397         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13398         libevbackend.la.
13399
13400         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13401         EvPrintJob constructor arguments.
13402
13403         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13404         for documents that can export PostScript (page by page).
13405
13406         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13407         
13408         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13409         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13410         (pdf_document_ps_exporter_iface_init:
13411         Implement EvPSExporter.
13412
13413         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13414
13415 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13416
13417         * backend/Makefile.am:
13418         * backend/ev-document-thumbnails.c:
13419         (ev_document_thumbnails_get_type),
13420         (ev_document_thumbnails_get_thumbnail):
13421         * backend/ev-document-thumbnails.h:
13422         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13423         (pixbuf_document_thumbnails_get_thumbnail),
13424         (pixbuf_document_document_thumbnails_iface_init):
13425         * shell/Makefile.am:
13426         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13427         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13428         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13429         * shell/ev-sidebar-thumbnails.h:
13430         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13431         (ev_sidebar_set_document):
13432         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13433         (create_shadow), (ev_pixbuf_add_shadow):
13434         * shell/ev-utils.h:
13435         Add thumbnail support.
13436         
13437 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13438
13439         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13440         (using_postscript_printer): Set up a print dialog for "PostScript
13441         injection" method.
13442
13443         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13444         EvPrintJob.
13445
13446         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13447
13448 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13451         (ps_document_set_target), (ps_document_get_page_size),
13452         (ps_document_render):
13453         * ps/gtkgs.h:
13454
13455         Fix a few bugs
13456
13457 2004-12-22  Christian Rose  <menthos@menthos.com>
13458
13459         * configure.ac: Added "sv" to ALL_LINGUAS.
13460
13461 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13462
13463         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13464         document supports bookmarks.
13465
13466 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13467
13468         * ps/ggvutils.c: (ggv_file_readable):
13469         * ps/ggvutils.h:
13470         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13471         (gtk_gs_get_postscript):
13472
13473         Remove unused utils
13474
13475 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13476
13477         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13478         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13479         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13480         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13481         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13482         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13483         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13484         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13485         (gtk_gs_set_antialiasing), (ps_document_load),
13486         (ps_document_render):
13487         * ps/gtkgs.h:
13488
13489         Another check point for the ps backend. Now I can get it to show
13490         pages!
13491
13492 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13493
13494         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13495         document setting code.
13496
13497 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13498
13499         * shell/eggfindbar.c: (entry_activate_callback):
13500         Animate the next button when activate is pressed.
13501         
13502 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13503
13504         * shell/ev-window.c: (ev_window_cmd_edit_find),
13505         (update_fullscreen_popup), (ev_window_fullscreen),
13506         (ev_window_unfullscreen), (ev_window_state_event_cb),
13507         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13508         Fix bugs in fullscreen code.
13509         
13510 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13511
13512         * Makefile.am:
13513         * configure.ac:
13514         * pixbuf/Makefile.am:
13515         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13516         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13517         (pixbuf_document_set_page), (pixbuf_document_get_page),
13518         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13519         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13520         (pixbuf_document_render), (pixbuf_document_begin_find),
13521         (pixbuf_document_end_find), (pixbuf_document_finalize),
13522         (pixbuf_document_class_init),
13523         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13524         * pixbuf/pixbuf-document.h:
13525         * shell/Makefile.am:
13526         * shell/ev-application.c: (ev_application_open):
13527         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13528         (ev_window_open):
13529         Add pixbuf backend.
13530         
13531 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13532
13533         * Makefile.am: 
13534         * dvi/dvilib/Makefile.am:
13535         * dvi/Makefile.am:
13536         * configure.ac: Auto*ify dvi and dvi/dvilib
13537
13538         * dvi/Makefile: Remove from CVS
13539         
13540         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13541         confusion.
13542
13543         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13544         
13545         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13546         
13547 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13548
13549         * ps/Makefile.am:
13550         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13551         (gtk_gs_value_adjustment_changed), (compute_size),
13552         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13553         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13554         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13555         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13556         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13557         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13558         (ps_document_load), (ps_document_get_n_pages),
13559         (ps_document_set_page), (ps_document_get_page),
13560         (ps_document_set_target), (ps_document_set_scale),
13561         (ps_document_set_page_offset), (ps_document_get_page_size),
13562         (ps_document_render), (ps_document_begin_find),
13563         (ps_document_end_find), (ps_document_document_iface_init):
13564         * ps/gtkgs.h:
13565         * shell/Makefile.am:
13566         * shell/ev-window.c: (ev_window_open):
13567
13568         Some work to integrate gtkgs with EvDocument
13569
13570 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13571
13572         * shell/ev-window.c: (update_fullscreen_popup),
13573         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13574         (exit_fullscreen_button_clicked_cb),
13575         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13576         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13577         (ev_window_state_event_cb), (ev_window_init):
13578         Add fullscreen support from Epiphany.
13579         
13580 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13581
13582         * data/ev-stock-zoom-fit-width.png: fit-width
13583         stock icon from gpdf.
13584         
13585         * shell/ev-stock-icons.[ch]: copied from gpdf.
13586         
13587         * shell/main.c: (main): init stock icons.
13588         
13589         * shell/ev-window.c: use the fit-width icon.
13590         
13591         * data/evince-ui.xml: add zooming toolbar items.
13592
13593 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13594
13595         * shell/ev-view.c: 
13596         (ev_view_best_fit), (ev_view_fit_width): because
13597         get_page_size() returns the scaled page size, we
13598         need to calculate the scale factor relative to
13599         the previous scale factor. Should really just
13600         add get_real_page_size().
13601
13602 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13603
13604         * shell/ev-view.[ch]:
13605         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13606         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13607         add zooming.
13608         
13609         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13610         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13611         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13612         hook it up.
13613         
13614         * pdf/xpdf/pdf-document.cc:
13615         (pdf_document_begin_find),
13616         (pdf_document_end_find): make static.
13617
13618 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13619
13620         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13621
13622         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13623         names to fontconfig patterns.
13624         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13625
13626         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13627         setupBaseFontsFc.
13628
13629 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13630
13631         * Makefile.am:
13632         * configure.ac:
13633         * ps/Makefile.am:
13634         * ps/ggvutils.c:
13635         * ps/ggvutils.h:
13636         * ps/gsdefaults.c:
13637         * ps/gsdefaults.h:
13638         * ps/gsio.c:
13639         * ps/gsio.h:
13640         * ps/gtkgs.c:
13641         * ps/gtkgs.h:
13642         * ps/ps.c:
13643         * ps/ps.h:
13644
13645         Import ggv backend. Not hooked up yet.
13646
13647 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13648
13649         * shell/main.c: (load_files), (main): load files
13650         from the command line.
13651
13652 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13653
13654         * configure.ac: don't require bonobo.
13655         
13656         * cut-n-paste/recent-files/*: kill bonobo recent
13657         view.
13658
13659         * shell/ev-window.c:
13660         (ev_window_is_empty): upd.
13661         (unable_to_load), (ev_window_open): load backend
13662         based on the mime type.
13663
13664 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13665
13666         * backend/.cvsignore: ignore generated marshalers source.
13667
13668         * shell/main.c (main): this is not epiphany.
13669
13670 2004-12-22  Havoc Pennington  <hp@redhat.com>
13671
13672         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13673         (expose_bin_window): draw find highlights
13674
13675         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13676         
13677         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13678         (pdf_document_end_find): implement this interface
13679
13680         * backend/ev-document.c (ev_document_found): add this to emit
13681         signal
13682
13683 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13684
13685         * data/evince-ui.xml: Add a few more toolbar items.
13686
13687         * shell/ev-window.c: Hook up page navigation toolbar 
13688         items.
13689
13690         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13691         a page-changed signal.
13692
13693         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13694         Add ev_document_get_page().
13695
13696         * shell/ev-window.c: Sensitize/desensitize navigation
13697         actions.
13698
13699 2004-12-21  Havoc Pennington  <hp@redhat.com>
13700
13701         * backend/ev-backend-marshal.c,
13702         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13703         marshaler-generator thingy. I'm sure there's a better way to do
13704         this in the modern world.
13705
13706         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13707         end_find methods and "found" signal.
13708
13709         * configure.ac: find glib-genmarshal
13710
13711 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13712
13713         * shell/ev-sidebar.c: Construct an actual sidebar.
13714         * shell/ev-sidebar-bookmarks.[ch]:
13715         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13716
13717 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13718
13719         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13720         Redo size handling.
13721         
13722         * shell/ev-view.c: Track the size from the document.
13723
13724 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13725
13726         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13727         constructor assumes ownership of the string passed in.
13728         
13729         * shell/ev-window.c (ev_window_open): Destroy the error
13730         dialog once we've displayed it.
13731
13732 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13733
13734         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13735         a bit, it works! (sort of)
13736
13737         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13738         Move to .cc since we need to use C++ in the implementation.
13739
13740         * shell/dummy.cc: Add a CC file to force evince
13741         to be linked as a C++ program.
13742
13743 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13744
13745         * shell/ev-view.[ch]: Start of content-area widget.
13746
13747         * shell/ev-window.c: Create a EvView, update it
13748         as we change documents.
13749
13750         * shell/Makefile.am shell/ev-marshal.list: Add
13751         generated marshalers.
13752
13753 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13754
13755         * Makefile.am (SUBDIRS): move shell.
13756
13757 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13758
13759         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13760         .a to libtool convenience libraries.
13761
13762         * shell/ev-window.c (ev_window_open): Hard code loading
13763         a PDF document.
13764         
13765         * backend/ev-document.h: Add a boolean return to load(),
13766         fix GError * to GError **.
13767
13768         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13769         object for a PDF backend EvDocument.
13770
13771 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13772
13773         * dvi/*: New directory with the beginning of a .dvi backend.
13774
13775 2004-12-21  Havoc Pennington  <hp@redhat.com>
13776
13777         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13778         previous/next instead of back/forward
13779
13780 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13781
13782         * backend/ev-document.[ch]: Fix a couple of problems so
13783         it compile.
13784
13785 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13786
13787         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13788         to backend/ directory, rename EvViewer to EvDocument.
13789
13790 2004-12-21  Havoc Pennington  <hp@redhat.com>
13791
13792         * shell/ev-window.c: hook up the find bar widget; now we just need
13793         a document to find things in
13794
13795         * shell/eggfindbar.c: a find bar widget
13796
13797 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13798
13799         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13800
13801 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13802
13803         * pdf/**: Import of xpdf code from gpdf. 
13804
13805         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13806
13807         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13808         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13809         Fix FreeType includes.
13810
13811         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13812         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13813         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13814         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13815         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13816         Include xpdfconfig.h
13817         
13818 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13819
13820         * shell/ev-window.c (ev_window_dispose): dispose can be called
13821         multiple times.
13822
13823 2004-12-21  Havoc Pennington  <hp@redhat.com>
13824
13825         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13826         rather than Evince
13827
13828         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13829         items; really they should be synced with the strings, etc. from
13830         current gpdf, but just getting the boring typing out of the way 
13831
13832 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13833
13834         * po/POTFILES.in:
13835         * shell/ev-application.c: (window_destroy_cb):
13836         * shell/ev-window.c:
13837         * shell/main.c: (main):
13838
13839         Actually show the window...
13840
13841 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13842
13843         * Makefile.am:
13844         * shell/Makefile.am:
13845         * shell/ev-application.c: (ev_application_class_init):
13846         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13847
13848         Make it build again
13849
13850 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13851
13852         Import to gnome cvs.
13853         
13854         * Remove copies of gpdf and ggv trees.
13855         * Rip out all the recursive configure code.
13856         * Remove bonobo machinery.
13857         * viewer/*: GInterfaces that backends should/can implement.
13858
13859 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13860
13861         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13862         typo
13863
13864 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13865
13866         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13867         (ev_application_finalize, ev_application_class_init)
13868         (ev_application_init): use GType instance private data for priv.
13869
13870         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13871         (ev_window_finalize, ev_window_class_init)
13872         (ev_window_init): ditto.
13873
13874 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13875
13876         * shell/ev-application.c (ev_application_new_window): make public
13877         (ev_application_show_initial_window): kill.
13878
13879         * shell/ev-application.h: update prototypes.
13880
13881         * shell/main.cc (main): inline ev_application_show_initial_window.
13882
13883 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13884
13885         * shell/ev-application.c (ev_application_new_window): impl.
13886         (ev_application_show_initial_window): use it.
13887         (is_window_empty, ev_application_get_empty_window): returns an
13888         existing empty window or a new one.
13889         (ev_application_open): from ev_window_cmd_file_open.
13890
13891         * shell/ev-application.h: update prototypes
13892
13893         * shell/ev-window.c (ev_window_is_empty): impl.
13894         (ev_window_open): make public.
13895         (ev_window_cmd_file_open): use ev_application_open
13896
13897         * shell/ev-window.h: update prototypes, remove unused.
13898
13899 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13900
13901         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13902         move destroy handler out of here...
13903
13904         * shell/ev-application.c, shell/ev-application.h: ...into this new
13905         class. Also handles initial window creation.
13906
13907         * shell/main.cc (main): use EvApplication to create initial
13908         window.
13909
13910 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13911
13912         * Makefile.am (SUBDIRS): add cut-n-paste
13913
13914         * cut-n-paste/Makefile.am: add
13915
13916         * configure.ac: generate Makefiles in cut-n-paste
13917
13918 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13919
13920         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13921         (ev_window_class_init): install ev_window_dispose.
13922
13923 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13924
13925         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13926         char (gchar looks stupid).
13927
13928 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13929
13930         * po/de.po: updated German translation.
13931
13932 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13933
13934         * configure.ac: add more pkg-config library checks for gnome-vfs,
13935         bonobo etc.
13936
13937         * gpdf/configure.in: temporarily disable libpaper
13938         checks. Otherwise I'd have to add the checks for the shell, too.
13939
13940 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13941
13942         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13943         and * file filters to the file choose.
13944
13945 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13946
13947         * po/de.po: Updated German translation.
13948
13949 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13950
13951         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13952
13953 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13954
13955         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13956
13957         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13958         (ev_window_init): implement those menuitems.
13959
13960 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13961
13962         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13963
13964         * shell/ev-window.c (ev_window_init): use the toolbar.
13965
13966 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13967
13968         * shell/ev-window.c (ev_window_init): use menu translations
13969
13970 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13971
13972         * configure.ac: add "de" to ALL_LINGUAS.
13973
13974         * po/de.po: add German translation.
13975
13976 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13977
13978         * Makefile.am (SUBDIRS): add po
13979
13980         * configure.ac: check intltool, glib-gettext etc, generate
13981         po/Makefile.in
13982
13983         * po, po/POTFILES.in, po/POTFILES.skip: new.
13984
13985 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13986
13987         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13988         already use (#ifdef ENABLE_NLS)
13989
13990         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13991         pointer indirection thinko.
13992
13993         * shell/main.c: include gi18n.h for bindtextdomain etc.
13994
13995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13996
13997         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13998         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13999         tooltips for menu items in the statusbar.
14000
14001 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14002
14003         * configure.ac, data/Makefile.am, shell/Makefile.am: use
14004         pkgdatadir drop UIDIR
14005
14006 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14007
14008         * data/evince-ui.xml: Add File->Open menu item
14009
14010         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14011         chooser), hook it up in the ui manager.
14012
14013 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14014
14015         * shell/ev-window.c: fix Help->About tooltip.
14016
14017 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14018
14019         * configure.ac: set CFLAGS for libevprivate.
14020
14021         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14022         definitions, factory etc.
14023
14024         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14025
14026         * shell/Makefile.am: link against libevprivate.a.
14027
14028         * shell/ev-window.c (entries): add stock icon to Help->About.
14029
14030         * shell/main.c (main): init stock icon code.
14031
14032 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14033
14034         * lib/recent-files: egg recent files code
14035
14036         * lib/Makefile.am: add.
14037
14038         * Makefile.am: add lib subdir.
14039
14040         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14041         set CFLAGS for recent-files.
14042
14043 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14044
14045         * configure.ac: disable -ansi and -pedantic gcc flags. They
14046         disable POSIX stuff in stdio.h, but egg-recent uses them.
14047
14048 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14049
14050         * configure.ac: add --disable-deprecated flag (defaults to on in
14051         "cvs" builds).
14052
14053         * shell/Makefile.am (INCLUDES): use it.
14054
14055 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14056
14057         * shell/main.c: add missing #include.
14058
14059         * shell/ev-window.c: fix for pedantic gcc.
14060         (ev_window_cmd_help_about): split license into paragraphs for
14061         translators and pedantic compilers.
14062
14063 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14064
14065         * configure.ac: add more warning flags if compiling with gcc from
14066         cvs (or explicitly requested with --enable-more-warnings).
14067
14068 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14069
14070         * data/evince-ui.xml: add File and File->Close menu.
14071
14072         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14073         (ev_window_destroy): quit after destroy.
14074         (ev_window_class_init): override GtkObject::destroy.
14075         (entries): install close_window callback.
14076
14077 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14078
14079         * Makefile.am (SUBDIRS): add data subdir.
14080
14081         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14082         gtk+ 2.5.0 for GtkAboutDialog.
14083
14084         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14085         main window.
14086
14087         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14088
14089         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14090         manager.
14091         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14092
14093 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14094
14095         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14096
14097 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14098
14099         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14100
14101 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14102
14103         * shell/*: Added shell directory boilerplate, build it.
14104
14105 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14106
14107         * configure.ac, Makefile.am: Added top-level configure.ac and
14108         Makefile.am