]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Automaticly reload the document when the file has changed on disk. Bug
[evince.git] / ChangeLog
1 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/Makefile.am:
4         * shell/ev-file-monitor.[ch]:
5         * shell/ev-window.c: (ev_window_document_changed),
6         (ev_window_clear_reload_job), (ev_window_load_job_cb),
7         (ev_window_reload_job_cb), (ev_window_open_uri),
8         (ev_window_reload_document), (ev_window_cmd_view_reload),
9         (ev_window_dispose):
10
11         Automaticly reload the document when the file has changed on
12         disk. Bug #304249.
13         
14 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
15
16         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
17         * libdocument/ev-image.c: (ev_image_save_tmp):
18         * libdocument/ev-module.c: (ev_module_load):
19         * shell/ev-application.c: (ev_application_shutdown),
20         (ev_application_get_print_settings):
21         * shell/ev-sidebar-attachments.c:
22         (ev_sidebar_attachments_button_press),
23         (ev_sidebar_attachments_drag_data_get):
24         * shell/ev-window.c: (window_save_file_copy_ready_cb),
25         (ev_window_print_finished), (ev_window_print_send),
26         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
27         (ev_window_preview_print_finished), (ev_window_do_preview_print),
28         (ev_window_cmd_preview_print):
29         * shell/main.c: (load_files_remote):
30         Fix some build warnings under GCC 4.3.0. (#537535).
31
32 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * shell/ev-jobs.c: (ev_job_render_dispose):
35
36         Fix a crash in debug mode. Patch by Daniel M German.
37         
38 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-window.c:
41
42         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
43         
44 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
45
46         * shell/ev-window.c: (ev_window_print_send),
47         (ev_window_do_preview_print):
48
49         Use the window title as print job name instead of just
50         "evince-print". Fixes bug #534493.
51         
52 2008-05-19  Frederic Peters  <fpeters@0d.be>
53
54         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
55         Bug #533897.
56
57 2008-05-19  Frederic Peters  <fpeters@0d.be>
58
59         * help/reference/Makefile.am: added missing libevmountoperation to
60         gtkdoc-scanobj libraries.  Bug #533896.
61
62 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
63
64         * properties/ev-properties-view.c (get_default_user_units):
65         Fixes check for default units string translation. Bug #533323.
66
67 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
68
69         * backend/impress/iksemel.c (sax_core): Fix a free() that should
70         be an iks_free(). Fix an array overflow in the XML parser that
71         would occur whenever the number of attributes in a tag was greater
72         than 0 and divisible by 6. Fixes GNOME bug #530852.
73
74 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * backend/djvu/djvu-document-private.h:
77         * backend/djvu/djvu-links.c:
78         * backend/djvu/djvu-text.c:
79         * backend/djvu/djvu-document.c: (djvu_handle_events),
80         (djvu_wait_for_message), (djvu_document_load),
81         (document_get_page_size), (djvu_document_render),
82         (djvu_document_thumbnails_get_thumbnail),
83         (djvu_document_file_exporter_end):
84
85         Make sure load job doesn't finish successfully when the document
86         is not successfully decoded by libdjvu. Fixes bug #530202.
87         
88 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * configure.ac:
91         * libdocument/Makefile.am:
92         * libdocument/ev-debug.[ch]:
93         * libdocument/ev-document.c:
94         * shell/ev-jobs.c: (ev_job_links_dispose),
95         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
96         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
97         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
98         (ev_job_render_page_ready), (ev_job_render_run),
99         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
100         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
101         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
102         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
103         (ev_job_print_new), (ev_job_print_run):
104         * shell/main.c: (main):
105
106         Add debug mode based on gedit code. Add debug messages in
107         ev-jobs.
108         
109 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * libdocument/ev-document-factory.c: (get_document_from_uri):
112
113         Fix memory leak.
114         
115 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
116
117         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
118         (get_mime_type_from_data), (get_document_from_uri),
119         (ev_document_factory_get_document):
120         
121         Improved error message about file opening failture.
122         Bug #529129.
123
124 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
125
126         * data/evince-toolbar.xml:
127         
128         Allow to add SaveAs to toolbar.
129
130 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
131
132         * shell/ev-view-private.h:
133         * shell/ev-view.[ch]: (ev_view_button_release_event),
134         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
135         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
136         (ev_view_update_primary_selection), (clear_link_selected),
137         (ev_view_copy_link_address):
138         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
139
140         Update also the primary selection when copying a link
141         address. Fixes bug #520855.
142         
143 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * libdocument/ev-document-factory.c: (get_document_from_uri):
146
147         Use the pixbuf backend only when the mime type is not supported by
148         any of the other backend so that tiff documents, for instance, are
149         handled by the tiff backend instead of the pixbuf backend. fixes
150         bug #520290.
151         
152 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * cut-n-paste/Makefile.am:
155
156         Add evmountoperation to subdirs list.
157         
158 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
159
160         * configure.ac:
161
162         Fix libspectre check in configure script. Fixes bug #528549.
163         
164 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * configure.ac:
167         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
168         * shell/Makefile.am:
169         * shell/ev-window.c: (ev_window_load_remote_failed),
170         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
171
172         Add GtkMountOperation (renamed to avoid conflicts) to be able to
173         open documents in remote locations that are not mounted.
174         
175 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
178         (bitmap_convert_msb8):
179         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
180         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
181
182         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
183         
184 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
187         (ev_job_render_new), (ev_job_render_set_selection_info),
188         (ev_job_render_run):
189         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
190         (check_job_size_and_unref),
191         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
192         (add_job), (ev_pixbuf_cache_get_selection_surface):
193
194         Create the render context needed for rendering a page in the render
195         thread so that we don't block the main thread. Simplify
196         EvJobRender API.
197         
198 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * libdocument/Makefile.am:
201         * libdocument/ev-page.[ch]:
202         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
203         (ev_render_context_new), (ev_render_context_set_page):
204         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
205         (ev_form_field_finalize), (ev_form_field_class_init):
206         * libdocument/ev-document-forms.[ch]:
207         (ev_document_forms_get_form_fields):
208         * libdocument/ev-document.[ch]: (ev_document_get_page),
209         (ev_document_get_page_size), (ev_document_get_page_label):
210         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
211         (ev_job_render_run), (ev_job_thumbnail_new),
212         (ev_job_thumbnail_run), (ev_job_print_run):
213         * shell/ev-page-cache.c: (ev_page_cache_new):
214         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
215         (check_job_size_and_unref), (add_job):
216         * shell/ev-sidebar-thumbnails.c: (add_range):
217         * shell/ev-view.c: (ev_view_form_field_get_region),
218         (ev_view_form_field_button_create_widget),
219         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
220         (ev_view_handle_form_field), (ev_view_size_allocate),
221         (get_selected_text):
222         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
223         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
224         (pdf_document_get_page), (pdf_document_get_page_label),
225         (pdf_document_render), (pdf_document_get_info),
226         (pdf_document_document_iface_init),
227         (pdf_document_thumbnails_get_thumbnail),
228         (pdf_document_thumbnails_get_dimensions),
229         (pdf_document_file_exporter_do_page),
230         (pdf_selection_render_selection),
231         (pdf_selection_get_selected_text),
232         (pdf_selection_get_selection_region),
233         (pdf_selection_get_selection_map),
234         (pdf_document_forms_get_form_fields),
235         (pdf_document_forms_form_field_text_get_text),
236         (pdf_document_forms_form_field_text_set_text),
237         (pdf_document_forms_form_field_button_set_state),
238         (pdf_document_forms_form_field_button_get_state),
239         (pdf_document_forms_form_field_choice_get_item),
240         (pdf_document_forms_form_field_choice_get_n_items),
241         (pdf_document_forms_form_field_choice_is_item_selected),
242         (pdf_document_forms_form_field_choice_select_item),
243         (pdf_document_forms_form_field_choice_toggle_item),
244         (pdf_document_forms_form_field_choice_unselect_all),
245         (pdf_document_forms_form_field_choice_set_text),
246         (pdf_document_forms_form_field_choice_get_text):
247         * backend/ps/ev-spectre.c: (ps_document_get_page),
248         (ps_document_get_page_size), (ps_document_get_page_label),
249         (ps_document_render), (ps_document_document_iface_init),
250         (ps_document_file_exporter_do_page):
251         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
252         (tiff_document_render), (tiff_document_render_pixbuf),
253         (tiff_document_file_exporter_do_page):
254         * backend/pixbuf/pixbuf-document.c:
255         (pixbuf_document_get_page_size):
256         * backend/comics/comics-document.c:
257         (comics_document_get_page_size), (comics_document_render_pixbuf):
258         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
259         (djvu_document_render), (djvu_selection_get_selected_text),
260         (djvu_document_thumbnails_get_thumbnail),
261         (djvu_document_file_exporter_do_page),
262         (djvu_document_find_get_result):
263         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
264         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
265         (dvi_document_thumbnails_get_thumbnail),
266         (dvi_document_file_exporter_do_page):
267         * backend/impress/impress-document.c:
268         (impress_document_get_page_size),
269         (impress_document_render_pixbuf):
270         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
271
272         Add EvPage so that we can hold a reference to the backend
273         page. Form fields keep now a reference to the poppler page
274         improving performance since we don't have to create/destroy the
275         poppler field for every form operation. This will be needed for
276         annotations too.
277         
278 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * data/evince-ui.xml:
281         * shell/ev-window.c:
282
283         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
284         
285 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * configure.ac:
288         * backend/ps/Makefile.am:
289
290         Remove gs stuff from ps backend.
291         
292 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * configure.ac:
295         * backend/pdf/ev-poppler.cc:
296
297         Bump poppler requirement to 0.8.0.
298         
299 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
300
301         * NEWS:
302         * configure.ac:
303
304         Update for release 2.22.1.1
305
306 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * configure.ac:
309
310         Fix build (again) when poppler version is 0.6
311         
312 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * backend/djvu/djvu-links.c: (build_tree):
315
316         Make sure link title is a valid utf8 string. Fixes bug #526517.
317         
318 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * configure.ac:
321
322         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
323         #526799.
324         
325 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * configure.ac:
328         
329         Update for release 2.22.1.
330
331 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * NEWS:
334
335         Update for upcoming release.
336
337 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * configure.ac:
340         * backend/dvi/dvidocument.evince-backend.in:
341
342         Add compressed dvi to the list of supported mime types. Patch by
343         Ed Catmur. Fixes bug #307087.
344
345 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
346
347         * shell/ev-jobs.c: (ev_job_print_get_page_list):
348
349         Fix a crash when printing a range that doesn't specify the start or
350         end page. Fixes bug #524288.
351
352 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * shell/ev-window.c: (ev_window_cmd_continuous),
355         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
356         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
357         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
358         (ev_window_run_presentation), (ev_window_stop_presentation),
359         (ev_window_cmd_view_presentation),
360         (ev_window_cmd_leave_fullscreen),
361         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
362
363         Do not unfullscreen and fullscreen again the window when changing
364         from fullscreen to presentation mode and vice versa. Fixes bug
365         #524112.
366         
367 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
368
369         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
370
371         Do not crash when thumbnail failed to render in PS backend. Fixes
372         bug #525015.
373         
374 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
375
376         * shell/ev-window.c: (window_open_file_copy_ready_cb),
377         (ev_window_load_file_remote), (ev_window_open_uri):
378
379         Handle errors when opening remote files.
380         
381 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * shell/ev-page-action.c: (ev_page_action_grab_focus):
384
385         Only grab the focus for the current visible proxy widget. Fixes
386         bug #521224.
387         
388 2008-03-30  Emil Soleyman  <emil@nishra.com>
389
390         * shell/ev-window.c: (launch_external_uri):
391         
392         Reuse g_app_info_launch_default_for_uri to
393         save some code and fix bug #525009.
394
395 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
396
397         * shell/ev-window.c (image_save_dialog_response_cb):
398
399         Use g_str_has_suffix. See bug #523069.
400
401 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * configure.ac:
404
405         Add a configure option to enable/diable DBus. Patch by Rémi
406         Cardona. Fixes bug 521797.
407
408 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
411
412         Fix printing in documents with rotated pages. Patch by Eugen
413         Dedu. Fixes bug #512648.
414         
415 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
416
417         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
418         (ev_link_from_action):
419
420         Fix warning messages.
421         
422 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * shell/ev-window.c: (image_save_dialog_response_cb):
425
426         Do not append the extension to filename when saving an image
427         if the filename alredy contains the extension. Fixes bug #523069.
428         
429 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
430
431         * shell/ev-view.[ch]: (ev_view_find_cancel):
432         * shell/ev-window.c: (find_bar_close_cb):
433
434         Cancel the find operation when the find bar is closed. Fixes bug
435         #508845.
436         
437 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
438
439         * backend/ps/psdocument.evince-backend.in:
440
441         Make ps backend module resident. Fixes bug #520607.
442         
443 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * shell/ev-jobs.c: (ev_job_print_run):
446
447         Invert collate action in order to work as expected, fix reverse
448         printing so that it doesn't start with a blank page and fix number
449         of copies. Patch by Eugen Dedu. Fixes bug #365332.
450         
451 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
454
455         Fix build with poppler <= 0.7.2
456         
457 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
458
459         * libdocument/ev-document-misc.c:
460         (ev_document_misc_surface_from_pixbuf):
461
462         Fix selections with poppler-splash.
463         
464 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * configure.ac:
467         * backend/pdf/ev-poppler.cc:
468
469         Fix build with poppler >= 0.7.2
470         
471 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
472
473         * configure.ac:
474         
475         Update for release 2.22.0
476
477 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
478
479         * NEWS:
480
481         Update for upcoming release.
482
483 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
484
485         * shell/ev-window.c (ev_window_print_dialog_response_cb):
486
487         Bug 495107 – Handle print dialog responses correctly
488
489         Correctly handle print dialog response. Properly fixes
490         the above mentioned bug.
491
492 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
493
494         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
495
496         Make sure print job is only run when the print button is
497         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
498         
499 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
500
501         * backend/pdf/pdfdocument.evince-backend.in:
502         * libdocument/ev-backends-manager.c:
503         (ev_backends_manager_load_backend),
504         (ev_backends_manager_get_document):
505         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
506
507         Allow making backend modules resident. This is needed only for
508         some backends like pdf to avoid registering glib types more than
509         once.
510         
511 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/comics/comics-document.c:
514         * backend/djvu/djvu-document.c:
515         * backend/impress/impress-document.c:
516         * backend/pdf/ev-poppler.cc:
517         * backend/pixbuf/pixbuf-document.c:
518         * backend/ps/ev-spectre.c:
519         * backend/ps/ps-document.c:
520         * backend/tiff/tiff-document.c:
521         * libdocument/ev-document.h:
522         * properties/ev-properties-main.c:
523
524         Use g_type_module_add_interface instead of
525         g_type_add_interface_static. Fixes bug #519679.
526         
527 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
528
529         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
530         Added. Returns whether the animation has everything necessary to run.
531         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
532         is ready just because it's been created. Fixes #519106.
533         (draw_one_page): Do not show the "Loading..." text in presentation
534         mode, there was a slim probability that this could happen.
535
536 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
539
540         Duplicate mime_type string before freeing it so that it doesn't
541         always fail when getting mime type from uri. Fixes bug #518874.
542         
543 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * shell/ev-view.c: (ev_view_form_field_choice_changed):
546
547         Fix a crash when a choice form field doesn't have any item
548         selected. Fixes bug #518831
549         
550 2008-02-25  Alexander Larsson  <alexl@redhat.com>
551
552         * shell/ev-window.c (ev_window_clear_temp_file):
553         Use g_file_has_prefix instead of renamed
554         g_file_contains_file.
555
556         * configure.ac:
557         Require new glib for above change.
558         
559 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
560
561         * libdocument/ev-image.c: (ev_image_finalize),
562         (ev_image_save_tmp):
563
564         Return a real uri instead of a filename when saving an
565         image. Fixes images drag an drop from evince to nautilus. 
566         
567 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * backend/pdf/ev-poppler.cc:
570         (pdf_document_images_get_image_mapping):
571
572         Return the image list in the right order. Fixes bug #516237.
573         
574 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
575
576         * backend/impress/impress-document.c:
577         (impress_document_thumbnails_get_thumbnail):
578
579         Remove unused variable to avoid a compiler warning.
580
581 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
582
583         * configure.ac:
584         
585         Update for release 2.21.91.
586
587 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * configure.ac:
590         * shell/Makefile.am:
591         * shell/ev-application.[ch]:
592         * shell/ev-sidebar-links.c:
593         * shell/ev-utils.[ch]:
594         * shell/ev-window.[ch]:
595
596         Remove libgnomeprint support. Fixes bug #512370.
597         
598 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
599
600         * thumbnailer/evince-thumbnailer.c: (main):
601
602         Initialize glib type system before using it. Fixes bug #513934.
603         
604 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * properties/ev-properties-main.c:
607
608         Add missing #include.
609         
610 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
611
612         * configure.ac:
613         * backend/djvu/djvu-document.c: (djvu_document_render):
614         * backend/tiff/tiff-document.c: (tiff_document_render):
615
616         Use the new cairo function cairo_format_stride_for_width when
617         available. Fixes bug #482720.
618
619 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
620
621         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
622         (get_mime_type_from_data), (get_document_from_uri):
623
624         Use g_content_type_guess() only when slow is true in
625         get_document_from_uri(). Fix several memory leaks.
626         
627 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
628
629         * libdocument/ev-document-factory.c:
630         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
631         (get_document_from_uri):
632
633         Use g_content_type_guess () to get mimetype for files.
634         Bug #510401.
635
636 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
637
638         * thumbnailer/Makefile.am:
639
640         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
641         
642 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * configure.ac:
645
646         Fix build with --without-libgnome. Fixes bug #512771.
647         
648 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
649
650         * backend/dvi/Makefile.am: Install only dvi
651         module. Fixes bug #512718.
652
653 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
654
655         * properties/ev-properties-main.c: (nautilus_module_initialize):
656         
657         Initialize backends in properties tab. Fixes bug
658         #512720.
659
660 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
661
662         * properties/Makefile.am: No need to link with 
663         libraries. Fixes bug #512719.
664
665 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
666
667         * NEWS:
668         * configure.ac:
669         
670         Update for release 2.21.90.
671
672 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
673
674         * shell/ev-window.c: (ev_window_cmd_escape):
675
676         Fix compile warning.
677         
678 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
681
682         Fix printing in dvi backend when filename contains white
683         espaces. Fixes bug #502839.
684         
685 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
686
687         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
688         (screensaver_disable_x11):
689         * shell/Makefile.am:
690         * shell/xdg-user-dir-lookup.c: Removed
691         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
692         * shell/ev-view.c: (ev_view_presentation_transition_start):
693         * shell/ev-window.c: (ev_window_cmd_file_open),
694         (ev_window_cmd_save_as), (presentation_set_timeout):
695
696         Remove #ifdefs that are no longer needed.
697         
698 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * shell/ev-view.[ch]: (ev_view_button_release_event),
701         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
702         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
703         (ev_window_cmd_escape):
704
705         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
706         
707 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
708
709         * configure.ac:
710         * backend/comics/comics-document.c: (comics_document_load):
711         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
712         (ev_attachment_set_property), (ev_attachment_init),
713         (ev_attachment_save), (ev_attachment_launch_app),
714         (ev_attachment_open):
715         * libdocument/ev-document-factory.c: (get_document_from_uri):
716         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
717         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
718         * shell/ev-jobs.c:
719         * shell/ev-password.c: (ev_password_dialog_set_property),
720         (ev_password_dialog_save_password):
721         * shell/ev-sidebar-attachments.c:
722         (ev_sidebar_attachments_drag_data_get):
723         * shell/ev-window-title.c: (get_filename_from_uri):
724         * shell/ev-window.c: (ev_window_clear_temp_file),
725         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
726         (ev_window_open_uri), (window_save_file_copy_ready_cb),
727         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
728         (launch_external_uri), (image_save_dialog_response_cb),
729         (attachment_save_dialog_response_cb):
730         * shell/main.c: (load_files), (load_files_remote), (main):
731         * thumbnailer/evince-thumbnailer.c: (main):
732
733         Port to gio and drop gnome-vfs dependency. Fixes bug
734         #510401. Based on patch by Cosimo Cecchi.
735         
736 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
737
738         * NEWS:
739
740         Fixed formatting inconsistencies (spaces vs. tabs)
741
742 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
743
744         * shell/ev-window.c:
745
746         Use top/up/bottom/down arrows instead of
747         first/left/last/right in the toolbar and menu actions.
748         This fixes issues with RTL languages and is visually
749         consistent with the page view. Fixes bug #170081.
750
751 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
752
753         * NEWS:
754
755         Fixed some inaccuracies pointed out by Carlos Garcia
756         Campos.
757
758 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
759
760         * NEWS:
761         * data/evince.schemas.in:
762         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
763
764         Override PDF restrictions by default. Fixes bug #382700.
765
766 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
767
768         * NEWS: Updated for upcoming release
769
770 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
771
772         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
773
774         Fix memory leak.
775         
776 2008-01-23  Gil Forcada <gilforcada@guifi.net>
777
778         * shell/ev-window.c: (register_custom_actions):
779         
780         Added comment for translators
781
782 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * shell/ev-view.c: (ev_view_button_release_event):
785
786         Do not create the idle function for kinetic scrolling if we are
787         not in a drag operation.
788
789 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
792         (ev_view_button_press_event), (ev_view_motion_notify_event),
793         (ev_view_button_release_event):
794
795         Restore cursor after autoscrolling. Fixes bug #509958.
796
797 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * configure.ac:
800         * backend/pdf/ev-poppler.cc:
801         (pdf_document_images_get_image_mapping),
802         (pdf_document_images_get_image),
803         (pdf_document_document_images_iface_init):
804         * libdocument/ev-document-images.[ch]:
805         (ev_document_images_get_image_mapping),
806         (ev_document_images_get_image):
807         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
808         (ev_image_get_id), (ev_image_save_tmp):
809         * shell/ev-jobs.c: (ev_job_render_run):
810         * shell/ev-view.c: (ev_view_drag_data_get):
811         * shell/ev-window.c: (image_save_dialog_response_cb),
812         (ev_view_popup_cmd_copy_image):
813
814         Do not render images when rendering the page but on demand. It
815         reduces the memory comsumption.
816         
817 2008-01-18  Marcelo Lira  <setanta@gmail.com>
818
819         * configure.a:
820         * shell/ev-password.c:
821
822         Make gnome-keyring optional. Fixes bug #509676.
823         
824 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
825
826         * shell/ev-pixbuf-cache.c: (add_job):
827
828         Initialize include_images variable as FALSE instead of TRUE.
829         
830 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
831
832         * configure.ac:
833         * cut-n-paste/Makefile.am:
834         * cut-n-paste/fileformatchooser/Makefile.am:
835         * cut-n-paste/fileformatchooser/egg-macros.h:
836         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
837         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
838         * shell/Makefile.am:
839         * shell/ev-utils.c:
840         (file_chooser_dialog_add_writable_pixbuf_formats),
841         (get_gdk_pixbuf_format_by_extension):
842         * shell/ev-utils.h:
843         * shell/ev-window.c: (ev_window_error_message),
844         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
845         
846         Simplify image format selection on save.
847
848 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
849
850         * shell/ev-view.c: (ev_view_scroll_event):
851         
852         Repair gorizontal scrolling with shift. Fixes
853         bug #483412.
854
855 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
856         
857         * MAINTAINERS:
858
859         Fix formatting issues.
860         
861 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
862
863         * backend/comics/comics-document.c: (comics_regex_quote):
864         
865         Don't overquote special chars except of '. See bug 
866         502500. Thanks to Tom Parker.
867
868 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
869
870         * MAINTAINERS:
871         
872         Added Nickolay and Carlos, since they're doing most of
873         the releases nowadays.
874
875 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
876
877         * properties/Makefile.am:
878
879         Get the nautilus extension dir properly instead of using
880         a hack. Fixes bug #505359.
881
882 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
883
884         * properties/Makefile.am:
885         
886         Install nautilus extension into new place. See bug
887         #505359. Thanks to Matthias Clasen, Brian Pepple and
888         Damien Carbery.
889
890 2008-01-13  Djihed Afifi  <djihed@gmail.com>
891
892         * shell/ev-window.c: (ev_window_get_recent_file_label):
893         
894         RTL marker in recent file list. See bug #509076.
895
896 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
899         * shell/ev-window.c: (image_save_dialog_response_cb):
900
901         Fix compile warnings due to unused variables.
902         
903 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * configure.ac:
906         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
907         * backend/ps/ev-spectre.c: (ps_document_render):
908
909         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
910
911 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
912
913         * shell/ev-transition-animation.c (ev_transition_animation_fade)
914         (ev_transition_animation_paint): Implement "fade" effect.
915
916 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
917
918         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
919         (ev_transition_animation_paint): Implement "uncover" effect.
920
921 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
922
923         * shell/ev-transition-animation.c (ev_transition_animation_cover)
924         (ev_transition_animation_paint): Implement "cover" effect.
925
926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
927
928         * shell/ev-transition-animation.c (ev_transition_animation_push)
929         (ev_transition_animation_paint): Implement "push" effect.
930
931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
932
933         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
934         (ev_transition_animation_paint): Implement "dissolve" effect.
935
936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
937
938         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
939         (ev_transition_animation_paint): Implement "wipe" effect.
940
941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
942
943         * shell/ev-transition-animation.c (ev_transition_animation_box)
944         (ev_transition_animation_paint): Implement "box" effect.
945
946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
947
948         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
949         (ev_transition_animation_paint): Implement "blinds" effect.
950
951 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
952
953         * shell/ev-transition-animation.c (ev_transition_animation_split)
954         (ev_transition_animation_paint): Implement "split" effect.
955
956 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
957
958         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
959         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
960         (ev_view_transition_animation_start) 
961         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
962         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
963         (ev_view_next_page) (ev_view_previous_page):
964         
965         Use EvTransitionAnimation to drive page changes in the presentation
966         mode, the animation will wait to start until both the origin and 
967         destination page surfaces are available. Fixes #458460.
968
969         (draw_loading_text):
970
971         Remove workaround for bug #320352, it's now fixed properly.
972
973
974 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
975
976         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
977         will contain the implementations for page transition animations, at
978         the moment it just has the "replace" effect.
979         * shell/Makefile.am: Added these files to build.
980
981 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
982
983         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
984         animations.
985         * shell/Makefile.am: Added these files to build.
986
987 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
988
989         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
990         implementation to get_effect() in EvDocumentTransitionIface.
991
992 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
993
994         * libdocument/ev-transition-effect.[ch]: New files, define a page
995         transition effect, at the moment it maps PopplerPageTransition to a
996         GObject.
997         * libdocument/Makefile.am: Added these files to build.
998         * libdocument/ev-document-transition.[ch]
999         (ev_document_transition_get_effect): New method, gets the
1000         EvTransitionEffect returned by the interface implementation, with
1001         fallback to the "replace" effect.
1002
1003 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1004
1005         * configure.ac:
1006         * cut-n-paste/Makefile.am:
1007         * cut-n-paste/fileformatchooser/Makefile.am:
1008         * cut-n-paste/fileformatchooser/egg-macros.h:
1009         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1010         * shell/Makefile.am:
1011         * shell/ev-window.c: (image_save_dialog_response_cb),
1012         (ev_view_popup_cmd_save_image_as):
1013
1014         Allow exporting images in any format supported by
1015         GdkPixbuf. Fixes bug #500209.
1016         
1017 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * backend/pixbuf/pixbuf-document.c:
1020
1021         More warnings fixed.
1022         
1023 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1024
1025         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1026         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1027         * backend/djvu/djvu-text.h:
1028         * backend/tiff/tiff-document.c: (tiff_document_render):
1029
1030         Fix compile warnings.
1031         
1032 2007-12-28  Christian Persch  <chpe@gnome.org>
1033
1034         * **/*.c: Include config.h. Bug #504721.
1035
1036 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * configure.ac:
1039         * Makefile.am:
1040         * po/POTFILES.in:
1041         * backend/comics/Makefile.am:
1042         * backend/comics/comics-document.[ch]:
1043         * backend/comics/comicsdocument.evince-backend.in:
1044         * backend/djvu/Makefile.am:
1045         * backend/djvu/djvu-document.[ch]:
1046         * backend/djvu/djvudocument.evince-backend.in:
1047         * backend/dvi/Makefile.am:
1048         * backend/dvi/dvi-document.[c]:
1049         * backend/dvi/dvidocument.evince-backend.in:
1050         * backend/impress/Makefile.am:
1051         * backend/impress/impress-document.[ch]:
1052         * backend/impress/impressdocument.evince-backend.in:
1053         * backend/pdf/Makefile.am:
1054         * backend/pdf/ev-poppler.cc:
1055         * backend/pdf/ev-poppler.h:
1056         * backend/pdf/pdfdocument.evince-backend.in:
1057         * backend/pixbuf/Makefile.am:
1058         * backend/pixbuf/pixbuf-document.[ch]:
1059         * backend/pixbuf/pixbufdocument.evince-backend.in:
1060         * backend/ps/Makefile.am:
1061         * backend/ps/ev-spectre.[ch]:
1062         * backend/ps/ps-document.[ch]:
1063         * backend/ps/psdocument.evince-backend.in:
1064         * backend/tiff/Makefile.am:
1065         * backend/tiff/tiff-document.[ch]:
1066         * backend/tiff/tiffdocument.evince-backend.in:
1067         * libdocument/Makefile.am:
1068         * libdocument/ev-backends-manager.[ch]:
1069         * libdocument/ev-module.[ch]:
1070         * libdocument/ev-document.h:
1071         * libdocument/ev-document-factory.[ch]:
1072         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1073         (get_compression_from_mime_type), (get_document_from_uri),
1074         (ev_document_factory_get_document), (file_filter_add_mime_types),
1075         (ev_document_factory_add_filters):
1076         * shell/Makefile.am:
1077         * shell/ev-window-title.c: (get_filename_from_uri):
1078         * shell/main.c: (main):
1079         * thumbnailer/Makefile.am:
1080         * thumbnailer/evince-thumbnailer.c: (main):
1081
1082         Plugin system for backends. Fixes bug #351348.
1083         
1084 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1085
1086         * shell/ev-view-private.h:
1087         * shell/ev-view.c: (ev_view_drag_update_momentum),
1088         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1089         (ev_view_button_release_event), (ev_view_destroy):
1090         
1091         Kinetic scrolling implemented as requested in
1092         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1093
1094 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1095
1096         * data/evince-toolbar.xml:
1097         * data/evince-ui.xml:
1098         * shell/ev-view-private.h:
1099         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1100         (ev_view_button_press_event), (ev_view_motion_notify_event),
1101         (ev_view_button_release_event), (ev_view_init),
1102         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1103         (ev_view_set_cursor):
1104         * shell/ev-view.h:
1105         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1106         (ev_window_cmd_view_autoscroll):
1107         
1108         Autoscroll feature with the context menu. Fixes bug 
1109         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1110
1111 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1114
1115         Disconnect also page-ready signal when removing a job because the
1116         page size has changed. Thanks to kripken
1117         <kripkensteiner@gmail.com>.
1118
1119 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1120
1121         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1122         
1123         Scroll pages in page entry with mouse wheel. Fixes bug
1124         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1125
1126 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1127
1128         * backend/dvi/Makefile.am:
1129         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1130         (mdvi_cairo_device_init):
1131         * backend/dvi/mdvi-lib/common.h:
1132         * backend/dvi/mdvi-lib/mdvi.h:
1133         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1134         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1135         (mdvi_build_path_from_cwd):
1136
1137         Add ps specials support in dvi backend when libspectre is
1138         present. Fixes bug #386005.
1139         
1140 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * configure.ac:
1143         * backend/ps/Makefile.am:
1144         * backend/ps/ev-spectre.[ch]:
1145         
1146         Use libspectre, if available, for the ps backend. Fixes bugs
1147         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1148
1149 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1150         
1151         * backend/comics/comics-document.c: (comics_document_load):
1152         
1153         Cygwin build issue fix.
1154
1155 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1156
1157         * shell/ev-view.c: (ev_view_set_zoom):
1158
1159         Do not limit the minimum zoom factor when sizing mode is best bit
1160         or fit width. Fixes bug #503805.
1161         
1162 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1165         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1166         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1167         (ev_link_dest_get_property), (ev_link_dest_set_property),
1168         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1169         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1170         (ev_link_dest_new_fitr):
1171         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1172         (goto_fith_dest), (goto_xyz_dest):
1173
1174         Do not change left, top and zoom values when they are null in PDF
1175         destinations. Fixes bug #460658.
1176         
1177 2007-12-10  Christian Persch  <chpe@gnome.org>
1178
1179         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1180         (ev_view_accessible_class_init),
1181         (ev_view_accessible_idle_do_action),
1182         (ev_view_accessible_action_do_action),
1183         (ev_view_accessible_action_get_description),
1184         (ev_view_accessible_action_set_description),
1185         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1186         (ev_view_accessible_factory_init),
1187         (ev_view_accessible_factory_get_accessible_type):
1188         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1189         private data, and G_DEFINE_TYPE. Bug #502843.
1190
1191 2007-12-08  Christian Persch  <chpe@gnome.org>
1192
1193         * shell/ev-metadata-manager.c: (item_free),
1194         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1195         (value_free), (parse_value), (parseItem),
1196         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1197         (save_values): Use GSlice to allocate small amounts of memory. Bug
1198         #475972.
1199
1200 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1203
1204         Restore cursor to normal after a drag operation. Fixes bug
1205         #501603.
1206         
1207 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1208
1209         * NEWS:
1210         * configure.ac:
1211         
1212         Update for release 2.21.1
1213
1214 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * configure.ac:
1217         * cut-n-paste/gedit-message-area/Makefile.am:
1218         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1219         * shell/Makefile.am:
1220         * shell/ev-message-area.[ch]:
1221         * shell/ev-window.c: (ev_window_set_message_area),
1222         (ev_window_error_message_response_cb), (ev_window_error_message),
1223         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1224         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1225         (ev_attachment_popup_cmd_open_attachment),
1226         (attachment_save_dialog_response_cb), (ev_window_set_document),
1227         (ev_window_init):
1228
1229         Use a message area instead of a popup dialog for error
1230         notifications. Fixes bug #337495.
1231         
1232 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1235         (ev_window_run_fullscreen):
1236
1237         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1238         
1239 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * ev-sidebar-thumbnails.c: (update_visible_range),
1242         (ev_sidebar_thumbnails_refresh),
1243         (ev_sidebar_thumbnails_set_document),
1244         (ev_sidebar_thumbnails_support_document):
1245
1246         Show thumbnails for documents with one page. Fixes bug #358751.
1247         
1248 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c:
1251         (ev_window_load_print_settings_from_metadata),
1252         (ev_window_save_print_settings), (ev_window_print_finished),
1253         (ev_window_print_range):
1254
1255         Print settings that are specific to the document are now saved per
1256         document in the metadata file. Fixes bug #488806.
1257         
1258 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1259
1260         * backend/tiff/tiff-document.c: (tiff_document_render):
1261
1262         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1263         
1264 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * shell/ev-application.[ch]: (get_find_string_from_args),
1267         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1268         (ev_application_open_uri_list):
1269         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1270         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1271         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1272         (ev_window_cmd_recent_file_activate),
1273         (ev_window_open_recent_action_item_activated),
1274         (ev_window_print_send), (open_remote_link):
1275         * shell/main.c: (arguments_parse):
1276
1277         Add a command line option for search. Fixes bug #497710.
1278         
1279 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1280
1281         * shell/ev-jobs.c: (ev_job_print_new):
1282
1283         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1284         
1285 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * data/evince-toolbar.xml:
1288         * shell/Makefile.am:
1289         * shell/ev-application.c: (ev_application_init):
1290         * shell/ev-open-recent-action.[ch]:
1291         * shell/ev-window.c:
1292         (ev_window_open_recent_action_item_activated),
1293         (register_custom_actions):
1294
1295         Add an expander to the open toolbar item which pops up a dropdown
1296         menu with the recently used documents. Fixes bug #487215.
1297         
1298 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * shell/ev-window.c: (ev_window_open_uri),
1301         (ev_window_cmd_view_reload):
1302
1303         Do not jump to the first page when reloading by running evince
1304         from the command line. Fixes bug #490847.
1305         
1306 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1307
1308         * shell/ev-window.c: (ev_window_cmd_help_contents):
1309
1310         Plugged memory leak when help file is not found. Fixes bug
1311         #490762.
1312         
1313 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * configure.ac:
1316
1317         Enable djvu, dvi and comics backends by default. Fixes bug
1318         #437121.
1319         
1320 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * configure.ac:
1323         * cut-n-paste/Makefile.am:
1324         * cut-n-paste/recent-files/*: Removed
1325         * help/reference/Makefile.am:
1326         * shell/Makefile.am:
1327         * shell/ev-application.[ch]: (ev_application_shutdown),
1328         (ev_application_init):
1329         * shell/ev-window.c: (ev_window_add_recent),
1330         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1331
1332         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1333         
1334 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1335
1336         * shell/ev-window.c: (launch_external_uri):
1337
1338         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1339         and report error if the URL is not supported (#489910).
1340
1341 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1344         (pdf_document_file_exporter_begin_page),
1345         (pdf_document_file_exporter_end_page):
1346
1347         Fix printing with poppler splash backend. Fixes bug #489774.
1348         
1349 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1352         * shell/ev-print-job.c: (ev_print_job_class_init):
1353
1354         Fix a crash when printing with the gnome-print dialog. Fixes bug
1355         #488939.
1356         
1357 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1358
1359         * backend/pixbuf/pixbuf-document.c:
1360
1361         Fix an implicit function definition warning (#487655)
1362
1363 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-window.c:
1366
1367         Fix conflicting shortcut for view sade pane and presentation.
1368         
1369 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1370
1371         * backend/pdf/ev-poppler.cc:
1372         (pdf_document_file_exporter_begin_page),
1373         (pdf_document_file_exporter_do_page),
1374         (pdf_document_file_exporter_end_page),
1375         (pdf_document_file_exporter_iface_init):
1376         * libdocument/ev-file-exporter.[ch]:
1377         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1378         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1379         (ev_job_print_run):
1380
1381         When printing multiple pages per sheet in reverse option, do not
1382         invert the order of the pages in every sheet, but the order of the
1383         sheets. Do not print blank pages when page range is invalid. Fixes
1384         bugs #484857 and #485521.
1385         
1386 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1389         (ev_job_print_run):
1390         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1391
1392         Respect ranges order when printing more than one range in random
1393         order.
1394         
1395 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1396
1397         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1398         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1399
1400         Rotate also the window icon when document is rotated. Fixes bug
1401         #474681.
1402         
1403 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1406         (pdf_document_forms_get_form_fields):
1407
1408         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1409         Matthias Drochner.
1410         
1411 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * configure.ac:
1414         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1415
1416         Use poppler_page_render_for_printing() instead of
1417         poppler_page_render() if available when exporting to a ps or pdf
1418         file. Fixes bug #476627.
1419         
1420 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1421
1422         * shell/ev-window.c: (ev_window_run_fullscreen):
1423
1424         Do not show the toolbar in fullscreen mode if the main toolbar is
1425         not visible. Fixes bug #483048.
1426         
1427 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1428
1429         * shell/ev-view.c: (ev_view_button_press_event):
1430
1431         Give priority to form fields over images when deciding whether a
1432         button press event is over an image or form field. It allows edit
1433         form fields when they are over a background image. Fixes bug
1434         #477841.
1435         
1436 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1437
1438         * NEWS:
1439         * configure.ac:
1440         
1441         Update for release 2.20.0
1442
1443 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * backend/pdf/ev-poppler.cc:
1446
1447         Remove #ifdef HAVE_FORMS, so that forms support works again.
1448
1449 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1450
1451         * configure.ac:
1452         * data/evince.desktop.in.in:
1453         
1454         Fixes desktop file issues. See bug #473471.
1455
1456 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1459         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1460         (ev_job_queue_remove_job):
1461         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1462         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1463         * shell/ev-window.c: (ev_window_clear_save_job),
1464         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1465         (ev_window_dispose):
1466
1467         Move save a copy task to its own job so that it's carried out in a
1468         thread avoiding another lock in the main thread. Use
1469         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1470         can be saved to a pathin another file system. Fixes bug #456891.
1471         
1472 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1473
1474         * NEWS:
1475         * configure.ac:
1476         
1477         Update for release 2.19.92
1478
1479 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * configure.ac:
1482         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1483         (pdf_selection_get_selection_region),
1484         (pdf_selection_get_selection_map),
1485         (ev_form_field_from_poppler_field):
1486
1487         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1488         and triple click selections are enabled again now.
1489
1490 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * shell/ev-window.c: (ev_window_add_history):
1493
1494         Make sure not to use the history with documents not supporting
1495         links. Fixes bug #468954.
1496
1497 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-window.c: (ev_window_load_job_cb):
1500
1501         Restart the search when reloading a document with the find bar
1502         visible. Fixes bug #461962.
1503
1504 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-window.c: (setup_document_from_metadata),
1507         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1508
1509         Do not jump to the first page when reloading a document from the
1510         last page.
1511
1512 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-window.c: (update_chrome_flag),
1515         (setup_sidebar_from_metadata),
1516         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1517         (ev_window_cmd_edit_find_next),
1518         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1519         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1520         (find_bar_close_cb), (view_actions_focus_in_cb):
1521
1522         Do not update visibility when changing a chrome flag so that it's
1523         possible to update several flags and update visibility only once
1524         for all of them.
1525
1526 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1529
1530         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1531         supported by gtk+. Fixes bug #460907.
1532
1533 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-view.c: (view_update_range_and_current_page):
1536
1537         Make sure current-page <= end-page in continuous mode. Fixes bug
1538         #454950.
1539
1540 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * backend/pdf/ev-poppler.cc: (build_tree):
1543
1544         Ignore outline items without a title. Fixes bug #453913.
1545
1546 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1549         (ev_view_button_release_event), (ev_view_leave_notify_event):
1550
1551         Use always drag mouse cursor during a drag operation. Fixes bug
1552         #470564.
1553
1554 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1557         (pdf_selection_get_selection_region),
1558         (pdf_selection_get_selection_map):
1559
1560         Temporarily disable double and triple selections since it depends on
1561         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1562         released and the update of the external dependency minimal version
1563         approved.
1564
1565 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1568         (pdf_document_file_exporter_do_page):
1569         * libdocument/ev-file-exporter.h:
1570         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1571         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1572
1573         Actually fix printing regressions. Remove orientation from
1574         EvPrintContext since it's redundant.
1575
1576 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1579         * backend/impress/impress-document.c:
1580         (impress_document_document_iface_init):
1581         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1582         * backend/djvu/djvu-document.c:
1583         (djvu_document_document_iface_init),
1584         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1585         * backend/tiff/tiff-document.c:
1586         (tiff_document_document_iface_init):
1587         * backend/pixbuf/pixbuf-document.c:
1588         (pixbuf_document_document_iface_init):
1589         * backend/comics/comics-document.c:
1590         (comics_document_document_iface_init):
1591         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1592         (pdf_selection_render_selection),
1593         (pdf_selection_get_selected_text),
1594         (pdf_selection_get_selection_region),
1595         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1596         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1597         (ev_selection_get_selection_region),
1598         (ev_selection_get_selection_map):
1599         * libdocument/ev-document.[ch]:
1600         * shell/ev-pixbuf-cache.[ch]: (add_job),
1601         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1602         * shell/ev-view-private.h:
1603         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1604         (ev_job_render_run):
1605         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1606         * shell/ev-view.c: (start_selection_for_event),
1607         (ev_view_button_press_event), (ev_view_drag_data_get),
1608         (ev_view_drag_data_received), (ev_view_button_release_event),
1609         (compute_new_selection_text), (compute_selections),
1610         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1611         (ev_view_primary_get_cb):
1612
1613         Add support for double and triple click selections.
1614
1615 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1616
1617         * NEWS:
1618         * configure.ac:
1619
1620         Update for release 2.19.4
1621
1622 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1623
1624         * shell/ev-view-private.h:
1625         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1626         (ev_view_set_highlight_search):
1627         * shell/ev-view.h:
1628         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1629         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1630         (find_bar_visibility_changed_cb):
1631         
1632         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1633
1634 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1637         (pdf_document_file_exporter_begin),
1638         (pdf_document_file_exporter_do_page):
1639         * shell/ev-jobs.c: (ev_job_print_run):
1640         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1641
1642         Create always a portrait cairo surface and rotate when needed for
1643         landscape. It fixes printing problems in real printers.
1644
1645 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1646
1647         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1648         * libdocument/ev-file-exporter.[ch]:
1649         (ev_file_exporter_get_capabilities):
1650         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1651         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1652
1653         Adjust number of pages per row according to page orientation when
1654         printing 2 or 6 pages per sheet.
1655
1656 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-window.c: (ev_window_print_send):
1659
1660         Reset also cups setting to 1 when printing multiple pages per
1661         sheet. Fixes bug #468853.
1662
1663 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * libdocument/ev-document-misc.c:
1666         (ev_document_misc_surface_rotate_and_scale):
1667
1668         Use directly cairo_surface_get_content() when creating a similar
1669         surface as suggested by Jeff Muizelaar. Thanks again.
1670
1671 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * backend/djvu/djvu-document.c: (djvu_document_render):
1674         * backend/tiff/tiff-document.c: (tiff_document_render):
1675         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1676         * libdocument/ev-document-misc.c:
1677         (ev_document_misc_surface_from_pixbuf),
1678         (ev_document_misc_surface_rotate_and_scale):
1679
1680         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1681         creating page surfaces. Fixes bug #453123. Thank you very much to
1682         Jeff Muizelaar <jeff@infidigm.net>.
1683
1684 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-page-cache.c: (ev_page_cache_new),
1687         (ev_page_cache_get_thumbnail_size):
1688         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1689         (ev_sidebar_thumbnails_set_loading_icon):
1690
1691         Also store in page-cache the dimensions of the thumbnails so that
1692         they can be used to create the correct loading icon in the side
1693         pane. Fixes bug #466857.
1694
1695 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * backend/pdf/ev-poppler.cc:
1698         (pdf_document_thumbnails_get_thumbnail):
1699
1700         Fix thumbnails rotation in pdf documents that include embedded 
1701         thumbnails.
1702
1703 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1704
1705         * backend/pdf/ev-poppler.cc:
1706
1707         Don't use #ifdef in macro expansion. Some compilers don't
1708         like that. Closes bug #467042.
1709
1710 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1711
1712         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1713         
1714         Fixes memory leak in djvu backend.
1715
1716 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1717
1718         * data/icons/32x32/Makefile.am:
1719         * data/icons/32x32/actions/Makefile.am:
1720         * data/icons/32x32/actions/view-page-cont.svg:
1721         * data/icons/32x32/actions/view-page-facing.svg:
1722         * data/icons/48x48/Makefile.am:
1723         * data/icons/48x48/actions/Makefile.am:
1724         * data/icons/48x48/actions/view-page-cont.svg:
1725         * data/icons/48x48/actions/view-page-facing.svg:
1726         
1727         Icons for a new sizes.
1728
1729 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1730
1731         * shell/ev-page-cache.c: (build_height_to_page),
1732         (ev_page_cache_get_height_to_page):
1733         
1734         Fixes invalid read, see bug #466401.
1735
1736 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1739         (set_drag_cursor):
1740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1741         (configure_item_cursor), (new_pixbuf_from_widget):
1742
1743         Fix multihead problems in toolbar editor. Fixes bug #382055.
1744
1745 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1746
1747         * shell/ev-window.c: (ev_window_cmd_file_open),
1748         (ev_window_cmd_save_as):
1749
1750         Use g_get_user_special_dir when available instead of
1751         xdg_user_dir_lookup.
1752
1753 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1754
1755         * MAINTAINERS:
1756         
1757         Updated according to request on desktop-devel.
1758
1759 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1762
1763         Do not use cairo_rectangle and cairo_clip since we are
1764         not using cairo_fill but cairo_paint. Use the same cairo context
1765         for every page in the same expose event.
1766
1767 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1768
1769         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1770         leak.
1771
1772 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * configure.ac:
1775         * NEWS:
1776
1777         Release 0.9.3
1778
1779 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * libdocument/ev-document-info.h:
1782         * libdocument/ev-document.h:
1783         * shell/ev-page-action.h:
1784         * shell/ev-sidebar-links.h:
1785
1786         Fix a headers problem with ev-link
1787         
1788         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1789         * shell/ev-view-private.h:
1790         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1791         (get_link_area), (ev_view_query_tooltip),
1792         (ev_view_leave_notify_event), (ev_view_destroy),
1793         (ev_view_class_init):
1794
1795         Use new gtk tooltips when available instead of ev-tooltip.
1796         
1797 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * shell/ev-window.c: (update_chrome_visibility),
1800         (ev_window_sidebar_visibility_changed_cb):
1801
1802         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1803         
1804 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * shell/ev-navigation-action.c:
1807         (ev_navigation_action_history_changed),
1808         (ev_navigation_action_set_history):
1809         * shell/ev-navigation-action-widget.c:
1810         (ev_navigation_action_widget_init):
1811         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1812
1813         Fix compile warnings.
1814         
1815 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1818         (egg_editable_toolbar_dispose):
1819
1820         Fix memory leak.
1821         
1822 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1825         (screensaver_disable_x11):
1826         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1827         * shell/ev-window.c: (presentation_set_timeout):
1828         * shell/ev-view.c: (ev_view_presentation_transition_start):
1829
1830         Use g_timeout_add_seconds instead of g_timeout_add when
1831         available.
1832         
1833 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1834
1835         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1836
1837         Set horizontal scrollbar policy to AUTOMATIC instead of
1838         NEVER. Workaround for bug #449462.
1839         
1840 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * shell/ev-jobs.c: (ev_job_render_page_ready):
1843
1844         Add page_ready callback to main loop with high priority and hold
1845         a reference to job during idle.
1846         
1847 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * configure.ac:
1850         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1851         (pdf_document_file_exporter_begin),
1852         (pdf_document_file_exporter_do_page),
1853         (pdf_document_file_exporter_get_capabilities):
1854         * libdocument/ev-file-exporter.h:
1855         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1856         * shell/ev-window.c: (ev_window_print_send),
1857         (ev_window_print_dialog_response_cb):
1858
1859         Allow printing multiple pages per sheet. Fixes bug #395573.
1860         
1861 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1862
1863         * shell/ev-view.c: (tip_from_link):
1864         
1865         Check for NULL, fixes bug #460862.
1866
1867 2007-07-29  Christian Persch  <chpe@gnome.org>
1868
1869         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1870         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1871         (ev_window_cmd_preview_print):
1872         
1873         Fixes bug #437681 - blocks while enumerating printers.
1874
1875 2007-07-29  Christian Persch  <chpe@gnome.org>
1876
1877         * shell/ev-window.c: (ev_window_screen_changed):
1878         
1879         Don't use deprecated gtk+ function. See bug #460909.
1880
1881 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-utils.c: (get_num_monitors):
1884         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1885
1886         Do not use display before initializing it. Remove compile
1887         warnings.
1888
1889 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1890
1891         * shell/ev-view.c: (ev_view_class_init):
1892         
1893         Unix-like hjkl bindings added. See bug #458111.
1894
1895 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1896
1897         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1898         * shell/ev-utils.h:
1899         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1900         (ev_view_update_view_size):
1901         * shell/ev-view.h:
1902         * shell/ev-window.c: (ev_window_update_actions),
1903         (setup_view_from_metadata), (ev_window_screen_changed),
1904         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1905         (zoom_control_changed_cb):
1906         * shell/ev-window.h:
1907         
1908         Reorganizes utility functions.
1909
1910 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1911
1912         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1913         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1914         (add_job), (ev_pixbuf_cache_get_surface),
1915         (ev_pixbuf_cache_get_link_mapping),
1916         (ev_pixbuf_cache_get_image_mapping),
1917         (ev_pixbuf_cache_get_form_field_mapping),
1918         (ev_pixbuf_cache_get_text_mapping):
1919         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1920         (notify_page_ready), (ev_job_render_page_ready),
1921         (ev_job_render_run):
1922
1923         Add page_ready signal to notify that page is ready as soon as
1924         possible even if other page elements like links, forms, images or
1925         text mapping are not ready yet.
1926
1927 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1928
1929         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1930         (dvi_document_file_exporter_do_page),
1931         (dvi_document_file_exporter_get_capabilities),
1932         (dvi_document_file_exporter_iface_init):
1933         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1934         (ps_document_file_exporter_do_page),
1935         (ps_document_file_exporter_get_capabilities),
1936         (ps_document_file_exporter_iface_init):
1937         * backend/djvu/djvu-document.c:
1938         (djvu_document_file_exporter_begin),
1939         (djvu_document_file_exporter_end),
1940         (djvu_document_file_exporter_get_capabilities),
1941         (djvu_document_file_exporter_iface_init):
1942         * backend/tiff/tiff-document.c:
1943         (tiff_document_file_exporter_begin),
1944         (tiff_document_file_exporter_get_capabilities),
1945         (tiff_document_document_file_exporter_iface_init):
1946         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1947         (pdf_document_file_exporter_do_page),
1948         (pdf_document_file_exporter_get_capabilities),
1949         (pdf_document_file_exporter_iface_init):
1950         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1951         (ev_file_exporter_get_capabilities):
1952         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1953         (idle_print_handler), (ev_print_job_print):
1954         * shell/ev-jobs.c: (ev_job_print_run):
1955         * shell/ev-window.c: (ev_window_print_send),
1956         (ev_window_print_range):
1957
1958         Use capabilities to know which options should be offered by the
1959         print dialog depending on the document backend.
1960
1961 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1964
1965         Give priority to forms over text to set the cursor.
1966
1967 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1968
1969         * shell/ev-view-private.h:
1970         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1971         (ev_view_leave_notify_event), (ev_view_finalize),
1972         (ev_view_get_property), (ev_view_class_init):
1973
1974         Use IBEAM cursor for text form fields and NORMAL cursor for read
1975         only fields. Remove unused status attribute.
1976
1977 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1980
1981         Update region for current selected items also for checkbox
1982         buttons, since they can behave as radio buttons when they are in a
1983         set.
1984
1985 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * configure.ac:
1988         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1989
1990         Get max length of text form fields.
1991
1992 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1995         * libdocument/ev-form-field.h:
1996         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1997
1998         Fix build with current poppler cvs head.
1999
2000 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2001
2002         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2003         * shell/eggfindbar.c: (egg_find_bar_init):
2004
2005         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2006         deprecation. Fixes bug #455667
2007
2008 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2009
2010         * NEWS:
2011         * configure.ac:
2012         
2013         Update for release 0.9.2
2014
2015 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * shell/ev-view.c: (ev_view_form_field_text_save),
2018         (ev_view_form_field_choice_save):
2019
2020         Fix a crash when closing whith a form widget visible.
2021
2022 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2023
2024         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2025
2026         Update also the region of the current selected button when
2027         clicking on another button if they are radio buttons.
2028
2029 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2030
2031         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2032         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2033         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2034         (ev_pixbuf_cache_get_link_mapping),
2035         (ev_pixbuf_cache_get_image_mapping),
2036         (ev_pixbuf_cache_get_form_field_mapping),
2037         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2038         * shell/ev-view.c: (ev_view_form_field_get_region),
2039         (ev_view_form_field_button_create_widget),
2040         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2041         (job_finished_cb):
2042
2043         Redraw only form field region instead of the whole page when
2044         reloading a page to show changes on the form field.
2045
2046 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2047
2048         * shell/ev-view.c: (ev_view_form_field_choice_save):
2049
2050         Fix selection of first item in list form fields.
2051
2052 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2055         (ev_pixbuf_cache_reload_page),
2056         (ev_pixbuf_cache_get_form_field_mapping):
2057
2058         Some refactoring to avoid duplicated code.
2059
2060 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2061
2062         * configure.ac:
2063         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2064         (ev_form_field_from_poppler_field),
2065         (pdf_document_forms_get_form_fields),
2066         (pdf_document_forms_form_field_text_get_text),
2067         (pdf_document_forms_form_field_text_set_text),
2068         (pdf_document_forms_form_field_button_set_state),
2069         (pdf_document_forms_form_field_button_get_state),
2070         (pdf_document_forms_form_field_choice_get_item),
2071         (pdf_document_forms_form_field_choice_get_n_items),
2072         (pdf_document_forms_form_field_choice_is_item_selected),
2073         (pdf_document_forms_form_field_choice_select_item),
2074         (pdf_document_forms_form_field_choice_toggle_item),
2075         (pdf_document_forms_form_field_choice_unselect_all),
2076         (pdf_document_forms_form_field_choice_set_text),
2077         (pdf_document_forms_form_field_choice_get_text),
2078         (pdf_document_document_forms_iface_init):
2079         * libdocument/Makefile.am:
2080         * libdocument/ev-form-field.[ch]:
2081         * libdocument/ev-document-forms.[ch]:
2082         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2083         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2084         (add_job), (ev_pixbuf_cache_reload_page),
2085         (ev_pixbuf_cache_get_form_field_mapping):
2086         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2087         * shell/ev-view-private.h:
2088         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2089         (ev_view_handle_cursor_over_xy),
2090         (ev_view_get_form_field_at_location),
2091         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2092         (ev_view_form_field_button_create_widget),
2093         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2094         (ev_view_form_field_text_create_widget),
2095         (ev_view_form_field_choice_save),
2096         (ev_view_form_field_choice_changed),
2097         (ev_view_form_field_choice_create_widget),
2098         (ev_view_handle_form_field), (ev_view_size_allocate),
2099         (ev_view_realize), (draw_end_presentation_page),
2100         (ev_view_button_press_event), (ev_view_remove_all),
2101         (ev_view_motion_notify_event), (ev_view_key_press_event),
2102         (ev_view_enter_notify_event), (highlight_find_results),
2103         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2104         (ev_view_class_init), (page_changed_cb),
2105         (on_adjustment_value_changed), (ev_view_set_presentation),
2106         (merge_selection_region), (ev_view_set_cursor),
2107         (ev_view_reset_presentation_state):
2108         
2109         Merge evince-forms branch.
2110
2111 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2112
2113         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2114
2115         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2116         This script also updates itself from libegg
2117
2118         * cut-n-paste/toolbar-editor/egg*:
2119         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2120         libegg
2121
2122 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2123
2124         * shell/ev-window.c:
2125         
2126         Adds a nice icon to page action during toolbar editing.
2127         See bug #452872.
2128
2129 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2130
2131         * data/evince-toolbar.xml:
2132         * shell/ev-window.c:
2133         
2134         Let user add a presentation and fullscreen icons on toolbar.
2135         See bug #449734.
2136
2137 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2138
2139         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2140
2141         new script to keep in sync with toolbareditor in libegg
2142
2143         * cut-n-paste/toolbar-editor/*: 
2144
2145         Run update-toolbareditor-from-libegg so we are in sync again. 
2146         Fixes bug #452850.
2147         
2148
2149 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-sidebar-links.c: (job_finished_callback):
2152
2153         Do not connect selection changed signal more than once. Fixes bug
2154         #349433.
2155
2156 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2159
2160         Do not change sidebar chrome flag when pressing F9 key in
2161         presentation mode.
2162
2163 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2164
2165         * backend/pdf/ev-poppler.cc:
2166         (pdf_document_thumbnails_get_dimensions):
2167
2168         Make sure thumbnails width and height is not <= 0. Fixes a crash
2169         with some pdf documents which have really small pages.
2170
2171 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2172
2173         * shell/main.c: (main):
2174
2175         Fixes program description translation issue.
2176         Bug #450148.
2177
2178 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2179
2180         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2181
2182         Do not change current page when returning from black/white mode
2183         in presentation. Fixes bug #415032.
2184
2185 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2186
2187         * NEWS:
2188         * configure.ac:
2189         
2190         Update for release 0.9.1
2191
2192 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2193
2194         * backend/dvi/dvi-document.c:
2195         (dvi_document_finalize),
2196         (dvi_document_file_exporter_format_supported),
2197         (dvi_document_file_exporter_begin),
2198         (dvi_document_file_exporter_do_page),
2199         (dvi_document_file_exporter_end),
2200         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2201         
2202         PDF exporter for dvi documents. Fixes bug #441319.
2203
2204 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-window.c: (ev_window_clear_print_job):
2207
2208         Clear gtk print job when job has finished. Fixes bug #447612.
2209
2210 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * shell/ev-window.c: (ev_window_print_send),
2213         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2214
2215         Add preview button to print dialog. Fixes bug #445419.
2216
2217 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * backend/dvi/Makefile.am:
2220         * backend/dvi/pixbuf-device.[ch]: Removed
2221         * backend/dvi/cairo-device.[ch]: Added
2222         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2223         * backend/dvi/dvi-document.c: (dvi_document_load),
2224         (dvi_document_render), (dvi_document_finalize),
2225         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2226         (dvi_document_do_color_special):
2227         * libdocument/ev-document-misc.[ch]:
2228         (ev_document_misc_pixbuf_from_surface):
2229
2230         Port dvi backend to cairo and fix a problem with colors. 
2231
2232 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-view.c: (draw_one_page):
2235
2236         Draw only visible region.
2237
2238 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * backend/djvu/djvu-document.c: (djvu_document_render):
2241
2242         Fix rotation in djvu backend.
2243
2244 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2247         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2248         (ev_pixbuf_cache_get_image_mapping),
2249         (ev_pixbuf_cache_get_text_mapping):
2250
2251         Redraw view every time we have a new surface. Fixes bug #443587.
2252
2253 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * libdocument/ev-document.c: (ev_document_info_free):
2256
2257         Fix memory leaks.
2258
2259 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * backend/dvi/dvi-document.c: (dvi_document_render),
2262         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2263         * backend/impress/impress-document.c:
2264         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2265         (impress_document_render), (impress_document_document_iface_init),
2266         (impress_document_thumbnails_get_thumbnail):
2267         * backend/djvu/djvu-document-private.h:
2268         * backend/djvu/djvu-document.c: (djvu_document_render),
2269         (djvu_document_finalize), (djvu_document_document_iface_init),
2270         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2271         * backend/tiff/tiff-document.c: (tiff_document_render),
2272         (tiff_document_render_pixbuf),
2273         (tiff_document_document_iface_init):
2274         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2275         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2276         (pdf_selection_render_selection):
2277         * backend/comics/comics-document.c:
2278         (comics_document_render_pixbuf), (comics_document_render),
2279         (comics_document_document_iface_init):
2280         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2281         (pixbuf_document_document_iface_init):
2282         * libdocument/ev-document-misc.[ch]:
2283         (ev_document_misc_surface_from_pixbuf),
2284         (ev_document_misc_surface_rotate_and_scale):
2285         * libdocument/ev-document.[ch]: (ev_document_render):
2286         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2287         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2288         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2289         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2290         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2291         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2292         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2293         (render_finished_cb), (ev_job_render_run):
2294         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2295         (merge_selection_region):
2296
2297         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2298         and selections.
2299
2300 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * shell/ev-window-title.c: (ev_window_title_update):
2303
2304         Fix memory leak.
2305
2306 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2307
2308         * shell/ev-view.c: (draw_loading_text):
2309
2310         Show loading text centered. Fixes bug #433061
2311
2312 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2313
2314         * shell/ev-sidebar-thumbnails.c:
2315         (ev_sidebar_thumbnails_set_loading_icon):
2316
2317         Remove a mutex in the main thread that blocks the UI in heavy
2318         documents.
2319
2320 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2321
2322         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2323
2324         Set points_set to TRUE so that selections don't disappear after a
2325         zoom change.
2326
2327 2007-06-07  Michael Monreal  <infernux@web.de>
2328
2329         * data/icons/16x16/actions/Makefile.am:
2330         * data/icons/16x16/actions/zoom.svg:
2331         * data/icons/22x22/actions/Makefile.am:
2332         * data/icons/22x22/actions/zoom.svg:
2333         * data/icons/24x24/actions/Makefile.am:
2334         * shell/ev-stock-icons.c:
2335         * shell/ev-stock-icons.h:
2336         * shell/ev-window.c:
2337         
2338         Zoom icon artwork. See bug #444795.
2339
2340 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2341
2342         * shell/ev-metadata-manager.c: Remove extraneous function
2343         (Closes: #444386)
2344
2345 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2346
2347         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2348         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2349         (ev_metadata_manager_set), (ev_metadata_manager_save):
2350         Simplify the timeout, no need for modified anymore
2351
2352 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2353
2354         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2355         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2356         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2357         (ev_metadata_manager_save): Adapted patch from Arjan van de
2358         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2359         time, saves on power (Closes: #443851)
2360
2361 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2362
2363         * configure.ac:
2364         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2365         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2366
2367         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2368
2369 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2370
2371         * shell/ev-window.c: (ev_window_add_history):
2372
2373         Check if history is NULL
2374
2375 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * libdocument/ev-image.c: (ev_image_finalize):
2378         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2379         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2380         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2381         (ev_tmp_uri_unlink):
2382
2383         Add functions to delete temporary files created by evince in a safe
2384         way.
2385
2386         * shell/ev-window.c: (ev_window_clear_local_uri),
2387         (open_xfer_update_progress_callback),
2388         (save_xfer_update_progress_callback), (ev_window_save_remote),
2389         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2390         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2391         (attachment_save_dialog_response_cb),
2392         (ev_attachment_popup_cmd_save_attachment_as):
2393
2394         Allow saving a copy of a document, image or attachment to a remote
2395         location. Fixes bug #440754. 
2396
2397 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2398
2399         * configure.ac:
2400         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2401
2402         Fix build with current poppler from cvs head. 
2403
2404 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2405
2406         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2407
2408         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2409         directory exists.
2410
2411 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2412
2413         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2414         * shell/ev-window.c:
2415
2416         Change sidebar ordering. Fixes bug #439939.
2417
2418 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2419
2420         * backend/comics/Makefile.am:
2421         
2422         Fixes build with --without-libgnome.
2423
2424 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2425         
2426         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2427
2428         Update cursor and tooltip on page change and view scroll. Fixes bug
2429         #439217.
2430
2431 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2432
2433         * NEWS:
2434         * configure.ac:
2435         
2436         Update for release 0.9.0
2437
2438 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2439
2440         * backend/djvu/djvu-document-private.h:
2441         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2442         (djvu_document_finalize),
2443         (djvu_document_file_exporter_format_supported),
2444         (djvu_document_file_exporter_begin),
2445         (djvu_document_file_exporter_do_page),
2446         (djvu_document_file_exporter_end),
2447         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2448         
2449         Implemented printing with djvu. Bug #437998.
2450
2451 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2452
2453         * backend/impress/zip.c:
2454         Add missing ulong definition.
2455
2456         * backend/ps/ps-interpreter.c:
2457         Add missing headers.
2458
2459         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2460
2461 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2464
2465         Add missing call to parent class dispose method. 
2466
2467 2007-05-12  Ross Burton  <ross@openedhand.com>
2468
2469         * shell/main.c:
2470         Sync keybindings manually when building without libgnome
2471         (#437925).
2472
2473 2007-05-12  Ross Burton  <ross@openedhand.com>
2474
2475         * shell/ev-window.c:
2476         Respect the screen when opening help (#437866).
2477
2478 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * data/evince-ui.xml:
2481         * shell/ev-application.[ch]: (get_print_settings_from_args),
2482         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2483         (ev_application_open_uri_list):
2484         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2485         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2486         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2487         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2488         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2489         (ev_window_dispose):
2490         * shell/main.c: (arguments_parse):
2491
2492         Add print button in preview mode. Fixes bug #396475. 
2493
2494 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2495
2496         * cut-n-paste/zoom-control/ephy-zoom.h:
2497         
2498         Fixes zoom level factors. See bug #408119 for details.
2499
2500 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2501
2502         * backend/comics/comics-document.c: (comics_regex_quote),
2503         (extract_argv):
2504         
2505         Correctly quote symbols. Fixes crash in the bug
2506         #415370.
2507
2508 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * shell/ev-navigation-action-widget.c:
2511         (ev_navigation_action_widget_init),
2512         (ev_navigation_action_widget_class_init),
2513         (ev_navigation_action_widget_button_press_event):
2514         
2515         Connect to button-press event on correct widget. Fixes
2516         bug #431988
2517
2518 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2519
2520         * shell/ev-application.c: (ev_application_open_window),
2521         (ev_application_add_icon_path_for_screen),
2522         (ev_application_open_uri_at_dest):
2523         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2524         * shell/ev-navigation-action.c: (build_menu):
2525         
2526         Add app-specific icons to our icon theme. Fixes bug
2527         #425508.
2528
2529 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * shell/ev-history.c: (ev_history_class_init),
2532         (ev_history_add_link):
2533         * shell/ev-history.h:
2534         * shell/ev-navigation-action.c:
2535         (ev_navigation_action_history_changed),
2536         (ev_navigation_action_set_history), (build_menu),
2537         (ev_navigation_action_finalize):
2538         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2539         
2540         Make navigation action unsensitive instead of showing
2541         menu with unsensitive word. Fixes bug #417392.
2542
2543 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-application.[ch]: (ev_application_shutdown),
2546         (ev_application_get_print_settings),
2547         (ev_application_set_print_settings):
2548         * shell/ev-window.c:
2549
2550         Remember print settings. Fixes bug #349102. 
2551
2552 2007-05-08  Christian Persch  <chpe@gnome.org>
2553
2554         * configure.ac:
2555         * properties/ev-properties-view.c:
2556
2557         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2558         Bug #382438.
2559
2560 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * configure.ac:
2563         * properties/ev-properties-view.c: (ev_regular_paper_size):
2564
2565         Use gtk+ builtin paper list to identify the document's paper size.
2566         Fixes bug #382438. 
2567
2568 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * configure.ac:
2571
2572         Fix build when compiling with thumbnailer and libgnome support. 
2573
2574 2007-05-04  Ross Burton  <ross@openedhand.com>
2575
2576         * configure.ac:
2577         Add --without-libgnome, check for libgnome and libgnomeui
2578         separately, and add them to the symbols as required.
2579
2580         * libdocument/ev-file-helpers.c:
2581         When building without libgnome, use g_get_user_config_dir instead
2582         of gnome_user_dir_get.
2583
2584         * shell/ev-application.c:
2585         When building without libgnome, don't use session management.
2586
2587         * shell/main.c:
2588         When building without libgnome, don't use GnomeProgram or
2589         initialise the authentication manager.
2590
2591         This fixes #328842.
2592
2593 2007-05-04  Ross Burton  <ross@openedhand.com>
2594
2595         * shell/ev-window.c:
2596         Don't use libgnome to open help, instead call Yelp directly.
2597
2598 2007-05-04  Ross Burton  <ross@openedhand.com>
2599
2600         * shell/ev-sidebar-attachments.c:
2601         Don't use libgnome to lookup icons for MIME types, instead copy
2602         code from GTK+ to do it manually.
2603
2604 2007-05-04  Ross Burton  <ross@openedhand.com>
2605
2606         * configure.ac:
2607         Add libxml to the dependencies for SHELL_CORE (#435818).
2608
2609 2007-05-02  Ross Burton  <ross@openedhand.com>
2610
2611         * configure.ac:
2612         * Makefile.am:
2613         Add --disable-thumbnailer (#434825)
2614
2615 2007-05-02  Ross Burton  <ross@openedhand.com>
2616
2617         * shell/ev-window.c:
2618         Add missing includes, fix indentation.
2619
2620         * shell/main.c:
2621         Fix indentation.
2622
2623 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2624
2625         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2626         ev_application_open_uri_at_dest instead of ev_application_open_uri
2627         preventing new document always being opened in a new window even if there
2628         is an empty window.
2629
2630 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2631
2632         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2633         (egg_recent_view_uimanager_finalize):
2634         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2635         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2636         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2637         (ev_pixbuf_cache_dispose):
2638         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2639         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2640         
2641         Add missing chain to parent class methods. Fixes
2642         bug #433128.
2643
2644 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2645
2646         * data/Makefile.am (update-icon-cache): Updates
2647         gtk-update-icon-cache in uninstall-hook.
2648
2649 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/ev-window.c: (ev_window_setup_document),
2652         (ev_window_set_document), (ev_window_load_job_cb):
2653         * shell/ev-view.c: (setup_caches):
2654         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2655
2656         Start rendering pages before any other jobs. 
2657
2658 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * shell/ev-window.c: (ev_window_stop_fullscreen),
2661         (ev_window_stop_presentation):
2662
2663         Update chrome visibility before window unfullscreen. 
2664
2665 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2666
2667         * data/Makefile.am:
2668         * data/evince-ui.xml:
2669         * shell/ev-stock-icons.[ch]:
2670         * shell/ev-application.[ch]: (ev_application_shutdown),
2671         (ev_application_init), (ev_application_get_toolbars_model):
2672         * shell/ev-window.c: (update_chrome_visibility),
2673         (fullscreen_toolbar_setup_item_properties),
2674         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2675         (ev_window_run_presentation), (ev_window_stop_presentation),
2676         (ev_window_run_preview), (ev_window_screen_changed),
2677         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2678         (ev_window_dispose), (ev_window_init):
2679
2680         Make fullscreen toolbar always visible. Do not use egg toolbars for
2681         fullscreen and preview modes since such toolbars are not editables.
2682         Fixes bugs #300278, #338910 and #316188.  
2683
2684 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2685
2686         * shell/ev-application.c:
2687         * shell/ev-job-queue.c:
2688         * shell/ev-metadata-manager.c:
2689         * shell/ev-stock-icons.c:
2690         * shell/ev-window.c:
2691         * shell/main.c:
2692         
2693         Developers documentation updated.
2694
2695 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2696
2697         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2698
2699         Check whether uri is valid before launching it. Fixes bug #427664.
2700
2701 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2702
2703         * shell/ev-window.c:
2704
2705         Change key accelerator for Open a Copy menu entry which is in conflict
2706         with Close. Fixes bug #427321.
2707
2708 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2709
2710         * NEWS:
2711         * configure.ac:
2712         
2713         Update for release 0.8.1
2714
2715 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2716
2717         * shell/ev-window.c: (setup_size_from_metadata):
2718         
2719         Do not make window bigger than screen. Fixes bug 
2720         #388985.
2721
2722 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2725         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2726
2727         Use default resolution when it's not provided by document. Fixes bug
2728         #408762.
2729
2730 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * configure.ac:
2733         * thumbnailer/Makefile.am:
2734         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2735         * thumbnailer/evince-thumbnailer.schemas.in:
2736         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2737
2738         Add support for ps, eps and compressed documents thumbnails. Do not
2739         ignore size parameter. 
2740
2741 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2742
2743         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2744         (dvi_document_do_color_special):
2745         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2746
2747         Implement font color specials in the DVI backend. Fixes bug #303651.
2748
2749 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2750
2751         Fixup the previous commit:
2752
2753         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2754         * shell/xdg-user-dir-lookup.c: Make the function non-static
2755         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2756
2757 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2758
2759         * shell/ev-window.c (file_open_dialog_response_cb): Use
2760         the xdg-user-dirs DOCUMENTS folder as default folder when
2761         opening a file chooser.  (#424858)
2762
2763         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2764         xdg-user-dirs.
2765
2766 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-window.c: (ev_window_load_job_cb):
2769
2770         Do not setup view from metadata on preview mode. 
2771
2772 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/main.c:
2775
2776         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2777
2778 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2779
2780         * shell/ev-view.c: (ev_view_primary_get_cb):
2781
2782         Check pointer != NULL before using it. Fixes bug #416841. 
2783
2784 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2785
2786         * NEWS:
2787         * configure.ac:
2788         
2789         Release 0.8.0
2790
2791 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2794
2795         Do not render thumbnails when sidebar thumbnail page is not visible
2796         at startup. Fixes bug #416447. 
2797
2798 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2799
2800         * data/evince.desktop.in.in:
2801
2802         "Application" is not a valid category in the freedesktop specification.
2803
2804 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * libdocument/ev-file-helpers.[ch]: (compression_run),
2807         (ev_file_uncompress), (ev_file_compress):
2808         * shell/ev-window.c: (file_save_dialog_response_cb):
2809
2810         Save document compressed when saving a copy of a compressed document.
2811         Fixes bug #334542.
2812
2813 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2814
2815         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2816
2817         Allow deleting in goto window entry in presentation mode. 
2818
2819 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2820
2821         * Makefile.am: Dist MAINTAINERS.
2822
2823 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * shell/ev-window.c: (ev_window_update_actions):
2826
2827         Fix zoom shortcut keys when searching. Fixes bug #409828.
2828
2829 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/ev-window.c: (ev_window_setup_document):
2832
2833         Fix crash when loading documents with only one page. 
2834
2835 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * backend/dvi/dvi-document.c:
2838         (dvi_document_thumbnails_get_dimensions),
2839         (dvi_document_thumbnails_get_thumbnail):
2840         * backend/impress/impress-document.c:
2841         (impress_document_thumbnails_get_thumbnail),
2842         (impress_document_thumbnails_get_dimensions):
2843         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2844         (ps_document_thumbnails_get_dimensions):
2845         * backend/djvu/djvu-document.c:
2846         (djvu_document_thumbnails_get_dimensions),
2847         (djvu_document_thumbnails_get_thumbnail):
2848         * backend/tiff/tiff-document.c:
2849         (tiff_document_thumbnails_get_thumbnail),
2850         (tiff_document_thumbnails_get_dimensions):
2851         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2852         (pdf_document_thumbnails_get_thumbnail),
2853         (pdf_document_thumbnails_get_dimensions):
2854         * backend/comics/comics-document.c:
2855         (comics_document_thumbnails_get_thumbnail),
2856         (comics_document_thumbnails_get_dimensions):
2857         * backend/pixbuf/pixbuf-document.c:
2858         (pixbuf_document_thumbnails_get_thumbnail),
2859         (pixbuf_document_thumbnails_get_dimensions):
2860         * libdocument/ev-document-thumbnails.[ch]:
2861         (ev_document_thumbnails_get_thumbnail),
2862         (ev_document_thumbnails_get_dimensions):
2863         * libdocument/ev-document-misc.[ch]:
2864         (ev_document_misc_get_thumbnail_frame):
2865         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2866         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2867         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2868         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2869         (ev_sidebar_thumbnails_refresh):
2870         * shell/ev-window.c: (ev_window_setup_document):
2871         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2872
2873         Use an EvRenderContext for rendering thumbnails instead of a suggested
2874         width, so that different sized pages get sized proportionally.
2875
2876 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-view.c: (ev_view_button_press_event),
2879         (ev_view_key_press_event):
2880
2881         Fix critical warnings when there is no document loaded. 
2882
2883 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-page-action-widget.c:
2886         * shell/ev-navigation-action.c:
2887         * shell/ev-window.c:
2888
2889         Fix compile warnings. 
2890
2891 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/djvu/djvu-text.h:
2894         * backend/djvu/djvu-document.c:
2895         * backend/djvu/djvu-text-page.c:
2896         * backend/djvu/djvu-links.c:
2897         * backend/djvu/djvu-text-page.h:
2898         * backend/djvu/djvu-text.c:
2899         
2900         Fix build on Mac. Fixes bug #392186. Patch by
2901         <ephraim_owns@hotmail.com>
2902
2903 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2906
2907         Restore cairo context before rendering every page when printing a PDF
2908         document into a PDF file. 
2909
2910 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * backend/ps/gstypes.h:
2913         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2914         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2915         (ps_document_thumbnails_get_thumbnail):
2916
2917         Handle PostScript page orientation. Fixes bug #318568.
2918
2919 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2920
2921         * backend/ps/Makefile.am:
2922         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2923         (document_load), (ps_document_load), (save_document),
2924         (save_page_list), (ps_document_get_n_pages),
2925         (ps_document_get_page_size), (ps_document_get_info),
2926         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2927         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2928         (ps_document_thumbnails_get_thumbnail),
2929         (ps_document_thumbnails_get_dimensions),
2930         (ps_document_document_thumbnails_iface_init):
2931         * backend/ps/ps.[ch]: (psgetpagebox):
2932         * backend/ps/ps-interpreter.[ch]:
2933
2934         Add support for thumbnails in ps backend. Fixes bug #164755. 
2935
2936 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2937
2938         * NEWS:
2939         * configure.ac:
2940         
2941         Release 0.7.2
2942
2943 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2946         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2947         (ev_window_dispose):
2948
2949         Use document thumbnail as window icon. Fixes bug #384442.
2950
2951 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2952
2953         * configure.ac:
2954
2955         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2956         duplicated adding application/x-bzpostscript instead. 
2957
2958 2007-02-11  Tom Parker  <palfrey@tevp.net>
2959
2960         * backend/ps/ps-document.c: (document_load):
2961
2962         Check return value of psscan before trying
2963         to use it. Fixes bug #372414.
2964
2965 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2968
2969         Fix invalid free in ev-page-cache. Fixes bug #404745.
2970
2971 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2972
2973         * test/Makefile.am:
2974         * test/test3.py:
2975         
2976         Added reload test case.
2977
2978 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * po/POTFILES.in:
2981         * backend/djvu/djvu-document.c: (djvu_document_load):
2982
2983         Check whether there are missing files in indirect multipage djvu
2984         documents. Fixes bug #361683. 
2985
2986 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2987
2988         * test/Makefile.am:
2989         * test/test-mime.bin:
2990         * test/test3.py:
2991         
2992         Added test for slow mime type
2993
2994 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2995
2996         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2997
2998         Add some checks and call parent_class->finalize. Fixes bug #404745.
2999
3000 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3001
3002         * shell/ev-navigation-action.c: (connect_proxy):
3003         
3004         Fixes dropdown history menu. Thanks a lot Carlos!
3005
3006 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3009
3010         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3011         bug #373715.
3012
3013 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3014
3015         * backend/ps/ps.c: (psscan):
3016
3017         Fix memory leak. 
3018
3019 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * configure.ac:
3022         * libdocument/ev-file-helpers.c: 
3023
3024         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3025
3026 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3027
3028         * configure.ac:
3029         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3030         (ps_interpreter_start), (document_load), (save_document),
3031         (save_page_list):
3032         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3033         * libdocument/ev-document-factory.c:
3034         (ev_document_factory_get_from_mime), (get_document_from_uri),
3035         (free_uncompressed_uri), (ev_document_factory_get_document):
3036         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3037
3038         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3039
3040 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * libdocument/ev-document.h:
3043
3044         Fix typo in function name. 
3045
3046 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3047
3048         * backend/ps/ps-document.c: (ps_interpreter_finished),
3049         (ps_interpreter_start), (ps_interpreter_failed):
3050
3051         Handle ghostscript interpreter crashes. 
3052
3053 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * shell/ev-window.c: (ev_window_open_uri),
3056         (window_configure_event_cb):
3057
3058         Setup window size and position before showing it. Fixes bug #401711.
3059
3060 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3061
3062         * backend/ps/Makefile.am:
3063         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3064         (ps_document_dispose), (ps_document_class_init),
3065         (ps_interpreter_input), (ps_interpreter_output),
3066         (ps_interpreter_error), (setup_interpreter_env),
3067         (ps_interpreter_start), (ps_interpreter_stop),
3068         (ps_interpreter_failed), (ps_interpreter_is_ready),
3069         (check_filecompressed), (document_load), (ps_document_load),
3070         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3071         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3072         (render_page):
3073
3074         Rework ps-document. Code cleanups, remove deprecated code. 
3075
3076 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3077
3078         * shell/ev-view.c: (ev_view_button_press_event):
3079
3080         Do not start an image drag and drop operation when pointer is on 
3081         text, so that we can select text when the whole background is an
3082         image. 
3083
3084 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-window.c: (ev_window_update_actions): 
3087
3088         Disable all zoom related actions during presentation mode. 
3089
3090 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3091
3092         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3093
3094         Do not zoom in or out on presentation mode. Fixes bug #401305.
3095
3096 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3097
3098         * shell/ev-navigation-action.c: (connect_proxy),
3099         (create_menu_item), (ev_navigation_action_class_init):
3100         
3101         Correctly show menu and fix crash when navigaton 
3102         action is out of toolbar visible area.
3103
3104 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * data/Makefile.am:
3107         * data/evince.1:
3108         
3109         Added man file
3110
3111 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3112
3113         * help/reference/* :
3114         * configure.ac:
3115         
3116         Added gtk-doc based documentation for Evince.
3117         Still in initial state but I hope it will
3118         grow.
3119         
3120         * configure.ac:
3121         
3122         Lower dbus requirement to 0.70
3123
3124 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * shell/ev-window.c: (ev_window_add_history):
3127
3128         Fix memory leak. 
3129
3130 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3131
3132         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3133         * shell/ev-view.h:
3134         * shell/ev-window.c: (ev_window_add_history):
3135         
3136         Correctly handle named destination links
3137
3138 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3139
3140         * NOTES:
3141         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3142         * backend/pdf/ev-poppler.cc:
3143         * libdocument/ev-document-links.h:
3144         * libdocument/ev-link.c: (ev_link_get_page):
3145         * libdocument/ev-link.h:
3146         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3147         (ev_history_add_link):
3148         * shell/ev-history.h:
3149         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3150         (new_history_menu_item), (build_menu):
3151         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3152         * shell/ev-sidebar-links.c: (create_loading_model),
3153         (print_section_cb), (ev_sidebar_links_construct),
3154         (fill_page_labels), (update_page_callback_foreach),
3155         (update_page_callback), (job_finished_callback):
3156         * shell/ev-view.c: (ev_view_handle_link):
3157         * shell/ev-window.c: (ev_window_find_chapter),
3158         (ev_window_add_history), (view_handle_link_cb),
3159         (history_changed_cb):
3160         
3161         Implements another history variant
3162
3163 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3164
3165         * shell/ev-window.c: (view_external_link_cb):
3166         * shell/ev-view.c: (ev_view_button_release_event):
3167
3168         Open links in new window when clicking with middle button. 
3169
3170 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3171
3172         * shell/ev-navigation-action.c: (new_history_menu_item):
3173         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3174         * shell/ev-view.c: (ev_view_handle_link):
3175         * shell/ev-window.c:
3176         
3177         Store link before jump, not the destination. For me it 
3178         seems like more natural history behavior.
3179
3180 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3181
3182         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3183         (ev_navigation_action_class_init):
3184         * shell/ev-navigation-action.h:
3185         * shell/ev-page-action.c: (activate_cb):
3186         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3187         (ev_page_cache_set_current_page_history):
3188         * shell/ev-page-cache.h:
3189         * shell/ev-sidebar-thumbnails.c:
3190         (ev_sidebar_tree_selection_changed),
3191         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3192         * shell/ev-view-private.h:
3193         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3194         * shell/ev-view.h:
3195         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3196         (ev_window_setup_document), (ev_window_load_job_cb):
3197         * shell/ev-window.h:
3198         
3199         History finally works as expected.
3200
3201 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3202
3203         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3204
3205         Do not update links treeview if it doesn't have a model assigned yet. 
3206
3207 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3208
3209         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3210         (ev_sidebar_links_class_init), (update_page_callback):
3211
3212         Do not update links treeview when sidepane is not visible. 
3213
3214 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3215
3216         * shell/ev-marshal.list:
3217         * shell/ev-page-action.c: (activate_cb),
3218         (ev_page_action_class_init):
3219         * shell/ev-page-action.h:
3220         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3221         * shell/ev-window.c:
3222         
3223         Remove activate_link signal, not required.
3224
3225 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3226
3227         * shell/ev-navigation-action.c: (build_menu):
3228         
3229         Reorder menu items and build menu with fixed length.
3230
3231 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3232
3233         * shell/ev-view.c: (get_selected_text):
3234         
3235         Normalize text to fix ligatures problem. See bug
3236         #341947 for details.
3237
3238 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3241
3242         Fix memory leak in ev-page-cache. 
3243
3244 2007-01-25  Tom Parker <palfrey@tevp.net>
3245
3246         * backend/impress/impress-document.c: (impress_document_load),
3247         (impress_document_finalize), (impress_document_init):
3248         * properties/ev-properties-main.c: (ev_properties_get_pages):
3249         
3250         Correctly handle impress document errors. Fixes nautilus
3251         crash in property page #370491.
3252
3253 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3256         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3257         (ev_job_queue_remove_job):
3258         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3259         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3260         (ev_job_load_run):
3261         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3262         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3263         (ev_window_load_job_cb), (xfer_update_progress_callback),
3264         (ev_window_open_uri), (ev_window_dispose):
3265         * shell/main.c: (main):
3266
3267         Do file transfer asynchronously in the main thread instead of
3268         synchronously in the load thread. Fixes bugs #399694, #398307 and
3269         #343542.
3270
3271 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3272
3273         * shell/ev-jobs.c: (ev_job_xfer_run):
3274
3275         Load the document with the font-config lock held. 
3276
3277 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3278
3279         * backend/ps/ps-document.c: (start_interpreter):
3280
3281         Fix memory leaks in ps backend. 
3282
3283 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * backend/impress/impress-document.c:
3286         (impress_document_render_pixbuf):
3287
3288         Do not acquire fontconfig lock in impress backend, since it is using
3289         the main loop for rendering. 
3290
3291 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * po/POTFILES.in: 
3294
3295         Remove mdvi files that shouldn't be translated. 
3296
3297 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-view-private.h:
3300         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3301         (ev_view_set_zoom):
3302
3303         Render "loading..." text into a cairo surface instead of directly into
3304         the window so that fontconfig lock is only needed once and UI is not
3305         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3306
3307 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3310         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3311
3312         Use icon theme associated with the window screen rather than default. 
3313
3314 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3315
3316         * configure.ac:
3317
3318         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3319
3320 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3321
3322         * data/icons/*/apps/evince.*:
3323
3324         Move Evince icons under new apps directory.
3325
3326         * data/icons/*/actions/*:
3327
3328         Add new custom themeable Evince icons: view-page-continuous, 
3329         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3330         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3331
3332         * configure.ac:
3333
3334         Add new directories to AC_CONFIG_FILES.
3335
3336         * shell/ev-stock-icons.c:
3337         * shell/ev-stock-icons.h:
3338
3339         Use new custom themeable icons.
3340
3341 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3344
3345         Do not draw white background page in presentation mode. 
3346
3347 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3348
3349         * shell/ev-view.c: Remove unused gnome-vfs include.
3350
3351 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3352
3353         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3354         
3355         Format string is corrected, fixes bug #397129.
3356
3357 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-window.c: (ev_window_setup_recent):
3360
3361         Do not include in recent menu inexistent documents. Fixes
3362         bug #339171.
3363
3364 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * po/POTFILES.skip: 
3367
3368         Update POTFILES.skip file according to current source tree. 
3369
3370 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (file_save_dialog_response_cb):
3373
3374         Do Save a copy in atomic way. Fixes bug #328266. 
3375
3376 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3377
3378         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3379
3380         Keep selected cell always visible in index treeview.
3381
3382 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3383         
3384         * shell/ev-view.c: (ev_view_size_allocate):
3385
3386         Restore horizontal scrollbar after switching to/from fullscreen
3387         or presentation mode. Fixes bug #331728.
3388
3389 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-view-private.h:
3392         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3393         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3394         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3395         (ev_view_can_zoom_out):
3396
3397         Use max and min scale values in the view iby taking dpi into account. 
3398
3399 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3400
3401         * configure.ac:
3402         * NEWS:
3403
3404         Release 0.7.1
3405
3406 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window.c: (ev_window_print_send):
3409
3410         Send print job to printer with some settings set to default values,
3411         since we have already exported to a file according to such settings
3412         and they could be taken twice by some printers. 
3413
3414 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * shell/ev-jobs.c: (ev_job_xfer_run):
3417         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3418
3419         Show main window and load document with the font-config lock held. 
3420
3421 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3422
3423         * configure.ac:
3424         * shell/ev-application.c: (ev_application_register_service):
3425         * shell/main.c: (load_files_remote):
3426
3427         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3428
3429 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3430
3431         * doc/debugging.txt:
3432         
3433         Remove obsolete documentation.
3434
3435 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3436
3437         * Makefile.am:
3438         * backend/Makefile.am:
3439         * backend/comics/Makefile.am:
3440         * backend/djvu/Makefile.am:
3441         * backend/dvi/Makefile.am:
3442         * backend/ev-async-renderer.c:
3443         * backend/ev-async-renderer.h:
3444         * backend/ev-attachment.c:
3445         * backend/ev-attachment.h:
3446         * backend/ev-backend-marshal.c:
3447         * backend/ev-document-factory.c:
3448         * backend/ev-document-factory.h:
3449         * backend/ev-document-find.c:
3450         * backend/ev-document-find.h:
3451         * backend/ev-document-fonts.c:
3452         * backend/ev-document-fonts.h:
3453         * backend/ev-document-images.c:
3454         * backend/ev-document-images.h:
3455         * backend/ev-document-info.h:
3456         * backend/ev-document-links.c:
3457         * backend/ev-document-links.h:
3458         * backend/ev-document-misc.c:
3459         * backend/ev-document-misc.h:
3460         * backend/ev-document-security.c:
3461         * backend/ev-document-security.h:
3462         * backend/ev-document-thumbnails.c:
3463         * backend/ev-document-thumbnails.h:
3464         * backend/ev-document-transition.c:
3465         * backend/ev-document-transition.h:
3466         * backend/ev-document.c:
3467         * backend/ev-document.h:
3468         * backend/ev-file-exporter.c:
3469         * backend/ev-file-exporter.h:
3470         * backend/ev-image.c:
3471         * backend/ev-image.h:
3472         * backend/ev-link-action.c:
3473         * backend/ev-link-action.h:
3474         * backend/ev-link-dest.c:
3475         * backend/ev-link-dest.h:
3476         * backend/ev-link.c:
3477         * backend/ev-link.h:
3478         * backend/ev-render-context.c:
3479         * backend/ev-render-context.h:
3480         * backend/ev-selection.c:
3481         * backend/ev-selection.h:
3482         * backend/impress/Makefile.am:
3483         * backend/pdf/Makefile.am:
3484         * backend/pixbuf/Makefile.am:
3485         * backend/ps/Makefile.am:
3486         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3487         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3488         (start_interpreter), (stop_interpreter), (document_load),
3489         (ps_document_next_page), (render_page):
3490         * backend/tiff/Makefile.am:
3491         * comics/Makefile.am:
3492         * comics/comics-document.c:
3493         * comics/comics-document.h:
3494         * configure.ac:
3495         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3496         * djvu/Makefile.am:
3497         * djvu/djvu-document-private.h:
3498         * djvu/djvu-document.c:
3499         * djvu/djvu-document.h:
3500         * djvu/djvu-links.c:
3501         * djvu/djvu-links.h:
3502         * djvu/djvu-text-page.c:
3503         * djvu/djvu-text-page.h:
3504         * djvu/djvu-text.c:
3505         * djvu/djvu-text.h:
3506         * dvi/Makefile.am:
3507         * dvi/dvi-document.c:
3508         * dvi/dvi-document.h:
3509         * dvi/fonts.c:
3510         * dvi/fonts.h:
3511         * dvi/mdvi-lib/Makefile.am:
3512         * dvi/mdvi-lib/afmparse.c:
3513         * dvi/mdvi-lib/afmparse.h:
3514         * dvi/mdvi-lib/bitmap.c:
3515         * dvi/mdvi-lib/bitmap.h:
3516         * dvi/mdvi-lib/color.c:
3517         * dvi/mdvi-lib/color.h:
3518         * dvi/mdvi-lib/common.c:
3519         * dvi/mdvi-lib/common.h:
3520         * dvi/mdvi-lib/defaults.h:
3521         * dvi/mdvi-lib/dvimisc.c:
3522         * dvi/mdvi-lib/dviopcodes.h:
3523         * dvi/mdvi-lib/dviread.c:
3524         * dvi/mdvi-lib/files.c:
3525         * dvi/mdvi-lib/font.c:
3526         * dvi/mdvi-lib/fontmap.c:
3527         * dvi/mdvi-lib/fontmap.h:
3528         * dvi/mdvi-lib/fontsrch.c:
3529         * dvi/mdvi-lib/gf.c:
3530         * dvi/mdvi-lib/hash.c:
3531         * dvi/mdvi-lib/hash.h:
3532         * dvi/mdvi-lib/list.c:
3533         * dvi/mdvi-lib/mdvi.h:
3534         * dvi/mdvi-lib/pagesel.c:
3535         * dvi/mdvi-lib/paper.c:
3536         * dvi/mdvi-lib/paper.h:
3537         * dvi/mdvi-lib/pk.c:
3538         * dvi/mdvi-lib/private.h:
3539         * dvi/mdvi-lib/setup.c:
3540         * dvi/mdvi-lib/sp-epsf.c:
3541         * dvi/mdvi-lib/special.c:
3542         * dvi/mdvi-lib/sysdeps.h:
3543         * dvi/mdvi-lib/t1.c:
3544         * dvi/mdvi-lib/tfm.c:
3545         * dvi/mdvi-lib/tfmfile.c:
3546         * dvi/mdvi-lib/tt.c:
3547         * dvi/mdvi-lib/util.c:
3548         * dvi/mdvi-lib/vf.c:
3549         * dvi/pixbuf-device.c:
3550         * dvi/pixbuf-device.h:
3551         * impress/Makefile.am:
3552         * impress/common.h:
3553         * impress/document.c:
3554         * impress/f_oasis.c:
3555         * impress/f_oo13.c:
3556         * impress/iksemel.c:
3557         * impress/iksemel.h:
3558         * impress/imposter.h:
3559         * impress/impress-document.c:
3560         * impress/impress-document.h:
3561         * impress/internal.h:
3562         * impress/r_back.c:
3563         * impress/r_draw.c:
3564         * impress/r_geometry.c:
3565         * impress/r_gradient.c:
3566         * impress/r_style.c:
3567         * impress/r_text.c:
3568         * impress/render.c:
3569         * impress/render.h:
3570         * impress/zip.c:
3571         * impress/zip.h:
3572         * lib/Makefile.am:
3573         * lib/ev-debug.c:
3574         * lib/ev-debug.h:
3575         * lib/ev-file-helpers.c:
3576         * lib/ev-file-helpers.h:
3577         * lib/ev-gui.c:
3578         * lib/ev-gui.h:
3579         * lib/ev-tooltip.c:
3580         * lib/ev-tooltip.h:
3581         * libdocument/Makefile.am:
3582         * libdocument/ev-file-helpers.c:
3583         * pdf/Makefile.am:
3584         * pdf/ev-poppler.cc:
3585         * pdf/ev-poppler.h:
3586         * pixbuf/Makefile.am:
3587         * pixbuf/pixbuf-document.c:
3588         * pixbuf/pixbuf-document.h:
3589         * properties/Makefile.am:
3590         * ps/Makefile.am:
3591         * ps/gsdefaults.c:
3592         * ps/gsdefaults.h:
3593         * ps/gsio.c:
3594         * ps/gsio.h:
3595         * ps/gstypes.h:
3596         * ps/ps-document.c:
3597         * ps/ps-document.h:
3598         * ps/ps.c:
3599         * ps/ps.h:
3600         * shell/Makefile.am:
3601         * shell/ev-application.h:
3602         * shell/ev-sidebar-links.c:
3603         * shell/ev-sidebar-links.h:
3604         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3605         (ev_gui_menu_position_tree_selection):
3606         * shell/ev-utils.h:
3607         * shell/ev-view.c: (ev_view_finalize):
3608         * shell/ev-window.c:
3609         * shell/main.c: (main):
3610         * thumbnailer/Makefile.am:
3611         * tiff/Makefile.am:
3612         * tiff/tiff-document.c:
3613         * tiff/tiff-document.h:
3614         * tiff/tiff2ps.c:
3615         * tiff/tiff2ps.h:
3616         
3617         Reorganize source tree.
3618
3619 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3620
3621         * backend/ev-document-factory.c:
3622
3623         Do not include ev-poppler.h when pdf is disabled. 
3624
3625 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * configure.ac:
3628         * data/evince-ui.xml:
3629         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3630         (pdf_document_document_images_iface_init):
3631         * backend/Makefile.am:
3632         * backend/ev-document-images.[ch]:
3633         * backend/ev-image.[ch]:
3634         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3635         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3636         (ev_job_xfer_run):
3637         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3638         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3639         (ev_pixbuf_cache_get_image_mapping):
3640         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3641         (view_menu_popup_cb), (ev_window_dispose),
3642         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3643         (ev_view_popup_cmd_copy_image):
3644         * shell/ev-view-private.h:
3645         * shell/ev-view.c: (ev_view_get_image_at_location),
3646         (ev_view_do_popup_menu), (ev_view_popup_menu),
3647         (ev_view_button_press_event), (ev_view_drag_data_get),
3648         (ev_view_drag_motion), (ev_view_drag_data_received),
3649         (ev_view_motion_notify_event), (ev_view_button_release_event),
3650         (ev_view_finalize), (ev_view_class_init):
3651
3652         Add image handling support. Fixes bugs #310008 and #325047. Images
3653         selection is not supported yet. 
3654
3655 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3656
3657         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3658         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3659         (ev_view_init):
3660
3661         Move view drag and drop stuff to ev-view.
3662
3663 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3664
3665         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3666         * shell/ev-view.c: (clear_selection): 
3667
3668         Clear selection also in pixbuf cache.
3669
3670 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3671
3672         * data/evince.desktop.in.in:
3673         
3674         Change icon name in desktop file. See bug #390734
3675         for details.
3676
3677 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3678
3679         * thumbnailer/Makefile.am:
3680
3681         Use top_builddir instead top_srcdir for generated schema
3682         file installation. Fixes bug #390161.
3683
3684 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * configure.ac:
3687         * backend/Makefile.am:
3688         * backend/ev-document-transition.[ch]:
3689         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3690         (pdf_document_page_transition_iface_init):
3691         * shell/ev-view-private.h:
3692         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3693         (ev_view_set_presentation), (transition_next_page),
3694         (ev_view_presentation_transition_stop),
3695         (ev_view_presentation_transition_start), (ev_view_next_page):
3696
3697         Add page transition support in presentation mode. At the moment only
3698         page duration is supported, but not transition effects. Fixes bug
3699         #309815.
3700
3701 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3704
3705         Run find_link_dest with document lock held, since it's called by links
3706         thread and main thread at the same time. 
3707
3708 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * shell/ev-view.c: (goto_dest):
3711
3712         Update page-cache when page is changed by the view, so that
3713         page-changed signal is emitted. 
3714
3715 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3716
3717         * test/test1.py:
3718         * test/test2.py:
3719
3720         Use C locale in tests. 
3721
3722 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-window.c: (ev_window_run_presentation):
3725         * shell/ev-view-private.h:
3726         * shell/ev-view.c: (ev_view_set_presentation):
3727
3728         Restore zoom settings when back from presentation mode. 
3729
3730 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3731
3732         * shell/ev-window.c: (ev_window_run_presentation):
3733
3734         Always use "best fit" zoom in presentation mode.
3735         Fixes bug #389195.
3736
3737 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3738
3739         * shell/ev-view.c: (ev_view_goto_window_create):
3740
3741         Show "Jump to page" label in the page jumping popup in
3742         presentation mode instead of just a GtkEntry.
3743
3744 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-window.c: (launch_external_uri):
3747
3748         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3749         #378085.
3750
3751 2006-12-22  Elijah Newren  <newren gmail com>
3752
3753         * configure.ac: explicitly check for libxml2.  Fixes #388795
3754
3755 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-view-private.h:
3758         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3759         (ev_view_goto_window_delete_event), (key_is_numeric),
3760         (ev_view_goto_window_key_press_event),
3761         (ev_view_goto_window_button_press_event),
3762         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3763         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3764         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3765
3766         Allow jumping to another page by typing a page number in presentation
3767         mode. It uses a popup window with an entry. Fixes bug #353625.
3768
3769 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * configure.ac:
3772         * properties/ev-properties-view.c: (ev_get_default_user_units),
3773         (ev_regular_paper_size):
3774         
3775         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3776         to Damien Carbery <damien.carbery@sun.com> and
3777         Yevgen Muntyan <muntyan@tamu.edu>.
3778
3779 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3780
3781         * shell/ev-window.c: (setup_document_from_metadata):
3782
3783         Make sure Evince doesn't restore the view on the last
3784         page when a document is reopened. Fixes bug #383381.
3785
3786 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3787
3788         * shell/ev-view.c: (draw_loading_text):
3789
3790         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3791
3792 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * configure.ac:
3795         * NEWS:
3796
3797         Release 0.7.0
3798
3799 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * configure.ac:
3802         * pdf/ev-poppler.cc: (pdf_print_context_free),
3803         (pdf_document_file_exporter_begin),
3804         (pdf_document_file_exporter_do_page):
3805
3806         Make cairo-pdf depedency optional. 
3807
3808 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3811
3812         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3813
3814 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3817         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3818         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3819         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3820         * shell/ev-view.c: (draw_loading_text):
3821         * shell/ev-window.c: (ev_window_cmd_file_properties):
3822
3823         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3824         related to using FontConfig from different threads.
3825         
3826 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3827
3828         * shell/ev-view.c: (draw_loading_text):
3829
3830         Acquire lock document when drawing "Loading..." text so that only one
3831         thread will use FontConfig at the same time. Fixes bug #374750.
3832
3833 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-page-action.[ch]: (activate_cb):
3836         * shell/ev-window.c: (activate_label_cb):
3837
3838         Check if text inserted in page entry is a valid page number when it
3839         doesn't match to any document page label. Fixes bug #383165.
3840
3841 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3842         * shell/ev-window.c:
3843
3844         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3845         available with GTK < 2.10. Added an ifdef to avoid compilation
3846         error.
3847
3848 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3849
3850         * configure.ac:
3851         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3852
3853         Fix ps backend in multihead systems.
3854
3855 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3856
3857         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3858         * shell/ev-window.c: (ev_window_get_screen_dpi),
3859         (ev_window_update_actions), (setup_view_from_metadata),
3860         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3861
3862         Take screen DPI into account when zooming. Fixes bug #318285.
3863
3864 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3865
3866         * data/Makefile.am:
3867
3868         Cleaned up/slightly refactored Makefile.am. Added GConf
3869         schemas uninstallation as well.
3870
3871 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3872
3873         * Makefile.am:
3874         * test/Makefile.am:
3875
3876         Fight with autotools to fix make check. Make distcheck
3877         works fine as well now!
3878
3879 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3880
3881         * shell/ev-view.c: (draw_end_presentation_page):
3882
3883         Corrected "end of presentation" string.
3884
3885 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3886
3887         * shell/ev-view.c: (ev_view_key_press_event):
3888
3889         Correctly propagate key press event so that up/down keys
3890         work as expected (correct behaviour was broken by
3891         black/white screen key bindings for presentations).
3892
3893 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3896         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3897         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3898         (pdf_selection_get_selection_region),
3899         (pdf_selection_get_selection_map):
3900
3901         Add "static" to some private functions. 
3902
3903 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3904
3905         * lib/ev-tooltip.h:
3906         * properties/ev-properties-view.h:
3907         * shell/ev-jobs.h:
3908         * shell/ev-properties-dialog.h:
3909         * shell/ev-properties-fonts.h:
3910         * shell/ev-sidebar-links.h:
3911         * shell/ev-sidebar-thumbnails.h:
3912         * shell/ev-sidebar.h:
3913         * shell/ev-window.h:
3914         
3915         Fixes CHACK type in class casts. See bug #385343
3916         for details.
3917
3918 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * shell/ev-view-private.h:
3921         * shell/ev-view.c: (draw_end_presentation_page),
3922         (ev_view_expose_event), (ev_view_key_press_event),
3923         (ev_view_class_init), (ev_view_init):
3924
3925         Blank screen in presentation mode when pressing 'b' (filling with
3926         black) or 'w' (filling with white) keys. Fixes bug #358132.
3927
3928 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3929
3930         * data/evince-toolbar.xml:
3931         * shell/ev-window.c:
3932         
3933         Use stock icon for Select All action. Fixes
3934         bug #382652.
3935
3936 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3937
3938         * shell/ev-view.c: (get_doc_point_from_offset),
3939         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3940
3941         Add links support in rotated documents. Fixes bug #343733.
3942
3943 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * shell/ev-view-private.h:
3946         * shell/ev-view.c: (draw_end_presentation_page),
3947         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3948
3949         Show a blank page after the last page in presentation mode with a
3950         message indicating that presentation has finished and how to exit. 
3951
3952 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * shell/ev-window.c: (fullscreen_timeout_cb):
3955
3956         Hide cursor after a while in presentation mode. 
3957
3958 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3959
3960         * backend/ev-document-info.h:
3961         * data/evince-properties.glade:
3962         * pdf/ev-poppler.cc:
3963         * properties/ev-properties-view.c: (ev_regular_paper_size),
3964         (ev_properties_view_set_info):
3965         * ps/ps-document.c: (ps_document_get_info):
3966
3967         Adds a paper size field to the properties dialog. Fixes
3968         bug #307315. Patch by Kasper Svendsen (with some i18n
3969         changes done by me).
3970
3971 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3972
3973         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3974         (screensaver_init_dbus), (totem_scrsaver_new),
3975         (totem_scrsaver_init):
3976         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3977         * shell/ev-application.c: (ev_application_register_service),
3978         (ev_application_screensaver_enable),
3979         (ev_application_screensaver_disable):
3980         * shell/ev-application.h:
3981         * shell/ev-window.c: (ev_window_run_presentation),
3982         (ev_window_stop_presentation), (build_comments_string),
3983         (ev_window_init):
3984         
3985         Move screensaver handling to application. No more
3986         message on startup.
3987
3988 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3989
3990         * configure.ac:
3991         * backend/Makefile.am:
3992         * backend/ev-file-exporter.[ch]:
3993         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3994         * ps/ps-document.c: (ps_document_file_exporter_*):
3995         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3996         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3997         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3998         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3999
4000         Allow printing to PDF when suppoted by the backend.
4001         
4002 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4003
4004         * shell/ev-window.c: (build_comments_string):
4005
4006         Use always "Document Viewer" in about dialog. 
4007
4008 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4009
4010         * djvu/djvu-document.c: (djvu_document_get_page_size):
4011
4012         Display a warning message when get_pageinfo fails. 
4013
4014 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4015
4016         * Makefile.am:
4017         * backend/Makefile.am:
4018         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4019         * configure.ac:
4020         * shell/ev-window.c: (build_comments_string):
4021         
4022         Make pdf compilation optional. See bug #38007.
4023
4024 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4025
4026         * ps/ps.c: (get_next_text):
4027
4028         Fix CVE-2006-5864.
4029
4030 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4033         * shell/ev-navigation-action.c: (connect_proxy),
4034         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4035         
4036         Do not call g_type_class_peek_parent twice.
4037
4038 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4039
4040         * configure.ac:
4041         * data/icons/24x24/.cvsignore:
4042         * data/icons/24x24/Makefile.am:
4043         * data/icons/24x24/evince.png:
4044         * data/icons/Makefile.am:
4045         
4046         Add 24x24 icon. Thanks to 
4047         Michael Monreal <infernux@web.de>.
4048
4049 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4050
4051         * configure.ac: Fix typo in configure.ac. Thanks
4052         to dmacks@netspace.org for notification.
4053
4054 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4057         
4058         Drop dbus include, fixes compilation with older dbus.
4059
4060 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4061
4062         * configure.ac:
4063         * cut-n-paste/Makefile.am:
4064         * cut-n-paste/totem-screensaver/.cvsignore
4065         * cut-n-paste/totem-screensaver/Makefile.am:
4066         * cut-n-paste/totem-screensaver/README:
4067         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4068         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4069         * shell/Makefile.am:
4070         * shell/ev-window.c: (ev_window_run_presentation),
4071         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4072         (ev_window_init):
4073
4074         Implemented screensaver enabling/disabling for
4075         presentation mode (not fullscreen mode). Code stolen
4076         from Totem (with some minor tweaks). Fixes bug #338889.
4077
4078 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4079
4080         * configure.ac:
4081
4082         Bump gnome-icon-theme requirements. We use the rotation
4083         icons that appeared recently.
4084
4085 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4086
4087         * shell/ev-history.c: (ev_history_add_page):
4088         * shell/ev-history.h:
4089         * shell/ev-window.c: (page_changed_cb):
4090         
4091         Use page labels instead of numbers.
4092
4093 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4094
4095         * data/evince-toolbar.xml:
4096         * po/POTFILES.in:
4097         * shell/Makefile.am:
4098         * shell/ev-navigation-action-widget.c:
4099         (ev_navigation_action_widget_init),
4100         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4101         (menu_detacher), (ev_navigation_action_widget_set_menu),
4102         (menu_position_func), (popup_menu_under_arrow),
4103         (ev_navigation_action_widget_toggled),
4104         (ev_navigation_action_widget_button_press_event):
4105         * shell/ev-navigation-action-widget.h:
4106         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4107         (ev_navigation_action_set_window), (activate_menu_item_cb),
4108         (new_history_menu_item), (new_empty_history_menu_item),
4109         (build_menu), (menu_activated_cb), (connect_proxy),
4110         (create_tool_item), (ev_navigation_action_init),
4111         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4112         * shell/ev-navigation-action.h:
4113         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4114         (ev_page_action_widget_set_page_cache),
4115         (ev_page_action_widget_finalize),
4116         (ev_page_action_widget_class_init), (match_selected_cb),
4117         (display_completion_text), (match_completion), (build_new_tree_cb),
4118         (get_filter_model_from_model),
4119         (ev_page_action_widget_update_model):
4120         * shell/ev-page-action-widget.h:
4121         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4122         (connect_proxy):
4123         * shell/ev-page-action.h:
4124         * shell/ev-stock-icons.c:
4125         * shell/ev-stock-icons.h:
4126         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4127         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4128         (register_custom_actions):
4129         * shell/main.c:
4130         
4131         Preliminary history implementation
4132
4133 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4134
4135         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4136         (dvi_document_class_init), (dvi_document_init_params):
4137         * dvi/mdvi-lib/font.c: (font_reference):
4138         
4139         Add reference to subfont. Fixes bug #374277.
4140
4141 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4144         (ev_window_cmd_file_open_copy_at_dest):
4145
4146         Fix a race condition when creating symlink. Increase the counter
4147         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4148         Mathias Hasselmann).
4149
4150 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * backend/Makefile.am:
4153         * backend/ev-attachment.c: (ev_attachment_open):
4154         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4155         (ev_tmp_dir), (ev_tmp_filename):
4156         * shell/ev-sidebar-attachments.c:
4157         (ev_sidebar_attachments_drag_data_get):
4158         * shell/ev-window.c: (ev_window_clear_temp_file):
4159
4160         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4161         in ensure_dir_exists. Abort without crashing when we can't create
4162         user's directory.
4163
4164 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * data/evince-ui.xml:
4167         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4168         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4169         (ev_window_cmd_file_open_copy_at_dest),
4170         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4171         (ev_view_popup_cmd_open_link_new_window):
4172
4173         Allow opening a copy of the current document in a new window. Fixes bug
4174         #357472
4175
4176 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4177
4178         * data/evince-toolbar.xml:
4179         
4180         Add rotate right and rotate left to available items for toolbar.
4181         
4182         * data/evince-ui.xml:
4183         * shell/ev-window.c: (ev_window_init):
4184         
4185         Customize toolbar with right click. Fixes bug #372451.
4186
4187 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4188
4189         * shell/ev-window.c: 
4190         
4191         Use "object-rotate-{left,right}" stock icons. Fixes 
4192         bug #373863.
4193
4194 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4197         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4198         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4199         (ev_window_open_uri):
4200         * shell/main.c: (arguments_parse):
4201
4202         Remove temp file created when evince is used by GTK+ in
4203         preview mode. Fixes bug #365282. 
4204
4205 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4208         
4209         Fixes bug #372474 - Side pane disabled when entering 
4210         and leaving fullscreen mode.
4211
4212 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4213
4214         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4215         * data/Makefile.am:
4216         * data/evince-preview-toolbar.xml:
4217         * data/evince-toolbar.xml:
4218         * shell/ev-application.c: (ev_application_shutdown),
4219         (ev_application_init), (ev_application_get_toolbars_model):
4220         * shell/ev-application.h:
4221         * shell/ev-window.c: (update_chrome_visibility),
4222         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4223         (ev_window_cmd_edit_toolbar), (ev_window_init):
4224         
4225         Fixes bug #364364 - toolbar editor shows zoom actions again.
4226
4227 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4230
4231         Do not take margins into consideration for paper size when printing.
4232         Really fixes bug #350491.
4233
4234 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * data/evince-ui.xml:
4237         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4238         (ev_window_cmd_file_print_setup),
4239         (ev_window_print_dialog_response_cb),
4240         (ev_window_setup_action_sensitivity):
4241
4242         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4243
4244 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-window.c: (ev_window_print_range):
4247
4248         Revert my previuos commit, since printing to PDF is not supported by
4249         evince yet. 
4250
4251 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-window.c: (ev_window_print_range):
4254
4255         Enable print to a PDF. Fixes bug #332121.
4256
4257 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * shell/ev-application-service.xml:
4260         * shell/ev-application.[ch]: (ev_application_open_window),
4261         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4262         (ev_application_open_uri), (ev_application_open_uri_list):
4263         * shell/ev-window.c: (file_open_dialog_response_cb),
4264         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4265         (drag_data_received_cb), (open_remote_link):
4266         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4267
4268         Add support for multiscreen systems. Fixes bug #316206.
4269
4270 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * shell/ev-jobs.[ch]: (ev_job_print_new),
4273         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4274         (ev_job_print_do_page):
4275         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4276
4277         Allow printing only odd/even pages. Fixes bug #367289.
4278
4279 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4280
4281         * test/test1.py:
4282         * test/test2.py:
4283
4284         Re-add locale settings to test files.
4285
4286 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4287
4288         * data/evince-ui.xml:
4289         * shell/ev-window.c: (set_action_properties):
4290         
4291         Removed garbage from code and ui.
4292
4293 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4294
4295         * shell/ev-window.c: (ev_window_cmd_help_about):
4296
4297         Shamelessly add my name to the list of contributors.
4298
4299 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4300
4301         * test/test1.py:
4302         * test/test2.py:
4303
4304         Cleaned up the dogtail scripts.
4305
4306 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4307
4308         * shell/ev-view.c: (draw_loading_text): Don't render
4309         "loading..." text in presentation mode. Temporary
4310         workaround for bug #320352.
4311
4312 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4313
4314         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4315         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4316
4317         Use print settings scale, copies, collate and reverse which were
4318         ignored. Fixes bug #359032.
4319
4320 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4321
4322         * configure.ac:
4323         * data/evince-password.glade:
4324         * test/Makefile.am:
4325         * test/test-encrypt.pdf:
4326         * test/test-links.pdf:
4327         * test/test1.py:
4328         * test/test2.py:
4329
4330         Add automated UI tests for evince with dogtail. See
4331         bug #300948.    
4332
4333 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4334
4335         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4336
4337         Hide fullscreen toolbar when switching to another desktop workspace.
4338         Fixes bug #338871
4339
4340 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4341
4342         * shell/ev-window-title.c: 
4343         
4344         Test for .dvi in title of pdf documents.
4345
4346 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4347
4348         * shell/ev-view.c: (ev_view_scroll):
4349
4350         Page Up/Down should do page jumps in "Best fit" mode.
4351         If a user has explicitly chosen to view exactly one page
4352         at a time, scrolling just a part of the page when
4353         pressing Page Up/Down is not right. Fixes bug #323107.
4354
4355 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * NEWS:
4358         * configure.ac:
4359         
4360         Update for 0.6.1
4361
4362 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4363
4364         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4365         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4366         
4367         Correctly disconnect from job signals on destroy.
4368
4369 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4370
4371         * shell/ev-view-private.h:
4372         * shell/ev-view.c: (view_set_adjustment_values),
4373         (view_update_range_and_current_page),
4374         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4375         
4376         Fixes bug #343199, current page now follows find page.
4377
4378 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4379
4380         * backend/ev-document-factory.c:
4381         * configure.ac:
4382         Assigned OpenDocument presenation MIME type to the
4383         Impress backend. Added some missing (but harmless)
4384         #ifdefs in the document factory as well to make things
4385         consistent again. Fixes bug #360658.
4386
4387 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4388
4389         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4390         * backend/ev-document-find.c: (ev_document_find_get_type):
4391         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4392         * backend/ev-document-links.c: (ev_document_links_get_type):
4393         * backend/ev-document-security.c: (ev_document_security_get_type):
4394         * backend/ev-document-thumbnails.c:
4395         (ev_document_thumbnails_get_type):
4396         * backend/ev-document.c: (ev_document_get_type):
4397         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4398         * backend/ev-selection.c: (ev_selection_get_type):
4399         * cut-n-paste/recent-files/egg-recent-model.c:
4400         (egg_recent_model_get_type):
4401         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4402         (egg_recent_view_uimanager_get_type):
4403         * cut-n-paste/recent-files/egg-recent-view.c:
4404         (egg_recent_view_get_type):
4405         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4406         (egg_editable_toolbar_get_type):
4407         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4408         (egg_toolbar_editor_get_type):
4409         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4410         (egg_toolbars_model_get_type):
4411         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4412         (egg_tree_multi_drag_source_get_type):
4413         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4414         (ephy_zoom_action_get_type):
4415         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4416         (ephy_zoom_control_get_type):
4417         * impress/r_back.c: (_imp_fill_back):
4418         * properties/ev-properties-main.c:
4419         (ev_properties_plugin_register_type):
4420         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4421         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4422         (ev_view_accessible_factory_get_type):
4423
4424         Reduce relocations. Bug #360616.
4425
4426 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4427
4428         * backend/ev-document-factory.c:
4429         (ev_document_factory_get_document):
4430         
4431         Load document even if extension is wrong.
4432
4433 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4434
4435         * shell/ev-metadata-manager.c: (save_values):
4436         * shell/ev-window.c: (setup_size_from_metadata),
4437         (setup_view_from_metadata), (ev_window_setup_document),
4438         (ev_window_xfer_job_cb), (window_configure_event_cb):
4439         
4440         Set size according to the document size/page size ratio.
4441         That should correct rather wierd behaviour of the previous
4442         commit.
4443
4444 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4445
4446         * shell/ev-window.c: (setup_view_from_metadata):
4447         
4448         Set size for new windows from previous window size.
4449         See bugs #354968 and #168450 for details. Thanks
4450         to Meik Hellmund.
4451
4452 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * djvu/djvu-links.c: (build_tree):
4455
4456         Fix memory leak.
4457
4458 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4461         
4462         Don't make sidebar close button insensitive. Fixes
4463         bug #357871.
4464
4465 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4468         (ev_window_set_view_accels_sensitivity):
4469         
4470         Don't enable Slash on documents which don't support
4471         find. Fixes bug #358648.
4472
4473 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4474
4475         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4476         open dialog fall back to the current document uri if the
4477         filechooser hasn't been used before. Fixes bug #356980.
4478
4479 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4480
4481         * shell/ev-window.c: (ev_window_setup_recent), 
4482         (ev_window_get_recent_file_label):
4483
4484         Escape underscores in filenames of recent file items.
4485
4486 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * configure.ac:
4489         
4490         Bumped poppler requirements, really 0.5.3 is very 
4491         buggy, now we require 0.5.4.
4492
4493 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4494
4495         * djvu/Makefile.am:
4496         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4497         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4498         (djvu_document_document_links_iface_init):
4499         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4500         (number_from_string_10), (get_djvu_link_dest),
4501         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4502         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4503         (djvu_links_get_links), (djvu_links_find_link_dest),
4504         (djvu_links_get_links_model):
4505         * djvu/djvu-links.h:
4506         
4507         Add support for links and bookmarks in djvu documents. Thanks
4508         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4509         patch.
4510
4511 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4514         
4515         Reopen should reload document. Fixes 
4516         bug 327951.
4517
4518 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * configure.ac:
4521         * data/Makefile.am:
4522         * data/evince-16.png:
4523         * data/evince-22.png:
4524         * data/evince.png:
4525         * data/evince.svg:
4526         * data/icons/16x16/Makefile.am:
4527         * data/icons/16x16/evince.png:
4528         * data/icons/22x22/Makefile.am:
4529         * data/icons/22x22/evince.png:
4530         * data/icons/48x48/Makefile.am:
4531         * data/icons/48x48/evince.png:
4532         * data/icons/Makefile.am:
4533         * data/icons/scalable/Makefile.am:
4534         * data/icons/scalable/evince.svg:
4535         
4536         Install icons with correct names. Fixes
4537         bug #354429.
4538
4539 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4540
4541         * shell/ev-view.c: (ev_view_button_release_event):
4542
4543         Don't open links with middle mouse button. Fixes bug #353649
4544
4545 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4546
4547         * NEWS:
4548         * configure.ac:
4549         
4550         Update for release 0.6.0
4551
4552 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4553
4554         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4555         Implement Close named action. Patch by Carlos Garcia Campos.
4556
4557 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4560         
4561         Don't clear link mapping on copy_job_to_job_info. Fixes
4562         bug 346168.
4563
4564 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/main.c: (main):
4567
4568         Revert my previous commit, gnome_program_init owns the option context.
4569         Fix another memory leak in main. Both caught by Christian Persch. 
4570
4571 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/main.c: (main):
4574
4575         Fix memory leak.
4576
4577 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4580
4581         Fix crash when opening a pdf with password protection. 
4582
4583 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4584
4585         * pdf/ev-poppler.cc: (pdf_document_search_free):
4586
4587         Fix memory leak. 
4588
4589 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * backend/ev-document-factory.c:
4592         (ev_document_factory_get_document):
4593         * tiff/tiff-document.c: (tiff_document_finalize):
4594         
4595         More correct handling of document loading. Fixes
4596         bug #349043.
4597
4598 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4599
4600         * backend/ev-attachment.c: (ev_attachment_save):
4601
4602         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4603         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4604
4605 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4606         
4607         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4608         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4609
4610 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * shell/ev-sidebar-thumbnails.c:
4613
4614         Do not render thumbnails unless thumbnails page is active in the
4615         sidebar.
4616
4617 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4618
4619         * shell/ev-properties-dialog.c:
4620
4621         Fix dialogue spacing. Bug #351370.
4622
4623 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4624
4625         * configure.ac:
4626
4627         Use lowercase gettext catalog file names (evince.mo
4628         instead of Evince.mo)
4629
4630 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * shell/ev-sidebar-attachments.c:
4633
4634         GtkIconTheme is now screen safe too. Fixes bug #350878
4635
4636 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4637
4638         * shell/ev-window.c:
4639
4640         GtkRecent manager is now screen safe. Fixes bug #350145
4641
4642 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4643
4644         * shell/ev-sidebar.c: (ev_sidebar_init):
4645         
4646         Make sidebar close icon smaller. Fix for bug 350177.
4647         See also bugs 350176 and 165770.
4648
4649 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4650
4651         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4652
4653         Ignore zoom for xyz destinations when it's <= 1, keeping user
4654         preferences instead. Set correct sizing-mode for fith and fitv
4655         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4656
4657 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4658
4659         * NEWS:
4660         * configure.ac:
4661         
4662         Update for release 0.5.5
4663
4664 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4665         
4666         * shell/ev-window.c: (ev_window_cmd_escape)
4667
4668         Escape unfocus page entry. Fixes bug #345809.
4669
4670 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4671
4672         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4673         (build_tree), (pdf_document_links_get_links),
4674         (pdf_document_links_find_link_dest):
4675         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4676         (goto_xyz_dest):
4677
4678         Convert from PDF style coordinates to X style coordinates in the
4679         backend rather than in the view. Fixes bug #338440
4680
4681 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4682
4683         * shell/ev-window.c:
4684         
4685         Remove Ctrl+Shift+T shortcut for toolbars. See
4686         the bug #350098.
4687
4688 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4689
4690         * configure.ac:
4691
4692         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4693         of this. 
4694
4695 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4696
4697         * configure.ac:
4698         * cut-n-paste/Makefile.am:
4699         * data/evince-ui.xml:
4700         * shell/Makefile.am:
4701         * shell/ev-application.[ch]:
4702         * shell/ev-window.c:
4703
4704         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4705         #349273
4706
4707 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4708
4709         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4710         findbar code: s/help/search/
4711
4712 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4713
4714         * shell/ev-window.c: (setup_document_from_metadata),
4715         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4716         (setup_view_from_metadata):
4717         
4718         Fix memory leaks.
4719
4720 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4721
4722         * autogen.sh, configure.ac: 
4723         
4724         Update automake usage. See bug 349292.
4725
4726 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * shell/eggfindbar.c: (egg_find_bar_class_init),
4729         (entry_activate_callback), (egg_find_bar_init),
4730         (egg_find_bar_set_status_text):
4731         * shell/eggfindbar.h:
4732         
4733         Unify Evince findbar with Epiphany. Nice patch
4734         from Fabricio Silva <silva@crans.org> and
4735         Frederic Peters <fpeters@entrouvert.com>. See
4736         bug #339966 for details.
4737
4738 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4739
4740         * data/evince.desktop.in.in:
4741         
4742         Correct information for bugzilla. Thanks to
4743         Olaf Vitters, see bug #348855.
4744
4745 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4746
4747         * shell/ev-jobs.[ch]:
4748         * shell/ev-sidebar-links.c:
4749         * shell/ev-window.[ch]:
4750
4751         GtkPrintJob doesn't support print ranges or current page, so we export
4752         to a ps file now when printing ranges or current page.
4753
4754 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * pdf/ev-poppler.cc:
4757         * shell/ev-window.c: (do_action_named):
4758
4759         We should be more clear about bugzilla. See the
4760         poppler bug #7623.
4761
4762 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4763
4764         * configure.ac:
4765         * shell/Makefile.am:
4766         * shell/ev-job-queue.c:
4767         * shell/ev-jobs.[ch]:
4768         * shell/ev-sidebar-links.c:
4769         * shell/ev-window.[ch]:
4770         
4771         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4772         #348422
4773
4774 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4775
4776         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4777         * shell/ev-application-service.xml:
4778         * shell/ev-application.[ch]:
4779         * shell/ev-jobs.[ch]:
4780         * shell/ev-window.[ch]: (ev_window_run_preview):
4781         * shell/main.c: 
4782
4783         Add preview mode to use evince as a printing previewer. It also adds
4784         other command line options for fullscreen and presentation modes.
4785         Fixes bugs #347822, #317031
4786
4787 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * NEWS:
4790         * configure.ac:
4791         
4792         Update for release 0.5.4
4793
4794 2006-07-11  Bastien Nocera <hadess@hadess.net>
4795
4796         * Makefile.am:
4797         * backend/Makefile.am:
4798         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4799         * backend/ev-document-factory.h:
4800         * configure.ac:
4801         * impress/.cvsignore:
4802         * impress/Makefile.am:
4803         * impress/common.h:
4804         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4805         (imp_get_page), (imp_next_page), (imp_prev_page),
4806         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4807         * impress/f_oasis.c: (render_object), (render_page),
4808         (get_geometry), (_imp_oasis_load):
4809         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4810         (_imp_oo13_load):
4811         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4812         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4813         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4814         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4815         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4816         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4817         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4818         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4819         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4820         (iks_new_within), (iks_insert), (iks_insert_cdata),
4821         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4822         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4823         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4824         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4825         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4826         (iks_cdata), (iks_cdata_size), (iks_has_children),
4827         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4828         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4829         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4830         (iks_tree), (iks_load), (iks_save):
4831         * impress/iksemel.h:
4832         * impress/imposter.h:
4833         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4834         (imp_render_draw_bezier_real), (imp_render_get_size),
4835         (imp_render_set_fg_color), (imp_render_draw_line),
4836         (imp_render_draw_rect), (imp_render_draw_polygon),
4837         (imp_render_draw_arc), (imp_render_draw_bezier),
4838         (imp_render_open_image), (imp_render_get_image_size),
4839         (imp_render_scale_image), (imp_render_draw_image),
4840         (imp_render_close_image), (imp_render_markup),
4841         (imp_render_get_text_size), (imp_render_draw_text),
4842         (impress_document_load), (impress_document_save),
4843         (impress_document_get_n_pages), (impress_document_get_page_size),
4844         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4845         (impress_document_finalize), (impress_document_class_init),
4846         (impress_document_can_get_text), (impress_document_get_info),
4847         (impress_document_document_iface_init),
4848         (impress_document_thumbnails_get_thumbnail),
4849         (impress_document_thumbnails_get_dimensions),
4850         (impress_document_document_thumbnails_iface_init),
4851         (impress_document_init):
4852         * impress/impress-document.h:
4853         * impress/internal.h:
4854         * impress/r_back.c: (_imp_fill_back):
4855         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4856         (_imp_draw_image), (_imp_tile_image):
4857         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4858         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4859         (r_polyline):
4860         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4861         (r_draw_gradient_complex), (r_draw_gradient):
4862         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4863         (r_get_bullet):
4864         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4865         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4866         (r_text):
4867         * impress/render.c: (imp_create_context), (imp_context_set_page),
4868         (imp_context_set_step), (imp_render), (imp_delete_context):
4869         * impress/render.h:
4870         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4871         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4872         (zip_load_xml), (zip_get_size), (zip_load):
4873         * impress/zip.h:
4874         * shell/ev-utils.c:
4875         
4876         New backend to support impress slides. Fixes bug #30867.
4877
4878 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4879
4880         * shell/ev-utils.c: (using_postscript_printer):
4881         
4882         Fixes crash when print using PAPI backend,
4883         bug #345012.
4884
4885 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4886
4887         * shell/ev-jobs.c: (ev_job_xfer_run):
4888         * shell/ev-window.c: (password_dialog_response),
4889         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4890         (ev_window_dispose):
4891         Fixes bug #344160: if the xfer job doesn't complete
4892         because a password is required, reload the existing
4893         instance instead of creating a new one.
4894
4895 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * shell/main.c: (main): Call gdk_threads_init. Thus
4898         we'll avoid errors in auth dialog. Fix for the bug
4899         #343347.
4900
4901 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4902
4903         * configure.ac: Advertise pixbuf support, fix
4904         for the bug 343317.
4905
4906 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4907
4908         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4909         (ev_sidebar_thumbnails_set_document):
4910         
4911         Update sidebar thumbnails after reloading.
4912
4913 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4916         * shell/ev-jobs.h:
4917         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4918         (ev_window_cmd_view_reload), (ev_window_init):
4919         
4920         Don't crash on reload. Fix for the bug #343167.
4921
4922 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * shell/ev-jobs.c: (ev_job_render_run):
4925         
4926         Check for document links.
4927
4928 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * backend/ev-attachment.c: (ev_attachment_save),
4931         (ev_attachment_launch_app), (ev_attachment_open):
4932         * backend/ev-document-factory.c: (get_document_from_uri):
4933         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4934         (egg_recent_view_uimanager_set_list):
4935         * ps/ps-document.c: (check_filecompressed), (document_load),
4936         (ps_document_load):
4937         * shell/ev-metadata-manager.c: (load_values):
4938         * shell/ev-password.c: (ev_password_dialog_set_property):
4939         * shell/ev-view.c: (tip_from_link):
4940         * shell/ev-window.c: (file_save_dialog_response_cb),
4941         (ev_window_print_dialog_response_cb):
4942         
4943         Use consistent quoting style. Fix for the bug #320285.
4944
4945 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-jobs.c: (ev_job_xfer_run):
4948         * shell/main.c: (load_files):
4949                 
4950         Open links with anchors. Fix for the bug #339836.
4951
4952 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4953
4954         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4955         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4956         (ev_link_dest_set_property), (ev_link_dest_finalize),
4957         (ev_link_dest_class_init), (ev_link_dest_new_named),
4958         (ev_link_dest_new_page_label):
4959         * backend/ev-link-dest.h:
4960         * shell/ev-application.c: (ev_application_open_uri):
4961         * shell/ev-view.c: (goto_dest):
4962         * shell/ev-window.c:
4963         * shell/ev-window.h:
4964         
4965         Fix page-label command line option. Bug #342070.
4966
4967 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4968
4969         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4970         
4971         Don't show highlight rects if page can't be showed. Fix for 
4972         the bug #342076
4973
4974 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4975
4976         * shell/ev-window.c: (setup_sidebar_from_metadata),
4977         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4978         
4979         Setup sidebar from metadata even if there is no document
4980         loaded. Fix for the bug #342807.
4981
4982 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4983
4984         * cut-n-paste/toolbar-editor/Makefile.am:
4985         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4986         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4987         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4988         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4989         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4990         (popup_context_menu_cb), (button_press_event_cb),
4991         (configure_item_sensitivity), (configure_item_cursor),
4992         (configure_item_tooltip), (connect_widget_signals),
4993         (action_sensitive_cb), (create_item_from_action),
4994         (create_item_from_position), (toolbar_drag_data_received_cb),
4995         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4996         (toolbar_drag_leave_cb), (configure_drag_dest),
4997         (toggled_visibility_cb), (toolbar_visibility_refresh),
4998         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4999         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5000         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5001         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5002         (egg_editable_toolbar_dispose),
5003         (egg_editable_toolbar_set_ui_manager),
5004         (egg_editable_toolbar_get_selected),
5005         (egg_editable_toolbar_set_selected), (set_edit_mode),
5006         (egg_editable_toolbar_set_property),
5007         (egg_editable_toolbar_get_property),
5008         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5009         (egg_editable_toolbar_new_with_model),
5010         (egg_editable_toolbar_get_edit_mode),
5011         (egg_editable_toolbar_set_edit_mode),
5012         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5013         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5014         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5015         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5016         (item_added_or_removed_cb), (toolbar_removed_cb),
5017         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5018         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5019         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5020         (editor_create_item_from_name), (append_table),
5021         (update_editor_sheet), (egg_toolbar_editor_init):
5022         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5023         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5024         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5025         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5026         (toolbar_node_free), (egg_toolbars_model_get_flags),
5027         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5028         (egg_toolbars_model_get_name), (impl_add_item),
5029         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5030         (parse_data_list), (parse_item_list), (parse_toolbars),
5031         (egg_toolbars_model_load_toolbars), (parse_available_list),
5032         (parse_names), (egg_toolbars_model_load_names),
5033         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5034         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5035         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5036         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5037         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5038         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5039         (egg_toolbars_model_set_types), (fill_avail_array),
5040         (egg_toolbars_model_get_name_avail),
5041         (egg_toolbars_model_get_name_flags),
5042         (egg_toolbars_model_set_name_flags):
5043         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5044         * cut-n-paste/toolbar-editor/eggintl.h:
5045         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5046         (egg_tree_multi_drag_source_get_type),
5047         (egg_tree_multi_drag_source_row_draggable),
5048         (egg_tree_multi_drag_source_drag_data_delete),
5049         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5050         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5051         (path_list_free), (set_context_data), (get_context_data),
5052         (get_info), (egg_tree_multi_drag_drag_data_get),
5053         (egg_tree_multi_drag_motion_event),
5054         (egg_tree_multi_drag_button_press_event),
5055         (egg_tree_multi_drag_add_drag_support):
5056         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5057         * shell/ev-application.c: (ev_application_init),
5058         (ev_application_save_toolbars_model):
5059         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5060         (ev_window_cmd_edit_toolbar), (ev_window_init):
5061         
5062         Sync toolbareditor with epiphany and libegg
5063
5064 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5065
5066         * configure.ac: 
5067
5068         Depend on poppler 0.5.2
5069
5070 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * shell/ev-jobs.c: (ev_job_render_run):
5073         
5074         Check if document supports links iterface.
5075
5076 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * NEWS:
5079         * configure.ac:
5080         
5081         Update for release 0.5.3
5082
5083 2006-05-13  Michael Plump  <plumpy@skylab.org>
5084
5085         * configure.ac:
5086         * shell/Makefile.am:
5087         * shell/main.c: (main):
5088         
5089         Port to GOption command line parsing. Fix for the 
5090         bug #327518
5091
5092 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * shell/ev-window.c: (ev_window_cmd_help_about):
5095         
5096         Do not wrap license. Fix for the bug #309460.
5097
5098 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5099
5100         * configure.ac:
5101         * properties/ev-properties-main.c: (ev_properties_get_pages):
5102         * shell/ev-application.c: (ev_application_open_window),
5103         (ev_application_open_uri_at_dest):
5104         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5105         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5106         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5107         * shell/ev-utils.c: (save_print_config_to_file):
5108         * shell/ev-window.c: (ev_window_cmd_save_as),
5109         (ev_attachment_popup_cmd_save_attachment_as):
5110         * shell/main.c: (load_files_remote):
5111         
5112         Bump requirements to gtk 2.8 and drop all ifdefs used.
5113
5114 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5115
5116         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5117         * shell/ev-window.c: (ev_window_init):
5118         
5119         Show attachments page.
5120
5121 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5122
5123         * po/POTFILES.in:
5124         * shell/ev-attachment-bar.c:
5125         * shell/ev-attachment-bar.h:
5126         * shell/ev-sidebar-attachments.c:
5127         (ev_sidebar_attachments_icon_cache_add),
5128         (icon_theme_get_pixbuf_from_mime_type),
5129         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5130         (ev_sidebar_attachments_icon_cache_refresh),
5131         (ev_sidebar_attachments_get_attachment_at_pos),
5132         (ev_sidebar_attachments_popup_menu_show),
5133         (ev_sidebar_attachments_popup_menu),
5134         (ev_sidebar_attachments_button_press),
5135         (ev_sidebar_attachments_update_icons),
5136         (ev_sidebar_attachments_drag_data_get),
5137         (ev_sidebar_attachments_get_property),
5138         (ev_sidebar_attachments_destroy),
5139         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5140         (ev_sidebar_attachments_new),
5141         (ev_sidebar_attachments_set_document),
5142         (ev_sidebar_attachments_support_document),
5143         (ev_sidebar_attachments_get_label),
5144         (ev_sidebar_attachments_page_iface_init):
5145         * shell/ev-sidebar-attachments.h:
5146         * shell/ev-window.c: (update_chrome_visibility),
5147         (setup_sidebar_from_metadata), (ev_window_setup_document),
5148         (ev_window_sidebar_current_page_changed_cb),
5149         (attachment_bar_menu_popup_cb), (ev_window_init):
5150         
5151         Move attachments bar to sidebar.
5152
5153 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5154
5155         * pdf/ev-poppler.cc:
5156         * shell/ev-application.[ch]:
5157         * shell/main.c:
5158
5159         Fix some memory leaks.
5160
5161 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5162
5163         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5164
5165         Change the properties dialog response to
5166         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5167         will make the dialog go away when the user presses
5168         enter. With gtk+ >= 2.9 this will happen anyway, but for
5169         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5170         escape by default. Fixes bug #340539. See also bug
5171         #101293 for the gtk+ part.
5172
5173 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5174
5175         * shell/ev-view.c (tip_from_action_named): Replace some strings
5176         that were wrong. Closes #340970.
5177
5178 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5181
5182         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5183         #341049
5184
5185 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * djvu/Makefile.am:
5188         * dvi/Makefile.am:
5189         * dvi/mdvi-lib/Makefile.am:
5190         * properties/Makefile.am:
5191         * ps/Makefile.am:
5192         * shell/Makefile.am:
5193         * thumbnailer/Makefile.am:
5194         
5195         Due to broken libtool that is unable to track dependencies
5196         of noinst libraries we are forced to explicitely point
5197         libraries for binary. Fix for the bug #333334.
5198
5199 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5200
5201         * data/evince.desktop.in.in:
5202         * shell/ev-view.c: (view_update_range_and_current_page),
5203         (ev_view_next_page), (ev_view_previous_page):
5204         * shell/ev-window.c: (update_chrome_visibility),
5205         (setup_sidebar_from_metadata), (ev_window_setup_document),
5206         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5207         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5208         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5209         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5210         (ev_window_stop_presentation), (ev_window_focus_in_event),
5211         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5212         (ev_window_init):
5213         * thumbnailer/Makefile.am:
5214         
5215         Update fullscreen and presentation timeout handling. Hide
5216         cursor in presentation after timeout. Fix for the bugs
5217         #136359 and #336981.
5218
5219 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * backend/ev-link-action.[ch]:
5222         * pdf/ev-poppler.cc: (ev_link_from_action):
5223         * shell/ev-view-private.h:
5224         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5225         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5226
5227         Add support for Named Action links
5228
5229 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5230
5231         * backend/Makefile.am:
5232         * backend/ev-document-links.[ch]:
5233         * backend/ev-document.[ch]:
5234         * backend/ev-link-action.[ch]:
5235         * backend/ev-link-dest.[ch]:
5236         * backend/ev-link.[ch]:
5237         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5238         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5239         * shell/ev-page-action.c: (build_new_tree_cb):
5240         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5241         (links_page_num_func), (update_page_callback):
5242         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5243         (tip_from_link):
5244         * shell/ev-jobs.c:
5245         * shell/ev-window.[ch]: (ev_window_open_uri),
5246         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5247         * shell/ev-application.[ch]: (ev_application_open_window),
5248         (ev_application_open_uri):
5249
5250         Rework links system, it adds support for remote links now and it makes
5251         easier to add new kinds of actions and destinations. Fixes bug #317292
5252
5253 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * data/Makefile.am:
5256         * data/evince.png:
5257         * data/evince-16.png:
5258         * data/evince-22.png:
5259         * data/evince.svg:
5260         * shell/main.c: (main):
5261         
5262         Evince use it's own icon. Fix for the bug #313392.
5263
5264         * shell/ev-window.c: (fullscreen_timeout_cb),
5265         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5266         (ev_window_cmd_help_about), (ev_window_dispose):
5267         
5268         Simplify fullscreen timeout code.
5269
5270 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5271
5272         * backend/ev-attachment.c: 
5273         * shell/ev-attachment-bar.c:
5274         * shell/ev-window.c:
5275
5276         Allow multiple selection of attachments
5277
5278 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * shell/ev-view.c: (view_update_range_and_current_page),
5281         (ev_view_scroll):
5282         
5283         Fix for the bug #312573 – Optimal selection of current 
5284         page among visible pages.
5285
5286 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * configure.ac:
5289         * djvu/Makefile.am:
5290         * djvu/djvu-text.h:
5291         
5292         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5293         for the bug 339868.
5294
5295 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5296
5297         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5298
5299 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5300
5301         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5302         dictated by the GNOME HIG. Fixes bug #339235.
5303
5304 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5305
5306         * data/evince-ui.xml:
5307         * shell/ev-view.c: (ev_view_can_find_previous):
5308         * shell/ev-view.h:
5309         * shell/ev-window.c: (ev_window_update_actions),
5310         (ev_window_cmd_edit_find_previous):
5311
5312         Add support for "Find Previous" as dictated by the GNOME HIG. A
5313         menu item is added and some glue code to make it all work is added
5314         to various files.
5315
5316 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5317
5318         * configure.ac: Award myself the "useless use of cat" award.
5319
5320 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5321
5322         * po/LINGUAS: New file listing all supported languages.
5323
5324         * configure.in: Use po/LINGUAS instead of including all languages
5325         directly in this file. See the wiki for more information:
5326         http://live.gnome.org/GnomeGoals/PoLinguas
5327
5328 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5329
5330         * backend/ev-document-factory.c:
5331
5332         Do not load the document twice when there isn't errors
5333
5334 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5335
5336         * backend/ev-attachment.c: 
5337
5338         Fix a crash when there isn't a default application to open an
5339         attachment
5340
5341 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5342
5343         * backend/ev-attachment.[ch]:
5344         * shell/ev-attachment-bar.[ch]:
5345
5346         Added missing files. 
5347
5348 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5349
5350         * backend/Makefile.am:
5351         * data/evince-ui.xml:
5352         * backend/ev-attachment.[ch]:
5353         * backend/ev-document.[ch]: (ev_document_has_attachments),
5354         (ev_document_get_attachments):
5355         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5356         (attachment_save_to_buffer), (pdf_document_get_attachments),
5357         (pdf_document_document_iface_init):
5358         * shell/Makefile.am:
5359         * shell/ev-attachment-bar.[ch]:
5360         * shell/ev-window.c:
5361
5362         Add support for PDF attachments. Fixes bug #325143
5363
5364 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5365
5366         * backend/ev-document-factory.c: (get_document_from_uri),
5367         (ev_document_factory_get_document):
5368         * backend/ev-document-factory.h:
5369         * properties/ev-properties-main.c: (ev_properties_get_pages):
5370         * shell/Makefile.am:
5371         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5372         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5373         (ev_job_queue_remove_job):
5374         * shell/ev-job-queue.h:
5375         * shell/ev-job-xfer.c:
5376         * shell/ev-job-xfer.h:
5377         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5378         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5379         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5380         (ev_job_xfer_run):
5381         * shell/ev-jobs.h:
5382         * shell/ev-window.c: (ev_window_is_empty),
5383         (password_dialog_response), (ev_window_clear_xfer_job),
5384         (ev_window_xfer_job_cb), (ev_window_open_uri),
5385         (ev_window_cmd_focus_page_selector),
5386         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5387         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5388         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5389         (ev_window_dispose):
5390         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5391         
5392         * Cleanup mime type detection on document load. Fix for the
5393         bug #336448.
5394
5395 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5398         
5399         Fix crash on exit, described in the bug #336825.
5400
5401 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5402
5403         * backend/ev-document-factory.c:
5404         (ev_document_factory_get_from_mime),
5405         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5406         (ev_document_factory_get_document),
5407         (file_filter_add_mime_list_and_free),
5408         (ev_document_factory_add_filters):
5409         * backend/ev-document-factory.h:
5410         * properties/ev-properties-main.c: (ev_properties_get_pages):
5411         * shell/Makefile.am:
5412         * shell/ev-application.c:
5413         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5414         * shell/ev-window.c: (ev_window_cmd_file_open),
5415         (ev_window_cmd_save_as):
5416         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5417         
5418         Rework factory functions so they are placed now in a single 
5419         file ev-document-factory.c
5420
5421 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * shell/ev-window.c: (update_chrome_visibility):
5424         
5425         Fix for the bug 166566 - don't show menubar in fullscreen
5426         mode.
5427
5428 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5429
5430         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5431
5432 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * shell/ev-view.c: (ev_view_expose_event):
5435         
5436         More correctly draw loading text when document
5437         is empty.
5438
5439 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5440
5441         * shell/ev-view.c: (ev_view_scroll):
5442         
5443         Fix for the bug #334854, page down and page up switch
5444         pages in presentation mode.
5445
5446 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * shell/ev-window.c: (ev_window_set_action_sensitive),
5449         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5450         (ev_window_set_view_accels_sensitivity),
5451         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5452         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5453         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5454         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5455         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5456         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5457         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5458         (view_actions_focus_in_cb), (ev_window_init):
5459         
5460         Fix for the bug #333902, now it's possible to search
5461         words with slash.
5462
5463 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5464
5465         * configure.ac: Added Breton translation.
5466         * po/br.po: Added Breton translation.
5467
5468 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5469
5470         * shell/ev-window-title (ev_window_title_update):
5471
5472         Fix memory leak in window title. Fixes bug #333944
5473
5474 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5475
5476         * shell/ev-metadata-manager.c (parseItem):
5477
5478         Fix memory leaks. Fixes bug #333945
5479
5480 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5481         
5482         * NEWS, configure.ac, TODO:
5483         
5484         Update for release 0.5.2.
5485
5486 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * shell/ev-view.c: (view_update_range_and_current_page),
5489         (page_changed_cb):
5490         
5491         Don't jump on scrolling, fix for the bug #333127.
5492
5493 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5494
5495         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5496         
5497         Scroll by one page in presentation mode. Fix for the bug
5498         #332993.
5499
5500 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5501
5502         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5503
5504 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5505
5506         * configure.ac  Added lv in ALL_LINGUAS line.
5507
5508 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5509         
5510         * NEWS, configure.ac:
5511         
5512         Update for release 0.5.1
5513
5514 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5515
5516         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5517         * backend/ev-document-misc.h:
5518         * shell/ev-view.c: (draw_one_page):
5519         
5520          Clairfy what page the toolbar page number applies to. Fix
5521          for the bug #328102.
5522
5523 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5524
5525         * shell/ev-view-private.h:
5526         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5527         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5528         (ev_view_search_changed):
5529         * shell/ev-view.h:
5530         * shell/ev-window.c: (find_bar_search_changed_cb):
5531         
5532         Dont't jump to find result if window was scrolled during search.
5533         Fix for the bug #313266.
5534
5535 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5536
5537         * shell/eggfindbar.c: (egg_find_bar_class_init):
5538         * shell/eggfindbar.h:
5539         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5540         * shell/ev-view-private.h:
5541         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5542         (ev_view_class_init), (ev_sizing_mode_get_type),
5543         (ev_scroll_type_get_type):
5544         * shell/ev-view.h:
5545         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5546         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5547         (ev_window_init):
5548         
5549         Fix for the bug 319133 - Find entry should allow text scroll.
5550
5551 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5552
5553         * shell/ev-view-private.h:
5554         * shell/ev-view.c: (view_update_range_and_current_page),
5555         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5556         (ev_view_set_document), (update_find_status_message),
5557         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5558         (ev_view_find_previous):
5559         
5560         Fix for the bug #319137. Search now takes account for scrolling.
5561
5562 2006-02-19  Michael Hofmann <mh21@piware.de>
5563
5564         * configure.ac:
5565         * djvu/Makefile.am:
5566         * djvu/djvu-document-private.h:
5567         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5568         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5569         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5570         (djvu_document_can_get_text), (djvu_document_get_text),
5571         (djvu_document_document_iface_init),
5572         (djvu_document_thumbnails_get_thumbnail),
5573         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5574         (djvu_document_find_get_result),
5575         (djvu_document_find_page_has_results),
5576         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5577         (djvu_document_find_iface_init):
5578         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5579         (djvu_text_page_selection), (djvu_text_page_limits_process),
5580         (djvu_text_page_limits), (djvu_text_page_copy),
5581         (djvu_text_page_position), (djvu_text_page_union),
5582         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5583         (djvu_text_page_box), (djvu_text_page_append_text),
5584         (djvu_text_page_search), (djvu_text_page_prepare_search),
5585         (djvu_text_page_new), (djvu_text_page_free):
5586         * djvu/djvu-text-page.h:
5587         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5588         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5589         (djvu_text_n_results), (djvu_text_has_results),
5590         (djvu_text_get_result), (djvu_text_get_progress):
5591         * djvu/djvu-text.h:
5592         
5593         Text search in djvu. Fix for the bug #303415.
5594
5595 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * configure.ac:
5598         * shell/ev-window.c: (ev_window_cmd_save_as):
5599         
5600         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5601         Thanks to Gary Coady <gary@lyranthe.org>
5602
5603 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * shell/ev-print-job.c: (idle_print_handler):
5606         
5607         Inverse order printing, bug #320919.
5608
5609 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * data/evince-toolbar.xml:
5612         * shell/ev-window.c:
5613         
5614         Allow to add sidebar checkbutton on toolbar. Fix
5615         for the bug #144577.
5616
5617 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5620         
5621         Add checks that have sense for empty ps document.
5622
5623 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5624
5625         * configure.ac: Include PS in mime types list. 
5626
5627 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5628
5629         * configure.ac:
5630         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5631         * ps/gsdefaults.h:
5632         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5633         
5634         Runtime check for gs interpreter. Fix for the bug #320868.
5635         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5636
5637 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5638
5639         * shell/ev-application.c: 
5640
5641         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5642         dbus>=0.60, so that the request is not queued. 
5643
5644 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * configure.ac:
5647         * shell/Makefile.am:
5648         * shell/ev-sidebar-links.c: (print_section_cb):
5649         * shell/ev-utils.c:
5650         * shell/ev-utils.h:
5651         * shell/ev-window.c: (update_action_sensitivity),
5652         (ev_window_close_dialogs), (ev_window_print):
5653         * shell/ev-window.h:
5654         
5655         Make printing support optional. Patch from Eduardo de Barros Lima
5656         <eduardo.lima@indt.org.br> for the bug #330546.
5657
5658 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5659
5660         * shell/ev-view-private.h:
5661         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5662         (ev_view_set_document):
5663         * shell/ev-view.h:
5664         * shell/ev-window.c: (ev_window_load_job_cb),
5665         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5666         (ev_window_init):
5667
5668         Draw Loading message during xfer job. Fix for the bug #329495.
5669
5670 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * comics/comics-document.c: (comics_regex_quote),
5673         (comics_document_load), (extract_argv):
5674         
5675         Correcly quote regexp before passing it to unzip.
5676
5677 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-page-cache.c: (build_height_to_page),
5680         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5681         (ev_page_cache_get_dual_even_left):
5682         * shell/ev-page-cache.h:
5683         * shell/ev-view.c: (view_update_range_and_current_page),
5684         (get_page_y_offset), (get_page_extents):
5685         
5686         Place even pages to the left if document has less then
5687         two pages. Fix for the bug #328856.
5688
5689 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5692         
5693         Correct comics scheme. This make evince create thumbnails
5694         for comic books. Fix for the bug 329088.
5695
5696 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5697
5698         * data/evince-password.glade: Don't explicitly set
5699         invisible_char to the current default value in case
5700         the default changes; let GTK+ do its magic.
5701
5702 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5705         real filename to tmp filename since often document
5706         type is determined by extension.
5707
5708 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5709
5710         * shell/ev-view.c: (add_scroll_binding_keypad),
5711         (ev_view_binding_activated), (ev_view_class_init):
5712         
5713         Add keybindings for percision-scrolling of display area. 
5714         Fix for the bug #314072.
5715
5716 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * data/evince.desktop.in.in:
5719         
5720         Add GTK to the list of categories. Fix for the bug #328034.
5721
5722 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/ev-application.c: (ev_application_shutdown),
5725         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5726         * shell/ev-application.h:
5727         * shell/ev-window.c: (file_open_dialog_response_cb),
5728         (ev_window_cmd_file_open):
5729         
5730         Save last uri in file chooser dialog. Fix for the bug #327950.
5731
5732 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5733
5734         * NEWS:
5735         * README:
5736         
5737         Final update for release 0.5.0
5738         
5739         * shell/Makefile.am:
5740         
5741         Remove disable deprecated until we'll require libgnome-2.13.7
5742         and port to GOption argument parsing. See bug 327518.
5743
5744 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5745
5746         * comics/comics-document.c: (comics_document_save):
5747         * djvu/djvu-document.c: (djvu_document_save):
5748         * dvi/dvi-document.c: (dvi_document_save):
5749         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5750         * lib/ev-file-helpers.h:
5751         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5752         * tiff/tiff-document.c: (tiff_document_save):
5753         
5754         Use common save function for backends.
5755
5756 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5757
5758         * backend/ev-document-types.c:
5759         
5760         Fix crash on saving pixbuf.
5761
5762 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5763
5764         * cut-n-paste/recent-files/egg-recent-item.c:
5765         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5766         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5767         (parse_info_free), (valid_element), (start_element_handler),
5768         (end_element_handler), (text_handler), (egg_recent_model_filter),
5769         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5770         (egg_recent_model_monitor), (egg_recent_model_read),
5771         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5772         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5773         (egg_recent_model_set_property), (egg_recent_model_class_init),
5774         (egg_recent_model_init), (egg_recent_model_add_full),
5775         (egg_recent_model_delete), (egg_recent_model_get_list),
5776         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5777         (egg_recent_model_set_filter_mime_types),
5778         (egg_recent_model_clear_group_filter),
5779         (egg_recent_model_set_filter_groups),
5780         (egg_recent_model_clear_scheme_filter),
5781         (egg_recent_model_set_filter_uri_schemes),
5782         (egg_recent_model_remove_expired):
5783         * cut-n-paste/recent-files/egg-recent-util.c:
5784         (egg_recent_util_get_icon):
5785         * cut-n-paste/recent-files/egg-recent-util.h:
5786         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5787         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5788         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5789         (egg_recent_view_uimanager_set_property),
5790         (egg_recent_view_uimanager_get_property),
5791         (egg_recent_view_uimanager_class_init),
5792         (egg_recent_view_uimanager_init),
5793         (egg_recent_view_uimanager_set_label_width),
5794         (egg_recent_view_uimanager_get_label_width):
5795         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5797         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5799         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5800         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5801         
5802         Update from libegg.
5803
5804 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5805
5806         * shell/ev-page-cache.c: (build_height_to_page),
5807         (ev_page_cache_get_height_to_page):
5808         * shell/ev-page-cache.h:
5809         * shell/ev-view.c: (view_update_range_and_current_page),
5810         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5811         (ev_view_previous_page):
5812         
5813         Dual mode places even pages to the left. Fix for the bug #309393.
5814
5815         * shell/ev-view.h:
5816         * shell/ev-window.c: (update_action_sensitivity),
5817         (setup_view_from_metadata), (view_menu_popup_cb):
5818         
5819         Don't restore presentation in empty windows, more intelligent
5820         next page behaviour in dual mode.
5821
5822         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5823         (ev_pixbuf_cache_clear_job_sizes):
5824         
5825         Cleanup job callback on removal. Fix for the bug #325886.
5826
5827 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5828
5829         * ps/ps.c: (psscan):
5830         
5831         Commit workaround Mozilla problem. Fix for the bug #325919
5832         
5833         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5834         (save_item):
5835         
5836         Fix for year 2038 problem.
5837
5838 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5839
5840         * shell/ev-window.c: (setup_document_from_metadata),
5841         (ev_window_cmd_view_reload):
5842
5843         Clamp page recieved from metadata in valid values. Fix
5844         for the bug #325986.
5845
5846 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * MAINTAINERS: 
5849         Add MAINTAINERS as requested on desktop-devel-list.
5850
5851 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5854         (mime_type_supported_by_gdk_pixbuf),
5855         (ev_document_factory_get_mime_types),
5856         (ev_document_factory_get_all_mime_types):
5857         
5858         Don't add pixbuf mime types if pixbuf backend is disabled.
5859         
5860         * shell/ev-application.c: (ev_application_get_uri_window):
5861         
5862         Fix for the bug 325815 - unhandled MIME type message doesn't 
5863         appear a second time. 
5864         
5865         * shell/ev-document-types.c: (ev_document_types_add_filters):
5866         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5867         (password_dialog_response), (ev_window_popup_password_dialog),
5868         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5869         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5870         (ev_window_run_presentation), (ev_window_stop_presentation),
5871         (save_sizing_mode), (ev_window_zoom_changed_cb),
5872         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5873         (ev_window_dual_mode_changed_cb),
5874         (ev_window_sidebar_current_page_changed_cb),
5875         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5876         (window_state_event_cb), (window_configure_event_cb):
5877         
5878         Cleanup additional uris holded by EvWindow.
5879
5880 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5883         (ev_view_can_previous_page), (ev_view_can_next_page):
5884         * shell/ev-view.h:
5885         * shell/ev-window.c: (update_action_sensitivity):
5886         
5887         Two page scrolling with Space and PageUp in dual mode. Second fix 
5888         for the bug #316608.
5889
5890 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * shell/ev-view.c: (scroll_to_current_page):
5893         
5894         Correctly clamp adjustment value. Fix for the bug
5895         #325808.
5896
5897 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5898
5899         * shell/ev-sidebar-links.c: (print_section_cb):
5900         * shell/ev-window.c: (ev_window_get_uri),
5901         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5902         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5903         (ev_window_dispose):
5904         
5905         Make print dialog non-modal. Fix for the bug #325622.
5906
5907 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/ev-metadata-manager.c:
5910         * shell/ev-utils.c: (using_pdf_printer),
5911         (using_postscript_printer), (load_print_config_from_file),
5912         (save_print_config_to_file):
5913         * shell/ev-utils.h:
5914         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5915         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5916         (setup_view_from_metadata), (ev_window_setup_document),
5917         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5918         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5919         (ev_window_run_presentation), (ev_window_stop_presentation),
5920         (save_sizing_mode), (ev_window_zoom_changed_cb),
5921         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5922         (ev_window_dual_mode_changed_cb),
5923         (ev_window_sidebar_current_page_changed_cb),
5924         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5925         (window_state_event_cb), (window_configure_event_cb),
5926         (ev_window_init):
5927         
5928         Setting saving behaviour fixes.
5929
5930 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * configure.ac:
5933         
5934         Make antialiasing gs options better and allow
5935         to change them during configure. Fix for the 
5936         bug #319049.
5937
5938 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5939
5940         * shell/ev-window.c: (setup_view_from_metadata):
5941         
5942         Remember if last window was maximized. Fix for the
5943         bug #323797.
5944
5945 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5946
5947         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5948
5949 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5952         * shell/ev-page-action.c: (build_new_tree_cb):
5953         * shell/ev-sidebar-links.c: (links_page_num_func),
5954         (update_page_callback_foreach), (update_page_callback):
5955         * shell/ev-view.c: (scroll_to_current_page):
5956         
5957         Fix for the bug #325067 with more intelligent selection
5958         of current link in sidebar. Make sidebar handle links
5959         of FITR-like type more correctly.
5960
5961         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5962         (dvi_pixbuf_put_pixel):
5963         
5964         Fix memory consumtion with disabled alpha channel.
5965
5966 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * data/evince-ui.xml:
5969         * shell/ev-window.c: (view_menu_popup_cb),
5970         (ev_popup_cmd_open_link), (ev_window_init):
5971         
5972         Update context menu for internal links. Fix for the bug
5973         #325066.
5974
5975 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5976
5977         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5978         
5979         Bind context menu to keyboard also. Fix for the bug
5980         #325065.
5981
5982 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * shell/ev-view.c: (selection_scroll_timeout_cb):
5985         
5986         Horizontal scroll on selection also.
5987
5988 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/ev-metadata-manager.c: (parse_value):
5991         * shell/ev-view.c: (goto_xyz_link):
5992         
5993         Correct zoom setup and metadata save broken in 
5994         some locales.
5995
5996 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-view-private.h:
5999         * shell/ev-view.c: (scroll_to_current_page),
6000         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6001         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6002         (page_changed_cb), (ev_view_set_continuous),
6003         (ev_view_set_dual_page), (ev_view_set_presentation):
6004         
6005         Delay scroll until allocation to correctly position page. Fix
6006         for the bug #317334.
6007
6008 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * NEWS:
6011         * configure.ac:
6012         
6013         Update NEWS and require poppler 0.5.0.
6014
6015 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6016         
6017         * data/evince-ui.xml:
6018         * shell/ev-view-private.h:
6019         * shell/ev-view.c: (ev_view_get_link_at_location),
6020         (handle_link_over_xy), (ev_view_button_press_event),
6021         (ev_view_button_release_event), (ev_view_class_init):
6022         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6023         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6024         (ev_window_init):
6025         
6026         Implement right-click context menu.
6027
6028 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6031         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6032         (mdvi_pixbuf_device_render):
6033         * pdf/ev-poppler.cc:
6034
6035         Don't generate thumbnails with alpha. See bug #324077.
6036         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6037
6038 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6039
6040         * shell/ev-window.c: (setup_chrome_from_metadata):
6041         
6042         Fix typo that was hiding toolbar.
6043
6044 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6045
6046         * shell/ev-view-private.h:
6047         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6048         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6049         (ev_view_button_release_event), (ev_view_destroy):
6050         
6051         Small cleanup and autoscrolling during selection. Thanks to 
6052         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6053
6054 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6055
6056         * configure.ac:
6057         
6058         Correctly check for comics option.
6059
6060 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6061         * Makefile.am:
6062         * configure.ac:
6063         * backend/Makefile.am:
6064         * backend/ev-document-factory.c:
6065         * shell/ev-document-types.c:
6066
6067         Included option in configure to make ps backend 
6068         compilation optional with --disable-ps.
6069
6070 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * backend/ev-document-factory.c:
6073         * comics/Makefile.am:
6074         * comics/comics-document.c: (comics_document_load):
6075         * comics/ev-cbr-mime.xml:
6076         * configure.ac:
6077         
6078         Comics mime types are added to shared-mime-info CVS. Now
6079         we don't need to install our own mime types.
6080
6081 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * shell/ev-window.c:
6084         
6085         Add shortcut for "save a copy" menu entry. Fix for
6086         the bug #324582.
6087
6088 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6091         (job_finished_cb), (new_selection_pixbuf_needed),
6092         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6093         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6094         
6095         Rework selection job info logic and fix critical warning.
6096
6097 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6098
6099         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6100
6101 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6102
6103         * data/evince-ui.xml:
6104         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6105         
6106         Enter as shortcut key for next page. Fix for the bug
6107         #321394.
6108
6109 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6110
6111         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6112
6113 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6116         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6117         (new_selection_pixbuf_needed),
6118         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6119         (clear_job_selection):
6120         
6121         Too early for 0.5. Pixbuf cache code cleaned a bit.
6122
6123 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6124
6125         * NEWS:
6126         * configure.ac:
6127         
6128         Release 0.5.0 preparation
6129
6130 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6131
6132         * comics/Makefile.am:
6133         * configure.ac:
6134         * shell/ev-document-types.c: (ev_document_types_add_filters):
6135         
6136         More advanced handling of custom mime type installation.
6137
6138 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * data/evince.schemas.in:
6141         * shell/ev-metadata-manager.c: (value_free),
6142         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6143         (ev_metadata_manager_get), (ev_metadata_manager_set):
6144         * shell/ev-metadata-manager.h:
6145         * shell/ev-window.c: (update_chrome_flag),
6146         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6147         (setup_document_from_metadata), (setup_chrome_from_metadata),
6148         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6149         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6150         (ev_window_view_toolbar_cb),
6151         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6152         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6153         
6154         Save last document settings and reuse them for new documents.
6155
6156 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * Makefile.am:
6159         * backend/Makefile.am:
6160         * backend/ev-document-factory.c:
6161         * backend/ev-document-factory.h:
6162         * comics/Makefile.am:
6163         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6164         (comics_document_load), (comics_document_save),
6165         (comics_document_get_n_pages), (comics_document_get_page_size),
6166         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6167         (comics_document_class_init), (comics_document_can_get_text),
6168         (comics_document_get_info), (comics_document_document_iface_init),
6169         (comics_document_init), (get_supported_image_extensions),
6170         (comics_document_thumbnails_get_geometry),
6171         (comics_document_thumbnails_get_thumbnail),
6172         (comics_document_thumbnails_get_dimensions),
6173         (comics_document_document_thumbnails_iface_init), (extract_argv):
6174         * comics/comics-document.h:
6175         * comics/ev-cbr-mime.xml:
6176         * configure.ac:
6177         * po/POTFILES.in:
6178         * shell/ev-application.c: (ev_application_register_service):
6179         * shell/ev-document-types.c: (ev_document_types_add_filters):
6180         * thumbnailer/Makefile.am:
6181         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6182         
6183         New CBR/CBZ backend for comic books.
6184
6185 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6186
6187         * shell/main.c: (load_files_remote):
6188
6189         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6190         warning on startup of second instance is fixed. It
6191         is bug #320353.
6192
6193 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * shell/ev-window.c: (ev_window_finalize):
6196         
6197         Fix double free that cause crash.
6198
6199 2005-10-29  Bastien Nocera <hadess@hadess.net>
6200
6201         * tiff/tiff-document.c: (tiff_document_load):
6202         
6203         Fix memory leak.
6204
6205 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * po/POTFILES.in:
6208         * shell/Makefile.am:
6209         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6210         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6211         (ev_view_accessible_get_text),
6212         (ev_view_accessible_get_character_at_offset),
6213         (ev_view_accessible_get_text_before_offset),
6214         (ev_view_accessible_get_text_at_offset),
6215         (ev_view_accessible_get_text_after_offset),
6216         (ev_view_accessible_get_character_count),
6217         (ev_view_accessible_get_caret_offset),
6218         (ev_view_accessible_set_caret_offset),
6219         (ev_view_accessible_get_run_attributes),
6220         (ev_view_accessible_get_default_attributes),
6221         (ev_view_accessible_get_character_extents),
6222         (ev_view_accessible_get_offset_at_point),
6223         (ev_view_accessible_get_n_selections),
6224         (ev_view_accessible_get_selection),
6225         (ev_view_accessible_add_selection),
6226         (ev_view_accessible_remove_selection),
6227         (ev_view_accessible_set_selection),
6228         (ev_view_accessible_text_iface_init),
6229         (ev_view_accessible_idle_do_action),
6230         (ev_view_accessible_action_do_action),
6231         (ev_view_accessible_action_get_n_actions),
6232         (ev_view_accessible_action_get_description),
6233         (ev_view_accessible_action_get_name),
6234         (ev_view_accessible_action_set_description),
6235         (ev_view_accessible_action_iface_init),
6236         (ev_view_accessible_get_type), (ev_view_accessible_new),
6237         (ev_view_accessible_factory_get_accessible_type),
6238         (ev_view_accessible_factory_create_accessible),
6239         (ev_view_accessible_factory_class_init),
6240         (ev_view_accessible_factory_get_type):
6241         * shell/ev-view-accessible.h:
6242         * shell/ev-view-private.h:
6243         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6244         * shell/ev-view.h:
6245         
6246         Initial accessibility support.
6247
6248 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6249
6250         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6251
6252 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6253
6254         * shell/ev-print-job.c: (idle_print_handler):
6255         
6256         Fix for bug Bug 318916: Printing multiple pages.
6257
6258 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6259
6260         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6261
6262 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6263
6264         * pdf/ev-poppler.cc:
6265         
6266         Thumnail dimensions unified with other backends.
6267         
6268         * shell/ev-window-title.c: (ev_window_title_update):
6269         
6270         Fix warning.
6271
6272 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * data/ev-stock-zoom-fit-width.png:
6275         
6276         Remove unused file.
6277
6278 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6279
6280         * configure.ac:
6281         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6282         (djvu_document_finalize):
6283         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6284         (dvi_document_finalize):
6285         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6286         (pixbuf_document_save), (pixbuf_document_finalize):
6287         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6288         (tiff_document_finalize):
6289         
6290         Save a copy implemented for various backends.
6291
6292 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6293
6294         * configure.ac:
6295         
6296         Don't link with ltiff if tiff is disabled.
6297
6298 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6299
6300         * pdf/GDKSplashOutputDev.cc:
6301         * pdf/GDKSplashOutputDev.h:
6302         * pdf/Thumb.cc:
6303         * pdf/Thumb.h:
6304         * pdf/pdf-document.cc:
6305         * pdf/pdf-document.h:
6306         * pdf/test-gdk-output-dev.cc:
6307         
6308         Remove old unused files.
6309
6310 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6311
6312         * shell/ev-window.c: (ev_window_setup_document):
6313         
6314         Fixed warnings on reload and probably crash reason.
6315
6316 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6317
6318         * properties/ev-properties-view.c:
6319         (ev_properties_view_format_date):
6320         
6321         Check if date is invalid. Fix for bug 318134.
6322
6323 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6324
6325         * shell/ev-window-title.c:
6326         
6327         Add .indd files (Adobe Indesign) to the list of "bad
6328         extensions".
6329
6330 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6331
6332         * data/evince-ui.xml:
6333         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6334         
6335         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6336
6337 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6338
6339         * shell/ev-window.c: (launch_link), (launch_external_uri),
6340         (view_external_link_cb):
6341
6342         URL-escape link before passing it to gnome_vfs_url_show.
6343
6344 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6345
6346         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6347         there isn't text selected.
6348
6349 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * shell/ev-view.c: (handle_link_over_xy):
6352
6353         Check tooltip is valid utf8 before showing it
6354
6355 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6356
6357         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6358
6359 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6360
6361         * shell/ev-window-title.c: (ev_window_title_update):
6362
6363         Guard against using g_strstrip on NULL. Fixes bug #317291.
6364
6365 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6366
6367         * pdf/ev-poppler.cc:
6368
6369         Show title even for unknown links
6370
6371 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * shell/ev-window-title.c: (ev_window_title_update):
6374
6375         Strip the title string
6376
6377 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6378
6379         * shell/ev-window-title.c:
6380
6381         Add .rtf to the bad extensions list
6382
6383 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6384
6385         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6386         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6387
6388         Ignore link coordinates if they are outside page bounds
6389
6390 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6391
6392         * backend/ev-link.c: (ev_link_type_get_type),
6393         (ev_link_get_filename), (ev_link_get_params),
6394         (ev_link_get_property), (ev_link_set_property),
6395         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6396         * backend/ev-link.h:
6397         * pdf/ev-poppler.cc:
6398         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6399         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6400         (ev_window_init):
6401
6402         Implement launch links. Delegate external link opening to
6403         the window.
6404
6405 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6406
6407         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6408         (ev_link_get_right), (ev_link_get_property),
6409         (ev_link_set_property), (ev_link_class_init),
6410         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6411         * backend/ev-link.h:
6412         * pdf/ev-poppler.cc:
6413         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6414
6415         Implement fitr links
6416
6417 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6420         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6421         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6422         (ev_view_size_request_continuous),
6423         (ev_view_size_request_dual_page),
6424         (ev_view_size_request_single_page), (ev_view_size_allocate),
6425         (ev_view_zoom_for_size_continuous_and_dual_page),
6426         (ev_view_zoom_for_size_continuous),
6427         (ev_view_zoom_for_size_dual_page),
6428         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6429         (ev_sizing_mode_get_type):
6430         * shell/ev-view.h:
6431         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6432
6433         Do not use modes for link, we need to calculate size ad hoc.
6434         Still not perfect because of the usual scrollbar issues grrr.
6435
6436 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6437
6438         * backend/ev-link.c: (ev_link_type_get_type),
6439         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6440         * backend/ev-link.h:
6441         * pdf/ev-poppler.cc:
6442         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6443         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6444         (ev_view_size_request_continuous),
6445         (ev_view_size_request_dual_page),
6446         (ev_view_size_request_single_page), (ev_view_size_allocate),
6447         (zoom_for_size_fit_height),
6448         (ev_view_zoom_for_size_continuous_and_dual_page),
6449         (ev_view_zoom_for_size_continuous),
6450         (ev_view_zoom_for_size_dual_page),
6451         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6452         (ev_sizing_mode_get_type):
6453         * shell/ev-view.h:
6454         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6455
6456         Implement FIT_HEIGHT mode (only for links).
6457         Implement FITH links
6458
6459 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6460
6461         * shell/ev-window-title.c: (get_filename_from_uri),
6462         (ev_window_title_sanitize_extension), (ev_window_title_update),
6463         (ev_window_title_set_document), (ev_window_title_set_uri),
6464         (ev_window_title_free):
6465         * shell/ev-window-title.h:
6466         * shell/ev-window.c: (ev_window_setup_document),
6467         (ev_window_popup_password_dialog):
6468
6469         Refactor window title building while fixing it for
6470         password documents.
6471
6472 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * pdf/ev-poppler.cc:
6475
6476         Escape link title before setting it in the model
6477
6478 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6479
6480         * shell/ev-application.c: (removed_from_session), (save_session),
6481         (init_session), (ev_application_get_empty_window),
6482         (ev_application_init), (ev_application_get_windows):
6483         * shell/ev-application.h:
6484         * shell/ev-window.c: (ev_window_finalize):
6485
6486         Add a function to retrieve window list and share it where
6487         necessary.
6488         Implement session handling, works pretty well thanks to the
6489         metadata system.
6490
6491 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6492
6493         * shell/ev-password.c: (ev_password_item_created_callback),
6494         (ev_password_dialog_save_password):
6495         
6496         Fix for bug 316972. Use async gnome-keyring API.
6497
6498 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6499
6500         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6501         Remove unused unrealize handler. Add scroll handling to
6502         ev_view_scroll_event for presentation mode (bug #316708),
6503         and fix the event state checks there.
6504
6505 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6506
6507         * shell/ev-page-action.c: (page_changed_cb):
6508
6509         "marco, maybe we should be crazy and jump right to 6! :)"
6510
6511         Bryan Clark, Sep 2005
6512
6513 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6514
6515         * ps/ps-document.c: (save_document), (ps_document_save),
6516         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6517         (ps_document_ps_export_end):
6518
6519         Fix unstructured documents save and print
6520
6521 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6522
6523         * shell/ev-application.c: (ev_application_open_uri):
6524
6525         Fix window size persistance
6526
6527 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6528
6529         * shell/ev-view.c: (ev_view_button_release_event):
6530
6531         Based on a patch from carlosgc@gnome.org. Mouse buttons
6532         switch pages in presentation mode.
6533
6534 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6535
6536         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6537
6538         Dont cast to int before scaling
6539
6540 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6541
6542         * backend/ev-link.c: (ev_link_type_get_type),
6543         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6544         (ev_link_new_page_fith):
6545         * backend/ev-link.h:
6546         * pdf/ev-poppler.cc:
6547         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6548
6549         Implement FIT and FITH links
6550
6551 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6552
6553         * pdf/ev-poppler.cc:
6554
6555         Return 0 results when search is not in progress.
6556
6557         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6558         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6559
6560         Update menu sensitivity when cancelling search
6561
6562 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6563
6564         * shell/ev-view.c: (ev_view_can_find_next):
6565
6566         Take all pages in consideration, not just current one
6567
6568 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6569
6570         * shell/ev-page-cache.c:
6571         * shell/ev-page-cache.h:
6572         * shell/ev-view.c: (ev_view_binding_activated),
6573         (ev_view_next_page), (ev_view_previous_page),
6574         (ev_sizing_mode_get_type):
6575         * shell/ev-view.h:
6576         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6577         (ev_window_cmd_go_next_page):
6578
6579         Move page next/previous functions from page chace to
6580         view and change it to move by 2 page steps in dual mode.
6581
6582 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6583
6584         * shell/ev-window.c: (update_sidebar_visibility),
6585         (setup_sidebar_from_metadata), (ev_window_setup_document),
6586         (setup_view_from_metadata):
6587
6588         Show the index by default when there is one     
6589
6590 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6591
6592         * shell/ev-window-title.c: (ev_window_title_set_document):
6593
6594         Missing null check
6595
6596 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * shell/ev-view.c: (view_update_range_and_current_page):
6599         
6600         Allow display of last odd page in dual view. Fix for 316347.
6601
6602 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6603
6604         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6605         
6606         Make close button default. Fix for 316383.
6607
6608 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6609
6610         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6611         
6612         Mark close button as default. Fix for 316381.
6613
6614 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6615
6616         * backend/ev-link.c: (ev_link_class_init):
6617
6618         Allow negative doubles in left/top properties
6619
6620 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6621
6622         * shell/ev-window.c:
6623
6624         Remove a bunch of strings that was used only
6625         by the statusbar.
6626
6627 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6628
6629         * shell/ev-window-title.c: (get_filename_from_uri),
6630         (ev_window_title_set_document):
6631
6632         When title has a confusing extension, show also
6633         the document filename inside ()
6634
6635 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6636
6637         * shell/Makefile.am:
6638         * shell/ev-window-title.c: (ev_window_title_new),
6639         (ev_window_title_update), (ev_window_title_set_type),
6640         (ev_window_title_set_document), (ev_window_title_free):
6641         * shell/ev-window-title.h:
6642         * shell/ev-window.c: (ev_window_setup_document),
6643         (password_dialog_response), (ev_window_popup_password_dialog),
6644         (ev_window_dispose), (ev_window_init):
6645
6646         Factor out and cleanup window title code
6647
6648 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6649
6650         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6651         (unable_to_load):
6652
6653         Make dialog transient so it doesnt block other windows
6654
6655 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6656
6657         * pdf/ev-poppler.cc:
6658         
6659         Fix pdf thumbnails rendering.
6660
6661 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6662
6663         * shell/ev-window.c: (fullscreen_set_timeout):
6664         
6665         Increase timeout to hide full screen popup. Bug 
6666         316123. 
6667
6668 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6669
6670         * data/evince.schemas.in:
6671         * shell/ev-window.c: (update_action_sensitivity):
6672
6673         Allow the user to override document restrictions. Fix for bug
6674         305818.
6675
6676 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6677
6678         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6679         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6680         (ev_window_class_init): Fix multihead behaviour of fullscreen
6681         toolbar popup. Fixes bug #315451.
6682
6683 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * configure.ac:
6686         * data/evince-password.glade:
6687         * shell/ev-password.c: (ev_password_dialog_set_property),
6688         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6689         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6690         (ev_password_dialog_entry_changed_cb),
6691         (ev_password_dialog_entry_activated_cb),
6692         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6693         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6694         (ev_password_dialog_set_bad_pass):
6695         * shell/ev-password.h:
6696         * shell/ev-window.c: (password_dialog_response),
6697         (ev_window_popup_password_dialog):
6698         
6699         Support for gnome-keyring for encrypted PDF's.
6700
6701 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6702
6703         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6704         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6705         (ev_view_enter_notify_event), (ev_view_class_init):
6706         
6707         More precise handling of enter_notify/leave_notify events
6708         in EvView. Fix for bug 315470.
6709
6710 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6711
6712         * shell/ev-window.c: (fullscreen_timeout_cb),
6713         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6714         (ev_window_dispose):
6715
6716         leak fix: unref fullscreen_timeout_source before clearing it
6717
6718 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6719
6720         * configure.ac, dvi/mdvi/Makefile.am: 
6721         
6722         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6723
6724 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6725
6726         * backend/ev-link.c: (ev_link_new_page_xyz):
6727         * pdf/ev-poppler.cc:
6728         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6729
6730         Fix some bugs with xyz links, respect zoom
6731
6732 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6733
6734         * shell/ev-window.c: (page_changed_cb),
6735         (setup_document_from_metadata), (update_sidebar_visibility),
6736         (setup_view_from_metadata), (ev_window_run_fullscreen),
6737         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6738         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6739         (ev_window_dual_mode_changed_cb),
6740         (ev_window_sidebar_current_page_changed_cb):
6741
6742         null check uri before setting and getting metadata
6743
6744 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6745
6746         * dvi/Makefile.am:
6747         * properties/Makefile.am:
6748         * shell/Makefile.am:
6749         * thumbnailer/Makefile.am:
6750
6751         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6752
6753 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6754
6755         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6756         (selection_changed_callback):
6757         * shell/ev-sidebar-links.h:
6758
6759         Add a signal for link activation.
6760
6761         * shell/ev-view.c: (ev_view_goto_link),
6762         (ev_view_button_release_event):
6763         * shell/ev-view.h:
6764         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6765         (ev_window_init):
6766
6767         Implement the signal so that we can handle all link types.
6768
6769         * shell/ev-page-cache.c:
6770
6771         Remove unused set_link function
6772
6773 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6774
6775         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6776
6777         Add some space from the cursor, hardcoded but I couldnt
6778         find a better way.
6779
6780 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6781
6782         * lib/ev-tooltip.c:
6783
6784         Use mozilla style vs gtk style, way better for links.
6785
6786         * shell/ev-view.c: (ev_view_motion_notify_event),
6787         (ev_view_destroy), (ev_view_init):
6788
6789         Deactive tooltip when the link hovered is changed.
6790
6791 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6792
6793         * backend/ev-document.h:
6794         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6795         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6796         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6797         (ev_link_new_page), (ev_link_new_page_xyz):
6798         * backend/ev-link.h:
6799         * pdf/ev-poppler.cc:
6800         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6801         (go_to_link), (tip_from_link):
6802
6803         Implement xyz links, still not functional. Links are a total
6804         mess, will need to refactor and bugfix a lot :(
6805
6806 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6807
6808         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6809
6810 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6811
6812         * data/evince-ui.xml:
6813         * data/evince.schemas.in:
6814         * shell/Makefile.am:
6815         * shell/ev-window.c: (update_chrome_visibility),
6816         (password_dialog_response), (ev_window_load_job_cb),
6817         (ev_window_xfer_job_cb), (ev_window_open_uri),
6818         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6819         (ev_window_init):
6820
6821         Remove the statusbar. This regress loading feedback, need to
6822         check with Bryan what we want to do there...
6823
6824 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6825
6826         * lib/ev-tooltip.c: (ev_tooltip_init):
6827
6828         Fix tooltip border and size handling
6829
6830 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6831
6832         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6833         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6834         (ev_tooltip_timeout), (ev_tooltip_activate),
6835         (ev_tooltip_deactivate):
6836         * lib/ev-tooltip.h:
6837         * shell/ev-view.c: (ev_view_motion_notify_event):
6838
6839         Delay popup showing. Mirror gtk logic/times.
6840
6841 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6842
6843         * lib/Makefile.am:
6844         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6845         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6846         (ev_tooltip_set_text), (ev_tooltip_set_position):
6847         * lib/ev-tooltip.h:
6848
6849         Simple widget to show tooltips at a custom position
6850
6851         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6852         (ev_view_destroy):
6853
6854         Use it for links. First go, needs work
6855
6856 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6857
6858         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6859         HIG fixes.  Use title capitalization for window title. Use 12 
6860         pixels of space between the dialog's vbox and action area.
6861
6862 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6863
6864         * shell/ev-window.c: (file_open_dialog_response_cb),
6865         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6866         (ev_window_cmd_save_as):
6867
6868         Make file pickers not modal and refactor code some
6869
6870 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6871
6872         * shell/ev-sidebar.h:
6873         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6874         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6875         (ev_sidebar_class_init), (ev_sidebar_select_page),
6876         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6877         (ev_sidebar_set_page):
6878
6879         Add a current page property and allow to get/set it
6880
6881         * shell/ev-window.c: (setup_view_from_metadata),
6882         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6883
6884         Persist current sidebar page per document
6885
6886 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6887
6888         * data/evince.schemas.in:
6889         * shell/ev-window.c: (update_chrome_visibility),
6890         (setup_document_from_metadata), (update_sidebar_visibility),
6891         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6892         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6893         (ev_window_run_presentation), (ev_window_stop_presentation),
6894         (ev_window_view_sidebar_cb),
6895         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6896         (load_chrome), (ev_window_init):
6897
6898         Persist size/visibility of sidebar per document
6899
6900 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6901
6902         * shell/ev-view.c (draw_loading_text): Draw loading text.
6903
6904 2005-09-02  Dan Damian  <dand@gnome.ro>
6905
6906         * configure.in: Added "ro" to ALL_LINGUAS.
6907
6908 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6909
6910         * shell/ev-view.c: (clear_caches):
6911
6912         ev_page_cache_get doesnt return a reference,
6913         dont try to unref it.
6914
6915 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6916
6917         * shell/main.c: (load_files_remote):
6918
6919         Fix timestamp parameter with dbus <= 0.33
6920
6921 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * data/evince.schemas.in:
6924
6925         Add missing full stop
6926
6927 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6928
6929         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6930         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6931
6932         Plug some memory leaks
6933
6934 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6935
6936         * configure.ac:
6937         * lib/ev-debug.c: (trap_handler):
6938
6939         Check for execinfo.h and use it only if it exists.
6940         Ported from Epiphany (bug #314776).
6941
6942 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6943
6944         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6945
6946 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6947
6948         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6949         * po/id.po      : Added Indonesian translation
6950
6951 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6952
6953         * shell/main.c:
6954         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6955         * NEWS: Release 0.4.0
6956
6957 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6958
6959         * configure.ac: catch another gtk+-2.8ism
6960         * shell/main.c: Make work with gtk+-2.6
6961
6962 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6963
6964         * shell/ev-application-service.xml: Add 'timestamp' argument to
6965           ev_application_open_window and ev_application_open_uri methods.
6966
6967         * shell/ev-application.h: Add 'timestamp' argument to
6968           ev_application_open_window, ev_application_open_uri,
6969           and ev_application_open_uri_list functions.
6970
6971         * shell/ev-application.c (ev_application_open_window,
6972           ev_application_open_uri, ev_application_open_uri_list): Change
6973           functions that show/present windows to use a timestamp if one
6974           is passed in.
6975
6976         * shell/ev-window.c (ev_window_cmd_file_open,
6977           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6978         * shell/main.c (load_files): Modify calls to ev_application to
6979           include GDK_CURRENT_TIME as timestamp.
6980
6981         * shell/main.c (load_files_remote): Obtain timestamp for client
6982           instance from GDK and pass to server instance so new windows are
6983           focused properly.  Fix dbus_g_proxy_call() calls by including second
6984           G_TYPE_INVALID.
6985           
6986         Closes bug #314475.
6987
6988 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6989
6990         * shell/ev-window.c (ev_window_finalize): Check for
6991         avail. EvWindows when quiting to handle the finalize better,
6992         #314497
6993
6994 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995         
6996         * properties/ev-properties-view.c: 
6997         
6998         Set textdomain to libglade. Fixes translation problem in property page.
6999
7000 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7003         * dvi/Makefile.am:
7004         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7005         * dvi/mdvi-lib/Makefile.am:
7006         
7007         Fix rotation of thumbnails, ported to new API. Moved library
7008         dependencies earlier, probably it will fix linkage problem.
7009
7010 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7011
7012         * backend/ev-document-misc.c:
7013         (ev_document_misc_get_thumbnail_frame):
7014         * backend/ev-document-misc.h:
7015         * configure.ac:
7016         * pdf/ev-poppler.cc:
7017         * shell/Makefile.am:
7018         * shell/ev-sidebar-thumbnails.c: (add_range),
7019         (ev_sidebar_thumbnails_set_loading_icon),
7020         (ev_sidebar_thumbnails_refresh),
7021         (ev_sidebar_thumbnails_set_document):
7022         * shell/ev-sidebar-thumbnails.h:
7023         * shell/ev-view.c: (ev_view_motion_notify_event),
7024         (ev_view_set_property), (ev_view_get_property),
7025         (ev_view_class_init), (ev_view_set_rotation):
7026         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7027         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7028         (ev_window_init):
7029         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7030         Redo rotation (again).  prepare for 0.4.0
7031
7032 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7033
7034         * configure.ac: Bump poppler requirement to 0.4.1.
7035
7036         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7037         argument to poppler_page_render_selection() call.
7038
7039 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7042         (djvu_document_thumbnails_get_thumbnail):
7043         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7044         (dvi_document_thumbnails_get_thumbnail):
7045         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7046         (pixbuf_document_thumbnails_get_thumbnail):
7047         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7048         
7049         Update rotation direction of backends to fit with pdf and ps.
7050
7051 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7052
7053         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7054         * backend/ev-async-renderer.h:
7055         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7056         (setup_page), (ps_document_get_page_size),
7057         (ps_async_renderer_render_pixbuf):
7058         * ps/ps-document.h:
7059         * shell/ev-jobs.c: (ev_job_render_run):
7060
7061         Fix orientation in the postscript document
7062
7063 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7064
7065         * pdf/ev-poppler.cc:
7066         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7067         * shell/ev-view.c: (highlight_find_results):
7068
7069         Adapt to the new poppler rotation API. Fix text maps on landscape
7070         documents.
7071
7072 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7073
7074         * shell/ev-view.c (compute_new_selection_text): get the correct
7075         region when selecting in modes other than continuous.
7076
7077 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7078
7079         * shell/main.c (main): remove redundant g_warnings.
7080
7081 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7082
7083         * shell/Makefile.am: Don't include autogenerated
7084         file ev-application-service.h into distribution, since
7085         it causes dbus crash. Fix for bugs 313724 and 313443. 
7086
7087 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7088
7089         * configure.ac: Fix sed expression for FreeBSD. Thanks
7090         to Joe Marcus Clark <marcus@freebsd.org>
7091         
7092         * shell/eggfindbar.c: (entry_activate_callback),
7093         (entry_changed_callback), (egg_find_bar_init),
7094         (egg_find_bar_set_search_string):
7095         
7096         Made findbar buttons unsensitive if there is no text in
7097         entry. Fix for the bug 313285.
7098
7099 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7100
7101         * ps/ps-document.c: Use g_filename_display_name for displaying
7102         filenames and revert string freeze breackage
7103
7104 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7105
7106         * NEWS:
7107         * configure.ac:
7108
7109         Update for 0.3.4
7110
7111         * shell/Makefile.am:
7112
7113         Add ev-application-service.xml to extra dist
7114
7115         * shell/ev-view.c: (find_page_at_location):
7116
7117         Remove unused function (fix warning)
7118
7119 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7122         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7123         
7124         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7125         bug 313623.
7126
7127 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7128
7129         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7130         * shell/ev-window.c:
7131         Fix build warnings
7132
7133 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7134
7135         * configure.ac: Update script to get dbus version.
7136         Fix for the bug #313443.
7137
7138 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7139
7140         * shell/ev-window.c: (ev_window_cmd_escape):
7141         
7142         Return focus back to view on escape. Fix for bug 313295.
7143
7144 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7145
7146         * shell/ev-window.c: (update_window_title),
7147         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7148         (ev_window_cmd_save_as):
7149         
7150         Correct conversion from uri to displayable string. Fix for
7151         bug 313296.
7152
7153 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7154
7155         * ps/ps-document.c: convert filename to utf8 when there is an error
7156         loading document. Fixes #309915
7157
7158 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7159
7160         * configure.ac:
7161
7162         We depend on poppler 0.4.0
7163
7164 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7165
7166         * configure.ac:
7167         * NEWS: Release 0.3.3.
7168         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7169
7170 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7171
7172         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7173         add a couple missing mnemonics to menu items, use title 
7174         capitalization for menu items and window titles, and add 
7175         ellipsis to open menu item.     
7176
7177 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7178
7179         * pdf/ev-poppler.cc:
7180         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7181         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7182         (ev_view_get_rotation):
7183         * shell/ev-view.h:
7184         * shell/ev-window.c: (setup_view_from_metadata),
7185         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7186         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7187         disk.
7188
7189 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7190
7191         * configure.ac: Added tr to ALL_LINGUAS
7192
7193 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7194
7195         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7196         requires several clicks to find word. Thanks to 
7197         Colin Slater <kiltedtaco@gmail.com>.
7198
7199 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7200
7201         * data/evince.desktop.in.in: Hide menu entry and
7202         rename it to "Document Viewer". Fix for bug 
7203         #312399.
7204
7205 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7206
7207         * shell/ev-page-action.c (ev_page_action_class_init): 
7208
7209         Point to the correct function in constructor of the
7210         activate_label signal
7211
7212 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7213
7214         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7215         * shell/ev-jobs.h: Make thread safe.
7216
7217 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7218
7219         * shell/ev-view.c: (view_update_range_and_current_page):
7220         Don't update page range if we are scrolling to some document
7221         point.
7222
7223 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7226         when getting max_page_width, fix drawing in dual mode.
7227
7228 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7229
7230         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7231         getting the area for select_all.
7232
7233 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7234
7235         * backend/ev-selection.c: (ev_selection_render_selection):
7236         * backend/ev-selection.h:
7237         * pdf/ev-poppler.cc:
7238         * shell/ev-jobs.c: (ev_job_render_new):
7239         * shell/ev-jobs.h:
7240         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7241         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7242         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7243         (ev_view_class_init):
7244
7245         Change selection color on focus in and focus out events.  Also,
7246         poppler now uses GdkColor for specifying the selection colors, so
7247         drop some awkward conversion code.
7248
7249 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7250
7251         * configure.ac: Added Hebrew translation
7252
7253 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7254
7255         * NOTES:
7256         * backend/ev-selection.c: (ev_selection_render_selection):
7257         * backend/ev-selection.h:
7258         * pdf/ev-poppler.cc:
7259         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7260         (ev_job_render_run):
7261         * shell/ev-jobs.h:
7262         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7263         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7264         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7265         (ev_pixbuf_cache_style_changed),
7266         (ev_pixbuf_cache_get_selection_pixbuf),
7267         (ev_pixbuf_cache_set_selection_list),
7268         (ev_pixbuf_cache_get_selection_list):
7269         * shell/ev-pixbuf-cache.h:
7270         * shell/ev-utils.c: (ev_print_region_contents):
7271         * shell/ev-utils.h:
7272         * shell/ev-view.c: (ev_view_queue_draw_page),
7273         (selection_update_idle_cb), (ev_view_motion_notify_event),
7274         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7275         (setup_caches), (ev_view_find_next), (merge_selection_region),
7276         (selection_free):
7277         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7278
7279         Clean up selection to be much smoother!
7280
7281 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7282
7283         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7284         to poppler_page_render_selection().
7285
7286 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7287
7288         * ps/ps-document.c: (save_page_list): Use
7289         unzipped document when printing. Thanks to 
7290         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7291         311016.
7292
7293 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * shell/ev-window.c: (update_action_sensitivity):
7296         
7297         Disable print and save respect to lockdown gconf keys. Fix
7298         for 312342.
7299
7300 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * configure.ac:
7303         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7304         (write_to_temp_file), (ev_file_set_contents):
7305         * shell/ev-utils.h:
7306         * shell/ev-window.c: (save_print_config_to_file):
7307         
7308         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7309         Fix for bug 312238
7310
7311 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7312
7313         * shell/ev-window.c: (load_print_config_from_file),
7314         (save_print_config_to_file), (ev_window_print_range):
7315
7316         Persist the print settings. Fixes bug #311578.
7317
7318 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * djvu/djvu-document.c: (djvu_document_get_page_size),
7321         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7322         (djvu_document_thumbnails_get_thumbnail):
7323         * dvi/dvi-document.c: (dvi_document_get_page_size),
7324         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7325         (dvi_document_thumbnails_get_dimensions),
7326         (dvi_document_thumbnails_get_thumbnail):
7327         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7328         (pixbuf_document_render_pixbuf),
7329         (pixbuf_document_document_iface_init),
7330         (pixbuf_document_thumbnails_get_thumbnail):
7331         
7332         Update backends to make them build with new rotation system.
7333
7334 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7335
7336         * help/C/figures/evince_start_window.png:
7337         
7338         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7339
7340 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7341
7342         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7343         * shell/ev-pixbuf-cache.h:
7344         * shell/ev-sidebar-thumbnails.c:
7345         (ev_sidebar_thumbnails_get_property), (add_range),
7346         (adjustment_changed_cb):
7347         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7348         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7349         we were thumbnailing the entire docment on startup, slowing us
7350         down hugely. 
7351
7352 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7353
7354         * shell/ev-page-cache.c: (ev_page_cache_new):
7355         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7356         == 0, fixes #310306.
7357
7358 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7359
7360         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7361         (ev_view_rotate_left):
7362
7363         Account rotation in doc_rect_to_view_rect.
7364         Ensure rotation doesnt go out of bounds.
7365
7366 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7367
7368         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7369
7370         Correct and cleanup w/h swapping
7371
7372 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7373
7374         * backend/ev-document-thumbnails.c:
7375         (ev_document_thumbnails_get_thumbnail):
7376         * backend/ev-document-thumbnails.h:
7377         * backend/ev-document.c:
7378         * backend/ev-document.h:
7379         * backend/ev-render-context.c: (ev_render_context_new),
7380         (ev_render_context_set_rotation):
7381         * backend/ev-render-context.h:
7382         * pdf/ev-poppler.cc:
7383         * ps/ps-document.c: (ps_document_document_iface_init):
7384         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7385         * shell/ev-jobs.h:
7386         * shell/ev-page-cache.c: (build_height_to_page),
7387         (ev_page_cache_new), (ev_page_cache_get_size),
7388         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7389         (ev_page_cache_get_height_to_page):
7390         * shell/ev-page-cache.h:
7391         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7392         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7393         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7394         (ev_pixbuf_cache_get_selection_pixbuf):
7395         * shell/ev-pixbuf-cache.h:
7396         * shell/ev-print-job.c: (idle_print_handler):
7397         * shell/ev-sidebar-thumbnails.c: (add_range):
7398         * shell/ev-view.c: (view_update_range_and_current_page),
7399         (get_page_y_offset), (get_page_extents),
7400         (ev_view_size_request_continuous_dual_page),
7401         (ev_view_size_request_continuous),
7402         (ev_view_size_request_dual_page),
7403         (ev_view_size_request_single_page), (draw_one_page),
7404         (ev_view_set_rotation), (ev_view_rotate_right),
7405         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7406         (ev_view_zoom_for_size_continuous_and_dual_page),
7407         (ev_view_zoom_for_size_continuous),
7408         (ev_view_zoom_for_size_dual_page),
7409         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7410         (ev_view_select_all):
7411         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7412         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7413         (tiff_document_document_iface_init),
7414         (tiff_document_thumbnails_get_thumbnail):
7415
7416         Use rotation rather than orientation. It's easier and enough
7417         for our needs.
7418
7419 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-page-cache.c: (build_height_to_page),
7422         (ev_page_cache_new), (ev_page_cache_get_size),
7423         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7424         (ev_page_cache_get_height_to_page):
7425         * shell/ev-page-cache.h:
7426         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7427         (ev_view_size_request_continuous_dual_page),
7428         (ev_view_size_request_continuous),
7429         (ev_view_zoom_for_size_continuous_and_dual_page),
7430         (ev_view_zoom_for_size_continuous):
7431
7432         Make the page cache aware of page orientation.
7433
7434 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7435
7436         * backend/ev-document-thumbnails.c:
7437         (ev_document_thumbnails_get_thumbnail):
7438         * backend/ev-document-thumbnails.h:
7439         * backend/ev-document.c:
7440         * backend/ev-document.h:
7441         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7442         * backend/ev-ps-exporter.h:
7443         * pdf/ev-poppler.cc:
7444         * ps/ps-document.c: (ps_document_document_iface_init),
7445         (ps_document_ps_export_do_page):
7446         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7447         * shell/ev-jobs.h:
7448         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7449         (ev_page_cache_get):
7450         * shell/ev-page-cache.h:
7451         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7452         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7453         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7454         * shell/ev-pixbuf-cache.h:
7455         * shell/ev-print-job.c: (idle_print_handler):
7456         * shell/ev-sidebar-thumbnails.c: (add_range):
7457         * shell/ev-view.c: (view_update_range_and_current_page),
7458         (get_page_extents), (ev_view_size_request_dual_page),
7459         (ev_view_size_request_single_page), (draw_one_page),
7460         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7461         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7462         (ev_view_zoom_for_size_dual_page),
7463         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7464         (ev_view_select_all):
7465         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7466         * tiff/tiff-document.c: (tiff_document_get_page_size),
7467         (tiff_document_get_orientation), (rotate_pixbuf),
7468         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7469         (tiff_document_thumbnails_get_thumbnail),
7470         (tiff_document_ps_export_do_page), (tiff_document_init):
7471
7472         Really make use of the orientation bit of the render context.
7473         Use the render context in a few more places in the backend API.
7474         This regress orientation, but now it's done right. Will try to
7475         fix it up asap...
7476
7477 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7478
7479         * shell/ev-view.c: (ensure_rectangle_is_visible):
7480
7481         Patch by Nickolay V. Shmyrev to fix find flickering
7482
7483 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7484
7485         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7486         duplex parameters to ::begin.
7487
7488         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7489         * shell/ev-print-job.c (idle_print_handler): 
7490         * ps/ps-document.c (ps_document_ps_export_begin): 
7491         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7492         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7493         implementations. Poppler backend needs poppler cvs. Rest has
7494         unchanged behavior.
7495
7496 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7497
7498         * shell/ev-window.c (using_pdf_printer): new function.
7499         (ev_window_print_range): print a less techy message if someone
7500         tries to print to PDF.
7501
7502 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7503
7504         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7505         from "unknown font" string. Bug #311431
7506
7507 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7508
7509         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7510
7511 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7512
7513         Bug #311280
7514         
7515         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7516         name for PopplerFontTypes
7517         (pdf_document_fonts_fill_model): add font type to the detail column
7518
7519         * backend/ev-document-fonts.h: added
7520         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7521
7522         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7523         font name and font details, add a little markup.
7524         (ev_properties_fonts_init): use the new cell data func, specify ypad
7525         property for the cell renderer.
7526         (ev_properties_fonts_set_document): add the details column.
7527
7528 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7529
7530         * configure.ac: Added "pl" to ALL_LINGUAS.
7531
7532 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7533
7534         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7535
7536 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7537
7538         * help/ChangeLog: Started this for translations of manual.
7539         * configure.ac, autogen.sh, .cvsignore: Migrated to
7540         gnome-doc-utils. Patch in bug #311222.
7541
7542 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7543
7544         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7545         #ifdef this away to fix an unused-function warning.
7546
7547 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7548
7549         * configure.ac: Added 'gl' to ALL_LINGUAS.
7550
7551 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7552
7553         * configure.ac: Added ne in ALL_LINGUAS
7554         
7555 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7556
7557         * shell/ev-view.c: (ev_view_leave_notify_event):
7558         
7559         Clear status message when pointer leaves view. Fix for bug
7560         #310818 
7561
7562 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7563
7564         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7565
7566 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7567
7568         * shell/ev-view.c: (ev_view_leave_notify_event),
7569         (ev_view_class_init):
7570         
7571         Set cursor to normal then leaving view.
7572
7573 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7574
7575         * configure.ac:
7576         
7577         Fix required djvulibre version.
7578
7579 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7580
7581         *configure.ac: Hindi (hi) language added
7582
7583 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7584
7585         *configure.ac: Punjabi (pa) Language added
7586
7587 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7588
7589         * data/evince-ui.xml, shell/ev-window.c:
7590         
7591         Add keypad accelerators for zooming. Fix for bug 308128.
7592
7593 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7594
7595         * Makefile.am:
7596         * backend/Makefile.am:
7597         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7598         * configure.ac:
7599         * shell/ev-document-types.c: (ev_document_types_add_filters):
7600
7601         Allow to enable/disable the pixbuf backend.
7602         Default to off for now. If we want it enabled we should
7603         really put mime types in the desktop, implement properties etc.
7604
7605         * properties/evince-properties.c:
7606
7607         Initialize error to NULL.
7608         Check error is not NULL before freeing.
7609
7610 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * shell/ev-window.c:
7613
7614         Use F5 as presentation accell
7615
7616 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7617
7618         * shell/ev-window.c: (update_chrome_visibility),
7619         (ev_window_create_fullscreen_popup), (ev_window_init):
7620
7621         Do not leak the fullscreen toolbar
7622
7623 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * shell/ev-window.c: (view_actions_focus_in_cb),
7626         (view_actions_focus_out_cb):
7627
7628         These has a return value! Fix totally random focus
7629         issues we was seeing.
7630
7631 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7632
7633         * shell/main.c: (load_files_remote):
7634
7635         Allow open more than one file
7636
7637 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * shell/main.c: (load_files_remote):
7640
7641         Fix for dbus 0.33. bug #309975
7642
7643 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7644
7645         * properties/ev-properties-main.c: (ev_properties_get_pages):
7646
7647         Actually return NULL for types we dont support
7648
7649 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7650
7651         * po/POTFILES.in:
7652
7653         Remove empty lines.
7654
7655 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7656
7657         * backend/ev-document-factory.c:
7658         (ev_document_factory_get_document):
7659
7660         Do not try to create the object if type
7661         is invalid.
7662
7663 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * ps/ps-document.c: (ps_document_dispose),
7666         (ps_async_renderer_render_pixbuf):
7667         * ps/ps-document.h:
7668
7669         Do not leak the target window
7670
7671 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * shell/ev-application.c: (ev_application_init):
7674
7675         Let tbe check file existence for us.
7676         Add a comment about eggrecent mime filter.
7677
7678 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * data/evince-ui.xml:
7681         * shell/ev-application.c: (ev_application_shutdown),
7682         (ev_application_init), (ev_application_get_toolbars_model),
7683         (ev_application_get_recent_model),
7684         (ev_application_save_toolbars_model):
7685         * shell/ev-application.h:
7686         * shell/ev-window.c: (ev_window_add_recent),
7687         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7688         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7689         (ev_window_init):
7690
7691         Use common toolbar and recent models for all windows.
7692         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7695
7696         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7697         successfully check for gtk_icon_view_get_visible_range.
7698
7699 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7700
7701         * djvu/Makefile.am:
7702         * dvi/Makefile.am:
7703         
7704         Fix djvu and dvi backend build.
7705
7706 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7707
7708         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7709         (new_separator_pixbuf):
7710
7711         Don't leak windows.
7712
7713 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7714
7715         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7716
7717         HIGification of toolbar editor dialogue.
7718
7719 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7720
7721         * configure.ac:
7722         * shell/Makefile.am:
7723
7724         Ever build metadata manager since it's just
7725         disabled at runtime now.
7726
7727 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7728
7729         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7730         (ev_metadata_manager_get), (ev_metadata_manager_set):
7731         * shell/ev-metadata-manager.h:
7732
7733         Add an _init functions that enabled metadata management
7734         at runtime.
7735
7736         * shell/ev-window.c: (page_changed_cb),
7737         (setup_document_from_metadata), (ev_window_setup_document),
7738         (setup_view_from_metadata), (ev_window_open_uri),
7739         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7740         (ev_window_run_presentation), (ev_window_stop_presentation),
7741         (save_sizing_mode), (ev_window_zoom_changed_cb),
7742         (ev_window_continuous_changed_cb),
7743         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7744         (window_configure_event_cb):
7745
7746         Remove all ugly metadata define since we deal with it
7747         at runtime now.
7748
7749         * shell/main.c: (load_files_remote), (main):
7750
7751         Add support for dbus cvs head. Hopefully didnt break one
7752         of the other versions now!
7753
7754         If we dont get a response from the dbus server just
7755         give up with it and not enable metadata.
7756
7757 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * Makefile.am:
7760         * backend/Makefile.am:
7761         * configure.ac:
7762         * cut-n-paste/recent-files/Makefile.am:
7763         * cut-n-paste/toolbar-editor/Makefile.am:
7764         * cut-n-paste/zoom-control/Makefile.am:
7765         * lib/Makefile.am:
7766         * pdf/Makefile.am:
7767         * pixbuf/Makefile.am:
7768         * properties/Makefile.am:
7769         * ps/Makefile.am:
7770         * shell/Makefile.am:
7771         * thumbnailer/Makefile.am:
7772         * tiff/Makefile.am:
7773
7774         Make frontends depend on just libev.
7775         Rework and group CFLAGS/LIBS definitions.
7776         Cleanups.
7777
7778 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7779
7780         * shell/ev-window:
7781
7782         do not unnecessarily save zoom
7783
7784         * configure.ac:
7785         * lib/ev-file-helpers.c: (ev_dot_dir):
7786         * shell/Makefile.am:
7787         * shell/dummy.cc:
7788
7789         Some cleanups
7790
7791 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7792
7793         * configure.ac:
7794         
7795         Remove unnecessary dependencies
7796
7797 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7798
7799         * properties/Makefile.am:
7800         * thumbnailer/Makefile.am:
7801         * tiff/Makefile.am:
7802
7803         Some more cleanups. Was really necessary
7804         but I probably introduced bugs, feel free
7805         to flame :)
7806
7807 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7808
7809         * backend/Makefile.am:
7810         * configure.ac:
7811         * cut-n-paste/recent-files/Makefile.am:
7812         * cut-n-paste/toolbar-editor/Makefile.am:
7813         * cut-n-paste/zoom-control/Makefile.am:
7814         * lib/Makefile.am:
7815         * pdf/Makefile.am:
7816         * pixbuf/Makefile.am:
7817         * properties/Makefile.am:
7818         * ps/Makefile.am:
7819         * shell/Makefile.am:
7820         * thumbnailer/Makefile.am:
7821         * tiff/Makefile.am:
7822
7823         Use gnome-common macros when possible.
7824         Cleanup dependencies.
7825         Actually disable deprecated where possible.
7826
7827 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7828
7829         * Makefile.am:
7830         * backend/Makefile.am:
7831         * properties/Makefile.am:
7832         * shell/Makefile.am:
7833         * thumbnailer/Makefile.am:
7834
7835         This should solve the circular dep without
7836         requiring dir reorg!
7837
7838         * shell/ev-window.c: (setup_view_from_metadata):
7839
7840         Never restore window size/position when the
7841         window is already visible.
7842
7843 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7844
7845         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7846
7847         Return a boolean from timeout func. Fix ported from gedit.
7848
7849 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7850
7851         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7852
7853 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7854
7855         * shell/ev-document-types.c: set "All Documents" as default filter in
7856         open dialog
7857
7858 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7859
7860         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7861         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7862         (ev_metadata_manager_set_boolean): fix value/val thinko.
7863
7864 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7865
7866         * shell/ev-window.c: (setup_view_from_metadata),
7867         (window_state_event_cb), (window_configure_event_cb),
7868         (ev_window_init):
7869
7870         Remember window position and maximized state
7871
7872 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7873
7874         * configure.ac:
7875
7876         Fix DBUS configure checks.
7877
7878         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7879         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7880         (ev_metadata_manager_set_boolean):
7881
7882         Plug mem leaks.
7883
7884         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7885         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7886         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7887         (ev_window_continuous_changed_cb),
7888         (ev_window_dual_mode_changed_cb), (ev_window_new):
7889
7890         Fix the build without DBUS.
7891
7892 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7893
7894         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7895         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7896         (ev_metadata_manager_set_string),
7897         (ev_metadata_manager_set_boolean):
7898         * shell/ev-metadata-manager.h:
7899
7900         Add support for some more types
7901
7902         * shell/ev-view.c: (scroll_to_current_page),
7903         (ev_view_get_continuous), (ev_view_set_continuous),
7904         (ev_view_get_dual_page):
7905         * shell/ev-view.h:
7906         * shell/ev-window.c: (page_changed_cb),
7907         (setup_document_from_metadata), (ev_window_setup_document),
7908         (setup_view_from_metadata), (ev_window_open_uri),
7909         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7910         (ev_window_run_presentation), (ev_window_stop_presentation),
7911         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7912         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7913         (ev_window_update_dual_page_action),
7914         (ev_window_continuous_changed_cb),
7915         (ev_window_dual_mode_changed_cb), (ev_window_init):
7916
7917         Remember a bunch of view/document properties. Prolly some
7918         are still missing but it's getting interesting.
7919
7920 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7921
7922         * configure.ac: check if dbus-binding-tool is installed. Not the
7923         case on current Ubuntu breezy, it seems.
7924
7925 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7926
7927         * data/evince.desktop.in.in:
7928         
7929         Allow open uri lists and add TryExec field.
7930
7931 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7932
7933         * configure.ac:
7934
7935         Enable dbus when available, do not require a configure
7936         option.
7937
7938 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7939
7940         * configure.ac:
7941
7942         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7943         disabled.
7944
7945 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7946         Marco Pesenti Gritti  <mpg@redhat.com>
7947
7948         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7949         
7950         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7951         functions to the format required by dbus
7952
7953         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7954         errors. Use the RPC parameters in the expected way
7955
7956 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7957
7958         * Makefile.am:
7959         * properties/Makefile.am:
7960         * properties/ev-properties-main.c: (ev_properties_get_pages):
7961
7962         Support all mime types
7963
7964         * shell/Makefile.am:
7965         * thumbnailer/Makefile.am:
7966         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7967         (evince_thumbnail_pngenc_get):
7968
7969         Use the document factory
7970
7971 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7972
7973         * backend/Makefile.am:
7974         * backend/ev-document-factory.c:
7975         (mime_type_supported_by_gdk_pixbuf),
7976         (ev_document_type_get_from_mime),
7977         (ev_document_factory_get_document),
7978         (ev_document_factory_get_backend),
7979         (ev_document_factory_get_mime_types),
7980         (ev_document_factory_get_all_mime_types):
7981         * backend/ev-document-factory.h:
7982         * shell/Makefile.am:
7983         * shell/ev-document-types.c: (get_document_from_uri),
7984         (ev_document_types_get_document),
7985         (file_filter_add_mime_list_and_free),
7986         (ev_document_types_add_filters):
7987         * shell/ev-document-types.h:
7988         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7989         * shell/ev-properties-dialog.c:
7990         (ev_properties_dialog_set_document):
7991         * shell/ev-window.c: (ev_window_cmd_file_open),
7992         (ev_window_cmd_save_as):
7993         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7994
7995         Rework document types managing to avoid code duplication
7996         and actually abstract from backend implementations.
7997         Also provide a minimal factory api that can be used by
7998         thumbnailer/properties.
7999
8000 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8001
8002         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8003         Plug a mem leak.
8004         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8005         HIG spacings.
8006
8007 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8008
8009         * shell/ev-properties-dialog.c
8010         (ev_properties_dialog_set_document): only call
8011         ev_properties_fonts_set_document() if the document implements the
8012         fonts interface
8013
8014 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8015
8016         * configure.ac:
8017         * properties/Makefile.am:
8018         * properties/ev-properties-view.c:
8019         (ev_properties_view_register_type):
8020         * properties/ev-properties-view.h:
8021         * properties/ev-properties-main.h:
8022
8023         Implement nautilus plugin for properties.
8024         Works only for pdf atm, I need to rework the
8025         document types stuff to get this to work
8026         for all backends...
8027
8028 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8029
8030         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8031         (ev_properties_fonts_set_document): use
8032         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8033
8034 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8035
8036         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8037         them
8038         (PlaceImage, tiff2ps_process_page): use
8039         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8040
8041
8042 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8043
8044         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8045         (main): to call gnome_authentication_manager_init. Should fix
8046         Bug #308510
8047
8048         * configure.ac: that requires libgnomeui 2.6.0.
8049
8050 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8051
8052         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8053         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8054         use the new tiff2ps interfaces
8055
8056         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8057         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8058
8059         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8060         structure instead of global variables.  Remove use of static
8061         variables in functions.
8062
8063 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8064
8065         * shell/ev-page-action.c: unref the completion after setting it to the
8066         entry
8067
8068 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8069
8070         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8071         postscript files
8072
8073 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8074
8075         * shell/ev-window.c (update_action_sensitivity): disable
8076         File->Print if the document does not implement the ps exporter
8077         interface
8078
8079 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8080
8081         * Makefile.am:
8082         * configure.ac:
8083         * data/evince-properties.glade:
8084         * properties/.cvsignore:
8085         * properties/Makefile.am:
8086         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8087         (ev_properties_view_class_init), (ev_properties_view_format_date),
8088         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8089         (ev_properties_view_init), (ev_properties_view_new):
8090         * properties/ev-properties-view.h:
8091         * shell/Makefile.am:
8092         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8093         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8094         (ev_properties_dialog_new):
8095         * shell/ev-properties-dialog.h:
8096         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8097         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8098         (update_progress_label), (job_fonts_finished_cb),
8099         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8100         * shell/ev-properties-fonts.h:
8101         * shell/ev-properties.c:
8102         * shell/ev-properties.h:
8103         * shell/ev-window.c: (ev_window_setup_document),
8104         (ev_window_cmd_file_properties):
8105
8106         Split the properties pages in two different objects, depend
8107         only on the backend where possible, use widgets instead
8108         of gobject for the glade part, reimplement the dialog
8109         itself with gtk.
8110         I need this to implement nautilus properties page.
8111
8112 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8113
8114         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8115         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8116         (tiff_document_document_ps_exporter_iface_init): implement the ps
8117         exporter interface for tiff documents
8118
8119         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8120         libtiff to implement TIFF postscript export
8121
8122         * tiff/tiff2ps.h: added a header file for external tiff2ps
8123         functions.
8124
8125         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8126         tiff2ps.h
8127
8128 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8129
8130         * shell/ev-view.c: (scroll_to_current_page),
8131         (ev_view_set_fullscreen), (ev_view_set_presentation):
8132         
8133         Scroll to current page when exit from presentation
8134
8135 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8136
8137         * shell/ev-window.c: (update_document_mode),
8138         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8139         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8140         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8141         
8142         Exit from fullscreen mode when switch to presentation. Fix for
8143         bug 309365
8144
8145 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8146
8147         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8148         return NULL if the document does not implement the selection
8149         interface.
8150
8151 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8152
8153         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8154         reported height by using the resolution aspect ratio
8155         (tiff_document_render_pixbuf): scale the pixbuf using the
8156         resolution aspect ratio
8157
8158 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * configure.ac:
8161         
8162         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8163         <kiltedaco@gmail.com>
8164         
8165         * djvu/djvu-document.c: (djvu_document_get_orientation),
8166         (djvu_document_set_orientation), (djvu_document_get_page_size),
8167         (rotate_pixbuf), (djvu_document_render_pixbuf),
8168         (djvu_document_document_iface_init):
8169         * dvi/dvi-document.c: (dvi_document_get_orientation),
8170         (dvi_document_set_orientation), (dvi_document_get_page_size),
8171         (rotate_pixbuf), (dvi_document_render_pixbuf),
8172         (dvi_document_document_iface_init):
8173         
8174         Dvi and djvu backends are ported to new API
8175
8176 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8177
8178         * backend/ev-selection.c: (ev_selection_get_selection_region),
8179         (ev_selection_get_selection_map):
8180         * backend/ev-selection.h:
8181         * pdf/ev-poppler.cc:
8182         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8183         * shell/ev-jobs.h:
8184         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8185         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8186         (ev_pixbuf_cache_get_text_mapping):
8187         * shell/ev-pixbuf-cache.h:
8188         * shell/ev-view.c: (location_in_text),
8189         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8190         support to EvView.  Now we can see where we can select!  Sweet!
8191
8192 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8193
8194         * shell/ev-view.c (ev_view_button_press_event): Fix
8195         event->y + view->scroll_x typo.
8196
8197 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8198
8199         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8200         sub-GdkPixbuf instead of passing dest_x and dest_y.
8201         
8202         * shell/ev-view.c: (view_point_to_doc_point),
8203         (view_rect_to_doc_rect), (ev_view_button_press_event),
8204         (ev_view_motion_notify_event), (compute_new_selection_rect),
8205         (gdk_rectangle_point_in), (compute_new_selection_text),
8206         (compute_selections): Update selection code to keep the selection
8207         around as two points and not as a normalized rectangle, and fix
8208         page level selection in two-column mode.
8209
8210 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8211
8212         * shell/ev-window.c: (window_configure_event_cb): 
8213         
8214         Fix compilation
8215         
8216 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8217
8218         * pdf/ev-poppler.cc:
8219
8220         Fix compilation
8221
8222 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8223
8224         * shell/Makefile.am:
8225         * shell/ev-metadata-manager.c: (item_free),
8226         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8227         (parse_value), (parseItem), (load_values),
8228         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8229         (save_values), (save_item), (get_oldest), (resize_items),
8230         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8231         * shell/ev-metadata-manager.h:
8232
8233         Metadata manager from gedit but modified to use GValue, so that
8234         we dont need to keep converting from strings.
8235
8236         * configure.ac:
8237
8238         ENABLE_METADATA conditional, on when dbus is on
8239
8240         * shell/ev-application.c: (ev_application_open_uri):
8241
8242         Show the window after load so that we can initialize
8243         window size before it's showed.
8244
8245         * shell/ev-window.c: (ev_window_setup_from_metadata),
8246         (ev_window_open_uri), (window_configure_event_cb),
8247         (ev_window_init):
8248
8249         Save and load metadata information about window size.
8250         Not yet keeping states in account.
8251
8252         * shell/main.c: (main):
8253
8254         Shutdown metadata manager.
8255
8256 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8257
8258         * shell/ev-application-service.xml:
8259         * configure.ac:
8260         * shell/Makefile.am:
8261         * shell/ev-application.c:
8262         * shell/ev-application.h:
8263         * shell/ev-window.c:
8264         * shell/ev-window.h:
8265         * shell/main.c:
8266
8267         Add an optional dbus interface (--enable-dbus).
8268         Rework application code, mainly to be easier to
8269         use "remotely".
8270         Do not open multiple windows with the same document,
8271         spatial evince!
8272
8273 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8274
8275         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8276         pixbuf iff it exists.
8277
8278 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8279
8280         * shell/*:
8281         * backend/ev-render-context.[ch]:
8282         * backend/ev-selection.[ch]:
8283
8284         Massive changes.  We now support text selection of pdfs, and not
8285         just rectangular selection.  This is pretty broken still, but I
8286         want to get something into CVS.
8287
8288 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * pdf/ev-poppler.cc:
8291         
8292         Fix for Bug 309080: crash on window close.
8293         
8294         * shell/ev-page-action.c: (page_changed_cb):
8295         
8296         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8297         jensgr@gmx.net (Jens Granseuer).
8298
8299 2005-06-25  Marcel Telka  <marcel@telka.sk>
8300
8301         * configure.in (ALL_LINGUAS): Added sk.
8302
8303 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8304
8305         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8306         not a document open
8307
8308 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8309
8310         * NEWS:
8311         * configure.ac:
8312
8313         Release 0.3.2
8314
8315         * cut-n-paste/recent-files/Makefile.am:
8316
8317         Fix make distcheck
8318
8319 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8320
8321         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8322         (pixbuf_document_set_orientation), (rotate_pixbuf),
8323         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8324         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8325
8326         Implement rotation and cleanup the code a bit.
8327
8328         * tiff/tiff-document.c: (tiff_document_get_page_size),
8329         (tiff_document_get_orientation), (tiff_document_set_orientation),
8330         (rotate_pixbuf), (tiff_document_render_pixbuf),
8331         (tiff_document_document_iface_init), (tiff_document_init):
8332
8333         Implement rotation. Was the quicker solution for the release
8334         but we really need to share this code in the shell.
8335
8336 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8337
8338         * pdf/ev-poppler.cc:
8339
8340         Enable rotation, require poppler cvs. Fix a leak.
8341
8342 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8343
8344         * shell/ev-window.c: (update_action_sensitivity):
8345         
8346         Make properties unsensitive if document backend doesn't provide
8347         any info
8348
8349 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8350
8351         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8352         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8353         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8354         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8355         (bitmap_flip_rotate_counter_clockwise):
8356         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8357         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8358         (buff_gets):
8359         * dvi/mdvi-lib/common.h:
8360         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8361         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8362         (opendvi), (mdvi_reload), (mdvi_init_context),
8363         (mdvi_destroy_context), (mdvi_dopage), (special):
8364         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8365         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8366         (file_hash_free), (register_encoding), (parse_spec),
8367         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8368         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8369         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8370         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8371         (mdvi_register_font_type), (mdvi_unregister_font_type),
8372         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8373         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8374         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8375         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8376         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8377         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8378         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8379         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8380         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8381         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8382         (mdvi_unregister_special), (mdvi_flush_specials):
8383         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8384         (t1_font_remove):
8385         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8386         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8387         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8388         (free_font_metrics), (flush_font_metrics):
8389         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8390         (tt_font_remove):
8391         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8392         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8393         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8394         (dstring_insert), (dstring_new), (dstring_reset):
8395         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8396         
8397         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8398         avoid conflict with libtool on FC4
8399         
8400         * shell/ev-window.c: (ev_window_cmd_help_about):
8401         
8402         Update copyright year. Fix for bug 308828.
8403
8404 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * shell/ev-view.c: (add_scroll_binding_keypad),
8407         (ev_view_binding_activated), (ev_view_class_init),
8408         (on_adjustment_value_changed):
8409         
8410         Bug 170874: Arrow keys switch pages in presentation mode
8411
8412 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8413
8414         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8415         
8416         Fix for Bug 308265: Sidebar dissappears coming out of 
8417         Presentation mode
8418
8419 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8420
8421         * shell/ev-application.c: (ev_application_open):
8422         * shell/ev-document-types.c: (ev_document_types_add_filters),
8423         (ev_document_types_add_filters_for_type):
8424         * shell/ev-document-types.h:
8425         * shell/ev-window.c: (ev_window_cmd_save_as):
8426         
8427         Suggest basename as template when saving, provide filters
8428         for save dialog. It's bug 308402
8429
8430 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8431
8432         * pdf/ev-poppler.cc:
8433         * shell/ev-sidebar-links.c: (job_finished_callback):
8434         * shell/ev-view.c: (update_find_status_message):
8435         
8436         Some leaks fixed
8437
8438 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8439
8440         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8441         (egg_recent_view_uimanager_set_list):
8442
8443         Fix buglet in !show_numbers case.
8444
8445 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8446
8447         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8448         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8449
8450         Use pango ellipsisation.
8451
8452         * pdf/ev-poppler.cc:
8453
8454         Fix refcount leak, from nsh.
8455
8456 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8457
8458         * cut-n-paste/recent-files/Makefile.am:
8459         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8460         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8461         
8462         Removed EggRecentViewGtk
8463         
8464         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8465         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8466         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8467         (ev_window_setup_recent):
8468         
8469         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8470         with other projects
8471
8472 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8473
8474         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8475         (egg_recent_view_gtk_finalize):
8476
8477         Fix memory leak
8478
8479         * cut-n-paste/toolbar-editor/Makefile.am:
8480         
8481         Fix location of cursor icon.
8482         
8483         * pdf/ev-poppler.cc:
8484         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8485         (display_completion_text), (match_completion):
8486         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8487         (selection_changed_callback), (create_loading_model),
8488         (print_section_cb), (links_page_num_func),
8489         (update_page_callback_foreach):
8490         * shell/ev-window.c: (ev_window_dispose):
8491         
8492         Small memory fixes. Links model now store objects instead
8493         of pointers to improve memory management. 
8494
8495 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8496
8497         * shell/ev-window.c: (zoom_control_changed_cb):
8498         
8499         Fix update of zoom control (bug 308268).
8500
8501 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8502
8503         * shell/ev-properties.c (set_property): escape the text correctly.
8504         Handles non-UTF-8 properties and escaped properties.  Also, sets
8505         the text to "<i>None</i>" if the property isn't set.
8506
8507         * data/evince-properties.glade: Change the label to be ellipsized,
8508         and give it a minimum size.
8509
8510 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8511
8512         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8513         * shell/ev-sidebar-links.c: (create_loading_model):
8514         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8515         * shell/ev-view.c: (ev_view_set_document):
8516         * shell/ev-window.c: (ev_window_dispose):
8517         
8518         Various small fixes, mostly memory leaks. Thanks to valgrind.
8519
8520 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8521
8522         * ps/ps-document.c: remove the locale.h include again ;-). And
8523         kill the (bogus) setlocale/savelocale business.
8524
8525 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8526
8527         * ps/ps-document.c:
8528         
8529         Include locale.h to fix build
8530         
8531         * shell/ev-sidebar.c:
8532         
8533         Remove unnecessary includes
8534
8535 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * dvi/dvi-document.c: (dvi_document_load):
8538         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8539         * po/POTFILES.in:
8540         
8541         Check for incorrect dvi files. Fix parsing dvi on AMD64
8542         platform. Thanks to tester@tester.ca (Olivier Crete).
8543
8544 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8545
8546         * shell/ev-page-action.c: (match_selected_cb),
8547         (display_completion_text), (match_completion), (update_model):
8548         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8549         (expand_open_links):
8550         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8551         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8552         (ev_sidebar_set_document):
8553         * shell/ev-window.c: (ev_window_xfer_job_cb),
8554         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8555         
8556         Fixed lot's of memory leaks, for example, memory leak on reload, 
8557         described in bug 307793.
8558
8559 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8560
8561         * pdf/ev-poppler.cc:
8562         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8563         (update_visible_range), (adjustment_changed_cb),
8564         (ev_sidebar_thumbnails_fill_model),
8565         (ev_sidebar_thumbnails_refresh),
8566         (ev_sidebar_tree_selection_changed),
8567         (ev_sidebar_icon_selection_changed),
8568         (ev_sidebar_thumbnails_use_icon_view),
8569         (ev_sidebar_thumbnails_set_document):
8570         * shell/ev-sidebar-thumbnails.h:
8571         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8572         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8573
8574         Refresh thumbnails when changing orientation. Not fully
8575         working yet becuase of a sidebar bug.
8576
8577         Set page orientation to poppler page everywhere. This sucks
8578         really need to fix poppler.
8579
8580 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8581
8582         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8583         (egg_recent_view_gtk_new_menu_item),
8584         (egg_recent_view_gtk_set_property),
8585         (egg_recent_view_gtk_get_property),
8586         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8587         (egg_recent_view_gtk_set_tooltip_func),
8588         (egg_recent_view_gtk_set_label_width),
8589         (egg_recent_view_gtk_get_label_width):
8590         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8591
8592         Sync with libegg (ellipsize labels)
8593
8594 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * data/evince-ui.xml:
8597         * shell/ev-window.c: (ev_window_cmd_go_forward),
8598         (ev_window_cmd_go_backward):
8599         
8600         Shift + PageUp moves 10 Pages. Fix for 306125
8601
8602 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8603
8604         * pdf/ev-poppler.cc:
8605
8606         Add a flag to check if orientation has been overriden
8607
8608 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8609
8610         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8611         field if necessary.
8612
8613         * ps/ps.h: add creator field to document.
8614
8615         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8616         set creator field.
8617
8618 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8619
8620         * data/evince-properties.glade:
8621         * shell/ev-properties.c: (ev_properties_set_document):
8622
8623         s/PDF Version/Format
8624
8625 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8626
8627         * shell/ev-properties.c: (ev_properties_set_document):
8628
8629         Remove unnecessary translations
8630
8631 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8632
8633         * cut-n-paste/toolbar-editor/Makefile.am:
8634
8635         Correct library name    
8636
8637 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8638
8639         * configure.ac:
8640         * cut-n-paste/recent-files/egg-recent-model.c:
8641         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8642         (egg_recent_model_unlock_file):
8643         * cut-n-paste/recent-files/egg-recent-util.c:
8644         (egg_recent_util_get_unique_id):
8645         * cut-n-paste/recent-files/update-from-egg.sh:
8646         * cut-n-paste/toolbar-editor/Makefile.am:
8647         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8648         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8649         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8650         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8651         (egg_toolbars_model_get_type):
8652         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8653
8654         Better makefile for toolbar editor and update everything
8655         to latest libegg.
8656
8657 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8658
8659         * shell/ev-window.c: (update_document_mode):
8660
8661         Prefer presentation mode when the document
8662         require fullscreen.
8663
8664 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8665
8666         * data/evince-ui.xml:
8667         * shell/ev-window.c:
8668
8669         Add control-equal for zooming
8670
8671 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8672
8673         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8674
8675 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8676
8677         * backend/ev-document.c: (ev_document_get_orientation):
8678         * backend/ev-document.h:
8679         * pdf/ev-poppler.cc:
8680         * ps/ps-document.c: (ps_document_get_orientation),
8681         (ps_document_set_orientation), (ps_document_document_iface_init):
8682
8683         Add a get_orientation api. Improve set_orientation.
8684
8685         * data/evince-ui.xml:
8686         * shell/ev-view.c: (ev_view_set_orientation),
8687         (ev_view_rotate_right), (ev_view_rotate_left):
8688         * shell/ev-view.h:
8689         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8690         (ev_window_cmd_edit_rotate_right):
8691
8692         Better ui for changing document orientation
8693
8694 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8695
8696         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8697         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8698         * shell/ev-sidebar-links.h:
8699         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8700         (ev_sidebar_page_iface_init):
8701         * shell/ev-sidebar-page.h:
8702         * shell/ev-sidebar-thumbnails.c:
8703         (ev_sidebar_thumbnails_get_property),
8704         (ev_sidebar_thumbnails_class_init),
8705         (ev_sidebar_thumbnails_set_document):
8706         * shell/ev-sidebar-thumbnails.h:
8707         * shell/ev-view.c: (ev_view_motion_notify_event):
8708         * shell/ev-window.c: (update_chrome_visibility),
8709         (ev_window_cmd_focus_page_selector),
8710         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8711         (sidebar_page_main_widget_update_cb), (ev_window_init):
8712         
8713         Autoraise toolbar on GoToPage binding and fix bindings in
8714         EvSidebarThumbnails page.
8715
8716 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8717
8718         * shell/ev-properties.c: (update_progress_label):
8719
8720         Hide the progress label when finished; bug #307697.
8721
8722 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8723
8724         * pdf/ev-poppler.cc:
8725
8726         Enable is_open for links, you will need poppler cvs
8727
8728         * shell/ev-properties.c: (job_fonts_finished_cb):
8729
8730         Get a lock on the document when filling the tree view
8731
8732 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8733
8734         * backend/ev-document-links.h:
8735         * pdf/ev-poppler.cc:
8736         * shell/ev-sidebar-links.c: (create_loading_model),
8737         (expand_open_links), (job_finished_callback):
8738
8739         Expand links when specified by the document.
8740         Depend on a poppler api (defined out for now)
8741
8742 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8743
8744         * shell/ev-properties.c: (ev_properties_dispose),
8745         (ev_properties_class_init), (dialog_destroy_cb),
8746         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8747         (ev_properties_set_document), (ev_properties_new),
8748         (ev_properties_show):
8749         * shell/ev-properties.h:
8750
8751         Make it an object, cleanup the code, api to show it as transient
8752         and to set the document.
8753
8754         * shell/ev-window.c: (ev_window_setup_document),
8755         (ev_window_cmd_file_properties):
8756
8757         Adapt to EvProperties changes, do not show multiple
8758         times, update it when document changes.
8759
8760 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8761
8762         * ps/gstypes.h:
8763         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8764         (ps_document_set_orientation), (ps_document_document_iface_init):
8765         * ps/ps-document.h:
8766
8767         Implement orientation here too
8768
8769         * shell/ev-properties.c: (ev_properties_new):
8770         * data/evince-properties.glade:
8771
8772         Hide the fonts page for backends that doesnt
8773         support it.     
8774
8775 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8776
8777         * backend/ev-document.c: (ev_document_set_orientation):
8778         * backend/ev-document.h:
8779         * pdf/ev-poppler.cc:
8780
8781         Add orientation api. Currently poppler api is not optimal,
8782         we need to set orientation every time we _get a page.
8783         I will try to fix that at some point.
8784
8785         * data/evince-ui.xml:
8786         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8787         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8788
8789         Add orientation menu items
8790
8791         * shell/ev-page-cache.c: (ev_page_cache_clear):
8792         * shell/ev-page-cache.h:
8793
8794         Add api to clear the cache
8795
8796         * shell/ev-view.c: (setup_caches), (clear_caches),
8797         (ev_view_set_document), (ev_view_zoom_out),
8798         (ev_view_set_orientation):
8799         * shell/ev-view.h:
8800
8801         Implement orientation changing
8802
8803 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8804
8805         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8806         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8807         * backend/ev-document-fonts.h:
8808
8809         Separate scan and fill so that we can incrementally fill from
8810         the main thread. Add a progress api.
8811
8812         * data/evince-properties.glade:
8813         * pdf/ev-poppler.cc:
8814         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8815         * shell/ev-jobs.h:
8816         * shell/ev-properties.c: (update_progress_label),
8817         (job_fonts_finished_cb), (setup_fonts_view):
8818
8819         Incrementally feel the list and show the progress
8820         percentage in a label like acrobat does.
8821
8822         You are going to need poppler cvs
8823
8824 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8825
8826         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8827         * backend/ev-document-fonts.h:
8828         * pdf/ev-poppler.cc:
8829
8830         Make fonts model fill incrementally.
8831
8832         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8833         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8834         (ev_job_queue_remove_job):
8835         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8836         (ev_job_fonts_new), (ev_job_fonts_run):
8837         * shell/ev-jobs.h:
8838
8839         New job for fonts scanning
8840
8841         * shell/ev-properties.c: (job_fonts_finished_cb),
8842         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8843         * shell/ev-properties.h:
8844         * shell/ev-window.c: (ev_window_cmd_file_properties):
8845
8846         Incrementally feel the treeview using the new job. Show Loading...
8847         message until scanning is completed.
8848
8849         Hopefully I didnt break the build without the poppler patch.
8850
8851 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8852
8853         * shell/ev-application.c: (ev_application_open):
8854         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8855         (ev_document_type_get_type), (ev_document_type_lookup):
8856         * shell/ev-document-types.h:
8857         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8858         * shell/ev-job-xfer.h:
8859         * shell/ev-window.c: (ev_window_clear_local_uri),
8860         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8861         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8862         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8863         
8864         Transfer remote documents to tmp directory to display them later.
8865
8866 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8867
8868         * backend/ev-document-info.h:
8869         * shell/ev-properties.c: (ev_properties_new):
8870
8871         s/GTime*/GTime. Not sure why we was using a pointer
8872         at all there!
8873
8874 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8875
8876         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8877         situations.  That situation is that you're using GTK+-HEAD with
8878         the patch at #306726 is applied, and you have a document with <
8879         1500 pages in it.  It's not quite as uniformly nice as the
8880         TreeView, but should be better in the long run.
8881
8882         I'm pretty sure I guarded against breaking compilation with
8883         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8884         I missed some.
8885
8886         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8887         widget yet, so I commented that code out
8888         enable_view_actions_for_widget() for now.  Need to figure this
8889         out.
8890
8891         * shell/ev-page-action.c (match_selected_cb): emit the right
8892         signals.  Our cool C-l completion now works.
8893
8894 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8895
8896         * backend/Makefile.am:
8897         * backend/ev-document-fonts.c:
8898         * backend/ev-document-links.c:
8899         * backend/ev-document.c: (ev_document_load):
8900         * backend/ev-document.h:
8901         * backend/ev-job-queue.c:
8902         * backend/ev-job-queue.h:
8903         * backend/ev-jobs.c:
8904         * backend/ev-jobs.h:
8905         * backend/ev-page-cache.c:
8906         * backend/ev-page-cache.h:
8907
8908         EvPageCache and EvJobs are moved to shell.
8909
8910         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8911         (ev_tmp_filename):
8912         * lib/ev-file-helpers.h:
8913         
8914         New helper to work with temporary files
8915         
8916         * shell/Makefile.am:
8917         * shell/ev-application.c: (ev_application_open):
8918         * shell/ev-application.h:
8919         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8920         (remove_job_from_async_queue), (add_job_to_async_queue),
8921         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8922         (handle_job), (search_for_jobs_unlocked),
8923         (no_jobs_available_unlocked), (ev_render_thread),
8924         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8925         (ev_job_queue_add_job), (move_job_async), (move_job),
8926         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8927         * shell/ev-job-queue.h:
8928         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8929         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8930         * shell/ev-job-xfer.h:
8931         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8932         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8933         (ev_job_links_class_init), (ev_job_render_init),
8934         (ev_job_render_dispose), (ev_job_render_class_init),
8935         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8936         (ev_job_thumbnail_class_init), (ev_job_load_init),
8937         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8938         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8939         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8940         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8941         * shell/ev-jobs.h:
8942         * shell/ev-page-action.c: (ev_page_action_set_document):
8943         * shell/ev-page-cache.c: (ev_page_cache_init),
8944         (ev_page_cache_class_init), (ev_page_cache_finalize),
8945         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8946         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8947         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8948         (ev_page_cache_get_title), (ev_page_cache_get_size),
8949         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8950         (ev_page_cache_get_height_to_page),
8951         (ev_page_cache_get_max_label_chars),
8952         (ev_page_cache_get_page_label),
8953         (ev_page_cache_has_nonnumeric_page_labels),
8954         (ev_page_cache_get_info), (ev_page_cache_next_page),
8955         (ev_page_cache_prev_page), (ev_page_cache_get):
8956         * shell/ev-page-cache.h:
8957         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8958         (ev_pixbuf_cache_clear_job_sizes),
8959         (ev_pixbuf_cache_add_jobs_if_needed),
8960         (ev_pixbuf_cache_set_page_range):
8961         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8962         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8963         * shell/ev-sidebar-thumbnails.c:
8964         (ev_sidebar_tree_selection_changed),
8965         (ev_sidebar_thumbnails_set_document):
8966         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8967         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8968         (ev_statusbar_get_context_id), (ev_statusbar_push),
8969         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8970         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8971         (ev_statusbar_set_progress):
8972         * shell/ev-statusbar.h:
8973         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8974         (ev_view_find_previous):
8975         * shell/ev-window.c: (ev_window_is_empty),
8976         (ev_window_setup_document), (password_dialog_response),
8977         (ev_window_clear_jobs), (ev_window_load_job_cb),
8978         (ev_window_xfer_job_cb), (ev_window_open_uri),
8979         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8980         (ev_window_print), (ev_window_print_range),
8981         (ev_window_state_event), (ev_window_cmd_view_reload),
8982         (menu_item_select_cb), (menu_item_deselect_cb),
8983         (view_status_changed_cb), (ev_window_dispose),
8984         (drag_data_received_cb), (ev_window_init):
8985         * shell/ev-window.h:
8986         * shell/main.c: (load_files):
8987         
8988         New statusbar to show progress on idle. Two new jobs - 
8989         xfer job and load job to load document in background. And update
8990         of page_cache clients to new location of code.
8991
8992 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8993
8994         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8995         selection in open dialog. It also remembers the last visited directory 
8996         in the current session.
8997
8998 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8999
9000         * shell/ev-properties.c: (ev_properties_new):
9001         * shell/ev-properties.h:
9002         * shell/ev-window.c: (ev_window_cmd_file_properties):
9003         
9004         Get document info from page cache instead of document itself.
9005         This should fix crash related to race conditions described in
9006         bug 306545.
9007
9008 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9009
9010         * ps/ps-document.c: (ps_document_init),
9011         (send_ps), (get_page_box), (output), (catchPipe), (input),
9012         (stop_interpreter), (file_length), (file_readable),
9013         (check_filecompressedb), (ps_document_enable_interpreter),
9014         (document_load), (ps_async_renderer_render_pixbuf):
9015         * ps/ps-document.h:
9016
9017         Big cleanup of the ps code
9018
9019 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9020
9021         * backend/Makefile.am:
9022         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9023         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9024         * backend/ev-async-renderer.h:
9025
9026         Add an async renderer interface (method + callback) which
9027         is useful for backends like ps.
9028
9029         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9030         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9031         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9032         (ev_job_queue_add_job), (move_job_async), (move_job),
9033         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9034
9035         Add queues for async renderer, these are executed on the
9036         main thread.
9037
9038         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9039         (ev_job_render_run):
9040         * backend/ev-jobs.h:
9041
9042         If the backend support async renderer interface use it.
9043
9044         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9045         (setup_pixmap), (ps_document_get_type),
9046         (ps_async_renderer_render_pixbuf),
9047         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9048
9049         Implement async renderer interface.
9050
9051 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9054
9055         Cleanup links job on exit.
9056
9057 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9058
9059         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9060         (drag_data_get_cb), (drag_data_received_cb):
9061         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9062         (drag_data_get_cb), (parse_item_list),
9063         (egg_toolbar_editor_load_actions):
9064         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9065         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9066         (parse_item_list), (parse_toolbars):
9067         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9068         (dvi_pixbuf_put_pixel):
9069         
9070         Fix gcc 4.0 warnings
9071
9072 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9073
9074         * ps/ps-document.c: (start_interpreter):
9075
9076         Fix warning when loading ps
9077
9078 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9079
9080         * ps/ps-document.c: (output):
9081
9082         Fix crash when priting gs error messages.
9083
9084 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9085
9086         * backend/ev-page-cache.c: (_ev_page_cache_new):
9087         * backend/ev-page-cache.h:
9088
9089         Use a const to return title so that we dont double
9090         free it. Small cleanup and fix a leak.
9091
9092         * shell/ev-window.c: (update_window_title):
9093
9094         strdup value from get_title.
9095
9096 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9097
9098         * shell/ev-sidebar-links.c: (job_finished_callback),
9099         (ev_sidebar_links_set_document):
9100
9101         Cleanup the old job when changing document
9102
9103 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105         * shell/ev-stock-icons.c:
9106         * shell/ev-stock-icons.h:
9107         * shell/ev-window.c:
9108         
9109         Add stock icons for actions that can appear in toolbar. Fix for
9110         bug 306566.
9111
9112 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9113
9114         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9115         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9116         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9117         * backend/ev-page-cache.h:
9118         * shell/ev-view.c: (scroll_to_current_page),
9119         (view_update_range_and_current_page), (get_page_y_offset),
9120         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9121         (ev_view_size_request_continuous),
9122         (ev_view_zoom_for_size_continuous_and_dual_page),
9123         (ev_view_zoom_for_size_continuous):
9124         
9125         More compact EvView layout in document with pages of different size.
9126
9127 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9128
9129         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9130         compilation.
9131
9132 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9133
9134         * shell/ev-view.c: (view_set_adjustment_values):
9135         * shell/ev-window.c: (ev_window_cmd_file_properties):
9136         
9137         A bit different fix for rounding problem but it has no
9138         problems on startup. Make properties window transient to parent.
9139
9140 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9141
9142         * pdf/ev-poppler.cc:
9143         
9144         More commenting of font stuff.
9145
9146 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9147
9148         * pdf/ev-poppler.cc:
9149
9150         Comment out some more fonts stuff. Should really
9151         work without the poppler patch now.
9152
9153 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * pdf/ev-poppler.cc:
9156
9157         Adapt to api change
9158
9159 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9160
9161         * data/evince-properties.glade:
9162         * pdf/ev-poppler.cc:
9163         * shell/ev-properties.c: (setup_fonts_view):
9164
9165         Set the column title. Show the dialog only
9166         once everything is setup.
9167         Getting font info can be very slow... will
9168         prolly need to make this threaded too.
9169
9170 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9171
9172         * backend/Makefile.am:
9173         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9174         (ev_document_fonts_get_fonts_model):
9175         * backend/ev-document-fonts.h:
9176         * data/evince-properties.glade:
9177         * pdf/ev-poppler.cc:
9178         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9179         * shell/ev-properties.h:
9180         * shell/ev-window.c: (ev_window_cmd_file_properties):
9181
9182         Implement fonts list. Defined out for now, since it depends
9183         on a not yet committed poppler patch.
9184
9185 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9186
9187         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9188         page + 1.
9189
9190         * shell/ev-window.c: Make sure we add the timeout when we get a
9191         focus-in event.
9192
9193         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9194         adjustment->value before calculating the zoom factor to average
9195         out all of our rounding errors.  The page no longer 'drifts' when
9196         resizing.
9197
9198 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9199
9200         * data/evince-properties.glade:
9201         * shell/ev-properties.c: (ev_properties_format_date),
9202         (set_property):
9203         
9204         Labels don't expand when the dialogue is resized.
9205         strftime result needs to be converted to UTF-8. Thanks
9206         to Christian Persch <chpe@gnome.org>.
9207
9208 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9209
9210         * data/evince-properties.glade:
9211
9212         Hide the fonts tab
9213
9214 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9215
9216         * backend/ev-document-info.h:
9217         * backend/ev-document.c: (ev_document_info_free):
9218         * data/evince-properties.glade:
9219         * pdf/ev-poppler.cc:
9220         * ps/ps-document.c: (ps_document_get_info):
9221         * shell/ev-properties.c: (ev_properties_format_date),
9222         (set_property), (ev_properties_new):
9223         * shell/ev-properties.h:
9224         * shell/ev-window.c: (ev_window_cmd_file_properties):
9225
9226         Rework properties code to take only EvPropertyInfo
9227         in the constructor so that it can be useful for
9228         nautilus plugin too.
9229
9230         Deal with backends that doesnt support some properties.
9231         Make set property code generic.
9232
9233 2005-06-04  Christian Persch <chpe@gnome.org>
9234
9235         * data/evince-properties.glade:
9236
9237         fix spacings, make resizeable, and make data labels
9238         selectable + ellipsised
9239
9240 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9241
9242         * backend/ev-document-info.h:
9243         * data/Makefile.am:
9244         * data/evince-ui.xml:
9245         * pdf/ev-poppler.cc:
9246         * shell/Makefile.am:
9247         * shell/ev-window.c: (update_action_sensitivity),
9248         (ev_window_cmd_file_properties):
9249
9250         Initial go at file properties. Patch by
9251         Emil Soleyman-Zomalan <emil@soleyman.com>.
9252         Needs love see #169583
9253
9254 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9255
9256         * ps/ps-document.c: (output):
9257         * ps/ps.c: (psscan):
9258
9259         Try to render even if psscan fails.
9260
9261 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9262
9263         * ps/ps.c: (psscan), (pscopydoc):
9264
9265         Port buffered reading code from gv
9266
9267 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9268
9269         * ps/ps-document.c: (interpreter_message), (output):
9270
9271         Do not fail on interpreter messages
9272
9273 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9274
9275         * backend/ev-document-misc.c:
9276         (ev_document_misc_get_thumbnail_frame):
9277
9278         Pages can be 0 x 0, dont assert on this case
9279
9280 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9281
9282         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9283         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9284
9285         Correctly manage our reference on document. Finally the reload
9286         huge leak is gone...
9287
9288 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9289
9290         * ps/ps-document.c: (ps_document_dispose):
9291
9292         Forgot to chain it to the parent. Thanks chpe.
9293
9294 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9295
9296         * ps/ps-document.c: (ps_document_dispose),
9297         (ps_document_class_init), (stop_interpreter), (document_load):
9298
9299         Cleanup dispose a bit. Dont leak the whole pixmap.
9300
9301 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9302
9303         * pdf/ev-poppler.cc:
9304
9305         Release the poppler document on dispose
9306
9307 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9308
9309         * shell/ev-view.c: (ev_view_set_document):
9310
9311         Release ref on the pixbuf cache when changing
9312         document.
9313
9314 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9315
9316         * ps/ps-document.c: (ps_document_get_info):
9317
9318         Fix a double free
9319
9320 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9321
9322         * backend/ev-page-cache.c: (ev_page_cache_init),
9323         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9324         * backend/ev-page-cache.h:
9325         * shell/ev-page-action.c: (page_changed_cb):
9326         
9327         Set page action entry width depending on labels width. Fix
9328         for bug 305202.
9329
9330 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * backend/ev-link.c: (ev_link_class_init):
9333
9334         Allow -1 as page value (error)
9335
9336 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9337
9338         * shell/ev-sidebar-thumbnails.c:
9339         (ev_sidebar_thumbnails_set_document):
9340         * shell/ev-view.c: (scroll_to_current_page),
9341         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9342         (page_changed_cb), (on_adjustment_value_changed),
9343         (ev_view_set_document):
9344
9345         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9346         Fix bug 305377
9347
9348 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9349
9350         * configure.ac:
9351         * djvu/djvu-document.c: (djvu_document_get_page_size):
9352
9353         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9354         bug 301993.
9355
9356 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * shell/ev-view.c (draw_one_page): modify the expose handling to
9359         get the shadows.
9360
9361         * shell/ev-window.c (update_action_sensitivity): Respect
9362         permissions field.  Kowtow to the man.
9363
9364         * pdf/ev-poppler.cc: Get the permissions field.
9365
9366         * tiff/*c: Make a tiny bit more robust.
9367
9368 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9369
9370         * djvu/djvu-document.c:
9371         
9372         Pop messages from djvu context message queue.
9373
9374 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9375
9376         * configure.ac, Makefile.am, shell/Makefile.am:
9377         * tiff/Makefile.am, shell/ev-document-types.c:
9378         
9379         Cleanup tiff configure checks. Fix for bug 305218.
9380
9381 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9382
9383         * configure.ac: Added "uk" to ALL_LINGUAS.
9384
9385 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9386
9387         * cut-n-paste/zoom-control/ephy-zoom.c:
9388         (ephy_zoom_get_changed_zoom_level):
9389         * cut-n-paste/zoom-control/ephy-zoom.h:
9390         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9391         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9392         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9393         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9394         (zoom_control_changed_cb), (ev_window_init):
9395         
9396         Fix minor points related to moving best fit up. Introduce
9397         "zoom" property and make zoom control change it's value on
9398         notify::zoom signals. Fix for 305080.
9399
9400 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9401
9402         * data/evince-ui.xml:
9403         * shell/ev-window.c: (set_view_actions_sensitivity):
9404         
9405         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9406
9407 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9408
9409         * configure.ac:
9410
9411         Depends on poppler 0.3.2
9412
9413 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9414
9415         * cut-n-paste/recent-files/egg-recent-item.c:
9416         (egg_recent_item_get_short_name):
9417         * cut-n-paste/toolbar-editor/Makefile.am:
9418         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9419         (new_pixbuf_from_widget):
9420         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9421         * cut-n-paste/toolbar-editor/egg-marshal.c:
9422         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9423         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9424
9425         Sync
9426
9427 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9428
9429         * tiff/tiff-document.c: Rough TIFF backend.
9430
9431 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * NEWS:
9434         * configure.ac:
9435         * cut-n-paste/toolbar-editor/Makefile.am:
9436
9437         Release 0.3.1
9438
9439 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9442         (ev_view_find_next), (ev_view_find_previous):
9443
9444         Remove the locks around get_n_results   
9445
9446 2005-05-21  Juerg Billeter  <j@bitron.ch>
9447
9448         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9449
9450         Pass correct number of pages to poppler.
9451
9452 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9453
9454         * configure.ac:
9455         * data/Makefile.am:
9456         * data/evince.desktop.in: 
9457         * data/evince.desktop.in.in:
9458         * po/POTFILES.in:
9459         
9460         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9461
9462 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9463
9464         * shell/ev-view.c: (view_update_adjustments),
9465         (view_set_adjustment_values): cast adjustmen->value to (int)
9466         before using it.  Otherwise, we get off by a pixel in some
9467         situations.
9468
9469         (draw_one_page): Draw the border on expose.
9470
9471 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9472
9473         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9474         adjustment when the mode changes, #304923
9475
9476 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9477
9478         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9479         flickering on resize but still use gdk_window_scroll on
9480         scrolling
9481
9482 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9483
9484         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9485         option, #170458
9486
9487 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9488
9489         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9490         second page on page_changed if possible, #304669
9491
9492 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9493
9494         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9495         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9496
9497 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9498
9499         * .cvsignore:
9500         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9501         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9502         (ev_view_zoom_for_size_presentation),
9503         (ev_view_zoom_for_size_continuous_and_dual_page),
9504         (ev_view_zoom_for_size_continuous),
9505         (ev_view_zoom_for_size_dual_page),
9506         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9507         * shell/ev-view.h:
9508         * shell/ev-window.c: (update_view_size),
9509         (ev_window_sizing_mode_changed_cb):
9510
9511         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9512         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9513         an infinite loop, #304769
9514
9515
9516 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9517
9518         * data/evince-ui.xml:
9519         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9520         * shell/ev-window.c: (set_view_actions_sensitivity):
9521
9522         Make PgUp/Down behave like Space
9523
9524 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9525
9526         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9527         * backend/ev-ps-exporter.h:
9528         * pdf/ev-poppler.cc:
9529         * ps/ps-document.c: (ps_document_ps_export_begin):
9530         * shell/ev-print-job.c: (idle_print_handler):
9531
9532         Adapt to new poppler api
9533
9534 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9535
9536         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9537         (ephy_zoom_control_init):
9538
9539         Translate zoom levels
9540
9541 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9542
9543         * cut-n-paste/zoom-control/ephy-zoom.c:
9544         (ephy_zoom_get_zoom_level_index):
9545
9546         Fix current zoom -> zoom control match
9547
9548 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9549
9550         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9551         rather than the scrolled_window that it's in. Fixes bug #304655.
9552
9553 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9554
9555         * shell/ev-view.c: (view_update_adjustments),
9556         (view_set_adjustment_values), (view_update_range_and_current_page),
9557         (view_scroll_to_page), (set_scroll_adjustment),
9558         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9559         (ev_view_scroll), (ev_view_scroll_view),
9560         (ensure_rectangle_is_visible), (find_page_at_location),
9561         (get_link_at_location), (go_to_link), (status_message_from_link),
9562         (ev_view_size_request_continuous_dual_page),
9563         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9564         (ev_view_unrealize), (ev_view_expose_event),
9565         (ev_view_button_press_event), (ev_view_motion_notify_event),
9566         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9567         (draw_rubberband), (highlight_find_results), (draw_one_page),
9568         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9569         (ev_view_init), (find_changed_cb), (page_changed_cb),
9570         (on_adjustment_value_changed), (ev_view_new),
9571         (ev_view_set_document), (ev_view_set_zoom),
9572         (ev_view_set_continuous), (ev_view_set_dual_page),
9573         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9574         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9575         (ev_view_zoom_for_size_presentation),
9576         (ev_view_zoom_for_size_continuous_dual_page),
9577         (ev_view_zoom_for_size_continuous),
9578         (ev_view_zoom_for_size_dual_page),
9579         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9580         (ev_view_get_status), (ev_view_set_status),
9581         (update_find_status_message), (ev_view_get_find_status),
9582         (ev_view_set_find_status), (jump_to_find_result),
9583         (jump_to_find_page), (compute_selections), (clear_selection),
9584         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9585         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9586         (ev_view_update_primary_selection),
9587         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9588         * shell/ev-view.h:
9589         * shell/ev-window.c: (ev_window_open_page_label),
9590         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9591         (ev_window_init):
9592         * shell/ev-window.h:
9593         * shell/main.c: (load_files):
9594
9595         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9596         when resizing.  Remove the bin_window().  Also, patch from James
9597         Bowes to fix command line page, #300641
9598         
9599 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * data/evince-ui.xml:
9602         * shell/ev-view.c:
9603         * shell/ev-view.h:
9604         * shell/ev-window.c: (update_action_sensitivity):
9605
9606         Get rid of View->Normal Size, it's just confusing
9607
9608 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9609
9610         * backend/ev-document-info.h:
9611         * backend/ev-document.c: (ev_document_info_free): Free the
9612         EvDocumentInfo.
9613
9614         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9615         (clear_range), (add_range), (update_visible_range),
9616         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9617         (ev_sidebar_thumbnails_set_document):
9618         * shell/ev-window.c: (ev_window_setup_document): Only render the
9619         visible thumbnails.  It takes an instant to render, but it uses
9620         much less memory.
9621
9622 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9623
9624         * shell/ev-sidebar-links.c: (popup_menu_cb):
9625
9626         Select first item
9627
9628 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9629
9630         * lib/Makefile.am:
9631         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9632         (button_press_cb), (ev_sidebar_links_construct):
9633
9634         Show the popup menu also on keybindings
9635
9636 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9637
9638         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9639         * shell/ev-window.h:
9640
9641         Expose api to print a range (with dialog). Make private _print use
9642         it.
9643
9644         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9645         (ev_sidebar_links_construct):
9646
9647         Show a print context menu on linkx, it prints the selected
9648         section.
9649
9650 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9651
9652         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9653         button.
9654
9655 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * AUTHORS:
9658
9659         Update
9660
9661         * shell/ev-window.c: (build_comments_string),
9662         (ev_window_cmd_help_about):
9663
9664         Show poppler version/backend and authors
9665
9666 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9667
9668         * cut-n-paste/zoom-control/ephy-zoom.c:
9669         (ephy_zoom_get_zoom_level_index):
9670         * cut-n-paste/zoom-control/ephy-zoom.h:
9671
9672         Move the best fit items at the top of the list
9673
9674 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9675
9676         * shell/ev-marshal.list:
9677         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9678         (activate_cb), (match_selected_cb), (activate_link_cb),
9679         (connect_proxy), (ev_page_action_class_init):
9680         * shell/ev-page-action.h:
9681
9682         Use signals to notify action activation. Hopefully
9683         I did not break completion since I cant test...
9684
9685         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9686         (register_custom_actions):
9687
9688         Connect to page selector actions and also grab focus on
9689         the view when activated.
9690
9691 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9692
9693         * pdf/ev-poppler.cc:
9694         * backend/ev-page-cache.c: make page size calculation consistent
9695         and set it to (int)( width * scale + 0.5).  This makes the weird
9696         line going through the middle of the page go away.
9697
9698         * shell/ev-view.c: move painting the background page after
9699         checking the expose area covers us.
9700
9701 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9702
9703         * data/evince-password.glade:
9704         
9705         Mark labels as not translatable. Fix for bug 302842.
9706
9707 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9708
9709         * configure.ac: Added "es" to ALL_LINGUAS.
9710
9711 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9712
9713         * data/evince-toolbar.xml:
9714         * shell/ev-window.c: (update_action_sensitivity),
9715         (ev_window_setup_document), (ev_window_set_page_mode),
9716         (ev_window_init):
9717
9718         Remove some leftover code from jrb first continous
9719         attempt. Use the new actions, we still need good icons
9720         though...
9721
9722 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9723
9724         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9725
9726         Update label when connecting proxy. Fix a warning with NULL
9727         page_cache.
9728
9729 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9730
9731         * data/evince-ui.xml:
9732         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9733         * shell/ev-page-action.h:
9734         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9735
9736         Add mnemonic for edit toolbar.
9737         ctrl+l focus the page entry.
9738
9739 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9740
9741         * lib/Makefile.am:
9742         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9743         (ev_window_init):
9744         * shell/main.c: (main):
9745
9746         Put the toolbar xml in evince own dot dir
9747
9748 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9749
9750         * shell/ev-window.c: (ev_window_init):
9751
9752         Make the toolbar not removable
9753
9754 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * data/evince-ui.xml:
9757         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9758         * shell/ev-sidebar-links.h:
9759         * shell/ev-sidebar-thumbnails.c:
9760         (ev_sidebar_thumbnails_get_treeview):
9761         * shell/ev-sidebar-thumbnails.h:
9762         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9763         (ev_view_class_init):
9764         * shell/ev-view.h:
9765         * shell/ev-window.c: (update_action_sensitivity),
9766         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9767         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9768         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9769         (ev_window_init):
9770
9771         This is evil... Make space/backspace global accelerators but
9772         enable them only for some widgets (sidebars and view).
9773         I dont like it, but I dont know a better way... :/
9774
9775 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9776
9777         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9778         (ev_page_action_widget_finalize),
9779         (ev_page_action_widget_class_init), (update_page_cache):
9780
9781         Keep a weak reference on proxy->page_cache so that we
9782         dont try to disconnect the signal if the object is already
9783         gone. Maybe there is a better way to cleanup reference handling
9784         in page action though...
9785
9786 2005-05-10  Juerg Billeter  <j@bitron.ch>
9787
9788         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9789         * backend/ev-ps-exporter.h:
9790         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9791         * ps/ps-document.c: (ps_document_ps_export_begin):
9792         
9793         Change api to pass print range to ps_exporter_begin. The pdf backend
9794         requires this information.
9795         
9796         * shell/ev-print-job.c: (idle_print_handler):
9797         
9798         Adapt to api change
9799
9800 2005-05-10  Juerg Billeter  <j@bitron.ch>
9801
9802         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9803         (idle_print_handler)
9804         * shell/ev-window.c: (ev_window_print):
9805
9806         Support printing page range, based on patch by Amaury Jacquot
9807
9808 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9809
9810         * data/evince-toolbar.xml:
9811
9812         Add zoom control to available items
9813
9814 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9815
9816         * shell/ev-window.c: (update_action_sensitivity):
9817
9818         Set slash action insensitive when appropriate
9819
9820 2005-05-10  Christian Persch <chpe@gnome.org>
9821
9822         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9823
9824         Fix warning on the overflow menu
9825
9826 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9829
9830         Check for uri correctness/existence
9831
9832 2005-05-09  Juerg Billeter  <j@bitron.ch>
9833
9834         * shell/ev-window.c: (using_postscript_printer):
9835
9836         LPD printers use postscript, too
9837
9838 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9839
9840         * shell/ev-window.c: (register_custom_actions):
9841
9842         The zoom one is actually sort of useful,
9843         put it back
9844
9845 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9846
9847         * shell/ev-window.c: (register_custom_actions):
9848
9849         Hide page/zoom controls from overflow, they
9850         are useless.
9851
9852 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * cut-n-paste/update-from-egg.sh:
9855         
9856         Share it between all cut-n-paste subdirs
9857
9858         * cut-n-paste/recent-files/Makefile.am:
9859
9860         Fix to use "global" update-from-egg.sh
9861
9862         * cut-n-paste/recent-files/egg-recent-model.c:
9863         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9864         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9865         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9866         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9867
9868         Update from libegg
9869
9870         * cut-n-paste/toolbar-editor/Makefile.am:
9871
9872         Fix to use "global" update-from-egg.sh
9873
9874         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9875
9876         Update from libegg
9877
9878 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9879
9880         * configure.ac:
9881         * cut-n-paste/Makefile.am:
9882         * cut-n-paste/recent-files/Makefile.am:
9883         * cut-n-paste/toolbar-editor/.cvsignore:
9884         * cut-n-paste/toolbar-editor/Makefile.am:
9885         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9886         (egg_editable_toolbar_get_type), (get_toolbar_position),
9887         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9888         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9889         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9890         (set_item_drag_source), (create_item_from_action), (create_item),
9891         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9892         (popup_toolbar_context_menu_cb), (free_dragged_item),
9893         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9894         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9895         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9896         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9897         (item_added_cb), (item_removed_cb),
9898         (egg_editable_toolbar_construct),
9899         (egg_editable_toolbar_disconnect_model),
9900         (egg_editable_toolbar_deconstruct),
9901         (egg_editable_toolbar_set_model),
9902         (egg_editable_toolbar_set_ui_manager),
9903         (egg_editable_toolbar_set_property),
9904         (egg_editable_toolbar_get_property),
9905         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9906         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9907         (egg_editable_toolbar_new_with_model),
9908         (egg_editable_toolbar_get_edit_mode),
9909         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9910         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9911         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9912         (new_pixbuf_from_widget), (new_separator_pixbuf),
9913         (update_separator_image), (style_set_cb),
9914         (_egg_editable_toolbar_new_separator_image),
9915         (egg_editable_toolbar_get_model):
9916         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9917         * cut-n-paste/toolbar-editor/egg-marshal.c:
9918         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9919         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9920         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9921         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9922         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9923         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9924         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9925         (editor_drag_data_delete_cb), (drag_data_get_cb),
9926         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9927         (editor_create_item), (update_editor_sheet), (setup_editor),
9928         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9929         (parse_item_list), (model_has_action), (update_actions_list),
9930         (egg_toolbar_editor_load_actions):
9931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9932         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9933         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9934         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9935         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9936         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9937         (egg_toolbars_model_add_separator), (impl_add_item),
9938         (parse_item_list), (egg_toolbars_model_add_toolbar),
9939         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9940         (impl_get_item_data), (impl_get_item_type),
9941         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9942         (egg_toolbars_model_init), (free_toolbar),
9943         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9944         (egg_toolbars_model_remove_toolbar),
9945         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9946         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9947         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9948         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9949         (egg_toolbars_model_get_item_data),
9950         (egg_toolbars_model_get_item_type):
9951         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9952         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9953         * data/Makefile.am:
9954         * data/evince-toolbar.xml:
9955         * data/evince-ui.xml:
9956         * data/hand-open.png:
9957         * po/POTFILES.in:
9958         * shell/Makefile.am:
9959         * shell/ev-window.c: (update_chrome_visibility),
9960         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9961         (ev_window_dispose), (ev_window_init):
9962
9963         Implement epiphany like toolbar editor. Based on patch by
9964         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9965
9966 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9967
9968         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9969
9970         Use set_cursor instead of set_selection, so that
9971         the keyboard focus moves too.
9972
9973 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9974
9975         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9976
9977         Fix infinite loop when loading Type1 fonts
9978
9979 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9980
9981         * data/evince-ui.xml:
9982         * shell/ev-window.c:
9983
9984         Slash -> Find
9985
9986 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9987
9988         * configure.ac:
9989
9990         Make --disable really disable
9991
9992 2005-05-07  Juerg Billeter  <j@bitron.ch>
9993
9994         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9995
9996         Compare page labels even without has_labels set, fixes setting page
9997         with entry
9998
9999 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10000
10001         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10002         (ev_view_set_cursor), (ev_view_button_press_event),
10003         (ev_view_motion_notify_event), (ev_view_button_release_event),
10004         (ev_view_init):
10005
10006         Implement middle button scrolling. Based on a patch
10007         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10008
10009 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10010
10011         * shell/ev-document-types.c: (get_slow_mime_type),
10012         (get_document_type_from_mime), (ev_document_type_lookup):
10013         * shell/ev-document-types.h:
10014
10015         Change api to lookup from uri. Do fast lookup first, if the
10016         type is unknown try with data sniffing.
10017
10018         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10019         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10020
10021         Adapt to api change
10022
10023 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10024
10025         * thumbnailer/Makefile.am:
10026
10027         Fix distcheck
10028
10029 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10030
10031         * NEWS:
10032         * configure.ac:
10033
10034         Release 0.3.0
10035
10036         * data/evince-ui.xml:
10037
10038         Hide presentation mode for now
10039
10040         * shell/ev-view.c: (highlight_find_results):
10041
10042         Show current find selection only on current page
10043
10044 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10045
10046         * shell/ev-view.c: (ev_view_select_all):
10047
10048         Compute size of the actual page, not of
10049         the current one.
10050
10051 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10052
10053         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10054         (view_rect_to_doc_rect), (compute_selections),
10055         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10056         (ev_view_copy), (ev_view_primary_get_cb),
10057         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10058         (ev_view_button_press_event), (ev_view_motion_notify_event),
10059         (ev_view_button_release_event), (page_changed_cb):
10060
10061         Fix text selection
10062
10063 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10064
10065         * shell/ev-view.c: (compute_border), (get_page_extents),
10066         (doc_rect_to_view_rect), (highlight_find_results),
10067         (ev_view_bin_expose), (ev_view_select_all),
10068         (ev_view_motion_notify_event), (update_find_status_message),
10069         (jump_to_find_result), (jump_to_find_page):
10070
10071         First go at fixing search, still buggy
10072
10073 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10074
10075         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10076         dropdown box and button at the top of the sidebar.
10077
10078 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10079
10080         * configure.ac: Output zoom-control Makefile.
10081         * cut-n-paste/Makefile.am: build zoom-control subdir.
10082         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10083         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10084         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10085         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10086         * cut-n-paste/zoom-control/ephy-zoom.c:
10087         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10088         from epiphany, and modified to add a separator into the menu.
10089         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10090         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10091         zoom-control action.
10092         * shell/Makefile.am: Include zoom-control flags.
10093         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10094         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10095         (ev_view_zoom_for_size_presentation),
10096         (ev_view_zoom_for_size_continuous_and_dual_page),
10097         (ev_view_zoom_for_size_continuous),
10098         (ev_view_zoom_for_size_dual_page),
10099         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10100         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10101         ev_view_get_zoom and ev_view_get_sizing_mode.
10102         * shell/ev-view.h:
10103         * shell/ev-window.c: (update_action_sensitivity),
10104         (update_sizing_buttons), (zoom_control_changed_cb),
10105         (register_custom_actions): Initialize and use the zoom-control 
10106         widget.
10107
10108 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10109
10110         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10111         preview cache back to 1.  Don't know when it got set to 0.
10112         
10113         * shell/ev-view.c: (compute_border), (ev_view_realize),
10114         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10115         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10116         (ev_view_get_fullscreen), (ev_view_set_presentation),
10117         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10118         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10119         * shell/ev-view.h:
10120         * shell/ev-window.c:
10121         (update_chrome_visibility),
10122         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10123         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10124         (update_document_mode), (ev_window_update_fullscreen_action),
10125         (ev_window_fullscreen), (ev_window_unfullscreen),
10126         (ev_window_cmd_view_fullscreen),
10127         (ev_window_update_presentation_action),
10128         (ev_window_run_presentation), (ev_window_stop_presentation),
10129         (ev_window_cmd_view_presentation), (ev_window_state_event),
10130         (ev_window_focus_in_event), (ev_window_focus_out_event),
10131         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10132         * data/evince-ui.xml: Initial presentation mode.  We should
10133         probably hide this until it's done, as it's quite rough.  Also,
10134         change full-screen to fullscreen and add two getters to EvView.
10135
10136 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10137
10138         * shell/ev-page-action.c: (update_page_cache),
10139         (ev_page_action_dispose):
10140         * shell/ev-window.c: (destroy_fullscreen_popup),
10141         (ev_window_create_fullscreen_popup):
10142
10143         Use connect_object rather than explicitly
10144         disconnect on dispose.
10145
10146 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10147
10148         * shell/ev-page-action.c: (update_page_cache),
10149         (ev_page_action_dispose):
10150
10151 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10152
10153         * backend/ev-page-cache.c: (_ev_page_cache_new),
10154         (ev_page_cache_set_page_label),
10155         (ev_page_cache_has_nonnumeric_page_labels):
10156         * backend/ev-page-cache.h:
10157         * shell/ev-page-action.c: (update_pages_label):
10158         
10159         If all page labels are numeric, fallback to default
10160         way to display number of pages. See bug 173185.
10161
10162 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10163
10164         * shell/ev-page-action.c: (ev_page_action_dispose):
10165         * shell/ev-view.c: (view_update_range_and_current_page):
10166         * shell/ev-window.c: (ev_window_dispose):
10167         
10168         Set page on scroll in continuous mode. Fixes bug 301986.
10169         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10170
10171 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10172
10173         * configure.ac:
10174
10175         Require poppler 0.3.0
10176
10177 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10178         
10179         * shell/Makefile.am, configure.ac: Fix build problems
10180         with t1lib. Bug 301996.
10181
10182 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10183
10184         * shell/ev-view.c: (ev_view_scroll_event):
10185         
10186         Scroll up increase zoom
10187
10188 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10189
10190         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10191         (ev_view_set_sizing_mode),
10192         (ev_view_zoom_for_size_continuous_and_dual_page),
10193         (ev_view_zoom_for_size_continuous):
10194         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10195         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10196         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10197         (ev_window_init):
10198
10199         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10200         Fix for 165473 and 165472.
10201
10202 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10203
10204         * po/POTFILES.in:
10205         * thumbnailer/Makefile.am:
10206         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10207         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10208         * thumbnailer/evince-thumbnailer.schemas.in:
10209         
10210         Make thumbnailer schemas translatable. Fix for bug 301773
10211         
10212         * thumbnailer/evince-thumbnailer-djvu.schemas:
10213         * thumbnailer/evince-thumbnailer-dvi.schemas:
10214         * thumbnailer/evince-thumbnailer.schemas:
10215
10216         Removed files
10217
10218 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10219
10220         * shell/ev-view.c (ev_view_init): forgot to set this.
10221
10222 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10223
10224         * shell/ev-view.c: (find_page_at_location),
10225         (get_link_at_location),
10226         (ev_view_set_show_border), (ev_view_set_spacing),
10227         (ev_view_zoom_for_size_continuous_and_dual_page),
10228         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10229         Also, add a quick fix measuring of widths.  Also, removed
10230         ev_view_set_spacing and ev_view_set_show_border.
10231         
10232         * shell/ev-window.c: (ev_window_unfullscreen),
10233         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10234
10235 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10236
10237         * shell/ev-view.c: (view_update_range_and_current_page),
10238         (page_changed_cb):
10239         
10240         Fix crash on exit and scrolling to page in continuous view.
10241
10242 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10243
10244         * TODO:
10245         * backend/ev-page-cache.c: (_ev_page_cache_new),
10246         (ev_page_cache_get_max_width_size),
10247         (ev_page_cache_get_max_height_size):
10248         * backend/ev-page-cache.h:
10249         * data/evince-ui.xml:
10250         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10251         * shell/ev-view.c: (view_update_adjustments),
10252         (view_update_range_and_current_page), (get_bounding_box_size),
10253         (ev_view_size_request_continuous_and_dual_page),
10254         (ev_view_size_request_continuous),
10255         (ev_view_size_request_dual_page),
10256         (ev_view_size_request_single_page), (ev_view_size_request),
10257         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10258         (ev_view_bin_expose), (ev_view_expose_event),
10259         (ev_view_set_property), (ev_view_get_property),
10260         (ev_view_class_init), (ev_view_init), (ev_view_new),
10261         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10262         (ev_view_set_dual_page), (ev_view_set_full_screen),
10263         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10264         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10265         (ev_view_zoom_out), (zoom_for_size_fit_width),
10266         (zoom_for_size_best_fit),
10267         (ev_view_zoom_for_size_continuous_and_dual_page),
10268         (ev_view_zoom_for_size_continuous),
10269         (ev_view_zoom_for_size_dual_page),
10270         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10271         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10272         * shell/ev-view.h:
10273         * shell/ev-window.c: (update_action_sensitivity),
10274         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10275         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10276         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10277         (ev_window_cmd_view_zoom_out), (update_view_size),
10278         (ev_window_set_sizing_mode), (ev_window_init):
10279
10280         Add Continuous and Dual page modes.
10281
10282 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10283
10284         * dvi/dvi-document.c: (dvi_document_load),
10285         (dvi_document_thumbnails_get_thumbnail),
10286         (dvi_document_init_params): Fix up some mixups between
10287         width and height to correct thumbnail rendering.
10288
10289 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10290
10291         * dvi/mdvi-lib/private.h:
10292         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10293         
10294         Suppess output for kpathsea during font generation. Thanks to
10295         James Bowes
10296
10297 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10298
10299         * NEWS:
10300         * configure.ac:
10301
10302         Release 0.2.1
10303
10304         * Makefile.am: fix distcheck.
10305
10306 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10307
10308         * shell/ev-sidebar-links.c: (selection_changed_callback),
10309         (update_page_callback), (row_activated_callback),
10310         (job_finished_callback), (ev_sidebar_links_set_document):
10311         
10312         Fix for bug #169901. Double click on links expands tree.
10313
10314 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10315
10316         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10317         hard-coded style. Fix for bug 170111
10318
10319 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10320
10321         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10322         locking.
10323
10324 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10325
10326         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10327
10328 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10329
10330         * pdf/ev-poppler.cc:
10331         * shell/ev-view.c: (highlight_find_results):
10332
10333         Fix find on single page documents
10334
10335 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10336
10337         * data/evince.schemas.in: fix for bug 301390
10338
10339 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10340
10341         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10342         (ev_view_zoom_out), (ev_view_zoom_normal):
10343         * shell/ev-view.h:
10344         * shell/ev-window.c: (update_action_sensitivity),
10345         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10346         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10347         (ev_window_cmd_view_normal_size):
10348
10349         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10350         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10351         better than oom. 
10352
10353 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * configure.ac:
10356
10357         Depend on 2.57, 2.59 doesnt seem to be necessary
10358
10359 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10360
10361         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10362         (create_tool_item):
10363
10364         Put back total number of pages as (1 of 1234)
10365
10366 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10367
10368         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10369         remove the job.
10370
10371         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10372         function.  This helps debugging.
10373
10374 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10375
10376         * djvu/djvu-document.c: (djvu_document_class_init),
10377         (djvu_document_get_info), (djvu_document_document_iface_init):
10378         * dvi/dvi-document.c: (dvi_document_class_init),
10379         (dvi_document_get_info), (dvi_document_document_iface_init):
10380
10381         Dummy implementation of get_info method for dvi and
10382         djvu. Fix crashes with those backends
10383
10384 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10385
10386         * data/evince.desktop.in:
10387
10388         Add application/x-gzpostscript
10389
10390 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10391
10392         * data/evince.schemas.in: Added real long descriptions, 
10393         closes bug 172496 
10394
10395         * README: Added actual text, closes bug 171869
10396
10397 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10398
10399         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10400
10401         Thumbnail page 0
10402
10403 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10404
10405         * backend/ev-document-info.h:
10406
10407         s/GDate */GDate so we can just use g_free
10408
10409 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * shell/ev-window.c: (update_document_mode),
10412         (ev_window_setup_document):
10413
10414         Show the window in fullscreen when specified by
10415         the document
10416
10417 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10418
10419         * backend/ev-document.c: (ev_document_class_init),
10420         (ev_document_get_info), (ev_document_render_pixbuf):
10421         * backend/ev-document.h:
10422         * backend/ev-page-cache.c: (_ev_page_cache_new):
10423         * pdf/ev-poppler.cc:
10424         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10425         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10426         * ps/ps-document.c: (ps_document_class_init), (document_load),
10427         (ps_document_get_info), (ps_document_document_iface_init):
10428
10429         Remove get_title from the interface, we can just use document info
10430
10431 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10432
10433         * backend/Makefile.am:
10434         * backend/ev-document.c: (ev_document_render_get_info):
10435         * backend/ev-document.h:
10436         * pdf/ev-poppler.cc:
10437
10438         Initial support for document info. Based on jrb patch.
10439
10440 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10441
10442         * shell/ev-window.c: (ev_window_state_event),
10443         (ev_window_class_init), (ev_window_init):
10444         
10445         Doesn't show resize grip when maximized. See bug #301053
10446
10447 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10448
10449         * po/POTFILES.in:
10450         
10451         ev-sidebar-thumbnails now has translatable labels
10452         
10453         * shell/Makefile.am:
10454         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10455         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10456         (ev_sidebar_links_page_iface_init):
10457         * shell/ev-sidebar-links.h:
10458         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10459         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10460         (ev_sidebar_page_get_label):
10461         * shell/ev-sidebar-page.h:
10462         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10463         (ev_sidebar_thumbnails_set_document),
10464         (ev_sidebar_thumbnails_support_document),
10465         (ev_sidebar_thumbnails_get_label),
10466         (ev_sidebar_thumbnails_page_iface_init):
10467         * shell/ev-sidebar-thumbnails.h:
10468         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10469         (ev_sidebar_set_document):
10470         * shell/ev-sidebar.h:
10471         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10472         
10473         Small rework of sidebar code. Now sidebar pages should implement
10474         EvSidebarPage interface. That makes page management in EvSidebar
10475         easier. See bug #164811 for details
10476
10477 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10478
10479         * shell/ev-application.c: (ev_application_open):
10480         * shell/ev-document-types.c:
10481         
10482         Fix build error and small problem with application exit
10483
10484 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10485
10486         * thumbnailer/Makefile.am:
10487         * thumbnailer/evince-thumbnailer-djvu.schemas:
10488         * thumbnailer/evince-thumbnailer-dvi.schemas:
10489         
10490         Conditionally install schemas for djvu/dvi thumbnailer
10491
10492 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10493
10494         * shell/ev-document-types.h: 
10495         * shell/ev-document-types.c: 
10496         New files, handling the mapping from mimetypes to backends
10497         
10498         * shell/ev-window.c: 
10499         * thumbnailer/evince-thumbnailer.c:     
10500         Use the ev-document-types code
10501         
10502         * shell/Makefile.am: 
10503         Added new convenience library libevbackendfactory_la, containing
10504         the new mimetype->backend logic; moved the backends into it.
10505
10506         * thumbnailer/Makefile.am:
10507         Make the thumbnailer link with the libevbackend.la convenience
10508         library, rather than having a duplicate of the backend logic here.
10509
10510 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10511
10512         * shell/ev-stock-icons.c: constify some vars.
10513         * shell/ev-window.c: ditto.
10514
10515 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10516
10517         * ps/ps-document.c (get_page_orientation):
10518
10519         Respect document orientation 
10520
10521 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10522
10523         * djvu/Makefile.am:
10524         * dvi/Makefile.am:
10525         * shell/Makefile.am:
10526         
10527         Move library dependencies to components.
10528         
10529         * shell/ev-window.c: (update_window_title),
10530         (start_loading_document):
10531         
10532         Fix display of uris with spaces. Bug 168358.
10533
10534 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10535
10536         * shell/ev-sidebar-links.c: (selection_changed_cb):
10537         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10538         (ev_view_button_release_event), (ev_view_set_document):
10539         * shell/ev-view.h:
10540         * shell/ev-window.c: (find_bar_search_changed_cb):
10541         * shell/ev-window.h: Minor cleanups removing some dead code.
10542
10543 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10544
10545         * backend/ev-page-cache.c: (_ev_page_cache_new):
10546         
10547         Set current page to 0 if document has pages.
10548
10549 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10550
10551         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10552
10553         Initialize GError to NULL, fix a crash when loading fails.
10554
10555 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10556
10557         * shell/ev-window.c: (update_view_size):
10558
10559         Calculate shadow size only when there is actually
10560         a shadow.
10561
10562 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10563
10564         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10565         * shell/ev-view.h:
10566
10567         Allow setting view spacing, default to 0
10568
10569         * shell/ev-window.c: (ev_window_unfullscreen),
10570         (ev_window_cmd_view_fullscreen), (ev_window_init):
10571
10572         Remove spacing in fullscreen mode
10573
10574 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10575
10576         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10577         (ev_view_size_request), (expose_bin_window),
10578         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10579         * shell/ev-view.h:
10580         * shell/ev-window.c: (ev_window_unfullscreen),
10581         (ev_window_cmd_view_fullscreen):
10582
10583         Do not draw the border in fulscreen
10584
10585 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10586
10587         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10588         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10589         (find_page_at_location), (page_changed_cb):
10590
10591         Rework border calculation, so that I can more easily disable it.
10592         Code somewhat cleaner too.
10593
10594 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10595
10596         * backend/ev-page-cache.c: (ev_page_cache_init),
10597         (_ev_page_cache_new):
10598
10599         Remove some assertions, documents can have 0 pages.
10600         Make initial current page -1.
10601
10602         * shell/ev-page-action.c: (page_changed_cb):
10603
10604         Show "" if current page is -1
10605
10606         * shell/ev-window.c: (update_action_sensitivity),
10607         (ev_window_setup_document):
10608
10609         When document has 0 pages do not set the view
10610         and make nearly everything insensitive.
10611
10612 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10613
10614         * shell/ev-page-view.c:
10615         * shell/ev-page-view.h:
10616
10617         Remove unused files.
10618         
10619         * shell/ev-sidebar-thumbnails.c:
10620         (ev_sidebar_thumbnails_set_document):
10621         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10622         (ev_sidebar_supports_document):
10623         * shell/ev-sidebar.h:
10624         * shell/ev-window.c: (ev_window_setup_document):
10625         
10626         Doesn't show thumbnails if document has 1 page. Make
10627         sidebar menu entries sensitive only if if they have 
10628         sense. Fix bug 164811. 
10629
10630 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10631
10632         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10633         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10634         (ev_view_zoom_out), (ev_view_set_size):
10635
10636         Rework sizing to deal with documents with not uniform page
10637         size.
10638
10639 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10640
10641         * backend/ev-page-cache.c: (_ev_page_cache_new):
10642
10643         Fix several page size caching bugs
10644
10645 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10646
10647         * shell/ev-window.c: (set_action_properties):
10648
10649         Make all toolbar items translatable
10650
10651 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10652
10653         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10654         (save_page_list), (ps_document_save),
10655         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10656         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10657         (ps_document_ps_exporter_iface_init):
10658         * ps/ps-document.h:
10659
10660         Based on a patch by J�rg Billeter <j@bitron.ch>
10661         
10662         Implement print and save a copy for the ps backend.
10663
10664 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10665
10666         * backend/ev-document.h:
10667         * djvu/djvu-document.c: (djvu_document_can_get_text),
10668         (djvu_document_document_iface_init):
10669         * dvi/dvi-document.c: (dvi_document_can_get_text),
10670         (dvi_document_document_iface_init):
10671         * pdf/ev-poppler.cc:
10672         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10673         (pixbuf_document_document_iface_init):
10674         * ps/ps-document.c: (ps_document_can_get_text),
10675         (ps_document_document_iface_init):
10676         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10677         * shell/ev-window.c: (update_action_sensitivity):
10678
10679         Fix the crash when trying to copy in backends that doesnt
10680         support it. We can implement a better solution once we
10681         do real text selection.
10682
10683 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10684
10685         * data/evince-ui.xml:
10686         * shell/ev-window.c: (ev_window_cmd_escape):
10687         
10688         Work around the Escape conflict (find bar and unfullscreen)
10689
10690 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10691
10692         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10693         
10694         Fix for #300233. Next page correctly handles document end.
10695         
10696         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10697         (ev_sidebar_thumbnails_class_init),
10698         (ev_sidebar_thumbnails_set_document),
10699         (ev_sidebar_thumbnails_clear_job),
10700         (ev_sidebar_thumbnails_clear_model):
10701         
10702         Cleanup thumbnail jobs on document changes.
10703         
10704         * shell/ev-view.c: (add_scroll_binding_keypad),
10705         (add_scroll_binding_shifted), (ev_view_class_init):
10706         
10707         Shift + Space scrolls up. Fix for #173184
10708         
10709         * shell/ev-window.c: (ev_window_open_page),
10710         (ev_window_cmd_view_reload):
10711         
10712         Fix reload (Bug #300094)
10713
10714 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10715
10716         
10717         * dvi/mdvi-lib/assoc.c:
10718         * dvi/mdvi-lib/assoc.h: Removed garbage files
10719         
10720         * dvi/mdvi-lib/bitmap.c:
10721         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10722         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10723         * dvi/mdvi-lib/color.h: Antialias of rules
10724         
10725         * dvi/mdvi-lib/common.h:
10726         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10727         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10728         * dvi/mdvi-lib/files.c:
10729         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10730         * dvi/mdvi-lib/mdvi.h:
10731         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10732         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10733         * dvi/mdvi-lib/util.c: Fix compile warnings
10734         
10735         * dvi/dvi-document.c:
10736         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10737         (dvi_document_thumbnails_get_thumbnail),
10738         (dvi_document_document_thumbnails_iface_init):
10739         * dvi/mdvi-lib/Makefile.am:
10740         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10741         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10742         
10743         Dvi backend now renders thumbnails
10744
10745 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10746
10747         * shell/main.c: (main): 
10748         
10749         Save accelerators on exit. Fixes bug #172095.
10750
10751 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10752
10753         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10754         update priority" comment.
10755
10756         * backend/ev-job-queue.c: Give a way to change priority.
10757
10758 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10759
10760         * shell/ev-page-action.c: Fix logic.
10761
10762 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10763
10764         * shell/ev-view.c: (ev_view_can_find_next):
10765         * shell/ev-window.c: (ev_window_setup_document):
10766
10767         Check that the document supports find
10768
10769 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10770
10771         * data/evince-ui.xml:
10772         * shell/ev-view.c: (ev_view_can_find_next):
10773         * shell/ev-view.h:
10774         * shell/ev-window.c: (update_action_sensitivity),
10775         (find_changed_cb), (ev_window_setup_document),
10776         (ev_window_cmd_edit_find_next):
10777
10778         Add Edit->Find Next
10779
10780 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10781
10782         * pdf/ev-poppler.cc:
10783         * shell/ev-print-job.c: (idle_print_handler):
10784
10785         Make printing work again
10786
10787 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10788
10789         * shell/ev-page-action.h:
10790         * shell/ev-page-action.c: (ev_page_action_widget_init),
10791         (ev_page_action_widget_class_init), (page_changed_cb),
10792         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10793         (get_filter_model_from_model), (match_selected_cb),
10794         (display_completion_text), (match_completion), (update_model),
10795         (connect_proxy), (ev_page_action_set_property),
10796         (ev_page_action_get_property), (ev_page_action_set_document),
10797         (ev_page_action_set_model), (ev_page_action_class_init): Big
10798         reworking to make completions work iff we have >= GTK-2.7.0
10799                 
10800         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10801         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10802         (job_finished_cb): We now have a 'model' property that is set when
10803         the links are loaded.  This can be caught with "notify::model"
10804
10805         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10806         listen for the model to be set, and propagate it to the action.
10807
10808 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10809
10810         * cut-n-paste/recent-files/egg-recent-item.c:
10811         (egg_recent_item_set_uri), (make_valid_utf8),
10812         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10813         * cut-n-paste/recent-files/egg-recent-item.h:
10814         
10815         Update egg-recent from libegg. This should fix long
10816         startup problem. For details see
10817         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10818
10819 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10820
10821         * cut-n-paste/recent-files/Makefile.am:
10822         * data/evince-ui.xml, shell/Makefile.am:
10823         * shell/ev-application.c, shell/ev-application.h:
10824         * shell/ev-window.c: Recent files support.
10825         
10826         * configure.ac: Added "ru" to ALL_LINGUAS.
10827         
10828         * dvju: new backend to support DJVU files.
10829         * dvi: new backend to support DVI.
10830
10831         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10832         * ev-application.c: Support for new backends.
10833         
10834         * help, ev-window.c, main.c shell/Makefile.am: 
10835         Evince user documentation.
10836
10837 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10838
10839         * po/POTFILES.in:
10840         * shell/ev-window.c:
10841         * thumbnailer/evince-thumbnailer.c:
10842
10843         s/pdf-document/ev-poppler
10844
10845 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10846
10847         * NEWS:
10848         * configure.ac:
10849
10850         Release 0.2.0
10851
10852         * ps/ps-document.c: (setup_pixmap):
10853
10854         Remove debug code
10855
10856 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10857
10858         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10859         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10860         (ev_window_cmd_go_first_page): Fix of by one errors.
10861
10862 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10863
10864         * ps/ps-document.c: (get_page_box):
10865
10866         Fix page size calculation
10867
10868 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10869
10870         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10871         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10872         (get_page_orientation), (setup_page), (document_load),
10873         (ps_document_get_page_size), (render_pixbuf_idle):
10874         * ps/ps-document.h:
10875
10876         More refactoring to adapt to EvDocument changes
10877
10878 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10879
10880         * ps/ps-document.c: (start_interpreter):
10881
10882         Actually add alpha args
10883
10884 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10885
10886         * pdf/ev-poppler.cc:
10887
10888         Make clipboard work again
10889
10890 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10891
10892         Make searching work again.
10893         
10894         * backend/ev-document.c:
10895         * backend/ev-document.h:
10896         * backend/ev-document-find.c:
10897         * backend/ev-document-find.h: Change EvDocumentIface so we no
10898         longer store the current page or zoom level in the document.  The
10899         consequence is that all calls that operate on the current page now
10900         instead take the page number as an extra argument, and all
10901         coordinates are now doubles in document coordinate system.
10902
10903         * pdf/ev-poppler.cc:
10904         * pixbuf/pixbuf-document.c:
10905         * ps/ps-document.c: Update backends accordingly.
10906
10907 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10908
10909         * autogen.sh:
10910
10911         Add required gettext version
10912
10913 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10914
10915         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10916         make F1 bring up non-existent help.
10917
10918         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10919         epiphany's find bar, #167477
10920
10921         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10922         <emil@nishra.com> to add space-bar scrolling, 
10923
10924         * shell/ev-window.c (static GtkActionEntry entries): add default
10925         keybinding for Help (F1)
10926         Fixes #171068
10927
10928         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10929         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10930         170110
10931
10932 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10933
10934         * Makefile.am: 
10935         * pixbuf/pixbuf-document.c: 
10936
10937         Got pixbuf backend working again
10938
10939 2005-04-01  Steve Murphy  <murf@e-tools.com>
10940
10941         * configure.in: Added "rw" to ALL_LINGUAS.
10942
10943 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10944
10945         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10946         model types, noticed by Martin Kretzschmar.
10947
10948 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10949
10950         * pdf/ev-poppler.cc: Implement search based on
10951         poppler_page_find_text().  Currently a bit crude since we remember
10952         all matches from all pages.  Also, we grab the big document lock
10953         when we search since searching changes the underlying stream and
10954         thus conflicts with the rendering thread.
10955         
10956         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10957         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10958         (ev_view_find_previous): Fix some page indexes to be 0 based,
10959         offset rubber band by view offset,
10960
10961 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10962
10963         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10964
10965 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10966
10967         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10968         completely because I didn't understand GtkActions.  I should
10969         read Marco's code more carefully in the future.
10970
10971         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10972         function
10973
10974 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10975
10976         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10977         PopplerRectangle change from poppler CVS.
10978
10979 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10980
10981         * backend/ev-document.c: (ev_document_get_page_label):
10982         * backend/ev-document.h:
10983         * backend/ev-page-cache.c: (_ev_page_cache_new),
10984         (ev_page_cache_get_page_label):
10985         * backend/ev-page-cache.h:
10986         * pdf/ev-poppler.cc:
10987         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10988         (links_page_num_func):
10989         * shell/ev-sidebar-thumbnails.c:
10990         (ev_sidebar_thumbnails_set_document):
10991         * shell/ev-view.c: (status_message_from_link),
10992         (ev_view_motion_notify_event):
10993         * shell/ev-window.c: (document_supports_sidebar): Add in page
10994         label support.  It's not perfect yet, but it's the first 'feature'
10995         in a while.
10996         Also, fix a bogus comment noticed by crispin. 
10997
10998 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10999
11000         * Makefile.am: Remove pixbuf backend for now
11001
11002         * configure.ac: Require poppler-glib instead of just poppler.
11003
11004         * backend/ev-document-thumbnails.h: Add a comment
11005
11006         * backend/ev-document.h:
11007         * backend/ev-document.c: (ev_document_class_init),
11008         (ev_document_load), (ev_document_get_link),
11009         (ev_document_get_links): Remove 3 methods and add get_links.
11010         Also, made 0 based.
11011
11012         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11013         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11014
11015         * backend/ev-link.c: (ev_link_set_title),
11016         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11017         (ev_link_mapping_find):
11018         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11019         
11020         * backend/ev-page-cache.c: (ev_page_cache_init),
11021         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11022         (ev_page_cache_get_size), (ev_page_cache_next_page),
11023         (ev_page_cache_prev_page): Fix to be 0 based.
11024
11025         * pdf/Makefile.am: 
11026         * pdf/ev-poppler.h:
11027         * pdf/ev-poppler.cc: New backend.
11028         
11029         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11030         (ps_document_get_page), (ps_document_document_iface_init):
11031
11032         * shell/ev-pixbuf-cache.h:
11033         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11034         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11035         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11036         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11037         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11038         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11039         based.
11040         
11041         * shell/ev-sidebar-thumbnails.c:
11042         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11043         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11044
11045         * shell/ev-view.c: (status_message_from_link),
11046         (find_page_at_location), (get_link_at_location),
11047         (ev_view_motion_notify_event), (ev_view_button_release_event),
11048         (ev_view_init): Use the new link code.  Fix to be 0 based.
11049
11050         * shell/ev-window.c: (update_action_sensitivity),
11051         (document_supports_sidebar): 0 based.
11052
11053 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11054
11055         * pdf/pdf-document.cc: Patch from Fernando Herrera
11056         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11057         *blush*
11058
11059 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11060
11061         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11062         1 to the page, as this seems to be 1 based.  I thought we has this
11063         fixed.  grump.
11064
11065 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11066
11067         * TODO:
11068         * backend/Makefile.am:
11069         * backend/ev-document-links.c:
11070         (ev_document_links_has_document_links),
11071         (ev_document_links_get_links_model):
11072         * backend/ev-document-links.h:
11073         * backend/ev-document.c: (ev_document_get_page_cache),
11074         (ev_document_get_doc_mutex), (ev_document_load),
11075         (ev_document_save), (ev_document_get_title),
11076         (ev_document_get_n_pages), (ev_document_set_page),
11077         (ev_document_get_page), (ev_document_set_target),
11078         (ev_document_set_scale), (ev_document_set_page_offset),
11079         (ev_document_get_page_size), (ev_document_get_text),
11080         (ev_document_get_link), (ev_document_render),
11081         (ev_document_render_pixbuf), (ev_document_scale_changed):
11082         * backend/ev-document.h:
11083         * backend/ev-job-queue.c: (remove_object_from_queue),
11084         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11085         (no_jobs_available_unlocked), (ev_render_thread),
11086         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11087         (ev_job_queue_remove_job):
11088         * backend/ev-job-queue.h:
11089         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11090         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11091         (ev_job_links_class_init), (ev_job_render_init),
11092         (ev_job_render_dispose), (ev_job_render_class_init),
11093         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11094         (ev_job_thumbnail_class_init), (ev_job_finished),
11095         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11096         (ev_job_render_run), (ev_job_thumbnail_new),
11097         (ev_job_thumbnail_run):
11098         * backend/ev-jobs.h:
11099         * backend/ev-link.c:
11100         * backend/ev-link.h:
11101         * backend/ev-page-cache.c: (ev_page_cache_init),
11102         (ev_page_cache_class_init), (ev_page_cache_finalize),
11103         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11104         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11105         (ev_page_cache_set_link), (ev_page_cache_get_title),
11106         (ev_page_cache_get_size), (ev_page_cache_next_page),
11107         (ev_page_cache_prev_page):
11108         * backend/ev-page-cache.h:
11109         * pdf/pdf-document.cc:
11110         * ps/gsdefaults.c:
11111         * ps/gsdefaults.h:
11112         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11113         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11114         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11115         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11116         (is_interpreter_ready), (output), (catchPipe), (input),
11117         (start_interpreter), (check_filecompressed), (compute_dimensions),
11118         (ps_document_enable_interpreter), (document_load),
11119         (ps_document_next_page), (render_page), (ps_document_set_page),
11120         (ps_document_set_scale), (render_pixbuf_idle),
11121         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11122         * ps/ps-document.h:
11123         * shell/Makefile.am:
11124         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11125         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11126         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11127         (ev_pixbuf_cache_new), (job_finished_cb),
11128         (check_job_size_and_unref), (move_one_job),
11129         (ev_pixbuf_cache_update_range), (find_job_cache),
11130         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11131         (ev_pixbuf_cache_add_jobs_if_needed),
11132         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11133         * shell/ev-pixbuf-cache.h:
11134         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11135         (idle_print_handler):
11136         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11137         (selection_changed_cb), (create_loading_model),
11138         (ev_sidebar_links_construct), (links_page_num_func),
11139         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11140         (update_page_callback), (job_finished_cb),
11141         (ev_sidebar_links_set_document):
11142         * shell/ev-sidebar-thumbnails.c:
11143         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11144         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11145         (page_changed_cb), (thumbnail_job_completed_callback),
11146         (ev_sidebar_thumbnails_set_document):
11147         * shell/ev-sidebar-thumbnails.h:
11148         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11149         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11150         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11151         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11152         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11153         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11154         (ev_view_button_release_event), (ev_view_scroll_view),
11155         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11156         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11157         (ev_view_new), (job_finished_cb), (page_changed_cb),
11158         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11159         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11160         (ev_view_find_previous):
11161         * shell/ev-view.h:
11162         * shell/ev-window.c: (update_action_sensitivity),
11163         (ev_window_open_page), (update_window_title), (update_total_pages),
11164         (page_changed_cb), (ev_window_setup_document),
11165         (password_dialog_response), (ev_window_cmd_save_as),
11166         (ev_window_print), (ev_window_cmd_go_previous_page),
11167         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11168         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11169         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11170         * shell/main.c: (main):
11171
11172         Merge evince-threads branch
11173
11174 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11175
11176         * configure.ac: Added "lt" to ALL_LINGUAS.
11177
11178 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11179
11180         * NEWS:
11181         * configure.ac:
11182
11183         Release 0.1.9
11184
11185 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11186
11187         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11188
11189         Fix here also the thumbnails 1-basedness :)
11190
11191 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * NEWS:
11194         * configure.ac:
11195
11196         Release 0.1.8
11197
11198 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11199
11200         * pdf/pdf-document.cc:
11201         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11202         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11203
11204         Fix the mess we did with thumbnails and 1-basedness
11205
11206 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11207
11208         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11209
11210 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11211
11212         * NEWS:
11213         * configure.ac:
11214
11215         Release 0.1.7
11216
11217 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11218
11219         * ps/Makefile.am:
11220         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11221         (gtk_gs_defaults_get_alpha_parameters),
11222         (gtk_gs_defaults_get_ungzip_cmd),
11223         (gtk_gs_defaults_get_unbzip2_cmd):
11224         * ps/gsdefaults.h:
11225         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11226         (ps_document_get_orientation), (document_load),
11227         (ps_document_goto_page), (ps_document_set_page_size):
11228         * ps/ps-document.h:
11229
11230         Some more sanitization of the ps backend. Remove a lot
11231         of unused code and do not base our defaults on ggv
11232         preferences (ugh!)
11233
11234 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11235
11236         * thumbnailer/evince-thumbnailer.schemas:
11237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11238         (main): add -s option for thumbnail size.
11239
11240 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11241
11242         * configure.ac:
11243
11244         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11245         remove it.
11246
11247 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * pdf/pdf-document.cc:
11250
11251         Remove 4 pixels of useless border from the
11252         thumbnail.
11253
11254 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * backend/ev-document-thumbnails.c:
11257         (ev_document_thumbnails_get_thumbnail):
11258         * backend/ev-document-thumbnails.h:
11259
11260         Rework API a bit. Add a border flag and
11261         change sizing logic (now the size we specify
11262         applies to the bigger dimension).
11263
11264         * pdf/pdf-document.cc:
11265         * pixbuf/pixbuf-document.c:
11266         (pixbuf_document_thumbnails_get_thumbnail):
11267         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11268         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11269
11270         Adapt to the new API and do not draw a border for nautilus
11271         thumbnailer.
11272
11273 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11274
11275         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11276         take thumbnails from page "0" instead of "1". Added a copyright header.
11277
11278 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11279
11280         * ps/ps-document.c: (set_up_page), (start_interpreter):
11281
11282         Make it C89 compliant
11283
11284 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11285
11286         * Makefile.am:
11287         * configure.ac:
11288         * pdf/.cvsignore:
11289         * pdf/pdf-document.cc:
11290         * thumbnailer/Makefile.am:
11291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11292         (main):
11293         * thumbnailer/evince-thumbnailer.schemas:
11294         * thumbnailer/pdf-icon.png:
11295
11296         Add a nautilus thumbnailer.
11297         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11298
11299 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * NEWS:
11302         * configure.ac:
11303         * po/POTFILES.in:
11304
11305         Release 0.1.6
11306
11307 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11308
11309         Use poppler instead of including xpdf source code.  Poppler is a
11310         fork of xpdf to build it as a shared library. See
11311         http://freedesktop.org/wiki/Software/poppler.
11312
11313         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11314         xpdf fork.
11315         
11316         * pdf/Makefile.am: Build libpdfdocument.a here.
11317         
11318         * pdf/GDKSplashOutputDev.cc:
11319         * pdf/GDKSplashOutputDev.h:
11320         * pdf/GnomeVFSStream.cc:
11321         * pdf/GnomeVFSStream.h:
11322         * pdf-document.cc:
11323         * pdf-document.h:
11324         * test-gdk-output-dev.cc
11325         * Thumb.cc:
11326         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11327         against poppler.
11328
11329 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11330
11331         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11332
11333         Clear idle stack before unsetting the document
11334
11335 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * ps/ps-document.c: (ps_document_widget_event),
11338         (ps_document_set_target), (ps_document_finalize),
11339         (ps_document_get_page):
11340
11341         Disconnect the widget event signal on finalize.
11342         Some code cleanups.
11343
11344 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * ps/ps-document.c: (set_up_page):
11347
11348         If there is no bpixmap create one, even if size
11349         is not changed.
11350
11351 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11352
11353         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11354         (set_up_page), (document_load), (ps_document_set_zoom):
11355
11356         Default page is 0. Calculate size even when we have no
11357         target yet.
11358
11359 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11360
11361         * shell/ev-sidebar.c: expand the selection widget to be always as
11362         wide as the sidebar
11363
11364 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * shell/ev-sidebar-thumbnails.c:
11367         (ev_sidebar_thumbnails_set_document):
11368
11369         Clear the list store when setting document
11370
11371 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11372
11373         * shell/ev-page-action.c: (update_entry), (sync_entry),
11374         (activate_cb), (entry_size_request_cb), (create_tool_item),
11375         (connect_proxy):
11376
11377         Use an entry for the page control instead of spinbuttons
11378
11379 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11380
11381         * data/evince.schemas.in:
11382
11383         Correct confusing string
11384
11385 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11386
11387         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11388         for real.  Gosh, how long has this been broken.
11389
11390         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11391         check for a NULL link.  We crash otherwise.
11392
11393 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11394
11395         * NEWS:
11396         * configure.ac:
11397
11398         Release 0.1.5
11399
11400 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11401
11402         * configure.ac: add the french translation.
11403
11404 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * shell/ev-window.c:
11407
11408         Remove unused header -> fix distcheck
11409
11410 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * shell/ev-window.c: (update_window_title),
11413         (ev_window_popup_password_dialog):
11414
11415         Unescape filename for display
11416
11417 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * pdf/xpdf/pdf-document.cc:
11420
11421         In get_page_size deal with rotation. Also
11422         cleanup the function a bit.
11423
11424 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11425
11426         * pdf/xpdf/pdf-document.cc:
11427
11428         Fix crash when opening in new window
11429
11430 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11431
11432         * configure.ac:
11433
11434         Check ghostscript >= 7
11435
11436 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11437
11438         * shell/ev-window.c:
11439
11440         Make page width the default sizing mode
11441
11442 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11443         Marco Pesenti Gritti <marco@gnome.org>
11444
11445         * shell/ev-window.c: Remember the sidebar size
11446
11447         * data/evince.schemas.in: Add a new gconf key to store the size of
11448         the sidebar
11449
11450 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11451
11452         * data/evince-ui.xml:
11453         * shell/ev-window.c: (update_action_sensitivity),
11454         (ev_window_cmd_view_reload):
11455         
11456         Add a "Reload" action and menu entry
11457
11458 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11459
11460         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11461         iff the type doesn't support thumbnailing and indexing.
11462
11463 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11464
11465         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11466
11467 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * pdf/splash/Splash.cc:
11470
11471         Port fix for a crasher from kde bug
11472         http://bugs.kde.org/show_bug.cgi?id=97131
11473
11474 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11475
11476         * pdf/xpdf/pdf-document.cc:
11477
11478         Return a link even if it's of an unrecognized
11479         type. Otherwise we go in an infinte cycle.
11480
11481 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11482
11483         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11484         (size_allocate_cb), (ev_window_set_sizing_mode):
11485
11486         Update size when switching mode
11487
11488 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11489
11490         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11491         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11492         (ev_window_cmd_view_normal_size):
11493
11494         Fix size toggle buttons behavior
11495
11496 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11499         (doc_rect_to_view_rect), (ev_view_size_allocate),
11500         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11501         (scale_changed_callback):
11502
11503         Do not cache offsets in size_allocate.
11504
11505 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11506
11507         * shell/ev-view.c: (ev_view_size_allocate):
11508
11509         Calculate offsets before calling the parent
11510         class (which does a redraw)
11511
11512 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * pdf/xpdf/pdf-document.cc:
11515
11516         Fix a crasher on exit. Unused code, put a TODO
11517
11518 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11519
11520         * backend/ev-document.c: (ev_document_class_init),
11521         (ev_document_page_changed), (ev_document_scale_changed):
11522         * backend/ev-document.h:
11523
11524         Separate page/scale notifications
11525
11526         * pdf/xpdf/pdf-document.cc:
11527
11528         Emit the new signals.
11529         Do not display the pdf page in _render, do it
11530         when scale/page are requested.
11531
11532         * ps/ps-document.c: (ps_document_set_zoom),
11533         (ps_document_widget_event):
11534         * ps/ps-document.h:
11535
11536         Emit the new signals.
11537
11538         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11539         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11540         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11541         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11542         * shell/ev-view.h:
11543         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11544         (ev_window_cmd_view_page_width), (size_allocate_cb),
11545         (ev_window_set_sizing_mode):
11546
11547         Rework sizing to be pixel based.
11548         There are bugs but should be already way better.
11549
11550 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11551
11552         * shell/ev-window.c: (ev_window_init):
11553
11554         Do not allow to shrink sidebar smaller then
11555         child requisition
11556
11557 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11558
11559         * shell/ev-sidebar.[ch]
11560         * shell/ev-window.c:
11561
11562         Improved sidebar widget. Fixes #166683
11563
11564 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11565
11566         * shell/ev-view.c (update_find_status_message): Give translators
11567         more flexibility with ngettext plural handling.
11568
11569 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11570
11571         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11572         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11573         page when we get the page size.
11574
11575 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11576
11577         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11578
11579         ps pages are 0 based, convert 
11580
11581 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11582
11583         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11584
11585         Initialize correct parent class. Set GError on document load
11586
11587 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11588
11589         * pdf/xpdf/pdf-document.cc:
11590
11591         Fixup selection offset calculation
11592
11593         * shell/ev-view.c: (view_rect_to_doc_rect),
11594         (doc_rect_to_view_rect), (ev_view_size_allocate),
11595         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11596         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11597
11598         Store selection as document relative, so that zooming
11599         and offset changing doesnt break it.
11600
11601 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11602
11603         * shell/ev-view.c: (ev_view_best_fit):
11604
11605         Do not try to best fit if the view is not realized
11606
11607 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11608           
11609         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11610
11611 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11612
11613         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11614
11615 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11616
11617         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11618         the popup window.  That prevents it resizing when in full screen
11619         mode.
11620
11621         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11622         multiple rerenders.  This pretty much sucks.
11623
11624         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11625         rest of the toolbar.
11626
11627 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11628
11629         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11630
11631 2005-02-17  Alexander Shopov  <ash@contact.bg>
11632
11633         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11634
11635 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11636
11637         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11638
11639 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11640
11641         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11642         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11643         (set_document_page), (document_changed_callback),
11644         (ev_view_set_document), (ev_view_find_previous),
11645         (ev_view_hide_cursor), (ev_view_show_cursor):
11646         * shell/ev-view.h:
11647         * shell/ev-window.c: (update_chrome_visibility),
11648         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11649         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11650         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11651         (ev_window_unfullscreen):
11652         * shell/main.c: (main):
11653
11654         Automatically hide the fullscreen button.
11655         Patch by Kristian Høgsberg <krh@redhat.com>
11656
11657 2005-02-16  Vincent Noel  <vnoel@cox.net>
11658
11659         * shell/main.c (main): Specify an icon for the window. Patch by
11660         Jaap A. Haitsma. Fixes #166177.
11661
11662 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11663
11664         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11665
11666 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11667
11668         * backend/ev-document-misc.h:
11669         * backend/ev-document-misc.c:
11670         (ev_document_misc_get_page_border_size),
11671         (ev_document_misc_paint_one_page): New function to canonicalize
11672         sizing/painting a border.
11673
11674         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11675         used.
11676
11677         * pdf/xpdf/pdf-document.cc: use new function
11678
11679         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11680         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11681         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11682         shell/ev-window.c: (update_sizing_buttons),
11683         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11684         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11685         (ev_window_cmd_view_page_width), (size_allocate_cb),
11686         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11687         and "fit width" values act as toggle buttons so they stay
11688         toggled.  It's not 100% perfect, and it's a little slow, but it's
11689         good enough to commit I think.
11690
11691 2005-02-15  David Lodge  <dave@cirt.net>
11692
11693         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11694
11695 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11696
11697         * shell/ev-window.c (update_window_title): replace newlines in
11698         the title by spaces. Bug #166107.
11699
11700 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11701
11702         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11703         parameters providing allocation width and height without
11704         scrollbars and width of a possible vertical scrollbar. With this
11705         additional information the functions can work as
11706         intended. Unfortunately they're not idempotent. We should
11707         transform these commands to toggles. Fixes Bug #164976
11708         Initial patch by Stephane Loeuillet, then heavily modified.
11709
11710         * shell/ev-view.h: update prototypes.
11711
11712         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11713         (ev_window_cmd_view_page_width): provide EvView fit functions with
11714         all the information they need. Formulas to calculate this
11715         information taken from GtkScrolledWindow.
11716
11717 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11718
11719         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11720         created a thumbnail, the list store is updated to know
11721         that the thumbnail is set. Fixes bug #166792
11722
11723 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11724
11725         * shell/ev-window.c: fixed typo, closes bug 166897
11726
11727         * TODO: updated TODO with bug numbers that are relevant
11728
11729 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11730
11731         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11732
11733 2005-02-09  Vincent Noel  <vnoel@cox.net>
11734
11735         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11736         and "Next" toolbar buttons as important to make them stand out.
11737
11738 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11739
11740         * lib/ev-debug.c:
11741         * lib/ev-debug.h:
11742         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11743         (start_interpreter), (stop_interpreter), (document_load),
11744         (ps_document_next_page), (ps_document_goto_page),
11745         (ps_document_set_page_size), (ps_document_widget_event),
11746         (ps_document_render):
11747         * shell/ev-page-view.c: (ev_page_view_dispose):
11748         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11749
11750         Fix compilation on non-gcc platforms
11751
11752 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11753
11754         * NEWS:
11755         * configure.ac:
11756
11757         Release 0.1.4
11758
11759         * pdf/xpdf/Catalog.cc:
11760         * pdf/xpdf/XRef.cc:
11761
11762         Fix the fix for CAN-2004-0888
11763
11764 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11765
11766         * data/Makefile.am:
11767         * data/evince-ui.xml:
11768         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11769         * shell/ev-stock-icons.h:
11770         * shell/ev-window.c: (update_action_sensitivity),
11771         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11772         (set_action_properties):
11773
11774         Improve toolbar layout/icons
11775
11776 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11777
11778         * pdf/xpdf/pdf-document.cc:
11779
11780         Add warnings about unimplemented/unknown link
11781         types.
11782
11783 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * ps/ps-document.c: (set_up_page):
11786
11787         Log gs property
11788
11789 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * ps/ps-document.c: (start_interpreter):
11792
11793         Log gs env var
11794
11795 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11796
11797         * shell/ev-page-view.c: (ev_page_view_dispose):
11798         * shell/ev-view.c: (ev_view_finalize):
11799         * shell/ev-window.c: (ev_window_setup_document),
11800         (ev_window_dispose), (ev_window_init):
11801
11802         Solve more refs issues.
11803
11804         I commented out the page_view initialization for now:
11805         it was never destroyed (because it's never added
11806         to a container). Because of that we was leaking
11807         gs processes. Couldnt think to a clean fix.
11808         We need to figure this out, password view has the
11809         same issue probably.
11810
11811 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11812
11813         * ps/ps-document.c: (ps_document_finalize),
11814         (ps_document_get_n_pages), (ps_document_get_page):
11815
11816         Some cleanups, stop the interpreter on finalize
11817
11818         * shell/ev-page-view.c: (ev_page_view_dispose),
11819         (ev_page_view_class_init):
11820
11821         Release our reference on the document
11822
11823 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * Makefile.am:
11826         * configure.ac:
11827         * doc/debugging.txt:
11828         * lib/.cvsignore:
11829         * lib/Makefile.am:
11830         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11831         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11832         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11833         * lib/ev-debug.h:
11834
11835         Add debugging helpers
11836
11837         * ps/Makefile.am:
11838         * ps/ps-document.c: (set_up_page), (start_interpreter),
11839         (stop_interpreter), (document_load), (ps_document_next_page),
11840         (ps_document_goto_page), (ps_document_set_page_size),
11841         (ps_document_widget_event), (ps_document_render):
11842         * shell/Makefile.am:
11843         * shell/ev-view.c: (expose_bin_window):
11844         * shell/main.c: (main):
11845
11846         Add some logs
11847         
11848 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * ps/ps-document.c: (ps_document_widget_event):
11851
11852         Initialize message_window, this should make ps
11853         rendering really work! (Never noticed because I was
11854         testing with a ps that is causing gs to exit every time!)
11855
11856 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11857
11858         * data/evince.schemas.in: updated simple error in applyto closing tag
11859
11860 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11861
11862         * Makefile.am:
11863         * configure.ac:
11864         * data/.cvsignore:
11865         * data/Makefile.am:
11866         * data/evince-ui.xml:
11867         A data/evince.schemas.in:
11868         * po/POTFILES.in:
11869         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11870         * shell/ev-stock-icons.h:
11871         * shell/ev-window.c: (update_chrome_visibility),
11872         (update_chrome_flag), (ev_window_cmd_edit_find),
11873         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11874         (ev_window_unfullscreen), (ev_window_focus_in_event),
11875         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11876         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11877         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11878         (ev_window_dispose), (ev_window_class_init),
11879         (set_action_properties), (set_chrome_actions), (load_chrome),
11880         (ev_window_init):
11881
11882         Implement fullscreen mode changes from bug #164776.
11883         Also implement persistent chrome toggles.
11884
11885 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11886
11887         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11888
11889 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * NEWS:
11892         * configure.ac:
11893         * shell/ev-view.c:
11894
11895         Add another check for find interface
11896
11897         Release 0.1.3
11898
11899 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11900
11901         * shell/ev-application.c: (ev_application_open):
11902         * shell/ev-window.c: (ev_window_open):
11903
11904         Open gzipped ps documents
11905
11906 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * TODO:
11909         * shell/ev-view.c: (set_document_page):
11910
11911         Clamp page number, dont try to move to
11912         not existant pages.
11913
11914 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * backend/ev-document-find.c: (ev_document_find_changed):
11917         * backend/ev-document-find.h:
11918         * pdf/xpdf/pdf-document.cc:
11919         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11920         * shell/ev-window.c: (find_bar_search_changed_cb):
11921
11922         Fix several bugs with find
11923
11924 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11925
11926         * shell/ev-sidebar-thumbnails.c
11927         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11928         document. Prevents warning from scroll_to_cell.
11929
11930 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11931
11932         * configure.ac: Add «nb» to ALL_LINGUAS too.
11933
11934 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11935
11936         * NOTES: New file with some random thoughts.
11937
11938         * TODO: Update.
11939
11940         * backend/ev-document-misc.c:
11941         (ev_document_misc_get_page_border_size): New function to
11942         canonicalize shadow drawing sizes.  Possibly goofy.
11943
11944         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11945         (ev_view_best_fit), (ev_view_fit_width):
11946         * pdf/xpdf/pdf-document.cc:
11947         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11948         * ps/ps-document.c: (ps_document_get_page_size):
11949         * backend/ev-document-misc.h:
11950         * backend/ev-document.c: (ev_document_get_page_size):
11951         * backend/ev-document.h: get_page_size now takes a page number
11952         parameter.  Made all the backends/frontends honor it.
11953
11954         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11955         see.  Doesn't work yet.
11956
11957         * shell/Makefile.am:
11958         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11959         Doesn't do anything yet.
11960
11961         * shell/ev-sidebar-thumbnails.c:
11962         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11963         [0..n_pages-1]
11964
11965         * shell/ev-window.c: (update_action_sensitivity),
11966         (ev_window_setup_document), (ev_window_set_page_mode),
11967         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11968         view-swapping code a bit so we can have multiple views on a
11969         document.  Add the multi-page view, though it can't be turned on
11970         yet.
11971
11972 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11973
11974         * shell/ev-application.c: (ev_application_open):
11975         * shell/ev-view.c: (expose_bin_window):
11976         * shell/ev-window.c: (ev_window_open):
11977
11978         Support eps and check document supports find
11979         before drawing highlightings in expose.
11980
11981 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11982
11983         * pixbuf/pixbuf-document.c:
11984         (pixbuf_document_thumbnails_get_dimensions),
11985         (pixbuf_document_document_thumbnails_iface_init):
11986
11987         implement get_dimensions
11988
11989 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * NEWS:
11992         * configure.ac:
11993
11994         Release 0.1.2
11995
11996 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * shell/ev-view.c: (set_document_page):
11999
12000         Scroll at the top of the page when changing page
12001
12002 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * shell/ev-view.c: (ev_view_motion_notify_event):
12005
12006         Do not redraw unnecessarily
12007
12008 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12009
12010         * pdf/xpdf/pdf-document.cc:
12011         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12012         (expose_bin_window), (find_changed_cb):
12013
12014         Yay! find works now... Now to find bugs...
12015
12016 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12017
12018         * backend/ev-document-find.c: (ev_document_find_base_init),
12019         (ev_document_find_changed):
12020         * backend/ev-document-find.h:
12021         * pdf/xpdf/pdf-document.cc:
12022         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12023         (expose_bin_window), (ev_view_init), (set_document_page),
12024         (ensure_rectangle_is_visible), (jump_to_find_result),
12025         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12026         (ev_view_find_next), (ev_view_find_previous):
12027         * shell/ev-view.h:
12028         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12029
12030         More work on find implementation, mostly there now
12031
12032 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12033
12034         * backend/ev-backend-marshalers.list:
12035         * backend/ev-document-find.c: (ev_document_find_base_init),
12036         (ev_document_find_cancel), (ev_document_find_page_has_results),
12037         (ev_document_find_get_n_results), (ev_document_find_get_result),
12038         (ev_document_find_get_progress), (ev_document_find_changed):
12039         * backend/ev-document-find.h:
12040
12041         Enanche the find interface to be really able to do
12042         multi page find.
12043
12044         * pdf/xpdf/pdf-document.cc:
12045
12046         Implement
12047
12048         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12049         (expose_bin_window), (ev_view_init),
12050         (ev_view_get_find_status_message), (find_changed_cb),
12051         (ev_view_set_document), (set_document_page):
12052
12053         Adapt to the new interface. A few things are regressed sorry,
12054         I will finish it soon.
12055
12056 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12057
12058         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12059         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12060         ev_sidebar_thumbnails_parent_class variable, don't define another
12061         parent_class variable.
12062
12063         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12064         (ev_page_action_class_init): ditto.
12065
12066         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12067         (pixbuf_document_class_init): ditto.
12068
12069         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12070         ditto.
12071
12072         * .cvsignore: ignore various valgrind output files.
12073
12074 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12075
12076         * data/evince-ui.xml:
12077         * shell/Makefile.am:
12078         * shell/ev-history.c:
12079         * shell/ev-history.h:
12080         * shell/ev-navigation-action.c:
12081         * shell/ev-navigation-action.h:
12082         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12083         (ev_view_set_page), (ev_view_fit_width):
12084         * shell/ev-view.h:
12085         * shell/ev-window.c: (update_action_sensitivity),
12086         (ev_window_setup_document), (register_custom_actions):
12087
12088         Kill session history
12089
12090 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * shell/ev-window.c: (update_action_sensitivity):
12093
12094         Fix inverted up/down buttons
12095
12096 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12097
12098         * shell/ev-sidebar-thumbnails.c
12099         (ev_sidebar_thumbnails_select_page): make sure the selected
12100         thumbnail stays visible.
12101
12102 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12103
12104         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12105         scrolled window for Federico.
12106
12107 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12108
12109         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12110
12111 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * configure.ac:
12114         * pdf/splash/SplashFTFontEngine.cc:
12115
12116         Fix CID fonts with freetype 2.1.9
12117
12118 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12119
12120         * TODO: added item for desktop icon thumbnailer
12121
12122 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12123
12124         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12125         unloaded docs when the title is accessed.
12126
12127         * shell/ev-password-view.[hc]: New widget for displaying password
12128         state.
12129
12130         * shell/ev-window.[ch]: Refactor password handling code to handle
12131         the new view.
12132
12133 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * NEWS:
12136         * configure.ac:
12137         * data/Makefile.am:
12138
12139         Release 0.1.1
12140
12141 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12142
12143         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12144         ignore page offset here, to make search results independent of it,
12145
12146         * shell/ev-view.c (expose_bin_window): but take offsets into
12147         account here. Bug #164932
12148
12149         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12150         scale at the right time. Bug #164996
12151
12152 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12153
12154         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12155         fix the problem. Now I just removed the Adobe font names and hope
12156         that the URW fonts are always in outline format. Bug #164934
12157
12158         * shell/ev-window.c (update_window_title): empty titles are
12159         useless, use filename in that case too.
12160
12161         * NEWS: Add some content.
12162
12163 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12164
12165         * TODO: added one more TODO item and a TODONE section :)
12166
12167 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12168
12169         * ps/ps-document.h: add page_[xy]_offset fields.
12170
12171         * ps/ps-document.c (ps_document_set_page_offset)
12172         (ps_document_render): Keep offset in consideration in a few
12173         places. Bug #164752 "postscript documents are not centered in
12174         window"
12175
12176         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12177         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12178
12179         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12180         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12181         stub out missing methods for complete EvDocument implementation.
12182         Fixes segfaults with Save A Copy and Copy actions.
12183
12184         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12185         (ps_document_document_iface_init): ditto.
12186         
12187 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * data/.cvsignore:
12190         * data/Makefile.am:
12191         * data/evince.desktop.in:
12192
12193         Add desktop file
12194
12195 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12196
12197         * shell/ev-view.c: (ev_view_button_press_event),
12198         (ev_view_motion_notify_event):
12199
12200         Make selection work in any direction
12201
12202 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * TODO:
12205         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12206
12207         Use shorter labels for some of the toolbars items
12208
12209 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12210
12211         * pdf/xpdf/pdf-document.cc:
12212
12213         Check the links info is initialized before
12214         using it. Should fix a crash on startup.
12215
12216 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12217
12218         * pixbuf/pixbuf-document.c
12219         (pixbuf_document_thumbnails_get_dimensions): force floating point
12220         division to calculate page_ratio. Fixes crash with landscape
12221         format pixbufs.
12222
12223 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12224
12225         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12226
12227 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12228
12229         * shell/ev-view.c (set_document_page): unset has_selection when
12230         the page changes.
12231         (set_document_page): handle paper size changes when the page
12232         changes (test with Free Culture, page 2).
12233
12234 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12237         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12238
12239         Use normal style color for the widget background and
12240         draw a black box around the page.
12241
12242 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12243
12244         * pdf/xpdf/pdf-document.cc:
12245
12246         Keep offset in consideration in a few places
12247
12248         * shell/ev-view.c: (expose_bin_window):
12249
12250         Set the offsets so that the document is ever centered
12251
12252 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12253
12254         * TODO: Added TODO items and finished off the first todo item
12255
12256         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12257         reflect current authors
12258
12259 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * pdf/xpdf/pdf-document.cc:
12262         * shell/ev-view.c: (ev_view_set_cursor),
12263         (ev_view_motion_notify_event), (document_changed_callback),
12264         (set_document_page):
12265
12266         Show a wait cursor while the page is rendering
12267
12268 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12269
12270         * shell/ev-sidebar-thumbnails.c:
12271         (ev_sidebar_tree_selection_changed),
12272         (ev_sidebar_thumbnails_select_page):
12273         * shell/ev-sidebar-thumbnails.h:
12274         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12275         (ev_view_can_go_forward):
12276         * shell/ev-window.c: (ev_window_open_page),
12277         (ev_window_setup_document), (update_current_page),
12278         (view_page_changed_cb), (ev_window_init):
12279         * shell/ev-window.h:
12280
12281         Ensure thumbnails selection, toolbar page control and
12282         current page are in sync.
12283
12284 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * pdf/xpdf/XRef.cc:
12287
12288         Fix CAN-2005-0064
12289
12290 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12291
12292         * backend/Makefile.am:
12293         * backend/ev-document-links.h:
12294         * backend/ev-document-security.c: (ev_document_security_get_type),
12295         (ev_document_security_has_document_security),
12296         (ev_document_security_set_password):
12297         * backend/ev-document-security.h:
12298         * backend/ev-document.c: (ev_document_error_quark):
12299         * backend/ev-document.h:
12300         * data/Makefile.am:
12301         * data/evince-password.glade:
12302         * pdf/xpdf/pdf-document.cc:
12303         * shell/Makefile.am:
12304         * shell/ev-password.c: (ev_password_set_bad_password_label),
12305         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12306         (ev_password_dialog_get_password),
12307         (ev_password_dialog_set_bad_pass):
12308         * shell/ev-password.h:
12309         * shell/ev-window.c: (ev_window_get_attribute),
12310         (ev_window_set_property), (update_action_sensitivity),
12311         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12312         (ev_window_setup_document), (ev_window_get_password),
12313         (ev_window_open), (ev_window_cmd_save_as),
12314         (using_postscript_printer), (ev_window_print),
12315         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12316         (update_fullscreen_popup), (ev_window_fullscreen),
12317         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12318         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12319         (menu_item_select_cb), (find_bar_search_changed_cb),
12320         (ev_window_dispose), (ev_window_init):
12321
12322         Add initial support for password-supported dialogs.  This could be
12323         a lot cooler, but it'll do for now.
12324
12325 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12326
12327         * pdf/xpdf/pdf-document.cc:
12328         * shell/ev-view.c: (status_message_from_link),
12329         (ev_view_set_status), (ev_view_set_cursor),
12330         (ev_view_motion_notify_event), (ev_view_init):
12331         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12332
12333         Fix bugs in the links implementation and change cursor
12334         when hovering a link.
12335
12336 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12337
12338         * viewer/.cvsignore: added cvsignore file for viewer directory
12339
12340         * TODO: created TODO document
12341
12342 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12343
12344         * shell/ev-view.h:
12345         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12346         new functions to help with implementation of sensitivity code
12347         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12348         of all actions that might require it.  Fixes a crash when you
12349         click on the Zoom actions in a window lacking a document.
12350
12351 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12352
12353         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12354         of the Find action
12355
12356 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12359         (pixbuf_document_document_iface_init):
12360         * ps/ps-document.c: (ps_document_get_link),
12361         (ps_document_document_iface_init):
12362         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12363         (status_message_from_link), (ev_view_set_status),
12364         (ev_view_set_find_status), (ev_view_motion_notify_event),
12365         (ev_view_button_release_event), (ev_view_set_property),
12366         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12367         (ev_view_get_find_status_message), (update_find_results),
12368         (ev_view_get_status), (ev_view_get_find_status):
12369         * shell/ev-view.h:
12370         * shell/ev-window.c: (view_status_changed_cb),
12371         (view_find_status_changed_cb), (ev_window_init):
12372
12373         View status message support, use it to show the links.
12374         Needs work...
12375
12376 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12377
12378         * backend/ev-document.c: (ev_document_get_link):
12379         * backend/ev-document.h:
12380         * pdf/xpdf/pdf-document.cc:
12381         * shell/ev-application.c: (ev_application_open):
12382         * shell/ev-application.h:
12383         * shell/ev-sidebar-links.c: (selection_changed_cb):
12384         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12385         (ev_view_go_to_link):
12386
12387         Add support for document links
12388
12389 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12390
12391         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12392         (create_tool_item):
12393         Set the spin button limits correctly.
12394         
12395         * shell/ev-sidebar-thumbnails.c:
12396         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12397         Support changing pages by clicking on the thumbnails.
12398         
12399 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12400
12401         * pixbuf/pixbuf-document.c:
12402         (pixbuf_document_thumbnails_get_dimensions),
12403         (pixbuf_document_document_thumbnails_iface_init):
12404
12405         implement get_dimensions
12406
12407 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12408
12409         * ps/ps-document.c: (ps_document_goto_page):
12410
12411         Fix page switching on multipage documents
12412
12413 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12414
12415         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12416         
12417         check for NULL before assigning to width and height parameters
12418
12419 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12420
12421         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12422         (pixbuf_document_set_property), (pixbuf_document_get_property):
12423
12424         implement get/set properties
12425
12426 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12427
12428         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12429         
12430         return NULL instead of "Unknown", letting the title get set to
12431         the filename when the pdf has no title.
12432
12433 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12434
12435         * ps/ps-document.c: (ps_document_get_page_count),
12436         (ps_document_goto_page):
12437
12438 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12439
12440         * shell/ev-history.c: (ev_history_get_property),
12441         (ev_history_set_property), (ev_history_class_init),
12442         (ev_history_add_page), (ev_history_set_current_index):
12443         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12444         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12445         (ev_navigation_action_finalize):
12446         * shell/ev-navigation-action.h:
12447         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12448         (ev_view_go_forward), (ev_view_get_find_status_message),
12449         (history_index_changed_cb), (ev_view_set_history):
12450         * shell/ev-view.h:
12451         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12452         (update_current_page), (register_custom_actions):
12453
12454         Implement history dropdowns
12455
12456 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12457
12458         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12459         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12460         (ev_view_go_forward):
12461         * shell/ev-window.c: (register_custom_actions):
12462
12463         Fix several history bugs
12464
12465 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12466
12467         * configure.ac: Add «nb» to ALL_LINGUAS.
12468
12469 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * backend/Makefile.am:
12472         * backend/ev-bookmark.c:
12473         * backend/ev-bookmark.h:
12474         * backend/ev-document-bookmarks.c:
12475         * backend/ev-document-bookmarks.h:
12476         * backend/ev-document-links.c: (ev_document_links_get_type),
12477         (ev_document_links_has_document_links),
12478         (ev_document_links_begin_read), (ev_document_links_get_link),
12479         (ev_document_links_get_child), (ev_document_links_next),
12480         (ev_document_links_free_iter):
12481         * backend/ev-document-links.h:
12482         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12483         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12484         (ev_link_get_link_type), (ev_link_set_link_type),
12485         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12486         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12487         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12488         (ev_link_new_external):
12489         * backend/ev-link.h:
12490         * pdf/xpdf/pdf-document.cc:
12491         * shell/Makefile.am:
12492         * shell/ev-application.c: (ev_application_open_link):
12493         * shell/ev-application.h:
12494         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12495         (ev_history_get_link_nth):
12496         * shell/ev-history.h:
12497         * shell/ev-sidebar-bookmarks.c:
12498         * shell/ev-sidebar-bookmarks.h:
12499         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12500         (ev_sidebar_links_class_init), (selection_changed_cb),
12501         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12502         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12503         (do_one_iteration), (populate_links_idle),
12504         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12505         * shell/ev-sidebar-links.h:
12506         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12507         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12508         (go_to_index):
12509         * shell/ev-view.h:
12510         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12511         * shell/ev-window.h:
12512
12513         Rename bookmark to link, and use "Index" for the sidebar panel.
12514
12515 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * shell/Makefile.am:
12518         * shell/ev-application.c: (ev_application_open_bookmark):
12519         * shell/ev-application.h:
12520         * shell/ev-history.c: (ev_history_init), (free_links_list),
12521         (ev_history_finalize), (ev_history_class_init),
12522         (ev_history_add_link), (ev_history_add_page),
12523         (ev_history_get_link_nth), (ev_history_get_n_links),
12524         (ev_history_get_current_index), (ev_history_set_current_index),
12525         (ev_history_new):
12526         * shell/ev-history.h:
12527         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12528         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12529         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12530         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12531         (ev_view_set_page):
12532         * shell/ev-view.h:
12533         * shell/ev-window.c: (ev_window_open_bookmark),
12534         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12535         (goto_page_cb), (register_custom_actions):
12536         * shell/ev-window.h:
12537
12538         Initial history implementation. Needs work.
12539
12540 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12541
12542         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12543
12544 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * cut-n-paste/recent-files/egg-recent-item.c:
12547         * cut-n-paste/recent-files/egg-recent-item.h:
12548         * cut-n-paste/recent-files/egg-recent-model.c:
12549         * cut-n-paste/recent-files/egg-recent-util.c:
12550         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12551         * cut-n-paste/recent-files/egg-recent-view.c:
12552
12553         Update
12554
12555 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12556
12557         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12558         (fillGlyph, fillImageMask, drawImage):
12559         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12560         pdf/splash/SplashTypes.h:
12561         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12562         packed mode for Splash.
12563
12564         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12565         RGB8 packed mode, eliminates the pixbuf data creation loop.
12566
12567         * shell/ev-print-job.c (ev_print_job_finalize)
12568         (ev_print_job_set_property, ev_print_job_get_property)
12569         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12570         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12571         (print_closure_finalize, ev_print_job_print): implement
12572         printing (for backends with EvPsExporter)
12573
12574         * shell/ev_print_job.h: update prototypes.
12575
12576         * shell/ev-window.c (ev_window_print): unref print job after
12577         printing.
12578
12579         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12580         unless the document implements the EvDocumentFind interface.
12581
12582 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12583
12584         * configure.ac: Added ja to ALL_LINGUAS.
12585
12586 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * pdf/xpdf/pdf-document.cc:
12589
12590         add a FIXME. We should probably not allocate
12591         a bookmark object every time
12592
12593 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12594
12595         * shell/ev-application.c: (ev_application_open),
12596         (ev_application_open_bookmark):
12597         * shell/ev-application.h:
12598         
12599         Add a way to open bookmarks
12600
12601         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12602         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12603         (ev_bookmark_set_property), (ev_bookmark_class_init),
12604         (ev_bookmark_new_title), (ev_bookmark_new_link),
12605         (ev_bookmark_new_external):
12606
12607         Support for external uris, better constructors.
12608
12609         * backend/ev-bookmark.h:
12610         * pdf/xpdf/pdf-document.cc:
12611         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12612
12613         Handle external uris
12614
12615 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12616
12617         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12618         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12619
12620         Hook up bookmarks navigation
12621
12622 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12623
12624         * backend/Makefile.am:
12625         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12626         (ev_bookmark_get_title), (ev_bookmark_set_title),
12627         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12628         (ev_bookmark_get_page), (ev_bookmark_set_page),
12629         (ev_bookmark_get_property), (ev_bookmark_set_property),
12630         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12631         (ev_bookmark_new):
12632         * backend/ev-bookmark.h:
12633         * backend/ev-document-bookmarks.c:
12634         (ev_document_bookmarks_get_bookmark):
12635         * backend/ev-document-bookmarks.h:
12636         * pdf/xpdf/pdf-document.cc:
12637         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12638
12639         Add a bookmark object to the backend and use it instead of get_values
12640
12641 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12642
12643         * data/evince-ui.xml:
12644
12645         Cleanup and add select all.
12646
12647         * shell/ev-view.c: (ev_view_select_all),
12648         (ev_view_button_press_event):
12649         * shell/ev-view.h:
12650         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12651
12652         Add select all.
12653         Clear selection on click.
12654
12655 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12656
12657         * shell/ev-sidebar-thumbnails.c
12658         (ev_sidebar_thumbnails_set_document): forgot to unref the
12659         loading_icon.
12660
12661 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12662
12663         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12664         at the visible page, not just linearly.  This makes it look fast.
12665
12666 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12667
12668         * backend/ev-document-misc.c
12669         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12670         white.
12671         * backend/ev-document-thumbnails.h: New interface to get the size
12672         of a page.
12673
12674 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12675
12676         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12677         make dist works
12678
12679 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12680
12681         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12682         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12683         things up a bit.
12684
12685         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12686
12687 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12688
12689         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12690         fonts. Should fix font problems on systems that have the base
12691         fonts in bitmap format. Reported by James Henstridge
12692         <james@jamesh.id.au>.
12693
12694 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12695
12696         * pdf/xpdf/Gfx.cc:
12697         * pdf/xpdf/GfxState.cc:
12698
12699         Fix for CAN-2004-1125
12700
12701 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * shell/ev-view.c: (ev_view_copy):
12704         * shell/ev-view.h:
12705         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12706
12707         Implement Edit->Copy
12708
12709 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * backend/ev-document.c: (ev_document_get_text):
12712         * backend/ev-document.h:
12713         * pdf/xpdf/pdf-document.cc:
12714         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12715         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12716         (ev_view_update_primary_selection), (ev_view_button_press_event),
12717         (ev_view_motion_notify_event), (ev_view_button_release_event):
12718
12719         Beginnings of clipboard support. Incomplete but primary sort
12720         of work.
12721
12722 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12723
12724         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12725         (expose_bin_window):
12726
12727         Nicer rubberband drawing, from GtkIconView.
12728
12729 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * backend/ev-document.c: (ev_document_save):
12732         * backend/ev-document.h:
12733         * data/evince-ui.xml:
12734         * pdf/xpdf/pdf-document.cc:
12735         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12736
12737         Implement "Save a copy..." menu item
12738
12739 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12740
12741         * shell/ev-view.c: (ev_view_zoom):
12742
12743         Queue a resize when zoom changes
12744
12745 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12746
12747         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12748         shadows.
12749
12750         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12751         thumbnails..
12752
12753 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12754
12755         * pdf/xpdf/pdf-document.cc
12756         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12757
12758 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12759
12760         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12761         It's slow, but I'll speed it up next!
12762
12763 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12764
12765         * shell/main.c (load_files):
12766
12767         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12768         from the command line and because it seems more appropriate.
12769
12770 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * data/evince-ui.xml:
12773         * shell/ev-window.c: (update_action_sensitivity),
12774         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12775
12776         s/next page/page down
12777         s/previous page/page up
12778
12779 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * data/evince-ui.xml:
12782
12783         Change the layout to match clarkbw design.
12784
12785         * shell/Makefile.am:
12786         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12787         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12788         (ev_navigation_action_finalize),
12789         (ev_navigation_action_set_property),
12790         (ev_navigation_action_get_property),
12791         (ev_navigation_action_class_init):
12792         * shell/ev-navigation-action.h:
12793
12794         Implement clarkbw toolbar navigation controls (incomplete)
12795
12796         * shell/ev-page-action.c: (update_label), (update_spin),
12797         (value_changed_cb), (create_tool_item), (connect_proxy),
12798         (ev_page_action_init), (ev_page_action_finalize),
12799         (ev_page_action_set_property), (ev_page_action_get_property),
12800         (ev_page_action_set_current_page),
12801         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12802         * shell/ev-page-action.h:
12803
12804         Implement a page switcher in the toolbar
12805
12806         * shell/ev-view.c: (ev_view_scroll_view):
12807         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12808         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12809         (register_custom_actions), (ev_window_init):
12810
12811         Change page on PageUp/Down.
12812
12813 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12814
12815         * pdf/xpdf/pdf-document.cc
12816         (pdf_document_thumbnails_get_thumbnail): initial stab at
12817         implementing thumbnail support for pdfs.  It only does documents
12818         with precached pdfs now.
12819
12820 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12821
12822         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12823         thumbnail code into a time-based idle as well.  Also, turn off the
12824         shadow temporarily as it's really slow.
12825
12826 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12827
12828         * backend/ev-document.c: (ev_document_class_init):
12829         * pdf/xpdf/pdf-document.cc:
12830         * shell/ev-window.c: (ev_window_open):
12831
12832         Fix document title bugs and fallback to
12833         filename when not available.
12834
12835 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12836
12837         * backend/ev-document.c: (ev_document_get_type),
12838         (ev_document_class_init), (ev_document_load),
12839         (ev_document_get_title):
12840         * backend/ev-document.h:
12841         * pdf/xpdf/pdf-document.cc:
12842         * ps/ps-document.c: (ps_document_set_property),
12843         (ps_document_get_property), (ps_document_class_init),
12844         (document_load):
12845         * ps/ps-document.h:
12846         * ps/ps.h:
12847         * shell/ev-window.c: (update_window_title), (ev_window_open),
12848         (ev_window_init):
12849
12850         Initial support for document title. Not working yet.
12851
12852 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12853
12854         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12855
12856         Grab focus on the view when clicking it
12857
12858 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * shell/ev-marshal.list:
12861         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12862         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12863
12864         Add key bindings to the view. Now if the focus would work
12865         right...
12866
12867 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12868
12869         * Makefile.am:
12870         * backend/Makefile.am:
12871         * data/Makefile.am:
12872         * dvi/Makefile.am:
12873         * dvi/dvilib/Makefile.am:
12874         * pdf/xpdf/Makefile.am:
12875         * po/POTFILES.in:
12876         * ps/Makefile.am:
12877
12878         Fix distcheck
12879
12880 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12881
12882         * shell/ev-view.c: (ev_view_realize):
12883
12884         Fix mouse wheel scrolling
12885
12886 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12887
12888         * ps/Makefile.am:
12889         * ps/gstypes.h:
12890         * ps/gtkgs.c:
12891         * ps/gtkgs.h:
12892         * ps/ps-document.c: (catchPipe), (ps_document_init),
12893         (ps_document_class_init), (ps_document_cleanup),
12894         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12895         (set_up_page), (close_pipe), (is_interpreter_ready),
12896         (interpreter_failed), (output), (input), (start_interpreter),
12897         (stop_interpreter), (file_length), (file_readable),
12898         (check_filecompressed), (check_pdf), (compute_xdpi),
12899         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12900         (ps_document_get_type), (ps_document_emit_error_msg),
12901         (document_load), (ps_document_next_page),
12902         (ps_document_get_current_page), (ps_document_get_page_count),
12903         (ps_document_goto_page), (ps_document_set_page_size),
12904         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12905         (ps_document_load), (ps_document_get_n_pages),
12906         (ps_document_set_page), (ps_document_get_page),
12907         (ps_document_widget_event), (ps_document_set_target),
12908         (ps_document_set_scale), (ps_document_set_page_offset),
12909         (ps_document_get_page_size), (ps_document_render),
12910         (ps_document_document_iface_init):
12911         * ps/ps-document.h:
12912         * ps/ps.c:
12913         * shell/ev-window.c: (ev_window_open):
12914
12915         Rename GtkGS to PSDocument
12916
12917 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12918
12919         * ps/gtkgs.c: (gtk_gs_class_init):
12920         * ps/gtkgs.h:
12921
12922         Some more leftover...
12923
12924 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12925
12926         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12927         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12928         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12929         * ps/gtkgs.h:
12930
12931         Remove unused code and make a lot of stuff private
12932
12933 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12934
12935         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12936         (gtk_gs_defaults_changed):
12937         * ps/gsdefaults.h:
12938         * ps/gtkgs.c:
12939         * ps/gtkgs.h:
12940         * ps/ps.h:
12941
12942         Cleanup headers dependencies
12943
12944 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12945
12946         * ps/Makefile.am:
12947         * ps/ggvutils.c:
12948         * ps/ggvutils.h:
12949         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12950         * ps/gsdefaults.h:
12951         * ps/gtkgs.c: (file_length), (file_readable),
12952         (check_filecompressed), (check_pdf), (gtk_gs_load),
12953         (gtk_gs_get_postscript):
12954
12955         Get rid of ggvutils
12956
12957 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12958
12959         * ps/ggvutils.c:
12960         * ps/ggvutils.h:
12961         * ps/gsio.h:
12962         * ps/gtkgs.c: (gtk_gs_set_zoom):
12963
12964         Cleanups
12965
12966 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12967
12968         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12969
12970         Ensure the page is rerendered when changing zoom
12971
12972 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12973
12974         * backend/ev-document.c: (ev_document_base_init),
12975         (ev_document_changed):
12976         * backend/ev-document.h:
12977
12978         Add a changed event that is emitted when the page content
12979         changes. This is necessary to deal with the fact that
12980         in ps backend rendering happen asycrounously.
12981         This makes the ps backend mostly work.
12982
12983         * pdf/xpdf/pdf-document.cc:
12984
12985         Emit changed event
12986
12987         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12988         (ps_document_set_target):
12989
12990         Emit changed event
12991
12992         * shell/ev-view.c: (document_changed_callback),
12993         (ev_view_set_document), (ev_view_set_page):
12994
12995         Redraw on the changed signal
12996
12997 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12998
12999         * configure.ac: Added pt_BR to ALL_LINGUAS.
13000
13001 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13002
13003         * backend/ev-document-bookmarks.c:
13004         (ev_document_bookmarks_get_child): *
13005         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13006         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13007         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13008         (ev_sidebar_bookmarks_destroy),
13009         (ev_sidebar_bookmarks_class_init),
13010         (ev_sidebar_bookmarks_construct), (stack_data_free),
13011         (do_one_iteration), (populate_bookmarks_idle),
13012         (ev_sidebar_bookmarks_clear_document),
13013         (ev_sidebar_bookmarks_set_document): *
13014         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13015         (ev_sidebar_add_page),
13016         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13017         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13018         it displays both the topics and the page numbers.
13019
13020 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13021
13022         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13023         toggle.
13024         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13025         visible.
13026
13027 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13028
13029         * configure.ac: Added en_CA to ALL_LINGUAS.
13030
13031 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13032
13033         * ChangeLog: replace bottom of this ChangeLog (merged history of
13034         ggv and gpdf; where all paths were wrong and most of the files are
13035         not even in this tree) with ChangeLog (from arch) of the shell
13036         code.
13037
13038 2004-12-23  Havoc Pennington  <hp@redhat.com>
13039
13040         * shell/ev-window.c: hook up potentially-questionable "find
13041         results status text" feature - something involving the sidebar or
13042         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13043         might be better in the end.
13044
13045         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13046         with corresponding signal when it should be updated
13047
13048         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13049
13050 2004-12-22  Havoc Pennington  <hp@redhat.com>
13051
13052         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13053         find stuff on other pages, sort of (only returns one result on
13054         invisible pages, to show they have results; updates full results
13055         for a page when you view it). Currently repaints the current page
13056         every time a new result is found on any page, which isn't so nice.
13057
13058 2004-12-22  Havoc Pennington  <hp@redhat.com>
13059
13060         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13061         the document doesn't support find (better ideas?)
13062         (find_bar_search_changed_cb): handle missing document or document
13063         that doesn't support find
13064
13065         * pdf/xpdf/pdf-document.cc: port to implement the new
13066         EvDocumentFindIface
13067
13068         * backend/ev-document-find.c: create a new interface for searching
13069
13070         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13071
13072 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13073
13074         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13075         libevbackend.la.
13076
13077         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13078         EvPrintJob constructor arguments.
13079
13080         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13081         for documents that can export PostScript (page by page).
13082
13083         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13084         
13085         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13086         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13087         (pdf_document_ps_exporter_iface_init:
13088         Implement EvPSExporter.
13089
13090         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13091
13092 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13093
13094         * backend/Makefile.am:
13095         * backend/ev-document-thumbnails.c:
13096         (ev_document_thumbnails_get_type),
13097         (ev_document_thumbnails_get_thumbnail):
13098         * backend/ev-document-thumbnails.h:
13099         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13100         (pixbuf_document_thumbnails_get_thumbnail),
13101         (pixbuf_document_document_thumbnails_iface_init):
13102         * shell/Makefile.am:
13103         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13104         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13105         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13106         * shell/ev-sidebar-thumbnails.h:
13107         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13108         (ev_sidebar_set_document):
13109         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13110         (create_shadow), (ev_pixbuf_add_shadow):
13111         * shell/ev-utils.h:
13112         Add thumbnail support.
13113         
13114 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13115
13116         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13117         (using_postscript_printer): Set up a print dialog for "PostScript
13118         injection" method.
13119
13120         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13121         EvPrintJob.
13122
13123         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13124
13125 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13126
13127         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13128         (ps_document_set_target), (ps_document_get_page_size),
13129         (ps_document_render):
13130         * ps/gtkgs.h:
13131
13132         Fix a few bugs
13133
13134 2004-12-22  Christian Rose  <menthos@menthos.com>
13135
13136         * configure.ac: Added "sv" to ALL_LINGUAS.
13137
13138 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13139
13140         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13141         document supports bookmarks.
13142
13143 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * ps/ggvutils.c: (ggv_file_readable):
13146         * ps/ggvutils.h:
13147         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13148         (gtk_gs_get_postscript):
13149
13150         Remove unused utils
13151
13152 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13155         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13156         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13157         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13158         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13159         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13160         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13161         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13162         (gtk_gs_set_antialiasing), (ps_document_load),
13163         (ps_document_render):
13164         * ps/gtkgs.h:
13165
13166         Another check point for the ps backend. Now I can get it to show
13167         pages!
13168
13169 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13170
13171         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13172         document setting code.
13173
13174 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13175
13176         * shell/eggfindbar.c: (entry_activate_callback):
13177         Animate the next button when activate is pressed.
13178         
13179 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13180
13181         * shell/ev-window.c: (ev_window_cmd_edit_find),
13182         (update_fullscreen_popup), (ev_window_fullscreen),
13183         (ev_window_unfullscreen), (ev_window_state_event_cb),
13184         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13185         Fix bugs in fullscreen code.
13186         
13187 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13188
13189         * Makefile.am:
13190         * configure.ac:
13191         * pixbuf/Makefile.am:
13192         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13193         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13194         (pixbuf_document_set_page), (pixbuf_document_get_page),
13195         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13196         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13197         (pixbuf_document_render), (pixbuf_document_begin_find),
13198         (pixbuf_document_end_find), (pixbuf_document_finalize),
13199         (pixbuf_document_class_init),
13200         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13201         * pixbuf/pixbuf-document.h:
13202         * shell/Makefile.am:
13203         * shell/ev-application.c: (ev_application_open):
13204         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13205         (ev_window_open):
13206         Add pixbuf backend.
13207         
13208 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13209
13210         * Makefile.am: 
13211         * dvi/dvilib/Makefile.am:
13212         * dvi/Makefile.am:
13213         * configure.ac: Auto*ify dvi and dvi/dvilib
13214
13215         * dvi/Makefile: Remove from CVS
13216         
13217         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13218         confusion.
13219
13220         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13221         
13222         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13223         
13224 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * ps/Makefile.am:
13227         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13228         (gtk_gs_value_adjustment_changed), (compute_size),
13229         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13230         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13231         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13232         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13233         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13234         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13235         (ps_document_load), (ps_document_get_n_pages),
13236         (ps_document_set_page), (ps_document_get_page),
13237         (ps_document_set_target), (ps_document_set_scale),
13238         (ps_document_set_page_offset), (ps_document_get_page_size),
13239         (ps_document_render), (ps_document_begin_find),
13240         (ps_document_end_find), (ps_document_document_iface_init):
13241         * ps/gtkgs.h:
13242         * shell/Makefile.am:
13243         * shell/ev-window.c: (ev_window_open):
13244
13245         Some work to integrate gtkgs with EvDocument
13246
13247 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13248
13249         * shell/ev-window.c: (update_fullscreen_popup),
13250         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13251         (exit_fullscreen_button_clicked_cb),
13252         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13253         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13254         (ev_window_state_event_cb), (ev_window_init):
13255         Add fullscreen support from Epiphany.
13256         
13257 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13258
13259         * data/ev-stock-zoom-fit-width.png: fit-width
13260         stock icon from gpdf.
13261         
13262         * shell/ev-stock-icons.[ch]: copied from gpdf.
13263         
13264         * shell/main.c: (main): init stock icons.
13265         
13266         * shell/ev-window.c: use the fit-width icon.
13267         
13268         * data/evince-ui.xml: add zooming toolbar items.
13269
13270 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13271
13272         * shell/ev-view.c: 
13273         (ev_view_best_fit), (ev_view_fit_width): because
13274         get_page_size() returns the scaled page size, we
13275         need to calculate the scale factor relative to
13276         the previous scale factor. Should really just
13277         add get_real_page_size().
13278
13279 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13280
13281         * shell/ev-view.[ch]:
13282         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13283         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13284         add zooming.
13285         
13286         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13287         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13288         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13289         hook it up.
13290         
13291         * pdf/xpdf/pdf-document.cc:
13292         (pdf_document_begin_find),
13293         (pdf_document_end_find): make static.
13294
13295 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13296
13297         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13298
13299         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13300         names to fontconfig patterns.
13301         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13302
13303         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13304         setupBaseFontsFc.
13305
13306 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13307
13308         * Makefile.am:
13309         * configure.ac:
13310         * ps/Makefile.am:
13311         * ps/ggvutils.c:
13312         * ps/ggvutils.h:
13313         * ps/gsdefaults.c:
13314         * ps/gsdefaults.h:
13315         * ps/gsio.c:
13316         * ps/gsio.h:
13317         * ps/gtkgs.c:
13318         * ps/gtkgs.h:
13319         * ps/ps.c:
13320         * ps/ps.h:
13321
13322         Import ggv backend. Not hooked up yet.
13323
13324 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13325
13326         * shell/main.c: (load_files), (main): load files
13327         from the command line.
13328
13329 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13330
13331         * configure.ac: don't require bonobo.
13332         
13333         * cut-n-paste/recent-files/*: kill bonobo recent
13334         view.
13335
13336         * shell/ev-window.c:
13337         (ev_window_is_empty): upd.
13338         (unable_to_load), (ev_window_open): load backend
13339         based on the mime type.
13340
13341 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13342
13343         * backend/.cvsignore: ignore generated marshalers source.
13344
13345         * shell/main.c (main): this is not epiphany.
13346
13347 2004-12-22  Havoc Pennington  <hp@redhat.com>
13348
13349         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13350         (expose_bin_window): draw find highlights
13351
13352         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13353         
13354         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13355         (pdf_document_end_find): implement this interface
13356
13357         * backend/ev-document.c (ev_document_found): add this to emit
13358         signal
13359
13360 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13361
13362         * data/evince-ui.xml: Add a few more toolbar items.
13363
13364         * shell/ev-window.c: Hook up page navigation toolbar 
13365         items.
13366
13367         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13368         a page-changed signal.
13369
13370         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13371         Add ev_document_get_page().
13372
13373         * shell/ev-window.c: Sensitize/desensitize navigation
13374         actions.
13375
13376 2004-12-21  Havoc Pennington  <hp@redhat.com>
13377
13378         * backend/ev-backend-marshal.c,
13379         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13380         marshaler-generator thingy. I'm sure there's a better way to do
13381         this in the modern world.
13382
13383         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13384         end_find methods and "found" signal.
13385
13386         * configure.ac: find glib-genmarshal
13387
13388 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13389
13390         * shell/ev-sidebar.c: Construct an actual sidebar.
13391         * shell/ev-sidebar-bookmarks.[ch]:
13392         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13393
13394 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13395
13396         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13397         Redo size handling.
13398         
13399         * shell/ev-view.c: Track the size from the document.
13400
13401 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13402
13403         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13404         constructor assumes ownership of the string passed in.
13405         
13406         * shell/ev-window.c (ev_window_open): Destroy the error
13407         dialog once we've displayed it.
13408
13409 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13410
13411         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13412         a bit, it works! (sort of)
13413
13414         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13415         Move to .cc since we need to use C++ in the implementation.
13416
13417         * shell/dummy.cc: Add a CC file to force evince
13418         to be linked as a C++ program.
13419
13420 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13421
13422         * shell/ev-view.[ch]: Start of content-area widget.
13423
13424         * shell/ev-window.c: Create a EvView, update it
13425         as we change documents.
13426
13427         * shell/Makefile.am shell/ev-marshal.list: Add
13428         generated marshalers.
13429
13430 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13431
13432         * Makefile.am (SUBDIRS): move shell.
13433
13434 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13435
13436         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13437         .a to libtool convenience libraries.
13438
13439         * shell/ev-window.c (ev_window_open): Hard code loading
13440         a PDF document.
13441         
13442         * backend/ev-document.h: Add a boolean return to load(),
13443         fix GError * to GError **.
13444
13445         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13446         object for a PDF backend EvDocument.
13447
13448 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13449
13450         * dvi/*: New directory with the beginning of a .dvi backend.
13451
13452 2004-12-21  Havoc Pennington  <hp@redhat.com>
13453
13454         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13455         previous/next instead of back/forward
13456
13457 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13458
13459         * backend/ev-document.[ch]: Fix a couple of problems so
13460         it compile.
13461
13462 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13463
13464         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13465         to backend/ directory, rename EvViewer to EvDocument.
13466
13467 2004-12-21  Havoc Pennington  <hp@redhat.com>
13468
13469         * shell/ev-window.c: hook up the find bar widget; now we just need
13470         a document to find things in
13471
13472         * shell/eggfindbar.c: a find bar widget
13473
13474 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13475
13476         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13477
13478 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13479
13480         * pdf/**: Import of xpdf code from gpdf. 
13481
13482         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13483
13484         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13485         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13486         Fix FreeType includes.
13487
13488         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13489         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13490         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13491         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13492         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13493         Include xpdfconfig.h
13494         
13495 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13496
13497         * shell/ev-window.c (ev_window_dispose): dispose can be called
13498         multiple times.
13499
13500 2004-12-21  Havoc Pennington  <hp@redhat.com>
13501
13502         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13503         rather than Evince
13504
13505         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13506         items; really they should be synced with the strings, etc. from
13507         current gpdf, but just getting the boring typing out of the way 
13508
13509 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13510
13511         * po/POTFILES.in:
13512         * shell/ev-application.c: (window_destroy_cb):
13513         * shell/ev-window.c:
13514         * shell/main.c: (main):
13515
13516         Actually show the window...
13517
13518 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13519
13520         * Makefile.am:
13521         * shell/Makefile.am:
13522         * shell/ev-application.c: (ev_application_class_init):
13523         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13524
13525         Make it build again
13526
13527 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13528
13529         Import to gnome cvs.
13530         
13531         * Remove copies of gpdf and ggv trees.
13532         * Rip out all the recursive configure code.
13533         * Remove bonobo machinery.
13534         * viewer/*: GInterfaces that backends should/can implement.
13535
13536 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13537
13538         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13539         typo
13540
13541 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13542
13543         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13544         (ev_application_finalize, ev_application_class_init)
13545         (ev_application_init): use GType instance private data for priv.
13546
13547         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13548         (ev_window_finalize, ev_window_class_init)
13549         (ev_window_init): ditto.
13550
13551 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13552
13553         * shell/ev-application.c (ev_application_new_window): make public
13554         (ev_application_show_initial_window): kill.
13555
13556         * shell/ev-application.h: update prototypes.
13557
13558         * shell/main.cc (main): inline ev_application_show_initial_window.
13559
13560 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13561
13562         * shell/ev-application.c (ev_application_new_window): impl.
13563         (ev_application_show_initial_window): use it.
13564         (is_window_empty, ev_application_get_empty_window): returns an
13565         existing empty window or a new one.
13566         (ev_application_open): from ev_window_cmd_file_open.
13567
13568         * shell/ev-application.h: update prototypes
13569
13570         * shell/ev-window.c (ev_window_is_empty): impl.
13571         (ev_window_open): make public.
13572         (ev_window_cmd_file_open): use ev_application_open
13573
13574         * shell/ev-window.h: update prototypes, remove unused.
13575
13576 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13577
13578         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13579         move destroy handler out of here...
13580
13581         * shell/ev-application.c, shell/ev-application.h: ...into this new
13582         class. Also handles initial window creation.
13583
13584         * shell/main.cc (main): use EvApplication to create initial
13585         window.
13586
13587 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13588
13589         * Makefile.am (SUBDIRS): add cut-n-paste
13590
13591         * cut-n-paste/Makefile.am: add
13592
13593         * configure.ac: generate Makefiles in cut-n-paste
13594
13595 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13596
13597         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13598         (ev_window_class_init): install ev_window_dispose.
13599
13600 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13601
13602         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13603         char (gchar looks stupid).
13604
13605 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13606
13607         * po/de.po: updated German translation.
13608
13609 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13610
13611         * configure.ac: add more pkg-config library checks for gnome-vfs,
13612         bonobo etc.
13613
13614         * gpdf/configure.in: temporarily disable libpaper
13615         checks. Otherwise I'd have to add the checks for the shell, too.
13616
13617 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13618
13619         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13620         and * file filters to the file choose.
13621
13622 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13623
13624         * po/de.po: Updated German translation.
13625
13626 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13627
13628         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13629
13630 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13631
13632         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13633
13634         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13635         (ev_window_init): implement those menuitems.
13636
13637 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13638
13639         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13640
13641         * shell/ev-window.c (ev_window_init): use the toolbar.
13642
13643 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13644
13645         * shell/ev-window.c (ev_window_init): use menu translations
13646
13647 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13648
13649         * configure.ac: add "de" to ALL_LINGUAS.
13650
13651         * po/de.po: add German translation.
13652
13653 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13654
13655         * Makefile.am (SUBDIRS): add po
13656
13657         * configure.ac: check intltool, glib-gettext etc, generate
13658         po/Makefile.in
13659
13660         * po, po/POTFILES.in, po/POTFILES.skip: new.
13661
13662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13663
13664         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13665         already use (#ifdef ENABLE_NLS)
13666
13667         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13668         pointer indirection thinko.
13669
13670         * shell/main.c: include gi18n.h for bindtextdomain etc.
13671
13672 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13673
13674         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13675         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13676         tooltips for menu items in the statusbar.
13677
13678 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13679
13680         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13681         pkgdatadir drop UIDIR
13682
13683 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13684
13685         * data/evince-ui.xml: Add File->Open menu item
13686
13687         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13688         chooser), hook it up in the ui manager.
13689
13690 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13691
13692         * shell/ev-window.c: fix Help->About tooltip.
13693
13694 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13695
13696         * configure.ac: set CFLAGS for libevprivate.
13697
13698         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13699         definitions, factory etc.
13700
13701         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13702
13703         * shell/Makefile.am: link against libevprivate.a.
13704
13705         * shell/ev-window.c (entries): add stock icon to Help->About.
13706
13707         * shell/main.c (main): init stock icon code.
13708
13709 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13710
13711         * lib/recent-files: egg recent files code
13712
13713         * lib/Makefile.am: add.
13714
13715         * Makefile.am: add lib subdir.
13716
13717         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13718         set CFLAGS for recent-files.
13719
13720 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13721
13722         * configure.ac: disable -ansi and -pedantic gcc flags. They
13723         disable POSIX stuff in stdio.h, but egg-recent uses them.
13724
13725 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13726
13727         * configure.ac: add --disable-deprecated flag (defaults to on in
13728         "cvs" builds).
13729
13730         * shell/Makefile.am (INCLUDES): use it.
13731
13732 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13733
13734         * shell/main.c: add missing #include.
13735
13736         * shell/ev-window.c: fix for pedantic gcc.
13737         (ev_window_cmd_help_about): split license into paragraphs for
13738         translators and pedantic compilers.
13739
13740 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13741
13742         * configure.ac: add more warning flags if compiling with gcc from
13743         cvs (or explicitly requested with --enable-more-warnings).
13744
13745 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13746
13747         * data/evince-ui.xml: add File and File->Close menu.
13748
13749         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13750         (ev_window_destroy): quit after destroy.
13751         (ev_window_class_init): override GtkObject::destroy.
13752         (entries): install close_window callback.
13753
13754 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13755
13756         * Makefile.am (SUBDIRS): add data subdir.
13757
13758         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13759         gtk+ 2.5.0 for GtkAboutDialog.
13760
13761         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13762         main window.
13763
13764         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13765
13766         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13767         manager.
13768         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13769
13770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13771
13772         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13773
13774 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13775
13776         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13777
13778 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13779
13780         * shell/*: Added shell directory boilerplate, build it.
13781
13782 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13783
13784         * configure.ac, Makefile.am: Added top-level configure.ac and
13785         Makefile.am