]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
added missing libevmountoperation to gtkdoc-scanobj libraries. Bug
[evince.git] / ChangeLog
1 2008-05-19  Frederic Peters  <fpeters@0d.be>
2
3         * help/reference/Makefile.am: added missing libevmountoperation to
4         gtkdoc-scanobj libraries.  Bug #533896.
5
6 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
7
8         * properties/ev-properties-view.c (get_default_user_units):
9         Fixes check for default units string translation. Bug #533323.
10
11 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
12
13         * backend/impress/iksemel.c (sax_core): Fix a free() that should
14         be an iks_free(). Fix an array overflow in the XML parser that
15         would occur whenever the number of attributes in a tag was greater
16         than 0 and divisible by 6. Fixes GNOME bug #530852.
17
18 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
19
20         * backend/djvu/djvu-document-private.h:
21         * backend/djvu/djvu-links.c:
22         * backend/djvu/djvu-text.c:
23         * backend/djvu/djvu-document.c: (djvu_handle_events),
24         (djvu_wait_for_message), (djvu_document_load),
25         (document_get_page_size), (djvu_document_render),
26         (djvu_document_thumbnails_get_thumbnail),
27         (djvu_document_file_exporter_end):
28
29         Make sure load job doesn't finish successfully when the document
30         is not successfully decoded by libdjvu. Fixes bug #530202.
31         
32 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * configure.ac:
35         * libdocument/Makefile.am:
36         * libdocument/ev-debug.[ch]:
37         * libdocument/ev-document.c:
38         * shell/ev-jobs.c: (ev_job_links_dispose),
39         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
40         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
41         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
42         (ev_job_render_page_ready), (ev_job_render_run),
43         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
44         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
45         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
46         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
47         (ev_job_print_new), (ev_job_print_run):
48         * shell/main.c: (main):
49
50         Add debug mode based on gedit code. Add debug messages in
51         ev-jobs.
52         
53 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * libdocument/ev-document-factory.c: (get_document_from_uri):
56
57         Fix memory leak.
58         
59 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
60
61         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
62         (get_mime_type_from_data), (get_document_from_uri),
63         (ev_document_factory_get_document):
64         
65         Improved error message about file opening failture.
66         Bug #529129.
67
68 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
69
70         * data/evince-toolbar.xml:
71         
72         Allow to add SaveAs to toolbar.
73
74 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
75
76         * shell/ev-view-private.h:
77         * shell/ev-view.[ch]: (ev_view_button_release_event),
78         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
79         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
80         (ev_view_update_primary_selection), (clear_link_selected),
81         (ev_view_copy_link_address):
82         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
83
84         Update also the primary selection when copying a link
85         address. Fixes bug #520855.
86         
87 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
88
89         * libdocument/ev-document-factory.c: (get_document_from_uri):
90
91         Use the pixbuf backend only when the mime type is not supported by
92         any of the other backend so that tiff documents, for instance, are
93         handled by the tiff backend instead of the pixbuf backend. fixes
94         bug #520290.
95         
96 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * cut-n-paste/Makefile.am:
99
100         Add evmountoperation to subdirs list.
101         
102 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * configure.ac:
105
106         Fix libspectre check in configure script. Fixes bug #528549.
107         
108 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
109
110         * configure.ac:
111         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
112         * shell/Makefile.am:
113         * shell/ev-window.c: (ev_window_load_remote_failed),
114         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
115
116         Add GtkMountOperation (renamed to avoid conflicts) to be able to
117         open documents in remote locations that are not mounted.
118         
119 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
122         (bitmap_convert_msb8):
123         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
124         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
125
126         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
127         
128 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
131         (ev_job_render_new), (ev_job_render_set_selection_info),
132         (ev_job_render_run):
133         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
134         (check_job_size_and_unref),
135         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
136         (add_job), (ev_pixbuf_cache_get_selection_surface):
137
138         Create the render context needed for rendering a page in the render
139         thread so that we don't block the main thread. Simplify
140         EvJobRender API.
141         
142 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
143
144         * libdocument/Makefile.am:
145         * libdocument/ev-page.[ch]:
146         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
147         (ev_render_context_new), (ev_render_context_set_page):
148         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
149         (ev_form_field_finalize), (ev_form_field_class_init):
150         * libdocument/ev-document-forms.[ch]:
151         (ev_document_forms_get_form_fields):
152         * libdocument/ev-document.[ch]: (ev_document_get_page),
153         (ev_document_get_page_size), (ev_document_get_page_label):
154         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
155         (ev_job_render_run), (ev_job_thumbnail_new),
156         (ev_job_thumbnail_run), (ev_job_print_run):
157         * shell/ev-page-cache.c: (ev_page_cache_new):
158         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
159         (check_job_size_and_unref), (add_job):
160         * shell/ev-sidebar-thumbnails.c: (add_range):
161         * shell/ev-view.c: (ev_view_form_field_get_region),
162         (ev_view_form_field_button_create_widget),
163         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
164         (ev_view_handle_form_field), (ev_view_size_allocate),
165         (get_selected_text):
166         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
167         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
168         (pdf_document_get_page), (pdf_document_get_page_label),
169         (pdf_document_render), (pdf_document_get_info),
170         (pdf_document_document_iface_init),
171         (pdf_document_thumbnails_get_thumbnail),
172         (pdf_document_thumbnails_get_dimensions),
173         (pdf_document_file_exporter_do_page),
174         (pdf_selection_render_selection),
175         (pdf_selection_get_selected_text),
176         (pdf_selection_get_selection_region),
177         (pdf_selection_get_selection_map),
178         (pdf_document_forms_get_form_fields),
179         (pdf_document_forms_form_field_text_get_text),
180         (pdf_document_forms_form_field_text_set_text),
181         (pdf_document_forms_form_field_button_set_state),
182         (pdf_document_forms_form_field_button_get_state),
183         (pdf_document_forms_form_field_choice_get_item),
184         (pdf_document_forms_form_field_choice_get_n_items),
185         (pdf_document_forms_form_field_choice_is_item_selected),
186         (pdf_document_forms_form_field_choice_select_item),
187         (pdf_document_forms_form_field_choice_toggle_item),
188         (pdf_document_forms_form_field_choice_unselect_all),
189         (pdf_document_forms_form_field_choice_set_text),
190         (pdf_document_forms_form_field_choice_get_text):
191         * backend/ps/ev-spectre.c: (ps_document_get_page),
192         (ps_document_get_page_size), (ps_document_get_page_label),
193         (ps_document_render), (ps_document_document_iface_init),
194         (ps_document_file_exporter_do_page):
195         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
196         (tiff_document_render), (tiff_document_render_pixbuf),
197         (tiff_document_file_exporter_do_page):
198         * backend/pixbuf/pixbuf-document.c:
199         (pixbuf_document_get_page_size):
200         * backend/comics/comics-document.c:
201         (comics_document_get_page_size), (comics_document_render_pixbuf):
202         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
203         (djvu_document_render), (djvu_selection_get_selected_text),
204         (djvu_document_thumbnails_get_thumbnail),
205         (djvu_document_file_exporter_do_page),
206         (djvu_document_find_get_result):
207         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
208         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
209         (dvi_document_thumbnails_get_thumbnail),
210         (dvi_document_file_exporter_do_page):
211         * backend/impress/impress-document.c:
212         (impress_document_get_page_size),
213         (impress_document_render_pixbuf):
214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
215
216         Add EvPage so that we can hold a reference to the backend
217         page. Form fields keep now a reference to the poppler page
218         improving performance since we don't have to create/destroy the
219         poppler field for every form operation. This will be needed for
220         annotations too.
221         
222 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * data/evince-ui.xml:
225         * shell/ev-window.c:
226
227         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
228         
229 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * configure.ac:
232         * backend/ps/Makefile.am:
233
234         Remove gs stuff from ps backend.
235         
236 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * configure.ac:
239         * backend/pdf/ev-poppler.cc:
240
241         Bump poppler requirement to 0.8.0.
242         
243 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
244
245         * NEWS:
246         * configure.ac:
247
248         Update for release 2.22.1.1
249
250 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
251
252         * configure.ac:
253
254         Fix build (again) when poppler version is 0.6
255         
256 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * backend/djvu/djvu-links.c: (build_tree):
259
260         Make sure link title is a valid utf8 string. Fixes bug #526517.
261         
262 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * configure.ac:
265
266         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
267         #526799.
268         
269 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
270
271         * configure.ac:
272         
273         Update for release 2.22.1.
274
275 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
276
277         * NEWS:
278
279         Update for upcoming release.
280
281 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * configure.ac:
284         * backend/dvi/dvidocument.evince-backend.in:
285
286         Add compressed dvi to the list of supported mime types. Patch by
287         Ed Catmur. Fixes bug #307087.
288
289 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * shell/ev-jobs.c: (ev_job_print_get_page_list):
292
293         Fix a crash when printing a range that doesn't specify the start or
294         end page. Fixes bug #524288.
295
296 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
297
298         * shell/ev-window.c: (ev_window_cmd_continuous),
299         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
300         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
301         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
302         (ev_window_run_presentation), (ev_window_stop_presentation),
303         (ev_window_cmd_view_presentation),
304         (ev_window_cmd_leave_fullscreen),
305         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
306
307         Do not unfullscreen and fullscreen again the window when changing
308         from fullscreen to presentation mode and vice versa. Fixes bug
309         #524112.
310         
311 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
312
313         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
314
315         Do not crash when thumbnail failed to render in PS backend. Fixes
316         bug #525015.
317         
318 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-window.c: (window_open_file_copy_ready_cb),
321         (ev_window_load_file_remote), (ev_window_open_uri):
322
323         Handle errors when opening remote files.
324         
325 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * shell/ev-page-action.c: (ev_page_action_grab_focus):
328
329         Only grab the focus for the current visible proxy widget. Fixes
330         bug #521224.
331         
332 2008-03-30  Emil Soleyman  <emil@nishra.com>
333
334         * shell/ev-window.c: (launch_external_uri):
335         
336         Reuse g_app_info_launch_default_for_uri to
337         save some code and fix bug #525009.
338
339 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
340
341         * shell/ev-window.c (image_save_dialog_response_cb):
342
343         Use g_str_has_suffix. See bug #523069.
344
345 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
346
347         * configure.ac:
348
349         Add a configure option to enable/diable DBus. Patch by Rémi
350         Cardona. Fixes bug 521797.
351
352 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
353
354         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
355
356         Fix printing in documents with rotated pages. Patch by Eugen
357         Dedu. Fixes bug #512648.
358         
359 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
360
361         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
362         (ev_link_from_action):
363
364         Fix warning messages.
365         
366 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * shell/ev-window.c: (image_save_dialog_response_cb):
369
370         Do not append the extension to filename when saving an image
371         if the filename alredy contains the extension. Fixes bug #523069.
372         
373 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
374
375         * shell/ev-view.[ch]: (ev_view_find_cancel):
376         * shell/ev-window.c: (find_bar_close_cb):
377
378         Cancel the find operation when the find bar is closed. Fixes bug
379         #508845.
380         
381 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
382
383         * backend/ps/psdocument.evince-backend.in:
384
385         Make ps backend module resident. Fixes bug #520607.
386         
387 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/ev-jobs.c: (ev_job_print_run):
390
391         Invert collate action in order to work as expected, fix reverse
392         printing so that it doesn't start with a blank page and fix number
393         of copies. Patch by Eugen Dedu. Fixes bug #365332.
394         
395 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
396
397         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
398
399         Fix build with poppler <= 0.7.2
400         
401 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
402
403         * libdocument/ev-document-misc.c:
404         (ev_document_misc_surface_from_pixbuf):
405
406         Fix selections with poppler-splash.
407         
408 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
409
410         * configure.ac:
411         * backend/pdf/ev-poppler.cc:
412
413         Fix build with poppler >= 0.7.2
414         
415 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
416
417         * configure.ac:
418         
419         Update for release 2.22.0
420
421 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * NEWS:
424
425         Update for upcoming release.
426
427 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
428
429         * shell/ev-window.c (ev_window_print_dialog_response_cb):
430
431         Bug 495107 – Handle print dialog responses correctly
432
433         Correctly handle print dialog response. Properly fixes
434         the above mentioned bug.
435
436 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
439
440         Make sure print job is only run when the print button is
441         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
442         
443 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
444
445         * backend/pdf/pdfdocument.evince-backend.in:
446         * libdocument/ev-backends-manager.c:
447         (ev_backends_manager_load_backend),
448         (ev_backends_manager_get_document):
449         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
450
451         Allow making backend modules resident. This is needed only for
452         some backends like pdf to avoid registering glib types more than
453         once.
454         
455 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
456
457         * backend/comics/comics-document.c:
458         * backend/djvu/djvu-document.c:
459         * backend/impress/impress-document.c:
460         * backend/pdf/ev-poppler.cc:
461         * backend/pixbuf/pixbuf-document.c:
462         * backend/ps/ev-spectre.c:
463         * backend/ps/ps-document.c:
464         * backend/tiff/tiff-document.c:
465         * libdocument/ev-document.h:
466         * properties/ev-properties-main.c:
467
468         Use g_type_module_add_interface instead of
469         g_type_add_interface_static. Fixes bug #519679.
470         
471 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
472
473         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
474         Added. Returns whether the animation has everything necessary to run.
475         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
476         is ready just because it's been created. Fixes #519106.
477         (draw_one_page): Do not show the "Loading..." text in presentation
478         mode, there was a slim probability that this could happen.
479
480 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
483
484         Duplicate mime_type string before freeing it so that it doesn't
485         always fail when getting mime type from uri. Fixes bug #518874.
486         
487 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * shell/ev-view.c: (ev_view_form_field_choice_changed):
490
491         Fix a crash when a choice form field doesn't have any item
492         selected. Fixes bug #518831
493         
494 2008-02-25  Alexander Larsson  <alexl@redhat.com>
495
496         * shell/ev-window.c (ev_window_clear_temp_file):
497         Use g_file_has_prefix instead of renamed
498         g_file_contains_file.
499
500         * configure.ac:
501         Require new glib for above change.
502         
503 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * libdocument/ev-image.c: (ev_image_finalize),
506         (ev_image_save_tmp):
507
508         Return a real uri instead of a filename when saving an
509         image. Fixes images drag an drop from evince to nautilus. 
510         
511 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * backend/pdf/ev-poppler.cc:
514         (pdf_document_images_get_image_mapping):
515
516         Return the image list in the right order. Fixes bug #516237.
517         
518 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
519
520         * backend/impress/impress-document.c:
521         (impress_document_thumbnails_get_thumbnail):
522
523         Remove unused variable to avoid a compiler warning.
524
525 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
526
527         * configure.ac:
528         
529         Update for release 2.21.91.
530
531 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
532
533         * configure.ac:
534         * shell/Makefile.am:
535         * shell/ev-application.[ch]:
536         * shell/ev-sidebar-links.c:
537         * shell/ev-utils.[ch]:
538         * shell/ev-window.[ch]:
539
540         Remove libgnomeprint support. Fixes bug #512370.
541         
542 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
543
544         * thumbnailer/evince-thumbnailer.c: (main):
545
546         Initialize glib type system before using it. Fixes bug #513934.
547         
548 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
549
550         * properties/ev-properties-main.c:
551
552         Add missing #include.
553         
554 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * configure.ac:
557         * backend/djvu/djvu-document.c: (djvu_document_render):
558         * backend/tiff/tiff-document.c: (tiff_document_render):
559
560         Use the new cairo function cairo_format_stride_for_width when
561         available. Fixes bug #482720.
562
563 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
566         (get_mime_type_from_data), (get_document_from_uri):
567
568         Use g_content_type_guess() only when slow is true in
569         get_document_from_uri(). Fix several memory leaks.
570         
571 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
572
573         * libdocument/ev-document-factory.c:
574         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
575         (get_document_from_uri):
576
577         Use g_content_type_guess () to get mimetype for files.
578         Bug #510401.
579
580 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
581
582         * thumbnailer/Makefile.am:
583
584         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
585         
586 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
587
588         * configure.ac:
589
590         Fix build with --without-libgnome. Fixes bug #512771.
591         
592 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
593
594         * backend/dvi/Makefile.am: Install only dvi
595         module. Fixes bug #512718.
596
597 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
598
599         * properties/ev-properties-main.c: (nautilus_module_initialize):
600         
601         Initialize backends in properties tab. Fixes bug
602         #512720.
603
604 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
605
606         * properties/Makefile.am: No need to link with 
607         libraries. Fixes bug #512719.
608
609 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
610
611         * NEWS:
612         * configure.ac:
613         
614         Update for release 2.21.90.
615
616 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
617
618         * shell/ev-window.c: (ev_window_cmd_escape):
619
620         Fix compile warning.
621         
622 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
623
624         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
625
626         Fix printing in dvi backend when filename contains white
627         espaces. Fixes bug #502839.
628         
629 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
632         (screensaver_disable_x11):
633         * shell/Makefile.am:
634         * shell/xdg-user-dir-lookup.c: Removed
635         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
636         * shell/ev-view.c: (ev_view_presentation_transition_start):
637         * shell/ev-window.c: (ev_window_cmd_file_open),
638         (ev_window_cmd_save_as), (presentation_set_timeout):
639
640         Remove #ifdefs that are no longer needed.
641         
642 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
643
644         * shell/ev-view.[ch]: (ev_view_button_release_event),
645         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
646         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
647         (ev_window_cmd_escape):
648
649         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
650         
651 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * configure.ac:
654         * backend/comics/comics-document.c: (comics_document_load):
655         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
656         (ev_attachment_set_property), (ev_attachment_init),
657         (ev_attachment_save), (ev_attachment_launch_app),
658         (ev_attachment_open):
659         * libdocument/ev-document-factory.c: (get_document_from_uri):
660         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
661         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
662         * shell/ev-jobs.c:
663         * shell/ev-password.c: (ev_password_dialog_set_property),
664         (ev_password_dialog_save_password):
665         * shell/ev-sidebar-attachments.c:
666         (ev_sidebar_attachments_drag_data_get):
667         * shell/ev-window-title.c: (get_filename_from_uri):
668         * shell/ev-window.c: (ev_window_clear_temp_file),
669         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
670         (ev_window_open_uri), (window_save_file_copy_ready_cb),
671         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
672         (launch_external_uri), (image_save_dialog_response_cb),
673         (attachment_save_dialog_response_cb):
674         * shell/main.c: (load_files), (load_files_remote), (main):
675         * thumbnailer/evince-thumbnailer.c: (main):
676
677         Port to gio and drop gnome-vfs dependency. Fixes bug
678         #510401. Based on patch by Cosimo Cecchi.
679         
680 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
681
682         * NEWS:
683
684         Fixed formatting inconsistencies (spaces vs. tabs)
685
686 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
687
688         * shell/ev-window.c:
689
690         Use top/up/bottom/down arrows instead of
691         first/left/last/right in the toolbar and menu actions.
692         This fixes issues with RTL languages and is visually
693         consistent with the page view. Fixes bug #170081.
694
695 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
696
697         * NEWS:
698
699         Fixed some inaccuracies pointed out by Carlos Garcia
700         Campos.
701
702 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
703
704         * NEWS:
705         * data/evince.schemas.in:
706         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
707
708         Override PDF restrictions by default. Fixes bug #382700.
709
710 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
711
712         * NEWS: Updated for upcoming release
713
714 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
717
718         Fix memory leak.
719         
720 2008-01-23  Gil Forcada <gilforcada@guifi.net>
721
722         * shell/ev-window.c: (register_custom_actions):
723         
724         Added comment for translators
725
726 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * shell/ev-view.c: (ev_view_button_release_event):
729
730         Do not create the idle function for kinetic scrolling if we are
731         not in a drag operation.
732
733 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
734
735         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
736         (ev_view_button_press_event), (ev_view_motion_notify_event),
737         (ev_view_button_release_event):
738
739         Restore cursor after autoscrolling. Fixes bug #509958.
740
741 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * configure.ac:
744         * backend/pdf/ev-poppler.cc:
745         (pdf_document_images_get_image_mapping),
746         (pdf_document_images_get_image),
747         (pdf_document_document_images_iface_init):
748         * libdocument/ev-document-images.[ch]:
749         (ev_document_images_get_image_mapping),
750         (ev_document_images_get_image):
751         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
752         (ev_image_get_id), (ev_image_save_tmp):
753         * shell/ev-jobs.c: (ev_job_render_run):
754         * shell/ev-view.c: (ev_view_drag_data_get):
755         * shell/ev-window.c: (image_save_dialog_response_cb),
756         (ev_view_popup_cmd_copy_image):
757
758         Do not render images when rendering the page but on demand. It
759         reduces the memory comsumption.
760         
761 2008-01-18  Marcelo Lira  <setanta@gmail.com>
762
763         * configure.a:
764         * shell/ev-password.c:
765
766         Make gnome-keyring optional. Fixes bug #509676.
767         
768 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * shell/ev-pixbuf-cache.c: (add_job):
771
772         Initialize include_images variable as FALSE instead of TRUE.
773         
774 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
775
776         * configure.ac:
777         * cut-n-paste/Makefile.am:
778         * cut-n-paste/fileformatchooser/Makefile.am:
779         * cut-n-paste/fileformatchooser/egg-macros.h:
780         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
781         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
782         * shell/Makefile.am:
783         * shell/ev-utils.c:
784         (file_chooser_dialog_add_writable_pixbuf_formats),
785         (get_gdk_pixbuf_format_by_extension):
786         * shell/ev-utils.h:
787         * shell/ev-window.c: (ev_window_error_message),
788         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
789         
790         Simplify image format selection on save.
791
792 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
793
794         * shell/ev-view.c: (ev_view_scroll_event):
795         
796         Repair gorizontal scrolling with shift. Fixes
797         bug #483412.
798
799 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
800         
801         * MAINTAINERS:
802
803         Fix formatting issues.
804         
805 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
806
807         * backend/comics/comics-document.c: (comics_regex_quote):
808         
809         Don't overquote special chars except of '. See bug 
810         502500. Thanks to Tom Parker.
811
812 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
813
814         * MAINTAINERS:
815         
816         Added Nickolay and Carlos, since they're doing most of
817         the releases nowadays.
818
819 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
820
821         * properties/Makefile.am:
822
823         Get the nautilus extension dir properly instead of using
824         a hack. Fixes bug #505359.
825
826 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
827
828         * properties/Makefile.am:
829         
830         Install nautilus extension into new place. See bug
831         #505359. Thanks to Matthias Clasen, Brian Pepple and
832         Damien Carbery.
833
834 2008-01-13  Djihed Afifi  <djihed@gmail.com>
835
836         * shell/ev-window.c: (ev_window_get_recent_file_label):
837         
838         RTL marker in recent file list. See bug #509076.
839
840 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
843         * shell/ev-window.c: (image_save_dialog_response_cb):
844
845         Fix compile warnings due to unused variables.
846         
847 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
848
849         * configure.ac:
850         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
851         * backend/ps/ev-spectre.c: (ps_document_render):
852
853         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
854
855 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
856
857         * shell/ev-transition-animation.c (ev_transition_animation_fade)
858         (ev_transition_animation_paint): Implement "fade" effect.
859
860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
861
862         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
863         (ev_transition_animation_paint): Implement "uncover" effect.
864
865 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
866
867         * shell/ev-transition-animation.c (ev_transition_animation_cover)
868         (ev_transition_animation_paint): Implement "cover" effect.
869
870 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
871
872         * shell/ev-transition-animation.c (ev_transition_animation_push)
873         (ev_transition_animation_paint): Implement "push" effect.
874
875 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
876
877         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
878         (ev_transition_animation_paint): Implement "dissolve" effect.
879
880 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
881
882         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
883         (ev_transition_animation_paint): Implement "wipe" effect.
884
885 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
886
887         * shell/ev-transition-animation.c (ev_transition_animation_box)
888         (ev_transition_animation_paint): Implement "box" effect.
889
890 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
891
892         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
893         (ev_transition_animation_paint): Implement "blinds" effect.
894
895 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
896
897         * shell/ev-transition-animation.c (ev_transition_animation_split)
898         (ev_transition_animation_paint): Implement "split" effect.
899
900 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
901
902         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
903         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
904         (ev_view_transition_animation_start) 
905         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
906         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
907         (ev_view_next_page) (ev_view_previous_page):
908         
909         Use EvTransitionAnimation to drive page changes in the presentation
910         mode, the animation will wait to start until both the origin and 
911         destination page surfaces are available. Fixes #458460.
912
913         (draw_loading_text):
914
915         Remove workaround for bug #320352, it's now fixed properly.
916
917
918 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
919
920         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
921         will contain the implementations for page transition animations, at
922         the moment it just has the "replace" effect.
923         * shell/Makefile.am: Added these files to build.
924
925 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
926
927         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
928         animations.
929         * shell/Makefile.am: Added these files to build.
930
931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
932
933         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
934         implementation to get_effect() in EvDocumentTransitionIface.
935
936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
937
938         * libdocument/ev-transition-effect.[ch]: New files, define a page
939         transition effect, at the moment it maps PopplerPageTransition to a
940         GObject.
941         * libdocument/Makefile.am: Added these files to build.
942         * libdocument/ev-document-transition.[ch]
943         (ev_document_transition_get_effect): New method, gets the
944         EvTransitionEffect returned by the interface implementation, with
945         fallback to the "replace" effect.
946
947 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
948
949         * configure.ac:
950         * cut-n-paste/Makefile.am:
951         * cut-n-paste/fileformatchooser/Makefile.am:
952         * cut-n-paste/fileformatchooser/egg-macros.h:
953         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
954         * shell/Makefile.am:
955         * shell/ev-window.c: (image_save_dialog_response_cb),
956         (ev_view_popup_cmd_save_image_as):
957
958         Allow exporting images in any format supported by
959         GdkPixbuf. Fixes bug #500209.
960         
961 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * backend/pixbuf/pixbuf-document.c:
964
965         More warnings fixed.
966         
967 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
970         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
971         * backend/djvu/djvu-text.h:
972         * backend/tiff/tiff-document.c: (tiff_document_render):
973
974         Fix compile warnings.
975         
976 2007-12-28  Christian Persch  <chpe@gnome.org>
977
978         * **/*.c: Include config.h. Bug #504721.
979
980 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * configure.ac:
983         * Makefile.am:
984         * po/POTFILES.in:
985         * backend/comics/Makefile.am:
986         * backend/comics/comics-document.[ch]:
987         * backend/comics/comicsdocument.evince-backend.in:
988         * backend/djvu/Makefile.am:
989         * backend/djvu/djvu-document.[ch]:
990         * backend/djvu/djvudocument.evince-backend.in:
991         * backend/dvi/Makefile.am:
992         * backend/dvi/dvi-document.[c]:
993         * backend/dvi/dvidocument.evince-backend.in:
994         * backend/impress/Makefile.am:
995         * backend/impress/impress-document.[ch]:
996         * backend/impress/impressdocument.evince-backend.in:
997         * backend/pdf/Makefile.am:
998         * backend/pdf/ev-poppler.cc:
999         * backend/pdf/ev-poppler.h:
1000         * backend/pdf/pdfdocument.evince-backend.in:
1001         * backend/pixbuf/Makefile.am:
1002         * backend/pixbuf/pixbuf-document.[ch]:
1003         * backend/pixbuf/pixbufdocument.evince-backend.in:
1004         * backend/ps/Makefile.am:
1005         * backend/ps/ev-spectre.[ch]:
1006         * backend/ps/ps-document.[ch]:
1007         * backend/ps/psdocument.evince-backend.in:
1008         * backend/tiff/Makefile.am:
1009         * backend/tiff/tiff-document.[ch]:
1010         * backend/tiff/tiffdocument.evince-backend.in:
1011         * libdocument/Makefile.am:
1012         * libdocument/ev-backends-manager.[ch]:
1013         * libdocument/ev-module.[ch]:
1014         * libdocument/ev-document.h:
1015         * libdocument/ev-document-factory.[ch]:
1016         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1017         (get_compression_from_mime_type), (get_document_from_uri),
1018         (ev_document_factory_get_document), (file_filter_add_mime_types),
1019         (ev_document_factory_add_filters):
1020         * shell/Makefile.am:
1021         * shell/ev-window-title.c: (get_filename_from_uri):
1022         * shell/main.c: (main):
1023         * thumbnailer/Makefile.am:
1024         * thumbnailer/evince-thumbnailer.c: (main):
1025
1026         Plugin system for backends. Fixes bug #351348.
1027         
1028 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1029
1030         * shell/ev-view-private.h:
1031         * shell/ev-view.c: (ev_view_drag_update_momentum),
1032         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1033         (ev_view_button_release_event), (ev_view_destroy):
1034         
1035         Kinetic scrolling implemented as requested in
1036         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1037
1038 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1039
1040         * data/evince-toolbar.xml:
1041         * data/evince-ui.xml:
1042         * shell/ev-view-private.h:
1043         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1044         (ev_view_button_press_event), (ev_view_motion_notify_event),
1045         (ev_view_button_release_event), (ev_view_init),
1046         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1047         (ev_view_set_cursor):
1048         * shell/ev-view.h:
1049         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1050         (ev_window_cmd_view_autoscroll):
1051         
1052         Autoscroll feature with the context menu. Fixes bug 
1053         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1054
1055 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1058
1059         Disconnect also page-ready signal when removing a job because the
1060         page size has changed. Thanks to kripken
1061         <kripkensteiner@gmail.com>.
1062
1063 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1064
1065         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1066         
1067         Scroll pages in page entry with mouse wheel. Fixes bug
1068         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1069
1070 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * backend/dvi/Makefile.am:
1073         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1074         (mdvi_cairo_device_init):
1075         * backend/dvi/mdvi-lib/common.h:
1076         * backend/dvi/mdvi-lib/mdvi.h:
1077         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1078         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1079         (mdvi_build_path_from_cwd):
1080
1081         Add ps specials support in dvi backend when libspectre is
1082         present. Fixes bug #386005.
1083         
1084 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * configure.ac:
1087         * backend/ps/Makefile.am:
1088         * backend/ps/ev-spectre.[ch]:
1089         
1090         Use libspectre, if available, for the ps backend. Fixes bugs
1091         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1092
1093 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1094         
1095         * backend/comics/comics-document.c: (comics_document_load):
1096         
1097         Cygwin build issue fix.
1098
1099 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * shell/ev-view.c: (ev_view_set_zoom):
1102
1103         Do not limit the minimum zoom factor when sizing mode is best bit
1104         or fit width. Fixes bug #503805.
1105         
1106 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1107
1108         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1109         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1110         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1111         (ev_link_dest_get_property), (ev_link_dest_set_property),
1112         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1113         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1114         (ev_link_dest_new_fitr):
1115         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1116         (goto_fith_dest), (goto_xyz_dest):
1117
1118         Do not change left, top and zoom values when they are null in PDF
1119         destinations. Fixes bug #460658.
1120         
1121 2007-12-10  Christian Persch  <chpe@gnome.org>
1122
1123         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1124         (ev_view_accessible_class_init),
1125         (ev_view_accessible_idle_do_action),
1126         (ev_view_accessible_action_do_action),
1127         (ev_view_accessible_action_get_description),
1128         (ev_view_accessible_action_set_description),
1129         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1130         (ev_view_accessible_factory_init),
1131         (ev_view_accessible_factory_get_accessible_type):
1132         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1133         private data, and G_DEFINE_TYPE. Bug #502843.
1134
1135 2007-12-08  Christian Persch  <chpe@gnome.org>
1136
1137         * shell/ev-metadata-manager.c: (item_free),
1138         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1139         (value_free), (parse_value), (parseItem),
1140         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1141         (save_values): Use GSlice to allocate small amounts of memory. Bug
1142         #475972.
1143
1144 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1147
1148         Restore cursor to normal after a drag operation. Fixes bug
1149         #501603.
1150         
1151 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1152
1153         * NEWS:
1154         * configure.ac:
1155         
1156         Update for release 2.21.1
1157
1158 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * configure.ac:
1161         * cut-n-paste/gedit-message-area/Makefile.am:
1162         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1163         * shell/Makefile.am:
1164         * shell/ev-message-area.[ch]:
1165         * shell/ev-window.c: (ev_window_set_message_area),
1166         (ev_window_error_message_response_cb), (ev_window_error_message),
1167         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1168         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1169         (ev_attachment_popup_cmd_open_attachment),
1170         (attachment_save_dialog_response_cb), (ev_window_set_document),
1171         (ev_window_init):
1172
1173         Use a message area instead of a popup dialog for error
1174         notifications. Fixes bug #337495.
1175         
1176 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1179         (ev_window_run_fullscreen):
1180
1181         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1182         
1183 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * ev-sidebar-thumbnails.c: (update_visible_range),
1186         (ev_sidebar_thumbnails_refresh),
1187         (ev_sidebar_thumbnails_set_document),
1188         (ev_sidebar_thumbnails_support_document):
1189
1190         Show thumbnails for documents with one page. Fixes bug #358751.
1191         
1192 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * shell/ev-window.c:
1195         (ev_window_load_print_settings_from_metadata),
1196         (ev_window_save_print_settings), (ev_window_print_finished),
1197         (ev_window_print_range):
1198
1199         Print settings that are specific to the document are now saved per
1200         document in the metadata file. Fixes bug #488806.
1201         
1202 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1203
1204         * backend/tiff/tiff-document.c: (tiff_document_render):
1205
1206         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1207         
1208 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-application.[ch]: (get_find_string_from_args),
1211         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1212         (ev_application_open_uri_list):
1213         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1214         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1215         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1216         (ev_window_cmd_recent_file_activate),
1217         (ev_window_open_recent_action_item_activated),
1218         (ev_window_print_send), (open_remote_link):
1219         * shell/main.c: (arguments_parse):
1220
1221         Add a command line option for search. Fixes bug #497710.
1222         
1223 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1224
1225         * shell/ev-jobs.c: (ev_job_print_new):
1226
1227         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1228         
1229 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * data/evince-toolbar.xml:
1232         * shell/Makefile.am:
1233         * shell/ev-application.c: (ev_application_init):
1234         * shell/ev-open-recent-action.[ch]:
1235         * shell/ev-window.c:
1236         (ev_window_open_recent_action_item_activated),
1237         (register_custom_actions):
1238
1239         Add an expander to the open toolbar item which pops up a dropdown
1240         menu with the recently used documents. Fixes bug #487215.
1241         
1242 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * shell/ev-window.c: (ev_window_open_uri),
1245         (ev_window_cmd_view_reload):
1246
1247         Do not jump to the first page when reloading by running evince
1248         from the command line. Fixes bug #490847.
1249         
1250 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1251
1252         * shell/ev-window.c: (ev_window_cmd_help_contents):
1253
1254         Plugged memory leak when help file is not found. Fixes bug
1255         #490762.
1256         
1257 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * configure.ac:
1260
1261         Enable djvu, dvi and comics backends by default. Fixes bug
1262         #437121.
1263         
1264 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * configure.ac:
1267         * cut-n-paste/Makefile.am:
1268         * cut-n-paste/recent-files/*: Removed
1269         * help/reference/Makefile.am:
1270         * shell/Makefile.am:
1271         * shell/ev-application.[ch]: (ev_application_shutdown),
1272         (ev_application_init):
1273         * shell/ev-window.c: (ev_window_add_recent),
1274         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1275
1276         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1277         
1278 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1279
1280         * shell/ev-window.c: (launch_external_uri):
1281
1282         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1283         and report error if the URL is not supported (#489910).
1284
1285 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1288         (pdf_document_file_exporter_begin_page),
1289         (pdf_document_file_exporter_end_page):
1290
1291         Fix printing with poppler splash backend. Fixes bug #489774.
1292         
1293 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1296         * shell/ev-print-job.c: (ev_print_job_class_init):
1297
1298         Fix a crash when printing with the gnome-print dialog. Fixes bug
1299         #488939.
1300         
1301 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1302
1303         * backend/pixbuf/pixbuf-document.c:
1304
1305         Fix an implicit function definition warning (#487655)
1306
1307 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c:
1310
1311         Fix conflicting shortcut for view sade pane and presentation.
1312         
1313 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * backend/pdf/ev-poppler.cc:
1316         (pdf_document_file_exporter_begin_page),
1317         (pdf_document_file_exporter_do_page),
1318         (pdf_document_file_exporter_end_page),
1319         (pdf_document_file_exporter_iface_init):
1320         * libdocument/ev-file-exporter.[ch]:
1321         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1322         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1323         (ev_job_print_run):
1324
1325         When printing multiple pages per sheet in reverse option, do not
1326         invert the order of the pages in every sheet, but the order of the
1327         sheets. Do not print blank pages when page range is invalid. Fixes
1328         bugs #484857 and #485521.
1329         
1330 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1333         (ev_job_print_run):
1334         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1335
1336         Respect ranges order when printing more than one range in random
1337         order.
1338         
1339 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1340
1341         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1342         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1343
1344         Rotate also the window icon when document is rotated. Fixes bug
1345         #474681.
1346         
1347 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1348
1349         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1350         (pdf_document_forms_get_form_fields):
1351
1352         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1353         Matthias Drochner.
1354         
1355 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * configure.ac:
1358         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1359
1360         Use poppler_page_render_for_printing() instead of
1361         poppler_page_render() if available when exporting to a ps or pdf
1362         file. Fixes bug #476627.
1363         
1364 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-window.c: (ev_window_run_fullscreen):
1367
1368         Do not show the toolbar in fullscreen mode if the main toolbar is
1369         not visible. Fixes bug #483048.
1370         
1371 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * shell/ev-view.c: (ev_view_button_press_event):
1374
1375         Give priority to form fields over images when deciding whether a
1376         button press event is over an image or form field. It allows edit
1377         form fields when they are over a background image. Fixes bug
1378         #477841.
1379         
1380 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1381
1382         * NEWS:
1383         * configure.ac:
1384         
1385         Update for release 2.20.0
1386
1387 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1388
1389         * backend/pdf/ev-poppler.cc:
1390
1391         Remove #ifdef HAVE_FORMS, so that forms support works again.
1392
1393 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1394
1395         * configure.ac:
1396         * data/evince.desktop.in.in:
1397         
1398         Fixes desktop file issues. See bug #473471.
1399
1400 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1403         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1404         (ev_job_queue_remove_job):
1405         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1406         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1407         * shell/ev-window.c: (ev_window_clear_save_job),
1408         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1409         (ev_window_dispose):
1410
1411         Move save a copy task to its own job so that it's carried out in a
1412         thread avoiding another lock in the main thread. Use
1413         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1414         can be saved to a pathin another file system. Fixes bug #456891.
1415         
1416 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1417
1418         * NEWS:
1419         * configure.ac:
1420         
1421         Update for release 2.19.92
1422
1423 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * configure.ac:
1426         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1427         (pdf_selection_get_selection_region),
1428         (pdf_selection_get_selection_map),
1429         (ev_form_field_from_poppler_field):
1430
1431         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1432         and triple click selections are enabled again now.
1433
1434 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-window.c: (ev_window_add_history):
1437
1438         Make sure not to use the history with documents not supporting
1439         links. Fixes bug #468954.
1440
1441 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_load_job_cb):
1444
1445         Restart the search when reloading a document with the find bar
1446         visible. Fixes bug #461962.
1447
1448 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-window.c: (setup_document_from_metadata),
1451         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1452
1453         Do not jump to the first page when reloading a document from the
1454         last page.
1455
1456 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * shell/ev-window.c: (update_chrome_flag),
1459         (setup_sidebar_from_metadata),
1460         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1461         (ev_window_cmd_edit_find_next),
1462         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1463         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1464         (find_bar_close_cb), (view_actions_focus_in_cb):
1465
1466         Do not update visibility when changing a chrome flag so that it's
1467         possible to update several flags and update visibility only once
1468         for all of them.
1469
1470 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1473
1474         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1475         supported by gtk+. Fixes bug #460907.
1476
1477 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1478
1479         * shell/ev-view.c: (view_update_range_and_current_page):
1480
1481         Make sure current-page <= end-page in continuous mode. Fixes bug
1482         #454950.
1483
1484 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1485
1486         * backend/pdf/ev-poppler.cc: (build_tree):
1487
1488         Ignore outline items without a title. Fixes bug #453913.
1489
1490 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1491
1492         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1493         (ev_view_button_release_event), (ev_view_leave_notify_event):
1494
1495         Use always drag mouse cursor during a drag operation. Fixes bug
1496         #470564.
1497
1498 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1501         (pdf_selection_get_selection_region),
1502         (pdf_selection_get_selection_map):
1503
1504         Temporarily disable double and triple selections since it depends on
1505         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1506         released and the update of the external dependency minimal version
1507         approved.
1508
1509 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1512         (pdf_document_file_exporter_do_page):
1513         * libdocument/ev-file-exporter.h:
1514         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1515         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1516
1517         Actually fix printing regressions. Remove orientation from
1518         EvPrintContext since it's redundant.
1519
1520 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1521
1522         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1523         * backend/impress/impress-document.c:
1524         (impress_document_document_iface_init):
1525         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1526         * backend/djvu/djvu-document.c:
1527         (djvu_document_document_iface_init),
1528         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1529         * backend/tiff/tiff-document.c:
1530         (tiff_document_document_iface_init):
1531         * backend/pixbuf/pixbuf-document.c:
1532         (pixbuf_document_document_iface_init):
1533         * backend/comics/comics-document.c:
1534         (comics_document_document_iface_init):
1535         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1536         (pdf_selection_render_selection),
1537         (pdf_selection_get_selected_text),
1538         (pdf_selection_get_selection_region),
1539         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1540         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1541         (ev_selection_get_selection_region),
1542         (ev_selection_get_selection_map):
1543         * libdocument/ev-document.[ch]:
1544         * shell/ev-pixbuf-cache.[ch]: (add_job),
1545         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1546         * shell/ev-view-private.h:
1547         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1548         (ev_job_render_run):
1549         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1550         * shell/ev-view.c: (start_selection_for_event),
1551         (ev_view_button_press_event), (ev_view_drag_data_get),
1552         (ev_view_drag_data_received), (ev_view_button_release_event),
1553         (compute_new_selection_text), (compute_selections),
1554         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1555         (ev_view_primary_get_cb):
1556
1557         Add support for double and triple click selections.
1558
1559 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1560
1561         * NEWS:
1562         * configure.ac:
1563
1564         Update for release 2.19.4
1565
1566 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1567
1568         * shell/ev-view-private.h:
1569         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1570         (ev_view_set_highlight_search):
1571         * shell/ev-view.h:
1572         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1573         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1574         (find_bar_visibility_changed_cb):
1575         
1576         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1577
1578 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1579
1580         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1581         (pdf_document_file_exporter_begin),
1582         (pdf_document_file_exporter_do_page):
1583         * shell/ev-jobs.c: (ev_job_print_run):
1584         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1585
1586         Create always a portrait cairo surface and rotate when needed for
1587         landscape. It fixes printing problems in real printers.
1588
1589 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1592         * libdocument/ev-file-exporter.[ch]:
1593         (ev_file_exporter_get_capabilities):
1594         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1595         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1596
1597         Adjust number of pages per row according to page orientation when
1598         printing 2 or 6 pages per sheet.
1599
1600 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (ev_window_print_send):
1603
1604         Reset also cups setting to 1 when printing multiple pages per
1605         sheet. Fixes bug #468853.
1606
1607 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * libdocument/ev-document-misc.c:
1610         (ev_document_misc_surface_rotate_and_scale):
1611
1612         Use directly cairo_surface_get_content() when creating a similar
1613         surface as suggested by Jeff Muizelaar. Thanks again.
1614
1615 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * backend/djvu/djvu-document.c: (djvu_document_render):
1618         * backend/tiff/tiff-document.c: (tiff_document_render):
1619         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1620         * libdocument/ev-document-misc.c:
1621         (ev_document_misc_surface_from_pixbuf),
1622         (ev_document_misc_surface_rotate_and_scale):
1623
1624         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1625         creating page surfaces. Fixes bug #453123. Thank you very much to
1626         Jeff Muizelaar <jeff@infidigm.net>.
1627
1628 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * shell/ev-page-cache.c: (ev_page_cache_new),
1631         (ev_page_cache_get_thumbnail_size):
1632         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1633         (ev_sidebar_thumbnails_set_loading_icon):
1634
1635         Also store in page-cache the dimensions of the thumbnails so that
1636         they can be used to create the correct loading icon in the side
1637         pane. Fixes bug #466857.
1638
1639 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * backend/pdf/ev-poppler.cc:
1642         (pdf_document_thumbnails_get_thumbnail):
1643
1644         Fix thumbnails rotation in pdf documents that include embedded 
1645         thumbnails.
1646
1647 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1648
1649         * backend/pdf/ev-poppler.cc:
1650
1651         Don't use #ifdef in macro expansion. Some compilers don't
1652         like that. Closes bug #467042.
1653
1654 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1655
1656         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1657         
1658         Fixes memory leak in djvu backend.
1659
1660 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1661
1662         * data/icons/32x32/Makefile.am:
1663         * data/icons/32x32/actions/Makefile.am:
1664         * data/icons/32x32/actions/view-page-cont.svg:
1665         * data/icons/32x32/actions/view-page-facing.svg:
1666         * data/icons/48x48/Makefile.am:
1667         * data/icons/48x48/actions/Makefile.am:
1668         * data/icons/48x48/actions/view-page-cont.svg:
1669         * data/icons/48x48/actions/view-page-facing.svg:
1670         
1671         Icons for a new sizes.
1672
1673 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1674
1675         * shell/ev-page-cache.c: (build_height_to_page),
1676         (ev_page_cache_get_height_to_page):
1677         
1678         Fixes invalid read, see bug #466401.
1679
1680 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1683         (set_drag_cursor):
1684         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1685         (configure_item_cursor), (new_pixbuf_from_widget):
1686
1687         Fix multihead problems in toolbar editor. Fixes bug #382055.
1688
1689 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * shell/ev-window.c: (ev_window_cmd_file_open),
1692         (ev_window_cmd_save_as):
1693
1694         Use g_get_user_special_dir when available instead of
1695         xdg_user_dir_lookup.
1696
1697 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1698
1699         * MAINTAINERS:
1700         
1701         Updated according to request on desktop-devel.
1702
1703 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1706
1707         Do not use cairo_rectangle and cairo_clip since we are
1708         not using cairo_fill but cairo_paint. Use the same cairo context
1709         for every page in the same expose event.
1710
1711 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1712
1713         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1714         leak.
1715
1716 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * configure.ac:
1719         * NEWS:
1720
1721         Release 0.9.3
1722
1723 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * libdocument/ev-document-info.h:
1726         * libdocument/ev-document.h:
1727         * shell/ev-page-action.h:
1728         * shell/ev-sidebar-links.h:
1729
1730         Fix a headers problem with ev-link
1731         
1732         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1733         * shell/ev-view-private.h:
1734         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1735         (get_link_area), (ev_view_query_tooltip),
1736         (ev_view_leave_notify_event), (ev_view_destroy),
1737         (ev_view_class_init):
1738
1739         Use new gtk tooltips when available instead of ev-tooltip.
1740         
1741 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-window.c: (update_chrome_visibility),
1744         (ev_window_sidebar_visibility_changed_cb):
1745
1746         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1747         
1748 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1749
1750         * shell/ev-navigation-action.c:
1751         (ev_navigation_action_history_changed),
1752         (ev_navigation_action_set_history):
1753         * shell/ev-navigation-action-widget.c:
1754         (ev_navigation_action_widget_init):
1755         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1756
1757         Fix compile warnings.
1758         
1759 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1760
1761         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1762         (egg_editable_toolbar_dispose):
1763
1764         Fix memory leak.
1765         
1766 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1769         (screensaver_disable_x11):
1770         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1771         * shell/ev-window.c: (presentation_set_timeout):
1772         * shell/ev-view.c: (ev_view_presentation_transition_start):
1773
1774         Use g_timeout_add_seconds instead of g_timeout_add when
1775         available.
1776         
1777 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1780
1781         Set horizontal scrollbar policy to AUTOMATIC instead of
1782         NEVER. Workaround for bug #449462.
1783         
1784 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-jobs.c: (ev_job_render_page_ready):
1787
1788         Add page_ready callback to main loop with high priority and hold
1789         a reference to job during idle.
1790         
1791 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1792
1793         * configure.ac:
1794         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1795         (pdf_document_file_exporter_begin),
1796         (pdf_document_file_exporter_do_page),
1797         (pdf_document_file_exporter_get_capabilities):
1798         * libdocument/ev-file-exporter.h:
1799         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1800         * shell/ev-window.c: (ev_window_print_send),
1801         (ev_window_print_dialog_response_cb):
1802
1803         Allow printing multiple pages per sheet. Fixes bug #395573.
1804         
1805 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1806
1807         * shell/ev-view.c: (tip_from_link):
1808         
1809         Check for NULL, fixes bug #460862.
1810
1811 2007-07-29  Christian Persch  <chpe@gnome.org>
1812
1813         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1814         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1815         (ev_window_cmd_preview_print):
1816         
1817         Fixes bug #437681 - blocks while enumerating printers.
1818
1819 2007-07-29  Christian Persch  <chpe@gnome.org>
1820
1821         * shell/ev-window.c: (ev_window_screen_changed):
1822         
1823         Don't use deprecated gtk+ function. See bug #460909.
1824
1825 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * shell/ev-utils.c: (get_num_monitors):
1828         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1829
1830         Do not use display before initializing it. Remove compile
1831         warnings.
1832
1833 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1834
1835         * shell/ev-view.c: (ev_view_class_init):
1836         
1837         Unix-like hjkl bindings added. See bug #458111.
1838
1839 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1840
1841         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1842         * shell/ev-utils.h:
1843         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1844         (ev_view_update_view_size):
1845         * shell/ev-view.h:
1846         * shell/ev-window.c: (ev_window_update_actions),
1847         (setup_view_from_metadata), (ev_window_screen_changed),
1848         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1849         (zoom_control_changed_cb):
1850         * shell/ev-window.h:
1851         
1852         Reorganizes utility functions.
1853
1854 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1857         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1858         (add_job), (ev_pixbuf_cache_get_surface),
1859         (ev_pixbuf_cache_get_link_mapping),
1860         (ev_pixbuf_cache_get_image_mapping),
1861         (ev_pixbuf_cache_get_form_field_mapping),
1862         (ev_pixbuf_cache_get_text_mapping):
1863         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1864         (notify_page_ready), (ev_job_render_page_ready),
1865         (ev_job_render_run):
1866
1867         Add page_ready signal to notify that page is ready as soon as
1868         possible even if other page elements like links, forms, images or
1869         text mapping are not ready yet.
1870
1871 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1872
1873         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1874         (dvi_document_file_exporter_do_page),
1875         (dvi_document_file_exporter_get_capabilities),
1876         (dvi_document_file_exporter_iface_init):
1877         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1878         (ps_document_file_exporter_do_page),
1879         (ps_document_file_exporter_get_capabilities),
1880         (ps_document_file_exporter_iface_init):
1881         * backend/djvu/djvu-document.c:
1882         (djvu_document_file_exporter_begin),
1883         (djvu_document_file_exporter_end),
1884         (djvu_document_file_exporter_get_capabilities),
1885         (djvu_document_file_exporter_iface_init):
1886         * backend/tiff/tiff-document.c:
1887         (tiff_document_file_exporter_begin),
1888         (tiff_document_file_exporter_get_capabilities),
1889         (tiff_document_document_file_exporter_iface_init):
1890         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1891         (pdf_document_file_exporter_do_page),
1892         (pdf_document_file_exporter_get_capabilities),
1893         (pdf_document_file_exporter_iface_init):
1894         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1895         (ev_file_exporter_get_capabilities):
1896         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1897         (idle_print_handler), (ev_print_job_print):
1898         * shell/ev-jobs.c: (ev_job_print_run):
1899         * shell/ev-window.c: (ev_window_print_send),
1900         (ev_window_print_range):
1901
1902         Use capabilities to know which options should be offered by the
1903         print dialog depending on the document backend.
1904
1905 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1906
1907         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1908
1909         Give priority to forms over text to set the cursor.
1910
1911 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1912
1913         * shell/ev-view-private.h:
1914         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1915         (ev_view_leave_notify_event), (ev_view_finalize),
1916         (ev_view_get_property), (ev_view_class_init):
1917
1918         Use IBEAM cursor for text form fields and NORMAL cursor for read
1919         only fields. Remove unused status attribute.
1920
1921 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1924
1925         Update region for current selected items also for checkbox
1926         buttons, since they can behave as radio buttons when they are in a
1927         set.
1928
1929 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * configure.ac:
1932         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1933
1934         Get max length of text form fields.
1935
1936 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1939         * libdocument/ev-form-field.h:
1940         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1941
1942         Fix build with current poppler cvs head.
1943
1944 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1945
1946         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1947         * shell/eggfindbar.c: (egg_find_bar_init):
1948
1949         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1950         deprecation. Fixes bug #455667
1951
1952 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1953
1954         * NEWS:
1955         * configure.ac:
1956         
1957         Update for release 0.9.2
1958
1959 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-view.c: (ev_view_form_field_text_save),
1962         (ev_view_form_field_choice_save):
1963
1964         Fix a crash when closing whith a form widget visible.
1965
1966 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1969
1970         Update also the region of the current selected button when
1971         clicking on another button if they are radio buttons.
1972
1973 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1976         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1977         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1978         (ev_pixbuf_cache_get_link_mapping),
1979         (ev_pixbuf_cache_get_image_mapping),
1980         (ev_pixbuf_cache_get_form_field_mapping),
1981         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1982         * shell/ev-view.c: (ev_view_form_field_get_region),
1983         (ev_view_form_field_button_create_widget),
1984         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1985         (job_finished_cb):
1986
1987         Redraw only form field region instead of the whole page when
1988         reloading a page to show changes on the form field.
1989
1990 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1991
1992         * shell/ev-view.c: (ev_view_form_field_choice_save):
1993
1994         Fix selection of first item in list form fields.
1995
1996 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1997
1998         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1999         (ev_pixbuf_cache_reload_page),
2000         (ev_pixbuf_cache_get_form_field_mapping):
2001
2002         Some refactoring to avoid duplicated code.
2003
2004 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2005
2006         * configure.ac:
2007         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2008         (ev_form_field_from_poppler_field),
2009         (pdf_document_forms_get_form_fields),
2010         (pdf_document_forms_form_field_text_get_text),
2011         (pdf_document_forms_form_field_text_set_text),
2012         (pdf_document_forms_form_field_button_set_state),
2013         (pdf_document_forms_form_field_button_get_state),
2014         (pdf_document_forms_form_field_choice_get_item),
2015         (pdf_document_forms_form_field_choice_get_n_items),
2016         (pdf_document_forms_form_field_choice_is_item_selected),
2017         (pdf_document_forms_form_field_choice_select_item),
2018         (pdf_document_forms_form_field_choice_toggle_item),
2019         (pdf_document_forms_form_field_choice_unselect_all),
2020         (pdf_document_forms_form_field_choice_set_text),
2021         (pdf_document_forms_form_field_choice_get_text),
2022         (pdf_document_document_forms_iface_init):
2023         * libdocument/Makefile.am:
2024         * libdocument/ev-form-field.[ch]:
2025         * libdocument/ev-document-forms.[ch]:
2026         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2027         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2028         (add_job), (ev_pixbuf_cache_reload_page),
2029         (ev_pixbuf_cache_get_form_field_mapping):
2030         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2031         * shell/ev-view-private.h:
2032         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2033         (ev_view_handle_cursor_over_xy),
2034         (ev_view_get_form_field_at_location),
2035         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2036         (ev_view_form_field_button_create_widget),
2037         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2038         (ev_view_form_field_text_create_widget),
2039         (ev_view_form_field_choice_save),
2040         (ev_view_form_field_choice_changed),
2041         (ev_view_form_field_choice_create_widget),
2042         (ev_view_handle_form_field), (ev_view_size_allocate),
2043         (ev_view_realize), (draw_end_presentation_page),
2044         (ev_view_button_press_event), (ev_view_remove_all),
2045         (ev_view_motion_notify_event), (ev_view_key_press_event),
2046         (ev_view_enter_notify_event), (highlight_find_results),
2047         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2048         (ev_view_class_init), (page_changed_cb),
2049         (on_adjustment_value_changed), (ev_view_set_presentation),
2050         (merge_selection_region), (ev_view_set_cursor),
2051         (ev_view_reset_presentation_state):
2052         
2053         Merge evince-forms branch.
2054
2055 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2056
2057         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2058
2059         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2060         This script also updates itself from libegg
2061
2062         * cut-n-paste/toolbar-editor/egg*:
2063         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2064         libegg
2065
2066 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2067
2068         * shell/ev-window.c:
2069         
2070         Adds a nice icon to page action during toolbar editing.
2071         See bug #452872.
2072
2073 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2074
2075         * data/evince-toolbar.xml:
2076         * shell/ev-window.c:
2077         
2078         Let user add a presentation and fullscreen icons on toolbar.
2079         See bug #449734.
2080
2081 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2082
2083         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2084
2085         new script to keep in sync with toolbareditor in libegg
2086
2087         * cut-n-paste/toolbar-editor/*: 
2088
2089         Run update-toolbareditor-from-libegg so we are in sync again. 
2090         Fixes bug #452850.
2091         
2092
2093 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2094
2095         * shell/ev-sidebar-links.c: (job_finished_callback):
2096
2097         Do not connect selection changed signal more than once. Fixes bug
2098         #349433.
2099
2100 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2101
2102         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2103
2104         Do not change sidebar chrome flag when pressing F9 key in
2105         presentation mode.
2106
2107 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * backend/pdf/ev-poppler.cc:
2110         (pdf_document_thumbnails_get_dimensions):
2111
2112         Make sure thumbnails width and height is not <= 0. Fixes a crash
2113         with some pdf documents which have really small pages.
2114
2115 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2116
2117         * shell/main.c: (main):
2118
2119         Fixes program description translation issue.
2120         Bug #450148.
2121
2122 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2123
2124         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2125
2126         Do not change current page when returning from black/white mode
2127         in presentation. Fixes bug #415032.
2128
2129 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2130
2131         * NEWS:
2132         * configure.ac:
2133         
2134         Update for release 0.9.1
2135
2136 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2137
2138         * backend/dvi/dvi-document.c:
2139         (dvi_document_finalize),
2140         (dvi_document_file_exporter_format_supported),
2141         (dvi_document_file_exporter_begin),
2142         (dvi_document_file_exporter_do_page),
2143         (dvi_document_file_exporter_end),
2144         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2145         
2146         PDF exporter for dvi documents. Fixes bug #441319.
2147
2148 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2149
2150         * shell/ev-window.c: (ev_window_clear_print_job):
2151
2152         Clear gtk print job when job has finished. Fixes bug #447612.
2153
2154 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2155
2156         * shell/ev-window.c: (ev_window_print_send),
2157         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2158
2159         Add preview button to print dialog. Fixes bug #445419.
2160
2161 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * backend/dvi/Makefile.am:
2164         * backend/dvi/pixbuf-device.[ch]: Removed
2165         * backend/dvi/cairo-device.[ch]: Added
2166         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2167         * backend/dvi/dvi-document.c: (dvi_document_load),
2168         (dvi_document_render), (dvi_document_finalize),
2169         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2170         (dvi_document_do_color_special):
2171         * libdocument/ev-document-misc.[ch]:
2172         (ev_document_misc_pixbuf_from_surface):
2173
2174         Port dvi backend to cairo and fix a problem with colors. 
2175
2176 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2177
2178         * shell/ev-view.c: (draw_one_page):
2179
2180         Draw only visible region.
2181
2182 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * backend/djvu/djvu-document.c: (djvu_document_render):
2185
2186         Fix rotation in djvu backend.
2187
2188 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2191         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2192         (ev_pixbuf_cache_get_image_mapping),
2193         (ev_pixbuf_cache_get_text_mapping):
2194
2195         Redraw view every time we have a new surface. Fixes bug #443587.
2196
2197 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * libdocument/ev-document.c: (ev_document_info_free):
2200
2201         Fix memory leaks.
2202
2203 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * backend/dvi/dvi-document.c: (dvi_document_render),
2206         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2207         * backend/impress/impress-document.c:
2208         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2209         (impress_document_render), (impress_document_document_iface_init),
2210         (impress_document_thumbnails_get_thumbnail):
2211         * backend/djvu/djvu-document-private.h:
2212         * backend/djvu/djvu-document.c: (djvu_document_render),
2213         (djvu_document_finalize), (djvu_document_document_iface_init),
2214         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2215         * backend/tiff/tiff-document.c: (tiff_document_render),
2216         (tiff_document_render_pixbuf),
2217         (tiff_document_document_iface_init):
2218         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2219         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2220         (pdf_selection_render_selection):
2221         * backend/comics/comics-document.c:
2222         (comics_document_render_pixbuf), (comics_document_render),
2223         (comics_document_document_iface_init):
2224         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2225         (pixbuf_document_document_iface_init):
2226         * libdocument/ev-document-misc.[ch]:
2227         (ev_document_misc_surface_from_pixbuf),
2228         (ev_document_misc_surface_rotate_and_scale):
2229         * libdocument/ev-document.[ch]: (ev_document_render):
2230         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2231         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2232         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2233         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2234         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2235         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2236         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2237         (render_finished_cb), (ev_job_render_run):
2238         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2239         (merge_selection_region):
2240
2241         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2242         and selections.
2243
2244 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2245
2246         * shell/ev-window-title.c: (ev_window_title_update):
2247
2248         Fix memory leak.
2249
2250 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2251
2252         * shell/ev-view.c: (draw_loading_text):
2253
2254         Show loading text centered. Fixes bug #433061
2255
2256 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-sidebar-thumbnails.c:
2259         (ev_sidebar_thumbnails_set_loading_icon):
2260
2261         Remove a mutex in the main thread that blocks the UI in heavy
2262         documents.
2263
2264 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2267
2268         Set points_set to TRUE so that selections don't disappear after a
2269         zoom change.
2270
2271 2007-06-07  Michael Monreal  <infernux@web.de>
2272
2273         * data/icons/16x16/actions/Makefile.am:
2274         * data/icons/16x16/actions/zoom.svg:
2275         * data/icons/22x22/actions/Makefile.am:
2276         * data/icons/22x22/actions/zoom.svg:
2277         * data/icons/24x24/actions/Makefile.am:
2278         * shell/ev-stock-icons.c:
2279         * shell/ev-stock-icons.h:
2280         * shell/ev-window.c:
2281         
2282         Zoom icon artwork. See bug #444795.
2283
2284 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2285
2286         * shell/ev-metadata-manager.c: Remove extraneous function
2287         (Closes: #444386)
2288
2289 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2290
2291         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2292         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2293         (ev_metadata_manager_set), (ev_metadata_manager_save):
2294         Simplify the timeout, no need for modified anymore
2295
2296 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2297
2298         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2299         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2300         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2301         (ev_metadata_manager_save): Adapted patch from Arjan van de
2302         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2303         time, saves on power (Closes: #443851)
2304
2305 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * configure.ac:
2308         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2309         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2310
2311         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2312
2313 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2314
2315         * shell/ev-window.c: (ev_window_add_history):
2316
2317         Check if history is NULL
2318
2319 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * libdocument/ev-image.c: (ev_image_finalize):
2322         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2323         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2324         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2325         (ev_tmp_uri_unlink):
2326
2327         Add functions to delete temporary files created by evince in a safe
2328         way.
2329
2330         * shell/ev-window.c: (ev_window_clear_local_uri),
2331         (open_xfer_update_progress_callback),
2332         (save_xfer_update_progress_callback), (ev_window_save_remote),
2333         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2334         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2335         (attachment_save_dialog_response_cb),
2336         (ev_attachment_popup_cmd_save_attachment_as):
2337
2338         Allow saving a copy of a document, image or attachment to a remote
2339         location. Fixes bug #440754. 
2340
2341 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * configure.ac:
2344         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2345
2346         Fix build with current poppler from cvs head. 
2347
2348 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2349
2350         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2351
2352         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2353         directory exists.
2354
2355 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2356
2357         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2358         * shell/ev-window.c:
2359
2360         Change sidebar ordering. Fixes bug #439939.
2361
2362 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2363
2364         * backend/comics/Makefile.am:
2365         
2366         Fixes build with --without-libgnome.
2367
2368 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2369         
2370         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2371
2372         Update cursor and tooltip on page change and view scroll. Fixes bug
2373         #439217.
2374
2375 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2376
2377         * NEWS:
2378         * configure.ac:
2379         
2380         Update for release 0.9.0
2381
2382 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2383
2384         * backend/djvu/djvu-document-private.h:
2385         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2386         (djvu_document_finalize),
2387         (djvu_document_file_exporter_format_supported),
2388         (djvu_document_file_exporter_begin),
2389         (djvu_document_file_exporter_do_page),
2390         (djvu_document_file_exporter_end),
2391         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2392         
2393         Implemented printing with djvu. Bug #437998.
2394
2395 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2396
2397         * backend/impress/zip.c:
2398         Add missing ulong definition.
2399
2400         * backend/ps/ps-interpreter.c:
2401         Add missing headers.
2402
2403         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2404
2405 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2406
2407         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2408
2409         Add missing call to parent class dispose method. 
2410
2411 2007-05-12  Ross Burton  <ross@openedhand.com>
2412
2413         * shell/main.c:
2414         Sync keybindings manually when building without libgnome
2415         (#437925).
2416
2417 2007-05-12  Ross Burton  <ross@openedhand.com>
2418
2419         * shell/ev-window.c:
2420         Respect the screen when opening help (#437866).
2421
2422 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * data/evince-ui.xml:
2425         * shell/ev-application.[ch]: (get_print_settings_from_args),
2426         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2427         (ev_application_open_uri_list):
2428         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2429         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2430         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2431         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2432         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2433         (ev_window_dispose):
2434         * shell/main.c: (arguments_parse):
2435
2436         Add print button in preview mode. Fixes bug #396475. 
2437
2438 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2439
2440         * cut-n-paste/zoom-control/ephy-zoom.h:
2441         
2442         Fixes zoom level factors. See bug #408119 for details.
2443
2444 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2445
2446         * backend/comics/comics-document.c: (comics_regex_quote),
2447         (extract_argv):
2448         
2449         Correctly quote symbols. Fixes crash in the bug
2450         #415370.
2451
2452 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2453
2454         * shell/ev-navigation-action-widget.c:
2455         (ev_navigation_action_widget_init),
2456         (ev_navigation_action_widget_class_init),
2457         (ev_navigation_action_widget_button_press_event):
2458         
2459         Connect to button-press event on correct widget. Fixes
2460         bug #431988
2461
2462 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2463
2464         * shell/ev-application.c: (ev_application_open_window),
2465         (ev_application_add_icon_path_for_screen),
2466         (ev_application_open_uri_at_dest):
2467         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2468         * shell/ev-navigation-action.c: (build_menu):
2469         
2470         Add app-specific icons to our icon theme. Fixes bug
2471         #425508.
2472
2473 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * shell/ev-history.c: (ev_history_class_init),
2476         (ev_history_add_link):
2477         * shell/ev-history.h:
2478         * shell/ev-navigation-action.c:
2479         (ev_navigation_action_history_changed),
2480         (ev_navigation_action_set_history), (build_menu),
2481         (ev_navigation_action_finalize):
2482         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2483         
2484         Make navigation action unsensitive instead of showing
2485         menu with unsensitive word. Fixes bug #417392.
2486
2487 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-application.[ch]: (ev_application_shutdown),
2490         (ev_application_get_print_settings),
2491         (ev_application_set_print_settings):
2492         * shell/ev-window.c:
2493
2494         Remember print settings. Fixes bug #349102. 
2495
2496 2007-05-08  Christian Persch  <chpe@gnome.org>
2497
2498         * configure.ac:
2499         * properties/ev-properties-view.c:
2500
2501         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2502         Bug #382438.
2503
2504 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * configure.ac:
2507         * properties/ev-properties-view.c: (ev_regular_paper_size):
2508
2509         Use gtk+ builtin paper list to identify the document's paper size.
2510         Fixes bug #382438. 
2511
2512 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * configure.ac:
2515
2516         Fix build when compiling with thumbnailer and libgnome support. 
2517
2518 2007-05-04  Ross Burton  <ross@openedhand.com>
2519
2520         * configure.ac:
2521         Add --without-libgnome, check for libgnome and libgnomeui
2522         separately, and add them to the symbols as required.
2523
2524         * libdocument/ev-file-helpers.c:
2525         When building without libgnome, use g_get_user_config_dir instead
2526         of gnome_user_dir_get.
2527
2528         * shell/ev-application.c:
2529         When building without libgnome, don't use session management.
2530
2531         * shell/main.c:
2532         When building without libgnome, don't use GnomeProgram or
2533         initialise the authentication manager.
2534
2535         This fixes #328842.
2536
2537 2007-05-04  Ross Burton  <ross@openedhand.com>
2538
2539         * shell/ev-window.c:
2540         Don't use libgnome to open help, instead call Yelp directly.
2541
2542 2007-05-04  Ross Burton  <ross@openedhand.com>
2543
2544         * shell/ev-sidebar-attachments.c:
2545         Don't use libgnome to lookup icons for MIME types, instead copy
2546         code from GTK+ to do it manually.
2547
2548 2007-05-04  Ross Burton  <ross@openedhand.com>
2549
2550         * configure.ac:
2551         Add libxml to the dependencies for SHELL_CORE (#435818).
2552
2553 2007-05-02  Ross Burton  <ross@openedhand.com>
2554
2555         * configure.ac:
2556         * Makefile.am:
2557         Add --disable-thumbnailer (#434825)
2558
2559 2007-05-02  Ross Burton  <ross@openedhand.com>
2560
2561         * shell/ev-window.c:
2562         Add missing includes, fix indentation.
2563
2564         * shell/main.c:
2565         Fix indentation.
2566
2567 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2568
2569         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2570         ev_application_open_uri_at_dest instead of ev_application_open_uri
2571         preventing new document always being opened in a new window even if there
2572         is an empty window.
2573
2574 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2575
2576         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2577         (egg_recent_view_uimanager_finalize):
2578         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2579         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2580         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2581         (ev_pixbuf_cache_dispose):
2582         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2583         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2584         
2585         Add missing chain to parent class methods. Fixes
2586         bug #433128.
2587
2588 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2589
2590         * data/Makefile.am (update-icon-cache): Updates
2591         gtk-update-icon-cache in uninstall-hook.
2592
2593 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-window.c: (ev_window_setup_document),
2596         (ev_window_set_document), (ev_window_load_job_cb):
2597         * shell/ev-view.c: (setup_caches):
2598         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2599
2600         Start rendering pages before any other jobs. 
2601
2602 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2603
2604         * shell/ev-window.c: (ev_window_stop_fullscreen),
2605         (ev_window_stop_presentation):
2606
2607         Update chrome visibility before window unfullscreen. 
2608
2609 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2610
2611         * data/Makefile.am:
2612         * data/evince-ui.xml:
2613         * shell/ev-stock-icons.[ch]:
2614         * shell/ev-application.[ch]: (ev_application_shutdown),
2615         (ev_application_init), (ev_application_get_toolbars_model):
2616         * shell/ev-window.c: (update_chrome_visibility),
2617         (fullscreen_toolbar_setup_item_properties),
2618         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2619         (ev_window_run_presentation), (ev_window_stop_presentation),
2620         (ev_window_run_preview), (ev_window_screen_changed),
2621         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2622         (ev_window_dispose), (ev_window_init):
2623
2624         Make fullscreen toolbar always visible. Do not use egg toolbars for
2625         fullscreen and preview modes since such toolbars are not editables.
2626         Fixes bugs #300278, #338910 and #316188.  
2627
2628 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2629
2630         * shell/ev-application.c:
2631         * shell/ev-job-queue.c:
2632         * shell/ev-metadata-manager.c:
2633         * shell/ev-stock-icons.c:
2634         * shell/ev-window.c:
2635         * shell/main.c:
2636         
2637         Developers documentation updated.
2638
2639 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2642
2643         Check whether uri is valid before launching it. Fixes bug #427664.
2644
2645 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2646
2647         * shell/ev-window.c:
2648
2649         Change key accelerator for Open a Copy menu entry which is in conflict
2650         with Close. Fixes bug #427321.
2651
2652 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2653
2654         * NEWS:
2655         * configure.ac:
2656         
2657         Update for release 0.8.1
2658
2659 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2660
2661         * shell/ev-window.c: (setup_size_from_metadata):
2662         
2663         Do not make window bigger than screen. Fixes bug 
2664         #388985.
2665
2666 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2669         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2670
2671         Use default resolution when it's not provided by document. Fixes bug
2672         #408762.
2673
2674 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * configure.ac:
2677         * thumbnailer/Makefile.am:
2678         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2679         * thumbnailer/evince-thumbnailer.schemas.in:
2680         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2681
2682         Add support for ps, eps and compressed documents thumbnails. Do not
2683         ignore size parameter. 
2684
2685 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2686
2687         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2688         (dvi_document_do_color_special):
2689         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2690
2691         Implement font color specials in the DVI backend. Fixes bug #303651.
2692
2693 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2694
2695         Fixup the previous commit:
2696
2697         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2698         * shell/xdg-user-dir-lookup.c: Make the function non-static
2699         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2700
2701 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2702
2703         * shell/ev-window.c (file_open_dialog_response_cb): Use
2704         the xdg-user-dirs DOCUMENTS folder as default folder when
2705         opening a file chooser.  (#424858)
2706
2707         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2708         xdg-user-dirs.
2709
2710 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-window.c: (ev_window_load_job_cb):
2713
2714         Do not setup view from metadata on preview mode. 
2715
2716 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * shell/main.c:
2719
2720         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2721
2722 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-view.c: (ev_view_primary_get_cb):
2725
2726         Check pointer != NULL before using it. Fixes bug #416841. 
2727
2728 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * NEWS:
2731         * configure.ac:
2732         
2733         Release 0.8.0
2734
2735 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2736
2737         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2738
2739         Do not render thumbnails when sidebar thumbnail page is not visible
2740         at startup. Fixes bug #416447. 
2741
2742 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2743
2744         * data/evince.desktop.in.in:
2745
2746         "Application" is not a valid category in the freedesktop specification.
2747
2748 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * libdocument/ev-file-helpers.[ch]: (compression_run),
2751         (ev_file_uncompress), (ev_file_compress):
2752         * shell/ev-window.c: (file_save_dialog_response_cb):
2753
2754         Save document compressed when saving a copy of a compressed document.
2755         Fixes bug #334542.
2756
2757 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2758
2759         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2760
2761         Allow deleting in goto window entry in presentation mode. 
2762
2763 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2764
2765         * Makefile.am: Dist MAINTAINERS.
2766
2767 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2768
2769         * shell/ev-window.c: (ev_window_update_actions):
2770
2771         Fix zoom shortcut keys when searching. Fixes bug #409828.
2772
2773 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2774
2775         * shell/ev-window.c: (ev_window_setup_document):
2776
2777         Fix crash when loading documents with only one page. 
2778
2779 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * backend/dvi/dvi-document.c:
2782         (dvi_document_thumbnails_get_dimensions),
2783         (dvi_document_thumbnails_get_thumbnail):
2784         * backend/impress/impress-document.c:
2785         (impress_document_thumbnails_get_thumbnail),
2786         (impress_document_thumbnails_get_dimensions):
2787         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2788         (ps_document_thumbnails_get_dimensions):
2789         * backend/djvu/djvu-document.c:
2790         (djvu_document_thumbnails_get_dimensions),
2791         (djvu_document_thumbnails_get_thumbnail):
2792         * backend/tiff/tiff-document.c:
2793         (tiff_document_thumbnails_get_thumbnail),
2794         (tiff_document_thumbnails_get_dimensions):
2795         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2796         (pdf_document_thumbnails_get_thumbnail),
2797         (pdf_document_thumbnails_get_dimensions):
2798         * backend/comics/comics-document.c:
2799         (comics_document_thumbnails_get_thumbnail),
2800         (comics_document_thumbnails_get_dimensions):
2801         * backend/pixbuf/pixbuf-document.c:
2802         (pixbuf_document_thumbnails_get_thumbnail),
2803         (pixbuf_document_thumbnails_get_dimensions):
2804         * libdocument/ev-document-thumbnails.[ch]:
2805         (ev_document_thumbnails_get_thumbnail),
2806         (ev_document_thumbnails_get_dimensions):
2807         * libdocument/ev-document-misc.[ch]:
2808         (ev_document_misc_get_thumbnail_frame):
2809         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2810         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2811         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2812         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2813         (ev_sidebar_thumbnails_refresh):
2814         * shell/ev-window.c: (ev_window_setup_document):
2815         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2816
2817         Use an EvRenderContext for rendering thumbnails instead of a suggested
2818         width, so that different sized pages get sized proportionally.
2819
2820 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-view.c: (ev_view_button_press_event),
2823         (ev_view_key_press_event):
2824
2825         Fix critical warnings when there is no document loaded. 
2826
2827 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-page-action-widget.c:
2830         * shell/ev-navigation-action.c:
2831         * shell/ev-window.c:
2832
2833         Fix compile warnings. 
2834
2835 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * backend/djvu/djvu-text.h:
2838         * backend/djvu/djvu-document.c:
2839         * backend/djvu/djvu-text-page.c:
2840         * backend/djvu/djvu-links.c:
2841         * backend/djvu/djvu-text-page.h:
2842         * backend/djvu/djvu-text.c:
2843         
2844         Fix build on Mac. Fixes bug #392186. Patch by
2845         <ephraim_owns@hotmail.com>
2846
2847 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2850
2851         Restore cairo context before rendering every page when printing a PDF
2852         document into a PDF file. 
2853
2854 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * backend/ps/gstypes.h:
2857         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2858         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2859         (ps_document_thumbnails_get_thumbnail):
2860
2861         Handle PostScript page orientation. Fixes bug #318568.
2862
2863 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * backend/ps/Makefile.am:
2866         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2867         (document_load), (ps_document_load), (save_document),
2868         (save_page_list), (ps_document_get_n_pages),
2869         (ps_document_get_page_size), (ps_document_get_info),
2870         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2871         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2872         (ps_document_thumbnails_get_thumbnail),
2873         (ps_document_thumbnails_get_dimensions),
2874         (ps_document_document_thumbnails_iface_init):
2875         * backend/ps/ps.[ch]: (psgetpagebox):
2876         * backend/ps/ps-interpreter.[ch]:
2877
2878         Add support for thumbnails in ps backend. Fixes bug #164755. 
2879
2880 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2881
2882         * NEWS:
2883         * configure.ac:
2884         
2885         Release 0.7.2
2886
2887 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2890         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2891         (ev_window_dispose):
2892
2893         Use document thumbnail as window icon. Fixes bug #384442.
2894
2895 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2896
2897         * configure.ac:
2898
2899         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2900         duplicated adding application/x-bzpostscript instead. 
2901
2902 2007-02-11  Tom Parker  <palfrey@tevp.net>
2903
2904         * backend/ps/ps-document.c: (document_load):
2905
2906         Check return value of psscan before trying
2907         to use it. Fixes bug #372414.
2908
2909 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2910
2911         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2912
2913         Fix invalid free in ev-page-cache. Fixes bug #404745.
2914
2915 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2916
2917         * test/Makefile.am:
2918         * test/test3.py:
2919         
2920         Added reload test case.
2921
2922 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * po/POTFILES.in:
2925         * backend/djvu/djvu-document.c: (djvu_document_load):
2926
2927         Check whether there are missing files in indirect multipage djvu
2928         documents. Fixes bug #361683. 
2929
2930 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2931
2932         * test/Makefile.am:
2933         * test/test-mime.bin:
2934         * test/test3.py:
2935         
2936         Added test for slow mime type
2937
2938 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2941
2942         Add some checks and call parent_class->finalize. Fixes bug #404745.
2943
2944 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2945
2946         * shell/ev-navigation-action.c: (connect_proxy):
2947         
2948         Fixes dropdown history menu. Thanks a lot Carlos!
2949
2950 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2953
2954         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2955         bug #373715.
2956
2957 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * backend/ps/ps.c: (psscan):
2960
2961         Fix memory leak. 
2962
2963 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * configure.ac:
2966         * libdocument/ev-file-helpers.c: 
2967
2968         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2969
2970 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2971
2972         * configure.ac:
2973         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2974         (ps_interpreter_start), (document_load), (save_document),
2975         (save_page_list):
2976         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2977         * libdocument/ev-document-factory.c:
2978         (ev_document_factory_get_from_mime), (get_document_from_uri),
2979         (free_uncompressed_uri), (ev_document_factory_get_document):
2980         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2981
2982         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2983
2984 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2985
2986         * libdocument/ev-document.h:
2987
2988         Fix typo in function name. 
2989
2990 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * backend/ps/ps-document.c: (ps_interpreter_finished),
2993         (ps_interpreter_start), (ps_interpreter_failed):
2994
2995         Handle ghostscript interpreter crashes. 
2996
2997 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * shell/ev-window.c: (ev_window_open_uri),
3000         (window_configure_event_cb):
3001
3002         Setup window size and position before showing it. Fixes bug #401711.
3003
3004 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * backend/ps/Makefile.am:
3007         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3008         (ps_document_dispose), (ps_document_class_init),
3009         (ps_interpreter_input), (ps_interpreter_output),
3010         (ps_interpreter_error), (setup_interpreter_env),
3011         (ps_interpreter_start), (ps_interpreter_stop),
3012         (ps_interpreter_failed), (ps_interpreter_is_ready),
3013         (check_filecompressed), (document_load), (ps_document_load),
3014         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3015         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3016         (render_page):
3017
3018         Rework ps-document. Code cleanups, remove deprecated code. 
3019
3020 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * shell/ev-view.c: (ev_view_button_press_event):
3023
3024         Do not start an image drag and drop operation when pointer is on 
3025         text, so that we can select text when the whole background is an
3026         image. 
3027
3028 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * shell/ev-window.c: (ev_window_update_actions): 
3031
3032         Disable all zoom related actions during presentation mode. 
3033
3034 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3035
3036         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3037
3038         Do not zoom in or out on presentation mode. Fixes bug #401305.
3039
3040 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * shell/ev-navigation-action.c: (connect_proxy),
3043         (create_menu_item), (ev_navigation_action_class_init):
3044         
3045         Correctly show menu and fix crash when navigaton 
3046         action is out of toolbar visible area.
3047
3048 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3049
3050         * data/Makefile.am:
3051         * data/evince.1:
3052         
3053         Added man file
3054
3055 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3056
3057         * help/reference/* :
3058         * configure.ac:
3059         
3060         Added gtk-doc based documentation for Evince.
3061         Still in initial state but I hope it will
3062         grow.
3063         
3064         * configure.ac:
3065         
3066         Lower dbus requirement to 0.70
3067
3068 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3069
3070         * shell/ev-window.c: (ev_window_add_history):
3071
3072         Fix memory leak. 
3073
3074 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3075
3076         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3077         * shell/ev-view.h:
3078         * shell/ev-window.c: (ev_window_add_history):
3079         
3080         Correctly handle named destination links
3081
3082 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3083
3084         * NOTES:
3085         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3086         * backend/pdf/ev-poppler.cc:
3087         * libdocument/ev-document-links.h:
3088         * libdocument/ev-link.c: (ev_link_get_page):
3089         * libdocument/ev-link.h:
3090         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3091         (ev_history_add_link):
3092         * shell/ev-history.h:
3093         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3094         (new_history_menu_item), (build_menu):
3095         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3096         * shell/ev-sidebar-links.c: (create_loading_model),
3097         (print_section_cb), (ev_sidebar_links_construct),
3098         (fill_page_labels), (update_page_callback_foreach),
3099         (update_page_callback), (job_finished_callback):
3100         * shell/ev-view.c: (ev_view_handle_link):
3101         * shell/ev-window.c: (ev_window_find_chapter),
3102         (ev_window_add_history), (view_handle_link_cb),
3103         (history_changed_cb):
3104         
3105         Implements another history variant
3106
3107 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3108
3109         * shell/ev-window.c: (view_external_link_cb):
3110         * shell/ev-view.c: (ev_view_button_release_event):
3111
3112         Open links in new window when clicking with middle button. 
3113
3114 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3115
3116         * shell/ev-navigation-action.c: (new_history_menu_item):
3117         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3118         * shell/ev-view.c: (ev_view_handle_link):
3119         * shell/ev-window.c:
3120         
3121         Store link before jump, not the destination. For me it 
3122         seems like more natural history behavior.
3123
3124 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3125
3126         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3127         (ev_navigation_action_class_init):
3128         * shell/ev-navigation-action.h:
3129         * shell/ev-page-action.c: (activate_cb):
3130         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3131         (ev_page_cache_set_current_page_history):
3132         * shell/ev-page-cache.h:
3133         * shell/ev-sidebar-thumbnails.c:
3134         (ev_sidebar_tree_selection_changed),
3135         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3136         * shell/ev-view-private.h:
3137         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3138         * shell/ev-view.h:
3139         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3140         (ev_window_setup_document), (ev_window_load_job_cb):
3141         * shell/ev-window.h:
3142         
3143         History finally works as expected.
3144
3145 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3146
3147         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3148
3149         Do not update links treeview if it doesn't have a model assigned yet. 
3150
3151 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3152
3153         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3154         (ev_sidebar_links_class_init), (update_page_callback):
3155
3156         Do not update links treeview when sidepane is not visible. 
3157
3158 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3159
3160         * shell/ev-marshal.list:
3161         * shell/ev-page-action.c: (activate_cb),
3162         (ev_page_action_class_init):
3163         * shell/ev-page-action.h:
3164         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3165         * shell/ev-window.c:
3166         
3167         Remove activate_link signal, not required.
3168
3169 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3170
3171         * shell/ev-navigation-action.c: (build_menu):
3172         
3173         Reorder menu items and build menu with fixed length.
3174
3175 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3176
3177         * shell/ev-view.c: (get_selected_text):
3178         
3179         Normalize text to fix ligatures problem. See bug
3180         #341947 for details.
3181
3182 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3185
3186         Fix memory leak in ev-page-cache. 
3187
3188 2007-01-25  Tom Parker <palfrey@tevp.net>
3189
3190         * backend/impress/impress-document.c: (impress_document_load),
3191         (impress_document_finalize), (impress_document_init):
3192         * properties/ev-properties-main.c: (ev_properties_get_pages):
3193         
3194         Correctly handle impress document errors. Fixes nautilus
3195         crash in property page #370491.
3196
3197 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3198
3199         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3200         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3201         (ev_job_queue_remove_job):
3202         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3203         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3204         (ev_job_load_run):
3205         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3206         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3207         (ev_window_load_job_cb), (xfer_update_progress_callback),
3208         (ev_window_open_uri), (ev_window_dispose):
3209         * shell/main.c: (main):
3210
3211         Do file transfer asynchronously in the main thread instead of
3212         synchronously in the load thread. Fixes bugs #399694, #398307 and
3213         #343542.
3214
3215 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-jobs.c: (ev_job_xfer_run):
3218
3219         Load the document with the font-config lock held. 
3220
3221 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/ps/ps-document.c: (start_interpreter):
3224
3225         Fix memory leaks in ps backend. 
3226
3227 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * backend/impress/impress-document.c:
3230         (impress_document_render_pixbuf):
3231
3232         Do not acquire fontconfig lock in impress backend, since it is using
3233         the main loop for rendering. 
3234
3235 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3236
3237         * po/POTFILES.in: 
3238
3239         Remove mdvi files that shouldn't be translated. 
3240
3241 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * shell/ev-view-private.h:
3244         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3245         (ev_view_set_zoom):
3246
3247         Render "loading..." text into a cairo surface instead of directly into
3248         the window so that fontconfig lock is only needed once and UI is not
3249         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3250
3251 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3252
3253         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3254         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3255
3256         Use icon theme associated with the window screen rather than default. 
3257
3258 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3259
3260         * configure.ac:
3261
3262         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3263
3264 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3265
3266         * data/icons/*/apps/evince.*:
3267
3268         Move Evince icons under new apps directory.
3269
3270         * data/icons/*/actions/*:
3271
3272         Add new custom themeable Evince icons: view-page-continuous, 
3273         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3274         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3275
3276         * configure.ac:
3277
3278         Add new directories to AC_CONFIG_FILES.
3279
3280         * shell/ev-stock-icons.c:
3281         * shell/ev-stock-icons.h:
3282
3283         Use new custom themeable icons.
3284
3285 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3286
3287         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3288
3289         Do not draw white background page in presentation mode. 
3290
3291 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3292
3293         * shell/ev-view.c: Remove unused gnome-vfs include.
3294
3295 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3296
3297         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3298         
3299         Format string is corrected, fixes bug #397129.
3300
3301 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * shell/ev-window.c: (ev_window_setup_recent):
3304
3305         Do not include in recent menu inexistent documents. Fixes
3306         bug #339171.
3307
3308 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * po/POTFILES.skip: 
3311
3312         Update POTFILES.skip file according to current source tree. 
3313
3314 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3315
3316         * shell/ev-window.c: (file_save_dialog_response_cb):
3317
3318         Do Save a copy in atomic way. Fixes bug #328266. 
3319
3320 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3323
3324         Keep selected cell always visible in index treeview.
3325
3326 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3327         
3328         * shell/ev-view.c: (ev_view_size_allocate):
3329
3330         Restore horizontal scrollbar after switching to/from fullscreen
3331         or presentation mode. Fixes bug #331728.
3332
3333 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * shell/ev-view-private.h:
3336         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3337         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3338         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3339         (ev_view_can_zoom_out):
3340
3341         Use max and min scale values in the view iby taking dpi into account. 
3342
3343 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3344
3345         * configure.ac:
3346         * NEWS:
3347
3348         Release 0.7.1
3349
3350 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-window.c: (ev_window_print_send):
3353
3354         Send print job to printer with some settings set to default values,
3355         since we have already exported to a file according to such settings
3356         and they could be taken twice by some printers. 
3357
3358 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-jobs.c: (ev_job_xfer_run):
3361         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3362
3363         Show main window and load document with the font-config lock held. 
3364
3365 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * configure.ac:
3368         * shell/ev-application.c: (ev_application_register_service):
3369         * shell/main.c: (load_files_remote):
3370
3371         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3372
3373 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3374
3375         * doc/debugging.txt:
3376         
3377         Remove obsolete documentation.
3378
3379 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3380
3381         * Makefile.am:
3382         * backend/Makefile.am:
3383         * backend/comics/Makefile.am:
3384         * backend/djvu/Makefile.am:
3385         * backend/dvi/Makefile.am:
3386         * backend/ev-async-renderer.c:
3387         * backend/ev-async-renderer.h:
3388         * backend/ev-attachment.c:
3389         * backend/ev-attachment.h:
3390         * backend/ev-backend-marshal.c:
3391         * backend/ev-document-factory.c:
3392         * backend/ev-document-factory.h:
3393         * backend/ev-document-find.c:
3394         * backend/ev-document-find.h:
3395         * backend/ev-document-fonts.c:
3396         * backend/ev-document-fonts.h:
3397         * backend/ev-document-images.c:
3398         * backend/ev-document-images.h:
3399         * backend/ev-document-info.h:
3400         * backend/ev-document-links.c:
3401         * backend/ev-document-links.h:
3402         * backend/ev-document-misc.c:
3403         * backend/ev-document-misc.h:
3404         * backend/ev-document-security.c:
3405         * backend/ev-document-security.h:
3406         * backend/ev-document-thumbnails.c:
3407         * backend/ev-document-thumbnails.h:
3408         * backend/ev-document-transition.c:
3409         * backend/ev-document-transition.h:
3410         * backend/ev-document.c:
3411         * backend/ev-document.h:
3412         * backend/ev-file-exporter.c:
3413         * backend/ev-file-exporter.h:
3414         * backend/ev-image.c:
3415         * backend/ev-image.h:
3416         * backend/ev-link-action.c:
3417         * backend/ev-link-action.h:
3418         * backend/ev-link-dest.c:
3419         * backend/ev-link-dest.h:
3420         * backend/ev-link.c:
3421         * backend/ev-link.h:
3422         * backend/ev-render-context.c:
3423         * backend/ev-render-context.h:
3424         * backend/ev-selection.c:
3425         * backend/ev-selection.h:
3426         * backend/impress/Makefile.am:
3427         * backend/pdf/Makefile.am:
3428         * backend/pixbuf/Makefile.am:
3429         * backend/ps/Makefile.am:
3430         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3431         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3432         (start_interpreter), (stop_interpreter), (document_load),
3433         (ps_document_next_page), (render_page):
3434         * backend/tiff/Makefile.am:
3435         * comics/Makefile.am:
3436         * comics/comics-document.c:
3437         * comics/comics-document.h:
3438         * configure.ac:
3439         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3440         * djvu/Makefile.am:
3441         * djvu/djvu-document-private.h:
3442         * djvu/djvu-document.c:
3443         * djvu/djvu-document.h:
3444         * djvu/djvu-links.c:
3445         * djvu/djvu-links.h:
3446         * djvu/djvu-text-page.c:
3447         * djvu/djvu-text-page.h:
3448         * djvu/djvu-text.c:
3449         * djvu/djvu-text.h:
3450         * dvi/Makefile.am:
3451         * dvi/dvi-document.c:
3452         * dvi/dvi-document.h:
3453         * dvi/fonts.c:
3454         * dvi/fonts.h:
3455         * dvi/mdvi-lib/Makefile.am:
3456         * dvi/mdvi-lib/afmparse.c:
3457         * dvi/mdvi-lib/afmparse.h:
3458         * dvi/mdvi-lib/bitmap.c:
3459         * dvi/mdvi-lib/bitmap.h:
3460         * dvi/mdvi-lib/color.c:
3461         * dvi/mdvi-lib/color.h:
3462         * dvi/mdvi-lib/common.c:
3463         * dvi/mdvi-lib/common.h:
3464         * dvi/mdvi-lib/defaults.h:
3465         * dvi/mdvi-lib/dvimisc.c:
3466         * dvi/mdvi-lib/dviopcodes.h:
3467         * dvi/mdvi-lib/dviread.c:
3468         * dvi/mdvi-lib/files.c:
3469         * dvi/mdvi-lib/font.c:
3470         * dvi/mdvi-lib/fontmap.c:
3471         * dvi/mdvi-lib/fontmap.h:
3472         * dvi/mdvi-lib/fontsrch.c:
3473         * dvi/mdvi-lib/gf.c:
3474         * dvi/mdvi-lib/hash.c:
3475         * dvi/mdvi-lib/hash.h:
3476         * dvi/mdvi-lib/list.c:
3477         * dvi/mdvi-lib/mdvi.h:
3478         * dvi/mdvi-lib/pagesel.c:
3479         * dvi/mdvi-lib/paper.c:
3480         * dvi/mdvi-lib/paper.h:
3481         * dvi/mdvi-lib/pk.c:
3482         * dvi/mdvi-lib/private.h:
3483         * dvi/mdvi-lib/setup.c:
3484         * dvi/mdvi-lib/sp-epsf.c:
3485         * dvi/mdvi-lib/special.c:
3486         * dvi/mdvi-lib/sysdeps.h:
3487         * dvi/mdvi-lib/t1.c:
3488         * dvi/mdvi-lib/tfm.c:
3489         * dvi/mdvi-lib/tfmfile.c:
3490         * dvi/mdvi-lib/tt.c:
3491         * dvi/mdvi-lib/util.c:
3492         * dvi/mdvi-lib/vf.c:
3493         * dvi/pixbuf-device.c:
3494         * dvi/pixbuf-device.h:
3495         * impress/Makefile.am:
3496         * impress/common.h:
3497         * impress/document.c:
3498         * impress/f_oasis.c:
3499         * impress/f_oo13.c:
3500         * impress/iksemel.c:
3501         * impress/iksemel.h:
3502         * impress/imposter.h:
3503         * impress/impress-document.c:
3504         * impress/impress-document.h:
3505         * impress/internal.h:
3506         * impress/r_back.c:
3507         * impress/r_draw.c:
3508         * impress/r_geometry.c:
3509         * impress/r_gradient.c:
3510         * impress/r_style.c:
3511         * impress/r_text.c:
3512         * impress/render.c:
3513         * impress/render.h:
3514         * impress/zip.c:
3515         * impress/zip.h:
3516         * lib/Makefile.am:
3517         * lib/ev-debug.c:
3518         * lib/ev-debug.h:
3519         * lib/ev-file-helpers.c:
3520         * lib/ev-file-helpers.h:
3521         * lib/ev-gui.c:
3522         * lib/ev-gui.h:
3523         * lib/ev-tooltip.c:
3524         * lib/ev-tooltip.h:
3525         * libdocument/Makefile.am:
3526         * libdocument/ev-file-helpers.c:
3527         * pdf/Makefile.am:
3528         * pdf/ev-poppler.cc:
3529         * pdf/ev-poppler.h:
3530         * pixbuf/Makefile.am:
3531         * pixbuf/pixbuf-document.c:
3532         * pixbuf/pixbuf-document.h:
3533         * properties/Makefile.am:
3534         * ps/Makefile.am:
3535         * ps/gsdefaults.c:
3536         * ps/gsdefaults.h:
3537         * ps/gsio.c:
3538         * ps/gsio.h:
3539         * ps/gstypes.h:
3540         * ps/ps-document.c:
3541         * ps/ps-document.h:
3542         * ps/ps.c:
3543         * ps/ps.h:
3544         * shell/Makefile.am:
3545         * shell/ev-application.h:
3546         * shell/ev-sidebar-links.c:
3547         * shell/ev-sidebar-links.h:
3548         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3549         (ev_gui_menu_position_tree_selection):
3550         * shell/ev-utils.h:
3551         * shell/ev-view.c: (ev_view_finalize):
3552         * shell/ev-window.c:
3553         * shell/main.c: (main):
3554         * thumbnailer/Makefile.am:
3555         * tiff/Makefile.am:
3556         * tiff/tiff-document.c:
3557         * tiff/tiff-document.h:
3558         * tiff/tiff2ps.c:
3559         * tiff/tiff2ps.h:
3560         
3561         Reorganize source tree.
3562
3563 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3564
3565         * backend/ev-document-factory.c:
3566
3567         Do not include ev-poppler.h when pdf is disabled. 
3568
3569 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * data/evince-ui.xml:
3573         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3574         (pdf_document_document_images_iface_init):
3575         * backend/Makefile.am:
3576         * backend/ev-document-images.[ch]:
3577         * backend/ev-image.[ch]:
3578         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3579         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3580         (ev_job_xfer_run):
3581         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3582         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3583         (ev_pixbuf_cache_get_image_mapping):
3584         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3585         (view_menu_popup_cb), (ev_window_dispose),
3586         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3587         (ev_view_popup_cmd_copy_image):
3588         * shell/ev-view-private.h:
3589         * shell/ev-view.c: (ev_view_get_image_at_location),
3590         (ev_view_do_popup_menu), (ev_view_popup_menu),
3591         (ev_view_button_press_event), (ev_view_drag_data_get),
3592         (ev_view_drag_motion), (ev_view_drag_data_received),
3593         (ev_view_motion_notify_event), (ev_view_button_release_event),
3594         (ev_view_finalize), (ev_view_class_init):
3595
3596         Add image handling support. Fixes bugs #310008 and #325047. Images
3597         selection is not supported yet. 
3598
3599 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3602         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3603         (ev_view_init):
3604
3605         Move view drag and drop stuff to ev-view.
3606
3607 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3610         * shell/ev-view.c: (clear_selection): 
3611
3612         Clear selection also in pixbuf cache.
3613
3614 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3615
3616         * data/evince.desktop.in.in:
3617         
3618         Change icon name in desktop file. See bug #390734
3619         for details.
3620
3621 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3622
3623         * thumbnailer/Makefile.am:
3624
3625         Use top_builddir instead top_srcdir for generated schema
3626         file installation. Fixes bug #390161.
3627
3628 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3629
3630         * configure.ac:
3631         * backend/Makefile.am:
3632         * backend/ev-document-transition.[ch]:
3633         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3634         (pdf_document_page_transition_iface_init):
3635         * shell/ev-view-private.h:
3636         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3637         (ev_view_set_presentation), (transition_next_page),
3638         (ev_view_presentation_transition_stop),
3639         (ev_view_presentation_transition_start), (ev_view_next_page):
3640
3641         Add page transition support in presentation mode. At the moment only
3642         page duration is supported, but not transition effects. Fixes bug
3643         #309815.
3644
3645 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3648
3649         Run find_link_dest with document lock held, since it's called by links
3650         thread and main thread at the same time. 
3651
3652 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-view.c: (goto_dest):
3655
3656         Update page-cache when page is changed by the view, so that
3657         page-changed signal is emitted. 
3658
3659 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * test/test1.py:
3662         * test/test2.py:
3663
3664         Use C locale in tests. 
3665
3666 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * shell/ev-window.c: (ev_window_run_presentation):
3669         * shell/ev-view-private.h:
3670         * shell/ev-view.c: (ev_view_set_presentation):
3671
3672         Restore zoom settings when back from presentation mode. 
3673
3674 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3675
3676         * shell/ev-window.c: (ev_window_run_presentation):
3677
3678         Always use "best fit" zoom in presentation mode.
3679         Fixes bug #389195.
3680
3681 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3682
3683         * shell/ev-view.c: (ev_view_goto_window_create):
3684
3685         Show "Jump to page" label in the page jumping popup in
3686         presentation mode instead of just a GtkEntry.
3687
3688 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * shell/ev-window.c: (launch_external_uri):
3691
3692         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3693         #378085.
3694
3695 2006-12-22  Elijah Newren  <newren gmail com>
3696
3697         * configure.ac: explicitly check for libxml2.  Fixes #388795
3698
3699 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-view-private.h:
3702         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3703         (ev_view_goto_window_delete_event), (key_is_numeric),
3704         (ev_view_goto_window_key_press_event),
3705         (ev_view_goto_window_button_press_event),
3706         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3707         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3708         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3709
3710         Allow jumping to another page by typing a page number in presentation
3711         mode. It uses a popup window with an entry. Fixes bug #353625.
3712
3713 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * configure.ac:
3716         * properties/ev-properties-view.c: (ev_get_default_user_units),
3717         (ev_regular_paper_size):
3718         
3719         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3720         to Damien Carbery <damien.carbery@sun.com> and
3721         Yevgen Muntyan <muntyan@tamu.edu>.
3722
3723 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3724
3725         * shell/ev-window.c: (setup_document_from_metadata):
3726
3727         Make sure Evince doesn't restore the view on the last
3728         page when a document is reopened. Fixes bug #383381.
3729
3730 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3731
3732         * shell/ev-view.c: (draw_loading_text):
3733
3734         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3735
3736 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * configure.ac:
3739         * NEWS:
3740
3741         Release 0.7.0
3742
3743 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * configure.ac:
3746         * pdf/ev-poppler.cc: (pdf_print_context_free),
3747         (pdf_document_file_exporter_begin),
3748         (pdf_document_file_exporter_do_page):
3749
3750         Make cairo-pdf depedency optional. 
3751
3752 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3755
3756         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3757
3758 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3761         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3762         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3763         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3764         * shell/ev-view.c: (draw_loading_text):
3765         * shell/ev-window.c: (ev_window_cmd_file_properties):
3766
3767         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3768         related to using FontConfig from different threads.
3769         
3770 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * shell/ev-view.c: (draw_loading_text):
3773
3774         Acquire lock document when drawing "Loading..." text so that only one
3775         thread will use FontConfig at the same time. Fixes bug #374750.
3776
3777 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-page-action.[ch]: (activate_cb):
3780         * shell/ev-window.c: (activate_label_cb):
3781
3782         Check if text inserted in page entry is a valid page number when it
3783         doesn't match to any document page label. Fixes bug #383165.
3784
3785 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3786         * shell/ev-window.c:
3787
3788         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3789         available with GTK < 2.10. Added an ifdef to avoid compilation
3790         error.
3791
3792 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * configure.ac:
3795         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3796
3797         Fix ps backend in multihead systems.
3798
3799 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3800
3801         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3802         * shell/ev-window.c: (ev_window_get_screen_dpi),
3803         (ev_window_update_actions), (setup_view_from_metadata),
3804         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3805
3806         Take screen DPI into account when zooming. Fixes bug #318285.
3807
3808 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3809
3810         * data/Makefile.am:
3811
3812         Cleaned up/slightly refactored Makefile.am. Added GConf
3813         schemas uninstallation as well.
3814
3815 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3816
3817         * Makefile.am:
3818         * test/Makefile.am:
3819
3820         Fight with autotools to fix make check. Make distcheck
3821         works fine as well now!
3822
3823 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3824
3825         * shell/ev-view.c: (draw_end_presentation_page):
3826
3827         Corrected "end of presentation" string.
3828
3829 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3830
3831         * shell/ev-view.c: (ev_view_key_press_event):
3832
3833         Correctly propagate key press event so that up/down keys
3834         work as expected (correct behaviour was broken by
3835         black/white screen key bindings for presentations).
3836
3837 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3840         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3841         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3842         (pdf_selection_get_selection_region),
3843         (pdf_selection_get_selection_map):
3844
3845         Add "static" to some private functions. 
3846
3847 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3848
3849         * lib/ev-tooltip.h:
3850         * properties/ev-properties-view.h:
3851         * shell/ev-jobs.h:
3852         * shell/ev-properties-dialog.h:
3853         * shell/ev-properties-fonts.h:
3854         * shell/ev-sidebar-links.h:
3855         * shell/ev-sidebar-thumbnails.h:
3856         * shell/ev-sidebar.h:
3857         * shell/ev-window.h:
3858         
3859         Fixes CHACK type in class casts. See bug #385343
3860         for details.
3861
3862 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3863
3864         * shell/ev-view-private.h:
3865         * shell/ev-view.c: (draw_end_presentation_page),
3866         (ev_view_expose_event), (ev_view_key_press_event),
3867         (ev_view_class_init), (ev_view_init):
3868
3869         Blank screen in presentation mode when pressing 'b' (filling with
3870         black) or 'w' (filling with white) keys. Fixes bug #358132.
3871
3872 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3873
3874         * data/evince-toolbar.xml:
3875         * shell/ev-window.c:
3876         
3877         Use stock icon for Select All action. Fixes
3878         bug #382652.
3879
3880 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3881
3882         * shell/ev-view.c: (get_doc_point_from_offset),
3883         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3884
3885         Add links support in rotated documents. Fixes bug #343733.
3886
3887 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * shell/ev-view-private.h:
3890         * shell/ev-view.c: (draw_end_presentation_page),
3891         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3892
3893         Show a blank page after the last page in presentation mode with a
3894         message indicating that presentation has finished and how to exit. 
3895
3896 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3897
3898         * shell/ev-window.c: (fullscreen_timeout_cb):
3899
3900         Hide cursor after a while in presentation mode. 
3901
3902 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3903
3904         * backend/ev-document-info.h:
3905         * data/evince-properties.glade:
3906         * pdf/ev-poppler.cc:
3907         * properties/ev-properties-view.c: (ev_regular_paper_size),
3908         (ev_properties_view_set_info):
3909         * ps/ps-document.c: (ps_document_get_info):
3910
3911         Adds a paper size field to the properties dialog. Fixes
3912         bug #307315. Patch by Kasper Svendsen (with some i18n
3913         changes done by me).
3914
3915 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3918         (screensaver_init_dbus), (totem_scrsaver_new),
3919         (totem_scrsaver_init):
3920         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3921         * shell/ev-application.c: (ev_application_register_service),
3922         (ev_application_screensaver_enable),
3923         (ev_application_screensaver_disable):
3924         * shell/ev-application.h:
3925         * shell/ev-window.c: (ev_window_run_presentation),
3926         (ev_window_stop_presentation), (build_comments_string),
3927         (ev_window_init):
3928         
3929         Move screensaver handling to application. No more
3930         message on startup.
3931
3932 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * configure.ac:
3935         * backend/Makefile.am:
3936         * backend/ev-file-exporter.[ch]:
3937         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3938         * ps/ps-document.c: (ps_document_file_exporter_*):
3939         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3940         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3941         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3942         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3943
3944         Allow printing to PDF when suppoted by the backend.
3945         
3946 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-window.c: (build_comments_string):
3949
3950         Use always "Document Viewer" in about dialog. 
3951
3952 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3953
3954         * djvu/djvu-document.c: (djvu_document_get_page_size):
3955
3956         Display a warning message when get_pageinfo fails. 
3957
3958 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3959
3960         * Makefile.am:
3961         * backend/Makefile.am:
3962         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3963         * configure.ac:
3964         * shell/ev-window.c: (build_comments_string):
3965         
3966         Make pdf compilation optional. See bug #38007.
3967
3968 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * ps/ps.c: (get_next_text):
3971
3972         Fix CVE-2006-5864.
3973
3974 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3975
3976         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3977         * shell/ev-navigation-action.c: (connect_proxy),
3978         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3979         
3980         Do not call g_type_class_peek_parent twice.
3981
3982 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3983
3984         * configure.ac:
3985         * data/icons/24x24/.cvsignore:
3986         * data/icons/24x24/Makefile.am:
3987         * data/icons/24x24/evince.png:
3988         * data/icons/Makefile.am:
3989         
3990         Add 24x24 icon. Thanks to 
3991         Michael Monreal <infernux@web.de>.
3992
3993 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * configure.ac: Fix typo in configure.ac. Thanks
3996         to dmacks@netspace.org for notification.
3997
3998 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3999
4000         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4001         
4002         Drop dbus include, fixes compilation with older dbus.
4003
4004 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4005
4006         * configure.ac:
4007         * cut-n-paste/Makefile.am:
4008         * cut-n-paste/totem-screensaver/.cvsignore
4009         * cut-n-paste/totem-screensaver/Makefile.am:
4010         * cut-n-paste/totem-screensaver/README:
4011         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4012         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4013         * shell/Makefile.am:
4014         * shell/ev-window.c: (ev_window_run_presentation),
4015         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4016         (ev_window_init):
4017
4018         Implemented screensaver enabling/disabling for
4019         presentation mode (not fullscreen mode). Code stolen
4020         from Totem (with some minor tweaks). Fixes bug #338889.
4021
4022 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4023
4024         * configure.ac:
4025
4026         Bump gnome-icon-theme requirements. We use the rotation
4027         icons that appeared recently.
4028
4029 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4030
4031         * shell/ev-history.c: (ev_history_add_page):
4032         * shell/ev-history.h:
4033         * shell/ev-window.c: (page_changed_cb):
4034         
4035         Use page labels instead of numbers.
4036
4037 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4038
4039         * data/evince-toolbar.xml:
4040         * po/POTFILES.in:
4041         * shell/Makefile.am:
4042         * shell/ev-navigation-action-widget.c:
4043         (ev_navigation_action_widget_init),
4044         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4045         (menu_detacher), (ev_navigation_action_widget_set_menu),
4046         (menu_position_func), (popup_menu_under_arrow),
4047         (ev_navigation_action_widget_toggled),
4048         (ev_navigation_action_widget_button_press_event):
4049         * shell/ev-navigation-action-widget.h:
4050         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4051         (ev_navigation_action_set_window), (activate_menu_item_cb),
4052         (new_history_menu_item), (new_empty_history_menu_item),
4053         (build_menu), (menu_activated_cb), (connect_proxy),
4054         (create_tool_item), (ev_navigation_action_init),
4055         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4056         * shell/ev-navigation-action.h:
4057         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4058         (ev_page_action_widget_set_page_cache),
4059         (ev_page_action_widget_finalize),
4060         (ev_page_action_widget_class_init), (match_selected_cb),
4061         (display_completion_text), (match_completion), (build_new_tree_cb),
4062         (get_filter_model_from_model),
4063         (ev_page_action_widget_update_model):
4064         * shell/ev-page-action-widget.h:
4065         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4066         (connect_proxy):
4067         * shell/ev-page-action.h:
4068         * shell/ev-stock-icons.c:
4069         * shell/ev-stock-icons.h:
4070         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4071         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4072         (register_custom_actions):
4073         * shell/main.c:
4074         
4075         Preliminary history implementation
4076
4077 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4078
4079         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4080         (dvi_document_class_init), (dvi_document_init_params):
4081         * dvi/mdvi-lib/font.c: (font_reference):
4082         
4083         Add reference to subfont. Fixes bug #374277.
4084
4085 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4086
4087         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4088         (ev_window_cmd_file_open_copy_at_dest):
4089
4090         Fix a race condition when creating symlink. Increase the counter
4091         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4092         Mathias Hasselmann).
4093
4094 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * backend/Makefile.am:
4097         * backend/ev-attachment.c: (ev_attachment_open):
4098         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4099         (ev_tmp_dir), (ev_tmp_filename):
4100         * shell/ev-sidebar-attachments.c:
4101         (ev_sidebar_attachments_drag_data_get):
4102         * shell/ev-window.c: (ev_window_clear_temp_file):
4103
4104         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4105         in ensure_dir_exists. Abort without crashing when we can't create
4106         user's directory.
4107
4108 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * data/evince-ui.xml:
4111         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4112         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4113         (ev_window_cmd_file_open_copy_at_dest),
4114         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4115         (ev_view_popup_cmd_open_link_new_window):
4116
4117         Allow opening a copy of the current document in a new window. Fixes bug
4118         #357472
4119
4120 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4121
4122         * data/evince-toolbar.xml:
4123         
4124         Add rotate right and rotate left to available items for toolbar.
4125         
4126         * data/evince-ui.xml:
4127         * shell/ev-window.c: (ev_window_init):
4128         
4129         Customize toolbar with right click. Fixes bug #372451.
4130
4131 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4132
4133         * shell/ev-window.c: 
4134         
4135         Use "object-rotate-{left,right}" stock icons. Fixes 
4136         bug #373863.
4137
4138 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4141         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4142         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4143         (ev_window_open_uri):
4144         * shell/main.c: (arguments_parse):
4145
4146         Remove temp file created when evince is used by GTK+ in
4147         preview mode. Fixes bug #365282. 
4148
4149 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4150
4151         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4152         
4153         Fixes bug #372474 - Side pane disabled when entering 
4154         and leaving fullscreen mode.
4155
4156 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4157
4158         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4159         * data/Makefile.am:
4160         * data/evince-preview-toolbar.xml:
4161         * data/evince-toolbar.xml:
4162         * shell/ev-application.c: (ev_application_shutdown),
4163         (ev_application_init), (ev_application_get_toolbars_model):
4164         * shell/ev-application.h:
4165         * shell/ev-window.c: (update_chrome_visibility),
4166         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4167         (ev_window_cmd_edit_toolbar), (ev_window_init):
4168         
4169         Fixes bug #364364 - toolbar editor shows zoom actions again.
4170
4171 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4174
4175         Do not take margins into consideration for paper size when printing.
4176         Really fixes bug #350491.
4177
4178 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4179
4180         * data/evince-ui.xml:
4181         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4182         (ev_window_cmd_file_print_setup),
4183         (ev_window_print_dialog_response_cb),
4184         (ev_window_setup_action_sensitivity):
4185
4186         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4187
4188 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-window.c: (ev_window_print_range):
4191
4192         Revert my previuos commit, since printing to PDF is not supported by
4193         evince yet. 
4194
4195 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4196
4197         * shell/ev-window.c: (ev_window_print_range):
4198
4199         Enable print to a PDF. Fixes bug #332121.
4200
4201 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * shell/ev-application-service.xml:
4204         * shell/ev-application.[ch]: (ev_application_open_window),
4205         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4206         (ev_application_open_uri), (ev_application_open_uri_list):
4207         * shell/ev-window.c: (file_open_dialog_response_cb),
4208         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4209         (drag_data_received_cb), (open_remote_link):
4210         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4211
4212         Add support for multiscreen systems. Fixes bug #316206.
4213
4214 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4215
4216         * shell/ev-jobs.[ch]: (ev_job_print_new),
4217         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4218         (ev_job_print_do_page):
4219         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4220
4221         Allow printing only odd/even pages. Fixes bug #367289.
4222
4223 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4224
4225         * test/test1.py:
4226         * test/test2.py:
4227
4228         Re-add locale settings to test files.
4229
4230 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4231
4232         * data/evince-ui.xml:
4233         * shell/ev-window.c: (set_action_properties):
4234         
4235         Removed garbage from code and ui.
4236
4237 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4238
4239         * shell/ev-window.c: (ev_window_cmd_help_about):
4240
4241         Shamelessly add my name to the list of contributors.
4242
4243 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4244
4245         * test/test1.py:
4246         * test/test2.py:
4247
4248         Cleaned up the dogtail scripts.
4249
4250 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4251
4252         * shell/ev-view.c: (draw_loading_text): Don't render
4253         "loading..." text in presentation mode. Temporary
4254         workaround for bug #320352.
4255
4256 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4257
4258         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4259         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4260
4261         Use print settings scale, copies, collate and reverse which were
4262         ignored. Fixes bug #359032.
4263
4264 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4265
4266         * configure.ac:
4267         * data/evince-password.glade:
4268         * test/Makefile.am:
4269         * test/test-encrypt.pdf:
4270         * test/test-links.pdf:
4271         * test/test1.py:
4272         * test/test2.py:
4273
4274         Add automated UI tests for evince with dogtail. See
4275         bug #300948.    
4276
4277 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4280
4281         Hide fullscreen toolbar when switching to another desktop workspace.
4282         Fixes bug #338871
4283
4284 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * shell/ev-window-title.c: 
4287         
4288         Test for .dvi in title of pdf documents.
4289
4290 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4291
4292         * shell/ev-view.c: (ev_view_scroll):
4293
4294         Page Up/Down should do page jumps in "Best fit" mode.
4295         If a user has explicitly chosen to view exactly one page
4296         at a time, scrolling just a part of the page when
4297         pressing Page Up/Down is not right. Fixes bug #323107.
4298
4299 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4300
4301         * NEWS:
4302         * configure.ac:
4303         
4304         Update for 0.6.1
4305
4306 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4309         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4310         
4311         Correctly disconnect from job signals on destroy.
4312
4313 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * shell/ev-view-private.h:
4316         * shell/ev-view.c: (view_set_adjustment_values),
4317         (view_update_range_and_current_page),
4318         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4319         
4320         Fixes bug #343199, current page now follows find page.
4321
4322 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4323
4324         * backend/ev-document-factory.c:
4325         * configure.ac:
4326         Assigned OpenDocument presenation MIME type to the
4327         Impress backend. Added some missing (but harmless)
4328         #ifdefs in the document factory as well to make things
4329         consistent again. Fixes bug #360658.
4330
4331 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4332
4333         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4334         * backend/ev-document-find.c: (ev_document_find_get_type):
4335         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4336         * backend/ev-document-links.c: (ev_document_links_get_type):
4337         * backend/ev-document-security.c: (ev_document_security_get_type):
4338         * backend/ev-document-thumbnails.c:
4339         (ev_document_thumbnails_get_type):
4340         * backend/ev-document.c: (ev_document_get_type):
4341         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4342         * backend/ev-selection.c: (ev_selection_get_type):
4343         * cut-n-paste/recent-files/egg-recent-model.c:
4344         (egg_recent_model_get_type):
4345         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4346         (egg_recent_view_uimanager_get_type):
4347         * cut-n-paste/recent-files/egg-recent-view.c:
4348         (egg_recent_view_get_type):
4349         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4350         (egg_editable_toolbar_get_type):
4351         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4352         (egg_toolbar_editor_get_type):
4353         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4354         (egg_toolbars_model_get_type):
4355         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4356         (egg_tree_multi_drag_source_get_type):
4357         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4358         (ephy_zoom_action_get_type):
4359         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4360         (ephy_zoom_control_get_type):
4361         * impress/r_back.c: (_imp_fill_back):
4362         * properties/ev-properties-main.c:
4363         (ev_properties_plugin_register_type):
4364         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4365         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4366         (ev_view_accessible_factory_get_type):
4367
4368         Reduce relocations. Bug #360616.
4369
4370 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * backend/ev-document-factory.c:
4373         (ev_document_factory_get_document):
4374         
4375         Load document even if extension is wrong.
4376
4377 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4378
4379         * shell/ev-metadata-manager.c: (save_values):
4380         * shell/ev-window.c: (setup_size_from_metadata),
4381         (setup_view_from_metadata), (ev_window_setup_document),
4382         (ev_window_xfer_job_cb), (window_configure_event_cb):
4383         
4384         Set size according to the document size/page size ratio.
4385         That should correct rather wierd behaviour of the previous
4386         commit.
4387
4388 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * shell/ev-window.c: (setup_view_from_metadata):
4391         
4392         Set size for new windows from previous window size.
4393         See bugs #354968 and #168450 for details. Thanks
4394         to Meik Hellmund.
4395
4396 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * djvu/djvu-links.c: (build_tree):
4399
4400         Fix memory leak.
4401
4402 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4405         
4406         Don't make sidebar close button insensitive. Fixes
4407         bug #357871.
4408
4409 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4412         (ev_window_set_view_accels_sensitivity):
4413         
4414         Don't enable Slash on documents which don't support
4415         find. Fixes bug #358648.
4416
4417 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4418
4419         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4420         open dialog fall back to the current document uri if the
4421         filechooser hasn't been used before. Fixes bug #356980.
4422
4423 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4424
4425         * shell/ev-window.c: (ev_window_setup_recent), 
4426         (ev_window_get_recent_file_label):
4427
4428         Escape underscores in filenames of recent file items.
4429
4430 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * configure.ac:
4433         
4434         Bumped poppler requirements, really 0.5.3 is very 
4435         buggy, now we require 0.5.4.
4436
4437 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * djvu/Makefile.am:
4440         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4441         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4442         (djvu_document_document_links_iface_init):
4443         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4444         (number_from_string_10), (get_djvu_link_dest),
4445         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4446         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4447         (djvu_links_get_links), (djvu_links_find_link_dest),
4448         (djvu_links_get_links_model):
4449         * djvu/djvu-links.h:
4450         
4451         Add support for links and bookmarks in djvu documents. Thanks
4452         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4453         patch.
4454
4455 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4458         
4459         Reopen should reload document. Fixes 
4460         bug 327951.
4461
4462 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4463
4464         * configure.ac:
4465         * data/Makefile.am:
4466         * data/evince-16.png:
4467         * data/evince-22.png:
4468         * data/evince.png:
4469         * data/evince.svg:
4470         * data/icons/16x16/Makefile.am:
4471         * data/icons/16x16/evince.png:
4472         * data/icons/22x22/Makefile.am:
4473         * data/icons/22x22/evince.png:
4474         * data/icons/48x48/Makefile.am:
4475         * data/icons/48x48/evince.png:
4476         * data/icons/Makefile.am:
4477         * data/icons/scalable/Makefile.am:
4478         * data/icons/scalable/evince.svg:
4479         
4480         Install icons with correct names. Fixes
4481         bug #354429.
4482
4483 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4484
4485         * shell/ev-view.c: (ev_view_button_release_event):
4486
4487         Don't open links with middle mouse button. Fixes bug #353649
4488
4489 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * NEWS:
4492         * configure.ac:
4493         
4494         Update for release 0.6.0
4495
4496 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4499         Implement Close named action. Patch by Carlos Garcia Campos.
4500
4501 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4502
4503         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4504         
4505         Don't clear link mapping on copy_job_to_job_info. Fixes
4506         bug 346168.
4507
4508 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4509
4510         * shell/main.c: (main):
4511
4512         Revert my previous commit, gnome_program_init owns the option context.
4513         Fix another memory leak in main. Both caught by Christian Persch. 
4514
4515 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/main.c: (main):
4518
4519         Fix memory leak.
4520
4521 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4524
4525         Fix crash when opening a pdf with password protection. 
4526
4527 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4528
4529         * pdf/ev-poppler.cc: (pdf_document_search_free):
4530
4531         Fix memory leak. 
4532
4533 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4534
4535         * backend/ev-document-factory.c:
4536         (ev_document_factory_get_document):
4537         * tiff/tiff-document.c: (tiff_document_finalize):
4538         
4539         More correct handling of document loading. Fixes
4540         bug #349043.
4541
4542 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4543
4544         * backend/ev-attachment.c: (ev_attachment_save):
4545
4546         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4547         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4548
4549 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4550         
4551         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4552         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4553
4554 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * shell/ev-sidebar-thumbnails.c:
4557
4558         Do not render thumbnails unless thumbnails page is active in the
4559         sidebar.
4560
4561 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4562
4563         * shell/ev-properties-dialog.c:
4564
4565         Fix dialogue spacing. Bug #351370.
4566
4567 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4568
4569         * configure.ac:
4570
4571         Use lowercase gettext catalog file names (evince.mo
4572         instead of Evince.mo)
4573
4574 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4575
4576         * shell/ev-sidebar-attachments.c:
4577
4578         GtkIconTheme is now screen safe too. Fixes bug #350878
4579
4580 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * shell/ev-window.c:
4583
4584         GtkRecent manager is now screen safe. Fixes bug #350145
4585
4586 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * shell/ev-sidebar.c: (ev_sidebar_init):
4589         
4590         Make sidebar close icon smaller. Fix for bug 350177.
4591         See also bugs 350176 and 165770.
4592
4593 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4594
4595         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4596
4597         Ignore zoom for xyz destinations when it's <= 1, keeping user
4598         preferences instead. Set correct sizing-mode for fith and fitv
4599         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4600
4601 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * NEWS:
4604         * configure.ac:
4605         
4606         Update for release 0.5.5
4607
4608 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4609         
4610         * shell/ev-window.c: (ev_window_cmd_escape)
4611
4612         Escape unfocus page entry. Fixes bug #345809.
4613
4614 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4615
4616         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4617         (build_tree), (pdf_document_links_get_links),
4618         (pdf_document_links_find_link_dest):
4619         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4620         (goto_xyz_dest):
4621
4622         Convert from PDF style coordinates to X style coordinates in the
4623         backend rather than in the view. Fixes bug #338440
4624
4625 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4626
4627         * shell/ev-window.c:
4628         
4629         Remove Ctrl+Shift+T shortcut for toolbars. See
4630         the bug #350098.
4631
4632 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4633
4634         * configure.ac:
4635
4636         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4637         of this. 
4638
4639 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * configure.ac:
4642         * cut-n-paste/Makefile.am:
4643         * data/evince-ui.xml:
4644         * shell/Makefile.am:
4645         * shell/ev-application.[ch]:
4646         * shell/ev-window.c:
4647
4648         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4649         #349273
4650
4651 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4652
4653         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4654         findbar code: s/help/search/
4655
4656 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4657
4658         * shell/ev-window.c: (setup_document_from_metadata),
4659         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4660         (setup_view_from_metadata):
4661         
4662         Fix memory leaks.
4663
4664 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4665
4666         * autogen.sh, configure.ac: 
4667         
4668         Update automake usage. See bug 349292.
4669
4670 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4671
4672         * shell/eggfindbar.c: (egg_find_bar_class_init),
4673         (entry_activate_callback), (egg_find_bar_init),
4674         (egg_find_bar_set_status_text):
4675         * shell/eggfindbar.h:
4676         
4677         Unify Evince findbar with Epiphany. Nice patch
4678         from Fabricio Silva <silva@crans.org> and
4679         Frederic Peters <fpeters@entrouvert.com>. See
4680         bug #339966 for details.
4681
4682 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * data/evince.desktop.in.in:
4685         
4686         Correct information for bugzilla. Thanks to
4687         Olaf Vitters, see bug #348855.
4688
4689 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4690
4691         * shell/ev-jobs.[ch]:
4692         * shell/ev-sidebar-links.c:
4693         * shell/ev-window.[ch]:
4694
4695         GtkPrintJob doesn't support print ranges or current page, so we export
4696         to a ps file now when printing ranges or current page.
4697
4698 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * pdf/ev-poppler.cc:
4701         * shell/ev-window.c: (do_action_named):
4702
4703         We should be more clear about bugzilla. See the
4704         poppler bug #7623.
4705
4706 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4707
4708         * configure.ac:
4709         * shell/Makefile.am:
4710         * shell/ev-job-queue.c:
4711         * shell/ev-jobs.[ch]:
4712         * shell/ev-sidebar-links.c:
4713         * shell/ev-window.[ch]:
4714         
4715         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4716         #348422
4717
4718 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4719
4720         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4721         * shell/ev-application-service.xml:
4722         * shell/ev-application.[ch]:
4723         * shell/ev-jobs.[ch]:
4724         * shell/ev-window.[ch]: (ev_window_run_preview):
4725         * shell/main.c: 
4726
4727         Add preview mode to use evince as a printing previewer. It also adds
4728         other command line options for fullscreen and presentation modes.
4729         Fixes bugs #347822, #317031
4730
4731 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * NEWS:
4734         * configure.ac:
4735         
4736         Update for release 0.5.4
4737
4738 2006-07-11  Bastien Nocera <hadess@hadess.net>
4739
4740         * Makefile.am:
4741         * backend/Makefile.am:
4742         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4743         * backend/ev-document-factory.h:
4744         * configure.ac:
4745         * impress/.cvsignore:
4746         * impress/Makefile.am:
4747         * impress/common.h:
4748         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4749         (imp_get_page), (imp_next_page), (imp_prev_page),
4750         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4751         * impress/f_oasis.c: (render_object), (render_page),
4752         (get_geometry), (_imp_oasis_load):
4753         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4754         (_imp_oo13_load):
4755         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4756         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4757         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4758         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4759         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4760         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4761         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4762         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4763         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4764         (iks_new_within), (iks_insert), (iks_insert_cdata),
4765         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4766         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4767         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4768         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4769         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4770         (iks_cdata), (iks_cdata_size), (iks_has_children),
4771         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4772         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4773         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4774         (iks_tree), (iks_load), (iks_save):
4775         * impress/iksemel.h:
4776         * impress/imposter.h:
4777         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4778         (imp_render_draw_bezier_real), (imp_render_get_size),
4779         (imp_render_set_fg_color), (imp_render_draw_line),
4780         (imp_render_draw_rect), (imp_render_draw_polygon),
4781         (imp_render_draw_arc), (imp_render_draw_bezier),
4782         (imp_render_open_image), (imp_render_get_image_size),
4783         (imp_render_scale_image), (imp_render_draw_image),
4784         (imp_render_close_image), (imp_render_markup),
4785         (imp_render_get_text_size), (imp_render_draw_text),
4786         (impress_document_load), (impress_document_save),
4787         (impress_document_get_n_pages), (impress_document_get_page_size),
4788         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4789         (impress_document_finalize), (impress_document_class_init),
4790         (impress_document_can_get_text), (impress_document_get_info),
4791         (impress_document_document_iface_init),
4792         (impress_document_thumbnails_get_thumbnail),
4793         (impress_document_thumbnails_get_dimensions),
4794         (impress_document_document_thumbnails_iface_init),
4795         (impress_document_init):
4796         * impress/impress-document.h:
4797         * impress/internal.h:
4798         * impress/r_back.c: (_imp_fill_back):
4799         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4800         (_imp_draw_image), (_imp_tile_image):
4801         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4802         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4803         (r_polyline):
4804         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4805         (r_draw_gradient_complex), (r_draw_gradient):
4806         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4807         (r_get_bullet):
4808         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4809         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4810         (r_text):
4811         * impress/render.c: (imp_create_context), (imp_context_set_page),
4812         (imp_context_set_step), (imp_render), (imp_delete_context):
4813         * impress/render.h:
4814         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4815         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4816         (zip_load_xml), (zip_get_size), (zip_load):
4817         * impress/zip.h:
4818         * shell/ev-utils.c:
4819         
4820         New backend to support impress slides. Fixes bug #30867.
4821
4822 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4823
4824         * shell/ev-utils.c: (using_postscript_printer):
4825         
4826         Fixes crash when print using PAPI backend,
4827         bug #345012.
4828
4829 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4830
4831         * shell/ev-jobs.c: (ev_job_xfer_run):
4832         * shell/ev-window.c: (password_dialog_response),
4833         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4834         (ev_window_dispose):
4835         Fixes bug #344160: if the xfer job doesn't complete
4836         because a password is required, reload the existing
4837         instance instead of creating a new one.
4838
4839 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4840
4841         * shell/main.c: (main): Call gdk_threads_init. Thus
4842         we'll avoid errors in auth dialog. Fix for the bug
4843         #343347.
4844
4845 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4846
4847         * configure.ac: Advertise pixbuf support, fix
4848         for the bug 343317.
4849
4850 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4853         (ev_sidebar_thumbnails_set_document):
4854         
4855         Update sidebar thumbnails after reloading.
4856
4857 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4858
4859         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4860         * shell/ev-jobs.h:
4861         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4862         (ev_window_cmd_view_reload), (ev_window_init):
4863         
4864         Don't crash on reload. Fix for the bug #343167.
4865
4866 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * shell/ev-jobs.c: (ev_job_render_run):
4869         
4870         Check for document links.
4871
4872 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4873
4874         * backend/ev-attachment.c: (ev_attachment_save),
4875         (ev_attachment_launch_app), (ev_attachment_open):
4876         * backend/ev-document-factory.c: (get_document_from_uri):
4877         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4878         (egg_recent_view_uimanager_set_list):
4879         * ps/ps-document.c: (check_filecompressed), (document_load),
4880         (ps_document_load):
4881         * shell/ev-metadata-manager.c: (load_values):
4882         * shell/ev-password.c: (ev_password_dialog_set_property):
4883         * shell/ev-view.c: (tip_from_link):
4884         * shell/ev-window.c: (file_save_dialog_response_cb),
4885         (ev_window_print_dialog_response_cb):
4886         
4887         Use consistent quoting style. Fix for the bug #320285.
4888
4889 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4890
4891         * shell/ev-jobs.c: (ev_job_xfer_run):
4892         * shell/main.c: (load_files):
4893                 
4894         Open links with anchors. Fix for the bug #339836.
4895
4896 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4899         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4900         (ev_link_dest_set_property), (ev_link_dest_finalize),
4901         (ev_link_dest_class_init), (ev_link_dest_new_named),
4902         (ev_link_dest_new_page_label):
4903         * backend/ev-link-dest.h:
4904         * shell/ev-application.c: (ev_application_open_uri):
4905         * shell/ev-view.c: (goto_dest):
4906         * shell/ev-window.c:
4907         * shell/ev-window.h:
4908         
4909         Fix page-label command line option. Bug #342070.
4910
4911 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4912
4913         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4914         
4915         Don't show highlight rects if page can't be showed. Fix for 
4916         the bug #342076
4917
4918 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * shell/ev-window.c: (setup_sidebar_from_metadata),
4921         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4922         
4923         Setup sidebar from metadata even if there is no document
4924         loaded. Fix for the bug #342807.
4925
4926 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4927
4928         * cut-n-paste/toolbar-editor/Makefile.am:
4929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4930         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4931         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4932         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4933         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4934         (popup_context_menu_cb), (button_press_event_cb),
4935         (configure_item_sensitivity), (configure_item_cursor),
4936         (configure_item_tooltip), (connect_widget_signals),
4937         (action_sensitive_cb), (create_item_from_action),
4938         (create_item_from_position), (toolbar_drag_data_received_cb),
4939         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4940         (toolbar_drag_leave_cb), (configure_drag_dest),
4941         (toggled_visibility_cb), (toolbar_visibility_refresh),
4942         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4943         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4944         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4945         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4946         (egg_editable_toolbar_dispose),
4947         (egg_editable_toolbar_set_ui_manager),
4948         (egg_editable_toolbar_get_selected),
4949         (egg_editable_toolbar_set_selected), (set_edit_mode),
4950         (egg_editable_toolbar_set_property),
4951         (egg_editable_toolbar_get_property),
4952         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4953         (egg_editable_toolbar_new_with_model),
4954         (egg_editable_toolbar_get_edit_mode),
4955         (egg_editable_toolbar_set_edit_mode),
4956         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4957         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4958         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4959         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4960         (item_added_or_removed_cb), (toolbar_removed_cb),
4961         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4962         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4963         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4964         (editor_create_item_from_name), (append_table),
4965         (update_editor_sheet), (egg_toolbar_editor_init):
4966         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4967         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4968         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4969         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4970         (toolbar_node_free), (egg_toolbars_model_get_flags),
4971         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4972         (egg_toolbars_model_get_name), (impl_add_item),
4973         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4974         (parse_data_list), (parse_item_list), (parse_toolbars),
4975         (egg_toolbars_model_load_toolbars), (parse_available_list),
4976         (parse_names), (egg_toolbars_model_load_names),
4977         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4978         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4979         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4980         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4981         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4982         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4983         (egg_toolbars_model_set_types), (fill_avail_array),
4984         (egg_toolbars_model_get_name_avail),
4985         (egg_toolbars_model_get_name_flags),
4986         (egg_toolbars_model_set_name_flags):
4987         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4988         * cut-n-paste/toolbar-editor/eggintl.h:
4989         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4990         (egg_tree_multi_drag_source_get_type),
4991         (egg_tree_multi_drag_source_row_draggable),
4992         (egg_tree_multi_drag_source_drag_data_delete),
4993         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4994         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4995         (path_list_free), (set_context_data), (get_context_data),
4996         (get_info), (egg_tree_multi_drag_drag_data_get),
4997         (egg_tree_multi_drag_motion_event),
4998         (egg_tree_multi_drag_button_press_event),
4999         (egg_tree_multi_drag_add_drag_support):
5000         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5001         * shell/ev-application.c: (ev_application_init),
5002         (ev_application_save_toolbars_model):
5003         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5004         (ev_window_cmd_edit_toolbar), (ev_window_init):
5005         
5006         Sync toolbareditor with epiphany and libegg
5007
5008 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * configure.ac: 
5011
5012         Depend on poppler 0.5.2
5013
5014 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5015
5016         * shell/ev-jobs.c: (ev_job_render_run):
5017         
5018         Check if document supports links iterface.
5019
5020 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5021
5022         * NEWS:
5023         * configure.ac:
5024         
5025         Update for release 0.5.3
5026
5027 2006-05-13  Michael Plump  <plumpy@skylab.org>
5028
5029         * configure.ac:
5030         * shell/Makefile.am:
5031         * shell/main.c: (main):
5032         
5033         Port to GOption command line parsing. Fix for the 
5034         bug #327518
5035
5036 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5037
5038         * shell/ev-window.c: (ev_window_cmd_help_about):
5039         
5040         Do not wrap license. Fix for the bug #309460.
5041
5042 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5043
5044         * configure.ac:
5045         * properties/ev-properties-main.c: (ev_properties_get_pages):
5046         * shell/ev-application.c: (ev_application_open_window),
5047         (ev_application_open_uri_at_dest):
5048         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5049         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5050         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5051         * shell/ev-utils.c: (save_print_config_to_file):
5052         * shell/ev-window.c: (ev_window_cmd_save_as),
5053         (ev_attachment_popup_cmd_save_attachment_as):
5054         * shell/main.c: (load_files_remote):
5055         
5056         Bump requirements to gtk 2.8 and drop all ifdefs used.
5057
5058 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5059
5060         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5061         * shell/ev-window.c: (ev_window_init):
5062         
5063         Show attachments page.
5064
5065 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * po/POTFILES.in:
5068         * shell/ev-attachment-bar.c:
5069         * shell/ev-attachment-bar.h:
5070         * shell/ev-sidebar-attachments.c:
5071         (ev_sidebar_attachments_icon_cache_add),
5072         (icon_theme_get_pixbuf_from_mime_type),
5073         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5074         (ev_sidebar_attachments_icon_cache_refresh),
5075         (ev_sidebar_attachments_get_attachment_at_pos),
5076         (ev_sidebar_attachments_popup_menu_show),
5077         (ev_sidebar_attachments_popup_menu),
5078         (ev_sidebar_attachments_button_press),
5079         (ev_sidebar_attachments_update_icons),
5080         (ev_sidebar_attachments_drag_data_get),
5081         (ev_sidebar_attachments_get_property),
5082         (ev_sidebar_attachments_destroy),
5083         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5084         (ev_sidebar_attachments_new),
5085         (ev_sidebar_attachments_set_document),
5086         (ev_sidebar_attachments_support_document),
5087         (ev_sidebar_attachments_get_label),
5088         (ev_sidebar_attachments_page_iface_init):
5089         * shell/ev-sidebar-attachments.h:
5090         * shell/ev-window.c: (update_chrome_visibility),
5091         (setup_sidebar_from_metadata), (ev_window_setup_document),
5092         (ev_window_sidebar_current_page_changed_cb),
5093         (attachment_bar_menu_popup_cb), (ev_window_init):
5094         
5095         Move attachments bar to sidebar.
5096
5097 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5098
5099         * pdf/ev-poppler.cc:
5100         * shell/ev-application.[ch]:
5101         * shell/main.c:
5102
5103         Fix some memory leaks.
5104
5105 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5106
5107         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5108
5109         Change the properties dialog response to
5110         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5111         will make the dialog go away when the user presses
5112         enter. With gtk+ >= 2.9 this will happen anyway, but for
5113         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5114         escape by default. Fixes bug #340539. See also bug
5115         #101293 for the gtk+ part.
5116
5117 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5118
5119         * shell/ev-view.c (tip_from_action_named): Replace some strings
5120         that were wrong. Closes #340970.
5121
5122 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5125
5126         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5127         #341049
5128
5129 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5130
5131         * djvu/Makefile.am:
5132         * dvi/Makefile.am:
5133         * dvi/mdvi-lib/Makefile.am:
5134         * properties/Makefile.am:
5135         * ps/Makefile.am:
5136         * shell/Makefile.am:
5137         * thumbnailer/Makefile.am:
5138         
5139         Due to broken libtool that is unable to track dependencies
5140         of noinst libraries we are forced to explicitely point
5141         libraries for binary. Fix for the bug #333334.
5142
5143 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5144
5145         * data/evince.desktop.in.in:
5146         * shell/ev-view.c: (view_update_range_and_current_page),
5147         (ev_view_next_page), (ev_view_previous_page):
5148         * shell/ev-window.c: (update_chrome_visibility),
5149         (setup_sidebar_from_metadata), (ev_window_setup_document),
5150         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5151         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5152         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5153         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5154         (ev_window_stop_presentation), (ev_window_focus_in_event),
5155         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5156         (ev_window_init):
5157         * thumbnailer/Makefile.am:
5158         
5159         Update fullscreen and presentation timeout handling. Hide
5160         cursor in presentation after timeout. Fix for the bugs
5161         #136359 and #336981.
5162
5163 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * backend/ev-link-action.[ch]:
5166         * pdf/ev-poppler.cc: (ev_link_from_action):
5167         * shell/ev-view-private.h:
5168         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5169         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5170
5171         Add support for Named Action links
5172
5173 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * backend/Makefile.am:
5176         * backend/ev-document-links.[ch]:
5177         * backend/ev-document.[ch]:
5178         * backend/ev-link-action.[ch]:
5179         * backend/ev-link-dest.[ch]:
5180         * backend/ev-link.[ch]:
5181         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5182         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5183         * shell/ev-page-action.c: (build_new_tree_cb):
5184         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5185         (links_page_num_func), (update_page_callback):
5186         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5187         (tip_from_link):
5188         * shell/ev-jobs.c:
5189         * shell/ev-window.[ch]: (ev_window_open_uri),
5190         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5191         * shell/ev-application.[ch]: (ev_application_open_window),
5192         (ev_application_open_uri):
5193
5194         Rework links system, it adds support for remote links now and it makes
5195         easier to add new kinds of actions and destinations. Fixes bug #317292
5196
5197 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * data/Makefile.am:
5200         * data/evince.png:
5201         * data/evince-16.png:
5202         * data/evince-22.png:
5203         * data/evince.svg:
5204         * shell/main.c: (main):
5205         
5206         Evince use it's own icon. Fix for the bug #313392.
5207
5208         * shell/ev-window.c: (fullscreen_timeout_cb),
5209         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5210         (ev_window_cmd_help_about), (ev_window_dispose):
5211         
5212         Simplify fullscreen timeout code.
5213
5214 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5215
5216         * backend/ev-attachment.c: 
5217         * shell/ev-attachment-bar.c:
5218         * shell/ev-window.c:
5219
5220         Allow multiple selection of attachments
5221
5222 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5223
5224         * shell/ev-view.c: (view_update_range_and_current_page),
5225         (ev_view_scroll):
5226         
5227         Fix for the bug #312573 – Optimal selection of current 
5228         page among visible pages.
5229
5230 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5231
5232         * configure.ac:
5233         * djvu/Makefile.am:
5234         * djvu/djvu-text.h:
5235         
5236         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5237         for the bug 339868.
5238
5239 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5240
5241         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5242
5243 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5244
5245         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5246         dictated by the GNOME HIG. Fixes bug #339235.
5247
5248 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5249
5250         * data/evince-ui.xml:
5251         * shell/ev-view.c: (ev_view_can_find_previous):
5252         * shell/ev-view.h:
5253         * shell/ev-window.c: (ev_window_update_actions),
5254         (ev_window_cmd_edit_find_previous):
5255
5256         Add support for "Find Previous" as dictated by the GNOME HIG. A
5257         menu item is added and some glue code to make it all work is added
5258         to various files.
5259
5260 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5261
5262         * configure.ac: Award myself the "useless use of cat" award.
5263
5264 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5265
5266         * po/LINGUAS: New file listing all supported languages.
5267
5268         * configure.in: Use po/LINGUAS instead of including all languages
5269         directly in this file. See the wiki for more information:
5270         http://live.gnome.org/GnomeGoals/PoLinguas
5271
5272 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5273
5274         * backend/ev-document-factory.c:
5275
5276         Do not load the document twice when there isn't errors
5277
5278 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5279
5280         * backend/ev-attachment.c: 
5281
5282         Fix a crash when there isn't a default application to open an
5283         attachment
5284
5285 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * backend/ev-attachment.[ch]:
5288         * shell/ev-attachment-bar.[ch]:
5289
5290         Added missing files. 
5291
5292 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5293
5294         * backend/Makefile.am:
5295         * data/evince-ui.xml:
5296         * backend/ev-attachment.[ch]:
5297         * backend/ev-document.[ch]: (ev_document_has_attachments),
5298         (ev_document_get_attachments):
5299         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5300         (attachment_save_to_buffer), (pdf_document_get_attachments),
5301         (pdf_document_document_iface_init):
5302         * shell/Makefile.am:
5303         * shell/ev-attachment-bar.[ch]:
5304         * shell/ev-window.c:
5305
5306         Add support for PDF attachments. Fixes bug #325143
5307
5308 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * backend/ev-document-factory.c: (get_document_from_uri),
5311         (ev_document_factory_get_document):
5312         * backend/ev-document-factory.h:
5313         * properties/ev-properties-main.c: (ev_properties_get_pages):
5314         * shell/Makefile.am:
5315         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5316         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5317         (ev_job_queue_remove_job):
5318         * shell/ev-job-queue.h:
5319         * shell/ev-job-xfer.c:
5320         * shell/ev-job-xfer.h:
5321         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5322         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5323         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5324         (ev_job_xfer_run):
5325         * shell/ev-jobs.h:
5326         * shell/ev-window.c: (ev_window_is_empty),
5327         (password_dialog_response), (ev_window_clear_xfer_job),
5328         (ev_window_xfer_job_cb), (ev_window_open_uri),
5329         (ev_window_cmd_focus_page_selector),
5330         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5331         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5332         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5333         (ev_window_dispose):
5334         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5335         
5336         * Cleanup mime type detection on document load. Fix for the
5337         bug #336448.
5338
5339 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5340
5341         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5342         
5343         Fix crash on exit, described in the bug #336825.
5344
5345 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * backend/ev-document-factory.c:
5348         (ev_document_factory_get_from_mime),
5349         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5350         (ev_document_factory_get_document),
5351         (file_filter_add_mime_list_and_free),
5352         (ev_document_factory_add_filters):
5353         * backend/ev-document-factory.h:
5354         * properties/ev-properties-main.c: (ev_properties_get_pages):
5355         * shell/Makefile.am:
5356         * shell/ev-application.c:
5357         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5358         * shell/ev-window.c: (ev_window_cmd_file_open),
5359         (ev_window_cmd_save_as):
5360         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5361         
5362         Rework factory functions so they are placed now in a single 
5363         file ev-document-factory.c
5364
5365 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5366
5367         * shell/ev-window.c: (update_chrome_visibility):
5368         
5369         Fix for the bug 166566 - don't show menubar in fullscreen
5370         mode.
5371
5372 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5373
5374         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5375
5376 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5377
5378         * shell/ev-view.c: (ev_view_expose_event):
5379         
5380         More correctly draw loading text when document
5381         is empty.
5382
5383 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * shell/ev-view.c: (ev_view_scroll):
5386         
5387         Fix for the bug #334854, page down and page up switch
5388         pages in presentation mode.
5389
5390 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5391
5392         * shell/ev-window.c: (ev_window_set_action_sensitive),
5393         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5394         (ev_window_set_view_accels_sensitivity),
5395         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5396         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5397         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5398         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5399         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5400         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5401         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5402         (view_actions_focus_in_cb), (ev_window_init):
5403         
5404         Fix for the bug #333902, now it's possible to search
5405         words with slash.
5406
5407 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5408
5409         * configure.ac: Added Breton translation.
5410         * po/br.po: Added Breton translation.
5411
5412 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5413
5414         * shell/ev-window-title (ev_window_title_update):
5415
5416         Fix memory leak in window title. Fixes bug #333944
5417
5418 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5419
5420         * shell/ev-metadata-manager.c (parseItem):
5421
5422         Fix memory leaks. Fixes bug #333945
5423
5424 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5425         
5426         * NEWS, configure.ac, TODO:
5427         
5428         Update for release 0.5.2.
5429
5430 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * shell/ev-view.c: (view_update_range_and_current_page),
5433         (page_changed_cb):
5434         
5435         Don't jump on scrolling, fix for the bug #333127.
5436
5437 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5438
5439         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5440         
5441         Scroll by one page in presentation mode. Fix for the bug
5442         #332993.
5443
5444 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5445
5446         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5447
5448 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5449
5450         * configure.ac  Added lv in ALL_LINGUAS line.
5451
5452 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5453         
5454         * NEWS, configure.ac:
5455         
5456         Update for release 0.5.1
5457
5458 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5459
5460         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5461         * backend/ev-document-misc.h:
5462         * shell/ev-view.c: (draw_one_page):
5463         
5464          Clairfy what page the toolbar page number applies to. Fix
5465          for the bug #328102.
5466
5467 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5468
5469         * shell/ev-view-private.h:
5470         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5471         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5472         (ev_view_search_changed):
5473         * shell/ev-view.h:
5474         * shell/ev-window.c: (find_bar_search_changed_cb):
5475         
5476         Dont't jump to find result if window was scrolled during search.
5477         Fix for the bug #313266.
5478
5479 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5480
5481         * shell/eggfindbar.c: (egg_find_bar_class_init):
5482         * shell/eggfindbar.h:
5483         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5484         * shell/ev-view-private.h:
5485         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5486         (ev_view_class_init), (ev_sizing_mode_get_type),
5487         (ev_scroll_type_get_type):
5488         * shell/ev-view.h:
5489         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5490         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5491         (ev_window_init):
5492         
5493         Fix for the bug 319133 - Find entry should allow text scroll.
5494
5495 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5496
5497         * shell/ev-view-private.h:
5498         * shell/ev-view.c: (view_update_range_and_current_page),
5499         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5500         (ev_view_set_document), (update_find_status_message),
5501         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5502         (ev_view_find_previous):
5503         
5504         Fix for the bug #319137. Search now takes account for scrolling.
5505
5506 2006-02-19  Michael Hofmann <mh21@piware.de>
5507
5508         * configure.ac:
5509         * djvu/Makefile.am:
5510         * djvu/djvu-document-private.h:
5511         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5512         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5513         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5514         (djvu_document_can_get_text), (djvu_document_get_text),
5515         (djvu_document_document_iface_init),
5516         (djvu_document_thumbnails_get_thumbnail),
5517         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5518         (djvu_document_find_get_result),
5519         (djvu_document_find_page_has_results),
5520         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5521         (djvu_document_find_iface_init):
5522         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5523         (djvu_text_page_selection), (djvu_text_page_limits_process),
5524         (djvu_text_page_limits), (djvu_text_page_copy),
5525         (djvu_text_page_position), (djvu_text_page_union),
5526         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5527         (djvu_text_page_box), (djvu_text_page_append_text),
5528         (djvu_text_page_search), (djvu_text_page_prepare_search),
5529         (djvu_text_page_new), (djvu_text_page_free):
5530         * djvu/djvu-text-page.h:
5531         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5532         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5533         (djvu_text_n_results), (djvu_text_has_results),
5534         (djvu_text_get_result), (djvu_text_get_progress):
5535         * djvu/djvu-text.h:
5536         
5537         Text search in djvu. Fix for the bug #303415.
5538
5539 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * configure.ac:
5542         * shell/ev-window.c: (ev_window_cmd_save_as):
5543         
5544         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5545         Thanks to Gary Coady <gary@lyranthe.org>
5546
5547 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * shell/ev-print-job.c: (idle_print_handler):
5550         
5551         Inverse order printing, bug #320919.
5552
5553 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * data/evince-toolbar.xml:
5556         * shell/ev-window.c:
5557         
5558         Allow to add sidebar checkbutton on toolbar. Fix
5559         for the bug #144577.
5560
5561 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5564         
5565         Add checks that have sense for empty ps document.
5566
5567 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5568
5569         * configure.ac: Include PS in mime types list. 
5570
5571 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * configure.ac:
5574         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5575         * ps/gsdefaults.h:
5576         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5577         
5578         Runtime check for gs interpreter. Fix for the bug #320868.
5579         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5580
5581 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * shell/ev-application.c: 
5584
5585         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5586         dbus>=0.60, so that the request is not queued. 
5587
5588 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5589
5590         * configure.ac:
5591         * shell/Makefile.am:
5592         * shell/ev-sidebar-links.c: (print_section_cb):
5593         * shell/ev-utils.c:
5594         * shell/ev-utils.h:
5595         * shell/ev-window.c: (update_action_sensitivity),
5596         (ev_window_close_dialogs), (ev_window_print):
5597         * shell/ev-window.h:
5598         
5599         Make printing support optional. Patch from Eduardo de Barros Lima
5600         <eduardo.lima@indt.org.br> for the bug #330546.
5601
5602 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-view-private.h:
5605         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5606         (ev_view_set_document):
5607         * shell/ev-view.h:
5608         * shell/ev-window.c: (ev_window_load_job_cb),
5609         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5610         (ev_window_init):
5611
5612         Draw Loading message during xfer job. Fix for the bug #329495.
5613
5614 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5615
5616         * comics/comics-document.c: (comics_regex_quote),
5617         (comics_document_load), (extract_argv):
5618         
5619         Correcly quote regexp before passing it to unzip.
5620
5621 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * shell/ev-page-cache.c: (build_height_to_page),
5624         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5625         (ev_page_cache_get_dual_even_left):
5626         * shell/ev-page-cache.h:
5627         * shell/ev-view.c: (view_update_range_and_current_page),
5628         (get_page_y_offset), (get_page_extents):
5629         
5630         Place even pages to the left if document has less then
5631         two pages. Fix for the bug #328856.
5632
5633 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5634
5635         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5636         
5637         Correct comics scheme. This make evince create thumbnails
5638         for comic books. Fix for the bug 329088.
5639
5640 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5641
5642         * data/evince-password.glade: Don't explicitly set
5643         invisible_char to the current default value in case
5644         the default changes; let GTK+ do its magic.
5645
5646 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5649         real filename to tmp filename since often document
5650         type is determined by extension.
5651
5652 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5653
5654         * shell/ev-view.c: (add_scroll_binding_keypad),
5655         (ev_view_binding_activated), (ev_view_class_init):
5656         
5657         Add keybindings for percision-scrolling of display area. 
5658         Fix for the bug #314072.
5659
5660 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * data/evince.desktop.in.in:
5663         
5664         Add GTK to the list of categories. Fix for the bug #328034.
5665
5666 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5667
5668         * shell/ev-application.c: (ev_application_shutdown),
5669         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5670         * shell/ev-application.h:
5671         * shell/ev-window.c: (file_open_dialog_response_cb),
5672         (ev_window_cmd_file_open):
5673         
5674         Save last uri in file chooser dialog. Fix for the bug #327950.
5675
5676 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5677
5678         * NEWS:
5679         * README:
5680         
5681         Final update for release 0.5.0
5682         
5683         * shell/Makefile.am:
5684         
5685         Remove disable deprecated until we'll require libgnome-2.13.7
5686         and port to GOption argument parsing. See bug 327518.
5687
5688 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5689
5690         * comics/comics-document.c: (comics_document_save):
5691         * djvu/djvu-document.c: (djvu_document_save):
5692         * dvi/dvi-document.c: (dvi_document_save):
5693         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5694         * lib/ev-file-helpers.h:
5695         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5696         * tiff/tiff-document.c: (tiff_document_save):
5697         
5698         Use common save function for backends.
5699
5700 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5701
5702         * backend/ev-document-types.c:
5703         
5704         Fix crash on saving pixbuf.
5705
5706 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5707
5708         * cut-n-paste/recent-files/egg-recent-item.c:
5709         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5710         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5711         (parse_info_free), (valid_element), (start_element_handler),
5712         (end_element_handler), (text_handler), (egg_recent_model_filter),
5713         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5714         (egg_recent_model_monitor), (egg_recent_model_read),
5715         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5716         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5717         (egg_recent_model_set_property), (egg_recent_model_class_init),
5718         (egg_recent_model_init), (egg_recent_model_add_full),
5719         (egg_recent_model_delete), (egg_recent_model_get_list),
5720         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5721         (egg_recent_model_set_filter_mime_types),
5722         (egg_recent_model_clear_group_filter),
5723         (egg_recent_model_set_filter_groups),
5724         (egg_recent_model_clear_scheme_filter),
5725         (egg_recent_model_set_filter_uri_schemes),
5726         (egg_recent_model_remove_expired):
5727         * cut-n-paste/recent-files/egg-recent-util.c:
5728         (egg_recent_util_get_icon):
5729         * cut-n-paste/recent-files/egg-recent-util.h:
5730         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5731         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5732         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5733         (egg_recent_view_uimanager_set_property),
5734         (egg_recent_view_uimanager_get_property),
5735         (egg_recent_view_uimanager_class_init),
5736         (egg_recent_view_uimanager_init),
5737         (egg_recent_view_uimanager_set_label_width),
5738         (egg_recent_view_uimanager_get_label_width):
5739         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5740         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5741         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5742         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5743         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5744         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5745         
5746         Update from libegg.
5747
5748 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5749
5750         * shell/ev-page-cache.c: (build_height_to_page),
5751         (ev_page_cache_get_height_to_page):
5752         * shell/ev-page-cache.h:
5753         * shell/ev-view.c: (view_update_range_and_current_page),
5754         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5755         (ev_view_previous_page):
5756         
5757         Dual mode places even pages to the left. Fix for the bug #309393.
5758
5759         * shell/ev-view.h:
5760         * shell/ev-window.c: (update_action_sensitivity),
5761         (setup_view_from_metadata), (view_menu_popup_cb):
5762         
5763         Don't restore presentation in empty windows, more intelligent
5764         next page behaviour in dual mode.
5765
5766         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5767         (ev_pixbuf_cache_clear_job_sizes):
5768         
5769         Cleanup job callback on removal. Fix for the bug #325886.
5770
5771 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5772
5773         * ps/ps.c: (psscan):
5774         
5775         Commit workaround Mozilla problem. Fix for the bug #325919
5776         
5777         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5778         (save_item):
5779         
5780         Fix for year 2038 problem.
5781
5782 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * shell/ev-window.c: (setup_document_from_metadata),
5785         (ev_window_cmd_view_reload):
5786
5787         Clamp page recieved from metadata in valid values. Fix
5788         for the bug #325986.
5789
5790 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * MAINTAINERS: 
5793         Add MAINTAINERS as requested on desktop-devel-list.
5794
5795 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5798         (mime_type_supported_by_gdk_pixbuf),
5799         (ev_document_factory_get_mime_types),
5800         (ev_document_factory_get_all_mime_types):
5801         
5802         Don't add pixbuf mime types if pixbuf backend is disabled.
5803         
5804         * shell/ev-application.c: (ev_application_get_uri_window):
5805         
5806         Fix for the bug 325815 - unhandled MIME type message doesn't 
5807         appear a second time. 
5808         
5809         * shell/ev-document-types.c: (ev_document_types_add_filters):
5810         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5811         (password_dialog_response), (ev_window_popup_password_dialog),
5812         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5813         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5814         (ev_window_run_presentation), (ev_window_stop_presentation),
5815         (save_sizing_mode), (ev_window_zoom_changed_cb),
5816         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5817         (ev_window_dual_mode_changed_cb),
5818         (ev_window_sidebar_current_page_changed_cb),
5819         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5820         (window_state_event_cb), (window_configure_event_cb):
5821         
5822         Cleanup additional uris holded by EvWindow.
5823
5824 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5825
5826         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5827         (ev_view_can_previous_page), (ev_view_can_next_page):
5828         * shell/ev-view.h:
5829         * shell/ev-window.c: (update_action_sensitivity):
5830         
5831         Two page scrolling with Space and PageUp in dual mode. Second fix 
5832         for the bug #316608.
5833
5834 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-view.c: (scroll_to_current_page):
5837         
5838         Correctly clamp adjustment value. Fix for the bug
5839         #325808.
5840
5841 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * shell/ev-sidebar-links.c: (print_section_cb):
5844         * shell/ev-window.c: (ev_window_get_uri),
5845         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5846         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5847         (ev_window_dispose):
5848         
5849         Make print dialog non-modal. Fix for the bug #325622.
5850
5851 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * shell/ev-metadata-manager.c:
5854         * shell/ev-utils.c: (using_pdf_printer),
5855         (using_postscript_printer), (load_print_config_from_file),
5856         (save_print_config_to_file):
5857         * shell/ev-utils.h:
5858         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5859         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5860         (setup_view_from_metadata), (ev_window_setup_document),
5861         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5862         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5863         (ev_window_run_presentation), (ev_window_stop_presentation),
5864         (save_sizing_mode), (ev_window_zoom_changed_cb),
5865         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5866         (ev_window_dual_mode_changed_cb),
5867         (ev_window_sidebar_current_page_changed_cb),
5868         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5869         (window_state_event_cb), (window_configure_event_cb),
5870         (ev_window_init):
5871         
5872         Setting saving behaviour fixes.
5873
5874 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * configure.ac:
5877         
5878         Make antialiasing gs options better and allow
5879         to change them during configure. Fix for the 
5880         bug #319049.
5881
5882 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5883
5884         * shell/ev-window.c: (setup_view_from_metadata):
5885         
5886         Remember if last window was maximized. Fix for the
5887         bug #323797.
5888
5889 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5890
5891         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5892
5893 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5896         * shell/ev-page-action.c: (build_new_tree_cb):
5897         * shell/ev-sidebar-links.c: (links_page_num_func),
5898         (update_page_callback_foreach), (update_page_callback):
5899         * shell/ev-view.c: (scroll_to_current_page):
5900         
5901         Fix for the bug #325067 with more intelligent selection
5902         of current link in sidebar. Make sidebar handle links
5903         of FITR-like type more correctly.
5904
5905         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5906         (dvi_pixbuf_put_pixel):
5907         
5908         Fix memory consumtion with disabled alpha channel.
5909
5910 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5911
5912         * data/evince-ui.xml:
5913         * shell/ev-window.c: (view_menu_popup_cb),
5914         (ev_popup_cmd_open_link), (ev_window_init):
5915         
5916         Update context menu for internal links. Fix for the bug
5917         #325066.
5918
5919 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5920
5921         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5922         
5923         Bind context menu to keyboard also. Fix for the bug
5924         #325065.
5925
5926 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * shell/ev-view.c: (selection_scroll_timeout_cb):
5929         
5930         Horizontal scroll on selection also.
5931
5932 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-metadata-manager.c: (parse_value):
5935         * shell/ev-view.c: (goto_xyz_link):
5936         
5937         Correct zoom setup and metadata save broken in 
5938         some locales.
5939
5940 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * shell/ev-view-private.h:
5943         * shell/ev-view.c: (scroll_to_current_page),
5944         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5945         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5946         (page_changed_cb), (ev_view_set_continuous),
5947         (ev_view_set_dual_page), (ev_view_set_presentation):
5948         
5949         Delay scroll until allocation to correctly position page. Fix
5950         for the bug #317334.
5951
5952 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5953
5954         * NEWS:
5955         * configure.ac:
5956         
5957         Update NEWS and require poppler 0.5.0.
5958
5959 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5960         
5961         * data/evince-ui.xml:
5962         * shell/ev-view-private.h:
5963         * shell/ev-view.c: (ev_view_get_link_at_location),
5964         (handle_link_over_xy), (ev_view_button_press_event),
5965         (ev_view_button_release_event), (ev_view_class_init):
5966         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5967         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5968         (ev_window_init):
5969         
5970         Implement right-click context menu.
5971
5972 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5973
5974         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5975         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5976         (mdvi_pixbuf_device_render):
5977         * pdf/ev-poppler.cc:
5978
5979         Don't generate thumbnails with alpha. See bug #324077.
5980         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5981
5982 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * shell/ev-window.c: (setup_chrome_from_metadata):
5985         
5986         Fix typo that was hiding toolbar.
5987
5988 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/ev-view-private.h:
5991         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5992         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5993         (ev_view_button_release_event), (ev_view_destroy):
5994         
5995         Small cleanup and autoscrolling during selection. Thanks to 
5996         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5997
5998 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5999
6000         * configure.ac:
6001         
6002         Correctly check for comics option.
6003
6004 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6005         * Makefile.am:
6006         * configure.ac:
6007         * backend/Makefile.am:
6008         * backend/ev-document-factory.c:
6009         * shell/ev-document-types.c:
6010
6011         Included option in configure to make ps backend 
6012         compilation optional with --disable-ps.
6013
6014 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6015
6016         * backend/ev-document-factory.c:
6017         * comics/Makefile.am:
6018         * comics/comics-document.c: (comics_document_load):
6019         * comics/ev-cbr-mime.xml:
6020         * configure.ac:
6021         
6022         Comics mime types are added to shared-mime-info CVS. Now
6023         we don't need to install our own mime types.
6024
6025 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6026
6027         * shell/ev-window.c:
6028         
6029         Add shortcut for "save a copy" menu entry. Fix for
6030         the bug #324582.
6031
6032 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6033
6034         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6035         (job_finished_cb), (new_selection_pixbuf_needed),
6036         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6037         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6038         
6039         Rework selection job info logic and fix critical warning.
6040
6041 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6042
6043         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6044
6045 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6046
6047         * data/evince-ui.xml:
6048         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6049         
6050         Enter as shortcut key for next page. Fix for the bug
6051         #321394.
6052
6053 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6054
6055         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6056
6057 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6058
6059         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6060         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6061         (new_selection_pixbuf_needed),
6062         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6063         (clear_job_selection):
6064         
6065         Too early for 0.5. Pixbuf cache code cleaned a bit.
6066
6067 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6068
6069         * NEWS:
6070         * configure.ac:
6071         
6072         Release 0.5.0 preparation
6073
6074 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6075
6076         * comics/Makefile.am:
6077         * configure.ac:
6078         * shell/ev-document-types.c: (ev_document_types_add_filters):
6079         
6080         More advanced handling of custom mime type installation.
6081
6082 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * data/evince.schemas.in:
6085         * shell/ev-metadata-manager.c: (value_free),
6086         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6087         (ev_metadata_manager_get), (ev_metadata_manager_set):
6088         * shell/ev-metadata-manager.h:
6089         * shell/ev-window.c: (update_chrome_flag),
6090         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6091         (setup_document_from_metadata), (setup_chrome_from_metadata),
6092         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6093         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6094         (ev_window_view_toolbar_cb),
6095         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6096         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6097         
6098         Save last document settings and reuse them for new documents.
6099
6100 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6101
6102         * Makefile.am:
6103         * backend/Makefile.am:
6104         * backend/ev-document-factory.c:
6105         * backend/ev-document-factory.h:
6106         * comics/Makefile.am:
6107         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6108         (comics_document_load), (comics_document_save),
6109         (comics_document_get_n_pages), (comics_document_get_page_size),
6110         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6111         (comics_document_class_init), (comics_document_can_get_text),
6112         (comics_document_get_info), (comics_document_document_iface_init),
6113         (comics_document_init), (get_supported_image_extensions),
6114         (comics_document_thumbnails_get_geometry),
6115         (comics_document_thumbnails_get_thumbnail),
6116         (comics_document_thumbnails_get_dimensions),
6117         (comics_document_document_thumbnails_iface_init), (extract_argv):
6118         * comics/comics-document.h:
6119         * comics/ev-cbr-mime.xml:
6120         * configure.ac:
6121         * po/POTFILES.in:
6122         * shell/ev-application.c: (ev_application_register_service):
6123         * shell/ev-document-types.c: (ev_document_types_add_filters):
6124         * thumbnailer/Makefile.am:
6125         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6126         
6127         New CBR/CBZ backend for comic books.
6128
6129 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6130
6131         * shell/main.c: (load_files_remote):
6132
6133         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6134         warning on startup of second instance is fixed. It
6135         is bug #320353.
6136
6137 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6138
6139         * shell/ev-window.c: (ev_window_finalize):
6140         
6141         Fix double free that cause crash.
6142
6143 2005-10-29  Bastien Nocera <hadess@hadess.net>
6144
6145         * tiff/tiff-document.c: (tiff_document_load):
6146         
6147         Fix memory leak.
6148
6149 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * po/POTFILES.in:
6152         * shell/Makefile.am:
6153         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6154         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6155         (ev_view_accessible_get_text),
6156         (ev_view_accessible_get_character_at_offset),
6157         (ev_view_accessible_get_text_before_offset),
6158         (ev_view_accessible_get_text_at_offset),
6159         (ev_view_accessible_get_text_after_offset),
6160         (ev_view_accessible_get_character_count),
6161         (ev_view_accessible_get_caret_offset),
6162         (ev_view_accessible_set_caret_offset),
6163         (ev_view_accessible_get_run_attributes),
6164         (ev_view_accessible_get_default_attributes),
6165         (ev_view_accessible_get_character_extents),
6166         (ev_view_accessible_get_offset_at_point),
6167         (ev_view_accessible_get_n_selections),
6168         (ev_view_accessible_get_selection),
6169         (ev_view_accessible_add_selection),
6170         (ev_view_accessible_remove_selection),
6171         (ev_view_accessible_set_selection),
6172         (ev_view_accessible_text_iface_init),
6173         (ev_view_accessible_idle_do_action),
6174         (ev_view_accessible_action_do_action),
6175         (ev_view_accessible_action_get_n_actions),
6176         (ev_view_accessible_action_get_description),
6177         (ev_view_accessible_action_get_name),
6178         (ev_view_accessible_action_set_description),
6179         (ev_view_accessible_action_iface_init),
6180         (ev_view_accessible_get_type), (ev_view_accessible_new),
6181         (ev_view_accessible_factory_get_accessible_type),
6182         (ev_view_accessible_factory_create_accessible),
6183         (ev_view_accessible_factory_class_init),
6184         (ev_view_accessible_factory_get_type):
6185         * shell/ev-view-accessible.h:
6186         * shell/ev-view-private.h:
6187         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6188         * shell/ev-view.h:
6189         
6190         Initial accessibility support.
6191
6192 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6193
6194         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6195
6196 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6197
6198         * shell/ev-print-job.c: (idle_print_handler):
6199         
6200         Fix for bug Bug 318916: Printing multiple pages.
6201
6202 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6203
6204         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6205
6206 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6207
6208         * pdf/ev-poppler.cc:
6209         
6210         Thumnail dimensions unified with other backends.
6211         
6212         * shell/ev-window-title.c: (ev_window_title_update):
6213         
6214         Fix warning.
6215
6216 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6217
6218         * data/ev-stock-zoom-fit-width.png:
6219         
6220         Remove unused file.
6221
6222 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6223
6224         * configure.ac:
6225         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6226         (djvu_document_finalize):
6227         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6228         (dvi_document_finalize):
6229         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6230         (pixbuf_document_save), (pixbuf_document_finalize):
6231         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6232         (tiff_document_finalize):
6233         
6234         Save a copy implemented for various backends.
6235
6236 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6237
6238         * configure.ac:
6239         
6240         Don't link with ltiff if tiff is disabled.
6241
6242 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * pdf/GDKSplashOutputDev.cc:
6245         * pdf/GDKSplashOutputDev.h:
6246         * pdf/Thumb.cc:
6247         * pdf/Thumb.h:
6248         * pdf/pdf-document.cc:
6249         * pdf/pdf-document.h:
6250         * pdf/test-gdk-output-dev.cc:
6251         
6252         Remove old unused files.
6253
6254 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6255
6256         * shell/ev-window.c: (ev_window_setup_document):
6257         
6258         Fixed warnings on reload and probably crash reason.
6259
6260 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * properties/ev-properties-view.c:
6263         (ev_properties_view_format_date):
6264         
6265         Check if date is invalid. Fix for bug 318134.
6266
6267 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6268
6269         * shell/ev-window-title.c:
6270         
6271         Add .indd files (Adobe Indesign) to the list of "bad
6272         extensions".
6273
6274 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6275
6276         * data/evince-ui.xml:
6277         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6278         
6279         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6280
6281 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6282
6283         * shell/ev-window.c: (launch_link), (launch_external_uri),
6284         (view_external_link_cb):
6285
6286         URL-escape link before passing it to gnome_vfs_url_show.
6287
6288 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6289
6290         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6291         there isn't text selected.
6292
6293 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6294
6295         * shell/ev-view.c: (handle_link_over_xy):
6296
6297         Check tooltip is valid utf8 before showing it
6298
6299 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6300
6301         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6302
6303 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6304
6305         * shell/ev-window-title.c: (ev_window_title_update):
6306
6307         Guard against using g_strstrip on NULL. Fixes bug #317291.
6308
6309 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6310
6311         * pdf/ev-poppler.cc:
6312
6313         Show title even for unknown links
6314
6315 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * shell/ev-window-title.c: (ev_window_title_update):
6318
6319         Strip the title string
6320
6321 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6322
6323         * shell/ev-window-title.c:
6324
6325         Add .rtf to the bad extensions list
6326
6327 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6328
6329         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6330         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6331
6332         Ignore link coordinates if they are outside page bounds
6333
6334 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6335
6336         * backend/ev-link.c: (ev_link_type_get_type),
6337         (ev_link_get_filename), (ev_link_get_params),
6338         (ev_link_get_property), (ev_link_set_property),
6339         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6340         * backend/ev-link.h:
6341         * pdf/ev-poppler.cc:
6342         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6343         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6344         (ev_window_init):
6345
6346         Implement launch links. Delegate external link opening to
6347         the window.
6348
6349 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6352         (ev_link_get_right), (ev_link_get_property),
6353         (ev_link_set_property), (ev_link_class_init),
6354         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6355         * backend/ev-link.h:
6356         * pdf/ev-poppler.cc:
6357         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6358
6359         Implement fitr links
6360
6361 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6362
6363         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6364         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6365         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6366         (ev_view_size_request_continuous),
6367         (ev_view_size_request_dual_page),
6368         (ev_view_size_request_single_page), (ev_view_size_allocate),
6369         (ev_view_zoom_for_size_continuous_and_dual_page),
6370         (ev_view_zoom_for_size_continuous),
6371         (ev_view_zoom_for_size_dual_page),
6372         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6373         (ev_sizing_mode_get_type):
6374         * shell/ev-view.h:
6375         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6376
6377         Do not use modes for link, we need to calculate size ad hoc.
6378         Still not perfect because of the usual scrollbar issues grrr.
6379
6380 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6381
6382         * backend/ev-link.c: (ev_link_type_get_type),
6383         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6384         * backend/ev-link.h:
6385         * pdf/ev-poppler.cc:
6386         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6387         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6388         (ev_view_size_request_continuous),
6389         (ev_view_size_request_dual_page),
6390         (ev_view_size_request_single_page), (ev_view_size_allocate),
6391         (zoom_for_size_fit_height),
6392         (ev_view_zoom_for_size_continuous_and_dual_page),
6393         (ev_view_zoom_for_size_continuous),
6394         (ev_view_zoom_for_size_dual_page),
6395         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6396         (ev_sizing_mode_get_type):
6397         * shell/ev-view.h:
6398         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6399
6400         Implement FIT_HEIGHT mode (only for links).
6401         Implement FITH links
6402
6403 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6404
6405         * shell/ev-window-title.c: (get_filename_from_uri),
6406         (ev_window_title_sanitize_extension), (ev_window_title_update),
6407         (ev_window_title_set_document), (ev_window_title_set_uri),
6408         (ev_window_title_free):
6409         * shell/ev-window-title.h:
6410         * shell/ev-window.c: (ev_window_setup_document),
6411         (ev_window_popup_password_dialog):
6412
6413         Refactor window title building while fixing it for
6414         password documents.
6415
6416 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6417
6418         * pdf/ev-poppler.cc:
6419
6420         Escape link title before setting it in the model
6421
6422 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6423
6424         * shell/ev-application.c: (removed_from_session), (save_session),
6425         (init_session), (ev_application_get_empty_window),
6426         (ev_application_init), (ev_application_get_windows):
6427         * shell/ev-application.h:
6428         * shell/ev-window.c: (ev_window_finalize):
6429
6430         Add a function to retrieve window list and share it where
6431         necessary.
6432         Implement session handling, works pretty well thanks to the
6433         metadata system.
6434
6435 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6436
6437         * shell/ev-password.c: (ev_password_item_created_callback),
6438         (ev_password_dialog_save_password):
6439         
6440         Fix for bug 316972. Use async gnome-keyring API.
6441
6442 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6443
6444         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6445         Remove unused unrealize handler. Add scroll handling to
6446         ev_view_scroll_event for presentation mode (bug #316708),
6447         and fix the event state checks there.
6448
6449 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6450
6451         * shell/ev-page-action.c: (page_changed_cb):
6452
6453         "marco, maybe we should be crazy and jump right to 6! :)"
6454
6455         Bryan Clark, Sep 2005
6456
6457 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6458
6459         * ps/ps-document.c: (save_document), (ps_document_save),
6460         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6461         (ps_document_ps_export_end):
6462
6463         Fix unstructured documents save and print
6464
6465 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6466
6467         * shell/ev-application.c: (ev_application_open_uri):
6468
6469         Fix window size persistance
6470
6471 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6472
6473         * shell/ev-view.c: (ev_view_button_release_event):
6474
6475         Based on a patch from carlosgc@gnome.org. Mouse buttons
6476         switch pages in presentation mode.
6477
6478 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6479
6480         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6481
6482         Dont cast to int before scaling
6483
6484 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6485
6486         * backend/ev-link.c: (ev_link_type_get_type),
6487         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6488         (ev_link_new_page_fith):
6489         * backend/ev-link.h:
6490         * pdf/ev-poppler.cc:
6491         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6492
6493         Implement FIT and FITH links
6494
6495 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6496
6497         * pdf/ev-poppler.cc:
6498
6499         Return 0 results when search is not in progress.
6500
6501         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6502         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6503
6504         Update menu sensitivity when cancelling search
6505
6506 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6507
6508         * shell/ev-view.c: (ev_view_can_find_next):
6509
6510         Take all pages in consideration, not just current one
6511
6512 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6513
6514         * shell/ev-page-cache.c:
6515         * shell/ev-page-cache.h:
6516         * shell/ev-view.c: (ev_view_binding_activated),
6517         (ev_view_next_page), (ev_view_previous_page),
6518         (ev_sizing_mode_get_type):
6519         * shell/ev-view.h:
6520         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6521         (ev_window_cmd_go_next_page):
6522
6523         Move page next/previous functions from page chace to
6524         view and change it to move by 2 page steps in dual mode.
6525
6526 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6527
6528         * shell/ev-window.c: (update_sidebar_visibility),
6529         (setup_sidebar_from_metadata), (ev_window_setup_document),
6530         (setup_view_from_metadata):
6531
6532         Show the index by default when there is one     
6533
6534 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6535
6536         * shell/ev-window-title.c: (ev_window_title_set_document):
6537
6538         Missing null check
6539
6540 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * shell/ev-view.c: (view_update_range_and_current_page):
6543         
6544         Allow display of last odd page in dual view. Fix for 316347.
6545
6546 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6547
6548         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6549         
6550         Make close button default. Fix for 316383.
6551
6552 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6555         
6556         Mark close button as default. Fix for 316381.
6557
6558 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6559
6560         * backend/ev-link.c: (ev_link_class_init):
6561
6562         Allow negative doubles in left/top properties
6563
6564 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6565
6566         * shell/ev-window.c:
6567
6568         Remove a bunch of strings that was used only
6569         by the statusbar.
6570
6571 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6572
6573         * shell/ev-window-title.c: (get_filename_from_uri),
6574         (ev_window_title_set_document):
6575
6576         When title has a confusing extension, show also
6577         the document filename inside ()
6578
6579 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * shell/Makefile.am:
6582         * shell/ev-window-title.c: (ev_window_title_new),
6583         (ev_window_title_update), (ev_window_title_set_type),
6584         (ev_window_title_set_document), (ev_window_title_free):
6585         * shell/ev-window-title.h:
6586         * shell/ev-window.c: (ev_window_setup_document),
6587         (password_dialog_response), (ev_window_popup_password_dialog),
6588         (ev_window_dispose), (ev_window_init):
6589
6590         Factor out and cleanup window title code
6591
6592 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6593
6594         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6595         (unable_to_load):
6596
6597         Make dialog transient so it doesnt block other windows
6598
6599 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6600
6601         * pdf/ev-poppler.cc:
6602         
6603         Fix pdf thumbnails rendering.
6604
6605 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6606
6607         * shell/ev-window.c: (fullscreen_set_timeout):
6608         
6609         Increase timeout to hide full screen popup. Bug 
6610         316123. 
6611
6612 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * data/evince.schemas.in:
6615         * shell/ev-window.c: (update_action_sensitivity):
6616
6617         Allow the user to override document restrictions. Fix for bug
6618         305818.
6619
6620 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6621
6622         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6623         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6624         (ev_window_class_init): Fix multihead behaviour of fullscreen
6625         toolbar popup. Fixes bug #315451.
6626
6627 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6628
6629         * configure.ac:
6630         * data/evince-password.glade:
6631         * shell/ev-password.c: (ev_password_dialog_set_property),
6632         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6633         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6634         (ev_password_dialog_entry_changed_cb),
6635         (ev_password_dialog_entry_activated_cb),
6636         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6637         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6638         (ev_password_dialog_set_bad_pass):
6639         * shell/ev-password.h:
6640         * shell/ev-window.c: (password_dialog_response),
6641         (ev_window_popup_password_dialog):
6642         
6643         Support for gnome-keyring for encrypted PDF's.
6644
6645 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6648         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6649         (ev_view_enter_notify_event), (ev_view_class_init):
6650         
6651         More precise handling of enter_notify/leave_notify events
6652         in EvView. Fix for bug 315470.
6653
6654 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6655
6656         * shell/ev-window.c: (fullscreen_timeout_cb),
6657         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6658         (ev_window_dispose):
6659
6660         leak fix: unref fullscreen_timeout_source before clearing it
6661
6662 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * configure.ac, dvi/mdvi/Makefile.am: 
6665         
6666         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6667
6668 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * backend/ev-link.c: (ev_link_new_page_xyz):
6671         * pdf/ev-poppler.cc:
6672         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6673
6674         Fix some bugs with xyz links, respect zoom
6675
6676 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6677
6678         * shell/ev-window.c: (page_changed_cb),
6679         (setup_document_from_metadata), (update_sidebar_visibility),
6680         (setup_view_from_metadata), (ev_window_run_fullscreen),
6681         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6682         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6683         (ev_window_dual_mode_changed_cb),
6684         (ev_window_sidebar_current_page_changed_cb):
6685
6686         null check uri before setting and getting metadata
6687
6688 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * dvi/Makefile.am:
6691         * properties/Makefile.am:
6692         * shell/Makefile.am:
6693         * thumbnailer/Makefile.am:
6694
6695         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6696
6697 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6698
6699         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6700         (selection_changed_callback):
6701         * shell/ev-sidebar-links.h:
6702
6703         Add a signal for link activation.
6704
6705         * shell/ev-view.c: (ev_view_goto_link),
6706         (ev_view_button_release_event):
6707         * shell/ev-view.h:
6708         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6709         (ev_window_init):
6710
6711         Implement the signal so that we can handle all link types.
6712
6713         * shell/ev-page-cache.c:
6714
6715         Remove unused set_link function
6716
6717 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6718
6719         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6720
6721         Add some space from the cursor, hardcoded but I couldnt
6722         find a better way.
6723
6724 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6725
6726         * lib/ev-tooltip.c:
6727
6728         Use mozilla style vs gtk style, way better for links.
6729
6730         * shell/ev-view.c: (ev_view_motion_notify_event),
6731         (ev_view_destroy), (ev_view_init):
6732
6733         Deactive tooltip when the link hovered is changed.
6734
6735 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6736
6737         * backend/ev-document.h:
6738         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6739         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6740         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6741         (ev_link_new_page), (ev_link_new_page_xyz):
6742         * backend/ev-link.h:
6743         * pdf/ev-poppler.cc:
6744         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6745         (go_to_link), (tip_from_link):
6746
6747         Implement xyz links, still not functional. Links are a total
6748         mess, will need to refactor and bugfix a lot :(
6749
6750 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6751
6752         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6753
6754 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6755
6756         * data/evince-ui.xml:
6757         * data/evince.schemas.in:
6758         * shell/Makefile.am:
6759         * shell/ev-window.c: (update_chrome_visibility),
6760         (password_dialog_response), (ev_window_load_job_cb),
6761         (ev_window_xfer_job_cb), (ev_window_open_uri),
6762         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6763         (ev_window_init):
6764
6765         Remove the statusbar. This regress loading feedback, need to
6766         check with Bryan what we want to do there...
6767
6768 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6769
6770         * lib/ev-tooltip.c: (ev_tooltip_init):
6771
6772         Fix tooltip border and size handling
6773
6774 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6775
6776         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6777         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6778         (ev_tooltip_timeout), (ev_tooltip_activate),
6779         (ev_tooltip_deactivate):
6780         * lib/ev-tooltip.h:
6781         * shell/ev-view.c: (ev_view_motion_notify_event):
6782
6783         Delay popup showing. Mirror gtk logic/times.
6784
6785 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * lib/Makefile.am:
6788         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6789         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6790         (ev_tooltip_set_text), (ev_tooltip_set_position):
6791         * lib/ev-tooltip.h:
6792
6793         Simple widget to show tooltips at a custom position
6794
6795         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6796         (ev_view_destroy):
6797
6798         Use it for links. First go, needs work
6799
6800 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6801
6802         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6803         HIG fixes.  Use title capitalization for window title. Use 12 
6804         pixels of space between the dialog's vbox and action area.
6805
6806 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6807
6808         * shell/ev-window.c: (file_open_dialog_response_cb),
6809         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6810         (ev_window_cmd_save_as):
6811
6812         Make file pickers not modal and refactor code some
6813
6814 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6815
6816         * shell/ev-sidebar.h:
6817         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6818         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6819         (ev_sidebar_class_init), (ev_sidebar_select_page),
6820         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6821         (ev_sidebar_set_page):
6822
6823         Add a current page property and allow to get/set it
6824
6825         * shell/ev-window.c: (setup_view_from_metadata),
6826         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6827
6828         Persist current sidebar page per document
6829
6830 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6831
6832         * data/evince.schemas.in:
6833         * shell/ev-window.c: (update_chrome_visibility),
6834         (setup_document_from_metadata), (update_sidebar_visibility),
6835         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6836         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6837         (ev_window_run_presentation), (ev_window_stop_presentation),
6838         (ev_window_view_sidebar_cb),
6839         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6840         (load_chrome), (ev_window_init):
6841
6842         Persist size/visibility of sidebar per document
6843
6844 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6845
6846         * shell/ev-view.c (draw_loading_text): Draw loading text.
6847
6848 2005-09-02  Dan Damian  <dand@gnome.ro>
6849
6850         * configure.in: Added "ro" to ALL_LINGUAS.
6851
6852 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6853
6854         * shell/ev-view.c: (clear_caches):
6855
6856         ev_page_cache_get doesnt return a reference,
6857         dont try to unref it.
6858
6859 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6860
6861         * shell/main.c: (load_files_remote):
6862
6863         Fix timestamp parameter with dbus <= 0.33
6864
6865 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6866
6867         * data/evince.schemas.in:
6868
6869         Add missing full stop
6870
6871 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6872
6873         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6874         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6875
6876         Plug some memory leaks
6877
6878 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6879
6880         * configure.ac:
6881         * lib/ev-debug.c: (trap_handler):
6882
6883         Check for execinfo.h and use it only if it exists.
6884         Ported from Epiphany (bug #314776).
6885
6886 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6887
6888         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6889
6890 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6891
6892         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6893         * po/id.po      : Added Indonesian translation
6894
6895 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6896
6897         * shell/main.c:
6898         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6899         * NEWS: Release 0.4.0
6900
6901 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6902
6903         * configure.ac: catch another gtk+-2.8ism
6904         * shell/main.c: Make work with gtk+-2.6
6905
6906 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6907
6908         * shell/ev-application-service.xml: Add 'timestamp' argument to
6909           ev_application_open_window and ev_application_open_uri methods.
6910
6911         * shell/ev-application.h: Add 'timestamp' argument to
6912           ev_application_open_window, ev_application_open_uri,
6913           and ev_application_open_uri_list functions.
6914
6915         * shell/ev-application.c (ev_application_open_window,
6916           ev_application_open_uri, ev_application_open_uri_list): Change
6917           functions that show/present windows to use a timestamp if one
6918           is passed in.
6919
6920         * shell/ev-window.c (ev_window_cmd_file_open,
6921           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6922         * shell/main.c (load_files): Modify calls to ev_application to
6923           include GDK_CURRENT_TIME as timestamp.
6924
6925         * shell/main.c (load_files_remote): Obtain timestamp for client
6926           instance from GDK and pass to server instance so new windows are
6927           focused properly.  Fix dbus_g_proxy_call() calls by including second
6928           G_TYPE_INVALID.
6929           
6930         Closes bug #314475.
6931
6932 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6933
6934         * shell/ev-window.c (ev_window_finalize): Check for
6935         avail. EvWindows when quiting to handle the finalize better,
6936         #314497
6937
6938 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6939         
6940         * properties/ev-properties-view.c: 
6941         
6942         Set textdomain to libglade. Fixes translation problem in property page.
6943
6944 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6947         * dvi/Makefile.am:
6948         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6949         * dvi/mdvi-lib/Makefile.am:
6950         
6951         Fix rotation of thumbnails, ported to new API. Moved library
6952         dependencies earlier, probably it will fix linkage problem.
6953
6954 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6955
6956         * backend/ev-document-misc.c:
6957         (ev_document_misc_get_thumbnail_frame):
6958         * backend/ev-document-misc.h:
6959         * configure.ac:
6960         * pdf/ev-poppler.cc:
6961         * shell/Makefile.am:
6962         * shell/ev-sidebar-thumbnails.c: (add_range),
6963         (ev_sidebar_thumbnails_set_loading_icon),
6964         (ev_sidebar_thumbnails_refresh),
6965         (ev_sidebar_thumbnails_set_document):
6966         * shell/ev-sidebar-thumbnails.h:
6967         * shell/ev-view.c: (ev_view_motion_notify_event),
6968         (ev_view_set_property), (ev_view_get_property),
6969         (ev_view_class_init), (ev_view_set_rotation):
6970         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6971         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6972         (ev_window_init):
6973         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6974         Redo rotation (again).  prepare for 0.4.0
6975
6976 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6977
6978         * configure.ac: Bump poppler requirement to 0.4.1.
6979
6980         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6981         argument to poppler_page_render_selection() call.
6982
6983 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6984
6985         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6986         (djvu_document_thumbnails_get_thumbnail):
6987         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6988         (dvi_document_thumbnails_get_thumbnail):
6989         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6990         (pixbuf_document_thumbnails_get_thumbnail):
6991         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6992         
6993         Update rotation direction of backends to fit with pdf and ps.
6994
6995 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6996
6997         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6998         * backend/ev-async-renderer.h:
6999         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7000         (setup_page), (ps_document_get_page_size),
7001         (ps_async_renderer_render_pixbuf):
7002         * ps/ps-document.h:
7003         * shell/ev-jobs.c: (ev_job_render_run):
7004
7005         Fix orientation in the postscript document
7006
7007 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7008
7009         * pdf/ev-poppler.cc:
7010         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7011         * shell/ev-view.c: (highlight_find_results):
7012
7013         Adapt to the new poppler rotation API. Fix text maps on landscape
7014         documents.
7015
7016 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7017
7018         * shell/ev-view.c (compute_new_selection_text): get the correct
7019         region when selecting in modes other than continuous.
7020
7021 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7022
7023         * shell/main.c (main): remove redundant g_warnings.
7024
7025 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * shell/Makefile.am: Don't include autogenerated
7028         file ev-application-service.h into distribution, since
7029         it causes dbus crash. Fix for bugs 313724 and 313443. 
7030
7031 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7032
7033         * configure.ac: Fix sed expression for FreeBSD. Thanks
7034         to Joe Marcus Clark <marcus@freebsd.org>
7035         
7036         * shell/eggfindbar.c: (entry_activate_callback),
7037         (entry_changed_callback), (egg_find_bar_init),
7038         (egg_find_bar_set_search_string):
7039         
7040         Made findbar buttons unsensitive if there is no text in
7041         entry. Fix for the bug 313285.
7042
7043 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7044
7045         * ps/ps-document.c: Use g_filename_display_name for displaying
7046         filenames and revert string freeze breackage
7047
7048 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7049
7050         * NEWS:
7051         * configure.ac:
7052
7053         Update for 0.3.4
7054
7055         * shell/Makefile.am:
7056
7057         Add ev-application-service.xml to extra dist
7058
7059         * shell/ev-view.c: (find_page_at_location):
7060
7061         Remove unused function (fix warning)
7062
7063 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7064
7065         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7066         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7067         
7068         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7069         bug 313623.
7070
7071 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7072
7073         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7074         * shell/ev-window.c:
7075         Fix build warnings
7076
7077 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7078
7079         * configure.ac: Update script to get dbus version.
7080         Fix for the bug #313443.
7081
7082 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * shell/ev-window.c: (ev_window_cmd_escape):
7085         
7086         Return focus back to view on escape. Fix for bug 313295.
7087
7088 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7089
7090         * shell/ev-window.c: (update_window_title),
7091         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7092         (ev_window_cmd_save_as):
7093         
7094         Correct conversion from uri to displayable string. Fix for
7095         bug 313296.
7096
7097 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7098
7099         * ps/ps-document.c: convert filename to utf8 when there is an error
7100         loading document. Fixes #309915
7101
7102 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * configure.ac:
7105
7106         We depend on poppler 0.4.0
7107
7108 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7109
7110         * configure.ac:
7111         * NEWS: Release 0.3.3.
7112         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7113
7114 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7115
7116         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7117         add a couple missing mnemonics to menu items, use title 
7118         capitalization for menu items and window titles, and add 
7119         ellipsis to open menu item.     
7120
7121 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7122
7123         * pdf/ev-poppler.cc:
7124         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7125         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7126         (ev_view_get_rotation):
7127         * shell/ev-view.h:
7128         * shell/ev-window.c: (setup_view_from_metadata),
7129         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7130         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7131         disk.
7132
7133 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7134
7135         * configure.ac: Added tr to ALL_LINGUAS
7136
7137 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7138
7139         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7140         requires several clicks to find word. Thanks to 
7141         Colin Slater <kiltedtaco@gmail.com>.
7142
7143 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7144
7145         * data/evince.desktop.in.in: Hide menu entry and
7146         rename it to "Document Viewer". Fix for bug 
7147         #312399.
7148
7149 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7150
7151         * shell/ev-page-action.c (ev_page_action_class_init): 
7152
7153         Point to the correct function in constructor of the
7154         activate_label signal
7155
7156 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7157
7158         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7159         * shell/ev-jobs.h: Make thread safe.
7160
7161 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7162
7163         * shell/ev-view.c: (view_update_range_and_current_page):
7164         Don't update page range if we are scrolling to some document
7165         point.
7166
7167 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7168
7169         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7170         when getting max_page_width, fix drawing in dual mode.
7171
7172 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7173
7174         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7175         getting the area for select_all.
7176
7177 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7178
7179         * backend/ev-selection.c: (ev_selection_render_selection):
7180         * backend/ev-selection.h:
7181         * pdf/ev-poppler.cc:
7182         * shell/ev-jobs.c: (ev_job_render_new):
7183         * shell/ev-jobs.h:
7184         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7185         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7186         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7187         (ev_view_class_init):
7188
7189         Change selection color on focus in and focus out events.  Also,
7190         poppler now uses GdkColor for specifying the selection colors, so
7191         drop some awkward conversion code.
7192
7193 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7194
7195         * configure.ac: Added Hebrew translation
7196
7197 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7198
7199         * NOTES:
7200         * backend/ev-selection.c: (ev_selection_render_selection):
7201         * backend/ev-selection.h:
7202         * pdf/ev-poppler.cc:
7203         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7204         (ev_job_render_run):
7205         * shell/ev-jobs.h:
7206         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7207         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7208         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7209         (ev_pixbuf_cache_style_changed),
7210         (ev_pixbuf_cache_get_selection_pixbuf),
7211         (ev_pixbuf_cache_set_selection_list),
7212         (ev_pixbuf_cache_get_selection_list):
7213         * shell/ev-pixbuf-cache.h:
7214         * shell/ev-utils.c: (ev_print_region_contents):
7215         * shell/ev-utils.h:
7216         * shell/ev-view.c: (ev_view_queue_draw_page),
7217         (selection_update_idle_cb), (ev_view_motion_notify_event),
7218         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7219         (setup_caches), (ev_view_find_next), (merge_selection_region),
7220         (selection_free):
7221         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7222
7223         Clean up selection to be much smoother!
7224
7225 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7226
7227         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7228         to poppler_page_render_selection().
7229
7230 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * ps/ps-document.c: (save_page_list): Use
7233         unzipped document when printing. Thanks to 
7234         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7235         311016.
7236
7237 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7238
7239         * shell/ev-window.c: (update_action_sensitivity):
7240         
7241         Disable print and save respect to lockdown gconf keys. Fix
7242         for 312342.
7243
7244 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * configure.ac:
7247         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7248         (write_to_temp_file), (ev_file_set_contents):
7249         * shell/ev-utils.h:
7250         * shell/ev-window.c: (save_print_config_to_file):
7251         
7252         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7253         Fix for bug 312238
7254
7255 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7256
7257         * shell/ev-window.c: (load_print_config_from_file),
7258         (save_print_config_to_file), (ev_window_print_range):
7259
7260         Persist the print settings. Fixes bug #311578.
7261
7262 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7263
7264         * djvu/djvu-document.c: (djvu_document_get_page_size),
7265         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7266         (djvu_document_thumbnails_get_thumbnail):
7267         * dvi/dvi-document.c: (dvi_document_get_page_size),
7268         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7269         (dvi_document_thumbnails_get_dimensions),
7270         (dvi_document_thumbnails_get_thumbnail):
7271         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7272         (pixbuf_document_render_pixbuf),
7273         (pixbuf_document_document_iface_init),
7274         (pixbuf_document_thumbnails_get_thumbnail):
7275         
7276         Update backends to make them build with new rotation system.
7277
7278 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7279
7280         * help/C/figures/evince_start_window.png:
7281         
7282         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7283
7284 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7285
7286         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7287         * shell/ev-pixbuf-cache.h:
7288         * shell/ev-sidebar-thumbnails.c:
7289         (ev_sidebar_thumbnails_get_property), (add_range),
7290         (adjustment_changed_cb):
7291         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7292         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7293         we were thumbnailing the entire docment on startup, slowing us
7294         down hugely. 
7295
7296 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7297
7298         * shell/ev-page-cache.c: (ev_page_cache_new):
7299         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7300         == 0, fixes #310306.
7301
7302 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7305         (ev_view_rotate_left):
7306
7307         Account rotation in doc_rect_to_view_rect.
7308         Ensure rotation doesnt go out of bounds.
7309
7310 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7311
7312         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7313
7314         Correct and cleanup w/h swapping
7315
7316 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * backend/ev-document-thumbnails.c:
7319         (ev_document_thumbnails_get_thumbnail):
7320         * backend/ev-document-thumbnails.h:
7321         * backend/ev-document.c:
7322         * backend/ev-document.h:
7323         * backend/ev-render-context.c: (ev_render_context_new),
7324         (ev_render_context_set_rotation):
7325         * backend/ev-render-context.h:
7326         * pdf/ev-poppler.cc:
7327         * ps/ps-document.c: (ps_document_document_iface_init):
7328         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7329         * shell/ev-jobs.h:
7330         * shell/ev-page-cache.c: (build_height_to_page),
7331         (ev_page_cache_new), (ev_page_cache_get_size),
7332         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7333         (ev_page_cache_get_height_to_page):
7334         * shell/ev-page-cache.h:
7335         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7336         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7337         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7338         (ev_pixbuf_cache_get_selection_pixbuf):
7339         * shell/ev-pixbuf-cache.h:
7340         * shell/ev-print-job.c: (idle_print_handler):
7341         * shell/ev-sidebar-thumbnails.c: (add_range):
7342         * shell/ev-view.c: (view_update_range_and_current_page),
7343         (get_page_y_offset), (get_page_extents),
7344         (ev_view_size_request_continuous_dual_page),
7345         (ev_view_size_request_continuous),
7346         (ev_view_size_request_dual_page),
7347         (ev_view_size_request_single_page), (draw_one_page),
7348         (ev_view_set_rotation), (ev_view_rotate_right),
7349         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7350         (ev_view_zoom_for_size_continuous_and_dual_page),
7351         (ev_view_zoom_for_size_continuous),
7352         (ev_view_zoom_for_size_dual_page),
7353         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7354         (ev_view_select_all):
7355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7356         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7357         (tiff_document_document_iface_init),
7358         (tiff_document_thumbnails_get_thumbnail):
7359
7360         Use rotation rather than orientation. It's easier and enough
7361         for our needs.
7362
7363 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7364
7365         * shell/ev-page-cache.c: (build_height_to_page),
7366         (ev_page_cache_new), (ev_page_cache_get_size),
7367         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7368         (ev_page_cache_get_height_to_page):
7369         * shell/ev-page-cache.h:
7370         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7371         (ev_view_size_request_continuous_dual_page),
7372         (ev_view_size_request_continuous),
7373         (ev_view_zoom_for_size_continuous_and_dual_page),
7374         (ev_view_zoom_for_size_continuous):
7375
7376         Make the page cache aware of page orientation.
7377
7378 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7379
7380         * backend/ev-document-thumbnails.c:
7381         (ev_document_thumbnails_get_thumbnail):
7382         * backend/ev-document-thumbnails.h:
7383         * backend/ev-document.c:
7384         * backend/ev-document.h:
7385         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7386         * backend/ev-ps-exporter.h:
7387         * pdf/ev-poppler.cc:
7388         * ps/ps-document.c: (ps_document_document_iface_init),
7389         (ps_document_ps_export_do_page):
7390         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7391         * shell/ev-jobs.h:
7392         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7393         (ev_page_cache_get):
7394         * shell/ev-page-cache.h:
7395         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7396         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7397         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7398         * shell/ev-pixbuf-cache.h:
7399         * shell/ev-print-job.c: (idle_print_handler):
7400         * shell/ev-sidebar-thumbnails.c: (add_range):
7401         * shell/ev-view.c: (view_update_range_and_current_page),
7402         (get_page_extents), (ev_view_size_request_dual_page),
7403         (ev_view_size_request_single_page), (draw_one_page),
7404         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7405         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7406         (ev_view_zoom_for_size_dual_page),
7407         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7408         (ev_view_select_all):
7409         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7410         * tiff/tiff-document.c: (tiff_document_get_page_size),
7411         (tiff_document_get_orientation), (rotate_pixbuf),
7412         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7413         (tiff_document_thumbnails_get_thumbnail),
7414         (tiff_document_ps_export_do_page), (tiff_document_init):
7415
7416         Really make use of the orientation bit of the render context.
7417         Use the render context in a few more places in the backend API.
7418         This regress orientation, but now it's done right. Will try to
7419         fix it up asap...
7420
7421 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * shell/ev-view.c: (ensure_rectangle_is_visible):
7424
7425         Patch by Nickolay V. Shmyrev to fix find flickering
7426
7427 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7428
7429         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7430         duplex parameters to ::begin.
7431
7432         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7433         * shell/ev-print-job.c (idle_print_handler): 
7434         * ps/ps-document.c (ps_document_ps_export_begin): 
7435         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7436         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7437         implementations. Poppler backend needs poppler cvs. Rest has
7438         unchanged behavior.
7439
7440 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7441
7442         * shell/ev-window.c (using_pdf_printer): new function.
7443         (ev_window_print_range): print a less techy message if someone
7444         tries to print to PDF.
7445
7446 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7447
7448         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7449         from "unknown font" string. Bug #311431
7450
7451 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7452
7453         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7454
7455 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7456
7457         Bug #311280
7458         
7459         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7460         name for PopplerFontTypes
7461         (pdf_document_fonts_fill_model): add font type to the detail column
7462
7463         * backend/ev-document-fonts.h: added
7464         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7465
7466         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7467         font name and font details, add a little markup.
7468         (ev_properties_fonts_init): use the new cell data func, specify ypad
7469         property for the cell renderer.
7470         (ev_properties_fonts_set_document): add the details column.
7471
7472 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7473
7474         * configure.ac: Added "pl" to ALL_LINGUAS.
7475
7476 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7477
7478         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7479
7480 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7481
7482         * help/ChangeLog: Started this for translations of manual.
7483         * configure.ac, autogen.sh, .cvsignore: Migrated to
7484         gnome-doc-utils. Patch in bug #311222.
7485
7486 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7487
7488         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7489         #ifdef this away to fix an unused-function warning.
7490
7491 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7492
7493         * configure.ac: Added 'gl' to ALL_LINGUAS.
7494
7495 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7496
7497         * configure.ac: Added ne in ALL_LINGUAS
7498         
7499 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7500
7501         * shell/ev-view.c: (ev_view_leave_notify_event):
7502         
7503         Clear status message when pointer leaves view. Fix for bug
7504         #310818 
7505
7506 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7507
7508         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7509
7510 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7511
7512         * shell/ev-view.c: (ev_view_leave_notify_event),
7513         (ev_view_class_init):
7514         
7515         Set cursor to normal then leaving view.
7516
7517 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7518
7519         * configure.ac:
7520         
7521         Fix required djvulibre version.
7522
7523 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7524
7525         *configure.ac: Hindi (hi) language added
7526
7527 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7528
7529         *configure.ac: Punjabi (pa) Language added
7530
7531 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7532
7533         * data/evince-ui.xml, shell/ev-window.c:
7534         
7535         Add keypad accelerators for zooming. Fix for bug 308128.
7536
7537 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7538
7539         * Makefile.am:
7540         * backend/Makefile.am:
7541         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7542         * configure.ac:
7543         * shell/ev-document-types.c: (ev_document_types_add_filters):
7544
7545         Allow to enable/disable the pixbuf backend.
7546         Default to off for now. If we want it enabled we should
7547         really put mime types in the desktop, implement properties etc.
7548
7549         * properties/evince-properties.c:
7550
7551         Initialize error to NULL.
7552         Check error is not NULL before freeing.
7553
7554 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7555
7556         * shell/ev-window.c:
7557
7558         Use F5 as presentation accell
7559
7560 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7561
7562         * shell/ev-window.c: (update_chrome_visibility),
7563         (ev_window_create_fullscreen_popup), (ev_window_init):
7564
7565         Do not leak the fullscreen toolbar
7566
7567 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7568
7569         * shell/ev-window.c: (view_actions_focus_in_cb),
7570         (view_actions_focus_out_cb):
7571
7572         These has a return value! Fix totally random focus
7573         issues we was seeing.
7574
7575 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7576
7577         * shell/main.c: (load_files_remote):
7578
7579         Allow open more than one file
7580
7581 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7582
7583         * shell/main.c: (load_files_remote):
7584
7585         Fix for dbus 0.33. bug #309975
7586
7587 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7588
7589         * properties/ev-properties-main.c: (ev_properties_get_pages):
7590
7591         Actually return NULL for types we dont support
7592
7593 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7594
7595         * po/POTFILES.in:
7596
7597         Remove empty lines.
7598
7599 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7600
7601         * backend/ev-document-factory.c:
7602         (ev_document_factory_get_document):
7603
7604         Do not try to create the object if type
7605         is invalid.
7606
7607 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7608
7609         * ps/ps-document.c: (ps_document_dispose),
7610         (ps_async_renderer_render_pixbuf):
7611         * ps/ps-document.h:
7612
7613         Do not leak the target window
7614
7615 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7616
7617         * shell/ev-application.c: (ev_application_init):
7618
7619         Let tbe check file existence for us.
7620         Add a comment about eggrecent mime filter.
7621
7622 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7623
7624         * data/evince-ui.xml:
7625         * shell/ev-application.c: (ev_application_shutdown),
7626         (ev_application_init), (ev_application_get_toolbars_model),
7627         (ev_application_get_recent_model),
7628         (ev_application_save_toolbars_model):
7629         * shell/ev-application.h:
7630         * shell/ev-window.c: (ev_window_add_recent),
7631         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7632         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7633         (ev_window_init):
7634
7635         Use common toolbar and recent models for all windows.
7636         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7637
7638 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7639
7640         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7641         successfully check for gtk_icon_view_get_visible_range.
7642
7643 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7644
7645         * djvu/Makefile.am:
7646         * dvi/Makefile.am:
7647         
7648         Fix djvu and dvi backend build.
7649
7650 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7651
7652         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7653         (new_separator_pixbuf):
7654
7655         Don't leak windows.
7656
7657 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7658
7659         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7660
7661         HIGification of toolbar editor dialogue.
7662
7663 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * configure.ac:
7666         * shell/Makefile.am:
7667
7668         Ever build metadata manager since it's just
7669         disabled at runtime now.
7670
7671 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7672
7673         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7674         (ev_metadata_manager_get), (ev_metadata_manager_set):
7675         * shell/ev-metadata-manager.h:
7676
7677         Add an _init functions that enabled metadata management
7678         at runtime.
7679
7680         * shell/ev-window.c: (page_changed_cb),
7681         (setup_document_from_metadata), (ev_window_setup_document),
7682         (setup_view_from_metadata), (ev_window_open_uri),
7683         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7684         (ev_window_run_presentation), (ev_window_stop_presentation),
7685         (save_sizing_mode), (ev_window_zoom_changed_cb),
7686         (ev_window_continuous_changed_cb),
7687         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7688         (window_configure_event_cb):
7689
7690         Remove all ugly metadata define since we deal with it
7691         at runtime now.
7692
7693         * shell/main.c: (load_files_remote), (main):
7694
7695         Add support for dbus cvs head. Hopefully didnt break one
7696         of the other versions now!
7697
7698         If we dont get a response from the dbus server just
7699         give up with it and not enable metadata.
7700
7701 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7702
7703         * Makefile.am:
7704         * backend/Makefile.am:
7705         * configure.ac:
7706         * cut-n-paste/recent-files/Makefile.am:
7707         * cut-n-paste/toolbar-editor/Makefile.am:
7708         * cut-n-paste/zoom-control/Makefile.am:
7709         * lib/Makefile.am:
7710         * pdf/Makefile.am:
7711         * pixbuf/Makefile.am:
7712         * properties/Makefile.am:
7713         * ps/Makefile.am:
7714         * shell/Makefile.am:
7715         * thumbnailer/Makefile.am:
7716         * tiff/Makefile.am:
7717
7718         Make frontends depend on just libev.
7719         Rework and group CFLAGS/LIBS definitions.
7720         Cleanups.
7721
7722 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7723
7724         * shell/ev-window:
7725
7726         do not unnecessarily save zoom
7727
7728         * configure.ac:
7729         * lib/ev-file-helpers.c: (ev_dot_dir):
7730         * shell/Makefile.am:
7731         * shell/dummy.cc:
7732
7733         Some cleanups
7734
7735 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7736
7737         * configure.ac:
7738         
7739         Remove unnecessary dependencies
7740
7741 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * properties/Makefile.am:
7744         * thumbnailer/Makefile.am:
7745         * tiff/Makefile.am:
7746
7747         Some more cleanups. Was really necessary
7748         but I probably introduced bugs, feel free
7749         to flame :)
7750
7751 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7752
7753         * backend/Makefile.am:
7754         * configure.ac:
7755         * cut-n-paste/recent-files/Makefile.am:
7756         * cut-n-paste/toolbar-editor/Makefile.am:
7757         * cut-n-paste/zoom-control/Makefile.am:
7758         * lib/Makefile.am:
7759         * pdf/Makefile.am:
7760         * pixbuf/Makefile.am:
7761         * properties/Makefile.am:
7762         * ps/Makefile.am:
7763         * shell/Makefile.am:
7764         * thumbnailer/Makefile.am:
7765         * tiff/Makefile.am:
7766
7767         Use gnome-common macros when possible.
7768         Cleanup dependencies.
7769         Actually disable deprecated where possible.
7770
7771 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7772
7773         * Makefile.am:
7774         * backend/Makefile.am:
7775         * properties/Makefile.am:
7776         * shell/Makefile.am:
7777         * thumbnailer/Makefile.am:
7778
7779         This should solve the circular dep without
7780         requiring dir reorg!
7781
7782         * shell/ev-window.c: (setup_view_from_metadata):
7783
7784         Never restore window size/position when the
7785         window is already visible.
7786
7787 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7788
7789         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7790
7791         Return a boolean from timeout func. Fix ported from gedit.
7792
7793 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7794
7795         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7796
7797 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7798
7799         * shell/ev-document-types.c: set "All Documents" as default filter in
7800         open dialog
7801
7802 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7803
7804         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7805         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7806         (ev_metadata_manager_set_boolean): fix value/val thinko.
7807
7808 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * shell/ev-window.c: (setup_view_from_metadata),
7811         (window_state_event_cb), (window_configure_event_cb),
7812         (ev_window_init):
7813
7814         Remember window position and maximized state
7815
7816 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7817
7818         * configure.ac:
7819
7820         Fix DBUS configure checks.
7821
7822         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7823         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7824         (ev_metadata_manager_set_boolean):
7825
7826         Plug mem leaks.
7827
7828         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7829         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7830         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7831         (ev_window_continuous_changed_cb),
7832         (ev_window_dual_mode_changed_cb), (ev_window_new):
7833
7834         Fix the build without DBUS.
7835
7836 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7837
7838         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7839         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7840         (ev_metadata_manager_set_string),
7841         (ev_metadata_manager_set_boolean):
7842         * shell/ev-metadata-manager.h:
7843
7844         Add support for some more types
7845
7846         * shell/ev-view.c: (scroll_to_current_page),
7847         (ev_view_get_continuous), (ev_view_set_continuous),
7848         (ev_view_get_dual_page):
7849         * shell/ev-view.h:
7850         * shell/ev-window.c: (page_changed_cb),
7851         (setup_document_from_metadata), (ev_window_setup_document),
7852         (setup_view_from_metadata), (ev_window_open_uri),
7853         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7854         (ev_window_run_presentation), (ev_window_stop_presentation),
7855         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7856         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7857         (ev_window_update_dual_page_action),
7858         (ev_window_continuous_changed_cb),
7859         (ev_window_dual_mode_changed_cb), (ev_window_init):
7860
7861         Remember a bunch of view/document properties. Prolly some
7862         are still missing but it's getting interesting.
7863
7864 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7865
7866         * configure.ac: check if dbus-binding-tool is installed. Not the
7867         case on current Ubuntu breezy, it seems.
7868
7869 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7870
7871         * data/evince.desktop.in.in:
7872         
7873         Allow open uri lists and add TryExec field.
7874
7875 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7876
7877         * configure.ac:
7878
7879         Enable dbus when available, do not require a configure
7880         option.
7881
7882 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7883
7884         * configure.ac:
7885
7886         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7887         disabled.
7888
7889 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7890         Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7893         
7894         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7895         functions to the format required by dbus
7896
7897         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7898         errors. Use the RPC parameters in the expected way
7899
7900 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7901
7902         * Makefile.am:
7903         * properties/Makefile.am:
7904         * properties/ev-properties-main.c: (ev_properties_get_pages):
7905
7906         Support all mime types
7907
7908         * shell/Makefile.am:
7909         * thumbnailer/Makefile.am:
7910         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7911         (evince_thumbnail_pngenc_get):
7912
7913         Use the document factory
7914
7915 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7916
7917         * backend/Makefile.am:
7918         * backend/ev-document-factory.c:
7919         (mime_type_supported_by_gdk_pixbuf),
7920         (ev_document_type_get_from_mime),
7921         (ev_document_factory_get_document),
7922         (ev_document_factory_get_backend),
7923         (ev_document_factory_get_mime_types),
7924         (ev_document_factory_get_all_mime_types):
7925         * backend/ev-document-factory.h:
7926         * shell/Makefile.am:
7927         * shell/ev-document-types.c: (get_document_from_uri),
7928         (ev_document_types_get_document),
7929         (file_filter_add_mime_list_and_free),
7930         (ev_document_types_add_filters):
7931         * shell/ev-document-types.h:
7932         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7933         * shell/ev-properties-dialog.c:
7934         (ev_properties_dialog_set_document):
7935         * shell/ev-window.c: (ev_window_cmd_file_open),
7936         (ev_window_cmd_save_as):
7937         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7938
7939         Rework document types managing to avoid code duplication
7940         and actually abstract from backend implementations.
7941         Also provide a minimal factory api that can be used by
7942         thumbnailer/properties.
7943
7944 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7945
7946         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7947         Plug a mem leak.
7948         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7949         HIG spacings.
7950
7951 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7952
7953         * shell/ev-properties-dialog.c
7954         (ev_properties_dialog_set_document): only call
7955         ev_properties_fonts_set_document() if the document implements the
7956         fonts interface
7957
7958 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7959
7960         * configure.ac:
7961         * properties/Makefile.am:
7962         * properties/ev-properties-view.c:
7963         (ev_properties_view_register_type):
7964         * properties/ev-properties-view.h:
7965         * properties/ev-properties-main.h:
7966
7967         Implement nautilus plugin for properties.
7968         Works only for pdf atm, I need to rework the
7969         document types stuff to get this to work
7970         for all backends...
7971
7972 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7973
7974         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7975         (ev_properties_fonts_set_document): use
7976         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7977
7978 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7979
7980         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7981         them
7982         (PlaceImage, tiff2ps_process_page): use
7983         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7984
7985
7986 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7987
7988         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7989         (main): to call gnome_authentication_manager_init. Should fix
7990         Bug #308510
7991
7992         * configure.ac: that requires libgnomeui 2.6.0.
7993
7994 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7995
7996         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7997         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7998         use the new tiff2ps interfaces
7999
8000         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8001         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8002
8003         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8004         structure instead of global variables.  Remove use of static
8005         variables in functions.
8006
8007 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8008
8009         * shell/ev-page-action.c: unref the completion after setting it to the
8010         entry
8011
8012 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8013
8014         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8015         postscript files
8016
8017 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8018
8019         * shell/ev-window.c (update_action_sensitivity): disable
8020         File->Print if the document does not implement the ps exporter
8021         interface
8022
8023 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8024
8025         * Makefile.am:
8026         * configure.ac:
8027         * data/evince-properties.glade:
8028         * properties/.cvsignore:
8029         * properties/Makefile.am:
8030         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8031         (ev_properties_view_class_init), (ev_properties_view_format_date),
8032         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8033         (ev_properties_view_init), (ev_properties_view_new):
8034         * properties/ev-properties-view.h:
8035         * shell/Makefile.am:
8036         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8037         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8038         (ev_properties_dialog_new):
8039         * shell/ev-properties-dialog.h:
8040         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8041         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8042         (update_progress_label), (job_fonts_finished_cb),
8043         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8044         * shell/ev-properties-fonts.h:
8045         * shell/ev-properties.c:
8046         * shell/ev-properties.h:
8047         * shell/ev-window.c: (ev_window_setup_document),
8048         (ev_window_cmd_file_properties):
8049
8050         Split the properties pages in two different objects, depend
8051         only on the backend where possible, use widgets instead
8052         of gobject for the glade part, reimplement the dialog
8053         itself with gtk.
8054         I need this to implement nautilus properties page.
8055
8056 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8057
8058         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8059         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8060         (tiff_document_document_ps_exporter_iface_init): implement the ps
8061         exporter interface for tiff documents
8062
8063         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8064         libtiff to implement TIFF postscript export
8065
8066         * tiff/tiff2ps.h: added a header file for external tiff2ps
8067         functions.
8068
8069         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8070         tiff2ps.h
8071
8072 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * shell/ev-view.c: (scroll_to_current_page),
8075         (ev_view_set_fullscreen), (ev_view_set_presentation):
8076         
8077         Scroll to current page when exit from presentation
8078
8079 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8080
8081         * shell/ev-window.c: (update_document_mode),
8082         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8083         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8084         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8085         
8086         Exit from fullscreen mode when switch to presentation. Fix for
8087         bug 309365
8088
8089 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8090
8091         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8092         return NULL if the document does not implement the selection
8093         interface.
8094
8095 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8096
8097         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8098         reported height by using the resolution aspect ratio
8099         (tiff_document_render_pixbuf): scale the pixbuf using the
8100         resolution aspect ratio
8101
8102 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * configure.ac:
8105         
8106         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8107         <kiltedaco@gmail.com>
8108         
8109         * djvu/djvu-document.c: (djvu_document_get_orientation),
8110         (djvu_document_set_orientation), (djvu_document_get_page_size),
8111         (rotate_pixbuf), (djvu_document_render_pixbuf),
8112         (djvu_document_document_iface_init):
8113         * dvi/dvi-document.c: (dvi_document_get_orientation),
8114         (dvi_document_set_orientation), (dvi_document_get_page_size),
8115         (rotate_pixbuf), (dvi_document_render_pixbuf),
8116         (dvi_document_document_iface_init):
8117         
8118         Dvi and djvu backends are ported to new API
8119
8120 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8121
8122         * backend/ev-selection.c: (ev_selection_get_selection_region),
8123         (ev_selection_get_selection_map):
8124         * backend/ev-selection.h:
8125         * pdf/ev-poppler.cc:
8126         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8127         * shell/ev-jobs.h:
8128         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8129         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8130         (ev_pixbuf_cache_get_text_mapping):
8131         * shell/ev-pixbuf-cache.h:
8132         * shell/ev-view.c: (location_in_text),
8133         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8134         support to EvView.  Now we can see where we can select!  Sweet!
8135
8136 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8137
8138         * shell/ev-view.c (ev_view_button_press_event): Fix
8139         event->y + view->scroll_x typo.
8140
8141 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8142
8143         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8144         sub-GdkPixbuf instead of passing dest_x and dest_y.
8145         
8146         * shell/ev-view.c: (view_point_to_doc_point),
8147         (view_rect_to_doc_rect), (ev_view_button_press_event),
8148         (ev_view_motion_notify_event), (compute_new_selection_rect),
8149         (gdk_rectangle_point_in), (compute_new_selection_text),
8150         (compute_selections): Update selection code to keep the selection
8151         around as two points and not as a normalized rectangle, and fix
8152         page level selection in two-column mode.
8153
8154 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8155
8156         * shell/ev-window.c: (window_configure_event_cb): 
8157         
8158         Fix compilation
8159         
8160 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * pdf/ev-poppler.cc:
8163
8164         Fix compilation
8165
8166 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * shell/Makefile.am:
8169         * shell/ev-metadata-manager.c: (item_free),
8170         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8171         (parse_value), (parseItem), (load_values),
8172         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8173         (save_values), (save_item), (get_oldest), (resize_items),
8174         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8175         * shell/ev-metadata-manager.h:
8176
8177         Metadata manager from gedit but modified to use GValue, so that
8178         we dont need to keep converting from strings.
8179
8180         * configure.ac:
8181
8182         ENABLE_METADATA conditional, on when dbus is on
8183
8184         * shell/ev-application.c: (ev_application_open_uri):
8185
8186         Show the window after load so that we can initialize
8187         window size before it's showed.
8188
8189         * shell/ev-window.c: (ev_window_setup_from_metadata),
8190         (ev_window_open_uri), (window_configure_event_cb),
8191         (ev_window_init):
8192
8193         Save and load metadata information about window size.
8194         Not yet keeping states in account.
8195
8196         * shell/main.c: (main):
8197
8198         Shutdown metadata manager.
8199
8200 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8201
8202         * shell/ev-application-service.xml:
8203         * configure.ac:
8204         * shell/Makefile.am:
8205         * shell/ev-application.c:
8206         * shell/ev-application.h:
8207         * shell/ev-window.c:
8208         * shell/ev-window.h:
8209         * shell/main.c:
8210
8211         Add an optional dbus interface (--enable-dbus).
8212         Rework application code, mainly to be easier to
8213         use "remotely".
8214         Do not open multiple windows with the same document,
8215         spatial evince!
8216
8217 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8218
8219         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8220         pixbuf iff it exists.
8221
8222 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8223
8224         * shell/*:
8225         * backend/ev-render-context.[ch]:
8226         * backend/ev-selection.[ch]:
8227
8228         Massive changes.  We now support text selection of pdfs, and not
8229         just rectangular selection.  This is pretty broken still, but I
8230         want to get something into CVS.
8231
8232 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * pdf/ev-poppler.cc:
8235         
8236         Fix for Bug 309080: crash on window close.
8237         
8238         * shell/ev-page-action.c: (page_changed_cb):
8239         
8240         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8241         jensgr@gmx.net (Jens Granseuer).
8242
8243 2005-06-25  Marcel Telka  <marcel@telka.sk>
8244
8245         * configure.in (ALL_LINGUAS): Added sk.
8246
8247 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8248
8249         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8250         not a document open
8251
8252 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * NEWS:
8255         * configure.ac:
8256
8257         Release 0.3.2
8258
8259         * cut-n-paste/recent-files/Makefile.am:
8260
8261         Fix make distcheck
8262
8263 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8266         (pixbuf_document_set_orientation), (rotate_pixbuf),
8267         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8268         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8269
8270         Implement rotation and cleanup the code a bit.
8271
8272         * tiff/tiff-document.c: (tiff_document_get_page_size),
8273         (tiff_document_get_orientation), (tiff_document_set_orientation),
8274         (rotate_pixbuf), (tiff_document_render_pixbuf),
8275         (tiff_document_document_iface_init), (tiff_document_init):
8276
8277         Implement rotation. Was the quicker solution for the release
8278         but we really need to share this code in the shell.
8279
8280 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8281
8282         * pdf/ev-poppler.cc:
8283
8284         Enable rotation, require poppler cvs. Fix a leak.
8285
8286 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8287
8288         * shell/ev-window.c: (update_action_sensitivity):
8289         
8290         Make properties unsensitive if document backend doesn't provide
8291         any info
8292
8293 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8294
8295         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8296         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8297         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8298         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8299         (bitmap_flip_rotate_counter_clockwise):
8300         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8301         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8302         (buff_gets):
8303         * dvi/mdvi-lib/common.h:
8304         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8305         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8306         (opendvi), (mdvi_reload), (mdvi_init_context),
8307         (mdvi_destroy_context), (mdvi_dopage), (special):
8308         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8309         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8310         (file_hash_free), (register_encoding), (parse_spec),
8311         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8312         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8313         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8314         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8315         (mdvi_register_font_type), (mdvi_unregister_font_type),
8316         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8317         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8318         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8319         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8320         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8321         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8322         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8323         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8324         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8325         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8326         (mdvi_unregister_special), (mdvi_flush_specials):
8327         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8328         (t1_font_remove):
8329         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8330         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8331         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8332         (free_font_metrics), (flush_font_metrics):
8333         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8334         (tt_font_remove):
8335         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8336         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8337         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8338         (dstring_insert), (dstring_new), (dstring_reset):
8339         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8340         
8341         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8342         avoid conflict with libtool on FC4
8343         
8344         * shell/ev-window.c: (ev_window_cmd_help_about):
8345         
8346         Update copyright year. Fix for bug 308828.
8347
8348 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8349
8350         * shell/ev-view.c: (add_scroll_binding_keypad),
8351         (ev_view_binding_activated), (ev_view_class_init),
8352         (on_adjustment_value_changed):
8353         
8354         Bug 170874: Arrow keys switch pages in presentation mode
8355
8356 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8357
8358         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8359         
8360         Fix for Bug 308265: Sidebar dissappears coming out of 
8361         Presentation mode
8362
8363 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8364
8365         * shell/ev-application.c: (ev_application_open):
8366         * shell/ev-document-types.c: (ev_document_types_add_filters),
8367         (ev_document_types_add_filters_for_type):
8368         * shell/ev-document-types.h:
8369         * shell/ev-window.c: (ev_window_cmd_save_as):
8370         
8371         Suggest basename as template when saving, provide filters
8372         for save dialog. It's bug 308402
8373
8374 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8375
8376         * pdf/ev-poppler.cc:
8377         * shell/ev-sidebar-links.c: (job_finished_callback):
8378         * shell/ev-view.c: (update_find_status_message):
8379         
8380         Some leaks fixed
8381
8382 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8383
8384         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8385         (egg_recent_view_uimanager_set_list):
8386
8387         Fix buglet in !show_numbers case.
8388
8389 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8390
8391         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8392         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8393
8394         Use pango ellipsisation.
8395
8396         * pdf/ev-poppler.cc:
8397
8398         Fix refcount leak, from nsh.
8399
8400 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8401
8402         * cut-n-paste/recent-files/Makefile.am:
8403         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8404         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8405         
8406         Removed EggRecentViewGtk
8407         
8408         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8409         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8410         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8411         (ev_window_setup_recent):
8412         
8413         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8414         with other projects
8415
8416 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8417
8418         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8419         (egg_recent_view_gtk_finalize):
8420
8421         Fix memory leak
8422
8423         * cut-n-paste/toolbar-editor/Makefile.am:
8424         
8425         Fix location of cursor icon.
8426         
8427         * pdf/ev-poppler.cc:
8428         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8429         (display_completion_text), (match_completion):
8430         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8431         (selection_changed_callback), (create_loading_model),
8432         (print_section_cb), (links_page_num_func),
8433         (update_page_callback_foreach):
8434         * shell/ev-window.c: (ev_window_dispose):
8435         
8436         Small memory fixes. Links model now store objects instead
8437         of pointers to improve memory management. 
8438
8439 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8440
8441         * shell/ev-window.c: (zoom_control_changed_cb):
8442         
8443         Fix update of zoom control (bug 308268).
8444
8445 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8446
8447         * shell/ev-properties.c (set_property): escape the text correctly.
8448         Handles non-UTF-8 properties and escaped properties.  Also, sets
8449         the text to "<i>None</i>" if the property isn't set.
8450
8451         * data/evince-properties.glade: Change the label to be ellipsized,
8452         and give it a minimum size.
8453
8454 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8455
8456         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8457         * shell/ev-sidebar-links.c: (create_loading_model):
8458         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8459         * shell/ev-view.c: (ev_view_set_document):
8460         * shell/ev-window.c: (ev_window_dispose):
8461         
8462         Various small fixes, mostly memory leaks. Thanks to valgrind.
8463
8464 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8465
8466         * ps/ps-document.c: remove the locale.h include again ;-). And
8467         kill the (bogus) setlocale/savelocale business.
8468
8469 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8470
8471         * ps/ps-document.c:
8472         
8473         Include locale.h to fix build
8474         
8475         * shell/ev-sidebar.c:
8476         
8477         Remove unnecessary includes
8478
8479 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8480
8481         * dvi/dvi-document.c: (dvi_document_load):
8482         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8483         * po/POTFILES.in:
8484         
8485         Check for incorrect dvi files. Fix parsing dvi on AMD64
8486         platform. Thanks to tester@tester.ca (Olivier Crete).
8487
8488 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8489
8490         * shell/ev-page-action.c: (match_selected_cb),
8491         (display_completion_text), (match_completion), (update_model):
8492         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8493         (expand_open_links):
8494         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8495         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8496         (ev_sidebar_set_document):
8497         * shell/ev-window.c: (ev_window_xfer_job_cb),
8498         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8499         
8500         Fixed lot's of memory leaks, for example, memory leak on reload, 
8501         described in bug 307793.
8502
8503 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * pdf/ev-poppler.cc:
8506         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8507         (update_visible_range), (adjustment_changed_cb),
8508         (ev_sidebar_thumbnails_fill_model),
8509         (ev_sidebar_thumbnails_refresh),
8510         (ev_sidebar_tree_selection_changed),
8511         (ev_sidebar_icon_selection_changed),
8512         (ev_sidebar_thumbnails_use_icon_view),
8513         (ev_sidebar_thumbnails_set_document):
8514         * shell/ev-sidebar-thumbnails.h:
8515         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8516         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8517
8518         Refresh thumbnails when changing orientation. Not fully
8519         working yet becuase of a sidebar bug.
8520
8521         Set page orientation to poppler page everywhere. This sucks
8522         really need to fix poppler.
8523
8524 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8525
8526         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8527         (egg_recent_view_gtk_new_menu_item),
8528         (egg_recent_view_gtk_set_property),
8529         (egg_recent_view_gtk_get_property),
8530         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8531         (egg_recent_view_gtk_set_tooltip_func),
8532         (egg_recent_view_gtk_set_label_width),
8533         (egg_recent_view_gtk_get_label_width):
8534         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8535
8536         Sync with libegg (ellipsize labels)
8537
8538 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8539
8540         * data/evince-ui.xml:
8541         * shell/ev-window.c: (ev_window_cmd_go_forward),
8542         (ev_window_cmd_go_backward):
8543         
8544         Shift + PageUp moves 10 Pages. Fix for 306125
8545
8546 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8547
8548         * pdf/ev-poppler.cc:
8549
8550         Add a flag to check if orientation has been overriden
8551
8552 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8553
8554         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8555         field if necessary.
8556
8557         * ps/ps.h: add creator field to document.
8558
8559         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8560         set creator field.
8561
8562 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8563
8564         * data/evince-properties.glade:
8565         * shell/ev-properties.c: (ev_properties_set_document):
8566
8567         s/PDF Version/Format
8568
8569 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * shell/ev-properties.c: (ev_properties_set_document):
8572
8573         Remove unnecessary translations
8574
8575 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8576
8577         * cut-n-paste/toolbar-editor/Makefile.am:
8578
8579         Correct library name    
8580
8581 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8582
8583         * configure.ac:
8584         * cut-n-paste/recent-files/egg-recent-model.c:
8585         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8586         (egg_recent_model_unlock_file):
8587         * cut-n-paste/recent-files/egg-recent-util.c:
8588         (egg_recent_util_get_unique_id):
8589         * cut-n-paste/recent-files/update-from-egg.sh:
8590         * cut-n-paste/toolbar-editor/Makefile.am:
8591         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8592         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8593         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8594         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8595         (egg_toolbars_model_get_type):
8596         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8597
8598         Better makefile for toolbar editor and update everything
8599         to latest libegg.
8600
8601 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8602
8603         * shell/ev-window.c: (update_document_mode):
8604
8605         Prefer presentation mode when the document
8606         require fullscreen.
8607
8608 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8609
8610         * data/evince-ui.xml:
8611         * shell/ev-window.c:
8612
8613         Add control-equal for zooming
8614
8615 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8616
8617         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8618
8619 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8620
8621         * backend/ev-document.c: (ev_document_get_orientation):
8622         * backend/ev-document.h:
8623         * pdf/ev-poppler.cc:
8624         * ps/ps-document.c: (ps_document_get_orientation),
8625         (ps_document_set_orientation), (ps_document_document_iface_init):
8626
8627         Add a get_orientation api. Improve set_orientation.
8628
8629         * data/evince-ui.xml:
8630         * shell/ev-view.c: (ev_view_set_orientation),
8631         (ev_view_rotate_right), (ev_view_rotate_left):
8632         * shell/ev-view.h:
8633         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8634         (ev_window_cmd_edit_rotate_right):
8635
8636         Better ui for changing document orientation
8637
8638 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8639
8640         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8641         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8642         * shell/ev-sidebar-links.h:
8643         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8644         (ev_sidebar_page_iface_init):
8645         * shell/ev-sidebar-page.h:
8646         * shell/ev-sidebar-thumbnails.c:
8647         (ev_sidebar_thumbnails_get_property),
8648         (ev_sidebar_thumbnails_class_init),
8649         (ev_sidebar_thumbnails_set_document):
8650         * shell/ev-sidebar-thumbnails.h:
8651         * shell/ev-view.c: (ev_view_motion_notify_event):
8652         * shell/ev-window.c: (update_chrome_visibility),
8653         (ev_window_cmd_focus_page_selector),
8654         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8655         (sidebar_page_main_widget_update_cb), (ev_window_init):
8656         
8657         Autoraise toolbar on GoToPage binding and fix bindings in
8658         EvSidebarThumbnails page.
8659
8660 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8661
8662         * shell/ev-properties.c: (update_progress_label):
8663
8664         Hide the progress label when finished; bug #307697.
8665
8666 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8667
8668         * pdf/ev-poppler.cc:
8669
8670         Enable is_open for links, you will need poppler cvs
8671
8672         * shell/ev-properties.c: (job_fonts_finished_cb):
8673
8674         Get a lock on the document when filling the tree view
8675
8676 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8677
8678         * backend/ev-document-links.h:
8679         * pdf/ev-poppler.cc:
8680         * shell/ev-sidebar-links.c: (create_loading_model),
8681         (expand_open_links), (job_finished_callback):
8682
8683         Expand links when specified by the document.
8684         Depend on a poppler api (defined out for now)
8685
8686 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8687
8688         * shell/ev-properties.c: (ev_properties_dispose),
8689         (ev_properties_class_init), (dialog_destroy_cb),
8690         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8691         (ev_properties_set_document), (ev_properties_new),
8692         (ev_properties_show):
8693         * shell/ev-properties.h:
8694
8695         Make it an object, cleanup the code, api to show it as transient
8696         and to set the document.
8697
8698         * shell/ev-window.c: (ev_window_setup_document),
8699         (ev_window_cmd_file_properties):
8700
8701         Adapt to EvProperties changes, do not show multiple
8702         times, update it when document changes.
8703
8704 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8705
8706         * ps/gstypes.h:
8707         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8708         (ps_document_set_orientation), (ps_document_document_iface_init):
8709         * ps/ps-document.h:
8710
8711         Implement orientation here too
8712
8713         * shell/ev-properties.c: (ev_properties_new):
8714         * data/evince-properties.glade:
8715
8716         Hide the fonts page for backends that doesnt
8717         support it.     
8718
8719 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8720
8721         * backend/ev-document.c: (ev_document_set_orientation):
8722         * backend/ev-document.h:
8723         * pdf/ev-poppler.cc:
8724
8725         Add orientation api. Currently poppler api is not optimal,
8726         we need to set orientation every time we _get a page.
8727         I will try to fix that at some point.
8728
8729         * data/evince-ui.xml:
8730         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8731         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8732
8733         Add orientation menu items
8734
8735         * shell/ev-page-cache.c: (ev_page_cache_clear):
8736         * shell/ev-page-cache.h:
8737
8738         Add api to clear the cache
8739
8740         * shell/ev-view.c: (setup_caches), (clear_caches),
8741         (ev_view_set_document), (ev_view_zoom_out),
8742         (ev_view_set_orientation):
8743         * shell/ev-view.h:
8744
8745         Implement orientation changing
8746
8747 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8748
8749         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8750         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8751         * backend/ev-document-fonts.h:
8752
8753         Separate scan and fill so that we can incrementally fill from
8754         the main thread. Add a progress api.
8755
8756         * data/evince-properties.glade:
8757         * pdf/ev-poppler.cc:
8758         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8759         * shell/ev-jobs.h:
8760         * shell/ev-properties.c: (update_progress_label),
8761         (job_fonts_finished_cb), (setup_fonts_view):
8762
8763         Incrementally feel the list and show the progress
8764         percentage in a label like acrobat does.
8765
8766         You are going to need poppler cvs
8767
8768 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8769
8770         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8771         * backend/ev-document-fonts.h:
8772         * pdf/ev-poppler.cc:
8773
8774         Make fonts model fill incrementally.
8775
8776         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8777         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8778         (ev_job_queue_remove_job):
8779         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8780         (ev_job_fonts_new), (ev_job_fonts_run):
8781         * shell/ev-jobs.h:
8782
8783         New job for fonts scanning
8784
8785         * shell/ev-properties.c: (job_fonts_finished_cb),
8786         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8787         * shell/ev-properties.h:
8788         * shell/ev-window.c: (ev_window_cmd_file_properties):
8789
8790         Incrementally feel the treeview using the new job. Show Loading...
8791         message until scanning is completed.
8792
8793         Hopefully I didnt break the build without the poppler patch.
8794
8795 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8796
8797         * shell/ev-application.c: (ev_application_open):
8798         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8799         (ev_document_type_get_type), (ev_document_type_lookup):
8800         * shell/ev-document-types.h:
8801         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8802         * shell/ev-job-xfer.h:
8803         * shell/ev-window.c: (ev_window_clear_local_uri),
8804         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8805         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8806         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8807         
8808         Transfer remote documents to tmp directory to display them later.
8809
8810 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8811
8812         * backend/ev-document-info.h:
8813         * shell/ev-properties.c: (ev_properties_new):
8814
8815         s/GTime*/GTime. Not sure why we was using a pointer
8816         at all there!
8817
8818 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8819
8820         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8821         situations.  That situation is that you're using GTK+-HEAD with
8822         the patch at #306726 is applied, and you have a document with <
8823         1500 pages in it.  It's not quite as uniformly nice as the
8824         TreeView, but should be better in the long run.
8825
8826         I'm pretty sure I guarded against breaking compilation with
8827         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8828         I missed some.
8829
8830         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8831         widget yet, so I commented that code out
8832         enable_view_actions_for_widget() for now.  Need to figure this
8833         out.
8834
8835         * shell/ev-page-action.c (match_selected_cb): emit the right
8836         signals.  Our cool C-l completion now works.
8837
8838 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8839
8840         * backend/Makefile.am:
8841         * backend/ev-document-fonts.c:
8842         * backend/ev-document-links.c:
8843         * backend/ev-document.c: (ev_document_load):
8844         * backend/ev-document.h:
8845         * backend/ev-job-queue.c:
8846         * backend/ev-job-queue.h:
8847         * backend/ev-jobs.c:
8848         * backend/ev-jobs.h:
8849         * backend/ev-page-cache.c:
8850         * backend/ev-page-cache.h:
8851
8852         EvPageCache and EvJobs are moved to shell.
8853
8854         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8855         (ev_tmp_filename):
8856         * lib/ev-file-helpers.h:
8857         
8858         New helper to work with temporary files
8859         
8860         * shell/Makefile.am:
8861         * shell/ev-application.c: (ev_application_open):
8862         * shell/ev-application.h:
8863         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8864         (remove_job_from_async_queue), (add_job_to_async_queue),
8865         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8866         (handle_job), (search_for_jobs_unlocked),
8867         (no_jobs_available_unlocked), (ev_render_thread),
8868         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8869         (ev_job_queue_add_job), (move_job_async), (move_job),
8870         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8871         * shell/ev-job-queue.h:
8872         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8873         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8874         * shell/ev-job-xfer.h:
8875         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8876         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8877         (ev_job_links_class_init), (ev_job_render_init),
8878         (ev_job_render_dispose), (ev_job_render_class_init),
8879         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8880         (ev_job_thumbnail_class_init), (ev_job_load_init),
8881         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8882         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8883         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8884         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8885         * shell/ev-jobs.h:
8886         * shell/ev-page-action.c: (ev_page_action_set_document):
8887         * shell/ev-page-cache.c: (ev_page_cache_init),
8888         (ev_page_cache_class_init), (ev_page_cache_finalize),
8889         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8890         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8891         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8892         (ev_page_cache_get_title), (ev_page_cache_get_size),
8893         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8894         (ev_page_cache_get_height_to_page),
8895         (ev_page_cache_get_max_label_chars),
8896         (ev_page_cache_get_page_label),
8897         (ev_page_cache_has_nonnumeric_page_labels),
8898         (ev_page_cache_get_info), (ev_page_cache_next_page),
8899         (ev_page_cache_prev_page), (ev_page_cache_get):
8900         * shell/ev-page-cache.h:
8901         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8902         (ev_pixbuf_cache_clear_job_sizes),
8903         (ev_pixbuf_cache_add_jobs_if_needed),
8904         (ev_pixbuf_cache_set_page_range):
8905         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8906         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8907         * shell/ev-sidebar-thumbnails.c:
8908         (ev_sidebar_tree_selection_changed),
8909         (ev_sidebar_thumbnails_set_document):
8910         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8911         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8912         (ev_statusbar_get_context_id), (ev_statusbar_push),
8913         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8914         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8915         (ev_statusbar_set_progress):
8916         * shell/ev-statusbar.h:
8917         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8918         (ev_view_find_previous):
8919         * shell/ev-window.c: (ev_window_is_empty),
8920         (ev_window_setup_document), (password_dialog_response),
8921         (ev_window_clear_jobs), (ev_window_load_job_cb),
8922         (ev_window_xfer_job_cb), (ev_window_open_uri),
8923         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8924         (ev_window_print), (ev_window_print_range),
8925         (ev_window_state_event), (ev_window_cmd_view_reload),
8926         (menu_item_select_cb), (menu_item_deselect_cb),
8927         (view_status_changed_cb), (ev_window_dispose),
8928         (drag_data_received_cb), (ev_window_init):
8929         * shell/ev-window.h:
8930         * shell/main.c: (load_files):
8931         
8932         New statusbar to show progress on idle. Two new jobs - 
8933         xfer job and load job to load document in background. And update
8934         of page_cache clients to new location of code.
8935
8936 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8937
8938         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8939         selection in open dialog. It also remembers the last visited directory 
8940         in the current session.
8941
8942 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8943
8944         * shell/ev-properties.c: (ev_properties_new):
8945         * shell/ev-properties.h:
8946         * shell/ev-window.c: (ev_window_cmd_file_properties):
8947         
8948         Get document info from page cache instead of document itself.
8949         This should fix crash related to race conditions described in
8950         bug 306545.
8951
8952 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8953
8954         * ps/ps-document.c: (ps_document_init),
8955         (send_ps), (get_page_box), (output), (catchPipe), (input),
8956         (stop_interpreter), (file_length), (file_readable),
8957         (check_filecompressedb), (ps_document_enable_interpreter),
8958         (document_load), (ps_async_renderer_render_pixbuf):
8959         * ps/ps-document.h:
8960
8961         Big cleanup of the ps code
8962
8963 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8964
8965         * backend/Makefile.am:
8966         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8967         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8968         * backend/ev-async-renderer.h:
8969
8970         Add an async renderer interface (method + callback) which
8971         is useful for backends like ps.
8972
8973         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8974         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8975         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8976         (ev_job_queue_add_job), (move_job_async), (move_job),
8977         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8978
8979         Add queues for async renderer, these are executed on the
8980         main thread.
8981
8982         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8983         (ev_job_render_run):
8984         * backend/ev-jobs.h:
8985
8986         If the backend support async renderer interface use it.
8987
8988         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8989         (setup_pixmap), (ps_document_get_type),
8990         (ps_async_renderer_render_pixbuf),
8991         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8992
8993         Implement async renderer interface.
8994
8995 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8996
8997         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8998
8999         Cleanup links job on exit.
9000
9001 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9002
9003         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9004         (drag_data_get_cb), (drag_data_received_cb):
9005         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9006         (drag_data_get_cb), (parse_item_list),
9007         (egg_toolbar_editor_load_actions):
9008         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9009         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9010         (parse_item_list), (parse_toolbars):
9011         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9012         (dvi_pixbuf_put_pixel):
9013         
9014         Fix gcc 4.0 warnings
9015
9016 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9017
9018         * ps/ps-document.c: (start_interpreter):
9019
9020         Fix warning when loading ps
9021
9022 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9023
9024         * ps/ps-document.c: (output):
9025
9026         Fix crash when priting gs error messages.
9027
9028 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9029
9030         * backend/ev-page-cache.c: (_ev_page_cache_new):
9031         * backend/ev-page-cache.h:
9032
9033         Use a const to return title so that we dont double
9034         free it. Small cleanup and fix a leak.
9035
9036         * shell/ev-window.c: (update_window_title):
9037
9038         strdup value from get_title.
9039
9040 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9041
9042         * shell/ev-sidebar-links.c: (job_finished_callback),
9043         (ev_sidebar_links_set_document):
9044
9045         Cleanup the old job when changing document
9046
9047 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9048
9049         * shell/ev-stock-icons.c:
9050         * shell/ev-stock-icons.h:
9051         * shell/ev-window.c:
9052         
9053         Add stock icons for actions that can appear in toolbar. Fix for
9054         bug 306566.
9055
9056 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9057
9058         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9059         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9060         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9061         * backend/ev-page-cache.h:
9062         * shell/ev-view.c: (scroll_to_current_page),
9063         (view_update_range_and_current_page), (get_page_y_offset),
9064         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9065         (ev_view_size_request_continuous),
9066         (ev_view_zoom_for_size_continuous_and_dual_page),
9067         (ev_view_zoom_for_size_continuous):
9068         
9069         More compact EvView layout in document with pages of different size.
9070
9071 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9072
9073         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9074         compilation.
9075
9076 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * shell/ev-view.c: (view_set_adjustment_values):
9079         * shell/ev-window.c: (ev_window_cmd_file_properties):
9080         
9081         A bit different fix for rounding problem but it has no
9082         problems on startup. Make properties window transient to parent.
9083
9084 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9085
9086         * pdf/ev-poppler.cc:
9087         
9088         More commenting of font stuff.
9089
9090 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9091
9092         * pdf/ev-poppler.cc:
9093
9094         Comment out some more fonts stuff. Should really
9095         work without the poppler patch now.
9096
9097 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * pdf/ev-poppler.cc:
9100
9101         Adapt to api change
9102
9103 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9104
9105         * data/evince-properties.glade:
9106         * pdf/ev-poppler.cc:
9107         * shell/ev-properties.c: (setup_fonts_view):
9108
9109         Set the column title. Show the dialog only
9110         once everything is setup.
9111         Getting font info can be very slow... will
9112         prolly need to make this threaded too.
9113
9114 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9115
9116         * backend/Makefile.am:
9117         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9118         (ev_document_fonts_get_fonts_model):
9119         * backend/ev-document-fonts.h:
9120         * data/evince-properties.glade:
9121         * pdf/ev-poppler.cc:
9122         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9123         * shell/ev-properties.h:
9124         * shell/ev-window.c: (ev_window_cmd_file_properties):
9125
9126         Implement fonts list. Defined out for now, since it depends
9127         on a not yet committed poppler patch.
9128
9129 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9130
9131         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9132         page + 1.
9133
9134         * shell/ev-window.c: Make sure we add the timeout when we get a
9135         focus-in event.
9136
9137         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9138         adjustment->value before calculating the zoom factor to average
9139         out all of our rounding errors.  The page no longer 'drifts' when
9140         resizing.
9141
9142 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9143
9144         * data/evince-properties.glade:
9145         * shell/ev-properties.c: (ev_properties_format_date),
9146         (set_property):
9147         
9148         Labels don't expand when the dialogue is resized.
9149         strftime result needs to be converted to UTF-8. Thanks
9150         to Christian Persch <chpe@gnome.org>.
9151
9152 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9153
9154         * data/evince-properties.glade:
9155
9156         Hide the fonts tab
9157
9158 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9159
9160         * backend/ev-document-info.h:
9161         * backend/ev-document.c: (ev_document_info_free):
9162         * data/evince-properties.glade:
9163         * pdf/ev-poppler.cc:
9164         * ps/ps-document.c: (ps_document_get_info):
9165         * shell/ev-properties.c: (ev_properties_format_date),
9166         (set_property), (ev_properties_new):
9167         * shell/ev-properties.h:
9168         * shell/ev-window.c: (ev_window_cmd_file_properties):
9169
9170         Rework properties code to take only EvPropertyInfo
9171         in the constructor so that it can be useful for
9172         nautilus plugin too.
9173
9174         Deal with backends that doesnt support some properties.
9175         Make set property code generic.
9176
9177 2005-06-04  Christian Persch <chpe@gnome.org>
9178
9179         * data/evince-properties.glade:
9180
9181         fix spacings, make resizeable, and make data labels
9182         selectable + ellipsised
9183
9184 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9185
9186         * backend/ev-document-info.h:
9187         * data/Makefile.am:
9188         * data/evince-ui.xml:
9189         * pdf/ev-poppler.cc:
9190         * shell/Makefile.am:
9191         * shell/ev-window.c: (update_action_sensitivity),
9192         (ev_window_cmd_file_properties):
9193
9194         Initial go at file properties. Patch by
9195         Emil Soleyman-Zomalan <emil@soleyman.com>.
9196         Needs love see #169583
9197
9198 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9199
9200         * ps/ps-document.c: (output):
9201         * ps/ps.c: (psscan):
9202
9203         Try to render even if psscan fails.
9204
9205 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * ps/ps.c: (psscan), (pscopydoc):
9208
9209         Port buffered reading code from gv
9210
9211 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9212
9213         * ps/ps-document.c: (interpreter_message), (output):
9214
9215         Do not fail on interpreter messages
9216
9217 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9218
9219         * backend/ev-document-misc.c:
9220         (ev_document_misc_get_thumbnail_frame):
9221
9222         Pages can be 0 x 0, dont assert on this case
9223
9224 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9225
9226         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9227         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9228
9229         Correctly manage our reference on document. Finally the reload
9230         huge leak is gone...
9231
9232 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9233
9234         * ps/ps-document.c: (ps_document_dispose):
9235
9236         Forgot to chain it to the parent. Thanks chpe.
9237
9238 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9239
9240         * ps/ps-document.c: (ps_document_dispose),
9241         (ps_document_class_init), (stop_interpreter), (document_load):
9242
9243         Cleanup dispose a bit. Dont leak the whole pixmap.
9244
9245 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9246
9247         * pdf/ev-poppler.cc:
9248
9249         Release the poppler document on dispose
9250
9251 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9252
9253         * shell/ev-view.c: (ev_view_set_document):
9254
9255         Release ref on the pixbuf cache when changing
9256         document.
9257
9258 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9259
9260         * ps/ps-document.c: (ps_document_get_info):
9261
9262         Fix a double free
9263
9264 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9265
9266         * backend/ev-page-cache.c: (ev_page_cache_init),
9267         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9268         * backend/ev-page-cache.h:
9269         * shell/ev-page-action.c: (page_changed_cb):
9270         
9271         Set page action entry width depending on labels width. Fix
9272         for bug 305202.
9273
9274 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9275
9276         * backend/ev-link.c: (ev_link_class_init):
9277
9278         Allow -1 as page value (error)
9279
9280 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9281
9282         * shell/ev-sidebar-thumbnails.c:
9283         (ev_sidebar_thumbnails_set_document):
9284         * shell/ev-view.c: (scroll_to_current_page),
9285         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9286         (page_changed_cb), (on_adjustment_value_changed),
9287         (ev_view_set_document):
9288
9289         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9290         Fix bug 305377
9291
9292 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9293
9294         * configure.ac:
9295         * djvu/djvu-document.c: (djvu_document_get_page_size):
9296
9297         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9298         bug 301993.
9299
9300 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9301
9302         * shell/ev-view.c (draw_one_page): modify the expose handling to
9303         get the shadows.
9304
9305         * shell/ev-window.c (update_action_sensitivity): Respect
9306         permissions field.  Kowtow to the man.
9307
9308         * pdf/ev-poppler.cc: Get the permissions field.
9309
9310         * tiff/*c: Make a tiny bit more robust.
9311
9312 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9313
9314         * djvu/djvu-document.c:
9315         
9316         Pop messages from djvu context message queue.
9317
9318 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9319
9320         * configure.ac, Makefile.am, shell/Makefile.am:
9321         * tiff/Makefile.am, shell/ev-document-types.c:
9322         
9323         Cleanup tiff configure checks. Fix for bug 305218.
9324
9325 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9326
9327         * configure.ac: Added "uk" to ALL_LINGUAS.
9328
9329 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * cut-n-paste/zoom-control/ephy-zoom.c:
9332         (ephy_zoom_get_changed_zoom_level):
9333         * cut-n-paste/zoom-control/ephy-zoom.h:
9334         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9335         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9336         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9337         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9338         (zoom_control_changed_cb), (ev_window_init):
9339         
9340         Fix minor points related to moving best fit up. Introduce
9341         "zoom" property and make zoom control change it's value on
9342         notify::zoom signals. Fix for 305080.
9343
9344 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9345
9346         * data/evince-ui.xml:
9347         * shell/ev-window.c: (set_view_actions_sensitivity):
9348         
9349         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9350
9351 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9352
9353         * configure.ac:
9354
9355         Depends on poppler 0.3.2
9356
9357 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * cut-n-paste/recent-files/egg-recent-item.c:
9360         (egg_recent_item_get_short_name):
9361         * cut-n-paste/toolbar-editor/Makefile.am:
9362         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9363         (new_pixbuf_from_widget):
9364         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9365         * cut-n-paste/toolbar-editor/egg-marshal.c:
9366         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9367         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9368
9369         Sync
9370
9371 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9372
9373         * tiff/tiff-document.c: Rough TIFF backend.
9374
9375 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * NEWS:
9378         * configure.ac:
9379         * cut-n-paste/toolbar-editor/Makefile.am:
9380
9381         Release 0.3.1
9382
9383 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9384
9385         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9386         (ev_view_find_next), (ev_view_find_previous):
9387
9388         Remove the locks around get_n_results   
9389
9390 2005-05-21  Juerg Billeter  <j@bitron.ch>
9391
9392         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9393
9394         Pass correct number of pages to poppler.
9395
9396 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9397
9398         * configure.ac:
9399         * data/Makefile.am:
9400         * data/evince.desktop.in: 
9401         * data/evince.desktop.in.in:
9402         * po/POTFILES.in:
9403         
9404         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9405
9406 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9407
9408         * shell/ev-view.c: (view_update_adjustments),
9409         (view_set_adjustment_values): cast adjustmen->value to (int)
9410         before using it.  Otherwise, we get off by a pixel in some
9411         situations.
9412
9413         (draw_one_page): Draw the border on expose.
9414
9415 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9416
9417         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9418         adjustment when the mode changes, #304923
9419
9420 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9421
9422         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9423         flickering on resize but still use gdk_window_scroll on
9424         scrolling
9425
9426 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9427
9428         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9429         option, #170458
9430
9431 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9432
9433         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9434         second page on page_changed if possible, #304669
9435
9436 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9437
9438         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9439         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9440
9441 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9442
9443         * .cvsignore:
9444         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9445         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9446         (ev_view_zoom_for_size_presentation),
9447         (ev_view_zoom_for_size_continuous_and_dual_page),
9448         (ev_view_zoom_for_size_continuous),
9449         (ev_view_zoom_for_size_dual_page),
9450         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9451         * shell/ev-view.h:
9452         * shell/ev-window.c: (update_view_size),
9453         (ev_window_sizing_mode_changed_cb):
9454
9455         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9456         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9457         an infinite loop, #304769
9458
9459
9460 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9461
9462         * data/evince-ui.xml:
9463         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9464         * shell/ev-window.c: (set_view_actions_sensitivity):
9465
9466         Make PgUp/Down behave like Space
9467
9468 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9469
9470         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9471         * backend/ev-ps-exporter.h:
9472         * pdf/ev-poppler.cc:
9473         * ps/ps-document.c: (ps_document_ps_export_begin):
9474         * shell/ev-print-job.c: (idle_print_handler):
9475
9476         Adapt to new poppler api
9477
9478 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9479
9480         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9481         (ephy_zoom_control_init):
9482
9483         Translate zoom levels
9484
9485 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9486
9487         * cut-n-paste/zoom-control/ephy-zoom.c:
9488         (ephy_zoom_get_zoom_level_index):
9489
9490         Fix current zoom -> zoom control match
9491
9492 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9493
9494         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9495         rather than the scrolled_window that it's in. Fixes bug #304655.
9496
9497 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9498
9499         * shell/ev-view.c: (view_update_adjustments),
9500         (view_set_adjustment_values), (view_update_range_and_current_page),
9501         (view_scroll_to_page), (set_scroll_adjustment),
9502         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9503         (ev_view_scroll), (ev_view_scroll_view),
9504         (ensure_rectangle_is_visible), (find_page_at_location),
9505         (get_link_at_location), (go_to_link), (status_message_from_link),
9506         (ev_view_size_request_continuous_dual_page),
9507         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9508         (ev_view_unrealize), (ev_view_expose_event),
9509         (ev_view_button_press_event), (ev_view_motion_notify_event),
9510         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9511         (draw_rubberband), (highlight_find_results), (draw_one_page),
9512         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9513         (ev_view_init), (find_changed_cb), (page_changed_cb),
9514         (on_adjustment_value_changed), (ev_view_new),
9515         (ev_view_set_document), (ev_view_set_zoom),
9516         (ev_view_set_continuous), (ev_view_set_dual_page),
9517         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9518         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9519         (ev_view_zoom_for_size_presentation),
9520         (ev_view_zoom_for_size_continuous_dual_page),
9521         (ev_view_zoom_for_size_continuous),
9522         (ev_view_zoom_for_size_dual_page),
9523         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9524         (ev_view_get_status), (ev_view_set_status),
9525         (update_find_status_message), (ev_view_get_find_status),
9526         (ev_view_set_find_status), (jump_to_find_result),
9527         (jump_to_find_page), (compute_selections), (clear_selection),
9528         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9529         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9530         (ev_view_update_primary_selection),
9531         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9532         * shell/ev-view.h:
9533         * shell/ev-window.c: (ev_window_open_page_label),
9534         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9535         (ev_window_init):
9536         * shell/ev-window.h:
9537         * shell/main.c: (load_files):
9538
9539         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9540         when resizing.  Remove the bin_window().  Also, patch from James
9541         Bowes to fix command line page, #300641
9542         
9543 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * data/evince-ui.xml:
9546         * shell/ev-view.c:
9547         * shell/ev-view.h:
9548         * shell/ev-window.c: (update_action_sensitivity):
9549
9550         Get rid of View->Normal Size, it's just confusing
9551
9552 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9553
9554         * backend/ev-document-info.h:
9555         * backend/ev-document.c: (ev_document_info_free): Free the
9556         EvDocumentInfo.
9557
9558         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9559         (clear_range), (add_range), (update_visible_range),
9560         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9561         (ev_sidebar_thumbnails_set_document):
9562         * shell/ev-window.c: (ev_window_setup_document): Only render the
9563         visible thumbnails.  It takes an instant to render, but it uses
9564         much less memory.
9565
9566 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * shell/ev-sidebar-links.c: (popup_menu_cb):
9569
9570         Select first item
9571
9572 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9573
9574         * lib/Makefile.am:
9575         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9576         (button_press_cb), (ev_sidebar_links_construct):
9577
9578         Show the popup menu also on keybindings
9579
9580 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9583         * shell/ev-window.h:
9584
9585         Expose api to print a range (with dialog). Make private _print use
9586         it.
9587
9588         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9589         (ev_sidebar_links_construct):
9590
9591         Show a print context menu on linkx, it prints the selected
9592         section.
9593
9594 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9595
9596         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9597         button.
9598
9599 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * AUTHORS:
9602
9603         Update
9604
9605         * shell/ev-window.c: (build_comments_string),
9606         (ev_window_cmd_help_about):
9607
9608         Show poppler version/backend and authors
9609
9610 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9611
9612         * cut-n-paste/zoom-control/ephy-zoom.c:
9613         (ephy_zoom_get_zoom_level_index):
9614         * cut-n-paste/zoom-control/ephy-zoom.h:
9615
9616         Move the best fit items at the top of the list
9617
9618 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9619
9620         * shell/ev-marshal.list:
9621         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9622         (activate_cb), (match_selected_cb), (activate_link_cb),
9623         (connect_proxy), (ev_page_action_class_init):
9624         * shell/ev-page-action.h:
9625
9626         Use signals to notify action activation. Hopefully
9627         I did not break completion since I cant test...
9628
9629         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9630         (register_custom_actions):
9631
9632         Connect to page selector actions and also grab focus on
9633         the view when activated.
9634
9635 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9636
9637         * pdf/ev-poppler.cc:
9638         * backend/ev-page-cache.c: make page size calculation consistent
9639         and set it to (int)( width * scale + 0.5).  This makes the weird
9640         line going through the middle of the page go away.
9641
9642         * shell/ev-view.c: move painting the background page after
9643         checking the expose area covers us.
9644
9645 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9646
9647         * data/evince-password.glade:
9648         
9649         Mark labels as not translatable. Fix for bug 302842.
9650
9651 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9652
9653         * configure.ac: Added "es" to ALL_LINGUAS.
9654
9655 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * data/evince-toolbar.xml:
9658         * shell/ev-window.c: (update_action_sensitivity),
9659         (ev_window_setup_document), (ev_window_set_page_mode),
9660         (ev_window_init):
9661
9662         Remove some leftover code from jrb first continous
9663         attempt. Use the new actions, we still need good icons
9664         though...
9665
9666 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9667
9668         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9669
9670         Update label when connecting proxy. Fix a warning with NULL
9671         page_cache.
9672
9673 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * data/evince-ui.xml:
9676         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9677         * shell/ev-page-action.h:
9678         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9679
9680         Add mnemonic for edit toolbar.
9681         ctrl+l focus the page entry.
9682
9683 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9684
9685         * lib/Makefile.am:
9686         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9687         (ev_window_init):
9688         * shell/main.c: (main):
9689
9690         Put the toolbar xml in evince own dot dir
9691
9692 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9693
9694         * shell/ev-window.c: (ev_window_init):
9695
9696         Make the toolbar not removable
9697
9698 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9699
9700         * data/evince-ui.xml:
9701         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9702         * shell/ev-sidebar-links.h:
9703         * shell/ev-sidebar-thumbnails.c:
9704         (ev_sidebar_thumbnails_get_treeview):
9705         * shell/ev-sidebar-thumbnails.h:
9706         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9707         (ev_view_class_init):
9708         * shell/ev-view.h:
9709         * shell/ev-window.c: (update_action_sensitivity),
9710         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9711         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9712         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9713         (ev_window_init):
9714
9715         This is evil... Make space/backspace global accelerators but
9716         enable them only for some widgets (sidebars and view).
9717         I dont like it, but I dont know a better way... :/
9718
9719 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9720
9721         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9722         (ev_page_action_widget_finalize),
9723         (ev_page_action_widget_class_init), (update_page_cache):
9724
9725         Keep a weak reference on proxy->page_cache so that we
9726         dont try to disconnect the signal if the object is already
9727         gone. Maybe there is a better way to cleanup reference handling
9728         in page action though...
9729
9730 2005-05-10  Juerg Billeter  <j@bitron.ch>
9731
9732         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9733         * backend/ev-ps-exporter.h:
9734         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9735         * ps/ps-document.c: (ps_document_ps_export_begin):
9736         
9737         Change api to pass print range to ps_exporter_begin. The pdf backend
9738         requires this information.
9739         
9740         * shell/ev-print-job.c: (idle_print_handler):
9741         
9742         Adapt to api change
9743
9744 2005-05-10  Juerg Billeter  <j@bitron.ch>
9745
9746         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9747         (idle_print_handler)
9748         * shell/ev-window.c: (ev_window_print):
9749
9750         Support printing page range, based on patch by Amaury Jacquot
9751
9752 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9753
9754         * data/evince-toolbar.xml:
9755
9756         Add zoom control to available items
9757
9758 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9759
9760         * shell/ev-window.c: (update_action_sensitivity):
9761
9762         Set slash action insensitive when appropriate
9763
9764 2005-05-10  Christian Persch <chpe@gnome.org>
9765
9766         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9767
9768         Fix warning on the overflow menu
9769
9770 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9773
9774         Check for uri correctness/existence
9775
9776 2005-05-09  Juerg Billeter  <j@bitron.ch>
9777
9778         * shell/ev-window.c: (using_postscript_printer):
9779
9780         LPD printers use postscript, too
9781
9782 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9783
9784         * shell/ev-window.c: (register_custom_actions):
9785
9786         The zoom one is actually sort of useful,
9787         put it back
9788
9789 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * shell/ev-window.c: (register_custom_actions):
9792
9793         Hide page/zoom controls from overflow, they
9794         are useless.
9795
9796 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9797
9798         * cut-n-paste/update-from-egg.sh:
9799         
9800         Share it between all cut-n-paste subdirs
9801
9802         * cut-n-paste/recent-files/Makefile.am:
9803
9804         Fix to use "global" update-from-egg.sh
9805
9806         * cut-n-paste/recent-files/egg-recent-model.c:
9807         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9808         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9809         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9810         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9811
9812         Update from libegg
9813
9814         * cut-n-paste/toolbar-editor/Makefile.am:
9815
9816         Fix to use "global" update-from-egg.sh
9817
9818         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9819
9820         Update from libegg
9821
9822 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9823
9824         * configure.ac:
9825         * cut-n-paste/Makefile.am:
9826         * cut-n-paste/recent-files/Makefile.am:
9827         * cut-n-paste/toolbar-editor/.cvsignore:
9828         * cut-n-paste/toolbar-editor/Makefile.am:
9829         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9830         (egg_editable_toolbar_get_type), (get_toolbar_position),
9831         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9832         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9833         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9834         (set_item_drag_source), (create_item_from_action), (create_item),
9835         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9836         (popup_toolbar_context_menu_cb), (free_dragged_item),
9837         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9838         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9839         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9840         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9841         (item_added_cb), (item_removed_cb),
9842         (egg_editable_toolbar_construct),
9843         (egg_editable_toolbar_disconnect_model),
9844         (egg_editable_toolbar_deconstruct),
9845         (egg_editable_toolbar_set_model),
9846         (egg_editable_toolbar_set_ui_manager),
9847         (egg_editable_toolbar_set_property),
9848         (egg_editable_toolbar_get_property),
9849         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9850         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9851         (egg_editable_toolbar_new_with_model),
9852         (egg_editable_toolbar_get_edit_mode),
9853         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9854         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9855         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9856         (new_pixbuf_from_widget), (new_separator_pixbuf),
9857         (update_separator_image), (style_set_cb),
9858         (_egg_editable_toolbar_new_separator_image),
9859         (egg_editable_toolbar_get_model):
9860         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9861         * cut-n-paste/toolbar-editor/egg-marshal.c:
9862         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9863         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9864         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9865         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9866         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9867         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9868         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9869         (editor_drag_data_delete_cb), (drag_data_get_cb),
9870         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9871         (editor_create_item), (update_editor_sheet), (setup_editor),
9872         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9873         (parse_item_list), (model_has_action), (update_actions_list),
9874         (egg_toolbar_editor_load_actions):
9875         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9876         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9877         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9878         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9879         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9880         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9881         (egg_toolbars_model_add_separator), (impl_add_item),
9882         (parse_item_list), (egg_toolbars_model_add_toolbar),
9883         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9884         (impl_get_item_data), (impl_get_item_type),
9885         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9886         (egg_toolbars_model_init), (free_toolbar),
9887         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9888         (egg_toolbars_model_remove_toolbar),
9889         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9890         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9891         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9892         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9893         (egg_toolbars_model_get_item_data),
9894         (egg_toolbars_model_get_item_type):
9895         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9896         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9897         * data/Makefile.am:
9898         * data/evince-toolbar.xml:
9899         * data/evince-ui.xml:
9900         * data/hand-open.png:
9901         * po/POTFILES.in:
9902         * shell/Makefile.am:
9903         * shell/ev-window.c: (update_chrome_visibility),
9904         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9905         (ev_window_dispose), (ev_window_init):
9906
9907         Implement epiphany like toolbar editor. Based on patch by
9908         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9909
9910 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9911
9912         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9913
9914         Use set_cursor instead of set_selection, so that
9915         the keyboard focus moves too.
9916
9917 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9918
9919         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9920
9921         Fix infinite loop when loading Type1 fonts
9922
9923 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9924
9925         * data/evince-ui.xml:
9926         * shell/ev-window.c:
9927
9928         Slash -> Find
9929
9930 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9931
9932         * configure.ac:
9933
9934         Make --disable really disable
9935
9936 2005-05-07  Juerg Billeter  <j@bitron.ch>
9937
9938         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9939
9940         Compare page labels even without has_labels set, fixes setting page
9941         with entry
9942
9943 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9944
9945         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9946         (ev_view_set_cursor), (ev_view_button_press_event),
9947         (ev_view_motion_notify_event), (ev_view_button_release_event),
9948         (ev_view_init):
9949
9950         Implement middle button scrolling. Based on a patch
9951         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9952
9953 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9954
9955         * shell/ev-document-types.c: (get_slow_mime_type),
9956         (get_document_type_from_mime), (ev_document_type_lookup):
9957         * shell/ev-document-types.h:
9958
9959         Change api to lookup from uri. Do fast lookup first, if the
9960         type is unknown try with data sniffing.
9961
9962         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9963         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9964
9965         Adapt to api change
9966
9967 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9968
9969         * thumbnailer/Makefile.am:
9970
9971         Fix distcheck
9972
9973 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9974
9975         * NEWS:
9976         * configure.ac:
9977
9978         Release 0.3.0
9979
9980         * data/evince-ui.xml:
9981
9982         Hide presentation mode for now
9983
9984         * shell/ev-view.c: (highlight_find_results):
9985
9986         Show current find selection only on current page
9987
9988 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9989
9990         * shell/ev-view.c: (ev_view_select_all):
9991
9992         Compute size of the actual page, not of
9993         the current one.
9994
9995 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9996
9997         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9998         (view_rect_to_doc_rect), (compute_selections),
9999         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10000         (ev_view_copy), (ev_view_primary_get_cb),
10001         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10002         (ev_view_button_press_event), (ev_view_motion_notify_event),
10003         (ev_view_button_release_event), (page_changed_cb):
10004
10005         Fix text selection
10006
10007 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10008
10009         * shell/ev-view.c: (compute_border), (get_page_extents),
10010         (doc_rect_to_view_rect), (highlight_find_results),
10011         (ev_view_bin_expose), (ev_view_select_all),
10012         (ev_view_motion_notify_event), (update_find_status_message),
10013         (jump_to_find_result), (jump_to_find_page):
10014
10015         First go at fixing search, still buggy
10016
10017 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10018
10019         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10020         dropdown box and button at the top of the sidebar.
10021
10022 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10023
10024         * configure.ac: Output zoom-control Makefile.
10025         * cut-n-paste/Makefile.am: build zoom-control subdir.
10026         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10027         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10028         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10029         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10030         * cut-n-paste/zoom-control/ephy-zoom.c:
10031         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10032         from epiphany, and modified to add a separator into the menu.
10033         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10034         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10035         zoom-control action.
10036         * shell/Makefile.am: Include zoom-control flags.
10037         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10038         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10039         (ev_view_zoom_for_size_presentation),
10040         (ev_view_zoom_for_size_continuous_and_dual_page),
10041         (ev_view_zoom_for_size_continuous),
10042         (ev_view_zoom_for_size_dual_page),
10043         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10044         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10045         ev_view_get_zoom and ev_view_get_sizing_mode.
10046         * shell/ev-view.h:
10047         * shell/ev-window.c: (update_action_sensitivity),
10048         (update_sizing_buttons), (zoom_control_changed_cb),
10049         (register_custom_actions): Initialize and use the zoom-control 
10050         widget.
10051
10052 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10053
10054         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10055         preview cache back to 1.  Don't know when it got set to 0.
10056         
10057         * shell/ev-view.c: (compute_border), (ev_view_realize),
10058         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10059         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10060         (ev_view_get_fullscreen), (ev_view_set_presentation),
10061         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10062         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10063         * shell/ev-view.h:
10064         * shell/ev-window.c:
10065         (update_chrome_visibility),
10066         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10067         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10068         (update_document_mode), (ev_window_update_fullscreen_action),
10069         (ev_window_fullscreen), (ev_window_unfullscreen),
10070         (ev_window_cmd_view_fullscreen),
10071         (ev_window_update_presentation_action),
10072         (ev_window_run_presentation), (ev_window_stop_presentation),
10073         (ev_window_cmd_view_presentation), (ev_window_state_event),
10074         (ev_window_focus_in_event), (ev_window_focus_out_event),
10075         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10076         * data/evince-ui.xml: Initial presentation mode.  We should
10077         probably hide this until it's done, as it's quite rough.  Also,
10078         change full-screen to fullscreen and add two getters to EvView.
10079
10080 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10081
10082         * shell/ev-page-action.c: (update_page_cache),
10083         (ev_page_action_dispose):
10084         * shell/ev-window.c: (destroy_fullscreen_popup),
10085         (ev_window_create_fullscreen_popup):
10086
10087         Use connect_object rather than explicitly
10088         disconnect on dispose.
10089
10090 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10091
10092         * shell/ev-page-action.c: (update_page_cache),
10093         (ev_page_action_dispose):
10094
10095 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10096
10097         * backend/ev-page-cache.c: (_ev_page_cache_new),
10098         (ev_page_cache_set_page_label),
10099         (ev_page_cache_has_nonnumeric_page_labels):
10100         * backend/ev-page-cache.h:
10101         * shell/ev-page-action.c: (update_pages_label):
10102         
10103         If all page labels are numeric, fallback to default
10104         way to display number of pages. See bug 173185.
10105
10106 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10107
10108         * shell/ev-page-action.c: (ev_page_action_dispose):
10109         * shell/ev-view.c: (view_update_range_and_current_page):
10110         * shell/ev-window.c: (ev_window_dispose):
10111         
10112         Set page on scroll in continuous mode. Fixes bug 301986.
10113         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10114
10115 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10116
10117         * configure.ac:
10118
10119         Require poppler 0.3.0
10120
10121 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10122         
10123         * shell/Makefile.am, configure.ac: Fix build problems
10124         with t1lib. Bug 301996.
10125
10126 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10127
10128         * shell/ev-view.c: (ev_view_scroll_event):
10129         
10130         Scroll up increase zoom
10131
10132 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10133
10134         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10135         (ev_view_set_sizing_mode),
10136         (ev_view_zoom_for_size_continuous_and_dual_page),
10137         (ev_view_zoom_for_size_continuous):
10138         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10139         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10140         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10141         (ev_window_init):
10142
10143         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10144         Fix for 165473 and 165472.
10145
10146 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10147
10148         * po/POTFILES.in:
10149         * thumbnailer/Makefile.am:
10150         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10151         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10152         * thumbnailer/evince-thumbnailer.schemas.in:
10153         
10154         Make thumbnailer schemas translatable. Fix for bug 301773
10155         
10156         * thumbnailer/evince-thumbnailer-djvu.schemas:
10157         * thumbnailer/evince-thumbnailer-dvi.schemas:
10158         * thumbnailer/evince-thumbnailer.schemas:
10159
10160         Removed files
10161
10162 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10163
10164         * shell/ev-view.c (ev_view_init): forgot to set this.
10165
10166 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10167
10168         * shell/ev-view.c: (find_page_at_location),
10169         (get_link_at_location),
10170         (ev_view_set_show_border), (ev_view_set_spacing),
10171         (ev_view_zoom_for_size_continuous_and_dual_page),
10172         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10173         Also, add a quick fix measuring of widths.  Also, removed
10174         ev_view_set_spacing and ev_view_set_show_border.
10175         
10176         * shell/ev-window.c: (ev_window_unfullscreen),
10177         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10178
10179 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10180
10181         * shell/ev-view.c: (view_update_range_and_current_page),
10182         (page_changed_cb):
10183         
10184         Fix crash on exit and scrolling to page in continuous view.
10185
10186 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10187
10188         * TODO:
10189         * backend/ev-page-cache.c: (_ev_page_cache_new),
10190         (ev_page_cache_get_max_width_size),
10191         (ev_page_cache_get_max_height_size):
10192         * backend/ev-page-cache.h:
10193         * data/evince-ui.xml:
10194         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10195         * shell/ev-view.c: (view_update_adjustments),
10196         (view_update_range_and_current_page), (get_bounding_box_size),
10197         (ev_view_size_request_continuous_and_dual_page),
10198         (ev_view_size_request_continuous),
10199         (ev_view_size_request_dual_page),
10200         (ev_view_size_request_single_page), (ev_view_size_request),
10201         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10202         (ev_view_bin_expose), (ev_view_expose_event),
10203         (ev_view_set_property), (ev_view_get_property),
10204         (ev_view_class_init), (ev_view_init), (ev_view_new),
10205         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10206         (ev_view_set_dual_page), (ev_view_set_full_screen),
10207         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10208         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10209         (ev_view_zoom_out), (zoom_for_size_fit_width),
10210         (zoom_for_size_best_fit),
10211         (ev_view_zoom_for_size_continuous_and_dual_page),
10212         (ev_view_zoom_for_size_continuous),
10213         (ev_view_zoom_for_size_dual_page),
10214         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10215         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10216         * shell/ev-view.h:
10217         * shell/ev-window.c: (update_action_sensitivity),
10218         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10219         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10220         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10221         (ev_window_cmd_view_zoom_out), (update_view_size),
10222         (ev_window_set_sizing_mode), (ev_window_init):
10223
10224         Add Continuous and Dual page modes.
10225
10226 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10227
10228         * dvi/dvi-document.c: (dvi_document_load),
10229         (dvi_document_thumbnails_get_thumbnail),
10230         (dvi_document_init_params): Fix up some mixups between
10231         width and height to correct thumbnail rendering.
10232
10233 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10234
10235         * dvi/mdvi-lib/private.h:
10236         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10237         
10238         Suppess output for kpathsea during font generation. Thanks to
10239         James Bowes
10240
10241 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10242
10243         * NEWS:
10244         * configure.ac:
10245
10246         Release 0.2.1
10247
10248         * Makefile.am: fix distcheck.
10249
10250 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10251
10252         * shell/ev-sidebar-links.c: (selection_changed_callback),
10253         (update_page_callback), (row_activated_callback),
10254         (job_finished_callback), (ev_sidebar_links_set_document):
10255         
10256         Fix for bug #169901. Double click on links expands tree.
10257
10258 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10259
10260         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10261         hard-coded style. Fix for bug 170111
10262
10263 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10264
10265         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10266         locking.
10267
10268 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10269
10270         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10271
10272 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10273
10274         * pdf/ev-poppler.cc:
10275         * shell/ev-view.c: (highlight_find_results):
10276
10277         Fix find on single page documents
10278
10279 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10280
10281         * data/evince.schemas.in: fix for bug 301390
10282
10283 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10284
10285         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10286         (ev_view_zoom_out), (ev_view_zoom_normal):
10287         * shell/ev-view.h:
10288         * shell/ev-window.c: (update_action_sensitivity),
10289         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10290         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10291         (ev_window_cmd_view_normal_size):
10292
10293         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10294         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10295         better than oom. 
10296
10297 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10298
10299         * configure.ac:
10300
10301         Depend on 2.57, 2.59 doesnt seem to be necessary
10302
10303 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10304
10305         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10306         (create_tool_item):
10307
10308         Put back total number of pages as (1 of 1234)
10309
10310 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10311
10312         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10313         remove the job.
10314
10315         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10316         function.  This helps debugging.
10317
10318 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10319
10320         * djvu/djvu-document.c: (djvu_document_class_init),
10321         (djvu_document_get_info), (djvu_document_document_iface_init):
10322         * dvi/dvi-document.c: (dvi_document_class_init),
10323         (dvi_document_get_info), (dvi_document_document_iface_init):
10324
10325         Dummy implementation of get_info method for dvi and
10326         djvu. Fix crashes with those backends
10327
10328 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10329
10330         * data/evince.desktop.in:
10331
10332         Add application/x-gzpostscript
10333
10334 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10335
10336         * data/evince.schemas.in: Added real long descriptions, 
10337         closes bug 172496 
10338
10339         * README: Added actual text, closes bug 171869
10340
10341 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10342
10343         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10344
10345         Thumbnail page 0
10346
10347 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10348
10349         * backend/ev-document-info.h:
10350
10351         s/GDate */GDate so we can just use g_free
10352
10353 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10354
10355         * shell/ev-window.c: (update_document_mode),
10356         (ev_window_setup_document):
10357
10358         Show the window in fullscreen when specified by
10359         the document
10360
10361 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10362
10363         * backend/ev-document.c: (ev_document_class_init),
10364         (ev_document_get_info), (ev_document_render_pixbuf):
10365         * backend/ev-document.h:
10366         * backend/ev-page-cache.c: (_ev_page_cache_new):
10367         * pdf/ev-poppler.cc:
10368         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10369         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10370         * ps/ps-document.c: (ps_document_class_init), (document_load),
10371         (ps_document_get_info), (ps_document_document_iface_init):
10372
10373         Remove get_title from the interface, we can just use document info
10374
10375 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10376
10377         * backend/Makefile.am:
10378         * backend/ev-document.c: (ev_document_render_get_info):
10379         * backend/ev-document.h:
10380         * pdf/ev-poppler.cc:
10381
10382         Initial support for document info. Based on jrb patch.
10383
10384 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10385
10386         * shell/ev-window.c: (ev_window_state_event),
10387         (ev_window_class_init), (ev_window_init):
10388         
10389         Doesn't show resize grip when maximized. See bug #301053
10390
10391 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10392
10393         * po/POTFILES.in:
10394         
10395         ev-sidebar-thumbnails now has translatable labels
10396         
10397         * shell/Makefile.am:
10398         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10399         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10400         (ev_sidebar_links_page_iface_init):
10401         * shell/ev-sidebar-links.h:
10402         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10403         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10404         (ev_sidebar_page_get_label):
10405         * shell/ev-sidebar-page.h:
10406         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10407         (ev_sidebar_thumbnails_set_document),
10408         (ev_sidebar_thumbnails_support_document),
10409         (ev_sidebar_thumbnails_get_label),
10410         (ev_sidebar_thumbnails_page_iface_init):
10411         * shell/ev-sidebar-thumbnails.h:
10412         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10413         (ev_sidebar_set_document):
10414         * shell/ev-sidebar.h:
10415         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10416         
10417         Small rework of sidebar code. Now sidebar pages should implement
10418         EvSidebarPage interface. That makes page management in EvSidebar
10419         easier. See bug #164811 for details
10420
10421 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10422
10423         * shell/ev-application.c: (ev_application_open):
10424         * shell/ev-document-types.c:
10425         
10426         Fix build error and small problem with application exit
10427
10428 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10429
10430         * thumbnailer/Makefile.am:
10431         * thumbnailer/evince-thumbnailer-djvu.schemas:
10432         * thumbnailer/evince-thumbnailer-dvi.schemas:
10433         
10434         Conditionally install schemas for djvu/dvi thumbnailer
10435
10436 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10437
10438         * shell/ev-document-types.h: 
10439         * shell/ev-document-types.c: 
10440         New files, handling the mapping from mimetypes to backends
10441         
10442         * shell/ev-window.c: 
10443         * thumbnailer/evince-thumbnailer.c:     
10444         Use the ev-document-types code
10445         
10446         * shell/Makefile.am: 
10447         Added new convenience library libevbackendfactory_la, containing
10448         the new mimetype->backend logic; moved the backends into it.
10449
10450         * thumbnailer/Makefile.am:
10451         Make the thumbnailer link with the libevbackend.la convenience
10452         library, rather than having a duplicate of the backend logic here.
10453
10454 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10455
10456         * shell/ev-stock-icons.c: constify some vars.
10457         * shell/ev-window.c: ditto.
10458
10459 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10460
10461         * ps/ps-document.c (get_page_orientation):
10462
10463         Respect document orientation 
10464
10465 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10466
10467         * djvu/Makefile.am:
10468         * dvi/Makefile.am:
10469         * shell/Makefile.am:
10470         
10471         Move library dependencies to components.
10472         
10473         * shell/ev-window.c: (update_window_title),
10474         (start_loading_document):
10475         
10476         Fix display of uris with spaces. Bug 168358.
10477
10478 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10479
10480         * shell/ev-sidebar-links.c: (selection_changed_cb):
10481         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10482         (ev_view_button_release_event), (ev_view_set_document):
10483         * shell/ev-view.h:
10484         * shell/ev-window.c: (find_bar_search_changed_cb):
10485         * shell/ev-window.h: Minor cleanups removing some dead code.
10486
10487 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10488
10489         * backend/ev-page-cache.c: (_ev_page_cache_new):
10490         
10491         Set current page to 0 if document has pages.
10492
10493 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10494
10495         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10496
10497         Initialize GError to NULL, fix a crash when loading fails.
10498
10499 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10500
10501         * shell/ev-window.c: (update_view_size):
10502
10503         Calculate shadow size only when there is actually
10504         a shadow.
10505
10506 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10507
10508         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10509         * shell/ev-view.h:
10510
10511         Allow setting view spacing, default to 0
10512
10513         * shell/ev-window.c: (ev_window_unfullscreen),
10514         (ev_window_cmd_view_fullscreen), (ev_window_init):
10515
10516         Remove spacing in fullscreen mode
10517
10518 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10519
10520         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10521         (ev_view_size_request), (expose_bin_window),
10522         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10523         * shell/ev-view.h:
10524         * shell/ev-window.c: (ev_window_unfullscreen),
10525         (ev_window_cmd_view_fullscreen):
10526
10527         Do not draw the border in fulscreen
10528
10529 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10530
10531         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10532         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10533         (find_page_at_location), (page_changed_cb):
10534
10535         Rework border calculation, so that I can more easily disable it.
10536         Code somewhat cleaner too.
10537
10538 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10539
10540         * backend/ev-page-cache.c: (ev_page_cache_init),
10541         (_ev_page_cache_new):
10542
10543         Remove some assertions, documents can have 0 pages.
10544         Make initial current page -1.
10545
10546         * shell/ev-page-action.c: (page_changed_cb):
10547
10548         Show "" if current page is -1
10549
10550         * shell/ev-window.c: (update_action_sensitivity),
10551         (ev_window_setup_document):
10552
10553         When document has 0 pages do not set the view
10554         and make nearly everything insensitive.
10555
10556 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10557
10558         * shell/ev-page-view.c:
10559         * shell/ev-page-view.h:
10560
10561         Remove unused files.
10562         
10563         * shell/ev-sidebar-thumbnails.c:
10564         (ev_sidebar_thumbnails_set_document):
10565         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10566         (ev_sidebar_supports_document):
10567         * shell/ev-sidebar.h:
10568         * shell/ev-window.c: (ev_window_setup_document):
10569         
10570         Doesn't show thumbnails if document has 1 page. Make
10571         sidebar menu entries sensitive only if if they have 
10572         sense. Fix bug 164811. 
10573
10574 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10575
10576         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10577         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10578         (ev_view_zoom_out), (ev_view_set_size):
10579
10580         Rework sizing to deal with documents with not uniform page
10581         size.
10582
10583 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10584
10585         * backend/ev-page-cache.c: (_ev_page_cache_new):
10586
10587         Fix several page size caching bugs
10588
10589 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10590
10591         * shell/ev-window.c: (set_action_properties):
10592
10593         Make all toolbar items translatable
10594
10595 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10596
10597         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10598         (save_page_list), (ps_document_save),
10599         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10600         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10601         (ps_document_ps_exporter_iface_init):
10602         * ps/ps-document.h:
10603
10604         Based on a patch by J�rg Billeter <j@bitron.ch>
10605         
10606         Implement print and save a copy for the ps backend.
10607
10608 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10609
10610         * backend/ev-document.h:
10611         * djvu/djvu-document.c: (djvu_document_can_get_text),
10612         (djvu_document_document_iface_init):
10613         * dvi/dvi-document.c: (dvi_document_can_get_text),
10614         (dvi_document_document_iface_init):
10615         * pdf/ev-poppler.cc:
10616         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10617         (pixbuf_document_document_iface_init):
10618         * ps/ps-document.c: (ps_document_can_get_text),
10619         (ps_document_document_iface_init):
10620         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10621         * shell/ev-window.c: (update_action_sensitivity):
10622
10623         Fix the crash when trying to copy in backends that doesnt
10624         support it. We can implement a better solution once we
10625         do real text selection.
10626
10627 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10628
10629         * data/evince-ui.xml:
10630         * shell/ev-window.c: (ev_window_cmd_escape):
10631         
10632         Work around the Escape conflict (find bar and unfullscreen)
10633
10634 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10637         
10638         Fix for #300233. Next page correctly handles document end.
10639         
10640         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10641         (ev_sidebar_thumbnails_class_init),
10642         (ev_sidebar_thumbnails_set_document),
10643         (ev_sidebar_thumbnails_clear_job),
10644         (ev_sidebar_thumbnails_clear_model):
10645         
10646         Cleanup thumbnail jobs on document changes.
10647         
10648         * shell/ev-view.c: (add_scroll_binding_keypad),
10649         (add_scroll_binding_shifted), (ev_view_class_init):
10650         
10651         Shift + Space scrolls up. Fix for #173184
10652         
10653         * shell/ev-window.c: (ev_window_open_page),
10654         (ev_window_cmd_view_reload):
10655         
10656         Fix reload (Bug #300094)
10657
10658 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10659
10660         
10661         * dvi/mdvi-lib/assoc.c:
10662         * dvi/mdvi-lib/assoc.h: Removed garbage files
10663         
10664         * dvi/mdvi-lib/bitmap.c:
10665         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10666         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10667         * dvi/mdvi-lib/color.h: Antialias of rules
10668         
10669         * dvi/mdvi-lib/common.h:
10670         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10671         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10672         * dvi/mdvi-lib/files.c:
10673         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10674         * dvi/mdvi-lib/mdvi.h:
10675         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10676         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10677         * dvi/mdvi-lib/util.c: Fix compile warnings
10678         
10679         * dvi/dvi-document.c:
10680         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10681         (dvi_document_thumbnails_get_thumbnail),
10682         (dvi_document_document_thumbnails_iface_init):
10683         * dvi/mdvi-lib/Makefile.am:
10684         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10685         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10686         
10687         Dvi backend now renders thumbnails
10688
10689 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10690
10691         * shell/main.c: (main): 
10692         
10693         Save accelerators on exit. Fixes bug #172095.
10694
10695 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10696
10697         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10698         update priority" comment.
10699
10700         * backend/ev-job-queue.c: Give a way to change priority.
10701
10702 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10703
10704         * shell/ev-page-action.c: Fix logic.
10705
10706 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10707
10708         * shell/ev-view.c: (ev_view_can_find_next):
10709         * shell/ev-window.c: (ev_window_setup_document):
10710
10711         Check that the document supports find
10712
10713 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10714
10715         * data/evince-ui.xml:
10716         * shell/ev-view.c: (ev_view_can_find_next):
10717         * shell/ev-view.h:
10718         * shell/ev-window.c: (update_action_sensitivity),
10719         (find_changed_cb), (ev_window_setup_document),
10720         (ev_window_cmd_edit_find_next):
10721
10722         Add Edit->Find Next
10723
10724 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10725
10726         * pdf/ev-poppler.cc:
10727         * shell/ev-print-job.c: (idle_print_handler):
10728
10729         Make printing work again
10730
10731 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10732
10733         * shell/ev-page-action.h:
10734         * shell/ev-page-action.c: (ev_page_action_widget_init),
10735         (ev_page_action_widget_class_init), (page_changed_cb),
10736         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10737         (get_filter_model_from_model), (match_selected_cb),
10738         (display_completion_text), (match_completion), (update_model),
10739         (connect_proxy), (ev_page_action_set_property),
10740         (ev_page_action_get_property), (ev_page_action_set_document),
10741         (ev_page_action_set_model), (ev_page_action_class_init): Big
10742         reworking to make completions work iff we have >= GTK-2.7.0
10743                 
10744         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10745         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10746         (job_finished_cb): We now have a 'model' property that is set when
10747         the links are loaded.  This can be caught with "notify::model"
10748
10749         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10750         listen for the model to be set, and propagate it to the action.
10751
10752 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10753
10754         * cut-n-paste/recent-files/egg-recent-item.c:
10755         (egg_recent_item_set_uri), (make_valid_utf8),
10756         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10757         * cut-n-paste/recent-files/egg-recent-item.h:
10758         
10759         Update egg-recent from libegg. This should fix long
10760         startup problem. For details see
10761         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10762
10763 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10764
10765         * cut-n-paste/recent-files/Makefile.am:
10766         * data/evince-ui.xml, shell/Makefile.am:
10767         * shell/ev-application.c, shell/ev-application.h:
10768         * shell/ev-window.c: Recent files support.
10769         
10770         * configure.ac: Added "ru" to ALL_LINGUAS.
10771         
10772         * dvju: new backend to support DJVU files.
10773         * dvi: new backend to support DVI.
10774
10775         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10776         * ev-application.c: Support for new backends.
10777         
10778         * help, ev-window.c, main.c shell/Makefile.am: 
10779         Evince user documentation.
10780
10781 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10782
10783         * po/POTFILES.in:
10784         * shell/ev-window.c:
10785         * thumbnailer/evince-thumbnailer.c:
10786
10787         s/pdf-document/ev-poppler
10788
10789 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10790
10791         * NEWS:
10792         * configure.ac:
10793
10794         Release 0.2.0
10795
10796         * ps/ps-document.c: (setup_pixmap):
10797
10798         Remove debug code
10799
10800 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10801
10802         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10803         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10804         (ev_window_cmd_go_first_page): Fix of by one errors.
10805
10806 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10807
10808         * ps/ps-document.c: (get_page_box):
10809
10810         Fix page size calculation
10811
10812 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10813
10814         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10815         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10816         (get_page_orientation), (setup_page), (document_load),
10817         (ps_document_get_page_size), (render_pixbuf_idle):
10818         * ps/ps-document.h:
10819
10820         More refactoring to adapt to EvDocument changes
10821
10822 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10823
10824         * ps/ps-document.c: (start_interpreter):
10825
10826         Actually add alpha args
10827
10828 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10829
10830         * pdf/ev-poppler.cc:
10831
10832         Make clipboard work again
10833
10834 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10835
10836         Make searching work again.
10837         
10838         * backend/ev-document.c:
10839         * backend/ev-document.h:
10840         * backend/ev-document-find.c:
10841         * backend/ev-document-find.h: Change EvDocumentIface so we no
10842         longer store the current page or zoom level in the document.  The
10843         consequence is that all calls that operate on the current page now
10844         instead take the page number as an extra argument, and all
10845         coordinates are now doubles in document coordinate system.
10846
10847         * pdf/ev-poppler.cc:
10848         * pixbuf/pixbuf-document.c:
10849         * ps/ps-document.c: Update backends accordingly.
10850
10851 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10852
10853         * autogen.sh:
10854
10855         Add required gettext version
10856
10857 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10858
10859         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10860         make F1 bring up non-existent help.
10861
10862         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10863         epiphany's find bar, #167477
10864
10865         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10866         <emil@nishra.com> to add space-bar scrolling, 
10867
10868         * shell/ev-window.c (static GtkActionEntry entries): add default
10869         keybinding for Help (F1)
10870         Fixes #171068
10871
10872         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10873         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10874         170110
10875
10876 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10877
10878         * Makefile.am: 
10879         * pixbuf/pixbuf-document.c: 
10880
10881         Got pixbuf backend working again
10882
10883 2005-04-01  Steve Murphy  <murf@e-tools.com>
10884
10885         * configure.in: Added "rw" to ALL_LINGUAS.
10886
10887 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10888
10889         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10890         model types, noticed by Martin Kretzschmar.
10891
10892 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10893
10894         * pdf/ev-poppler.cc: Implement search based on
10895         poppler_page_find_text().  Currently a bit crude since we remember
10896         all matches from all pages.  Also, we grab the big document lock
10897         when we search since searching changes the underlying stream and
10898         thus conflicts with the rendering thread.
10899         
10900         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10901         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10902         (ev_view_find_previous): Fix some page indexes to be 0 based,
10903         offset rubber band by view offset,
10904
10905 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10906
10907         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10908
10909 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10912         completely because I didn't understand GtkActions.  I should
10913         read Marco's code more carefully in the future.
10914
10915         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10916         function
10917
10918 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10919
10920         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10921         PopplerRectangle change from poppler CVS.
10922
10923 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10924
10925         * backend/ev-document.c: (ev_document_get_page_label):
10926         * backend/ev-document.h:
10927         * backend/ev-page-cache.c: (_ev_page_cache_new),
10928         (ev_page_cache_get_page_label):
10929         * backend/ev-page-cache.h:
10930         * pdf/ev-poppler.cc:
10931         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10932         (links_page_num_func):
10933         * shell/ev-sidebar-thumbnails.c:
10934         (ev_sidebar_thumbnails_set_document):
10935         * shell/ev-view.c: (status_message_from_link),
10936         (ev_view_motion_notify_event):
10937         * shell/ev-window.c: (document_supports_sidebar): Add in page
10938         label support.  It's not perfect yet, but it's the first 'feature'
10939         in a while.
10940         Also, fix a bogus comment noticed by crispin. 
10941
10942 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10943
10944         * Makefile.am: Remove pixbuf backend for now
10945
10946         * configure.ac: Require poppler-glib instead of just poppler.
10947
10948         * backend/ev-document-thumbnails.h: Add a comment
10949
10950         * backend/ev-document.h:
10951         * backend/ev-document.c: (ev_document_class_init),
10952         (ev_document_load), (ev_document_get_link),
10953         (ev_document_get_links): Remove 3 methods and add get_links.
10954         Also, made 0 based.
10955
10956         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10957         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10958
10959         * backend/ev-link.c: (ev_link_set_title),
10960         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10961         (ev_link_mapping_find):
10962         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10963         
10964         * backend/ev-page-cache.c: (ev_page_cache_init),
10965         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10966         (ev_page_cache_get_size), (ev_page_cache_next_page),
10967         (ev_page_cache_prev_page): Fix to be 0 based.
10968
10969         * pdf/Makefile.am: 
10970         * pdf/ev-poppler.h:
10971         * pdf/ev-poppler.cc: New backend.
10972         
10973         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10974         (ps_document_get_page), (ps_document_document_iface_init):
10975
10976         * shell/ev-pixbuf-cache.h:
10977         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10978         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10979         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10980         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10981         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10982         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10983         based.
10984         
10985         * shell/ev-sidebar-thumbnails.c:
10986         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10987         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10988
10989         * shell/ev-view.c: (status_message_from_link),
10990         (find_page_at_location), (get_link_at_location),
10991         (ev_view_motion_notify_event), (ev_view_button_release_event),
10992         (ev_view_init): Use the new link code.  Fix to be 0 based.
10993
10994         * shell/ev-window.c: (update_action_sensitivity),
10995         (document_supports_sidebar): 0 based.
10996
10997 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10998
10999         * pdf/pdf-document.cc: Patch from Fernando Herrera
11000         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11001         *blush*
11002
11003 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11004
11005         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11006         1 to the page, as this seems to be 1 based.  I thought we has this
11007         fixed.  grump.
11008
11009 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11010
11011         * TODO:
11012         * backend/Makefile.am:
11013         * backend/ev-document-links.c:
11014         (ev_document_links_has_document_links),
11015         (ev_document_links_get_links_model):
11016         * backend/ev-document-links.h:
11017         * backend/ev-document.c: (ev_document_get_page_cache),
11018         (ev_document_get_doc_mutex), (ev_document_load),
11019         (ev_document_save), (ev_document_get_title),
11020         (ev_document_get_n_pages), (ev_document_set_page),
11021         (ev_document_get_page), (ev_document_set_target),
11022         (ev_document_set_scale), (ev_document_set_page_offset),
11023         (ev_document_get_page_size), (ev_document_get_text),
11024         (ev_document_get_link), (ev_document_render),
11025         (ev_document_render_pixbuf), (ev_document_scale_changed):
11026         * backend/ev-document.h:
11027         * backend/ev-job-queue.c: (remove_object_from_queue),
11028         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11029         (no_jobs_available_unlocked), (ev_render_thread),
11030         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11031         (ev_job_queue_remove_job):
11032         * backend/ev-job-queue.h:
11033         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11034         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11035         (ev_job_links_class_init), (ev_job_render_init),
11036         (ev_job_render_dispose), (ev_job_render_class_init),
11037         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11038         (ev_job_thumbnail_class_init), (ev_job_finished),
11039         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11040         (ev_job_render_run), (ev_job_thumbnail_new),
11041         (ev_job_thumbnail_run):
11042         * backend/ev-jobs.h:
11043         * backend/ev-link.c:
11044         * backend/ev-link.h:
11045         * backend/ev-page-cache.c: (ev_page_cache_init),
11046         (ev_page_cache_class_init), (ev_page_cache_finalize),
11047         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11048         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11049         (ev_page_cache_set_link), (ev_page_cache_get_title),
11050         (ev_page_cache_get_size), (ev_page_cache_next_page),
11051         (ev_page_cache_prev_page):
11052         * backend/ev-page-cache.h:
11053         * pdf/pdf-document.cc:
11054         * ps/gsdefaults.c:
11055         * ps/gsdefaults.h:
11056         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11057         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11058         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11059         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11060         (is_interpreter_ready), (output), (catchPipe), (input),
11061         (start_interpreter), (check_filecompressed), (compute_dimensions),
11062         (ps_document_enable_interpreter), (document_load),
11063         (ps_document_next_page), (render_page), (ps_document_set_page),
11064         (ps_document_set_scale), (render_pixbuf_idle),
11065         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11066         * ps/ps-document.h:
11067         * shell/Makefile.am:
11068         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11069         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11070         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11071         (ev_pixbuf_cache_new), (job_finished_cb),
11072         (check_job_size_and_unref), (move_one_job),
11073         (ev_pixbuf_cache_update_range), (find_job_cache),
11074         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11075         (ev_pixbuf_cache_add_jobs_if_needed),
11076         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11077         * shell/ev-pixbuf-cache.h:
11078         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11079         (idle_print_handler):
11080         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11081         (selection_changed_cb), (create_loading_model),
11082         (ev_sidebar_links_construct), (links_page_num_func),
11083         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11084         (update_page_callback), (job_finished_cb),
11085         (ev_sidebar_links_set_document):
11086         * shell/ev-sidebar-thumbnails.c:
11087         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11088         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11089         (page_changed_cb), (thumbnail_job_completed_callback),
11090         (ev_sidebar_thumbnails_set_document):
11091         * shell/ev-sidebar-thumbnails.h:
11092         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11093         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11094         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11095         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11096         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11097         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11098         (ev_view_button_release_event), (ev_view_scroll_view),
11099         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11100         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11101         (ev_view_new), (job_finished_cb), (page_changed_cb),
11102         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11103         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11104         (ev_view_find_previous):
11105         * shell/ev-view.h:
11106         * shell/ev-window.c: (update_action_sensitivity),
11107         (ev_window_open_page), (update_window_title), (update_total_pages),
11108         (page_changed_cb), (ev_window_setup_document),
11109         (password_dialog_response), (ev_window_cmd_save_as),
11110         (ev_window_print), (ev_window_cmd_go_previous_page),
11111         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11112         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11113         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11114         * shell/main.c: (main):
11115
11116         Merge evince-threads branch
11117
11118 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11119
11120         * configure.ac: Added "lt" to ALL_LINGUAS.
11121
11122 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * NEWS:
11125         * configure.ac:
11126
11127         Release 0.1.9
11128
11129 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11130
11131         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11132
11133         Fix here also the thumbnails 1-basedness :)
11134
11135 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11136
11137         * NEWS:
11138         * configure.ac:
11139
11140         Release 0.1.8
11141
11142 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11143
11144         * pdf/pdf-document.cc:
11145         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11146         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11147
11148         Fix the mess we did with thumbnails and 1-basedness
11149
11150 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11151
11152         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11153
11154 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11155
11156         * NEWS:
11157         * configure.ac:
11158
11159         Release 0.1.7
11160
11161 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11162
11163         * ps/Makefile.am:
11164         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11165         (gtk_gs_defaults_get_alpha_parameters),
11166         (gtk_gs_defaults_get_ungzip_cmd),
11167         (gtk_gs_defaults_get_unbzip2_cmd):
11168         * ps/gsdefaults.h:
11169         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11170         (ps_document_get_orientation), (document_load),
11171         (ps_document_goto_page), (ps_document_set_page_size):
11172         * ps/ps-document.h:
11173
11174         Some more sanitization of the ps backend. Remove a lot
11175         of unused code and do not base our defaults on ggv
11176         preferences (ugh!)
11177
11178 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11179
11180         * thumbnailer/evince-thumbnailer.schemas:
11181         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11182         (main): add -s option for thumbnail size.
11183
11184 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11185
11186         * configure.ac:
11187
11188         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11189         remove it.
11190
11191 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11192
11193         * pdf/pdf-document.cc:
11194
11195         Remove 4 pixels of useless border from the
11196         thumbnail.
11197
11198 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11199
11200         * backend/ev-document-thumbnails.c:
11201         (ev_document_thumbnails_get_thumbnail):
11202         * backend/ev-document-thumbnails.h:
11203
11204         Rework API a bit. Add a border flag and
11205         change sizing logic (now the size we specify
11206         applies to the bigger dimension).
11207
11208         * pdf/pdf-document.cc:
11209         * pixbuf/pixbuf-document.c:
11210         (pixbuf_document_thumbnails_get_thumbnail):
11211         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11212         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11213
11214         Adapt to the new API and do not draw a border for nautilus
11215         thumbnailer.
11216
11217 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11218
11219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11220         take thumbnails from page "0" instead of "1". Added a copyright header.
11221
11222 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11223
11224         * ps/ps-document.c: (set_up_page), (start_interpreter):
11225
11226         Make it C89 compliant
11227
11228 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * Makefile.am:
11231         * configure.ac:
11232         * pdf/.cvsignore:
11233         * pdf/pdf-document.cc:
11234         * thumbnailer/Makefile.am:
11235         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11236         (main):
11237         * thumbnailer/evince-thumbnailer.schemas:
11238         * thumbnailer/pdf-icon.png:
11239
11240         Add a nautilus thumbnailer.
11241         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11242
11243 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11244
11245         * NEWS:
11246         * configure.ac:
11247         * po/POTFILES.in:
11248
11249         Release 0.1.6
11250
11251 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11252
11253         Use poppler instead of including xpdf source code.  Poppler is a
11254         fork of xpdf to build it as a shared library. See
11255         http://freedesktop.org/wiki/Software/poppler.
11256
11257         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11258         xpdf fork.
11259         
11260         * pdf/Makefile.am: Build libpdfdocument.a here.
11261         
11262         * pdf/GDKSplashOutputDev.cc:
11263         * pdf/GDKSplashOutputDev.h:
11264         * pdf/GnomeVFSStream.cc:
11265         * pdf/GnomeVFSStream.h:
11266         * pdf-document.cc:
11267         * pdf-document.h:
11268         * test-gdk-output-dev.cc
11269         * Thumb.cc:
11270         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11271         against poppler.
11272
11273 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11276
11277         Clear idle stack before unsetting the document
11278
11279 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * ps/ps-document.c: (ps_document_widget_event),
11282         (ps_document_set_target), (ps_document_finalize),
11283         (ps_document_get_page):
11284
11285         Disconnect the widget event signal on finalize.
11286         Some code cleanups.
11287
11288 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11289
11290         * ps/ps-document.c: (set_up_page):
11291
11292         If there is no bpixmap create one, even if size
11293         is not changed.
11294
11295 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11296
11297         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11298         (set_up_page), (document_load), (ps_document_set_zoom):
11299
11300         Default page is 0. Calculate size even when we have no
11301         target yet.
11302
11303 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11304
11305         * shell/ev-sidebar.c: expand the selection widget to be always as
11306         wide as the sidebar
11307
11308 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11309
11310         * shell/ev-sidebar-thumbnails.c:
11311         (ev_sidebar_thumbnails_set_document):
11312
11313         Clear the list store when setting document
11314
11315 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * shell/ev-page-action.c: (update_entry), (sync_entry),
11318         (activate_cb), (entry_size_request_cb), (create_tool_item),
11319         (connect_proxy):
11320
11321         Use an entry for the page control instead of spinbuttons
11322
11323 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11324
11325         * data/evince.schemas.in:
11326
11327         Correct confusing string
11328
11329 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11330
11331         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11332         for real.  Gosh, how long has this been broken.
11333
11334         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11335         check for a NULL link.  We crash otherwise.
11336
11337 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11338
11339         * NEWS:
11340         * configure.ac:
11341
11342         Release 0.1.5
11343
11344 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11345
11346         * configure.ac: add the french translation.
11347
11348 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * shell/ev-window.c:
11351
11352         Remove unused header -> fix distcheck
11353
11354 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * shell/ev-window.c: (update_window_title),
11357         (ev_window_popup_password_dialog):
11358
11359         Unescape filename for display
11360
11361 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11362
11363         * pdf/xpdf/pdf-document.cc:
11364
11365         In get_page_size deal with rotation. Also
11366         cleanup the function a bit.
11367
11368 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11369
11370         * pdf/xpdf/pdf-document.cc:
11371
11372         Fix crash when opening in new window
11373
11374 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11375
11376         * configure.ac:
11377
11378         Check ghostscript >= 7
11379
11380 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11381
11382         * shell/ev-window.c:
11383
11384         Make page width the default sizing mode
11385
11386 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11387         Marco Pesenti Gritti <marco@gnome.org>
11388
11389         * shell/ev-window.c: Remember the sidebar size
11390
11391         * data/evince.schemas.in: Add a new gconf key to store the size of
11392         the sidebar
11393
11394 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11395
11396         * data/evince-ui.xml:
11397         * shell/ev-window.c: (update_action_sensitivity),
11398         (ev_window_cmd_view_reload):
11399         
11400         Add a "Reload" action and menu entry
11401
11402 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11403
11404         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11405         iff the type doesn't support thumbnailing and indexing.
11406
11407 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11408
11409         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11410
11411 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11412
11413         * pdf/splash/Splash.cc:
11414
11415         Port fix for a crasher from kde bug
11416         http://bugs.kde.org/show_bug.cgi?id=97131
11417
11418 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11419
11420         * pdf/xpdf/pdf-document.cc:
11421
11422         Return a link even if it's of an unrecognized
11423         type. Otherwise we go in an infinte cycle.
11424
11425 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11426
11427         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11428         (size_allocate_cb), (ev_window_set_sizing_mode):
11429
11430         Update size when switching mode
11431
11432 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11433
11434         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11435         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11436         (ev_window_cmd_view_normal_size):
11437
11438         Fix size toggle buttons behavior
11439
11440 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11441
11442         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11443         (doc_rect_to_view_rect), (ev_view_size_allocate),
11444         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11445         (scale_changed_callback):
11446
11447         Do not cache offsets in size_allocate.
11448
11449 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11450
11451         * shell/ev-view.c: (ev_view_size_allocate):
11452
11453         Calculate offsets before calling the parent
11454         class (which does a redraw)
11455
11456 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11457
11458         * pdf/xpdf/pdf-document.cc:
11459
11460         Fix a crasher on exit. Unused code, put a TODO
11461
11462 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11463
11464         * backend/ev-document.c: (ev_document_class_init),
11465         (ev_document_page_changed), (ev_document_scale_changed):
11466         * backend/ev-document.h:
11467
11468         Separate page/scale notifications
11469
11470         * pdf/xpdf/pdf-document.cc:
11471
11472         Emit the new signals.
11473         Do not display the pdf page in _render, do it
11474         when scale/page are requested.
11475
11476         * ps/ps-document.c: (ps_document_set_zoom),
11477         (ps_document_widget_event):
11478         * ps/ps-document.h:
11479
11480         Emit the new signals.
11481
11482         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11483         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11484         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11485         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11486         * shell/ev-view.h:
11487         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11488         (ev_window_cmd_view_page_width), (size_allocate_cb),
11489         (ev_window_set_sizing_mode):
11490
11491         Rework sizing to be pixel based.
11492         There are bugs but should be already way better.
11493
11494 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11495
11496         * shell/ev-window.c: (ev_window_init):
11497
11498         Do not allow to shrink sidebar smaller then
11499         child requisition
11500
11501 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11502
11503         * shell/ev-sidebar.[ch]
11504         * shell/ev-window.c:
11505
11506         Improved sidebar widget. Fixes #166683
11507
11508 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11509
11510         * shell/ev-view.c (update_find_status_message): Give translators
11511         more flexibility with ngettext plural handling.
11512
11513 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11514
11515         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11516         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11517         page when we get the page size.
11518
11519 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11520
11521         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11522
11523         ps pages are 0 based, convert 
11524
11525 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11528
11529         Initialize correct parent class. Set GError on document load
11530
11531 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11532
11533         * pdf/xpdf/pdf-document.cc:
11534
11535         Fixup selection offset calculation
11536
11537         * shell/ev-view.c: (view_rect_to_doc_rect),
11538         (doc_rect_to_view_rect), (ev_view_size_allocate),
11539         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11540         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11541
11542         Store selection as document relative, so that zooming
11543         and offset changing doesnt break it.
11544
11545 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11546
11547         * shell/ev-view.c: (ev_view_best_fit):
11548
11549         Do not try to best fit if the view is not realized
11550
11551 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11552           
11553         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11554
11555 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11556
11557         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11558
11559 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11560
11561         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11562         the popup window.  That prevents it resizing when in full screen
11563         mode.
11564
11565         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11566         multiple rerenders.  This pretty much sucks.
11567
11568         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11569         rest of the toolbar.
11570
11571 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11572
11573         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11574
11575 2005-02-17  Alexander Shopov  <ash@contact.bg>
11576
11577         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11578
11579 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11580
11581         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11582
11583 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11584
11585         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11586         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11587         (set_document_page), (document_changed_callback),
11588         (ev_view_set_document), (ev_view_find_previous),
11589         (ev_view_hide_cursor), (ev_view_show_cursor):
11590         * shell/ev-view.h:
11591         * shell/ev-window.c: (update_chrome_visibility),
11592         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11593         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11594         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11595         (ev_window_unfullscreen):
11596         * shell/main.c: (main):
11597
11598         Automatically hide the fullscreen button.
11599         Patch by Kristian Høgsberg <krh@redhat.com>
11600
11601 2005-02-16  Vincent Noel  <vnoel@cox.net>
11602
11603         * shell/main.c (main): Specify an icon for the window. Patch by
11604         Jaap A. Haitsma. Fixes #166177.
11605
11606 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11607
11608         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11609
11610 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11611
11612         * backend/ev-document-misc.h:
11613         * backend/ev-document-misc.c:
11614         (ev_document_misc_get_page_border_size),
11615         (ev_document_misc_paint_one_page): New function to canonicalize
11616         sizing/painting a border.
11617
11618         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11619         used.
11620
11621         * pdf/xpdf/pdf-document.cc: use new function
11622
11623         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11624         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11625         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11626         shell/ev-window.c: (update_sizing_buttons),
11627         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11628         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11629         (ev_window_cmd_view_page_width), (size_allocate_cb),
11630         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11631         and "fit width" values act as toggle buttons so they stay
11632         toggled.  It's not 100% perfect, and it's a little slow, but it's
11633         good enough to commit I think.
11634
11635 2005-02-15  David Lodge  <dave@cirt.net>
11636
11637         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11638
11639 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11640
11641         * shell/ev-window.c (update_window_title): replace newlines in
11642         the title by spaces. Bug #166107.
11643
11644 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11645
11646         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11647         parameters providing allocation width and height without
11648         scrollbars and width of a possible vertical scrollbar. With this
11649         additional information the functions can work as
11650         intended. Unfortunately they're not idempotent. We should
11651         transform these commands to toggles. Fixes Bug #164976
11652         Initial patch by Stephane Loeuillet, then heavily modified.
11653
11654         * shell/ev-view.h: update prototypes.
11655
11656         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11657         (ev_window_cmd_view_page_width): provide EvView fit functions with
11658         all the information they need. Formulas to calculate this
11659         information taken from GtkScrolledWindow.
11660
11661 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11662
11663         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11664         created a thumbnail, the list store is updated to know
11665         that the thumbnail is set. Fixes bug #166792
11666
11667 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11668
11669         * shell/ev-window.c: fixed typo, closes bug 166897
11670
11671         * TODO: updated TODO with bug numbers that are relevant
11672
11673 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11674
11675         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11676
11677 2005-02-09  Vincent Noel  <vnoel@cox.net>
11678
11679         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11680         and "Next" toolbar buttons as important to make them stand out.
11681
11682 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11683
11684         * lib/ev-debug.c:
11685         * lib/ev-debug.h:
11686         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11687         (start_interpreter), (stop_interpreter), (document_load),
11688         (ps_document_next_page), (ps_document_goto_page),
11689         (ps_document_set_page_size), (ps_document_widget_event),
11690         (ps_document_render):
11691         * shell/ev-page-view.c: (ev_page_view_dispose):
11692         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11693
11694         Fix compilation on non-gcc platforms
11695
11696 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * NEWS:
11699         * configure.ac:
11700
11701         Release 0.1.4
11702
11703         * pdf/xpdf/Catalog.cc:
11704         * pdf/xpdf/XRef.cc:
11705
11706         Fix the fix for CAN-2004-0888
11707
11708 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11709
11710         * data/Makefile.am:
11711         * data/evince-ui.xml:
11712         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11713         * shell/ev-stock-icons.h:
11714         * shell/ev-window.c: (update_action_sensitivity),
11715         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11716         (set_action_properties):
11717
11718         Improve toolbar layout/icons
11719
11720 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11721
11722         * pdf/xpdf/pdf-document.cc:
11723
11724         Add warnings about unimplemented/unknown link
11725         types.
11726
11727 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11728
11729         * ps/ps-document.c: (set_up_page):
11730
11731         Log gs property
11732
11733 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * ps/ps-document.c: (start_interpreter):
11736
11737         Log gs env var
11738
11739 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11740
11741         * shell/ev-page-view.c: (ev_page_view_dispose):
11742         * shell/ev-view.c: (ev_view_finalize):
11743         * shell/ev-window.c: (ev_window_setup_document),
11744         (ev_window_dispose), (ev_window_init):
11745
11746         Solve more refs issues.
11747
11748         I commented out the page_view initialization for now:
11749         it was never destroyed (because it's never added
11750         to a container). Because of that we was leaking
11751         gs processes. Couldnt think to a clean fix.
11752         We need to figure this out, password view has the
11753         same issue probably.
11754
11755 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11756
11757         * ps/ps-document.c: (ps_document_finalize),
11758         (ps_document_get_n_pages), (ps_document_get_page):
11759
11760         Some cleanups, stop the interpreter on finalize
11761
11762         * shell/ev-page-view.c: (ev_page_view_dispose),
11763         (ev_page_view_class_init):
11764
11765         Release our reference on the document
11766
11767 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * Makefile.am:
11770         * configure.ac:
11771         * doc/debugging.txt:
11772         * lib/.cvsignore:
11773         * lib/Makefile.am:
11774         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11775         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11776         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11777         * lib/ev-debug.h:
11778
11779         Add debugging helpers
11780
11781         * ps/Makefile.am:
11782         * ps/ps-document.c: (set_up_page), (start_interpreter),
11783         (stop_interpreter), (document_load), (ps_document_next_page),
11784         (ps_document_goto_page), (ps_document_set_page_size),
11785         (ps_document_widget_event), (ps_document_render):
11786         * shell/Makefile.am:
11787         * shell/ev-view.c: (expose_bin_window):
11788         * shell/main.c: (main):
11789
11790         Add some logs
11791         
11792 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * ps/ps-document.c: (ps_document_widget_event):
11795
11796         Initialize message_window, this should make ps
11797         rendering really work! (Never noticed because I was
11798         testing with a ps that is causing gs to exit every time!)
11799
11800 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11801
11802         * data/evince.schemas.in: updated simple error in applyto closing tag
11803
11804 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11805
11806         * Makefile.am:
11807         * configure.ac:
11808         * data/.cvsignore:
11809         * data/Makefile.am:
11810         * data/evince-ui.xml:
11811         A data/evince.schemas.in:
11812         * po/POTFILES.in:
11813         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11814         * shell/ev-stock-icons.h:
11815         * shell/ev-window.c: (update_chrome_visibility),
11816         (update_chrome_flag), (ev_window_cmd_edit_find),
11817         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11818         (ev_window_unfullscreen), (ev_window_focus_in_event),
11819         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11820         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11821         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11822         (ev_window_dispose), (ev_window_class_init),
11823         (set_action_properties), (set_chrome_actions), (load_chrome),
11824         (ev_window_init):
11825
11826         Implement fullscreen mode changes from bug #164776.
11827         Also implement persistent chrome toggles.
11828
11829 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11830
11831         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11832
11833 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11834
11835         * NEWS:
11836         * configure.ac:
11837         * shell/ev-view.c:
11838
11839         Add another check for find interface
11840
11841         Release 0.1.3
11842
11843 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11844
11845         * shell/ev-application.c: (ev_application_open):
11846         * shell/ev-window.c: (ev_window_open):
11847
11848         Open gzipped ps documents
11849
11850 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11851
11852         * TODO:
11853         * shell/ev-view.c: (set_document_page):
11854
11855         Clamp page number, dont try to move to
11856         not existant pages.
11857
11858 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11859
11860         * backend/ev-document-find.c: (ev_document_find_changed):
11861         * backend/ev-document-find.h:
11862         * pdf/xpdf/pdf-document.cc:
11863         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11864         * shell/ev-window.c: (find_bar_search_changed_cb):
11865
11866         Fix several bugs with find
11867
11868 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11869
11870         * shell/ev-sidebar-thumbnails.c
11871         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11872         document. Prevents warning from scroll_to_cell.
11873
11874 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11875
11876         * configure.ac: Add «nb» to ALL_LINGUAS too.
11877
11878 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * NOTES: New file with some random thoughts.
11881
11882         * TODO: Update.
11883
11884         * backend/ev-document-misc.c:
11885         (ev_document_misc_get_page_border_size): New function to
11886         canonicalize shadow drawing sizes.  Possibly goofy.
11887
11888         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11889         (ev_view_best_fit), (ev_view_fit_width):
11890         * pdf/xpdf/pdf-document.cc:
11891         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11892         * ps/ps-document.c: (ps_document_get_page_size):
11893         * backend/ev-document-misc.h:
11894         * backend/ev-document.c: (ev_document_get_page_size):
11895         * backend/ev-document.h: get_page_size now takes a page number
11896         parameter.  Made all the backends/frontends honor it.
11897
11898         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11899         see.  Doesn't work yet.
11900
11901         * shell/Makefile.am:
11902         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11903         Doesn't do anything yet.
11904
11905         * shell/ev-sidebar-thumbnails.c:
11906         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11907         [0..n_pages-1]
11908
11909         * shell/ev-window.c: (update_action_sensitivity),
11910         (ev_window_setup_document), (ev_window_set_page_mode),
11911         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11912         view-swapping code a bit so we can have multiple views on a
11913         document.  Add the multi-page view, though it can't be turned on
11914         yet.
11915
11916 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11917
11918         * shell/ev-application.c: (ev_application_open):
11919         * shell/ev-view.c: (expose_bin_window):
11920         * shell/ev-window.c: (ev_window_open):
11921
11922         Support eps and check document supports find
11923         before drawing highlightings in expose.
11924
11925 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11926
11927         * pixbuf/pixbuf-document.c:
11928         (pixbuf_document_thumbnails_get_dimensions),
11929         (pixbuf_document_document_thumbnails_iface_init):
11930
11931         implement get_dimensions
11932
11933 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11934
11935         * NEWS:
11936         * configure.ac:
11937
11938         Release 0.1.2
11939
11940 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * shell/ev-view.c: (set_document_page):
11943
11944         Scroll at the top of the page when changing page
11945
11946 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11947
11948         * shell/ev-view.c: (ev_view_motion_notify_event):
11949
11950         Do not redraw unnecessarily
11951
11952 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11953
11954         * pdf/xpdf/pdf-document.cc:
11955         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11956         (expose_bin_window), (find_changed_cb):
11957
11958         Yay! find works now... Now to find bugs...
11959
11960 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11961
11962         * backend/ev-document-find.c: (ev_document_find_base_init),
11963         (ev_document_find_changed):
11964         * backend/ev-document-find.h:
11965         * pdf/xpdf/pdf-document.cc:
11966         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11967         (expose_bin_window), (ev_view_init), (set_document_page),
11968         (ensure_rectangle_is_visible), (jump_to_find_result),
11969         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11970         (ev_view_find_next), (ev_view_find_previous):
11971         * shell/ev-view.h:
11972         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11973
11974         More work on find implementation, mostly there now
11975
11976 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11977
11978         * backend/ev-backend-marshalers.list:
11979         * backend/ev-document-find.c: (ev_document_find_base_init),
11980         (ev_document_find_cancel), (ev_document_find_page_has_results),
11981         (ev_document_find_get_n_results), (ev_document_find_get_result),
11982         (ev_document_find_get_progress), (ev_document_find_changed):
11983         * backend/ev-document-find.h:
11984
11985         Enanche the find interface to be really able to do
11986         multi page find.
11987
11988         * pdf/xpdf/pdf-document.cc:
11989
11990         Implement
11991
11992         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11993         (expose_bin_window), (ev_view_init),
11994         (ev_view_get_find_status_message), (find_changed_cb),
11995         (ev_view_set_document), (set_document_page):
11996
11997         Adapt to the new interface. A few things are regressed sorry,
11998         I will finish it soon.
11999
12000 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12001
12002         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12003         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12004         ev_sidebar_thumbnails_parent_class variable, don't define another
12005         parent_class variable.
12006
12007         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12008         (ev_page_action_class_init): ditto.
12009
12010         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12011         (pixbuf_document_class_init): ditto.
12012
12013         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12014         ditto.
12015
12016         * .cvsignore: ignore various valgrind output files.
12017
12018 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * data/evince-ui.xml:
12021         * shell/Makefile.am:
12022         * shell/ev-history.c:
12023         * shell/ev-history.h:
12024         * shell/ev-navigation-action.c:
12025         * shell/ev-navigation-action.h:
12026         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12027         (ev_view_set_page), (ev_view_fit_width):
12028         * shell/ev-view.h:
12029         * shell/ev-window.c: (update_action_sensitivity),
12030         (ev_window_setup_document), (register_custom_actions):
12031
12032         Kill session history
12033
12034 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12035
12036         * shell/ev-window.c: (update_action_sensitivity):
12037
12038         Fix inverted up/down buttons
12039
12040 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12041
12042         * shell/ev-sidebar-thumbnails.c
12043         (ev_sidebar_thumbnails_select_page): make sure the selected
12044         thumbnail stays visible.
12045
12046 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12047
12048         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12049         scrolled window for Federico.
12050
12051 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12052
12053         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12054
12055 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12056
12057         * configure.ac:
12058         * pdf/splash/SplashFTFontEngine.cc:
12059
12060         Fix CID fonts with freetype 2.1.9
12061
12062 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12063
12064         * TODO: added item for desktop icon thumbnailer
12065
12066 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12069         unloaded docs when the title is accessed.
12070
12071         * shell/ev-password-view.[hc]: New widget for displaying password
12072         state.
12073
12074         * shell/ev-window.[ch]: Refactor password handling code to handle
12075         the new view.
12076
12077 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12078
12079         * NEWS:
12080         * configure.ac:
12081         * data/Makefile.am:
12082
12083         Release 0.1.1
12084
12085 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12086
12087         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12088         ignore page offset here, to make search results independent of it,
12089
12090         * shell/ev-view.c (expose_bin_window): but take offsets into
12091         account here. Bug #164932
12092
12093         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12094         scale at the right time. Bug #164996
12095
12096 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12097
12098         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12099         fix the problem. Now I just removed the Adobe font names and hope
12100         that the URW fonts are always in outline format. Bug #164934
12101
12102         * shell/ev-window.c (update_window_title): empty titles are
12103         useless, use filename in that case too.
12104
12105         * NEWS: Add some content.
12106
12107 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12108
12109         * TODO: added one more TODO item and a TODONE section :)
12110
12111 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12112
12113         * ps/ps-document.h: add page_[xy]_offset fields.
12114
12115         * ps/ps-document.c (ps_document_set_page_offset)
12116         (ps_document_render): Keep offset in consideration in a few
12117         places. Bug #164752 "postscript documents are not centered in
12118         window"
12119
12120         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12121         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12122
12123         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12124         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12125         stub out missing methods for complete EvDocument implementation.
12126         Fixes segfaults with Save A Copy and Copy actions.
12127
12128         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12129         (ps_document_document_iface_init): ditto.
12130         
12131 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12132
12133         * data/.cvsignore:
12134         * data/Makefile.am:
12135         * data/evince.desktop.in:
12136
12137         Add desktop file
12138
12139 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12140
12141         * shell/ev-view.c: (ev_view_button_press_event),
12142         (ev_view_motion_notify_event):
12143
12144         Make selection work in any direction
12145
12146 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * TODO:
12149         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12150
12151         Use shorter labels for some of the toolbars items
12152
12153 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12154
12155         * pdf/xpdf/pdf-document.cc:
12156
12157         Check the links info is initialized before
12158         using it. Should fix a crash on startup.
12159
12160 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12161
12162         * pixbuf/pixbuf-document.c
12163         (pixbuf_document_thumbnails_get_dimensions): force floating point
12164         division to calculate page_ratio. Fixes crash with landscape
12165         format pixbufs.
12166
12167 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12168
12169         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12170
12171 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12172
12173         * shell/ev-view.c (set_document_page): unset has_selection when
12174         the page changes.
12175         (set_document_page): handle paper size changes when the page
12176         changes (test with Free Culture, page 2).
12177
12178 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12181         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12182
12183         Use normal style color for the widget background and
12184         draw a black box around the page.
12185
12186 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12187
12188         * pdf/xpdf/pdf-document.cc:
12189
12190         Keep offset in consideration in a few places
12191
12192         * shell/ev-view.c: (expose_bin_window):
12193
12194         Set the offsets so that the document is ever centered
12195
12196 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12197
12198         * TODO: Added TODO items and finished off the first todo item
12199
12200         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12201         reflect current authors
12202
12203 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * pdf/xpdf/pdf-document.cc:
12206         * shell/ev-view.c: (ev_view_set_cursor),
12207         (ev_view_motion_notify_event), (document_changed_callback),
12208         (set_document_page):
12209
12210         Show a wait cursor while the page is rendering
12211
12212 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12213
12214         * shell/ev-sidebar-thumbnails.c:
12215         (ev_sidebar_tree_selection_changed),
12216         (ev_sidebar_thumbnails_select_page):
12217         * shell/ev-sidebar-thumbnails.h:
12218         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12219         (ev_view_can_go_forward):
12220         * shell/ev-window.c: (ev_window_open_page),
12221         (ev_window_setup_document), (update_current_page),
12222         (view_page_changed_cb), (ev_window_init):
12223         * shell/ev-window.h:
12224
12225         Ensure thumbnails selection, toolbar page control and
12226         current page are in sync.
12227
12228 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12229
12230         * pdf/xpdf/XRef.cc:
12231
12232         Fix CAN-2005-0064
12233
12234 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * backend/Makefile.am:
12237         * backend/ev-document-links.h:
12238         * backend/ev-document-security.c: (ev_document_security_get_type),
12239         (ev_document_security_has_document_security),
12240         (ev_document_security_set_password):
12241         * backend/ev-document-security.h:
12242         * backend/ev-document.c: (ev_document_error_quark):
12243         * backend/ev-document.h:
12244         * data/Makefile.am:
12245         * data/evince-password.glade:
12246         * pdf/xpdf/pdf-document.cc:
12247         * shell/Makefile.am:
12248         * shell/ev-password.c: (ev_password_set_bad_password_label),
12249         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12250         (ev_password_dialog_get_password),
12251         (ev_password_dialog_set_bad_pass):
12252         * shell/ev-password.h:
12253         * shell/ev-window.c: (ev_window_get_attribute),
12254         (ev_window_set_property), (update_action_sensitivity),
12255         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12256         (ev_window_setup_document), (ev_window_get_password),
12257         (ev_window_open), (ev_window_cmd_save_as),
12258         (using_postscript_printer), (ev_window_print),
12259         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12260         (update_fullscreen_popup), (ev_window_fullscreen),
12261         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12262         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12263         (menu_item_select_cb), (find_bar_search_changed_cb),
12264         (ev_window_dispose), (ev_window_init):
12265
12266         Add initial support for password-supported dialogs.  This could be
12267         a lot cooler, but it'll do for now.
12268
12269 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12270
12271         * pdf/xpdf/pdf-document.cc:
12272         * shell/ev-view.c: (status_message_from_link),
12273         (ev_view_set_status), (ev_view_set_cursor),
12274         (ev_view_motion_notify_event), (ev_view_init):
12275         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12276
12277         Fix bugs in the links implementation and change cursor
12278         when hovering a link.
12279
12280 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12281
12282         * viewer/.cvsignore: added cvsignore file for viewer directory
12283
12284         * TODO: created TODO document
12285
12286 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12287
12288         * shell/ev-view.h:
12289         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12290         new functions to help with implementation of sensitivity code
12291         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12292         of all actions that might require it.  Fixes a crash when you
12293         click on the Zoom actions in a window lacking a document.
12294
12295 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12296
12297         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12298         of the Find action
12299
12300 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12301
12302         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12303         (pixbuf_document_document_iface_init):
12304         * ps/ps-document.c: (ps_document_get_link),
12305         (ps_document_document_iface_init):
12306         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12307         (status_message_from_link), (ev_view_set_status),
12308         (ev_view_set_find_status), (ev_view_motion_notify_event),
12309         (ev_view_button_release_event), (ev_view_set_property),
12310         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12311         (ev_view_get_find_status_message), (update_find_results),
12312         (ev_view_get_status), (ev_view_get_find_status):
12313         * shell/ev-view.h:
12314         * shell/ev-window.c: (view_status_changed_cb),
12315         (view_find_status_changed_cb), (ev_window_init):
12316
12317         View status message support, use it to show the links.
12318         Needs work...
12319
12320 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12321
12322         * backend/ev-document.c: (ev_document_get_link):
12323         * backend/ev-document.h:
12324         * pdf/xpdf/pdf-document.cc:
12325         * shell/ev-application.c: (ev_application_open):
12326         * shell/ev-application.h:
12327         * shell/ev-sidebar-links.c: (selection_changed_cb):
12328         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12329         (ev_view_go_to_link):
12330
12331         Add support for document links
12332
12333 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12334
12335         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12336         (create_tool_item):
12337         Set the spin button limits correctly.
12338         
12339         * shell/ev-sidebar-thumbnails.c:
12340         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12341         Support changing pages by clicking on the thumbnails.
12342         
12343 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12344
12345         * pixbuf/pixbuf-document.c:
12346         (pixbuf_document_thumbnails_get_dimensions),
12347         (pixbuf_document_document_thumbnails_iface_init):
12348
12349         implement get_dimensions
12350
12351 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * ps/ps-document.c: (ps_document_goto_page):
12354
12355         Fix page switching on multipage documents
12356
12357 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12358
12359         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12360         
12361         check for NULL before assigning to width and height parameters
12362
12363 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12364
12365         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12366         (pixbuf_document_set_property), (pixbuf_document_get_property):
12367
12368         implement get/set properties
12369
12370 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12371
12372         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12373         
12374         return NULL instead of "Unknown", letting the title get set to
12375         the filename when the pdf has no title.
12376
12377 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12378
12379         * ps/ps-document.c: (ps_document_get_page_count),
12380         (ps_document_goto_page):
12381
12382 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * shell/ev-history.c: (ev_history_get_property),
12385         (ev_history_set_property), (ev_history_class_init),
12386         (ev_history_add_page), (ev_history_set_current_index):
12387         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12388         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12389         (ev_navigation_action_finalize):
12390         * shell/ev-navigation-action.h:
12391         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12392         (ev_view_go_forward), (ev_view_get_find_status_message),
12393         (history_index_changed_cb), (ev_view_set_history):
12394         * shell/ev-view.h:
12395         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12396         (update_current_page), (register_custom_actions):
12397
12398         Implement history dropdowns
12399
12400 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12401
12402         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12403         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12404         (ev_view_go_forward):
12405         * shell/ev-window.c: (register_custom_actions):
12406
12407         Fix several history bugs
12408
12409 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12410
12411         * configure.ac: Add «nb» to ALL_LINGUAS.
12412
12413 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12414
12415         * backend/Makefile.am:
12416         * backend/ev-bookmark.c:
12417         * backend/ev-bookmark.h:
12418         * backend/ev-document-bookmarks.c:
12419         * backend/ev-document-bookmarks.h:
12420         * backend/ev-document-links.c: (ev_document_links_get_type),
12421         (ev_document_links_has_document_links),
12422         (ev_document_links_begin_read), (ev_document_links_get_link),
12423         (ev_document_links_get_child), (ev_document_links_next),
12424         (ev_document_links_free_iter):
12425         * backend/ev-document-links.h:
12426         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12427         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12428         (ev_link_get_link_type), (ev_link_set_link_type),
12429         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12430         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12431         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12432         (ev_link_new_external):
12433         * backend/ev-link.h:
12434         * pdf/xpdf/pdf-document.cc:
12435         * shell/Makefile.am:
12436         * shell/ev-application.c: (ev_application_open_link):
12437         * shell/ev-application.h:
12438         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12439         (ev_history_get_link_nth):
12440         * shell/ev-history.h:
12441         * shell/ev-sidebar-bookmarks.c:
12442         * shell/ev-sidebar-bookmarks.h:
12443         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12444         (ev_sidebar_links_class_init), (selection_changed_cb),
12445         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12446         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12447         (do_one_iteration), (populate_links_idle),
12448         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12449         * shell/ev-sidebar-links.h:
12450         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12451         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12452         (go_to_index):
12453         * shell/ev-view.h:
12454         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12455         * shell/ev-window.h:
12456
12457         Rename bookmark to link, and use "Index" for the sidebar panel.
12458
12459 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12460
12461         * shell/Makefile.am:
12462         * shell/ev-application.c: (ev_application_open_bookmark):
12463         * shell/ev-application.h:
12464         * shell/ev-history.c: (ev_history_init), (free_links_list),
12465         (ev_history_finalize), (ev_history_class_init),
12466         (ev_history_add_link), (ev_history_add_page),
12467         (ev_history_get_link_nth), (ev_history_get_n_links),
12468         (ev_history_get_current_index), (ev_history_set_current_index),
12469         (ev_history_new):
12470         * shell/ev-history.h:
12471         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12472         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12473         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12474         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12475         (ev_view_set_page):
12476         * shell/ev-view.h:
12477         * shell/ev-window.c: (ev_window_open_bookmark),
12478         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12479         (goto_page_cb), (register_custom_actions):
12480         * shell/ev-window.h:
12481
12482         Initial history implementation. Needs work.
12483
12484 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12485
12486         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12487
12488 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12489
12490         * cut-n-paste/recent-files/egg-recent-item.c:
12491         * cut-n-paste/recent-files/egg-recent-item.h:
12492         * cut-n-paste/recent-files/egg-recent-model.c:
12493         * cut-n-paste/recent-files/egg-recent-util.c:
12494         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12495         * cut-n-paste/recent-files/egg-recent-view.c:
12496
12497         Update
12498
12499 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12500
12501         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12502         (fillGlyph, fillImageMask, drawImage):
12503         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12504         pdf/splash/SplashTypes.h:
12505         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12506         packed mode for Splash.
12507
12508         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12509         RGB8 packed mode, eliminates the pixbuf data creation loop.
12510
12511         * shell/ev-print-job.c (ev_print_job_finalize)
12512         (ev_print_job_set_property, ev_print_job_get_property)
12513         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12514         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12515         (print_closure_finalize, ev_print_job_print): implement
12516         printing (for backends with EvPsExporter)
12517
12518         * shell/ev_print_job.h: update prototypes.
12519
12520         * shell/ev-window.c (ev_window_print): unref print job after
12521         printing.
12522
12523         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12524         unless the document implements the EvDocumentFind interface.
12525
12526 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12527
12528         * configure.ac: Added ja to ALL_LINGUAS.
12529
12530 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * pdf/xpdf/pdf-document.cc:
12533
12534         add a FIXME. We should probably not allocate
12535         a bookmark object every time
12536
12537 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12538
12539         * shell/ev-application.c: (ev_application_open),
12540         (ev_application_open_bookmark):
12541         * shell/ev-application.h:
12542         
12543         Add a way to open bookmarks
12544
12545         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12546         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12547         (ev_bookmark_set_property), (ev_bookmark_class_init),
12548         (ev_bookmark_new_title), (ev_bookmark_new_link),
12549         (ev_bookmark_new_external):
12550
12551         Support for external uris, better constructors.
12552
12553         * backend/ev-bookmark.h:
12554         * pdf/xpdf/pdf-document.cc:
12555         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12556
12557         Handle external uris
12558
12559 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12560
12561         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12562         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12563
12564         Hook up bookmarks navigation
12565
12566 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12567
12568         * backend/Makefile.am:
12569         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12570         (ev_bookmark_get_title), (ev_bookmark_set_title),
12571         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12572         (ev_bookmark_get_page), (ev_bookmark_set_page),
12573         (ev_bookmark_get_property), (ev_bookmark_set_property),
12574         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12575         (ev_bookmark_new):
12576         * backend/ev-bookmark.h:
12577         * backend/ev-document-bookmarks.c:
12578         (ev_document_bookmarks_get_bookmark):
12579         * backend/ev-document-bookmarks.h:
12580         * pdf/xpdf/pdf-document.cc:
12581         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12582
12583         Add a bookmark object to the backend and use it instead of get_values
12584
12585 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12586
12587         * data/evince-ui.xml:
12588
12589         Cleanup and add select all.
12590
12591         * shell/ev-view.c: (ev_view_select_all),
12592         (ev_view_button_press_event):
12593         * shell/ev-view.h:
12594         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12595
12596         Add select all.
12597         Clear selection on click.
12598
12599 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12600
12601         * shell/ev-sidebar-thumbnails.c
12602         (ev_sidebar_thumbnails_set_document): forgot to unref the
12603         loading_icon.
12604
12605 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12606
12607         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12608         at the visible page, not just linearly.  This makes it look fast.
12609
12610 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12611
12612         * backend/ev-document-misc.c
12613         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12614         white.
12615         * backend/ev-document-thumbnails.h: New interface to get the size
12616         of a page.
12617
12618 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12619
12620         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12621         make dist works
12622
12623 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12626         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12627         things up a bit.
12628
12629         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12630
12631 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12632
12633         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12634         fonts. Should fix font problems on systems that have the base
12635         fonts in bitmap format. Reported by James Henstridge
12636         <james@jamesh.id.au>.
12637
12638 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * pdf/xpdf/Gfx.cc:
12641         * pdf/xpdf/GfxState.cc:
12642
12643         Fix for CAN-2004-1125
12644
12645 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12646
12647         * shell/ev-view.c: (ev_view_copy):
12648         * shell/ev-view.h:
12649         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12650
12651         Implement Edit->Copy
12652
12653 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12654
12655         * backend/ev-document.c: (ev_document_get_text):
12656         * backend/ev-document.h:
12657         * pdf/xpdf/pdf-document.cc:
12658         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12659         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12660         (ev_view_update_primary_selection), (ev_view_button_press_event),
12661         (ev_view_motion_notify_event), (ev_view_button_release_event):
12662
12663         Beginnings of clipboard support. Incomplete but primary sort
12664         of work.
12665
12666 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12667
12668         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12669         (expose_bin_window):
12670
12671         Nicer rubberband drawing, from GtkIconView.
12672
12673 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12674
12675         * backend/ev-document.c: (ev_document_save):
12676         * backend/ev-document.h:
12677         * data/evince-ui.xml:
12678         * pdf/xpdf/pdf-document.cc:
12679         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12680
12681         Implement "Save a copy..." menu item
12682
12683 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12684
12685         * shell/ev-view.c: (ev_view_zoom):
12686
12687         Queue a resize when zoom changes
12688
12689 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12690
12691         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12692         shadows.
12693
12694         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12695         thumbnails..
12696
12697 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12698
12699         * pdf/xpdf/pdf-document.cc
12700         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12701
12702 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12703
12704         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12705         It's slow, but I'll speed it up next!
12706
12707 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12708
12709         * shell/main.c (load_files):
12710
12711         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12712         from the command line and because it seems more appropriate.
12713
12714 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12715
12716         * data/evince-ui.xml:
12717         * shell/ev-window.c: (update_action_sensitivity),
12718         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12719
12720         s/next page/page down
12721         s/previous page/page up
12722
12723 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12724
12725         * data/evince-ui.xml:
12726
12727         Change the layout to match clarkbw design.
12728
12729         * shell/Makefile.am:
12730         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12731         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12732         (ev_navigation_action_finalize),
12733         (ev_navigation_action_set_property),
12734         (ev_navigation_action_get_property),
12735         (ev_navigation_action_class_init):
12736         * shell/ev-navigation-action.h:
12737
12738         Implement clarkbw toolbar navigation controls (incomplete)
12739
12740         * shell/ev-page-action.c: (update_label), (update_spin),
12741         (value_changed_cb), (create_tool_item), (connect_proxy),
12742         (ev_page_action_init), (ev_page_action_finalize),
12743         (ev_page_action_set_property), (ev_page_action_get_property),
12744         (ev_page_action_set_current_page),
12745         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12746         * shell/ev-page-action.h:
12747
12748         Implement a page switcher in the toolbar
12749
12750         * shell/ev-view.c: (ev_view_scroll_view):
12751         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12752         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12753         (register_custom_actions), (ev_window_init):
12754
12755         Change page on PageUp/Down.
12756
12757 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12758
12759         * pdf/xpdf/pdf-document.cc
12760         (pdf_document_thumbnails_get_thumbnail): initial stab at
12761         implementing thumbnail support for pdfs.  It only does documents
12762         with precached pdfs now.
12763
12764 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12765
12766         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12767         thumbnail code into a time-based idle as well.  Also, turn off the
12768         shadow temporarily as it's really slow.
12769
12770 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * backend/ev-document.c: (ev_document_class_init):
12773         * pdf/xpdf/pdf-document.cc:
12774         * shell/ev-window.c: (ev_window_open):
12775
12776         Fix document title bugs and fallback to
12777         filename when not available.
12778
12779 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12780
12781         * backend/ev-document.c: (ev_document_get_type),
12782         (ev_document_class_init), (ev_document_load),
12783         (ev_document_get_title):
12784         * backend/ev-document.h:
12785         * pdf/xpdf/pdf-document.cc:
12786         * ps/ps-document.c: (ps_document_set_property),
12787         (ps_document_get_property), (ps_document_class_init),
12788         (document_load):
12789         * ps/ps-document.h:
12790         * ps/ps.h:
12791         * shell/ev-window.c: (update_window_title), (ev_window_open),
12792         (ev_window_init):
12793
12794         Initial support for document title. Not working yet.
12795
12796 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12797
12798         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12799
12800         Grab focus on the view when clicking it
12801
12802 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * shell/ev-marshal.list:
12805         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12806         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12807
12808         Add key bindings to the view. Now if the focus would work
12809         right...
12810
12811 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12812
12813         * Makefile.am:
12814         * backend/Makefile.am:
12815         * data/Makefile.am:
12816         * dvi/Makefile.am:
12817         * dvi/dvilib/Makefile.am:
12818         * pdf/xpdf/Makefile.am:
12819         * po/POTFILES.in:
12820         * ps/Makefile.am:
12821
12822         Fix distcheck
12823
12824 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12825
12826         * shell/ev-view.c: (ev_view_realize):
12827
12828         Fix mouse wheel scrolling
12829
12830 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12831
12832         * ps/Makefile.am:
12833         * ps/gstypes.h:
12834         * ps/gtkgs.c:
12835         * ps/gtkgs.h:
12836         * ps/ps-document.c: (catchPipe), (ps_document_init),
12837         (ps_document_class_init), (ps_document_cleanup),
12838         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12839         (set_up_page), (close_pipe), (is_interpreter_ready),
12840         (interpreter_failed), (output), (input), (start_interpreter),
12841         (stop_interpreter), (file_length), (file_readable),
12842         (check_filecompressed), (check_pdf), (compute_xdpi),
12843         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12844         (ps_document_get_type), (ps_document_emit_error_msg),
12845         (document_load), (ps_document_next_page),
12846         (ps_document_get_current_page), (ps_document_get_page_count),
12847         (ps_document_goto_page), (ps_document_set_page_size),
12848         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12849         (ps_document_load), (ps_document_get_n_pages),
12850         (ps_document_set_page), (ps_document_get_page),
12851         (ps_document_widget_event), (ps_document_set_target),
12852         (ps_document_set_scale), (ps_document_set_page_offset),
12853         (ps_document_get_page_size), (ps_document_render),
12854         (ps_document_document_iface_init):
12855         * ps/ps-document.h:
12856         * ps/ps.c:
12857         * shell/ev-window.c: (ev_window_open):
12858
12859         Rename GtkGS to PSDocument
12860
12861 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12862
12863         * ps/gtkgs.c: (gtk_gs_class_init):
12864         * ps/gtkgs.h:
12865
12866         Some more leftover...
12867
12868 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12869
12870         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12871         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12872         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12873         * ps/gtkgs.h:
12874
12875         Remove unused code and make a lot of stuff private
12876
12877 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12878
12879         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12880         (gtk_gs_defaults_changed):
12881         * ps/gsdefaults.h:
12882         * ps/gtkgs.c:
12883         * ps/gtkgs.h:
12884         * ps/ps.h:
12885
12886         Cleanup headers dependencies
12887
12888 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12889
12890         * ps/Makefile.am:
12891         * ps/ggvutils.c:
12892         * ps/ggvutils.h:
12893         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12894         * ps/gsdefaults.h:
12895         * ps/gtkgs.c: (file_length), (file_readable),
12896         (check_filecompressed), (check_pdf), (gtk_gs_load),
12897         (gtk_gs_get_postscript):
12898
12899         Get rid of ggvutils
12900
12901 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12902
12903         * ps/ggvutils.c:
12904         * ps/ggvutils.h:
12905         * ps/gsio.h:
12906         * ps/gtkgs.c: (gtk_gs_set_zoom):
12907
12908         Cleanups
12909
12910 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12911
12912         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12913
12914         Ensure the page is rerendered when changing zoom
12915
12916 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12917
12918         * backend/ev-document.c: (ev_document_base_init),
12919         (ev_document_changed):
12920         * backend/ev-document.h:
12921
12922         Add a changed event that is emitted when the page content
12923         changes. This is necessary to deal with the fact that
12924         in ps backend rendering happen asycrounously.
12925         This makes the ps backend mostly work.
12926
12927         * pdf/xpdf/pdf-document.cc:
12928
12929         Emit changed event
12930
12931         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12932         (ps_document_set_target):
12933
12934         Emit changed event
12935
12936         * shell/ev-view.c: (document_changed_callback),
12937         (ev_view_set_document), (ev_view_set_page):
12938
12939         Redraw on the changed signal
12940
12941 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12942
12943         * configure.ac: Added pt_BR to ALL_LINGUAS.
12944
12945 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12946
12947         * backend/ev-document-bookmarks.c:
12948         (ev_document_bookmarks_get_child): *
12949         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12950         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12951         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12952         (ev_sidebar_bookmarks_destroy),
12953         (ev_sidebar_bookmarks_class_init),
12954         (ev_sidebar_bookmarks_construct), (stack_data_free),
12955         (do_one_iteration), (populate_bookmarks_idle),
12956         (ev_sidebar_bookmarks_clear_document),
12957         (ev_sidebar_bookmarks_set_document): *
12958         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12959         (ev_sidebar_add_page),
12960         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12961         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12962         it displays both the topics and the page numbers.
12963
12964 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12965
12966         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12967         toggle.
12968         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12969         visible.
12970
12971 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12972
12973         * configure.ac: Added en_CA to ALL_LINGUAS.
12974
12975 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12976
12977         * ChangeLog: replace bottom of this ChangeLog (merged history of
12978         ggv and gpdf; where all paths were wrong and most of the files are
12979         not even in this tree) with ChangeLog (from arch) of the shell
12980         code.
12981
12982 2004-12-23  Havoc Pennington  <hp@redhat.com>
12983
12984         * shell/ev-window.c: hook up potentially-questionable "find
12985         results status text" feature - something involving the sidebar or
12986         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12987         might be better in the end.
12988
12989         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12990         with corresponding signal when it should be updated
12991
12992         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12993
12994 2004-12-22  Havoc Pennington  <hp@redhat.com>
12995
12996         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12997         find stuff on other pages, sort of (only returns one result on
12998         invisible pages, to show they have results; updates full results
12999         for a page when you view it). Currently repaints the current page
13000         every time a new result is found on any page, which isn't so nice.
13001
13002 2004-12-22  Havoc Pennington  <hp@redhat.com>
13003
13004         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13005         the document doesn't support find (better ideas?)
13006         (find_bar_search_changed_cb): handle missing document or document
13007         that doesn't support find
13008
13009         * pdf/xpdf/pdf-document.cc: port to implement the new
13010         EvDocumentFindIface
13011
13012         * backend/ev-document-find.c: create a new interface for searching
13013
13014         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13015
13016 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13017
13018         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13019         libevbackend.la.
13020
13021         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13022         EvPrintJob constructor arguments.
13023
13024         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13025         for documents that can export PostScript (page by page).
13026
13027         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13028         
13029         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13030         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13031         (pdf_document_ps_exporter_iface_init:
13032         Implement EvPSExporter.
13033
13034         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13035
13036 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13037
13038         * backend/Makefile.am:
13039         * backend/ev-document-thumbnails.c:
13040         (ev_document_thumbnails_get_type),
13041         (ev_document_thumbnails_get_thumbnail):
13042         * backend/ev-document-thumbnails.h:
13043         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13044         (pixbuf_document_thumbnails_get_thumbnail),
13045         (pixbuf_document_document_thumbnails_iface_init):
13046         * shell/Makefile.am:
13047         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13048         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13049         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13050         * shell/ev-sidebar-thumbnails.h:
13051         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13052         (ev_sidebar_set_document):
13053         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13054         (create_shadow), (ev_pixbuf_add_shadow):
13055         * shell/ev-utils.h:
13056         Add thumbnail support.
13057         
13058 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13059
13060         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13061         (using_postscript_printer): Set up a print dialog for "PostScript
13062         injection" method.
13063
13064         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13065         EvPrintJob.
13066
13067         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13068
13069 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13070
13071         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13072         (ps_document_set_target), (ps_document_get_page_size),
13073         (ps_document_render):
13074         * ps/gtkgs.h:
13075
13076         Fix a few bugs
13077
13078 2004-12-22  Christian Rose  <menthos@menthos.com>
13079
13080         * configure.ac: Added "sv" to ALL_LINGUAS.
13081
13082 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13083
13084         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13085         document supports bookmarks.
13086
13087 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13088
13089         * ps/ggvutils.c: (ggv_file_readable):
13090         * ps/ggvutils.h:
13091         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13092         (gtk_gs_get_postscript):
13093
13094         Remove unused utils
13095
13096 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13097
13098         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13099         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13100         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13101         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13102         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13103         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13104         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13105         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13106         (gtk_gs_set_antialiasing), (ps_document_load),
13107         (ps_document_render):
13108         * ps/gtkgs.h:
13109
13110         Another check point for the ps backend. Now I can get it to show
13111         pages!
13112
13113 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13114
13115         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13116         document setting code.
13117
13118 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13119
13120         * shell/eggfindbar.c: (entry_activate_callback):
13121         Animate the next button when activate is pressed.
13122         
13123 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13124
13125         * shell/ev-window.c: (ev_window_cmd_edit_find),
13126         (update_fullscreen_popup), (ev_window_fullscreen),
13127         (ev_window_unfullscreen), (ev_window_state_event_cb),
13128         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13129         Fix bugs in fullscreen code.
13130         
13131 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13132
13133         * Makefile.am:
13134         * configure.ac:
13135         * pixbuf/Makefile.am:
13136         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13137         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13138         (pixbuf_document_set_page), (pixbuf_document_get_page),
13139         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13140         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13141         (pixbuf_document_render), (pixbuf_document_begin_find),
13142         (pixbuf_document_end_find), (pixbuf_document_finalize),
13143         (pixbuf_document_class_init),
13144         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13145         * pixbuf/pixbuf-document.h:
13146         * shell/Makefile.am:
13147         * shell/ev-application.c: (ev_application_open):
13148         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13149         (ev_window_open):
13150         Add pixbuf backend.
13151         
13152 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13153
13154         * Makefile.am: 
13155         * dvi/dvilib/Makefile.am:
13156         * dvi/Makefile.am:
13157         * configure.ac: Auto*ify dvi and dvi/dvilib
13158
13159         * dvi/Makefile: Remove from CVS
13160         
13161         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13162         confusion.
13163
13164         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13165         
13166         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13167         
13168 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * ps/Makefile.am:
13171         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13172         (gtk_gs_value_adjustment_changed), (compute_size),
13173         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13174         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13175         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13176         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13177         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13178         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13179         (ps_document_load), (ps_document_get_n_pages),
13180         (ps_document_set_page), (ps_document_get_page),
13181         (ps_document_set_target), (ps_document_set_scale),
13182         (ps_document_set_page_offset), (ps_document_get_page_size),
13183         (ps_document_render), (ps_document_begin_find),
13184         (ps_document_end_find), (ps_document_document_iface_init):
13185         * ps/gtkgs.h:
13186         * shell/Makefile.am:
13187         * shell/ev-window.c: (ev_window_open):
13188
13189         Some work to integrate gtkgs with EvDocument
13190
13191 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13192
13193         * shell/ev-window.c: (update_fullscreen_popup),
13194         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13195         (exit_fullscreen_button_clicked_cb),
13196         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13197         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13198         (ev_window_state_event_cb), (ev_window_init):
13199         Add fullscreen support from Epiphany.
13200         
13201 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13202
13203         * data/ev-stock-zoom-fit-width.png: fit-width
13204         stock icon from gpdf.
13205         
13206         * shell/ev-stock-icons.[ch]: copied from gpdf.
13207         
13208         * shell/main.c: (main): init stock icons.
13209         
13210         * shell/ev-window.c: use the fit-width icon.
13211         
13212         * data/evince-ui.xml: add zooming toolbar items.
13213
13214 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13215
13216         * shell/ev-view.c: 
13217         (ev_view_best_fit), (ev_view_fit_width): because
13218         get_page_size() returns the scaled page size, we
13219         need to calculate the scale factor relative to
13220         the previous scale factor. Should really just
13221         add get_real_page_size().
13222
13223 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13224
13225         * shell/ev-view.[ch]:
13226         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13227         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13228         add zooming.
13229         
13230         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13231         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13232         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13233         hook it up.
13234         
13235         * pdf/xpdf/pdf-document.cc:
13236         (pdf_document_begin_find),
13237         (pdf_document_end_find): make static.
13238
13239 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13240
13241         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13242
13243         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13244         names to fontconfig patterns.
13245         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13246
13247         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13248         setupBaseFontsFc.
13249
13250 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13251
13252         * Makefile.am:
13253         * configure.ac:
13254         * ps/Makefile.am:
13255         * ps/ggvutils.c:
13256         * ps/ggvutils.h:
13257         * ps/gsdefaults.c:
13258         * ps/gsdefaults.h:
13259         * ps/gsio.c:
13260         * ps/gsio.h:
13261         * ps/gtkgs.c:
13262         * ps/gtkgs.h:
13263         * ps/ps.c:
13264         * ps/ps.h:
13265
13266         Import ggv backend. Not hooked up yet.
13267
13268 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13269
13270         * shell/main.c: (load_files), (main): load files
13271         from the command line.
13272
13273 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13274
13275         * configure.ac: don't require bonobo.
13276         
13277         * cut-n-paste/recent-files/*: kill bonobo recent
13278         view.
13279
13280         * shell/ev-window.c:
13281         (ev_window_is_empty): upd.
13282         (unable_to_load), (ev_window_open): load backend
13283         based on the mime type.
13284
13285 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13286
13287         * backend/.cvsignore: ignore generated marshalers source.
13288
13289         * shell/main.c (main): this is not epiphany.
13290
13291 2004-12-22  Havoc Pennington  <hp@redhat.com>
13292
13293         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13294         (expose_bin_window): draw find highlights
13295
13296         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13297         
13298         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13299         (pdf_document_end_find): implement this interface
13300
13301         * backend/ev-document.c (ev_document_found): add this to emit
13302         signal
13303
13304 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13305
13306         * data/evince-ui.xml: Add a few more toolbar items.
13307
13308         * shell/ev-window.c: Hook up page navigation toolbar 
13309         items.
13310
13311         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13312         a page-changed signal.
13313
13314         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13315         Add ev_document_get_page().
13316
13317         * shell/ev-window.c: Sensitize/desensitize navigation
13318         actions.
13319
13320 2004-12-21  Havoc Pennington  <hp@redhat.com>
13321
13322         * backend/ev-backend-marshal.c,
13323         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13324         marshaler-generator thingy. I'm sure there's a better way to do
13325         this in the modern world.
13326
13327         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13328         end_find methods and "found" signal.
13329
13330         * configure.ac: find glib-genmarshal
13331
13332 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13333
13334         * shell/ev-sidebar.c: Construct an actual sidebar.
13335         * shell/ev-sidebar-bookmarks.[ch]:
13336         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13337
13338 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13339
13340         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13341         Redo size handling.
13342         
13343         * shell/ev-view.c: Track the size from the document.
13344
13345 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13346
13347         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13348         constructor assumes ownership of the string passed in.
13349         
13350         * shell/ev-window.c (ev_window_open): Destroy the error
13351         dialog once we've displayed it.
13352
13353 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13354
13355         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13356         a bit, it works! (sort of)
13357
13358         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13359         Move to .cc since we need to use C++ in the implementation.
13360
13361         * shell/dummy.cc: Add a CC file to force evince
13362         to be linked as a C++ program.
13363
13364 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13365
13366         * shell/ev-view.[ch]: Start of content-area widget.
13367
13368         * shell/ev-window.c: Create a EvView, update it
13369         as we change documents.
13370
13371         * shell/Makefile.am shell/ev-marshal.list: Add
13372         generated marshalers.
13373
13374 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13375
13376         * Makefile.am (SUBDIRS): move shell.
13377
13378 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13379
13380         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13381         .a to libtool convenience libraries.
13382
13383         * shell/ev-window.c (ev_window_open): Hard code loading
13384         a PDF document.
13385         
13386         * backend/ev-document.h: Add a boolean return to load(),
13387         fix GError * to GError **.
13388
13389         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13390         object for a PDF backend EvDocument.
13391
13392 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13393
13394         * dvi/*: New directory with the beginning of a .dvi backend.
13395
13396 2004-12-21  Havoc Pennington  <hp@redhat.com>
13397
13398         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13399         previous/next instead of back/forward
13400
13401 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13402
13403         * backend/ev-document.[ch]: Fix a couple of problems so
13404         it compile.
13405
13406 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13407
13408         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13409         to backend/ directory, rename EvViewer to EvDocument.
13410
13411 2004-12-21  Havoc Pennington  <hp@redhat.com>
13412
13413         * shell/ev-window.c: hook up the find bar widget; now we just need
13414         a document to find things in
13415
13416         * shell/eggfindbar.c: a find bar widget
13417
13418 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13419
13420         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13421
13422 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13423
13424         * pdf/**: Import of xpdf code from gpdf. 
13425
13426         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13427
13428         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13429         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13430         Fix FreeType includes.
13431
13432         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13433         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13434         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13435         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13436         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13437         Include xpdfconfig.h
13438         
13439 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13440
13441         * shell/ev-window.c (ev_window_dispose): dispose can be called
13442         multiple times.
13443
13444 2004-12-21  Havoc Pennington  <hp@redhat.com>
13445
13446         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13447         rather than Evince
13448
13449         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13450         items; really they should be synced with the strings, etc. from
13451         current gpdf, but just getting the boring typing out of the way 
13452
13453 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13454
13455         * po/POTFILES.in:
13456         * shell/ev-application.c: (window_destroy_cb):
13457         * shell/ev-window.c:
13458         * shell/main.c: (main):
13459
13460         Actually show the window...
13461
13462 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13463
13464         * Makefile.am:
13465         * shell/Makefile.am:
13466         * shell/ev-application.c: (ev_application_class_init):
13467         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13468
13469         Make it build again
13470
13471 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13472
13473         Import to gnome cvs.
13474         
13475         * Remove copies of gpdf and ggv trees.
13476         * Rip out all the recursive configure code.
13477         * Remove bonobo machinery.
13478         * viewer/*: GInterfaces that backends should/can implement.
13479
13480 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13481
13482         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13483         typo
13484
13485 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13486
13487         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13488         (ev_application_finalize, ev_application_class_init)
13489         (ev_application_init): use GType instance private data for priv.
13490
13491         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13492         (ev_window_finalize, ev_window_class_init)
13493         (ev_window_init): ditto.
13494
13495 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13496
13497         * shell/ev-application.c (ev_application_new_window): make public
13498         (ev_application_show_initial_window): kill.
13499
13500         * shell/ev-application.h: update prototypes.
13501
13502         * shell/main.cc (main): inline ev_application_show_initial_window.
13503
13504 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13505
13506         * shell/ev-application.c (ev_application_new_window): impl.
13507         (ev_application_show_initial_window): use it.
13508         (is_window_empty, ev_application_get_empty_window): returns an
13509         existing empty window or a new one.
13510         (ev_application_open): from ev_window_cmd_file_open.
13511
13512         * shell/ev-application.h: update prototypes
13513
13514         * shell/ev-window.c (ev_window_is_empty): impl.
13515         (ev_window_open): make public.
13516         (ev_window_cmd_file_open): use ev_application_open
13517
13518         * shell/ev-window.h: update prototypes, remove unused.
13519
13520 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13521
13522         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13523         move destroy handler out of here...
13524
13525         * shell/ev-application.c, shell/ev-application.h: ...into this new
13526         class. Also handles initial window creation.
13527
13528         * shell/main.cc (main): use EvApplication to create initial
13529         window.
13530
13531 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13532
13533         * Makefile.am (SUBDIRS): add cut-n-paste
13534
13535         * cut-n-paste/Makefile.am: add
13536
13537         * configure.ac: generate Makefiles in cut-n-paste
13538
13539 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13540
13541         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13542         (ev_window_class_init): install ev_window_dispose.
13543
13544 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13545
13546         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13547         char (gchar looks stupid).
13548
13549 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13550
13551         * po/de.po: updated German translation.
13552
13553 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13554
13555         * configure.ac: add more pkg-config library checks for gnome-vfs,
13556         bonobo etc.
13557
13558         * gpdf/configure.in: temporarily disable libpaper
13559         checks. Otherwise I'd have to add the checks for the shell, too.
13560
13561 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13562
13563         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13564         and * file filters to the file choose.
13565
13566 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13567
13568         * po/de.po: Updated German translation.
13569
13570 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13571
13572         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13573
13574 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13575
13576         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13577
13578         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13579         (ev_window_init): implement those menuitems.
13580
13581 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13582
13583         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13584
13585         * shell/ev-window.c (ev_window_init): use the toolbar.
13586
13587 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13588
13589         * shell/ev-window.c (ev_window_init): use menu translations
13590
13591 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13592
13593         * configure.ac: add "de" to ALL_LINGUAS.
13594
13595         * po/de.po: add German translation.
13596
13597 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13598
13599         * Makefile.am (SUBDIRS): add po
13600
13601         * configure.ac: check intltool, glib-gettext etc, generate
13602         po/Makefile.in
13603
13604         * po, po/POTFILES.in, po/POTFILES.skip: new.
13605
13606 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13607
13608         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13609         already use (#ifdef ENABLE_NLS)
13610
13611         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13612         pointer indirection thinko.
13613
13614         * shell/main.c: include gi18n.h for bindtextdomain etc.
13615
13616 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13617
13618         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13619         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13620         tooltips for menu items in the statusbar.
13621
13622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13623
13624         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13625         pkgdatadir drop UIDIR
13626
13627 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13628
13629         * data/evince-ui.xml: Add File->Open menu item
13630
13631         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13632         chooser), hook it up in the ui manager.
13633
13634 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13635
13636         * shell/ev-window.c: fix Help->About tooltip.
13637
13638 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13639
13640         * configure.ac: set CFLAGS for libevprivate.
13641
13642         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13643         definitions, factory etc.
13644
13645         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13646
13647         * shell/Makefile.am: link against libevprivate.a.
13648
13649         * shell/ev-window.c (entries): add stock icon to Help->About.
13650
13651         * shell/main.c (main): init stock icon code.
13652
13653 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13654
13655         * lib/recent-files: egg recent files code
13656
13657         * lib/Makefile.am: add.
13658
13659         * Makefile.am: add lib subdir.
13660
13661         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13662         set CFLAGS for recent-files.
13663
13664 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13665
13666         * configure.ac: disable -ansi and -pedantic gcc flags. They
13667         disable POSIX stuff in stdio.h, but egg-recent uses them.
13668
13669 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13670
13671         * configure.ac: add --disable-deprecated flag (defaults to on in
13672         "cvs" builds).
13673
13674         * shell/Makefile.am (INCLUDES): use it.
13675
13676 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13677
13678         * shell/main.c: add missing #include.
13679
13680         * shell/ev-window.c: fix for pedantic gcc.
13681         (ev_window_cmd_help_about): split license into paragraphs for
13682         translators and pedantic compilers.
13683
13684 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13685
13686         * configure.ac: add more warning flags if compiling with gcc from
13687         cvs (or explicitly requested with --enable-more-warnings).
13688
13689 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13690
13691         * data/evince-ui.xml: add File and File->Close menu.
13692
13693         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13694         (ev_window_destroy): quit after destroy.
13695         (ev_window_class_init): override GtkObject::destroy.
13696         (entries): install close_window callback.
13697
13698 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13699
13700         * Makefile.am (SUBDIRS): add data subdir.
13701
13702         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13703         gtk+ 2.5.0 for GtkAboutDialog.
13704
13705         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13706         main window.
13707
13708         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13709
13710         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13711         manager.
13712         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13713
13714 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13715
13716         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13717
13718 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13719
13720         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13721
13722 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13723
13724         * shell/*: Added shell directory boilerplate, build it.
13725
13726 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13727
13728         * configure.ac, Makefile.am: Added top-level configure.ac and
13729         Makefile.am