]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
411a9fa23082b0c9a09072cfe2466aac9dd5fb87
[evince.git] / ChangeLog
1 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
4         * shell/ev-sidebar-thumbnails.c:
5         (ev_sidebar_thumbnails_set_loading_icon),
6         (ev_sidebar_thumbnails_refresh):
7         * shell/ev-window.c: (ev_window_error_message),
8         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
9         (ev_window_set_document):
10
11         Do not crash opening documents with no pages and show a warning
12         message in the message area. Fixes bugs #537574 and #171588.
13         
14 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * shell/Makefile.am:
17         * shell/ev-file-monitor.[ch]:
18         * shell/ev-window.c: (ev_window_document_changed),
19         (ev_window_clear_reload_job), (ev_window_load_job_cb),
20         (ev_window_reload_job_cb), (ev_window_open_uri),
21         (ev_window_reload_document), (ev_window_cmd_view_reload),
22         (ev_window_dispose):
23
24         Automaticly reload the document when the file has changed on
25         disk. Bug #304249.
26         
27 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
28
29         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
30         * libdocument/ev-image.c: (ev_image_save_tmp):
31         * libdocument/ev-module.c: (ev_module_load):
32         * shell/ev-application.c: (ev_application_shutdown),
33         (ev_application_get_print_settings):
34         * shell/ev-sidebar-attachments.c:
35         (ev_sidebar_attachments_button_press),
36         (ev_sidebar_attachments_drag_data_get):
37         * shell/ev-window.c: (window_save_file_copy_ready_cb),
38         (ev_window_print_finished), (ev_window_print_send),
39         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
40         (ev_window_preview_print_finished), (ev_window_do_preview_print),
41         (ev_window_cmd_preview_print):
42         * shell/main.c: (load_files_remote):
43         Fix some build warnings under GCC 4.3.0. (#537535).
44
45 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-jobs.c: (ev_job_render_dispose):
48
49         Fix a crash in debug mode. Patch by Daniel M German.
50         
51 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
52
53         * shell/ev-window.c:
54
55         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
56         
57 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * shell/ev-window.c: (ev_window_print_send),
60         (ev_window_do_preview_print):
61
62         Use the window title as print job name instead of just
63         "evince-print". Fixes bug #534493.
64         
65 2008-05-19  Frederic Peters  <fpeters@0d.be>
66
67         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
68         Bug #533897.
69
70 2008-05-19  Frederic Peters  <fpeters@0d.be>
71
72         * help/reference/Makefile.am: added missing libevmountoperation to
73         gtkdoc-scanobj libraries.  Bug #533896.
74
75 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
76
77         * properties/ev-properties-view.c (get_default_user_units):
78         Fixes check for default units string translation. Bug #533323.
79
80 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
81
82         * backend/impress/iksemel.c (sax_core): Fix a free() that should
83         be an iks_free(). Fix an array overflow in the XML parser that
84         would occur whenever the number of attributes in a tag was greater
85         than 0 and divisible by 6. Fixes GNOME bug #530852.
86
87 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * backend/djvu/djvu-document-private.h:
90         * backend/djvu/djvu-links.c:
91         * backend/djvu/djvu-text.c:
92         * backend/djvu/djvu-document.c: (djvu_handle_events),
93         (djvu_wait_for_message), (djvu_document_load),
94         (document_get_page_size), (djvu_document_render),
95         (djvu_document_thumbnails_get_thumbnail),
96         (djvu_document_file_exporter_end):
97
98         Make sure load job doesn't finish successfully when the document
99         is not successfully decoded by libdjvu. Fixes bug #530202.
100         
101 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * configure.ac:
104         * libdocument/Makefile.am:
105         * libdocument/ev-debug.[ch]:
106         * libdocument/ev-document.c:
107         * shell/ev-jobs.c: (ev_job_links_dispose),
108         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
109         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
110         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
111         (ev_job_render_page_ready), (ev_job_render_run),
112         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
113         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
114         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
115         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
116         (ev_job_print_new), (ev_job_print_run):
117         * shell/main.c: (main):
118
119         Add debug mode based on gedit code. Add debug messages in
120         ev-jobs.
121         
122 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
123
124         * libdocument/ev-document-factory.c: (get_document_from_uri):
125
126         Fix memory leak.
127         
128 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
129
130         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
131         (get_mime_type_from_data), (get_document_from_uri),
132         (ev_document_factory_get_document):
133         
134         Improved error message about file opening failture.
135         Bug #529129.
136
137 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
138
139         * data/evince-toolbar.xml:
140         
141         Allow to add SaveAs to toolbar.
142
143 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * shell/ev-view-private.h:
146         * shell/ev-view.[ch]: (ev_view_button_release_event),
147         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
148         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
149         (ev_view_update_primary_selection), (clear_link_selected),
150         (ev_view_copy_link_address):
151         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
152
153         Update also the primary selection when copying a link
154         address. Fixes bug #520855.
155         
156 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * libdocument/ev-document-factory.c: (get_document_from_uri):
159
160         Use the pixbuf backend only when the mime type is not supported by
161         any of the other backend so that tiff documents, for instance, are
162         handled by the tiff backend instead of the pixbuf backend. fixes
163         bug #520290.
164         
165 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
166
167         * cut-n-paste/Makefile.am:
168
169         Add evmountoperation to subdirs list.
170         
171 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * configure.ac:
174
175         Fix libspectre check in configure script. Fixes bug #528549.
176         
177 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * configure.ac:
180         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
181         * shell/Makefile.am:
182         * shell/ev-window.c: (ev_window_load_remote_failed),
183         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
184
185         Add GtkMountOperation (renamed to avoid conflicts) to be able to
186         open documents in remote locations that are not mounted.
187         
188 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
189
190         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
191         (bitmap_convert_msb8):
192         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
193         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
194
195         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
196         
197 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
200         (ev_job_render_new), (ev_job_render_set_selection_info),
201         (ev_job_render_run):
202         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
203         (check_job_size_and_unref),
204         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
205         (add_job), (ev_pixbuf_cache_get_selection_surface):
206
207         Create the render context needed for rendering a page in the render
208         thread so that we don't block the main thread. Simplify
209         EvJobRender API.
210         
211 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * libdocument/Makefile.am:
214         * libdocument/ev-page.[ch]:
215         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
216         (ev_render_context_new), (ev_render_context_set_page):
217         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
218         (ev_form_field_finalize), (ev_form_field_class_init):
219         * libdocument/ev-document-forms.[ch]:
220         (ev_document_forms_get_form_fields):
221         * libdocument/ev-document.[ch]: (ev_document_get_page),
222         (ev_document_get_page_size), (ev_document_get_page_label):
223         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
224         (ev_job_render_run), (ev_job_thumbnail_new),
225         (ev_job_thumbnail_run), (ev_job_print_run):
226         * shell/ev-page-cache.c: (ev_page_cache_new):
227         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
228         (check_job_size_and_unref), (add_job):
229         * shell/ev-sidebar-thumbnails.c: (add_range):
230         * shell/ev-view.c: (ev_view_form_field_get_region),
231         (ev_view_form_field_button_create_widget),
232         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
233         (ev_view_handle_form_field), (ev_view_size_allocate),
234         (get_selected_text):
235         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
236         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
237         (pdf_document_get_page), (pdf_document_get_page_label),
238         (pdf_document_render), (pdf_document_get_info),
239         (pdf_document_document_iface_init),
240         (pdf_document_thumbnails_get_thumbnail),
241         (pdf_document_thumbnails_get_dimensions),
242         (pdf_document_file_exporter_do_page),
243         (pdf_selection_render_selection),
244         (pdf_selection_get_selected_text),
245         (pdf_selection_get_selection_region),
246         (pdf_selection_get_selection_map),
247         (pdf_document_forms_get_form_fields),
248         (pdf_document_forms_form_field_text_get_text),
249         (pdf_document_forms_form_field_text_set_text),
250         (pdf_document_forms_form_field_button_set_state),
251         (pdf_document_forms_form_field_button_get_state),
252         (pdf_document_forms_form_field_choice_get_item),
253         (pdf_document_forms_form_field_choice_get_n_items),
254         (pdf_document_forms_form_field_choice_is_item_selected),
255         (pdf_document_forms_form_field_choice_select_item),
256         (pdf_document_forms_form_field_choice_toggle_item),
257         (pdf_document_forms_form_field_choice_unselect_all),
258         (pdf_document_forms_form_field_choice_set_text),
259         (pdf_document_forms_form_field_choice_get_text):
260         * backend/ps/ev-spectre.c: (ps_document_get_page),
261         (ps_document_get_page_size), (ps_document_get_page_label),
262         (ps_document_render), (ps_document_document_iface_init),
263         (ps_document_file_exporter_do_page):
264         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
265         (tiff_document_render), (tiff_document_render_pixbuf),
266         (tiff_document_file_exporter_do_page):
267         * backend/pixbuf/pixbuf-document.c:
268         (pixbuf_document_get_page_size):
269         * backend/comics/comics-document.c:
270         (comics_document_get_page_size), (comics_document_render_pixbuf):
271         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
272         (djvu_document_render), (djvu_selection_get_selected_text),
273         (djvu_document_thumbnails_get_thumbnail),
274         (djvu_document_file_exporter_do_page),
275         (djvu_document_find_get_result):
276         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
277         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
278         (dvi_document_thumbnails_get_thumbnail),
279         (dvi_document_file_exporter_do_page):
280         * backend/impress/impress-document.c:
281         (impress_document_get_page_size),
282         (impress_document_render_pixbuf):
283         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
284
285         Add EvPage so that we can hold a reference to the backend
286         page. Form fields keep now a reference to the poppler page
287         improving performance since we don't have to create/destroy the
288         poppler field for every form operation. This will be needed for
289         annotations too.
290         
291 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * data/evince-ui.xml:
294         * shell/ev-window.c:
295
296         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
297         
298 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * configure.ac:
301         * backend/ps/Makefile.am:
302
303         Remove gs stuff from ps backend.
304         
305 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
306
307         * configure.ac:
308         * backend/pdf/ev-poppler.cc:
309
310         Bump poppler requirement to 0.8.0.
311         
312 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
313
314         * NEWS:
315         * configure.ac:
316
317         Update for release 2.22.1.1
318
319 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * configure.ac:
322
323         Fix build (again) when poppler version is 0.6
324         
325 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * backend/djvu/djvu-links.c: (build_tree):
328
329         Make sure link title is a valid utf8 string. Fixes bug #526517.
330         
331 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * configure.ac:
334
335         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
336         #526799.
337         
338 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
339
340         * configure.ac:
341         
342         Update for release 2.22.1.
343
344 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
345
346         * NEWS:
347
348         Update for upcoming release.
349
350 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
351
352         * configure.ac:
353         * backend/dvi/dvidocument.evince-backend.in:
354
355         Add compressed dvi to the list of supported mime types. Patch by
356         Ed Catmur. Fixes bug #307087.
357
358 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
359
360         * shell/ev-jobs.c: (ev_job_print_get_page_list):
361
362         Fix a crash when printing a range that doesn't specify the start or
363         end page. Fixes bug #524288.
364
365 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
366
367         * shell/ev-window.c: (ev_window_cmd_continuous),
368         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
369         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
370         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
371         (ev_window_run_presentation), (ev_window_stop_presentation),
372         (ev_window_cmd_view_presentation),
373         (ev_window_cmd_leave_fullscreen),
374         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
375
376         Do not unfullscreen and fullscreen again the window when changing
377         from fullscreen to presentation mode and vice versa. Fixes bug
378         #524112.
379         
380 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
381
382         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
383
384         Do not crash when thumbnail failed to render in PS backend. Fixes
385         bug #525015.
386         
387 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-window.c: (window_open_file_copy_ready_cb),
390         (ev_window_load_file_remote), (ev_window_open_uri):
391
392         Handle errors when opening remote files.
393         
394 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-page-action.c: (ev_page_action_grab_focus):
397
398         Only grab the focus for the current visible proxy widget. Fixes
399         bug #521224.
400         
401 2008-03-30  Emil Soleyman  <emil@nishra.com>
402
403         * shell/ev-window.c: (launch_external_uri):
404         
405         Reuse g_app_info_launch_default_for_uri to
406         save some code and fix bug #525009.
407
408 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
409
410         * shell/ev-window.c (image_save_dialog_response_cb):
411
412         Use g_str_has_suffix. See bug #523069.
413
414 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
415
416         * configure.ac:
417
418         Add a configure option to enable/diable DBus. Patch by Rémi
419         Cardona. Fixes bug 521797.
420
421 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
424
425         Fix printing in documents with rotated pages. Patch by Eugen
426         Dedu. Fixes bug #512648.
427         
428 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
431         (ev_link_from_action):
432
433         Fix warning messages.
434         
435 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
436
437         * shell/ev-window.c: (image_save_dialog_response_cb):
438
439         Do not append the extension to filename when saving an image
440         if the filename alredy contains the extension. Fixes bug #523069.
441         
442 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
443
444         * shell/ev-view.[ch]: (ev_view_find_cancel):
445         * shell/ev-window.c: (find_bar_close_cb):
446
447         Cancel the find operation when the find bar is closed. Fixes bug
448         #508845.
449         
450 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * backend/ps/psdocument.evince-backend.in:
453
454         Make ps backend module resident. Fixes bug #520607.
455         
456 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
457
458         * shell/ev-jobs.c: (ev_job_print_run):
459
460         Invert collate action in order to work as expected, fix reverse
461         printing so that it doesn't start with a blank page and fix number
462         of copies. Patch by Eugen Dedu. Fixes bug #365332.
463         
464 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
467
468         Fix build with poppler <= 0.7.2
469         
470 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * libdocument/ev-document-misc.c:
473         (ev_document_misc_surface_from_pixbuf):
474
475         Fix selections with poppler-splash.
476         
477 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * configure.ac:
480         * backend/pdf/ev-poppler.cc:
481
482         Fix build with poppler >= 0.7.2
483         
484 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
485
486         * configure.ac:
487         
488         Update for release 2.22.0
489
490 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
491
492         * NEWS:
493
494         Update for upcoming release.
495
496 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
497
498         * shell/ev-window.c (ev_window_print_dialog_response_cb):
499
500         Bug 495107 – Handle print dialog responses correctly
501
502         Correctly handle print dialog response. Properly fixes
503         the above mentioned bug.
504
505 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
506
507         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
508
509         Make sure print job is only run when the print button is
510         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
511         
512 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
513
514         * backend/pdf/pdfdocument.evince-backend.in:
515         * libdocument/ev-backends-manager.c:
516         (ev_backends_manager_load_backend),
517         (ev_backends_manager_get_document):
518         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
519
520         Allow making backend modules resident. This is needed only for
521         some backends like pdf to avoid registering glib types more than
522         once.
523         
524 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * backend/comics/comics-document.c:
527         * backend/djvu/djvu-document.c:
528         * backend/impress/impress-document.c:
529         * backend/pdf/ev-poppler.cc:
530         * backend/pixbuf/pixbuf-document.c:
531         * backend/ps/ev-spectre.c:
532         * backend/ps/ps-document.c:
533         * backend/tiff/tiff-document.c:
534         * libdocument/ev-document.h:
535         * properties/ev-properties-main.c:
536
537         Use g_type_module_add_interface instead of
538         g_type_add_interface_static. Fixes bug #519679.
539         
540 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
541
542         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
543         Added. Returns whether the animation has everything necessary to run.
544         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
545         is ready just because it's been created. Fixes #519106.
546         (draw_one_page): Do not show the "Loading..." text in presentation
547         mode, there was a slim probability that this could happen.
548
549 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
552
553         Duplicate mime_type string before freeing it so that it doesn't
554         always fail when getting mime type from uri. Fixes bug #518874.
555         
556 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
557
558         * shell/ev-view.c: (ev_view_form_field_choice_changed):
559
560         Fix a crash when a choice form field doesn't have any item
561         selected. Fixes bug #518831
562         
563 2008-02-25  Alexander Larsson  <alexl@redhat.com>
564
565         * shell/ev-window.c (ev_window_clear_temp_file):
566         Use g_file_has_prefix instead of renamed
567         g_file_contains_file.
568
569         * configure.ac:
570         Require new glib for above change.
571         
572 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
573
574         * libdocument/ev-image.c: (ev_image_finalize),
575         (ev_image_save_tmp):
576
577         Return a real uri instead of a filename when saving an
578         image. Fixes images drag an drop from evince to nautilus. 
579         
580 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * backend/pdf/ev-poppler.cc:
583         (pdf_document_images_get_image_mapping):
584
585         Return the image list in the right order. Fixes bug #516237.
586         
587 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
588
589         * backend/impress/impress-document.c:
590         (impress_document_thumbnails_get_thumbnail):
591
592         Remove unused variable to avoid a compiler warning.
593
594 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
595
596         * configure.ac:
597         
598         Update for release 2.21.91.
599
600 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * configure.ac:
603         * shell/Makefile.am:
604         * shell/ev-application.[ch]:
605         * shell/ev-sidebar-links.c:
606         * shell/ev-utils.[ch]:
607         * shell/ev-window.[ch]:
608
609         Remove libgnomeprint support. Fixes bug #512370.
610         
611 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
612
613         * thumbnailer/evince-thumbnailer.c: (main):
614
615         Initialize glib type system before using it. Fixes bug #513934.
616         
617 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * properties/ev-properties-main.c:
620
621         Add missing #include.
622         
623 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * configure.ac:
626         * backend/djvu/djvu-document.c: (djvu_document_render):
627         * backend/tiff/tiff-document.c: (tiff_document_render):
628
629         Use the new cairo function cairo_format_stride_for_width when
630         available. Fixes bug #482720.
631
632 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
633
634         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
635         (get_mime_type_from_data), (get_document_from_uri):
636
637         Use g_content_type_guess() only when slow is true in
638         get_document_from_uri(). Fix several memory leaks.
639         
640 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
641
642         * libdocument/ev-document-factory.c:
643         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
644         (get_document_from_uri):
645
646         Use g_content_type_guess () to get mimetype for files.
647         Bug #510401.
648
649 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * thumbnailer/Makefile.am:
652
653         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
654         
655 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * configure.ac:
658
659         Fix build with --without-libgnome. Fixes bug #512771.
660         
661 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
662
663         * backend/dvi/Makefile.am: Install only dvi
664         module. Fixes bug #512718.
665
666 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
667
668         * properties/ev-properties-main.c: (nautilus_module_initialize):
669         
670         Initialize backends in properties tab. Fixes bug
671         #512720.
672
673 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
674
675         * properties/Makefile.am: No need to link with 
676         libraries. Fixes bug #512719.
677
678 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
679
680         * NEWS:
681         * configure.ac:
682         
683         Update for release 2.21.90.
684
685 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * shell/ev-window.c: (ev_window_cmd_escape):
688
689         Fix compile warning.
690         
691 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
692
693         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
694
695         Fix printing in dvi backend when filename contains white
696         espaces. Fixes bug #502839.
697         
698 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
701         (screensaver_disable_x11):
702         * shell/Makefile.am:
703         * shell/xdg-user-dir-lookup.c: Removed
704         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
705         * shell/ev-view.c: (ev_view_presentation_transition_start):
706         * shell/ev-window.c: (ev_window_cmd_file_open),
707         (ev_window_cmd_save_as), (presentation_set_timeout):
708
709         Remove #ifdefs that are no longer needed.
710         
711 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
712
713         * shell/ev-view.[ch]: (ev_view_button_release_event),
714         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
715         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
716         (ev_window_cmd_escape):
717
718         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
719         
720 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * backend/comics/comics-document.c: (comics_document_load):
724         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
725         (ev_attachment_set_property), (ev_attachment_init),
726         (ev_attachment_save), (ev_attachment_launch_app),
727         (ev_attachment_open):
728         * libdocument/ev-document-factory.c: (get_document_from_uri):
729         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
730         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
731         * shell/ev-jobs.c:
732         * shell/ev-password.c: (ev_password_dialog_set_property),
733         (ev_password_dialog_save_password):
734         * shell/ev-sidebar-attachments.c:
735         (ev_sidebar_attachments_drag_data_get):
736         * shell/ev-window-title.c: (get_filename_from_uri):
737         * shell/ev-window.c: (ev_window_clear_temp_file),
738         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
739         (ev_window_open_uri), (window_save_file_copy_ready_cb),
740         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
741         (launch_external_uri), (image_save_dialog_response_cb),
742         (attachment_save_dialog_response_cb):
743         * shell/main.c: (load_files), (load_files_remote), (main):
744         * thumbnailer/evince-thumbnailer.c: (main):
745
746         Port to gio and drop gnome-vfs dependency. Fixes bug
747         #510401. Based on patch by Cosimo Cecchi.
748         
749 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
750
751         * NEWS:
752
753         Fixed formatting inconsistencies (spaces vs. tabs)
754
755 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
756
757         * shell/ev-window.c:
758
759         Use top/up/bottom/down arrows instead of
760         first/left/last/right in the toolbar and menu actions.
761         This fixes issues with RTL languages and is visually
762         consistent with the page view. Fixes bug #170081.
763
764 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
765
766         * NEWS:
767
768         Fixed some inaccuracies pointed out by Carlos Garcia
769         Campos.
770
771 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
772
773         * NEWS:
774         * data/evince.schemas.in:
775         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
776
777         Override PDF restrictions by default. Fixes bug #382700.
778
779 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
780
781         * NEWS: Updated for upcoming release
782
783 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
784
785         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
786
787         Fix memory leak.
788         
789 2008-01-23  Gil Forcada <gilforcada@guifi.net>
790
791         * shell/ev-window.c: (register_custom_actions):
792         
793         Added comment for translators
794
795 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * shell/ev-view.c: (ev_view_button_release_event):
798
799         Do not create the idle function for kinetic scrolling if we are
800         not in a drag operation.
801
802 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
805         (ev_view_button_press_event), (ev_view_motion_notify_event),
806         (ev_view_button_release_event):
807
808         Restore cursor after autoscrolling. Fixes bug #509958.
809
810 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
811
812         * configure.ac:
813         * backend/pdf/ev-poppler.cc:
814         (pdf_document_images_get_image_mapping),
815         (pdf_document_images_get_image),
816         (pdf_document_document_images_iface_init):
817         * libdocument/ev-document-images.[ch]:
818         (ev_document_images_get_image_mapping),
819         (ev_document_images_get_image):
820         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
821         (ev_image_get_id), (ev_image_save_tmp):
822         * shell/ev-jobs.c: (ev_job_render_run):
823         * shell/ev-view.c: (ev_view_drag_data_get):
824         * shell/ev-window.c: (image_save_dialog_response_cb),
825         (ev_view_popup_cmd_copy_image):
826
827         Do not render images when rendering the page but on demand. It
828         reduces the memory comsumption.
829         
830 2008-01-18  Marcelo Lira  <setanta@gmail.com>
831
832         * configure.a:
833         * shell/ev-password.c:
834
835         Make gnome-keyring optional. Fixes bug #509676.
836         
837 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * shell/ev-pixbuf-cache.c: (add_job):
840
841         Initialize include_images variable as FALSE instead of TRUE.
842         
843 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
844
845         * configure.ac:
846         * cut-n-paste/Makefile.am:
847         * cut-n-paste/fileformatchooser/Makefile.am:
848         * cut-n-paste/fileformatchooser/egg-macros.h:
849         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
850         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
851         * shell/Makefile.am:
852         * shell/ev-utils.c:
853         (file_chooser_dialog_add_writable_pixbuf_formats),
854         (get_gdk_pixbuf_format_by_extension):
855         * shell/ev-utils.h:
856         * shell/ev-window.c: (ev_window_error_message),
857         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
858         
859         Simplify image format selection on save.
860
861 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * shell/ev-view.c: (ev_view_scroll_event):
864         
865         Repair gorizontal scrolling with shift. Fixes
866         bug #483412.
867
868 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
869         
870         * MAINTAINERS:
871
872         Fix formatting issues.
873         
874 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
875
876         * backend/comics/comics-document.c: (comics_regex_quote):
877         
878         Don't overquote special chars except of '. See bug 
879         502500. Thanks to Tom Parker.
880
881 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
882
883         * MAINTAINERS:
884         
885         Added Nickolay and Carlos, since they're doing most of
886         the releases nowadays.
887
888 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
889
890         * properties/Makefile.am:
891
892         Get the nautilus extension dir properly instead of using
893         a hack. Fixes bug #505359.
894
895 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
896
897         * properties/Makefile.am:
898         
899         Install nautilus extension into new place. See bug
900         #505359. Thanks to Matthias Clasen, Brian Pepple and
901         Damien Carbery.
902
903 2008-01-13  Djihed Afifi  <djihed@gmail.com>
904
905         * shell/ev-window.c: (ev_window_get_recent_file_label):
906         
907         RTL marker in recent file list. See bug #509076.
908
909 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
910
911         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
912         * shell/ev-window.c: (image_save_dialog_response_cb):
913
914         Fix compile warnings due to unused variables.
915         
916 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
917
918         * configure.ac:
919         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
920         * backend/ps/ev-spectre.c: (ps_document_render):
921
922         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
923
924 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
925
926         * shell/ev-transition-animation.c (ev_transition_animation_fade)
927         (ev_transition_animation_paint): Implement "fade" effect.
928
929 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
930
931         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
932         (ev_transition_animation_paint): Implement "uncover" effect.
933
934 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
935
936         * shell/ev-transition-animation.c (ev_transition_animation_cover)
937         (ev_transition_animation_paint): Implement "cover" effect.
938
939 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
940
941         * shell/ev-transition-animation.c (ev_transition_animation_push)
942         (ev_transition_animation_paint): Implement "push" effect.
943
944 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
945
946         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
947         (ev_transition_animation_paint): Implement "dissolve" effect.
948
949 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
950
951         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
952         (ev_transition_animation_paint): Implement "wipe" effect.
953
954 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
955
956         * shell/ev-transition-animation.c (ev_transition_animation_box)
957         (ev_transition_animation_paint): Implement "box" effect.
958
959 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
960
961         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
962         (ev_transition_animation_paint): Implement "blinds" effect.
963
964 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
965
966         * shell/ev-transition-animation.c (ev_transition_animation_split)
967         (ev_transition_animation_paint): Implement "split" effect.
968
969 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
970
971         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
972         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
973         (ev_view_transition_animation_start) 
974         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
975         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
976         (ev_view_next_page) (ev_view_previous_page):
977         
978         Use EvTransitionAnimation to drive page changes in the presentation
979         mode, the animation will wait to start until both the origin and 
980         destination page surfaces are available. Fixes #458460.
981
982         (draw_loading_text):
983
984         Remove workaround for bug #320352, it's now fixed properly.
985
986
987 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
988
989         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
990         will contain the implementations for page transition animations, at
991         the moment it just has the "replace" effect.
992         * shell/Makefile.am: Added these files to build.
993
994 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
995
996         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
997         animations.
998         * shell/Makefile.am: Added these files to build.
999
1000 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1001
1002         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1003         implementation to get_effect() in EvDocumentTransitionIface.
1004
1005 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1006
1007         * libdocument/ev-transition-effect.[ch]: New files, define a page
1008         transition effect, at the moment it maps PopplerPageTransition to a
1009         GObject.
1010         * libdocument/Makefile.am: Added these files to build.
1011         * libdocument/ev-document-transition.[ch]
1012         (ev_document_transition_get_effect): New method, gets the
1013         EvTransitionEffect returned by the interface implementation, with
1014         fallback to the "replace" effect.
1015
1016 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1017
1018         * configure.ac:
1019         * cut-n-paste/Makefile.am:
1020         * cut-n-paste/fileformatchooser/Makefile.am:
1021         * cut-n-paste/fileformatchooser/egg-macros.h:
1022         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1023         * shell/Makefile.am:
1024         * shell/ev-window.c: (image_save_dialog_response_cb),
1025         (ev_view_popup_cmd_save_image_as):
1026
1027         Allow exporting images in any format supported by
1028         GdkPixbuf. Fixes bug #500209.
1029         
1030 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * backend/pixbuf/pixbuf-document.c:
1033
1034         More warnings fixed.
1035         
1036 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1039         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1040         * backend/djvu/djvu-text.h:
1041         * backend/tiff/tiff-document.c: (tiff_document_render):
1042
1043         Fix compile warnings.
1044         
1045 2007-12-28  Christian Persch  <chpe@gnome.org>
1046
1047         * **/*.c: Include config.h. Bug #504721.
1048
1049 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * configure.ac:
1052         * Makefile.am:
1053         * po/POTFILES.in:
1054         * backend/comics/Makefile.am:
1055         * backend/comics/comics-document.[ch]:
1056         * backend/comics/comicsdocument.evince-backend.in:
1057         * backend/djvu/Makefile.am:
1058         * backend/djvu/djvu-document.[ch]:
1059         * backend/djvu/djvudocument.evince-backend.in:
1060         * backend/dvi/Makefile.am:
1061         * backend/dvi/dvi-document.[c]:
1062         * backend/dvi/dvidocument.evince-backend.in:
1063         * backend/impress/Makefile.am:
1064         * backend/impress/impress-document.[ch]:
1065         * backend/impress/impressdocument.evince-backend.in:
1066         * backend/pdf/Makefile.am:
1067         * backend/pdf/ev-poppler.cc:
1068         * backend/pdf/ev-poppler.h:
1069         * backend/pdf/pdfdocument.evince-backend.in:
1070         * backend/pixbuf/Makefile.am:
1071         * backend/pixbuf/pixbuf-document.[ch]:
1072         * backend/pixbuf/pixbufdocument.evince-backend.in:
1073         * backend/ps/Makefile.am:
1074         * backend/ps/ev-spectre.[ch]:
1075         * backend/ps/ps-document.[ch]:
1076         * backend/ps/psdocument.evince-backend.in:
1077         * backend/tiff/Makefile.am:
1078         * backend/tiff/tiff-document.[ch]:
1079         * backend/tiff/tiffdocument.evince-backend.in:
1080         * libdocument/Makefile.am:
1081         * libdocument/ev-backends-manager.[ch]:
1082         * libdocument/ev-module.[ch]:
1083         * libdocument/ev-document.h:
1084         * libdocument/ev-document-factory.[ch]:
1085         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1086         (get_compression_from_mime_type), (get_document_from_uri),
1087         (ev_document_factory_get_document), (file_filter_add_mime_types),
1088         (ev_document_factory_add_filters):
1089         * shell/Makefile.am:
1090         * shell/ev-window-title.c: (get_filename_from_uri):
1091         * shell/main.c: (main):
1092         * thumbnailer/Makefile.am:
1093         * thumbnailer/evince-thumbnailer.c: (main):
1094
1095         Plugin system for backends. Fixes bug #351348.
1096         
1097 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1098
1099         * shell/ev-view-private.h:
1100         * shell/ev-view.c: (ev_view_drag_update_momentum),
1101         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1102         (ev_view_button_release_event), (ev_view_destroy):
1103         
1104         Kinetic scrolling implemented as requested in
1105         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1106
1107 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1108
1109         * data/evince-toolbar.xml:
1110         * data/evince-ui.xml:
1111         * shell/ev-view-private.h:
1112         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1113         (ev_view_button_press_event), (ev_view_motion_notify_event),
1114         (ev_view_button_release_event), (ev_view_init),
1115         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1116         (ev_view_set_cursor):
1117         * shell/ev-view.h:
1118         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1119         (ev_window_cmd_view_autoscroll):
1120         
1121         Autoscroll feature with the context menu. Fixes bug 
1122         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1123
1124 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1127
1128         Disconnect also page-ready signal when removing a job because the
1129         page size has changed. Thanks to kripken
1130         <kripkensteiner@gmail.com>.
1131
1132 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1133
1134         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1135         
1136         Scroll pages in page entry with mouse wheel. Fixes bug
1137         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1138
1139 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * backend/dvi/Makefile.am:
1142         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1143         (mdvi_cairo_device_init):
1144         * backend/dvi/mdvi-lib/common.h:
1145         * backend/dvi/mdvi-lib/mdvi.h:
1146         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1147         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1148         (mdvi_build_path_from_cwd):
1149
1150         Add ps specials support in dvi backend when libspectre is
1151         present. Fixes bug #386005.
1152         
1153 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * configure.ac:
1156         * backend/ps/Makefile.am:
1157         * backend/ps/ev-spectre.[ch]:
1158         
1159         Use libspectre, if available, for the ps backend. Fixes bugs
1160         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1161
1162 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1163         
1164         * backend/comics/comics-document.c: (comics_document_load):
1165         
1166         Cygwin build issue fix.
1167
1168 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-view.c: (ev_view_set_zoom):
1171
1172         Do not limit the minimum zoom factor when sizing mode is best bit
1173         or fit width. Fixes bug #503805.
1174         
1175 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1178         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1179         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1180         (ev_link_dest_get_property), (ev_link_dest_set_property),
1181         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1182         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1183         (ev_link_dest_new_fitr):
1184         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1185         (goto_fith_dest), (goto_xyz_dest):
1186
1187         Do not change left, top and zoom values when they are null in PDF
1188         destinations. Fixes bug #460658.
1189         
1190 2007-12-10  Christian Persch  <chpe@gnome.org>
1191
1192         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1193         (ev_view_accessible_class_init),
1194         (ev_view_accessible_idle_do_action),
1195         (ev_view_accessible_action_do_action),
1196         (ev_view_accessible_action_get_description),
1197         (ev_view_accessible_action_set_description),
1198         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1199         (ev_view_accessible_factory_init),
1200         (ev_view_accessible_factory_get_accessible_type):
1201         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1202         private data, and G_DEFINE_TYPE. Bug #502843.
1203
1204 2007-12-08  Christian Persch  <chpe@gnome.org>
1205
1206         * shell/ev-metadata-manager.c: (item_free),
1207         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1208         (value_free), (parse_value), (parseItem),
1209         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1210         (save_values): Use GSlice to allocate small amounts of memory. Bug
1211         #475972.
1212
1213 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1214
1215         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1216
1217         Restore cursor to normal after a drag operation. Fixes bug
1218         #501603.
1219         
1220 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1221
1222         * NEWS:
1223         * configure.ac:
1224         
1225         Update for release 2.21.1
1226
1227 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * configure.ac:
1230         * cut-n-paste/gedit-message-area/Makefile.am:
1231         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1232         * shell/Makefile.am:
1233         * shell/ev-message-area.[ch]:
1234         * shell/ev-window.c: (ev_window_set_message_area),
1235         (ev_window_error_message_response_cb), (ev_window_error_message),
1236         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1237         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1238         (ev_attachment_popup_cmd_open_attachment),
1239         (attachment_save_dialog_response_cb), (ev_window_set_document),
1240         (ev_window_init):
1241
1242         Use a message area instead of a popup dialog for error
1243         notifications. Fixes bug #337495.
1244         
1245 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1248         (ev_window_run_fullscreen):
1249
1250         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1251         
1252 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * ev-sidebar-thumbnails.c: (update_visible_range),
1255         (ev_sidebar_thumbnails_refresh),
1256         (ev_sidebar_thumbnails_set_document),
1257         (ev_sidebar_thumbnails_support_document):
1258
1259         Show thumbnails for documents with one page. Fixes bug #358751.
1260         
1261 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1262
1263         * shell/ev-window.c:
1264         (ev_window_load_print_settings_from_metadata),
1265         (ev_window_save_print_settings), (ev_window_print_finished),
1266         (ev_window_print_range):
1267
1268         Print settings that are specific to the document are now saved per
1269         document in the metadata file. Fixes bug #488806.
1270         
1271 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1272
1273         * backend/tiff/tiff-document.c: (tiff_document_render):
1274
1275         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1276         
1277 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1278
1279         * shell/ev-application.[ch]: (get_find_string_from_args),
1280         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1281         (ev_application_open_uri_list):
1282         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1283         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1284         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1285         (ev_window_cmd_recent_file_activate),
1286         (ev_window_open_recent_action_item_activated),
1287         (ev_window_print_send), (open_remote_link):
1288         * shell/main.c: (arguments_parse):
1289
1290         Add a command line option for search. Fixes bug #497710.
1291         
1292 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1293
1294         * shell/ev-jobs.c: (ev_job_print_new):
1295
1296         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1297         
1298 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * data/evince-toolbar.xml:
1301         * shell/Makefile.am:
1302         * shell/ev-application.c: (ev_application_init):
1303         * shell/ev-open-recent-action.[ch]:
1304         * shell/ev-window.c:
1305         (ev_window_open_recent_action_item_activated),
1306         (register_custom_actions):
1307
1308         Add an expander to the open toolbar item which pops up a dropdown
1309         menu with the recently used documents. Fixes bug #487215.
1310         
1311 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-window.c: (ev_window_open_uri),
1314         (ev_window_cmd_view_reload):
1315
1316         Do not jump to the first page when reloading by running evince
1317         from the command line. Fixes bug #490847.
1318         
1319 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1320
1321         * shell/ev-window.c: (ev_window_cmd_help_contents):
1322
1323         Plugged memory leak when help file is not found. Fixes bug
1324         #490762.
1325         
1326 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1327
1328         * configure.ac:
1329
1330         Enable djvu, dvi and comics backends by default. Fixes bug
1331         #437121.
1332         
1333 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * configure.ac:
1336         * cut-n-paste/Makefile.am:
1337         * cut-n-paste/recent-files/*: Removed
1338         * help/reference/Makefile.am:
1339         * shell/Makefile.am:
1340         * shell/ev-application.[ch]: (ev_application_shutdown),
1341         (ev_application_init):
1342         * shell/ev-window.c: (ev_window_add_recent),
1343         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1344
1345         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1346         
1347 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1348
1349         * shell/ev-window.c: (launch_external_uri):
1350
1351         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1352         and report error if the URL is not supported (#489910).
1353
1354 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1355
1356         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1357         (pdf_document_file_exporter_begin_page),
1358         (pdf_document_file_exporter_end_page):
1359
1360         Fix printing with poppler splash backend. Fixes bug #489774.
1361         
1362 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1365         * shell/ev-print-job.c: (ev_print_job_class_init):
1366
1367         Fix a crash when printing with the gnome-print dialog. Fixes bug
1368         #488939.
1369         
1370 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1371
1372         * backend/pixbuf/pixbuf-document.c:
1373
1374         Fix an implicit function definition warning (#487655)
1375
1376 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1377
1378         * shell/ev-window.c:
1379
1380         Fix conflicting shortcut for view sade pane and presentation.
1381         
1382 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * backend/pdf/ev-poppler.cc:
1385         (pdf_document_file_exporter_begin_page),
1386         (pdf_document_file_exporter_do_page),
1387         (pdf_document_file_exporter_end_page),
1388         (pdf_document_file_exporter_iface_init):
1389         * libdocument/ev-file-exporter.[ch]:
1390         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1391         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1392         (ev_job_print_run):
1393
1394         When printing multiple pages per sheet in reverse option, do not
1395         invert the order of the pages in every sheet, but the order of the
1396         sheets. Do not print blank pages when page range is invalid. Fixes
1397         bugs #484857 and #485521.
1398         
1399 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1400
1401         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1402         (ev_job_print_run):
1403         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1404
1405         Respect ranges order when printing more than one range in random
1406         order.
1407         
1408 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1409
1410         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1411         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1412
1413         Rotate also the window icon when document is rotated. Fixes bug
1414         #474681.
1415         
1416 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1419         (pdf_document_forms_get_form_fields):
1420
1421         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1422         Matthias Drochner.
1423         
1424 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1425
1426         * configure.ac:
1427         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1428
1429         Use poppler_page_render_for_printing() instead of
1430         poppler_page_render() if available when exporting to a ps or pdf
1431         file. Fixes bug #476627.
1432         
1433 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1434
1435         * shell/ev-window.c: (ev_window_run_fullscreen):
1436
1437         Do not show the toolbar in fullscreen mode if the main toolbar is
1438         not visible. Fixes bug #483048.
1439         
1440 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1441
1442         * shell/ev-view.c: (ev_view_button_press_event):
1443
1444         Give priority to form fields over images when deciding whether a
1445         button press event is over an image or form field. It allows edit
1446         form fields when they are over a background image. Fixes bug
1447         #477841.
1448         
1449 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1450
1451         * NEWS:
1452         * configure.ac:
1453         
1454         Update for release 2.20.0
1455
1456 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * backend/pdf/ev-poppler.cc:
1459
1460         Remove #ifdef HAVE_FORMS, so that forms support works again.
1461
1462 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1463
1464         * configure.ac:
1465         * data/evince.desktop.in.in:
1466         
1467         Fixes desktop file issues. See bug #473471.
1468
1469 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1472         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1473         (ev_job_queue_remove_job):
1474         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1475         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1476         * shell/ev-window.c: (ev_window_clear_save_job),
1477         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1478         (ev_window_dispose):
1479
1480         Move save a copy task to its own job so that it's carried out in a
1481         thread avoiding another lock in the main thread. Use
1482         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1483         can be saved to a pathin another file system. Fixes bug #456891.
1484         
1485 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1486
1487         * NEWS:
1488         * configure.ac:
1489         
1490         Update for release 2.19.92
1491
1492 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1493
1494         * configure.ac:
1495         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1496         (pdf_selection_get_selection_region),
1497         (pdf_selection_get_selection_map),
1498         (ev_form_field_from_poppler_field):
1499
1500         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1501         and triple click selections are enabled again now.
1502
1503 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1504
1505         * shell/ev-window.c: (ev_window_add_history):
1506
1507         Make sure not to use the history with documents not supporting
1508         links. Fixes bug #468954.
1509
1510 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-window.c: (ev_window_load_job_cb):
1513
1514         Restart the search when reloading a document with the find bar
1515         visible. Fixes bug #461962.
1516
1517 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * shell/ev-window.c: (setup_document_from_metadata),
1520         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1521
1522         Do not jump to the first page when reloading a document from the
1523         last page.
1524
1525 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * shell/ev-window.c: (update_chrome_flag),
1528         (setup_sidebar_from_metadata),
1529         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1530         (ev_window_cmd_edit_find_next),
1531         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1532         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1533         (find_bar_close_cb), (view_actions_focus_in_cb):
1534
1535         Do not update visibility when changing a chrome flag so that it's
1536         possible to update several flags and update visibility only once
1537         for all of them.
1538
1539 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1542
1543         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1544         supported by gtk+. Fixes bug #460907.
1545
1546 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-view.c: (view_update_range_and_current_page):
1549
1550         Make sure current-page <= end-page in continuous mode. Fixes bug
1551         #454950.
1552
1553 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * backend/pdf/ev-poppler.cc: (build_tree):
1556
1557         Ignore outline items without a title. Fixes bug #453913.
1558
1559 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1562         (ev_view_button_release_event), (ev_view_leave_notify_event):
1563
1564         Use always drag mouse cursor during a drag operation. Fixes bug
1565         #470564.
1566
1567 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1568
1569         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1570         (pdf_selection_get_selection_region),
1571         (pdf_selection_get_selection_map):
1572
1573         Temporarily disable double and triple selections since it depends on
1574         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1575         released and the update of the external dependency minimal version
1576         approved.
1577
1578 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1581         (pdf_document_file_exporter_do_page):
1582         * libdocument/ev-file-exporter.h:
1583         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1584         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1585
1586         Actually fix printing regressions. Remove orientation from
1587         EvPrintContext since it's redundant.
1588
1589 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1592         * backend/impress/impress-document.c:
1593         (impress_document_document_iface_init):
1594         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1595         * backend/djvu/djvu-document.c:
1596         (djvu_document_document_iface_init),
1597         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1598         * backend/tiff/tiff-document.c:
1599         (tiff_document_document_iface_init):
1600         * backend/pixbuf/pixbuf-document.c:
1601         (pixbuf_document_document_iface_init):
1602         * backend/comics/comics-document.c:
1603         (comics_document_document_iface_init):
1604         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1605         (pdf_selection_render_selection),
1606         (pdf_selection_get_selected_text),
1607         (pdf_selection_get_selection_region),
1608         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1609         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1610         (ev_selection_get_selection_region),
1611         (ev_selection_get_selection_map):
1612         * libdocument/ev-document.[ch]:
1613         * shell/ev-pixbuf-cache.[ch]: (add_job),
1614         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1615         * shell/ev-view-private.h:
1616         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1617         (ev_job_render_run):
1618         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1619         * shell/ev-view.c: (start_selection_for_event),
1620         (ev_view_button_press_event), (ev_view_drag_data_get),
1621         (ev_view_drag_data_received), (ev_view_button_release_event),
1622         (compute_new_selection_text), (compute_selections),
1623         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1624         (ev_view_primary_get_cb):
1625
1626         Add support for double and triple click selections.
1627
1628 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1629
1630         * NEWS:
1631         * configure.ac:
1632
1633         Update for release 2.19.4
1634
1635 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1636
1637         * shell/ev-view-private.h:
1638         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1639         (ev_view_set_highlight_search):
1640         * shell/ev-view.h:
1641         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1642         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1643         (find_bar_visibility_changed_cb):
1644         
1645         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1646
1647 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1648
1649         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1650         (pdf_document_file_exporter_begin),
1651         (pdf_document_file_exporter_do_page):
1652         * shell/ev-jobs.c: (ev_job_print_run):
1653         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1654
1655         Create always a portrait cairo surface and rotate when needed for
1656         landscape. It fixes printing problems in real printers.
1657
1658 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1661         * libdocument/ev-file-exporter.[ch]:
1662         (ev_file_exporter_get_capabilities):
1663         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1664         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1665
1666         Adjust number of pages per row according to page orientation when
1667         printing 2 or 6 pages per sheet.
1668
1669 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-window.c: (ev_window_print_send):
1672
1673         Reset also cups setting to 1 when printing multiple pages per
1674         sheet. Fixes bug #468853.
1675
1676 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1677
1678         * libdocument/ev-document-misc.c:
1679         (ev_document_misc_surface_rotate_and_scale):
1680
1681         Use directly cairo_surface_get_content() when creating a similar
1682         surface as suggested by Jeff Muizelaar. Thanks again.
1683
1684 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * backend/djvu/djvu-document.c: (djvu_document_render):
1687         * backend/tiff/tiff-document.c: (tiff_document_render):
1688         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1689         * libdocument/ev-document-misc.c:
1690         (ev_document_misc_surface_from_pixbuf),
1691         (ev_document_misc_surface_rotate_and_scale):
1692
1693         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1694         creating page surfaces. Fixes bug #453123. Thank you very much to
1695         Jeff Muizelaar <jeff@infidigm.net>.
1696
1697 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-page-cache.c: (ev_page_cache_new),
1700         (ev_page_cache_get_thumbnail_size):
1701         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1702         (ev_sidebar_thumbnails_set_loading_icon):
1703
1704         Also store in page-cache the dimensions of the thumbnails so that
1705         they can be used to create the correct loading icon in the side
1706         pane. Fixes bug #466857.
1707
1708 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1709
1710         * backend/pdf/ev-poppler.cc:
1711         (pdf_document_thumbnails_get_thumbnail):
1712
1713         Fix thumbnails rotation in pdf documents that include embedded 
1714         thumbnails.
1715
1716 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1717
1718         * backend/pdf/ev-poppler.cc:
1719
1720         Don't use #ifdef in macro expansion. Some compilers don't
1721         like that. Closes bug #467042.
1722
1723 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1724
1725         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1726         
1727         Fixes memory leak in djvu backend.
1728
1729 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1730
1731         * data/icons/32x32/Makefile.am:
1732         * data/icons/32x32/actions/Makefile.am:
1733         * data/icons/32x32/actions/view-page-cont.svg:
1734         * data/icons/32x32/actions/view-page-facing.svg:
1735         * data/icons/48x48/Makefile.am:
1736         * data/icons/48x48/actions/Makefile.am:
1737         * data/icons/48x48/actions/view-page-cont.svg:
1738         * data/icons/48x48/actions/view-page-facing.svg:
1739         
1740         Icons for a new sizes.
1741
1742 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1743
1744         * shell/ev-page-cache.c: (build_height_to_page),
1745         (ev_page_cache_get_height_to_page):
1746         
1747         Fixes invalid read, see bug #466401.
1748
1749 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1750
1751         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1752         (set_drag_cursor):
1753         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1754         (configure_item_cursor), (new_pixbuf_from_widget):
1755
1756         Fix multihead problems in toolbar editor. Fixes bug #382055.
1757
1758 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * shell/ev-window.c: (ev_window_cmd_file_open),
1761         (ev_window_cmd_save_as):
1762
1763         Use g_get_user_special_dir when available instead of
1764         xdg_user_dir_lookup.
1765
1766 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1767
1768         * MAINTAINERS:
1769         
1770         Updated according to request on desktop-devel.
1771
1772 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1775
1776         Do not use cairo_rectangle and cairo_clip since we are
1777         not using cairo_fill but cairo_paint. Use the same cairo context
1778         for every page in the same expose event.
1779
1780 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1781
1782         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1783         leak.
1784
1785 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * configure.ac:
1788         * NEWS:
1789
1790         Release 0.9.3
1791
1792 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1793
1794         * libdocument/ev-document-info.h:
1795         * libdocument/ev-document.h:
1796         * shell/ev-page-action.h:
1797         * shell/ev-sidebar-links.h:
1798
1799         Fix a headers problem with ev-link
1800         
1801         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1802         * shell/ev-view-private.h:
1803         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1804         (get_link_area), (ev_view_query_tooltip),
1805         (ev_view_leave_notify_event), (ev_view_destroy),
1806         (ev_view_class_init):
1807
1808         Use new gtk tooltips when available instead of ev-tooltip.
1809         
1810 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * shell/ev-window.c: (update_chrome_visibility),
1813         (ev_window_sidebar_visibility_changed_cb):
1814
1815         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1816         
1817 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * shell/ev-navigation-action.c:
1820         (ev_navigation_action_history_changed),
1821         (ev_navigation_action_set_history):
1822         * shell/ev-navigation-action-widget.c:
1823         (ev_navigation_action_widget_init):
1824         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1825
1826         Fix compile warnings.
1827         
1828 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1829
1830         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1831         (egg_editable_toolbar_dispose):
1832
1833         Fix memory leak.
1834         
1835 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1836
1837         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1838         (screensaver_disable_x11):
1839         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1840         * shell/ev-window.c: (presentation_set_timeout):
1841         * shell/ev-view.c: (ev_view_presentation_transition_start):
1842
1843         Use g_timeout_add_seconds instead of g_timeout_add when
1844         available.
1845         
1846 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1849
1850         Set horizontal scrollbar policy to AUTOMATIC instead of
1851         NEVER. Workaround for bug #449462.
1852         
1853 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1854
1855         * shell/ev-jobs.c: (ev_job_render_page_ready):
1856
1857         Add page_ready callback to main loop with high priority and hold
1858         a reference to job during idle.
1859         
1860 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1861
1862         * configure.ac:
1863         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1864         (pdf_document_file_exporter_begin),
1865         (pdf_document_file_exporter_do_page),
1866         (pdf_document_file_exporter_get_capabilities):
1867         * libdocument/ev-file-exporter.h:
1868         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1869         * shell/ev-window.c: (ev_window_print_send),
1870         (ev_window_print_dialog_response_cb):
1871
1872         Allow printing multiple pages per sheet. Fixes bug #395573.
1873         
1874 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1875
1876         * shell/ev-view.c: (tip_from_link):
1877         
1878         Check for NULL, fixes bug #460862.
1879
1880 2007-07-29  Christian Persch  <chpe@gnome.org>
1881
1882         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1883         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1884         (ev_window_cmd_preview_print):
1885         
1886         Fixes bug #437681 - blocks while enumerating printers.
1887
1888 2007-07-29  Christian Persch  <chpe@gnome.org>
1889
1890         * shell/ev-window.c: (ev_window_screen_changed):
1891         
1892         Don't use deprecated gtk+ function. See bug #460909.
1893
1894 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1895
1896         * shell/ev-utils.c: (get_num_monitors):
1897         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1898
1899         Do not use display before initializing it. Remove compile
1900         warnings.
1901
1902 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1903
1904         * shell/ev-view.c: (ev_view_class_init):
1905         
1906         Unix-like hjkl bindings added. See bug #458111.
1907
1908 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1909
1910         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1911         * shell/ev-utils.h:
1912         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1913         (ev_view_update_view_size):
1914         * shell/ev-view.h:
1915         * shell/ev-window.c: (ev_window_update_actions),
1916         (setup_view_from_metadata), (ev_window_screen_changed),
1917         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1918         (zoom_control_changed_cb):
1919         * shell/ev-window.h:
1920         
1921         Reorganizes utility functions.
1922
1923 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1926         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1927         (add_job), (ev_pixbuf_cache_get_surface),
1928         (ev_pixbuf_cache_get_link_mapping),
1929         (ev_pixbuf_cache_get_image_mapping),
1930         (ev_pixbuf_cache_get_form_field_mapping),
1931         (ev_pixbuf_cache_get_text_mapping):
1932         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1933         (notify_page_ready), (ev_job_render_page_ready),
1934         (ev_job_render_run):
1935
1936         Add page_ready signal to notify that page is ready as soon as
1937         possible even if other page elements like links, forms, images or
1938         text mapping are not ready yet.
1939
1940 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1943         (dvi_document_file_exporter_do_page),
1944         (dvi_document_file_exporter_get_capabilities),
1945         (dvi_document_file_exporter_iface_init):
1946         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1947         (ps_document_file_exporter_do_page),
1948         (ps_document_file_exporter_get_capabilities),
1949         (ps_document_file_exporter_iface_init):
1950         * backend/djvu/djvu-document.c:
1951         (djvu_document_file_exporter_begin),
1952         (djvu_document_file_exporter_end),
1953         (djvu_document_file_exporter_get_capabilities),
1954         (djvu_document_file_exporter_iface_init):
1955         * backend/tiff/tiff-document.c:
1956         (tiff_document_file_exporter_begin),
1957         (tiff_document_file_exporter_get_capabilities),
1958         (tiff_document_document_file_exporter_iface_init):
1959         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1960         (pdf_document_file_exporter_do_page),
1961         (pdf_document_file_exporter_get_capabilities),
1962         (pdf_document_file_exporter_iface_init):
1963         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1964         (ev_file_exporter_get_capabilities):
1965         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1966         (idle_print_handler), (ev_print_job_print):
1967         * shell/ev-jobs.c: (ev_job_print_run):
1968         * shell/ev-window.c: (ev_window_print_send),
1969         (ev_window_print_range):
1970
1971         Use capabilities to know which options should be offered by the
1972         print dialog depending on the document backend.
1973
1974 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1975
1976         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1977
1978         Give priority to forms over text to set the cursor.
1979
1980 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * shell/ev-view-private.h:
1983         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1984         (ev_view_leave_notify_event), (ev_view_finalize),
1985         (ev_view_get_property), (ev_view_class_init):
1986
1987         Use IBEAM cursor for text form fields and NORMAL cursor for read
1988         only fields. Remove unused status attribute.
1989
1990 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1993
1994         Update region for current selected items also for checkbox
1995         buttons, since they can behave as radio buttons when they are in a
1996         set.
1997
1998 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * configure.ac:
2001         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2002
2003         Get max length of text form fields.
2004
2005 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2006
2007         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2008         * libdocument/ev-form-field.h:
2009         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2010
2011         Fix build with current poppler cvs head.
2012
2013 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2016         * shell/eggfindbar.c: (egg_find_bar_init):
2017
2018         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2019         deprecation. Fixes bug #455667
2020
2021 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2022
2023         * NEWS:
2024         * configure.ac:
2025         
2026         Update for release 0.9.2
2027
2028 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2029
2030         * shell/ev-view.c: (ev_view_form_field_text_save),
2031         (ev_view_form_field_choice_save):
2032
2033         Fix a crash when closing whith a form widget visible.
2034
2035 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2038
2039         Update also the region of the current selected button when
2040         clicking on another button if they are radio buttons.
2041
2042 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2045         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2046         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2047         (ev_pixbuf_cache_get_link_mapping),
2048         (ev_pixbuf_cache_get_image_mapping),
2049         (ev_pixbuf_cache_get_form_field_mapping),
2050         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2051         * shell/ev-view.c: (ev_view_form_field_get_region),
2052         (ev_view_form_field_button_create_widget),
2053         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2054         (job_finished_cb):
2055
2056         Redraw only form field region instead of the whole page when
2057         reloading a page to show changes on the form field.
2058
2059 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2060
2061         * shell/ev-view.c: (ev_view_form_field_choice_save):
2062
2063         Fix selection of first item in list form fields.
2064
2065 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2066
2067         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2068         (ev_pixbuf_cache_reload_page),
2069         (ev_pixbuf_cache_get_form_field_mapping):
2070
2071         Some refactoring to avoid duplicated code.
2072
2073 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2074
2075         * configure.ac:
2076         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2077         (ev_form_field_from_poppler_field),
2078         (pdf_document_forms_get_form_fields),
2079         (pdf_document_forms_form_field_text_get_text),
2080         (pdf_document_forms_form_field_text_set_text),
2081         (pdf_document_forms_form_field_button_set_state),
2082         (pdf_document_forms_form_field_button_get_state),
2083         (pdf_document_forms_form_field_choice_get_item),
2084         (pdf_document_forms_form_field_choice_get_n_items),
2085         (pdf_document_forms_form_field_choice_is_item_selected),
2086         (pdf_document_forms_form_field_choice_select_item),
2087         (pdf_document_forms_form_field_choice_toggle_item),
2088         (pdf_document_forms_form_field_choice_unselect_all),
2089         (pdf_document_forms_form_field_choice_set_text),
2090         (pdf_document_forms_form_field_choice_get_text),
2091         (pdf_document_document_forms_iface_init):
2092         * libdocument/Makefile.am:
2093         * libdocument/ev-form-field.[ch]:
2094         * libdocument/ev-document-forms.[ch]:
2095         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2096         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2097         (add_job), (ev_pixbuf_cache_reload_page),
2098         (ev_pixbuf_cache_get_form_field_mapping):
2099         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2100         * shell/ev-view-private.h:
2101         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2102         (ev_view_handle_cursor_over_xy),
2103         (ev_view_get_form_field_at_location),
2104         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2105         (ev_view_form_field_button_create_widget),
2106         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2107         (ev_view_form_field_text_create_widget),
2108         (ev_view_form_field_choice_save),
2109         (ev_view_form_field_choice_changed),
2110         (ev_view_form_field_choice_create_widget),
2111         (ev_view_handle_form_field), (ev_view_size_allocate),
2112         (ev_view_realize), (draw_end_presentation_page),
2113         (ev_view_button_press_event), (ev_view_remove_all),
2114         (ev_view_motion_notify_event), (ev_view_key_press_event),
2115         (ev_view_enter_notify_event), (highlight_find_results),
2116         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2117         (ev_view_class_init), (page_changed_cb),
2118         (on_adjustment_value_changed), (ev_view_set_presentation),
2119         (merge_selection_region), (ev_view_set_cursor),
2120         (ev_view_reset_presentation_state):
2121         
2122         Merge evince-forms branch.
2123
2124 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2125
2126         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2127
2128         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2129         This script also updates itself from libegg
2130
2131         * cut-n-paste/toolbar-editor/egg*:
2132         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2133         libegg
2134
2135 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2136
2137         * shell/ev-window.c:
2138         
2139         Adds a nice icon to page action during toolbar editing.
2140         See bug #452872.
2141
2142 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * data/evince-toolbar.xml:
2145         * shell/ev-window.c:
2146         
2147         Let user add a presentation and fullscreen icons on toolbar.
2148         See bug #449734.
2149
2150 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2151
2152         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2153
2154         new script to keep in sync with toolbareditor in libegg
2155
2156         * cut-n-paste/toolbar-editor/*: 
2157
2158         Run update-toolbareditor-from-libegg so we are in sync again. 
2159         Fixes bug #452850.
2160         
2161
2162 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2163
2164         * shell/ev-sidebar-links.c: (job_finished_callback):
2165
2166         Do not connect selection changed signal more than once. Fixes bug
2167         #349433.
2168
2169 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2170
2171         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2172
2173         Do not change sidebar chrome flag when pressing F9 key in
2174         presentation mode.
2175
2176 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * backend/pdf/ev-poppler.cc:
2179         (pdf_document_thumbnails_get_dimensions):
2180
2181         Make sure thumbnails width and height is not <= 0. Fixes a crash
2182         with some pdf documents which have really small pages.
2183
2184 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2185
2186         * shell/main.c: (main):
2187
2188         Fixes program description translation issue.
2189         Bug #450148.
2190
2191 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2192
2193         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2194
2195         Do not change current page when returning from black/white mode
2196         in presentation. Fixes bug #415032.
2197
2198 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2199
2200         * NEWS:
2201         * configure.ac:
2202         
2203         Update for release 0.9.1
2204
2205 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2206
2207         * backend/dvi/dvi-document.c:
2208         (dvi_document_finalize),
2209         (dvi_document_file_exporter_format_supported),
2210         (dvi_document_file_exporter_begin),
2211         (dvi_document_file_exporter_do_page),
2212         (dvi_document_file_exporter_end),
2213         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2214         
2215         PDF exporter for dvi documents. Fixes bug #441319.
2216
2217 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-window.c: (ev_window_clear_print_job):
2220
2221         Clear gtk print job when job has finished. Fixes bug #447612.
2222
2223 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/ev-window.c: (ev_window_print_send),
2226         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2227
2228         Add preview button to print dialog. Fixes bug #445419.
2229
2230 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2231
2232         * backend/dvi/Makefile.am:
2233         * backend/dvi/pixbuf-device.[ch]: Removed
2234         * backend/dvi/cairo-device.[ch]: Added
2235         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2236         * backend/dvi/dvi-document.c: (dvi_document_load),
2237         (dvi_document_render), (dvi_document_finalize),
2238         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2239         (dvi_document_do_color_special):
2240         * libdocument/ev-document-misc.[ch]:
2241         (ev_document_misc_pixbuf_from_surface):
2242
2243         Port dvi backend to cairo and fix a problem with colors. 
2244
2245 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * shell/ev-view.c: (draw_one_page):
2248
2249         Draw only visible region.
2250
2251 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * backend/djvu/djvu-document.c: (djvu_document_render):
2254
2255         Fix rotation in djvu backend.
2256
2257 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2260         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2261         (ev_pixbuf_cache_get_image_mapping),
2262         (ev_pixbuf_cache_get_text_mapping):
2263
2264         Redraw view every time we have a new surface. Fixes bug #443587.
2265
2266 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2267
2268         * libdocument/ev-document.c: (ev_document_info_free):
2269
2270         Fix memory leaks.
2271
2272 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2273
2274         * backend/dvi/dvi-document.c: (dvi_document_render),
2275         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2276         * backend/impress/impress-document.c:
2277         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2278         (impress_document_render), (impress_document_document_iface_init),
2279         (impress_document_thumbnails_get_thumbnail):
2280         * backend/djvu/djvu-document-private.h:
2281         * backend/djvu/djvu-document.c: (djvu_document_render),
2282         (djvu_document_finalize), (djvu_document_document_iface_init),
2283         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2284         * backend/tiff/tiff-document.c: (tiff_document_render),
2285         (tiff_document_render_pixbuf),
2286         (tiff_document_document_iface_init):
2287         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2288         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2289         (pdf_selection_render_selection):
2290         * backend/comics/comics-document.c:
2291         (comics_document_render_pixbuf), (comics_document_render),
2292         (comics_document_document_iface_init):
2293         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2294         (pixbuf_document_document_iface_init):
2295         * libdocument/ev-document-misc.[ch]:
2296         (ev_document_misc_surface_from_pixbuf),
2297         (ev_document_misc_surface_rotate_and_scale):
2298         * libdocument/ev-document.[ch]: (ev_document_render):
2299         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2300         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2301         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2302         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2303         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2304         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2305         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2306         (render_finished_cb), (ev_job_render_run):
2307         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2308         (merge_selection_region):
2309
2310         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2311         and selections.
2312
2313 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-window-title.c: (ev_window_title_update):
2316
2317         Fix memory leak.
2318
2319 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-view.c: (draw_loading_text):
2322
2323         Show loading text centered. Fixes bug #433061
2324
2325 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * shell/ev-sidebar-thumbnails.c:
2328         (ev_sidebar_thumbnails_set_loading_icon):
2329
2330         Remove a mutex in the main thread that blocks the UI in heavy
2331         documents.
2332
2333 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2334
2335         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2336
2337         Set points_set to TRUE so that selections don't disappear after a
2338         zoom change.
2339
2340 2007-06-07  Michael Monreal  <infernux@web.de>
2341
2342         * data/icons/16x16/actions/Makefile.am:
2343         * data/icons/16x16/actions/zoom.svg:
2344         * data/icons/22x22/actions/Makefile.am:
2345         * data/icons/22x22/actions/zoom.svg:
2346         * data/icons/24x24/actions/Makefile.am:
2347         * shell/ev-stock-icons.c:
2348         * shell/ev-stock-icons.h:
2349         * shell/ev-window.c:
2350         
2351         Zoom icon artwork. See bug #444795.
2352
2353 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2354
2355         * shell/ev-metadata-manager.c: Remove extraneous function
2356         (Closes: #444386)
2357
2358 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2359
2360         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2361         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2362         (ev_metadata_manager_set), (ev_metadata_manager_save):
2363         Simplify the timeout, no need for modified anymore
2364
2365 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2366
2367         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2368         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2369         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2370         (ev_metadata_manager_save): Adapted patch from Arjan van de
2371         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2372         time, saves on power (Closes: #443851)
2373
2374 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2375
2376         * configure.ac:
2377         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2378         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2379
2380         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2381
2382 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2383
2384         * shell/ev-window.c: (ev_window_add_history):
2385
2386         Check if history is NULL
2387
2388 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2389
2390         * libdocument/ev-image.c: (ev_image_finalize):
2391         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2392         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2393         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2394         (ev_tmp_uri_unlink):
2395
2396         Add functions to delete temporary files created by evince in a safe
2397         way.
2398
2399         * shell/ev-window.c: (ev_window_clear_local_uri),
2400         (open_xfer_update_progress_callback),
2401         (save_xfer_update_progress_callback), (ev_window_save_remote),
2402         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2403         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2404         (attachment_save_dialog_response_cb),
2405         (ev_attachment_popup_cmd_save_attachment_as):
2406
2407         Allow saving a copy of a document, image or attachment to a remote
2408         location. Fixes bug #440754. 
2409
2410 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2411
2412         * configure.ac:
2413         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2414
2415         Fix build with current poppler from cvs head. 
2416
2417 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2418
2419         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2420
2421         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2422         directory exists.
2423
2424 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2425
2426         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2427         * shell/ev-window.c:
2428
2429         Change sidebar ordering. Fixes bug #439939.
2430
2431 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2432
2433         * backend/comics/Makefile.am:
2434         
2435         Fixes build with --without-libgnome.
2436
2437 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2438         
2439         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2440
2441         Update cursor and tooltip on page change and view scroll. Fixes bug
2442         #439217.
2443
2444 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2445
2446         * NEWS:
2447         * configure.ac:
2448         
2449         Update for release 0.9.0
2450
2451 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2452
2453         * backend/djvu/djvu-document-private.h:
2454         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2455         (djvu_document_finalize),
2456         (djvu_document_file_exporter_format_supported),
2457         (djvu_document_file_exporter_begin),
2458         (djvu_document_file_exporter_do_page),
2459         (djvu_document_file_exporter_end),
2460         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2461         
2462         Implemented printing with djvu. Bug #437998.
2463
2464 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * backend/impress/zip.c:
2467         Add missing ulong definition.
2468
2469         * backend/ps/ps-interpreter.c:
2470         Add missing headers.
2471
2472         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2473
2474 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2477
2478         Add missing call to parent class dispose method. 
2479
2480 2007-05-12  Ross Burton  <ross@openedhand.com>
2481
2482         * shell/main.c:
2483         Sync keybindings manually when building without libgnome
2484         (#437925).
2485
2486 2007-05-12  Ross Burton  <ross@openedhand.com>
2487
2488         * shell/ev-window.c:
2489         Respect the screen when opening help (#437866).
2490
2491 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * data/evince-ui.xml:
2494         * shell/ev-application.[ch]: (get_print_settings_from_args),
2495         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2496         (ev_application_open_uri_list):
2497         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2498         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2499         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2500         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2501         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2502         (ev_window_dispose):
2503         * shell/main.c: (arguments_parse):
2504
2505         Add print button in preview mode. Fixes bug #396475. 
2506
2507 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2508
2509         * cut-n-paste/zoom-control/ephy-zoom.h:
2510         
2511         Fixes zoom level factors. See bug #408119 for details.
2512
2513 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2514
2515         * backend/comics/comics-document.c: (comics_regex_quote),
2516         (extract_argv):
2517         
2518         Correctly quote symbols. Fixes crash in the bug
2519         #415370.
2520
2521 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2522
2523         * shell/ev-navigation-action-widget.c:
2524         (ev_navigation_action_widget_init),
2525         (ev_navigation_action_widget_class_init),
2526         (ev_navigation_action_widget_button_press_event):
2527         
2528         Connect to button-press event on correct widget. Fixes
2529         bug #431988
2530
2531 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2532
2533         * shell/ev-application.c: (ev_application_open_window),
2534         (ev_application_add_icon_path_for_screen),
2535         (ev_application_open_uri_at_dest):
2536         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2537         * shell/ev-navigation-action.c: (build_menu):
2538         
2539         Add app-specific icons to our icon theme. Fixes bug
2540         #425508.
2541
2542 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2543
2544         * shell/ev-history.c: (ev_history_class_init),
2545         (ev_history_add_link):
2546         * shell/ev-history.h:
2547         * shell/ev-navigation-action.c:
2548         (ev_navigation_action_history_changed),
2549         (ev_navigation_action_set_history), (build_menu),
2550         (ev_navigation_action_finalize):
2551         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2552         
2553         Make navigation action unsensitive instead of showing
2554         menu with unsensitive word. Fixes bug #417392.
2555
2556 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * shell/ev-application.[ch]: (ev_application_shutdown),
2559         (ev_application_get_print_settings),
2560         (ev_application_set_print_settings):
2561         * shell/ev-window.c:
2562
2563         Remember print settings. Fixes bug #349102. 
2564
2565 2007-05-08  Christian Persch  <chpe@gnome.org>
2566
2567         * configure.ac:
2568         * properties/ev-properties-view.c:
2569
2570         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2571         Bug #382438.
2572
2573 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2574
2575         * configure.ac:
2576         * properties/ev-properties-view.c: (ev_regular_paper_size):
2577
2578         Use gtk+ builtin paper list to identify the document's paper size.
2579         Fixes bug #382438. 
2580
2581 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * configure.ac:
2584
2585         Fix build when compiling with thumbnailer and libgnome support. 
2586
2587 2007-05-04  Ross Burton  <ross@openedhand.com>
2588
2589         * configure.ac:
2590         Add --without-libgnome, check for libgnome and libgnomeui
2591         separately, and add them to the symbols as required.
2592
2593         * libdocument/ev-file-helpers.c:
2594         When building without libgnome, use g_get_user_config_dir instead
2595         of gnome_user_dir_get.
2596
2597         * shell/ev-application.c:
2598         When building without libgnome, don't use session management.
2599
2600         * shell/main.c:
2601         When building without libgnome, don't use GnomeProgram or
2602         initialise the authentication manager.
2603
2604         This fixes #328842.
2605
2606 2007-05-04  Ross Burton  <ross@openedhand.com>
2607
2608         * shell/ev-window.c:
2609         Don't use libgnome to open help, instead call Yelp directly.
2610
2611 2007-05-04  Ross Burton  <ross@openedhand.com>
2612
2613         * shell/ev-sidebar-attachments.c:
2614         Don't use libgnome to lookup icons for MIME types, instead copy
2615         code from GTK+ to do it manually.
2616
2617 2007-05-04  Ross Burton  <ross@openedhand.com>
2618
2619         * configure.ac:
2620         Add libxml to the dependencies for SHELL_CORE (#435818).
2621
2622 2007-05-02  Ross Burton  <ross@openedhand.com>
2623
2624         * configure.ac:
2625         * Makefile.am:
2626         Add --disable-thumbnailer (#434825)
2627
2628 2007-05-02  Ross Burton  <ross@openedhand.com>
2629
2630         * shell/ev-window.c:
2631         Add missing includes, fix indentation.
2632
2633         * shell/main.c:
2634         Fix indentation.
2635
2636 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2637
2638         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2639         ev_application_open_uri_at_dest instead of ev_application_open_uri
2640         preventing new document always being opened in a new window even if there
2641         is an empty window.
2642
2643 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2644
2645         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2646         (egg_recent_view_uimanager_finalize):
2647         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2648         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2649         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2650         (ev_pixbuf_cache_dispose):
2651         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2652         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2653         
2654         Add missing chain to parent class methods. Fixes
2655         bug #433128.
2656
2657 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2658
2659         * data/Makefile.am (update-icon-cache): Updates
2660         gtk-update-icon-cache in uninstall-hook.
2661
2662 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-window.c: (ev_window_setup_document),
2665         (ev_window_set_document), (ev_window_load_job_cb):
2666         * shell/ev-view.c: (setup_caches):
2667         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2668
2669         Start rendering pages before any other jobs. 
2670
2671 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-window.c: (ev_window_stop_fullscreen),
2674         (ev_window_stop_presentation):
2675
2676         Update chrome visibility before window unfullscreen. 
2677
2678 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * data/Makefile.am:
2681         * data/evince-ui.xml:
2682         * shell/ev-stock-icons.[ch]:
2683         * shell/ev-application.[ch]: (ev_application_shutdown),
2684         (ev_application_init), (ev_application_get_toolbars_model):
2685         * shell/ev-window.c: (update_chrome_visibility),
2686         (fullscreen_toolbar_setup_item_properties),
2687         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2688         (ev_window_run_presentation), (ev_window_stop_presentation),
2689         (ev_window_run_preview), (ev_window_screen_changed),
2690         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2691         (ev_window_dispose), (ev_window_init):
2692
2693         Make fullscreen toolbar always visible. Do not use egg toolbars for
2694         fullscreen and preview modes since such toolbars are not editables.
2695         Fixes bugs #300278, #338910 and #316188.  
2696
2697 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2698
2699         * shell/ev-application.c:
2700         * shell/ev-job-queue.c:
2701         * shell/ev-metadata-manager.c:
2702         * shell/ev-stock-icons.c:
2703         * shell/ev-window.c:
2704         * shell/main.c:
2705         
2706         Developers documentation updated.
2707
2708 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2711
2712         Check whether uri is valid before launching it. Fixes bug #427664.
2713
2714 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-window.c:
2717
2718         Change key accelerator for Open a Copy menu entry which is in conflict
2719         with Close. Fixes bug #427321.
2720
2721 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2722
2723         * NEWS:
2724         * configure.ac:
2725         
2726         Update for release 0.8.1
2727
2728 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * shell/ev-window.c: (setup_size_from_metadata):
2731         
2732         Do not make window bigger than screen. Fixes bug 
2733         #388985.
2734
2735 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2738         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2739
2740         Use default resolution when it's not provided by document. Fixes bug
2741         #408762.
2742
2743 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * configure.ac:
2746         * thumbnailer/Makefile.am:
2747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2748         * thumbnailer/evince-thumbnailer.schemas.in:
2749         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2750
2751         Add support for ps, eps and compressed documents thumbnails. Do not
2752         ignore size parameter. 
2753
2754 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2755
2756         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2757         (dvi_document_do_color_special):
2758         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2759
2760         Implement font color specials in the DVI backend. Fixes bug #303651.
2761
2762 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2763
2764         Fixup the previous commit:
2765
2766         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2767         * shell/xdg-user-dir-lookup.c: Make the function non-static
2768         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2769
2770 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2771
2772         * shell/ev-window.c (file_open_dialog_response_cb): Use
2773         the xdg-user-dirs DOCUMENTS folder as default folder when
2774         opening a file chooser.  (#424858)
2775
2776         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2777         xdg-user-dirs.
2778
2779 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * shell/ev-window.c: (ev_window_load_job_cb):
2782
2783         Do not setup view from metadata on preview mode. 
2784
2785 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2786
2787         * shell/main.c:
2788
2789         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2790
2791 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-view.c: (ev_view_primary_get_cb):
2794
2795         Check pointer != NULL before using it. Fixes bug #416841. 
2796
2797 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2798
2799         * NEWS:
2800         * configure.ac:
2801         
2802         Release 0.8.0
2803
2804 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2807
2808         Do not render thumbnails when sidebar thumbnail page is not visible
2809         at startup. Fixes bug #416447. 
2810
2811 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2812
2813         * data/evince.desktop.in.in:
2814
2815         "Application" is not a valid category in the freedesktop specification.
2816
2817 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * libdocument/ev-file-helpers.[ch]: (compression_run),
2820         (ev_file_uncompress), (ev_file_compress):
2821         * shell/ev-window.c: (file_save_dialog_response_cb):
2822
2823         Save document compressed when saving a copy of a compressed document.
2824         Fixes bug #334542.
2825
2826 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2827
2828         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2829
2830         Allow deleting in goto window entry in presentation mode. 
2831
2832 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2833
2834         * Makefile.am: Dist MAINTAINERS.
2835
2836 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * shell/ev-window.c: (ev_window_update_actions):
2839
2840         Fix zoom shortcut keys when searching. Fixes bug #409828.
2841
2842 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * shell/ev-window.c: (ev_window_setup_document):
2845
2846         Fix crash when loading documents with only one page. 
2847
2848 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * backend/dvi/dvi-document.c:
2851         (dvi_document_thumbnails_get_dimensions),
2852         (dvi_document_thumbnails_get_thumbnail):
2853         * backend/impress/impress-document.c:
2854         (impress_document_thumbnails_get_thumbnail),
2855         (impress_document_thumbnails_get_dimensions):
2856         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2857         (ps_document_thumbnails_get_dimensions):
2858         * backend/djvu/djvu-document.c:
2859         (djvu_document_thumbnails_get_dimensions),
2860         (djvu_document_thumbnails_get_thumbnail):
2861         * backend/tiff/tiff-document.c:
2862         (tiff_document_thumbnails_get_thumbnail),
2863         (tiff_document_thumbnails_get_dimensions):
2864         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2865         (pdf_document_thumbnails_get_thumbnail),
2866         (pdf_document_thumbnails_get_dimensions):
2867         * backend/comics/comics-document.c:
2868         (comics_document_thumbnails_get_thumbnail),
2869         (comics_document_thumbnails_get_dimensions):
2870         * backend/pixbuf/pixbuf-document.c:
2871         (pixbuf_document_thumbnails_get_thumbnail),
2872         (pixbuf_document_thumbnails_get_dimensions):
2873         * libdocument/ev-document-thumbnails.[ch]:
2874         (ev_document_thumbnails_get_thumbnail),
2875         (ev_document_thumbnails_get_dimensions):
2876         * libdocument/ev-document-misc.[ch]:
2877         (ev_document_misc_get_thumbnail_frame):
2878         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2879         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2880         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2881         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2882         (ev_sidebar_thumbnails_refresh):
2883         * shell/ev-window.c: (ev_window_setup_document):
2884         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2885
2886         Use an EvRenderContext for rendering thumbnails instead of a suggested
2887         width, so that different sized pages get sized proportionally.
2888
2889 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2890
2891         * shell/ev-view.c: (ev_view_button_press_event),
2892         (ev_view_key_press_event):
2893
2894         Fix critical warnings when there is no document loaded. 
2895
2896 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * shell/ev-page-action-widget.c:
2899         * shell/ev-navigation-action.c:
2900         * shell/ev-window.c:
2901
2902         Fix compile warnings. 
2903
2904 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * backend/djvu/djvu-text.h:
2907         * backend/djvu/djvu-document.c:
2908         * backend/djvu/djvu-text-page.c:
2909         * backend/djvu/djvu-links.c:
2910         * backend/djvu/djvu-text-page.h:
2911         * backend/djvu/djvu-text.c:
2912         
2913         Fix build on Mac. Fixes bug #392186. Patch by
2914         <ephraim_owns@hotmail.com>
2915
2916 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2919
2920         Restore cairo context before rendering every page when printing a PDF
2921         document into a PDF file. 
2922
2923 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * backend/ps/gstypes.h:
2926         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2927         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2928         (ps_document_thumbnails_get_thumbnail):
2929
2930         Handle PostScript page orientation. Fixes bug #318568.
2931
2932 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2933
2934         * backend/ps/Makefile.am:
2935         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2936         (document_load), (ps_document_load), (save_document),
2937         (save_page_list), (ps_document_get_n_pages),
2938         (ps_document_get_page_size), (ps_document_get_info),
2939         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2940         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2941         (ps_document_thumbnails_get_thumbnail),
2942         (ps_document_thumbnails_get_dimensions),
2943         (ps_document_document_thumbnails_iface_init):
2944         * backend/ps/ps.[ch]: (psgetpagebox):
2945         * backend/ps/ps-interpreter.[ch]:
2946
2947         Add support for thumbnails in ps backend. Fixes bug #164755. 
2948
2949 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2950
2951         * NEWS:
2952         * configure.ac:
2953         
2954         Release 0.7.2
2955
2956 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2957
2958         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2959         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2960         (ev_window_dispose):
2961
2962         Use document thumbnail as window icon. Fixes bug #384442.
2963
2964 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2965
2966         * configure.ac:
2967
2968         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2969         duplicated adding application/x-bzpostscript instead. 
2970
2971 2007-02-11  Tom Parker  <palfrey@tevp.net>
2972
2973         * backend/ps/ps-document.c: (document_load):
2974
2975         Check return value of psscan before trying
2976         to use it. Fixes bug #372414.
2977
2978 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2981
2982         Fix invalid free in ev-page-cache. Fixes bug #404745.
2983
2984 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2985
2986         * test/Makefile.am:
2987         * test/test3.py:
2988         
2989         Added reload test case.
2990
2991 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * po/POTFILES.in:
2994         * backend/djvu/djvu-document.c: (djvu_document_load):
2995
2996         Check whether there are missing files in indirect multipage djvu
2997         documents. Fixes bug #361683. 
2998
2999 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * test/Makefile.am:
3002         * test/test-mime.bin:
3003         * test/test3.py:
3004         
3005         Added test for slow mime type
3006
3007 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3008
3009         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3010
3011         Add some checks and call parent_class->finalize. Fixes bug #404745.
3012
3013 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3014
3015         * shell/ev-navigation-action.c: (connect_proxy):
3016         
3017         Fixes dropdown history menu. Thanks a lot Carlos!
3018
3019 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3022
3023         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3024         bug #373715.
3025
3026 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * backend/ps/ps.c: (psscan):
3029
3030         Fix memory leak. 
3031
3032 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3033
3034         * configure.ac:
3035         * libdocument/ev-file-helpers.c: 
3036
3037         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3038
3039 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3040
3041         * configure.ac:
3042         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3043         (ps_interpreter_start), (document_load), (save_document),
3044         (save_page_list):
3045         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3046         * libdocument/ev-document-factory.c:
3047         (ev_document_factory_get_from_mime), (get_document_from_uri),
3048         (free_uncompressed_uri), (ev_document_factory_get_document):
3049         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3050
3051         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3052
3053 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * libdocument/ev-document.h:
3056
3057         Fix typo in function name. 
3058
3059 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3060
3061         * backend/ps/ps-document.c: (ps_interpreter_finished),
3062         (ps_interpreter_start), (ps_interpreter_failed):
3063
3064         Handle ghostscript interpreter crashes. 
3065
3066 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3067
3068         * shell/ev-window.c: (ev_window_open_uri),
3069         (window_configure_event_cb):
3070
3071         Setup window size and position before showing it. Fixes bug #401711.
3072
3073 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3074
3075         * backend/ps/Makefile.am:
3076         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3077         (ps_document_dispose), (ps_document_class_init),
3078         (ps_interpreter_input), (ps_interpreter_output),
3079         (ps_interpreter_error), (setup_interpreter_env),
3080         (ps_interpreter_start), (ps_interpreter_stop),
3081         (ps_interpreter_failed), (ps_interpreter_is_ready),
3082         (check_filecompressed), (document_load), (ps_document_load),
3083         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3084         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3085         (render_page):
3086
3087         Rework ps-document. Code cleanups, remove deprecated code. 
3088
3089 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3090
3091         * shell/ev-view.c: (ev_view_button_press_event):
3092
3093         Do not start an image drag and drop operation when pointer is on 
3094         text, so that we can select text when the whole background is an
3095         image. 
3096
3097 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-window.c: (ev_window_update_actions): 
3100
3101         Disable all zoom related actions during presentation mode. 
3102
3103 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3104
3105         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3106
3107         Do not zoom in or out on presentation mode. Fixes bug #401305.
3108
3109 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-navigation-action.c: (connect_proxy),
3112         (create_menu_item), (ev_navigation_action_class_init):
3113         
3114         Correctly show menu and fix crash when navigaton 
3115         action is out of toolbar visible area.
3116
3117 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3118
3119         * data/Makefile.am:
3120         * data/evince.1:
3121         
3122         Added man file
3123
3124 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * help/reference/* :
3127         * configure.ac:
3128         
3129         Added gtk-doc based documentation for Evince.
3130         Still in initial state but I hope it will
3131         grow.
3132         
3133         * configure.ac:
3134         
3135         Lower dbus requirement to 0.70
3136
3137 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3138
3139         * shell/ev-window.c: (ev_window_add_history):
3140
3141         Fix memory leak. 
3142
3143 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3144
3145         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3146         * shell/ev-view.h:
3147         * shell/ev-window.c: (ev_window_add_history):
3148         
3149         Correctly handle named destination links
3150
3151 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3152
3153         * NOTES:
3154         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3155         * backend/pdf/ev-poppler.cc:
3156         * libdocument/ev-document-links.h:
3157         * libdocument/ev-link.c: (ev_link_get_page):
3158         * libdocument/ev-link.h:
3159         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3160         (ev_history_add_link):
3161         * shell/ev-history.h:
3162         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3163         (new_history_menu_item), (build_menu):
3164         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3165         * shell/ev-sidebar-links.c: (create_loading_model),
3166         (print_section_cb), (ev_sidebar_links_construct),
3167         (fill_page_labels), (update_page_callback_foreach),
3168         (update_page_callback), (job_finished_callback):
3169         * shell/ev-view.c: (ev_view_handle_link):
3170         * shell/ev-window.c: (ev_window_find_chapter),
3171         (ev_window_add_history), (view_handle_link_cb),
3172         (history_changed_cb):
3173         
3174         Implements another history variant
3175
3176 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * shell/ev-window.c: (view_external_link_cb):
3179         * shell/ev-view.c: (ev_view_button_release_event):
3180
3181         Open links in new window when clicking with middle button. 
3182
3183 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3184
3185         * shell/ev-navigation-action.c: (new_history_menu_item):
3186         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3187         * shell/ev-view.c: (ev_view_handle_link):
3188         * shell/ev-window.c:
3189         
3190         Store link before jump, not the destination. For me it 
3191         seems like more natural history behavior.
3192
3193 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3194
3195         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3196         (ev_navigation_action_class_init):
3197         * shell/ev-navigation-action.h:
3198         * shell/ev-page-action.c: (activate_cb):
3199         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3200         (ev_page_cache_set_current_page_history):
3201         * shell/ev-page-cache.h:
3202         * shell/ev-sidebar-thumbnails.c:
3203         (ev_sidebar_tree_selection_changed),
3204         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3205         * shell/ev-view-private.h:
3206         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3207         * shell/ev-view.h:
3208         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3209         (ev_window_setup_document), (ev_window_load_job_cb):
3210         * shell/ev-window.h:
3211         
3212         History finally works as expected.
3213
3214 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3215
3216         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3217
3218         Do not update links treeview if it doesn't have a model assigned yet. 
3219
3220 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3223         (ev_sidebar_links_class_init), (update_page_callback):
3224
3225         Do not update links treeview when sidepane is not visible. 
3226
3227 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3228
3229         * shell/ev-marshal.list:
3230         * shell/ev-page-action.c: (activate_cb),
3231         (ev_page_action_class_init):
3232         * shell/ev-page-action.h:
3233         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3234         * shell/ev-window.c:
3235         
3236         Remove activate_link signal, not required.
3237
3238 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * shell/ev-navigation-action.c: (build_menu):
3241         
3242         Reorder menu items and build menu with fixed length.
3243
3244 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3245
3246         * shell/ev-view.c: (get_selected_text):
3247         
3248         Normalize text to fix ligatures problem. See bug
3249         #341947 for details.
3250
3251 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3254
3255         Fix memory leak in ev-page-cache. 
3256
3257 2007-01-25  Tom Parker <palfrey@tevp.net>
3258
3259         * backend/impress/impress-document.c: (impress_document_load),
3260         (impress_document_finalize), (impress_document_init):
3261         * properties/ev-properties-main.c: (ev_properties_get_pages):
3262         
3263         Correctly handle impress document errors. Fixes nautilus
3264         crash in property page #370491.
3265
3266 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3269         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3270         (ev_job_queue_remove_job):
3271         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3272         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3273         (ev_job_load_run):
3274         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3275         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3276         (ev_window_load_job_cb), (xfer_update_progress_callback),
3277         (ev_window_open_uri), (ev_window_dispose):
3278         * shell/main.c: (main):
3279
3280         Do file transfer asynchronously in the main thread instead of
3281         synchronously in the load thread. Fixes bugs #399694, #398307 and
3282         #343542.
3283
3284 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * shell/ev-jobs.c: (ev_job_xfer_run):
3287
3288         Load the document with the font-config lock held. 
3289
3290 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * backend/ps/ps-document.c: (start_interpreter):
3293
3294         Fix memory leaks in ps backend. 
3295
3296 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * backend/impress/impress-document.c:
3299         (impress_document_render_pixbuf):
3300
3301         Do not acquire fontconfig lock in impress backend, since it is using
3302         the main loop for rendering. 
3303
3304 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3305
3306         * po/POTFILES.in: 
3307
3308         Remove mdvi files that shouldn't be translated. 
3309
3310 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3311
3312         * shell/ev-view-private.h:
3313         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3314         (ev_view_set_zoom):
3315
3316         Render "loading..." text into a cairo surface instead of directly into
3317         the window so that fontconfig lock is only needed once and UI is not
3318         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3319
3320 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3323         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3324
3325         Use icon theme associated with the window screen rather than default. 
3326
3327 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3328
3329         * configure.ac:
3330
3331         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3332
3333 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3334
3335         * data/icons/*/apps/evince.*:
3336
3337         Move Evince icons under new apps directory.
3338
3339         * data/icons/*/actions/*:
3340
3341         Add new custom themeable Evince icons: view-page-continuous, 
3342         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3343         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3344
3345         * configure.ac:
3346
3347         Add new directories to AC_CONFIG_FILES.
3348
3349         * shell/ev-stock-icons.c:
3350         * shell/ev-stock-icons.h:
3351
3352         Use new custom themeable icons.
3353
3354 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3355
3356         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3357
3358         Do not draw white background page in presentation mode. 
3359
3360 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3361
3362         * shell/ev-view.c: Remove unused gnome-vfs include.
3363
3364 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3365
3366         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3367         
3368         Format string is corrected, fixes bug #397129.
3369
3370 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (ev_window_setup_recent):
3373
3374         Do not include in recent menu inexistent documents. Fixes
3375         bug #339171.
3376
3377 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * po/POTFILES.skip: 
3380
3381         Update POTFILES.skip file according to current source tree. 
3382
3383 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-window.c: (file_save_dialog_response_cb):
3386
3387         Do Save a copy in atomic way. Fixes bug #328266. 
3388
3389 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3392
3393         Keep selected cell always visible in index treeview.
3394
3395 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3396         
3397         * shell/ev-view.c: (ev_view_size_allocate):
3398
3399         Restore horizontal scrollbar after switching to/from fullscreen
3400         or presentation mode. Fixes bug #331728.
3401
3402 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * shell/ev-view-private.h:
3405         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3406         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3407         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3408         (ev_view_can_zoom_out):
3409
3410         Use max and min scale values in the view iby taking dpi into account. 
3411
3412 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * configure.ac:
3415         * NEWS:
3416
3417         Release 0.7.1
3418
3419 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-window.c: (ev_window_print_send):
3422
3423         Send print job to printer with some settings set to default values,
3424         since we have already exported to a file according to such settings
3425         and they could be taken twice by some printers. 
3426
3427 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * shell/ev-jobs.c: (ev_job_xfer_run):
3430         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3431
3432         Show main window and load document with the font-config lock held. 
3433
3434 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * configure.ac:
3437         * shell/ev-application.c: (ev_application_register_service):
3438         * shell/main.c: (load_files_remote):
3439
3440         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3441
3442 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3443
3444         * doc/debugging.txt:
3445         
3446         Remove obsolete documentation.
3447
3448 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3449
3450         * Makefile.am:
3451         * backend/Makefile.am:
3452         * backend/comics/Makefile.am:
3453         * backend/djvu/Makefile.am:
3454         * backend/dvi/Makefile.am:
3455         * backend/ev-async-renderer.c:
3456         * backend/ev-async-renderer.h:
3457         * backend/ev-attachment.c:
3458         * backend/ev-attachment.h:
3459         * backend/ev-backend-marshal.c:
3460         * backend/ev-document-factory.c:
3461         * backend/ev-document-factory.h:
3462         * backend/ev-document-find.c:
3463         * backend/ev-document-find.h:
3464         * backend/ev-document-fonts.c:
3465         * backend/ev-document-fonts.h:
3466         * backend/ev-document-images.c:
3467         * backend/ev-document-images.h:
3468         * backend/ev-document-info.h:
3469         * backend/ev-document-links.c:
3470         * backend/ev-document-links.h:
3471         * backend/ev-document-misc.c:
3472         * backend/ev-document-misc.h:
3473         * backend/ev-document-security.c:
3474         * backend/ev-document-security.h:
3475         * backend/ev-document-thumbnails.c:
3476         * backend/ev-document-thumbnails.h:
3477         * backend/ev-document-transition.c:
3478         * backend/ev-document-transition.h:
3479         * backend/ev-document.c:
3480         * backend/ev-document.h:
3481         * backend/ev-file-exporter.c:
3482         * backend/ev-file-exporter.h:
3483         * backend/ev-image.c:
3484         * backend/ev-image.h:
3485         * backend/ev-link-action.c:
3486         * backend/ev-link-action.h:
3487         * backend/ev-link-dest.c:
3488         * backend/ev-link-dest.h:
3489         * backend/ev-link.c:
3490         * backend/ev-link.h:
3491         * backend/ev-render-context.c:
3492         * backend/ev-render-context.h:
3493         * backend/ev-selection.c:
3494         * backend/ev-selection.h:
3495         * backend/impress/Makefile.am:
3496         * backend/pdf/Makefile.am:
3497         * backend/pixbuf/Makefile.am:
3498         * backend/ps/Makefile.am:
3499         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3500         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3501         (start_interpreter), (stop_interpreter), (document_load),
3502         (ps_document_next_page), (render_page):
3503         * backend/tiff/Makefile.am:
3504         * comics/Makefile.am:
3505         * comics/comics-document.c:
3506         * comics/comics-document.h:
3507         * configure.ac:
3508         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3509         * djvu/Makefile.am:
3510         * djvu/djvu-document-private.h:
3511         * djvu/djvu-document.c:
3512         * djvu/djvu-document.h:
3513         * djvu/djvu-links.c:
3514         * djvu/djvu-links.h:
3515         * djvu/djvu-text-page.c:
3516         * djvu/djvu-text-page.h:
3517         * djvu/djvu-text.c:
3518         * djvu/djvu-text.h:
3519         * dvi/Makefile.am:
3520         * dvi/dvi-document.c:
3521         * dvi/dvi-document.h:
3522         * dvi/fonts.c:
3523         * dvi/fonts.h:
3524         * dvi/mdvi-lib/Makefile.am:
3525         * dvi/mdvi-lib/afmparse.c:
3526         * dvi/mdvi-lib/afmparse.h:
3527         * dvi/mdvi-lib/bitmap.c:
3528         * dvi/mdvi-lib/bitmap.h:
3529         * dvi/mdvi-lib/color.c:
3530         * dvi/mdvi-lib/color.h:
3531         * dvi/mdvi-lib/common.c:
3532         * dvi/mdvi-lib/common.h:
3533         * dvi/mdvi-lib/defaults.h:
3534         * dvi/mdvi-lib/dvimisc.c:
3535         * dvi/mdvi-lib/dviopcodes.h:
3536         * dvi/mdvi-lib/dviread.c:
3537         * dvi/mdvi-lib/files.c:
3538         * dvi/mdvi-lib/font.c:
3539         * dvi/mdvi-lib/fontmap.c:
3540         * dvi/mdvi-lib/fontmap.h:
3541         * dvi/mdvi-lib/fontsrch.c:
3542         * dvi/mdvi-lib/gf.c:
3543         * dvi/mdvi-lib/hash.c:
3544         * dvi/mdvi-lib/hash.h:
3545         * dvi/mdvi-lib/list.c:
3546         * dvi/mdvi-lib/mdvi.h:
3547         * dvi/mdvi-lib/pagesel.c:
3548         * dvi/mdvi-lib/paper.c:
3549         * dvi/mdvi-lib/paper.h:
3550         * dvi/mdvi-lib/pk.c:
3551         * dvi/mdvi-lib/private.h:
3552         * dvi/mdvi-lib/setup.c:
3553         * dvi/mdvi-lib/sp-epsf.c:
3554         * dvi/mdvi-lib/special.c:
3555         * dvi/mdvi-lib/sysdeps.h:
3556         * dvi/mdvi-lib/t1.c:
3557         * dvi/mdvi-lib/tfm.c:
3558         * dvi/mdvi-lib/tfmfile.c:
3559         * dvi/mdvi-lib/tt.c:
3560         * dvi/mdvi-lib/util.c:
3561         * dvi/mdvi-lib/vf.c:
3562         * dvi/pixbuf-device.c:
3563         * dvi/pixbuf-device.h:
3564         * impress/Makefile.am:
3565         * impress/common.h:
3566         * impress/document.c:
3567         * impress/f_oasis.c:
3568         * impress/f_oo13.c:
3569         * impress/iksemel.c:
3570         * impress/iksemel.h:
3571         * impress/imposter.h:
3572         * impress/impress-document.c:
3573         * impress/impress-document.h:
3574         * impress/internal.h:
3575         * impress/r_back.c:
3576         * impress/r_draw.c:
3577         * impress/r_geometry.c:
3578         * impress/r_gradient.c:
3579         * impress/r_style.c:
3580         * impress/r_text.c:
3581         * impress/render.c:
3582         * impress/render.h:
3583         * impress/zip.c:
3584         * impress/zip.h:
3585         * lib/Makefile.am:
3586         * lib/ev-debug.c:
3587         * lib/ev-debug.h:
3588         * lib/ev-file-helpers.c:
3589         * lib/ev-file-helpers.h:
3590         * lib/ev-gui.c:
3591         * lib/ev-gui.h:
3592         * lib/ev-tooltip.c:
3593         * lib/ev-tooltip.h:
3594         * libdocument/Makefile.am:
3595         * libdocument/ev-file-helpers.c:
3596         * pdf/Makefile.am:
3597         * pdf/ev-poppler.cc:
3598         * pdf/ev-poppler.h:
3599         * pixbuf/Makefile.am:
3600         * pixbuf/pixbuf-document.c:
3601         * pixbuf/pixbuf-document.h:
3602         * properties/Makefile.am:
3603         * ps/Makefile.am:
3604         * ps/gsdefaults.c:
3605         * ps/gsdefaults.h:
3606         * ps/gsio.c:
3607         * ps/gsio.h:
3608         * ps/gstypes.h:
3609         * ps/ps-document.c:
3610         * ps/ps-document.h:
3611         * ps/ps.c:
3612         * ps/ps.h:
3613         * shell/Makefile.am:
3614         * shell/ev-application.h:
3615         * shell/ev-sidebar-links.c:
3616         * shell/ev-sidebar-links.h:
3617         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3618         (ev_gui_menu_position_tree_selection):
3619         * shell/ev-utils.h:
3620         * shell/ev-view.c: (ev_view_finalize):
3621         * shell/ev-window.c:
3622         * shell/main.c: (main):
3623         * thumbnailer/Makefile.am:
3624         * tiff/Makefile.am:
3625         * tiff/tiff-document.c:
3626         * tiff/tiff-document.h:
3627         * tiff/tiff2ps.c:
3628         * tiff/tiff2ps.h:
3629         
3630         Reorganize source tree.
3631
3632 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * backend/ev-document-factory.c:
3635
3636         Do not include ev-poppler.h when pdf is disabled. 
3637
3638 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3639
3640         * configure.ac:
3641         * data/evince-ui.xml:
3642         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3643         (pdf_document_document_images_iface_init):
3644         * backend/Makefile.am:
3645         * backend/ev-document-images.[ch]:
3646         * backend/ev-image.[ch]:
3647         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3648         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3649         (ev_job_xfer_run):
3650         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3651         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3652         (ev_pixbuf_cache_get_image_mapping):
3653         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3654         (view_menu_popup_cb), (ev_window_dispose),
3655         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3656         (ev_view_popup_cmd_copy_image):
3657         * shell/ev-view-private.h:
3658         * shell/ev-view.c: (ev_view_get_image_at_location),
3659         (ev_view_do_popup_menu), (ev_view_popup_menu),
3660         (ev_view_button_press_event), (ev_view_drag_data_get),
3661         (ev_view_drag_motion), (ev_view_drag_data_received),
3662         (ev_view_motion_notify_event), (ev_view_button_release_event),
3663         (ev_view_finalize), (ev_view_class_init):
3664
3665         Add image handling support. Fixes bugs #310008 and #325047. Images
3666         selection is not supported yet. 
3667
3668 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3669
3670         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3671         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3672         (ev_view_init):
3673
3674         Move view drag and drop stuff to ev-view.
3675
3676 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3679         * shell/ev-view.c: (clear_selection): 
3680
3681         Clear selection also in pixbuf cache.
3682
3683 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3684
3685         * data/evince.desktop.in.in:
3686         
3687         Change icon name in desktop file. See bug #390734
3688         for details.
3689
3690 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3691
3692         * thumbnailer/Makefile.am:
3693
3694         Use top_builddir instead top_srcdir for generated schema
3695         file installation. Fixes bug #390161.
3696
3697 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3698
3699         * configure.ac:
3700         * backend/Makefile.am:
3701         * backend/ev-document-transition.[ch]:
3702         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3703         (pdf_document_page_transition_iface_init):
3704         * shell/ev-view-private.h:
3705         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3706         (ev_view_set_presentation), (transition_next_page),
3707         (ev_view_presentation_transition_stop),
3708         (ev_view_presentation_transition_start), (ev_view_next_page):
3709
3710         Add page transition support in presentation mode. At the moment only
3711         page duration is supported, but not transition effects. Fixes bug
3712         #309815.
3713
3714 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3717
3718         Run find_link_dest with document lock held, since it's called by links
3719         thread and main thread at the same time. 
3720
3721 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/ev-view.c: (goto_dest):
3724
3725         Update page-cache when page is changed by the view, so that
3726         page-changed signal is emitted. 
3727
3728 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * test/test1.py:
3731         * test/test2.py:
3732
3733         Use C locale in tests. 
3734
3735 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-window.c: (ev_window_run_presentation):
3738         * shell/ev-view-private.h:
3739         * shell/ev-view.c: (ev_view_set_presentation):
3740
3741         Restore zoom settings when back from presentation mode. 
3742
3743 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3744
3745         * shell/ev-window.c: (ev_window_run_presentation):
3746
3747         Always use "best fit" zoom in presentation mode.
3748         Fixes bug #389195.
3749
3750 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3751
3752         * shell/ev-view.c: (ev_view_goto_window_create):
3753
3754         Show "Jump to page" label in the page jumping popup in
3755         presentation mode instead of just a GtkEntry.
3756
3757 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * shell/ev-window.c: (launch_external_uri):
3760
3761         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3762         #378085.
3763
3764 2006-12-22  Elijah Newren  <newren gmail com>
3765
3766         * configure.ac: explicitly check for libxml2.  Fixes #388795
3767
3768 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-view-private.h:
3771         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3772         (ev_view_goto_window_delete_event), (key_is_numeric),
3773         (ev_view_goto_window_key_press_event),
3774         (ev_view_goto_window_button_press_event),
3775         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3776         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3777         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3778
3779         Allow jumping to another page by typing a page number in presentation
3780         mode. It uses a popup window with an entry. Fixes bug #353625.
3781
3782 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3783
3784         * configure.ac:
3785         * properties/ev-properties-view.c: (ev_get_default_user_units),
3786         (ev_regular_paper_size):
3787         
3788         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3789         to Damien Carbery <damien.carbery@sun.com> and
3790         Yevgen Muntyan <muntyan@tamu.edu>.
3791
3792 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3793
3794         * shell/ev-window.c: (setup_document_from_metadata):
3795
3796         Make sure Evince doesn't restore the view on the last
3797         page when a document is reopened. Fixes bug #383381.
3798
3799 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3800
3801         * shell/ev-view.c: (draw_loading_text):
3802
3803         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3804
3805 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * configure.ac:
3808         * NEWS:
3809
3810         Release 0.7.0
3811
3812 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3813
3814         * configure.ac:
3815         * pdf/ev-poppler.cc: (pdf_print_context_free),
3816         (pdf_document_file_exporter_begin),
3817         (pdf_document_file_exporter_do_page):
3818
3819         Make cairo-pdf depedency optional. 
3820
3821 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3824
3825         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3826
3827 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3830         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3831         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3832         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3833         * shell/ev-view.c: (draw_loading_text):
3834         * shell/ev-window.c: (ev_window_cmd_file_properties):
3835
3836         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3837         related to using FontConfig from different threads.
3838         
3839 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-view.c: (draw_loading_text):
3842
3843         Acquire lock document when drawing "Loading..." text so that only one
3844         thread will use FontConfig at the same time. Fixes bug #374750.
3845
3846 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3847
3848         * shell/ev-page-action.[ch]: (activate_cb):
3849         * shell/ev-window.c: (activate_label_cb):
3850
3851         Check if text inserted in page entry is a valid page number when it
3852         doesn't match to any document page label. Fixes bug #383165.
3853
3854 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3855         * shell/ev-window.c:
3856
3857         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3858         available with GTK < 2.10. Added an ifdef to avoid compilation
3859         error.
3860
3861 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * configure.ac:
3864         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3865
3866         Fix ps backend in multihead systems.
3867
3868 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3871         * shell/ev-window.c: (ev_window_get_screen_dpi),
3872         (ev_window_update_actions), (setup_view_from_metadata),
3873         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3874
3875         Take screen DPI into account when zooming. Fixes bug #318285.
3876
3877 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3878
3879         * data/Makefile.am:
3880
3881         Cleaned up/slightly refactored Makefile.am. Added GConf
3882         schemas uninstallation as well.
3883
3884 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3885
3886         * Makefile.am:
3887         * test/Makefile.am:
3888
3889         Fight with autotools to fix make check. Make distcheck
3890         works fine as well now!
3891
3892 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3893
3894         * shell/ev-view.c: (draw_end_presentation_page):
3895
3896         Corrected "end of presentation" string.
3897
3898 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3899
3900         * shell/ev-view.c: (ev_view_key_press_event):
3901
3902         Correctly propagate key press event so that up/down keys
3903         work as expected (correct behaviour was broken by
3904         black/white screen key bindings for presentations).
3905
3906 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3907
3908         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3909         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3910         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3911         (pdf_selection_get_selection_region),
3912         (pdf_selection_get_selection_map):
3913
3914         Add "static" to some private functions. 
3915
3916 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3917
3918         * lib/ev-tooltip.h:
3919         * properties/ev-properties-view.h:
3920         * shell/ev-jobs.h:
3921         * shell/ev-properties-dialog.h:
3922         * shell/ev-properties-fonts.h:
3923         * shell/ev-sidebar-links.h:
3924         * shell/ev-sidebar-thumbnails.h:
3925         * shell/ev-sidebar.h:
3926         * shell/ev-window.h:
3927         
3928         Fixes CHACK type in class casts. See bug #385343
3929         for details.
3930
3931 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3932
3933         * shell/ev-view-private.h:
3934         * shell/ev-view.c: (draw_end_presentation_page),
3935         (ev_view_expose_event), (ev_view_key_press_event),
3936         (ev_view_class_init), (ev_view_init):
3937
3938         Blank screen in presentation mode when pressing 'b' (filling with
3939         black) or 'w' (filling with white) keys. Fixes bug #358132.
3940
3941 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3942
3943         * data/evince-toolbar.xml:
3944         * shell/ev-window.c:
3945         
3946         Use stock icon for Select All action. Fixes
3947         bug #382652.
3948
3949 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3950
3951         * shell/ev-view.c: (get_doc_point_from_offset),
3952         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3953
3954         Add links support in rotated documents. Fixes bug #343733.
3955
3956 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3957
3958         * shell/ev-view-private.h:
3959         * shell/ev-view.c: (draw_end_presentation_page),
3960         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3961
3962         Show a blank page after the last page in presentation mode with a
3963         message indicating that presentation has finished and how to exit. 
3964
3965 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3966
3967         * shell/ev-window.c: (fullscreen_timeout_cb):
3968
3969         Hide cursor after a while in presentation mode. 
3970
3971 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3972
3973         * backend/ev-document-info.h:
3974         * data/evince-properties.glade:
3975         * pdf/ev-poppler.cc:
3976         * properties/ev-properties-view.c: (ev_regular_paper_size),
3977         (ev_properties_view_set_info):
3978         * ps/ps-document.c: (ps_document_get_info):
3979
3980         Adds a paper size field to the properties dialog. Fixes
3981         bug #307315. Patch by Kasper Svendsen (with some i18n
3982         changes done by me).
3983
3984 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3987         (screensaver_init_dbus), (totem_scrsaver_new),
3988         (totem_scrsaver_init):
3989         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3990         * shell/ev-application.c: (ev_application_register_service),
3991         (ev_application_screensaver_enable),
3992         (ev_application_screensaver_disable):
3993         * shell/ev-application.h:
3994         * shell/ev-window.c: (ev_window_run_presentation),
3995         (ev_window_stop_presentation), (build_comments_string),
3996         (ev_window_init):
3997         
3998         Move screensaver handling to application. No more
3999         message on startup.
4000
4001 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * configure.ac:
4004         * backend/Makefile.am:
4005         * backend/ev-file-exporter.[ch]:
4006         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4007         * ps/ps-document.c: (ps_document_file_exporter_*):
4008         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4009         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4010         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4011         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4012
4013         Allow printing to PDF when suppoted by the backend.
4014         
4015 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4016
4017         * shell/ev-window.c: (build_comments_string):
4018
4019         Use always "Document Viewer" in about dialog. 
4020
4021 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * djvu/djvu-document.c: (djvu_document_get_page_size):
4024
4025         Display a warning message when get_pageinfo fails. 
4026
4027 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4028
4029         * Makefile.am:
4030         * backend/Makefile.am:
4031         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4032         * configure.ac:
4033         * shell/ev-window.c: (build_comments_string):
4034         
4035         Make pdf compilation optional. See bug #38007.
4036
4037 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * ps/ps.c: (get_next_text):
4040
4041         Fix CVE-2006-5864.
4042
4043 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4046         * shell/ev-navigation-action.c: (connect_proxy),
4047         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4048         
4049         Do not call g_type_class_peek_parent twice.
4050
4051 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * configure.ac:
4054         * data/icons/24x24/.cvsignore:
4055         * data/icons/24x24/Makefile.am:
4056         * data/icons/24x24/evince.png:
4057         * data/icons/Makefile.am:
4058         
4059         Add 24x24 icon. Thanks to 
4060         Michael Monreal <infernux@web.de>.
4061
4062 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4063
4064         * configure.ac: Fix typo in configure.ac. Thanks
4065         to dmacks@netspace.org for notification.
4066
4067 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4070         
4071         Drop dbus include, fixes compilation with older dbus.
4072
4073 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4074
4075         * configure.ac:
4076         * cut-n-paste/Makefile.am:
4077         * cut-n-paste/totem-screensaver/.cvsignore
4078         * cut-n-paste/totem-screensaver/Makefile.am:
4079         * cut-n-paste/totem-screensaver/README:
4080         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4081         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4082         * shell/Makefile.am:
4083         * shell/ev-window.c: (ev_window_run_presentation),
4084         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4085         (ev_window_init):
4086
4087         Implemented screensaver enabling/disabling for
4088         presentation mode (not fullscreen mode). Code stolen
4089         from Totem (with some minor tweaks). Fixes bug #338889.
4090
4091 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4092
4093         * configure.ac:
4094
4095         Bump gnome-icon-theme requirements. We use the rotation
4096         icons that appeared recently.
4097
4098 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4099
4100         * shell/ev-history.c: (ev_history_add_page):
4101         * shell/ev-history.h:
4102         * shell/ev-window.c: (page_changed_cb):
4103         
4104         Use page labels instead of numbers.
4105
4106 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4107
4108         * data/evince-toolbar.xml:
4109         * po/POTFILES.in:
4110         * shell/Makefile.am:
4111         * shell/ev-navigation-action-widget.c:
4112         (ev_navigation_action_widget_init),
4113         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4114         (menu_detacher), (ev_navigation_action_widget_set_menu),
4115         (menu_position_func), (popup_menu_under_arrow),
4116         (ev_navigation_action_widget_toggled),
4117         (ev_navigation_action_widget_button_press_event):
4118         * shell/ev-navigation-action-widget.h:
4119         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4120         (ev_navigation_action_set_window), (activate_menu_item_cb),
4121         (new_history_menu_item), (new_empty_history_menu_item),
4122         (build_menu), (menu_activated_cb), (connect_proxy),
4123         (create_tool_item), (ev_navigation_action_init),
4124         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4125         * shell/ev-navigation-action.h:
4126         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4127         (ev_page_action_widget_set_page_cache),
4128         (ev_page_action_widget_finalize),
4129         (ev_page_action_widget_class_init), (match_selected_cb),
4130         (display_completion_text), (match_completion), (build_new_tree_cb),
4131         (get_filter_model_from_model),
4132         (ev_page_action_widget_update_model):
4133         * shell/ev-page-action-widget.h:
4134         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4135         (connect_proxy):
4136         * shell/ev-page-action.h:
4137         * shell/ev-stock-icons.c:
4138         * shell/ev-stock-icons.h:
4139         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4140         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4141         (register_custom_actions):
4142         * shell/main.c:
4143         
4144         Preliminary history implementation
4145
4146 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4149         (dvi_document_class_init), (dvi_document_init_params):
4150         * dvi/mdvi-lib/font.c: (font_reference):
4151         
4152         Add reference to subfont. Fixes bug #374277.
4153
4154 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4157         (ev_window_cmd_file_open_copy_at_dest):
4158
4159         Fix a race condition when creating symlink. Increase the counter
4160         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4161         Mathias Hasselmann).
4162
4163 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4164
4165         * backend/Makefile.am:
4166         * backend/ev-attachment.c: (ev_attachment_open):
4167         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4168         (ev_tmp_dir), (ev_tmp_filename):
4169         * shell/ev-sidebar-attachments.c:
4170         (ev_sidebar_attachments_drag_data_get):
4171         * shell/ev-window.c: (ev_window_clear_temp_file):
4172
4173         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4174         in ensure_dir_exists. Abort without crashing when we can't create
4175         user's directory.
4176
4177 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4178
4179         * data/evince-ui.xml:
4180         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4181         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4182         (ev_window_cmd_file_open_copy_at_dest),
4183         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4184         (ev_view_popup_cmd_open_link_new_window):
4185
4186         Allow opening a copy of the current document in a new window. Fixes bug
4187         #357472
4188
4189 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4190
4191         * data/evince-toolbar.xml:
4192         
4193         Add rotate right and rotate left to available items for toolbar.
4194         
4195         * data/evince-ui.xml:
4196         * shell/ev-window.c: (ev_window_init):
4197         
4198         Customize toolbar with right click. Fixes bug #372451.
4199
4200 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4201
4202         * shell/ev-window.c: 
4203         
4204         Use "object-rotate-{left,right}" stock icons. Fixes 
4205         bug #373863.
4206
4207 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4210         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4211         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4212         (ev_window_open_uri):
4213         * shell/main.c: (arguments_parse):
4214
4215         Remove temp file created when evince is used by GTK+ in
4216         preview mode. Fixes bug #365282. 
4217
4218 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4221         
4222         Fixes bug #372474 - Side pane disabled when entering 
4223         and leaving fullscreen mode.
4224
4225 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4228         * data/Makefile.am:
4229         * data/evince-preview-toolbar.xml:
4230         * data/evince-toolbar.xml:
4231         * shell/ev-application.c: (ev_application_shutdown),
4232         (ev_application_init), (ev_application_get_toolbars_model):
4233         * shell/ev-application.h:
4234         * shell/ev-window.c: (update_chrome_visibility),
4235         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4236         (ev_window_cmd_edit_toolbar), (ev_window_init):
4237         
4238         Fixes bug #364364 - toolbar editor shows zoom actions again.
4239
4240 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4241
4242         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4243
4244         Do not take margins into consideration for paper size when printing.
4245         Really fixes bug #350491.
4246
4247 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * data/evince-ui.xml:
4250         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4251         (ev_window_cmd_file_print_setup),
4252         (ev_window_print_dialog_response_cb),
4253         (ev_window_setup_action_sensitivity):
4254
4255         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4256
4257 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * shell/ev-window.c: (ev_window_print_range):
4260
4261         Revert my previuos commit, since printing to PDF is not supported by
4262         evince yet. 
4263
4264 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-window.c: (ev_window_print_range):
4267
4268         Enable print to a PDF. Fixes bug #332121.
4269
4270 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * shell/ev-application-service.xml:
4273         * shell/ev-application.[ch]: (ev_application_open_window),
4274         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4275         (ev_application_open_uri), (ev_application_open_uri_list):
4276         * shell/ev-window.c: (file_open_dialog_response_cb),
4277         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4278         (drag_data_received_cb), (open_remote_link):
4279         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4280
4281         Add support for multiscreen systems. Fixes bug #316206.
4282
4283 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * shell/ev-jobs.[ch]: (ev_job_print_new),
4286         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4287         (ev_job_print_do_page):
4288         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4289
4290         Allow printing only odd/even pages. Fixes bug #367289.
4291
4292 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4293
4294         * test/test1.py:
4295         * test/test2.py:
4296
4297         Re-add locale settings to test files.
4298
4299 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4300
4301         * data/evince-ui.xml:
4302         * shell/ev-window.c: (set_action_properties):
4303         
4304         Removed garbage from code and ui.
4305
4306 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4307
4308         * shell/ev-window.c: (ev_window_cmd_help_about):
4309
4310         Shamelessly add my name to the list of contributors.
4311
4312 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4313
4314         * test/test1.py:
4315         * test/test2.py:
4316
4317         Cleaned up the dogtail scripts.
4318
4319 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4320
4321         * shell/ev-view.c: (draw_loading_text): Don't render
4322         "loading..." text in presentation mode. Temporary
4323         workaround for bug #320352.
4324
4325 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4326
4327         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4328         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4329
4330         Use print settings scale, copies, collate and reverse which were
4331         ignored. Fixes bug #359032.
4332
4333 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4334
4335         * configure.ac:
4336         * data/evince-password.glade:
4337         * test/Makefile.am:
4338         * test/test-encrypt.pdf:
4339         * test/test-links.pdf:
4340         * test/test1.py:
4341         * test/test2.py:
4342
4343         Add automated UI tests for evince with dogtail. See
4344         bug #300948.    
4345
4346 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4347
4348         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4349
4350         Hide fullscreen toolbar when switching to another desktop workspace.
4351         Fixes bug #338871
4352
4353 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4354
4355         * shell/ev-window-title.c: 
4356         
4357         Test for .dvi in title of pdf documents.
4358
4359 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4360
4361         * shell/ev-view.c: (ev_view_scroll):
4362
4363         Page Up/Down should do page jumps in "Best fit" mode.
4364         If a user has explicitly chosen to view exactly one page
4365         at a time, scrolling just a part of the page when
4366         pressing Page Up/Down is not right. Fixes bug #323107.
4367
4368 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4369
4370         * NEWS:
4371         * configure.ac:
4372         
4373         Update for 0.6.1
4374
4375 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4376
4377         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4378         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4379         
4380         Correctly disconnect from job signals on destroy.
4381
4382 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4383
4384         * shell/ev-view-private.h:
4385         * shell/ev-view.c: (view_set_adjustment_values),
4386         (view_update_range_and_current_page),
4387         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4388         
4389         Fixes bug #343199, current page now follows find page.
4390
4391 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4392
4393         * backend/ev-document-factory.c:
4394         * configure.ac:
4395         Assigned OpenDocument presenation MIME type to the
4396         Impress backend. Added some missing (but harmless)
4397         #ifdefs in the document factory as well to make things
4398         consistent again. Fixes bug #360658.
4399
4400 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4401
4402         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4403         * backend/ev-document-find.c: (ev_document_find_get_type):
4404         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4405         * backend/ev-document-links.c: (ev_document_links_get_type):
4406         * backend/ev-document-security.c: (ev_document_security_get_type):
4407         * backend/ev-document-thumbnails.c:
4408         (ev_document_thumbnails_get_type):
4409         * backend/ev-document.c: (ev_document_get_type):
4410         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4411         * backend/ev-selection.c: (ev_selection_get_type):
4412         * cut-n-paste/recent-files/egg-recent-model.c:
4413         (egg_recent_model_get_type):
4414         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4415         (egg_recent_view_uimanager_get_type):
4416         * cut-n-paste/recent-files/egg-recent-view.c:
4417         (egg_recent_view_get_type):
4418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4419         (egg_editable_toolbar_get_type):
4420         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4421         (egg_toolbar_editor_get_type):
4422         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4423         (egg_toolbars_model_get_type):
4424         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4425         (egg_tree_multi_drag_source_get_type):
4426         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4427         (ephy_zoom_action_get_type):
4428         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4429         (ephy_zoom_control_get_type):
4430         * impress/r_back.c: (_imp_fill_back):
4431         * properties/ev-properties-main.c:
4432         (ev_properties_plugin_register_type):
4433         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4434         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4435         (ev_view_accessible_factory_get_type):
4436
4437         Reduce relocations. Bug #360616.
4438
4439 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * backend/ev-document-factory.c:
4442         (ev_document_factory_get_document):
4443         
4444         Load document even if extension is wrong.
4445
4446 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * shell/ev-metadata-manager.c: (save_values):
4449         * shell/ev-window.c: (setup_size_from_metadata),
4450         (setup_view_from_metadata), (ev_window_setup_document),
4451         (ev_window_xfer_job_cb), (window_configure_event_cb):
4452         
4453         Set size according to the document size/page size ratio.
4454         That should correct rather wierd behaviour of the previous
4455         commit.
4456
4457 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4458
4459         * shell/ev-window.c: (setup_view_from_metadata):
4460         
4461         Set size for new windows from previous window size.
4462         See bugs #354968 and #168450 for details. Thanks
4463         to Meik Hellmund.
4464
4465 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4466
4467         * djvu/djvu-links.c: (build_tree):
4468
4469         Fix memory leak.
4470
4471 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4474         
4475         Don't make sidebar close button insensitive. Fixes
4476         bug #357871.
4477
4478 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4479
4480         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4481         (ev_window_set_view_accels_sensitivity):
4482         
4483         Don't enable Slash on documents which don't support
4484         find. Fixes bug #358648.
4485
4486 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4487
4488         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4489         open dialog fall back to the current document uri if the
4490         filechooser hasn't been used before. Fixes bug #356980.
4491
4492 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4493
4494         * shell/ev-window.c: (ev_window_setup_recent), 
4495         (ev_window_get_recent_file_label):
4496
4497         Escape underscores in filenames of recent file items.
4498
4499 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4500
4501         * configure.ac:
4502         
4503         Bumped poppler requirements, really 0.5.3 is very 
4504         buggy, now we require 0.5.4.
4505
4506 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * djvu/Makefile.am:
4509         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4510         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4511         (djvu_document_document_links_iface_init):
4512         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4513         (number_from_string_10), (get_djvu_link_dest),
4514         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4515         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4516         (djvu_links_get_links), (djvu_links_find_link_dest),
4517         (djvu_links_get_links_model):
4518         * djvu/djvu-links.h:
4519         
4520         Add support for links and bookmarks in djvu documents. Thanks
4521         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4522         patch.
4523
4524 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4525
4526         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4527         
4528         Reopen should reload document. Fixes 
4529         bug 327951.
4530
4531 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4532
4533         * configure.ac:
4534         * data/Makefile.am:
4535         * data/evince-16.png:
4536         * data/evince-22.png:
4537         * data/evince.png:
4538         * data/evince.svg:
4539         * data/icons/16x16/Makefile.am:
4540         * data/icons/16x16/evince.png:
4541         * data/icons/22x22/Makefile.am:
4542         * data/icons/22x22/evince.png:
4543         * data/icons/48x48/Makefile.am:
4544         * data/icons/48x48/evince.png:
4545         * data/icons/Makefile.am:
4546         * data/icons/scalable/Makefile.am:
4547         * data/icons/scalable/evince.svg:
4548         
4549         Install icons with correct names. Fixes
4550         bug #354429.
4551
4552 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4553
4554         * shell/ev-view.c: (ev_view_button_release_event):
4555
4556         Don't open links with middle mouse button. Fixes bug #353649
4557
4558 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * NEWS:
4561         * configure.ac:
4562         
4563         Update for release 0.6.0
4564
4565 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4566
4567         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4568         Implement Close named action. Patch by Carlos Garcia Campos.
4569
4570 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4573         
4574         Don't clear link mapping on copy_job_to_job_info. Fixes
4575         bug 346168.
4576
4577 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * shell/main.c: (main):
4580
4581         Revert my previous commit, gnome_program_init owns the option context.
4582         Fix another memory leak in main. Both caught by Christian Persch. 
4583
4584 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4585
4586         * shell/main.c: (main):
4587
4588         Fix memory leak.
4589
4590 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4591
4592         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4593
4594         Fix crash when opening a pdf with password protection. 
4595
4596 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * pdf/ev-poppler.cc: (pdf_document_search_free):
4599
4600         Fix memory leak. 
4601
4602 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * backend/ev-document-factory.c:
4605         (ev_document_factory_get_document):
4606         * tiff/tiff-document.c: (tiff_document_finalize):
4607         
4608         More correct handling of document loading. Fixes
4609         bug #349043.
4610
4611 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4612
4613         * backend/ev-attachment.c: (ev_attachment_save):
4614
4615         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4616         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4617
4618 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4619         
4620         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4621         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4622
4623 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * shell/ev-sidebar-thumbnails.c:
4626
4627         Do not render thumbnails unless thumbnails page is active in the
4628         sidebar.
4629
4630 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4631
4632         * shell/ev-properties-dialog.c:
4633
4634         Fix dialogue spacing. Bug #351370.
4635
4636 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4637
4638         * configure.ac:
4639
4640         Use lowercase gettext catalog file names (evince.mo
4641         instead of Evince.mo)
4642
4643 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * shell/ev-sidebar-attachments.c:
4646
4647         GtkIconTheme is now screen safe too. Fixes bug #350878
4648
4649 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-window.c:
4652
4653         GtkRecent manager is now screen safe. Fixes bug #350145
4654
4655 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4656
4657         * shell/ev-sidebar.c: (ev_sidebar_init):
4658         
4659         Make sidebar close icon smaller. Fix for bug 350177.
4660         See also bugs 350176 and 165770.
4661
4662 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4665
4666         Ignore zoom for xyz destinations when it's <= 1, keeping user
4667         preferences instead. Set correct sizing-mode for fith and fitv
4668         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4669
4670 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * NEWS:
4673         * configure.ac:
4674         
4675         Update for release 0.5.5
4676
4677 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4678         
4679         * shell/ev-window.c: (ev_window_cmd_escape)
4680
4681         Escape unfocus page entry. Fixes bug #345809.
4682
4683 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4684
4685         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4686         (build_tree), (pdf_document_links_get_links),
4687         (pdf_document_links_find_link_dest):
4688         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4689         (goto_xyz_dest):
4690
4691         Convert from PDF style coordinates to X style coordinates in the
4692         backend rather than in the view. Fixes bug #338440
4693
4694 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * shell/ev-window.c:
4697         
4698         Remove Ctrl+Shift+T shortcut for toolbars. See
4699         the bug #350098.
4700
4701 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * configure.ac:
4704
4705         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4706         of this. 
4707
4708 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4709
4710         * configure.ac:
4711         * cut-n-paste/Makefile.am:
4712         * data/evince-ui.xml:
4713         * shell/Makefile.am:
4714         * shell/ev-application.[ch]:
4715         * shell/ev-window.c:
4716
4717         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4718         #349273
4719
4720 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4721
4722         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4723         findbar code: s/help/search/
4724
4725 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4726
4727         * shell/ev-window.c: (setup_document_from_metadata),
4728         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4729         (setup_view_from_metadata):
4730         
4731         Fix memory leaks.
4732
4733 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4734
4735         * autogen.sh, configure.ac: 
4736         
4737         Update automake usage. See bug 349292.
4738
4739 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4740
4741         * shell/eggfindbar.c: (egg_find_bar_class_init),
4742         (entry_activate_callback), (egg_find_bar_init),
4743         (egg_find_bar_set_status_text):
4744         * shell/eggfindbar.h:
4745         
4746         Unify Evince findbar with Epiphany. Nice patch
4747         from Fabricio Silva <silva@crans.org> and
4748         Frederic Peters <fpeters@entrouvert.com>. See
4749         bug #339966 for details.
4750
4751 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * data/evince.desktop.in.in:
4754         
4755         Correct information for bugzilla. Thanks to
4756         Olaf Vitters, see bug #348855.
4757
4758 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4759
4760         * shell/ev-jobs.[ch]:
4761         * shell/ev-sidebar-links.c:
4762         * shell/ev-window.[ch]:
4763
4764         GtkPrintJob doesn't support print ranges or current page, so we export
4765         to a ps file now when printing ranges or current page.
4766
4767 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4768
4769         * pdf/ev-poppler.cc:
4770         * shell/ev-window.c: (do_action_named):
4771
4772         We should be more clear about bugzilla. See the
4773         poppler bug #7623.
4774
4775 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4776
4777         * configure.ac:
4778         * shell/Makefile.am:
4779         * shell/ev-job-queue.c:
4780         * shell/ev-jobs.[ch]:
4781         * shell/ev-sidebar-links.c:
4782         * shell/ev-window.[ch]:
4783         
4784         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4785         #348422
4786
4787 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4790         * shell/ev-application-service.xml:
4791         * shell/ev-application.[ch]:
4792         * shell/ev-jobs.[ch]:
4793         * shell/ev-window.[ch]: (ev_window_run_preview):
4794         * shell/main.c: 
4795
4796         Add preview mode to use evince as a printing previewer. It also adds
4797         other command line options for fullscreen and presentation modes.
4798         Fixes bugs #347822, #317031
4799
4800 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * NEWS:
4803         * configure.ac:
4804         
4805         Update for release 0.5.4
4806
4807 2006-07-11  Bastien Nocera <hadess@hadess.net>
4808
4809         * Makefile.am:
4810         * backend/Makefile.am:
4811         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4812         * backend/ev-document-factory.h:
4813         * configure.ac:
4814         * impress/.cvsignore:
4815         * impress/Makefile.am:
4816         * impress/common.h:
4817         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4818         (imp_get_page), (imp_next_page), (imp_prev_page),
4819         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4820         * impress/f_oasis.c: (render_object), (render_page),
4821         (get_geometry), (_imp_oasis_load):
4822         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4823         (_imp_oo13_load):
4824         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4825         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4826         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4827         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4828         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4829         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4830         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4831         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4832         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4833         (iks_new_within), (iks_insert), (iks_insert_cdata),
4834         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4835         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4836         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4837         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4838         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4839         (iks_cdata), (iks_cdata_size), (iks_has_children),
4840         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4841         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4842         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4843         (iks_tree), (iks_load), (iks_save):
4844         * impress/iksemel.h:
4845         * impress/imposter.h:
4846         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4847         (imp_render_draw_bezier_real), (imp_render_get_size),
4848         (imp_render_set_fg_color), (imp_render_draw_line),
4849         (imp_render_draw_rect), (imp_render_draw_polygon),
4850         (imp_render_draw_arc), (imp_render_draw_bezier),
4851         (imp_render_open_image), (imp_render_get_image_size),
4852         (imp_render_scale_image), (imp_render_draw_image),
4853         (imp_render_close_image), (imp_render_markup),
4854         (imp_render_get_text_size), (imp_render_draw_text),
4855         (impress_document_load), (impress_document_save),
4856         (impress_document_get_n_pages), (impress_document_get_page_size),
4857         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4858         (impress_document_finalize), (impress_document_class_init),
4859         (impress_document_can_get_text), (impress_document_get_info),
4860         (impress_document_document_iface_init),
4861         (impress_document_thumbnails_get_thumbnail),
4862         (impress_document_thumbnails_get_dimensions),
4863         (impress_document_document_thumbnails_iface_init),
4864         (impress_document_init):
4865         * impress/impress-document.h:
4866         * impress/internal.h:
4867         * impress/r_back.c: (_imp_fill_back):
4868         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4869         (_imp_draw_image), (_imp_tile_image):
4870         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4871         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4872         (r_polyline):
4873         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4874         (r_draw_gradient_complex), (r_draw_gradient):
4875         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4876         (r_get_bullet):
4877         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4878         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4879         (r_text):
4880         * impress/render.c: (imp_create_context), (imp_context_set_page),
4881         (imp_context_set_step), (imp_render), (imp_delete_context):
4882         * impress/render.h:
4883         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4884         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4885         (zip_load_xml), (zip_get_size), (zip_load):
4886         * impress/zip.h:
4887         * shell/ev-utils.c:
4888         
4889         New backend to support impress slides. Fixes bug #30867.
4890
4891 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4892
4893         * shell/ev-utils.c: (using_postscript_printer):
4894         
4895         Fixes crash when print using PAPI backend,
4896         bug #345012.
4897
4898 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4899
4900         * shell/ev-jobs.c: (ev_job_xfer_run):
4901         * shell/ev-window.c: (password_dialog_response),
4902         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4903         (ev_window_dispose):
4904         Fixes bug #344160: if the xfer job doesn't complete
4905         because a password is required, reload the existing
4906         instance instead of creating a new one.
4907
4908 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4909
4910         * shell/main.c: (main): Call gdk_threads_init. Thus
4911         we'll avoid errors in auth dialog. Fix for the bug
4912         #343347.
4913
4914 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4915
4916         * configure.ac: Advertise pixbuf support, fix
4917         for the bug 343317.
4918
4919 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4920
4921         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4922         (ev_sidebar_thumbnails_set_document):
4923         
4924         Update sidebar thumbnails after reloading.
4925
4926 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4927
4928         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4929         * shell/ev-jobs.h:
4930         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4931         (ev_window_cmd_view_reload), (ev_window_init):
4932         
4933         Don't crash on reload. Fix for the bug #343167.
4934
4935 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4936
4937         * shell/ev-jobs.c: (ev_job_render_run):
4938         
4939         Check for document links.
4940
4941 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * backend/ev-attachment.c: (ev_attachment_save),
4944         (ev_attachment_launch_app), (ev_attachment_open):
4945         * backend/ev-document-factory.c: (get_document_from_uri):
4946         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4947         (egg_recent_view_uimanager_set_list):
4948         * ps/ps-document.c: (check_filecompressed), (document_load),
4949         (ps_document_load):
4950         * shell/ev-metadata-manager.c: (load_values):
4951         * shell/ev-password.c: (ev_password_dialog_set_property):
4952         * shell/ev-view.c: (tip_from_link):
4953         * shell/ev-window.c: (file_save_dialog_response_cb),
4954         (ev_window_print_dialog_response_cb):
4955         
4956         Use consistent quoting style. Fix for the bug #320285.
4957
4958 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-jobs.c: (ev_job_xfer_run):
4961         * shell/main.c: (load_files):
4962                 
4963         Open links with anchors. Fix for the bug #339836.
4964
4965 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4968         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4969         (ev_link_dest_set_property), (ev_link_dest_finalize),
4970         (ev_link_dest_class_init), (ev_link_dest_new_named),
4971         (ev_link_dest_new_page_label):
4972         * backend/ev-link-dest.h:
4973         * shell/ev-application.c: (ev_application_open_uri):
4974         * shell/ev-view.c: (goto_dest):
4975         * shell/ev-window.c:
4976         * shell/ev-window.h:
4977         
4978         Fix page-label command line option. Bug #342070.
4979
4980 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4981
4982         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4983         
4984         Don't show highlight rects if page can't be showed. Fix for 
4985         the bug #342076
4986
4987 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4988
4989         * shell/ev-window.c: (setup_sidebar_from_metadata),
4990         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4991         
4992         Setup sidebar from metadata even if there is no document
4993         loaded. Fix for the bug #342807.
4994
4995 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * cut-n-paste/toolbar-editor/Makefile.am:
4998         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4999         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5000         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5001         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5002         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5003         (popup_context_menu_cb), (button_press_event_cb),
5004         (configure_item_sensitivity), (configure_item_cursor),
5005         (configure_item_tooltip), (connect_widget_signals),
5006         (action_sensitive_cb), (create_item_from_action),
5007         (create_item_from_position), (toolbar_drag_data_received_cb),
5008         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5009         (toolbar_drag_leave_cb), (configure_drag_dest),
5010         (toggled_visibility_cb), (toolbar_visibility_refresh),
5011         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5012         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5013         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5014         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5015         (egg_editable_toolbar_dispose),
5016         (egg_editable_toolbar_set_ui_manager),
5017         (egg_editable_toolbar_get_selected),
5018         (egg_editable_toolbar_set_selected), (set_edit_mode),
5019         (egg_editable_toolbar_set_property),
5020         (egg_editable_toolbar_get_property),
5021         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5022         (egg_editable_toolbar_new_with_model),
5023         (egg_editable_toolbar_get_edit_mode),
5024         (egg_editable_toolbar_set_edit_mode),
5025         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5026         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5027         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5028         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5029         (item_added_or_removed_cb), (toolbar_removed_cb),
5030         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5031         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5032         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5033         (editor_create_item_from_name), (append_table),
5034         (update_editor_sheet), (egg_toolbar_editor_init):
5035         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5036         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5037         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5038         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5039         (toolbar_node_free), (egg_toolbars_model_get_flags),
5040         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5041         (egg_toolbars_model_get_name), (impl_add_item),
5042         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5043         (parse_data_list), (parse_item_list), (parse_toolbars),
5044         (egg_toolbars_model_load_toolbars), (parse_available_list),
5045         (parse_names), (egg_toolbars_model_load_names),
5046         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5047         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5048         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5049         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5050         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5051         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5052         (egg_toolbars_model_set_types), (fill_avail_array),
5053         (egg_toolbars_model_get_name_avail),
5054         (egg_toolbars_model_get_name_flags),
5055         (egg_toolbars_model_set_name_flags):
5056         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5057         * cut-n-paste/toolbar-editor/eggintl.h:
5058         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5059         (egg_tree_multi_drag_source_get_type),
5060         (egg_tree_multi_drag_source_row_draggable),
5061         (egg_tree_multi_drag_source_drag_data_delete),
5062         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5063         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5064         (path_list_free), (set_context_data), (get_context_data),
5065         (get_info), (egg_tree_multi_drag_drag_data_get),
5066         (egg_tree_multi_drag_motion_event),
5067         (egg_tree_multi_drag_button_press_event),
5068         (egg_tree_multi_drag_add_drag_support):
5069         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5070         * shell/ev-application.c: (ev_application_init),
5071         (ev_application_save_toolbars_model):
5072         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5073         (ev_window_cmd_edit_toolbar), (ev_window_init):
5074         
5075         Sync toolbareditor with epiphany and libegg
5076
5077 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5078
5079         * configure.ac: 
5080
5081         Depend on poppler 0.5.2
5082
5083 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5084
5085         * shell/ev-jobs.c: (ev_job_render_run):
5086         
5087         Check if document supports links iterface.
5088
5089 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * NEWS:
5092         * configure.ac:
5093         
5094         Update for release 0.5.3
5095
5096 2006-05-13  Michael Plump  <plumpy@skylab.org>
5097
5098         * configure.ac:
5099         * shell/Makefile.am:
5100         * shell/main.c: (main):
5101         
5102         Port to GOption command line parsing. Fix for the 
5103         bug #327518
5104
5105 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * shell/ev-window.c: (ev_window_cmd_help_about):
5108         
5109         Do not wrap license. Fix for the bug #309460.
5110
5111 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5112
5113         * configure.ac:
5114         * properties/ev-properties-main.c: (ev_properties_get_pages):
5115         * shell/ev-application.c: (ev_application_open_window),
5116         (ev_application_open_uri_at_dest):
5117         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5118         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5119         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5120         * shell/ev-utils.c: (save_print_config_to_file):
5121         * shell/ev-window.c: (ev_window_cmd_save_as),
5122         (ev_attachment_popup_cmd_save_attachment_as):
5123         * shell/main.c: (load_files_remote):
5124         
5125         Bump requirements to gtk 2.8 and drop all ifdefs used.
5126
5127 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5130         * shell/ev-window.c: (ev_window_init):
5131         
5132         Show attachments page.
5133
5134 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5135
5136         * po/POTFILES.in:
5137         * shell/ev-attachment-bar.c:
5138         * shell/ev-attachment-bar.h:
5139         * shell/ev-sidebar-attachments.c:
5140         (ev_sidebar_attachments_icon_cache_add),
5141         (icon_theme_get_pixbuf_from_mime_type),
5142         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5143         (ev_sidebar_attachments_icon_cache_refresh),
5144         (ev_sidebar_attachments_get_attachment_at_pos),
5145         (ev_sidebar_attachments_popup_menu_show),
5146         (ev_sidebar_attachments_popup_menu),
5147         (ev_sidebar_attachments_button_press),
5148         (ev_sidebar_attachments_update_icons),
5149         (ev_sidebar_attachments_drag_data_get),
5150         (ev_sidebar_attachments_get_property),
5151         (ev_sidebar_attachments_destroy),
5152         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5153         (ev_sidebar_attachments_new),
5154         (ev_sidebar_attachments_set_document),
5155         (ev_sidebar_attachments_support_document),
5156         (ev_sidebar_attachments_get_label),
5157         (ev_sidebar_attachments_page_iface_init):
5158         * shell/ev-sidebar-attachments.h:
5159         * shell/ev-window.c: (update_chrome_visibility),
5160         (setup_sidebar_from_metadata), (ev_window_setup_document),
5161         (ev_window_sidebar_current_page_changed_cb),
5162         (attachment_bar_menu_popup_cb), (ev_window_init):
5163         
5164         Move attachments bar to sidebar.
5165
5166 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5167
5168         * pdf/ev-poppler.cc:
5169         * shell/ev-application.[ch]:
5170         * shell/main.c:
5171
5172         Fix some memory leaks.
5173
5174 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5175
5176         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5177
5178         Change the properties dialog response to
5179         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5180         will make the dialog go away when the user presses
5181         enter. With gtk+ >= 2.9 this will happen anyway, but for
5182         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5183         escape by default. Fixes bug #340539. See also bug
5184         #101293 for the gtk+ part.
5185
5186 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5187
5188         * shell/ev-view.c (tip_from_action_named): Replace some strings
5189         that were wrong. Closes #340970.
5190
5191 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5192
5193         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5194
5195         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5196         #341049
5197
5198 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * djvu/Makefile.am:
5201         * dvi/Makefile.am:
5202         * dvi/mdvi-lib/Makefile.am:
5203         * properties/Makefile.am:
5204         * ps/Makefile.am:
5205         * shell/Makefile.am:
5206         * thumbnailer/Makefile.am:
5207         
5208         Due to broken libtool that is unable to track dependencies
5209         of noinst libraries we are forced to explicitely point
5210         libraries for binary. Fix for the bug #333334.
5211
5212 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * data/evince.desktop.in.in:
5215         * shell/ev-view.c: (view_update_range_and_current_page),
5216         (ev_view_next_page), (ev_view_previous_page):
5217         * shell/ev-window.c: (update_chrome_visibility),
5218         (setup_sidebar_from_metadata), (ev_window_setup_document),
5219         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5220         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5221         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5222         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5223         (ev_window_stop_presentation), (ev_window_focus_in_event),
5224         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5225         (ev_window_init):
5226         * thumbnailer/Makefile.am:
5227         
5228         Update fullscreen and presentation timeout handling. Hide
5229         cursor in presentation after timeout. Fix for the bugs
5230         #136359 and #336981.
5231
5232 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * backend/ev-link-action.[ch]:
5235         * pdf/ev-poppler.cc: (ev_link_from_action):
5236         * shell/ev-view-private.h:
5237         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5238         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5239
5240         Add support for Named Action links
5241
5242 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5243
5244         * backend/Makefile.am:
5245         * backend/ev-document-links.[ch]:
5246         * backend/ev-document.[ch]:
5247         * backend/ev-link-action.[ch]:
5248         * backend/ev-link-dest.[ch]:
5249         * backend/ev-link.[ch]:
5250         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5251         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5252         * shell/ev-page-action.c: (build_new_tree_cb):
5253         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5254         (links_page_num_func), (update_page_callback):
5255         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5256         (tip_from_link):
5257         * shell/ev-jobs.c:
5258         * shell/ev-window.[ch]: (ev_window_open_uri),
5259         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5260         * shell/ev-application.[ch]: (ev_application_open_window),
5261         (ev_application_open_uri):
5262
5263         Rework links system, it adds support for remote links now and it makes
5264         easier to add new kinds of actions and destinations. Fixes bug #317292
5265
5266 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * data/Makefile.am:
5269         * data/evince.png:
5270         * data/evince-16.png:
5271         * data/evince-22.png:
5272         * data/evince.svg:
5273         * shell/main.c: (main):
5274         
5275         Evince use it's own icon. Fix for the bug #313392.
5276
5277         * shell/ev-window.c: (fullscreen_timeout_cb),
5278         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5279         (ev_window_cmd_help_about), (ev_window_dispose):
5280         
5281         Simplify fullscreen timeout code.
5282
5283 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5284
5285         * backend/ev-attachment.c: 
5286         * shell/ev-attachment-bar.c:
5287         * shell/ev-window.c:
5288
5289         Allow multiple selection of attachments
5290
5291 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5292
5293         * shell/ev-view.c: (view_update_range_and_current_page),
5294         (ev_view_scroll):
5295         
5296         Fix for the bug #312573 – Optimal selection of current 
5297         page among visible pages.
5298
5299 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * configure.ac:
5302         * djvu/Makefile.am:
5303         * djvu/djvu-text.h:
5304         
5305         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5306         for the bug 339868.
5307
5308 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5309
5310         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5311
5312 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5313
5314         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5315         dictated by the GNOME HIG. Fixes bug #339235.
5316
5317 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5318
5319         * data/evince-ui.xml:
5320         * shell/ev-view.c: (ev_view_can_find_previous):
5321         * shell/ev-view.h:
5322         * shell/ev-window.c: (ev_window_update_actions),
5323         (ev_window_cmd_edit_find_previous):
5324
5325         Add support for "Find Previous" as dictated by the GNOME HIG. A
5326         menu item is added and some glue code to make it all work is added
5327         to various files.
5328
5329 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5330
5331         * configure.ac: Award myself the "useless use of cat" award.
5332
5333 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5334
5335         * po/LINGUAS: New file listing all supported languages.
5336
5337         * configure.in: Use po/LINGUAS instead of including all languages
5338         directly in this file. See the wiki for more information:
5339         http://live.gnome.org/GnomeGoals/PoLinguas
5340
5341 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * backend/ev-document-factory.c:
5344
5345         Do not load the document twice when there isn't errors
5346
5347 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * backend/ev-attachment.c: 
5350
5351         Fix a crash when there isn't a default application to open an
5352         attachment
5353
5354 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5355
5356         * backend/ev-attachment.[ch]:
5357         * shell/ev-attachment-bar.[ch]:
5358
5359         Added missing files. 
5360
5361 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5362
5363         * backend/Makefile.am:
5364         * data/evince-ui.xml:
5365         * backend/ev-attachment.[ch]:
5366         * backend/ev-document.[ch]: (ev_document_has_attachments),
5367         (ev_document_get_attachments):
5368         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5369         (attachment_save_to_buffer), (pdf_document_get_attachments),
5370         (pdf_document_document_iface_init):
5371         * shell/Makefile.am:
5372         * shell/ev-attachment-bar.[ch]:
5373         * shell/ev-window.c:
5374
5375         Add support for PDF attachments. Fixes bug #325143
5376
5377 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5378
5379         * backend/ev-document-factory.c: (get_document_from_uri),
5380         (ev_document_factory_get_document):
5381         * backend/ev-document-factory.h:
5382         * properties/ev-properties-main.c: (ev_properties_get_pages):
5383         * shell/Makefile.am:
5384         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5385         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5386         (ev_job_queue_remove_job):
5387         * shell/ev-job-queue.h:
5388         * shell/ev-job-xfer.c:
5389         * shell/ev-job-xfer.h:
5390         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5391         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5392         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5393         (ev_job_xfer_run):
5394         * shell/ev-jobs.h:
5395         * shell/ev-window.c: (ev_window_is_empty),
5396         (password_dialog_response), (ev_window_clear_xfer_job),
5397         (ev_window_xfer_job_cb), (ev_window_open_uri),
5398         (ev_window_cmd_focus_page_selector),
5399         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5400         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5401         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5402         (ev_window_dispose):
5403         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5404         
5405         * Cleanup mime type detection on document load. Fix for the
5406         bug #336448.
5407
5408 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5409
5410         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5411         
5412         Fix crash on exit, described in the bug #336825.
5413
5414 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * backend/ev-document-factory.c:
5417         (ev_document_factory_get_from_mime),
5418         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5419         (ev_document_factory_get_document),
5420         (file_filter_add_mime_list_and_free),
5421         (ev_document_factory_add_filters):
5422         * backend/ev-document-factory.h:
5423         * properties/ev-properties-main.c: (ev_properties_get_pages):
5424         * shell/Makefile.am:
5425         * shell/ev-application.c:
5426         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5427         * shell/ev-window.c: (ev_window_cmd_file_open),
5428         (ev_window_cmd_save_as):
5429         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5430         
5431         Rework factory functions so they are placed now in a single 
5432         file ev-document-factory.c
5433
5434 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * shell/ev-window.c: (update_chrome_visibility):
5437         
5438         Fix for the bug 166566 - don't show menubar in fullscreen
5439         mode.
5440
5441 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5442
5443         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5444
5445 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5446
5447         * shell/ev-view.c: (ev_view_expose_event):
5448         
5449         More correctly draw loading text when document
5450         is empty.
5451
5452 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5453
5454         * shell/ev-view.c: (ev_view_scroll):
5455         
5456         Fix for the bug #334854, page down and page up switch
5457         pages in presentation mode.
5458
5459 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5460
5461         * shell/ev-window.c: (ev_window_set_action_sensitive),
5462         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5463         (ev_window_set_view_accels_sensitivity),
5464         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5465         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5466         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5467         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5468         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5469         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5470         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5471         (view_actions_focus_in_cb), (ev_window_init):
5472         
5473         Fix for the bug #333902, now it's possible to search
5474         words with slash.
5475
5476 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5477
5478         * configure.ac: Added Breton translation.
5479         * po/br.po: Added Breton translation.
5480
5481 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5482
5483         * shell/ev-window-title (ev_window_title_update):
5484
5485         Fix memory leak in window title. Fixes bug #333944
5486
5487 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5488
5489         * shell/ev-metadata-manager.c (parseItem):
5490
5491         Fix memory leaks. Fixes bug #333945
5492
5493 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5494         
5495         * NEWS, configure.ac, TODO:
5496         
5497         Update for release 0.5.2.
5498
5499 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5500
5501         * shell/ev-view.c: (view_update_range_and_current_page),
5502         (page_changed_cb):
5503         
5504         Don't jump on scrolling, fix for the bug #333127.
5505
5506 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5507
5508         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5509         
5510         Scroll by one page in presentation mode. Fix for the bug
5511         #332993.
5512
5513 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5514
5515         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5516
5517 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5518
5519         * configure.ac  Added lv in ALL_LINGUAS line.
5520
5521 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5522         
5523         * NEWS, configure.ac:
5524         
5525         Update for release 0.5.1
5526
5527 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5528
5529         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5530         * backend/ev-document-misc.h:
5531         * shell/ev-view.c: (draw_one_page):
5532         
5533          Clairfy what page the toolbar page number applies to. Fix
5534          for the bug #328102.
5535
5536 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5537
5538         * shell/ev-view-private.h:
5539         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5540         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5541         (ev_view_search_changed):
5542         * shell/ev-view.h:
5543         * shell/ev-window.c: (find_bar_search_changed_cb):
5544         
5545         Dont't jump to find result if window was scrolled during search.
5546         Fix for the bug #313266.
5547
5548 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5549
5550         * shell/eggfindbar.c: (egg_find_bar_class_init):
5551         * shell/eggfindbar.h:
5552         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5553         * shell/ev-view-private.h:
5554         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5555         (ev_view_class_init), (ev_sizing_mode_get_type),
5556         (ev_scroll_type_get_type):
5557         * shell/ev-view.h:
5558         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5559         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5560         (ev_window_init):
5561         
5562         Fix for the bug 319133 - Find entry should allow text scroll.
5563
5564 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5565
5566         * shell/ev-view-private.h:
5567         * shell/ev-view.c: (view_update_range_and_current_page),
5568         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5569         (ev_view_set_document), (update_find_status_message),
5570         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5571         (ev_view_find_previous):
5572         
5573         Fix for the bug #319137. Search now takes account for scrolling.
5574
5575 2006-02-19  Michael Hofmann <mh21@piware.de>
5576
5577         * configure.ac:
5578         * djvu/Makefile.am:
5579         * djvu/djvu-document-private.h:
5580         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5581         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5582         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5583         (djvu_document_can_get_text), (djvu_document_get_text),
5584         (djvu_document_document_iface_init),
5585         (djvu_document_thumbnails_get_thumbnail),
5586         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5587         (djvu_document_find_get_result),
5588         (djvu_document_find_page_has_results),
5589         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5590         (djvu_document_find_iface_init):
5591         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5592         (djvu_text_page_selection), (djvu_text_page_limits_process),
5593         (djvu_text_page_limits), (djvu_text_page_copy),
5594         (djvu_text_page_position), (djvu_text_page_union),
5595         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5596         (djvu_text_page_box), (djvu_text_page_append_text),
5597         (djvu_text_page_search), (djvu_text_page_prepare_search),
5598         (djvu_text_page_new), (djvu_text_page_free):
5599         * djvu/djvu-text-page.h:
5600         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5601         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5602         (djvu_text_n_results), (djvu_text_has_results),
5603         (djvu_text_get_result), (djvu_text_get_progress):
5604         * djvu/djvu-text.h:
5605         
5606         Text search in djvu. Fix for the bug #303415.
5607
5608 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * configure.ac:
5611         * shell/ev-window.c: (ev_window_cmd_save_as):
5612         
5613         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5614         Thanks to Gary Coady <gary@lyranthe.org>
5615
5616 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-print-job.c: (idle_print_handler):
5619         
5620         Inverse order printing, bug #320919.
5621
5622 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5623
5624         * data/evince-toolbar.xml:
5625         * shell/ev-window.c:
5626         
5627         Allow to add sidebar checkbutton on toolbar. Fix
5628         for the bug #144577.
5629
5630 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5633         
5634         Add checks that have sense for empty ps document.
5635
5636 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5637
5638         * configure.ac: Include PS in mime types list. 
5639
5640 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5641
5642         * configure.ac:
5643         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5644         * ps/gsdefaults.h:
5645         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5646         
5647         Runtime check for gs interpreter. Fix for the bug #320868.
5648         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5649
5650 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5651
5652         * shell/ev-application.c: 
5653
5654         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5655         dbus>=0.60, so that the request is not queued. 
5656
5657 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5658
5659         * configure.ac:
5660         * shell/Makefile.am:
5661         * shell/ev-sidebar-links.c: (print_section_cb):
5662         * shell/ev-utils.c:
5663         * shell/ev-utils.h:
5664         * shell/ev-window.c: (update_action_sensitivity),
5665         (ev_window_close_dialogs), (ev_window_print):
5666         * shell/ev-window.h:
5667         
5668         Make printing support optional. Patch from Eduardo de Barros Lima
5669         <eduardo.lima@indt.org.br> for the bug #330546.
5670
5671 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-view-private.h:
5674         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5675         (ev_view_set_document):
5676         * shell/ev-view.h:
5677         * shell/ev-window.c: (ev_window_load_job_cb),
5678         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5679         (ev_window_init):
5680
5681         Draw Loading message during xfer job. Fix for the bug #329495.
5682
5683 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * comics/comics-document.c: (comics_regex_quote),
5686         (comics_document_load), (extract_argv):
5687         
5688         Correcly quote regexp before passing it to unzip.
5689
5690 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5691
5692         * shell/ev-page-cache.c: (build_height_to_page),
5693         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5694         (ev_page_cache_get_dual_even_left):
5695         * shell/ev-page-cache.h:
5696         * shell/ev-view.c: (view_update_range_and_current_page),
5697         (get_page_y_offset), (get_page_extents):
5698         
5699         Place even pages to the left if document has less then
5700         two pages. Fix for the bug #328856.
5701
5702 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5705         
5706         Correct comics scheme. This make evince create thumbnails
5707         for comic books. Fix for the bug 329088.
5708
5709 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5710
5711         * data/evince-password.glade: Don't explicitly set
5712         invisible_char to the current default value in case
5713         the default changes; let GTK+ do its magic.
5714
5715 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5718         real filename to tmp filename since often document
5719         type is determined by extension.
5720
5721 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5722
5723         * shell/ev-view.c: (add_scroll_binding_keypad),
5724         (ev_view_binding_activated), (ev_view_class_init):
5725         
5726         Add keybindings for percision-scrolling of display area. 
5727         Fix for the bug #314072.
5728
5729 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * data/evince.desktop.in.in:
5732         
5733         Add GTK to the list of categories. Fix for the bug #328034.
5734
5735 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5736
5737         * shell/ev-application.c: (ev_application_shutdown),
5738         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5739         * shell/ev-application.h:
5740         * shell/ev-window.c: (file_open_dialog_response_cb),
5741         (ev_window_cmd_file_open):
5742         
5743         Save last uri in file chooser dialog. Fix for the bug #327950.
5744
5745 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * NEWS:
5748         * README:
5749         
5750         Final update for release 0.5.0
5751         
5752         * shell/Makefile.am:
5753         
5754         Remove disable deprecated until we'll require libgnome-2.13.7
5755         and port to GOption argument parsing. See bug 327518.
5756
5757 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5758
5759         * comics/comics-document.c: (comics_document_save):
5760         * djvu/djvu-document.c: (djvu_document_save):
5761         * dvi/dvi-document.c: (dvi_document_save):
5762         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5763         * lib/ev-file-helpers.h:
5764         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5765         * tiff/tiff-document.c: (tiff_document_save):
5766         
5767         Use common save function for backends.
5768
5769 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5770
5771         * backend/ev-document-types.c:
5772         
5773         Fix crash on saving pixbuf.
5774
5775 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * cut-n-paste/recent-files/egg-recent-item.c:
5778         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5779         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5780         (parse_info_free), (valid_element), (start_element_handler),
5781         (end_element_handler), (text_handler), (egg_recent_model_filter),
5782         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5783         (egg_recent_model_monitor), (egg_recent_model_read),
5784         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5785         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5786         (egg_recent_model_set_property), (egg_recent_model_class_init),
5787         (egg_recent_model_init), (egg_recent_model_add_full),
5788         (egg_recent_model_delete), (egg_recent_model_get_list),
5789         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5790         (egg_recent_model_set_filter_mime_types),
5791         (egg_recent_model_clear_group_filter),
5792         (egg_recent_model_set_filter_groups),
5793         (egg_recent_model_clear_scheme_filter),
5794         (egg_recent_model_set_filter_uri_schemes),
5795         (egg_recent_model_remove_expired):
5796         * cut-n-paste/recent-files/egg-recent-util.c:
5797         (egg_recent_util_get_icon):
5798         * cut-n-paste/recent-files/egg-recent-util.h:
5799         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5800         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5801         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5802         (egg_recent_view_uimanager_set_property),
5803         (egg_recent_view_uimanager_get_property),
5804         (egg_recent_view_uimanager_class_init),
5805         (egg_recent_view_uimanager_init),
5806         (egg_recent_view_uimanager_set_label_width),
5807         (egg_recent_view_uimanager_get_label_width):
5808         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5809         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5810         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5811         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5812         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5813         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5814         
5815         Update from libegg.
5816
5817 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5818
5819         * shell/ev-page-cache.c: (build_height_to_page),
5820         (ev_page_cache_get_height_to_page):
5821         * shell/ev-page-cache.h:
5822         * shell/ev-view.c: (view_update_range_and_current_page),
5823         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5824         (ev_view_previous_page):
5825         
5826         Dual mode places even pages to the left. Fix for the bug #309393.
5827
5828         * shell/ev-view.h:
5829         * shell/ev-window.c: (update_action_sensitivity),
5830         (setup_view_from_metadata), (view_menu_popup_cb):
5831         
5832         Don't restore presentation in empty windows, more intelligent
5833         next page behaviour in dual mode.
5834
5835         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5836         (ev_pixbuf_cache_clear_job_sizes):
5837         
5838         Cleanup job callback on removal. Fix for the bug #325886.
5839
5840 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * ps/ps.c: (psscan):
5843         
5844         Commit workaround Mozilla problem. Fix for the bug #325919
5845         
5846         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5847         (save_item):
5848         
5849         Fix for year 2038 problem.
5850
5851 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * shell/ev-window.c: (setup_document_from_metadata),
5854         (ev_window_cmd_view_reload):
5855
5856         Clamp page recieved from metadata in valid values. Fix
5857         for the bug #325986.
5858
5859 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5860
5861         * MAINTAINERS: 
5862         Add MAINTAINERS as requested on desktop-devel-list.
5863
5864 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5867         (mime_type_supported_by_gdk_pixbuf),
5868         (ev_document_factory_get_mime_types),
5869         (ev_document_factory_get_all_mime_types):
5870         
5871         Don't add pixbuf mime types if pixbuf backend is disabled.
5872         
5873         * shell/ev-application.c: (ev_application_get_uri_window):
5874         
5875         Fix for the bug 325815 - unhandled MIME type message doesn't 
5876         appear a second time. 
5877         
5878         * shell/ev-document-types.c: (ev_document_types_add_filters):
5879         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5880         (password_dialog_response), (ev_window_popup_password_dialog),
5881         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5882         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5883         (ev_window_run_presentation), (ev_window_stop_presentation),
5884         (save_sizing_mode), (ev_window_zoom_changed_cb),
5885         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5886         (ev_window_dual_mode_changed_cb),
5887         (ev_window_sidebar_current_page_changed_cb),
5888         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5889         (window_state_event_cb), (window_configure_event_cb):
5890         
5891         Cleanup additional uris holded by EvWindow.
5892
5893 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5896         (ev_view_can_previous_page), (ev_view_can_next_page):
5897         * shell/ev-view.h:
5898         * shell/ev-window.c: (update_action_sensitivity):
5899         
5900         Two page scrolling with Space and PageUp in dual mode. Second fix 
5901         for the bug #316608.
5902
5903 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5904
5905         * shell/ev-view.c: (scroll_to_current_page):
5906         
5907         Correctly clamp adjustment value. Fix for the bug
5908         #325808.
5909
5910 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * shell/ev-sidebar-links.c: (print_section_cb):
5913         * shell/ev-window.c: (ev_window_get_uri),
5914         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5915         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5916         (ev_window_dispose):
5917         
5918         Make print dialog non-modal. Fix for the bug #325622.
5919
5920 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5921
5922         * shell/ev-metadata-manager.c:
5923         * shell/ev-utils.c: (using_pdf_printer),
5924         (using_postscript_printer), (load_print_config_from_file),
5925         (save_print_config_to_file):
5926         * shell/ev-utils.h:
5927         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5928         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5929         (setup_view_from_metadata), (ev_window_setup_document),
5930         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5931         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5932         (ev_window_run_presentation), (ev_window_stop_presentation),
5933         (save_sizing_mode), (ev_window_zoom_changed_cb),
5934         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5935         (ev_window_dual_mode_changed_cb),
5936         (ev_window_sidebar_current_page_changed_cb),
5937         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5938         (window_state_event_cb), (window_configure_event_cb),
5939         (ev_window_init):
5940         
5941         Setting saving behaviour fixes.
5942
5943 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5944
5945         * configure.ac:
5946         
5947         Make antialiasing gs options better and allow
5948         to change them during configure. Fix for the 
5949         bug #319049.
5950
5951 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5952
5953         * shell/ev-window.c: (setup_view_from_metadata):
5954         
5955         Remember if last window was maximized. Fix for the
5956         bug #323797.
5957
5958 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5959
5960         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5961
5962 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5965         * shell/ev-page-action.c: (build_new_tree_cb):
5966         * shell/ev-sidebar-links.c: (links_page_num_func),
5967         (update_page_callback_foreach), (update_page_callback):
5968         * shell/ev-view.c: (scroll_to_current_page):
5969         
5970         Fix for the bug #325067 with more intelligent selection
5971         of current link in sidebar. Make sidebar handle links
5972         of FITR-like type more correctly.
5973
5974         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5975         (dvi_pixbuf_put_pixel):
5976         
5977         Fix memory consumtion with disabled alpha channel.
5978
5979 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5980
5981         * data/evince-ui.xml:
5982         * shell/ev-window.c: (view_menu_popup_cb),
5983         (ev_popup_cmd_open_link), (ev_window_init):
5984         
5985         Update context menu for internal links. Fix for the bug
5986         #325066.
5987
5988 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5991         
5992         Bind context menu to keyboard also. Fix for the bug
5993         #325065.
5994
5995 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5996
5997         * shell/ev-view.c: (selection_scroll_timeout_cb):
5998         
5999         Horizontal scroll on selection also.
6000
6001 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6002
6003         * shell/ev-metadata-manager.c: (parse_value):
6004         * shell/ev-view.c: (goto_xyz_link):
6005         
6006         Correct zoom setup and metadata save broken in 
6007         some locales.
6008
6009 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * shell/ev-view-private.h:
6012         * shell/ev-view.c: (scroll_to_current_page),
6013         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6014         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6015         (page_changed_cb), (ev_view_set_continuous),
6016         (ev_view_set_dual_page), (ev_view_set_presentation):
6017         
6018         Delay scroll until allocation to correctly position page. Fix
6019         for the bug #317334.
6020
6021 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * NEWS:
6024         * configure.ac:
6025         
6026         Update NEWS and require poppler 0.5.0.
6027
6028 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6029         
6030         * data/evince-ui.xml:
6031         * shell/ev-view-private.h:
6032         * shell/ev-view.c: (ev_view_get_link_at_location),
6033         (handle_link_over_xy), (ev_view_button_press_event),
6034         (ev_view_button_release_event), (ev_view_class_init):
6035         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6036         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6037         (ev_window_init):
6038         
6039         Implement right-click context menu.
6040
6041 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6044         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6045         (mdvi_pixbuf_device_render):
6046         * pdf/ev-poppler.cc:
6047
6048         Don't generate thumbnails with alpha. See bug #324077.
6049         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6050
6051 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6052
6053         * shell/ev-window.c: (setup_chrome_from_metadata):
6054         
6055         Fix typo that was hiding toolbar.
6056
6057 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6058
6059         * shell/ev-view-private.h:
6060         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6061         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6062         (ev_view_button_release_event), (ev_view_destroy):
6063         
6064         Small cleanup and autoscrolling during selection. Thanks to 
6065         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6066
6067 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6068
6069         * configure.ac:
6070         
6071         Correctly check for comics option.
6072
6073 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6074         * Makefile.am:
6075         * configure.ac:
6076         * backend/Makefile.am:
6077         * backend/ev-document-factory.c:
6078         * shell/ev-document-types.c:
6079
6080         Included option in configure to make ps backend 
6081         compilation optional with --disable-ps.
6082
6083 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6084
6085         * backend/ev-document-factory.c:
6086         * comics/Makefile.am:
6087         * comics/comics-document.c: (comics_document_load):
6088         * comics/ev-cbr-mime.xml:
6089         * configure.ac:
6090         
6091         Comics mime types are added to shared-mime-info CVS. Now
6092         we don't need to install our own mime types.
6093
6094 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6095
6096         * shell/ev-window.c:
6097         
6098         Add shortcut for "save a copy" menu entry. Fix for
6099         the bug #324582.
6100
6101 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6104         (job_finished_cb), (new_selection_pixbuf_needed),
6105         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6106         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6107         
6108         Rework selection job info logic and fix critical warning.
6109
6110 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6111
6112         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6113
6114 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6115
6116         * data/evince-ui.xml:
6117         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6118         
6119         Enter as shortcut key for next page. Fix for the bug
6120         #321394.
6121
6122 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6123
6124         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6125
6126 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6127
6128         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6129         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6130         (new_selection_pixbuf_needed),
6131         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6132         (clear_job_selection):
6133         
6134         Too early for 0.5. Pixbuf cache code cleaned a bit.
6135
6136 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * NEWS:
6139         * configure.ac:
6140         
6141         Release 0.5.0 preparation
6142
6143 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * comics/Makefile.am:
6146         * configure.ac:
6147         * shell/ev-document-types.c: (ev_document_types_add_filters):
6148         
6149         More advanced handling of custom mime type installation.
6150
6151 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6152
6153         * data/evince.schemas.in:
6154         * shell/ev-metadata-manager.c: (value_free),
6155         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6156         (ev_metadata_manager_get), (ev_metadata_manager_set):
6157         * shell/ev-metadata-manager.h:
6158         * shell/ev-window.c: (update_chrome_flag),
6159         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6160         (setup_document_from_metadata), (setup_chrome_from_metadata),
6161         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6162         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6163         (ev_window_view_toolbar_cb),
6164         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6165         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6166         
6167         Save last document settings and reuse them for new documents.
6168
6169 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6170
6171         * Makefile.am:
6172         * backend/Makefile.am:
6173         * backend/ev-document-factory.c:
6174         * backend/ev-document-factory.h:
6175         * comics/Makefile.am:
6176         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6177         (comics_document_load), (comics_document_save),
6178         (comics_document_get_n_pages), (comics_document_get_page_size),
6179         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6180         (comics_document_class_init), (comics_document_can_get_text),
6181         (comics_document_get_info), (comics_document_document_iface_init),
6182         (comics_document_init), (get_supported_image_extensions),
6183         (comics_document_thumbnails_get_geometry),
6184         (comics_document_thumbnails_get_thumbnail),
6185         (comics_document_thumbnails_get_dimensions),
6186         (comics_document_document_thumbnails_iface_init), (extract_argv):
6187         * comics/comics-document.h:
6188         * comics/ev-cbr-mime.xml:
6189         * configure.ac:
6190         * po/POTFILES.in:
6191         * shell/ev-application.c: (ev_application_register_service):
6192         * shell/ev-document-types.c: (ev_document_types_add_filters):
6193         * thumbnailer/Makefile.am:
6194         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6195         
6196         New CBR/CBZ backend for comic books.
6197
6198 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6199
6200         * shell/main.c: (load_files_remote):
6201
6202         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6203         warning on startup of second instance is fixed. It
6204         is bug #320353.
6205
6206 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * shell/ev-window.c: (ev_window_finalize):
6209         
6210         Fix double free that cause crash.
6211
6212 2005-10-29  Bastien Nocera <hadess@hadess.net>
6213
6214         * tiff/tiff-document.c: (tiff_document_load):
6215         
6216         Fix memory leak.
6217
6218 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * po/POTFILES.in:
6221         * shell/Makefile.am:
6222         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6223         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6224         (ev_view_accessible_get_text),
6225         (ev_view_accessible_get_character_at_offset),
6226         (ev_view_accessible_get_text_before_offset),
6227         (ev_view_accessible_get_text_at_offset),
6228         (ev_view_accessible_get_text_after_offset),
6229         (ev_view_accessible_get_character_count),
6230         (ev_view_accessible_get_caret_offset),
6231         (ev_view_accessible_set_caret_offset),
6232         (ev_view_accessible_get_run_attributes),
6233         (ev_view_accessible_get_default_attributes),
6234         (ev_view_accessible_get_character_extents),
6235         (ev_view_accessible_get_offset_at_point),
6236         (ev_view_accessible_get_n_selections),
6237         (ev_view_accessible_get_selection),
6238         (ev_view_accessible_add_selection),
6239         (ev_view_accessible_remove_selection),
6240         (ev_view_accessible_set_selection),
6241         (ev_view_accessible_text_iface_init),
6242         (ev_view_accessible_idle_do_action),
6243         (ev_view_accessible_action_do_action),
6244         (ev_view_accessible_action_get_n_actions),
6245         (ev_view_accessible_action_get_description),
6246         (ev_view_accessible_action_get_name),
6247         (ev_view_accessible_action_set_description),
6248         (ev_view_accessible_action_iface_init),
6249         (ev_view_accessible_get_type), (ev_view_accessible_new),
6250         (ev_view_accessible_factory_get_accessible_type),
6251         (ev_view_accessible_factory_create_accessible),
6252         (ev_view_accessible_factory_class_init),
6253         (ev_view_accessible_factory_get_type):
6254         * shell/ev-view-accessible.h:
6255         * shell/ev-view-private.h:
6256         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6257         * shell/ev-view.h:
6258         
6259         Initial accessibility support.
6260
6261 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6262
6263         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6264
6265 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6266
6267         * shell/ev-print-job.c: (idle_print_handler):
6268         
6269         Fix for bug Bug 318916: Printing multiple pages.
6270
6271 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6272
6273         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6274
6275 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6276
6277         * pdf/ev-poppler.cc:
6278         
6279         Thumnail dimensions unified with other backends.
6280         
6281         * shell/ev-window-title.c: (ev_window_title_update):
6282         
6283         Fix warning.
6284
6285 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6286
6287         * data/ev-stock-zoom-fit-width.png:
6288         
6289         Remove unused file.
6290
6291 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6292
6293         * configure.ac:
6294         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6295         (djvu_document_finalize):
6296         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6297         (dvi_document_finalize):
6298         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6299         (pixbuf_document_save), (pixbuf_document_finalize):
6300         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6301         (tiff_document_finalize):
6302         
6303         Save a copy implemented for various backends.
6304
6305 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6306
6307         * configure.ac:
6308         
6309         Don't link with ltiff if tiff is disabled.
6310
6311 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6312
6313         * pdf/GDKSplashOutputDev.cc:
6314         * pdf/GDKSplashOutputDev.h:
6315         * pdf/Thumb.cc:
6316         * pdf/Thumb.h:
6317         * pdf/pdf-document.cc:
6318         * pdf/pdf-document.h:
6319         * pdf/test-gdk-output-dev.cc:
6320         
6321         Remove old unused files.
6322
6323 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * shell/ev-window.c: (ev_window_setup_document):
6326         
6327         Fixed warnings on reload and probably crash reason.
6328
6329 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6330
6331         * properties/ev-properties-view.c:
6332         (ev_properties_view_format_date):
6333         
6334         Check if date is invalid. Fix for bug 318134.
6335
6336 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6337
6338         * shell/ev-window-title.c:
6339         
6340         Add .indd files (Adobe Indesign) to the list of "bad
6341         extensions".
6342
6343 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6344
6345         * data/evince-ui.xml:
6346         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6347         
6348         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6349
6350 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6351
6352         * shell/ev-window.c: (launch_link), (launch_external_uri),
6353         (view_external_link_cb):
6354
6355         URL-escape link before passing it to gnome_vfs_url_show.
6356
6357 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6358
6359         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6360         there isn't text selected.
6361
6362 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6363
6364         * shell/ev-view.c: (handle_link_over_xy):
6365
6366         Check tooltip is valid utf8 before showing it
6367
6368 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6369
6370         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6371
6372 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6373
6374         * shell/ev-window-title.c: (ev_window_title_update):
6375
6376         Guard against using g_strstrip on NULL. Fixes bug #317291.
6377
6378 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * pdf/ev-poppler.cc:
6381
6382         Show title even for unknown links
6383
6384 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6385
6386         * shell/ev-window-title.c: (ev_window_title_update):
6387
6388         Strip the title string
6389
6390 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6391
6392         * shell/ev-window-title.c:
6393
6394         Add .rtf to the bad extensions list
6395
6396 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6399         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6400
6401         Ignore link coordinates if they are outside page bounds
6402
6403 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * backend/ev-link.c: (ev_link_type_get_type),
6406         (ev_link_get_filename), (ev_link_get_params),
6407         (ev_link_get_property), (ev_link_set_property),
6408         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6409         * backend/ev-link.h:
6410         * pdf/ev-poppler.cc:
6411         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6412         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6413         (ev_window_init):
6414
6415         Implement launch links. Delegate external link opening to
6416         the window.
6417
6418 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6419
6420         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6421         (ev_link_get_right), (ev_link_get_property),
6422         (ev_link_set_property), (ev_link_class_init),
6423         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6424         * backend/ev-link.h:
6425         * pdf/ev-poppler.cc:
6426         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6427
6428         Implement fitr links
6429
6430 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6433         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6434         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6435         (ev_view_size_request_continuous),
6436         (ev_view_size_request_dual_page),
6437         (ev_view_size_request_single_page), (ev_view_size_allocate),
6438         (ev_view_zoom_for_size_continuous_and_dual_page),
6439         (ev_view_zoom_for_size_continuous),
6440         (ev_view_zoom_for_size_dual_page),
6441         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6442         (ev_sizing_mode_get_type):
6443         * shell/ev-view.h:
6444         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6445
6446         Do not use modes for link, we need to calculate size ad hoc.
6447         Still not perfect because of the usual scrollbar issues grrr.
6448
6449 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6450
6451         * backend/ev-link.c: (ev_link_type_get_type),
6452         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6453         * backend/ev-link.h:
6454         * pdf/ev-poppler.cc:
6455         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6456         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6457         (ev_view_size_request_continuous),
6458         (ev_view_size_request_dual_page),
6459         (ev_view_size_request_single_page), (ev_view_size_allocate),
6460         (zoom_for_size_fit_height),
6461         (ev_view_zoom_for_size_continuous_and_dual_page),
6462         (ev_view_zoom_for_size_continuous),
6463         (ev_view_zoom_for_size_dual_page),
6464         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6465         (ev_sizing_mode_get_type):
6466         * shell/ev-view.h:
6467         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6468
6469         Implement FIT_HEIGHT mode (only for links).
6470         Implement FITH links
6471
6472 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * shell/ev-window-title.c: (get_filename_from_uri),
6475         (ev_window_title_sanitize_extension), (ev_window_title_update),
6476         (ev_window_title_set_document), (ev_window_title_set_uri),
6477         (ev_window_title_free):
6478         * shell/ev-window-title.h:
6479         * shell/ev-window.c: (ev_window_setup_document),
6480         (ev_window_popup_password_dialog):
6481
6482         Refactor window title building while fixing it for
6483         password documents.
6484
6485 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6486
6487         * pdf/ev-poppler.cc:
6488
6489         Escape link title before setting it in the model
6490
6491 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6492
6493         * shell/ev-application.c: (removed_from_session), (save_session),
6494         (init_session), (ev_application_get_empty_window),
6495         (ev_application_init), (ev_application_get_windows):
6496         * shell/ev-application.h:
6497         * shell/ev-window.c: (ev_window_finalize):
6498
6499         Add a function to retrieve window list and share it where
6500         necessary.
6501         Implement session handling, works pretty well thanks to the
6502         metadata system.
6503
6504 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * shell/ev-password.c: (ev_password_item_created_callback),
6507         (ev_password_dialog_save_password):
6508         
6509         Fix for bug 316972. Use async gnome-keyring API.
6510
6511 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6512
6513         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6514         Remove unused unrealize handler. Add scroll handling to
6515         ev_view_scroll_event for presentation mode (bug #316708),
6516         and fix the event state checks there.
6517
6518 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6519
6520         * shell/ev-page-action.c: (page_changed_cb):
6521
6522         "marco, maybe we should be crazy and jump right to 6! :)"
6523
6524         Bryan Clark, Sep 2005
6525
6526 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6527
6528         * ps/ps-document.c: (save_document), (ps_document_save),
6529         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6530         (ps_document_ps_export_end):
6531
6532         Fix unstructured documents save and print
6533
6534 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6535
6536         * shell/ev-application.c: (ev_application_open_uri):
6537
6538         Fix window size persistance
6539
6540 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6541
6542         * shell/ev-view.c: (ev_view_button_release_event):
6543
6544         Based on a patch from carlosgc@gnome.org. Mouse buttons
6545         switch pages in presentation mode.
6546
6547 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6548
6549         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6550
6551         Dont cast to int before scaling
6552
6553 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6554
6555         * backend/ev-link.c: (ev_link_type_get_type),
6556         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6557         (ev_link_new_page_fith):
6558         * backend/ev-link.h:
6559         * pdf/ev-poppler.cc:
6560         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6561
6562         Implement FIT and FITH links
6563
6564 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6565
6566         * pdf/ev-poppler.cc:
6567
6568         Return 0 results when search is not in progress.
6569
6570         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6571         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6572
6573         Update menu sensitivity when cancelling search
6574
6575 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * shell/ev-view.c: (ev_view_can_find_next):
6578
6579         Take all pages in consideration, not just current one
6580
6581 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6582
6583         * shell/ev-page-cache.c:
6584         * shell/ev-page-cache.h:
6585         * shell/ev-view.c: (ev_view_binding_activated),
6586         (ev_view_next_page), (ev_view_previous_page),
6587         (ev_sizing_mode_get_type):
6588         * shell/ev-view.h:
6589         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6590         (ev_window_cmd_go_next_page):
6591
6592         Move page next/previous functions from page chace to
6593         view and change it to move by 2 page steps in dual mode.
6594
6595 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6596
6597         * shell/ev-window.c: (update_sidebar_visibility),
6598         (setup_sidebar_from_metadata), (ev_window_setup_document),
6599         (setup_view_from_metadata):
6600
6601         Show the index by default when there is one     
6602
6603 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6604
6605         * shell/ev-window-title.c: (ev_window_title_set_document):
6606
6607         Missing null check
6608
6609 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6610
6611         * shell/ev-view.c: (view_update_range_and_current_page):
6612         
6613         Allow display of last odd page in dual view. Fix for 316347.
6614
6615 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6616
6617         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6618         
6619         Make close button default. Fix for 316383.
6620
6621 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6624         
6625         Mark close button as default. Fix for 316381.
6626
6627 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6628
6629         * backend/ev-link.c: (ev_link_class_init):
6630
6631         Allow negative doubles in left/top properties
6632
6633 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6634
6635         * shell/ev-window.c:
6636
6637         Remove a bunch of strings that was used only
6638         by the statusbar.
6639
6640 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6641
6642         * shell/ev-window-title.c: (get_filename_from_uri),
6643         (ev_window_title_set_document):
6644
6645         When title has a confusing extension, show also
6646         the document filename inside ()
6647
6648 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6649
6650         * shell/Makefile.am:
6651         * shell/ev-window-title.c: (ev_window_title_new),
6652         (ev_window_title_update), (ev_window_title_set_type),
6653         (ev_window_title_set_document), (ev_window_title_free):
6654         * shell/ev-window-title.h:
6655         * shell/ev-window.c: (ev_window_setup_document),
6656         (password_dialog_response), (ev_window_popup_password_dialog),
6657         (ev_window_dispose), (ev_window_init):
6658
6659         Factor out and cleanup window title code
6660
6661 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6662
6663         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6664         (unable_to_load):
6665
6666         Make dialog transient so it doesnt block other windows
6667
6668 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * pdf/ev-poppler.cc:
6671         
6672         Fix pdf thumbnails rendering.
6673
6674 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6675
6676         * shell/ev-window.c: (fullscreen_set_timeout):
6677         
6678         Increase timeout to hide full screen popup. Bug 
6679         316123. 
6680
6681 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6682
6683         * data/evince.schemas.in:
6684         * shell/ev-window.c: (update_action_sensitivity):
6685
6686         Allow the user to override document restrictions. Fix for bug
6687         305818.
6688
6689 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6690
6691         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6692         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6693         (ev_window_class_init): Fix multihead behaviour of fullscreen
6694         toolbar popup. Fixes bug #315451.
6695
6696 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * configure.ac:
6699         * data/evince-password.glade:
6700         * shell/ev-password.c: (ev_password_dialog_set_property),
6701         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6702         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6703         (ev_password_dialog_entry_changed_cb),
6704         (ev_password_dialog_entry_activated_cb),
6705         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6706         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6707         (ev_password_dialog_set_bad_pass):
6708         * shell/ev-password.h:
6709         * shell/ev-window.c: (password_dialog_response),
6710         (ev_window_popup_password_dialog):
6711         
6712         Support for gnome-keyring for encrypted PDF's.
6713
6714 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6715
6716         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6717         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6718         (ev_view_enter_notify_event), (ev_view_class_init):
6719         
6720         More precise handling of enter_notify/leave_notify events
6721         in EvView. Fix for bug 315470.
6722
6723 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6724
6725         * shell/ev-window.c: (fullscreen_timeout_cb),
6726         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6727         (ev_window_dispose):
6728
6729         leak fix: unref fullscreen_timeout_source before clearing it
6730
6731 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * configure.ac, dvi/mdvi/Makefile.am: 
6734         
6735         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6736
6737 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6738
6739         * backend/ev-link.c: (ev_link_new_page_xyz):
6740         * pdf/ev-poppler.cc:
6741         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6742
6743         Fix some bugs with xyz links, respect zoom
6744
6745 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6746
6747         * shell/ev-window.c: (page_changed_cb),
6748         (setup_document_from_metadata), (update_sidebar_visibility),
6749         (setup_view_from_metadata), (ev_window_run_fullscreen),
6750         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6751         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6752         (ev_window_dual_mode_changed_cb),
6753         (ev_window_sidebar_current_page_changed_cb):
6754
6755         null check uri before setting and getting metadata
6756
6757 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6758
6759         * dvi/Makefile.am:
6760         * properties/Makefile.am:
6761         * shell/Makefile.am:
6762         * thumbnailer/Makefile.am:
6763
6764         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6765
6766 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6767
6768         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6769         (selection_changed_callback):
6770         * shell/ev-sidebar-links.h:
6771
6772         Add a signal for link activation.
6773
6774         * shell/ev-view.c: (ev_view_goto_link),
6775         (ev_view_button_release_event):
6776         * shell/ev-view.h:
6777         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6778         (ev_window_init):
6779
6780         Implement the signal so that we can handle all link types.
6781
6782         * shell/ev-page-cache.c:
6783
6784         Remove unused set_link function
6785
6786 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6787
6788         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6789
6790         Add some space from the cursor, hardcoded but I couldnt
6791         find a better way.
6792
6793 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * lib/ev-tooltip.c:
6796
6797         Use mozilla style vs gtk style, way better for links.
6798
6799         * shell/ev-view.c: (ev_view_motion_notify_event),
6800         (ev_view_destroy), (ev_view_init):
6801
6802         Deactive tooltip when the link hovered is changed.
6803
6804 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6805
6806         * backend/ev-document.h:
6807         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6808         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6809         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6810         (ev_link_new_page), (ev_link_new_page_xyz):
6811         * backend/ev-link.h:
6812         * pdf/ev-poppler.cc:
6813         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6814         (go_to_link), (tip_from_link):
6815
6816         Implement xyz links, still not functional. Links are a total
6817         mess, will need to refactor and bugfix a lot :(
6818
6819 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6820
6821         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6822
6823 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6824
6825         * data/evince-ui.xml:
6826         * data/evince.schemas.in:
6827         * shell/Makefile.am:
6828         * shell/ev-window.c: (update_chrome_visibility),
6829         (password_dialog_response), (ev_window_load_job_cb),
6830         (ev_window_xfer_job_cb), (ev_window_open_uri),
6831         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6832         (ev_window_init):
6833
6834         Remove the statusbar. This regress loading feedback, need to
6835         check with Bryan what we want to do there...
6836
6837 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * lib/ev-tooltip.c: (ev_tooltip_init):
6840
6841         Fix tooltip border and size handling
6842
6843 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6844
6845         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6846         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6847         (ev_tooltip_timeout), (ev_tooltip_activate),
6848         (ev_tooltip_deactivate):
6849         * lib/ev-tooltip.h:
6850         * shell/ev-view.c: (ev_view_motion_notify_event):
6851
6852         Delay popup showing. Mirror gtk logic/times.
6853
6854 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * lib/Makefile.am:
6857         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6858         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6859         (ev_tooltip_set_text), (ev_tooltip_set_position):
6860         * lib/ev-tooltip.h:
6861
6862         Simple widget to show tooltips at a custom position
6863
6864         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6865         (ev_view_destroy):
6866
6867         Use it for links. First go, needs work
6868
6869 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6870
6871         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6872         HIG fixes.  Use title capitalization for window title. Use 12 
6873         pixels of space between the dialog's vbox and action area.
6874
6875 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6876
6877         * shell/ev-window.c: (file_open_dialog_response_cb),
6878         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6879         (ev_window_cmd_save_as):
6880
6881         Make file pickers not modal and refactor code some
6882
6883 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6884
6885         * shell/ev-sidebar.h:
6886         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6887         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6888         (ev_sidebar_class_init), (ev_sidebar_select_page),
6889         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6890         (ev_sidebar_set_page):
6891
6892         Add a current page property and allow to get/set it
6893
6894         * shell/ev-window.c: (setup_view_from_metadata),
6895         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6896
6897         Persist current sidebar page per document
6898
6899 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6900
6901         * data/evince.schemas.in:
6902         * shell/ev-window.c: (update_chrome_visibility),
6903         (setup_document_from_metadata), (update_sidebar_visibility),
6904         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6905         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6906         (ev_window_run_presentation), (ev_window_stop_presentation),
6907         (ev_window_view_sidebar_cb),
6908         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6909         (load_chrome), (ev_window_init):
6910
6911         Persist size/visibility of sidebar per document
6912
6913 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6914
6915         * shell/ev-view.c (draw_loading_text): Draw loading text.
6916
6917 2005-09-02  Dan Damian  <dand@gnome.ro>
6918
6919         * configure.in: Added "ro" to ALL_LINGUAS.
6920
6921 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * shell/ev-view.c: (clear_caches):
6924
6925         ev_page_cache_get doesnt return a reference,
6926         dont try to unref it.
6927
6928 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * shell/main.c: (load_files_remote):
6931
6932         Fix timestamp parameter with dbus <= 0.33
6933
6934 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6935
6936         * data/evince.schemas.in:
6937
6938         Add missing full stop
6939
6940 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6941
6942         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6943         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6944
6945         Plug some memory leaks
6946
6947 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6948
6949         * configure.ac:
6950         * lib/ev-debug.c: (trap_handler):
6951
6952         Check for execinfo.h and use it only if it exists.
6953         Ported from Epiphany (bug #314776).
6954
6955 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6956
6957         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6958
6959 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6960
6961         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6962         * po/id.po      : Added Indonesian translation
6963
6964 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6965
6966         * shell/main.c:
6967         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6968         * NEWS: Release 0.4.0
6969
6970 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6971
6972         * configure.ac: catch another gtk+-2.8ism
6973         * shell/main.c: Make work with gtk+-2.6
6974
6975 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6976
6977         * shell/ev-application-service.xml: Add 'timestamp' argument to
6978           ev_application_open_window and ev_application_open_uri methods.
6979
6980         * shell/ev-application.h: Add 'timestamp' argument to
6981           ev_application_open_window, ev_application_open_uri,
6982           and ev_application_open_uri_list functions.
6983
6984         * shell/ev-application.c (ev_application_open_window,
6985           ev_application_open_uri, ev_application_open_uri_list): Change
6986           functions that show/present windows to use a timestamp if one
6987           is passed in.
6988
6989         * shell/ev-window.c (ev_window_cmd_file_open,
6990           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6991         * shell/main.c (load_files): Modify calls to ev_application to
6992           include GDK_CURRENT_TIME as timestamp.
6993
6994         * shell/main.c (load_files_remote): Obtain timestamp for client
6995           instance from GDK and pass to server instance so new windows are
6996           focused properly.  Fix dbus_g_proxy_call() calls by including second
6997           G_TYPE_INVALID.
6998           
6999         Closes bug #314475.
7000
7001 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7002
7003         * shell/ev-window.c (ev_window_finalize): Check for
7004         avail. EvWindows when quiting to handle the finalize better,
7005         #314497
7006
7007 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7008         
7009         * properties/ev-properties-view.c: 
7010         
7011         Set textdomain to libglade. Fixes translation problem in property page.
7012
7013 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7014
7015         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7016         * dvi/Makefile.am:
7017         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7018         * dvi/mdvi-lib/Makefile.am:
7019         
7020         Fix rotation of thumbnails, ported to new API. Moved library
7021         dependencies earlier, probably it will fix linkage problem.
7022
7023 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7024
7025         * backend/ev-document-misc.c:
7026         (ev_document_misc_get_thumbnail_frame):
7027         * backend/ev-document-misc.h:
7028         * configure.ac:
7029         * pdf/ev-poppler.cc:
7030         * shell/Makefile.am:
7031         * shell/ev-sidebar-thumbnails.c: (add_range),
7032         (ev_sidebar_thumbnails_set_loading_icon),
7033         (ev_sidebar_thumbnails_refresh),
7034         (ev_sidebar_thumbnails_set_document):
7035         * shell/ev-sidebar-thumbnails.h:
7036         * shell/ev-view.c: (ev_view_motion_notify_event),
7037         (ev_view_set_property), (ev_view_get_property),
7038         (ev_view_class_init), (ev_view_set_rotation):
7039         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7040         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7041         (ev_window_init):
7042         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7043         Redo rotation (again).  prepare for 0.4.0
7044
7045 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7046
7047         * configure.ac: Bump poppler requirement to 0.4.1.
7048
7049         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7050         argument to poppler_page_render_selection() call.
7051
7052 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7053
7054         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7055         (djvu_document_thumbnails_get_thumbnail):
7056         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7057         (dvi_document_thumbnails_get_thumbnail):
7058         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7059         (pixbuf_document_thumbnails_get_thumbnail):
7060         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7061         
7062         Update rotation direction of backends to fit with pdf and ps.
7063
7064 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7065
7066         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7067         * backend/ev-async-renderer.h:
7068         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7069         (setup_page), (ps_document_get_page_size),
7070         (ps_async_renderer_render_pixbuf):
7071         * ps/ps-document.h:
7072         * shell/ev-jobs.c: (ev_job_render_run):
7073
7074         Fix orientation in the postscript document
7075
7076 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * pdf/ev-poppler.cc:
7079         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7080         * shell/ev-view.c: (highlight_find_results):
7081
7082         Adapt to the new poppler rotation API. Fix text maps on landscape
7083         documents.
7084
7085 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7086
7087         * shell/ev-view.c (compute_new_selection_text): get the correct
7088         region when selecting in modes other than continuous.
7089
7090 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7091
7092         * shell/main.c (main): remove redundant g_warnings.
7093
7094 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/Makefile.am: Don't include autogenerated
7097         file ev-application-service.h into distribution, since
7098         it causes dbus crash. Fix for bugs 313724 and 313443. 
7099
7100 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * configure.ac: Fix sed expression for FreeBSD. Thanks
7103         to Joe Marcus Clark <marcus@freebsd.org>
7104         
7105         * shell/eggfindbar.c: (entry_activate_callback),
7106         (entry_changed_callback), (egg_find_bar_init),
7107         (egg_find_bar_set_search_string):
7108         
7109         Made findbar buttons unsensitive if there is no text in
7110         entry. Fix for the bug 313285.
7111
7112 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7113
7114         * ps/ps-document.c: Use g_filename_display_name for displaying
7115         filenames and revert string freeze breackage
7116
7117 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * NEWS:
7120         * configure.ac:
7121
7122         Update for 0.3.4
7123
7124         * shell/Makefile.am:
7125
7126         Add ev-application-service.xml to extra dist
7127
7128         * shell/ev-view.c: (find_page_at_location):
7129
7130         Remove unused function (fix warning)
7131
7132 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7133
7134         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7135         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7136         
7137         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7138         bug 313623.
7139
7140 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7141
7142         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7143         * shell/ev-window.c:
7144         Fix build warnings
7145
7146 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7147
7148         * configure.ac: Update script to get dbus version.
7149         Fix for the bug #313443.
7150
7151 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * shell/ev-window.c: (ev_window_cmd_escape):
7154         
7155         Return focus back to view on escape. Fix for bug 313295.
7156
7157 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7158
7159         * shell/ev-window.c: (update_window_title),
7160         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7161         (ev_window_cmd_save_as):
7162         
7163         Correct conversion from uri to displayable string. Fix for
7164         bug 313296.
7165
7166 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7167
7168         * ps/ps-document.c: convert filename to utf8 when there is an error
7169         loading document. Fixes #309915
7170
7171 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7172
7173         * configure.ac:
7174
7175         We depend on poppler 0.4.0
7176
7177 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7178
7179         * configure.ac:
7180         * NEWS: Release 0.3.3.
7181         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7182
7183 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7184
7185         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7186         add a couple missing mnemonics to menu items, use title 
7187         capitalization for menu items and window titles, and add 
7188         ellipsis to open menu item.     
7189
7190 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7191
7192         * pdf/ev-poppler.cc:
7193         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7194         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7195         (ev_view_get_rotation):
7196         * shell/ev-view.h:
7197         * shell/ev-window.c: (setup_view_from_metadata),
7198         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7199         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7200         disk.
7201
7202 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7203
7204         * configure.ac: Added tr to ALL_LINGUAS
7205
7206 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7207
7208         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7209         requires several clicks to find word. Thanks to 
7210         Colin Slater <kiltedtaco@gmail.com>.
7211
7212 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7213
7214         * data/evince.desktop.in.in: Hide menu entry and
7215         rename it to "Document Viewer". Fix for bug 
7216         #312399.
7217
7218 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7219
7220         * shell/ev-page-action.c (ev_page_action_class_init): 
7221
7222         Point to the correct function in constructor of the
7223         activate_label signal
7224
7225 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7226
7227         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7228         * shell/ev-jobs.h: Make thread safe.
7229
7230 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * shell/ev-view.c: (view_update_range_and_current_page):
7233         Don't update page range if we are scrolling to some document
7234         point.
7235
7236 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7239         when getting max_page_width, fix drawing in dual mode.
7240
7241 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7242
7243         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7244         getting the area for select_all.
7245
7246 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7247
7248         * backend/ev-selection.c: (ev_selection_render_selection):
7249         * backend/ev-selection.h:
7250         * pdf/ev-poppler.cc:
7251         * shell/ev-jobs.c: (ev_job_render_new):
7252         * shell/ev-jobs.h:
7253         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7254         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7255         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7256         (ev_view_class_init):
7257
7258         Change selection color on focus in and focus out events.  Also,
7259         poppler now uses GdkColor for specifying the selection colors, so
7260         drop some awkward conversion code.
7261
7262 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7263
7264         * configure.ac: Added Hebrew translation
7265
7266 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7267
7268         * NOTES:
7269         * backend/ev-selection.c: (ev_selection_render_selection):
7270         * backend/ev-selection.h:
7271         * pdf/ev-poppler.cc:
7272         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7273         (ev_job_render_run):
7274         * shell/ev-jobs.h:
7275         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7276         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7277         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7278         (ev_pixbuf_cache_style_changed),
7279         (ev_pixbuf_cache_get_selection_pixbuf),
7280         (ev_pixbuf_cache_set_selection_list),
7281         (ev_pixbuf_cache_get_selection_list):
7282         * shell/ev-pixbuf-cache.h:
7283         * shell/ev-utils.c: (ev_print_region_contents):
7284         * shell/ev-utils.h:
7285         * shell/ev-view.c: (ev_view_queue_draw_page),
7286         (selection_update_idle_cb), (ev_view_motion_notify_event),
7287         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7288         (setup_caches), (ev_view_find_next), (merge_selection_region),
7289         (selection_free):
7290         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7291
7292         Clean up selection to be much smoother!
7293
7294 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7295
7296         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7297         to poppler_page_render_selection().
7298
7299 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7300
7301         * ps/ps-document.c: (save_page_list): Use
7302         unzipped document when printing. Thanks to 
7303         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7304         311016.
7305
7306 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7307
7308         * shell/ev-window.c: (update_action_sensitivity):
7309         
7310         Disable print and save respect to lockdown gconf keys. Fix
7311         for 312342.
7312
7313 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7314
7315         * configure.ac:
7316         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7317         (write_to_temp_file), (ev_file_set_contents):
7318         * shell/ev-utils.h:
7319         * shell/ev-window.c: (save_print_config_to_file):
7320         
7321         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7322         Fix for bug 312238
7323
7324 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7325
7326         * shell/ev-window.c: (load_print_config_from_file),
7327         (save_print_config_to_file), (ev_window_print_range):
7328
7329         Persist the print settings. Fixes bug #311578.
7330
7331 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7332
7333         * djvu/djvu-document.c: (djvu_document_get_page_size),
7334         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7335         (djvu_document_thumbnails_get_thumbnail):
7336         * dvi/dvi-document.c: (dvi_document_get_page_size),
7337         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7338         (dvi_document_thumbnails_get_dimensions),
7339         (dvi_document_thumbnails_get_thumbnail):
7340         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7341         (pixbuf_document_render_pixbuf),
7342         (pixbuf_document_document_iface_init),
7343         (pixbuf_document_thumbnails_get_thumbnail):
7344         
7345         Update backends to make them build with new rotation system.
7346
7347 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * help/C/figures/evince_start_window.png:
7350         
7351         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7352
7353 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7354
7355         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7356         * shell/ev-pixbuf-cache.h:
7357         * shell/ev-sidebar-thumbnails.c:
7358         (ev_sidebar_thumbnails_get_property), (add_range),
7359         (adjustment_changed_cb):
7360         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7361         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7362         we were thumbnailing the entire docment on startup, slowing us
7363         down hugely. 
7364
7365 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7366
7367         * shell/ev-page-cache.c: (ev_page_cache_new):
7368         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7369         == 0, fixes #310306.
7370
7371 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7372
7373         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7374         (ev_view_rotate_left):
7375
7376         Account rotation in doc_rect_to_view_rect.
7377         Ensure rotation doesnt go out of bounds.
7378
7379 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7380
7381         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7382
7383         Correct and cleanup w/h swapping
7384
7385 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * backend/ev-document-thumbnails.c:
7388         (ev_document_thumbnails_get_thumbnail):
7389         * backend/ev-document-thumbnails.h:
7390         * backend/ev-document.c:
7391         * backend/ev-document.h:
7392         * backend/ev-render-context.c: (ev_render_context_new),
7393         (ev_render_context_set_rotation):
7394         * backend/ev-render-context.h:
7395         * pdf/ev-poppler.cc:
7396         * ps/ps-document.c: (ps_document_document_iface_init):
7397         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7398         * shell/ev-jobs.h:
7399         * shell/ev-page-cache.c: (build_height_to_page),
7400         (ev_page_cache_new), (ev_page_cache_get_size),
7401         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7402         (ev_page_cache_get_height_to_page):
7403         * shell/ev-page-cache.h:
7404         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7405         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7406         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7407         (ev_pixbuf_cache_get_selection_pixbuf):
7408         * shell/ev-pixbuf-cache.h:
7409         * shell/ev-print-job.c: (idle_print_handler):
7410         * shell/ev-sidebar-thumbnails.c: (add_range):
7411         * shell/ev-view.c: (view_update_range_and_current_page),
7412         (get_page_y_offset), (get_page_extents),
7413         (ev_view_size_request_continuous_dual_page),
7414         (ev_view_size_request_continuous),
7415         (ev_view_size_request_dual_page),
7416         (ev_view_size_request_single_page), (draw_one_page),
7417         (ev_view_set_rotation), (ev_view_rotate_right),
7418         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7419         (ev_view_zoom_for_size_continuous_and_dual_page),
7420         (ev_view_zoom_for_size_continuous),
7421         (ev_view_zoom_for_size_dual_page),
7422         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7423         (ev_view_select_all):
7424         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7425         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7426         (tiff_document_document_iface_init),
7427         (tiff_document_thumbnails_get_thumbnail):
7428
7429         Use rotation rather than orientation. It's easier and enough
7430         for our needs.
7431
7432 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7433
7434         * shell/ev-page-cache.c: (build_height_to_page),
7435         (ev_page_cache_new), (ev_page_cache_get_size),
7436         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7437         (ev_page_cache_get_height_to_page):
7438         * shell/ev-page-cache.h:
7439         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7440         (ev_view_size_request_continuous_dual_page),
7441         (ev_view_size_request_continuous),
7442         (ev_view_zoom_for_size_continuous_and_dual_page),
7443         (ev_view_zoom_for_size_continuous):
7444
7445         Make the page cache aware of page orientation.
7446
7447 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7448
7449         * backend/ev-document-thumbnails.c:
7450         (ev_document_thumbnails_get_thumbnail):
7451         * backend/ev-document-thumbnails.h:
7452         * backend/ev-document.c:
7453         * backend/ev-document.h:
7454         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7455         * backend/ev-ps-exporter.h:
7456         * pdf/ev-poppler.cc:
7457         * ps/ps-document.c: (ps_document_document_iface_init),
7458         (ps_document_ps_export_do_page):
7459         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7460         * shell/ev-jobs.h:
7461         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7462         (ev_page_cache_get):
7463         * shell/ev-page-cache.h:
7464         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7465         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7466         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7467         * shell/ev-pixbuf-cache.h:
7468         * shell/ev-print-job.c: (idle_print_handler):
7469         * shell/ev-sidebar-thumbnails.c: (add_range):
7470         * shell/ev-view.c: (view_update_range_and_current_page),
7471         (get_page_extents), (ev_view_size_request_dual_page),
7472         (ev_view_size_request_single_page), (draw_one_page),
7473         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7474         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7475         (ev_view_zoom_for_size_dual_page),
7476         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7477         (ev_view_select_all):
7478         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7479         * tiff/tiff-document.c: (tiff_document_get_page_size),
7480         (tiff_document_get_orientation), (rotate_pixbuf),
7481         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7482         (tiff_document_thumbnails_get_thumbnail),
7483         (tiff_document_ps_export_do_page), (tiff_document_init):
7484
7485         Really make use of the orientation bit of the render context.
7486         Use the render context in a few more places in the backend API.
7487         This regress orientation, but now it's done right. Will try to
7488         fix it up asap...
7489
7490 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7491
7492         * shell/ev-view.c: (ensure_rectangle_is_visible):
7493
7494         Patch by Nickolay V. Shmyrev to fix find flickering
7495
7496 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7497
7498         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7499         duplex parameters to ::begin.
7500
7501         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7502         * shell/ev-print-job.c (idle_print_handler): 
7503         * ps/ps-document.c (ps_document_ps_export_begin): 
7504         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7505         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7506         implementations. Poppler backend needs poppler cvs. Rest has
7507         unchanged behavior.
7508
7509 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7510
7511         * shell/ev-window.c (using_pdf_printer): new function.
7512         (ev_window_print_range): print a less techy message if someone
7513         tries to print to PDF.
7514
7515 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7516
7517         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7518         from "unknown font" string. Bug #311431
7519
7520 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7521
7522         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7523
7524 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7525
7526         Bug #311280
7527         
7528         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7529         name for PopplerFontTypes
7530         (pdf_document_fonts_fill_model): add font type to the detail column
7531
7532         * backend/ev-document-fonts.h: added
7533         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7534
7535         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7536         font name and font details, add a little markup.
7537         (ev_properties_fonts_init): use the new cell data func, specify ypad
7538         property for the cell renderer.
7539         (ev_properties_fonts_set_document): add the details column.
7540
7541 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7542
7543         * configure.ac: Added "pl" to ALL_LINGUAS.
7544
7545 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7546
7547         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7548
7549 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7550
7551         * help/ChangeLog: Started this for translations of manual.
7552         * configure.ac, autogen.sh, .cvsignore: Migrated to
7553         gnome-doc-utils. Patch in bug #311222.
7554
7555 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7556
7557         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7558         #ifdef this away to fix an unused-function warning.
7559
7560 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7561
7562         * configure.ac: Added 'gl' to ALL_LINGUAS.
7563
7564 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7565
7566         * configure.ac: Added ne in ALL_LINGUAS
7567         
7568 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7569
7570         * shell/ev-view.c: (ev_view_leave_notify_event):
7571         
7572         Clear status message when pointer leaves view. Fix for bug
7573         #310818 
7574
7575 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7576
7577         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7578
7579 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7580
7581         * shell/ev-view.c: (ev_view_leave_notify_event),
7582         (ev_view_class_init):
7583         
7584         Set cursor to normal then leaving view.
7585
7586 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7587
7588         * configure.ac:
7589         
7590         Fix required djvulibre version.
7591
7592 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7593
7594         *configure.ac: Hindi (hi) language added
7595
7596 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7597
7598         *configure.ac: Punjabi (pa) Language added
7599
7600 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7601
7602         * data/evince-ui.xml, shell/ev-window.c:
7603         
7604         Add keypad accelerators for zooming. Fix for bug 308128.
7605
7606 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7607
7608         * Makefile.am:
7609         * backend/Makefile.am:
7610         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7611         * configure.ac:
7612         * shell/ev-document-types.c: (ev_document_types_add_filters):
7613
7614         Allow to enable/disable the pixbuf backend.
7615         Default to off for now. If we want it enabled we should
7616         really put mime types in the desktop, implement properties etc.
7617
7618         * properties/evince-properties.c:
7619
7620         Initialize error to NULL.
7621         Check error is not NULL before freeing.
7622
7623 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * shell/ev-window.c:
7626
7627         Use F5 as presentation accell
7628
7629 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7630
7631         * shell/ev-window.c: (update_chrome_visibility),
7632         (ev_window_create_fullscreen_popup), (ev_window_init):
7633
7634         Do not leak the fullscreen toolbar
7635
7636 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7637
7638         * shell/ev-window.c: (view_actions_focus_in_cb),
7639         (view_actions_focus_out_cb):
7640
7641         These has a return value! Fix totally random focus
7642         issues we was seeing.
7643
7644 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7645
7646         * shell/main.c: (load_files_remote):
7647
7648         Allow open more than one file
7649
7650 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7651
7652         * shell/main.c: (load_files_remote):
7653
7654         Fix for dbus 0.33. bug #309975
7655
7656 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7657
7658         * properties/ev-properties-main.c: (ev_properties_get_pages):
7659
7660         Actually return NULL for types we dont support
7661
7662 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7663
7664         * po/POTFILES.in:
7665
7666         Remove empty lines.
7667
7668 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7669
7670         * backend/ev-document-factory.c:
7671         (ev_document_factory_get_document):
7672
7673         Do not try to create the object if type
7674         is invalid.
7675
7676 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * ps/ps-document.c: (ps_document_dispose),
7679         (ps_async_renderer_render_pixbuf):
7680         * ps/ps-document.h:
7681
7682         Do not leak the target window
7683
7684 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7685
7686         * shell/ev-application.c: (ev_application_init):
7687
7688         Let tbe check file existence for us.
7689         Add a comment about eggrecent mime filter.
7690
7691 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7692
7693         * data/evince-ui.xml:
7694         * shell/ev-application.c: (ev_application_shutdown),
7695         (ev_application_init), (ev_application_get_toolbars_model),
7696         (ev_application_get_recent_model),
7697         (ev_application_save_toolbars_model):
7698         * shell/ev-application.h:
7699         * shell/ev-window.c: (ev_window_add_recent),
7700         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7701         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7702         (ev_window_init):
7703
7704         Use common toolbar and recent models for all windows.
7705         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7706
7707 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7708
7709         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7710         successfully check for gtk_icon_view_get_visible_range.
7711
7712 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7713
7714         * djvu/Makefile.am:
7715         * dvi/Makefile.am:
7716         
7717         Fix djvu and dvi backend build.
7718
7719 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7720
7721         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7722         (new_separator_pixbuf):
7723
7724         Don't leak windows.
7725
7726 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7727
7728         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7729
7730         HIGification of toolbar editor dialogue.
7731
7732 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7733
7734         * configure.ac:
7735         * shell/Makefile.am:
7736
7737         Ever build metadata manager since it's just
7738         disabled at runtime now.
7739
7740 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7743         (ev_metadata_manager_get), (ev_metadata_manager_set):
7744         * shell/ev-metadata-manager.h:
7745
7746         Add an _init functions that enabled metadata management
7747         at runtime.
7748
7749         * shell/ev-window.c: (page_changed_cb),
7750         (setup_document_from_metadata), (ev_window_setup_document),
7751         (setup_view_from_metadata), (ev_window_open_uri),
7752         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7753         (ev_window_run_presentation), (ev_window_stop_presentation),
7754         (save_sizing_mode), (ev_window_zoom_changed_cb),
7755         (ev_window_continuous_changed_cb),
7756         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7757         (window_configure_event_cb):
7758
7759         Remove all ugly metadata define since we deal with it
7760         at runtime now.
7761
7762         * shell/main.c: (load_files_remote), (main):
7763
7764         Add support for dbus cvs head. Hopefully didnt break one
7765         of the other versions now!
7766
7767         If we dont get a response from the dbus server just
7768         give up with it and not enable metadata.
7769
7770 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7771
7772         * Makefile.am:
7773         * backend/Makefile.am:
7774         * configure.ac:
7775         * cut-n-paste/recent-files/Makefile.am:
7776         * cut-n-paste/toolbar-editor/Makefile.am:
7777         * cut-n-paste/zoom-control/Makefile.am:
7778         * lib/Makefile.am:
7779         * pdf/Makefile.am:
7780         * pixbuf/Makefile.am:
7781         * properties/Makefile.am:
7782         * ps/Makefile.am:
7783         * shell/Makefile.am:
7784         * thumbnailer/Makefile.am:
7785         * tiff/Makefile.am:
7786
7787         Make frontends depend on just libev.
7788         Rework and group CFLAGS/LIBS definitions.
7789         Cleanups.
7790
7791 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * shell/ev-window:
7794
7795         do not unnecessarily save zoom
7796
7797         * configure.ac:
7798         * lib/ev-file-helpers.c: (ev_dot_dir):
7799         * shell/Makefile.am:
7800         * shell/dummy.cc:
7801
7802         Some cleanups
7803
7804 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7805
7806         * configure.ac:
7807         
7808         Remove unnecessary dependencies
7809
7810 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7811
7812         * properties/Makefile.am:
7813         * thumbnailer/Makefile.am:
7814         * tiff/Makefile.am:
7815
7816         Some more cleanups. Was really necessary
7817         but I probably introduced bugs, feel free
7818         to flame :)
7819
7820 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * backend/Makefile.am:
7823         * configure.ac:
7824         * cut-n-paste/recent-files/Makefile.am:
7825         * cut-n-paste/toolbar-editor/Makefile.am:
7826         * cut-n-paste/zoom-control/Makefile.am:
7827         * lib/Makefile.am:
7828         * pdf/Makefile.am:
7829         * pixbuf/Makefile.am:
7830         * properties/Makefile.am:
7831         * ps/Makefile.am:
7832         * shell/Makefile.am:
7833         * thumbnailer/Makefile.am:
7834         * tiff/Makefile.am:
7835
7836         Use gnome-common macros when possible.
7837         Cleanup dependencies.
7838         Actually disable deprecated where possible.
7839
7840 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * Makefile.am:
7843         * backend/Makefile.am:
7844         * properties/Makefile.am:
7845         * shell/Makefile.am:
7846         * thumbnailer/Makefile.am:
7847
7848         This should solve the circular dep without
7849         requiring dir reorg!
7850
7851         * shell/ev-window.c: (setup_view_from_metadata):
7852
7853         Never restore window size/position when the
7854         window is already visible.
7855
7856 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7857
7858         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7859
7860         Return a boolean from timeout func. Fix ported from gedit.
7861
7862 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7863
7864         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7865
7866 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7867
7868         * shell/ev-document-types.c: set "All Documents" as default filter in
7869         open dialog
7870
7871 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7872
7873         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7874         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7875         (ev_metadata_manager_set_boolean): fix value/val thinko.
7876
7877 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * shell/ev-window.c: (setup_view_from_metadata),
7880         (window_state_event_cb), (window_configure_event_cb),
7881         (ev_window_init):
7882
7883         Remember window position and maximized state
7884
7885 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7886
7887         * configure.ac:
7888
7889         Fix DBUS configure checks.
7890
7891         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7892         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7893         (ev_metadata_manager_set_boolean):
7894
7895         Plug mem leaks.
7896
7897         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7898         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7899         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7900         (ev_window_continuous_changed_cb),
7901         (ev_window_dual_mode_changed_cb), (ev_window_new):
7902
7903         Fix the build without DBUS.
7904
7905 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7908         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7909         (ev_metadata_manager_set_string),
7910         (ev_metadata_manager_set_boolean):
7911         * shell/ev-metadata-manager.h:
7912
7913         Add support for some more types
7914
7915         * shell/ev-view.c: (scroll_to_current_page),
7916         (ev_view_get_continuous), (ev_view_set_continuous),
7917         (ev_view_get_dual_page):
7918         * shell/ev-view.h:
7919         * shell/ev-window.c: (page_changed_cb),
7920         (setup_document_from_metadata), (ev_window_setup_document),
7921         (setup_view_from_metadata), (ev_window_open_uri),
7922         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7923         (ev_window_run_presentation), (ev_window_stop_presentation),
7924         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7925         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7926         (ev_window_update_dual_page_action),
7927         (ev_window_continuous_changed_cb),
7928         (ev_window_dual_mode_changed_cb), (ev_window_init):
7929
7930         Remember a bunch of view/document properties. Prolly some
7931         are still missing but it's getting interesting.
7932
7933 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7934
7935         * configure.ac: check if dbus-binding-tool is installed. Not the
7936         case on current Ubuntu breezy, it seems.
7937
7938 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7939
7940         * data/evince.desktop.in.in:
7941         
7942         Allow open uri lists and add TryExec field.
7943
7944 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7945
7946         * configure.ac:
7947
7948         Enable dbus when available, do not require a configure
7949         option.
7950
7951 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7952
7953         * configure.ac:
7954
7955         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7956         disabled.
7957
7958 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7959         Marco Pesenti Gritti  <mpg@redhat.com>
7960
7961         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7962         
7963         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7964         functions to the format required by dbus
7965
7966         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7967         errors. Use the RPC parameters in the expected way
7968
7969 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7970
7971         * Makefile.am:
7972         * properties/Makefile.am:
7973         * properties/ev-properties-main.c: (ev_properties_get_pages):
7974
7975         Support all mime types
7976
7977         * shell/Makefile.am:
7978         * thumbnailer/Makefile.am:
7979         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7980         (evince_thumbnail_pngenc_get):
7981
7982         Use the document factory
7983
7984 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7985
7986         * backend/Makefile.am:
7987         * backend/ev-document-factory.c:
7988         (mime_type_supported_by_gdk_pixbuf),
7989         (ev_document_type_get_from_mime),
7990         (ev_document_factory_get_document),
7991         (ev_document_factory_get_backend),
7992         (ev_document_factory_get_mime_types),
7993         (ev_document_factory_get_all_mime_types):
7994         * backend/ev-document-factory.h:
7995         * shell/Makefile.am:
7996         * shell/ev-document-types.c: (get_document_from_uri),
7997         (ev_document_types_get_document),
7998         (file_filter_add_mime_list_and_free),
7999         (ev_document_types_add_filters):
8000         * shell/ev-document-types.h:
8001         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8002         * shell/ev-properties-dialog.c:
8003         (ev_properties_dialog_set_document):
8004         * shell/ev-window.c: (ev_window_cmd_file_open),
8005         (ev_window_cmd_save_as):
8006         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8007
8008         Rework document types managing to avoid code duplication
8009         and actually abstract from backend implementations.
8010         Also provide a minimal factory api that can be used by
8011         thumbnailer/properties.
8012
8013 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8014
8015         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8016         Plug a mem leak.
8017         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8018         HIG spacings.
8019
8020 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8021
8022         * shell/ev-properties-dialog.c
8023         (ev_properties_dialog_set_document): only call
8024         ev_properties_fonts_set_document() if the document implements the
8025         fonts interface
8026
8027 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8028
8029         * configure.ac:
8030         * properties/Makefile.am:
8031         * properties/ev-properties-view.c:
8032         (ev_properties_view_register_type):
8033         * properties/ev-properties-view.h:
8034         * properties/ev-properties-main.h:
8035
8036         Implement nautilus plugin for properties.
8037         Works only for pdf atm, I need to rework the
8038         document types stuff to get this to work
8039         for all backends...
8040
8041 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8042
8043         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8044         (ev_properties_fonts_set_document): use
8045         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8046
8047 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8048
8049         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8050         them
8051         (PlaceImage, tiff2ps_process_page): use
8052         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8053
8054
8055 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8056
8057         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8058         (main): to call gnome_authentication_manager_init. Should fix
8059         Bug #308510
8060
8061         * configure.ac: that requires libgnomeui 2.6.0.
8062
8063 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8064
8065         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8066         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8067         use the new tiff2ps interfaces
8068
8069         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8070         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8071
8072         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8073         structure instead of global variables.  Remove use of static
8074         variables in functions.
8075
8076 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8077
8078         * shell/ev-page-action.c: unref the completion after setting it to the
8079         entry
8080
8081 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8082
8083         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8084         postscript files
8085
8086 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8087
8088         * shell/ev-window.c (update_action_sensitivity): disable
8089         File->Print if the document does not implement the ps exporter
8090         interface
8091
8092 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8093
8094         * Makefile.am:
8095         * configure.ac:
8096         * data/evince-properties.glade:
8097         * properties/.cvsignore:
8098         * properties/Makefile.am:
8099         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8100         (ev_properties_view_class_init), (ev_properties_view_format_date),
8101         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8102         (ev_properties_view_init), (ev_properties_view_new):
8103         * properties/ev-properties-view.h:
8104         * shell/Makefile.am:
8105         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8106         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8107         (ev_properties_dialog_new):
8108         * shell/ev-properties-dialog.h:
8109         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8110         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8111         (update_progress_label), (job_fonts_finished_cb),
8112         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8113         * shell/ev-properties-fonts.h:
8114         * shell/ev-properties.c:
8115         * shell/ev-properties.h:
8116         * shell/ev-window.c: (ev_window_setup_document),
8117         (ev_window_cmd_file_properties):
8118
8119         Split the properties pages in two different objects, depend
8120         only on the backend where possible, use widgets instead
8121         of gobject for the glade part, reimplement the dialog
8122         itself with gtk.
8123         I need this to implement nautilus properties page.
8124
8125 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8126
8127         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8128         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8129         (tiff_document_document_ps_exporter_iface_init): implement the ps
8130         exporter interface for tiff documents
8131
8132         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8133         libtiff to implement TIFF postscript export
8134
8135         * tiff/tiff2ps.h: added a header file for external tiff2ps
8136         functions.
8137
8138         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8139         tiff2ps.h
8140
8141 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8142
8143         * shell/ev-view.c: (scroll_to_current_page),
8144         (ev_view_set_fullscreen), (ev_view_set_presentation):
8145         
8146         Scroll to current page when exit from presentation
8147
8148 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8149
8150         * shell/ev-window.c: (update_document_mode),
8151         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8152         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8153         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8154         
8155         Exit from fullscreen mode when switch to presentation. Fix for
8156         bug 309365
8157
8158 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8159
8160         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8161         return NULL if the document does not implement the selection
8162         interface.
8163
8164 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8165
8166         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8167         reported height by using the resolution aspect ratio
8168         (tiff_document_render_pixbuf): scale the pixbuf using the
8169         resolution aspect ratio
8170
8171 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8172
8173         * configure.ac:
8174         
8175         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8176         <kiltedaco@gmail.com>
8177         
8178         * djvu/djvu-document.c: (djvu_document_get_orientation),
8179         (djvu_document_set_orientation), (djvu_document_get_page_size),
8180         (rotate_pixbuf), (djvu_document_render_pixbuf),
8181         (djvu_document_document_iface_init):
8182         * dvi/dvi-document.c: (dvi_document_get_orientation),
8183         (dvi_document_set_orientation), (dvi_document_get_page_size),
8184         (rotate_pixbuf), (dvi_document_render_pixbuf),
8185         (dvi_document_document_iface_init):
8186         
8187         Dvi and djvu backends are ported to new API
8188
8189 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8190
8191         * backend/ev-selection.c: (ev_selection_get_selection_region),
8192         (ev_selection_get_selection_map):
8193         * backend/ev-selection.h:
8194         * pdf/ev-poppler.cc:
8195         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8196         * shell/ev-jobs.h:
8197         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8198         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8199         (ev_pixbuf_cache_get_text_mapping):
8200         * shell/ev-pixbuf-cache.h:
8201         * shell/ev-view.c: (location_in_text),
8202         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8203         support to EvView.  Now we can see where we can select!  Sweet!
8204
8205 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8206
8207         * shell/ev-view.c (ev_view_button_press_event): Fix
8208         event->y + view->scroll_x typo.
8209
8210 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8211
8212         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8213         sub-GdkPixbuf instead of passing dest_x and dest_y.
8214         
8215         * shell/ev-view.c: (view_point_to_doc_point),
8216         (view_rect_to_doc_rect), (ev_view_button_press_event),
8217         (ev_view_motion_notify_event), (compute_new_selection_rect),
8218         (gdk_rectangle_point_in), (compute_new_selection_text),
8219         (compute_selections): Update selection code to keep the selection
8220         around as two points and not as a normalized rectangle, and fix
8221         page level selection in two-column mode.
8222
8223 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8224
8225         * shell/ev-window.c: (window_configure_event_cb): 
8226         
8227         Fix compilation
8228         
8229 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * pdf/ev-poppler.cc:
8232
8233         Fix compilation
8234
8235 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8236
8237         * shell/Makefile.am:
8238         * shell/ev-metadata-manager.c: (item_free),
8239         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8240         (parse_value), (parseItem), (load_values),
8241         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8242         (save_values), (save_item), (get_oldest), (resize_items),
8243         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8244         * shell/ev-metadata-manager.h:
8245
8246         Metadata manager from gedit but modified to use GValue, so that
8247         we dont need to keep converting from strings.
8248
8249         * configure.ac:
8250
8251         ENABLE_METADATA conditional, on when dbus is on
8252
8253         * shell/ev-application.c: (ev_application_open_uri):
8254
8255         Show the window after load so that we can initialize
8256         window size before it's showed.
8257
8258         * shell/ev-window.c: (ev_window_setup_from_metadata),
8259         (ev_window_open_uri), (window_configure_event_cb),
8260         (ev_window_init):
8261
8262         Save and load metadata information about window size.
8263         Not yet keeping states in account.
8264
8265         * shell/main.c: (main):
8266
8267         Shutdown metadata manager.
8268
8269 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8270
8271         * shell/ev-application-service.xml:
8272         * configure.ac:
8273         * shell/Makefile.am:
8274         * shell/ev-application.c:
8275         * shell/ev-application.h:
8276         * shell/ev-window.c:
8277         * shell/ev-window.h:
8278         * shell/main.c:
8279
8280         Add an optional dbus interface (--enable-dbus).
8281         Rework application code, mainly to be easier to
8282         use "remotely".
8283         Do not open multiple windows with the same document,
8284         spatial evince!
8285
8286 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8289         pixbuf iff it exists.
8290
8291 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8292
8293         * shell/*:
8294         * backend/ev-render-context.[ch]:
8295         * backend/ev-selection.[ch]:
8296
8297         Massive changes.  We now support text selection of pdfs, and not
8298         just rectangular selection.  This is pretty broken still, but I
8299         want to get something into CVS.
8300
8301 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8302
8303         * pdf/ev-poppler.cc:
8304         
8305         Fix for Bug 309080: crash on window close.
8306         
8307         * shell/ev-page-action.c: (page_changed_cb):
8308         
8309         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8310         jensgr@gmx.net (Jens Granseuer).
8311
8312 2005-06-25  Marcel Telka  <marcel@telka.sk>
8313
8314         * configure.in (ALL_LINGUAS): Added sk.
8315
8316 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8317
8318         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8319         not a document open
8320
8321 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * NEWS:
8324         * configure.ac:
8325
8326         Release 0.3.2
8327
8328         * cut-n-paste/recent-files/Makefile.am:
8329
8330         Fix make distcheck
8331
8332 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8333
8334         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8335         (pixbuf_document_set_orientation), (rotate_pixbuf),
8336         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8337         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8338
8339         Implement rotation and cleanup the code a bit.
8340
8341         * tiff/tiff-document.c: (tiff_document_get_page_size),
8342         (tiff_document_get_orientation), (tiff_document_set_orientation),
8343         (rotate_pixbuf), (tiff_document_render_pixbuf),
8344         (tiff_document_document_iface_init), (tiff_document_init):
8345
8346         Implement rotation. Was the quicker solution for the release
8347         but we really need to share this code in the shell.
8348
8349 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8350
8351         * pdf/ev-poppler.cc:
8352
8353         Enable rotation, require poppler cvs. Fix a leak.
8354
8355 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8356
8357         * shell/ev-window.c: (update_action_sensitivity):
8358         
8359         Make properties unsensitive if document backend doesn't provide
8360         any info
8361
8362 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8363
8364         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8365         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8366         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8367         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8368         (bitmap_flip_rotate_counter_clockwise):
8369         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8370         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8371         (buff_gets):
8372         * dvi/mdvi-lib/common.h:
8373         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8374         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8375         (opendvi), (mdvi_reload), (mdvi_init_context),
8376         (mdvi_destroy_context), (mdvi_dopage), (special):
8377         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8378         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8379         (file_hash_free), (register_encoding), (parse_spec),
8380         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8381         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8382         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8383         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8384         (mdvi_register_font_type), (mdvi_unregister_font_type),
8385         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8386         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8387         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8388         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8389         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8390         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8391         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8392         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8393         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8394         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8395         (mdvi_unregister_special), (mdvi_flush_specials):
8396         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8397         (t1_font_remove):
8398         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8399         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8400         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8401         (free_font_metrics), (flush_font_metrics):
8402         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8403         (tt_font_remove):
8404         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8405         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8406         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8407         (dstring_insert), (dstring_new), (dstring_reset):
8408         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8409         
8410         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8411         avoid conflict with libtool on FC4
8412         
8413         * shell/ev-window.c: (ev_window_cmd_help_about):
8414         
8415         Update copyright year. Fix for bug 308828.
8416
8417 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8418
8419         * shell/ev-view.c: (add_scroll_binding_keypad),
8420         (ev_view_binding_activated), (ev_view_class_init),
8421         (on_adjustment_value_changed):
8422         
8423         Bug 170874: Arrow keys switch pages in presentation mode
8424
8425 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8426
8427         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8428         
8429         Fix for Bug 308265: Sidebar dissappears coming out of 
8430         Presentation mode
8431
8432 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8433
8434         * shell/ev-application.c: (ev_application_open):
8435         * shell/ev-document-types.c: (ev_document_types_add_filters),
8436         (ev_document_types_add_filters_for_type):
8437         * shell/ev-document-types.h:
8438         * shell/ev-window.c: (ev_window_cmd_save_as):
8439         
8440         Suggest basename as template when saving, provide filters
8441         for save dialog. It's bug 308402
8442
8443 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8444
8445         * pdf/ev-poppler.cc:
8446         * shell/ev-sidebar-links.c: (job_finished_callback):
8447         * shell/ev-view.c: (update_find_status_message):
8448         
8449         Some leaks fixed
8450
8451 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8452
8453         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8454         (egg_recent_view_uimanager_set_list):
8455
8456         Fix buglet in !show_numbers case.
8457
8458 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8459
8460         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8461         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8462
8463         Use pango ellipsisation.
8464
8465         * pdf/ev-poppler.cc:
8466
8467         Fix refcount leak, from nsh.
8468
8469 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8470
8471         * cut-n-paste/recent-files/Makefile.am:
8472         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8473         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8474         
8475         Removed EggRecentViewGtk
8476         
8477         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8478         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8479         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8480         (ev_window_setup_recent):
8481         
8482         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8483         with other projects
8484
8485 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8486
8487         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8488         (egg_recent_view_gtk_finalize):
8489
8490         Fix memory leak
8491
8492         * cut-n-paste/toolbar-editor/Makefile.am:
8493         
8494         Fix location of cursor icon.
8495         
8496         * pdf/ev-poppler.cc:
8497         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8498         (display_completion_text), (match_completion):
8499         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8500         (selection_changed_callback), (create_loading_model),
8501         (print_section_cb), (links_page_num_func),
8502         (update_page_callback_foreach):
8503         * shell/ev-window.c: (ev_window_dispose):
8504         
8505         Small memory fixes. Links model now store objects instead
8506         of pointers to improve memory management. 
8507
8508 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8509
8510         * shell/ev-window.c: (zoom_control_changed_cb):
8511         
8512         Fix update of zoom control (bug 308268).
8513
8514 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8515
8516         * shell/ev-properties.c (set_property): escape the text correctly.
8517         Handles non-UTF-8 properties and escaped properties.  Also, sets
8518         the text to "<i>None</i>" if the property isn't set.
8519
8520         * data/evince-properties.glade: Change the label to be ellipsized,
8521         and give it a minimum size.
8522
8523 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8524
8525         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8526         * shell/ev-sidebar-links.c: (create_loading_model):
8527         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8528         * shell/ev-view.c: (ev_view_set_document):
8529         * shell/ev-window.c: (ev_window_dispose):
8530         
8531         Various small fixes, mostly memory leaks. Thanks to valgrind.
8532
8533 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8534
8535         * ps/ps-document.c: remove the locale.h include again ;-). And
8536         kill the (bogus) setlocale/savelocale business.
8537
8538 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8539
8540         * ps/ps-document.c:
8541         
8542         Include locale.h to fix build
8543         
8544         * shell/ev-sidebar.c:
8545         
8546         Remove unnecessary includes
8547
8548 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8549
8550         * dvi/dvi-document.c: (dvi_document_load):
8551         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8552         * po/POTFILES.in:
8553         
8554         Check for incorrect dvi files. Fix parsing dvi on AMD64
8555         platform. Thanks to tester@tester.ca (Olivier Crete).
8556
8557 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8558
8559         * shell/ev-page-action.c: (match_selected_cb),
8560         (display_completion_text), (match_completion), (update_model):
8561         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8562         (expand_open_links):
8563         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8564         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8565         (ev_sidebar_set_document):
8566         * shell/ev-window.c: (ev_window_xfer_job_cb),
8567         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8568         
8569         Fixed lot's of memory leaks, for example, memory leak on reload, 
8570         described in bug 307793.
8571
8572 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * pdf/ev-poppler.cc:
8575         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8576         (update_visible_range), (adjustment_changed_cb),
8577         (ev_sidebar_thumbnails_fill_model),
8578         (ev_sidebar_thumbnails_refresh),
8579         (ev_sidebar_tree_selection_changed),
8580         (ev_sidebar_icon_selection_changed),
8581         (ev_sidebar_thumbnails_use_icon_view),
8582         (ev_sidebar_thumbnails_set_document):
8583         * shell/ev-sidebar-thumbnails.h:
8584         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8585         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8586
8587         Refresh thumbnails when changing orientation. Not fully
8588         working yet becuase of a sidebar bug.
8589
8590         Set page orientation to poppler page everywhere. This sucks
8591         really need to fix poppler.
8592
8593 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8594
8595         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8596         (egg_recent_view_gtk_new_menu_item),
8597         (egg_recent_view_gtk_set_property),
8598         (egg_recent_view_gtk_get_property),
8599         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8600         (egg_recent_view_gtk_set_tooltip_func),
8601         (egg_recent_view_gtk_set_label_width),
8602         (egg_recent_view_gtk_get_label_width):
8603         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8604
8605         Sync with libegg (ellipsize labels)
8606
8607 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8608
8609         * data/evince-ui.xml:
8610         * shell/ev-window.c: (ev_window_cmd_go_forward),
8611         (ev_window_cmd_go_backward):
8612         
8613         Shift + PageUp moves 10 Pages. Fix for 306125
8614
8615 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * pdf/ev-poppler.cc:
8618
8619         Add a flag to check if orientation has been overriden
8620
8621 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8622
8623         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8624         field if necessary.
8625
8626         * ps/ps.h: add creator field to document.
8627
8628         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8629         set creator field.
8630
8631 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * data/evince-properties.glade:
8634         * shell/ev-properties.c: (ev_properties_set_document):
8635
8636         s/PDF Version/Format
8637
8638 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * shell/ev-properties.c: (ev_properties_set_document):
8641
8642         Remove unnecessary translations
8643
8644 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8645
8646         * cut-n-paste/toolbar-editor/Makefile.am:
8647
8648         Correct library name    
8649
8650 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * configure.ac:
8653         * cut-n-paste/recent-files/egg-recent-model.c:
8654         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8655         (egg_recent_model_unlock_file):
8656         * cut-n-paste/recent-files/egg-recent-util.c:
8657         (egg_recent_util_get_unique_id):
8658         * cut-n-paste/recent-files/update-from-egg.sh:
8659         * cut-n-paste/toolbar-editor/Makefile.am:
8660         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8661         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8662         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8663         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8664         (egg_toolbars_model_get_type):
8665         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8666
8667         Better makefile for toolbar editor and update everything
8668         to latest libegg.
8669
8670 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8671
8672         * shell/ev-window.c: (update_document_mode):
8673
8674         Prefer presentation mode when the document
8675         require fullscreen.
8676
8677 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8678
8679         * data/evince-ui.xml:
8680         * shell/ev-window.c:
8681
8682         Add control-equal for zooming
8683
8684 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8685
8686         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8687
8688 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8689
8690         * backend/ev-document.c: (ev_document_get_orientation):
8691         * backend/ev-document.h:
8692         * pdf/ev-poppler.cc:
8693         * ps/ps-document.c: (ps_document_get_orientation),
8694         (ps_document_set_orientation), (ps_document_document_iface_init):
8695
8696         Add a get_orientation api. Improve set_orientation.
8697
8698         * data/evince-ui.xml:
8699         * shell/ev-view.c: (ev_view_set_orientation),
8700         (ev_view_rotate_right), (ev_view_rotate_left):
8701         * shell/ev-view.h:
8702         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8703         (ev_window_cmd_edit_rotate_right):
8704
8705         Better ui for changing document orientation
8706
8707 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8708
8709         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8710         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8711         * shell/ev-sidebar-links.h:
8712         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8713         (ev_sidebar_page_iface_init):
8714         * shell/ev-sidebar-page.h:
8715         * shell/ev-sidebar-thumbnails.c:
8716         (ev_sidebar_thumbnails_get_property),
8717         (ev_sidebar_thumbnails_class_init),
8718         (ev_sidebar_thumbnails_set_document):
8719         * shell/ev-sidebar-thumbnails.h:
8720         * shell/ev-view.c: (ev_view_motion_notify_event):
8721         * shell/ev-window.c: (update_chrome_visibility),
8722         (ev_window_cmd_focus_page_selector),
8723         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8724         (sidebar_page_main_widget_update_cb), (ev_window_init):
8725         
8726         Autoraise toolbar on GoToPage binding and fix bindings in
8727         EvSidebarThumbnails page.
8728
8729 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8730
8731         * shell/ev-properties.c: (update_progress_label):
8732
8733         Hide the progress label when finished; bug #307697.
8734
8735 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8736
8737         * pdf/ev-poppler.cc:
8738
8739         Enable is_open for links, you will need poppler cvs
8740
8741         * shell/ev-properties.c: (job_fonts_finished_cb):
8742
8743         Get a lock on the document when filling the tree view
8744
8745 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8746
8747         * backend/ev-document-links.h:
8748         * pdf/ev-poppler.cc:
8749         * shell/ev-sidebar-links.c: (create_loading_model),
8750         (expand_open_links), (job_finished_callback):
8751
8752         Expand links when specified by the document.
8753         Depend on a poppler api (defined out for now)
8754
8755 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8756
8757         * shell/ev-properties.c: (ev_properties_dispose),
8758         (ev_properties_class_init), (dialog_destroy_cb),
8759         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8760         (ev_properties_set_document), (ev_properties_new),
8761         (ev_properties_show):
8762         * shell/ev-properties.h:
8763
8764         Make it an object, cleanup the code, api to show it as transient
8765         and to set the document.
8766
8767         * shell/ev-window.c: (ev_window_setup_document),
8768         (ev_window_cmd_file_properties):
8769
8770         Adapt to EvProperties changes, do not show multiple
8771         times, update it when document changes.
8772
8773 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8774
8775         * ps/gstypes.h:
8776         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8777         (ps_document_set_orientation), (ps_document_document_iface_init):
8778         * ps/ps-document.h:
8779
8780         Implement orientation here too
8781
8782         * shell/ev-properties.c: (ev_properties_new):
8783         * data/evince-properties.glade:
8784
8785         Hide the fonts page for backends that doesnt
8786         support it.     
8787
8788 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8789
8790         * backend/ev-document.c: (ev_document_set_orientation):
8791         * backend/ev-document.h:
8792         * pdf/ev-poppler.cc:
8793
8794         Add orientation api. Currently poppler api is not optimal,
8795         we need to set orientation every time we _get a page.
8796         I will try to fix that at some point.
8797
8798         * data/evince-ui.xml:
8799         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8800         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8801
8802         Add orientation menu items
8803
8804         * shell/ev-page-cache.c: (ev_page_cache_clear):
8805         * shell/ev-page-cache.h:
8806
8807         Add api to clear the cache
8808
8809         * shell/ev-view.c: (setup_caches), (clear_caches),
8810         (ev_view_set_document), (ev_view_zoom_out),
8811         (ev_view_set_orientation):
8812         * shell/ev-view.h:
8813
8814         Implement orientation changing
8815
8816 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8817
8818         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8819         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8820         * backend/ev-document-fonts.h:
8821
8822         Separate scan and fill so that we can incrementally fill from
8823         the main thread. Add a progress api.
8824
8825         * data/evince-properties.glade:
8826         * pdf/ev-poppler.cc:
8827         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8828         * shell/ev-jobs.h:
8829         * shell/ev-properties.c: (update_progress_label),
8830         (job_fonts_finished_cb), (setup_fonts_view):
8831
8832         Incrementally feel the list and show the progress
8833         percentage in a label like acrobat does.
8834
8835         You are going to need poppler cvs
8836
8837 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8838
8839         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8840         * backend/ev-document-fonts.h:
8841         * pdf/ev-poppler.cc:
8842
8843         Make fonts model fill incrementally.
8844
8845         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8846         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8847         (ev_job_queue_remove_job):
8848         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8849         (ev_job_fonts_new), (ev_job_fonts_run):
8850         * shell/ev-jobs.h:
8851
8852         New job for fonts scanning
8853
8854         * shell/ev-properties.c: (job_fonts_finished_cb),
8855         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8856         * shell/ev-properties.h:
8857         * shell/ev-window.c: (ev_window_cmd_file_properties):
8858
8859         Incrementally feel the treeview using the new job. Show Loading...
8860         message until scanning is completed.
8861
8862         Hopefully I didnt break the build without the poppler patch.
8863
8864 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8865
8866         * shell/ev-application.c: (ev_application_open):
8867         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8868         (ev_document_type_get_type), (ev_document_type_lookup):
8869         * shell/ev-document-types.h:
8870         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8871         * shell/ev-job-xfer.h:
8872         * shell/ev-window.c: (ev_window_clear_local_uri),
8873         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8874         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8875         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8876         
8877         Transfer remote documents to tmp directory to display them later.
8878
8879 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8880
8881         * backend/ev-document-info.h:
8882         * shell/ev-properties.c: (ev_properties_new):
8883
8884         s/GTime*/GTime. Not sure why we was using a pointer
8885         at all there!
8886
8887 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8888
8889         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8890         situations.  That situation is that you're using GTK+-HEAD with
8891         the patch at #306726 is applied, and you have a document with <
8892         1500 pages in it.  It's not quite as uniformly nice as the
8893         TreeView, but should be better in the long run.
8894
8895         I'm pretty sure I guarded against breaking compilation with
8896         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8897         I missed some.
8898
8899         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8900         widget yet, so I commented that code out
8901         enable_view_actions_for_widget() for now.  Need to figure this
8902         out.
8903
8904         * shell/ev-page-action.c (match_selected_cb): emit the right
8905         signals.  Our cool C-l completion now works.
8906
8907 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8908
8909         * backend/Makefile.am:
8910         * backend/ev-document-fonts.c:
8911         * backend/ev-document-links.c:
8912         * backend/ev-document.c: (ev_document_load):
8913         * backend/ev-document.h:
8914         * backend/ev-job-queue.c:
8915         * backend/ev-job-queue.h:
8916         * backend/ev-jobs.c:
8917         * backend/ev-jobs.h:
8918         * backend/ev-page-cache.c:
8919         * backend/ev-page-cache.h:
8920
8921         EvPageCache and EvJobs are moved to shell.
8922
8923         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8924         (ev_tmp_filename):
8925         * lib/ev-file-helpers.h:
8926         
8927         New helper to work with temporary files
8928         
8929         * shell/Makefile.am:
8930         * shell/ev-application.c: (ev_application_open):
8931         * shell/ev-application.h:
8932         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8933         (remove_job_from_async_queue), (add_job_to_async_queue),
8934         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8935         (handle_job), (search_for_jobs_unlocked),
8936         (no_jobs_available_unlocked), (ev_render_thread),
8937         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8938         (ev_job_queue_add_job), (move_job_async), (move_job),
8939         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8940         * shell/ev-job-queue.h:
8941         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8942         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8943         * shell/ev-job-xfer.h:
8944         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8945         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8946         (ev_job_links_class_init), (ev_job_render_init),
8947         (ev_job_render_dispose), (ev_job_render_class_init),
8948         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8949         (ev_job_thumbnail_class_init), (ev_job_load_init),
8950         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8951         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8952         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8953         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8954         * shell/ev-jobs.h:
8955         * shell/ev-page-action.c: (ev_page_action_set_document):
8956         * shell/ev-page-cache.c: (ev_page_cache_init),
8957         (ev_page_cache_class_init), (ev_page_cache_finalize),
8958         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8959         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8960         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8961         (ev_page_cache_get_title), (ev_page_cache_get_size),
8962         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8963         (ev_page_cache_get_height_to_page),
8964         (ev_page_cache_get_max_label_chars),
8965         (ev_page_cache_get_page_label),
8966         (ev_page_cache_has_nonnumeric_page_labels),
8967         (ev_page_cache_get_info), (ev_page_cache_next_page),
8968         (ev_page_cache_prev_page), (ev_page_cache_get):
8969         * shell/ev-page-cache.h:
8970         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8971         (ev_pixbuf_cache_clear_job_sizes),
8972         (ev_pixbuf_cache_add_jobs_if_needed),
8973         (ev_pixbuf_cache_set_page_range):
8974         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8975         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8976         * shell/ev-sidebar-thumbnails.c:
8977         (ev_sidebar_tree_selection_changed),
8978         (ev_sidebar_thumbnails_set_document):
8979         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8980         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8981         (ev_statusbar_get_context_id), (ev_statusbar_push),
8982         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8983         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8984         (ev_statusbar_set_progress):
8985         * shell/ev-statusbar.h:
8986         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8987         (ev_view_find_previous):
8988         * shell/ev-window.c: (ev_window_is_empty),
8989         (ev_window_setup_document), (password_dialog_response),
8990         (ev_window_clear_jobs), (ev_window_load_job_cb),
8991         (ev_window_xfer_job_cb), (ev_window_open_uri),
8992         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8993         (ev_window_print), (ev_window_print_range),
8994         (ev_window_state_event), (ev_window_cmd_view_reload),
8995         (menu_item_select_cb), (menu_item_deselect_cb),
8996         (view_status_changed_cb), (ev_window_dispose),
8997         (drag_data_received_cb), (ev_window_init):
8998         * shell/ev-window.h:
8999         * shell/main.c: (load_files):
9000         
9001         New statusbar to show progress on idle. Two new jobs - 
9002         xfer job and load job to load document in background. And update
9003         of page_cache clients to new location of code.
9004
9005 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9006
9007         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9008         selection in open dialog. It also remembers the last visited directory 
9009         in the current session.
9010
9011 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9012
9013         * shell/ev-properties.c: (ev_properties_new):
9014         * shell/ev-properties.h:
9015         * shell/ev-window.c: (ev_window_cmd_file_properties):
9016         
9017         Get document info from page cache instead of document itself.
9018         This should fix crash related to race conditions described in
9019         bug 306545.
9020
9021 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9022
9023         * ps/ps-document.c: (ps_document_init),
9024         (send_ps), (get_page_box), (output), (catchPipe), (input),
9025         (stop_interpreter), (file_length), (file_readable),
9026         (check_filecompressedb), (ps_document_enable_interpreter),
9027         (document_load), (ps_async_renderer_render_pixbuf):
9028         * ps/ps-document.h:
9029
9030         Big cleanup of the ps code
9031
9032 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9033
9034         * backend/Makefile.am:
9035         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9036         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9037         * backend/ev-async-renderer.h:
9038
9039         Add an async renderer interface (method + callback) which
9040         is useful for backends like ps.
9041
9042         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9043         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9044         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9045         (ev_job_queue_add_job), (move_job_async), (move_job),
9046         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9047
9048         Add queues for async renderer, these are executed on the
9049         main thread.
9050
9051         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9052         (ev_job_render_run):
9053         * backend/ev-jobs.h:
9054
9055         If the backend support async renderer interface use it.
9056
9057         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9058         (setup_pixmap), (ps_document_get_type),
9059         (ps_async_renderer_render_pixbuf),
9060         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9061
9062         Implement async renderer interface.
9063
9064 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9065
9066         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9067
9068         Cleanup links job on exit.
9069
9070 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9071
9072         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9073         (drag_data_get_cb), (drag_data_received_cb):
9074         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9075         (drag_data_get_cb), (parse_item_list),
9076         (egg_toolbar_editor_load_actions):
9077         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9078         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9079         (parse_item_list), (parse_toolbars):
9080         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9081         (dvi_pixbuf_put_pixel):
9082         
9083         Fix gcc 4.0 warnings
9084
9085 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9086
9087         * ps/ps-document.c: (start_interpreter):
9088
9089         Fix warning when loading ps
9090
9091 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * ps/ps-document.c: (output):
9094
9095         Fix crash when priting gs error messages.
9096
9097 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * backend/ev-page-cache.c: (_ev_page_cache_new):
9100         * backend/ev-page-cache.h:
9101
9102         Use a const to return title so that we dont double
9103         free it. Small cleanup and fix a leak.
9104
9105         * shell/ev-window.c: (update_window_title):
9106
9107         strdup value from get_title.
9108
9109 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9110
9111         * shell/ev-sidebar-links.c: (job_finished_callback),
9112         (ev_sidebar_links_set_document):
9113
9114         Cleanup the old job when changing document
9115
9116 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * shell/ev-stock-icons.c:
9119         * shell/ev-stock-icons.h:
9120         * shell/ev-window.c:
9121         
9122         Add stock icons for actions that can appear in toolbar. Fix for
9123         bug 306566.
9124
9125 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126
9127         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9128         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9129         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9130         * backend/ev-page-cache.h:
9131         * shell/ev-view.c: (scroll_to_current_page),
9132         (view_update_range_and_current_page), (get_page_y_offset),
9133         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9134         (ev_view_size_request_continuous),
9135         (ev_view_zoom_for_size_continuous_and_dual_page),
9136         (ev_view_zoom_for_size_continuous):
9137         
9138         More compact EvView layout in document with pages of different size.
9139
9140 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9141
9142         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9143         compilation.
9144
9145 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9146
9147         * shell/ev-view.c: (view_set_adjustment_values):
9148         * shell/ev-window.c: (ev_window_cmd_file_properties):
9149         
9150         A bit different fix for rounding problem but it has no
9151         problems on startup. Make properties window transient to parent.
9152
9153 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9154
9155         * pdf/ev-poppler.cc:
9156         
9157         More commenting of font stuff.
9158
9159 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * pdf/ev-poppler.cc:
9162
9163         Comment out some more fonts stuff. Should really
9164         work without the poppler patch now.
9165
9166 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9167
9168         * pdf/ev-poppler.cc:
9169
9170         Adapt to api change
9171
9172 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9173
9174         * data/evince-properties.glade:
9175         * pdf/ev-poppler.cc:
9176         * shell/ev-properties.c: (setup_fonts_view):
9177
9178         Set the column title. Show the dialog only
9179         once everything is setup.
9180         Getting font info can be very slow... will
9181         prolly need to make this threaded too.
9182
9183 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9184
9185         * backend/Makefile.am:
9186         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9187         (ev_document_fonts_get_fonts_model):
9188         * backend/ev-document-fonts.h:
9189         * data/evince-properties.glade:
9190         * pdf/ev-poppler.cc:
9191         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9192         * shell/ev-properties.h:
9193         * shell/ev-window.c: (ev_window_cmd_file_properties):
9194
9195         Implement fonts list. Defined out for now, since it depends
9196         on a not yet committed poppler patch.
9197
9198 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9199
9200         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9201         page + 1.
9202
9203         * shell/ev-window.c: Make sure we add the timeout when we get a
9204         focus-in event.
9205
9206         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9207         adjustment->value before calculating the zoom factor to average
9208         out all of our rounding errors.  The page no longer 'drifts' when
9209         resizing.
9210
9211 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * data/evince-properties.glade:
9214         * shell/ev-properties.c: (ev_properties_format_date),
9215         (set_property):
9216         
9217         Labels don't expand when the dialogue is resized.
9218         strftime result needs to be converted to UTF-8. Thanks
9219         to Christian Persch <chpe@gnome.org>.
9220
9221 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9222
9223         * data/evince-properties.glade:
9224
9225         Hide the fonts tab
9226
9227 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9228
9229         * backend/ev-document-info.h:
9230         * backend/ev-document.c: (ev_document_info_free):
9231         * data/evince-properties.glade:
9232         * pdf/ev-poppler.cc:
9233         * ps/ps-document.c: (ps_document_get_info):
9234         * shell/ev-properties.c: (ev_properties_format_date),
9235         (set_property), (ev_properties_new):
9236         * shell/ev-properties.h:
9237         * shell/ev-window.c: (ev_window_cmd_file_properties):
9238
9239         Rework properties code to take only EvPropertyInfo
9240         in the constructor so that it can be useful for
9241         nautilus plugin too.
9242
9243         Deal with backends that doesnt support some properties.
9244         Make set property code generic.
9245
9246 2005-06-04  Christian Persch <chpe@gnome.org>
9247
9248         * data/evince-properties.glade:
9249
9250         fix spacings, make resizeable, and make data labels
9251         selectable + ellipsised
9252
9253 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9254
9255         * backend/ev-document-info.h:
9256         * data/Makefile.am:
9257         * data/evince-ui.xml:
9258         * pdf/ev-poppler.cc:
9259         * shell/Makefile.am:
9260         * shell/ev-window.c: (update_action_sensitivity),
9261         (ev_window_cmd_file_properties):
9262
9263         Initial go at file properties. Patch by
9264         Emil Soleyman-Zomalan <emil@soleyman.com>.
9265         Needs love see #169583
9266
9267 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9268
9269         * ps/ps-document.c: (output):
9270         * ps/ps.c: (psscan):
9271
9272         Try to render even if psscan fails.
9273
9274 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9275
9276         * ps/ps.c: (psscan), (pscopydoc):
9277
9278         Port buffered reading code from gv
9279
9280 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9281
9282         * ps/ps-document.c: (interpreter_message), (output):
9283
9284         Do not fail on interpreter messages
9285
9286 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9287
9288         * backend/ev-document-misc.c:
9289         (ev_document_misc_get_thumbnail_frame):
9290
9291         Pages can be 0 x 0, dont assert on this case
9292
9293 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9294
9295         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9296         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9297
9298         Correctly manage our reference on document. Finally the reload
9299         huge leak is gone...
9300
9301 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9302
9303         * ps/ps-document.c: (ps_document_dispose):
9304
9305         Forgot to chain it to the parent. Thanks chpe.
9306
9307 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9308
9309         * ps/ps-document.c: (ps_document_dispose),
9310         (ps_document_class_init), (stop_interpreter), (document_load):
9311
9312         Cleanup dispose a bit. Dont leak the whole pixmap.
9313
9314 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9315
9316         * pdf/ev-poppler.cc:
9317
9318         Release the poppler document on dispose
9319
9320 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9321
9322         * shell/ev-view.c: (ev_view_set_document):
9323
9324         Release ref on the pixbuf cache when changing
9325         document.
9326
9327 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9328
9329         * ps/ps-document.c: (ps_document_get_info):
9330
9331         Fix a double free
9332
9333 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9334
9335         * backend/ev-page-cache.c: (ev_page_cache_init),
9336         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9337         * backend/ev-page-cache.h:
9338         * shell/ev-page-action.c: (page_changed_cb):
9339         
9340         Set page action entry width depending on labels width. Fix
9341         for bug 305202.
9342
9343 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9344
9345         * backend/ev-link.c: (ev_link_class_init):
9346
9347         Allow -1 as page value (error)
9348
9349 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9350
9351         * shell/ev-sidebar-thumbnails.c:
9352         (ev_sidebar_thumbnails_set_document):
9353         * shell/ev-view.c: (scroll_to_current_page),
9354         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9355         (page_changed_cb), (on_adjustment_value_changed),
9356         (ev_view_set_document):
9357
9358         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9359         Fix bug 305377
9360
9361 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9362
9363         * configure.ac:
9364         * djvu/djvu-document.c: (djvu_document_get_page_size):
9365
9366         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9367         bug 301993.
9368
9369 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9370
9371         * shell/ev-view.c (draw_one_page): modify the expose handling to
9372         get the shadows.
9373
9374         * shell/ev-window.c (update_action_sensitivity): Respect
9375         permissions field.  Kowtow to the man.
9376
9377         * pdf/ev-poppler.cc: Get the permissions field.
9378
9379         * tiff/*c: Make a tiny bit more robust.
9380
9381 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9382
9383         * djvu/djvu-document.c:
9384         
9385         Pop messages from djvu context message queue.
9386
9387 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9388
9389         * configure.ac, Makefile.am, shell/Makefile.am:
9390         * tiff/Makefile.am, shell/ev-document-types.c:
9391         
9392         Cleanup tiff configure checks. Fix for bug 305218.
9393
9394 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9395
9396         * configure.ac: Added "uk" to ALL_LINGUAS.
9397
9398 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9399
9400         * cut-n-paste/zoom-control/ephy-zoom.c:
9401         (ephy_zoom_get_changed_zoom_level):
9402         * cut-n-paste/zoom-control/ephy-zoom.h:
9403         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9404         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9405         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9406         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9407         (zoom_control_changed_cb), (ev_window_init):
9408         
9409         Fix minor points related to moving best fit up. Introduce
9410         "zoom" property and make zoom control change it's value on
9411         notify::zoom signals. Fix for 305080.
9412
9413 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9414
9415         * data/evince-ui.xml:
9416         * shell/ev-window.c: (set_view_actions_sensitivity):
9417         
9418         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9419
9420 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9421
9422         * configure.ac:
9423
9424         Depends on poppler 0.3.2
9425
9426 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9427
9428         * cut-n-paste/recent-files/egg-recent-item.c:
9429         (egg_recent_item_get_short_name):
9430         * cut-n-paste/toolbar-editor/Makefile.am:
9431         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9432         (new_pixbuf_from_widget):
9433         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9434         * cut-n-paste/toolbar-editor/egg-marshal.c:
9435         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9436         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9437
9438         Sync
9439
9440 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9441
9442         * tiff/tiff-document.c: Rough TIFF backend.
9443
9444 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9445
9446         * NEWS:
9447         * configure.ac:
9448         * cut-n-paste/toolbar-editor/Makefile.am:
9449
9450         Release 0.3.1
9451
9452 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9453
9454         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9455         (ev_view_find_next), (ev_view_find_previous):
9456
9457         Remove the locks around get_n_results   
9458
9459 2005-05-21  Juerg Billeter  <j@bitron.ch>
9460
9461         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9462
9463         Pass correct number of pages to poppler.
9464
9465 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9466
9467         * configure.ac:
9468         * data/Makefile.am:
9469         * data/evince.desktop.in: 
9470         * data/evince.desktop.in.in:
9471         * po/POTFILES.in:
9472         
9473         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9474
9475 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9476
9477         * shell/ev-view.c: (view_update_adjustments),
9478         (view_set_adjustment_values): cast adjustmen->value to (int)
9479         before using it.  Otherwise, we get off by a pixel in some
9480         situations.
9481
9482         (draw_one_page): Draw the border on expose.
9483
9484 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9485
9486         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9487         adjustment when the mode changes, #304923
9488
9489 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9490
9491         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9492         flickering on resize but still use gdk_window_scroll on
9493         scrolling
9494
9495 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9496
9497         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9498         option, #170458
9499
9500 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9501
9502         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9503         second page on page_changed if possible, #304669
9504
9505 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9506
9507         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9508         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9509
9510 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9511
9512         * .cvsignore:
9513         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9514         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9515         (ev_view_zoom_for_size_presentation),
9516         (ev_view_zoom_for_size_continuous_and_dual_page),
9517         (ev_view_zoom_for_size_continuous),
9518         (ev_view_zoom_for_size_dual_page),
9519         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9520         * shell/ev-view.h:
9521         * shell/ev-window.c: (update_view_size),
9522         (ev_window_sizing_mode_changed_cb):
9523
9524         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9525         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9526         an infinite loop, #304769
9527
9528
9529 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9530
9531         * data/evince-ui.xml:
9532         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9533         * shell/ev-window.c: (set_view_actions_sensitivity):
9534
9535         Make PgUp/Down behave like Space
9536
9537 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9538
9539         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9540         * backend/ev-ps-exporter.h:
9541         * pdf/ev-poppler.cc:
9542         * ps/ps-document.c: (ps_document_ps_export_begin):
9543         * shell/ev-print-job.c: (idle_print_handler):
9544
9545         Adapt to new poppler api
9546
9547 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9548
9549         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9550         (ephy_zoom_control_init):
9551
9552         Translate zoom levels
9553
9554 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9555
9556         * cut-n-paste/zoom-control/ephy-zoom.c:
9557         (ephy_zoom_get_zoom_level_index):
9558
9559         Fix current zoom -> zoom control match
9560
9561 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9562
9563         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9564         rather than the scrolled_window that it's in. Fixes bug #304655.
9565
9566 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9567
9568         * shell/ev-view.c: (view_update_adjustments),
9569         (view_set_adjustment_values), (view_update_range_and_current_page),
9570         (view_scroll_to_page), (set_scroll_adjustment),
9571         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9572         (ev_view_scroll), (ev_view_scroll_view),
9573         (ensure_rectangle_is_visible), (find_page_at_location),
9574         (get_link_at_location), (go_to_link), (status_message_from_link),
9575         (ev_view_size_request_continuous_dual_page),
9576         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9577         (ev_view_unrealize), (ev_view_expose_event),
9578         (ev_view_button_press_event), (ev_view_motion_notify_event),
9579         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9580         (draw_rubberband), (highlight_find_results), (draw_one_page),
9581         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9582         (ev_view_init), (find_changed_cb), (page_changed_cb),
9583         (on_adjustment_value_changed), (ev_view_new),
9584         (ev_view_set_document), (ev_view_set_zoom),
9585         (ev_view_set_continuous), (ev_view_set_dual_page),
9586         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9587         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9588         (ev_view_zoom_for_size_presentation),
9589         (ev_view_zoom_for_size_continuous_dual_page),
9590         (ev_view_zoom_for_size_continuous),
9591         (ev_view_zoom_for_size_dual_page),
9592         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9593         (ev_view_get_status), (ev_view_set_status),
9594         (update_find_status_message), (ev_view_get_find_status),
9595         (ev_view_set_find_status), (jump_to_find_result),
9596         (jump_to_find_page), (compute_selections), (clear_selection),
9597         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9598         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9599         (ev_view_update_primary_selection),
9600         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9601         * shell/ev-view.h:
9602         * shell/ev-window.c: (ev_window_open_page_label),
9603         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9604         (ev_window_init):
9605         * shell/ev-window.h:
9606         * shell/main.c: (load_files):
9607
9608         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9609         when resizing.  Remove the bin_window().  Also, patch from James
9610         Bowes to fix command line page, #300641
9611         
9612 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9613
9614         * data/evince-ui.xml:
9615         * shell/ev-view.c:
9616         * shell/ev-view.h:
9617         * shell/ev-window.c: (update_action_sensitivity):
9618
9619         Get rid of View->Normal Size, it's just confusing
9620
9621 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9622
9623         * backend/ev-document-info.h:
9624         * backend/ev-document.c: (ev_document_info_free): Free the
9625         EvDocumentInfo.
9626
9627         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9628         (clear_range), (add_range), (update_visible_range),
9629         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9630         (ev_sidebar_thumbnails_set_document):
9631         * shell/ev-window.c: (ev_window_setup_document): Only render the
9632         visible thumbnails.  It takes an instant to render, but it uses
9633         much less memory.
9634
9635 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9636
9637         * shell/ev-sidebar-links.c: (popup_menu_cb):
9638
9639         Select first item
9640
9641 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * lib/Makefile.am:
9644         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9645         (button_press_cb), (ev_sidebar_links_construct):
9646
9647         Show the popup menu also on keybindings
9648
9649 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9650
9651         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9652         * shell/ev-window.h:
9653
9654         Expose api to print a range (with dialog). Make private _print use
9655         it.
9656
9657         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9658         (ev_sidebar_links_construct):
9659
9660         Show a print context menu on linkx, it prints the selected
9661         section.
9662
9663 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9664
9665         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9666         button.
9667
9668 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9669
9670         * AUTHORS:
9671
9672         Update
9673
9674         * shell/ev-window.c: (build_comments_string),
9675         (ev_window_cmd_help_about):
9676
9677         Show poppler version/backend and authors
9678
9679 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9680
9681         * cut-n-paste/zoom-control/ephy-zoom.c:
9682         (ephy_zoom_get_zoom_level_index):
9683         * cut-n-paste/zoom-control/ephy-zoom.h:
9684
9685         Move the best fit items at the top of the list
9686
9687 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * shell/ev-marshal.list:
9690         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9691         (activate_cb), (match_selected_cb), (activate_link_cb),
9692         (connect_proxy), (ev_page_action_class_init):
9693         * shell/ev-page-action.h:
9694
9695         Use signals to notify action activation. Hopefully
9696         I did not break completion since I cant test...
9697
9698         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9699         (register_custom_actions):
9700
9701         Connect to page selector actions and also grab focus on
9702         the view when activated.
9703
9704 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9705
9706         * pdf/ev-poppler.cc:
9707         * backend/ev-page-cache.c: make page size calculation consistent
9708         and set it to (int)( width * scale + 0.5).  This makes the weird
9709         line going through the middle of the page go away.
9710
9711         * shell/ev-view.c: move painting the background page after
9712         checking the expose area covers us.
9713
9714 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9715
9716         * data/evince-password.glade:
9717         
9718         Mark labels as not translatable. Fix for bug 302842.
9719
9720 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9721
9722         * configure.ac: Added "es" to ALL_LINGUAS.
9723
9724 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9725
9726         * data/evince-toolbar.xml:
9727         * shell/ev-window.c: (update_action_sensitivity),
9728         (ev_window_setup_document), (ev_window_set_page_mode),
9729         (ev_window_init):
9730
9731         Remove some leftover code from jrb first continous
9732         attempt. Use the new actions, we still need good icons
9733         though...
9734
9735 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9736
9737         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9738
9739         Update label when connecting proxy. Fix a warning with NULL
9740         page_cache.
9741
9742 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9743
9744         * data/evince-ui.xml:
9745         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9746         * shell/ev-page-action.h:
9747         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9748
9749         Add mnemonic for edit toolbar.
9750         ctrl+l focus the page entry.
9751
9752 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9753
9754         * lib/Makefile.am:
9755         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9756         (ev_window_init):
9757         * shell/main.c: (main):
9758
9759         Put the toolbar xml in evince own dot dir
9760
9761 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9762
9763         * shell/ev-window.c: (ev_window_init):
9764
9765         Make the toolbar not removable
9766
9767 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9768
9769         * data/evince-ui.xml:
9770         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9771         * shell/ev-sidebar-links.h:
9772         * shell/ev-sidebar-thumbnails.c:
9773         (ev_sidebar_thumbnails_get_treeview):
9774         * shell/ev-sidebar-thumbnails.h:
9775         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9776         (ev_view_class_init):
9777         * shell/ev-view.h:
9778         * shell/ev-window.c: (update_action_sensitivity),
9779         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9780         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9781         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9782         (ev_window_init):
9783
9784         This is evil... Make space/backspace global accelerators but
9785         enable them only for some widgets (sidebars and view).
9786         I dont like it, but I dont know a better way... :/
9787
9788 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9789
9790         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9791         (ev_page_action_widget_finalize),
9792         (ev_page_action_widget_class_init), (update_page_cache):
9793
9794         Keep a weak reference on proxy->page_cache so that we
9795         dont try to disconnect the signal if the object is already
9796         gone. Maybe there is a better way to cleanup reference handling
9797         in page action though...
9798
9799 2005-05-10  Juerg Billeter  <j@bitron.ch>
9800
9801         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9802         * backend/ev-ps-exporter.h:
9803         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9804         * ps/ps-document.c: (ps_document_ps_export_begin):
9805         
9806         Change api to pass print range to ps_exporter_begin. The pdf backend
9807         requires this information.
9808         
9809         * shell/ev-print-job.c: (idle_print_handler):
9810         
9811         Adapt to api change
9812
9813 2005-05-10  Juerg Billeter  <j@bitron.ch>
9814
9815         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9816         (idle_print_handler)
9817         * shell/ev-window.c: (ev_window_print):
9818
9819         Support printing page range, based on patch by Amaury Jacquot
9820
9821 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9822
9823         * data/evince-toolbar.xml:
9824
9825         Add zoom control to available items
9826
9827 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9828
9829         * shell/ev-window.c: (update_action_sensitivity):
9830
9831         Set slash action insensitive when appropriate
9832
9833 2005-05-10  Christian Persch <chpe@gnome.org>
9834
9835         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9836
9837         Fix warning on the overflow menu
9838
9839 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9842
9843         Check for uri correctness/existence
9844
9845 2005-05-09  Juerg Billeter  <j@bitron.ch>
9846
9847         * shell/ev-window.c: (using_postscript_printer):
9848
9849         LPD printers use postscript, too
9850
9851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * shell/ev-window.c: (register_custom_actions):
9854
9855         The zoom one is actually sort of useful,
9856         put it back
9857
9858 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9859
9860         * shell/ev-window.c: (register_custom_actions):
9861
9862         Hide page/zoom controls from overflow, they
9863         are useless.
9864
9865 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * cut-n-paste/update-from-egg.sh:
9868         
9869         Share it between all cut-n-paste subdirs
9870
9871         * cut-n-paste/recent-files/Makefile.am:
9872
9873         Fix to use "global" update-from-egg.sh
9874
9875         * cut-n-paste/recent-files/egg-recent-model.c:
9876         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9877         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9878         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9879         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9880
9881         Update from libegg
9882
9883         * cut-n-paste/toolbar-editor/Makefile.am:
9884
9885         Fix to use "global" update-from-egg.sh
9886
9887         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9888
9889         Update from libegg
9890
9891 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9892
9893         * configure.ac:
9894         * cut-n-paste/Makefile.am:
9895         * cut-n-paste/recent-files/Makefile.am:
9896         * cut-n-paste/toolbar-editor/.cvsignore:
9897         * cut-n-paste/toolbar-editor/Makefile.am:
9898         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9899         (egg_editable_toolbar_get_type), (get_toolbar_position),
9900         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9901         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9902         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9903         (set_item_drag_source), (create_item_from_action), (create_item),
9904         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9905         (popup_toolbar_context_menu_cb), (free_dragged_item),
9906         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9907         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9908         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9909         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9910         (item_added_cb), (item_removed_cb),
9911         (egg_editable_toolbar_construct),
9912         (egg_editable_toolbar_disconnect_model),
9913         (egg_editable_toolbar_deconstruct),
9914         (egg_editable_toolbar_set_model),
9915         (egg_editable_toolbar_set_ui_manager),
9916         (egg_editable_toolbar_set_property),
9917         (egg_editable_toolbar_get_property),
9918         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9919         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9920         (egg_editable_toolbar_new_with_model),
9921         (egg_editable_toolbar_get_edit_mode),
9922         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9923         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9924         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9925         (new_pixbuf_from_widget), (new_separator_pixbuf),
9926         (update_separator_image), (style_set_cb),
9927         (_egg_editable_toolbar_new_separator_image),
9928         (egg_editable_toolbar_get_model):
9929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9930         * cut-n-paste/toolbar-editor/egg-marshal.c:
9931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9932         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9933         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9934         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9935         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9936         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9937         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9938         (editor_drag_data_delete_cb), (drag_data_get_cb),
9939         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9940         (editor_create_item), (update_editor_sheet), (setup_editor),
9941         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9942         (parse_item_list), (model_has_action), (update_actions_list),
9943         (egg_toolbar_editor_load_actions):
9944         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9945         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9946         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9947         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9948         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9949         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9950         (egg_toolbars_model_add_separator), (impl_add_item),
9951         (parse_item_list), (egg_toolbars_model_add_toolbar),
9952         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9953         (impl_get_item_data), (impl_get_item_type),
9954         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9955         (egg_toolbars_model_init), (free_toolbar),
9956         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9957         (egg_toolbars_model_remove_toolbar),
9958         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9959         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9960         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9961         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9962         (egg_toolbars_model_get_item_data),
9963         (egg_toolbars_model_get_item_type):
9964         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9965         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9966         * data/Makefile.am:
9967         * data/evince-toolbar.xml:
9968         * data/evince-ui.xml:
9969         * data/hand-open.png:
9970         * po/POTFILES.in:
9971         * shell/Makefile.am:
9972         * shell/ev-window.c: (update_chrome_visibility),
9973         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9974         (ev_window_dispose), (ev_window_init):
9975
9976         Implement epiphany like toolbar editor. Based on patch by
9977         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9978
9979 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9982
9983         Use set_cursor instead of set_selection, so that
9984         the keyboard focus moves too.
9985
9986 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9987
9988         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9989
9990         Fix infinite loop when loading Type1 fonts
9991
9992 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9993
9994         * data/evince-ui.xml:
9995         * shell/ev-window.c:
9996
9997         Slash -> Find
9998
9999 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10000
10001         * configure.ac:
10002
10003         Make --disable really disable
10004
10005 2005-05-07  Juerg Billeter  <j@bitron.ch>
10006
10007         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10008
10009         Compare page labels even without has_labels set, fixes setting page
10010         with entry
10011
10012 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10013
10014         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10015         (ev_view_set_cursor), (ev_view_button_press_event),
10016         (ev_view_motion_notify_event), (ev_view_button_release_event),
10017         (ev_view_init):
10018
10019         Implement middle button scrolling. Based on a patch
10020         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10021
10022 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10023
10024         * shell/ev-document-types.c: (get_slow_mime_type),
10025         (get_document_type_from_mime), (ev_document_type_lookup):
10026         * shell/ev-document-types.h:
10027
10028         Change api to lookup from uri. Do fast lookup first, if the
10029         type is unknown try with data sniffing.
10030
10031         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10032         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10033
10034         Adapt to api change
10035
10036 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10037
10038         * thumbnailer/Makefile.am:
10039
10040         Fix distcheck
10041
10042 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10043
10044         * NEWS:
10045         * configure.ac:
10046
10047         Release 0.3.0
10048
10049         * data/evince-ui.xml:
10050
10051         Hide presentation mode for now
10052
10053         * shell/ev-view.c: (highlight_find_results):
10054
10055         Show current find selection only on current page
10056
10057 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10058
10059         * shell/ev-view.c: (ev_view_select_all):
10060
10061         Compute size of the actual page, not of
10062         the current one.
10063
10064 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10065
10066         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10067         (view_rect_to_doc_rect), (compute_selections),
10068         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10069         (ev_view_copy), (ev_view_primary_get_cb),
10070         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10071         (ev_view_button_press_event), (ev_view_motion_notify_event),
10072         (ev_view_button_release_event), (page_changed_cb):
10073
10074         Fix text selection
10075
10076 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10077
10078         * shell/ev-view.c: (compute_border), (get_page_extents),
10079         (doc_rect_to_view_rect), (highlight_find_results),
10080         (ev_view_bin_expose), (ev_view_select_all),
10081         (ev_view_motion_notify_event), (update_find_status_message),
10082         (jump_to_find_result), (jump_to_find_page):
10083
10084         First go at fixing search, still buggy
10085
10086 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10087
10088         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10089         dropdown box and button at the top of the sidebar.
10090
10091 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10092
10093         * configure.ac: Output zoom-control Makefile.
10094         * cut-n-paste/Makefile.am: build zoom-control subdir.
10095         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10096         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10097         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10098         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10099         * cut-n-paste/zoom-control/ephy-zoom.c:
10100         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10101         from epiphany, and modified to add a separator into the menu.
10102         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10103         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10104         zoom-control action.
10105         * shell/Makefile.am: Include zoom-control flags.
10106         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10107         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10108         (ev_view_zoom_for_size_presentation),
10109         (ev_view_zoom_for_size_continuous_and_dual_page),
10110         (ev_view_zoom_for_size_continuous),
10111         (ev_view_zoom_for_size_dual_page),
10112         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10113         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10114         ev_view_get_zoom and ev_view_get_sizing_mode.
10115         * shell/ev-view.h:
10116         * shell/ev-window.c: (update_action_sensitivity),
10117         (update_sizing_buttons), (zoom_control_changed_cb),
10118         (register_custom_actions): Initialize and use the zoom-control 
10119         widget.
10120
10121 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10122
10123         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10124         preview cache back to 1.  Don't know when it got set to 0.
10125         
10126         * shell/ev-view.c: (compute_border), (ev_view_realize),
10127         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10128         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10129         (ev_view_get_fullscreen), (ev_view_set_presentation),
10130         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10131         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10132         * shell/ev-view.h:
10133         * shell/ev-window.c:
10134         (update_chrome_visibility),
10135         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10136         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10137         (update_document_mode), (ev_window_update_fullscreen_action),
10138         (ev_window_fullscreen), (ev_window_unfullscreen),
10139         (ev_window_cmd_view_fullscreen),
10140         (ev_window_update_presentation_action),
10141         (ev_window_run_presentation), (ev_window_stop_presentation),
10142         (ev_window_cmd_view_presentation), (ev_window_state_event),
10143         (ev_window_focus_in_event), (ev_window_focus_out_event),
10144         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10145         * data/evince-ui.xml: Initial presentation mode.  We should
10146         probably hide this until it's done, as it's quite rough.  Also,
10147         change full-screen to fullscreen and add two getters to EvView.
10148
10149 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10150
10151         * shell/ev-page-action.c: (update_page_cache),
10152         (ev_page_action_dispose):
10153         * shell/ev-window.c: (destroy_fullscreen_popup),
10154         (ev_window_create_fullscreen_popup):
10155
10156         Use connect_object rather than explicitly
10157         disconnect on dispose.
10158
10159 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10160
10161         * shell/ev-page-action.c: (update_page_cache),
10162         (ev_page_action_dispose):
10163
10164 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10165
10166         * backend/ev-page-cache.c: (_ev_page_cache_new),
10167         (ev_page_cache_set_page_label),
10168         (ev_page_cache_has_nonnumeric_page_labels):
10169         * backend/ev-page-cache.h:
10170         * shell/ev-page-action.c: (update_pages_label):
10171         
10172         If all page labels are numeric, fallback to default
10173         way to display number of pages. See bug 173185.
10174
10175 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10176
10177         * shell/ev-page-action.c: (ev_page_action_dispose):
10178         * shell/ev-view.c: (view_update_range_and_current_page):
10179         * shell/ev-window.c: (ev_window_dispose):
10180         
10181         Set page on scroll in continuous mode. Fixes bug 301986.
10182         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10183
10184 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10185
10186         * configure.ac:
10187
10188         Require poppler 0.3.0
10189
10190 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10191         
10192         * shell/Makefile.am, configure.ac: Fix build problems
10193         with t1lib. Bug 301996.
10194
10195 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10196
10197         * shell/ev-view.c: (ev_view_scroll_event):
10198         
10199         Scroll up increase zoom
10200
10201 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10202
10203         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10204         (ev_view_set_sizing_mode),
10205         (ev_view_zoom_for_size_continuous_and_dual_page),
10206         (ev_view_zoom_for_size_continuous):
10207         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10208         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10209         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10210         (ev_window_init):
10211
10212         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10213         Fix for 165473 and 165472.
10214
10215 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10216
10217         * po/POTFILES.in:
10218         * thumbnailer/Makefile.am:
10219         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10220         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10221         * thumbnailer/evince-thumbnailer.schemas.in:
10222         
10223         Make thumbnailer schemas translatable. Fix for bug 301773
10224         
10225         * thumbnailer/evince-thumbnailer-djvu.schemas:
10226         * thumbnailer/evince-thumbnailer-dvi.schemas:
10227         * thumbnailer/evince-thumbnailer.schemas:
10228
10229         Removed files
10230
10231 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10232
10233         * shell/ev-view.c (ev_view_init): forgot to set this.
10234
10235 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10236
10237         * shell/ev-view.c: (find_page_at_location),
10238         (get_link_at_location),
10239         (ev_view_set_show_border), (ev_view_set_spacing),
10240         (ev_view_zoom_for_size_continuous_and_dual_page),
10241         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10242         Also, add a quick fix measuring of widths.  Also, removed
10243         ev_view_set_spacing and ev_view_set_show_border.
10244         
10245         * shell/ev-window.c: (ev_window_unfullscreen),
10246         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10247
10248 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10249
10250         * shell/ev-view.c: (view_update_range_and_current_page),
10251         (page_changed_cb):
10252         
10253         Fix crash on exit and scrolling to page in continuous view.
10254
10255 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10256
10257         * TODO:
10258         * backend/ev-page-cache.c: (_ev_page_cache_new),
10259         (ev_page_cache_get_max_width_size),
10260         (ev_page_cache_get_max_height_size):
10261         * backend/ev-page-cache.h:
10262         * data/evince-ui.xml:
10263         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10264         * shell/ev-view.c: (view_update_adjustments),
10265         (view_update_range_and_current_page), (get_bounding_box_size),
10266         (ev_view_size_request_continuous_and_dual_page),
10267         (ev_view_size_request_continuous),
10268         (ev_view_size_request_dual_page),
10269         (ev_view_size_request_single_page), (ev_view_size_request),
10270         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10271         (ev_view_bin_expose), (ev_view_expose_event),
10272         (ev_view_set_property), (ev_view_get_property),
10273         (ev_view_class_init), (ev_view_init), (ev_view_new),
10274         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10275         (ev_view_set_dual_page), (ev_view_set_full_screen),
10276         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10277         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10278         (ev_view_zoom_out), (zoom_for_size_fit_width),
10279         (zoom_for_size_best_fit),
10280         (ev_view_zoom_for_size_continuous_and_dual_page),
10281         (ev_view_zoom_for_size_continuous),
10282         (ev_view_zoom_for_size_dual_page),
10283         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10284         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10285         * shell/ev-view.h:
10286         * shell/ev-window.c: (update_action_sensitivity),
10287         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10288         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10289         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10290         (ev_window_cmd_view_zoom_out), (update_view_size),
10291         (ev_window_set_sizing_mode), (ev_window_init):
10292
10293         Add Continuous and Dual page modes.
10294
10295 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10296
10297         * dvi/dvi-document.c: (dvi_document_load),
10298         (dvi_document_thumbnails_get_thumbnail),
10299         (dvi_document_init_params): Fix up some mixups between
10300         width and height to correct thumbnail rendering.
10301
10302 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10303
10304         * dvi/mdvi-lib/private.h:
10305         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10306         
10307         Suppess output for kpathsea during font generation. Thanks to
10308         James Bowes
10309
10310 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * NEWS:
10313         * configure.ac:
10314
10315         Release 0.2.1
10316
10317         * Makefile.am: fix distcheck.
10318
10319 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10320
10321         * shell/ev-sidebar-links.c: (selection_changed_callback),
10322         (update_page_callback), (row_activated_callback),
10323         (job_finished_callback), (ev_sidebar_links_set_document):
10324         
10325         Fix for bug #169901. Double click on links expands tree.
10326
10327 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10328
10329         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10330         hard-coded style. Fix for bug 170111
10331
10332 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10333
10334         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10335         locking.
10336
10337 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10338
10339         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10340
10341 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10342
10343         * pdf/ev-poppler.cc:
10344         * shell/ev-view.c: (highlight_find_results):
10345
10346         Fix find on single page documents
10347
10348 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10349
10350         * data/evince.schemas.in: fix for bug 301390
10351
10352 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10353
10354         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10355         (ev_view_zoom_out), (ev_view_zoom_normal):
10356         * shell/ev-view.h:
10357         * shell/ev-window.c: (update_action_sensitivity),
10358         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10359         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10360         (ev_window_cmd_view_normal_size):
10361
10362         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10363         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10364         better than oom. 
10365
10366 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10367
10368         * configure.ac:
10369
10370         Depend on 2.57, 2.59 doesnt seem to be necessary
10371
10372 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10375         (create_tool_item):
10376
10377         Put back total number of pages as (1 of 1234)
10378
10379 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10380
10381         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10382         remove the job.
10383
10384         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10385         function.  This helps debugging.
10386
10387 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10388
10389         * djvu/djvu-document.c: (djvu_document_class_init),
10390         (djvu_document_get_info), (djvu_document_document_iface_init):
10391         * dvi/dvi-document.c: (dvi_document_class_init),
10392         (dvi_document_get_info), (dvi_document_document_iface_init):
10393
10394         Dummy implementation of get_info method for dvi and
10395         djvu. Fix crashes with those backends
10396
10397 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10398
10399         * data/evince.desktop.in:
10400
10401         Add application/x-gzpostscript
10402
10403 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10404
10405         * data/evince.schemas.in: Added real long descriptions, 
10406         closes bug 172496 
10407
10408         * README: Added actual text, closes bug 171869
10409
10410 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10411
10412         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10413
10414         Thumbnail page 0
10415
10416 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10417
10418         * backend/ev-document-info.h:
10419
10420         s/GDate */GDate so we can just use g_free
10421
10422 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10423
10424         * shell/ev-window.c: (update_document_mode),
10425         (ev_window_setup_document):
10426
10427         Show the window in fullscreen when specified by
10428         the document
10429
10430 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10431
10432         * backend/ev-document.c: (ev_document_class_init),
10433         (ev_document_get_info), (ev_document_render_pixbuf):
10434         * backend/ev-document.h:
10435         * backend/ev-page-cache.c: (_ev_page_cache_new):
10436         * pdf/ev-poppler.cc:
10437         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10438         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10439         * ps/ps-document.c: (ps_document_class_init), (document_load),
10440         (ps_document_get_info), (ps_document_document_iface_init):
10441
10442         Remove get_title from the interface, we can just use document info
10443
10444 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10445
10446         * backend/Makefile.am:
10447         * backend/ev-document.c: (ev_document_render_get_info):
10448         * backend/ev-document.h:
10449         * pdf/ev-poppler.cc:
10450
10451         Initial support for document info. Based on jrb patch.
10452
10453 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10454
10455         * shell/ev-window.c: (ev_window_state_event),
10456         (ev_window_class_init), (ev_window_init):
10457         
10458         Doesn't show resize grip when maximized. See bug #301053
10459
10460 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10461
10462         * po/POTFILES.in:
10463         
10464         ev-sidebar-thumbnails now has translatable labels
10465         
10466         * shell/Makefile.am:
10467         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10468         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10469         (ev_sidebar_links_page_iface_init):
10470         * shell/ev-sidebar-links.h:
10471         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10472         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10473         (ev_sidebar_page_get_label):
10474         * shell/ev-sidebar-page.h:
10475         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10476         (ev_sidebar_thumbnails_set_document),
10477         (ev_sidebar_thumbnails_support_document),
10478         (ev_sidebar_thumbnails_get_label),
10479         (ev_sidebar_thumbnails_page_iface_init):
10480         * shell/ev-sidebar-thumbnails.h:
10481         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10482         (ev_sidebar_set_document):
10483         * shell/ev-sidebar.h:
10484         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10485         
10486         Small rework of sidebar code. Now sidebar pages should implement
10487         EvSidebarPage interface. That makes page management in EvSidebar
10488         easier. See bug #164811 for details
10489
10490 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10491
10492         * shell/ev-application.c: (ev_application_open):
10493         * shell/ev-document-types.c:
10494         
10495         Fix build error and small problem with application exit
10496
10497 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10498
10499         * thumbnailer/Makefile.am:
10500         * thumbnailer/evince-thumbnailer-djvu.schemas:
10501         * thumbnailer/evince-thumbnailer-dvi.schemas:
10502         
10503         Conditionally install schemas for djvu/dvi thumbnailer
10504
10505 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10506
10507         * shell/ev-document-types.h: 
10508         * shell/ev-document-types.c: 
10509         New files, handling the mapping from mimetypes to backends
10510         
10511         * shell/ev-window.c: 
10512         * thumbnailer/evince-thumbnailer.c:     
10513         Use the ev-document-types code
10514         
10515         * shell/Makefile.am: 
10516         Added new convenience library libevbackendfactory_la, containing
10517         the new mimetype->backend logic; moved the backends into it.
10518
10519         * thumbnailer/Makefile.am:
10520         Make the thumbnailer link with the libevbackend.la convenience
10521         library, rather than having a duplicate of the backend logic here.
10522
10523 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10524
10525         * shell/ev-stock-icons.c: constify some vars.
10526         * shell/ev-window.c: ditto.
10527
10528 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10529
10530         * ps/ps-document.c (get_page_orientation):
10531
10532         Respect document orientation 
10533
10534 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10535
10536         * djvu/Makefile.am:
10537         * dvi/Makefile.am:
10538         * shell/Makefile.am:
10539         
10540         Move library dependencies to components.
10541         
10542         * shell/ev-window.c: (update_window_title),
10543         (start_loading_document):
10544         
10545         Fix display of uris with spaces. Bug 168358.
10546
10547 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10548
10549         * shell/ev-sidebar-links.c: (selection_changed_cb):
10550         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10551         (ev_view_button_release_event), (ev_view_set_document):
10552         * shell/ev-view.h:
10553         * shell/ev-window.c: (find_bar_search_changed_cb):
10554         * shell/ev-window.h: Minor cleanups removing some dead code.
10555
10556 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10557
10558         * backend/ev-page-cache.c: (_ev_page_cache_new):
10559         
10560         Set current page to 0 if document has pages.
10561
10562 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10563
10564         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10565
10566         Initialize GError to NULL, fix a crash when loading fails.
10567
10568 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10569
10570         * shell/ev-window.c: (update_view_size):
10571
10572         Calculate shadow size only when there is actually
10573         a shadow.
10574
10575 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10576
10577         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10578         * shell/ev-view.h:
10579
10580         Allow setting view spacing, default to 0
10581
10582         * shell/ev-window.c: (ev_window_unfullscreen),
10583         (ev_window_cmd_view_fullscreen), (ev_window_init):
10584
10585         Remove spacing in fullscreen mode
10586
10587 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10588
10589         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10590         (ev_view_size_request), (expose_bin_window),
10591         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10592         * shell/ev-view.h:
10593         * shell/ev-window.c: (ev_window_unfullscreen),
10594         (ev_window_cmd_view_fullscreen):
10595
10596         Do not draw the border in fulscreen
10597
10598 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10599
10600         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10601         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10602         (find_page_at_location), (page_changed_cb):
10603
10604         Rework border calculation, so that I can more easily disable it.
10605         Code somewhat cleaner too.
10606
10607 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10608
10609         * backend/ev-page-cache.c: (ev_page_cache_init),
10610         (_ev_page_cache_new):
10611
10612         Remove some assertions, documents can have 0 pages.
10613         Make initial current page -1.
10614
10615         * shell/ev-page-action.c: (page_changed_cb):
10616
10617         Show "" if current page is -1
10618
10619         * shell/ev-window.c: (update_action_sensitivity),
10620         (ev_window_setup_document):
10621
10622         When document has 0 pages do not set the view
10623         and make nearly everything insensitive.
10624
10625 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10626
10627         * shell/ev-page-view.c:
10628         * shell/ev-page-view.h:
10629
10630         Remove unused files.
10631         
10632         * shell/ev-sidebar-thumbnails.c:
10633         (ev_sidebar_thumbnails_set_document):
10634         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10635         (ev_sidebar_supports_document):
10636         * shell/ev-sidebar.h:
10637         * shell/ev-window.c: (ev_window_setup_document):
10638         
10639         Doesn't show thumbnails if document has 1 page. Make
10640         sidebar menu entries sensitive only if if they have 
10641         sense. Fix bug 164811. 
10642
10643 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10644
10645         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10646         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10647         (ev_view_zoom_out), (ev_view_set_size):
10648
10649         Rework sizing to deal with documents with not uniform page
10650         size.
10651
10652 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10653
10654         * backend/ev-page-cache.c: (_ev_page_cache_new):
10655
10656         Fix several page size caching bugs
10657
10658 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10659
10660         * shell/ev-window.c: (set_action_properties):
10661
10662         Make all toolbar items translatable
10663
10664 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10665
10666         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10667         (save_page_list), (ps_document_save),
10668         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10669         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10670         (ps_document_ps_exporter_iface_init):
10671         * ps/ps-document.h:
10672
10673         Based on a patch by J�rg Billeter <j@bitron.ch>
10674         
10675         Implement print and save a copy for the ps backend.
10676
10677 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10678
10679         * backend/ev-document.h:
10680         * djvu/djvu-document.c: (djvu_document_can_get_text),
10681         (djvu_document_document_iface_init):
10682         * dvi/dvi-document.c: (dvi_document_can_get_text),
10683         (dvi_document_document_iface_init):
10684         * pdf/ev-poppler.cc:
10685         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10686         (pixbuf_document_document_iface_init):
10687         * ps/ps-document.c: (ps_document_can_get_text),
10688         (ps_document_document_iface_init):
10689         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10690         * shell/ev-window.c: (update_action_sensitivity):
10691
10692         Fix the crash when trying to copy in backends that doesnt
10693         support it. We can implement a better solution once we
10694         do real text selection.
10695
10696 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10697
10698         * data/evince-ui.xml:
10699         * shell/ev-window.c: (ev_window_cmd_escape):
10700         
10701         Work around the Escape conflict (find bar and unfullscreen)
10702
10703 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10704
10705         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10706         
10707         Fix for #300233. Next page correctly handles document end.
10708         
10709         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10710         (ev_sidebar_thumbnails_class_init),
10711         (ev_sidebar_thumbnails_set_document),
10712         (ev_sidebar_thumbnails_clear_job),
10713         (ev_sidebar_thumbnails_clear_model):
10714         
10715         Cleanup thumbnail jobs on document changes.
10716         
10717         * shell/ev-view.c: (add_scroll_binding_keypad),
10718         (add_scroll_binding_shifted), (ev_view_class_init):
10719         
10720         Shift + Space scrolls up. Fix for #173184
10721         
10722         * shell/ev-window.c: (ev_window_open_page),
10723         (ev_window_cmd_view_reload):
10724         
10725         Fix reload (Bug #300094)
10726
10727 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10728
10729         
10730         * dvi/mdvi-lib/assoc.c:
10731         * dvi/mdvi-lib/assoc.h: Removed garbage files
10732         
10733         * dvi/mdvi-lib/bitmap.c:
10734         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10735         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10736         * dvi/mdvi-lib/color.h: Antialias of rules
10737         
10738         * dvi/mdvi-lib/common.h:
10739         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10740         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10741         * dvi/mdvi-lib/files.c:
10742         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10743         * dvi/mdvi-lib/mdvi.h:
10744         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10745         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10746         * dvi/mdvi-lib/util.c: Fix compile warnings
10747         
10748         * dvi/dvi-document.c:
10749         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10750         (dvi_document_thumbnails_get_thumbnail),
10751         (dvi_document_document_thumbnails_iface_init):
10752         * dvi/mdvi-lib/Makefile.am:
10753         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10754         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10755         
10756         Dvi backend now renders thumbnails
10757
10758 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10759
10760         * shell/main.c: (main): 
10761         
10762         Save accelerators on exit. Fixes bug #172095.
10763
10764 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10765
10766         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10767         update priority" comment.
10768
10769         * backend/ev-job-queue.c: Give a way to change priority.
10770
10771 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10772
10773         * shell/ev-page-action.c: Fix logic.
10774
10775 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10776
10777         * shell/ev-view.c: (ev_view_can_find_next):
10778         * shell/ev-window.c: (ev_window_setup_document):
10779
10780         Check that the document supports find
10781
10782 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10783
10784         * data/evince-ui.xml:
10785         * shell/ev-view.c: (ev_view_can_find_next):
10786         * shell/ev-view.h:
10787         * shell/ev-window.c: (update_action_sensitivity),
10788         (find_changed_cb), (ev_window_setup_document),
10789         (ev_window_cmd_edit_find_next):
10790
10791         Add Edit->Find Next
10792
10793 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10794
10795         * pdf/ev-poppler.cc:
10796         * shell/ev-print-job.c: (idle_print_handler):
10797
10798         Make printing work again
10799
10800 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10801
10802         * shell/ev-page-action.h:
10803         * shell/ev-page-action.c: (ev_page_action_widget_init),
10804         (ev_page_action_widget_class_init), (page_changed_cb),
10805         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10806         (get_filter_model_from_model), (match_selected_cb),
10807         (display_completion_text), (match_completion), (update_model),
10808         (connect_proxy), (ev_page_action_set_property),
10809         (ev_page_action_get_property), (ev_page_action_set_document),
10810         (ev_page_action_set_model), (ev_page_action_class_init): Big
10811         reworking to make completions work iff we have >= GTK-2.7.0
10812                 
10813         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10814         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10815         (job_finished_cb): We now have a 'model' property that is set when
10816         the links are loaded.  This can be caught with "notify::model"
10817
10818         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10819         listen for the model to be set, and propagate it to the action.
10820
10821 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10822
10823         * cut-n-paste/recent-files/egg-recent-item.c:
10824         (egg_recent_item_set_uri), (make_valid_utf8),
10825         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10826         * cut-n-paste/recent-files/egg-recent-item.h:
10827         
10828         Update egg-recent from libegg. This should fix long
10829         startup problem. For details see
10830         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10831
10832 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10833
10834         * cut-n-paste/recent-files/Makefile.am:
10835         * data/evince-ui.xml, shell/Makefile.am:
10836         * shell/ev-application.c, shell/ev-application.h:
10837         * shell/ev-window.c: Recent files support.
10838         
10839         * configure.ac: Added "ru" to ALL_LINGUAS.
10840         
10841         * dvju: new backend to support DJVU files.
10842         * dvi: new backend to support DVI.
10843
10844         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10845         * ev-application.c: Support for new backends.
10846         
10847         * help, ev-window.c, main.c shell/Makefile.am: 
10848         Evince user documentation.
10849
10850 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10851
10852         * po/POTFILES.in:
10853         * shell/ev-window.c:
10854         * thumbnailer/evince-thumbnailer.c:
10855
10856         s/pdf-document/ev-poppler
10857
10858 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10859
10860         * NEWS:
10861         * configure.ac:
10862
10863         Release 0.2.0
10864
10865         * ps/ps-document.c: (setup_pixmap):
10866
10867         Remove debug code
10868
10869 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10870
10871         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10872         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10873         (ev_window_cmd_go_first_page): Fix of by one errors.
10874
10875 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10876
10877         * ps/ps-document.c: (get_page_box):
10878
10879         Fix page size calculation
10880
10881 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10882
10883         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10884         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10885         (get_page_orientation), (setup_page), (document_load),
10886         (ps_document_get_page_size), (render_pixbuf_idle):
10887         * ps/ps-document.h:
10888
10889         More refactoring to adapt to EvDocument changes
10890
10891 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10892
10893         * ps/ps-document.c: (start_interpreter):
10894
10895         Actually add alpha args
10896
10897 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10898
10899         * pdf/ev-poppler.cc:
10900
10901         Make clipboard work again
10902
10903 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10904
10905         Make searching work again.
10906         
10907         * backend/ev-document.c:
10908         * backend/ev-document.h:
10909         * backend/ev-document-find.c:
10910         * backend/ev-document-find.h: Change EvDocumentIface so we no
10911         longer store the current page or zoom level in the document.  The
10912         consequence is that all calls that operate on the current page now
10913         instead take the page number as an extra argument, and all
10914         coordinates are now doubles in document coordinate system.
10915
10916         * pdf/ev-poppler.cc:
10917         * pixbuf/pixbuf-document.c:
10918         * ps/ps-document.c: Update backends accordingly.
10919
10920 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10921
10922         * autogen.sh:
10923
10924         Add required gettext version
10925
10926 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10927
10928         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10929         make F1 bring up non-existent help.
10930
10931         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10932         epiphany's find bar, #167477
10933
10934         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10935         <emil@nishra.com> to add space-bar scrolling, 
10936
10937         * shell/ev-window.c (static GtkActionEntry entries): add default
10938         keybinding for Help (F1)
10939         Fixes #171068
10940
10941         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10942         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10943         170110
10944
10945 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10946
10947         * Makefile.am: 
10948         * pixbuf/pixbuf-document.c: 
10949
10950         Got pixbuf backend working again
10951
10952 2005-04-01  Steve Murphy  <murf@e-tools.com>
10953
10954         * configure.in: Added "rw" to ALL_LINGUAS.
10955
10956 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10957
10958         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10959         model types, noticed by Martin Kretzschmar.
10960
10961 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10962
10963         * pdf/ev-poppler.cc: Implement search based on
10964         poppler_page_find_text().  Currently a bit crude since we remember
10965         all matches from all pages.  Also, we grab the big document lock
10966         when we search since searching changes the underlying stream and
10967         thus conflicts with the rendering thread.
10968         
10969         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10970         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10971         (ev_view_find_previous): Fix some page indexes to be 0 based,
10972         offset rubber band by view offset,
10973
10974 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10975
10976         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10977
10978 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10979
10980         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10981         completely because I didn't understand GtkActions.  I should
10982         read Marco's code more carefully in the future.
10983
10984         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10985         function
10986
10987 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10988
10989         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10990         PopplerRectangle change from poppler CVS.
10991
10992 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * backend/ev-document.c: (ev_document_get_page_label):
10995         * backend/ev-document.h:
10996         * backend/ev-page-cache.c: (_ev_page_cache_new),
10997         (ev_page_cache_get_page_label):
10998         * backend/ev-page-cache.h:
10999         * pdf/ev-poppler.cc:
11000         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11001         (links_page_num_func):
11002         * shell/ev-sidebar-thumbnails.c:
11003         (ev_sidebar_thumbnails_set_document):
11004         * shell/ev-view.c: (status_message_from_link),
11005         (ev_view_motion_notify_event):
11006         * shell/ev-window.c: (document_supports_sidebar): Add in page
11007         label support.  It's not perfect yet, but it's the first 'feature'
11008         in a while.
11009         Also, fix a bogus comment noticed by crispin. 
11010
11011 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11012
11013         * Makefile.am: Remove pixbuf backend for now
11014
11015         * configure.ac: Require poppler-glib instead of just poppler.
11016
11017         * backend/ev-document-thumbnails.h: Add a comment
11018
11019         * backend/ev-document.h:
11020         * backend/ev-document.c: (ev_document_class_init),
11021         (ev_document_load), (ev_document_get_link),
11022         (ev_document_get_links): Remove 3 methods and add get_links.
11023         Also, made 0 based.
11024
11025         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11026         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11027
11028         * backend/ev-link.c: (ev_link_set_title),
11029         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11030         (ev_link_mapping_find):
11031         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11032         
11033         * backend/ev-page-cache.c: (ev_page_cache_init),
11034         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11035         (ev_page_cache_get_size), (ev_page_cache_next_page),
11036         (ev_page_cache_prev_page): Fix to be 0 based.
11037
11038         * pdf/Makefile.am: 
11039         * pdf/ev-poppler.h:
11040         * pdf/ev-poppler.cc: New backend.
11041         
11042         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11043         (ps_document_get_page), (ps_document_document_iface_init):
11044
11045         * shell/ev-pixbuf-cache.h:
11046         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11047         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11048         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11049         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11050         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11051         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11052         based.
11053         
11054         * shell/ev-sidebar-thumbnails.c:
11055         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11056         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11057
11058         * shell/ev-view.c: (status_message_from_link),
11059         (find_page_at_location), (get_link_at_location),
11060         (ev_view_motion_notify_event), (ev_view_button_release_event),
11061         (ev_view_init): Use the new link code.  Fix to be 0 based.
11062
11063         * shell/ev-window.c: (update_action_sensitivity),
11064         (document_supports_sidebar): 0 based.
11065
11066 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11067
11068         * pdf/pdf-document.cc: Patch from Fernando Herrera
11069         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11070         *blush*
11071
11072 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11073
11074         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11075         1 to the page, as this seems to be 1 based.  I thought we has this
11076         fixed.  grump.
11077
11078 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11079
11080         * TODO:
11081         * backend/Makefile.am:
11082         * backend/ev-document-links.c:
11083         (ev_document_links_has_document_links),
11084         (ev_document_links_get_links_model):
11085         * backend/ev-document-links.h:
11086         * backend/ev-document.c: (ev_document_get_page_cache),
11087         (ev_document_get_doc_mutex), (ev_document_load),
11088         (ev_document_save), (ev_document_get_title),
11089         (ev_document_get_n_pages), (ev_document_set_page),
11090         (ev_document_get_page), (ev_document_set_target),
11091         (ev_document_set_scale), (ev_document_set_page_offset),
11092         (ev_document_get_page_size), (ev_document_get_text),
11093         (ev_document_get_link), (ev_document_render),
11094         (ev_document_render_pixbuf), (ev_document_scale_changed):
11095         * backend/ev-document.h:
11096         * backend/ev-job-queue.c: (remove_object_from_queue),
11097         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11098         (no_jobs_available_unlocked), (ev_render_thread),
11099         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11100         (ev_job_queue_remove_job):
11101         * backend/ev-job-queue.h:
11102         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11103         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11104         (ev_job_links_class_init), (ev_job_render_init),
11105         (ev_job_render_dispose), (ev_job_render_class_init),
11106         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11107         (ev_job_thumbnail_class_init), (ev_job_finished),
11108         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11109         (ev_job_render_run), (ev_job_thumbnail_new),
11110         (ev_job_thumbnail_run):
11111         * backend/ev-jobs.h:
11112         * backend/ev-link.c:
11113         * backend/ev-link.h:
11114         * backend/ev-page-cache.c: (ev_page_cache_init),
11115         (ev_page_cache_class_init), (ev_page_cache_finalize),
11116         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11117         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11118         (ev_page_cache_set_link), (ev_page_cache_get_title),
11119         (ev_page_cache_get_size), (ev_page_cache_next_page),
11120         (ev_page_cache_prev_page):
11121         * backend/ev-page-cache.h:
11122         * pdf/pdf-document.cc:
11123         * ps/gsdefaults.c:
11124         * ps/gsdefaults.h:
11125         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11126         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11127         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11128         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11129         (is_interpreter_ready), (output), (catchPipe), (input),
11130         (start_interpreter), (check_filecompressed), (compute_dimensions),
11131         (ps_document_enable_interpreter), (document_load),
11132         (ps_document_next_page), (render_page), (ps_document_set_page),
11133         (ps_document_set_scale), (render_pixbuf_idle),
11134         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11135         * ps/ps-document.h:
11136         * shell/Makefile.am:
11137         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11138         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11139         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11140         (ev_pixbuf_cache_new), (job_finished_cb),
11141         (check_job_size_and_unref), (move_one_job),
11142         (ev_pixbuf_cache_update_range), (find_job_cache),
11143         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11144         (ev_pixbuf_cache_add_jobs_if_needed),
11145         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11146         * shell/ev-pixbuf-cache.h:
11147         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11148         (idle_print_handler):
11149         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11150         (selection_changed_cb), (create_loading_model),
11151         (ev_sidebar_links_construct), (links_page_num_func),
11152         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11153         (update_page_callback), (job_finished_cb),
11154         (ev_sidebar_links_set_document):
11155         * shell/ev-sidebar-thumbnails.c:
11156         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11157         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11158         (page_changed_cb), (thumbnail_job_completed_callback),
11159         (ev_sidebar_thumbnails_set_document):
11160         * shell/ev-sidebar-thumbnails.h:
11161         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11162         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11163         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11164         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11165         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11166         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11167         (ev_view_button_release_event), (ev_view_scroll_view),
11168         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11169         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11170         (ev_view_new), (job_finished_cb), (page_changed_cb),
11171         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11172         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11173         (ev_view_find_previous):
11174         * shell/ev-view.h:
11175         * shell/ev-window.c: (update_action_sensitivity),
11176         (ev_window_open_page), (update_window_title), (update_total_pages),
11177         (page_changed_cb), (ev_window_setup_document),
11178         (password_dialog_response), (ev_window_cmd_save_as),
11179         (ev_window_print), (ev_window_cmd_go_previous_page),
11180         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11181         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11182         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11183         * shell/main.c: (main):
11184
11185         Merge evince-threads branch
11186
11187 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11188
11189         * configure.ac: Added "lt" to ALL_LINGUAS.
11190
11191 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * NEWS:
11194         * configure.ac:
11195
11196         Release 0.1.9
11197
11198 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11199
11200         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11201
11202         Fix here also the thumbnails 1-basedness :)
11203
11204 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11205
11206         * NEWS:
11207         * configure.ac:
11208
11209         Release 0.1.8
11210
11211 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11212
11213         * pdf/pdf-document.cc:
11214         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11215         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11216
11217         Fix the mess we did with thumbnails and 1-basedness
11218
11219 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11220
11221         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11222
11223 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * NEWS:
11226         * configure.ac:
11227
11228         Release 0.1.7
11229
11230 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * ps/Makefile.am:
11233         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11234         (gtk_gs_defaults_get_alpha_parameters),
11235         (gtk_gs_defaults_get_ungzip_cmd),
11236         (gtk_gs_defaults_get_unbzip2_cmd):
11237         * ps/gsdefaults.h:
11238         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11239         (ps_document_get_orientation), (document_load),
11240         (ps_document_goto_page), (ps_document_set_page_size):
11241         * ps/ps-document.h:
11242
11243         Some more sanitization of the ps backend. Remove a lot
11244         of unused code and do not base our defaults on ggv
11245         preferences (ugh!)
11246
11247 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11248
11249         * thumbnailer/evince-thumbnailer.schemas:
11250         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11251         (main): add -s option for thumbnail size.
11252
11253 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11254
11255         * configure.ac:
11256
11257         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11258         remove it.
11259
11260 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11261
11262         * pdf/pdf-document.cc:
11263
11264         Remove 4 pixels of useless border from the
11265         thumbnail.
11266
11267 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11268
11269         * backend/ev-document-thumbnails.c:
11270         (ev_document_thumbnails_get_thumbnail):
11271         * backend/ev-document-thumbnails.h:
11272
11273         Rework API a bit. Add a border flag and
11274         change sizing logic (now the size we specify
11275         applies to the bigger dimension).
11276
11277         * pdf/pdf-document.cc:
11278         * pixbuf/pixbuf-document.c:
11279         (pixbuf_document_thumbnails_get_thumbnail):
11280         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11281         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11282
11283         Adapt to the new API and do not draw a border for nautilus
11284         thumbnailer.
11285
11286 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11287
11288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11289         take thumbnails from page "0" instead of "1". Added a copyright header.
11290
11291 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11292
11293         * ps/ps-document.c: (set_up_page), (start_interpreter):
11294
11295         Make it C89 compliant
11296
11297 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11298
11299         * Makefile.am:
11300         * configure.ac:
11301         * pdf/.cvsignore:
11302         * pdf/pdf-document.cc:
11303         * thumbnailer/Makefile.am:
11304         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11305         (main):
11306         * thumbnailer/evince-thumbnailer.schemas:
11307         * thumbnailer/pdf-icon.png:
11308
11309         Add a nautilus thumbnailer.
11310         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11311
11312 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11313
11314         * NEWS:
11315         * configure.ac:
11316         * po/POTFILES.in:
11317
11318         Release 0.1.6
11319
11320 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11321
11322         Use poppler instead of including xpdf source code.  Poppler is a
11323         fork of xpdf to build it as a shared library. See
11324         http://freedesktop.org/wiki/Software/poppler.
11325
11326         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11327         xpdf fork.
11328         
11329         * pdf/Makefile.am: Build libpdfdocument.a here.
11330         
11331         * pdf/GDKSplashOutputDev.cc:
11332         * pdf/GDKSplashOutputDev.h:
11333         * pdf/GnomeVFSStream.cc:
11334         * pdf/GnomeVFSStream.h:
11335         * pdf-document.cc:
11336         * pdf-document.h:
11337         * test-gdk-output-dev.cc
11338         * Thumb.cc:
11339         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11340         against poppler.
11341
11342 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11343
11344         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11345
11346         Clear idle stack before unsetting the document
11347
11348 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * ps/ps-document.c: (ps_document_widget_event),
11351         (ps_document_set_target), (ps_document_finalize),
11352         (ps_document_get_page):
11353
11354         Disconnect the widget event signal on finalize.
11355         Some code cleanups.
11356
11357 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11358
11359         * ps/ps-document.c: (set_up_page):
11360
11361         If there is no bpixmap create one, even if size
11362         is not changed.
11363
11364 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11367         (set_up_page), (document_load), (ps_document_set_zoom):
11368
11369         Default page is 0. Calculate size even when we have no
11370         target yet.
11371
11372 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11373
11374         * shell/ev-sidebar.c: expand the selection widget to be always as
11375         wide as the sidebar
11376
11377 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11378
11379         * shell/ev-sidebar-thumbnails.c:
11380         (ev_sidebar_thumbnails_set_document):
11381
11382         Clear the list store when setting document
11383
11384 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11385
11386         * shell/ev-page-action.c: (update_entry), (sync_entry),
11387         (activate_cb), (entry_size_request_cb), (create_tool_item),
11388         (connect_proxy):
11389
11390         Use an entry for the page control instead of spinbuttons
11391
11392 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11393
11394         * data/evince.schemas.in:
11395
11396         Correct confusing string
11397
11398 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11399
11400         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11401         for real.  Gosh, how long has this been broken.
11402
11403         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11404         check for a NULL link.  We crash otherwise.
11405
11406 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11407
11408         * NEWS:
11409         * configure.ac:
11410
11411         Release 0.1.5
11412
11413 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11414
11415         * configure.ac: add the french translation.
11416
11417 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * shell/ev-window.c:
11420
11421         Remove unused header -> fix distcheck
11422
11423 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * shell/ev-window.c: (update_window_title),
11426         (ev_window_popup_password_dialog):
11427
11428         Unescape filename for display
11429
11430 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11431
11432         * pdf/xpdf/pdf-document.cc:
11433
11434         In get_page_size deal with rotation. Also
11435         cleanup the function a bit.
11436
11437 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11438
11439         * pdf/xpdf/pdf-document.cc:
11440
11441         Fix crash when opening in new window
11442
11443 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11444
11445         * configure.ac:
11446
11447         Check ghostscript >= 7
11448
11449 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11450
11451         * shell/ev-window.c:
11452
11453         Make page width the default sizing mode
11454
11455 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11456         Marco Pesenti Gritti <marco@gnome.org>
11457
11458         * shell/ev-window.c: Remember the sidebar size
11459
11460         * data/evince.schemas.in: Add a new gconf key to store the size of
11461         the sidebar
11462
11463 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11464
11465         * data/evince-ui.xml:
11466         * shell/ev-window.c: (update_action_sensitivity),
11467         (ev_window_cmd_view_reload):
11468         
11469         Add a "Reload" action and menu entry
11470
11471 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11472
11473         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11474         iff the type doesn't support thumbnailing and indexing.
11475
11476 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11477
11478         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11479
11480 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11481
11482         * pdf/splash/Splash.cc:
11483
11484         Port fix for a crasher from kde bug
11485         http://bugs.kde.org/show_bug.cgi?id=97131
11486
11487 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * pdf/xpdf/pdf-document.cc:
11490
11491         Return a link even if it's of an unrecognized
11492         type. Otherwise we go in an infinte cycle.
11493
11494 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11495
11496         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11497         (size_allocate_cb), (ev_window_set_sizing_mode):
11498
11499         Update size when switching mode
11500
11501 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11502
11503         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11504         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11505         (ev_window_cmd_view_normal_size):
11506
11507         Fix size toggle buttons behavior
11508
11509 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11512         (doc_rect_to_view_rect), (ev_view_size_allocate),
11513         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11514         (scale_changed_callback):
11515
11516         Do not cache offsets in size_allocate.
11517
11518 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * shell/ev-view.c: (ev_view_size_allocate):
11521
11522         Calculate offsets before calling the parent
11523         class (which does a redraw)
11524
11525 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * pdf/xpdf/pdf-document.cc:
11528
11529         Fix a crasher on exit. Unused code, put a TODO
11530
11531 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11532
11533         * backend/ev-document.c: (ev_document_class_init),
11534         (ev_document_page_changed), (ev_document_scale_changed):
11535         * backend/ev-document.h:
11536
11537         Separate page/scale notifications
11538
11539         * pdf/xpdf/pdf-document.cc:
11540
11541         Emit the new signals.
11542         Do not display the pdf page in _render, do it
11543         when scale/page are requested.
11544
11545         * ps/ps-document.c: (ps_document_set_zoom),
11546         (ps_document_widget_event):
11547         * ps/ps-document.h:
11548
11549         Emit the new signals.
11550
11551         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11552         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11553         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11554         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11555         * shell/ev-view.h:
11556         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11557         (ev_window_cmd_view_page_width), (size_allocate_cb),
11558         (ev_window_set_sizing_mode):
11559
11560         Rework sizing to be pixel based.
11561         There are bugs but should be already way better.
11562
11563 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * shell/ev-window.c: (ev_window_init):
11566
11567         Do not allow to shrink sidebar smaller then
11568         child requisition
11569
11570 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11571
11572         * shell/ev-sidebar.[ch]
11573         * shell/ev-window.c:
11574
11575         Improved sidebar widget. Fixes #166683
11576
11577 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11578
11579         * shell/ev-view.c (update_find_status_message): Give translators
11580         more flexibility with ngettext plural handling.
11581
11582 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11583
11584         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11585         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11586         page when we get the page size.
11587
11588 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11589
11590         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11591
11592         ps pages are 0 based, convert 
11593
11594 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11595
11596         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11597
11598         Initialize correct parent class. Set GError on document load
11599
11600 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * pdf/xpdf/pdf-document.cc:
11603
11604         Fixup selection offset calculation
11605
11606         * shell/ev-view.c: (view_rect_to_doc_rect),
11607         (doc_rect_to_view_rect), (ev_view_size_allocate),
11608         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11609         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11610
11611         Store selection as document relative, so that zooming
11612         and offset changing doesnt break it.
11613
11614 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * shell/ev-view.c: (ev_view_best_fit):
11617
11618         Do not try to best fit if the view is not realized
11619
11620 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11621           
11622         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11623
11624 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11625
11626         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11627
11628 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11629
11630         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11631         the popup window.  That prevents it resizing when in full screen
11632         mode.
11633
11634         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11635         multiple rerenders.  This pretty much sucks.
11636
11637         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11638         rest of the toolbar.
11639
11640 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11641
11642         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11643
11644 2005-02-17  Alexander Shopov  <ash@contact.bg>
11645
11646         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11647
11648 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11649
11650         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11651
11652 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11653
11654         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11655         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11656         (set_document_page), (document_changed_callback),
11657         (ev_view_set_document), (ev_view_find_previous),
11658         (ev_view_hide_cursor), (ev_view_show_cursor):
11659         * shell/ev-view.h:
11660         * shell/ev-window.c: (update_chrome_visibility),
11661         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11662         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11663         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11664         (ev_window_unfullscreen):
11665         * shell/main.c: (main):
11666
11667         Automatically hide the fullscreen button.
11668         Patch by Kristian Høgsberg <krh@redhat.com>
11669
11670 2005-02-16  Vincent Noel  <vnoel@cox.net>
11671
11672         * shell/main.c (main): Specify an icon for the window. Patch by
11673         Jaap A. Haitsma. Fixes #166177.
11674
11675 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11676
11677         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11678
11679 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11680
11681         * backend/ev-document-misc.h:
11682         * backend/ev-document-misc.c:
11683         (ev_document_misc_get_page_border_size),
11684         (ev_document_misc_paint_one_page): New function to canonicalize
11685         sizing/painting a border.
11686
11687         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11688         used.
11689
11690         * pdf/xpdf/pdf-document.cc: use new function
11691
11692         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11693         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11694         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11695         shell/ev-window.c: (update_sizing_buttons),
11696         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11697         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11698         (ev_window_cmd_view_page_width), (size_allocate_cb),
11699         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11700         and "fit width" values act as toggle buttons so they stay
11701         toggled.  It's not 100% perfect, and it's a little slow, but it's
11702         good enough to commit I think.
11703
11704 2005-02-15  David Lodge  <dave@cirt.net>
11705
11706         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11707
11708 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11709
11710         * shell/ev-window.c (update_window_title): replace newlines in
11711         the title by spaces. Bug #166107.
11712
11713 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11714
11715         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11716         parameters providing allocation width and height without
11717         scrollbars and width of a possible vertical scrollbar. With this
11718         additional information the functions can work as
11719         intended. Unfortunately they're not idempotent. We should
11720         transform these commands to toggles. Fixes Bug #164976
11721         Initial patch by Stephane Loeuillet, then heavily modified.
11722
11723         * shell/ev-view.h: update prototypes.
11724
11725         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11726         (ev_window_cmd_view_page_width): provide EvView fit functions with
11727         all the information they need. Formulas to calculate this
11728         information taken from GtkScrolledWindow.
11729
11730 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11731
11732         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11733         created a thumbnail, the list store is updated to know
11734         that the thumbnail is set. Fixes bug #166792
11735
11736 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11737
11738         * shell/ev-window.c: fixed typo, closes bug 166897
11739
11740         * TODO: updated TODO with bug numbers that are relevant
11741
11742 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11743
11744         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11745
11746 2005-02-09  Vincent Noel  <vnoel@cox.net>
11747
11748         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11749         and "Next" toolbar buttons as important to make them stand out.
11750
11751 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * lib/ev-debug.c:
11754         * lib/ev-debug.h:
11755         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11756         (start_interpreter), (stop_interpreter), (document_load),
11757         (ps_document_next_page), (ps_document_goto_page),
11758         (ps_document_set_page_size), (ps_document_widget_event),
11759         (ps_document_render):
11760         * shell/ev-page-view.c: (ev_page_view_dispose):
11761         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11762
11763         Fix compilation on non-gcc platforms
11764
11765 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11766
11767         * NEWS:
11768         * configure.ac:
11769
11770         Release 0.1.4
11771
11772         * pdf/xpdf/Catalog.cc:
11773         * pdf/xpdf/XRef.cc:
11774
11775         Fix the fix for CAN-2004-0888
11776
11777 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11778
11779         * data/Makefile.am:
11780         * data/evince-ui.xml:
11781         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11782         * shell/ev-stock-icons.h:
11783         * shell/ev-window.c: (update_action_sensitivity),
11784         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11785         (set_action_properties):
11786
11787         Improve toolbar layout/icons
11788
11789 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * pdf/xpdf/pdf-document.cc:
11792
11793         Add warnings about unimplemented/unknown link
11794         types.
11795
11796 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * ps/ps-document.c: (set_up_page):
11799
11800         Log gs property
11801
11802 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11803
11804         * ps/ps-document.c: (start_interpreter):
11805
11806         Log gs env var
11807
11808 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * shell/ev-page-view.c: (ev_page_view_dispose):
11811         * shell/ev-view.c: (ev_view_finalize):
11812         * shell/ev-window.c: (ev_window_setup_document),
11813         (ev_window_dispose), (ev_window_init):
11814
11815         Solve more refs issues.
11816
11817         I commented out the page_view initialization for now:
11818         it was never destroyed (because it's never added
11819         to a container). Because of that we was leaking
11820         gs processes. Couldnt think to a clean fix.
11821         We need to figure this out, password view has the
11822         same issue probably.
11823
11824 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11825
11826         * ps/ps-document.c: (ps_document_finalize),
11827         (ps_document_get_n_pages), (ps_document_get_page):
11828
11829         Some cleanups, stop the interpreter on finalize
11830
11831         * shell/ev-page-view.c: (ev_page_view_dispose),
11832         (ev_page_view_class_init):
11833
11834         Release our reference on the document
11835
11836 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11837
11838         * Makefile.am:
11839         * configure.ac:
11840         * doc/debugging.txt:
11841         * lib/.cvsignore:
11842         * lib/Makefile.am:
11843         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11844         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11845         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11846         * lib/ev-debug.h:
11847
11848         Add debugging helpers
11849
11850         * ps/Makefile.am:
11851         * ps/ps-document.c: (set_up_page), (start_interpreter),
11852         (stop_interpreter), (document_load), (ps_document_next_page),
11853         (ps_document_goto_page), (ps_document_set_page_size),
11854         (ps_document_widget_event), (ps_document_render):
11855         * shell/Makefile.am:
11856         * shell/ev-view.c: (expose_bin_window):
11857         * shell/main.c: (main):
11858
11859         Add some logs
11860         
11861 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11862
11863         * ps/ps-document.c: (ps_document_widget_event):
11864
11865         Initialize message_window, this should make ps
11866         rendering really work! (Never noticed because I was
11867         testing with a ps that is causing gs to exit every time!)
11868
11869 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11870
11871         * data/evince.schemas.in: updated simple error in applyto closing tag
11872
11873 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11874
11875         * Makefile.am:
11876         * configure.ac:
11877         * data/.cvsignore:
11878         * data/Makefile.am:
11879         * data/evince-ui.xml:
11880         A data/evince.schemas.in:
11881         * po/POTFILES.in:
11882         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11883         * shell/ev-stock-icons.h:
11884         * shell/ev-window.c: (update_chrome_visibility),
11885         (update_chrome_flag), (ev_window_cmd_edit_find),
11886         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11887         (ev_window_unfullscreen), (ev_window_focus_in_event),
11888         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11889         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11890         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11891         (ev_window_dispose), (ev_window_class_init),
11892         (set_action_properties), (set_chrome_actions), (load_chrome),
11893         (ev_window_init):
11894
11895         Implement fullscreen mode changes from bug #164776.
11896         Also implement persistent chrome toggles.
11897
11898 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11899
11900         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11901
11902 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11903
11904         * NEWS:
11905         * configure.ac:
11906         * shell/ev-view.c:
11907
11908         Add another check for find interface
11909
11910         Release 0.1.3
11911
11912 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11913
11914         * shell/ev-application.c: (ev_application_open):
11915         * shell/ev-window.c: (ev_window_open):
11916
11917         Open gzipped ps documents
11918
11919 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11920
11921         * TODO:
11922         * shell/ev-view.c: (set_document_page):
11923
11924         Clamp page number, dont try to move to
11925         not existant pages.
11926
11927 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11928
11929         * backend/ev-document-find.c: (ev_document_find_changed):
11930         * backend/ev-document-find.h:
11931         * pdf/xpdf/pdf-document.cc:
11932         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11933         * shell/ev-window.c: (find_bar_search_changed_cb):
11934
11935         Fix several bugs with find
11936
11937 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11938
11939         * shell/ev-sidebar-thumbnails.c
11940         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11941         document. Prevents warning from scroll_to_cell.
11942
11943 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11944
11945         * configure.ac: Add «nb» to ALL_LINGUAS too.
11946
11947 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11948
11949         * NOTES: New file with some random thoughts.
11950
11951         * TODO: Update.
11952
11953         * backend/ev-document-misc.c:
11954         (ev_document_misc_get_page_border_size): New function to
11955         canonicalize shadow drawing sizes.  Possibly goofy.
11956
11957         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11958         (ev_view_best_fit), (ev_view_fit_width):
11959         * pdf/xpdf/pdf-document.cc:
11960         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11961         * ps/ps-document.c: (ps_document_get_page_size):
11962         * backend/ev-document-misc.h:
11963         * backend/ev-document.c: (ev_document_get_page_size):
11964         * backend/ev-document.h: get_page_size now takes a page number
11965         parameter.  Made all the backends/frontends honor it.
11966
11967         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11968         see.  Doesn't work yet.
11969
11970         * shell/Makefile.am:
11971         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11972         Doesn't do anything yet.
11973
11974         * shell/ev-sidebar-thumbnails.c:
11975         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11976         [0..n_pages-1]
11977
11978         * shell/ev-window.c: (update_action_sensitivity),
11979         (ev_window_setup_document), (ev_window_set_page_mode),
11980         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11981         view-swapping code a bit so we can have multiple views on a
11982         document.  Add the multi-page view, though it can't be turned on
11983         yet.
11984
11985 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11986
11987         * shell/ev-application.c: (ev_application_open):
11988         * shell/ev-view.c: (expose_bin_window):
11989         * shell/ev-window.c: (ev_window_open):
11990
11991         Support eps and check document supports find
11992         before drawing highlightings in expose.
11993
11994 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11995
11996         * pixbuf/pixbuf-document.c:
11997         (pixbuf_document_thumbnails_get_dimensions),
11998         (pixbuf_document_document_thumbnails_iface_init):
11999
12000         implement get_dimensions
12001
12002 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * NEWS:
12005         * configure.ac:
12006
12007         Release 0.1.2
12008
12009 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * shell/ev-view.c: (set_document_page):
12012
12013         Scroll at the top of the page when changing page
12014
12015 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12016
12017         * shell/ev-view.c: (ev_view_motion_notify_event):
12018
12019         Do not redraw unnecessarily
12020
12021 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * pdf/xpdf/pdf-document.cc:
12024         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12025         (expose_bin_window), (find_changed_cb):
12026
12027         Yay! find works now... Now to find bugs...
12028
12029 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * backend/ev-document-find.c: (ev_document_find_base_init),
12032         (ev_document_find_changed):
12033         * backend/ev-document-find.h:
12034         * pdf/xpdf/pdf-document.cc:
12035         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12036         (expose_bin_window), (ev_view_init), (set_document_page),
12037         (ensure_rectangle_is_visible), (jump_to_find_result),
12038         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12039         (ev_view_find_next), (ev_view_find_previous):
12040         * shell/ev-view.h:
12041         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12042
12043         More work on find implementation, mostly there now
12044
12045 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12046
12047         * backend/ev-backend-marshalers.list:
12048         * backend/ev-document-find.c: (ev_document_find_base_init),
12049         (ev_document_find_cancel), (ev_document_find_page_has_results),
12050         (ev_document_find_get_n_results), (ev_document_find_get_result),
12051         (ev_document_find_get_progress), (ev_document_find_changed):
12052         * backend/ev-document-find.h:
12053
12054         Enanche the find interface to be really able to do
12055         multi page find.
12056
12057         * pdf/xpdf/pdf-document.cc:
12058
12059         Implement
12060
12061         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12062         (expose_bin_window), (ev_view_init),
12063         (ev_view_get_find_status_message), (find_changed_cb),
12064         (ev_view_set_document), (set_document_page):
12065
12066         Adapt to the new interface. A few things are regressed sorry,
12067         I will finish it soon.
12068
12069 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12070
12071         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12072         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12073         ev_sidebar_thumbnails_parent_class variable, don't define another
12074         parent_class variable.
12075
12076         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12077         (ev_page_action_class_init): ditto.
12078
12079         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12080         (pixbuf_document_class_init): ditto.
12081
12082         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12083         ditto.
12084
12085         * .cvsignore: ignore various valgrind output files.
12086
12087 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * data/evince-ui.xml:
12090         * shell/Makefile.am:
12091         * shell/ev-history.c:
12092         * shell/ev-history.h:
12093         * shell/ev-navigation-action.c:
12094         * shell/ev-navigation-action.h:
12095         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12096         (ev_view_set_page), (ev_view_fit_width):
12097         * shell/ev-view.h:
12098         * shell/ev-window.c: (update_action_sensitivity),
12099         (ev_window_setup_document), (register_custom_actions):
12100
12101         Kill session history
12102
12103 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12104
12105         * shell/ev-window.c: (update_action_sensitivity):
12106
12107         Fix inverted up/down buttons
12108
12109 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12110
12111         * shell/ev-sidebar-thumbnails.c
12112         (ev_sidebar_thumbnails_select_page): make sure the selected
12113         thumbnail stays visible.
12114
12115 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12116
12117         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12118         scrolled window for Federico.
12119
12120 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12121
12122         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12123
12124 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12125
12126         * configure.ac:
12127         * pdf/splash/SplashFTFontEngine.cc:
12128
12129         Fix CID fonts with freetype 2.1.9
12130
12131 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12132
12133         * TODO: added item for desktop icon thumbnailer
12134
12135 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12136
12137         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12138         unloaded docs when the title is accessed.
12139
12140         * shell/ev-password-view.[hc]: New widget for displaying password
12141         state.
12142
12143         * shell/ev-window.[ch]: Refactor password handling code to handle
12144         the new view.
12145
12146 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * NEWS:
12149         * configure.ac:
12150         * data/Makefile.am:
12151
12152         Release 0.1.1
12153
12154 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12155
12156         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12157         ignore page offset here, to make search results independent of it,
12158
12159         * shell/ev-view.c (expose_bin_window): but take offsets into
12160         account here. Bug #164932
12161
12162         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12163         scale at the right time. Bug #164996
12164
12165 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12166
12167         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12168         fix the problem. Now I just removed the Adobe font names and hope
12169         that the URW fonts are always in outline format. Bug #164934
12170
12171         * shell/ev-window.c (update_window_title): empty titles are
12172         useless, use filename in that case too.
12173
12174         * NEWS: Add some content.
12175
12176 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12177
12178         * TODO: added one more TODO item and a TODONE section :)
12179
12180 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12181
12182         * ps/ps-document.h: add page_[xy]_offset fields.
12183
12184         * ps/ps-document.c (ps_document_set_page_offset)
12185         (ps_document_render): Keep offset in consideration in a few
12186         places. Bug #164752 "postscript documents are not centered in
12187         window"
12188
12189         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12190         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12191
12192         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12193         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12194         stub out missing methods for complete EvDocument implementation.
12195         Fixes segfaults with Save A Copy and Copy actions.
12196
12197         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12198         (ps_document_document_iface_init): ditto.
12199         
12200 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12201
12202         * data/.cvsignore:
12203         * data/Makefile.am:
12204         * data/evince.desktop.in:
12205
12206         Add desktop file
12207
12208 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * shell/ev-view.c: (ev_view_button_press_event),
12211         (ev_view_motion_notify_event):
12212
12213         Make selection work in any direction
12214
12215 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12216
12217         * TODO:
12218         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12219
12220         Use shorter labels for some of the toolbars items
12221
12222 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12223
12224         * pdf/xpdf/pdf-document.cc:
12225
12226         Check the links info is initialized before
12227         using it. Should fix a crash on startup.
12228
12229 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12230
12231         * pixbuf/pixbuf-document.c
12232         (pixbuf_document_thumbnails_get_dimensions): force floating point
12233         division to calculate page_ratio. Fixes crash with landscape
12234         format pixbufs.
12235
12236 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12237
12238         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12239
12240 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12241
12242         * shell/ev-view.c (set_document_page): unset has_selection when
12243         the page changes.
12244         (set_document_page): handle paper size changes when the page
12245         changes (test with Free Culture, page 2).
12246
12247 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12248
12249         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12250         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12251
12252         Use normal style color for the widget background and
12253         draw a black box around the page.
12254
12255 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * pdf/xpdf/pdf-document.cc:
12258
12259         Keep offset in consideration in a few places
12260
12261         * shell/ev-view.c: (expose_bin_window):
12262
12263         Set the offsets so that the document is ever centered
12264
12265 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12266
12267         * TODO: Added TODO items and finished off the first todo item
12268
12269         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12270         reflect current authors
12271
12272 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12273
12274         * pdf/xpdf/pdf-document.cc:
12275         * shell/ev-view.c: (ev_view_set_cursor),
12276         (ev_view_motion_notify_event), (document_changed_callback),
12277         (set_document_page):
12278
12279         Show a wait cursor while the page is rendering
12280
12281 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12282
12283         * shell/ev-sidebar-thumbnails.c:
12284         (ev_sidebar_tree_selection_changed),
12285         (ev_sidebar_thumbnails_select_page):
12286         * shell/ev-sidebar-thumbnails.h:
12287         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12288         (ev_view_can_go_forward):
12289         * shell/ev-window.c: (ev_window_open_page),
12290         (ev_window_setup_document), (update_current_page),
12291         (view_page_changed_cb), (ev_window_init):
12292         * shell/ev-window.h:
12293
12294         Ensure thumbnails selection, toolbar page control and
12295         current page are in sync.
12296
12297 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12298
12299         * pdf/xpdf/XRef.cc:
12300
12301         Fix CAN-2005-0064
12302
12303 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12304
12305         * backend/Makefile.am:
12306         * backend/ev-document-links.h:
12307         * backend/ev-document-security.c: (ev_document_security_get_type),
12308         (ev_document_security_has_document_security),
12309         (ev_document_security_set_password):
12310         * backend/ev-document-security.h:
12311         * backend/ev-document.c: (ev_document_error_quark):
12312         * backend/ev-document.h:
12313         * data/Makefile.am:
12314         * data/evince-password.glade:
12315         * pdf/xpdf/pdf-document.cc:
12316         * shell/Makefile.am:
12317         * shell/ev-password.c: (ev_password_set_bad_password_label),
12318         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12319         (ev_password_dialog_get_password),
12320         (ev_password_dialog_set_bad_pass):
12321         * shell/ev-password.h:
12322         * shell/ev-window.c: (ev_window_get_attribute),
12323         (ev_window_set_property), (update_action_sensitivity),
12324         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12325         (ev_window_setup_document), (ev_window_get_password),
12326         (ev_window_open), (ev_window_cmd_save_as),
12327         (using_postscript_printer), (ev_window_print),
12328         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12329         (update_fullscreen_popup), (ev_window_fullscreen),
12330         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12331         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12332         (menu_item_select_cb), (find_bar_search_changed_cb),
12333         (ev_window_dispose), (ev_window_init):
12334
12335         Add initial support for password-supported dialogs.  This could be
12336         a lot cooler, but it'll do for now.
12337
12338 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12339
12340         * pdf/xpdf/pdf-document.cc:
12341         * shell/ev-view.c: (status_message_from_link),
12342         (ev_view_set_status), (ev_view_set_cursor),
12343         (ev_view_motion_notify_event), (ev_view_init):
12344         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12345
12346         Fix bugs in the links implementation and change cursor
12347         when hovering a link.
12348
12349 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12350
12351         * viewer/.cvsignore: added cvsignore file for viewer directory
12352
12353         * TODO: created TODO document
12354
12355 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12356
12357         * shell/ev-view.h:
12358         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12359         new functions to help with implementation of sensitivity code
12360         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12361         of all actions that might require it.  Fixes a crash when you
12362         click on the Zoom actions in a window lacking a document.
12363
12364 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12365
12366         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12367         of the Find action
12368
12369 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12370
12371         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12372         (pixbuf_document_document_iface_init):
12373         * ps/ps-document.c: (ps_document_get_link),
12374         (ps_document_document_iface_init):
12375         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12376         (status_message_from_link), (ev_view_set_status),
12377         (ev_view_set_find_status), (ev_view_motion_notify_event),
12378         (ev_view_button_release_event), (ev_view_set_property),
12379         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12380         (ev_view_get_find_status_message), (update_find_results),
12381         (ev_view_get_status), (ev_view_get_find_status):
12382         * shell/ev-view.h:
12383         * shell/ev-window.c: (view_status_changed_cb),
12384         (view_find_status_changed_cb), (ev_window_init):
12385
12386         View status message support, use it to show the links.
12387         Needs work...
12388
12389 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * backend/ev-document.c: (ev_document_get_link):
12392         * backend/ev-document.h:
12393         * pdf/xpdf/pdf-document.cc:
12394         * shell/ev-application.c: (ev_application_open):
12395         * shell/ev-application.h:
12396         * shell/ev-sidebar-links.c: (selection_changed_cb):
12397         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12398         (ev_view_go_to_link):
12399
12400         Add support for document links
12401
12402 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12403
12404         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12405         (create_tool_item):
12406         Set the spin button limits correctly.
12407         
12408         * shell/ev-sidebar-thumbnails.c:
12409         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12410         Support changing pages by clicking on the thumbnails.
12411         
12412 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12413
12414         * pixbuf/pixbuf-document.c:
12415         (pixbuf_document_thumbnails_get_dimensions),
12416         (pixbuf_document_document_thumbnails_iface_init):
12417
12418         implement get_dimensions
12419
12420 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12421
12422         * ps/ps-document.c: (ps_document_goto_page):
12423
12424         Fix page switching on multipage documents
12425
12426 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12427
12428         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12429         
12430         check for NULL before assigning to width and height parameters
12431
12432 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12433
12434         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12435         (pixbuf_document_set_property), (pixbuf_document_get_property):
12436
12437         implement get/set properties
12438
12439 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12440
12441         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12442         
12443         return NULL instead of "Unknown", letting the title get set to
12444         the filename when the pdf has no title.
12445
12446 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12447
12448         * ps/ps-document.c: (ps_document_get_page_count),
12449         (ps_document_goto_page):
12450
12451 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12452
12453         * shell/ev-history.c: (ev_history_get_property),
12454         (ev_history_set_property), (ev_history_class_init),
12455         (ev_history_add_page), (ev_history_set_current_index):
12456         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12457         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12458         (ev_navigation_action_finalize):
12459         * shell/ev-navigation-action.h:
12460         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12461         (ev_view_go_forward), (ev_view_get_find_status_message),
12462         (history_index_changed_cb), (ev_view_set_history):
12463         * shell/ev-view.h:
12464         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12465         (update_current_page), (register_custom_actions):
12466
12467         Implement history dropdowns
12468
12469 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12472         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12473         (ev_view_go_forward):
12474         * shell/ev-window.c: (register_custom_actions):
12475
12476         Fix several history bugs
12477
12478 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12479
12480         * configure.ac: Add «nb» to ALL_LINGUAS.
12481
12482 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * backend/Makefile.am:
12485         * backend/ev-bookmark.c:
12486         * backend/ev-bookmark.h:
12487         * backend/ev-document-bookmarks.c:
12488         * backend/ev-document-bookmarks.h:
12489         * backend/ev-document-links.c: (ev_document_links_get_type),
12490         (ev_document_links_has_document_links),
12491         (ev_document_links_begin_read), (ev_document_links_get_link),
12492         (ev_document_links_get_child), (ev_document_links_next),
12493         (ev_document_links_free_iter):
12494         * backend/ev-document-links.h:
12495         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12496         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12497         (ev_link_get_link_type), (ev_link_set_link_type),
12498         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12499         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12500         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12501         (ev_link_new_external):
12502         * backend/ev-link.h:
12503         * pdf/xpdf/pdf-document.cc:
12504         * shell/Makefile.am:
12505         * shell/ev-application.c: (ev_application_open_link):
12506         * shell/ev-application.h:
12507         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12508         (ev_history_get_link_nth):
12509         * shell/ev-history.h:
12510         * shell/ev-sidebar-bookmarks.c:
12511         * shell/ev-sidebar-bookmarks.h:
12512         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12513         (ev_sidebar_links_class_init), (selection_changed_cb),
12514         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12515         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12516         (do_one_iteration), (populate_links_idle),
12517         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12518         * shell/ev-sidebar-links.h:
12519         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12520         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12521         (go_to_index):
12522         * shell/ev-view.h:
12523         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12524         * shell/ev-window.h:
12525
12526         Rename bookmark to link, and use "Index" for the sidebar panel.
12527
12528 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12529
12530         * shell/Makefile.am:
12531         * shell/ev-application.c: (ev_application_open_bookmark):
12532         * shell/ev-application.h:
12533         * shell/ev-history.c: (ev_history_init), (free_links_list),
12534         (ev_history_finalize), (ev_history_class_init),
12535         (ev_history_add_link), (ev_history_add_page),
12536         (ev_history_get_link_nth), (ev_history_get_n_links),
12537         (ev_history_get_current_index), (ev_history_set_current_index),
12538         (ev_history_new):
12539         * shell/ev-history.h:
12540         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12541         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12542         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12543         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12544         (ev_view_set_page):
12545         * shell/ev-view.h:
12546         * shell/ev-window.c: (ev_window_open_bookmark),
12547         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12548         (goto_page_cb), (register_custom_actions):
12549         * shell/ev-window.h:
12550
12551         Initial history implementation. Needs work.
12552
12553 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12554
12555         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12556
12557 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12558
12559         * cut-n-paste/recent-files/egg-recent-item.c:
12560         * cut-n-paste/recent-files/egg-recent-item.h:
12561         * cut-n-paste/recent-files/egg-recent-model.c:
12562         * cut-n-paste/recent-files/egg-recent-util.c:
12563         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12564         * cut-n-paste/recent-files/egg-recent-view.c:
12565
12566         Update
12567
12568 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12569
12570         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12571         (fillGlyph, fillImageMask, drawImage):
12572         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12573         pdf/splash/SplashTypes.h:
12574         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12575         packed mode for Splash.
12576
12577         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12578         RGB8 packed mode, eliminates the pixbuf data creation loop.
12579
12580         * shell/ev-print-job.c (ev_print_job_finalize)
12581         (ev_print_job_set_property, ev_print_job_get_property)
12582         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12583         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12584         (print_closure_finalize, ev_print_job_print): implement
12585         printing (for backends with EvPsExporter)
12586
12587         * shell/ev_print_job.h: update prototypes.
12588
12589         * shell/ev-window.c (ev_window_print): unref print job after
12590         printing.
12591
12592         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12593         unless the document implements the EvDocumentFind interface.
12594
12595 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12596
12597         * configure.ac: Added ja to ALL_LINGUAS.
12598
12599 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * pdf/xpdf/pdf-document.cc:
12602
12603         add a FIXME. We should probably not allocate
12604         a bookmark object every time
12605
12606 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * shell/ev-application.c: (ev_application_open),
12609         (ev_application_open_bookmark):
12610         * shell/ev-application.h:
12611         
12612         Add a way to open bookmarks
12613
12614         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12615         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12616         (ev_bookmark_set_property), (ev_bookmark_class_init),
12617         (ev_bookmark_new_title), (ev_bookmark_new_link),
12618         (ev_bookmark_new_external):
12619
12620         Support for external uris, better constructors.
12621
12622         * backend/ev-bookmark.h:
12623         * pdf/xpdf/pdf-document.cc:
12624         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12625
12626         Handle external uris
12627
12628 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12629
12630         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12631         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12632
12633         Hook up bookmarks navigation
12634
12635 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12636
12637         * backend/Makefile.am:
12638         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12639         (ev_bookmark_get_title), (ev_bookmark_set_title),
12640         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12641         (ev_bookmark_get_page), (ev_bookmark_set_page),
12642         (ev_bookmark_get_property), (ev_bookmark_set_property),
12643         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12644         (ev_bookmark_new):
12645         * backend/ev-bookmark.h:
12646         * backend/ev-document-bookmarks.c:
12647         (ev_document_bookmarks_get_bookmark):
12648         * backend/ev-document-bookmarks.h:
12649         * pdf/xpdf/pdf-document.cc:
12650         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12651
12652         Add a bookmark object to the backend and use it instead of get_values
12653
12654 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12655
12656         * data/evince-ui.xml:
12657
12658         Cleanup and add select all.
12659
12660         * shell/ev-view.c: (ev_view_select_all),
12661         (ev_view_button_press_event):
12662         * shell/ev-view.h:
12663         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12664
12665         Add select all.
12666         Clear selection on click.
12667
12668 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12669
12670         * shell/ev-sidebar-thumbnails.c
12671         (ev_sidebar_thumbnails_set_document): forgot to unref the
12672         loading_icon.
12673
12674 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12675
12676         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12677         at the visible page, not just linearly.  This makes it look fast.
12678
12679 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12680
12681         * backend/ev-document-misc.c
12682         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12683         white.
12684         * backend/ev-document-thumbnails.h: New interface to get the size
12685         of a page.
12686
12687 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12688
12689         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12690         make dist works
12691
12692 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12693
12694         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12695         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12696         things up a bit.
12697
12698         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12699
12700 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12701
12702         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12703         fonts. Should fix font problems on systems that have the base
12704         fonts in bitmap format. Reported by James Henstridge
12705         <james@jamesh.id.au>.
12706
12707 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * pdf/xpdf/Gfx.cc:
12710         * pdf/xpdf/GfxState.cc:
12711
12712         Fix for CAN-2004-1125
12713
12714 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12715
12716         * shell/ev-view.c: (ev_view_copy):
12717         * shell/ev-view.h:
12718         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12719
12720         Implement Edit->Copy
12721
12722 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * backend/ev-document.c: (ev_document_get_text):
12725         * backend/ev-document.h:
12726         * pdf/xpdf/pdf-document.cc:
12727         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12728         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12729         (ev_view_update_primary_selection), (ev_view_button_press_event),
12730         (ev_view_motion_notify_event), (ev_view_button_release_event):
12731
12732         Beginnings of clipboard support. Incomplete but primary sort
12733         of work.
12734
12735 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12738         (expose_bin_window):
12739
12740         Nicer rubberband drawing, from GtkIconView.
12741
12742 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12743
12744         * backend/ev-document.c: (ev_document_save):
12745         * backend/ev-document.h:
12746         * data/evince-ui.xml:
12747         * pdf/xpdf/pdf-document.cc:
12748         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12749
12750         Implement "Save a copy..." menu item
12751
12752 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         * shell/ev-view.c: (ev_view_zoom):
12755
12756         Queue a resize when zoom changes
12757
12758 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12759
12760         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12761         shadows.
12762
12763         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12764         thumbnails..
12765
12766 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12767
12768         * pdf/xpdf/pdf-document.cc
12769         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12770
12771 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12772
12773         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12774         It's slow, but I'll speed it up next!
12775
12776 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12777
12778         * shell/main.c (load_files):
12779
12780         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12781         from the command line and because it seems more appropriate.
12782
12783 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * data/evince-ui.xml:
12786         * shell/ev-window.c: (update_action_sensitivity),
12787         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12788
12789         s/next page/page down
12790         s/previous page/page up
12791
12792 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12793
12794         * data/evince-ui.xml:
12795
12796         Change the layout to match clarkbw design.
12797
12798         * shell/Makefile.am:
12799         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12800         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12801         (ev_navigation_action_finalize),
12802         (ev_navigation_action_set_property),
12803         (ev_navigation_action_get_property),
12804         (ev_navigation_action_class_init):
12805         * shell/ev-navigation-action.h:
12806
12807         Implement clarkbw toolbar navigation controls (incomplete)
12808
12809         * shell/ev-page-action.c: (update_label), (update_spin),
12810         (value_changed_cb), (create_tool_item), (connect_proxy),
12811         (ev_page_action_init), (ev_page_action_finalize),
12812         (ev_page_action_set_property), (ev_page_action_get_property),
12813         (ev_page_action_set_current_page),
12814         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12815         * shell/ev-page-action.h:
12816
12817         Implement a page switcher in the toolbar
12818
12819         * shell/ev-view.c: (ev_view_scroll_view):
12820         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12821         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12822         (register_custom_actions), (ev_window_init):
12823
12824         Change page on PageUp/Down.
12825
12826 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12827
12828         * pdf/xpdf/pdf-document.cc
12829         (pdf_document_thumbnails_get_thumbnail): initial stab at
12830         implementing thumbnail support for pdfs.  It only does documents
12831         with precached pdfs now.
12832
12833 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12834
12835         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12836         thumbnail code into a time-based idle as well.  Also, turn off the
12837         shadow temporarily as it's really slow.
12838
12839 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12840
12841         * backend/ev-document.c: (ev_document_class_init):
12842         * pdf/xpdf/pdf-document.cc:
12843         * shell/ev-window.c: (ev_window_open):
12844
12845         Fix document title bugs and fallback to
12846         filename when not available.
12847
12848 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12849
12850         * backend/ev-document.c: (ev_document_get_type),
12851         (ev_document_class_init), (ev_document_load),
12852         (ev_document_get_title):
12853         * backend/ev-document.h:
12854         * pdf/xpdf/pdf-document.cc:
12855         * ps/ps-document.c: (ps_document_set_property),
12856         (ps_document_get_property), (ps_document_class_init),
12857         (document_load):
12858         * ps/ps-document.h:
12859         * ps/ps.h:
12860         * shell/ev-window.c: (update_window_title), (ev_window_open),
12861         (ev_window_init):
12862
12863         Initial support for document title. Not working yet.
12864
12865 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12866
12867         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12868
12869         Grab focus on the view when clicking it
12870
12871 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12872
12873         * shell/ev-marshal.list:
12874         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12875         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12876
12877         Add key bindings to the view. Now if the focus would work
12878         right...
12879
12880 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * Makefile.am:
12883         * backend/Makefile.am:
12884         * data/Makefile.am:
12885         * dvi/Makefile.am:
12886         * dvi/dvilib/Makefile.am:
12887         * pdf/xpdf/Makefile.am:
12888         * po/POTFILES.in:
12889         * ps/Makefile.am:
12890
12891         Fix distcheck
12892
12893 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12894
12895         * shell/ev-view.c: (ev_view_realize):
12896
12897         Fix mouse wheel scrolling
12898
12899 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12900
12901         * ps/Makefile.am:
12902         * ps/gstypes.h:
12903         * ps/gtkgs.c:
12904         * ps/gtkgs.h:
12905         * ps/ps-document.c: (catchPipe), (ps_document_init),
12906         (ps_document_class_init), (ps_document_cleanup),
12907         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12908         (set_up_page), (close_pipe), (is_interpreter_ready),
12909         (interpreter_failed), (output), (input), (start_interpreter),
12910         (stop_interpreter), (file_length), (file_readable),
12911         (check_filecompressed), (check_pdf), (compute_xdpi),
12912         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12913         (ps_document_get_type), (ps_document_emit_error_msg),
12914         (document_load), (ps_document_next_page),
12915         (ps_document_get_current_page), (ps_document_get_page_count),
12916         (ps_document_goto_page), (ps_document_set_page_size),
12917         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12918         (ps_document_load), (ps_document_get_n_pages),
12919         (ps_document_set_page), (ps_document_get_page),
12920         (ps_document_widget_event), (ps_document_set_target),
12921         (ps_document_set_scale), (ps_document_set_page_offset),
12922         (ps_document_get_page_size), (ps_document_render),
12923         (ps_document_document_iface_init):
12924         * ps/ps-document.h:
12925         * ps/ps.c:
12926         * shell/ev-window.c: (ev_window_open):
12927
12928         Rename GtkGS to PSDocument
12929
12930 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12931
12932         * ps/gtkgs.c: (gtk_gs_class_init):
12933         * ps/gtkgs.h:
12934
12935         Some more leftover...
12936
12937 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12938
12939         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12940         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12941         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12942         * ps/gtkgs.h:
12943
12944         Remove unused code and make a lot of stuff private
12945
12946 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12947
12948         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12949         (gtk_gs_defaults_changed):
12950         * ps/gsdefaults.h:
12951         * ps/gtkgs.c:
12952         * ps/gtkgs.h:
12953         * ps/ps.h:
12954
12955         Cleanup headers dependencies
12956
12957 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * ps/Makefile.am:
12960         * ps/ggvutils.c:
12961         * ps/ggvutils.h:
12962         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12963         * ps/gsdefaults.h:
12964         * ps/gtkgs.c: (file_length), (file_readable),
12965         (check_filecompressed), (check_pdf), (gtk_gs_load),
12966         (gtk_gs_get_postscript):
12967
12968         Get rid of ggvutils
12969
12970 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * ps/ggvutils.c:
12973         * ps/ggvutils.h:
12974         * ps/gsio.h:
12975         * ps/gtkgs.c: (gtk_gs_set_zoom):
12976
12977         Cleanups
12978
12979 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12980
12981         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12982
12983         Ensure the page is rerendered when changing zoom
12984
12985 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12986
12987         * backend/ev-document.c: (ev_document_base_init),
12988         (ev_document_changed):
12989         * backend/ev-document.h:
12990
12991         Add a changed event that is emitted when the page content
12992         changes. This is necessary to deal with the fact that
12993         in ps backend rendering happen asycrounously.
12994         This makes the ps backend mostly work.
12995
12996         * pdf/xpdf/pdf-document.cc:
12997
12998         Emit changed event
12999
13000         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13001         (ps_document_set_target):
13002
13003         Emit changed event
13004
13005         * shell/ev-view.c: (document_changed_callback),
13006         (ev_view_set_document), (ev_view_set_page):
13007
13008         Redraw on the changed signal
13009
13010 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13011
13012         * configure.ac: Added pt_BR to ALL_LINGUAS.
13013
13014 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13015
13016         * backend/ev-document-bookmarks.c:
13017         (ev_document_bookmarks_get_child): *
13018         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13019         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13020         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13021         (ev_sidebar_bookmarks_destroy),
13022         (ev_sidebar_bookmarks_class_init),
13023         (ev_sidebar_bookmarks_construct), (stack_data_free),
13024         (do_one_iteration), (populate_bookmarks_idle),
13025         (ev_sidebar_bookmarks_clear_document),
13026         (ev_sidebar_bookmarks_set_document): *
13027         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13028         (ev_sidebar_add_page),
13029         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13030         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13031         it displays both the topics and the page numbers.
13032
13033 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13034
13035         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13036         toggle.
13037         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13038         visible.
13039
13040 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13041
13042         * configure.ac: Added en_CA to ALL_LINGUAS.
13043
13044 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13045
13046         * ChangeLog: replace bottom of this ChangeLog (merged history of
13047         ggv and gpdf; where all paths were wrong and most of the files are
13048         not even in this tree) with ChangeLog (from arch) of the shell
13049         code.
13050
13051 2004-12-23  Havoc Pennington  <hp@redhat.com>
13052
13053         * shell/ev-window.c: hook up potentially-questionable "find
13054         results status text" feature - something involving the sidebar or
13055         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13056         might be better in the end.
13057
13058         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13059         with corresponding signal when it should be updated
13060
13061         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13062
13063 2004-12-22  Havoc Pennington  <hp@redhat.com>
13064
13065         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13066         find stuff on other pages, sort of (only returns one result on
13067         invisible pages, to show they have results; updates full results
13068         for a page when you view it). Currently repaints the current page
13069         every time a new result is found on any page, which isn't so nice.
13070
13071 2004-12-22  Havoc Pennington  <hp@redhat.com>
13072
13073         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13074         the document doesn't support find (better ideas?)
13075         (find_bar_search_changed_cb): handle missing document or document
13076         that doesn't support find
13077
13078         * pdf/xpdf/pdf-document.cc: port to implement the new
13079         EvDocumentFindIface
13080
13081         * backend/ev-document-find.c: create a new interface for searching
13082
13083         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13084
13085 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13086
13087         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13088         libevbackend.la.
13089
13090         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13091         EvPrintJob constructor arguments.
13092
13093         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13094         for documents that can export PostScript (page by page).
13095
13096         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13097         
13098         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13099         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13100         (pdf_document_ps_exporter_iface_init:
13101         Implement EvPSExporter.
13102
13103         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13104
13105 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13106
13107         * backend/Makefile.am:
13108         * backend/ev-document-thumbnails.c:
13109         (ev_document_thumbnails_get_type),
13110         (ev_document_thumbnails_get_thumbnail):
13111         * backend/ev-document-thumbnails.h:
13112         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13113         (pixbuf_document_thumbnails_get_thumbnail),
13114         (pixbuf_document_document_thumbnails_iface_init):
13115         * shell/Makefile.am:
13116         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13117         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13118         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13119         * shell/ev-sidebar-thumbnails.h:
13120         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13121         (ev_sidebar_set_document):
13122         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13123         (create_shadow), (ev_pixbuf_add_shadow):
13124         * shell/ev-utils.h:
13125         Add thumbnail support.
13126         
13127 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13128
13129         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13130         (using_postscript_printer): Set up a print dialog for "PostScript
13131         injection" method.
13132
13133         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13134         EvPrintJob.
13135
13136         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13137
13138 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13139
13140         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13141         (ps_document_set_target), (ps_document_get_page_size),
13142         (ps_document_render):
13143         * ps/gtkgs.h:
13144
13145         Fix a few bugs
13146
13147 2004-12-22  Christian Rose  <menthos@menthos.com>
13148
13149         * configure.ac: Added "sv" to ALL_LINGUAS.
13150
13151 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13152
13153         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13154         document supports bookmarks.
13155
13156 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13157
13158         * ps/ggvutils.c: (ggv_file_readable):
13159         * ps/ggvutils.h:
13160         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13161         (gtk_gs_get_postscript):
13162
13163         Remove unused utils
13164
13165 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13166
13167         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13168         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13169         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13170         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13171         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13172         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13173         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13174         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13175         (gtk_gs_set_antialiasing), (ps_document_load),
13176         (ps_document_render):
13177         * ps/gtkgs.h:
13178
13179         Another check point for the ps backend. Now I can get it to show
13180         pages!
13181
13182 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13183
13184         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13185         document setting code.
13186
13187 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13188
13189         * shell/eggfindbar.c: (entry_activate_callback):
13190         Animate the next button when activate is pressed.
13191         
13192 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13193
13194         * shell/ev-window.c: (ev_window_cmd_edit_find),
13195         (update_fullscreen_popup), (ev_window_fullscreen),
13196         (ev_window_unfullscreen), (ev_window_state_event_cb),
13197         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13198         Fix bugs in fullscreen code.
13199         
13200 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13201
13202         * Makefile.am:
13203         * configure.ac:
13204         * pixbuf/Makefile.am:
13205         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13206         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13207         (pixbuf_document_set_page), (pixbuf_document_get_page),
13208         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13209         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13210         (pixbuf_document_render), (pixbuf_document_begin_find),
13211         (pixbuf_document_end_find), (pixbuf_document_finalize),
13212         (pixbuf_document_class_init),
13213         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13214         * pixbuf/pixbuf-document.h:
13215         * shell/Makefile.am:
13216         * shell/ev-application.c: (ev_application_open):
13217         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13218         (ev_window_open):
13219         Add pixbuf backend.
13220         
13221 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13222
13223         * Makefile.am: 
13224         * dvi/dvilib/Makefile.am:
13225         * dvi/Makefile.am:
13226         * configure.ac: Auto*ify dvi and dvi/dvilib
13227
13228         * dvi/Makefile: Remove from CVS
13229         
13230         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13231         confusion.
13232
13233         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13234         
13235         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13236         
13237 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13238
13239         * ps/Makefile.am:
13240         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13241         (gtk_gs_value_adjustment_changed), (compute_size),
13242         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13243         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13244         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13245         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13246         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13247         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13248         (ps_document_load), (ps_document_get_n_pages),
13249         (ps_document_set_page), (ps_document_get_page),
13250         (ps_document_set_target), (ps_document_set_scale),
13251         (ps_document_set_page_offset), (ps_document_get_page_size),
13252         (ps_document_render), (ps_document_begin_find),
13253         (ps_document_end_find), (ps_document_document_iface_init):
13254         * ps/gtkgs.h:
13255         * shell/Makefile.am:
13256         * shell/ev-window.c: (ev_window_open):
13257
13258         Some work to integrate gtkgs with EvDocument
13259
13260 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13261
13262         * shell/ev-window.c: (update_fullscreen_popup),
13263         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13264         (exit_fullscreen_button_clicked_cb),
13265         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13266         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13267         (ev_window_state_event_cb), (ev_window_init):
13268         Add fullscreen support from Epiphany.
13269         
13270 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13271
13272         * data/ev-stock-zoom-fit-width.png: fit-width
13273         stock icon from gpdf.
13274         
13275         * shell/ev-stock-icons.[ch]: copied from gpdf.
13276         
13277         * shell/main.c: (main): init stock icons.
13278         
13279         * shell/ev-window.c: use the fit-width icon.
13280         
13281         * data/evince-ui.xml: add zooming toolbar items.
13282
13283 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13284
13285         * shell/ev-view.c: 
13286         (ev_view_best_fit), (ev_view_fit_width): because
13287         get_page_size() returns the scaled page size, we
13288         need to calculate the scale factor relative to
13289         the previous scale factor. Should really just
13290         add get_real_page_size().
13291
13292 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13293
13294         * shell/ev-view.[ch]:
13295         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13296         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13297         add zooming.
13298         
13299         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13300         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13301         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13302         hook it up.
13303         
13304         * pdf/xpdf/pdf-document.cc:
13305         (pdf_document_begin_find),
13306         (pdf_document_end_find): make static.
13307
13308 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13309
13310         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13311
13312         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13313         names to fontconfig patterns.
13314         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13315
13316         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13317         setupBaseFontsFc.
13318
13319 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13320
13321         * Makefile.am:
13322         * configure.ac:
13323         * ps/Makefile.am:
13324         * ps/ggvutils.c:
13325         * ps/ggvutils.h:
13326         * ps/gsdefaults.c:
13327         * ps/gsdefaults.h:
13328         * ps/gsio.c:
13329         * ps/gsio.h:
13330         * ps/gtkgs.c:
13331         * ps/gtkgs.h:
13332         * ps/ps.c:
13333         * ps/ps.h:
13334
13335         Import ggv backend. Not hooked up yet.
13336
13337 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13338
13339         * shell/main.c: (load_files), (main): load files
13340         from the command line.
13341
13342 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13343
13344         * configure.ac: don't require bonobo.
13345         
13346         * cut-n-paste/recent-files/*: kill bonobo recent
13347         view.
13348
13349         * shell/ev-window.c:
13350         (ev_window_is_empty): upd.
13351         (unable_to_load), (ev_window_open): load backend
13352         based on the mime type.
13353
13354 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13355
13356         * backend/.cvsignore: ignore generated marshalers source.
13357
13358         * shell/main.c (main): this is not epiphany.
13359
13360 2004-12-22  Havoc Pennington  <hp@redhat.com>
13361
13362         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13363         (expose_bin_window): draw find highlights
13364
13365         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13366         
13367         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13368         (pdf_document_end_find): implement this interface
13369
13370         * backend/ev-document.c (ev_document_found): add this to emit
13371         signal
13372
13373 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13374
13375         * data/evince-ui.xml: Add a few more toolbar items.
13376
13377         * shell/ev-window.c: Hook up page navigation toolbar 
13378         items.
13379
13380         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13381         a page-changed signal.
13382
13383         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13384         Add ev_document_get_page().
13385
13386         * shell/ev-window.c: Sensitize/desensitize navigation
13387         actions.
13388
13389 2004-12-21  Havoc Pennington  <hp@redhat.com>
13390
13391         * backend/ev-backend-marshal.c,
13392         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13393         marshaler-generator thingy. I'm sure there's a better way to do
13394         this in the modern world.
13395
13396         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13397         end_find methods and "found" signal.
13398
13399         * configure.ac: find glib-genmarshal
13400
13401 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13402
13403         * shell/ev-sidebar.c: Construct an actual sidebar.
13404         * shell/ev-sidebar-bookmarks.[ch]:
13405         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13406
13407 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13408
13409         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13410         Redo size handling.
13411         
13412         * shell/ev-view.c: Track the size from the document.
13413
13414 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13415
13416         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13417         constructor assumes ownership of the string passed in.
13418         
13419         * shell/ev-window.c (ev_window_open): Destroy the error
13420         dialog once we've displayed it.
13421
13422 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13423
13424         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13425         a bit, it works! (sort of)
13426
13427         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13428         Move to .cc since we need to use C++ in the implementation.
13429
13430         * shell/dummy.cc: Add a CC file to force evince
13431         to be linked as a C++ program.
13432
13433 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13434
13435         * shell/ev-view.[ch]: Start of content-area widget.
13436
13437         * shell/ev-window.c: Create a EvView, update it
13438         as we change documents.
13439
13440         * shell/Makefile.am shell/ev-marshal.list: Add
13441         generated marshalers.
13442
13443 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13444
13445         * Makefile.am (SUBDIRS): move shell.
13446
13447 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13448
13449         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13450         .a to libtool convenience libraries.
13451
13452         * shell/ev-window.c (ev_window_open): Hard code loading
13453         a PDF document.
13454         
13455         * backend/ev-document.h: Add a boolean return to load(),
13456         fix GError * to GError **.
13457
13458         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13459         object for a PDF backend EvDocument.
13460
13461 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13462
13463         * dvi/*: New directory with the beginning of a .dvi backend.
13464
13465 2004-12-21  Havoc Pennington  <hp@redhat.com>
13466
13467         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13468         previous/next instead of back/forward
13469
13470 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13471
13472         * backend/ev-document.[ch]: Fix a couple of problems so
13473         it compile.
13474
13475 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13476
13477         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13478         to backend/ directory, rename EvViewer to EvDocument.
13479
13480 2004-12-21  Havoc Pennington  <hp@redhat.com>
13481
13482         * shell/ev-window.c: hook up the find bar widget; now we just need
13483         a document to find things in
13484
13485         * shell/eggfindbar.c: a find bar widget
13486
13487 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13488
13489         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13490
13491 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13492
13493         * pdf/**: Import of xpdf code from gpdf. 
13494
13495         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13496
13497         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13498         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13499         Fix FreeType includes.
13500
13501         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13502         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13503         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13504         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13505         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13506         Include xpdfconfig.h
13507         
13508 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13509
13510         * shell/ev-window.c (ev_window_dispose): dispose can be called
13511         multiple times.
13512
13513 2004-12-21  Havoc Pennington  <hp@redhat.com>
13514
13515         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13516         rather than Evince
13517
13518         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13519         items; really they should be synced with the strings, etc. from
13520         current gpdf, but just getting the boring typing out of the way 
13521
13522 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13523
13524         * po/POTFILES.in:
13525         * shell/ev-application.c: (window_destroy_cb):
13526         * shell/ev-window.c:
13527         * shell/main.c: (main):
13528
13529         Actually show the window...
13530
13531 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13532
13533         * Makefile.am:
13534         * shell/Makefile.am:
13535         * shell/ev-application.c: (ev_application_class_init):
13536         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13537
13538         Make it build again
13539
13540 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13541
13542         Import to gnome cvs.
13543         
13544         * Remove copies of gpdf and ggv trees.
13545         * Rip out all the recursive configure code.
13546         * Remove bonobo machinery.
13547         * viewer/*: GInterfaces that backends should/can implement.
13548
13549 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13550
13551         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13552         typo
13553
13554 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13555
13556         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13557         (ev_application_finalize, ev_application_class_init)
13558         (ev_application_init): use GType instance private data for priv.
13559
13560         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13561         (ev_window_finalize, ev_window_class_init)
13562         (ev_window_init): ditto.
13563
13564 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13565
13566         * shell/ev-application.c (ev_application_new_window): make public
13567         (ev_application_show_initial_window): kill.
13568
13569         * shell/ev-application.h: update prototypes.
13570
13571         * shell/main.cc (main): inline ev_application_show_initial_window.
13572
13573 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13574
13575         * shell/ev-application.c (ev_application_new_window): impl.
13576         (ev_application_show_initial_window): use it.
13577         (is_window_empty, ev_application_get_empty_window): returns an
13578         existing empty window or a new one.
13579         (ev_application_open): from ev_window_cmd_file_open.
13580
13581         * shell/ev-application.h: update prototypes
13582
13583         * shell/ev-window.c (ev_window_is_empty): impl.
13584         (ev_window_open): make public.
13585         (ev_window_cmd_file_open): use ev_application_open
13586
13587         * shell/ev-window.h: update prototypes, remove unused.
13588
13589 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13590
13591         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13592         move destroy handler out of here...
13593
13594         * shell/ev-application.c, shell/ev-application.h: ...into this new
13595         class. Also handles initial window creation.
13596
13597         * shell/main.cc (main): use EvApplication to create initial
13598         window.
13599
13600 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13601
13602         * Makefile.am (SUBDIRS): add cut-n-paste
13603
13604         * cut-n-paste/Makefile.am: add
13605
13606         * configure.ac: generate Makefiles in cut-n-paste
13607
13608 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13609
13610         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13611         (ev_window_class_init): install ev_window_dispose.
13612
13613 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13614
13615         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13616         char (gchar looks stupid).
13617
13618 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13619
13620         * po/de.po: updated German translation.
13621
13622 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13623
13624         * configure.ac: add more pkg-config library checks for gnome-vfs,
13625         bonobo etc.
13626
13627         * gpdf/configure.in: temporarily disable libpaper
13628         checks. Otherwise I'd have to add the checks for the shell, too.
13629
13630 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13631
13632         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13633         and * file filters to the file choose.
13634
13635 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13636
13637         * po/de.po: Updated German translation.
13638
13639 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13640
13641         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13642
13643 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13644
13645         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13646
13647         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13648         (ev_window_init): implement those menuitems.
13649
13650 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13651
13652         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13653
13654         * shell/ev-window.c (ev_window_init): use the toolbar.
13655
13656 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13657
13658         * shell/ev-window.c (ev_window_init): use menu translations
13659
13660 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13661
13662         * configure.ac: add "de" to ALL_LINGUAS.
13663
13664         * po/de.po: add German translation.
13665
13666 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13667
13668         * Makefile.am (SUBDIRS): add po
13669
13670         * configure.ac: check intltool, glib-gettext etc, generate
13671         po/Makefile.in
13672
13673         * po, po/POTFILES.in, po/POTFILES.skip: new.
13674
13675 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13676
13677         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13678         already use (#ifdef ENABLE_NLS)
13679
13680         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13681         pointer indirection thinko.
13682
13683         * shell/main.c: include gi18n.h for bindtextdomain etc.
13684
13685 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13686
13687         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13688         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13689         tooltips for menu items in the statusbar.
13690
13691 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13692
13693         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13694         pkgdatadir drop UIDIR
13695
13696 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13697
13698         * data/evince-ui.xml: Add File->Open menu item
13699
13700         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13701         chooser), hook it up in the ui manager.
13702
13703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13704
13705         * shell/ev-window.c: fix Help->About tooltip.
13706
13707 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13708
13709         * configure.ac: set CFLAGS for libevprivate.
13710
13711         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13712         definitions, factory etc.
13713
13714         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13715
13716         * shell/Makefile.am: link against libevprivate.a.
13717
13718         * shell/ev-window.c (entries): add stock icon to Help->About.
13719
13720         * shell/main.c (main): init stock icon code.
13721
13722 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13723
13724         * lib/recent-files: egg recent files code
13725
13726         * lib/Makefile.am: add.
13727
13728         * Makefile.am: add lib subdir.
13729
13730         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13731         set CFLAGS for recent-files.
13732
13733 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13734
13735         * configure.ac: disable -ansi and -pedantic gcc flags. They
13736         disable POSIX stuff in stdio.h, but egg-recent uses them.
13737
13738 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13739
13740         * configure.ac: add --disable-deprecated flag (defaults to on in
13741         "cvs" builds).
13742
13743         * shell/Makefile.am (INCLUDES): use it.
13744
13745 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13746
13747         * shell/main.c: add missing #include.
13748
13749         * shell/ev-window.c: fix for pedantic gcc.
13750         (ev_window_cmd_help_about): split license into paragraphs for
13751         translators and pedantic compilers.
13752
13753 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13754
13755         * configure.ac: add more warning flags if compiling with gcc from
13756         cvs (or explicitly requested with --enable-more-warnings).
13757
13758 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13759
13760         * data/evince-ui.xml: add File and File->Close menu.
13761
13762         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13763         (ev_window_destroy): quit after destroy.
13764         (ev_window_class_init): override GtkObject::destroy.
13765         (entries): install close_window callback.
13766
13767 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13768
13769         * Makefile.am (SUBDIRS): add data subdir.
13770
13771         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13772         gtk+ 2.5.0 for GtkAboutDialog.
13773
13774         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13775         main window.
13776
13777         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13778
13779         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13780         manager.
13781         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13782
13783 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13784
13785         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13786
13787 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13788
13789         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13790
13791 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13792
13793         * shell/*: Added shell directory boilerplate, build it.
13794
13795 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13796
13797         * configure.ac, Makefile.am: Added top-level configure.ac and
13798         Makefile.am