]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Do not crash when adjustment page size is 0. Fixes bug #547440.
[evince.git] / ChangeLog
1 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4
5         Do not crash when adjustment page size is 0. Fixes bug #547440.
6         
7 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * cut-n-paste/evmountoperation/ev-mount-operation.c:
10
11         Sync with current GTK+.
12         
13 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
14
15         * configure.ac:
16         
17         Update for release 2.23.6.
18
19 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
20
21         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
22         (ev_job_load_set_password):
23         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
24         * shell/ev-window.c: (password_dialog_response),
25         (ev_window_load_job_cb):
26
27         Fix loading encrypted documents since I broke it with the jobs
28         rework.
29         
30 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
31
32         * NEWS:
33
34         Update NEWS for 2.23.6 release.
35         
36 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
37
38         * backend/impress/impress-document.c:
39         * backend/impress/render.h:
40         * libdocument/ev-document-factory.c:
41         * libdocument/ev-document-factory.h:
42         * libdocument/ev-document-links.h:
43         * libdocument/ev-document-misc.c:
44         * libdocument/ev-document-misc.h:
45         * properties/ev-properties-main.c:
46         * properties/ev-properties-view.c:
47         * properties/ev-properties-view.h:
48         * shell/eggfindbar.c:
49         * shell/eggfindbar.h:
50         * shell/ev-application.c:
51         * shell/ev-application.h:
52         * shell/ev-jobs.h:
53         * shell/ev-message-area.h:
54         * shell/ev-navigation-action.c:
55         * shell/ev-navigation-action.h:
56         * shell/ev-open-recent-action.c:
57         * shell/ev-open-recent-action.h:
58         * shell/ev-page-action-widget.c:
59         * shell/ev-page-action.c:
60         * shell/ev-page-action.h:
61         * shell/ev-page-cache.h:
62         * shell/ev-password-view.h:
63         * shell/ev-password.h:
64         * shell/ev-pixbuf-cache.h:
65         * shell/ev-properties-fonts.c:
66         * shell/ev-sidebar-attachments.c:
67         * shell/ev-sidebar-links.c:
68         * shell/ev-sidebar-links.h:
69         * shell/ev-sidebar-thumbnails.c:
70         * shell/ev-sidebar-thumbnails.h:
71         * shell/ev-sidebar.c:
72         * shell/ev-sidebar.h:
73         * shell/ev-stock-icons.c:
74         * shell/ev-tooltip.h:
75         * shell/ev-view.c:
76         * shell/ev-view.h:
77         * shell/ev-window.c:
78         * shell/ev-window.h:
79         * shell/main.c:
80
81         More #include cleanups. Again: reordering, single gtk.h
82         includes and other stuff.
83
84 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
85
86         * shell/eggfindbar.c:
87         * shell/ev-application.c:
88         * shell/ev-message-area.c:
89         * shell/ev-navigation-action.c:
90         * shell/ev-open-recent-action.c:
91         * shell/ev-page-action-widget.c:
92         * shell/ev-page-action.c:
93         * shell/ev-password-view.c:
94         * shell/ev-properties-dialog.c:
95         * shell/ev-properties-fonts.c:
96         * shell/ev-sidebar-attachments.c:
97         * shell/ev-sidebar-page.c:
98         * shell/ev-sidebar-thumbnails.c:
99         * shell/ev-stock-icons.c:
100         * shell/ev-tooltip.c:
101         * shell/ev-view.c:
102         * shell/ev-window.c:
103         * shell/main.c:
104
105         Cleanup many #include statements: reorder so that a
106         generic-to-specific order is used, use single gtk.h
107         includes, and some other cleanups.
108
109 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * shell/ev-jobs.h:
112
113         Add gio header.
114         
115 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
118         (ev_document_fc_mutex_trylock):
119         * shell/Makefile.am:
120         * shell/ev-job-queue.[ch]:
121         * shell/ev-job-scheduler.[ch]:
122         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
123         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
124         (ev_job_run), (ev_job_cancel), (ev_job_failed),
125         (ev_job_failed_from_error), (ev_job_succeeded),
126         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
127         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
128         (ev_job_links_class_init), (ev_job_render_init),
129         (notify_page_ready), (ev_job_render_page_ready),
130         (ev_job_render_run), (ev_job_render_class_init),
131         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
132         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
133         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
134         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
135         (ev_job_save_dispose), (ev_job_save_run),
136         (ev_job_save_class_init), (ev_job_print_init),
137         (ev_job_print_dispose), (ev_job_print_run),
138         (ev_job_print_class_init):
139         * shell/ev-page-cache.c:
140         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
141         (check_job_size_and_unref), (move_one_job),
142         (copy_job_to_job_info), (add_job),
143         (ev_pixbuf_cache_add_jobs_if_needed):
144         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
145         (job_fonts_finished_cb), (job_fonts_updated_cb),
146         (ev_properties_fonts_set_document):
147         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
148         (ev_sidebar_links_set_document):
149         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
150         (ev_sidebar_thumbnails_set_document),
151         (ev_sidebar_thumbnails_clear_job):
152         * shell/ev-view-private.h:
153         * shell/ev-view.c:
154         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
155         (ev_window_refresh_window_thumbnail), (password_dialog_response),
156         (ev_window_clear_load_job), (ev_window_clear_reload_job),
157         (ev_window_load_job_cb), (ev_window_reload_job_cb),
158         (window_open_file_copy_ready_cb), (ev_window_open_uri),
159         (ev_window_reload_document), (ev_window_clear_save_job),
160         (ev_window_save_job_cb), (file_save_dialog_response_cb),
161         (ev_window_clear_print_job), (ev_window_print_job_cb),
162         (ev_window_print_dialog_response_cb):
163         * shell/main.c: (main):
164
165         Rework the jobs system in order to make it simpler and more
166         extensible. It allows to run jobs in the main loop instead of
167         using a thread when it's appropriate like the fonts job. Now it's
168         also possible to cancel jobs that are currently running. 
169         
170 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * libdocument/ev-debug.c: (profile_init):
173
174         Create the hash table also when profiling service is enabled for
175         all sections.
176         
177 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * libdocument/ev-debug.[ch]: (ev_profiler_start),
180         (ev_profiler_stop):
181         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
182         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
183         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
184         (ev_job_print_run):
185         * shell/main.c: (main):
186
187         Add a profile mode available when debug is enabled. Add profilers
188         in ev-jobs.
189         
190 2008-07-23  Götz Waschk <waschk@mandriva.org>
191
192         * configure.ac: Correctly build desktop file. Fixes
193         bug #544237.
194
195 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
196
197         * configure.ac:
198         
199         Update for release 2.23.5.
200
201 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * NEWS:
204
205         Update NEWS for 2.23.5 release.
206         
207 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-window.c: (ev_window_state_event),
210         (ev_window_class_init):
211
212         Intercept window manager's fullscreen request in order to run/stop
213         fullscreen mode. Fixes bug #493541.
214         
215 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * shell/ev-window.c: (find_bar_visibility_changed_cb):
218
219         Restart the job search when the find bar is opened for the second
220         time. Fixes bug #531956.
221         
222 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
225         (get_document_from_uri):
226
227         Make sure we always return a valid error struct when
228         get_document_from_uri fails. Fixes nautilus crash, see bug
229         #542548.
230         
231 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
232
233         * libdocument/ev-transition-effect.c
234         (ev_transition_effect_type_get_type),
235         (ev_transition_effect_alignment_get_type),
236         (ev_transition_effect_direction_get_type):
237         
238         Fixes bug #542924. Makes enums static to fix Solaris build.
239
240 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * shell/ev-view.c: (ev_view_key_press_event):
243
244         Add '.' keybinding for blanking the screen in presentation
245         mode. Fixes bug #542001.
246         
247 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * libdocument/ev-document-misc.c:
250         (ev_document_misc_pixbuf_from_surface):
251
252         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
253         #540950.
254         
255 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
256
257         * backend/comics/comics-document.c (comics_document_load):
258         * backend/comics/comicsdocument.evince-backend.in:
259         * configure.ac:
260         * thumbnailer/evince-thumbnailer-comics.schemas.in:
261         
262         Added support for 7-zip based cb7 comic book. Patch by
263         Kartik Rustagi. Fixes bug #532312.
264
265 2008-06-24  Bastien Nocera  <hadess@hadess.net>
266
267         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
268         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
269         Fixes bug #539972.
270
271 2008-06-24  Bastien Nocera  <hadess@hadess.net>
272
273         * shell/Makefile.am:
274         * shell/ev-application.c (ev_application_init),
275         (ev_application_get_media_keys):
276         * shell/ev-application.h:
277         * shell/ev-marshal.list:
278         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
279         (proxy_destroy), (on_media_player_key_pressed),
280         (ev_media_player_keys_init), (ev_media_player_keys_focused),
281         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
282         * shell/ev-media-player-keys.h:
283         * shell/ev-window.c (ev_window_go_previous_page),
284         (ev_window_go_next_page), (ev_window_go_first_page),
285         (ev_window_go_last_page), (ev_window_start_presentation),
286         (ev_window_dispose), (view_actions_focus_in_cb):
287         * shell/ev-window.h: When building with D-Bus support, listen
288         for multimedia key events from gnome-settings-daemon. This allows
289         to go to the next/previous/first/last pages using, respectively,
290         Next/Previous/Rewing/Fast Forward. The Play button is used to start
291         a presentation. Fixes bug #539971.
292
293 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
294
295         * configure.ac:
296         
297         Update for release 2.23.4.
298
299 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * NEWS:
302
303         Update news for 2.23.4 release.
304         
305 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
308         * shell/ev-sidebar-thumbnails.c:
309         (ev_sidebar_thumbnails_set_loading_icon),
310         (ev_sidebar_thumbnails_refresh):
311         * shell/ev-window.c: (ev_window_error_message),
312         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
313         (ev_window_set_document):
314
315         Do not crash opening documents with no pages and show a warning
316         message in the message area. Fixes bugs #537574 and #171588.
317         
318 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/Makefile.am:
321         * shell/ev-file-monitor.[ch]:
322         * shell/ev-window.c: (ev_window_document_changed),
323         (ev_window_clear_reload_job), (ev_window_load_job_cb),
324         (ev_window_reload_job_cb), (ev_window_open_uri),
325         (ev_window_reload_document), (ev_window_cmd_view_reload),
326         (ev_window_dispose):
327
328         Automaticly reload the document when the file has changed on
329         disk. Bug #304249.
330         
331 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
332
333         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
334         * libdocument/ev-image.c: (ev_image_save_tmp):
335         * libdocument/ev-module.c: (ev_module_load):
336         * shell/ev-application.c: (ev_application_shutdown),
337         (ev_application_get_print_settings):
338         * shell/ev-sidebar-attachments.c:
339         (ev_sidebar_attachments_button_press),
340         (ev_sidebar_attachments_drag_data_get):
341         * shell/ev-window.c: (window_save_file_copy_ready_cb),
342         (ev_window_print_finished), (ev_window_print_send),
343         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
344         (ev_window_preview_print_finished), (ev_window_do_preview_print),
345         (ev_window_cmd_preview_print):
346         * shell/main.c: (load_files_remote):
347         Fix some build warnings under GCC 4.3.0. (#537535).
348
349 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * shell/ev-jobs.c: (ev_job_render_dispose):
352
353         Fix a crash in debug mode. Patch by Daniel M German.
354         
355 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * shell/ev-window.c:
358
359         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
360         
361 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c: (ev_window_print_send),
364         (ev_window_do_preview_print):
365
366         Use the window title as print job name instead of just
367         "evince-print". Fixes bug #534493.
368         
369 2008-05-19  Frederic Peters  <fpeters@0d.be>
370
371         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
372         Bug #533897.
373
374 2008-05-19  Frederic Peters  <fpeters@0d.be>
375
376         * help/reference/Makefile.am: added missing libevmountoperation to
377         gtkdoc-scanobj libraries.  Bug #533896.
378
379 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
380
381         * properties/ev-properties-view.c (get_default_user_units):
382         Fixes check for default units string translation. Bug #533323.
383
384 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
385
386         * backend/impress/iksemel.c (sax_core): Fix a free() that should
387         be an iks_free(). Fix an array overflow in the XML parser that
388         would occur whenever the number of attributes in a tag was greater
389         than 0 and divisible by 6. Fixes GNOME bug #530852.
390
391 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * backend/djvu/djvu-document-private.h:
394         * backend/djvu/djvu-links.c:
395         * backend/djvu/djvu-text.c:
396         * backend/djvu/djvu-document.c: (djvu_handle_events),
397         (djvu_wait_for_message), (djvu_document_load),
398         (document_get_page_size), (djvu_document_render),
399         (djvu_document_thumbnails_get_thumbnail),
400         (djvu_document_file_exporter_end):
401
402         Make sure load job doesn't finish successfully when the document
403         is not successfully decoded by libdjvu. Fixes bug #530202.
404         
405 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * configure.ac:
408         * libdocument/Makefile.am:
409         * libdocument/ev-debug.[ch]:
410         * libdocument/ev-document.c:
411         * shell/ev-jobs.c: (ev_job_links_dispose),
412         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
413         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
414         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
415         (ev_job_render_page_ready), (ev_job_render_run),
416         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
417         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
418         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
419         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
420         (ev_job_print_new), (ev_job_print_run):
421         * shell/main.c: (main):
422
423         Add debug mode based on gedit code. Add debug messages in
424         ev-jobs.
425         
426 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * libdocument/ev-document-factory.c: (get_document_from_uri):
429
430         Fix memory leak.
431         
432 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
433
434         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
435         (get_mime_type_from_data), (get_document_from_uri),
436         (ev_document_factory_get_document):
437         
438         Improved error message about file opening failture.
439         Bug #529129.
440
441 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
442
443         * data/evince-toolbar.xml:
444         
445         Allow to add SaveAs to toolbar.
446
447 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * shell/ev-view-private.h:
450         * shell/ev-view.[ch]: (ev_view_button_release_event),
451         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
452         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
453         (ev_view_update_primary_selection), (clear_link_selected),
454         (ev_view_copy_link_address):
455         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
456
457         Update also the primary selection when copying a link
458         address. Fixes bug #520855.
459         
460 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * libdocument/ev-document-factory.c: (get_document_from_uri):
463
464         Use the pixbuf backend only when the mime type is not supported by
465         any of the other backend so that tiff documents, for instance, are
466         handled by the tiff backend instead of the pixbuf backend. fixes
467         bug #520290.
468         
469 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
470
471         * cut-n-paste/Makefile.am:
472
473         Add evmountoperation to subdirs list.
474         
475 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * configure.ac:
478
479         Fix libspectre check in configure script. Fixes bug #528549.
480         
481 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * configure.ac:
484         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
485         * shell/Makefile.am:
486         * shell/ev-window.c: (ev_window_load_remote_failed),
487         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
488
489         Add GtkMountOperation (renamed to avoid conflicts) to be able to
490         open documents in remote locations that are not mounted.
491         
492 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
495         (bitmap_convert_msb8):
496         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
497         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
498
499         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
500         
501 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
504         (ev_job_render_new), (ev_job_render_set_selection_info),
505         (ev_job_render_run):
506         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
507         (check_job_size_and_unref),
508         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
509         (add_job), (ev_pixbuf_cache_get_selection_surface):
510
511         Create the render context needed for rendering a page in the render
512         thread so that we don't block the main thread. Simplify
513         EvJobRender API.
514         
515 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * libdocument/Makefile.am:
518         * libdocument/ev-page.[ch]:
519         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
520         (ev_render_context_new), (ev_render_context_set_page):
521         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
522         (ev_form_field_finalize), (ev_form_field_class_init):
523         * libdocument/ev-document-forms.[ch]:
524         (ev_document_forms_get_form_fields):
525         * libdocument/ev-document.[ch]: (ev_document_get_page),
526         (ev_document_get_page_size), (ev_document_get_page_label):
527         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
528         (ev_job_render_run), (ev_job_thumbnail_new),
529         (ev_job_thumbnail_run), (ev_job_print_run):
530         * shell/ev-page-cache.c: (ev_page_cache_new):
531         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
532         (check_job_size_and_unref), (add_job):
533         * shell/ev-sidebar-thumbnails.c: (add_range):
534         * shell/ev-view.c: (ev_view_form_field_get_region),
535         (ev_view_form_field_button_create_widget),
536         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
537         (ev_view_handle_form_field), (ev_view_size_allocate),
538         (get_selected_text):
539         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
540         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
541         (pdf_document_get_page), (pdf_document_get_page_label),
542         (pdf_document_render), (pdf_document_get_info),
543         (pdf_document_document_iface_init),
544         (pdf_document_thumbnails_get_thumbnail),
545         (pdf_document_thumbnails_get_dimensions),
546         (pdf_document_file_exporter_do_page),
547         (pdf_selection_render_selection),
548         (pdf_selection_get_selected_text),
549         (pdf_selection_get_selection_region),
550         (pdf_selection_get_selection_map),
551         (pdf_document_forms_get_form_fields),
552         (pdf_document_forms_form_field_text_get_text),
553         (pdf_document_forms_form_field_text_set_text),
554         (pdf_document_forms_form_field_button_set_state),
555         (pdf_document_forms_form_field_button_get_state),
556         (pdf_document_forms_form_field_choice_get_item),
557         (pdf_document_forms_form_field_choice_get_n_items),
558         (pdf_document_forms_form_field_choice_is_item_selected),
559         (pdf_document_forms_form_field_choice_select_item),
560         (pdf_document_forms_form_field_choice_toggle_item),
561         (pdf_document_forms_form_field_choice_unselect_all),
562         (pdf_document_forms_form_field_choice_set_text),
563         (pdf_document_forms_form_field_choice_get_text):
564         * backend/ps/ev-spectre.c: (ps_document_get_page),
565         (ps_document_get_page_size), (ps_document_get_page_label),
566         (ps_document_render), (ps_document_document_iface_init),
567         (ps_document_file_exporter_do_page):
568         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
569         (tiff_document_render), (tiff_document_render_pixbuf),
570         (tiff_document_file_exporter_do_page):
571         * backend/pixbuf/pixbuf-document.c:
572         (pixbuf_document_get_page_size):
573         * backend/comics/comics-document.c:
574         (comics_document_get_page_size), (comics_document_render_pixbuf):
575         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
576         (djvu_document_render), (djvu_selection_get_selected_text),
577         (djvu_document_thumbnails_get_thumbnail),
578         (djvu_document_file_exporter_do_page),
579         (djvu_document_find_get_result):
580         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
581         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
582         (dvi_document_thumbnails_get_thumbnail),
583         (dvi_document_file_exporter_do_page):
584         * backend/impress/impress-document.c:
585         (impress_document_get_page_size),
586         (impress_document_render_pixbuf):
587         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
588
589         Add EvPage so that we can hold a reference to the backend
590         page. Form fields keep now a reference to the poppler page
591         improving performance since we don't have to create/destroy the
592         poppler field for every form operation. This will be needed for
593         annotations too.
594         
595 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
596
597         * data/evince-ui.xml:
598         * shell/ev-window.c:
599
600         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
601         
602 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
603
604         * configure.ac:
605         * backend/ps/Makefile.am:
606
607         Remove gs stuff from ps backend.
608         
609 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
610
611         * configure.ac:
612         * backend/pdf/ev-poppler.cc:
613
614         Bump poppler requirement to 0.8.0.
615         
616 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
617
618         * NEWS:
619         * configure.ac:
620
621         Update for release 2.22.1.1
622
623 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * configure.ac:
626
627         Fix build (again) when poppler version is 0.6
628         
629 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * backend/djvu/djvu-links.c: (build_tree):
632
633         Make sure link title is a valid utf8 string. Fixes bug #526517.
634         
635 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * configure.ac:
638
639         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
640         #526799.
641         
642 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * configure.ac:
645         
646         Update for release 2.22.1.
647
648 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * NEWS:
651
652         Update for upcoming release.
653
654 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
655
656         * configure.ac:
657         * backend/dvi/dvidocument.evince-backend.in:
658
659         Add compressed dvi to the list of supported mime types. Patch by
660         Ed Catmur. Fixes bug #307087.
661
662 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
663
664         * shell/ev-jobs.c: (ev_job_print_get_page_list):
665
666         Fix a crash when printing a range that doesn't specify the start or
667         end page. Fixes bug #524288.
668
669 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-window.c: (ev_window_cmd_continuous),
672         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
673         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
674         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
675         (ev_window_run_presentation), (ev_window_stop_presentation),
676         (ev_window_cmd_view_presentation),
677         (ev_window_cmd_leave_fullscreen),
678         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
679
680         Do not unfullscreen and fullscreen again the window when changing
681         from fullscreen to presentation mode and vice versa. Fixes bug
682         #524112.
683         
684 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
687
688         Do not crash when thumbnail failed to render in PS backend. Fixes
689         bug #525015.
690         
691 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * shell/ev-window.c: (window_open_file_copy_ready_cb),
694         (ev_window_load_file_remote), (ev_window_open_uri):
695
696         Handle errors when opening remote files.
697         
698 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-page-action.c: (ev_page_action_grab_focus):
701
702         Only grab the focus for the current visible proxy widget. Fixes
703         bug #521224.
704         
705 2008-03-30  Emil Soleyman  <emil@nishra.com>
706
707         * shell/ev-window.c: (launch_external_uri):
708         
709         Reuse g_app_info_launch_default_for_uri to
710         save some code and fix bug #525009.
711
712 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
713
714         * shell/ev-window.c (image_save_dialog_response_cb):
715
716         Use g_str_has_suffix. See bug #523069.
717
718 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
719
720         * configure.ac:
721
722         Add a configure option to enable/diable DBus. Patch by Rémi
723         Cardona. Fixes bug 521797.
724
725 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
726
727         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
728
729         Fix printing in documents with rotated pages. Patch by Eugen
730         Dedu. Fixes bug #512648.
731         
732 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
735         (ev_link_from_action):
736
737         Fix warning messages.
738         
739 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
740
741         * shell/ev-window.c: (image_save_dialog_response_cb):
742
743         Do not append the extension to filename when saving an image
744         if the filename alredy contains the extension. Fixes bug #523069.
745         
746 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
747
748         * shell/ev-view.[ch]: (ev_view_find_cancel):
749         * shell/ev-window.c: (find_bar_close_cb):
750
751         Cancel the find operation when the find bar is closed. Fixes bug
752         #508845.
753         
754 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
755
756         * backend/ps/psdocument.evince-backend.in:
757
758         Make ps backend module resident. Fixes bug #520607.
759         
760 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-jobs.c: (ev_job_print_run):
763
764         Invert collate action in order to work as expected, fix reverse
765         printing so that it doesn't start with a blank page and fix number
766         of copies. Patch by Eugen Dedu. Fixes bug #365332.
767         
768 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
771
772         Fix build with poppler <= 0.7.2
773         
774 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * libdocument/ev-document-misc.c:
777         (ev_document_misc_surface_from_pixbuf):
778
779         Fix selections with poppler-splash.
780         
781 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * configure.ac:
784         * backend/pdf/ev-poppler.cc:
785
786         Fix build with poppler >= 0.7.2
787         
788 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
789
790         * configure.ac:
791         
792         Update for release 2.22.0
793
794 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * NEWS:
797
798         Update for upcoming release.
799
800 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
801
802         * shell/ev-window.c (ev_window_print_dialog_response_cb):
803
804         Bug 495107 – Handle print dialog responses correctly
805
806         Correctly handle print dialog response. Properly fixes
807         the above mentioned bug.
808
809 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
812
813         Make sure print job is only run when the print button is
814         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
815         
816 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
817
818         * backend/pdf/pdfdocument.evince-backend.in:
819         * libdocument/ev-backends-manager.c:
820         (ev_backends_manager_load_backend),
821         (ev_backends_manager_get_document):
822         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
823
824         Allow making backend modules resident. This is needed only for
825         some backends like pdf to avoid registering glib types more than
826         once.
827         
828 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * backend/comics/comics-document.c:
831         * backend/djvu/djvu-document.c:
832         * backend/impress/impress-document.c:
833         * backend/pdf/ev-poppler.cc:
834         * backend/pixbuf/pixbuf-document.c:
835         * backend/ps/ev-spectre.c:
836         * backend/ps/ps-document.c:
837         * backend/tiff/tiff-document.c:
838         * libdocument/ev-document.h:
839         * properties/ev-properties-main.c:
840
841         Use g_type_module_add_interface instead of
842         g_type_add_interface_static. Fixes bug #519679.
843         
844 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
845
846         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
847         Added. Returns whether the animation has everything necessary to run.
848         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
849         is ready just because it's been created. Fixes #519106.
850         (draw_one_page): Do not show the "Loading..." text in presentation
851         mode, there was a slim probability that this could happen.
852
853 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
856
857         Duplicate mime_type string before freeing it so that it doesn't
858         always fail when getting mime type from uri. Fixes bug #518874.
859         
860 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-view.c: (ev_view_form_field_choice_changed):
863
864         Fix a crash when a choice form field doesn't have any item
865         selected. Fixes bug #518831
866         
867 2008-02-25  Alexander Larsson  <alexl@redhat.com>
868
869         * shell/ev-window.c (ev_window_clear_temp_file):
870         Use g_file_has_prefix instead of renamed
871         g_file_contains_file.
872
873         * configure.ac:
874         Require new glib for above change.
875         
876 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * libdocument/ev-image.c: (ev_image_finalize),
879         (ev_image_save_tmp):
880
881         Return a real uri instead of a filename when saving an
882         image. Fixes images drag an drop from evince to nautilus. 
883         
884 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * backend/pdf/ev-poppler.cc:
887         (pdf_document_images_get_image_mapping):
888
889         Return the image list in the right order. Fixes bug #516237.
890         
891 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
892
893         * backend/impress/impress-document.c:
894         (impress_document_thumbnails_get_thumbnail):
895
896         Remove unused variable to avoid a compiler warning.
897
898 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
899
900         * configure.ac:
901         
902         Update for release 2.21.91.
903
904 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
905
906         * configure.ac:
907         * shell/Makefile.am:
908         * shell/ev-application.[ch]:
909         * shell/ev-sidebar-links.c:
910         * shell/ev-utils.[ch]:
911         * shell/ev-window.[ch]:
912
913         Remove libgnomeprint support. Fixes bug #512370.
914         
915 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
916
917         * thumbnailer/evince-thumbnailer.c: (main):
918
919         Initialize glib type system before using it. Fixes bug #513934.
920         
921 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * properties/ev-properties-main.c:
924
925         Add missing #include.
926         
927 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * configure.ac:
930         * backend/djvu/djvu-document.c: (djvu_document_render):
931         * backend/tiff/tiff-document.c: (tiff_document_render):
932
933         Use the new cairo function cairo_format_stride_for_width when
934         available. Fixes bug #482720.
935
936 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
939         (get_mime_type_from_data), (get_document_from_uri):
940
941         Use g_content_type_guess() only when slow is true in
942         get_document_from_uri(). Fix several memory leaks.
943         
944 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
945
946         * libdocument/ev-document-factory.c:
947         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
948         (get_document_from_uri):
949
950         Use g_content_type_guess () to get mimetype for files.
951         Bug #510401.
952
953 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
954
955         * thumbnailer/Makefile.am:
956
957         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
958         
959 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * configure.ac:
962
963         Fix build with --without-libgnome. Fixes bug #512771.
964         
965 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
966
967         * backend/dvi/Makefile.am: Install only dvi
968         module. Fixes bug #512718.
969
970 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
971
972         * properties/ev-properties-main.c: (nautilus_module_initialize):
973         
974         Initialize backends in properties tab. Fixes bug
975         #512720.
976
977 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
978
979         * properties/Makefile.am: No need to link with 
980         libraries. Fixes bug #512719.
981
982 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
983
984         * NEWS:
985         * configure.ac:
986         
987         Update for release 2.21.90.
988
989 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * shell/ev-window.c: (ev_window_cmd_escape):
992
993         Fix compile warning.
994         
995 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
996
997         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
998
999         Fix printing in dvi backend when filename contains white
1000         espaces. Fixes bug #502839.
1001         
1002 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1003
1004         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1005         (screensaver_disable_x11):
1006         * shell/Makefile.am:
1007         * shell/xdg-user-dir-lookup.c: Removed
1008         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1009         * shell/ev-view.c: (ev_view_presentation_transition_start):
1010         * shell/ev-window.c: (ev_window_cmd_file_open),
1011         (ev_window_cmd_save_as), (presentation_set_timeout):
1012
1013         Remove #ifdefs that are no longer needed.
1014         
1015 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/ev-view.[ch]: (ev_view_button_release_event),
1018         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
1019         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
1020         (ev_window_cmd_escape):
1021
1022         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
1023         
1024 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1025
1026         * configure.ac:
1027         * backend/comics/comics-document.c: (comics_document_load):
1028         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
1029         (ev_attachment_set_property), (ev_attachment_init),
1030         (ev_attachment_save), (ev_attachment_launch_app),
1031         (ev_attachment_open):
1032         * libdocument/ev-document-factory.c: (get_document_from_uri):
1033         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
1034         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
1035         * shell/ev-jobs.c:
1036         * shell/ev-password.c: (ev_password_dialog_set_property),
1037         (ev_password_dialog_save_password):
1038         * shell/ev-sidebar-attachments.c:
1039         (ev_sidebar_attachments_drag_data_get):
1040         * shell/ev-window-title.c: (get_filename_from_uri):
1041         * shell/ev-window.c: (ev_window_clear_temp_file),
1042         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
1043         (ev_window_open_uri), (window_save_file_copy_ready_cb),
1044         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
1045         (launch_external_uri), (image_save_dialog_response_cb),
1046         (attachment_save_dialog_response_cb):
1047         * shell/main.c: (load_files), (load_files_remote), (main):
1048         * thumbnailer/evince-thumbnailer.c: (main):
1049
1050         Port to gio and drop gnome-vfs dependency. Fixes bug
1051         #510401. Based on patch by Cosimo Cecchi.
1052         
1053 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1054
1055         * NEWS:
1056
1057         Fixed formatting inconsistencies (spaces vs. tabs)
1058
1059 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1060
1061         * shell/ev-window.c:
1062
1063         Use top/up/bottom/down arrows instead of
1064         first/left/last/right in the toolbar and menu actions.
1065         This fixes issues with RTL languages and is visually
1066         consistent with the page view. Fixes bug #170081.
1067
1068 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1069
1070         * NEWS:
1071
1072         Fixed some inaccuracies pointed out by Carlos Garcia
1073         Campos.
1074
1075 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1076
1077         * NEWS:
1078         * data/evince.schemas.in:
1079         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1080
1081         Override PDF restrictions by default. Fixes bug #382700.
1082
1083 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1084
1085         * NEWS: Updated for upcoming release
1086
1087 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1088
1089         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1090
1091         Fix memory leak.
1092         
1093 2008-01-23  Gil Forcada <gilforcada@guifi.net>
1094
1095         * shell/ev-window.c: (register_custom_actions):
1096         
1097         Added comment for translators
1098
1099 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-view.c: (ev_view_button_release_event):
1102
1103         Do not create the idle function for kinetic scrolling if we are
1104         not in a drag operation.
1105
1106 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1109         (ev_view_button_press_event), (ev_view_motion_notify_event),
1110         (ev_view_button_release_event):
1111
1112         Restore cursor after autoscrolling. Fixes bug #509958.
1113
1114 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1115
1116         * configure.ac:
1117         * backend/pdf/ev-poppler.cc:
1118         (pdf_document_images_get_image_mapping),
1119         (pdf_document_images_get_image),
1120         (pdf_document_document_images_iface_init):
1121         * libdocument/ev-document-images.[ch]:
1122         (ev_document_images_get_image_mapping),
1123         (ev_document_images_get_image):
1124         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
1125         (ev_image_get_id), (ev_image_save_tmp):
1126         * shell/ev-jobs.c: (ev_job_render_run):
1127         * shell/ev-view.c: (ev_view_drag_data_get):
1128         * shell/ev-window.c: (image_save_dialog_response_cb),
1129         (ev_view_popup_cmd_copy_image):
1130
1131         Do not render images when rendering the page but on demand. It
1132         reduces the memory comsumption.
1133         
1134 2008-01-18  Marcelo Lira  <setanta@gmail.com>
1135
1136         * configure.a:
1137         * shell/ev-password.c:
1138
1139         Make gnome-keyring optional. Fixes bug #509676.
1140         
1141 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-pixbuf-cache.c: (add_job):
1144
1145         Initialize include_images variable as FALSE instead of TRUE.
1146         
1147 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1148
1149         * configure.ac:
1150         * cut-n-paste/Makefile.am:
1151         * cut-n-paste/fileformatchooser/Makefile.am:
1152         * cut-n-paste/fileformatchooser/egg-macros.h:
1153         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
1154         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
1155         * shell/Makefile.am:
1156         * shell/ev-utils.c:
1157         (file_chooser_dialog_add_writable_pixbuf_formats),
1158         (get_gdk_pixbuf_format_by_extension):
1159         * shell/ev-utils.h:
1160         * shell/ev-window.c: (ev_window_error_message),
1161         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
1162         
1163         Simplify image format selection on save.
1164
1165 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1166
1167         * shell/ev-view.c: (ev_view_scroll_event):
1168         
1169         Repair gorizontal scrolling with shift. Fixes
1170         bug #483412.
1171
1172 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1173         
1174         * MAINTAINERS:
1175
1176         Fix formatting issues.
1177         
1178 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1179
1180         * backend/comics/comics-document.c: (comics_regex_quote):
1181         
1182         Don't overquote special chars except of '. See bug 
1183         502500. Thanks to Tom Parker.
1184
1185 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1186
1187         * MAINTAINERS:
1188         
1189         Added Nickolay and Carlos, since they're doing most of
1190         the releases nowadays.
1191
1192 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1193
1194         * properties/Makefile.am:
1195
1196         Get the nautilus extension dir properly instead of using
1197         a hack. Fixes bug #505359.
1198
1199 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1200
1201         * properties/Makefile.am:
1202         
1203         Install nautilus extension into new place. See bug
1204         #505359. Thanks to Matthias Clasen, Brian Pepple and
1205         Damien Carbery.
1206
1207 2008-01-13  Djihed Afifi  <djihed@gmail.com>
1208
1209         * shell/ev-window.c: (ev_window_get_recent_file_label):
1210         
1211         RTL marker in recent file list. See bug #509076.
1212
1213 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
1216         * shell/ev-window.c: (image_save_dialog_response_cb):
1217
1218         Fix compile warnings due to unused variables.
1219         
1220 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * configure.ac:
1223         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
1224         * backend/ps/ev-spectre.c: (ps_document_render):
1225
1226         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
1227
1228 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1229
1230         * shell/ev-transition-animation.c (ev_transition_animation_fade)
1231         (ev_transition_animation_paint): Implement "fade" effect.
1232
1233 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1234
1235         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
1236         (ev_transition_animation_paint): Implement "uncover" effect.
1237
1238 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1239
1240         * shell/ev-transition-animation.c (ev_transition_animation_cover)
1241         (ev_transition_animation_paint): Implement "cover" effect.
1242
1243 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1244
1245         * shell/ev-transition-animation.c (ev_transition_animation_push)
1246         (ev_transition_animation_paint): Implement "push" effect.
1247
1248 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1249
1250         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
1251         (ev_transition_animation_paint): Implement "dissolve" effect.
1252
1253 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1254
1255         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
1256         (ev_transition_animation_paint): Implement "wipe" effect.
1257
1258 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1259
1260         * shell/ev-transition-animation.c (ev_transition_animation_box)
1261         (ev_transition_animation_paint): Implement "box" effect.
1262
1263 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1264
1265         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
1266         (ev_transition_animation_paint): Implement "blinds" effect.
1267
1268 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1269
1270         * shell/ev-transition-animation.c (ev_transition_animation_split)
1271         (ev_transition_animation_paint): Implement "split" effect.
1272
1273 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1274
1275         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
1276         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
1277         (ev_view_transition_animation_start) 
1278         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
1279         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
1280         (ev_view_next_page) (ev_view_previous_page):
1281         
1282         Use EvTransitionAnimation to drive page changes in the presentation
1283         mode, the animation will wait to start until both the origin and 
1284         destination page surfaces are available. Fixes #458460.
1285
1286         (draw_loading_text):
1287
1288         Remove workaround for bug #320352, it's now fixed properly.
1289
1290
1291 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1292
1293         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1294         will contain the implementations for page transition animations, at
1295         the moment it just has the "replace" effect.
1296         * shell/Makefile.am: Added these files to build.
1297
1298 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1299
1300         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1301         animations.
1302         * shell/Makefile.am: Added these files to build.
1303
1304 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1305
1306         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1307         implementation to get_effect() in EvDocumentTransitionIface.
1308
1309 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1310
1311         * libdocument/ev-transition-effect.[ch]: New files, define a page
1312         transition effect, at the moment it maps PopplerPageTransition to a
1313         GObject.
1314         * libdocument/Makefile.am: Added these files to build.
1315         * libdocument/ev-document-transition.[ch]
1316         (ev_document_transition_get_effect): New method, gets the
1317         EvTransitionEffect returned by the interface implementation, with
1318         fallback to the "replace" effect.
1319
1320 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1321
1322         * configure.ac:
1323         * cut-n-paste/Makefile.am:
1324         * cut-n-paste/fileformatchooser/Makefile.am:
1325         * cut-n-paste/fileformatchooser/egg-macros.h:
1326         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1327         * shell/Makefile.am:
1328         * shell/ev-window.c: (image_save_dialog_response_cb),
1329         (ev_view_popup_cmd_save_image_as):
1330
1331         Allow exporting images in any format supported by
1332         GdkPixbuf. Fixes bug #500209.
1333         
1334 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * backend/pixbuf/pixbuf-document.c:
1337
1338         More warnings fixed.
1339         
1340 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1341
1342         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1343         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1344         * backend/djvu/djvu-text.h:
1345         * backend/tiff/tiff-document.c: (tiff_document_render):
1346
1347         Fix compile warnings.
1348         
1349 2007-12-28  Christian Persch  <chpe@gnome.org>
1350
1351         * **/*.c: Include config.h. Bug #504721.
1352
1353 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1354
1355         * configure.ac:
1356         * Makefile.am:
1357         * po/POTFILES.in:
1358         * backend/comics/Makefile.am:
1359         * backend/comics/comics-document.[ch]:
1360         * backend/comics/comicsdocument.evince-backend.in:
1361         * backend/djvu/Makefile.am:
1362         * backend/djvu/djvu-document.[ch]:
1363         * backend/djvu/djvudocument.evince-backend.in:
1364         * backend/dvi/Makefile.am:
1365         * backend/dvi/dvi-document.[c]:
1366         * backend/dvi/dvidocument.evince-backend.in:
1367         * backend/impress/Makefile.am:
1368         * backend/impress/impress-document.[ch]:
1369         * backend/impress/impressdocument.evince-backend.in:
1370         * backend/pdf/Makefile.am:
1371         * backend/pdf/ev-poppler.cc:
1372         * backend/pdf/ev-poppler.h:
1373         * backend/pdf/pdfdocument.evince-backend.in:
1374         * backend/pixbuf/Makefile.am:
1375         * backend/pixbuf/pixbuf-document.[ch]:
1376         * backend/pixbuf/pixbufdocument.evince-backend.in:
1377         * backend/ps/Makefile.am:
1378         * backend/ps/ev-spectre.[ch]:
1379         * backend/ps/ps-document.[ch]:
1380         * backend/ps/psdocument.evince-backend.in:
1381         * backend/tiff/Makefile.am:
1382         * backend/tiff/tiff-document.[ch]:
1383         * backend/tiff/tiffdocument.evince-backend.in:
1384         * libdocument/Makefile.am:
1385         * libdocument/ev-backends-manager.[ch]:
1386         * libdocument/ev-module.[ch]:
1387         * libdocument/ev-document.h:
1388         * libdocument/ev-document-factory.[ch]:
1389         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1390         (get_compression_from_mime_type), (get_document_from_uri),
1391         (ev_document_factory_get_document), (file_filter_add_mime_types),
1392         (ev_document_factory_add_filters):
1393         * shell/Makefile.am:
1394         * shell/ev-window-title.c: (get_filename_from_uri):
1395         * shell/main.c: (main):
1396         * thumbnailer/Makefile.am:
1397         * thumbnailer/evince-thumbnailer.c: (main):
1398
1399         Plugin system for backends. Fixes bug #351348.
1400         
1401 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1402
1403         * shell/ev-view-private.h:
1404         * shell/ev-view.c: (ev_view_drag_update_momentum),
1405         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1406         (ev_view_button_release_event), (ev_view_destroy):
1407         
1408         Kinetic scrolling implemented as requested in
1409         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1410
1411 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * data/evince-toolbar.xml:
1414         * data/evince-ui.xml:
1415         * shell/ev-view-private.h:
1416         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1417         (ev_view_button_press_event), (ev_view_motion_notify_event),
1418         (ev_view_button_release_event), (ev_view_init),
1419         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1420         (ev_view_set_cursor):
1421         * shell/ev-view.h:
1422         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1423         (ev_window_cmd_view_autoscroll):
1424         
1425         Autoscroll feature with the context menu. Fixes bug 
1426         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1427
1428 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1431
1432         Disconnect also page-ready signal when removing a job because the
1433         page size has changed. Thanks to kripken
1434         <kripkensteiner@gmail.com>.
1435
1436 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1439         
1440         Scroll pages in page entry with mouse wheel. Fixes bug
1441         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1442
1443 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * backend/dvi/Makefile.am:
1446         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1447         (mdvi_cairo_device_init):
1448         * backend/dvi/mdvi-lib/common.h:
1449         * backend/dvi/mdvi-lib/mdvi.h:
1450         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1451         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1452         (mdvi_build_path_from_cwd):
1453
1454         Add ps specials support in dvi backend when libspectre is
1455         present. Fixes bug #386005.
1456         
1457 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * configure.ac:
1460         * backend/ps/Makefile.am:
1461         * backend/ps/ev-spectre.[ch]:
1462         
1463         Use libspectre, if available, for the ps backend. Fixes bugs
1464         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1465
1466 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1467         
1468         * backend/comics/comics-document.c: (comics_document_load):
1469         
1470         Cygwin build issue fix.
1471
1472 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * shell/ev-view.c: (ev_view_set_zoom):
1475
1476         Do not limit the minimum zoom factor when sizing mode is best bit
1477         or fit width. Fixes bug #503805.
1478         
1479 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1482         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1483         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1484         (ev_link_dest_get_property), (ev_link_dest_set_property),
1485         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1486         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1487         (ev_link_dest_new_fitr):
1488         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1489         (goto_fith_dest), (goto_xyz_dest):
1490
1491         Do not change left, top and zoom values when they are null in PDF
1492         destinations. Fixes bug #460658.
1493         
1494 2007-12-10  Christian Persch  <chpe@gnome.org>
1495
1496         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1497         (ev_view_accessible_class_init),
1498         (ev_view_accessible_idle_do_action),
1499         (ev_view_accessible_action_do_action),
1500         (ev_view_accessible_action_get_description),
1501         (ev_view_accessible_action_set_description),
1502         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1503         (ev_view_accessible_factory_init),
1504         (ev_view_accessible_factory_get_accessible_type):
1505         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1506         private data, and G_DEFINE_TYPE. Bug #502843.
1507
1508 2007-12-08  Christian Persch  <chpe@gnome.org>
1509
1510         * shell/ev-metadata-manager.c: (item_free),
1511         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1512         (value_free), (parse_value), (parseItem),
1513         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1514         (save_values): Use GSlice to allocate small amounts of memory. Bug
1515         #475972.
1516
1517 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1520
1521         Restore cursor to normal after a drag operation. Fixes bug
1522         #501603.
1523         
1524 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1525
1526         * NEWS:
1527         * configure.ac:
1528         
1529         Update for release 2.21.1
1530
1531 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * configure.ac:
1534         * cut-n-paste/gedit-message-area/Makefile.am:
1535         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1536         * shell/Makefile.am:
1537         * shell/ev-message-area.[ch]:
1538         * shell/ev-window.c: (ev_window_set_message_area),
1539         (ev_window_error_message_response_cb), (ev_window_error_message),
1540         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1541         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1542         (ev_attachment_popup_cmd_open_attachment),
1543         (attachment_save_dialog_response_cb), (ev_window_set_document),
1544         (ev_window_init):
1545
1546         Use a message area instead of a popup dialog for error
1547         notifications. Fixes bug #337495.
1548         
1549 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1552         (ev_window_run_fullscreen):
1553
1554         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1555         
1556 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * ev-sidebar-thumbnails.c: (update_visible_range),
1559         (ev_sidebar_thumbnails_refresh),
1560         (ev_sidebar_thumbnails_set_document),
1561         (ev_sidebar_thumbnails_support_document):
1562
1563         Show thumbnails for documents with one page. Fixes bug #358751.
1564         
1565 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * shell/ev-window.c:
1568         (ev_window_load_print_settings_from_metadata),
1569         (ev_window_save_print_settings), (ev_window_print_finished),
1570         (ev_window_print_range):
1571
1572         Print settings that are specific to the document are now saved per
1573         document in the metadata file. Fixes bug #488806.
1574         
1575 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1576
1577         * backend/tiff/tiff-document.c: (tiff_document_render):
1578
1579         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1580         
1581 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1582
1583         * shell/ev-application.[ch]: (get_find_string_from_args),
1584         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1585         (ev_application_open_uri_list):
1586         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1587         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1588         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1589         (ev_window_cmd_recent_file_activate),
1590         (ev_window_open_recent_action_item_activated),
1591         (ev_window_print_send), (open_remote_link):
1592         * shell/main.c: (arguments_parse):
1593
1594         Add a command line option for search. Fixes bug #497710.
1595         
1596 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1597
1598         * shell/ev-jobs.c: (ev_job_print_new):
1599
1600         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1601         
1602 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * data/evince-toolbar.xml:
1605         * shell/Makefile.am:
1606         * shell/ev-application.c: (ev_application_init):
1607         * shell/ev-open-recent-action.[ch]:
1608         * shell/ev-window.c:
1609         (ev_window_open_recent_action_item_activated),
1610         (register_custom_actions):
1611
1612         Add an expander to the open toolbar item which pops up a dropdown
1613         menu with the recently used documents. Fixes bug #487215.
1614         
1615 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * shell/ev-window.c: (ev_window_open_uri),
1618         (ev_window_cmd_view_reload):
1619
1620         Do not jump to the first page when reloading by running evince
1621         from the command line. Fixes bug #490847.
1622         
1623 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1624
1625         * shell/ev-window.c: (ev_window_cmd_help_contents):
1626
1627         Plugged memory leak when help file is not found. Fixes bug
1628         #490762.
1629         
1630 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * configure.ac:
1633
1634         Enable djvu, dvi and comics backends by default. Fixes bug
1635         #437121.
1636         
1637 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * configure.ac:
1640         * cut-n-paste/Makefile.am:
1641         * cut-n-paste/recent-files/*: Removed
1642         * help/reference/Makefile.am:
1643         * shell/Makefile.am:
1644         * shell/ev-application.[ch]: (ev_application_shutdown),
1645         (ev_application_init):
1646         * shell/ev-window.c: (ev_window_add_recent),
1647         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1648
1649         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1650         
1651 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1652
1653         * shell/ev-window.c: (launch_external_uri):
1654
1655         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1656         and report error if the URL is not supported (#489910).
1657
1658 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1661         (pdf_document_file_exporter_begin_page),
1662         (pdf_document_file_exporter_end_page):
1663
1664         Fix printing with poppler splash backend. Fixes bug #489774.
1665         
1666 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1669         * shell/ev-print-job.c: (ev_print_job_class_init):
1670
1671         Fix a crash when printing with the gnome-print dialog. Fixes bug
1672         #488939.
1673         
1674 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1675
1676         * backend/pixbuf/pixbuf-document.c:
1677
1678         Fix an implicit function definition warning (#487655)
1679
1680 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-window.c:
1683
1684         Fix conflicting shortcut for view sade pane and presentation.
1685         
1686 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * backend/pdf/ev-poppler.cc:
1689         (pdf_document_file_exporter_begin_page),
1690         (pdf_document_file_exporter_do_page),
1691         (pdf_document_file_exporter_end_page),
1692         (pdf_document_file_exporter_iface_init):
1693         * libdocument/ev-file-exporter.[ch]:
1694         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1695         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1696         (ev_job_print_run):
1697
1698         When printing multiple pages per sheet in reverse option, do not
1699         invert the order of the pages in every sheet, but the order of the
1700         sheets. Do not print blank pages when page range is invalid. Fixes
1701         bugs #484857 and #485521.
1702         
1703 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1706         (ev_job_print_run):
1707         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1708
1709         Respect ranges order when printing more than one range in random
1710         order.
1711         
1712 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1713
1714         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1715         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1716
1717         Rotate also the window icon when document is rotated. Fixes bug
1718         #474681.
1719         
1720 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1723         (pdf_document_forms_get_form_fields):
1724
1725         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1726         Matthias Drochner.
1727         
1728 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * configure.ac:
1731         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1732
1733         Use poppler_page_render_for_printing() instead of
1734         poppler_page_render() if available when exporting to a ps or pdf
1735         file. Fixes bug #476627.
1736         
1737 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1738
1739         * shell/ev-window.c: (ev_window_run_fullscreen):
1740
1741         Do not show the toolbar in fullscreen mode if the main toolbar is
1742         not visible. Fixes bug #483048.
1743         
1744 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * shell/ev-view.c: (ev_view_button_press_event):
1747
1748         Give priority to form fields over images when deciding whether a
1749         button press event is over an image or form field. It allows edit
1750         form fields when they are over a background image. Fixes bug
1751         #477841.
1752         
1753 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * NEWS:
1756         * configure.ac:
1757         
1758         Update for release 2.20.0
1759
1760 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1761
1762         * backend/pdf/ev-poppler.cc:
1763
1764         Remove #ifdef HAVE_FORMS, so that forms support works again.
1765
1766 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1767
1768         * configure.ac:
1769         * data/evince.desktop.in.in:
1770         
1771         Fixes desktop file issues. See bug #473471.
1772
1773 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1774
1775         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1776         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1777         (ev_job_queue_remove_job):
1778         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1779         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1780         * shell/ev-window.c: (ev_window_clear_save_job),
1781         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1782         (ev_window_dispose):
1783
1784         Move save a copy task to its own job so that it's carried out in a
1785         thread avoiding another lock in the main thread. Use
1786         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1787         can be saved to a pathin another file system. Fixes bug #456891.
1788         
1789 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1790
1791         * NEWS:
1792         * configure.ac:
1793         
1794         Update for release 2.19.92
1795
1796 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * configure.ac:
1799         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1800         (pdf_selection_get_selection_region),
1801         (pdf_selection_get_selection_map),
1802         (ev_form_field_from_poppler_field):
1803
1804         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1805         and triple click selections are enabled again now.
1806
1807 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * shell/ev-window.c: (ev_window_add_history):
1810
1811         Make sure not to use the history with documents not supporting
1812         links. Fixes bug #468954.
1813
1814 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1815
1816         * shell/ev-window.c: (ev_window_load_job_cb):
1817
1818         Restart the search when reloading a document with the find bar
1819         visible. Fixes bug #461962.
1820
1821 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-window.c: (setup_document_from_metadata),
1824         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1825
1826         Do not jump to the first page when reloading a document from the
1827         last page.
1828
1829 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-window.c: (update_chrome_flag),
1832         (setup_sidebar_from_metadata),
1833         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1834         (ev_window_cmd_edit_find_next),
1835         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1836         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1837         (find_bar_close_cb), (view_actions_focus_in_cb):
1838
1839         Do not update visibility when changing a chrome flag so that it's
1840         possible to update several flags and update visibility only once
1841         for all of them.
1842
1843 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1846
1847         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1848         supported by gtk+. Fixes bug #460907.
1849
1850 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * shell/ev-view.c: (view_update_range_and_current_page):
1853
1854         Make sure current-page <= end-page in continuous mode. Fixes bug
1855         #454950.
1856
1857 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * backend/pdf/ev-poppler.cc: (build_tree):
1860
1861         Ignore outline items without a title. Fixes bug #453913.
1862
1863 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1866         (ev_view_button_release_event), (ev_view_leave_notify_event):
1867
1868         Use always drag mouse cursor during a drag operation. Fixes bug
1869         #470564.
1870
1871 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1874         (pdf_selection_get_selection_region),
1875         (pdf_selection_get_selection_map):
1876
1877         Temporarily disable double and triple selections since it depends on
1878         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1879         released and the update of the external dependency minimal version
1880         approved.
1881
1882 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1883
1884         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1885         (pdf_document_file_exporter_do_page):
1886         * libdocument/ev-file-exporter.h:
1887         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1888         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1889
1890         Actually fix printing regressions. Remove orientation from
1891         EvPrintContext since it's redundant.
1892
1893 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1896         * backend/impress/impress-document.c:
1897         (impress_document_document_iface_init):
1898         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1899         * backend/djvu/djvu-document.c:
1900         (djvu_document_document_iface_init),
1901         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1902         * backend/tiff/tiff-document.c:
1903         (tiff_document_document_iface_init):
1904         * backend/pixbuf/pixbuf-document.c:
1905         (pixbuf_document_document_iface_init):
1906         * backend/comics/comics-document.c:
1907         (comics_document_document_iface_init):
1908         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1909         (pdf_selection_render_selection),
1910         (pdf_selection_get_selected_text),
1911         (pdf_selection_get_selection_region),
1912         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1913         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1914         (ev_selection_get_selection_region),
1915         (ev_selection_get_selection_map):
1916         * libdocument/ev-document.[ch]:
1917         * shell/ev-pixbuf-cache.[ch]: (add_job),
1918         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1919         * shell/ev-view-private.h:
1920         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1921         (ev_job_render_run):
1922         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1923         * shell/ev-view.c: (start_selection_for_event),
1924         (ev_view_button_press_event), (ev_view_drag_data_get),
1925         (ev_view_drag_data_received), (ev_view_button_release_event),
1926         (compute_new_selection_text), (compute_selections),
1927         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1928         (ev_view_primary_get_cb):
1929
1930         Add support for double and triple click selections.
1931
1932 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1933
1934         * NEWS:
1935         * configure.ac:
1936
1937         Update for release 2.19.4
1938
1939 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1940
1941         * shell/ev-view-private.h:
1942         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1943         (ev_view_set_highlight_search):
1944         * shell/ev-view.h:
1945         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1946         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1947         (find_bar_visibility_changed_cb):
1948         
1949         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1950
1951 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1952
1953         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1954         (pdf_document_file_exporter_begin),
1955         (pdf_document_file_exporter_do_page):
1956         * shell/ev-jobs.c: (ev_job_print_run):
1957         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1958
1959         Create always a portrait cairo surface and rotate when needed for
1960         landscape. It fixes printing problems in real printers.
1961
1962 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1963
1964         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1965         * libdocument/ev-file-exporter.[ch]:
1966         (ev_file_exporter_get_capabilities):
1967         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1968         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1969
1970         Adjust number of pages per row according to page orientation when
1971         printing 2 or 6 pages per sheet.
1972
1973 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-window.c: (ev_window_print_send):
1976
1977         Reset also cups setting to 1 when printing multiple pages per
1978         sheet. Fixes bug #468853.
1979
1980 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * libdocument/ev-document-misc.c:
1983         (ev_document_misc_surface_rotate_and_scale):
1984
1985         Use directly cairo_surface_get_content() when creating a similar
1986         surface as suggested by Jeff Muizelaar. Thanks again.
1987
1988 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * backend/djvu/djvu-document.c: (djvu_document_render):
1991         * backend/tiff/tiff-document.c: (tiff_document_render):
1992         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1993         * libdocument/ev-document-misc.c:
1994         (ev_document_misc_surface_from_pixbuf),
1995         (ev_document_misc_surface_rotate_and_scale):
1996
1997         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1998         creating page surfaces. Fixes bug #453123. Thank you very much to
1999         Jeff Muizelaar <jeff@infidigm.net>.
2000
2001 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * shell/ev-page-cache.c: (ev_page_cache_new),
2004         (ev_page_cache_get_thumbnail_size):
2005         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
2006         (ev_sidebar_thumbnails_set_loading_icon):
2007
2008         Also store in page-cache the dimensions of the thumbnails so that
2009         they can be used to create the correct loading icon in the side
2010         pane. Fixes bug #466857.
2011
2012 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2013
2014         * backend/pdf/ev-poppler.cc:
2015         (pdf_document_thumbnails_get_thumbnail):
2016
2017         Fix thumbnails rotation in pdf documents that include embedded 
2018         thumbnails.
2019
2020 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
2021
2022         * backend/pdf/ev-poppler.cc:
2023
2024         Don't use #ifdef in macro expansion. Some compilers don't
2025         like that. Closes bug #467042.
2026
2027 2007-08-15  Justin Blanchard  <justinb04@aim.com>
2028
2029         * backend/djvu/djvu-document.c: (djvu_document_finalize):
2030         
2031         Fixes memory leak in djvu backend.
2032
2033 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
2034
2035         * data/icons/32x32/Makefile.am:
2036         * data/icons/32x32/actions/Makefile.am:
2037         * data/icons/32x32/actions/view-page-cont.svg:
2038         * data/icons/32x32/actions/view-page-facing.svg:
2039         * data/icons/48x48/Makefile.am:
2040         * data/icons/48x48/actions/Makefile.am:
2041         * data/icons/48x48/actions/view-page-cont.svg:
2042         * data/icons/48x48/actions/view-page-facing.svg:
2043         
2044         Icons for a new sizes.
2045
2046 2007-08-14  Justin Blanchard  <justinb04@aim.com>
2047
2048         * shell/ev-page-cache.c: (build_height_to_page),
2049         (ev_page_cache_get_height_to_page):
2050         
2051         Fixes invalid read, see bug #466401.
2052
2053 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2054
2055         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2056         (set_drag_cursor):
2057         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2058         (configure_item_cursor), (new_pixbuf_from_widget):
2059
2060         Fix multihead problems in toolbar editor. Fixes bug #382055.
2061
2062 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * shell/ev-window.c: (ev_window_cmd_file_open),
2065         (ev_window_cmd_save_as):
2066
2067         Use g_get_user_special_dir when available instead of
2068         xdg_user_dir_lookup.
2069
2070 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2071
2072         * MAINTAINERS:
2073         
2074         Updated according to request on desktop-devel.
2075
2076 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2079
2080         Do not use cairo_rectangle and cairo_clip since we are
2081         not using cairo_fill but cairo_paint. Use the same cairo context
2082         for every page in the same expose event.
2083
2084 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
2085
2086         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
2087         leak.
2088
2089 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * configure.ac:
2092         * NEWS:
2093
2094         Release 0.9.3
2095
2096 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2097
2098         * libdocument/ev-document-info.h:
2099         * libdocument/ev-document.h:
2100         * shell/ev-page-action.h:
2101         * shell/ev-sidebar-links.h:
2102
2103         Fix a headers problem with ev-link
2104         
2105         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
2106         * shell/ev-view-private.h:
2107         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2108         (get_link_area), (ev_view_query_tooltip),
2109         (ev_view_leave_notify_event), (ev_view_destroy),
2110         (ev_view_class_init):
2111
2112         Use new gtk tooltips when available instead of ev-tooltip.
2113         
2114 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c: (update_chrome_visibility),
2117         (ev_window_sidebar_visibility_changed_cb):
2118
2119         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
2120         
2121 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-navigation-action.c:
2124         (ev_navigation_action_history_changed),
2125         (ev_navigation_action_set_history):
2126         * shell/ev-navigation-action-widget.c:
2127         (ev_navigation_action_widget_init):
2128         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2129
2130         Fix compile warnings.
2131         
2132 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2135         (egg_editable_toolbar_dispose):
2136
2137         Fix memory leak.
2138         
2139 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2140
2141         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2142         (screensaver_disable_x11):
2143         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2144         * shell/ev-window.c: (presentation_set_timeout):
2145         * shell/ev-view.c: (ev_view_presentation_transition_start):
2146
2147         Use g_timeout_add_seconds instead of g_timeout_add when
2148         available.
2149         
2150 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
2153
2154         Set horizontal scrollbar policy to AUTOMATIC instead of
2155         NEVER. Workaround for bug #449462.
2156         
2157 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2158
2159         * shell/ev-jobs.c: (ev_job_render_page_ready):
2160
2161         Add page_ready callback to main loop with high priority and hold
2162         a reference to job during idle.
2163         
2164 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * configure.ac:
2167         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
2168         (pdf_document_file_exporter_begin),
2169         (pdf_document_file_exporter_do_page),
2170         (pdf_document_file_exporter_get_capabilities):
2171         * libdocument/ev-file-exporter.h:
2172         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2173         * shell/ev-window.c: (ev_window_print_send),
2174         (ev_window_print_dialog_response_cb):
2175
2176         Allow printing multiple pages per sheet. Fixes bug #395573.
2177         
2178 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2179
2180         * shell/ev-view.c: (tip_from_link):
2181         
2182         Check for NULL, fixes bug #460862.
2183
2184 2007-07-29  Christian Persch  <chpe@gnome.org>
2185
2186         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
2187         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2188         (ev_window_cmd_preview_print):
2189         
2190         Fixes bug #437681 - blocks while enumerating printers.
2191
2192 2007-07-29  Christian Persch  <chpe@gnome.org>
2193
2194         * shell/ev-window.c: (ev_window_screen_changed):
2195         
2196         Don't use deprecated gtk+ function. See bug #460909.
2197
2198 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * shell/ev-utils.c: (get_num_monitors):
2201         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
2202
2203         Do not use display before initializing it. Remove compile
2204         warnings.
2205
2206 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
2207
2208         * shell/ev-view.c: (ev_view_class_init):
2209         
2210         Unix-like hjkl bindings added. See bug #458111.
2211
2212 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
2213
2214         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
2215         * shell/ev-utils.h:
2216         * shell/ev-view.c: (ev_view_set_zoom_for_size),
2217         (ev_view_update_view_size):
2218         * shell/ev-view.h:
2219         * shell/ev-window.c: (ev_window_update_actions),
2220         (setup_view_from_metadata), (ev_window_screen_changed),
2221         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
2222         (zoom_control_changed_cb):
2223         * shell/ev-window.h:
2224         
2225         Reorganizes utility functions.
2226
2227 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2228
2229         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2230         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2231         (add_job), (ev_pixbuf_cache_get_surface),
2232         (ev_pixbuf_cache_get_link_mapping),
2233         (ev_pixbuf_cache_get_image_mapping),
2234         (ev_pixbuf_cache_get_form_field_mapping),
2235         (ev_pixbuf_cache_get_text_mapping):
2236         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
2237         (notify_page_ready), (ev_job_render_page_ready),
2238         (ev_job_render_run):
2239
2240         Add page_ready signal to notify that page is ready as soon as
2241         possible even if other page elements like links, forms, images or
2242         text mapping are not ready yet.
2243
2244 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
2247         (dvi_document_file_exporter_do_page),
2248         (dvi_document_file_exporter_get_capabilities),
2249         (dvi_document_file_exporter_iface_init):
2250         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
2251         (ps_document_file_exporter_do_page),
2252         (ps_document_file_exporter_get_capabilities),
2253         (ps_document_file_exporter_iface_init):
2254         * backend/djvu/djvu-document.c:
2255         (djvu_document_file_exporter_begin),
2256         (djvu_document_file_exporter_end),
2257         (djvu_document_file_exporter_get_capabilities),
2258         (djvu_document_file_exporter_iface_init):
2259         * backend/tiff/tiff-document.c:
2260         (tiff_document_file_exporter_begin),
2261         (tiff_document_file_exporter_get_capabilities),
2262         (tiff_document_document_file_exporter_iface_init):
2263         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
2264         (pdf_document_file_exporter_do_page),
2265         (pdf_document_file_exporter_get_capabilities),
2266         (pdf_document_file_exporter_iface_init):
2267         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
2268         (ev_file_exporter_get_capabilities):
2269         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
2270         (idle_print_handler), (ev_print_job_print):
2271         * shell/ev-jobs.c: (ev_job_print_run):
2272         * shell/ev-window.c: (ev_window_print_send),
2273         (ev_window_print_range):
2274
2275         Use capabilities to know which options should be offered by the
2276         print dialog depending on the document backend.
2277
2278 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
2281
2282         Give priority to forms over text to set the cursor.
2283
2284 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * shell/ev-view-private.h:
2287         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2288         (ev_view_leave_notify_event), (ev_view_finalize),
2289         (ev_view_get_property), (ev_view_class_init):
2290
2291         Use IBEAM cursor for text form fields and NORMAL cursor for read
2292         only fields. Remove unused status attribute.
2293
2294 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2297
2298         Update region for current selected items also for checkbox
2299         buttons, since they can behave as radio buttons when they are in a
2300         set.
2301
2302 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * configure.ac:
2305         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2306
2307         Get max length of text form fields.
2308
2309 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2312         * libdocument/ev-form-field.h:
2313         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2314
2315         Fix build with current poppler cvs head.
2316
2317 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2320         * shell/eggfindbar.c: (egg_find_bar_init):
2321
2322         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2323         deprecation. Fixes bug #455667
2324
2325 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2326
2327         * NEWS:
2328         * configure.ac:
2329         
2330         Update for release 0.9.2
2331
2332 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * shell/ev-view.c: (ev_view_form_field_text_save),
2335         (ev_view_form_field_choice_save):
2336
2337         Fix a crash when closing whith a form widget visible.
2338
2339 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2340
2341         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2342
2343         Update also the region of the current selected button when
2344         clicking on another button if they are radio buttons.
2345
2346 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2349         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2350         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2351         (ev_pixbuf_cache_get_link_mapping),
2352         (ev_pixbuf_cache_get_image_mapping),
2353         (ev_pixbuf_cache_get_form_field_mapping),
2354         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2355         * shell/ev-view.c: (ev_view_form_field_get_region),
2356         (ev_view_form_field_button_create_widget),
2357         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2358         (job_finished_cb):
2359
2360         Redraw only form field region instead of the whole page when
2361         reloading a page to show changes on the form field.
2362
2363 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * shell/ev-view.c: (ev_view_form_field_choice_save):
2366
2367         Fix selection of first item in list form fields.
2368
2369 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2372         (ev_pixbuf_cache_reload_page),
2373         (ev_pixbuf_cache_get_form_field_mapping):
2374
2375         Some refactoring to avoid duplicated code.
2376
2377 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * configure.ac:
2380         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2381         (ev_form_field_from_poppler_field),
2382         (pdf_document_forms_get_form_fields),
2383         (pdf_document_forms_form_field_text_get_text),
2384         (pdf_document_forms_form_field_text_set_text),
2385         (pdf_document_forms_form_field_button_set_state),
2386         (pdf_document_forms_form_field_button_get_state),
2387         (pdf_document_forms_form_field_choice_get_item),
2388         (pdf_document_forms_form_field_choice_get_n_items),
2389         (pdf_document_forms_form_field_choice_is_item_selected),
2390         (pdf_document_forms_form_field_choice_select_item),
2391         (pdf_document_forms_form_field_choice_toggle_item),
2392         (pdf_document_forms_form_field_choice_unselect_all),
2393         (pdf_document_forms_form_field_choice_set_text),
2394         (pdf_document_forms_form_field_choice_get_text),
2395         (pdf_document_document_forms_iface_init):
2396         * libdocument/Makefile.am:
2397         * libdocument/ev-form-field.[ch]:
2398         * libdocument/ev-document-forms.[ch]:
2399         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2400         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2401         (add_job), (ev_pixbuf_cache_reload_page),
2402         (ev_pixbuf_cache_get_form_field_mapping):
2403         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2404         * shell/ev-view-private.h:
2405         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2406         (ev_view_handle_cursor_over_xy),
2407         (ev_view_get_form_field_at_location),
2408         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2409         (ev_view_form_field_button_create_widget),
2410         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2411         (ev_view_form_field_text_create_widget),
2412         (ev_view_form_field_choice_save),
2413         (ev_view_form_field_choice_changed),
2414         (ev_view_form_field_choice_create_widget),
2415         (ev_view_handle_form_field), (ev_view_size_allocate),
2416         (ev_view_realize), (draw_end_presentation_page),
2417         (ev_view_button_press_event), (ev_view_remove_all),
2418         (ev_view_motion_notify_event), (ev_view_key_press_event),
2419         (ev_view_enter_notify_event), (highlight_find_results),
2420         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2421         (ev_view_class_init), (page_changed_cb),
2422         (on_adjustment_value_changed), (ev_view_set_presentation),
2423         (merge_selection_region), (ev_view_set_cursor),
2424         (ev_view_reset_presentation_state):
2425         
2426         Merge evince-forms branch.
2427
2428 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2429
2430         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2431
2432         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2433         This script also updates itself from libegg
2434
2435         * cut-n-paste/toolbar-editor/egg*:
2436         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2437         libegg
2438
2439 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2440
2441         * shell/ev-window.c:
2442         
2443         Adds a nice icon to page action during toolbar editing.
2444         See bug #452872.
2445
2446 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2447
2448         * data/evince-toolbar.xml:
2449         * shell/ev-window.c:
2450         
2451         Let user add a presentation and fullscreen icons on toolbar.
2452         See bug #449734.
2453
2454 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2455
2456         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2457
2458         new script to keep in sync with toolbareditor in libegg
2459
2460         * cut-n-paste/toolbar-editor/*: 
2461
2462         Run update-toolbareditor-from-libegg so we are in sync again. 
2463         Fixes bug #452850.
2464         
2465
2466 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-sidebar-links.c: (job_finished_callback):
2469
2470         Do not connect selection changed signal more than once. Fixes bug
2471         #349433.
2472
2473 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2474
2475         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2476
2477         Do not change sidebar chrome flag when pressing F9 key in
2478         presentation mode.
2479
2480 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * backend/pdf/ev-poppler.cc:
2483         (pdf_document_thumbnails_get_dimensions):
2484
2485         Make sure thumbnails width and height is not <= 0. Fixes a crash
2486         with some pdf documents which have really small pages.
2487
2488 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2489
2490         * shell/main.c: (main):
2491
2492         Fixes program description translation issue.
2493         Bug #450148.
2494
2495 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2496
2497         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2498
2499         Do not change current page when returning from black/white mode
2500         in presentation. Fixes bug #415032.
2501
2502 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2503
2504         * NEWS:
2505         * configure.ac:
2506         
2507         Update for release 0.9.1
2508
2509 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2510
2511         * backend/dvi/dvi-document.c:
2512         (dvi_document_finalize),
2513         (dvi_document_file_exporter_format_supported),
2514         (dvi_document_file_exporter_begin),
2515         (dvi_document_file_exporter_do_page),
2516         (dvi_document_file_exporter_end),
2517         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2518         
2519         PDF exporter for dvi documents. Fixes bug #441319.
2520
2521 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * shell/ev-window.c: (ev_window_clear_print_job):
2524
2525         Clear gtk print job when job has finished. Fixes bug #447612.
2526
2527 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-window.c: (ev_window_print_send),
2530         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2531
2532         Add preview button to print dialog. Fixes bug #445419.
2533
2534 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * backend/dvi/Makefile.am:
2537         * backend/dvi/pixbuf-device.[ch]: Removed
2538         * backend/dvi/cairo-device.[ch]: Added
2539         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2540         * backend/dvi/dvi-document.c: (dvi_document_load),
2541         (dvi_document_render), (dvi_document_finalize),
2542         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2543         (dvi_document_do_color_special):
2544         * libdocument/ev-document-misc.[ch]:
2545         (ev_document_misc_pixbuf_from_surface):
2546
2547         Port dvi backend to cairo and fix a problem with colors. 
2548
2549 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-view.c: (draw_one_page):
2552
2553         Draw only visible region.
2554
2555 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * backend/djvu/djvu-document.c: (djvu_document_render):
2558
2559         Fix rotation in djvu backend.
2560
2561 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2564         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2565         (ev_pixbuf_cache_get_image_mapping),
2566         (ev_pixbuf_cache_get_text_mapping):
2567
2568         Redraw view every time we have a new surface. Fixes bug #443587.
2569
2570 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * libdocument/ev-document.c: (ev_document_info_free):
2573
2574         Fix memory leaks.
2575
2576 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2577
2578         * backend/dvi/dvi-document.c: (dvi_document_render),
2579         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2580         * backend/impress/impress-document.c:
2581         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2582         (impress_document_render), (impress_document_document_iface_init),
2583         (impress_document_thumbnails_get_thumbnail):
2584         * backend/djvu/djvu-document-private.h:
2585         * backend/djvu/djvu-document.c: (djvu_document_render),
2586         (djvu_document_finalize), (djvu_document_document_iface_init),
2587         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2588         * backend/tiff/tiff-document.c: (tiff_document_render),
2589         (tiff_document_render_pixbuf),
2590         (tiff_document_document_iface_init):
2591         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2592         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2593         (pdf_selection_render_selection):
2594         * backend/comics/comics-document.c:
2595         (comics_document_render_pixbuf), (comics_document_render),
2596         (comics_document_document_iface_init):
2597         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2598         (pixbuf_document_document_iface_init):
2599         * libdocument/ev-document-misc.[ch]:
2600         (ev_document_misc_surface_from_pixbuf),
2601         (ev_document_misc_surface_rotate_and_scale):
2602         * libdocument/ev-document.[ch]: (ev_document_render):
2603         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2604         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2605         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2606         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2607         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2608         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2609         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2610         (render_finished_cb), (ev_job_render_run):
2611         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2612         (merge_selection_region):
2613
2614         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2615         and selections.
2616
2617 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * shell/ev-window-title.c: (ev_window_title_update):
2620
2621         Fix memory leak.
2622
2623 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2624
2625         * shell/ev-view.c: (draw_loading_text):
2626
2627         Show loading text centered. Fixes bug #433061
2628
2629 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-sidebar-thumbnails.c:
2632         (ev_sidebar_thumbnails_set_loading_icon):
2633
2634         Remove a mutex in the main thread that blocks the UI in heavy
2635         documents.
2636
2637 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2640
2641         Set points_set to TRUE so that selections don't disappear after a
2642         zoom change.
2643
2644 2007-06-07  Michael Monreal  <infernux@web.de>
2645
2646         * data/icons/16x16/actions/Makefile.am:
2647         * data/icons/16x16/actions/zoom.svg:
2648         * data/icons/22x22/actions/Makefile.am:
2649         * data/icons/22x22/actions/zoom.svg:
2650         * data/icons/24x24/actions/Makefile.am:
2651         * shell/ev-stock-icons.c:
2652         * shell/ev-stock-icons.h:
2653         * shell/ev-window.c:
2654         
2655         Zoom icon artwork. See bug #444795.
2656
2657 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2658
2659         * shell/ev-metadata-manager.c: Remove extraneous function
2660         (Closes: #444386)
2661
2662 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2663
2664         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2665         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2666         (ev_metadata_manager_set), (ev_metadata_manager_save):
2667         Simplify the timeout, no need for modified anymore
2668
2669 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2670
2671         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2672         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2673         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2674         (ev_metadata_manager_save): Adapted patch from Arjan van de
2675         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2676         time, saves on power (Closes: #443851)
2677
2678 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * configure.ac:
2681         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2682         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2683
2684         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2685
2686 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2687
2688         * shell/ev-window.c: (ev_window_add_history):
2689
2690         Check if history is NULL
2691
2692 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2693
2694         * libdocument/ev-image.c: (ev_image_finalize):
2695         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2696         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2697         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2698         (ev_tmp_uri_unlink):
2699
2700         Add functions to delete temporary files created by evince in a safe
2701         way.
2702
2703         * shell/ev-window.c: (ev_window_clear_local_uri),
2704         (open_xfer_update_progress_callback),
2705         (save_xfer_update_progress_callback), (ev_window_save_remote),
2706         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2707         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2708         (attachment_save_dialog_response_cb),
2709         (ev_attachment_popup_cmd_save_attachment_as):
2710
2711         Allow saving a copy of a document, image or attachment to a remote
2712         location. Fixes bug #440754. 
2713
2714 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * configure.ac:
2717         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2718
2719         Fix build with current poppler from cvs head. 
2720
2721 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2722
2723         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2724
2725         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2726         directory exists.
2727
2728 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2729
2730         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2731         * shell/ev-window.c:
2732
2733         Change sidebar ordering. Fixes bug #439939.
2734
2735 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2736
2737         * backend/comics/Makefile.am:
2738         
2739         Fixes build with --without-libgnome.
2740
2741 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2742         
2743         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2744
2745         Update cursor and tooltip on page change and view scroll. Fixes bug
2746         #439217.
2747
2748 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2749
2750         * NEWS:
2751         * configure.ac:
2752         
2753         Update for release 0.9.0
2754
2755 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2756
2757         * backend/djvu/djvu-document-private.h:
2758         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2759         (djvu_document_finalize),
2760         (djvu_document_file_exporter_format_supported),
2761         (djvu_document_file_exporter_begin),
2762         (djvu_document_file_exporter_do_page),
2763         (djvu_document_file_exporter_end),
2764         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2765         
2766         Implemented printing with djvu. Bug #437998.
2767
2768 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * backend/impress/zip.c:
2771         Add missing ulong definition.
2772
2773         * backend/ps/ps-interpreter.c:
2774         Add missing headers.
2775
2776         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2777
2778 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2781
2782         Add missing call to parent class dispose method. 
2783
2784 2007-05-12  Ross Burton  <ross@openedhand.com>
2785
2786         * shell/main.c:
2787         Sync keybindings manually when building without libgnome
2788         (#437925).
2789
2790 2007-05-12  Ross Burton  <ross@openedhand.com>
2791
2792         * shell/ev-window.c:
2793         Respect the screen when opening help (#437866).
2794
2795 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * data/evince-ui.xml:
2798         * shell/ev-application.[ch]: (get_print_settings_from_args),
2799         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2800         (ev_application_open_uri_list):
2801         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2802         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2803         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2804         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2805         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2806         (ev_window_dispose):
2807         * shell/main.c: (arguments_parse):
2808
2809         Add print button in preview mode. Fixes bug #396475. 
2810
2811 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2812
2813         * cut-n-paste/zoom-control/ephy-zoom.h:
2814         
2815         Fixes zoom level factors. See bug #408119 for details.
2816
2817 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * backend/comics/comics-document.c: (comics_regex_quote),
2820         (extract_argv):
2821         
2822         Correctly quote symbols. Fixes crash in the bug
2823         #415370.
2824
2825 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2826
2827         * shell/ev-navigation-action-widget.c:
2828         (ev_navigation_action_widget_init),
2829         (ev_navigation_action_widget_class_init),
2830         (ev_navigation_action_widget_button_press_event):
2831         
2832         Connect to button-press event on correct widget. Fixes
2833         bug #431988
2834
2835 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2836
2837         * shell/ev-application.c: (ev_application_open_window),
2838         (ev_application_add_icon_path_for_screen),
2839         (ev_application_open_uri_at_dest):
2840         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2841         * shell/ev-navigation-action.c: (build_menu):
2842         
2843         Add app-specific icons to our icon theme. Fixes bug
2844         #425508.
2845
2846 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2847
2848         * shell/ev-history.c: (ev_history_class_init),
2849         (ev_history_add_link):
2850         * shell/ev-history.h:
2851         * shell/ev-navigation-action.c:
2852         (ev_navigation_action_history_changed),
2853         (ev_navigation_action_set_history), (build_menu),
2854         (ev_navigation_action_finalize):
2855         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2856         
2857         Make navigation action unsensitive instead of showing
2858         menu with unsensitive word. Fixes bug #417392.
2859
2860 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * shell/ev-application.[ch]: (ev_application_shutdown),
2863         (ev_application_get_print_settings),
2864         (ev_application_set_print_settings):
2865         * shell/ev-window.c:
2866
2867         Remember print settings. Fixes bug #349102. 
2868
2869 2007-05-08  Christian Persch  <chpe@gnome.org>
2870
2871         * configure.ac:
2872         * properties/ev-properties-view.c:
2873
2874         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2875         Bug #382438.
2876
2877 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * configure.ac:
2880         * properties/ev-properties-view.c: (ev_regular_paper_size):
2881
2882         Use gtk+ builtin paper list to identify the document's paper size.
2883         Fixes bug #382438. 
2884
2885 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * configure.ac:
2888
2889         Fix build when compiling with thumbnailer and libgnome support. 
2890
2891 2007-05-04  Ross Burton  <ross@openedhand.com>
2892
2893         * configure.ac:
2894         Add --without-libgnome, check for libgnome and libgnomeui
2895         separately, and add them to the symbols as required.
2896
2897         * libdocument/ev-file-helpers.c:
2898         When building without libgnome, use g_get_user_config_dir instead
2899         of gnome_user_dir_get.
2900
2901         * shell/ev-application.c:
2902         When building without libgnome, don't use session management.
2903
2904         * shell/main.c:
2905         When building without libgnome, don't use GnomeProgram or
2906         initialise the authentication manager.
2907
2908         This fixes #328842.
2909
2910 2007-05-04  Ross Burton  <ross@openedhand.com>
2911
2912         * shell/ev-window.c:
2913         Don't use libgnome to open help, instead call Yelp directly.
2914
2915 2007-05-04  Ross Burton  <ross@openedhand.com>
2916
2917         * shell/ev-sidebar-attachments.c:
2918         Don't use libgnome to lookup icons for MIME types, instead copy
2919         code from GTK+ to do it manually.
2920
2921 2007-05-04  Ross Burton  <ross@openedhand.com>
2922
2923         * configure.ac:
2924         Add libxml to the dependencies for SHELL_CORE (#435818).
2925
2926 2007-05-02  Ross Burton  <ross@openedhand.com>
2927
2928         * configure.ac:
2929         * Makefile.am:
2930         Add --disable-thumbnailer (#434825)
2931
2932 2007-05-02  Ross Burton  <ross@openedhand.com>
2933
2934         * shell/ev-window.c:
2935         Add missing includes, fix indentation.
2936
2937         * shell/main.c:
2938         Fix indentation.
2939
2940 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2941
2942         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2943         ev_application_open_uri_at_dest instead of ev_application_open_uri
2944         preventing new document always being opened in a new window even if there
2945         is an empty window.
2946
2947 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2948
2949         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2950         (egg_recent_view_uimanager_finalize):
2951         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2952         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2953         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2954         (ev_pixbuf_cache_dispose):
2955         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2956         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2957         
2958         Add missing chain to parent class methods. Fixes
2959         bug #433128.
2960
2961 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2962
2963         * data/Makefile.am (update-icon-cache): Updates
2964         gtk-update-icon-cache in uninstall-hook.
2965
2966 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-window.c: (ev_window_setup_document),
2969         (ev_window_set_document), (ev_window_load_job_cb):
2970         * shell/ev-view.c: (setup_caches):
2971         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2972
2973         Start rendering pages before any other jobs. 
2974
2975 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-window.c: (ev_window_stop_fullscreen),
2978         (ev_window_stop_presentation):
2979
2980         Update chrome visibility before window unfullscreen. 
2981
2982 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2983
2984         * data/Makefile.am:
2985         * data/evince-ui.xml:
2986         * shell/ev-stock-icons.[ch]:
2987         * shell/ev-application.[ch]: (ev_application_shutdown),
2988         (ev_application_init), (ev_application_get_toolbars_model):
2989         * shell/ev-window.c: (update_chrome_visibility),
2990         (fullscreen_toolbar_setup_item_properties),
2991         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2992         (ev_window_run_presentation), (ev_window_stop_presentation),
2993         (ev_window_run_preview), (ev_window_screen_changed),
2994         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2995         (ev_window_dispose), (ev_window_init):
2996
2997         Make fullscreen toolbar always visible. Do not use egg toolbars for
2998         fullscreen and preview modes since such toolbars are not editables.
2999         Fixes bugs #300278, #338910 and #316188.  
3000
3001 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
3002
3003         * shell/ev-application.c:
3004         * shell/ev-job-queue.c:
3005         * shell/ev-metadata-manager.c:
3006         * shell/ev-stock-icons.c:
3007         * shell/ev-window.c:
3008         * shell/main.c:
3009         
3010         Developers documentation updated.
3011
3012 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
3015
3016         Check whether uri is valid before launching it. Fixes bug #427664.
3017
3018 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-window.c:
3021
3022         Change key accelerator for Open a Copy menu entry which is in conflict
3023         with Close. Fixes bug #427321.
3024
3025 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3026
3027         * NEWS:
3028         * configure.ac:
3029         
3030         Update for release 0.8.1
3031
3032 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3033
3034         * shell/ev-window.c: (setup_size_from_metadata):
3035         
3036         Do not make window bigger than screen. Fixes bug 
3037         #388985.
3038
3039 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
3042         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
3043
3044         Use default resolution when it's not provided by document. Fixes bug
3045         #408762.
3046
3047 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3048
3049         * configure.ac:
3050         * thumbnailer/Makefile.am:
3051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3052         * thumbnailer/evince-thumbnailer.schemas.in:
3053         * thumbnailer/evince-thumbnailer-ps.schemas.in:
3054
3055         Add support for ps, eps and compressed documents thumbnails. Do not
3056         ignore size parameter. 
3057
3058 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3059
3060         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
3061         (dvi_document_do_color_special):
3062         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
3063
3064         Implement font color specials in the DVI backend. Fixes bug #303651.
3065
3066 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3067
3068         Fixup the previous commit:
3069
3070         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
3071         * shell/xdg-user-dir-lookup.c: Make the function non-static
3072         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
3073
3074 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
3075
3076         * shell/ev-window.c (file_open_dialog_response_cb): Use
3077         the xdg-user-dirs DOCUMENTS folder as default folder when
3078         opening a file chooser.  (#424858)
3079
3080         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
3081         xdg-user-dirs.
3082
3083 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3084
3085         * shell/ev-window.c: (ev_window_load_job_cb):
3086
3087         Do not setup view from metadata on preview mode. 
3088
3089 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/main.c:
3092
3093         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
3094
3095 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3096
3097         * shell/ev-view.c: (ev_view_primary_get_cb):
3098
3099         Check pointer != NULL before using it. Fixes bug #416841. 
3100
3101 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3102
3103         * NEWS:
3104         * configure.ac:
3105         
3106         Release 0.8.0
3107
3108 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3111
3112         Do not render thumbnails when sidebar thumbnail page is not visible
3113         at startup. Fixes bug #416447. 
3114
3115 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
3116
3117         * data/evince.desktop.in.in:
3118
3119         "Application" is not a valid category in the freedesktop specification.
3120
3121 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3122
3123         * libdocument/ev-file-helpers.[ch]: (compression_run),
3124         (ev_file_uncompress), (ev_file_compress):
3125         * shell/ev-window.c: (file_save_dialog_response_cb):
3126
3127         Save document compressed when saving a copy of a compressed document.
3128         Fixes bug #334542.
3129
3130 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
3133
3134         Allow deleting in goto window entry in presentation mode. 
3135
3136 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
3137
3138         * Makefile.am: Dist MAINTAINERS.
3139
3140 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-window.c: (ev_window_update_actions):
3143
3144         Fix zoom shortcut keys when searching. Fixes bug #409828.
3145
3146 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-window.c: (ev_window_setup_document):
3149
3150         Fix crash when loading documents with only one page. 
3151
3152 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3153
3154         * backend/dvi/dvi-document.c:
3155         (dvi_document_thumbnails_get_dimensions),
3156         (dvi_document_thumbnails_get_thumbnail):
3157         * backend/impress/impress-document.c:
3158         (impress_document_thumbnails_get_thumbnail),
3159         (impress_document_thumbnails_get_dimensions):
3160         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
3161         (ps_document_thumbnails_get_dimensions):
3162         * backend/djvu/djvu-document.c:
3163         (djvu_document_thumbnails_get_dimensions),
3164         (djvu_document_thumbnails_get_thumbnail):
3165         * backend/tiff/tiff-document.c:
3166         (tiff_document_thumbnails_get_thumbnail),
3167         (tiff_document_thumbnails_get_dimensions):
3168         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
3169         (pdf_document_thumbnails_get_thumbnail),
3170         (pdf_document_thumbnails_get_dimensions):
3171         * backend/comics/comics-document.c:
3172         (comics_document_thumbnails_get_thumbnail),
3173         (comics_document_thumbnails_get_dimensions):
3174         * backend/pixbuf/pixbuf-document.c:
3175         (pixbuf_document_thumbnails_get_thumbnail),
3176         (pixbuf_document_thumbnails_get_dimensions):
3177         * libdocument/ev-document-thumbnails.[ch]:
3178         (ev_document_thumbnails_get_thumbnail),
3179         (ev_document_thumbnails_get_dimensions):
3180         * libdocument/ev-document-misc.[ch]:
3181         (ev_document_misc_get_thumbnail_frame):
3182         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
3183         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
3184         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
3185         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
3186         (ev_sidebar_thumbnails_refresh):
3187         * shell/ev-window.c: (ev_window_setup_document):
3188         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3189
3190         Use an EvRenderContext for rendering thumbnails instead of a suggested
3191         width, so that different sized pages get sized proportionally.
3192
3193 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * shell/ev-view.c: (ev_view_button_press_event),
3196         (ev_view_key_press_event):
3197
3198         Fix critical warnings when there is no document loaded. 
3199
3200 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-page-action-widget.c:
3203         * shell/ev-navigation-action.c:
3204         * shell/ev-window.c:
3205
3206         Fix compile warnings. 
3207
3208 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * backend/djvu/djvu-text.h:
3211         * backend/djvu/djvu-document.c:
3212         * backend/djvu/djvu-text-page.c:
3213         * backend/djvu/djvu-links.c:
3214         * backend/djvu/djvu-text-page.h:
3215         * backend/djvu/djvu-text.c:
3216         
3217         Fix build on Mac. Fixes bug #392186. Patch by
3218         <ephraim_owns@hotmail.com>
3219
3220 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3223
3224         Restore cairo context before rendering every page when printing a PDF
3225         document into a PDF file. 
3226
3227 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * backend/ps/gstypes.h:
3230         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
3231         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
3232         (ps_document_thumbnails_get_thumbnail):
3233
3234         Handle PostScript page orientation. Fixes bug #318568.
3235
3236 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * backend/ps/Makefile.am:
3239         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
3240         (document_load), (ps_document_load), (save_document),
3241         (save_page_list), (ps_document_get_n_pages),
3242         (ps_document_get_page_size), (ps_document_get_info),
3243         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
3244         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
3245         (ps_document_thumbnails_get_thumbnail),
3246         (ps_document_thumbnails_get_dimensions),
3247         (ps_document_document_thumbnails_iface_init):
3248         * backend/ps/ps.[ch]: (psgetpagebox):
3249         * backend/ps/ps-interpreter.[ch]:
3250
3251         Add support for thumbnails in ps backend. Fixes bug #164755. 
3252
3253 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3254
3255         * NEWS:
3256         * configure.ac:
3257         
3258         Release 0.7.2
3259
3260 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3261
3262         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
3263         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
3264         (ev_window_dispose):
3265
3266         Use document thumbnail as window icon. Fixes bug #384442.
3267
3268 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
3269
3270         * configure.ac:
3271
3272         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
3273         duplicated adding application/x-bzpostscript instead. 
3274
3275 2007-02-11  Tom Parker  <palfrey@tevp.net>
3276
3277         * backend/ps/ps-document.c: (document_load):
3278
3279         Check return value of psscan before trying
3280         to use it. Fixes bug #372414.
3281
3282 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3283
3284         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3285
3286         Fix invalid free in ev-page-cache. Fixes bug #404745.
3287
3288 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3289
3290         * test/Makefile.am:
3291         * test/test3.py:
3292         
3293         Added reload test case.
3294
3295 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3296
3297         * po/POTFILES.in:
3298         * backend/djvu/djvu-document.c: (djvu_document_load):
3299
3300         Check whether there are missing files in indirect multipage djvu
3301         documents. Fixes bug #361683. 
3302
3303 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3304
3305         * test/Makefile.am:
3306         * test/test-mime.bin:
3307         * test/test3.py:
3308         
3309         Added test for slow mime type
3310
3311 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3312
3313         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3314
3315         Add some checks and call parent_class->finalize. Fixes bug #404745.
3316
3317 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3318
3319         * shell/ev-navigation-action.c: (connect_proxy):
3320         
3321         Fixes dropdown history menu. Thanks a lot Carlos!
3322
3323 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3326
3327         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3328         bug #373715.
3329
3330 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3331
3332         * backend/ps/ps.c: (psscan):
3333
3334         Fix memory leak. 
3335
3336 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * configure.ac:
3339         * libdocument/ev-file-helpers.c: 
3340
3341         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3342
3343 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * configure.ac:
3346         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3347         (ps_interpreter_start), (document_load), (save_document),
3348         (save_page_list):
3349         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3350         * libdocument/ev-document-factory.c:
3351         (ev_document_factory_get_from_mime), (get_document_from_uri),
3352         (free_uncompressed_uri), (ev_document_factory_get_document):
3353         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3354
3355         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3356
3357 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * libdocument/ev-document.h:
3360
3361         Fix typo in function name. 
3362
3363 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * backend/ps/ps-document.c: (ps_interpreter_finished),
3366         (ps_interpreter_start), (ps_interpreter_failed):
3367
3368         Handle ghostscript interpreter crashes. 
3369
3370 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (ev_window_open_uri),
3373         (window_configure_event_cb):
3374
3375         Setup window size and position before showing it. Fixes bug #401711.
3376
3377 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * backend/ps/Makefile.am:
3380         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3381         (ps_document_dispose), (ps_document_class_init),
3382         (ps_interpreter_input), (ps_interpreter_output),
3383         (ps_interpreter_error), (setup_interpreter_env),
3384         (ps_interpreter_start), (ps_interpreter_stop),
3385         (ps_interpreter_failed), (ps_interpreter_is_ready),
3386         (check_filecompressed), (document_load), (ps_document_load),
3387         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3388         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3389         (render_page):
3390
3391         Rework ps-document. Code cleanups, remove deprecated code. 
3392
3393 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * shell/ev-view.c: (ev_view_button_press_event):
3396
3397         Do not start an image drag and drop operation when pointer is on 
3398         text, so that we can select text when the whole background is an
3399         image. 
3400
3401 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * shell/ev-window.c: (ev_window_update_actions): 
3404
3405         Disable all zoom related actions during presentation mode. 
3406
3407 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3408
3409         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3410
3411         Do not zoom in or out on presentation mode. Fixes bug #401305.
3412
3413 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3414
3415         * shell/ev-navigation-action.c: (connect_proxy),
3416         (create_menu_item), (ev_navigation_action_class_init):
3417         
3418         Correctly show menu and fix crash when navigaton 
3419         action is out of toolbar visible area.
3420
3421 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3422
3423         * data/Makefile.am:
3424         * data/evince.1:
3425         
3426         Added man file
3427
3428 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3429
3430         * help/reference/* :
3431         * configure.ac:
3432         
3433         Added gtk-doc based documentation for Evince.
3434         Still in initial state but I hope it will
3435         grow.
3436         
3437         * configure.ac:
3438         
3439         Lower dbus requirement to 0.70
3440
3441 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3442
3443         * shell/ev-window.c: (ev_window_add_history):
3444
3445         Fix memory leak. 
3446
3447 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3448
3449         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3450         * shell/ev-view.h:
3451         * shell/ev-window.c: (ev_window_add_history):
3452         
3453         Correctly handle named destination links
3454
3455 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3456
3457         * NOTES:
3458         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3459         * backend/pdf/ev-poppler.cc:
3460         * libdocument/ev-document-links.h:
3461         * libdocument/ev-link.c: (ev_link_get_page):
3462         * libdocument/ev-link.h:
3463         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3464         (ev_history_add_link):
3465         * shell/ev-history.h:
3466         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3467         (new_history_menu_item), (build_menu):
3468         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3469         * shell/ev-sidebar-links.c: (create_loading_model),
3470         (print_section_cb), (ev_sidebar_links_construct),
3471         (fill_page_labels), (update_page_callback_foreach),
3472         (update_page_callback), (job_finished_callback):
3473         * shell/ev-view.c: (ev_view_handle_link):
3474         * shell/ev-window.c: (ev_window_find_chapter),
3475         (ev_window_add_history), (view_handle_link_cb),
3476         (history_changed_cb):
3477         
3478         Implements another history variant
3479
3480 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-window.c: (view_external_link_cb):
3483         * shell/ev-view.c: (ev_view_button_release_event):
3484
3485         Open links in new window when clicking with middle button. 
3486
3487 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3488
3489         * shell/ev-navigation-action.c: (new_history_menu_item):
3490         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3491         * shell/ev-view.c: (ev_view_handle_link):
3492         * shell/ev-window.c:
3493         
3494         Store link before jump, not the destination. For me it 
3495         seems like more natural history behavior.
3496
3497 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3498
3499         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3500         (ev_navigation_action_class_init):
3501         * shell/ev-navigation-action.h:
3502         * shell/ev-page-action.c: (activate_cb):
3503         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3504         (ev_page_cache_set_current_page_history):
3505         * shell/ev-page-cache.h:
3506         * shell/ev-sidebar-thumbnails.c:
3507         (ev_sidebar_tree_selection_changed),
3508         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3509         * shell/ev-view-private.h:
3510         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3511         * shell/ev-view.h:
3512         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3513         (ev_window_setup_document), (ev_window_load_job_cb):
3514         * shell/ev-window.h:
3515         
3516         History finally works as expected.
3517
3518 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3521
3522         Do not update links treeview if it doesn't have a model assigned yet. 
3523
3524 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3525
3526         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3527         (ev_sidebar_links_class_init), (update_page_callback):
3528
3529         Do not update links treeview when sidepane is not visible. 
3530
3531 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3532
3533         * shell/ev-marshal.list:
3534         * shell/ev-page-action.c: (activate_cb),
3535         (ev_page_action_class_init):
3536         * shell/ev-page-action.h:
3537         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3538         * shell/ev-window.c:
3539         
3540         Remove activate_link signal, not required.
3541
3542 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3543
3544         * shell/ev-navigation-action.c: (build_menu):
3545         
3546         Reorder menu items and build menu with fixed length.
3547
3548 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3549
3550         * shell/ev-view.c: (get_selected_text):
3551         
3552         Normalize text to fix ligatures problem. See bug
3553         #341947 for details.
3554
3555 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3556
3557         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3558
3559         Fix memory leak in ev-page-cache. 
3560
3561 2007-01-25  Tom Parker <palfrey@tevp.net>
3562
3563         * backend/impress/impress-document.c: (impress_document_load),
3564         (impress_document_finalize), (impress_document_init):
3565         * properties/ev-properties-main.c: (ev_properties_get_pages):
3566         
3567         Correctly handle impress document errors. Fixes nautilus
3568         crash in property page #370491.
3569
3570 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3573         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3574         (ev_job_queue_remove_job):
3575         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3576         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3577         (ev_job_load_run):
3578         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3579         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3580         (ev_window_load_job_cb), (xfer_update_progress_callback),
3581         (ev_window_open_uri), (ev_window_dispose):
3582         * shell/main.c: (main):
3583
3584         Do file transfer asynchronously in the main thread instead of
3585         synchronously in the load thread. Fixes bugs #399694, #398307 and
3586         #343542.
3587
3588 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-jobs.c: (ev_job_xfer_run):
3591
3592         Load the document with the font-config lock held. 
3593
3594 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * backend/ps/ps-document.c: (start_interpreter):
3597
3598         Fix memory leaks in ps backend. 
3599
3600 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * backend/impress/impress-document.c:
3603         (impress_document_render_pixbuf):
3604
3605         Do not acquire fontconfig lock in impress backend, since it is using
3606         the main loop for rendering. 
3607
3608 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3609
3610         * po/POTFILES.in: 
3611
3612         Remove mdvi files that shouldn't be translated. 
3613
3614 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3615
3616         * shell/ev-view-private.h:
3617         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3618         (ev_view_set_zoom):
3619
3620         Render "loading..." text into a cairo surface instead of directly into
3621         the window so that fontconfig lock is only needed once and UI is not
3622         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3623
3624 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3625
3626         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3627         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3628
3629         Use icon theme associated with the window screen rather than default. 
3630
3631 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3632
3633         * configure.ac:
3634
3635         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3636
3637 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3638
3639         * data/icons/*/apps/evince.*:
3640
3641         Move Evince icons under new apps directory.
3642
3643         * data/icons/*/actions/*:
3644
3645         Add new custom themeable Evince icons: view-page-continuous, 
3646         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3647         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3648
3649         * configure.ac:
3650
3651         Add new directories to AC_CONFIG_FILES.
3652
3653         * shell/ev-stock-icons.c:
3654         * shell/ev-stock-icons.h:
3655
3656         Use new custom themeable icons.
3657
3658 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3661
3662         Do not draw white background page in presentation mode. 
3663
3664 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3665
3666         * shell/ev-view.c: Remove unused gnome-vfs include.
3667
3668 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3669
3670         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3671         
3672         Format string is corrected, fixes bug #397129.
3673
3674 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * shell/ev-window.c: (ev_window_setup_recent):
3677
3678         Do not include in recent menu inexistent documents. Fixes
3679         bug #339171.
3680
3681 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * po/POTFILES.skip: 
3684
3685         Update POTFILES.skip file according to current source tree. 
3686
3687 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * shell/ev-window.c: (file_save_dialog_response_cb):
3690
3691         Do Save a copy in atomic way. Fixes bug #328266. 
3692
3693 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3696
3697         Keep selected cell always visible in index treeview.
3698
3699 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3700         
3701         * shell/ev-view.c: (ev_view_size_allocate):
3702
3703         Restore horizontal scrollbar after switching to/from fullscreen
3704         or presentation mode. Fixes bug #331728.
3705
3706 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3707
3708         * shell/ev-view-private.h:
3709         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3710         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3711         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3712         (ev_view_can_zoom_out):
3713
3714         Use max and min scale values in the view iby taking dpi into account. 
3715
3716 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * configure.ac:
3719         * NEWS:
3720
3721         Release 0.7.1
3722
3723 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3724
3725         * shell/ev-window.c: (ev_window_print_send):
3726
3727         Send print job to printer with some settings set to default values,
3728         since we have already exported to a file according to such settings
3729         and they could be taken twice by some printers. 
3730
3731 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * shell/ev-jobs.c: (ev_job_xfer_run):
3734         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3735
3736         Show main window and load document with the font-config lock held. 
3737
3738 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * configure.ac:
3741         * shell/ev-application.c: (ev_application_register_service):
3742         * shell/main.c: (load_files_remote):
3743
3744         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3745
3746 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3747
3748         * doc/debugging.txt:
3749         
3750         Remove obsolete documentation.
3751
3752 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3753
3754         * Makefile.am:
3755         * backend/Makefile.am:
3756         * backend/comics/Makefile.am:
3757         * backend/djvu/Makefile.am:
3758         * backend/dvi/Makefile.am:
3759         * backend/ev-async-renderer.c:
3760         * backend/ev-async-renderer.h:
3761         * backend/ev-attachment.c:
3762         * backend/ev-attachment.h:
3763         * backend/ev-backend-marshal.c:
3764         * backend/ev-document-factory.c:
3765         * backend/ev-document-factory.h:
3766         * backend/ev-document-find.c:
3767         * backend/ev-document-find.h:
3768         * backend/ev-document-fonts.c:
3769         * backend/ev-document-fonts.h:
3770         * backend/ev-document-images.c:
3771         * backend/ev-document-images.h:
3772         * backend/ev-document-info.h:
3773         * backend/ev-document-links.c:
3774         * backend/ev-document-links.h:
3775         * backend/ev-document-misc.c:
3776         * backend/ev-document-misc.h:
3777         * backend/ev-document-security.c:
3778         * backend/ev-document-security.h:
3779         * backend/ev-document-thumbnails.c:
3780         * backend/ev-document-thumbnails.h:
3781         * backend/ev-document-transition.c:
3782         * backend/ev-document-transition.h:
3783         * backend/ev-document.c:
3784         * backend/ev-document.h:
3785         * backend/ev-file-exporter.c:
3786         * backend/ev-file-exporter.h:
3787         * backend/ev-image.c:
3788         * backend/ev-image.h:
3789         * backend/ev-link-action.c:
3790         * backend/ev-link-action.h:
3791         * backend/ev-link-dest.c:
3792         * backend/ev-link-dest.h:
3793         * backend/ev-link.c:
3794         * backend/ev-link.h:
3795         * backend/ev-render-context.c:
3796         * backend/ev-render-context.h:
3797         * backend/ev-selection.c:
3798         * backend/ev-selection.h:
3799         * backend/impress/Makefile.am:
3800         * backend/pdf/Makefile.am:
3801         * backend/pixbuf/Makefile.am:
3802         * backend/ps/Makefile.am:
3803         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3804         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3805         (start_interpreter), (stop_interpreter), (document_load),
3806         (ps_document_next_page), (render_page):
3807         * backend/tiff/Makefile.am:
3808         * comics/Makefile.am:
3809         * comics/comics-document.c:
3810         * comics/comics-document.h:
3811         * configure.ac:
3812         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3813         * djvu/Makefile.am:
3814         * djvu/djvu-document-private.h:
3815         * djvu/djvu-document.c:
3816         * djvu/djvu-document.h:
3817         * djvu/djvu-links.c:
3818         * djvu/djvu-links.h:
3819         * djvu/djvu-text-page.c:
3820         * djvu/djvu-text-page.h:
3821         * djvu/djvu-text.c:
3822         * djvu/djvu-text.h:
3823         * dvi/Makefile.am:
3824         * dvi/dvi-document.c:
3825         * dvi/dvi-document.h:
3826         * dvi/fonts.c:
3827         * dvi/fonts.h:
3828         * dvi/mdvi-lib/Makefile.am:
3829         * dvi/mdvi-lib/afmparse.c:
3830         * dvi/mdvi-lib/afmparse.h:
3831         * dvi/mdvi-lib/bitmap.c:
3832         * dvi/mdvi-lib/bitmap.h:
3833         * dvi/mdvi-lib/color.c:
3834         * dvi/mdvi-lib/color.h:
3835         * dvi/mdvi-lib/common.c:
3836         * dvi/mdvi-lib/common.h:
3837         * dvi/mdvi-lib/defaults.h:
3838         * dvi/mdvi-lib/dvimisc.c:
3839         * dvi/mdvi-lib/dviopcodes.h:
3840         * dvi/mdvi-lib/dviread.c:
3841         * dvi/mdvi-lib/files.c:
3842         * dvi/mdvi-lib/font.c:
3843         * dvi/mdvi-lib/fontmap.c:
3844         * dvi/mdvi-lib/fontmap.h:
3845         * dvi/mdvi-lib/fontsrch.c:
3846         * dvi/mdvi-lib/gf.c:
3847         * dvi/mdvi-lib/hash.c:
3848         * dvi/mdvi-lib/hash.h:
3849         * dvi/mdvi-lib/list.c:
3850         * dvi/mdvi-lib/mdvi.h:
3851         * dvi/mdvi-lib/pagesel.c:
3852         * dvi/mdvi-lib/paper.c:
3853         * dvi/mdvi-lib/paper.h:
3854         * dvi/mdvi-lib/pk.c:
3855         * dvi/mdvi-lib/private.h:
3856         * dvi/mdvi-lib/setup.c:
3857         * dvi/mdvi-lib/sp-epsf.c:
3858         * dvi/mdvi-lib/special.c:
3859         * dvi/mdvi-lib/sysdeps.h:
3860         * dvi/mdvi-lib/t1.c:
3861         * dvi/mdvi-lib/tfm.c:
3862         * dvi/mdvi-lib/tfmfile.c:
3863         * dvi/mdvi-lib/tt.c:
3864         * dvi/mdvi-lib/util.c:
3865         * dvi/mdvi-lib/vf.c:
3866         * dvi/pixbuf-device.c:
3867         * dvi/pixbuf-device.h:
3868         * impress/Makefile.am:
3869         * impress/common.h:
3870         * impress/document.c:
3871         * impress/f_oasis.c:
3872         * impress/f_oo13.c:
3873         * impress/iksemel.c:
3874         * impress/iksemel.h:
3875         * impress/imposter.h:
3876         * impress/impress-document.c:
3877         * impress/impress-document.h:
3878         * impress/internal.h:
3879         * impress/r_back.c:
3880         * impress/r_draw.c:
3881         * impress/r_geometry.c:
3882         * impress/r_gradient.c:
3883         * impress/r_style.c:
3884         * impress/r_text.c:
3885         * impress/render.c:
3886         * impress/render.h:
3887         * impress/zip.c:
3888         * impress/zip.h:
3889         * lib/Makefile.am:
3890         * lib/ev-debug.c:
3891         * lib/ev-debug.h:
3892         * lib/ev-file-helpers.c:
3893         * lib/ev-file-helpers.h:
3894         * lib/ev-gui.c:
3895         * lib/ev-gui.h:
3896         * lib/ev-tooltip.c:
3897         * lib/ev-tooltip.h:
3898         * libdocument/Makefile.am:
3899         * libdocument/ev-file-helpers.c:
3900         * pdf/Makefile.am:
3901         * pdf/ev-poppler.cc:
3902         * pdf/ev-poppler.h:
3903         * pixbuf/Makefile.am:
3904         * pixbuf/pixbuf-document.c:
3905         * pixbuf/pixbuf-document.h:
3906         * properties/Makefile.am:
3907         * ps/Makefile.am:
3908         * ps/gsdefaults.c:
3909         * ps/gsdefaults.h:
3910         * ps/gsio.c:
3911         * ps/gsio.h:
3912         * ps/gstypes.h:
3913         * ps/ps-document.c:
3914         * ps/ps-document.h:
3915         * ps/ps.c:
3916         * ps/ps.h:
3917         * shell/Makefile.am:
3918         * shell/ev-application.h:
3919         * shell/ev-sidebar-links.c:
3920         * shell/ev-sidebar-links.h:
3921         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3922         (ev_gui_menu_position_tree_selection):
3923         * shell/ev-utils.h:
3924         * shell/ev-view.c: (ev_view_finalize):
3925         * shell/ev-window.c:
3926         * shell/main.c: (main):
3927         * thumbnailer/Makefile.am:
3928         * tiff/Makefile.am:
3929         * tiff/tiff-document.c:
3930         * tiff/tiff-document.h:
3931         * tiff/tiff2ps.c:
3932         * tiff/tiff2ps.h:
3933         
3934         Reorganize source tree.
3935
3936 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3937
3938         * backend/ev-document-factory.c:
3939
3940         Do not include ev-poppler.h when pdf is disabled. 
3941
3942 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3943
3944         * configure.ac:
3945         * data/evince-ui.xml:
3946         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3947         (pdf_document_document_images_iface_init):
3948         * backend/Makefile.am:
3949         * backend/ev-document-images.[ch]:
3950         * backend/ev-image.[ch]:
3951         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3952         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3953         (ev_job_xfer_run):
3954         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3955         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3956         (ev_pixbuf_cache_get_image_mapping):
3957         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3958         (view_menu_popup_cb), (ev_window_dispose),
3959         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3960         (ev_view_popup_cmd_copy_image):
3961         * shell/ev-view-private.h:
3962         * shell/ev-view.c: (ev_view_get_image_at_location),
3963         (ev_view_do_popup_menu), (ev_view_popup_menu),
3964         (ev_view_button_press_event), (ev_view_drag_data_get),
3965         (ev_view_drag_motion), (ev_view_drag_data_received),
3966         (ev_view_motion_notify_event), (ev_view_button_release_event),
3967         (ev_view_finalize), (ev_view_class_init):
3968
3969         Add image handling support. Fixes bugs #310008 and #325047. Images
3970         selection is not supported yet. 
3971
3972 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3973
3974         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3975         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3976         (ev_view_init):
3977
3978         Move view drag and drop stuff to ev-view.
3979
3980 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3981
3982         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3983         * shell/ev-view.c: (clear_selection): 
3984
3985         Clear selection also in pixbuf cache.
3986
3987 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3988
3989         * data/evince.desktop.in.in:
3990         
3991         Change icon name in desktop file. See bug #390734
3992         for details.
3993
3994 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3995
3996         * thumbnailer/Makefile.am:
3997
3998         Use top_builddir instead top_srcdir for generated schema
3999         file installation. Fixes bug #390161.
4000
4001 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * configure.ac:
4004         * backend/Makefile.am:
4005         * backend/ev-document-transition.[ch]:
4006         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
4007         (pdf_document_page_transition_iface_init):
4008         * shell/ev-view-private.h:
4009         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
4010         (ev_view_set_presentation), (transition_next_page),
4011         (ev_view_presentation_transition_stop),
4012         (ev_view_presentation_transition_start), (ev_view_next_page):
4013
4014         Add page transition support in presentation mode. At the moment only
4015         page duration is supported, but not transition effects. Fixes bug
4016         #309815.
4017
4018 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
4021
4022         Run find_link_dest with document lock held, since it's called by links
4023         thread and main thread at the same time. 
4024
4025 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4026
4027         * shell/ev-view.c: (goto_dest):
4028
4029         Update page-cache when page is changed by the view, so that
4030         page-changed signal is emitted. 
4031
4032 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4033
4034         * test/test1.py:
4035         * test/test2.py:
4036
4037         Use C locale in tests. 
4038
4039 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4040
4041         * shell/ev-window.c: (ev_window_run_presentation):
4042         * shell/ev-view-private.h:
4043         * shell/ev-view.c: (ev_view_set_presentation):
4044
4045         Restore zoom settings when back from presentation mode. 
4046
4047 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4048
4049         * shell/ev-window.c: (ev_window_run_presentation):
4050
4051         Always use "best fit" zoom in presentation mode.
4052         Fixes bug #389195.
4053
4054 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4055
4056         * shell/ev-view.c: (ev_view_goto_window_create):
4057
4058         Show "Jump to page" label in the page jumping popup in
4059         presentation mode instead of just a GtkEntry.
4060
4061 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-window.c: (launch_external_uri):
4064
4065         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
4066         #378085.
4067
4068 2006-12-22  Elijah Newren  <newren gmail com>
4069
4070         * configure.ac: explicitly check for libxml2.  Fixes #388795
4071
4072 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4073
4074         * shell/ev-view-private.h:
4075         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
4076         (ev_view_goto_window_delete_event), (key_is_numeric),
4077         (ev_view_goto_window_key_press_event),
4078         (ev_view_goto_window_button_press_event),
4079         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
4080         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
4081         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
4082
4083         Allow jumping to another page by typing a page number in presentation
4084         mode. It uses a popup window with an entry. Fixes bug #353625.
4085
4086 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4087
4088         * configure.ac:
4089         * properties/ev-properties-view.c: (ev_get_default_user_units),
4090         (ev_regular_paper_size):
4091         
4092         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
4093         to Damien Carbery <damien.carbery@sun.com> and
4094         Yevgen Muntyan <muntyan@tamu.edu>.
4095
4096 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4097
4098         * shell/ev-window.c: (setup_document_from_metadata):
4099
4100         Make sure Evince doesn't restore the view on the last
4101         page when a document is reopened. Fixes bug #383381.
4102
4103 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
4104
4105         * shell/ev-view.c: (draw_loading_text):
4106
4107         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
4108
4109 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4110
4111         * configure.ac:
4112         * NEWS:
4113
4114         Release 0.7.0
4115
4116 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * configure.ac:
4119         * pdf/ev-poppler.cc: (pdf_print_context_free),
4120         (pdf_document_file_exporter_begin),
4121         (pdf_document_file_exporter_do_page):
4122
4123         Make cairo-pdf depedency optional. 
4124
4125 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4126
4127         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
4128
4129         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
4130
4131 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4132
4133         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
4134         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
4135         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
4136         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
4137         * shell/ev-view.c: (draw_loading_text):
4138         * shell/ev-window.c: (ev_window_cmd_file_properties):
4139
4140         Use an specific lock for FontConfig. Hopefully it fixes some crashes
4141         related to using FontConfig from different threads.
4142         
4143 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4144
4145         * shell/ev-view.c: (draw_loading_text):
4146
4147         Acquire lock document when drawing "Loading..." text so that only one
4148         thread will use FontConfig at the same time. Fixes bug #374750.
4149
4150 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/ev-page-action.[ch]: (activate_cb):
4153         * shell/ev-window.c: (activate_label_cb):
4154
4155         Check if text inserted in page entry is a valid page number when it
4156         doesn't match to any document page label. Fixes bug #383165.
4157
4158 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
4159         * shell/ev-window.c:
4160
4161         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
4162         available with GTK < 2.10. Added an ifdef to avoid compilation
4163         error.
4164
4165 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4166
4167         * configure.ac:
4168         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
4169
4170         Fix ps backend in multihead systems.
4171
4172 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4173
4174         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
4175         * shell/ev-window.c: (ev_window_get_screen_dpi),
4176         (ev_window_update_actions), (setup_view_from_metadata),
4177         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
4178
4179         Take screen DPI into account when zooming. Fixes bug #318285.
4180
4181 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4182
4183         * data/Makefile.am:
4184
4185         Cleaned up/slightly refactored Makefile.am. Added GConf
4186         schemas uninstallation as well.
4187
4188 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4189
4190         * Makefile.am:
4191         * test/Makefile.am:
4192
4193         Fight with autotools to fix make check. Make distcheck
4194         works fine as well now!
4195
4196 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4197
4198         * shell/ev-view.c: (draw_end_presentation_page):
4199
4200         Corrected "end of presentation" string.
4201
4202 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4203
4204         * shell/ev-view.c: (ev_view_key_press_event):
4205
4206         Correctly propagate key press event so that up/down keys
4207         work as expected (correct behaviour was broken by
4208         black/white screen key bindings for presentations).
4209
4210 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
4213         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
4214         (pdf_document_find_get_progress), (pdf_selection_render_selection),
4215         (pdf_selection_get_selection_region),
4216         (pdf_selection_get_selection_map):
4217
4218         Add "static" to some private functions. 
4219
4220 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
4221
4222         * lib/ev-tooltip.h:
4223         * properties/ev-properties-view.h:
4224         * shell/ev-jobs.h:
4225         * shell/ev-properties-dialog.h:
4226         * shell/ev-properties-fonts.h:
4227         * shell/ev-sidebar-links.h:
4228         * shell/ev-sidebar-thumbnails.h:
4229         * shell/ev-sidebar.h:
4230         * shell/ev-window.h:
4231         
4232         Fixes CHACK type in class casts. See bug #385343
4233         for details.
4234
4235 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * shell/ev-view-private.h:
4238         * shell/ev-view.c: (draw_end_presentation_page),
4239         (ev_view_expose_event), (ev_view_key_press_event),
4240         (ev_view_class_init), (ev_view_init):
4241
4242         Blank screen in presentation mode when pressing 'b' (filling with
4243         black) or 'w' (filling with white) keys. Fixes bug #358132.
4244
4245 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
4246
4247         * data/evince-toolbar.xml:
4248         * shell/ev-window.c:
4249         
4250         Use stock icon for Select All action. Fixes
4251         bug #382652.
4252
4253 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
4254
4255         * shell/ev-view.c: (get_doc_point_from_offset),
4256         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
4257
4258         Add links support in rotated documents. Fixes bug #343733.
4259
4260 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4261
4262         * shell/ev-view-private.h:
4263         * shell/ev-view.c: (draw_end_presentation_page),
4264         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
4265
4266         Show a blank page after the last page in presentation mode with a
4267         message indicating that presentation has finished and how to exit. 
4268
4269 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-window.c: (fullscreen_timeout_cb):
4272
4273         Hide cursor after a while in presentation mode. 
4274
4275 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4276
4277         * backend/ev-document-info.h:
4278         * data/evince-properties.glade:
4279         * pdf/ev-poppler.cc:
4280         * properties/ev-properties-view.c: (ev_regular_paper_size),
4281         (ev_properties_view_set_info):
4282         * ps/ps-document.c: (ps_document_get_info):
4283
4284         Adds a paper size field to the properties dialog. Fixes
4285         bug #307315. Patch by Kasper Svendsen (with some i18n
4286         changes done by me).
4287
4288 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4289
4290         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4291         (screensaver_init_dbus), (totem_scrsaver_new),
4292         (totem_scrsaver_init):
4293         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4294         * shell/ev-application.c: (ev_application_register_service),
4295         (ev_application_screensaver_enable),
4296         (ev_application_screensaver_disable):
4297         * shell/ev-application.h:
4298         * shell/ev-window.c: (ev_window_run_presentation),
4299         (ev_window_stop_presentation), (build_comments_string),
4300         (ev_window_init):
4301         
4302         Move screensaver handling to application. No more
4303         message on startup.
4304
4305 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4306
4307         * configure.ac:
4308         * backend/Makefile.am:
4309         * backend/ev-file-exporter.[ch]:
4310         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4311         * ps/ps-document.c: (ps_document_file_exporter_*):
4312         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4313         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4314         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4315         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4316
4317         Allow printing to PDF when suppoted by the backend.
4318         
4319 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4320
4321         * shell/ev-window.c: (build_comments_string):
4322
4323         Use always "Document Viewer" in about dialog. 
4324
4325 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * djvu/djvu-document.c: (djvu_document_get_page_size):
4328
4329         Display a warning message when get_pageinfo fails. 
4330
4331 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4332
4333         * Makefile.am:
4334         * backend/Makefile.am:
4335         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4336         * configure.ac:
4337         * shell/ev-window.c: (build_comments_string):
4338         
4339         Make pdf compilation optional. See bug #38007.
4340
4341 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * ps/ps.c: (get_next_text):
4344
4345         Fix CVE-2006-5864.
4346
4347 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4350         * shell/ev-navigation-action.c: (connect_proxy),
4351         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4352         
4353         Do not call g_type_class_peek_parent twice.
4354
4355 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * configure.ac:
4358         * data/icons/24x24/.cvsignore:
4359         * data/icons/24x24/Makefile.am:
4360         * data/icons/24x24/evince.png:
4361         * data/icons/Makefile.am:
4362         
4363         Add 24x24 icon. Thanks to 
4364         Michael Monreal <infernux@web.de>.
4365
4366 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4367
4368         * configure.ac: Fix typo in configure.ac. Thanks
4369         to dmacks@netspace.org for notification.
4370
4371 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4374         
4375         Drop dbus include, fixes compilation with older dbus.
4376
4377 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4378
4379         * configure.ac:
4380         * cut-n-paste/Makefile.am:
4381         * cut-n-paste/totem-screensaver/.cvsignore
4382         * cut-n-paste/totem-screensaver/Makefile.am:
4383         * cut-n-paste/totem-screensaver/README:
4384         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4385         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4386         * shell/Makefile.am:
4387         * shell/ev-window.c: (ev_window_run_presentation),
4388         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4389         (ev_window_init):
4390
4391         Implemented screensaver enabling/disabling for
4392         presentation mode (not fullscreen mode). Code stolen
4393         from Totem (with some minor tweaks). Fixes bug #338889.
4394
4395 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4396
4397         * configure.ac:
4398
4399         Bump gnome-icon-theme requirements. We use the rotation
4400         icons that appeared recently.
4401
4402 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * shell/ev-history.c: (ev_history_add_page):
4405         * shell/ev-history.h:
4406         * shell/ev-window.c: (page_changed_cb):
4407         
4408         Use page labels instead of numbers.
4409
4410 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * data/evince-toolbar.xml:
4413         * po/POTFILES.in:
4414         * shell/Makefile.am:
4415         * shell/ev-navigation-action-widget.c:
4416         (ev_navigation_action_widget_init),
4417         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4418         (menu_detacher), (ev_navigation_action_widget_set_menu),
4419         (menu_position_func), (popup_menu_under_arrow),
4420         (ev_navigation_action_widget_toggled),
4421         (ev_navigation_action_widget_button_press_event):
4422         * shell/ev-navigation-action-widget.h:
4423         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4424         (ev_navigation_action_set_window), (activate_menu_item_cb),
4425         (new_history_menu_item), (new_empty_history_menu_item),
4426         (build_menu), (menu_activated_cb), (connect_proxy),
4427         (create_tool_item), (ev_navigation_action_init),
4428         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4429         * shell/ev-navigation-action.h:
4430         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4431         (ev_page_action_widget_set_page_cache),
4432         (ev_page_action_widget_finalize),
4433         (ev_page_action_widget_class_init), (match_selected_cb),
4434         (display_completion_text), (match_completion), (build_new_tree_cb),
4435         (get_filter_model_from_model),
4436         (ev_page_action_widget_update_model):
4437         * shell/ev-page-action-widget.h:
4438         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4439         (connect_proxy):
4440         * shell/ev-page-action.h:
4441         * shell/ev-stock-icons.c:
4442         * shell/ev-stock-icons.h:
4443         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4444         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4445         (register_custom_actions):
4446         * shell/main.c:
4447         
4448         Preliminary history implementation
4449
4450 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4453         (dvi_document_class_init), (dvi_document_init_params):
4454         * dvi/mdvi-lib/font.c: (font_reference):
4455         
4456         Add reference to subfont. Fixes bug #374277.
4457
4458 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4459
4460         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4461         (ev_window_cmd_file_open_copy_at_dest):
4462
4463         Fix a race condition when creating symlink. Increase the counter
4464         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4465         Mathias Hasselmann).
4466
4467 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4468
4469         * backend/Makefile.am:
4470         * backend/ev-attachment.c: (ev_attachment_open):
4471         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4472         (ev_tmp_dir), (ev_tmp_filename):
4473         * shell/ev-sidebar-attachments.c:
4474         (ev_sidebar_attachments_drag_data_get):
4475         * shell/ev-window.c: (ev_window_clear_temp_file):
4476
4477         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4478         in ensure_dir_exists. Abort without crashing when we can't create
4479         user's directory.
4480
4481 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4482
4483         * data/evince-ui.xml:
4484         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4485         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4486         (ev_window_cmd_file_open_copy_at_dest),
4487         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4488         (ev_view_popup_cmd_open_link_new_window):
4489
4490         Allow opening a copy of the current document in a new window. Fixes bug
4491         #357472
4492
4493 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4494
4495         * data/evince-toolbar.xml:
4496         
4497         Add rotate right and rotate left to available items for toolbar.
4498         
4499         * data/evince-ui.xml:
4500         * shell/ev-window.c: (ev_window_init):
4501         
4502         Customize toolbar with right click. Fixes bug #372451.
4503
4504 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4505
4506         * shell/ev-window.c: 
4507         
4508         Use "object-rotate-{left,right}" stock icons. Fixes 
4509         bug #373863.
4510
4511 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4512
4513         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4514         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4515         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4516         (ev_window_open_uri):
4517         * shell/main.c: (arguments_parse):
4518
4519         Remove temp file created when evince is used by GTK+ in
4520         preview mode. Fixes bug #365282. 
4521
4522 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4525         
4526         Fixes bug #372474 - Side pane disabled when entering 
4527         and leaving fullscreen mode.
4528
4529 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4532         * data/Makefile.am:
4533         * data/evince-preview-toolbar.xml:
4534         * data/evince-toolbar.xml:
4535         * shell/ev-application.c: (ev_application_shutdown),
4536         (ev_application_init), (ev_application_get_toolbars_model):
4537         * shell/ev-application.h:
4538         * shell/ev-window.c: (update_chrome_visibility),
4539         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4540         (ev_window_cmd_edit_toolbar), (ev_window_init):
4541         
4542         Fixes bug #364364 - toolbar editor shows zoom actions again.
4543
4544 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4545
4546         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4547
4548         Do not take margins into consideration for paper size when printing.
4549         Really fixes bug #350491.
4550
4551 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4552
4553         * data/evince-ui.xml:
4554         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4555         (ev_window_cmd_file_print_setup),
4556         (ev_window_print_dialog_response_cb),
4557         (ev_window_setup_action_sensitivity):
4558
4559         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4560
4561 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4562
4563         * shell/ev-window.c: (ev_window_print_range):
4564
4565         Revert my previuos commit, since printing to PDF is not supported by
4566         evince yet. 
4567
4568 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4569
4570         * shell/ev-window.c: (ev_window_print_range):
4571
4572         Enable print to a PDF. Fixes bug #332121.
4573
4574 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * shell/ev-application-service.xml:
4577         * shell/ev-application.[ch]: (ev_application_open_window),
4578         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4579         (ev_application_open_uri), (ev_application_open_uri_list):
4580         * shell/ev-window.c: (file_open_dialog_response_cb),
4581         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4582         (drag_data_received_cb), (open_remote_link):
4583         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4584
4585         Add support for multiscreen systems. Fixes bug #316206.
4586
4587 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4588
4589         * shell/ev-jobs.[ch]: (ev_job_print_new),
4590         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4591         (ev_job_print_do_page):
4592         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4593
4594         Allow printing only odd/even pages. Fixes bug #367289.
4595
4596 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4597
4598         * test/test1.py:
4599         * test/test2.py:
4600
4601         Re-add locale settings to test files.
4602
4603 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * data/evince-ui.xml:
4606         * shell/ev-window.c: (set_action_properties):
4607         
4608         Removed garbage from code and ui.
4609
4610 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4611
4612         * shell/ev-window.c: (ev_window_cmd_help_about):
4613
4614         Shamelessly add my name to the list of contributors.
4615
4616 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4617
4618         * test/test1.py:
4619         * test/test2.py:
4620
4621         Cleaned up the dogtail scripts.
4622
4623 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4624
4625         * shell/ev-view.c: (draw_loading_text): Don't render
4626         "loading..." text in presentation mode. Temporary
4627         workaround for bug #320352.
4628
4629 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4630
4631         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4632         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4633
4634         Use print settings scale, copies, collate and reverse which were
4635         ignored. Fixes bug #359032.
4636
4637 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4638
4639         * configure.ac:
4640         * data/evince-password.glade:
4641         * test/Makefile.am:
4642         * test/test-encrypt.pdf:
4643         * test/test-links.pdf:
4644         * test/test1.py:
4645         * test/test2.py:
4646
4647         Add automated UI tests for evince with dogtail. See
4648         bug #300948.    
4649
4650 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4651
4652         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4653
4654         Hide fullscreen toolbar when switching to another desktop workspace.
4655         Fixes bug #338871
4656
4657 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * shell/ev-window-title.c: 
4660         
4661         Test for .dvi in title of pdf documents.
4662
4663 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4664
4665         * shell/ev-view.c: (ev_view_scroll):
4666
4667         Page Up/Down should do page jumps in "Best fit" mode.
4668         If a user has explicitly chosen to view exactly one page
4669         at a time, scrolling just a part of the page when
4670         pressing Page Up/Down is not right. Fixes bug #323107.
4671
4672 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * NEWS:
4675         * configure.ac:
4676         
4677         Update for 0.6.1
4678
4679 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4682         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4683         
4684         Correctly disconnect from job signals on destroy.
4685
4686 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4687
4688         * shell/ev-view-private.h:
4689         * shell/ev-view.c: (view_set_adjustment_values),
4690         (view_update_range_and_current_page),
4691         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4692         
4693         Fixes bug #343199, current page now follows find page.
4694
4695 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4696
4697         * backend/ev-document-factory.c:
4698         * configure.ac:
4699         Assigned OpenDocument presenation MIME type to the
4700         Impress backend. Added some missing (but harmless)
4701         #ifdefs in the document factory as well to make things
4702         consistent again. Fixes bug #360658.
4703
4704 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4705
4706         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4707         * backend/ev-document-find.c: (ev_document_find_get_type):
4708         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4709         * backend/ev-document-links.c: (ev_document_links_get_type):
4710         * backend/ev-document-security.c: (ev_document_security_get_type):
4711         * backend/ev-document-thumbnails.c:
4712         (ev_document_thumbnails_get_type):
4713         * backend/ev-document.c: (ev_document_get_type):
4714         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4715         * backend/ev-selection.c: (ev_selection_get_type):
4716         * cut-n-paste/recent-files/egg-recent-model.c:
4717         (egg_recent_model_get_type):
4718         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4719         (egg_recent_view_uimanager_get_type):
4720         * cut-n-paste/recent-files/egg-recent-view.c:
4721         (egg_recent_view_get_type):
4722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4723         (egg_editable_toolbar_get_type):
4724         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4725         (egg_toolbar_editor_get_type):
4726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4727         (egg_toolbars_model_get_type):
4728         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4729         (egg_tree_multi_drag_source_get_type):
4730         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4731         (ephy_zoom_action_get_type):
4732         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4733         (ephy_zoom_control_get_type):
4734         * impress/r_back.c: (_imp_fill_back):
4735         * properties/ev-properties-main.c:
4736         (ev_properties_plugin_register_type):
4737         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4738         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4739         (ev_view_accessible_factory_get_type):
4740
4741         Reduce relocations. Bug #360616.
4742
4743 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * backend/ev-document-factory.c:
4746         (ev_document_factory_get_document):
4747         
4748         Load document even if extension is wrong.
4749
4750 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4751
4752         * shell/ev-metadata-manager.c: (save_values):
4753         * shell/ev-window.c: (setup_size_from_metadata),
4754         (setup_view_from_metadata), (ev_window_setup_document),
4755         (ev_window_xfer_job_cb), (window_configure_event_cb):
4756         
4757         Set size according to the document size/page size ratio.
4758         That should correct rather wierd behaviour of the previous
4759         commit.
4760
4761 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4762
4763         * shell/ev-window.c: (setup_view_from_metadata):
4764         
4765         Set size for new windows from previous window size.
4766         See bugs #354968 and #168450 for details. Thanks
4767         to Meik Hellmund.
4768
4769 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4770
4771         * djvu/djvu-links.c: (build_tree):
4772
4773         Fix memory leak.
4774
4775 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4776
4777         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4778         
4779         Don't make sidebar close button insensitive. Fixes
4780         bug #357871.
4781
4782 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4783
4784         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4785         (ev_window_set_view_accels_sensitivity):
4786         
4787         Don't enable Slash on documents which don't support
4788         find. Fixes bug #358648.
4789
4790 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4791
4792         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4793         open dialog fall back to the current document uri if the
4794         filechooser hasn't been used before. Fixes bug #356980.
4795
4796 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4797
4798         * shell/ev-window.c: (ev_window_setup_recent), 
4799         (ev_window_get_recent_file_label):
4800
4801         Escape underscores in filenames of recent file items.
4802
4803 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4804
4805         * configure.ac:
4806         
4807         Bumped poppler requirements, really 0.5.3 is very 
4808         buggy, now we require 0.5.4.
4809
4810 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * djvu/Makefile.am:
4813         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4814         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4815         (djvu_document_document_links_iface_init):
4816         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4817         (number_from_string_10), (get_djvu_link_dest),
4818         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4819         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4820         (djvu_links_get_links), (djvu_links_find_link_dest),
4821         (djvu_links_get_links_model):
4822         * djvu/djvu-links.h:
4823         
4824         Add support for links and bookmarks in djvu documents. Thanks
4825         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4826         patch.
4827
4828 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4829
4830         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4831         
4832         Reopen should reload document. Fixes 
4833         bug 327951.
4834
4835 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4836
4837         * configure.ac:
4838         * data/Makefile.am:
4839         * data/evince-16.png:
4840         * data/evince-22.png:
4841         * data/evince.png:
4842         * data/evince.svg:
4843         * data/icons/16x16/Makefile.am:
4844         * data/icons/16x16/evince.png:
4845         * data/icons/22x22/Makefile.am:
4846         * data/icons/22x22/evince.png:
4847         * data/icons/48x48/Makefile.am:
4848         * data/icons/48x48/evince.png:
4849         * data/icons/Makefile.am:
4850         * data/icons/scalable/Makefile.am:
4851         * data/icons/scalable/evince.svg:
4852         
4853         Install icons with correct names. Fixes
4854         bug #354429.
4855
4856 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4857
4858         * shell/ev-view.c: (ev_view_button_release_event):
4859
4860         Don't open links with middle mouse button. Fixes bug #353649
4861
4862 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4863
4864         * NEWS:
4865         * configure.ac:
4866         
4867         Update for release 0.6.0
4868
4869 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4870
4871         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4872         Implement Close named action. Patch by Carlos Garcia Campos.
4873
4874 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4875
4876         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4877         
4878         Don't clear link mapping on copy_job_to_job_info. Fixes
4879         bug 346168.
4880
4881 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4882
4883         * shell/main.c: (main):
4884
4885         Revert my previous commit, gnome_program_init owns the option context.
4886         Fix another memory leak in main. Both caught by Christian Persch. 
4887
4888 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4889
4890         * shell/main.c: (main):
4891
4892         Fix memory leak.
4893
4894 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4895
4896         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4897
4898         Fix crash when opening a pdf with password protection. 
4899
4900 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4901
4902         * pdf/ev-poppler.cc: (pdf_document_search_free):
4903
4904         Fix memory leak. 
4905
4906 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * backend/ev-document-factory.c:
4909         (ev_document_factory_get_document):
4910         * tiff/tiff-document.c: (tiff_document_finalize):
4911         
4912         More correct handling of document loading. Fixes
4913         bug #349043.
4914
4915 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4916
4917         * backend/ev-attachment.c: (ev_attachment_save):
4918
4919         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4920         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4921
4922 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4923         
4924         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4925         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4926
4927 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4928
4929         * shell/ev-sidebar-thumbnails.c:
4930
4931         Do not render thumbnails unless thumbnails page is active in the
4932         sidebar.
4933
4934 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4935
4936         * shell/ev-properties-dialog.c:
4937
4938         Fix dialogue spacing. Bug #351370.
4939
4940 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4941
4942         * configure.ac:
4943
4944         Use lowercase gettext catalog file names (evince.mo
4945         instead of Evince.mo)
4946
4947 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4948
4949         * shell/ev-sidebar-attachments.c:
4950
4951         GtkIconTheme is now screen safe too. Fixes bug #350878
4952
4953 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4954
4955         * shell/ev-window.c:
4956
4957         GtkRecent manager is now screen safe. Fixes bug #350145
4958
4959 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4960
4961         * shell/ev-sidebar.c: (ev_sidebar_init):
4962         
4963         Make sidebar close icon smaller. Fix for bug 350177.
4964         See also bugs 350176 and 165770.
4965
4966 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4967
4968         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4969
4970         Ignore zoom for xyz destinations when it's <= 1, keeping user
4971         preferences instead. Set correct sizing-mode for fith and fitv
4972         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4973
4974 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * NEWS:
4977         * configure.ac:
4978         
4979         Update for release 0.5.5
4980
4981 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4982         
4983         * shell/ev-window.c: (ev_window_cmd_escape)
4984
4985         Escape unfocus page entry. Fixes bug #345809.
4986
4987 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4988
4989         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4990         (build_tree), (pdf_document_links_get_links),
4991         (pdf_document_links_find_link_dest):
4992         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4993         (goto_xyz_dest):
4994
4995         Convert from PDF style coordinates to X style coordinates in the
4996         backend rather than in the view. Fixes bug #338440
4997
4998 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * shell/ev-window.c:
5001         
5002         Remove Ctrl+Shift+T shortcut for toolbars. See
5003         the bug #350098.
5004
5005 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * configure.ac:
5008
5009         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
5010         of this. 
5011
5012 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * configure.ac:
5015         * cut-n-paste/Makefile.am:
5016         * data/evince-ui.xml:
5017         * shell/Makefile.am:
5018         * shell/ev-application.[ch]:
5019         * shell/ev-window.c:
5020
5021         Use GtkRecent instead of EggRecent when it's available. Fixes bug
5022         #349273
5023
5024 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5025
5026         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
5027         findbar code: s/help/search/
5028
5029 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5030
5031         * shell/ev-window.c: (setup_document_from_metadata),
5032         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
5033         (setup_view_from_metadata):
5034         
5035         Fix memory leaks.
5036
5037 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
5038
5039         * autogen.sh, configure.ac: 
5040         
5041         Update automake usage. See bug 349292.
5042
5043 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5044
5045         * shell/eggfindbar.c: (egg_find_bar_class_init),
5046         (entry_activate_callback), (egg_find_bar_init),
5047         (egg_find_bar_set_status_text):
5048         * shell/eggfindbar.h:
5049         
5050         Unify Evince findbar with Epiphany. Nice patch
5051         from Fabricio Silva <silva@crans.org> and
5052         Frederic Peters <fpeters@entrouvert.com>. See
5053         bug #339966 for details.
5054
5055 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * data/evince.desktop.in.in:
5058         
5059         Correct information for bugzilla. Thanks to
5060         Olaf Vitters, see bug #348855.
5061
5062 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * shell/ev-jobs.[ch]:
5065         * shell/ev-sidebar-links.c:
5066         * shell/ev-window.[ch]:
5067
5068         GtkPrintJob doesn't support print ranges or current page, so we export
5069         to a ps file now when printing ranges or current page.
5070
5071 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5072
5073         * pdf/ev-poppler.cc:
5074         * shell/ev-window.c: (do_action_named):
5075
5076         We should be more clear about bugzilla. See the
5077         poppler bug #7623.
5078
5079 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5080
5081         * configure.ac:
5082         * shell/Makefile.am:
5083         * shell/ev-job-queue.c:
5084         * shell/ev-jobs.[ch]:
5085         * shell/ev-sidebar-links.c:
5086         * shell/ev-window.[ch]:
5087         
5088         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
5089         #348422
5090
5091 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5092
5093         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
5094         * shell/ev-application-service.xml:
5095         * shell/ev-application.[ch]:
5096         * shell/ev-jobs.[ch]:
5097         * shell/ev-window.[ch]: (ev_window_run_preview):
5098         * shell/main.c: 
5099
5100         Add preview mode to use evince as a printing previewer. It also adds
5101         other command line options for fullscreen and presentation modes.
5102         Fixes bugs #347822, #317031
5103
5104 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * NEWS:
5107         * configure.ac:
5108         
5109         Update for release 0.5.4
5110
5111 2006-07-11  Bastien Nocera <hadess@hadess.net>
5112
5113         * Makefile.am:
5114         * backend/Makefile.am:
5115         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5116         * backend/ev-document-factory.h:
5117         * configure.ac:
5118         * impress/.cvsignore:
5119         * impress/Makefile.am:
5120         * impress/common.h:
5121         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
5122         (imp_get_page), (imp_next_page), (imp_prev_page),
5123         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
5124         * impress/f_oasis.c: (render_object), (render_page),
5125         (get_geometry), (_imp_oasis_load):
5126         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
5127         (_imp_oo13_load):
5128         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
5129         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
5130         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
5131         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
5132         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
5133         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
5134         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
5135         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
5136         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
5137         (iks_new_within), (iks_insert), (iks_insert_cdata),
5138         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
5139         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
5140         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
5141         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
5142         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
5143         (iks_cdata), (iks_cdata_size), (iks_has_children),
5144         (iks_has_attribs), (escape_size), (my_strcat), (escape),
5145         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
5146         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
5147         (iks_tree), (iks_load), (iks_save):
5148         * impress/iksemel.h:
5149         * impress/imposter.h:
5150         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
5151         (imp_render_draw_bezier_real), (imp_render_get_size),
5152         (imp_render_set_fg_color), (imp_render_draw_line),
5153         (imp_render_draw_rect), (imp_render_draw_polygon),
5154         (imp_render_draw_arc), (imp_render_draw_bezier),
5155         (imp_render_open_image), (imp_render_get_image_size),
5156         (imp_render_scale_image), (imp_render_draw_image),
5157         (imp_render_close_image), (imp_render_markup),
5158         (imp_render_get_text_size), (imp_render_draw_text),
5159         (impress_document_load), (impress_document_save),
5160         (impress_document_get_n_pages), (impress_document_get_page_size),
5161         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
5162         (impress_document_finalize), (impress_document_class_init),
5163         (impress_document_can_get_text), (impress_document_get_info),
5164         (impress_document_document_iface_init),
5165         (impress_document_thumbnails_get_thumbnail),
5166         (impress_document_thumbnails_get_dimensions),
5167         (impress_document_document_thumbnails_iface_init),
5168         (impress_document_init):
5169         * impress/impress-document.h:
5170         * impress/internal.h:
5171         * impress/r_back.c: (_imp_fill_back):
5172         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
5173         (_imp_draw_image), (_imp_tile_image):
5174         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
5175         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
5176         (r_polyline):
5177         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
5178         (r_draw_gradient_complex), (r_draw_gradient):
5179         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
5180         (r_get_bullet):
5181         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
5182         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
5183         (r_text):
5184         * impress/render.c: (imp_create_context), (imp_context_set_page),
5185         (imp_context_set_step), (imp_render), (imp_delete_context):
5186         * impress/render.h:
5187         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
5188         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
5189         (zip_load_xml), (zip_get_size), (zip_load):
5190         * impress/zip.h:
5191         * shell/ev-utils.c:
5192         
5193         New backend to support impress slides. Fixes bug #30867.
5194
5195 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
5196
5197         * shell/ev-utils.c: (using_postscript_printer):
5198         
5199         Fixes crash when print using PAPI backend,
5200         bug #345012.
5201
5202 2006-06-09  Pat Rondon  <pmr@patrondon.org>
5203
5204         * shell/ev-jobs.c: (ev_job_xfer_run):
5205         * shell/ev-window.c: (password_dialog_response),
5206         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
5207         (ev_window_dispose):
5208         Fixes bug #344160: if the xfer job doesn't complete
5209         because a password is required, reload the existing
5210         instance instead of creating a new one.
5211
5212 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * shell/main.c: (main): Call gdk_threads_init. Thus
5215         we'll avoid errors in auth dialog. Fix for the bug
5216         #343347.
5217
5218 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5219
5220         * configure.ac: Advertise pixbuf support, fix
5221         for the bug 343317.
5222
5223 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5224
5225         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
5226         (ev_sidebar_thumbnails_set_document):
5227         
5228         Update sidebar thumbnails after reloading.
5229
5230 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
5233         * shell/ev-jobs.h:
5234         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
5235         (ev_window_cmd_view_reload), (ev_window_init):
5236         
5237         Don't crash on reload. Fix for the bug #343167.
5238
5239 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * shell/ev-jobs.c: (ev_job_render_run):
5242         
5243         Check for document links.
5244
5245 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5246
5247         * backend/ev-attachment.c: (ev_attachment_save),
5248         (ev_attachment_launch_app), (ev_attachment_open):
5249         * backend/ev-document-factory.c: (get_document_from_uri):
5250         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5251         (egg_recent_view_uimanager_set_list):
5252         * ps/ps-document.c: (check_filecompressed), (document_load),
5253         (ps_document_load):
5254         * shell/ev-metadata-manager.c: (load_values):
5255         * shell/ev-password.c: (ev_password_dialog_set_property):
5256         * shell/ev-view.c: (tip_from_link):
5257         * shell/ev-window.c: (file_save_dialog_response_cb),
5258         (ev_window_print_dialog_response_cb):
5259         
5260         Use consistent quoting style. Fix for the bug #320285.
5261
5262 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5263
5264         * shell/ev-jobs.c: (ev_job_xfer_run):
5265         * shell/main.c: (load_files):
5266                 
5267         Open links with anchors. Fix for the bug #339836.
5268
5269 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
5272         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
5273         (ev_link_dest_set_property), (ev_link_dest_finalize),
5274         (ev_link_dest_class_init), (ev_link_dest_new_named),
5275         (ev_link_dest_new_page_label):
5276         * backend/ev-link-dest.h:
5277         * shell/ev-application.c: (ev_application_open_uri):
5278         * shell/ev-view.c: (goto_dest):
5279         * shell/ev-window.c:
5280         * shell/ev-window.h:
5281         
5282         Fix page-label command line option. Bug #342070.
5283
5284 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5285
5286         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5287         
5288         Don't show highlight rects if page can't be showed. Fix for 
5289         the bug #342076
5290
5291 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5292
5293         * shell/ev-window.c: (setup_sidebar_from_metadata),
5294         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5295         
5296         Setup sidebar from metadata even if there is no document
5297         loaded. Fix for the bug #342807.
5298
5299 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * cut-n-paste/toolbar-editor/Makefile.am:
5302         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5303         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5304         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5305         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5306         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5307         (popup_context_menu_cb), (button_press_event_cb),
5308         (configure_item_sensitivity), (configure_item_cursor),
5309         (configure_item_tooltip), (connect_widget_signals),
5310         (action_sensitive_cb), (create_item_from_action),
5311         (create_item_from_position), (toolbar_drag_data_received_cb),
5312         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5313         (toolbar_drag_leave_cb), (configure_drag_dest),
5314         (toggled_visibility_cb), (toolbar_visibility_refresh),
5315         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5316         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5317         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5318         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5319         (egg_editable_toolbar_dispose),
5320         (egg_editable_toolbar_set_ui_manager),
5321         (egg_editable_toolbar_get_selected),
5322         (egg_editable_toolbar_set_selected), (set_edit_mode),
5323         (egg_editable_toolbar_set_property),
5324         (egg_editable_toolbar_get_property),
5325         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5326         (egg_editable_toolbar_new_with_model),
5327         (egg_editable_toolbar_get_edit_mode),
5328         (egg_editable_toolbar_set_edit_mode),
5329         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5330         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5331         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5332         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5333         (item_added_or_removed_cb), (toolbar_removed_cb),
5334         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5335         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5336         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5337         (editor_create_item_from_name), (append_table),
5338         (update_editor_sheet), (egg_toolbar_editor_init):
5339         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5340         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5341         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5342         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5343         (toolbar_node_free), (egg_toolbars_model_get_flags),
5344         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5345         (egg_toolbars_model_get_name), (impl_add_item),
5346         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5347         (parse_data_list), (parse_item_list), (parse_toolbars),
5348         (egg_toolbars_model_load_toolbars), (parse_available_list),
5349         (parse_names), (egg_toolbars_model_load_names),
5350         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5351         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5352         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5353         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5354         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5355         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5356         (egg_toolbars_model_set_types), (fill_avail_array),
5357         (egg_toolbars_model_get_name_avail),
5358         (egg_toolbars_model_get_name_flags),
5359         (egg_toolbars_model_set_name_flags):
5360         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5361         * cut-n-paste/toolbar-editor/eggintl.h:
5362         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5363         (egg_tree_multi_drag_source_get_type),
5364         (egg_tree_multi_drag_source_row_draggable),
5365         (egg_tree_multi_drag_source_drag_data_delete),
5366         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5367         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5368         (path_list_free), (set_context_data), (get_context_data),
5369         (get_info), (egg_tree_multi_drag_drag_data_get),
5370         (egg_tree_multi_drag_motion_event),
5371         (egg_tree_multi_drag_button_press_event),
5372         (egg_tree_multi_drag_add_drag_support):
5373         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5374         * shell/ev-application.c: (ev_application_init),
5375         (ev_application_save_toolbars_model):
5376         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5377         (ev_window_cmd_edit_toolbar), (ev_window_init):
5378         
5379         Sync toolbareditor with epiphany and libegg
5380
5381 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5382
5383         * configure.ac: 
5384
5385         Depend on poppler 0.5.2
5386
5387 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5388
5389         * shell/ev-jobs.c: (ev_job_render_run):
5390         
5391         Check if document supports links iterface.
5392
5393 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * NEWS:
5396         * configure.ac:
5397         
5398         Update for release 0.5.3
5399
5400 2006-05-13  Michael Plump  <plumpy@skylab.org>
5401
5402         * configure.ac:
5403         * shell/Makefile.am:
5404         * shell/main.c: (main):
5405         
5406         Port to GOption command line parsing. Fix for the 
5407         bug #327518
5408
5409 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * shell/ev-window.c: (ev_window_cmd_help_about):
5412         
5413         Do not wrap license. Fix for the bug #309460.
5414
5415 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * configure.ac:
5418         * properties/ev-properties-main.c: (ev_properties_get_pages):
5419         * shell/ev-application.c: (ev_application_open_window),
5420         (ev_application_open_uri_at_dest):
5421         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5422         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5423         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5424         * shell/ev-utils.c: (save_print_config_to_file):
5425         * shell/ev-window.c: (ev_window_cmd_save_as),
5426         (ev_attachment_popup_cmd_save_attachment_as):
5427         * shell/main.c: (load_files_remote):
5428         
5429         Bump requirements to gtk 2.8 and drop all ifdefs used.
5430
5431 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5434         * shell/ev-window.c: (ev_window_init):
5435         
5436         Show attachments page.
5437
5438 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5439
5440         * po/POTFILES.in:
5441         * shell/ev-attachment-bar.c:
5442         * shell/ev-attachment-bar.h:
5443         * shell/ev-sidebar-attachments.c:
5444         (ev_sidebar_attachments_icon_cache_add),
5445         (icon_theme_get_pixbuf_from_mime_type),
5446         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5447         (ev_sidebar_attachments_icon_cache_refresh),
5448         (ev_sidebar_attachments_get_attachment_at_pos),
5449         (ev_sidebar_attachments_popup_menu_show),
5450         (ev_sidebar_attachments_popup_menu),
5451         (ev_sidebar_attachments_button_press),
5452         (ev_sidebar_attachments_update_icons),
5453         (ev_sidebar_attachments_drag_data_get),
5454         (ev_sidebar_attachments_get_property),
5455         (ev_sidebar_attachments_destroy),
5456         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5457         (ev_sidebar_attachments_new),
5458         (ev_sidebar_attachments_set_document),
5459         (ev_sidebar_attachments_support_document),
5460         (ev_sidebar_attachments_get_label),
5461         (ev_sidebar_attachments_page_iface_init):
5462         * shell/ev-sidebar-attachments.h:
5463         * shell/ev-window.c: (update_chrome_visibility),
5464         (setup_sidebar_from_metadata), (ev_window_setup_document),
5465         (ev_window_sidebar_current_page_changed_cb),
5466         (attachment_bar_menu_popup_cb), (ev_window_init):
5467         
5468         Move attachments bar to sidebar.
5469
5470 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * pdf/ev-poppler.cc:
5473         * shell/ev-application.[ch]:
5474         * shell/main.c:
5475
5476         Fix some memory leaks.
5477
5478 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5479
5480         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5481
5482         Change the properties dialog response to
5483         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5484         will make the dialog go away when the user presses
5485         enter. With gtk+ >= 2.9 this will happen anyway, but for
5486         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5487         escape by default. Fixes bug #340539. See also bug
5488         #101293 for the gtk+ part.
5489
5490 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5491
5492         * shell/ev-view.c (tip_from_action_named): Replace some strings
5493         that were wrong. Closes #340970.
5494
5495 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5496
5497         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5498
5499         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5500         #341049
5501
5502 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * djvu/Makefile.am:
5505         * dvi/Makefile.am:
5506         * dvi/mdvi-lib/Makefile.am:
5507         * properties/Makefile.am:
5508         * ps/Makefile.am:
5509         * shell/Makefile.am:
5510         * thumbnailer/Makefile.am:
5511         
5512         Due to broken libtool that is unable to track dependencies
5513         of noinst libraries we are forced to explicitely point
5514         libraries for binary. Fix for the bug #333334.
5515
5516 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5517
5518         * data/evince.desktop.in.in:
5519         * shell/ev-view.c: (view_update_range_and_current_page),
5520         (ev_view_next_page), (ev_view_previous_page):
5521         * shell/ev-window.c: (update_chrome_visibility),
5522         (setup_sidebar_from_metadata), (ev_window_setup_document),
5523         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5524         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5525         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5526         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5527         (ev_window_stop_presentation), (ev_window_focus_in_event),
5528         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5529         (ev_window_init):
5530         * thumbnailer/Makefile.am:
5531         
5532         Update fullscreen and presentation timeout handling. Hide
5533         cursor in presentation after timeout. Fix for the bugs
5534         #136359 and #336981.
5535
5536 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * backend/ev-link-action.[ch]:
5539         * pdf/ev-poppler.cc: (ev_link_from_action):
5540         * shell/ev-view-private.h:
5541         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5542         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5543
5544         Add support for Named Action links
5545
5546 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5547
5548         * backend/Makefile.am:
5549         * backend/ev-document-links.[ch]:
5550         * backend/ev-document.[ch]:
5551         * backend/ev-link-action.[ch]:
5552         * backend/ev-link-dest.[ch]:
5553         * backend/ev-link.[ch]:
5554         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5555         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5556         * shell/ev-page-action.c: (build_new_tree_cb):
5557         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5558         (links_page_num_func), (update_page_callback):
5559         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5560         (tip_from_link):
5561         * shell/ev-jobs.c:
5562         * shell/ev-window.[ch]: (ev_window_open_uri),
5563         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5564         * shell/ev-application.[ch]: (ev_application_open_window),
5565         (ev_application_open_uri):
5566
5567         Rework links system, it adds support for remote links now and it makes
5568         easier to add new kinds of actions and destinations. Fixes bug #317292
5569
5570 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5571
5572         * data/Makefile.am:
5573         * data/evince.png:
5574         * data/evince-16.png:
5575         * data/evince-22.png:
5576         * data/evince.svg:
5577         * shell/main.c: (main):
5578         
5579         Evince use it's own icon. Fix for the bug #313392.
5580
5581         * shell/ev-window.c: (fullscreen_timeout_cb),
5582         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5583         (ev_window_cmd_help_about), (ev_window_dispose):
5584         
5585         Simplify fullscreen timeout code.
5586
5587 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5588
5589         * backend/ev-attachment.c: 
5590         * shell/ev-attachment-bar.c:
5591         * shell/ev-window.c:
5592
5593         Allow multiple selection of attachments
5594
5595 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * shell/ev-view.c: (view_update_range_and_current_page),
5598         (ev_view_scroll):
5599         
5600         Fix for the bug #312573 – Optimal selection of current 
5601         page among visible pages.
5602
5603 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * configure.ac:
5606         * djvu/Makefile.am:
5607         * djvu/djvu-text.h:
5608         
5609         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5610         for the bug 339868.
5611
5612 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5613
5614         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5615
5616 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5617
5618         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5619         dictated by the GNOME HIG. Fixes bug #339235.
5620
5621 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5622
5623         * data/evince-ui.xml:
5624         * shell/ev-view.c: (ev_view_can_find_previous):
5625         * shell/ev-view.h:
5626         * shell/ev-window.c: (ev_window_update_actions),
5627         (ev_window_cmd_edit_find_previous):
5628
5629         Add support for "Find Previous" as dictated by the GNOME HIG. A
5630         menu item is added and some glue code to make it all work is added
5631         to various files.
5632
5633 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5634
5635         * configure.ac: Award myself the "useless use of cat" award.
5636
5637 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5638
5639         * po/LINGUAS: New file listing all supported languages.
5640
5641         * configure.in: Use po/LINGUAS instead of including all languages
5642         directly in this file. See the wiki for more information:
5643         http://live.gnome.org/GnomeGoals/PoLinguas
5644
5645 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5646
5647         * backend/ev-document-factory.c:
5648
5649         Do not load the document twice when there isn't errors
5650
5651 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5652
5653         * backend/ev-attachment.c: 
5654
5655         Fix a crash when there isn't a default application to open an
5656         attachment
5657
5658 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5659
5660         * backend/ev-attachment.[ch]:
5661         * shell/ev-attachment-bar.[ch]:
5662
5663         Added missing files. 
5664
5665 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5666
5667         * backend/Makefile.am:
5668         * data/evince-ui.xml:
5669         * backend/ev-attachment.[ch]:
5670         * backend/ev-document.[ch]: (ev_document_has_attachments),
5671         (ev_document_get_attachments):
5672         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5673         (attachment_save_to_buffer), (pdf_document_get_attachments),
5674         (pdf_document_document_iface_init):
5675         * shell/Makefile.am:
5676         * shell/ev-attachment-bar.[ch]:
5677         * shell/ev-window.c:
5678
5679         Add support for PDF attachments. Fixes bug #325143
5680
5681 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * backend/ev-document-factory.c: (get_document_from_uri),
5684         (ev_document_factory_get_document):
5685         * backend/ev-document-factory.h:
5686         * properties/ev-properties-main.c: (ev_properties_get_pages):
5687         * shell/Makefile.am:
5688         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5689         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5690         (ev_job_queue_remove_job):
5691         * shell/ev-job-queue.h:
5692         * shell/ev-job-xfer.c:
5693         * shell/ev-job-xfer.h:
5694         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5695         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5696         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5697         (ev_job_xfer_run):
5698         * shell/ev-jobs.h:
5699         * shell/ev-window.c: (ev_window_is_empty),
5700         (password_dialog_response), (ev_window_clear_xfer_job),
5701         (ev_window_xfer_job_cb), (ev_window_open_uri),
5702         (ev_window_cmd_focus_page_selector),
5703         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5704         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5705         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5706         (ev_window_dispose):
5707         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5708         
5709         * Cleanup mime type detection on document load. Fix for the
5710         bug #336448.
5711
5712 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5715         
5716         Fix crash on exit, described in the bug #336825.
5717
5718 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5719
5720         * backend/ev-document-factory.c:
5721         (ev_document_factory_get_from_mime),
5722         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5723         (ev_document_factory_get_document),
5724         (file_filter_add_mime_list_and_free),
5725         (ev_document_factory_add_filters):
5726         * backend/ev-document-factory.h:
5727         * properties/ev-properties-main.c: (ev_properties_get_pages):
5728         * shell/Makefile.am:
5729         * shell/ev-application.c:
5730         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5731         * shell/ev-window.c: (ev_window_cmd_file_open),
5732         (ev_window_cmd_save_as):
5733         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5734         
5735         Rework factory functions so they are placed now in a single 
5736         file ev-document-factory.c
5737
5738 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5739
5740         * shell/ev-window.c: (update_chrome_visibility):
5741         
5742         Fix for the bug 166566 - don't show menubar in fullscreen
5743         mode.
5744
5745 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5746
5747         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5748
5749 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5750
5751         * shell/ev-view.c: (ev_view_expose_event):
5752         
5753         More correctly draw loading text when document
5754         is empty.
5755
5756 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * shell/ev-view.c: (ev_view_scroll):
5759         
5760         Fix for the bug #334854, page down and page up switch
5761         pages in presentation mode.
5762
5763 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * shell/ev-window.c: (ev_window_set_action_sensitive),
5766         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5767         (ev_window_set_view_accels_sensitivity),
5768         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5769         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5770         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5771         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5772         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5773         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5774         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5775         (view_actions_focus_in_cb), (ev_window_init):
5776         
5777         Fix for the bug #333902, now it's possible to search
5778         words with slash.
5779
5780 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5781
5782         * configure.ac: Added Breton translation.
5783         * po/br.po: Added Breton translation.
5784
5785 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5786
5787         * shell/ev-window-title (ev_window_title_update):
5788
5789         Fix memory leak in window title. Fixes bug #333944
5790
5791 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5792
5793         * shell/ev-metadata-manager.c (parseItem):
5794
5795         Fix memory leaks. Fixes bug #333945
5796
5797 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5798         
5799         * NEWS, configure.ac, TODO:
5800         
5801         Update for release 0.5.2.
5802
5803 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5804
5805         * shell/ev-view.c: (view_update_range_and_current_page),
5806         (page_changed_cb):
5807         
5808         Don't jump on scrolling, fix for the bug #333127.
5809
5810 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5811
5812         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5813         
5814         Scroll by one page in presentation mode. Fix for the bug
5815         #332993.
5816
5817 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5818
5819         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5820
5821 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5822
5823         * configure.ac  Added lv in ALL_LINGUAS line.
5824
5825 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5826         
5827         * NEWS, configure.ac:
5828         
5829         Update for release 0.5.1
5830
5831 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5832
5833         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5834         * backend/ev-document-misc.h:
5835         * shell/ev-view.c: (draw_one_page):
5836         
5837          Clairfy what page the toolbar page number applies to. Fix
5838          for the bug #328102.
5839
5840 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5841
5842         * shell/ev-view-private.h:
5843         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5844         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5845         (ev_view_search_changed):
5846         * shell/ev-view.h:
5847         * shell/ev-window.c: (find_bar_search_changed_cb):
5848         
5849         Dont't jump to find result if window was scrolled during search.
5850         Fix for the bug #313266.
5851
5852 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5853
5854         * shell/eggfindbar.c: (egg_find_bar_class_init):
5855         * shell/eggfindbar.h:
5856         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5857         * shell/ev-view-private.h:
5858         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5859         (ev_view_class_init), (ev_sizing_mode_get_type),
5860         (ev_scroll_type_get_type):
5861         * shell/ev-view.h:
5862         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5863         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5864         (ev_window_init):
5865         
5866         Fix for the bug 319133 - Find entry should allow text scroll.
5867
5868 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5869
5870         * shell/ev-view-private.h:
5871         * shell/ev-view.c: (view_update_range_and_current_page),
5872         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5873         (ev_view_set_document), (update_find_status_message),
5874         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5875         (ev_view_find_previous):
5876         
5877         Fix for the bug #319137. Search now takes account for scrolling.
5878
5879 2006-02-19  Michael Hofmann <mh21@piware.de>
5880
5881         * configure.ac:
5882         * djvu/Makefile.am:
5883         * djvu/djvu-document-private.h:
5884         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5885         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5886         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5887         (djvu_document_can_get_text), (djvu_document_get_text),
5888         (djvu_document_document_iface_init),
5889         (djvu_document_thumbnails_get_thumbnail),
5890         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5891         (djvu_document_find_get_result),
5892         (djvu_document_find_page_has_results),
5893         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5894         (djvu_document_find_iface_init):
5895         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5896         (djvu_text_page_selection), (djvu_text_page_limits_process),
5897         (djvu_text_page_limits), (djvu_text_page_copy),
5898         (djvu_text_page_position), (djvu_text_page_union),
5899         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5900         (djvu_text_page_box), (djvu_text_page_append_text),
5901         (djvu_text_page_search), (djvu_text_page_prepare_search),
5902         (djvu_text_page_new), (djvu_text_page_free):
5903         * djvu/djvu-text-page.h:
5904         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5905         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5906         (djvu_text_n_results), (djvu_text_has_results),
5907         (djvu_text_get_result), (djvu_text_get_progress):
5908         * djvu/djvu-text.h:
5909         
5910         Text search in djvu. Fix for the bug #303415.
5911
5912 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5913
5914         * configure.ac:
5915         * shell/ev-window.c: (ev_window_cmd_save_as):
5916         
5917         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5918         Thanks to Gary Coady <gary@lyranthe.org>
5919
5920 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5921
5922         * shell/ev-print-job.c: (idle_print_handler):
5923         
5924         Inverse order printing, bug #320919.
5925
5926 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * data/evince-toolbar.xml:
5929         * shell/ev-window.c:
5930         
5931         Allow to add sidebar checkbutton on toolbar. Fix
5932         for the bug #144577.
5933
5934 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5937         
5938         Add checks that have sense for empty ps document.
5939
5940 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5941
5942         * configure.ac: Include PS in mime types list. 
5943
5944 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * configure.ac:
5947         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5948         * ps/gsdefaults.h:
5949         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5950         
5951         Runtime check for gs interpreter. Fix for the bug #320868.
5952         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5953
5954 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5955
5956         * shell/ev-application.c: 
5957
5958         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5959         dbus>=0.60, so that the request is not queued. 
5960
5961 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5962
5963         * configure.ac:
5964         * shell/Makefile.am:
5965         * shell/ev-sidebar-links.c: (print_section_cb):
5966         * shell/ev-utils.c:
5967         * shell/ev-utils.h:
5968         * shell/ev-window.c: (update_action_sensitivity),
5969         (ev_window_close_dialogs), (ev_window_print):
5970         * shell/ev-window.h:
5971         
5972         Make printing support optional. Patch from Eduardo de Barros Lima
5973         <eduardo.lima@indt.org.br> for the bug #330546.
5974
5975 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * shell/ev-view-private.h:
5978         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5979         (ev_view_set_document):
5980         * shell/ev-view.h:
5981         * shell/ev-window.c: (ev_window_load_job_cb),
5982         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5983         (ev_window_init):
5984
5985         Draw Loading message during xfer job. Fix for the bug #329495.
5986
5987 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5988
5989         * comics/comics-document.c: (comics_regex_quote),
5990         (comics_document_load), (extract_argv):
5991         
5992         Correcly quote regexp before passing it to unzip.
5993
5994 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5995
5996         * shell/ev-page-cache.c: (build_height_to_page),
5997         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5998         (ev_page_cache_get_dual_even_left):
5999         * shell/ev-page-cache.h:
6000         * shell/ev-view.c: (view_update_range_and_current_page),
6001         (get_page_y_offset), (get_page_extents):
6002         
6003         Place even pages to the left if document has less then
6004         two pages. Fix for the bug #328856.
6005
6006 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6007
6008         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6009         
6010         Correct comics scheme. This make evince create thumbnails
6011         for comic books. Fix for the bug 329088.
6012
6013 2006-01-31  Christopher Aillon  <caillon@redhat.com>
6014
6015         * data/evince-password.glade: Don't explicitly set
6016         invisible_char to the current default value in case
6017         the default changes; let GTK+ do its magic.
6018
6019 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
6022         real filename to tmp filename since often document
6023         type is determined by extension.
6024
6025 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6026
6027         * shell/ev-view.c: (add_scroll_binding_keypad),
6028         (ev_view_binding_activated), (ev_view_class_init):
6029         
6030         Add keybindings for percision-scrolling of display area. 
6031         Fix for the bug #314072.
6032
6033 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * data/evince.desktop.in.in:
6036         
6037         Add GTK to the list of categories. Fix for the bug #328034.
6038
6039 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6040
6041         * shell/ev-application.c: (ev_application_shutdown),
6042         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
6043         * shell/ev-application.h:
6044         * shell/ev-window.c: (file_open_dialog_response_cb),
6045         (ev_window_cmd_file_open):
6046         
6047         Save last uri in file chooser dialog. Fix for the bug #327950.
6048
6049 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * NEWS:
6052         * README:
6053         
6054         Final update for release 0.5.0
6055         
6056         * shell/Makefile.am:
6057         
6058         Remove disable deprecated until we'll require libgnome-2.13.7
6059         and port to GOption argument parsing. See bug 327518.
6060
6061 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
6062
6063         * comics/comics-document.c: (comics_document_save):
6064         * djvu/djvu-document.c: (djvu_document_save):
6065         * dvi/dvi-document.c: (dvi_document_save):
6066         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
6067         * lib/ev-file-helpers.h:
6068         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
6069         * tiff/tiff-document.c: (tiff_document_save):
6070         
6071         Use common save function for backends.
6072
6073 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
6074
6075         * backend/ev-document-types.c:
6076         
6077         Fix crash on saving pixbuf.
6078
6079 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * cut-n-paste/recent-files/egg-recent-item.c:
6082         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
6083         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
6084         (parse_info_free), (valid_element), (start_element_handler),
6085         (end_element_handler), (text_handler), (egg_recent_model_filter),
6086         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
6087         (egg_recent_model_monitor), (egg_recent_model_read),
6088         (egg_recent_model_open_file), (egg_recent_model_lock_file),
6089         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
6090         (egg_recent_model_set_property), (egg_recent_model_class_init),
6091         (egg_recent_model_init), (egg_recent_model_add_full),
6092         (egg_recent_model_delete), (egg_recent_model_get_list),
6093         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
6094         (egg_recent_model_set_filter_mime_types),
6095         (egg_recent_model_clear_group_filter),
6096         (egg_recent_model_set_filter_groups),
6097         (egg_recent_model_clear_scheme_filter),
6098         (egg_recent_model_set_filter_uri_schemes),
6099         (egg_recent_model_remove_expired):
6100         * cut-n-paste/recent-files/egg-recent-util.c:
6101         (egg_recent_util_get_icon):
6102         * cut-n-paste/recent-files/egg-recent-util.h:
6103         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6104         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
6105         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
6106         (egg_recent_view_uimanager_set_property),
6107         (egg_recent_view_uimanager_get_property),
6108         (egg_recent_view_uimanager_class_init),
6109         (egg_recent_view_uimanager_init),
6110         (egg_recent_view_uimanager_set_label_width),
6111         (egg_recent_view_uimanager_get_label_width):
6112         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6114         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6115         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6116         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6117         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6118         
6119         Update from libegg.
6120
6121 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6122
6123         * shell/ev-page-cache.c: (build_height_to_page),
6124         (ev_page_cache_get_height_to_page):
6125         * shell/ev-page-cache.h:
6126         * shell/ev-view.c: (view_update_range_and_current_page),
6127         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
6128         (ev_view_previous_page):
6129         
6130         Dual mode places even pages to the left. Fix for the bug #309393.
6131
6132         * shell/ev-view.h:
6133         * shell/ev-window.c: (update_action_sensitivity),
6134         (setup_view_from_metadata), (view_menu_popup_cb):
6135         
6136         Don't restore presentation in empty windows, more intelligent
6137         next page behaviour in dual mode.
6138
6139         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6140         (ev_pixbuf_cache_clear_job_sizes):
6141         
6142         Cleanup job callback on removal. Fix for the bug #325886.
6143
6144 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6145
6146         * ps/ps.c: (psscan):
6147         
6148         Commit workaround Mozilla problem. Fix for the bug #325919
6149         
6150         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
6151         (save_item):
6152         
6153         Fix for year 2038 problem.
6154
6155 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * shell/ev-window.c: (setup_document_from_metadata),
6158         (ev_window_cmd_view_reload):
6159
6160         Clamp page recieved from metadata in valid values. Fix
6161         for the bug #325986.
6162
6163 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * MAINTAINERS: 
6166         Add MAINTAINERS as requested on desktop-devel-list.
6167
6168 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6169
6170         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
6171         (mime_type_supported_by_gdk_pixbuf),
6172         (ev_document_factory_get_mime_types),
6173         (ev_document_factory_get_all_mime_types):
6174         
6175         Don't add pixbuf mime types if pixbuf backend is disabled.
6176         
6177         * shell/ev-application.c: (ev_application_get_uri_window):
6178         
6179         Fix for the bug 325815 - unhandled MIME type message doesn't 
6180         appear a second time. 
6181         
6182         * shell/ev-document-types.c: (ev_document_types_add_filters):
6183         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
6184         (password_dialog_response), (ev_window_popup_password_dialog),
6185         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6186         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6187         (ev_window_run_presentation), (ev_window_stop_presentation),
6188         (save_sizing_mode), (ev_window_zoom_changed_cb),
6189         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6190         (ev_window_dual_mode_changed_cb),
6191         (ev_window_sidebar_current_page_changed_cb),
6192         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6193         (window_state_event_cb), (window_configure_event_cb):
6194         
6195         Cleanup additional uris holded by EvWindow.
6196
6197 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6198
6199         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
6200         (ev_view_can_previous_page), (ev_view_can_next_page):
6201         * shell/ev-view.h:
6202         * shell/ev-window.c: (update_action_sensitivity):
6203         
6204         Two page scrolling with Space and PageUp in dual mode. Second fix 
6205         for the bug #316608.
6206
6207 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * shell/ev-view.c: (scroll_to_current_page):
6210         
6211         Correctly clamp adjustment value. Fix for the bug
6212         #325808.
6213
6214 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6215
6216         * shell/ev-sidebar-links.c: (print_section_cb):
6217         * shell/ev-window.c: (ev_window_get_uri),
6218         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
6219         (ev_window_print_dialog_response_cb), (ev_window_print_range),
6220         (ev_window_dispose):
6221         
6222         Make print dialog non-modal. Fix for the bug #325622.
6223
6224 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6225
6226         * shell/ev-metadata-manager.c:
6227         * shell/ev-utils.c: (using_pdf_printer),
6228         (using_postscript_printer), (load_print_config_from_file),
6229         (save_print_config_to_file):
6230         * shell/ev-utils.h:
6231         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
6232         (update_sidebar_visibility), (setup_sidebar_from_metadata),
6233         (setup_view_from_metadata), (ev_window_setup_document),
6234         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
6235         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6236         (ev_window_run_presentation), (ev_window_stop_presentation),
6237         (save_sizing_mode), (ev_window_zoom_changed_cb),
6238         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
6239         (ev_window_dual_mode_changed_cb),
6240         (ev_window_sidebar_current_page_changed_cb),
6241         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
6242         (window_state_event_cb), (window_configure_event_cb),
6243         (ev_window_init):
6244         
6245         Setting saving behaviour fixes.
6246
6247 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * configure.ac:
6250         
6251         Make antialiasing gs options better and allow
6252         to change them during configure. Fix for the 
6253         bug #319049.
6254
6255 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * shell/ev-window.c: (setup_view_from_metadata):
6258         
6259         Remember if last window was maximized. Fix for the
6260         bug #323797.
6261
6262 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
6263
6264         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
6265
6266 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6267
6268         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
6269         * shell/ev-page-action.c: (build_new_tree_cb):
6270         * shell/ev-sidebar-links.c: (links_page_num_func),
6271         (update_page_callback_foreach), (update_page_callback):
6272         * shell/ev-view.c: (scroll_to_current_page):
6273         
6274         Fix for the bug #325067 with more intelligent selection
6275         of current link in sidebar. Make sidebar handle links
6276         of FITR-like type more correctly.
6277
6278         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
6279         (dvi_pixbuf_put_pixel):
6280         
6281         Fix memory consumtion with disabled alpha channel.
6282
6283 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6284
6285         * data/evince-ui.xml:
6286         * shell/ev-window.c: (view_menu_popup_cb),
6287         (ev_popup_cmd_open_link), (ev_window_init):
6288         
6289         Update context menu for internal links. Fix for the bug
6290         #325066.
6291
6292 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6293
6294         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6295         
6296         Bind context menu to keyboard also. Fix for the bug
6297         #325065.
6298
6299 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * shell/ev-view.c: (selection_scroll_timeout_cb):
6302         
6303         Horizontal scroll on selection also.
6304
6305 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6306
6307         * shell/ev-metadata-manager.c: (parse_value):
6308         * shell/ev-view.c: (goto_xyz_link):
6309         
6310         Correct zoom setup and metadata save broken in 
6311         some locales.
6312
6313 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-view-private.h:
6316         * shell/ev-view.c: (scroll_to_current_page),
6317         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6318         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6319         (page_changed_cb), (ev_view_set_continuous),
6320         (ev_view_set_dual_page), (ev_view_set_presentation):
6321         
6322         Delay scroll until allocation to correctly position page. Fix
6323         for the bug #317334.
6324
6325 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6326
6327         * NEWS:
6328         * configure.ac:
6329         
6330         Update NEWS and require poppler 0.5.0.
6331
6332 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6333         
6334         * data/evince-ui.xml:
6335         * shell/ev-view-private.h:
6336         * shell/ev-view.c: (ev_view_get_link_at_location),
6337         (handle_link_over_xy), (ev_view_button_press_event),
6338         (ev_view_button_release_event), (ev_view_class_init):
6339         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6340         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6341         (ev_window_init):
6342         
6343         Implement right-click context menu.
6344
6345 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6348         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6349         (mdvi_pixbuf_device_render):
6350         * pdf/ev-poppler.cc:
6351
6352         Don't generate thumbnails with alpha. See bug #324077.
6353         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6354
6355 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * shell/ev-window.c: (setup_chrome_from_metadata):
6358         
6359         Fix typo that was hiding toolbar.
6360
6361 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6362
6363         * shell/ev-view-private.h:
6364         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6365         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6366         (ev_view_button_release_event), (ev_view_destroy):
6367         
6368         Small cleanup and autoscrolling during selection. Thanks to 
6369         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6370
6371 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6372
6373         * configure.ac:
6374         
6375         Correctly check for comics option.
6376
6377 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6378         * Makefile.am:
6379         * configure.ac:
6380         * backend/Makefile.am:
6381         * backend/ev-document-factory.c:
6382         * shell/ev-document-types.c:
6383
6384         Included option in configure to make ps backend 
6385         compilation optional with --disable-ps.
6386
6387 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6388
6389         * backend/ev-document-factory.c:
6390         * comics/Makefile.am:
6391         * comics/comics-document.c: (comics_document_load):
6392         * comics/ev-cbr-mime.xml:
6393         * configure.ac:
6394         
6395         Comics mime types are added to shared-mime-info CVS. Now
6396         we don't need to install our own mime types.
6397
6398 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * shell/ev-window.c:
6401         
6402         Add shortcut for "save a copy" menu entry. Fix for
6403         the bug #324582.
6404
6405 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6406
6407         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6408         (job_finished_cb), (new_selection_pixbuf_needed),
6409         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6410         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6411         
6412         Rework selection job info logic and fix critical warning.
6413
6414 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6415
6416         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6417
6418 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6419
6420         * data/evince-ui.xml:
6421         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6422         
6423         Enter as shortcut key for next page. Fix for the bug
6424         #321394.
6425
6426 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6427
6428         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6429
6430 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6431
6432         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6433         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6434         (new_selection_pixbuf_needed),
6435         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6436         (clear_job_selection):
6437         
6438         Too early for 0.5. Pixbuf cache code cleaned a bit.
6439
6440 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6441
6442         * NEWS:
6443         * configure.ac:
6444         
6445         Release 0.5.0 preparation
6446
6447 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6448
6449         * comics/Makefile.am:
6450         * configure.ac:
6451         * shell/ev-document-types.c: (ev_document_types_add_filters):
6452         
6453         More advanced handling of custom mime type installation.
6454
6455 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6456
6457         * data/evince.schemas.in:
6458         * shell/ev-metadata-manager.c: (value_free),
6459         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6460         (ev_metadata_manager_get), (ev_metadata_manager_set):
6461         * shell/ev-metadata-manager.h:
6462         * shell/ev-window.c: (update_chrome_flag),
6463         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6464         (setup_document_from_metadata), (setup_chrome_from_metadata),
6465         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6466         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6467         (ev_window_view_toolbar_cb),
6468         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6469         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6470         
6471         Save last document settings and reuse them for new documents.
6472
6473 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * Makefile.am:
6476         * backend/Makefile.am:
6477         * backend/ev-document-factory.c:
6478         * backend/ev-document-factory.h:
6479         * comics/Makefile.am:
6480         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6481         (comics_document_load), (comics_document_save),
6482         (comics_document_get_n_pages), (comics_document_get_page_size),
6483         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6484         (comics_document_class_init), (comics_document_can_get_text),
6485         (comics_document_get_info), (comics_document_document_iface_init),
6486         (comics_document_init), (get_supported_image_extensions),
6487         (comics_document_thumbnails_get_geometry),
6488         (comics_document_thumbnails_get_thumbnail),
6489         (comics_document_thumbnails_get_dimensions),
6490         (comics_document_document_thumbnails_iface_init), (extract_argv):
6491         * comics/comics-document.h:
6492         * comics/ev-cbr-mime.xml:
6493         * configure.ac:
6494         * po/POTFILES.in:
6495         * shell/ev-application.c: (ev_application_register_service):
6496         * shell/ev-document-types.c: (ev_document_types_add_filters):
6497         * thumbnailer/Makefile.am:
6498         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6499         
6500         New CBR/CBZ backend for comic books.
6501
6502 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6503
6504         * shell/main.c: (load_files_remote):
6505
6506         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6507         warning on startup of second instance is fixed. It
6508         is bug #320353.
6509
6510 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6511
6512         * shell/ev-window.c: (ev_window_finalize):
6513         
6514         Fix double free that cause crash.
6515
6516 2005-10-29  Bastien Nocera <hadess@hadess.net>
6517
6518         * tiff/tiff-document.c: (tiff_document_load):
6519         
6520         Fix memory leak.
6521
6522 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * po/POTFILES.in:
6525         * shell/Makefile.am:
6526         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6527         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6528         (ev_view_accessible_get_text),
6529         (ev_view_accessible_get_character_at_offset),
6530         (ev_view_accessible_get_text_before_offset),
6531         (ev_view_accessible_get_text_at_offset),
6532         (ev_view_accessible_get_text_after_offset),
6533         (ev_view_accessible_get_character_count),
6534         (ev_view_accessible_get_caret_offset),
6535         (ev_view_accessible_set_caret_offset),
6536         (ev_view_accessible_get_run_attributes),
6537         (ev_view_accessible_get_default_attributes),
6538         (ev_view_accessible_get_character_extents),
6539         (ev_view_accessible_get_offset_at_point),
6540         (ev_view_accessible_get_n_selections),
6541         (ev_view_accessible_get_selection),
6542         (ev_view_accessible_add_selection),
6543         (ev_view_accessible_remove_selection),
6544         (ev_view_accessible_set_selection),
6545         (ev_view_accessible_text_iface_init),
6546         (ev_view_accessible_idle_do_action),
6547         (ev_view_accessible_action_do_action),
6548         (ev_view_accessible_action_get_n_actions),
6549         (ev_view_accessible_action_get_description),
6550         (ev_view_accessible_action_get_name),
6551         (ev_view_accessible_action_set_description),
6552         (ev_view_accessible_action_iface_init),
6553         (ev_view_accessible_get_type), (ev_view_accessible_new),
6554         (ev_view_accessible_factory_get_accessible_type),
6555         (ev_view_accessible_factory_create_accessible),
6556         (ev_view_accessible_factory_class_init),
6557         (ev_view_accessible_factory_get_type):
6558         * shell/ev-view-accessible.h:
6559         * shell/ev-view-private.h:
6560         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6561         * shell/ev-view.h:
6562         
6563         Initial accessibility support.
6564
6565 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6566
6567         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6568
6569 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6570
6571         * shell/ev-print-job.c: (idle_print_handler):
6572         
6573         Fix for bug Bug 318916: Printing multiple pages.
6574
6575 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6576
6577         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6578
6579 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6580
6581         * pdf/ev-poppler.cc:
6582         
6583         Thumnail dimensions unified with other backends.
6584         
6585         * shell/ev-window-title.c: (ev_window_title_update):
6586         
6587         Fix warning.
6588
6589 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6590
6591         * data/ev-stock-zoom-fit-width.png:
6592         
6593         Remove unused file.
6594
6595 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * configure.ac:
6598         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6599         (djvu_document_finalize):
6600         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6601         (dvi_document_finalize):
6602         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6603         (pixbuf_document_save), (pixbuf_document_finalize):
6604         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6605         (tiff_document_finalize):
6606         
6607         Save a copy implemented for various backends.
6608
6609 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6610
6611         * configure.ac:
6612         
6613         Don't link with ltiff if tiff is disabled.
6614
6615 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6616
6617         * pdf/GDKSplashOutputDev.cc:
6618         * pdf/GDKSplashOutputDev.h:
6619         * pdf/Thumb.cc:
6620         * pdf/Thumb.h:
6621         * pdf/pdf-document.cc:
6622         * pdf/pdf-document.h:
6623         * pdf/test-gdk-output-dev.cc:
6624         
6625         Remove old unused files.
6626
6627 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * shell/ev-window.c: (ev_window_setup_document):
6630         
6631         Fixed warnings on reload and probably crash reason.
6632
6633 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * properties/ev-properties-view.c:
6636         (ev_properties_view_format_date):
6637         
6638         Check if date is invalid. Fix for bug 318134.
6639
6640 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6641
6642         * shell/ev-window-title.c:
6643         
6644         Add .indd files (Adobe Indesign) to the list of "bad
6645         extensions".
6646
6647 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * data/evince-ui.xml:
6650         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6651         
6652         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6653
6654 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6655
6656         * shell/ev-window.c: (launch_link), (launch_external_uri),
6657         (view_external_link_cb):
6658
6659         URL-escape link before passing it to gnome_vfs_url_show.
6660
6661 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6662
6663         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6664         there isn't text selected.
6665
6666 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6667
6668         * shell/ev-view.c: (handle_link_over_xy):
6669
6670         Check tooltip is valid utf8 before showing it
6671
6672 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6673
6674         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6675
6676 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6677
6678         * shell/ev-window-title.c: (ev_window_title_update):
6679
6680         Guard against using g_strstrip on NULL. Fixes bug #317291.
6681
6682 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6683
6684         * pdf/ev-poppler.cc:
6685
6686         Show title even for unknown links
6687
6688 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * shell/ev-window-title.c: (ev_window_title_update):
6691
6692         Strip the title string
6693
6694 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6695
6696         * shell/ev-window-title.c:
6697
6698         Add .rtf to the bad extensions list
6699
6700 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6701
6702         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6703         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6704
6705         Ignore link coordinates if they are outside page bounds
6706
6707 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6708
6709         * backend/ev-link.c: (ev_link_type_get_type),
6710         (ev_link_get_filename), (ev_link_get_params),
6711         (ev_link_get_property), (ev_link_set_property),
6712         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6713         * backend/ev-link.h:
6714         * pdf/ev-poppler.cc:
6715         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6716         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6717         (ev_window_init):
6718
6719         Implement launch links. Delegate external link opening to
6720         the window.
6721
6722 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6725         (ev_link_get_right), (ev_link_get_property),
6726         (ev_link_set_property), (ev_link_class_init),
6727         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6728         * backend/ev-link.h:
6729         * pdf/ev-poppler.cc:
6730         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6731
6732         Implement fitr links
6733
6734 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6735
6736         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6737         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6738         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6739         (ev_view_size_request_continuous),
6740         (ev_view_size_request_dual_page),
6741         (ev_view_size_request_single_page), (ev_view_size_allocate),
6742         (ev_view_zoom_for_size_continuous_and_dual_page),
6743         (ev_view_zoom_for_size_continuous),
6744         (ev_view_zoom_for_size_dual_page),
6745         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6746         (ev_sizing_mode_get_type):
6747         * shell/ev-view.h:
6748         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6749
6750         Do not use modes for link, we need to calculate size ad hoc.
6751         Still not perfect because of the usual scrollbar issues grrr.
6752
6753 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6754
6755         * backend/ev-link.c: (ev_link_type_get_type),
6756         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6757         * backend/ev-link.h:
6758         * pdf/ev-poppler.cc:
6759         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6760         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6761         (ev_view_size_request_continuous),
6762         (ev_view_size_request_dual_page),
6763         (ev_view_size_request_single_page), (ev_view_size_allocate),
6764         (zoom_for_size_fit_height),
6765         (ev_view_zoom_for_size_continuous_and_dual_page),
6766         (ev_view_zoom_for_size_continuous),
6767         (ev_view_zoom_for_size_dual_page),
6768         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6769         (ev_sizing_mode_get_type):
6770         * shell/ev-view.h:
6771         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6772
6773         Implement FIT_HEIGHT mode (only for links).
6774         Implement FITH links
6775
6776 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6777
6778         * shell/ev-window-title.c: (get_filename_from_uri),
6779         (ev_window_title_sanitize_extension), (ev_window_title_update),
6780         (ev_window_title_set_document), (ev_window_title_set_uri),
6781         (ev_window_title_free):
6782         * shell/ev-window-title.h:
6783         * shell/ev-window.c: (ev_window_setup_document),
6784         (ev_window_popup_password_dialog):
6785
6786         Refactor window title building while fixing it for
6787         password documents.
6788
6789 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6790
6791         * pdf/ev-poppler.cc:
6792
6793         Escape link title before setting it in the model
6794
6795 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6796
6797         * shell/ev-application.c: (removed_from_session), (save_session),
6798         (init_session), (ev_application_get_empty_window),
6799         (ev_application_init), (ev_application_get_windows):
6800         * shell/ev-application.h:
6801         * shell/ev-window.c: (ev_window_finalize):
6802
6803         Add a function to retrieve window list and share it where
6804         necessary.
6805         Implement session handling, works pretty well thanks to the
6806         metadata system.
6807
6808 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * shell/ev-password.c: (ev_password_item_created_callback),
6811         (ev_password_dialog_save_password):
6812         
6813         Fix for bug 316972. Use async gnome-keyring API.
6814
6815 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6816
6817         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6818         Remove unused unrealize handler. Add scroll handling to
6819         ev_view_scroll_event for presentation mode (bug #316708),
6820         and fix the event state checks there.
6821
6822 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * shell/ev-page-action.c: (page_changed_cb):
6825
6826         "marco, maybe we should be crazy and jump right to 6! :)"
6827
6828         Bryan Clark, Sep 2005
6829
6830 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6831
6832         * ps/ps-document.c: (save_document), (ps_document_save),
6833         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6834         (ps_document_ps_export_end):
6835
6836         Fix unstructured documents save and print
6837
6838 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6839
6840         * shell/ev-application.c: (ev_application_open_uri):
6841
6842         Fix window size persistance
6843
6844 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6845
6846         * shell/ev-view.c: (ev_view_button_release_event):
6847
6848         Based on a patch from carlosgc@gnome.org. Mouse buttons
6849         switch pages in presentation mode.
6850
6851 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6852
6853         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6854
6855         Dont cast to int before scaling
6856
6857 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6858
6859         * backend/ev-link.c: (ev_link_type_get_type),
6860         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6861         (ev_link_new_page_fith):
6862         * backend/ev-link.h:
6863         * pdf/ev-poppler.cc:
6864         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6865
6866         Implement FIT and FITH links
6867
6868 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * pdf/ev-poppler.cc:
6871
6872         Return 0 results when search is not in progress.
6873
6874         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6875         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6876
6877         Update menu sensitivity when cancelling search
6878
6879 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6880
6881         * shell/ev-view.c: (ev_view_can_find_next):
6882
6883         Take all pages in consideration, not just current one
6884
6885 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6886
6887         * shell/ev-page-cache.c:
6888         * shell/ev-page-cache.h:
6889         * shell/ev-view.c: (ev_view_binding_activated),
6890         (ev_view_next_page), (ev_view_previous_page),
6891         (ev_sizing_mode_get_type):
6892         * shell/ev-view.h:
6893         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6894         (ev_window_cmd_go_next_page):
6895
6896         Move page next/previous functions from page chace to
6897         view and change it to move by 2 page steps in dual mode.
6898
6899 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6900
6901         * shell/ev-window.c: (update_sidebar_visibility),
6902         (setup_sidebar_from_metadata), (ev_window_setup_document),
6903         (setup_view_from_metadata):
6904
6905         Show the index by default when there is one     
6906
6907 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6908
6909         * shell/ev-window-title.c: (ev_window_title_set_document):
6910
6911         Missing null check
6912
6913 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * shell/ev-view.c: (view_update_range_and_current_page):
6916         
6917         Allow display of last odd page in dual view. Fix for 316347.
6918
6919 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6920
6921         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6922         
6923         Make close button default. Fix for 316383.
6924
6925 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6926
6927         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6928         
6929         Mark close button as default. Fix for 316381.
6930
6931 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6932
6933         * backend/ev-link.c: (ev_link_class_init):
6934
6935         Allow negative doubles in left/top properties
6936
6937 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6938
6939         * shell/ev-window.c:
6940
6941         Remove a bunch of strings that was used only
6942         by the statusbar.
6943
6944 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6945
6946         * shell/ev-window-title.c: (get_filename_from_uri),
6947         (ev_window_title_set_document):
6948
6949         When title has a confusing extension, show also
6950         the document filename inside ()
6951
6952 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6953
6954         * shell/Makefile.am:
6955         * shell/ev-window-title.c: (ev_window_title_new),
6956         (ev_window_title_update), (ev_window_title_set_type),
6957         (ev_window_title_set_document), (ev_window_title_free):
6958         * shell/ev-window-title.h:
6959         * shell/ev-window.c: (ev_window_setup_document),
6960         (password_dialog_response), (ev_window_popup_password_dialog),
6961         (ev_window_dispose), (ev_window_init):
6962
6963         Factor out and cleanup window title code
6964
6965 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6966
6967         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6968         (unable_to_load):
6969
6970         Make dialog transient so it doesnt block other windows
6971
6972 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * pdf/ev-poppler.cc:
6975         
6976         Fix pdf thumbnails rendering.
6977
6978 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6979
6980         * shell/ev-window.c: (fullscreen_set_timeout):
6981         
6982         Increase timeout to hide full screen popup. Bug 
6983         316123. 
6984
6985 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6986
6987         * data/evince.schemas.in:
6988         * shell/ev-window.c: (update_action_sensitivity):
6989
6990         Allow the user to override document restrictions. Fix for bug
6991         305818.
6992
6993 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6994
6995         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6996         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6997         (ev_window_class_init): Fix multihead behaviour of fullscreen
6998         toolbar popup. Fixes bug #315451.
6999
7000 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * configure.ac:
7003         * data/evince-password.glade:
7004         * shell/ev-password.c: (ev_password_dialog_set_property),
7005         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
7006         (ev_password_dialog_init), (ev_password_set_bad_password_label),
7007         (ev_password_dialog_entry_changed_cb),
7008         (ev_password_dialog_entry_activated_cb),
7009         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
7010         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
7011         (ev_password_dialog_set_bad_pass):
7012         * shell/ev-password.h:
7013         * shell/ev-window.c: (password_dialog_response),
7014         (ev_window_popup_password_dialog):
7015         
7016         Support for gnome-keyring for encrypted PDF's.
7017
7018 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7019
7020         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
7021         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
7022         (ev_view_enter_notify_event), (ev_view_class_init):
7023         
7024         More precise handling of enter_notify/leave_notify events
7025         in EvView. Fix for bug 315470.
7026
7027 2005-09-08  Christopher Aillon  <caillon@redhat.com>
7028
7029         * shell/ev-window.c: (fullscreen_timeout_cb),
7030         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7031         (ev_window_dispose):
7032
7033         leak fix: unref fullscreen_timeout_source before clearing it
7034
7035 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7036
7037         * configure.ac, dvi/mdvi/Makefile.am: 
7038         
7039         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
7040
7041 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * backend/ev-link.c: (ev_link_new_page_xyz):
7044         * pdf/ev-poppler.cc:
7045         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
7046
7047         Fix some bugs with xyz links, respect zoom
7048
7049 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7050
7051         * shell/ev-window.c: (page_changed_cb),
7052         (setup_document_from_metadata), (update_sidebar_visibility),
7053         (setup_view_from_metadata), (ev_window_run_fullscreen),
7054         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7055         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
7056         (ev_window_dual_mode_changed_cb),
7057         (ev_window_sidebar_current_page_changed_cb):
7058
7059         null check uri before setting and getting metadata
7060
7061 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7062
7063         * dvi/Makefile.am:
7064         * properties/Makefile.am:
7065         * shell/Makefile.am:
7066         * thumbnailer/Makefile.am:
7067
7068         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
7069
7070 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7071
7072         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
7073         (selection_changed_callback):
7074         * shell/ev-sidebar-links.h:
7075
7076         Add a signal for link activation.
7077
7078         * shell/ev-view.c: (ev_view_goto_link),
7079         (ev_view_button_release_event):
7080         * shell/ev-view.h:
7081         * shell/ev-window.c: (sidebar_links_link_activated_cb),
7082         (ev_window_init):
7083
7084         Implement the signal so that we can handle all link types.
7085
7086         * shell/ev-page-cache.c:
7087
7088         Remove unused set_link function
7089
7090 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
7091
7092         * lib/ev-tooltip.c: (ev_tooltip_set_position):
7093
7094         Add some space from the cursor, hardcoded but I couldnt
7095         find a better way.
7096
7097 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7098
7099         * lib/ev-tooltip.c:
7100
7101         Use mozilla style vs gtk style, way better for links.
7102
7103         * shell/ev-view.c: (ev_view_motion_notify_event),
7104         (ev_view_destroy), (ev_view_init):
7105
7106         Deactive tooltip when the link hovered is changed.
7107
7108 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
7109
7110         * backend/ev-document.h:
7111         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
7112         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
7113         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
7114         (ev_link_new_page), (ev_link_new_page_xyz):
7115         * backend/ev-link.h:
7116         * pdf/ev-poppler.cc:
7117         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
7118         (go_to_link), (tip_from_link):
7119
7120         Implement xyz links, still not functional. Links are a total
7121         mess, will need to refactor and bugfix a lot :(
7122
7123 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
7124
7125         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
7126
7127 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
7128
7129         * data/evince-ui.xml:
7130         * data/evince.schemas.in:
7131         * shell/Makefile.am:
7132         * shell/ev-window.c: (update_chrome_visibility),
7133         (password_dialog_response), (ev_window_load_job_cb),
7134         (ev_window_xfer_job_cb), (ev_window_open_uri),
7135         (ev_window_class_init), (set_chrome_actions), (load_chrome),
7136         (ev_window_init):
7137
7138         Remove the statusbar. This regress loading feedback, need to
7139         check with Bryan what we want to do there...
7140
7141 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7142
7143         * lib/ev-tooltip.c: (ev_tooltip_init):
7144
7145         Fix tooltip border and size handling
7146
7147 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
7150         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
7151         (ev_tooltip_timeout), (ev_tooltip_activate),
7152         (ev_tooltip_deactivate):
7153         * lib/ev-tooltip.h:
7154         * shell/ev-view.c: (ev_view_motion_notify_event):
7155
7156         Delay popup showing. Mirror gtk logic/times.
7157
7158 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * lib/Makefile.am:
7161         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
7162         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
7163         (ev_tooltip_set_text), (ev_tooltip_set_position):
7164         * lib/ev-tooltip.h:
7165
7166         Simple widget to show tooltips at a custom position
7167
7168         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
7169         (ev_view_destroy):
7170
7171         Use it for links. First go, needs work
7172
7173 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
7174
7175         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
7176         HIG fixes.  Use title capitalization for window title. Use 12 
7177         pixels of space between the dialog's vbox and action area.
7178
7179 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7180
7181         * shell/ev-window.c: (file_open_dialog_response_cb),
7182         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
7183         (ev_window_cmd_save_as):
7184
7185         Make file pickers not modal and refactor code some
7186
7187 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/ev-sidebar.h:
7190         * shell/ev-sidebar.c: (ev_sidebar_set_property),
7191         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
7192         (ev_sidebar_class_init), (ev_sidebar_select_page),
7193         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
7194         (ev_sidebar_set_page):
7195
7196         Add a current page property and allow to get/set it
7197
7198         * shell/ev-window.c: (setup_view_from_metadata),
7199         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
7200
7201         Persist current sidebar page per document
7202
7203 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
7204
7205         * data/evince.schemas.in:
7206         * shell/ev-window.c: (update_chrome_visibility),
7207         (setup_document_from_metadata), (update_sidebar_visibility),
7208         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
7209         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7210         (ev_window_run_presentation), (ev_window_stop_presentation),
7211         (ev_window_view_sidebar_cb),
7212         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
7213         (load_chrome), (ev_window_init):
7214
7215         Persist size/visibility of sidebar per document
7216
7217 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
7218
7219         * shell/ev-view.c (draw_loading_text): Draw loading text.
7220
7221 2005-09-02  Dan Damian  <dand@gnome.ro>
7222
7223         * configure.in: Added "ro" to ALL_LINGUAS.
7224
7225 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7226
7227         * shell/ev-view.c: (clear_caches):
7228
7229         ev_page_cache_get doesnt return a reference,
7230         dont try to unref it.
7231
7232 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
7233
7234         * shell/main.c: (load_files_remote):
7235
7236         Fix timestamp parameter with dbus <= 0.33
7237
7238 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
7239
7240         * data/evince.schemas.in:
7241
7242         Add missing full stop
7243
7244 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
7245
7246         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
7247         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
7248
7249         Plug some memory leaks
7250
7251 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
7252
7253         * configure.ac:
7254         * lib/ev-debug.c: (trap_handler):
7255
7256         Check for execinfo.h and use it only if it exists.
7257         Ported from Epiphany (bug #314776).
7258
7259 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
7260
7261         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
7262
7263 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
7264
7265         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
7266         * po/id.po      : Added Indonesian translation
7267
7268 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
7269
7270         * shell/main.c:
7271         * shell/ev-application.c: Last minute GTK-2.6 fixes.
7272         * NEWS: Release 0.4.0
7273
7274 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
7275
7276         * configure.ac: catch another gtk+-2.8ism
7277         * shell/main.c: Make work with gtk+-2.6
7278
7279 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
7280
7281         * shell/ev-application-service.xml: Add 'timestamp' argument to
7282           ev_application_open_window and ev_application_open_uri methods.
7283
7284         * shell/ev-application.h: Add 'timestamp' argument to
7285           ev_application_open_window, ev_application_open_uri,
7286           and ev_application_open_uri_list functions.
7287
7288         * shell/ev-application.c (ev_application_open_window,
7289           ev_application_open_uri, ev_application_open_uri_list): Change
7290           functions that show/present windows to use a timestamp if one
7291           is passed in.
7292
7293         * shell/ev-window.c (ev_window_cmd_file_open,
7294           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7295         * shell/main.c (load_files): Modify calls to ev_application to
7296           include GDK_CURRENT_TIME as timestamp.
7297
7298         * shell/main.c (load_files_remote): Obtain timestamp for client
7299           instance from GDK and pass to server instance so new windows are
7300           focused properly.  Fix dbus_g_proxy_call() calls by including second
7301           G_TYPE_INVALID.
7302           
7303         Closes bug #314475.
7304
7305 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7306
7307         * shell/ev-window.c (ev_window_finalize): Check for
7308         avail. EvWindows when quiting to handle the finalize better,
7309         #314497
7310
7311 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312         
7313         * properties/ev-properties-view.c: 
7314         
7315         Set textdomain to libglade. Fixes translation problem in property page.
7316
7317 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7318
7319         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7320         * dvi/Makefile.am:
7321         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7322         * dvi/mdvi-lib/Makefile.am:
7323         
7324         Fix rotation of thumbnails, ported to new API. Moved library
7325         dependencies earlier, probably it will fix linkage problem.
7326
7327 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7328
7329         * backend/ev-document-misc.c:
7330         (ev_document_misc_get_thumbnail_frame):
7331         * backend/ev-document-misc.h:
7332         * configure.ac:
7333         * pdf/ev-poppler.cc:
7334         * shell/Makefile.am:
7335         * shell/ev-sidebar-thumbnails.c: (add_range),
7336         (ev_sidebar_thumbnails_set_loading_icon),
7337         (ev_sidebar_thumbnails_refresh),
7338         (ev_sidebar_thumbnails_set_document):
7339         * shell/ev-sidebar-thumbnails.h:
7340         * shell/ev-view.c: (ev_view_motion_notify_event),
7341         (ev_view_set_property), (ev_view_get_property),
7342         (ev_view_class_init), (ev_view_set_rotation):
7343         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7344         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7345         (ev_window_init):
7346         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7347         Redo rotation (again).  prepare for 0.4.0
7348
7349 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7350
7351         * configure.ac: Bump poppler requirement to 0.4.1.
7352
7353         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7354         argument to poppler_page_render_selection() call.
7355
7356 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7357
7358         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7359         (djvu_document_thumbnails_get_thumbnail):
7360         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7361         (dvi_document_thumbnails_get_thumbnail):
7362         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7363         (pixbuf_document_thumbnails_get_thumbnail):
7364         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7365         
7366         Update rotation direction of backends to fit with pdf and ps.
7367
7368 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7369
7370         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7371         * backend/ev-async-renderer.h:
7372         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7373         (setup_page), (ps_document_get_page_size),
7374         (ps_async_renderer_render_pixbuf):
7375         * ps/ps-document.h:
7376         * shell/ev-jobs.c: (ev_job_render_run):
7377
7378         Fix orientation in the postscript document
7379
7380 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7381
7382         * pdf/ev-poppler.cc:
7383         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7384         * shell/ev-view.c: (highlight_find_results):
7385
7386         Adapt to the new poppler rotation API. Fix text maps on landscape
7387         documents.
7388
7389 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7390
7391         * shell/ev-view.c (compute_new_selection_text): get the correct
7392         region when selecting in modes other than continuous.
7393
7394 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7395
7396         * shell/main.c (main): remove redundant g_warnings.
7397
7398 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7399
7400         * shell/Makefile.am: Don't include autogenerated
7401         file ev-application-service.h into distribution, since
7402         it causes dbus crash. Fix for bugs 313724 and 313443. 
7403
7404 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7405
7406         * configure.ac: Fix sed expression for FreeBSD. Thanks
7407         to Joe Marcus Clark <marcus@freebsd.org>
7408         
7409         * shell/eggfindbar.c: (entry_activate_callback),
7410         (entry_changed_callback), (egg_find_bar_init),
7411         (egg_find_bar_set_search_string):
7412         
7413         Made findbar buttons unsensitive if there is no text in
7414         entry. Fix for the bug 313285.
7415
7416 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7417
7418         * ps/ps-document.c: Use g_filename_display_name for displaying
7419         filenames and revert string freeze breackage
7420
7421 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * NEWS:
7424         * configure.ac:
7425
7426         Update for 0.3.4
7427
7428         * shell/Makefile.am:
7429
7430         Add ev-application-service.xml to extra dist
7431
7432         * shell/ev-view.c: (find_page_at_location):
7433
7434         Remove unused function (fix warning)
7435
7436 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7437
7438         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7439         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7440         
7441         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7442         bug 313623.
7443
7444 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7445
7446         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7447         * shell/ev-window.c:
7448         Fix build warnings
7449
7450 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7451
7452         * configure.ac: Update script to get dbus version.
7453         Fix for the bug #313443.
7454
7455 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7456
7457         * shell/ev-window.c: (ev_window_cmd_escape):
7458         
7459         Return focus back to view on escape. Fix for bug 313295.
7460
7461 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7462
7463         * shell/ev-window.c: (update_window_title),
7464         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7465         (ev_window_cmd_save_as):
7466         
7467         Correct conversion from uri to displayable string. Fix for
7468         bug 313296.
7469
7470 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7471
7472         * ps/ps-document.c: convert filename to utf8 when there is an error
7473         loading document. Fixes #309915
7474
7475 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7476
7477         * configure.ac:
7478
7479         We depend on poppler 0.4.0
7480
7481 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7482
7483         * configure.ac:
7484         * NEWS: Release 0.3.3.
7485         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7486
7487 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7488
7489         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7490         add a couple missing mnemonics to menu items, use title 
7491         capitalization for menu items and window titles, and add 
7492         ellipsis to open menu item.     
7493
7494 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7495
7496         * pdf/ev-poppler.cc:
7497         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7498         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7499         (ev_view_get_rotation):
7500         * shell/ev-view.h:
7501         * shell/ev-window.c: (setup_view_from_metadata),
7502         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7503         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7504         disk.
7505
7506 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7507
7508         * configure.ac: Added tr to ALL_LINGUAS
7509
7510 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7511
7512         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7513         requires several clicks to find word. Thanks to 
7514         Colin Slater <kiltedtaco@gmail.com>.
7515
7516 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7517
7518         * data/evince.desktop.in.in: Hide menu entry and
7519         rename it to "Document Viewer". Fix for bug 
7520         #312399.
7521
7522 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7523
7524         * shell/ev-page-action.c (ev_page_action_class_init): 
7525
7526         Point to the correct function in constructor of the
7527         activate_label signal
7528
7529 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7530
7531         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7532         * shell/ev-jobs.h: Make thread safe.
7533
7534 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7535
7536         * shell/ev-view.c: (view_update_range_and_current_page):
7537         Don't update page range if we are scrolling to some document
7538         point.
7539
7540 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7543         when getting max_page_width, fix drawing in dual mode.
7544
7545 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7546
7547         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7548         getting the area for select_all.
7549
7550 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7551
7552         * backend/ev-selection.c: (ev_selection_render_selection):
7553         * backend/ev-selection.h:
7554         * pdf/ev-poppler.cc:
7555         * shell/ev-jobs.c: (ev_job_render_new):
7556         * shell/ev-jobs.h:
7557         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7558         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7559         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7560         (ev_view_class_init):
7561
7562         Change selection color on focus in and focus out events.  Also,
7563         poppler now uses GdkColor for specifying the selection colors, so
7564         drop some awkward conversion code.
7565
7566 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7567
7568         * configure.ac: Added Hebrew translation
7569
7570 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7571
7572         * NOTES:
7573         * backend/ev-selection.c: (ev_selection_render_selection):
7574         * backend/ev-selection.h:
7575         * pdf/ev-poppler.cc:
7576         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7577         (ev_job_render_run):
7578         * shell/ev-jobs.h:
7579         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7580         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7581         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7582         (ev_pixbuf_cache_style_changed),
7583         (ev_pixbuf_cache_get_selection_pixbuf),
7584         (ev_pixbuf_cache_set_selection_list),
7585         (ev_pixbuf_cache_get_selection_list):
7586         * shell/ev-pixbuf-cache.h:
7587         * shell/ev-utils.c: (ev_print_region_contents):
7588         * shell/ev-utils.h:
7589         * shell/ev-view.c: (ev_view_queue_draw_page),
7590         (selection_update_idle_cb), (ev_view_motion_notify_event),
7591         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7592         (setup_caches), (ev_view_find_next), (merge_selection_region),
7593         (selection_free):
7594         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7595
7596         Clean up selection to be much smoother!
7597
7598 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7599
7600         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7601         to poppler_page_render_selection().
7602
7603 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7604
7605         * ps/ps-document.c: (save_page_list): Use
7606         unzipped document when printing. Thanks to 
7607         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7608         311016.
7609
7610 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7611
7612         * shell/ev-window.c: (update_action_sensitivity):
7613         
7614         Disable print and save respect to lockdown gconf keys. Fix
7615         for 312342.
7616
7617 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7618
7619         * configure.ac:
7620         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7621         (write_to_temp_file), (ev_file_set_contents):
7622         * shell/ev-utils.h:
7623         * shell/ev-window.c: (save_print_config_to_file):
7624         
7625         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7626         Fix for bug 312238
7627
7628 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7629
7630         * shell/ev-window.c: (load_print_config_from_file),
7631         (save_print_config_to_file), (ev_window_print_range):
7632
7633         Persist the print settings. Fixes bug #311578.
7634
7635 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7636
7637         * djvu/djvu-document.c: (djvu_document_get_page_size),
7638         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7639         (djvu_document_thumbnails_get_thumbnail):
7640         * dvi/dvi-document.c: (dvi_document_get_page_size),
7641         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7642         (dvi_document_thumbnails_get_dimensions),
7643         (dvi_document_thumbnails_get_thumbnail):
7644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7645         (pixbuf_document_render_pixbuf),
7646         (pixbuf_document_document_iface_init),
7647         (pixbuf_document_thumbnails_get_thumbnail):
7648         
7649         Update backends to make them build with new rotation system.
7650
7651 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7652
7653         * help/C/figures/evince_start_window.png:
7654         
7655         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7656
7657 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7658
7659         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7660         * shell/ev-pixbuf-cache.h:
7661         * shell/ev-sidebar-thumbnails.c:
7662         (ev_sidebar_thumbnails_get_property), (add_range),
7663         (adjustment_changed_cb):
7664         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7665         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7666         we were thumbnailing the entire docment on startup, slowing us
7667         down hugely. 
7668
7669 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7670
7671         * shell/ev-page-cache.c: (ev_page_cache_new):
7672         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7673         == 0, fixes #310306.
7674
7675 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7676
7677         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7678         (ev_view_rotate_left):
7679
7680         Account rotation in doc_rect_to_view_rect.
7681         Ensure rotation doesnt go out of bounds.
7682
7683 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7684
7685         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7686
7687         Correct and cleanup w/h swapping
7688
7689 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7690
7691         * backend/ev-document-thumbnails.c:
7692         (ev_document_thumbnails_get_thumbnail):
7693         * backend/ev-document-thumbnails.h:
7694         * backend/ev-document.c:
7695         * backend/ev-document.h:
7696         * backend/ev-render-context.c: (ev_render_context_new),
7697         (ev_render_context_set_rotation):
7698         * backend/ev-render-context.h:
7699         * pdf/ev-poppler.cc:
7700         * ps/ps-document.c: (ps_document_document_iface_init):
7701         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7702         * shell/ev-jobs.h:
7703         * shell/ev-page-cache.c: (build_height_to_page),
7704         (ev_page_cache_new), (ev_page_cache_get_size),
7705         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7706         (ev_page_cache_get_height_to_page):
7707         * shell/ev-page-cache.h:
7708         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7709         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7710         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7711         (ev_pixbuf_cache_get_selection_pixbuf):
7712         * shell/ev-pixbuf-cache.h:
7713         * shell/ev-print-job.c: (idle_print_handler):
7714         * shell/ev-sidebar-thumbnails.c: (add_range):
7715         * shell/ev-view.c: (view_update_range_and_current_page),
7716         (get_page_y_offset), (get_page_extents),
7717         (ev_view_size_request_continuous_dual_page),
7718         (ev_view_size_request_continuous),
7719         (ev_view_size_request_dual_page),
7720         (ev_view_size_request_single_page), (draw_one_page),
7721         (ev_view_set_rotation), (ev_view_rotate_right),
7722         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7723         (ev_view_zoom_for_size_continuous_and_dual_page),
7724         (ev_view_zoom_for_size_continuous),
7725         (ev_view_zoom_for_size_dual_page),
7726         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7727         (ev_view_select_all):
7728         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7729         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7730         (tiff_document_document_iface_init),
7731         (tiff_document_thumbnails_get_thumbnail):
7732
7733         Use rotation rather than orientation. It's easier and enough
7734         for our needs.
7735
7736 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * shell/ev-page-cache.c: (build_height_to_page),
7739         (ev_page_cache_new), (ev_page_cache_get_size),
7740         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7741         (ev_page_cache_get_height_to_page):
7742         * shell/ev-page-cache.h:
7743         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7744         (ev_view_size_request_continuous_dual_page),
7745         (ev_view_size_request_continuous),
7746         (ev_view_zoom_for_size_continuous_and_dual_page),
7747         (ev_view_zoom_for_size_continuous):
7748
7749         Make the page cache aware of page orientation.
7750
7751 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * backend/ev-document-thumbnails.c:
7754         (ev_document_thumbnails_get_thumbnail):
7755         * backend/ev-document-thumbnails.h:
7756         * backend/ev-document.c:
7757         * backend/ev-document.h:
7758         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7759         * backend/ev-ps-exporter.h:
7760         * pdf/ev-poppler.cc:
7761         * ps/ps-document.c: (ps_document_document_iface_init),
7762         (ps_document_ps_export_do_page):
7763         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7764         * shell/ev-jobs.h:
7765         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7766         (ev_page_cache_get):
7767         * shell/ev-page-cache.h:
7768         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7769         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7770         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7771         * shell/ev-pixbuf-cache.h:
7772         * shell/ev-print-job.c: (idle_print_handler):
7773         * shell/ev-sidebar-thumbnails.c: (add_range):
7774         * shell/ev-view.c: (view_update_range_and_current_page),
7775         (get_page_extents), (ev_view_size_request_dual_page),
7776         (ev_view_size_request_single_page), (draw_one_page),
7777         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7778         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7779         (ev_view_zoom_for_size_dual_page),
7780         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7781         (ev_view_select_all):
7782         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7783         * tiff/tiff-document.c: (tiff_document_get_page_size),
7784         (tiff_document_get_orientation), (rotate_pixbuf),
7785         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7786         (tiff_document_thumbnails_get_thumbnail),
7787         (tiff_document_ps_export_do_page), (tiff_document_init):
7788
7789         Really make use of the orientation bit of the render context.
7790         Use the render context in a few more places in the backend API.
7791         This regress orientation, but now it's done right. Will try to
7792         fix it up asap...
7793
7794 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7795
7796         * shell/ev-view.c: (ensure_rectangle_is_visible):
7797
7798         Patch by Nickolay V. Shmyrev to fix find flickering
7799
7800 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7801
7802         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7803         duplex parameters to ::begin.
7804
7805         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7806         * shell/ev-print-job.c (idle_print_handler): 
7807         * ps/ps-document.c (ps_document_ps_export_begin): 
7808         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7809         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7810         implementations. Poppler backend needs poppler cvs. Rest has
7811         unchanged behavior.
7812
7813 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7814
7815         * shell/ev-window.c (using_pdf_printer): new function.
7816         (ev_window_print_range): print a less techy message if someone
7817         tries to print to PDF.
7818
7819 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7820
7821         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7822         from "unknown font" string. Bug #311431
7823
7824 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7825
7826         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7827
7828 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7829
7830         Bug #311280
7831         
7832         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7833         name for PopplerFontTypes
7834         (pdf_document_fonts_fill_model): add font type to the detail column
7835
7836         * backend/ev-document-fonts.h: added
7837         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7838
7839         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7840         font name and font details, add a little markup.
7841         (ev_properties_fonts_init): use the new cell data func, specify ypad
7842         property for the cell renderer.
7843         (ev_properties_fonts_set_document): add the details column.
7844
7845 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7846
7847         * configure.ac: Added "pl" to ALL_LINGUAS.
7848
7849 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7850
7851         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7852
7853 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7854
7855         * help/ChangeLog: Started this for translations of manual.
7856         * configure.ac, autogen.sh, .cvsignore: Migrated to
7857         gnome-doc-utils. Patch in bug #311222.
7858
7859 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7860
7861         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7862         #ifdef this away to fix an unused-function warning.
7863
7864 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7865
7866         * configure.ac: Added 'gl' to ALL_LINGUAS.
7867
7868 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7869
7870         * configure.ac: Added ne in ALL_LINGUAS
7871         
7872 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7873
7874         * shell/ev-view.c: (ev_view_leave_notify_event):
7875         
7876         Clear status message when pointer leaves view. Fix for bug
7877         #310818 
7878
7879 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7880
7881         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7882
7883 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7884
7885         * shell/ev-view.c: (ev_view_leave_notify_event),
7886         (ev_view_class_init):
7887         
7888         Set cursor to normal then leaving view.
7889
7890 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7891
7892         * configure.ac:
7893         
7894         Fix required djvulibre version.
7895
7896 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7897
7898         *configure.ac: Hindi (hi) language added
7899
7900 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7901
7902         *configure.ac: Punjabi (pa) Language added
7903
7904 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7905
7906         * data/evince-ui.xml, shell/ev-window.c:
7907         
7908         Add keypad accelerators for zooming. Fix for bug 308128.
7909
7910 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7911
7912         * Makefile.am:
7913         * backend/Makefile.am:
7914         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7915         * configure.ac:
7916         * shell/ev-document-types.c: (ev_document_types_add_filters):
7917
7918         Allow to enable/disable the pixbuf backend.
7919         Default to off for now. If we want it enabled we should
7920         really put mime types in the desktop, implement properties etc.
7921
7922         * properties/evince-properties.c:
7923
7924         Initialize error to NULL.
7925         Check error is not NULL before freeing.
7926
7927 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7928
7929         * shell/ev-window.c:
7930
7931         Use F5 as presentation accell
7932
7933 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7934
7935         * shell/ev-window.c: (update_chrome_visibility),
7936         (ev_window_create_fullscreen_popup), (ev_window_init):
7937
7938         Do not leak the fullscreen toolbar
7939
7940 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7941
7942         * shell/ev-window.c: (view_actions_focus_in_cb),
7943         (view_actions_focus_out_cb):
7944
7945         These has a return value! Fix totally random focus
7946         issues we was seeing.
7947
7948 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7949
7950         * shell/main.c: (load_files_remote):
7951
7952         Allow open more than one file
7953
7954 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7955
7956         * shell/main.c: (load_files_remote):
7957
7958         Fix for dbus 0.33. bug #309975
7959
7960 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7961
7962         * properties/ev-properties-main.c: (ev_properties_get_pages):
7963
7964         Actually return NULL for types we dont support
7965
7966 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7967
7968         * po/POTFILES.in:
7969
7970         Remove empty lines.
7971
7972 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7973
7974         * backend/ev-document-factory.c:
7975         (ev_document_factory_get_document):
7976
7977         Do not try to create the object if type
7978         is invalid.
7979
7980 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7981
7982         * ps/ps-document.c: (ps_document_dispose),
7983         (ps_async_renderer_render_pixbuf):
7984         * ps/ps-document.h:
7985
7986         Do not leak the target window
7987
7988 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7989
7990         * shell/ev-application.c: (ev_application_init):
7991
7992         Let tbe check file existence for us.
7993         Add a comment about eggrecent mime filter.
7994
7995 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7996
7997         * data/evince-ui.xml:
7998         * shell/ev-application.c: (ev_application_shutdown),
7999         (ev_application_init), (ev_application_get_toolbars_model),
8000         (ev_application_get_recent_model),
8001         (ev_application_save_toolbars_model):
8002         * shell/ev-application.h:
8003         * shell/ev-window.c: (ev_window_add_recent),
8004         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
8005         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
8006         (ev_window_init):
8007
8008         Use common toolbar and recent models for all windows.
8009         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8012
8013         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
8014         successfully check for gtk_icon_view_get_visible_range.
8015
8016 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8017
8018         * djvu/Makefile.am:
8019         * dvi/Makefile.am:
8020         
8021         Fix djvu and dvi backend build.
8022
8023 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8024
8025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
8026         (new_separator_pixbuf):
8027
8028         Don't leak windows.
8029
8030 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
8031
8032         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8033
8034         HIGification of toolbar editor dialogue.
8035
8036 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8037
8038         * configure.ac:
8039         * shell/Makefile.am:
8040
8041         Ever build metadata manager since it's just
8042         disabled at runtime now.
8043
8044 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8045
8046         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
8047         (ev_metadata_manager_get), (ev_metadata_manager_set):
8048         * shell/ev-metadata-manager.h:
8049
8050         Add an _init functions that enabled metadata management
8051         at runtime.
8052
8053         * shell/ev-window.c: (page_changed_cb),
8054         (setup_document_from_metadata), (ev_window_setup_document),
8055         (setup_view_from_metadata), (ev_window_open_uri),
8056         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8057         (ev_window_run_presentation), (ev_window_stop_presentation),
8058         (save_sizing_mode), (ev_window_zoom_changed_cb),
8059         (ev_window_continuous_changed_cb),
8060         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
8061         (window_configure_event_cb):
8062
8063         Remove all ugly metadata define since we deal with it
8064         at runtime now.
8065
8066         * shell/main.c: (load_files_remote), (main):
8067
8068         Add support for dbus cvs head. Hopefully didnt break one
8069         of the other versions now!
8070
8071         If we dont get a response from the dbus server just
8072         give up with it and not enable metadata.
8073
8074 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8075
8076         * Makefile.am:
8077         * backend/Makefile.am:
8078         * configure.ac:
8079         * cut-n-paste/recent-files/Makefile.am:
8080         * cut-n-paste/toolbar-editor/Makefile.am:
8081         * cut-n-paste/zoom-control/Makefile.am:
8082         * lib/Makefile.am:
8083         * pdf/Makefile.am:
8084         * pixbuf/Makefile.am:
8085         * properties/Makefile.am:
8086         * ps/Makefile.am:
8087         * shell/Makefile.am:
8088         * thumbnailer/Makefile.am:
8089         * tiff/Makefile.am:
8090
8091         Make frontends depend on just libev.
8092         Rework and group CFLAGS/LIBS definitions.
8093         Cleanups.
8094
8095 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8096
8097         * shell/ev-window:
8098
8099         do not unnecessarily save zoom
8100
8101         * configure.ac:
8102         * lib/ev-file-helpers.c: (ev_dot_dir):
8103         * shell/Makefile.am:
8104         * shell/dummy.cc:
8105
8106         Some cleanups
8107
8108 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8109
8110         * configure.ac:
8111         
8112         Remove unnecessary dependencies
8113
8114 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8115
8116         * properties/Makefile.am:
8117         * thumbnailer/Makefile.am:
8118         * tiff/Makefile.am:
8119
8120         Some more cleanups. Was really necessary
8121         but I probably introduced bugs, feel free
8122         to flame :)
8123
8124 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8125
8126         * backend/Makefile.am:
8127         * configure.ac:
8128         * cut-n-paste/recent-files/Makefile.am:
8129         * cut-n-paste/toolbar-editor/Makefile.am:
8130         * cut-n-paste/zoom-control/Makefile.am:
8131         * lib/Makefile.am:
8132         * pdf/Makefile.am:
8133         * pixbuf/Makefile.am:
8134         * properties/Makefile.am:
8135         * ps/Makefile.am:
8136         * shell/Makefile.am:
8137         * thumbnailer/Makefile.am:
8138         * tiff/Makefile.am:
8139
8140         Use gnome-common macros when possible.
8141         Cleanup dependencies.
8142         Actually disable deprecated where possible.
8143
8144 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * Makefile.am:
8147         * backend/Makefile.am:
8148         * properties/Makefile.am:
8149         * shell/Makefile.am:
8150         * thumbnailer/Makefile.am:
8151
8152         This should solve the circular dep without
8153         requiring dir reorg!
8154
8155         * shell/ev-window.c: (setup_view_from_metadata):
8156
8157         Never restore window size/position when the
8158         window is already visible.
8159
8160 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8161
8162         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
8163
8164         Return a boolean from timeout func. Fix ported from gedit.
8165
8166 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
8167
8168         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
8169
8170 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
8171
8172         * shell/ev-document-types.c: set "All Documents" as default filter in
8173         open dialog
8174
8175 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
8176
8177         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
8178         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
8179         (ev_metadata_manager_set_boolean): fix value/val thinko.
8180
8181 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8182
8183         * shell/ev-window.c: (setup_view_from_metadata),
8184         (window_state_event_cb), (window_configure_event_cb),
8185         (ev_window_init):
8186
8187         Remember window position and maximized state
8188
8189 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
8190
8191         * configure.ac:
8192
8193         Fix DBUS configure checks.
8194
8195         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
8196         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
8197         (ev_metadata_manager_set_boolean):
8198
8199         Plug mem leaks.
8200
8201         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
8202         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8203         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
8204         (ev_window_continuous_changed_cb),
8205         (ev_window_dual_mode_changed_cb), (ev_window_new):
8206
8207         Fix the build without DBUS.
8208
8209 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
8210
8211         * shell/ev-metadata-manager.c: (parse_value), (save_values),
8212         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
8213         (ev_metadata_manager_set_string),
8214         (ev_metadata_manager_set_boolean):
8215         * shell/ev-metadata-manager.h:
8216
8217         Add support for some more types
8218
8219         * shell/ev-view.c: (scroll_to_current_page),
8220         (ev_view_get_continuous), (ev_view_set_continuous),
8221         (ev_view_get_dual_page):
8222         * shell/ev-view.h:
8223         * shell/ev-window.c: (page_changed_cb),
8224         (setup_document_from_metadata), (ev_window_setup_document),
8225         (setup_view_from_metadata), (ev_window_open_uri),
8226         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8227         (ev_window_run_presentation), (ev_window_stop_presentation),
8228         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
8229         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
8230         (ev_window_update_dual_page_action),
8231         (ev_window_continuous_changed_cb),
8232         (ev_window_dual_mode_changed_cb), (ev_window_init):
8233
8234         Remember a bunch of view/document properties. Prolly some
8235         are still missing but it's getting interesting.
8236
8237 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
8238
8239         * configure.ac: check if dbus-binding-tool is installed. Not the
8240         case on current Ubuntu breezy, it seems.
8241
8242 2005-07-05  Luca Ferretti <elle.uca@libero.it>
8243
8244         * data/evince.desktop.in.in:
8245         
8246         Allow open uri lists and add TryExec field.
8247
8248 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8249
8250         * configure.ac:
8251
8252         Enable dbus when available, do not require a configure
8253         option.
8254
8255 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8256
8257         * configure.ac:
8258
8259         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
8260         disabled.
8261
8262 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
8263         Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
8266         
8267         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
8268         functions to the format required by dbus
8269
8270         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
8271         errors. Use the RPC parameters in the expected way
8272
8273 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8274
8275         * Makefile.am:
8276         * properties/Makefile.am:
8277         * properties/ev-properties-main.c: (ev_properties_get_pages):
8278
8279         Support all mime types
8280
8281         * shell/Makefile.am:
8282         * thumbnailer/Makefile.am:
8283         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
8284         (evince_thumbnail_pngenc_get):
8285
8286         Use the document factory
8287
8288 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8289
8290         * backend/Makefile.am:
8291         * backend/ev-document-factory.c:
8292         (mime_type_supported_by_gdk_pixbuf),
8293         (ev_document_type_get_from_mime),
8294         (ev_document_factory_get_document),
8295         (ev_document_factory_get_backend),
8296         (ev_document_factory_get_mime_types),
8297         (ev_document_factory_get_all_mime_types):
8298         * backend/ev-document-factory.h:
8299         * shell/Makefile.am:
8300         * shell/ev-document-types.c: (get_document_from_uri),
8301         (ev_document_types_get_document),
8302         (file_filter_add_mime_list_and_free),
8303         (ev_document_types_add_filters):
8304         * shell/ev-document-types.h:
8305         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8306         * shell/ev-properties-dialog.c:
8307         (ev_properties_dialog_set_document):
8308         * shell/ev-window.c: (ev_window_cmd_file_open),
8309         (ev_window_cmd_save_as):
8310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8311
8312         Rework document types managing to avoid code duplication
8313         and actually abstract from backend implementations.
8314         Also provide a minimal factory api that can be used by
8315         thumbnailer/properties.
8316
8317 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8318
8319         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8320         Plug a mem leak.
8321         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8322         HIG spacings.
8323
8324 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8325
8326         * shell/ev-properties-dialog.c
8327         (ev_properties_dialog_set_document): only call
8328         ev_properties_fonts_set_document() if the document implements the
8329         fonts interface
8330
8331 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8332
8333         * configure.ac:
8334         * properties/Makefile.am:
8335         * properties/ev-properties-view.c:
8336         (ev_properties_view_register_type):
8337         * properties/ev-properties-view.h:
8338         * properties/ev-properties-main.h:
8339
8340         Implement nautilus plugin for properties.
8341         Works only for pdf atm, I need to rework the
8342         document types stuff to get this to work
8343         for all backends...
8344
8345 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8346
8347         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8348         (ev_properties_fonts_set_document): use
8349         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8350
8351 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8352
8353         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8354         them
8355         (PlaceImage, tiff2ps_process_page): use
8356         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8357
8358
8359 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8360
8361         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8362         (main): to call gnome_authentication_manager_init. Should fix
8363         Bug #308510
8364
8365         * configure.ac: that requires libgnomeui 2.6.0.
8366
8367 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8368
8369         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8370         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8371         use the new tiff2ps interfaces
8372
8373         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8374         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8375
8376         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8377         structure instead of global variables.  Remove use of static
8378         variables in functions.
8379
8380 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8381
8382         * shell/ev-page-action.c: unref the completion after setting it to the
8383         entry
8384
8385 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8386
8387         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8388         postscript files
8389
8390 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8391
8392         * shell/ev-window.c (update_action_sensitivity): disable
8393         File->Print if the document does not implement the ps exporter
8394         interface
8395
8396 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8397
8398         * Makefile.am:
8399         * configure.ac:
8400         * data/evince-properties.glade:
8401         * properties/.cvsignore:
8402         * properties/Makefile.am:
8403         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8404         (ev_properties_view_class_init), (ev_properties_view_format_date),
8405         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8406         (ev_properties_view_init), (ev_properties_view_new):
8407         * properties/ev-properties-view.h:
8408         * shell/Makefile.am:
8409         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8410         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8411         (ev_properties_dialog_new):
8412         * shell/ev-properties-dialog.h:
8413         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8414         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8415         (update_progress_label), (job_fonts_finished_cb),
8416         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8417         * shell/ev-properties-fonts.h:
8418         * shell/ev-properties.c:
8419         * shell/ev-properties.h:
8420         * shell/ev-window.c: (ev_window_setup_document),
8421         (ev_window_cmd_file_properties):
8422
8423         Split the properties pages in two different objects, depend
8424         only on the backend where possible, use widgets instead
8425         of gobject for the glade part, reimplement the dialog
8426         itself with gtk.
8427         I need this to implement nautilus properties page.
8428
8429 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8430
8431         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8432         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8433         (tiff_document_document_ps_exporter_iface_init): implement the ps
8434         exporter interface for tiff documents
8435
8436         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8437         libtiff to implement TIFF postscript export
8438
8439         * tiff/tiff2ps.h: added a header file for external tiff2ps
8440         functions.
8441
8442         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8443         tiff2ps.h
8444
8445 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8446
8447         * shell/ev-view.c: (scroll_to_current_page),
8448         (ev_view_set_fullscreen), (ev_view_set_presentation):
8449         
8450         Scroll to current page when exit from presentation
8451
8452 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8453
8454         * shell/ev-window.c: (update_document_mode),
8455         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8456         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8457         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8458         
8459         Exit from fullscreen mode when switch to presentation. Fix for
8460         bug 309365
8461
8462 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8463
8464         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8465         return NULL if the document does not implement the selection
8466         interface.
8467
8468 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8469
8470         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8471         reported height by using the resolution aspect ratio
8472         (tiff_document_render_pixbuf): scale the pixbuf using the
8473         resolution aspect ratio
8474
8475 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8476
8477         * configure.ac:
8478         
8479         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8480         <kiltedaco@gmail.com>
8481         
8482         * djvu/djvu-document.c: (djvu_document_get_orientation),
8483         (djvu_document_set_orientation), (djvu_document_get_page_size),
8484         (rotate_pixbuf), (djvu_document_render_pixbuf),
8485         (djvu_document_document_iface_init):
8486         * dvi/dvi-document.c: (dvi_document_get_orientation),
8487         (dvi_document_set_orientation), (dvi_document_get_page_size),
8488         (rotate_pixbuf), (dvi_document_render_pixbuf),
8489         (dvi_document_document_iface_init):
8490         
8491         Dvi and djvu backends are ported to new API
8492
8493 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8494
8495         * backend/ev-selection.c: (ev_selection_get_selection_region),
8496         (ev_selection_get_selection_map):
8497         * backend/ev-selection.h:
8498         * pdf/ev-poppler.cc:
8499         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8500         * shell/ev-jobs.h:
8501         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8502         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8503         (ev_pixbuf_cache_get_text_mapping):
8504         * shell/ev-pixbuf-cache.h:
8505         * shell/ev-view.c: (location_in_text),
8506         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8507         support to EvView.  Now we can see where we can select!  Sweet!
8508
8509 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8510
8511         * shell/ev-view.c (ev_view_button_press_event): Fix
8512         event->y + view->scroll_x typo.
8513
8514 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8515
8516         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8517         sub-GdkPixbuf instead of passing dest_x and dest_y.
8518         
8519         * shell/ev-view.c: (view_point_to_doc_point),
8520         (view_rect_to_doc_rect), (ev_view_button_press_event),
8521         (ev_view_motion_notify_event), (compute_new_selection_rect),
8522         (gdk_rectangle_point_in), (compute_new_selection_text),
8523         (compute_selections): Update selection code to keep the selection
8524         around as two points and not as a normalized rectangle, and fix
8525         page level selection in two-column mode.
8526
8527 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8528
8529         * shell/ev-window.c: (window_configure_event_cb): 
8530         
8531         Fix compilation
8532         
8533 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8534
8535         * pdf/ev-poppler.cc:
8536
8537         Fix compilation
8538
8539 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8540
8541         * shell/Makefile.am:
8542         * shell/ev-metadata-manager.c: (item_free),
8543         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8544         (parse_value), (parseItem), (load_values),
8545         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8546         (save_values), (save_item), (get_oldest), (resize_items),
8547         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8548         * shell/ev-metadata-manager.h:
8549
8550         Metadata manager from gedit but modified to use GValue, so that
8551         we dont need to keep converting from strings.
8552
8553         * configure.ac:
8554
8555         ENABLE_METADATA conditional, on when dbus is on
8556
8557         * shell/ev-application.c: (ev_application_open_uri):
8558
8559         Show the window after load so that we can initialize
8560         window size before it's showed.
8561
8562         * shell/ev-window.c: (ev_window_setup_from_metadata),
8563         (ev_window_open_uri), (window_configure_event_cb),
8564         (ev_window_init):
8565
8566         Save and load metadata information about window size.
8567         Not yet keeping states in account.
8568
8569         * shell/main.c: (main):
8570
8571         Shutdown metadata manager.
8572
8573 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8574
8575         * shell/ev-application-service.xml:
8576         * configure.ac:
8577         * shell/Makefile.am:
8578         * shell/ev-application.c:
8579         * shell/ev-application.h:
8580         * shell/ev-window.c:
8581         * shell/ev-window.h:
8582         * shell/main.c:
8583
8584         Add an optional dbus interface (--enable-dbus).
8585         Rework application code, mainly to be easier to
8586         use "remotely".
8587         Do not open multiple windows with the same document,
8588         spatial evince!
8589
8590 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8591
8592         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8593         pixbuf iff it exists.
8594
8595 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8596
8597         * shell/*:
8598         * backend/ev-render-context.[ch]:
8599         * backend/ev-selection.[ch]:
8600
8601         Massive changes.  We now support text selection of pdfs, and not
8602         just rectangular selection.  This is pretty broken still, but I
8603         want to get something into CVS.
8604
8605 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8606
8607         * pdf/ev-poppler.cc:
8608         
8609         Fix for Bug 309080: crash on window close.
8610         
8611         * shell/ev-page-action.c: (page_changed_cb):
8612         
8613         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8614         jensgr@gmx.net (Jens Granseuer).
8615
8616 2005-06-25  Marcel Telka  <marcel@telka.sk>
8617
8618         * configure.in (ALL_LINGUAS): Added sk.
8619
8620 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8621
8622         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8623         not a document open
8624
8625 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * NEWS:
8628         * configure.ac:
8629
8630         Release 0.3.2
8631
8632         * cut-n-paste/recent-files/Makefile.am:
8633
8634         Fix make distcheck
8635
8636 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8637
8638         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8639         (pixbuf_document_set_orientation), (rotate_pixbuf),
8640         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8641         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8642
8643         Implement rotation and cleanup the code a bit.
8644
8645         * tiff/tiff-document.c: (tiff_document_get_page_size),
8646         (tiff_document_get_orientation), (tiff_document_set_orientation),
8647         (rotate_pixbuf), (tiff_document_render_pixbuf),
8648         (tiff_document_document_iface_init), (tiff_document_init):
8649
8650         Implement rotation. Was the quicker solution for the release
8651         but we really need to share this code in the shell.
8652
8653 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * pdf/ev-poppler.cc:
8656
8657         Enable rotation, require poppler cvs. Fix a leak.
8658
8659 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8660
8661         * shell/ev-window.c: (update_action_sensitivity):
8662         
8663         Make properties unsensitive if document backend doesn't provide
8664         any info
8665
8666 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8667
8668         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8669         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8670         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8671         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8672         (bitmap_flip_rotate_counter_clockwise):
8673         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8674         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8675         (buff_gets):
8676         * dvi/mdvi-lib/common.h:
8677         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8678         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8679         (opendvi), (mdvi_reload), (mdvi_init_context),
8680         (mdvi_destroy_context), (mdvi_dopage), (special):
8681         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8682         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8683         (file_hash_free), (register_encoding), (parse_spec),
8684         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8685         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8686         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8687         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8688         (mdvi_register_font_type), (mdvi_unregister_font_type),
8689         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8690         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8691         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8692         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8693         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8694         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8695         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8696         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8697         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8698         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8699         (mdvi_unregister_special), (mdvi_flush_specials):
8700         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8701         (t1_font_remove):
8702         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8703         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8704         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8705         (free_font_metrics), (flush_font_metrics):
8706         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8707         (tt_font_remove):
8708         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8709         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8710         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8711         (dstring_insert), (dstring_new), (dstring_reset):
8712         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8713         
8714         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8715         avoid conflict with libtool on FC4
8716         
8717         * shell/ev-window.c: (ev_window_cmd_help_about):
8718         
8719         Update copyright year. Fix for bug 308828.
8720
8721 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8722
8723         * shell/ev-view.c: (add_scroll_binding_keypad),
8724         (ev_view_binding_activated), (ev_view_class_init),
8725         (on_adjustment_value_changed):
8726         
8727         Bug 170874: Arrow keys switch pages in presentation mode
8728
8729 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8730
8731         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8732         
8733         Fix for Bug 308265: Sidebar dissappears coming out of 
8734         Presentation mode
8735
8736 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8737
8738         * shell/ev-application.c: (ev_application_open):
8739         * shell/ev-document-types.c: (ev_document_types_add_filters),
8740         (ev_document_types_add_filters_for_type):
8741         * shell/ev-document-types.h:
8742         * shell/ev-window.c: (ev_window_cmd_save_as):
8743         
8744         Suggest basename as template when saving, provide filters
8745         for save dialog. It's bug 308402
8746
8747 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8748
8749         * pdf/ev-poppler.cc:
8750         * shell/ev-sidebar-links.c: (job_finished_callback):
8751         * shell/ev-view.c: (update_find_status_message):
8752         
8753         Some leaks fixed
8754
8755 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8756
8757         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8758         (egg_recent_view_uimanager_set_list):
8759
8760         Fix buglet in !show_numbers case.
8761
8762 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8763
8764         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8765         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8766
8767         Use pango ellipsisation.
8768
8769         * pdf/ev-poppler.cc:
8770
8771         Fix refcount leak, from nsh.
8772
8773 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8774
8775         * cut-n-paste/recent-files/Makefile.am:
8776         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8777         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8778         
8779         Removed EggRecentViewGtk
8780         
8781         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8782         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8783         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8784         (ev_window_setup_recent):
8785         
8786         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8787         with other projects
8788
8789 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8790
8791         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8792         (egg_recent_view_gtk_finalize):
8793
8794         Fix memory leak
8795
8796         * cut-n-paste/toolbar-editor/Makefile.am:
8797         
8798         Fix location of cursor icon.
8799         
8800         * pdf/ev-poppler.cc:
8801         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8802         (display_completion_text), (match_completion):
8803         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8804         (selection_changed_callback), (create_loading_model),
8805         (print_section_cb), (links_page_num_func),
8806         (update_page_callback_foreach):
8807         * shell/ev-window.c: (ev_window_dispose):
8808         
8809         Small memory fixes. Links model now store objects instead
8810         of pointers to improve memory management. 
8811
8812 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * shell/ev-window.c: (zoom_control_changed_cb):
8815         
8816         Fix update of zoom control (bug 308268).
8817
8818 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8819
8820         * shell/ev-properties.c (set_property): escape the text correctly.
8821         Handles non-UTF-8 properties and escaped properties.  Also, sets
8822         the text to "<i>None</i>" if the property isn't set.
8823
8824         * data/evince-properties.glade: Change the label to be ellipsized,
8825         and give it a minimum size.
8826
8827 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8828
8829         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8830         * shell/ev-sidebar-links.c: (create_loading_model):
8831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8832         * shell/ev-view.c: (ev_view_set_document):
8833         * shell/ev-window.c: (ev_window_dispose):
8834         
8835         Various small fixes, mostly memory leaks. Thanks to valgrind.
8836
8837 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8838
8839         * ps/ps-document.c: remove the locale.h include again ;-). And
8840         kill the (bogus) setlocale/savelocale business.
8841
8842 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8843
8844         * ps/ps-document.c:
8845         
8846         Include locale.h to fix build
8847         
8848         * shell/ev-sidebar.c:
8849         
8850         Remove unnecessary includes
8851
8852 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8853
8854         * dvi/dvi-document.c: (dvi_document_load):
8855         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8856         * po/POTFILES.in:
8857         
8858         Check for incorrect dvi files. Fix parsing dvi on AMD64
8859         platform. Thanks to tester@tester.ca (Olivier Crete).
8860
8861 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8862
8863         * shell/ev-page-action.c: (match_selected_cb),
8864         (display_completion_text), (match_completion), (update_model):
8865         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8866         (expand_open_links):
8867         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8868         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8869         (ev_sidebar_set_document):
8870         * shell/ev-window.c: (ev_window_xfer_job_cb),
8871         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8872         
8873         Fixed lot's of memory leaks, for example, memory leak on reload, 
8874         described in bug 307793.
8875
8876 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8877
8878         * pdf/ev-poppler.cc:
8879         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8880         (update_visible_range), (adjustment_changed_cb),
8881         (ev_sidebar_thumbnails_fill_model),
8882         (ev_sidebar_thumbnails_refresh),
8883         (ev_sidebar_tree_selection_changed),
8884         (ev_sidebar_icon_selection_changed),
8885         (ev_sidebar_thumbnails_use_icon_view),
8886         (ev_sidebar_thumbnails_set_document):
8887         * shell/ev-sidebar-thumbnails.h:
8888         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8889         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8890
8891         Refresh thumbnails when changing orientation. Not fully
8892         working yet becuase of a sidebar bug.
8893
8894         Set page orientation to poppler page everywhere. This sucks
8895         really need to fix poppler.
8896
8897 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8898
8899         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8900         (egg_recent_view_gtk_new_menu_item),
8901         (egg_recent_view_gtk_set_property),
8902         (egg_recent_view_gtk_get_property),
8903         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8904         (egg_recent_view_gtk_set_tooltip_func),
8905         (egg_recent_view_gtk_set_label_width),
8906         (egg_recent_view_gtk_get_label_width):
8907         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8908
8909         Sync with libegg (ellipsize labels)
8910
8911 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8912
8913         * data/evince-ui.xml:
8914         * shell/ev-window.c: (ev_window_cmd_go_forward),
8915         (ev_window_cmd_go_backward):
8916         
8917         Shift + PageUp moves 10 Pages. Fix for 306125
8918
8919 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8920
8921         * pdf/ev-poppler.cc:
8922
8923         Add a flag to check if orientation has been overriden
8924
8925 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8926
8927         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8928         field if necessary.
8929
8930         * ps/ps.h: add creator field to document.
8931
8932         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8933         set creator field.
8934
8935 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * data/evince-properties.glade:
8938         * shell/ev-properties.c: (ev_properties_set_document):
8939
8940         s/PDF Version/Format
8941
8942 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8943
8944         * shell/ev-properties.c: (ev_properties_set_document):
8945
8946         Remove unnecessary translations
8947
8948 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * cut-n-paste/toolbar-editor/Makefile.am:
8951
8952         Correct library name    
8953
8954 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8955
8956         * configure.ac:
8957         * cut-n-paste/recent-files/egg-recent-model.c:
8958         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8959         (egg_recent_model_unlock_file):
8960         * cut-n-paste/recent-files/egg-recent-util.c:
8961         (egg_recent_util_get_unique_id):
8962         * cut-n-paste/recent-files/update-from-egg.sh:
8963         * cut-n-paste/toolbar-editor/Makefile.am:
8964         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8966         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8967         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8968         (egg_toolbars_model_get_type):
8969         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8970
8971         Better makefile for toolbar editor and update everything
8972         to latest libegg.
8973
8974 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8975
8976         * shell/ev-window.c: (update_document_mode):
8977
8978         Prefer presentation mode when the document
8979         require fullscreen.
8980
8981 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8982
8983         * data/evince-ui.xml:
8984         * shell/ev-window.c:
8985
8986         Add control-equal for zooming
8987
8988 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8989
8990         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8991
8992 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8993
8994         * backend/ev-document.c: (ev_document_get_orientation):
8995         * backend/ev-document.h:
8996         * pdf/ev-poppler.cc:
8997         * ps/ps-document.c: (ps_document_get_orientation),
8998         (ps_document_set_orientation), (ps_document_document_iface_init):
8999
9000         Add a get_orientation api. Improve set_orientation.
9001
9002         * data/evince-ui.xml:
9003         * shell/ev-view.c: (ev_view_set_orientation),
9004         (ev_view_rotate_right), (ev_view_rotate_left):
9005         * shell/ev-view.h:
9006         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9007         (ev_window_cmd_edit_rotate_right):
9008
9009         Better ui for changing document orientation
9010
9011 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9012
9013         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
9014         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
9015         * shell/ev-sidebar-links.h:
9016         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9017         (ev_sidebar_page_iface_init):
9018         * shell/ev-sidebar-page.h:
9019         * shell/ev-sidebar-thumbnails.c:
9020         (ev_sidebar_thumbnails_get_property),
9021         (ev_sidebar_thumbnails_class_init),
9022         (ev_sidebar_thumbnails_set_document):
9023         * shell/ev-sidebar-thumbnails.h:
9024         * shell/ev-view.c: (ev_view_motion_notify_event):
9025         * shell/ev-window.c: (update_chrome_visibility),
9026         (ev_window_cmd_focus_page_selector),
9027         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
9028         (sidebar_page_main_widget_update_cb), (ev_window_init):
9029         
9030         Autoraise toolbar on GoToPage binding and fix bindings in
9031         EvSidebarThumbnails page.
9032
9033 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
9034
9035         * shell/ev-properties.c: (update_progress_label):
9036
9037         Hide the progress label when finished; bug #307697.
9038
9039 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9040
9041         * pdf/ev-poppler.cc:
9042
9043         Enable is_open for links, you will need poppler cvs
9044
9045         * shell/ev-properties.c: (job_fonts_finished_cb):
9046
9047         Get a lock on the document when filling the tree view
9048
9049 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9050
9051         * backend/ev-document-links.h:
9052         * pdf/ev-poppler.cc:
9053         * shell/ev-sidebar-links.c: (create_loading_model),
9054         (expand_open_links), (job_finished_callback):
9055
9056         Expand links when specified by the document.
9057         Depend on a poppler api (defined out for now)
9058
9059 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
9060
9061         * shell/ev-properties.c: (ev_properties_dispose),
9062         (ev_properties_class_init), (dialog_destroy_cb),
9063         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
9064         (ev_properties_set_document), (ev_properties_new),
9065         (ev_properties_show):
9066         * shell/ev-properties.h:
9067
9068         Make it an object, cleanup the code, api to show it as transient
9069         and to set the document.
9070
9071         * shell/ev-window.c: (ev_window_setup_document),
9072         (ev_window_cmd_file_properties):
9073
9074         Adapt to EvProperties changes, do not show multiple
9075         times, update it when document changes.
9076
9077 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9078
9079         * ps/gstypes.h:
9080         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
9081         (ps_document_set_orientation), (ps_document_document_iface_init):
9082         * ps/ps-document.h:
9083
9084         Implement orientation here too
9085
9086         * shell/ev-properties.c: (ev_properties_new):
9087         * data/evince-properties.glade:
9088
9089         Hide the fonts page for backends that doesnt
9090         support it.     
9091
9092 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
9093
9094         * backend/ev-document.c: (ev_document_set_orientation):
9095         * backend/ev-document.h:
9096         * pdf/ev-poppler.cc:
9097
9098         Add orientation api. Currently poppler api is not optimal,
9099         we need to set orientation every time we _get a page.
9100         I will try to fix that at some point.
9101
9102         * data/evince-ui.xml:
9103         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
9104         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
9105
9106         Add orientation menu items
9107
9108         * shell/ev-page-cache.c: (ev_page_cache_clear):
9109         * shell/ev-page-cache.h:
9110
9111         Add api to clear the cache
9112
9113         * shell/ev-view.c: (setup_caches), (clear_caches),
9114         (ev_view_set_document), (ev_view_zoom_out),
9115         (ev_view_set_orientation):
9116         * shell/ev-view.h:
9117
9118         Implement orientation changing
9119
9120 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
9121
9122         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
9123         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
9124         * backend/ev-document-fonts.h:
9125
9126         Separate scan and fill so that we can incrementally fill from
9127         the main thread. Add a progress api.
9128
9129         * data/evince-properties.glade:
9130         * pdf/ev-poppler.cc:
9131         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
9132         * shell/ev-jobs.h:
9133         * shell/ev-properties.c: (update_progress_label),
9134         (job_fonts_finished_cb), (setup_fonts_view):
9135
9136         Incrementally feel the list and show the progress
9137         percentage in a label like acrobat does.
9138
9139         You are going to need poppler cvs
9140
9141 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
9142
9143         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
9144         * backend/ev-document-fonts.h:
9145         * pdf/ev-poppler.cc:
9146
9147         Make fonts model fill incrementally.
9148
9149         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
9150         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
9151         (ev_job_queue_remove_job):
9152         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
9153         (ev_job_fonts_new), (ev_job_fonts_run):
9154         * shell/ev-jobs.h:
9155
9156         New job for fonts scanning
9157
9158         * shell/ev-properties.c: (job_fonts_finished_cb),
9159         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
9160         * shell/ev-properties.h:
9161         * shell/ev-window.c: (ev_window_cmd_file_properties):
9162
9163         Incrementally feel the treeview using the new job. Show Loading...
9164         message until scanning is completed.
9165
9166         Hopefully I didnt break the build without the poppler patch.
9167
9168 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9169
9170         * shell/ev-application.c: (ev_application_open):
9171         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
9172         (ev_document_type_get_type), (ev_document_type_lookup):
9173         * shell/ev-document-types.h:
9174         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
9175         * shell/ev-job-xfer.h:
9176         * shell/ev-window.c: (ev_window_clear_local_uri),
9177         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
9178         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
9179         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9180         
9181         Transfer remote documents to tmp directory to display them later.
9182
9183 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
9184
9185         * backend/ev-document-info.h:
9186         * shell/ev-properties.c: (ev_properties_new):
9187
9188         s/GTime*/GTime. Not sure why we was using a pointer
9189         at all there!
9190
9191 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
9192
9193         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
9194         situations.  That situation is that you're using GTK+-HEAD with
9195         the patch at #306726 is applied, and you have a document with <
9196         1500 pages in it.  It's not quite as uniformly nice as the
9197         TreeView, but should be better in the long run.
9198
9199         I'm pretty sure I guarded against breaking compilation with
9200         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
9201         I missed some.
9202
9203         * shell/ev-window.c (ev_window_init): We don't have our tree/list
9204         widget yet, so I commented that code out
9205         enable_view_actions_for_widget() for now.  Need to figure this
9206         out.
9207
9208         * shell/ev-page-action.c (match_selected_cb): emit the right
9209         signals.  Our cool C-l completion now works.
9210
9211 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * backend/Makefile.am:
9214         * backend/ev-document-fonts.c:
9215         * backend/ev-document-links.c:
9216         * backend/ev-document.c: (ev_document_load):
9217         * backend/ev-document.h:
9218         * backend/ev-job-queue.c:
9219         * backend/ev-job-queue.h:
9220         * backend/ev-jobs.c:
9221         * backend/ev-jobs.h:
9222         * backend/ev-page-cache.c:
9223         * backend/ev-page-cache.h:
9224
9225         EvPageCache and EvJobs are moved to shell.
9226
9227         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
9228         (ev_tmp_filename):
9229         * lib/ev-file-helpers.h:
9230         
9231         New helper to work with temporary files
9232         
9233         * shell/Makefile.am:
9234         * shell/ev-application.c: (ev_application_open):
9235         * shell/ev-application.h:
9236         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
9237         (remove_job_from_async_queue), (add_job_to_async_queue),
9238         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
9239         (handle_job), (search_for_jobs_unlocked),
9240         (no_jobs_available_unlocked), (ev_render_thread),
9241         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9242         (ev_job_queue_add_job), (move_job_async), (move_job),
9243         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9244         * shell/ev-job-queue.h:
9245         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
9246         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
9247         * shell/ev-job-xfer.h:
9248         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9249         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9250         (ev_job_links_class_init), (ev_job_render_init),
9251         (ev_job_render_dispose), (ev_job_render_class_init),
9252         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9253         (ev_job_thumbnail_class_init), (ev_job_load_init),
9254         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
9255         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9256         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
9257         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
9258         * shell/ev-jobs.h:
9259         * shell/ev-page-action.c: (ev_page_action_set_document):
9260         * shell/ev-page-cache.c: (ev_page_cache_init),
9261         (ev_page_cache_class_init), (ev_page_cache_finalize),
9262         (ev_page_cache_new), (ev_page_cache_get_n_pages),
9263         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9264         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
9265         (ev_page_cache_get_title), (ev_page_cache_get_size),
9266         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9267         (ev_page_cache_get_height_to_page),
9268         (ev_page_cache_get_max_label_chars),
9269         (ev_page_cache_get_page_label),
9270         (ev_page_cache_has_nonnumeric_page_labels),
9271         (ev_page_cache_get_info), (ev_page_cache_next_page),
9272         (ev_page_cache_prev_page), (ev_page_cache_get):
9273         * shell/ev-page-cache.h:
9274         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
9275         (ev_pixbuf_cache_clear_job_sizes),
9276         (ev_pixbuf_cache_add_jobs_if_needed),
9277         (ev_pixbuf_cache_set_page_range):
9278         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
9279         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
9280         * shell/ev-sidebar-thumbnails.c:
9281         (ev_sidebar_tree_selection_changed),
9282         (ev_sidebar_thumbnails_set_document):
9283         * shell/ev-statusbar.c: (ev_statusbar_destroy),
9284         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
9285         (ev_statusbar_get_context_id), (ev_statusbar_push),
9286         (ev_statusbar_pop), (ev_statusbar_set_maximized),
9287         (ev_statusbar_pulse), (ev_statusbar_show_progress),
9288         (ev_statusbar_set_progress):
9289         * shell/ev-statusbar.h:
9290         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
9291         (ev_view_find_previous):
9292         * shell/ev-window.c: (ev_window_is_empty),
9293         (ev_window_setup_document), (password_dialog_response),
9294         (ev_window_clear_jobs), (ev_window_load_job_cb),
9295         (ev_window_xfer_job_cb), (ev_window_open_uri),
9296         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9297         (ev_window_print), (ev_window_print_range),
9298         (ev_window_state_event), (ev_window_cmd_view_reload),
9299         (menu_item_select_cb), (menu_item_deselect_cb),
9300         (view_status_changed_cb), (ev_window_dispose),
9301         (drag_data_received_cb), (ev_window_init):
9302         * shell/ev-window.h:
9303         * shell/main.c: (load_files):
9304         
9305         New statusbar to show progress on idle. Two new jobs - 
9306         xfer job and load job to load document in background. And update
9307         of page_cache clients to new location of code.
9308
9309 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9310
9311         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9312         selection in open dialog. It also remembers the last visited directory 
9313         in the current session.
9314
9315 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9316
9317         * shell/ev-properties.c: (ev_properties_new):
9318         * shell/ev-properties.h:
9319         * shell/ev-window.c: (ev_window_cmd_file_properties):
9320         
9321         Get document info from page cache instead of document itself.
9322         This should fix crash related to race conditions described in
9323         bug 306545.
9324
9325 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9326
9327         * ps/ps-document.c: (ps_document_init),
9328         (send_ps), (get_page_box), (output), (catchPipe), (input),
9329         (stop_interpreter), (file_length), (file_readable),
9330         (check_filecompressedb), (ps_document_enable_interpreter),
9331         (document_load), (ps_async_renderer_render_pixbuf):
9332         * ps/ps-document.h:
9333
9334         Big cleanup of the ps code
9335
9336 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9337
9338         * backend/Makefile.am:
9339         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9340         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9341         * backend/ev-async-renderer.h:
9342
9343         Add an async renderer interface (method + callback) which
9344         is useful for backends like ps.
9345
9346         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9347         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9348         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9349         (ev_job_queue_add_job), (move_job_async), (move_job),
9350         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9351
9352         Add queues for async renderer, these are executed on the
9353         main thread.
9354
9355         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9356         (ev_job_render_run):
9357         * backend/ev-jobs.h:
9358
9359         If the backend support async renderer interface use it.
9360
9361         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9362         (setup_pixmap), (ps_document_get_type),
9363         (ps_async_renderer_render_pixbuf),
9364         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9365
9366         Implement async renderer interface.
9367
9368 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9369
9370         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9371
9372         Cleanup links job on exit.
9373
9374 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9375
9376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9377         (drag_data_get_cb), (drag_data_received_cb):
9378         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9379         (drag_data_get_cb), (parse_item_list),
9380         (egg_toolbar_editor_load_actions):
9381         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9382         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9383         (parse_item_list), (parse_toolbars):
9384         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9385         (dvi_pixbuf_put_pixel):
9386         
9387         Fix gcc 4.0 warnings
9388
9389 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9390
9391         * ps/ps-document.c: (start_interpreter):
9392
9393         Fix warning when loading ps
9394
9395 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9396
9397         * ps/ps-document.c: (output):
9398
9399         Fix crash when priting gs error messages.
9400
9401 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * backend/ev-page-cache.c: (_ev_page_cache_new):
9404         * backend/ev-page-cache.h:
9405
9406         Use a const to return title so that we dont double
9407         free it. Small cleanup and fix a leak.
9408
9409         * shell/ev-window.c: (update_window_title):
9410
9411         strdup value from get_title.
9412
9413 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9414
9415         * shell/ev-sidebar-links.c: (job_finished_callback),
9416         (ev_sidebar_links_set_document):
9417
9418         Cleanup the old job when changing document
9419
9420 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9421
9422         * shell/ev-stock-icons.c:
9423         * shell/ev-stock-icons.h:
9424         * shell/ev-window.c:
9425         
9426         Add stock icons for actions that can appear in toolbar. Fix for
9427         bug 306566.
9428
9429 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9430
9431         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9432         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9433         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9434         * backend/ev-page-cache.h:
9435         * shell/ev-view.c: (scroll_to_current_page),
9436         (view_update_range_and_current_page), (get_page_y_offset),
9437         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9438         (ev_view_size_request_continuous),
9439         (ev_view_zoom_for_size_continuous_and_dual_page),
9440         (ev_view_zoom_for_size_continuous):
9441         
9442         More compact EvView layout in document with pages of different size.
9443
9444 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9445
9446         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9447         compilation.
9448
9449 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9450
9451         * shell/ev-view.c: (view_set_adjustment_values):
9452         * shell/ev-window.c: (ev_window_cmd_file_properties):
9453         
9454         A bit different fix for rounding problem but it has no
9455         problems on startup. Make properties window transient to parent.
9456
9457 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9458
9459         * pdf/ev-poppler.cc:
9460         
9461         More commenting of font stuff.
9462
9463 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9464
9465         * pdf/ev-poppler.cc:
9466
9467         Comment out some more fonts stuff. Should really
9468         work without the poppler patch now.
9469
9470 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9471
9472         * pdf/ev-poppler.cc:
9473
9474         Adapt to api change
9475
9476 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9477
9478         * data/evince-properties.glade:
9479         * pdf/ev-poppler.cc:
9480         * shell/ev-properties.c: (setup_fonts_view):
9481
9482         Set the column title. Show the dialog only
9483         once everything is setup.
9484         Getting font info can be very slow... will
9485         prolly need to make this threaded too.
9486
9487 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9488
9489         * backend/Makefile.am:
9490         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9491         (ev_document_fonts_get_fonts_model):
9492         * backend/ev-document-fonts.h:
9493         * data/evince-properties.glade:
9494         * pdf/ev-poppler.cc:
9495         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9496         * shell/ev-properties.h:
9497         * shell/ev-window.c: (ev_window_cmd_file_properties):
9498
9499         Implement fonts list. Defined out for now, since it depends
9500         on a not yet committed poppler patch.
9501
9502 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9503
9504         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9505         page + 1.
9506
9507         * shell/ev-window.c: Make sure we add the timeout when we get a
9508         focus-in event.
9509
9510         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9511         adjustment->value before calculating the zoom factor to average
9512         out all of our rounding errors.  The page no longer 'drifts' when
9513         resizing.
9514
9515 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9516
9517         * data/evince-properties.glade:
9518         * shell/ev-properties.c: (ev_properties_format_date),
9519         (set_property):
9520         
9521         Labels don't expand when the dialogue is resized.
9522         strftime result needs to be converted to UTF-8. Thanks
9523         to Christian Persch <chpe@gnome.org>.
9524
9525 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9526
9527         * data/evince-properties.glade:
9528
9529         Hide the fonts tab
9530
9531 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9532
9533         * backend/ev-document-info.h:
9534         * backend/ev-document.c: (ev_document_info_free):
9535         * data/evince-properties.glade:
9536         * pdf/ev-poppler.cc:
9537         * ps/ps-document.c: (ps_document_get_info):
9538         * shell/ev-properties.c: (ev_properties_format_date),
9539         (set_property), (ev_properties_new):
9540         * shell/ev-properties.h:
9541         * shell/ev-window.c: (ev_window_cmd_file_properties):
9542
9543         Rework properties code to take only EvPropertyInfo
9544         in the constructor so that it can be useful for
9545         nautilus plugin too.
9546
9547         Deal with backends that doesnt support some properties.
9548         Make set property code generic.
9549
9550 2005-06-04  Christian Persch <chpe@gnome.org>
9551
9552         * data/evince-properties.glade:
9553
9554         fix spacings, make resizeable, and make data labels
9555         selectable + ellipsised
9556
9557 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9558
9559         * backend/ev-document-info.h:
9560         * data/Makefile.am:
9561         * data/evince-ui.xml:
9562         * pdf/ev-poppler.cc:
9563         * shell/Makefile.am:
9564         * shell/ev-window.c: (update_action_sensitivity),
9565         (ev_window_cmd_file_properties):
9566
9567         Initial go at file properties. Patch by
9568         Emil Soleyman-Zomalan <emil@soleyman.com>.
9569         Needs love see #169583
9570
9571 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9572
9573         * ps/ps-document.c: (output):
9574         * ps/ps.c: (psscan):
9575
9576         Try to render even if psscan fails.
9577
9578 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9579
9580         * ps/ps.c: (psscan), (pscopydoc):
9581
9582         Port buffered reading code from gv
9583
9584 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9585
9586         * ps/ps-document.c: (interpreter_message), (output):
9587
9588         Do not fail on interpreter messages
9589
9590 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9591
9592         * backend/ev-document-misc.c:
9593         (ev_document_misc_get_thumbnail_frame):
9594
9595         Pages can be 0 x 0, dont assert on this case
9596
9597 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9598
9599         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9600         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9601
9602         Correctly manage our reference on document. Finally the reload
9603         huge leak is gone...
9604
9605 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9606
9607         * ps/ps-document.c: (ps_document_dispose):
9608
9609         Forgot to chain it to the parent. Thanks chpe.
9610
9611 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9612
9613         * ps/ps-document.c: (ps_document_dispose),
9614         (ps_document_class_init), (stop_interpreter), (document_load):
9615
9616         Cleanup dispose a bit. Dont leak the whole pixmap.
9617
9618 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9619
9620         * pdf/ev-poppler.cc:
9621
9622         Release the poppler document on dispose
9623
9624 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9625
9626         * shell/ev-view.c: (ev_view_set_document):
9627
9628         Release ref on the pixbuf cache when changing
9629         document.
9630
9631 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9632
9633         * ps/ps-document.c: (ps_document_get_info):
9634
9635         Fix a double free
9636
9637 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9638
9639         * backend/ev-page-cache.c: (ev_page_cache_init),
9640         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9641         * backend/ev-page-cache.h:
9642         * shell/ev-page-action.c: (page_changed_cb):
9643         
9644         Set page action entry width depending on labels width. Fix
9645         for bug 305202.
9646
9647 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * backend/ev-link.c: (ev_link_class_init):
9650
9651         Allow -1 as page value (error)
9652
9653 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9654
9655         * shell/ev-sidebar-thumbnails.c:
9656         (ev_sidebar_thumbnails_set_document):
9657         * shell/ev-view.c: (scroll_to_current_page),
9658         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9659         (page_changed_cb), (on_adjustment_value_changed),
9660         (ev_view_set_document):
9661
9662         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9663         Fix bug 305377
9664
9665 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9666
9667         * configure.ac:
9668         * djvu/djvu-document.c: (djvu_document_get_page_size):
9669
9670         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9671         bug 301993.
9672
9673 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9674
9675         * shell/ev-view.c (draw_one_page): modify the expose handling to
9676         get the shadows.
9677
9678         * shell/ev-window.c (update_action_sensitivity): Respect
9679         permissions field.  Kowtow to the man.
9680
9681         * pdf/ev-poppler.cc: Get the permissions field.
9682
9683         * tiff/*c: Make a tiny bit more robust.
9684
9685 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9686
9687         * djvu/djvu-document.c:
9688         
9689         Pop messages from djvu context message queue.
9690
9691 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9692
9693         * configure.ac, Makefile.am, shell/Makefile.am:
9694         * tiff/Makefile.am, shell/ev-document-types.c:
9695         
9696         Cleanup tiff configure checks. Fix for bug 305218.
9697
9698 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9699
9700         * configure.ac: Added "uk" to ALL_LINGUAS.
9701
9702 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9703
9704         * cut-n-paste/zoom-control/ephy-zoom.c:
9705         (ephy_zoom_get_changed_zoom_level):
9706         * cut-n-paste/zoom-control/ephy-zoom.h:
9707         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9708         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9709         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9710         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9711         (zoom_control_changed_cb), (ev_window_init):
9712         
9713         Fix minor points related to moving best fit up. Introduce
9714         "zoom" property and make zoom control change it's value on
9715         notify::zoom signals. Fix for 305080.
9716
9717 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9718
9719         * data/evince-ui.xml:
9720         * shell/ev-window.c: (set_view_actions_sensitivity):
9721         
9722         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9723
9724 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * configure.ac:
9727
9728         Depends on poppler 0.3.2
9729
9730 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * cut-n-paste/recent-files/egg-recent-item.c:
9733         (egg_recent_item_get_short_name):
9734         * cut-n-paste/toolbar-editor/Makefile.am:
9735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9736         (new_pixbuf_from_widget):
9737         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9738         * cut-n-paste/toolbar-editor/egg-marshal.c:
9739         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9740         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9741
9742         Sync
9743
9744 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9745
9746         * tiff/tiff-document.c: Rough TIFF backend.
9747
9748 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9749
9750         * NEWS:
9751         * configure.ac:
9752         * cut-n-paste/toolbar-editor/Makefile.am:
9753
9754         Release 0.3.1
9755
9756 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9757
9758         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9759         (ev_view_find_next), (ev_view_find_previous):
9760
9761         Remove the locks around get_n_results   
9762
9763 2005-05-21  Juerg Billeter  <j@bitron.ch>
9764
9765         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9766
9767         Pass correct number of pages to poppler.
9768
9769 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9770
9771         * configure.ac:
9772         * data/Makefile.am:
9773         * data/evince.desktop.in: 
9774         * data/evince.desktop.in.in:
9775         * po/POTFILES.in:
9776         
9777         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9778
9779 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9780
9781         * shell/ev-view.c: (view_update_adjustments),
9782         (view_set_adjustment_values): cast adjustmen->value to (int)
9783         before using it.  Otherwise, we get off by a pixel in some
9784         situations.
9785
9786         (draw_one_page): Draw the border on expose.
9787
9788 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9789
9790         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9791         adjustment when the mode changes, #304923
9792
9793 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9794
9795         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9796         flickering on resize but still use gdk_window_scroll on
9797         scrolling
9798
9799 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9800
9801         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9802         option, #170458
9803
9804 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9805
9806         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9807         second page on page_changed if possible, #304669
9808
9809 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9810
9811         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9812         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9813
9814 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9815
9816         * .cvsignore:
9817         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9818         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9819         (ev_view_zoom_for_size_presentation),
9820         (ev_view_zoom_for_size_continuous_and_dual_page),
9821         (ev_view_zoom_for_size_continuous),
9822         (ev_view_zoom_for_size_dual_page),
9823         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9824         * shell/ev-view.h:
9825         * shell/ev-window.c: (update_view_size),
9826         (ev_window_sizing_mode_changed_cb):
9827
9828         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9829         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9830         an infinite loop, #304769
9831
9832
9833 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9834
9835         * data/evince-ui.xml:
9836         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9837         * shell/ev-window.c: (set_view_actions_sensitivity):
9838
9839         Make PgUp/Down behave like Space
9840
9841 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9842
9843         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9844         * backend/ev-ps-exporter.h:
9845         * pdf/ev-poppler.cc:
9846         * ps/ps-document.c: (ps_document_ps_export_begin):
9847         * shell/ev-print-job.c: (idle_print_handler):
9848
9849         Adapt to new poppler api
9850
9851 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9852
9853         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9854         (ephy_zoom_control_init):
9855
9856         Translate zoom levels
9857
9858 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9859
9860         * cut-n-paste/zoom-control/ephy-zoom.c:
9861         (ephy_zoom_get_zoom_level_index):
9862
9863         Fix current zoom -> zoom control match
9864
9865 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9866
9867         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9868         rather than the scrolled_window that it's in. Fixes bug #304655.
9869
9870 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9871
9872         * shell/ev-view.c: (view_update_adjustments),
9873         (view_set_adjustment_values), (view_update_range_and_current_page),
9874         (view_scroll_to_page), (set_scroll_adjustment),
9875         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9876         (ev_view_scroll), (ev_view_scroll_view),
9877         (ensure_rectangle_is_visible), (find_page_at_location),
9878         (get_link_at_location), (go_to_link), (status_message_from_link),
9879         (ev_view_size_request_continuous_dual_page),
9880         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9881         (ev_view_unrealize), (ev_view_expose_event),
9882         (ev_view_button_press_event), (ev_view_motion_notify_event),
9883         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9884         (draw_rubberband), (highlight_find_results), (draw_one_page),
9885         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9886         (ev_view_init), (find_changed_cb), (page_changed_cb),
9887         (on_adjustment_value_changed), (ev_view_new),
9888         (ev_view_set_document), (ev_view_set_zoom),
9889         (ev_view_set_continuous), (ev_view_set_dual_page),
9890         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9891         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9892         (ev_view_zoom_for_size_presentation),
9893         (ev_view_zoom_for_size_continuous_dual_page),
9894         (ev_view_zoom_for_size_continuous),
9895         (ev_view_zoom_for_size_dual_page),
9896         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9897         (ev_view_get_status), (ev_view_set_status),
9898         (update_find_status_message), (ev_view_get_find_status),
9899         (ev_view_set_find_status), (jump_to_find_result),
9900         (jump_to_find_page), (compute_selections), (clear_selection),
9901         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9902         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9903         (ev_view_update_primary_selection),
9904         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9905         * shell/ev-view.h:
9906         * shell/ev-window.c: (ev_window_open_page_label),
9907         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9908         (ev_window_init):
9909         * shell/ev-window.h:
9910         * shell/main.c: (load_files):
9911
9912         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9913         when resizing.  Remove the bin_window().  Also, patch from James
9914         Bowes to fix command line page, #300641
9915         
9916 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9917
9918         * data/evince-ui.xml:
9919         * shell/ev-view.c:
9920         * shell/ev-view.h:
9921         * shell/ev-window.c: (update_action_sensitivity):
9922
9923         Get rid of View->Normal Size, it's just confusing
9924
9925 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9926
9927         * backend/ev-document-info.h:
9928         * backend/ev-document.c: (ev_document_info_free): Free the
9929         EvDocumentInfo.
9930
9931         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9932         (clear_range), (add_range), (update_visible_range),
9933         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9934         (ev_sidebar_thumbnails_set_document):
9935         * shell/ev-window.c: (ev_window_setup_document): Only render the
9936         visible thumbnails.  It takes an instant to render, but it uses
9937         much less memory.
9938
9939 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9940
9941         * shell/ev-sidebar-links.c: (popup_menu_cb):
9942
9943         Select first item
9944
9945 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9946
9947         * lib/Makefile.am:
9948         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9949         (button_press_cb), (ev_sidebar_links_construct):
9950
9951         Show the popup menu also on keybindings
9952
9953 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9954
9955         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9956         * shell/ev-window.h:
9957
9958         Expose api to print a range (with dialog). Make private _print use
9959         it.
9960
9961         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9962         (ev_sidebar_links_construct):
9963
9964         Show a print context menu on linkx, it prints the selected
9965         section.
9966
9967 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9968
9969         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9970         button.
9971
9972 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * AUTHORS:
9975
9976         Update
9977
9978         * shell/ev-window.c: (build_comments_string),
9979         (ev_window_cmd_help_about):
9980
9981         Show poppler version/backend and authors
9982
9983 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * cut-n-paste/zoom-control/ephy-zoom.c:
9986         (ephy_zoom_get_zoom_level_index):
9987         * cut-n-paste/zoom-control/ephy-zoom.h:
9988
9989         Move the best fit items at the top of the list
9990
9991 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9992
9993         * shell/ev-marshal.list:
9994         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9995         (activate_cb), (match_selected_cb), (activate_link_cb),
9996         (connect_proxy), (ev_page_action_class_init):
9997         * shell/ev-page-action.h:
9998
9999         Use signals to notify action activation. Hopefully
10000         I did not break completion since I cant test...
10001
10002         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
10003         (register_custom_actions):
10004
10005         Connect to page selector actions and also grab focus on
10006         the view when activated.
10007
10008 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
10009
10010         * pdf/ev-poppler.cc:
10011         * backend/ev-page-cache.c: make page size calculation consistent
10012         and set it to (int)( width * scale + 0.5).  This makes the weird
10013         line going through the middle of the page go away.
10014
10015         * shell/ev-view.c: move painting the background page after
10016         checking the expose area covers us.
10017
10018 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10019
10020         * data/evince-password.glade:
10021         
10022         Mark labels as not translatable. Fix for bug 302842.
10023
10024 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
10025
10026         * configure.ac: Added "es" to ALL_LINGUAS.
10027
10028 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10029
10030         * data/evince-toolbar.xml:
10031         * shell/ev-window.c: (update_action_sensitivity),
10032         (ev_window_setup_document), (ev_window_set_page_mode),
10033         (ev_window_init):
10034
10035         Remove some leftover code from jrb first continous
10036         attempt. Use the new actions, we still need good icons
10037         though...
10038
10039 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10040
10041         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
10042
10043         Update label when connecting proxy. Fix a warning with NULL
10044         page_cache.
10045
10046 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10047
10048         * data/evince-ui.xml:
10049         * shell/ev-page-action.c: (ev_page_action_grab_focus):
10050         * shell/ev-page-action.h:
10051         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
10052
10053         Add mnemonic for edit toolbar.
10054         ctrl+l focus the page entry.
10055
10056 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10057
10058         * lib/Makefile.am:
10059         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
10060         (ev_window_init):
10061         * shell/main.c: (main):
10062
10063         Put the toolbar xml in evince own dot dir
10064
10065 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10066
10067         * shell/ev-window.c: (ev_window_init):
10068
10069         Make the toolbar not removable
10070
10071 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10072
10073         * data/evince-ui.xml:
10074         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
10075         * shell/ev-sidebar-links.h:
10076         * shell/ev-sidebar-thumbnails.c:
10077         (ev_sidebar_thumbnails_get_treeview):
10078         * shell/ev-sidebar-thumbnails.h:
10079         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
10080         (ev_view_class_init):
10081         * shell/ev-view.h:
10082         * shell/ev-window.c: (update_action_sensitivity),
10083         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
10084         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
10085         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
10086         (ev_window_init):
10087
10088         This is evil... Make space/backspace global accelerators but
10089         enable them only for some widgets (sidebars and view).
10090         I dont like it, but I dont know a better way... :/
10091
10092 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10093
10094         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
10095         (ev_page_action_widget_finalize),
10096         (ev_page_action_widget_class_init), (update_page_cache):
10097
10098         Keep a weak reference on proxy->page_cache so that we
10099         dont try to disconnect the signal if the object is already
10100         gone. Maybe there is a better way to cleanup reference handling
10101         in page action though...
10102
10103 2005-05-10  Juerg Billeter  <j@bitron.ch>
10104
10105         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
10106         * backend/ev-ps-exporter.h:
10107         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
10108         * ps/ps-document.c: (ps_document_ps_export_begin):
10109         
10110         Change api to pass print range to ps_exporter_begin. The pdf backend
10111         requires this information.
10112         
10113         * shell/ev-print-job.c: (idle_print_handler):
10114         
10115         Adapt to api change
10116
10117 2005-05-10  Juerg Billeter  <j@bitron.ch>
10118
10119         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10120         (idle_print_handler)
10121         * shell/ev-window.c: (ev_window_print):
10122
10123         Support printing page range, based on patch by Amaury Jacquot
10124
10125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10126
10127         * data/evince-toolbar.xml:
10128
10129         Add zoom control to available items
10130
10131 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10132
10133         * shell/ev-window.c: (update_action_sensitivity):
10134
10135         Set slash action insensitive when appropriate
10136
10137 2005-05-10  Christian Persch <chpe@gnome.org>
10138
10139         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
10140
10141         Fix warning on the overflow menu
10142
10143 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
10144
10145         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
10146
10147         Check for uri correctness/existence
10148
10149 2005-05-09  Juerg Billeter  <j@bitron.ch>
10150
10151         * shell/ev-window.c: (using_postscript_printer):
10152
10153         LPD printers use postscript, too
10154
10155 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10156
10157         * shell/ev-window.c: (register_custom_actions):
10158
10159         The zoom one is actually sort of useful,
10160         put it back
10161
10162 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10163
10164         * shell/ev-window.c: (register_custom_actions):
10165
10166         Hide page/zoom controls from overflow, they
10167         are useless.
10168
10169 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10170
10171         * cut-n-paste/update-from-egg.sh:
10172         
10173         Share it between all cut-n-paste subdirs
10174
10175         * cut-n-paste/recent-files/Makefile.am:
10176
10177         Fix to use "global" update-from-egg.sh
10178
10179         * cut-n-paste/recent-files/egg-recent-model.c:
10180         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
10181         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10182         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
10183         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
10184
10185         Update from libegg
10186
10187         * cut-n-paste/toolbar-editor/Makefile.am:
10188
10189         Fix to use "global" update-from-egg.sh
10190
10191         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10192
10193         Update from libegg
10194
10195 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
10196
10197         * configure.ac:
10198         * cut-n-paste/Makefile.am:
10199         * cut-n-paste/recent-files/Makefile.am:
10200         * cut-n-paste/toolbar-editor/.cvsignore:
10201         * cut-n-paste/toolbar-editor/Makefile.am:
10202         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10203         (egg_editable_toolbar_get_type), (get_toolbar_position),
10204         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
10205         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
10206         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
10207         (set_item_drag_source), (create_item_from_action), (create_item),
10208         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
10209         (popup_toolbar_context_menu_cb), (free_dragged_item),
10210         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
10211         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
10212         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
10213         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
10214         (item_added_cb), (item_removed_cb),
10215         (egg_editable_toolbar_construct),
10216         (egg_editable_toolbar_disconnect_model),
10217         (egg_editable_toolbar_deconstruct),
10218         (egg_editable_toolbar_set_model),
10219         (egg_editable_toolbar_set_ui_manager),
10220         (egg_editable_toolbar_set_property),
10221         (egg_editable_toolbar_get_property),
10222         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
10223         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
10224         (egg_editable_toolbar_new_with_model),
10225         (egg_editable_toolbar_get_edit_mode),
10226         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
10227         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
10228         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
10229         (new_pixbuf_from_widget), (new_separator_pixbuf),
10230         (update_separator_image), (style_set_cb),
10231         (_egg_editable_toolbar_new_separator_image),
10232         (egg_editable_toolbar_get_model):
10233         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10234         * cut-n-paste/toolbar-editor/egg-marshal.c:
10235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10236         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
10237         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
10238         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
10239         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
10240         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
10241         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
10242         (editor_drag_data_delete_cb), (drag_data_get_cb),
10243         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
10244         (editor_create_item), (update_editor_sheet), (setup_editor),
10245         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
10246         (parse_item_list), (model_has_action), (update_actions_list),
10247         (egg_toolbar_editor_load_actions):
10248         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
10249         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10250         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
10251         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
10252         (toolbars_item_new), (free_toolbar_node), (free_item_node),
10253         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
10254         (egg_toolbars_model_add_separator), (impl_add_item),
10255         (parse_item_list), (egg_toolbars_model_add_toolbar),
10256         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
10257         (impl_get_item_data), (impl_get_item_type),
10258         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
10259         (egg_toolbars_model_init), (free_toolbar),
10260         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
10261         (egg_toolbars_model_remove_toolbar),
10262         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
10263         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
10264         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
10265         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
10266         (egg_toolbars_model_get_item_data),
10267         (egg_toolbars_model_get_item_type):
10268         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10269         * cut-n-paste/toolbar-editor/eggmarshalers.list:
10270         * data/Makefile.am:
10271         * data/evince-toolbar.xml:
10272         * data/evince-ui.xml:
10273         * data/hand-open.png:
10274         * po/POTFILES.in:
10275         * shell/Makefile.am:
10276         * shell/ev-window.c: (update_chrome_visibility),
10277         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
10278         (ev_window_dispose), (ev_window_init):
10279
10280         Implement epiphany like toolbar editor. Based on patch by
10281         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10282
10283 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10284
10285         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
10286
10287         Use set_cursor instead of set_selection, so that
10288         the keyboard focus moves too.
10289
10290 2005-05-09  Aleksey Kliger <akliger@gmail.com>
10291
10292         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10293
10294         Fix infinite loop when loading Type1 fonts
10295
10296 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10297
10298         * data/evince-ui.xml:
10299         * shell/ev-window.c:
10300
10301         Slash -> Find
10302
10303 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10304
10305         * configure.ac:
10306
10307         Make --disable really disable
10308
10309 2005-05-07  Juerg Billeter  <j@bitron.ch>
10310
10311         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10312
10313         Compare page labels even without has_labels set, fixes setting page
10314         with entry
10315
10316 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10317
10318         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10319         (ev_view_set_cursor), (ev_view_button_press_event),
10320         (ev_view_motion_notify_event), (ev_view_button_release_event),
10321         (ev_view_init):
10322
10323         Implement middle button scrolling. Based on a patch
10324         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10325
10326 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10327
10328         * shell/ev-document-types.c: (get_slow_mime_type),
10329         (get_document_type_from_mime), (ev_document_type_lookup):
10330         * shell/ev-document-types.h:
10331
10332         Change api to lookup from uri. Do fast lookup first, if the
10333         type is unknown try with data sniffing.
10334
10335         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10337
10338         Adapt to api change
10339
10340 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10341
10342         * thumbnailer/Makefile.am:
10343
10344         Fix distcheck
10345
10346 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10347
10348         * NEWS:
10349         * configure.ac:
10350
10351         Release 0.3.0
10352
10353         * data/evince-ui.xml:
10354
10355         Hide presentation mode for now
10356
10357         * shell/ev-view.c: (highlight_find_results):
10358
10359         Show current find selection only on current page
10360
10361 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10362
10363         * shell/ev-view.c: (ev_view_select_all):
10364
10365         Compute size of the actual page, not of
10366         the current one.
10367
10368 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10369
10370         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10371         (view_rect_to_doc_rect), (compute_selections),
10372         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10373         (ev_view_copy), (ev_view_primary_get_cb),
10374         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10375         (ev_view_button_press_event), (ev_view_motion_notify_event),
10376         (ev_view_button_release_event), (page_changed_cb):
10377
10378         Fix text selection
10379
10380 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10381
10382         * shell/ev-view.c: (compute_border), (get_page_extents),
10383         (doc_rect_to_view_rect), (highlight_find_results),
10384         (ev_view_bin_expose), (ev_view_select_all),
10385         (ev_view_motion_notify_event), (update_find_status_message),
10386         (jump_to_find_result), (jump_to_find_page):
10387
10388         First go at fixing search, still buggy
10389
10390 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10391
10392         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10393         dropdown box and button at the top of the sidebar.
10394
10395 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10396
10397         * configure.ac: Output zoom-control Makefile.
10398         * cut-n-paste/Makefile.am: build zoom-control subdir.
10399         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10400         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10401         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10402         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10403         * cut-n-paste/zoom-control/ephy-zoom.c:
10404         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10405         from epiphany, and modified to add a separator into the menu.
10406         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10407         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10408         zoom-control action.
10409         * shell/Makefile.am: Include zoom-control flags.
10410         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10411         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10412         (ev_view_zoom_for_size_presentation),
10413         (ev_view_zoom_for_size_continuous_and_dual_page),
10414         (ev_view_zoom_for_size_continuous),
10415         (ev_view_zoom_for_size_dual_page),
10416         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10417         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10418         ev_view_get_zoom and ev_view_get_sizing_mode.
10419         * shell/ev-view.h:
10420         * shell/ev-window.c: (update_action_sensitivity),
10421         (update_sizing_buttons), (zoom_control_changed_cb),
10422         (register_custom_actions): Initialize and use the zoom-control 
10423         widget.
10424
10425 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10426
10427         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10428         preview cache back to 1.  Don't know when it got set to 0.
10429         
10430         * shell/ev-view.c: (compute_border), (ev_view_realize),
10431         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10432         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10433         (ev_view_get_fullscreen), (ev_view_set_presentation),
10434         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10435         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10436         * shell/ev-view.h:
10437         * shell/ev-window.c:
10438         (update_chrome_visibility),
10439         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10440         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10441         (update_document_mode), (ev_window_update_fullscreen_action),
10442         (ev_window_fullscreen), (ev_window_unfullscreen),
10443         (ev_window_cmd_view_fullscreen),
10444         (ev_window_update_presentation_action),
10445         (ev_window_run_presentation), (ev_window_stop_presentation),
10446         (ev_window_cmd_view_presentation), (ev_window_state_event),
10447         (ev_window_focus_in_event), (ev_window_focus_out_event),
10448         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10449         * data/evince-ui.xml: Initial presentation mode.  We should
10450         probably hide this until it's done, as it's quite rough.  Also,
10451         change full-screen to fullscreen and add two getters to EvView.
10452
10453 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10454
10455         * shell/ev-page-action.c: (update_page_cache),
10456         (ev_page_action_dispose):
10457         * shell/ev-window.c: (destroy_fullscreen_popup),
10458         (ev_window_create_fullscreen_popup):
10459
10460         Use connect_object rather than explicitly
10461         disconnect on dispose.
10462
10463 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10464
10465         * shell/ev-page-action.c: (update_page_cache),
10466         (ev_page_action_dispose):
10467
10468 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10469
10470         * backend/ev-page-cache.c: (_ev_page_cache_new),
10471         (ev_page_cache_set_page_label),
10472         (ev_page_cache_has_nonnumeric_page_labels):
10473         * backend/ev-page-cache.h:
10474         * shell/ev-page-action.c: (update_pages_label):
10475         
10476         If all page labels are numeric, fallback to default
10477         way to display number of pages. See bug 173185.
10478
10479 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10480
10481         * shell/ev-page-action.c: (ev_page_action_dispose):
10482         * shell/ev-view.c: (view_update_range_and_current_page):
10483         * shell/ev-window.c: (ev_window_dispose):
10484         
10485         Set page on scroll in continuous mode. Fixes bug 301986.
10486         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10487
10488 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * configure.ac:
10491
10492         Require poppler 0.3.0
10493
10494 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10495         
10496         * shell/Makefile.am, configure.ac: Fix build problems
10497         with t1lib. Bug 301996.
10498
10499 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10500
10501         * shell/ev-view.c: (ev_view_scroll_event):
10502         
10503         Scroll up increase zoom
10504
10505 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10506
10507         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10508         (ev_view_set_sizing_mode),
10509         (ev_view_zoom_for_size_continuous_and_dual_page),
10510         (ev_view_zoom_for_size_continuous):
10511         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10512         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10513         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10514         (ev_window_init):
10515
10516         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10517         Fix for 165473 and 165472.
10518
10519 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10520
10521         * po/POTFILES.in:
10522         * thumbnailer/Makefile.am:
10523         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10524         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10525         * thumbnailer/evince-thumbnailer.schemas.in:
10526         
10527         Make thumbnailer schemas translatable. Fix for bug 301773
10528         
10529         * thumbnailer/evince-thumbnailer-djvu.schemas:
10530         * thumbnailer/evince-thumbnailer-dvi.schemas:
10531         * thumbnailer/evince-thumbnailer.schemas:
10532
10533         Removed files
10534
10535 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10536
10537         * shell/ev-view.c (ev_view_init): forgot to set this.
10538
10539 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10540
10541         * shell/ev-view.c: (find_page_at_location),
10542         (get_link_at_location),
10543         (ev_view_set_show_border), (ev_view_set_spacing),
10544         (ev_view_zoom_for_size_continuous_and_dual_page),
10545         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10546         Also, add a quick fix measuring of widths.  Also, removed
10547         ev_view_set_spacing and ev_view_set_show_border.
10548         
10549         * shell/ev-window.c: (ev_window_unfullscreen),
10550         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10551
10552 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10553
10554         * shell/ev-view.c: (view_update_range_and_current_page),
10555         (page_changed_cb):
10556         
10557         Fix crash on exit and scrolling to page in continuous view.
10558
10559 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10560
10561         * TODO:
10562         * backend/ev-page-cache.c: (_ev_page_cache_new),
10563         (ev_page_cache_get_max_width_size),
10564         (ev_page_cache_get_max_height_size):
10565         * backend/ev-page-cache.h:
10566         * data/evince-ui.xml:
10567         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10568         * shell/ev-view.c: (view_update_adjustments),
10569         (view_update_range_and_current_page), (get_bounding_box_size),
10570         (ev_view_size_request_continuous_and_dual_page),
10571         (ev_view_size_request_continuous),
10572         (ev_view_size_request_dual_page),
10573         (ev_view_size_request_single_page), (ev_view_size_request),
10574         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10575         (ev_view_bin_expose), (ev_view_expose_event),
10576         (ev_view_set_property), (ev_view_get_property),
10577         (ev_view_class_init), (ev_view_init), (ev_view_new),
10578         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10579         (ev_view_set_dual_page), (ev_view_set_full_screen),
10580         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10581         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10582         (ev_view_zoom_out), (zoom_for_size_fit_width),
10583         (zoom_for_size_best_fit),
10584         (ev_view_zoom_for_size_continuous_and_dual_page),
10585         (ev_view_zoom_for_size_continuous),
10586         (ev_view_zoom_for_size_dual_page),
10587         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10588         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10589         * shell/ev-view.h:
10590         * shell/ev-window.c: (update_action_sensitivity),
10591         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10592         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10593         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10594         (ev_window_cmd_view_zoom_out), (update_view_size),
10595         (ev_window_set_sizing_mode), (ev_window_init):
10596
10597         Add Continuous and Dual page modes.
10598
10599 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10600
10601         * dvi/dvi-document.c: (dvi_document_load),
10602         (dvi_document_thumbnails_get_thumbnail),
10603         (dvi_document_init_params): Fix up some mixups between
10604         width and height to correct thumbnail rendering.
10605
10606 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10607
10608         * dvi/mdvi-lib/private.h:
10609         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10610         
10611         Suppess output for kpathsea during font generation. Thanks to
10612         James Bowes
10613
10614 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10615
10616         * NEWS:
10617         * configure.ac:
10618
10619         Release 0.2.1
10620
10621         * Makefile.am: fix distcheck.
10622
10623 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10624
10625         * shell/ev-sidebar-links.c: (selection_changed_callback),
10626         (update_page_callback), (row_activated_callback),
10627         (job_finished_callback), (ev_sidebar_links_set_document):
10628         
10629         Fix for bug #169901. Double click on links expands tree.
10630
10631 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10632
10633         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10634         hard-coded style. Fix for bug 170111
10635
10636 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10637
10638         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10639         locking.
10640
10641 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10642
10643         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10644
10645 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10646
10647         * pdf/ev-poppler.cc:
10648         * shell/ev-view.c: (highlight_find_results):
10649
10650         Fix find on single page documents
10651
10652 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10653
10654         * data/evince.schemas.in: fix for bug 301390
10655
10656 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10657
10658         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10659         (ev_view_zoom_out), (ev_view_zoom_normal):
10660         * shell/ev-view.h:
10661         * shell/ev-window.c: (update_action_sensitivity),
10662         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10663         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10664         (ev_window_cmd_view_normal_size):
10665
10666         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10667         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10668         better than oom. 
10669
10670 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10671
10672         * configure.ac:
10673
10674         Depend on 2.57, 2.59 doesnt seem to be necessary
10675
10676 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10677
10678         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10679         (create_tool_item):
10680
10681         Put back total number of pages as (1 of 1234)
10682
10683 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10684
10685         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10686         remove the job.
10687
10688         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10689         function.  This helps debugging.
10690
10691 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10692
10693         * djvu/djvu-document.c: (djvu_document_class_init),
10694         (djvu_document_get_info), (djvu_document_document_iface_init):
10695         * dvi/dvi-document.c: (dvi_document_class_init),
10696         (dvi_document_get_info), (dvi_document_document_iface_init):
10697
10698         Dummy implementation of get_info method for dvi and
10699         djvu. Fix crashes with those backends
10700
10701 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10702
10703         * data/evince.desktop.in:
10704
10705         Add application/x-gzpostscript
10706
10707 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10708
10709         * data/evince.schemas.in: Added real long descriptions, 
10710         closes bug 172496 
10711
10712         * README: Added actual text, closes bug 171869
10713
10714 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10717
10718         Thumbnail page 0
10719
10720 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10721
10722         * backend/ev-document-info.h:
10723
10724         s/GDate */GDate so we can just use g_free
10725
10726 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10727
10728         * shell/ev-window.c: (update_document_mode),
10729         (ev_window_setup_document):
10730
10731         Show the window in fullscreen when specified by
10732         the document
10733
10734 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10735
10736         * backend/ev-document.c: (ev_document_class_init),
10737         (ev_document_get_info), (ev_document_render_pixbuf):
10738         * backend/ev-document.h:
10739         * backend/ev-page-cache.c: (_ev_page_cache_new):
10740         * pdf/ev-poppler.cc:
10741         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10742         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10743         * ps/ps-document.c: (ps_document_class_init), (document_load),
10744         (ps_document_get_info), (ps_document_document_iface_init):
10745
10746         Remove get_title from the interface, we can just use document info
10747
10748 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10749
10750         * backend/Makefile.am:
10751         * backend/ev-document.c: (ev_document_render_get_info):
10752         * backend/ev-document.h:
10753         * pdf/ev-poppler.cc:
10754
10755         Initial support for document info. Based on jrb patch.
10756
10757 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10758
10759         * shell/ev-window.c: (ev_window_state_event),
10760         (ev_window_class_init), (ev_window_init):
10761         
10762         Doesn't show resize grip when maximized. See bug #301053
10763
10764 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10765
10766         * po/POTFILES.in:
10767         
10768         ev-sidebar-thumbnails now has translatable labels
10769         
10770         * shell/Makefile.am:
10771         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10772         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10773         (ev_sidebar_links_page_iface_init):
10774         * shell/ev-sidebar-links.h:
10775         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10776         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10777         (ev_sidebar_page_get_label):
10778         * shell/ev-sidebar-page.h:
10779         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10780         (ev_sidebar_thumbnails_set_document),
10781         (ev_sidebar_thumbnails_support_document),
10782         (ev_sidebar_thumbnails_get_label),
10783         (ev_sidebar_thumbnails_page_iface_init):
10784         * shell/ev-sidebar-thumbnails.h:
10785         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10786         (ev_sidebar_set_document):
10787         * shell/ev-sidebar.h:
10788         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10789         
10790         Small rework of sidebar code. Now sidebar pages should implement
10791         EvSidebarPage interface. That makes page management in EvSidebar
10792         easier. See bug #164811 for details
10793
10794 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10795
10796         * shell/ev-application.c: (ev_application_open):
10797         * shell/ev-document-types.c:
10798         
10799         Fix build error and small problem with application exit
10800
10801 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10802
10803         * thumbnailer/Makefile.am:
10804         * thumbnailer/evince-thumbnailer-djvu.schemas:
10805         * thumbnailer/evince-thumbnailer-dvi.schemas:
10806         
10807         Conditionally install schemas for djvu/dvi thumbnailer
10808
10809 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10810
10811         * shell/ev-document-types.h: 
10812         * shell/ev-document-types.c: 
10813         New files, handling the mapping from mimetypes to backends
10814         
10815         * shell/ev-window.c: 
10816         * thumbnailer/evince-thumbnailer.c:     
10817         Use the ev-document-types code
10818         
10819         * shell/Makefile.am: 
10820         Added new convenience library libevbackendfactory_la, containing
10821         the new mimetype->backend logic; moved the backends into it.
10822
10823         * thumbnailer/Makefile.am:
10824         Make the thumbnailer link with the libevbackend.la convenience
10825         library, rather than having a duplicate of the backend logic here.
10826
10827 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10828
10829         * shell/ev-stock-icons.c: constify some vars.
10830         * shell/ev-window.c: ditto.
10831
10832 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10833
10834         * ps/ps-document.c (get_page_orientation):
10835
10836         Respect document orientation 
10837
10838 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10839
10840         * djvu/Makefile.am:
10841         * dvi/Makefile.am:
10842         * shell/Makefile.am:
10843         
10844         Move library dependencies to components.
10845         
10846         * shell/ev-window.c: (update_window_title),
10847         (start_loading_document):
10848         
10849         Fix display of uris with spaces. Bug 168358.
10850
10851 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10852
10853         * shell/ev-sidebar-links.c: (selection_changed_cb):
10854         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10855         (ev_view_button_release_event), (ev_view_set_document):
10856         * shell/ev-view.h:
10857         * shell/ev-window.c: (find_bar_search_changed_cb):
10858         * shell/ev-window.h: Minor cleanups removing some dead code.
10859
10860 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10861
10862         * backend/ev-page-cache.c: (_ev_page_cache_new):
10863         
10864         Set current page to 0 if document has pages.
10865
10866 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10867
10868         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10869
10870         Initialize GError to NULL, fix a crash when loading fails.
10871
10872 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10873
10874         * shell/ev-window.c: (update_view_size):
10875
10876         Calculate shadow size only when there is actually
10877         a shadow.
10878
10879 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10880
10881         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10882         * shell/ev-view.h:
10883
10884         Allow setting view spacing, default to 0
10885
10886         * shell/ev-window.c: (ev_window_unfullscreen),
10887         (ev_window_cmd_view_fullscreen), (ev_window_init):
10888
10889         Remove spacing in fullscreen mode
10890
10891 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10892
10893         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10894         (ev_view_size_request), (expose_bin_window),
10895         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10896         * shell/ev-view.h:
10897         * shell/ev-window.c: (ev_window_unfullscreen),
10898         (ev_window_cmd_view_fullscreen):
10899
10900         Do not draw the border in fulscreen
10901
10902 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10903
10904         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10905         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10906         (find_page_at_location), (page_changed_cb):
10907
10908         Rework border calculation, so that I can more easily disable it.
10909         Code somewhat cleaner too.
10910
10911 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10912
10913         * backend/ev-page-cache.c: (ev_page_cache_init),
10914         (_ev_page_cache_new):
10915
10916         Remove some assertions, documents can have 0 pages.
10917         Make initial current page -1.
10918
10919         * shell/ev-page-action.c: (page_changed_cb):
10920
10921         Show "" if current page is -1
10922
10923         * shell/ev-window.c: (update_action_sensitivity),
10924         (ev_window_setup_document):
10925
10926         When document has 0 pages do not set the view
10927         and make nearly everything insensitive.
10928
10929 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10930
10931         * shell/ev-page-view.c:
10932         * shell/ev-page-view.h:
10933
10934         Remove unused files.
10935         
10936         * shell/ev-sidebar-thumbnails.c:
10937         (ev_sidebar_thumbnails_set_document):
10938         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10939         (ev_sidebar_supports_document):
10940         * shell/ev-sidebar.h:
10941         * shell/ev-window.c: (ev_window_setup_document):
10942         
10943         Doesn't show thumbnails if document has 1 page. Make
10944         sidebar menu entries sensitive only if if they have 
10945         sense. Fix bug 164811. 
10946
10947 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10948
10949         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10950         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10951         (ev_view_zoom_out), (ev_view_set_size):
10952
10953         Rework sizing to deal with documents with not uniform page
10954         size.
10955
10956 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10957
10958         * backend/ev-page-cache.c: (_ev_page_cache_new):
10959
10960         Fix several page size caching bugs
10961
10962 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10963
10964         * shell/ev-window.c: (set_action_properties):
10965
10966         Make all toolbar items translatable
10967
10968 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10969
10970         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10971         (save_page_list), (ps_document_save),
10972         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10973         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10974         (ps_document_ps_exporter_iface_init):
10975         * ps/ps-document.h:
10976
10977         Based on a patch by J�rg Billeter <j@bitron.ch>
10978         
10979         Implement print and save a copy for the ps backend.
10980
10981 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10982
10983         * backend/ev-document.h:
10984         * djvu/djvu-document.c: (djvu_document_can_get_text),
10985         (djvu_document_document_iface_init):
10986         * dvi/dvi-document.c: (dvi_document_can_get_text),
10987         (dvi_document_document_iface_init):
10988         * pdf/ev-poppler.cc:
10989         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10990         (pixbuf_document_document_iface_init):
10991         * ps/ps-document.c: (ps_document_can_get_text),
10992         (ps_document_document_iface_init):
10993         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10994         * shell/ev-window.c: (update_action_sensitivity):
10995
10996         Fix the crash when trying to copy in backends that doesnt
10997         support it. We can implement a better solution once we
10998         do real text selection.
10999
11000 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
11001
11002         * data/evince-ui.xml:
11003         * shell/ev-window.c: (ev_window_cmd_escape):
11004         
11005         Work around the Escape conflict (find bar and unfullscreen)
11006
11007 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11008
11009         * backend/ev-page-cache.c: (ev_page_cache_next_page):
11010         
11011         Fix for #300233. Next page correctly handles document end.
11012         
11013         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11014         (ev_sidebar_thumbnails_class_init),
11015         (ev_sidebar_thumbnails_set_document),
11016         (ev_sidebar_thumbnails_clear_job),
11017         (ev_sidebar_thumbnails_clear_model):
11018         
11019         Cleanup thumbnail jobs on document changes.
11020         
11021         * shell/ev-view.c: (add_scroll_binding_keypad),
11022         (add_scroll_binding_shifted), (ev_view_class_init):
11023         
11024         Shift + Space scrolls up. Fix for #173184
11025         
11026         * shell/ev-window.c: (ev_window_open_page),
11027         (ev_window_cmd_view_reload):
11028         
11029         Fix reload (Bug #300094)
11030
11031 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11032
11033         
11034         * dvi/mdvi-lib/assoc.c:
11035         * dvi/mdvi-lib/assoc.h: Removed garbage files
11036         
11037         * dvi/mdvi-lib/bitmap.c:
11038         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
11039         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
11040         * dvi/mdvi-lib/color.h: Antialias of rules
11041         
11042         * dvi/mdvi-lib/common.h:
11043         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
11044         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
11045         * dvi/mdvi-lib/files.c:
11046         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
11047         * dvi/mdvi-lib/mdvi.h:
11048         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
11049         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
11050         * dvi/mdvi-lib/util.c: Fix compile warnings
11051         
11052         * dvi/dvi-document.c:
11053         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
11054         (dvi_document_thumbnails_get_thumbnail),
11055         (dvi_document_document_thumbnails_iface_init):
11056         * dvi/mdvi-lib/Makefile.am:
11057         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11058         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
11059         
11060         Dvi backend now renders thumbnails
11061
11062 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
11063
11064         * shell/main.c: (main): 
11065         
11066         Save accelerators on exit. Fixes bug #172095.
11067
11068 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
11069
11070         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
11071         update priority" comment.
11072
11073         * backend/ev-job-queue.c: Give a way to change priority.
11074
11075 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
11076
11077         * shell/ev-page-action.c: Fix logic.
11078
11079 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11080
11081         * shell/ev-view.c: (ev_view_can_find_next):
11082         * shell/ev-window.c: (ev_window_setup_document):
11083
11084         Check that the document supports find
11085
11086 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11087
11088         * data/evince-ui.xml:
11089         * shell/ev-view.c: (ev_view_can_find_next):
11090         * shell/ev-view.h:
11091         * shell/ev-window.c: (update_action_sensitivity),
11092         (find_changed_cb), (ev_window_setup_document),
11093         (ev_window_cmd_edit_find_next):
11094
11095         Add Edit->Find Next
11096
11097 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
11098
11099         * pdf/ev-poppler.cc:
11100         * shell/ev-print-job.c: (idle_print_handler):
11101
11102         Make printing work again
11103
11104 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
11105
11106         * shell/ev-page-action.h:
11107         * shell/ev-page-action.c: (ev_page_action_widget_init),
11108         (ev_page_action_widget_class_init), (page_changed_cb),
11109         (create_tool_item), (update_page_cache), (build_new_tree_cb),
11110         (get_filter_model_from_model), (match_selected_cb),
11111         (display_completion_text), (match_completion), (update_model),
11112         (connect_proxy), (ev_page_action_set_property),
11113         (ev_page_action_get_property), (ev_page_action_set_document),
11114         (ev_page_action_set_model), (ev_page_action_class_init): Big
11115         reworking to make completions work iff we have >= GTK-2.7.0
11116                 
11117         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
11118         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
11119         (job_finished_cb): We now have a 'model' property that is set when
11120         the links are loaded.  This can be caught with "notify::model"
11121
11122         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
11123         listen for the model to be set, and propagate it to the action.
11124
11125 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11126
11127         * cut-n-paste/recent-files/egg-recent-item.c:
11128         (egg_recent_item_set_uri), (make_valid_utf8),
11129         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
11130         * cut-n-paste/recent-files/egg-recent-item.h:
11131         
11132         Update egg-recent from libegg. This should fix long
11133         startup problem. For details see
11134         http://bugzilla.gnome.org/show_bug.cgi?id=160531
11135
11136 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11137
11138         * cut-n-paste/recent-files/Makefile.am:
11139         * data/evince-ui.xml, shell/Makefile.am:
11140         * shell/ev-application.c, shell/ev-application.h:
11141         * shell/ev-window.c: Recent files support.
11142         
11143         * configure.ac: Added "ru" to ALL_LINGUAS.
11144         
11145         * dvju: new backend to support DJVU files.
11146         * dvi: new backend to support DVI.
11147
11148         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
11149         * ev-application.c: Support for new backends.
11150         
11151         * help, ev-window.c, main.c shell/Makefile.am: 
11152         Evince user documentation.
11153
11154 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11155
11156         * po/POTFILES.in:
11157         * shell/ev-window.c:
11158         * thumbnailer/evince-thumbnailer.c:
11159
11160         s/pdf-document/ev-poppler
11161
11162 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
11163
11164         * NEWS:
11165         * configure.ac:
11166
11167         Release 0.2.0
11168
11169         * ps/ps-document.c: (setup_pixmap):
11170
11171         Remove debug code
11172
11173 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
11174
11175         * backend/ev-page-cache.c (ev_page_cache_next_page): 
11176         * shell/ev-window.c (ev_window_cmd_go_next_page) 
11177         (ev_window_cmd_go_first_page): Fix of by one errors.
11178
11179 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11180
11181         * ps/ps-document.c: (get_page_box):
11182
11183         Fix page size calculation
11184
11185 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11186
11187         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11188         (ps_document_cleanup), (setup_pixmap), (get_page_box),
11189         (get_page_orientation), (setup_page), (document_load),
11190         (ps_document_get_page_size), (render_pixbuf_idle):
11191         * ps/ps-document.h:
11192
11193         More refactoring to adapt to EvDocument changes
11194
11195 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11196
11197         * ps/ps-document.c: (start_interpreter):
11198
11199         Actually add alpha args
11200
11201 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
11202
11203         * pdf/ev-poppler.cc:
11204
11205         Make clipboard work again
11206
11207 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
11208
11209         Make searching work again.
11210         
11211         * backend/ev-document.c:
11212         * backend/ev-document.h:
11213         * backend/ev-document-find.c:
11214         * backend/ev-document-find.h: Change EvDocumentIface so we no
11215         longer store the current page or zoom level in the document.  The
11216         consequence is that all calls that operate on the current page now
11217         instead take the page number as an extra argument, and all
11218         coordinates are now doubles in document coordinate system.
11219
11220         * pdf/ev-poppler.cc:
11221         * pixbuf/pixbuf-document.c:
11222         * ps/ps-document.c: Update backends accordingly.
11223
11224 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
11225
11226         * autogen.sh:
11227
11228         Add required gettext version
11229
11230 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
11231
11232         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
11233         make F1 bring up non-existent help.
11234
11235         * shell/eggfindbar.c: Patch from Christian Persch to sync to
11236         epiphany's find bar, #167477
11237
11238         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
11239         <emil@nishra.com> to add space-bar scrolling, 
11240
11241         * shell/ev-window.c (static GtkActionEntry entries): add default
11242         keybinding for Help (F1)
11243         Fixes #171068
11244
11245         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
11246         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
11247         170110
11248
11249 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
11250
11251         * Makefile.am: 
11252         * pixbuf/pixbuf-document.c: 
11253
11254         Got pixbuf backend working again
11255
11256 2005-04-01  Steve Murphy  <murf@e-tools.com>
11257
11258         * configure.in: Added "rw" to ALL_LINGUAS.
11259
11260 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
11261
11262         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
11263         model types, noticed by Martin Kretzschmar.
11264
11265 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
11266
11267         * pdf/ev-poppler.cc: Implement search based on
11268         poppler_page_find_text().  Currently a bit crude since we remember
11269         all matches from all pages.  Also, we grab the big document lock
11270         when we search since searching changes the underlying stream and
11271         thus conflicts with the rendering thread.
11272         
11273         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11274         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
11275         (ev_view_find_previous): Fix some page indexes to be 0 based,
11276         offset rubber band by view offset,
11277
11278 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
11279
11280         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
11281
11282 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
11283
11284         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
11285         completely because I didn't understand GtkActions.  I should
11286         read Marco's code more carefully in the future.
11287
11288         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
11289         function
11290
11291 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11292
11293         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11294         PopplerRectangle change from poppler CVS.
11295
11296 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11297
11298         * backend/ev-document.c: (ev_document_get_page_label):
11299         * backend/ev-document.h:
11300         * backend/ev-page-cache.c: (_ev_page_cache_new),
11301         (ev_page_cache_get_page_label):
11302         * backend/ev-page-cache.h:
11303         * pdf/ev-poppler.cc:
11304         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11305         (links_page_num_func):
11306         * shell/ev-sidebar-thumbnails.c:
11307         (ev_sidebar_thumbnails_set_document):
11308         * shell/ev-view.c: (status_message_from_link),
11309         (ev_view_motion_notify_event):
11310         * shell/ev-window.c: (document_supports_sidebar): Add in page
11311         label support.  It's not perfect yet, but it's the first 'feature'
11312         in a while.
11313         Also, fix a bogus comment noticed by crispin. 
11314
11315 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11316
11317         * Makefile.am: Remove pixbuf backend for now
11318
11319         * configure.ac: Require poppler-glib instead of just poppler.
11320
11321         * backend/ev-document-thumbnails.h: Add a comment
11322
11323         * backend/ev-document.h:
11324         * backend/ev-document.c: (ev_document_class_init),
11325         (ev_document_load), (ev_document_get_link),
11326         (ev_document_get_links): Remove 3 methods and add get_links.
11327         Also, made 0 based.
11328
11329         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11330         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11331
11332         * backend/ev-link.c: (ev_link_set_title),
11333         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11334         (ev_link_mapping_find):
11335         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11336         
11337         * backend/ev-page-cache.c: (ev_page_cache_init),
11338         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11339         (ev_page_cache_get_size), (ev_page_cache_next_page),
11340         (ev_page_cache_prev_page): Fix to be 0 based.
11341
11342         * pdf/Makefile.am: 
11343         * pdf/ev-poppler.h:
11344         * pdf/ev-poppler.cc: New backend.
11345         
11346         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11347         (ps_document_get_page), (ps_document_document_iface_init):
11348
11349         * shell/ev-pixbuf-cache.h:
11350         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11351         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11352         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11353         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11354         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11355         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11356         based.
11357         
11358         * shell/ev-sidebar-thumbnails.c:
11359         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11360         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11361
11362         * shell/ev-view.c: (status_message_from_link),
11363         (find_page_at_location), (get_link_at_location),
11364         (ev_view_motion_notify_event), (ev_view_button_release_event),
11365         (ev_view_init): Use the new link code.  Fix to be 0 based.
11366
11367         * shell/ev-window.c: (update_action_sensitivity),
11368         (document_supports_sidebar): 0 based.
11369
11370 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11371
11372         * pdf/pdf-document.cc: Patch from Fernando Herrera
11373         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11374         *blush*
11375
11376 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11377
11378         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11379         1 to the page, as this seems to be 1 based.  I thought we has this
11380         fixed.  grump.
11381
11382 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11383
11384         * TODO:
11385         * backend/Makefile.am:
11386         * backend/ev-document-links.c:
11387         (ev_document_links_has_document_links),
11388         (ev_document_links_get_links_model):
11389         * backend/ev-document-links.h:
11390         * backend/ev-document.c: (ev_document_get_page_cache),
11391         (ev_document_get_doc_mutex), (ev_document_load),
11392         (ev_document_save), (ev_document_get_title),
11393         (ev_document_get_n_pages), (ev_document_set_page),
11394         (ev_document_get_page), (ev_document_set_target),
11395         (ev_document_set_scale), (ev_document_set_page_offset),
11396         (ev_document_get_page_size), (ev_document_get_text),
11397         (ev_document_get_link), (ev_document_render),
11398         (ev_document_render_pixbuf), (ev_document_scale_changed):
11399         * backend/ev-document.h:
11400         * backend/ev-job-queue.c: (remove_object_from_queue),
11401         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11402         (no_jobs_available_unlocked), (ev_render_thread),
11403         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11404         (ev_job_queue_remove_job):
11405         * backend/ev-job-queue.h:
11406         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11407         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11408         (ev_job_links_class_init), (ev_job_render_init),
11409         (ev_job_render_dispose), (ev_job_render_class_init),
11410         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11411         (ev_job_thumbnail_class_init), (ev_job_finished),
11412         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11413         (ev_job_render_run), (ev_job_thumbnail_new),
11414         (ev_job_thumbnail_run):
11415         * backend/ev-jobs.h:
11416         * backend/ev-link.c:
11417         * backend/ev-link.h:
11418         * backend/ev-page-cache.c: (ev_page_cache_init),
11419         (ev_page_cache_class_init), (ev_page_cache_finalize),
11420         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11421         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11422         (ev_page_cache_set_link), (ev_page_cache_get_title),
11423         (ev_page_cache_get_size), (ev_page_cache_next_page),
11424         (ev_page_cache_prev_page):
11425         * backend/ev-page-cache.h:
11426         * pdf/pdf-document.cc:
11427         * ps/gsdefaults.c:
11428         * ps/gsdefaults.h:
11429         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11430         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11431         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11432         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11433         (is_interpreter_ready), (output), (catchPipe), (input),
11434         (start_interpreter), (check_filecompressed), (compute_dimensions),
11435         (ps_document_enable_interpreter), (document_load),
11436         (ps_document_next_page), (render_page), (ps_document_set_page),
11437         (ps_document_set_scale), (render_pixbuf_idle),
11438         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11439         * ps/ps-document.h:
11440         * shell/Makefile.am:
11441         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11442         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11443         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11444         (ev_pixbuf_cache_new), (job_finished_cb),
11445         (check_job_size_and_unref), (move_one_job),
11446         (ev_pixbuf_cache_update_range), (find_job_cache),
11447         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11448         (ev_pixbuf_cache_add_jobs_if_needed),
11449         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11450         * shell/ev-pixbuf-cache.h:
11451         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11452         (idle_print_handler):
11453         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11454         (selection_changed_cb), (create_loading_model),
11455         (ev_sidebar_links_construct), (links_page_num_func),
11456         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11457         (update_page_callback), (job_finished_cb),
11458         (ev_sidebar_links_set_document):
11459         * shell/ev-sidebar-thumbnails.c:
11460         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11461         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11462         (page_changed_cb), (thumbnail_job_completed_callback),
11463         (ev_sidebar_thumbnails_set_document):
11464         * shell/ev-sidebar-thumbnails.h:
11465         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11466         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11467         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11468         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11469         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11470         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11471         (ev_view_button_release_event), (ev_view_scroll_view),
11472         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11473         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11474         (ev_view_new), (job_finished_cb), (page_changed_cb),
11475         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11476         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11477         (ev_view_find_previous):
11478         * shell/ev-view.h:
11479         * shell/ev-window.c: (update_action_sensitivity),
11480         (ev_window_open_page), (update_window_title), (update_total_pages),
11481         (page_changed_cb), (ev_window_setup_document),
11482         (password_dialog_response), (ev_window_cmd_save_as),
11483         (ev_window_print), (ev_window_cmd_go_previous_page),
11484         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11485         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11486         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11487         * shell/main.c: (main):
11488
11489         Merge evince-threads branch
11490
11491 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11492
11493         * configure.ac: Added "lt" to ALL_LINGUAS.
11494
11495 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11496
11497         * NEWS:
11498         * configure.ac:
11499
11500         Release 0.1.9
11501
11502 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11503
11504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11505
11506         Fix here also the thumbnails 1-basedness :)
11507
11508 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11509
11510         * NEWS:
11511         * configure.ac:
11512
11513         Release 0.1.8
11514
11515 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11516
11517         * pdf/pdf-document.cc:
11518         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11519         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11520
11521         Fix the mess we did with thumbnails and 1-basedness
11522
11523 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11524
11525         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11526
11527 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11528
11529         * NEWS:
11530         * configure.ac:
11531
11532         Release 0.1.7
11533
11534 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11535
11536         * ps/Makefile.am:
11537         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11538         (gtk_gs_defaults_get_alpha_parameters),
11539         (gtk_gs_defaults_get_ungzip_cmd),
11540         (gtk_gs_defaults_get_unbzip2_cmd):
11541         * ps/gsdefaults.h:
11542         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11543         (ps_document_get_orientation), (document_load),
11544         (ps_document_goto_page), (ps_document_set_page_size):
11545         * ps/ps-document.h:
11546
11547         Some more sanitization of the ps backend. Remove a lot
11548         of unused code and do not base our defaults on ggv
11549         preferences (ugh!)
11550
11551 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11552
11553         * thumbnailer/evince-thumbnailer.schemas:
11554         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11555         (main): add -s option for thumbnail size.
11556
11557 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11558
11559         * configure.ac:
11560
11561         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11562         remove it.
11563
11564 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * pdf/pdf-document.cc:
11567
11568         Remove 4 pixels of useless border from the
11569         thumbnail.
11570
11571 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11572
11573         * backend/ev-document-thumbnails.c:
11574         (ev_document_thumbnails_get_thumbnail):
11575         * backend/ev-document-thumbnails.h:
11576
11577         Rework API a bit. Add a border flag and
11578         change sizing logic (now the size we specify
11579         applies to the bigger dimension).
11580
11581         * pdf/pdf-document.cc:
11582         * pixbuf/pixbuf-document.c:
11583         (pixbuf_document_thumbnails_get_thumbnail):
11584         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11585         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11586
11587         Adapt to the new API and do not draw a border for nautilus
11588         thumbnailer.
11589
11590 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11591
11592         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11593         take thumbnails from page "0" instead of "1". Added a copyright header.
11594
11595 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11596
11597         * ps/ps-document.c: (set_up_page), (start_interpreter):
11598
11599         Make it C89 compliant
11600
11601 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11602
11603         * Makefile.am:
11604         * configure.ac:
11605         * pdf/.cvsignore:
11606         * pdf/pdf-document.cc:
11607         * thumbnailer/Makefile.am:
11608         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11609         (main):
11610         * thumbnailer/evince-thumbnailer.schemas:
11611         * thumbnailer/pdf-icon.png:
11612
11613         Add a nautilus thumbnailer.
11614         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11615
11616 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11617
11618         * NEWS:
11619         * configure.ac:
11620         * po/POTFILES.in:
11621
11622         Release 0.1.6
11623
11624 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11625
11626         Use poppler instead of including xpdf source code.  Poppler is a
11627         fork of xpdf to build it as a shared library. See
11628         http://freedesktop.org/wiki/Software/poppler.
11629
11630         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11631         xpdf fork.
11632         
11633         * pdf/Makefile.am: Build libpdfdocument.a here.
11634         
11635         * pdf/GDKSplashOutputDev.cc:
11636         * pdf/GDKSplashOutputDev.h:
11637         * pdf/GnomeVFSStream.cc:
11638         * pdf/GnomeVFSStream.h:
11639         * pdf-document.cc:
11640         * pdf-document.h:
11641         * test-gdk-output-dev.cc
11642         * Thumb.cc:
11643         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11644         against poppler.
11645
11646 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11647
11648         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11649
11650         Clear idle stack before unsetting the document
11651
11652 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11653
11654         * ps/ps-document.c: (ps_document_widget_event),
11655         (ps_document_set_target), (ps_document_finalize),
11656         (ps_document_get_page):
11657
11658         Disconnect the widget event signal on finalize.
11659         Some code cleanups.
11660
11661 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * ps/ps-document.c: (set_up_page):
11664
11665         If there is no bpixmap create one, even if size
11666         is not changed.
11667
11668 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11671         (set_up_page), (document_load), (ps_document_set_zoom):
11672
11673         Default page is 0. Calculate size even when we have no
11674         target yet.
11675
11676 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11677
11678         * shell/ev-sidebar.c: expand the selection widget to be always as
11679         wide as the sidebar
11680
11681 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11682
11683         * shell/ev-sidebar-thumbnails.c:
11684         (ev_sidebar_thumbnails_set_document):
11685
11686         Clear the list store when setting document
11687
11688 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11689
11690         * shell/ev-page-action.c: (update_entry), (sync_entry),
11691         (activate_cb), (entry_size_request_cb), (create_tool_item),
11692         (connect_proxy):
11693
11694         Use an entry for the page control instead of spinbuttons
11695
11696 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * data/evince.schemas.in:
11699
11700         Correct confusing string
11701
11702 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11703
11704         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11705         for real.  Gosh, how long has this been broken.
11706
11707         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11708         check for a NULL link.  We crash otherwise.
11709
11710 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11711
11712         * NEWS:
11713         * configure.ac:
11714
11715         Release 0.1.5
11716
11717 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11718
11719         * configure.ac: add the french translation.
11720
11721 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11722
11723         * shell/ev-window.c:
11724
11725         Remove unused header -> fix distcheck
11726
11727 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * shell/ev-window.c: (update_window_title),
11730         (ev_window_popup_password_dialog):
11731
11732         Unescape filename for display
11733
11734 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * pdf/xpdf/pdf-document.cc:
11737
11738         In get_page_size deal with rotation. Also
11739         cleanup the function a bit.
11740
11741 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11742
11743         * pdf/xpdf/pdf-document.cc:
11744
11745         Fix crash when opening in new window
11746
11747 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11748
11749         * configure.ac:
11750
11751         Check ghostscript >= 7
11752
11753 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11754
11755         * shell/ev-window.c:
11756
11757         Make page width the default sizing mode
11758
11759 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11760         Marco Pesenti Gritti <marco@gnome.org>
11761
11762         * shell/ev-window.c: Remember the sidebar size
11763
11764         * data/evince.schemas.in: Add a new gconf key to store the size of
11765         the sidebar
11766
11767 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11768
11769         * data/evince-ui.xml:
11770         * shell/ev-window.c: (update_action_sensitivity),
11771         (ev_window_cmd_view_reload):
11772         
11773         Add a "Reload" action and menu entry
11774
11775 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11776
11777         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11778         iff the type doesn't support thumbnailing and indexing.
11779
11780 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11781
11782         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11783
11784 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * pdf/splash/Splash.cc:
11787
11788         Port fix for a crasher from kde bug
11789         http://bugs.kde.org/show_bug.cgi?id=97131
11790
11791 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11792
11793         * pdf/xpdf/pdf-document.cc:
11794
11795         Return a link even if it's of an unrecognized
11796         type. Otherwise we go in an infinte cycle.
11797
11798 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11799
11800         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11801         (size_allocate_cb), (ev_window_set_sizing_mode):
11802
11803         Update size when switching mode
11804
11805 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11806
11807         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11808         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11809         (ev_window_cmd_view_normal_size):
11810
11811         Fix size toggle buttons behavior
11812
11813 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11814
11815         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11816         (doc_rect_to_view_rect), (ev_view_size_allocate),
11817         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11818         (scale_changed_callback):
11819
11820         Do not cache offsets in size_allocate.
11821
11822 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * shell/ev-view.c: (ev_view_size_allocate):
11825
11826         Calculate offsets before calling the parent
11827         class (which does a redraw)
11828
11829 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * pdf/xpdf/pdf-document.cc:
11832
11833         Fix a crasher on exit. Unused code, put a TODO
11834
11835 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * backend/ev-document.c: (ev_document_class_init),
11838         (ev_document_page_changed), (ev_document_scale_changed):
11839         * backend/ev-document.h:
11840
11841         Separate page/scale notifications
11842
11843         * pdf/xpdf/pdf-document.cc:
11844
11845         Emit the new signals.
11846         Do not display the pdf page in _render, do it
11847         when scale/page are requested.
11848
11849         * ps/ps-document.c: (ps_document_set_zoom),
11850         (ps_document_widget_event):
11851         * ps/ps-document.h:
11852
11853         Emit the new signals.
11854
11855         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11856         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11857         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11858         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11859         * shell/ev-view.h:
11860         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11861         (ev_window_cmd_view_page_width), (size_allocate_cb),
11862         (ev_window_set_sizing_mode):
11863
11864         Rework sizing to be pixel based.
11865         There are bugs but should be already way better.
11866
11867 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11868
11869         * shell/ev-window.c: (ev_window_init):
11870
11871         Do not allow to shrink sidebar smaller then
11872         child requisition
11873
11874 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11875
11876         * shell/ev-sidebar.[ch]
11877         * shell/ev-window.c:
11878
11879         Improved sidebar widget. Fixes #166683
11880
11881 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11882
11883         * shell/ev-view.c (update_find_status_message): Give translators
11884         more flexibility with ngettext plural handling.
11885
11886 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11887
11888         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11889         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11890         page when we get the page size.
11891
11892 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11893
11894         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11895
11896         ps pages are 0 based, convert 
11897
11898 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11901
11902         Initialize correct parent class. Set GError on document load
11903
11904 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11905
11906         * pdf/xpdf/pdf-document.cc:
11907
11908         Fixup selection offset calculation
11909
11910         * shell/ev-view.c: (view_rect_to_doc_rect),
11911         (doc_rect_to_view_rect), (ev_view_size_allocate),
11912         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11913         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11914
11915         Store selection as document relative, so that zooming
11916         and offset changing doesnt break it.
11917
11918 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * shell/ev-view.c: (ev_view_best_fit):
11921
11922         Do not try to best fit if the view is not realized
11923
11924 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11925           
11926         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11927
11928 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11929
11930         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11931
11932 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11933
11934         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11935         the popup window.  That prevents it resizing when in full screen
11936         mode.
11937
11938         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11939         multiple rerenders.  This pretty much sucks.
11940
11941         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11942         rest of the toolbar.
11943
11944 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11945
11946         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11947
11948 2005-02-17  Alexander Shopov  <ash@contact.bg>
11949
11950         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11951
11952 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11953
11954         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11955
11956 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11957
11958         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11959         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11960         (set_document_page), (document_changed_callback),
11961         (ev_view_set_document), (ev_view_find_previous),
11962         (ev_view_hide_cursor), (ev_view_show_cursor):
11963         * shell/ev-view.h:
11964         * shell/ev-window.c: (update_chrome_visibility),
11965         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11966         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11967         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11968         (ev_window_unfullscreen):
11969         * shell/main.c: (main):
11970
11971         Automatically hide the fullscreen button.
11972         Patch by Kristian Høgsberg <krh@redhat.com>
11973
11974 2005-02-16  Vincent Noel  <vnoel@cox.net>
11975
11976         * shell/main.c (main): Specify an icon for the window. Patch by
11977         Jaap A. Haitsma. Fixes #166177.
11978
11979 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11980
11981         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11982
11983 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11984
11985         * backend/ev-document-misc.h:
11986         * backend/ev-document-misc.c:
11987         (ev_document_misc_get_page_border_size),
11988         (ev_document_misc_paint_one_page): New function to canonicalize
11989         sizing/painting a border.
11990
11991         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11992         used.
11993
11994         * pdf/xpdf/pdf-document.cc: use new function
11995
11996         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11997         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11998         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11999         shell/ev-window.c: (update_sizing_buttons),
12000         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
12001         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
12002         (ev_window_cmd_view_page_width), (size_allocate_cb),
12003         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
12004         and "fit width" values act as toggle buttons so they stay
12005         toggled.  It's not 100% perfect, and it's a little slow, but it's
12006         good enough to commit I think.
12007
12008 2005-02-15  David Lodge  <dave@cirt.net>
12009
12010         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
12011
12012 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
12013
12014         * shell/ev-window.c (update_window_title): replace newlines in
12015         the title by spaces. Bug #166107.
12016
12017 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
12018
12019         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
12020         parameters providing allocation width and height without
12021         scrollbars and width of a possible vertical scrollbar. With this
12022         additional information the functions can work as
12023         intended. Unfortunately they're not idempotent. We should
12024         transform these commands to toggles. Fixes Bug #164976
12025         Initial patch by Stephane Loeuillet, then heavily modified.
12026
12027         * shell/ev-view.h: update prototypes.
12028
12029         * shell/ev-window.c (ev_window_cmd_view_best_fit)
12030         (ev_window_cmd_view_page_width): provide EvView fit functions with
12031         all the information they need. Formulas to calculate this
12032         information taken from GtkScrolledWindow.
12033
12034 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
12035
12036         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
12037         created a thumbnail, the list store is updated to know
12038         that the thumbnail is set. Fixes bug #166792
12039
12040 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
12041
12042         * shell/ev-window.c: fixed typo, closes bug 166897
12043
12044         * TODO: updated TODO with bug numbers that are relevant
12045
12046 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
12047
12048         * shell/ev-window.c: Support for DnD of files. Fixes #164813
12049
12050 2005-02-09  Vincent Noel  <vnoel@cox.net>
12051
12052         * shell/ev-window.c: (set_action_properties): Set the "Previous"
12053         and "Next" toolbar buttons as important to make them stand out.
12054
12055 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12056
12057         * lib/ev-debug.c:
12058         * lib/ev-debug.h:
12059         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
12060         (start_interpreter), (stop_interpreter), (document_load),
12061         (ps_document_next_page), (ps_document_goto_page),
12062         (ps_document_set_page_size), (ps_document_widget_event),
12063         (ps_document_render):
12064         * shell/ev-page-view.c: (ev_page_view_dispose):
12065         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
12066
12067         Fix compilation on non-gcc platforms
12068
12069 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
12070
12071         * NEWS:
12072         * configure.ac:
12073
12074         Release 0.1.4
12075
12076         * pdf/xpdf/Catalog.cc:
12077         * pdf/xpdf/XRef.cc:
12078
12079         Fix the fix for CAN-2004-0888
12080
12081 2005-02-09  Luca Ferretti <elle.uca@libero.it>
12082
12083         * data/Makefile.am:
12084         * data/evince-ui.xml:
12085         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12086         * shell/ev-stock-icons.h:
12087         * shell/ev-window.c: (update_action_sensitivity),
12088         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
12089         (set_action_properties):
12090
12091         Improve toolbar layout/icons
12092
12093 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
12094
12095         * pdf/xpdf/pdf-document.cc:
12096
12097         Add warnings about unimplemented/unknown link
12098         types.
12099
12100 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12101
12102         * ps/ps-document.c: (set_up_page):
12103
12104         Log gs property
12105
12106 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12107
12108         * ps/ps-document.c: (start_interpreter):
12109
12110         Log gs env var
12111
12112 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12113
12114         * shell/ev-page-view.c: (ev_page_view_dispose):
12115         * shell/ev-view.c: (ev_view_finalize):
12116         * shell/ev-window.c: (ev_window_setup_document),
12117         (ev_window_dispose), (ev_window_init):
12118
12119         Solve more refs issues.
12120
12121         I commented out the page_view initialization for now:
12122         it was never destroyed (because it's never added
12123         to a container). Because of that we was leaking
12124         gs processes. Couldnt think to a clean fix.
12125         We need to figure this out, password view has the
12126         same issue probably.
12127
12128 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * ps/ps-document.c: (ps_document_finalize),
12131         (ps_document_get_n_pages), (ps_document_get_page):
12132
12133         Some cleanups, stop the interpreter on finalize
12134
12135         * shell/ev-page-view.c: (ev_page_view_dispose),
12136         (ev_page_view_class_init):
12137
12138         Release our reference on the document
12139
12140 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12141
12142         * Makefile.am:
12143         * configure.ac:
12144         * doc/debugging.txt:
12145         * lib/.cvsignore:
12146         * lib/Makefile.am:
12147         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
12148         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
12149         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
12150         * lib/ev-debug.h:
12151
12152         Add debugging helpers
12153
12154         * ps/Makefile.am:
12155         * ps/ps-document.c: (set_up_page), (start_interpreter),
12156         (stop_interpreter), (document_load), (ps_document_next_page),
12157         (ps_document_goto_page), (ps_document_set_page_size),
12158         (ps_document_widget_event), (ps_document_render):
12159         * shell/Makefile.am:
12160         * shell/ev-view.c: (expose_bin_window):
12161         * shell/main.c: (main):
12162
12163         Add some logs
12164         
12165 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
12166
12167         * ps/ps-document.c: (ps_document_widget_event):
12168
12169         Initialize message_window, this should make ps
12170         rendering really work! (Never noticed because I was
12171         testing with a ps that is causing gs to exit every time!)
12172
12173 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
12174
12175         * data/evince.schemas.in: updated simple error in applyto closing tag
12176
12177 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
12178
12179         * Makefile.am:
12180         * configure.ac:
12181         * data/.cvsignore:
12182         * data/Makefile.am:
12183         * data/evince-ui.xml:
12184         A data/evince.schemas.in:
12185         * po/POTFILES.in:
12186         * shell/ev-stock-icons.c: (ev_stock_icons_init):
12187         * shell/ev-stock-icons.h:
12188         * shell/ev-window.c: (update_chrome_visibility),
12189         (update_chrome_flag), (ev_window_cmd_edit_find),
12190         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
12191         (ev_window_unfullscreen), (ev_window_focus_in_event),
12192         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
12193         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
12194         (ev_window_view_sidebar_cb), (find_bar_close_cb),
12195         (ev_window_dispose), (ev_window_class_init),
12196         (set_action_properties), (set_chrome_actions), (load_chrome),
12197         (ev_window_init):
12198
12199         Implement fullscreen mode changes from bug #164776.
12200         Also implement persistent chrome toggles.
12201
12202 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
12203
12204         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
12205
12206 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12207
12208         * NEWS:
12209         * configure.ac:
12210         * shell/ev-view.c:
12211
12212         Add another check for find interface
12213
12214         Release 0.1.3
12215
12216 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12217
12218         * shell/ev-application.c: (ev_application_open):
12219         * shell/ev-window.c: (ev_window_open):
12220
12221         Open gzipped ps documents
12222
12223 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * TODO:
12226         * shell/ev-view.c: (set_document_page):
12227
12228         Clamp page number, dont try to move to
12229         not existant pages.
12230
12231 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * backend/ev-document-find.c: (ev_document_find_changed):
12234         * backend/ev-document-find.h:
12235         * pdf/xpdf/pdf-document.cc:
12236         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
12237         * shell/ev-window.c: (find_bar_search_changed_cb):
12238
12239         Fix several bugs with find
12240
12241 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
12242
12243         * shell/ev-sidebar-thumbnails.c
12244         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
12245         document. Prevents warning from scroll_to_cell.
12246
12247 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
12248
12249         * configure.ac: Add «nb» to ALL_LINGUAS too.
12250
12251 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
12252
12253         * NOTES: New file with some random thoughts.
12254
12255         * TODO: Update.
12256
12257         * backend/ev-document-misc.c:
12258         (ev_document_misc_get_page_border_size): New function to
12259         canonicalize shadow drawing sizes.  Possibly goofy.
12260
12261         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
12262         (ev_view_best_fit), (ev_view_fit_width):
12263         * pdf/xpdf/pdf-document.cc:
12264         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12265         * ps/ps-document.c: (ps_document_get_page_size):
12266         * backend/ev-document-misc.h:
12267         * backend/ev-document.c: (ev_document_get_page_size):
12268         * backend/ev-document.h: get_page_size now takes a page number
12269         parameter.  Made all the backends/frontends honor it.
12270
12271         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
12272         see.  Doesn't work yet.
12273
12274         * shell/Makefile.am:
12275         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
12276         Doesn't do anything yet.
12277
12278         * shell/ev-sidebar-thumbnails.c:
12279         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
12280         [0..n_pages-1]
12281
12282         * shell/ev-window.c: (update_action_sensitivity),
12283         (ev_window_setup_document), (ev_window_set_page_mode),
12284         (ev_window_page_mode_cb), (ev_window_init): Clean up the
12285         view-swapping code a bit so we can have multiple views on a
12286         document.  Add the multi-page view, though it can't be turned on
12287         yet.
12288
12289 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12290
12291         * shell/ev-application.c: (ev_application_open):
12292         * shell/ev-view.c: (expose_bin_window):
12293         * shell/ev-window.c: (ev_window_open):
12294
12295         Support eps and check document supports find
12296         before drawing highlightings in expose.
12297
12298 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12299
12300         * pixbuf/pixbuf-document.c:
12301         (pixbuf_document_thumbnails_get_dimensions),
12302         (pixbuf_document_document_thumbnails_iface_init):
12303
12304         implement get_dimensions
12305
12306 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12307
12308         * NEWS:
12309         * configure.ac:
12310
12311         Release 0.1.2
12312
12313 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12314
12315         * shell/ev-view.c: (set_document_page):
12316
12317         Scroll at the top of the page when changing page
12318
12319 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12320
12321         * shell/ev-view.c: (ev_view_motion_notify_event):
12322
12323         Do not redraw unnecessarily
12324
12325 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * pdf/xpdf/pdf-document.cc:
12328         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12329         (expose_bin_window), (find_changed_cb):
12330
12331         Yay! find works now... Now to find bugs...
12332
12333 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * backend/ev-document-find.c: (ev_document_find_base_init),
12336         (ev_document_find_changed):
12337         * backend/ev-document-find.h:
12338         * pdf/xpdf/pdf-document.cc:
12339         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12340         (expose_bin_window), (ev_view_init), (set_document_page),
12341         (ensure_rectangle_is_visible), (jump_to_find_result),
12342         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12343         (ev_view_find_next), (ev_view_find_previous):
12344         * shell/ev-view.h:
12345         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12346
12347         More work on find implementation, mostly there now
12348
12349 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12350
12351         * backend/ev-backend-marshalers.list:
12352         * backend/ev-document-find.c: (ev_document_find_base_init),
12353         (ev_document_find_cancel), (ev_document_find_page_has_results),
12354         (ev_document_find_get_n_results), (ev_document_find_get_result),
12355         (ev_document_find_get_progress), (ev_document_find_changed):
12356         * backend/ev-document-find.h:
12357
12358         Enanche the find interface to be really able to do
12359         multi page find.
12360
12361         * pdf/xpdf/pdf-document.cc:
12362
12363         Implement
12364
12365         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12366         (expose_bin_window), (ev_view_init),
12367         (ev_view_get_find_status_message), (find_changed_cb),
12368         (ev_view_set_document), (set_document_page):
12369
12370         Adapt to the new interface. A few things are regressed sorry,
12371         I will finish it soon.
12372
12373 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12374
12375         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12376         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12377         ev_sidebar_thumbnails_parent_class variable, don't define another
12378         parent_class variable.
12379
12380         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12381         (ev_page_action_class_init): ditto.
12382
12383         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12384         (pixbuf_document_class_init): ditto.
12385
12386         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12387         ditto.
12388
12389         * .cvsignore: ignore various valgrind output files.
12390
12391 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * data/evince-ui.xml:
12394         * shell/Makefile.am:
12395         * shell/ev-history.c:
12396         * shell/ev-history.h:
12397         * shell/ev-navigation-action.c:
12398         * shell/ev-navigation-action.h:
12399         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12400         (ev_view_set_page), (ev_view_fit_width):
12401         * shell/ev-view.h:
12402         * shell/ev-window.c: (update_action_sensitivity),
12403         (ev_window_setup_document), (register_custom_actions):
12404
12405         Kill session history
12406
12407 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * shell/ev-window.c: (update_action_sensitivity):
12410
12411         Fix inverted up/down buttons
12412
12413 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12414
12415         * shell/ev-sidebar-thumbnails.c
12416         (ev_sidebar_thumbnails_select_page): make sure the selected
12417         thumbnail stays visible.
12418
12419 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12420
12421         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12422         scrolled window for Federico.
12423
12424 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12425
12426         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12427
12428 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12429
12430         * configure.ac:
12431         * pdf/splash/SplashFTFontEngine.cc:
12432
12433         Fix CID fonts with freetype 2.1.9
12434
12435 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12436
12437         * TODO: added item for desktop icon thumbnailer
12438
12439 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12440
12441         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12442         unloaded docs when the title is accessed.
12443
12444         * shell/ev-password-view.[hc]: New widget for displaying password
12445         state.
12446
12447         * shell/ev-window.[ch]: Refactor password handling code to handle
12448         the new view.
12449
12450 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12451
12452         * NEWS:
12453         * configure.ac:
12454         * data/Makefile.am:
12455
12456         Release 0.1.1
12457
12458 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12459
12460         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12461         ignore page offset here, to make search results independent of it,
12462
12463         * shell/ev-view.c (expose_bin_window): but take offsets into
12464         account here. Bug #164932
12465
12466         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12467         scale at the right time. Bug #164996
12468
12469 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12470
12471         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12472         fix the problem. Now I just removed the Adobe font names and hope
12473         that the URW fonts are always in outline format. Bug #164934
12474
12475         * shell/ev-window.c (update_window_title): empty titles are
12476         useless, use filename in that case too.
12477
12478         * NEWS: Add some content.
12479
12480 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12481
12482         * TODO: added one more TODO item and a TODONE section :)
12483
12484 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12485
12486         * ps/ps-document.h: add page_[xy]_offset fields.
12487
12488         * ps/ps-document.c (ps_document_set_page_offset)
12489         (ps_document_render): Keep offset in consideration in a few
12490         places. Bug #164752 "postscript documents are not centered in
12491         window"
12492
12493         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12494         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12495
12496         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12497         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12498         stub out missing methods for complete EvDocument implementation.
12499         Fixes segfaults with Save A Copy and Copy actions.
12500
12501         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12502         (ps_document_document_iface_init): ditto.
12503         
12504 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * data/.cvsignore:
12507         * data/Makefile.am:
12508         * data/evince.desktop.in:
12509
12510         Add desktop file
12511
12512 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12513
12514         * shell/ev-view.c: (ev_view_button_press_event),
12515         (ev_view_motion_notify_event):
12516
12517         Make selection work in any direction
12518
12519 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12520
12521         * TODO:
12522         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12523
12524         Use shorter labels for some of the toolbars items
12525
12526 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * pdf/xpdf/pdf-document.cc:
12529
12530         Check the links info is initialized before
12531         using it. Should fix a crash on startup.
12532
12533 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12534
12535         * pixbuf/pixbuf-document.c
12536         (pixbuf_document_thumbnails_get_dimensions): force floating point
12537         division to calculate page_ratio. Fixes crash with landscape
12538         format pixbufs.
12539
12540 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12541
12542         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12543
12544 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12545
12546         * shell/ev-view.c (set_document_page): unset has_selection when
12547         the page changes.
12548         (set_document_page): handle paper size changes when the page
12549         changes (test with Free Culture, page 2).
12550
12551 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12554         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12555
12556         Use normal style color for the widget background and
12557         draw a black box around the page.
12558
12559 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * pdf/xpdf/pdf-document.cc:
12562
12563         Keep offset in consideration in a few places
12564
12565         * shell/ev-view.c: (expose_bin_window):
12566
12567         Set the offsets so that the document is ever centered
12568
12569 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12570
12571         * TODO: Added TODO items and finished off the first todo item
12572
12573         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12574         reflect current authors
12575
12576 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12577
12578         * pdf/xpdf/pdf-document.cc:
12579         * shell/ev-view.c: (ev_view_set_cursor),
12580         (ev_view_motion_notify_event), (document_changed_callback),
12581         (set_document_page):
12582
12583         Show a wait cursor while the page is rendering
12584
12585 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * shell/ev-sidebar-thumbnails.c:
12588         (ev_sidebar_tree_selection_changed),
12589         (ev_sidebar_thumbnails_select_page):
12590         * shell/ev-sidebar-thumbnails.h:
12591         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12592         (ev_view_can_go_forward):
12593         * shell/ev-window.c: (ev_window_open_page),
12594         (ev_window_setup_document), (update_current_page),
12595         (view_page_changed_cb), (ev_window_init):
12596         * shell/ev-window.h:
12597
12598         Ensure thumbnails selection, toolbar page control and
12599         current page are in sync.
12600
12601 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12602
12603         * pdf/xpdf/XRef.cc:
12604
12605         Fix CAN-2005-0064
12606
12607 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12608
12609         * backend/Makefile.am:
12610         * backend/ev-document-links.h:
12611         * backend/ev-document-security.c: (ev_document_security_get_type),
12612         (ev_document_security_has_document_security),
12613         (ev_document_security_set_password):
12614         * backend/ev-document-security.h:
12615         * backend/ev-document.c: (ev_document_error_quark):
12616         * backend/ev-document.h:
12617         * data/Makefile.am:
12618         * data/evince-password.glade:
12619         * pdf/xpdf/pdf-document.cc:
12620         * shell/Makefile.am:
12621         * shell/ev-password.c: (ev_password_set_bad_password_label),
12622         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12623         (ev_password_dialog_get_password),
12624         (ev_password_dialog_set_bad_pass):
12625         * shell/ev-password.h:
12626         * shell/ev-window.c: (ev_window_get_attribute),
12627         (ev_window_set_property), (update_action_sensitivity),
12628         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12629         (ev_window_setup_document), (ev_window_get_password),
12630         (ev_window_open), (ev_window_cmd_save_as),
12631         (using_postscript_printer), (ev_window_print),
12632         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12633         (update_fullscreen_popup), (ev_window_fullscreen),
12634         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12635         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12636         (menu_item_select_cb), (find_bar_search_changed_cb),
12637         (ev_window_dispose), (ev_window_init):
12638
12639         Add initial support for password-supported dialogs.  This could be
12640         a lot cooler, but it'll do for now.
12641
12642 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12643
12644         * pdf/xpdf/pdf-document.cc:
12645         * shell/ev-view.c: (status_message_from_link),
12646         (ev_view_set_status), (ev_view_set_cursor),
12647         (ev_view_motion_notify_event), (ev_view_init):
12648         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12649
12650         Fix bugs in the links implementation and change cursor
12651         when hovering a link.
12652
12653 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12654
12655         * viewer/.cvsignore: added cvsignore file for viewer directory
12656
12657         * TODO: created TODO document
12658
12659 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12660
12661         * shell/ev-view.h:
12662         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12663         new functions to help with implementation of sensitivity code
12664         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12665         of all actions that might require it.  Fixes a crash when you
12666         click on the Zoom actions in a window lacking a document.
12667
12668 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12669
12670         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12671         of the Find action
12672
12673 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12674
12675         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12676         (pixbuf_document_document_iface_init):
12677         * ps/ps-document.c: (ps_document_get_link),
12678         (ps_document_document_iface_init):
12679         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12680         (status_message_from_link), (ev_view_set_status),
12681         (ev_view_set_find_status), (ev_view_motion_notify_event),
12682         (ev_view_button_release_event), (ev_view_set_property),
12683         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12684         (ev_view_get_find_status_message), (update_find_results),
12685         (ev_view_get_status), (ev_view_get_find_status):
12686         * shell/ev-view.h:
12687         * shell/ev-window.c: (view_status_changed_cb),
12688         (view_find_status_changed_cb), (ev_window_init):
12689
12690         View status message support, use it to show the links.
12691         Needs work...
12692
12693 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * backend/ev-document.c: (ev_document_get_link):
12696         * backend/ev-document.h:
12697         * pdf/xpdf/pdf-document.cc:
12698         * shell/ev-application.c: (ev_application_open):
12699         * shell/ev-application.h:
12700         * shell/ev-sidebar-links.c: (selection_changed_cb):
12701         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12702         (ev_view_go_to_link):
12703
12704         Add support for document links
12705
12706 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12707
12708         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12709         (create_tool_item):
12710         Set the spin button limits correctly.
12711         
12712         * shell/ev-sidebar-thumbnails.c:
12713         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12714         Support changing pages by clicking on the thumbnails.
12715         
12716 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12717
12718         * pixbuf/pixbuf-document.c:
12719         (pixbuf_document_thumbnails_get_dimensions),
12720         (pixbuf_document_document_thumbnails_iface_init):
12721
12722         implement get_dimensions
12723
12724 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12725
12726         * ps/ps-document.c: (ps_document_goto_page):
12727
12728         Fix page switching on multipage documents
12729
12730 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12731
12732         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12733         
12734         check for NULL before assigning to width and height parameters
12735
12736 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12737
12738         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12739         (pixbuf_document_set_property), (pixbuf_document_get_property):
12740
12741         implement get/set properties
12742
12743 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12744
12745         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12746         
12747         return NULL instead of "Unknown", letting the title get set to
12748         the filename when the pdf has no title.
12749
12750 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * ps/ps-document.c: (ps_document_get_page_count),
12753         (ps_document_goto_page):
12754
12755 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12756
12757         * shell/ev-history.c: (ev_history_get_property),
12758         (ev_history_set_property), (ev_history_class_init),
12759         (ev_history_add_page), (ev_history_set_current_index):
12760         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12761         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12762         (ev_navigation_action_finalize):
12763         * shell/ev-navigation-action.h:
12764         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12765         (ev_view_go_forward), (ev_view_get_find_status_message),
12766         (history_index_changed_cb), (ev_view_set_history):
12767         * shell/ev-view.h:
12768         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12769         (update_current_page), (register_custom_actions):
12770
12771         Implement history dropdowns
12772
12773 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12774
12775         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12776         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12777         (ev_view_go_forward):
12778         * shell/ev-window.c: (register_custom_actions):
12779
12780         Fix several history bugs
12781
12782 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12783
12784         * configure.ac: Add «nb» to ALL_LINGUAS.
12785
12786 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * backend/Makefile.am:
12789         * backend/ev-bookmark.c:
12790         * backend/ev-bookmark.h:
12791         * backend/ev-document-bookmarks.c:
12792         * backend/ev-document-bookmarks.h:
12793         * backend/ev-document-links.c: (ev_document_links_get_type),
12794         (ev_document_links_has_document_links),
12795         (ev_document_links_begin_read), (ev_document_links_get_link),
12796         (ev_document_links_get_child), (ev_document_links_next),
12797         (ev_document_links_free_iter):
12798         * backend/ev-document-links.h:
12799         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12800         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12801         (ev_link_get_link_type), (ev_link_set_link_type),
12802         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12803         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12804         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12805         (ev_link_new_external):
12806         * backend/ev-link.h:
12807         * pdf/xpdf/pdf-document.cc:
12808         * shell/Makefile.am:
12809         * shell/ev-application.c: (ev_application_open_link):
12810         * shell/ev-application.h:
12811         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12812         (ev_history_get_link_nth):
12813         * shell/ev-history.h:
12814         * shell/ev-sidebar-bookmarks.c:
12815         * shell/ev-sidebar-bookmarks.h:
12816         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12817         (ev_sidebar_links_class_init), (selection_changed_cb),
12818         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12819         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12820         (do_one_iteration), (populate_links_idle),
12821         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12822         * shell/ev-sidebar-links.h:
12823         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12824         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12825         (go_to_index):
12826         * shell/ev-view.h:
12827         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12828         * shell/ev-window.h:
12829
12830         Rename bookmark to link, and use "Index" for the sidebar panel.
12831
12832 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12833
12834         * shell/Makefile.am:
12835         * shell/ev-application.c: (ev_application_open_bookmark):
12836         * shell/ev-application.h:
12837         * shell/ev-history.c: (ev_history_init), (free_links_list),
12838         (ev_history_finalize), (ev_history_class_init),
12839         (ev_history_add_link), (ev_history_add_page),
12840         (ev_history_get_link_nth), (ev_history_get_n_links),
12841         (ev_history_get_current_index), (ev_history_set_current_index),
12842         (ev_history_new):
12843         * shell/ev-history.h:
12844         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12845         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12846         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12847         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12848         (ev_view_set_page):
12849         * shell/ev-view.h:
12850         * shell/ev-window.c: (ev_window_open_bookmark),
12851         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12852         (goto_page_cb), (register_custom_actions):
12853         * shell/ev-window.h:
12854
12855         Initial history implementation. Needs work.
12856
12857 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12858
12859         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12860
12861 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * cut-n-paste/recent-files/egg-recent-item.c:
12864         * cut-n-paste/recent-files/egg-recent-item.h:
12865         * cut-n-paste/recent-files/egg-recent-model.c:
12866         * cut-n-paste/recent-files/egg-recent-util.c:
12867         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12868         * cut-n-paste/recent-files/egg-recent-view.c:
12869
12870         Update
12871
12872 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12873
12874         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12875         (fillGlyph, fillImageMask, drawImage):
12876         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12877         pdf/splash/SplashTypes.h:
12878         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12879         packed mode for Splash.
12880
12881         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12882         RGB8 packed mode, eliminates the pixbuf data creation loop.
12883
12884         * shell/ev-print-job.c (ev_print_job_finalize)
12885         (ev_print_job_set_property, ev_print_job_get_property)
12886         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12887         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12888         (print_closure_finalize, ev_print_job_print): implement
12889         printing (for backends with EvPsExporter)
12890
12891         * shell/ev_print_job.h: update prototypes.
12892
12893         * shell/ev-window.c (ev_window_print): unref print job after
12894         printing.
12895
12896         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12897         unless the document implements the EvDocumentFind interface.
12898
12899 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12900
12901         * configure.ac: Added ja to ALL_LINGUAS.
12902
12903 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12904
12905         * pdf/xpdf/pdf-document.cc:
12906
12907         add a FIXME. We should probably not allocate
12908         a bookmark object every time
12909
12910 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * shell/ev-application.c: (ev_application_open),
12913         (ev_application_open_bookmark):
12914         * shell/ev-application.h:
12915         
12916         Add a way to open bookmarks
12917
12918         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12919         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12920         (ev_bookmark_set_property), (ev_bookmark_class_init),
12921         (ev_bookmark_new_title), (ev_bookmark_new_link),
12922         (ev_bookmark_new_external):
12923
12924         Support for external uris, better constructors.
12925
12926         * backend/ev-bookmark.h:
12927         * pdf/xpdf/pdf-document.cc:
12928         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12929
12930         Handle external uris
12931
12932 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12933
12934         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12935         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12936
12937         Hook up bookmarks navigation
12938
12939 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12940
12941         * backend/Makefile.am:
12942         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12943         (ev_bookmark_get_title), (ev_bookmark_set_title),
12944         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12945         (ev_bookmark_get_page), (ev_bookmark_set_page),
12946         (ev_bookmark_get_property), (ev_bookmark_set_property),
12947         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12948         (ev_bookmark_new):
12949         * backend/ev-bookmark.h:
12950         * backend/ev-document-bookmarks.c:
12951         (ev_document_bookmarks_get_bookmark):
12952         * backend/ev-document-bookmarks.h:
12953         * pdf/xpdf/pdf-document.cc:
12954         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12955
12956         Add a bookmark object to the backend and use it instead of get_values
12957
12958 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * data/evince-ui.xml:
12961
12962         Cleanup and add select all.
12963
12964         * shell/ev-view.c: (ev_view_select_all),
12965         (ev_view_button_press_event):
12966         * shell/ev-view.h:
12967         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12968
12969         Add select all.
12970         Clear selection on click.
12971
12972 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12973
12974         * shell/ev-sidebar-thumbnails.c
12975         (ev_sidebar_thumbnails_set_document): forgot to unref the
12976         loading_icon.
12977
12978 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12979
12980         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12981         at the visible page, not just linearly.  This makes it look fast.
12982
12983 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12984
12985         * backend/ev-document-misc.c
12986         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12987         white.
12988         * backend/ev-document-thumbnails.h: New interface to get the size
12989         of a page.
12990
12991 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12992
12993         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12994         make dist works
12995
12996 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12997
12998         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12999         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
13000         things up a bit.
13001
13002         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
13003
13004 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
13005
13006         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
13007         fonts. Should fix font problems on systems that have the base
13008         fonts in bitmap format. Reported by James Henstridge
13009         <james@jamesh.id.au>.
13010
13011 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13012
13013         * pdf/xpdf/Gfx.cc:
13014         * pdf/xpdf/GfxState.cc:
13015
13016         Fix for CAN-2004-1125
13017
13018 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * shell/ev-view.c: (ev_view_copy):
13021         * shell/ev-view.h:
13022         * shell/ev-window.c: (ev_window_cmd_edit_copy):
13023
13024         Implement Edit->Copy
13025
13026 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13027
13028         * backend/ev-document.c: (ev_document_get_text):
13029         * backend/ev-document.h:
13030         * pdf/xpdf/pdf-document.cc:
13031         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
13032         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13033         (ev_view_update_primary_selection), (ev_view_button_press_event),
13034         (ev_view_motion_notify_event), (ev_view_button_release_event):
13035
13036         Beginnings of clipboard support. Incomplete but primary sort
13037         of work.
13038
13039 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13040
13041         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
13042         (expose_bin_window):
13043
13044         Nicer rubberband drawing, from GtkIconView.
13045
13046 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * backend/ev-document.c: (ev_document_save):
13049         * backend/ev-document.h:
13050         * data/evince-ui.xml:
13051         * pdf/xpdf/pdf-document.cc:
13052         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
13053
13054         Implement "Save a copy..." menu item
13055
13056 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
13057
13058         * shell/ev-view.c: (ev_view_zoom):
13059
13060         Queue a resize when zoom changes
13061
13062 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
13063
13064         * backend/ev-document-misc.[ch]: New misc file to do simple drop
13065         shadows.
13066
13067         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
13068         thumbnails..
13069
13070 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
13071
13072         * pdf/xpdf/pdf-document.cc
13073         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
13074
13075 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
13076
13077         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
13078         It's slow, but I'll speed it up next!
13079
13080 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
13081
13082         * shell/main.c (load_files):
13083
13084         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
13085         from the command line and because it seems more appropriate.
13086
13087 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * data/evince-ui.xml:
13090         * shell/ev-window.c: (update_action_sensitivity),
13091         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
13092
13093         s/next page/page down
13094         s/previous page/page up
13095
13096 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * data/evince-ui.xml:
13099
13100         Change the layout to match clarkbw design.
13101
13102         * shell/Makefile.am:
13103         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
13104         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
13105         (ev_navigation_action_finalize),
13106         (ev_navigation_action_set_property),
13107         (ev_navigation_action_get_property),
13108         (ev_navigation_action_class_init):
13109         * shell/ev-navigation-action.h:
13110
13111         Implement clarkbw toolbar navigation controls (incomplete)
13112
13113         * shell/ev-page-action.c: (update_label), (update_spin),
13114         (value_changed_cb), (create_tool_item), (connect_proxy),
13115         (ev_page_action_init), (ev_page_action_finalize),
13116         (ev_page_action_set_property), (ev_page_action_get_property),
13117         (ev_page_action_set_current_page),
13118         (ev_page_action_set_total_pages), (ev_page_action_class_init):
13119         * shell/ev-page-action.h:
13120
13121         Implement a page switcher in the toolbar
13122
13123         * shell/ev-view.c: (ev_view_scroll_view):
13124         * shell/ev-window.c: (update_total_pages), (ev_window_open),
13125         (update_current_page), (view_page_changed_cb), (goto_page_cb),
13126         (register_custom_actions), (ev_window_init):
13127
13128         Change page on PageUp/Down.
13129
13130 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
13131
13132         * pdf/xpdf/pdf-document.cc
13133         (pdf_document_thumbnails_get_thumbnail): initial stab at
13134         implementing thumbnail support for pdfs.  It only does documents
13135         with precached pdfs now.
13136
13137 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
13138
13139         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
13140         thumbnail code into a time-based idle as well.  Also, turn off the
13141         shadow temporarily as it's really slow.
13142
13143 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * backend/ev-document.c: (ev_document_class_init):
13146         * pdf/xpdf/pdf-document.cc:
13147         * shell/ev-window.c: (ev_window_open):
13148
13149         Fix document title bugs and fallback to
13150         filename when not available.
13151
13152 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * backend/ev-document.c: (ev_document_get_type),
13155         (ev_document_class_init), (ev_document_load),
13156         (ev_document_get_title):
13157         * backend/ev-document.h:
13158         * pdf/xpdf/pdf-document.cc:
13159         * ps/ps-document.c: (ps_document_set_property),
13160         (ps_document_get_property), (ps_document_class_init),
13161         (document_load):
13162         * ps/ps-document.h:
13163         * ps/ps.h:
13164         * shell/ev-window.c: (update_window_title), (ev_window_open),
13165         (ev_window_init):
13166
13167         Initial support for document title. Not working yet.
13168
13169 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13170
13171         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
13172
13173         Grab focus on the view when clicking it
13174
13175 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13176
13177         * shell/ev-marshal.list:
13178         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
13179         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
13180
13181         Add key bindings to the view. Now if the focus would work
13182         right...
13183
13184 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
13185
13186         * Makefile.am:
13187         * backend/Makefile.am:
13188         * data/Makefile.am:
13189         * dvi/Makefile.am:
13190         * dvi/dvilib/Makefile.am:
13191         * pdf/xpdf/Makefile.am:
13192         * po/POTFILES.in:
13193         * ps/Makefile.am:
13194
13195         Fix distcheck
13196
13197 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13198
13199         * shell/ev-view.c: (ev_view_realize):
13200
13201         Fix mouse wheel scrolling
13202
13203 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13204
13205         * ps/Makefile.am:
13206         * ps/gstypes.h:
13207         * ps/gtkgs.c:
13208         * ps/gtkgs.h:
13209         * ps/ps-document.c: (catchPipe), (ps_document_init),
13210         (ps_document_class_init), (ps_document_cleanup),
13211         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
13212         (set_up_page), (close_pipe), (is_interpreter_ready),
13213         (interpreter_failed), (output), (input), (start_interpreter),
13214         (stop_interpreter), (file_length), (file_readable),
13215         (check_filecompressed), (check_pdf), (compute_xdpi),
13216         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
13217         (ps_document_get_type), (ps_document_emit_error_msg),
13218         (document_load), (ps_document_next_page),
13219         (ps_document_get_current_page), (ps_document_get_page_count),
13220         (ps_document_goto_page), (ps_document_set_page_size),
13221         (ps_document_zoom_to_fit), (ps_document_set_zoom),
13222         (ps_document_load), (ps_document_get_n_pages),
13223         (ps_document_set_page), (ps_document_get_page),
13224         (ps_document_widget_event), (ps_document_set_target),
13225         (ps_document_set_scale), (ps_document_set_page_offset),
13226         (ps_document_get_page_size), (ps_document_render),
13227         (ps_document_document_iface_init):
13228         * ps/ps-document.h:
13229         * ps/ps.c:
13230         * shell/ev-window.c: (ev_window_open):
13231
13232         Rename GtkGS to PSDocument
13233
13234 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13235
13236         * ps/gtkgs.c: (gtk_gs_class_init):
13237         * ps/gtkgs.h:
13238
13239         Some more leftover...
13240
13241 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13242
13243         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
13244         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
13245         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
13246         * ps/gtkgs.h:
13247
13248         Remove unused code and make a lot of stuff private
13249
13250 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
13253         (gtk_gs_defaults_changed):
13254         * ps/gsdefaults.h:
13255         * ps/gtkgs.c:
13256         * ps/gtkgs.h:
13257         * ps/ps.h:
13258
13259         Cleanup headers dependencies
13260
13261 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
13262
13263         * ps/Makefile.am:
13264         * ps/ggvutils.c:
13265         * ps/ggvutils.h:
13266         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
13267         * ps/gsdefaults.h:
13268         * ps/gtkgs.c: (file_length), (file_readable),
13269         (check_filecompressed), (check_pdf), (gtk_gs_load),
13270         (gtk_gs_get_postscript):
13271
13272         Get rid of ggvutils
13273
13274 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13275
13276         * ps/ggvutils.c:
13277         * ps/ggvutils.h:
13278         * ps/gsio.h:
13279         * ps/gtkgs.c: (gtk_gs_set_zoom):
13280
13281         Cleanups
13282
13283 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13284
13285         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
13286
13287         Ensure the page is rerendered when changing zoom
13288
13289 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
13290
13291         * backend/ev-document.c: (ev_document_base_init),
13292         (ev_document_changed):
13293         * backend/ev-document.h:
13294
13295         Add a changed event that is emitted when the page content
13296         changes. This is necessary to deal with the fact that
13297         in ps backend rendering happen asycrounously.
13298         This makes the ps backend mostly work.
13299
13300         * pdf/xpdf/pdf-document.cc:
13301
13302         Emit changed event
13303
13304         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13305         (ps_document_set_target):
13306
13307         Emit changed event
13308
13309         * shell/ev-view.c: (document_changed_callback),
13310         (ev_view_set_document), (ev_view_set_page):
13311
13312         Redraw on the changed signal
13313
13314 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13315
13316         * configure.ac: Added pt_BR to ALL_LINGUAS.
13317
13318 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13319
13320         * backend/ev-document-bookmarks.c:
13321         (ev_document_bookmarks_get_child): *
13322         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13323         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13324         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13325         (ev_sidebar_bookmarks_destroy),
13326         (ev_sidebar_bookmarks_class_init),
13327         (ev_sidebar_bookmarks_construct), (stack_data_free),
13328         (do_one_iteration), (populate_bookmarks_idle),
13329         (ev_sidebar_bookmarks_clear_document),
13330         (ev_sidebar_bookmarks_set_document): *
13331         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13332         (ev_sidebar_add_page),
13333         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13334         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13335         it displays both the topics and the page numbers.
13336
13337 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13338
13339         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13340         toggle.
13341         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13342         visible.
13343
13344 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13345
13346         * configure.ac: Added en_CA to ALL_LINGUAS.
13347
13348 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13349
13350         * ChangeLog: replace bottom of this ChangeLog (merged history of
13351         ggv and gpdf; where all paths were wrong and most of the files are
13352         not even in this tree) with ChangeLog (from arch) of the shell
13353         code.
13354
13355 2004-12-23  Havoc Pennington  <hp@redhat.com>
13356
13357         * shell/ev-window.c: hook up potentially-questionable "find
13358         results status text" feature - something involving the sidebar or
13359         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13360         might be better in the end.
13361
13362         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13363         with corresponding signal when it should be updated
13364
13365         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13366
13367 2004-12-22  Havoc Pennington  <hp@redhat.com>
13368
13369         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13370         find stuff on other pages, sort of (only returns one result on
13371         invisible pages, to show they have results; updates full results
13372         for a page when you view it). Currently repaints the current page
13373         every time a new result is found on any page, which isn't so nice.
13374
13375 2004-12-22  Havoc Pennington  <hp@redhat.com>
13376
13377         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13378         the document doesn't support find (better ideas?)
13379         (find_bar_search_changed_cb): handle missing document or document
13380         that doesn't support find
13381
13382         * pdf/xpdf/pdf-document.cc: port to implement the new
13383         EvDocumentFindIface
13384
13385         * backend/ev-document-find.c: create a new interface for searching
13386
13387         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13388
13389 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13390
13391         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13392         libevbackend.la.
13393
13394         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13395         EvPrintJob constructor arguments.
13396
13397         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13398         for documents that can export PostScript (page by page).
13399
13400         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13401         
13402         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13403         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13404         (pdf_document_ps_exporter_iface_init:
13405         Implement EvPSExporter.
13406
13407         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13408
13409 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13410
13411         * backend/Makefile.am:
13412         * backend/ev-document-thumbnails.c:
13413         (ev_document_thumbnails_get_type),
13414         (ev_document_thumbnails_get_thumbnail):
13415         * backend/ev-document-thumbnails.h:
13416         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13417         (pixbuf_document_thumbnails_get_thumbnail),
13418         (pixbuf_document_document_thumbnails_iface_init):
13419         * shell/Makefile.am:
13420         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13421         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13422         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13423         * shell/ev-sidebar-thumbnails.h:
13424         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13425         (ev_sidebar_set_document):
13426         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13427         (create_shadow), (ev_pixbuf_add_shadow):
13428         * shell/ev-utils.h:
13429         Add thumbnail support.
13430         
13431 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13432
13433         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13434         (using_postscript_printer): Set up a print dialog for "PostScript
13435         injection" method.
13436
13437         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13438         EvPrintJob.
13439
13440         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13441
13442 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13443
13444         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13445         (ps_document_set_target), (ps_document_get_page_size),
13446         (ps_document_render):
13447         * ps/gtkgs.h:
13448
13449         Fix a few bugs
13450
13451 2004-12-22  Christian Rose  <menthos@menthos.com>
13452
13453         * configure.ac: Added "sv" to ALL_LINGUAS.
13454
13455 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13456
13457         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13458         document supports bookmarks.
13459
13460 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13461
13462         * ps/ggvutils.c: (ggv_file_readable):
13463         * ps/ggvutils.h:
13464         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13465         (gtk_gs_get_postscript):
13466
13467         Remove unused utils
13468
13469 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13470
13471         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13472         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13473         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13474         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13475         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13476         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13477         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13478         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13479         (gtk_gs_set_antialiasing), (ps_document_load),
13480         (ps_document_render):
13481         * ps/gtkgs.h:
13482
13483         Another check point for the ps backend. Now I can get it to show
13484         pages!
13485
13486 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13487
13488         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13489         document setting code.
13490
13491 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13492
13493         * shell/eggfindbar.c: (entry_activate_callback):
13494         Animate the next button when activate is pressed.
13495         
13496 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13497
13498         * shell/ev-window.c: (ev_window_cmd_edit_find),
13499         (update_fullscreen_popup), (ev_window_fullscreen),
13500         (ev_window_unfullscreen), (ev_window_state_event_cb),
13501         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13502         Fix bugs in fullscreen code.
13503         
13504 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13505
13506         * Makefile.am:
13507         * configure.ac:
13508         * pixbuf/Makefile.am:
13509         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13510         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13511         (pixbuf_document_set_page), (pixbuf_document_get_page),
13512         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13513         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13514         (pixbuf_document_render), (pixbuf_document_begin_find),
13515         (pixbuf_document_end_find), (pixbuf_document_finalize),
13516         (pixbuf_document_class_init),
13517         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13518         * pixbuf/pixbuf-document.h:
13519         * shell/Makefile.am:
13520         * shell/ev-application.c: (ev_application_open):
13521         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13522         (ev_window_open):
13523         Add pixbuf backend.
13524         
13525 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13526
13527         * Makefile.am: 
13528         * dvi/dvilib/Makefile.am:
13529         * dvi/Makefile.am:
13530         * configure.ac: Auto*ify dvi and dvi/dvilib
13531
13532         * dvi/Makefile: Remove from CVS
13533         
13534         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13535         confusion.
13536
13537         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13538         
13539         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13540         
13541 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13542
13543         * ps/Makefile.am:
13544         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13545         (gtk_gs_value_adjustment_changed), (compute_size),
13546         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13547         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13548         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13549         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13550         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13551         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13552         (ps_document_load), (ps_document_get_n_pages),
13553         (ps_document_set_page), (ps_document_get_page),
13554         (ps_document_set_target), (ps_document_set_scale),
13555         (ps_document_set_page_offset), (ps_document_get_page_size),
13556         (ps_document_render), (ps_document_begin_find),
13557         (ps_document_end_find), (ps_document_document_iface_init):
13558         * ps/gtkgs.h:
13559         * shell/Makefile.am:
13560         * shell/ev-window.c: (ev_window_open):
13561
13562         Some work to integrate gtkgs with EvDocument
13563
13564 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13565
13566         * shell/ev-window.c: (update_fullscreen_popup),
13567         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13568         (exit_fullscreen_button_clicked_cb),
13569         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13570         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13571         (ev_window_state_event_cb), (ev_window_init):
13572         Add fullscreen support from Epiphany.
13573         
13574 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13575
13576         * data/ev-stock-zoom-fit-width.png: fit-width
13577         stock icon from gpdf.
13578         
13579         * shell/ev-stock-icons.[ch]: copied from gpdf.
13580         
13581         * shell/main.c: (main): init stock icons.
13582         
13583         * shell/ev-window.c: use the fit-width icon.
13584         
13585         * data/evince-ui.xml: add zooming toolbar items.
13586
13587 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13588
13589         * shell/ev-view.c: 
13590         (ev_view_best_fit), (ev_view_fit_width): because
13591         get_page_size() returns the scaled page size, we
13592         need to calculate the scale factor relative to
13593         the previous scale factor. Should really just
13594         add get_real_page_size().
13595
13596 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13597
13598         * shell/ev-view.[ch]:
13599         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13600         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13601         add zooming.
13602         
13603         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13604         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13605         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13606         hook it up.
13607         
13608         * pdf/xpdf/pdf-document.cc:
13609         (pdf_document_begin_find),
13610         (pdf_document_end_find): make static.
13611
13612 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13613
13614         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13615
13616         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13617         names to fontconfig patterns.
13618         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13619
13620         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13621         setupBaseFontsFc.
13622
13623 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13624
13625         * Makefile.am:
13626         * configure.ac:
13627         * ps/Makefile.am:
13628         * ps/ggvutils.c:
13629         * ps/ggvutils.h:
13630         * ps/gsdefaults.c:
13631         * ps/gsdefaults.h:
13632         * ps/gsio.c:
13633         * ps/gsio.h:
13634         * ps/gtkgs.c:
13635         * ps/gtkgs.h:
13636         * ps/ps.c:
13637         * ps/ps.h:
13638
13639         Import ggv backend. Not hooked up yet.
13640
13641 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13642
13643         * shell/main.c: (load_files), (main): load files
13644         from the command line.
13645
13646 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13647
13648         * configure.ac: don't require bonobo.
13649         
13650         * cut-n-paste/recent-files/*: kill bonobo recent
13651         view.
13652
13653         * shell/ev-window.c:
13654         (ev_window_is_empty): upd.
13655         (unable_to_load), (ev_window_open): load backend
13656         based on the mime type.
13657
13658 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13659
13660         * backend/.cvsignore: ignore generated marshalers source.
13661
13662         * shell/main.c (main): this is not epiphany.
13663
13664 2004-12-22  Havoc Pennington  <hp@redhat.com>
13665
13666         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13667         (expose_bin_window): draw find highlights
13668
13669         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13670         
13671         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13672         (pdf_document_end_find): implement this interface
13673
13674         * backend/ev-document.c (ev_document_found): add this to emit
13675         signal
13676
13677 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13678
13679         * data/evince-ui.xml: Add a few more toolbar items.
13680
13681         * shell/ev-window.c: Hook up page navigation toolbar 
13682         items.
13683
13684         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13685         a page-changed signal.
13686
13687         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13688         Add ev_document_get_page().
13689
13690         * shell/ev-window.c: Sensitize/desensitize navigation
13691         actions.
13692
13693 2004-12-21  Havoc Pennington  <hp@redhat.com>
13694
13695         * backend/ev-backend-marshal.c,
13696         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13697         marshaler-generator thingy. I'm sure there's a better way to do
13698         this in the modern world.
13699
13700         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13701         end_find methods and "found" signal.
13702
13703         * configure.ac: find glib-genmarshal
13704
13705 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * shell/ev-sidebar.c: Construct an actual sidebar.
13708         * shell/ev-sidebar-bookmarks.[ch]:
13709         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13710
13711 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13712
13713         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13714         Redo size handling.
13715         
13716         * shell/ev-view.c: Track the size from the document.
13717
13718 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13719
13720         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13721         constructor assumes ownership of the string passed in.
13722         
13723         * shell/ev-window.c (ev_window_open): Destroy the error
13724         dialog once we've displayed it.
13725
13726 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13727
13728         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13729         a bit, it works! (sort of)
13730
13731         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13732         Move to .cc since we need to use C++ in the implementation.
13733
13734         * shell/dummy.cc: Add a CC file to force evince
13735         to be linked as a C++ program.
13736
13737 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13738
13739         * shell/ev-view.[ch]: Start of content-area widget.
13740
13741         * shell/ev-window.c: Create a EvView, update it
13742         as we change documents.
13743
13744         * shell/Makefile.am shell/ev-marshal.list: Add
13745         generated marshalers.
13746
13747 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13748
13749         * Makefile.am (SUBDIRS): move shell.
13750
13751 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13752
13753         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13754         .a to libtool convenience libraries.
13755
13756         * shell/ev-window.c (ev_window_open): Hard code loading
13757         a PDF document.
13758         
13759         * backend/ev-document.h: Add a boolean return to load(),
13760         fix GError * to GError **.
13761
13762         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13763         object for a PDF backend EvDocument.
13764
13765 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13766
13767         * dvi/*: New directory with the beginning of a .dvi backend.
13768
13769 2004-12-21  Havoc Pennington  <hp@redhat.com>
13770
13771         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13772         previous/next instead of back/forward
13773
13774 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13775
13776         * backend/ev-document.[ch]: Fix a couple of problems so
13777         it compile.
13778
13779 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13780
13781         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13782         to backend/ directory, rename EvViewer to EvDocument.
13783
13784 2004-12-21  Havoc Pennington  <hp@redhat.com>
13785
13786         * shell/ev-window.c: hook up the find bar widget; now we just need
13787         a document to find things in
13788
13789         * shell/eggfindbar.c: a find bar widget
13790
13791 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13792
13793         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13794
13795 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13796
13797         * pdf/**: Import of xpdf code from gpdf. 
13798
13799         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13800
13801         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13802         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13803         Fix FreeType includes.
13804
13805         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13806         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13807         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13808         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13809         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13810         Include xpdfconfig.h
13811         
13812 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13813
13814         * shell/ev-window.c (ev_window_dispose): dispose can be called
13815         multiple times.
13816
13817 2004-12-21  Havoc Pennington  <hp@redhat.com>
13818
13819         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13820         rather than Evince
13821
13822         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13823         items; really they should be synced with the strings, etc. from
13824         current gpdf, but just getting the boring typing out of the way 
13825
13826 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13827
13828         * po/POTFILES.in:
13829         * shell/ev-application.c: (window_destroy_cb):
13830         * shell/ev-window.c:
13831         * shell/main.c: (main):
13832
13833         Actually show the window...
13834
13835 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13836
13837         * Makefile.am:
13838         * shell/Makefile.am:
13839         * shell/ev-application.c: (ev_application_class_init):
13840         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13841
13842         Make it build again
13843
13844 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13845
13846         Import to gnome cvs.
13847         
13848         * Remove copies of gpdf and ggv trees.
13849         * Rip out all the recursive configure code.
13850         * Remove bonobo machinery.
13851         * viewer/*: GInterfaces that backends should/can implement.
13852
13853 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13854
13855         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13856         typo
13857
13858 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13859
13860         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13861         (ev_application_finalize, ev_application_class_init)
13862         (ev_application_init): use GType instance private data for priv.
13863
13864         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13865         (ev_window_finalize, ev_window_class_init)
13866         (ev_window_init): ditto.
13867
13868 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13869
13870         * shell/ev-application.c (ev_application_new_window): make public
13871         (ev_application_show_initial_window): kill.
13872
13873         * shell/ev-application.h: update prototypes.
13874
13875         * shell/main.cc (main): inline ev_application_show_initial_window.
13876
13877 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13878
13879         * shell/ev-application.c (ev_application_new_window): impl.
13880         (ev_application_show_initial_window): use it.
13881         (is_window_empty, ev_application_get_empty_window): returns an
13882         existing empty window or a new one.
13883         (ev_application_open): from ev_window_cmd_file_open.
13884
13885         * shell/ev-application.h: update prototypes
13886
13887         * shell/ev-window.c (ev_window_is_empty): impl.
13888         (ev_window_open): make public.
13889         (ev_window_cmd_file_open): use ev_application_open
13890
13891         * shell/ev-window.h: update prototypes, remove unused.
13892
13893 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13894
13895         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13896         move destroy handler out of here...
13897
13898         * shell/ev-application.c, shell/ev-application.h: ...into this new
13899         class. Also handles initial window creation.
13900
13901         * shell/main.cc (main): use EvApplication to create initial
13902         window.
13903
13904 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13905
13906         * Makefile.am (SUBDIRS): add cut-n-paste
13907
13908         * cut-n-paste/Makefile.am: add
13909
13910         * configure.ac: generate Makefiles in cut-n-paste
13911
13912 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13913
13914         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13915         (ev_window_class_init): install ev_window_dispose.
13916
13917 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13918
13919         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13920         char (gchar looks stupid).
13921
13922 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13923
13924         * po/de.po: updated German translation.
13925
13926 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13927
13928         * configure.ac: add more pkg-config library checks for gnome-vfs,
13929         bonobo etc.
13930
13931         * gpdf/configure.in: temporarily disable libpaper
13932         checks. Otherwise I'd have to add the checks for the shell, too.
13933
13934 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13935
13936         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13937         and * file filters to the file choose.
13938
13939 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13940
13941         * po/de.po: Updated German translation.
13942
13943 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13944
13945         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13946
13947 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13948
13949         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13950
13951         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13952         (ev_window_init): implement those menuitems.
13953
13954 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13955
13956         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13957
13958         * shell/ev-window.c (ev_window_init): use the toolbar.
13959
13960 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13961
13962         * shell/ev-window.c (ev_window_init): use menu translations
13963
13964 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13965
13966         * configure.ac: add "de" to ALL_LINGUAS.
13967
13968         * po/de.po: add German translation.
13969
13970 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13971
13972         * Makefile.am (SUBDIRS): add po
13973
13974         * configure.ac: check intltool, glib-gettext etc, generate
13975         po/Makefile.in
13976
13977         * po, po/POTFILES.in, po/POTFILES.skip: new.
13978
13979 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13980
13981         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13982         already use (#ifdef ENABLE_NLS)
13983
13984         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13985         pointer indirection thinko.
13986
13987         * shell/main.c: include gi18n.h for bindtextdomain etc.
13988
13989 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13990
13991         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13992         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13993         tooltips for menu items in the statusbar.
13994
13995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13996
13997         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13998         pkgdatadir drop UIDIR
13999
14000 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14001
14002         * data/evince-ui.xml: Add File->Open menu item
14003
14004         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
14005         chooser), hook it up in the ui manager.
14006
14007 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14008
14009         * shell/ev-window.c: fix Help->About tooltip.
14010
14011 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
14012
14013         * configure.ac: set CFLAGS for libevprivate.
14014
14015         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
14016         definitions, factory etc.
14017
14018         * lib/Makefile.am: build libevprivate.a (only stock icon code).
14019
14020         * shell/Makefile.am: link against libevprivate.a.
14021
14022         * shell/ev-window.c (entries): add stock icon to Help->About.
14023
14024         * shell/main.c (main): init stock icon code.
14025
14026 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14027
14028         * lib/recent-files: egg recent files code
14029
14030         * lib/Makefile.am: add.
14031
14032         * Makefile.am: add lib subdir.
14033
14034         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
14035         set CFLAGS for recent-files.
14036
14037 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14038
14039         * configure.ac: disable -ansi and -pedantic gcc flags. They
14040         disable POSIX stuff in stdio.h, but egg-recent uses them.
14041
14042 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
14043
14044         * configure.ac: add --disable-deprecated flag (defaults to on in
14045         "cvs" builds).
14046
14047         * shell/Makefile.am (INCLUDES): use it.
14048
14049 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14050
14051         * shell/main.c: add missing #include.
14052
14053         * shell/ev-window.c: fix for pedantic gcc.
14054         (ev_window_cmd_help_about): split license into paragraphs for
14055         translators and pedantic compilers.
14056
14057 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14058
14059         * configure.ac: add more warning flags if compiling with gcc from
14060         cvs (or explicitly requested with --enable-more-warnings).
14061
14062 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14063
14064         * data/evince-ui.xml: add File and File->Close menu.
14065
14066         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
14067         (ev_window_destroy): quit after destroy.
14068         (ev_window_class_init): override GtkObject::destroy.
14069         (entries): install close_window callback.
14070
14071 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14072
14073         * Makefile.am (SUBDIRS): add data subdir.
14074
14075         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
14076         gtk+ 2.5.0 for GtkAboutDialog.
14077
14078         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
14079         main window.
14080
14081         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
14082
14083         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
14084         manager.
14085         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
14086
14087 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14088
14089         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
14090
14091 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14092
14093         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
14094
14095 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14096
14097         * shell/*: Added shell directory boilerplate, build it.
14098
14099 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
14100
14101         * configure.ac, Makefile.am: Added top-level configure.ac and
14102         Makefile.am