]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
ab66018343ae52ab872ec96195593ed61ed466fd
[evince.git] / ChangeLog
1 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
4         (bitmap_convert_msb8):
5         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
6         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
7
8         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
9         
10 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
11
12         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
13         (ev_job_render_new), (ev_job_render_set_selection_info),
14         (ev_job_render_run):
15         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
16         (check_job_size_and_unref),
17         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
18         (add_job), (ev_pixbuf_cache_get_selection_surface):
19
20         Create the render context needed for rendering a page in the render
21         thread so that we don't block the main thread. Simplify
22         EvJobRender API.
23         
24 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * libdocument/Makefile.am:
27         * libdocument/ev-page.[ch]:
28         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
29         (ev_render_context_new), (ev_render_context_set_page):
30         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
31         (ev_form_field_finalize), (ev_form_field_class_init):
32         * libdocument/ev-document-forms.[ch]:
33         (ev_document_forms_get_form_fields):
34         * libdocument/ev-document.[ch]: (ev_document_get_page),
35         (ev_document_get_page_size), (ev_document_get_page_label):
36         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
37         (ev_job_render_run), (ev_job_thumbnail_new),
38         (ev_job_thumbnail_run), (ev_job_print_run):
39         * shell/ev-page-cache.c: (ev_page_cache_new):
40         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
41         (check_job_size_and_unref), (add_job):
42         * shell/ev-sidebar-thumbnails.c: (add_range):
43         * shell/ev-view.c: (ev_view_form_field_get_region),
44         (ev_view_form_field_button_create_widget),
45         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
46         (ev_view_handle_form_field), (ev_view_size_allocate),
47         (get_selected_text):
48         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
49         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
50         (pdf_document_get_page), (pdf_document_get_page_label),
51         (pdf_document_render), (pdf_document_get_info),
52         (pdf_document_document_iface_init),
53         (pdf_document_thumbnails_get_thumbnail),
54         (pdf_document_thumbnails_get_dimensions),
55         (pdf_document_file_exporter_do_page),
56         (pdf_selection_render_selection),
57         (pdf_selection_get_selected_text),
58         (pdf_selection_get_selection_region),
59         (pdf_selection_get_selection_map),
60         (pdf_document_forms_get_form_fields),
61         (pdf_document_forms_form_field_text_get_text),
62         (pdf_document_forms_form_field_text_set_text),
63         (pdf_document_forms_form_field_button_set_state),
64         (pdf_document_forms_form_field_button_get_state),
65         (pdf_document_forms_form_field_choice_get_item),
66         (pdf_document_forms_form_field_choice_get_n_items),
67         (pdf_document_forms_form_field_choice_is_item_selected),
68         (pdf_document_forms_form_field_choice_select_item),
69         (pdf_document_forms_form_field_choice_toggle_item),
70         (pdf_document_forms_form_field_choice_unselect_all),
71         (pdf_document_forms_form_field_choice_set_text),
72         (pdf_document_forms_form_field_choice_get_text):
73         * backend/ps/ev-spectre.c: (ps_document_get_page),
74         (ps_document_get_page_size), (ps_document_get_page_label),
75         (ps_document_render), (ps_document_document_iface_init),
76         (ps_document_file_exporter_do_page):
77         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
78         (tiff_document_render), (tiff_document_render_pixbuf),
79         (tiff_document_file_exporter_do_page):
80         * backend/pixbuf/pixbuf-document.c:
81         (pixbuf_document_get_page_size):
82         * backend/comics/comics-document.c:
83         (comics_document_get_page_size), (comics_document_render_pixbuf):
84         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
85         (djvu_document_render), (djvu_selection_get_selected_text),
86         (djvu_document_thumbnails_get_thumbnail),
87         (djvu_document_file_exporter_do_page),
88         (djvu_document_find_get_result):
89         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
90         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
91         (dvi_document_thumbnails_get_thumbnail),
92         (dvi_document_file_exporter_do_page):
93         * backend/impress/impress-document.c:
94         (impress_document_get_page_size),
95         (impress_document_render_pixbuf):
96         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
97
98         Add EvPage so that we can hold a reference to the backend
99         page. Form fields keep now a reference to the poppler page
100         improving performance since we don't have to create/destroy the
101         poppler field for every form operation. This will be needed for
102         annotations too.
103         
104 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * data/evince-ui.xml:
107         * shell/ev-window.c:
108
109         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
110         
111 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * backend/ps/Makefile.am:
115
116         Remove gs stuff from ps backend.
117         
118 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
119
120         * configure.ac:
121         * backend/pdf/ev-poppler.cc:
122
123         Bump poppler requirement to 0.8.0.
124         
125 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
126
127         * NEWS:
128         * configure.ac:
129
130         Update for release 2.22.1.1
131
132 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * configure.ac:
135
136         Fix build (again) when poppler version is 0.6
137         
138 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
139
140         * backend/djvu/djvu-links.c: (build_tree):
141
142         Make sure link title is a valid utf8 string. Fixes bug #526517.
143         
144 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
145
146         * configure.ac:
147
148         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
149         #526799.
150         
151 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
152
153         * configure.ac:
154         
155         Update for release 2.22.1.
156
157 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * NEWS:
160
161         Update for upcoming release.
162
163 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * configure.ac:
166         * backend/dvi/dvidocument.evince-backend.in:
167
168         Add compressed dvi to the list of supported mime types. Patch by
169         Ed Catmur. Fixes bug #307087.
170
171 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * shell/ev-jobs.c: (ev_job_print_get_page_list):
174
175         Fix a crash when printing a range that doesn't specify the start or
176         end page. Fixes bug #524288.
177
178 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
179
180         * shell/ev-window.c: (ev_window_cmd_continuous),
181         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
182         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
183         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
184         (ev_window_run_presentation), (ev_window_stop_presentation),
185         (ev_window_cmd_view_presentation),
186         (ev_window_cmd_leave_fullscreen),
187         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
188
189         Do not unfullscreen and fullscreen again the window when changing
190         from fullscreen to presentation mode and vice versa. Fixes bug
191         #524112.
192         
193 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
196
197         Do not crash when thumbnail failed to render in PS backend. Fixes
198         bug #525015.
199         
200 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * shell/ev-window.c: (window_open_file_copy_ready_cb),
203         (ev_window_load_file_remote), (ev_window_open_uri):
204
205         Handle errors when opening remote files.
206         
207 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-page-action.c: (ev_page_action_grab_focus):
210
211         Only grab the focus for the current visible proxy widget. Fixes
212         bug #521224.
213         
214 2008-03-30  Emil Soleyman  <emil@nishra.com>
215
216         * shell/ev-window.c: (launch_external_uri):
217         
218         Reuse g_app_info_launch_default_for_uri to
219         save some code and fix bug #525009.
220
221 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
222
223         * shell/ev-window.c (image_save_dialog_response_cb):
224
225         Use g_str_has_suffix. See bug #523069.
226
227 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * configure.ac:
230
231         Add a configure option to enable/diable DBus. Patch by Rémi
232         Cardona. Fixes bug 521797.
233
234 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
235
236         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
237
238         Fix printing in documents with rotated pages. Patch by Eugen
239         Dedu. Fixes bug #512648.
240         
241 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
242
243         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
244         (ev_link_from_action):
245
246         Fix warning messages.
247         
248 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
249
250         * shell/ev-window.c: (image_save_dialog_response_cb):
251
252         Do not append the extension to filename when saving an image
253         if the filename alredy contains the extension. Fixes bug #523069.
254         
255 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
256
257         * shell/ev-view.[ch]: (ev_view_find_cancel):
258         * shell/ev-window.c: (find_bar_close_cb):
259
260         Cancel the find operation when the find bar is closed. Fixes bug
261         #508845.
262         
263 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
264
265         * backend/ps/psdocument.evince-backend.in:
266
267         Make ps backend module resident. Fixes bug #520607.
268         
269 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
270
271         * shell/ev-jobs.c: (ev_job_print_run):
272
273         Invert collate action in order to work as expected, fix reverse
274         printing so that it doesn't start with a blank page and fix number
275         of copies. Patch by Eugen Dedu. Fixes bug #365332.
276         
277 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
278
279         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
280
281         Fix build with poppler <= 0.7.2
282         
283 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * libdocument/ev-document-misc.c:
286         (ev_document_misc_surface_from_pixbuf):
287
288         Fix selections with poppler-splash.
289         
290 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
291
292         * configure.ac:
293         * backend/pdf/ev-poppler.cc:
294
295         Fix build with poppler >= 0.7.2
296         
297 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
298
299         * configure.ac:
300         
301         Update for release 2.22.0
302
303 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * NEWS:
306
307         Update for upcoming release.
308
309 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
310
311         * shell/ev-window.c (ev_window_print_dialog_response_cb):
312
313         Bug 495107 – Handle print dialog responses correctly
314
315         Correctly handle print dialog response. Properly fixes
316         the above mentioned bug.
317
318 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
319
320         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
321
322         Make sure print job is only run when the print button is
323         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
324         
325 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
326
327         * backend/pdf/pdfdocument.evince-backend.in:
328         * libdocument/ev-backends-manager.c:
329         (ev_backends_manager_load_backend),
330         (ev_backends_manager_get_document):
331         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
332
333         Allow making backend modules resident. This is needed only for
334         some backends like pdf to avoid registering glib types more than
335         once.
336         
337 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/comics/comics-document.c:
340         * backend/djvu/djvu-document.c:
341         * backend/impress/impress-document.c:
342         * backend/pdf/ev-poppler.cc:
343         * backend/pixbuf/pixbuf-document.c:
344         * backend/ps/ev-spectre.c:
345         * backend/ps/ps-document.c:
346         * backend/tiff/tiff-document.c:
347         * libdocument/ev-document.h:
348         * properties/ev-properties-main.c:
349
350         Use g_type_module_add_interface instead of
351         g_type_add_interface_static. Fixes bug #519679.
352         
353 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
354
355         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
356         Added. Returns whether the animation has everything necessary to run.
357         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
358         is ready just because it's been created. Fixes #519106.
359         (draw_one_page): Do not show the "Loading..." text in presentation
360         mode, there was a slim probability that this could happen.
361
362 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
365
366         Duplicate mime_type string before freeing it so that it doesn't
367         always fail when getting mime type from uri. Fixes bug #518874.
368         
369 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-view.c: (ev_view_form_field_choice_changed):
372
373         Fix a crash when a choice form field doesn't have any item
374         selected. Fixes bug #518831
375         
376 2008-02-25  Alexander Larsson  <alexl@redhat.com>
377
378         * shell/ev-window.c (ev_window_clear_temp_file):
379         Use g_file_has_prefix instead of renamed
380         g_file_contains_file.
381
382         * configure.ac:
383         Require new glib for above change.
384         
385 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * libdocument/ev-image.c: (ev_image_finalize),
388         (ev_image_save_tmp):
389
390         Return a real uri instead of a filename when saving an
391         image. Fixes images drag an drop from evince to nautilus. 
392         
393 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
394
395         * backend/pdf/ev-poppler.cc:
396         (pdf_document_images_get_image_mapping):
397
398         Return the image list in the right order. Fixes bug #516237.
399         
400 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
401
402         * backend/impress/impress-document.c:
403         (impress_document_thumbnails_get_thumbnail):
404
405         Remove unused variable to avoid a compiler warning.
406
407 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
408
409         * configure.ac:
410         
411         Update for release 2.21.91.
412
413 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * configure.ac:
416         * shell/Makefile.am:
417         * shell/ev-application.[ch]:
418         * shell/ev-sidebar-links.c:
419         * shell/ev-utils.[ch]:
420         * shell/ev-window.[ch]:
421
422         Remove libgnomeprint support. Fixes bug #512370.
423         
424 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
425
426         * thumbnailer/evince-thumbnailer.c: (main):
427
428         Initialize glib type system before using it. Fixes bug #513934.
429         
430 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
431
432         * properties/ev-properties-main.c:
433
434         Add missing #include.
435         
436 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * configure.ac:
439         * backend/djvu/djvu-document.c: (djvu_document_render):
440         * backend/tiff/tiff-document.c: (tiff_document_render):
441
442         Use the new cairo function cairo_format_stride_for_width when
443         available. Fixes bug #482720.
444
445 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
448         (get_mime_type_from_data), (get_document_from_uri):
449
450         Use g_content_type_guess() only when slow is true in
451         get_document_from_uri(). Fix several memory leaks.
452         
453 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
454
455         * libdocument/ev-document-factory.c:
456         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
457         (get_document_from_uri):
458
459         Use g_content_type_guess () to get mimetype for files.
460         Bug #510401.
461
462 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * thumbnailer/Makefile.am:
465
466         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
467         
468 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * configure.ac:
471
472         Fix build with --without-libgnome. Fixes bug #512771.
473         
474 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
475
476         * backend/dvi/Makefile.am: Install only dvi
477         module. Fixes bug #512718.
478
479 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
480
481         * properties/ev-properties-main.c: (nautilus_module_initialize):
482         
483         Initialize backends in properties tab. Fixes bug
484         #512720.
485
486 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
487
488         * properties/Makefile.am: No need to link with 
489         libraries. Fixes bug #512719.
490
491 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
492
493         * NEWS:
494         * configure.ac:
495         
496         Update for release 2.21.90.
497
498 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * shell/ev-window.c: (ev_window_cmd_escape):
501
502         Fix compile warning.
503         
504 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
507
508         Fix printing in dvi backend when filename contains white
509         espaces. Fixes bug #502839.
510         
511 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
514         (screensaver_disable_x11):
515         * shell/Makefile.am:
516         * shell/xdg-user-dir-lookup.c: Removed
517         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
518         * shell/ev-view.c: (ev_view_presentation_transition_start):
519         * shell/ev-window.c: (ev_window_cmd_file_open),
520         (ev_window_cmd_save_as), (presentation_set_timeout):
521
522         Remove #ifdefs that are no longer needed.
523         
524 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * shell/ev-view.[ch]: (ev_view_button_release_event),
527         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
528         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
529         (ev_window_cmd_escape):
530
531         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
532         
533 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
534
535         * configure.ac:
536         * backend/comics/comics-document.c: (comics_document_load):
537         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
538         (ev_attachment_set_property), (ev_attachment_init),
539         (ev_attachment_save), (ev_attachment_launch_app),
540         (ev_attachment_open):
541         * libdocument/ev-document-factory.c: (get_document_from_uri):
542         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
543         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
544         * shell/ev-jobs.c:
545         * shell/ev-password.c: (ev_password_dialog_set_property),
546         (ev_password_dialog_save_password):
547         * shell/ev-sidebar-attachments.c:
548         (ev_sidebar_attachments_drag_data_get):
549         * shell/ev-window-title.c: (get_filename_from_uri):
550         * shell/ev-window.c: (ev_window_clear_temp_file),
551         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
552         (ev_window_open_uri), (window_save_file_copy_ready_cb),
553         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
554         (launch_external_uri), (image_save_dialog_response_cb),
555         (attachment_save_dialog_response_cb):
556         * shell/main.c: (load_files), (load_files_remote), (main):
557         * thumbnailer/evince-thumbnailer.c: (main):
558
559         Port to gio and drop gnome-vfs dependency. Fixes bug
560         #510401. Based on patch by Cosimo Cecchi.
561         
562 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
563
564         * NEWS:
565
566         Fixed formatting inconsistencies (spaces vs. tabs)
567
568 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
569
570         * shell/ev-window.c:
571
572         Use top/up/bottom/down arrows instead of
573         first/left/last/right in the toolbar and menu actions.
574         This fixes issues with RTL languages and is visually
575         consistent with the page view. Fixes bug #170081.
576
577 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
578
579         * NEWS:
580
581         Fixed some inaccuracies pointed out by Carlos Garcia
582         Campos.
583
584 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
585
586         * NEWS:
587         * data/evince.schemas.in:
588         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
589
590         Override PDF restrictions by default. Fixes bug #382700.
591
592 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
593
594         * NEWS: Updated for upcoming release
595
596 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
597
598         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
599
600         Fix memory leak.
601         
602 2008-01-23  Gil Forcada <gilforcada@guifi.net>
603
604         * shell/ev-window.c: (register_custom_actions):
605         
606         Added comment for translators
607
608 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
609
610         * shell/ev-view.c: (ev_view_button_release_event):
611
612         Do not create the idle function for kinetic scrolling if we are
613         not in a drag operation.
614
615 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
616
617         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
618         (ev_view_button_press_event), (ev_view_motion_notify_event),
619         (ev_view_button_release_event):
620
621         Restore cursor after autoscrolling. Fixes bug #509958.
622
623 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * configure.ac:
626         * backend/pdf/ev-poppler.cc:
627         (pdf_document_images_get_image_mapping),
628         (pdf_document_images_get_image),
629         (pdf_document_document_images_iface_init):
630         * libdocument/ev-document-images.[ch]:
631         (ev_document_images_get_image_mapping),
632         (ev_document_images_get_image):
633         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
634         (ev_image_get_id), (ev_image_save_tmp):
635         * shell/ev-jobs.c: (ev_job_render_run):
636         * shell/ev-view.c: (ev_view_drag_data_get):
637         * shell/ev-window.c: (image_save_dialog_response_cb),
638         (ev_view_popup_cmd_copy_image):
639
640         Do not render images when rendering the page but on demand. It
641         reduces the memory comsumption.
642         
643 2008-01-18  Marcelo Lira  <setanta@gmail.com>
644
645         * configure.a:
646         * shell/ev-password.c:
647
648         Make gnome-keyring optional. Fixes bug #509676.
649         
650 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * shell/ev-pixbuf-cache.c: (add_job):
653
654         Initialize include_images variable as FALSE instead of TRUE.
655         
656 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * configure.ac:
659         * cut-n-paste/Makefile.am:
660         * cut-n-paste/fileformatchooser/Makefile.am:
661         * cut-n-paste/fileformatchooser/egg-macros.h:
662         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
663         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
664         * shell/Makefile.am:
665         * shell/ev-utils.c:
666         (file_chooser_dialog_add_writable_pixbuf_formats),
667         (get_gdk_pixbuf_format_by_extension):
668         * shell/ev-utils.h:
669         * shell/ev-window.c: (ev_window_error_message),
670         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
671         
672         Simplify image format selection on save.
673
674 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
675
676         * shell/ev-view.c: (ev_view_scroll_event):
677         
678         Repair gorizontal scrolling with shift. Fixes
679         bug #483412.
680
681 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
682         
683         * MAINTAINERS:
684
685         Fix formatting issues.
686         
687 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
688
689         * backend/comics/comics-document.c: (comics_regex_quote):
690         
691         Don't overquote special chars except of '. See bug 
692         502500. Thanks to Tom Parker.
693
694 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
695
696         * MAINTAINERS:
697         
698         Added Nickolay and Carlos, since they're doing most of
699         the releases nowadays.
700
701 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
702
703         * properties/Makefile.am:
704
705         Get the nautilus extension dir properly instead of using
706         a hack. Fixes bug #505359.
707
708 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
709
710         * properties/Makefile.am:
711         
712         Install nautilus extension into new place. See bug
713         #505359. Thanks to Matthias Clasen, Brian Pepple and
714         Damien Carbery.
715
716 2008-01-13  Djihed Afifi  <djihed@gmail.com>
717
718         * shell/ev-window.c: (ev_window_get_recent_file_label):
719         
720         RTL marker in recent file list. See bug #509076.
721
722 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
723
724         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
725         * shell/ev-window.c: (image_save_dialog_response_cb):
726
727         Fix compile warnings due to unused variables.
728         
729 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * configure.ac:
732         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
733         * backend/ps/ev-spectre.c: (ps_document_render):
734
735         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
736
737 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
738
739         * shell/ev-transition-animation.c (ev_transition_animation_fade)
740         (ev_transition_animation_paint): Implement "fade" effect.
741
742 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
743
744         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
745         (ev_transition_animation_paint): Implement "uncover" effect.
746
747 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
748
749         * shell/ev-transition-animation.c (ev_transition_animation_cover)
750         (ev_transition_animation_paint): Implement "cover" effect.
751
752 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
753
754         * shell/ev-transition-animation.c (ev_transition_animation_push)
755         (ev_transition_animation_paint): Implement "push" effect.
756
757 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
758
759         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
760         (ev_transition_animation_paint): Implement "dissolve" effect.
761
762 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
763
764         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
765         (ev_transition_animation_paint): Implement "wipe" effect.
766
767 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
768
769         * shell/ev-transition-animation.c (ev_transition_animation_box)
770         (ev_transition_animation_paint): Implement "box" effect.
771
772 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
773
774         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
775         (ev_transition_animation_paint): Implement "blinds" effect.
776
777 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
778
779         * shell/ev-transition-animation.c (ev_transition_animation_split)
780         (ev_transition_animation_paint): Implement "split" effect.
781
782 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
783
784         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
785         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
786         (ev_view_transition_animation_start) 
787         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
788         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
789         (ev_view_next_page) (ev_view_previous_page):
790         
791         Use EvTransitionAnimation to drive page changes in the presentation
792         mode, the animation will wait to start until both the origin and 
793         destination page surfaces are available. Fixes #458460.
794
795         (draw_loading_text):
796
797         Remove workaround for bug #320352, it's now fixed properly.
798
799
800 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
801
802         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
803         will contain the implementations for page transition animations, at
804         the moment it just has the "replace" effect.
805         * shell/Makefile.am: Added these files to build.
806
807 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
808
809         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
810         animations.
811         * shell/Makefile.am: Added these files to build.
812
813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
814
815         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
816         implementation to get_effect() in EvDocumentTransitionIface.
817
818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
819
820         * libdocument/ev-transition-effect.[ch]: New files, define a page
821         transition effect, at the moment it maps PopplerPageTransition to a
822         GObject.
823         * libdocument/Makefile.am: Added these files to build.
824         * libdocument/ev-document-transition.[ch]
825         (ev_document_transition_get_effect): New method, gets the
826         EvTransitionEffect returned by the interface implementation, with
827         fallback to the "replace" effect.
828
829 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
830
831         * configure.ac:
832         * cut-n-paste/Makefile.am:
833         * cut-n-paste/fileformatchooser/Makefile.am:
834         * cut-n-paste/fileformatchooser/egg-macros.h:
835         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
836         * shell/Makefile.am:
837         * shell/ev-window.c: (image_save_dialog_response_cb),
838         (ev_view_popup_cmd_save_image_as):
839
840         Allow exporting images in any format supported by
841         GdkPixbuf. Fixes bug #500209.
842         
843 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * backend/pixbuf/pixbuf-document.c:
846
847         More warnings fixed.
848         
849 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
852         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
853         * backend/djvu/djvu-text.h:
854         * backend/tiff/tiff-document.c: (tiff_document_render):
855
856         Fix compile warnings.
857         
858 2007-12-28  Christian Persch  <chpe@gnome.org>
859
860         * **/*.c: Include config.h. Bug #504721.
861
862 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * configure.ac:
865         * Makefile.am:
866         * po/POTFILES.in:
867         * backend/comics/Makefile.am:
868         * backend/comics/comics-document.[ch]:
869         * backend/comics/comicsdocument.evince-backend.in:
870         * backend/djvu/Makefile.am:
871         * backend/djvu/djvu-document.[ch]:
872         * backend/djvu/djvudocument.evince-backend.in:
873         * backend/dvi/Makefile.am:
874         * backend/dvi/dvi-document.[c]:
875         * backend/dvi/dvidocument.evince-backend.in:
876         * backend/impress/Makefile.am:
877         * backend/impress/impress-document.[ch]:
878         * backend/impress/impressdocument.evince-backend.in:
879         * backend/pdf/Makefile.am:
880         * backend/pdf/ev-poppler.cc:
881         * backend/pdf/ev-poppler.h:
882         * backend/pdf/pdfdocument.evince-backend.in:
883         * backend/pixbuf/Makefile.am:
884         * backend/pixbuf/pixbuf-document.[ch]:
885         * backend/pixbuf/pixbufdocument.evince-backend.in:
886         * backend/ps/Makefile.am:
887         * backend/ps/ev-spectre.[ch]:
888         * backend/ps/ps-document.[ch]:
889         * backend/ps/psdocument.evince-backend.in:
890         * backend/tiff/Makefile.am:
891         * backend/tiff/tiff-document.[ch]:
892         * backend/tiff/tiffdocument.evince-backend.in:
893         * libdocument/Makefile.am:
894         * libdocument/ev-backends-manager.[ch]:
895         * libdocument/ev-module.[ch]:
896         * libdocument/ev-document.h:
897         * libdocument/ev-document-factory.[ch]:
898         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
899         (get_compression_from_mime_type), (get_document_from_uri),
900         (ev_document_factory_get_document), (file_filter_add_mime_types),
901         (ev_document_factory_add_filters):
902         * shell/Makefile.am:
903         * shell/ev-window-title.c: (get_filename_from_uri):
904         * shell/main.c: (main):
905         * thumbnailer/Makefile.am:
906         * thumbnailer/evince-thumbnailer.c: (main):
907
908         Plugin system for backends. Fixes bug #351348.
909         
910 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
911
912         * shell/ev-view-private.h:
913         * shell/ev-view.c: (ev_view_drag_update_momentum),
914         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
915         (ev_view_button_release_event), (ev_view_destroy):
916         
917         Kinetic scrolling implemented as requested in
918         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
919
920 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
921
922         * data/evince-toolbar.xml:
923         * data/evince-ui.xml:
924         * shell/ev-view-private.h:
925         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
926         (ev_view_button_press_event), (ev_view_motion_notify_event),
927         (ev_view_button_release_event), (ev_view_init),
928         (ev_view_autoscroll_cb), (ev_view_autoscroll),
929         (ev_view_set_cursor):
930         * shell/ev-view.h:
931         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
932         (ev_window_cmd_view_autoscroll):
933         
934         Autoscroll feature with the context menu. Fixes bug 
935         #323670. Thanks to David Turner <cillian64@googlemail.com>.
936
937 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
940
941         Disconnect also page-ready signal when removing a job because the
942         page size has changed. Thanks to kripken
943         <kripkensteiner@gmail.com>.
944
945 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
946
947         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
948         
949         Scroll pages in page entry with mouse wheel. Fixes bug
950         #324122. Thanks to David Turner <cillian64@googlemail.com>.
951
952 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * backend/dvi/Makefile.am:
955         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
956         (mdvi_cairo_device_init):
957         * backend/dvi/mdvi-lib/common.h:
958         * backend/dvi/mdvi-lib/mdvi.h:
959         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
960         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
961         (mdvi_build_path_from_cwd):
962
963         Add ps specials support in dvi backend when libspectre is
964         present. Fixes bug #386005.
965         
966 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * configure.ac:
969         * backend/ps/Makefile.am:
970         * backend/ps/ev-spectre.[ch]:
971         
972         Use libspectre, if available, for the ps backend. Fixes bugs
973         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
974
975 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
976         
977         * backend/comics/comics-document.c: (comics_document_load):
978         
979         Cygwin build issue fix.
980
981 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
982
983         * shell/ev-view.c: (ev_view_set_zoom):
984
985         Do not limit the minimum zoom factor when sizing mode is best bit
986         or fit width. Fixes bug #503805.
987         
988 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
991         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
992         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
993         (ev_link_dest_get_property), (ev_link_dest_set_property),
994         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
995         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
996         (ev_link_dest_new_fitr):
997         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
998         (goto_fith_dest), (goto_xyz_dest):
999
1000         Do not change left, top and zoom values when they are null in PDF
1001         destinations. Fixes bug #460658.
1002         
1003 2007-12-10  Christian Persch  <chpe@gnome.org>
1004
1005         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1006         (ev_view_accessible_class_init),
1007         (ev_view_accessible_idle_do_action),
1008         (ev_view_accessible_action_do_action),
1009         (ev_view_accessible_action_get_description),
1010         (ev_view_accessible_action_set_description),
1011         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1012         (ev_view_accessible_factory_init),
1013         (ev_view_accessible_factory_get_accessible_type):
1014         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1015         private data, and G_DEFINE_TYPE. Bug #502843.
1016
1017 2007-12-08  Christian Persch  <chpe@gnome.org>
1018
1019         * shell/ev-metadata-manager.c: (item_free),
1020         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1021         (value_free), (parse_value), (parseItem),
1022         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1023         (save_values): Use GSlice to allocate small amounts of memory. Bug
1024         #475972.
1025
1026 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1027
1028         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1029
1030         Restore cursor to normal after a drag operation. Fixes bug
1031         #501603.
1032         
1033 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1034
1035         * NEWS:
1036         * configure.ac:
1037         
1038         Update for release 2.21.1
1039
1040 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * configure.ac:
1043         * cut-n-paste/gedit-message-area/Makefile.am:
1044         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1045         * shell/Makefile.am:
1046         * shell/ev-message-area.[ch]:
1047         * shell/ev-window.c: (ev_window_set_message_area),
1048         (ev_window_error_message_response_cb), (ev_window_error_message),
1049         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1050         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1051         (ev_attachment_popup_cmd_open_attachment),
1052         (attachment_save_dialog_response_cb), (ev_window_set_document),
1053         (ev_window_init):
1054
1055         Use a message area instead of a popup dialog for error
1056         notifications. Fixes bug #337495.
1057         
1058 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1061         (ev_window_run_fullscreen):
1062
1063         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1064         
1065 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * ev-sidebar-thumbnails.c: (update_visible_range),
1068         (ev_sidebar_thumbnails_refresh),
1069         (ev_sidebar_thumbnails_set_document),
1070         (ev_sidebar_thumbnails_support_document):
1071
1072         Show thumbnails for documents with one page. Fixes bug #358751.
1073         
1074 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-window.c:
1077         (ev_window_load_print_settings_from_metadata),
1078         (ev_window_save_print_settings), (ev_window_print_finished),
1079         (ev_window_print_range):
1080
1081         Print settings that are specific to the document are now saved per
1082         document in the metadata file. Fixes bug #488806.
1083         
1084 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1085
1086         * backend/tiff/tiff-document.c: (tiff_document_render):
1087
1088         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1089         
1090 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-application.[ch]: (get_find_string_from_args),
1093         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1094         (ev_application_open_uri_list):
1095         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1096         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1097         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1098         (ev_window_cmd_recent_file_activate),
1099         (ev_window_open_recent_action_item_activated),
1100         (ev_window_print_send), (open_remote_link):
1101         * shell/main.c: (arguments_parse):
1102
1103         Add a command line option for search. Fixes bug #497710.
1104         
1105 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1106
1107         * shell/ev-jobs.c: (ev_job_print_new):
1108
1109         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1110         
1111 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * data/evince-toolbar.xml:
1114         * shell/Makefile.am:
1115         * shell/ev-application.c: (ev_application_init):
1116         * shell/ev-open-recent-action.[ch]:
1117         * shell/ev-window.c:
1118         (ev_window_open_recent_action_item_activated),
1119         (register_custom_actions):
1120
1121         Add an expander to the open toolbar item which pops up a dropdown
1122         menu with the recently used documents. Fixes bug #487215.
1123         
1124 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_open_uri),
1127         (ev_window_cmd_view_reload):
1128
1129         Do not jump to the first page when reloading by running evince
1130         from the command line. Fixes bug #490847.
1131         
1132 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1133
1134         * shell/ev-window.c: (ev_window_cmd_help_contents):
1135
1136         Plugged memory leak when help file is not found. Fixes bug
1137         #490762.
1138         
1139 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * configure.ac:
1142
1143         Enable djvu, dvi and comics backends by default. Fixes bug
1144         #437121.
1145         
1146 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * configure.ac:
1149         * cut-n-paste/Makefile.am:
1150         * cut-n-paste/recent-files/*: Removed
1151         * help/reference/Makefile.am:
1152         * shell/Makefile.am:
1153         * shell/ev-application.[ch]: (ev_application_shutdown),
1154         (ev_application_init):
1155         * shell/ev-window.c: (ev_window_add_recent),
1156         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1157
1158         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1159         
1160 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1161
1162         * shell/ev-window.c: (launch_external_uri):
1163
1164         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1165         and report error if the URL is not supported (#489910).
1166
1167 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1170         (pdf_document_file_exporter_begin_page),
1171         (pdf_document_file_exporter_end_page):
1172
1173         Fix printing with poppler splash backend. Fixes bug #489774.
1174         
1175 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1178         * shell/ev-print-job.c: (ev_print_job_class_init):
1179
1180         Fix a crash when printing with the gnome-print dialog. Fixes bug
1181         #488939.
1182         
1183 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1184
1185         * backend/pixbuf/pixbuf-document.c:
1186
1187         Fix an implicit function definition warning (#487655)
1188
1189 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-window.c:
1192
1193         Fix conflicting shortcut for view sade pane and presentation.
1194         
1195 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * backend/pdf/ev-poppler.cc:
1198         (pdf_document_file_exporter_begin_page),
1199         (pdf_document_file_exporter_do_page),
1200         (pdf_document_file_exporter_end_page),
1201         (pdf_document_file_exporter_iface_init):
1202         * libdocument/ev-file-exporter.[ch]:
1203         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1204         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1205         (ev_job_print_run):
1206
1207         When printing multiple pages per sheet in reverse option, do not
1208         invert the order of the pages in every sheet, but the order of the
1209         sheets. Do not print blank pages when page range is invalid. Fixes
1210         bugs #484857 and #485521.
1211         
1212 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1213
1214         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1215         (ev_job_print_run):
1216         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1217
1218         Respect ranges order when printing more than one range in random
1219         order.
1220         
1221 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1222
1223         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1224         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1225
1226         Rotate also the window icon when document is rotated. Fixes bug
1227         #474681.
1228         
1229 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1232         (pdf_document_forms_get_form_fields):
1233
1234         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1235         Matthias Drochner.
1236         
1237 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * configure.ac:
1240         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1241
1242         Use poppler_page_render_for_printing() instead of
1243         poppler_page_render() if available when exporting to a ps or pdf
1244         file. Fixes bug #476627.
1245         
1246 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * shell/ev-window.c: (ev_window_run_fullscreen):
1249
1250         Do not show the toolbar in fullscreen mode if the main toolbar is
1251         not visible. Fixes bug #483048.
1252         
1253 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * shell/ev-view.c: (ev_view_button_press_event):
1256
1257         Give priority to form fields over images when deciding whether a
1258         button press event is over an image or form field. It allows edit
1259         form fields when they are over a background image. Fixes bug
1260         #477841.
1261         
1262 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * NEWS:
1265         * configure.ac:
1266         
1267         Update for release 2.20.0
1268
1269 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * backend/pdf/ev-poppler.cc:
1272
1273         Remove #ifdef HAVE_FORMS, so that forms support works again.
1274
1275 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1276
1277         * configure.ac:
1278         * data/evince.desktop.in.in:
1279         
1280         Fixes desktop file issues. See bug #473471.
1281
1282 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1285         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1286         (ev_job_queue_remove_job):
1287         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1288         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1289         * shell/ev-window.c: (ev_window_clear_save_job),
1290         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1291         (ev_window_dispose):
1292
1293         Move save a copy task to its own job so that it's carried out in a
1294         thread avoiding another lock in the main thread. Use
1295         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1296         can be saved to a pathin another file system. Fixes bug #456891.
1297         
1298 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1299
1300         * NEWS:
1301         * configure.ac:
1302         
1303         Update for release 2.19.92
1304
1305 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * configure.ac:
1308         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1309         (pdf_selection_get_selection_region),
1310         (pdf_selection_get_selection_map),
1311         (ev_form_field_from_poppler_field):
1312
1313         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1314         and triple click selections are enabled again now.
1315
1316 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * shell/ev-window.c: (ev_window_add_history):
1319
1320         Make sure not to use the history with documents not supporting
1321         links. Fixes bug #468954.
1322
1323 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-window.c: (ev_window_load_job_cb):
1326
1327         Restart the search when reloading a document with the find bar
1328         visible. Fixes bug #461962.
1329
1330 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * shell/ev-window.c: (setup_document_from_metadata),
1333         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1334
1335         Do not jump to the first page when reloading a document from the
1336         last page.
1337
1338 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/ev-window.c: (update_chrome_flag),
1341         (setup_sidebar_from_metadata),
1342         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1343         (ev_window_cmd_edit_find_next),
1344         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1345         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1346         (find_bar_close_cb), (view_actions_focus_in_cb):
1347
1348         Do not update visibility when changing a chrome flag so that it's
1349         possible to update several flags and update visibility only once
1350         for all of them.
1351
1352 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1355
1356         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1357         supported by gtk+. Fixes bug #460907.
1358
1359 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-view.c: (view_update_range_and_current_page):
1362
1363         Make sure current-page <= end-page in continuous mode. Fixes bug
1364         #454950.
1365
1366 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/pdf/ev-poppler.cc: (build_tree):
1369
1370         Ignore outline items without a title. Fixes bug #453913.
1371
1372 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1375         (ev_view_button_release_event), (ev_view_leave_notify_event):
1376
1377         Use always drag mouse cursor during a drag operation. Fixes bug
1378         #470564.
1379
1380 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1383         (pdf_selection_get_selection_region),
1384         (pdf_selection_get_selection_map):
1385
1386         Temporarily disable double and triple selections since it depends on
1387         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1388         released and the update of the external dependency minimal version
1389         approved.
1390
1391 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1394         (pdf_document_file_exporter_do_page):
1395         * libdocument/ev-file-exporter.h:
1396         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1397         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1398
1399         Actually fix printing regressions. Remove orientation from
1400         EvPrintContext since it's redundant.
1401
1402 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1403
1404         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1405         * backend/impress/impress-document.c:
1406         (impress_document_document_iface_init):
1407         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1408         * backend/djvu/djvu-document.c:
1409         (djvu_document_document_iface_init),
1410         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1411         * backend/tiff/tiff-document.c:
1412         (tiff_document_document_iface_init):
1413         * backend/pixbuf/pixbuf-document.c:
1414         (pixbuf_document_document_iface_init):
1415         * backend/comics/comics-document.c:
1416         (comics_document_document_iface_init):
1417         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1418         (pdf_selection_render_selection),
1419         (pdf_selection_get_selected_text),
1420         (pdf_selection_get_selection_region),
1421         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1422         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1423         (ev_selection_get_selection_region),
1424         (ev_selection_get_selection_map):
1425         * libdocument/ev-document.[ch]:
1426         * shell/ev-pixbuf-cache.[ch]: (add_job),
1427         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1428         * shell/ev-view-private.h:
1429         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1430         (ev_job_render_run):
1431         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1432         * shell/ev-view.c: (start_selection_for_event),
1433         (ev_view_button_press_event), (ev_view_drag_data_get),
1434         (ev_view_drag_data_received), (ev_view_button_release_event),
1435         (compute_new_selection_text), (compute_selections),
1436         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1437         (ev_view_primary_get_cb):
1438
1439         Add support for double and triple click selections.
1440
1441 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1442
1443         * NEWS:
1444         * configure.ac:
1445
1446         Update for release 2.19.4
1447
1448 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1449
1450         * shell/ev-view-private.h:
1451         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1452         (ev_view_set_highlight_search):
1453         * shell/ev-view.h:
1454         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1455         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1456         (find_bar_visibility_changed_cb):
1457         
1458         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1459
1460 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1461
1462         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1463         (pdf_document_file_exporter_begin),
1464         (pdf_document_file_exporter_do_page):
1465         * shell/ev-jobs.c: (ev_job_print_run):
1466         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1467
1468         Create always a portrait cairo surface and rotate when needed for
1469         landscape. It fixes printing problems in real printers.
1470
1471 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1472
1473         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1474         * libdocument/ev-file-exporter.[ch]:
1475         (ev_file_exporter_get_capabilities):
1476         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1477         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1478
1479         Adjust number of pages per row according to page orientation when
1480         printing 2 or 6 pages per sheet.
1481
1482 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * shell/ev-window.c: (ev_window_print_send):
1485
1486         Reset also cups setting to 1 when printing multiple pages per
1487         sheet. Fixes bug #468853.
1488
1489 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * libdocument/ev-document-misc.c:
1492         (ev_document_misc_surface_rotate_and_scale):
1493
1494         Use directly cairo_surface_get_content() when creating a similar
1495         surface as suggested by Jeff Muizelaar. Thanks again.
1496
1497 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * backend/djvu/djvu-document.c: (djvu_document_render):
1500         * backend/tiff/tiff-document.c: (tiff_document_render):
1501         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1502         * libdocument/ev-document-misc.c:
1503         (ev_document_misc_surface_from_pixbuf),
1504         (ev_document_misc_surface_rotate_and_scale):
1505
1506         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1507         creating page surfaces. Fixes bug #453123. Thank you very much to
1508         Jeff Muizelaar <jeff@infidigm.net>.
1509
1510 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1511
1512         * shell/ev-page-cache.c: (ev_page_cache_new),
1513         (ev_page_cache_get_thumbnail_size):
1514         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1515         (ev_sidebar_thumbnails_set_loading_icon):
1516
1517         Also store in page-cache the dimensions of the thumbnails so that
1518         they can be used to create the correct loading icon in the side
1519         pane. Fixes bug #466857.
1520
1521 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * backend/pdf/ev-poppler.cc:
1524         (pdf_document_thumbnails_get_thumbnail):
1525
1526         Fix thumbnails rotation in pdf documents that include embedded 
1527         thumbnails.
1528
1529 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1530
1531         * backend/pdf/ev-poppler.cc:
1532
1533         Don't use #ifdef in macro expansion. Some compilers don't
1534         like that. Closes bug #467042.
1535
1536 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1537
1538         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1539         
1540         Fixes memory leak in djvu backend.
1541
1542 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1543
1544         * data/icons/32x32/Makefile.am:
1545         * data/icons/32x32/actions/Makefile.am:
1546         * data/icons/32x32/actions/view-page-cont.svg:
1547         * data/icons/32x32/actions/view-page-facing.svg:
1548         * data/icons/48x48/Makefile.am:
1549         * data/icons/48x48/actions/Makefile.am:
1550         * data/icons/48x48/actions/view-page-cont.svg:
1551         * data/icons/48x48/actions/view-page-facing.svg:
1552         
1553         Icons for a new sizes.
1554
1555 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1556
1557         * shell/ev-page-cache.c: (build_height_to_page),
1558         (ev_page_cache_get_height_to_page):
1559         
1560         Fixes invalid read, see bug #466401.
1561
1562 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1565         (set_drag_cursor):
1566         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1567         (configure_item_cursor), (new_pixbuf_from_widget):
1568
1569         Fix multihead problems in toolbar editor. Fixes bug #382055.
1570
1571 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-window.c: (ev_window_cmd_file_open),
1574         (ev_window_cmd_save_as):
1575
1576         Use g_get_user_special_dir when available instead of
1577         xdg_user_dir_lookup.
1578
1579 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1580
1581         * MAINTAINERS:
1582         
1583         Updated according to request on desktop-devel.
1584
1585 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1586
1587         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1588
1589         Do not use cairo_rectangle and cairo_clip since we are
1590         not using cairo_fill but cairo_paint. Use the same cairo context
1591         for every page in the same expose event.
1592
1593 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1594
1595         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1596         leak.
1597
1598 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * configure.ac:
1601         * NEWS:
1602
1603         Release 0.9.3
1604
1605 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * libdocument/ev-document-info.h:
1608         * libdocument/ev-document.h:
1609         * shell/ev-page-action.h:
1610         * shell/ev-sidebar-links.h:
1611
1612         Fix a headers problem with ev-link
1613         
1614         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1615         * shell/ev-view-private.h:
1616         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1617         (get_link_area), (ev_view_query_tooltip),
1618         (ev_view_leave_notify_event), (ev_view_destroy),
1619         (ev_view_class_init):
1620
1621         Use new gtk tooltips when available instead of ev-tooltip.
1622         
1623 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-window.c: (update_chrome_visibility),
1626         (ev_window_sidebar_visibility_changed_cb):
1627
1628         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1629         
1630 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-navigation-action.c:
1633         (ev_navigation_action_history_changed),
1634         (ev_navigation_action_set_history):
1635         * shell/ev-navigation-action-widget.c:
1636         (ev_navigation_action_widget_init):
1637         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1638
1639         Fix compile warnings.
1640         
1641 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1644         (egg_editable_toolbar_dispose):
1645
1646         Fix memory leak.
1647         
1648 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1649
1650         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1651         (screensaver_disable_x11):
1652         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1653         * shell/ev-window.c: (presentation_set_timeout):
1654         * shell/ev-view.c: (ev_view_presentation_transition_start):
1655
1656         Use g_timeout_add_seconds instead of g_timeout_add when
1657         available.
1658         
1659 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1662
1663         Set horizontal scrollbar policy to AUTOMATIC instead of
1664         NEVER. Workaround for bug #449462.
1665         
1666 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * shell/ev-jobs.c: (ev_job_render_page_ready):
1669
1670         Add page_ready callback to main loop with high priority and hold
1671         a reference to job during idle.
1672         
1673 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * configure.ac:
1676         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1677         (pdf_document_file_exporter_begin),
1678         (pdf_document_file_exporter_do_page),
1679         (pdf_document_file_exporter_get_capabilities):
1680         * libdocument/ev-file-exporter.h:
1681         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1682         * shell/ev-window.c: (ev_window_print_send),
1683         (ev_window_print_dialog_response_cb):
1684
1685         Allow printing multiple pages per sheet. Fixes bug #395573.
1686         
1687 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1688
1689         * shell/ev-view.c: (tip_from_link):
1690         
1691         Check for NULL, fixes bug #460862.
1692
1693 2007-07-29  Christian Persch  <chpe@gnome.org>
1694
1695         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1696         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1697         (ev_window_cmd_preview_print):
1698         
1699         Fixes bug #437681 - blocks while enumerating printers.
1700
1701 2007-07-29  Christian Persch  <chpe@gnome.org>
1702
1703         * shell/ev-window.c: (ev_window_screen_changed):
1704         
1705         Don't use deprecated gtk+ function. See bug #460909.
1706
1707 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-utils.c: (get_num_monitors):
1710         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1711
1712         Do not use display before initializing it. Remove compile
1713         warnings.
1714
1715 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1716
1717         * shell/ev-view.c: (ev_view_class_init):
1718         
1719         Unix-like hjkl bindings added. See bug #458111.
1720
1721 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1722
1723         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1724         * shell/ev-utils.h:
1725         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1726         (ev_view_update_view_size):
1727         * shell/ev-view.h:
1728         * shell/ev-window.c: (ev_window_update_actions),
1729         (setup_view_from_metadata), (ev_window_screen_changed),
1730         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1731         (zoom_control_changed_cb):
1732         * shell/ev-window.h:
1733         
1734         Reorganizes utility functions.
1735
1736 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1739         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1740         (add_job), (ev_pixbuf_cache_get_surface),
1741         (ev_pixbuf_cache_get_link_mapping),
1742         (ev_pixbuf_cache_get_image_mapping),
1743         (ev_pixbuf_cache_get_form_field_mapping),
1744         (ev_pixbuf_cache_get_text_mapping):
1745         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1746         (notify_page_ready), (ev_job_render_page_ready),
1747         (ev_job_render_run):
1748
1749         Add page_ready signal to notify that page is ready as soon as
1750         possible even if other page elements like links, forms, images or
1751         text mapping are not ready yet.
1752
1753 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1754
1755         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1756         (dvi_document_file_exporter_do_page),
1757         (dvi_document_file_exporter_get_capabilities),
1758         (dvi_document_file_exporter_iface_init):
1759         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1760         (ps_document_file_exporter_do_page),
1761         (ps_document_file_exporter_get_capabilities),
1762         (ps_document_file_exporter_iface_init):
1763         * backend/djvu/djvu-document.c:
1764         (djvu_document_file_exporter_begin),
1765         (djvu_document_file_exporter_end),
1766         (djvu_document_file_exporter_get_capabilities),
1767         (djvu_document_file_exporter_iface_init):
1768         * backend/tiff/tiff-document.c:
1769         (tiff_document_file_exporter_begin),
1770         (tiff_document_file_exporter_get_capabilities),
1771         (tiff_document_document_file_exporter_iface_init):
1772         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1773         (pdf_document_file_exporter_do_page),
1774         (pdf_document_file_exporter_get_capabilities),
1775         (pdf_document_file_exporter_iface_init):
1776         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1777         (ev_file_exporter_get_capabilities):
1778         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1779         (idle_print_handler), (ev_print_job_print):
1780         * shell/ev-jobs.c: (ev_job_print_run):
1781         * shell/ev-window.c: (ev_window_print_send),
1782         (ev_window_print_range):
1783
1784         Use capabilities to know which options should be offered by the
1785         print dialog depending on the document backend.
1786
1787 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1790
1791         Give priority to forms over text to set the cursor.
1792
1793 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1794
1795         * shell/ev-view-private.h:
1796         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1797         (ev_view_leave_notify_event), (ev_view_finalize),
1798         (ev_view_get_property), (ev_view_class_init):
1799
1800         Use IBEAM cursor for text form fields and NORMAL cursor for read
1801         only fields. Remove unused status attribute.
1802
1803 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1806
1807         Update region for current selected items also for checkbox
1808         buttons, since they can behave as radio buttons when they are in a
1809         set.
1810
1811 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * configure.ac:
1814         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1815
1816         Get max length of text form fields.
1817
1818 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1821         * libdocument/ev-form-field.h:
1822         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1823
1824         Fix build with current poppler cvs head.
1825
1826 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1829         * shell/eggfindbar.c: (egg_find_bar_init):
1830
1831         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1832         deprecation. Fixes bug #455667
1833
1834 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1835
1836         * NEWS:
1837         * configure.ac:
1838         
1839         Update for release 0.9.2
1840
1841 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1842
1843         * shell/ev-view.c: (ev_view_form_field_text_save),
1844         (ev_view_form_field_choice_save):
1845
1846         Fix a crash when closing whith a form widget visible.
1847
1848 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1849
1850         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1851
1852         Update also the region of the current selected button when
1853         clicking on another button if they are radio buttons.
1854
1855 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1858         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1859         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1860         (ev_pixbuf_cache_get_link_mapping),
1861         (ev_pixbuf_cache_get_image_mapping),
1862         (ev_pixbuf_cache_get_form_field_mapping),
1863         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1864         * shell/ev-view.c: (ev_view_form_field_get_region),
1865         (ev_view_form_field_button_create_widget),
1866         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1867         (job_finished_cb):
1868
1869         Redraw only form field region instead of the whole page when
1870         reloading a page to show changes on the form field.
1871
1872 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * shell/ev-view.c: (ev_view_form_field_choice_save):
1875
1876         Fix selection of first item in list form fields.
1877
1878 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1881         (ev_pixbuf_cache_reload_page),
1882         (ev_pixbuf_cache_get_form_field_mapping):
1883
1884         Some refactoring to avoid duplicated code.
1885
1886 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * configure.ac:
1889         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1890         (ev_form_field_from_poppler_field),
1891         (pdf_document_forms_get_form_fields),
1892         (pdf_document_forms_form_field_text_get_text),
1893         (pdf_document_forms_form_field_text_set_text),
1894         (pdf_document_forms_form_field_button_set_state),
1895         (pdf_document_forms_form_field_button_get_state),
1896         (pdf_document_forms_form_field_choice_get_item),
1897         (pdf_document_forms_form_field_choice_get_n_items),
1898         (pdf_document_forms_form_field_choice_is_item_selected),
1899         (pdf_document_forms_form_field_choice_select_item),
1900         (pdf_document_forms_form_field_choice_toggle_item),
1901         (pdf_document_forms_form_field_choice_unselect_all),
1902         (pdf_document_forms_form_field_choice_set_text),
1903         (pdf_document_forms_form_field_choice_get_text),
1904         (pdf_document_document_forms_iface_init):
1905         * libdocument/Makefile.am:
1906         * libdocument/ev-form-field.[ch]:
1907         * libdocument/ev-document-forms.[ch]:
1908         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1909         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1910         (add_job), (ev_pixbuf_cache_reload_page),
1911         (ev_pixbuf_cache_get_form_field_mapping):
1912         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1913         * shell/ev-view-private.h:
1914         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1915         (ev_view_handle_cursor_over_xy),
1916         (ev_view_get_form_field_at_location),
1917         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1918         (ev_view_form_field_button_create_widget),
1919         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1920         (ev_view_form_field_text_create_widget),
1921         (ev_view_form_field_choice_save),
1922         (ev_view_form_field_choice_changed),
1923         (ev_view_form_field_choice_create_widget),
1924         (ev_view_handle_form_field), (ev_view_size_allocate),
1925         (ev_view_realize), (draw_end_presentation_page),
1926         (ev_view_button_press_event), (ev_view_remove_all),
1927         (ev_view_motion_notify_event), (ev_view_key_press_event),
1928         (ev_view_enter_notify_event), (highlight_find_results),
1929         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1930         (ev_view_class_init), (page_changed_cb),
1931         (on_adjustment_value_changed), (ev_view_set_presentation),
1932         (merge_selection_region), (ev_view_set_cursor),
1933         (ev_view_reset_presentation_state):
1934         
1935         Merge evince-forms branch.
1936
1937 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1938
1939         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1940
1941         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1942         This script also updates itself from libegg
1943
1944         * cut-n-paste/toolbar-editor/egg*:
1945         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1946         libegg
1947
1948 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1949
1950         * shell/ev-window.c:
1951         
1952         Adds a nice icon to page action during toolbar editing.
1953         See bug #452872.
1954
1955 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * data/evince-toolbar.xml:
1958         * shell/ev-window.c:
1959         
1960         Let user add a presentation and fullscreen icons on toolbar.
1961         See bug #449734.
1962
1963 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1964
1965         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1966
1967         new script to keep in sync with toolbareditor in libegg
1968
1969         * cut-n-paste/toolbar-editor/*: 
1970
1971         Run update-toolbareditor-from-libegg so we are in sync again. 
1972         Fixes bug #452850.
1973         
1974
1975 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * shell/ev-sidebar-links.c: (job_finished_callback):
1978
1979         Do not connect selection changed signal more than once. Fixes bug
1980         #349433.
1981
1982 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1983
1984         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1985
1986         Do not change sidebar chrome flag when pressing F9 key in
1987         presentation mode.
1988
1989 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * backend/pdf/ev-poppler.cc:
1992         (pdf_document_thumbnails_get_dimensions):
1993
1994         Make sure thumbnails width and height is not <= 0. Fixes a crash
1995         with some pdf documents which have really small pages.
1996
1997 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1998
1999         * shell/main.c: (main):
2000
2001         Fixes program description translation issue.
2002         Bug #450148.
2003
2004 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2005
2006         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2007
2008         Do not change current page when returning from black/white mode
2009         in presentation. Fixes bug #415032.
2010
2011 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2012
2013         * NEWS:
2014         * configure.ac:
2015         
2016         Update for release 0.9.1
2017
2018 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2019
2020         * backend/dvi/dvi-document.c:
2021         (dvi_document_finalize),
2022         (dvi_document_file_exporter_format_supported),
2023         (dvi_document_file_exporter_begin),
2024         (dvi_document_file_exporter_do_page),
2025         (dvi_document_file_exporter_end),
2026         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2027         
2028         PDF exporter for dvi documents. Fixes bug #441319.
2029
2030 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2031
2032         * shell/ev-window.c: (ev_window_clear_print_job):
2033
2034         Clear gtk print job when job has finished. Fixes bug #447612.
2035
2036 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * shell/ev-window.c: (ev_window_print_send),
2039         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2040
2041         Add preview button to print dialog. Fixes bug #445419.
2042
2043 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2044
2045         * backend/dvi/Makefile.am:
2046         * backend/dvi/pixbuf-device.[ch]: Removed
2047         * backend/dvi/cairo-device.[ch]: Added
2048         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2049         * backend/dvi/dvi-document.c: (dvi_document_load),
2050         (dvi_document_render), (dvi_document_finalize),
2051         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2052         (dvi_document_do_color_special):
2053         * libdocument/ev-document-misc.[ch]:
2054         (ev_document_misc_pixbuf_from_surface):
2055
2056         Port dvi backend to cairo and fix a problem with colors. 
2057
2058 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2059
2060         * shell/ev-view.c: (draw_one_page):
2061
2062         Draw only visible region.
2063
2064 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * backend/djvu/djvu-document.c: (djvu_document_render):
2067
2068         Fix rotation in djvu backend.
2069
2070 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2073         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2074         (ev_pixbuf_cache_get_image_mapping),
2075         (ev_pixbuf_cache_get_text_mapping):
2076
2077         Redraw view every time we have a new surface. Fixes bug #443587.
2078
2079 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2080
2081         * libdocument/ev-document.c: (ev_document_info_free):
2082
2083         Fix memory leaks.
2084
2085 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * backend/dvi/dvi-document.c: (dvi_document_render),
2088         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2089         * backend/impress/impress-document.c:
2090         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2091         (impress_document_render), (impress_document_document_iface_init),
2092         (impress_document_thumbnails_get_thumbnail):
2093         * backend/djvu/djvu-document-private.h:
2094         * backend/djvu/djvu-document.c: (djvu_document_render),
2095         (djvu_document_finalize), (djvu_document_document_iface_init),
2096         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2097         * backend/tiff/tiff-document.c: (tiff_document_render),
2098         (tiff_document_render_pixbuf),
2099         (tiff_document_document_iface_init):
2100         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2101         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2102         (pdf_selection_render_selection):
2103         * backend/comics/comics-document.c:
2104         (comics_document_render_pixbuf), (comics_document_render),
2105         (comics_document_document_iface_init):
2106         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2107         (pixbuf_document_document_iface_init):
2108         * libdocument/ev-document-misc.[ch]:
2109         (ev_document_misc_surface_from_pixbuf),
2110         (ev_document_misc_surface_rotate_and_scale):
2111         * libdocument/ev-document.[ch]: (ev_document_render):
2112         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2113         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2114         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2115         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2116         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2117         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2118         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2119         (render_finished_cb), (ev_job_render_run):
2120         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2121         (merge_selection_region):
2122
2123         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2124         and selections.
2125
2126 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * shell/ev-window-title.c: (ev_window_title_update):
2129
2130         Fix memory leak.
2131
2132 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-view.c: (draw_loading_text):
2135
2136         Show loading text centered. Fixes bug #433061
2137
2138 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-sidebar-thumbnails.c:
2141         (ev_sidebar_thumbnails_set_loading_icon):
2142
2143         Remove a mutex in the main thread that blocks the UI in heavy
2144         documents.
2145
2146 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2147
2148         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2149
2150         Set points_set to TRUE so that selections don't disappear after a
2151         zoom change.
2152
2153 2007-06-07  Michael Monreal  <infernux@web.de>
2154
2155         * data/icons/16x16/actions/Makefile.am:
2156         * data/icons/16x16/actions/zoom.svg:
2157         * data/icons/22x22/actions/Makefile.am:
2158         * data/icons/22x22/actions/zoom.svg:
2159         * data/icons/24x24/actions/Makefile.am:
2160         * shell/ev-stock-icons.c:
2161         * shell/ev-stock-icons.h:
2162         * shell/ev-window.c:
2163         
2164         Zoom icon artwork. See bug #444795.
2165
2166 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2167
2168         * shell/ev-metadata-manager.c: Remove extraneous function
2169         (Closes: #444386)
2170
2171 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2172
2173         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2174         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2175         (ev_metadata_manager_set), (ev_metadata_manager_save):
2176         Simplify the timeout, no need for modified anymore
2177
2178 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2179
2180         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2181         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2182         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2183         (ev_metadata_manager_save): Adapted patch from Arjan van de
2184         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2185         time, saves on power (Closes: #443851)
2186
2187 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * configure.ac:
2190         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2191         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2192
2193         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2194
2195 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2196
2197         * shell/ev-window.c: (ev_window_add_history):
2198
2199         Check if history is NULL
2200
2201 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2202
2203         * libdocument/ev-image.c: (ev_image_finalize):
2204         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2205         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2206         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2207         (ev_tmp_uri_unlink):
2208
2209         Add functions to delete temporary files created by evince in a safe
2210         way.
2211
2212         * shell/ev-window.c: (ev_window_clear_local_uri),
2213         (open_xfer_update_progress_callback),
2214         (save_xfer_update_progress_callback), (ev_window_save_remote),
2215         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2216         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2217         (attachment_save_dialog_response_cb),
2218         (ev_attachment_popup_cmd_save_attachment_as):
2219
2220         Allow saving a copy of a document, image or attachment to a remote
2221         location. Fixes bug #440754. 
2222
2223 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * configure.ac:
2226         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2227
2228         Fix build with current poppler from cvs head. 
2229
2230 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2231
2232         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2233
2234         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2235         directory exists.
2236
2237 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2238
2239         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2240         * shell/ev-window.c:
2241
2242         Change sidebar ordering. Fixes bug #439939.
2243
2244 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2245
2246         * backend/comics/Makefile.am:
2247         
2248         Fixes build with --without-libgnome.
2249
2250 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2251         
2252         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2253
2254         Update cursor and tooltip on page change and view scroll. Fixes bug
2255         #439217.
2256
2257 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2258
2259         * NEWS:
2260         * configure.ac:
2261         
2262         Update for release 0.9.0
2263
2264 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2265
2266         * backend/djvu/djvu-document-private.h:
2267         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2268         (djvu_document_finalize),
2269         (djvu_document_file_exporter_format_supported),
2270         (djvu_document_file_exporter_begin),
2271         (djvu_document_file_exporter_do_page),
2272         (djvu_document_file_exporter_end),
2273         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2274         
2275         Implemented printing with djvu. Bug #437998.
2276
2277 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2278
2279         * backend/impress/zip.c:
2280         Add missing ulong definition.
2281
2282         * backend/ps/ps-interpreter.c:
2283         Add missing headers.
2284
2285         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2286
2287 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2290
2291         Add missing call to parent class dispose method. 
2292
2293 2007-05-12  Ross Burton  <ross@openedhand.com>
2294
2295         * shell/main.c:
2296         Sync keybindings manually when building without libgnome
2297         (#437925).
2298
2299 2007-05-12  Ross Burton  <ross@openedhand.com>
2300
2301         * shell/ev-window.c:
2302         Respect the screen when opening help (#437866).
2303
2304 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2305
2306         * data/evince-ui.xml:
2307         * shell/ev-application.[ch]: (get_print_settings_from_args),
2308         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2309         (ev_application_open_uri_list):
2310         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2311         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2312         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2313         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2314         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2315         (ev_window_dispose):
2316         * shell/main.c: (arguments_parse):
2317
2318         Add print button in preview mode. Fixes bug #396475. 
2319
2320 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2321
2322         * cut-n-paste/zoom-control/ephy-zoom.h:
2323         
2324         Fixes zoom level factors. See bug #408119 for details.
2325
2326 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2327
2328         * backend/comics/comics-document.c: (comics_regex_quote),
2329         (extract_argv):
2330         
2331         Correctly quote symbols. Fixes crash in the bug
2332         #415370.
2333
2334 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2335
2336         * shell/ev-navigation-action-widget.c:
2337         (ev_navigation_action_widget_init),
2338         (ev_navigation_action_widget_class_init),
2339         (ev_navigation_action_widget_button_press_event):
2340         
2341         Connect to button-press event on correct widget. Fixes
2342         bug #431988
2343
2344 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2345
2346         * shell/ev-application.c: (ev_application_open_window),
2347         (ev_application_add_icon_path_for_screen),
2348         (ev_application_open_uri_at_dest):
2349         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2350         * shell/ev-navigation-action.c: (build_menu):
2351         
2352         Add app-specific icons to our icon theme. Fixes bug
2353         #425508.
2354
2355 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * shell/ev-history.c: (ev_history_class_init),
2358         (ev_history_add_link):
2359         * shell/ev-history.h:
2360         * shell/ev-navigation-action.c:
2361         (ev_navigation_action_history_changed),
2362         (ev_navigation_action_set_history), (build_menu),
2363         (ev_navigation_action_finalize):
2364         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2365         
2366         Make navigation action unsensitive instead of showing
2367         menu with unsensitive word. Fixes bug #417392.
2368
2369 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2370
2371         * shell/ev-application.[ch]: (ev_application_shutdown),
2372         (ev_application_get_print_settings),
2373         (ev_application_set_print_settings):
2374         * shell/ev-window.c:
2375
2376         Remember print settings. Fixes bug #349102. 
2377
2378 2007-05-08  Christian Persch  <chpe@gnome.org>
2379
2380         * configure.ac:
2381         * properties/ev-properties-view.c:
2382
2383         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2384         Bug #382438.
2385
2386 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * configure.ac:
2389         * properties/ev-properties-view.c: (ev_regular_paper_size):
2390
2391         Use gtk+ builtin paper list to identify the document's paper size.
2392         Fixes bug #382438. 
2393
2394 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * configure.ac:
2397
2398         Fix build when compiling with thumbnailer and libgnome support. 
2399
2400 2007-05-04  Ross Burton  <ross@openedhand.com>
2401
2402         * configure.ac:
2403         Add --without-libgnome, check for libgnome and libgnomeui
2404         separately, and add them to the symbols as required.
2405
2406         * libdocument/ev-file-helpers.c:
2407         When building without libgnome, use g_get_user_config_dir instead
2408         of gnome_user_dir_get.
2409
2410         * shell/ev-application.c:
2411         When building without libgnome, don't use session management.
2412
2413         * shell/main.c:
2414         When building without libgnome, don't use GnomeProgram or
2415         initialise the authentication manager.
2416
2417         This fixes #328842.
2418
2419 2007-05-04  Ross Burton  <ross@openedhand.com>
2420
2421         * shell/ev-window.c:
2422         Don't use libgnome to open help, instead call Yelp directly.
2423
2424 2007-05-04  Ross Burton  <ross@openedhand.com>
2425
2426         * shell/ev-sidebar-attachments.c:
2427         Don't use libgnome to lookup icons for MIME types, instead copy
2428         code from GTK+ to do it manually.
2429
2430 2007-05-04  Ross Burton  <ross@openedhand.com>
2431
2432         * configure.ac:
2433         Add libxml to the dependencies for SHELL_CORE (#435818).
2434
2435 2007-05-02  Ross Burton  <ross@openedhand.com>
2436
2437         * configure.ac:
2438         * Makefile.am:
2439         Add --disable-thumbnailer (#434825)
2440
2441 2007-05-02  Ross Burton  <ross@openedhand.com>
2442
2443         * shell/ev-window.c:
2444         Add missing includes, fix indentation.
2445
2446         * shell/main.c:
2447         Fix indentation.
2448
2449 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2450
2451         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2452         ev_application_open_uri_at_dest instead of ev_application_open_uri
2453         preventing new document always being opened in a new window even if there
2454         is an empty window.
2455
2456 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2457
2458         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2459         (egg_recent_view_uimanager_finalize):
2460         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2461         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2462         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2463         (ev_pixbuf_cache_dispose):
2464         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2465         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2466         
2467         Add missing chain to parent class methods. Fixes
2468         bug #433128.
2469
2470 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2471
2472         * data/Makefile.am (update-icon-cache): Updates
2473         gtk-update-icon-cache in uninstall-hook.
2474
2475 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (ev_window_setup_document),
2478         (ev_window_set_document), (ev_window_load_job_cb):
2479         * shell/ev-view.c: (setup_caches):
2480         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2481
2482         Start rendering pages before any other jobs. 
2483
2484 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * shell/ev-window.c: (ev_window_stop_fullscreen),
2487         (ev_window_stop_presentation):
2488
2489         Update chrome visibility before window unfullscreen. 
2490
2491 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * data/Makefile.am:
2494         * data/evince-ui.xml:
2495         * shell/ev-stock-icons.[ch]:
2496         * shell/ev-application.[ch]: (ev_application_shutdown),
2497         (ev_application_init), (ev_application_get_toolbars_model):
2498         * shell/ev-window.c: (update_chrome_visibility),
2499         (fullscreen_toolbar_setup_item_properties),
2500         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2501         (ev_window_run_presentation), (ev_window_stop_presentation),
2502         (ev_window_run_preview), (ev_window_screen_changed),
2503         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2504         (ev_window_dispose), (ev_window_init):
2505
2506         Make fullscreen toolbar always visible. Do not use egg toolbars for
2507         fullscreen and preview modes since such toolbars are not editables.
2508         Fixes bugs #300278, #338910 and #316188.  
2509
2510 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2511
2512         * shell/ev-application.c:
2513         * shell/ev-job-queue.c:
2514         * shell/ev-metadata-manager.c:
2515         * shell/ev-stock-icons.c:
2516         * shell/ev-window.c:
2517         * shell/main.c:
2518         
2519         Developers documentation updated.
2520
2521 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2522
2523         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2524
2525         Check whether uri is valid before launching it. Fixes bug #427664.
2526
2527 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2528
2529         * shell/ev-window.c:
2530
2531         Change key accelerator for Open a Copy menu entry which is in conflict
2532         with Close. Fixes bug #427321.
2533
2534 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2535
2536         * NEWS:
2537         * configure.ac:
2538         
2539         Update for release 0.8.1
2540
2541 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2542
2543         * shell/ev-window.c: (setup_size_from_metadata):
2544         
2545         Do not make window bigger than screen. Fixes bug 
2546         #388985.
2547
2548 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2549
2550         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2551         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2552
2553         Use default resolution when it's not provided by document. Fixes bug
2554         #408762.
2555
2556 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * configure.ac:
2559         * thumbnailer/Makefile.am:
2560         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2561         * thumbnailer/evince-thumbnailer.schemas.in:
2562         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2563
2564         Add support for ps, eps and compressed documents thumbnails. Do not
2565         ignore size parameter. 
2566
2567 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2568
2569         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2570         (dvi_document_do_color_special):
2571         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2572
2573         Implement font color specials in the DVI backend. Fixes bug #303651.
2574
2575 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2576
2577         Fixup the previous commit:
2578
2579         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2580         * shell/xdg-user-dir-lookup.c: Make the function non-static
2581         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2582
2583 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2584
2585         * shell/ev-window.c (file_open_dialog_response_cb): Use
2586         the xdg-user-dirs DOCUMENTS folder as default folder when
2587         opening a file chooser.  (#424858)
2588
2589         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2590         xdg-user-dirs.
2591
2592 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2593
2594         * shell/ev-window.c: (ev_window_load_job_cb):
2595
2596         Do not setup view from metadata on preview mode. 
2597
2598 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * shell/main.c:
2601
2602         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2603
2604 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * shell/ev-view.c: (ev_view_primary_get_cb):
2607
2608         Check pointer != NULL before using it. Fixes bug #416841. 
2609
2610 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2611
2612         * NEWS:
2613         * configure.ac:
2614         
2615         Release 0.8.0
2616
2617 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2620
2621         Do not render thumbnails when sidebar thumbnail page is not visible
2622         at startup. Fixes bug #416447. 
2623
2624 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2625
2626         * data/evince.desktop.in.in:
2627
2628         "Application" is not a valid category in the freedesktop specification.
2629
2630 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * libdocument/ev-file-helpers.[ch]: (compression_run),
2633         (ev_file_uncompress), (ev_file_compress):
2634         * shell/ev-window.c: (file_save_dialog_response_cb):
2635
2636         Save document compressed when saving a copy of a compressed document.
2637         Fixes bug #334542.
2638
2639 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2640
2641         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2642
2643         Allow deleting in goto window entry in presentation mode. 
2644
2645 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2646
2647         * Makefile.am: Dist MAINTAINERS.
2648
2649 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/ev-window.c: (ev_window_update_actions):
2652
2653         Fix zoom shortcut keys when searching. Fixes bug #409828.
2654
2655 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-window.c: (ev_window_setup_document):
2658
2659         Fix crash when loading documents with only one page. 
2660
2661 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * backend/dvi/dvi-document.c:
2664         (dvi_document_thumbnails_get_dimensions),
2665         (dvi_document_thumbnails_get_thumbnail):
2666         * backend/impress/impress-document.c:
2667         (impress_document_thumbnails_get_thumbnail),
2668         (impress_document_thumbnails_get_dimensions):
2669         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2670         (ps_document_thumbnails_get_dimensions):
2671         * backend/djvu/djvu-document.c:
2672         (djvu_document_thumbnails_get_dimensions),
2673         (djvu_document_thumbnails_get_thumbnail):
2674         * backend/tiff/tiff-document.c:
2675         (tiff_document_thumbnails_get_thumbnail),
2676         (tiff_document_thumbnails_get_dimensions):
2677         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2678         (pdf_document_thumbnails_get_thumbnail),
2679         (pdf_document_thumbnails_get_dimensions):
2680         * backend/comics/comics-document.c:
2681         (comics_document_thumbnails_get_thumbnail),
2682         (comics_document_thumbnails_get_dimensions):
2683         * backend/pixbuf/pixbuf-document.c:
2684         (pixbuf_document_thumbnails_get_thumbnail),
2685         (pixbuf_document_thumbnails_get_dimensions):
2686         * libdocument/ev-document-thumbnails.[ch]:
2687         (ev_document_thumbnails_get_thumbnail),
2688         (ev_document_thumbnails_get_dimensions):
2689         * libdocument/ev-document-misc.[ch]:
2690         (ev_document_misc_get_thumbnail_frame):
2691         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2692         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2693         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2694         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2695         (ev_sidebar_thumbnails_refresh):
2696         * shell/ev-window.c: (ev_window_setup_document):
2697         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2698
2699         Use an EvRenderContext for rendering thumbnails instead of a suggested
2700         width, so that different sized pages get sized proportionally.
2701
2702 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2703
2704         * shell/ev-view.c: (ev_view_button_press_event),
2705         (ev_view_key_press_event):
2706
2707         Fix critical warnings when there is no document loaded. 
2708
2709 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2710
2711         * shell/ev-page-action-widget.c:
2712         * shell/ev-navigation-action.c:
2713         * shell/ev-window.c:
2714
2715         Fix compile warnings. 
2716
2717 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * backend/djvu/djvu-text.h:
2720         * backend/djvu/djvu-document.c:
2721         * backend/djvu/djvu-text-page.c:
2722         * backend/djvu/djvu-links.c:
2723         * backend/djvu/djvu-text-page.h:
2724         * backend/djvu/djvu-text.c:
2725         
2726         Fix build on Mac. Fixes bug #392186. Patch by
2727         <ephraim_owns@hotmail.com>
2728
2729 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2730
2731         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2732
2733         Restore cairo context before rendering every page when printing a PDF
2734         document into a PDF file. 
2735
2736 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * backend/ps/gstypes.h:
2739         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2740         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2741         (ps_document_thumbnails_get_thumbnail):
2742
2743         Handle PostScript page orientation. Fixes bug #318568.
2744
2745 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2746
2747         * backend/ps/Makefile.am:
2748         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2749         (document_load), (ps_document_load), (save_document),
2750         (save_page_list), (ps_document_get_n_pages),
2751         (ps_document_get_page_size), (ps_document_get_info),
2752         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2753         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2754         (ps_document_thumbnails_get_thumbnail),
2755         (ps_document_thumbnails_get_dimensions),
2756         (ps_document_document_thumbnails_iface_init):
2757         * backend/ps/ps.[ch]: (psgetpagebox):
2758         * backend/ps/ps-interpreter.[ch]:
2759
2760         Add support for thumbnails in ps backend. Fixes bug #164755. 
2761
2762 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * NEWS:
2765         * configure.ac:
2766         
2767         Release 0.7.2
2768
2769 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2772         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2773         (ev_window_dispose):
2774
2775         Use document thumbnail as window icon. Fixes bug #384442.
2776
2777 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2778
2779         * configure.ac:
2780
2781         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2782         duplicated adding application/x-bzpostscript instead. 
2783
2784 2007-02-11  Tom Parker  <palfrey@tevp.net>
2785
2786         * backend/ps/ps-document.c: (document_load):
2787
2788         Check return value of psscan before trying
2789         to use it. Fixes bug #372414.
2790
2791 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2794
2795         Fix invalid free in ev-page-cache. Fixes bug #404745.
2796
2797 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2798
2799         * test/Makefile.am:
2800         * test/test3.py:
2801         
2802         Added reload test case.
2803
2804 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * po/POTFILES.in:
2807         * backend/djvu/djvu-document.c: (djvu_document_load):
2808
2809         Check whether there are missing files in indirect multipage djvu
2810         documents. Fixes bug #361683. 
2811
2812 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2813
2814         * test/Makefile.am:
2815         * test/test-mime.bin:
2816         * test/test3.py:
2817         
2818         Added test for slow mime type
2819
2820 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2823
2824         Add some checks and call parent_class->finalize. Fixes bug #404745.
2825
2826 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2827
2828         * shell/ev-navigation-action.c: (connect_proxy):
2829         
2830         Fixes dropdown history menu. Thanks a lot Carlos!
2831
2832 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2833
2834         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2835
2836         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2837         bug #373715.
2838
2839 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2840
2841         * backend/ps/ps.c: (psscan):
2842
2843         Fix memory leak. 
2844
2845 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2846
2847         * configure.ac:
2848         * libdocument/ev-file-helpers.c: 
2849
2850         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2851
2852 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2853
2854         * configure.ac:
2855         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2856         (ps_interpreter_start), (document_load), (save_document),
2857         (save_page_list):
2858         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2859         * libdocument/ev-document-factory.c:
2860         (ev_document_factory_get_from_mime), (get_document_from_uri),
2861         (free_uncompressed_uri), (ev_document_factory_get_document):
2862         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2863
2864         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2865
2866 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * libdocument/ev-document.h:
2869
2870         Fix typo in function name. 
2871
2872 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * backend/ps/ps-document.c: (ps_interpreter_finished),
2875         (ps_interpreter_start), (ps_interpreter_failed):
2876
2877         Handle ghostscript interpreter crashes. 
2878
2879 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-window.c: (ev_window_open_uri),
2882         (window_configure_event_cb):
2883
2884         Setup window size and position before showing it. Fixes bug #401711.
2885
2886 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * backend/ps/Makefile.am:
2889         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2890         (ps_document_dispose), (ps_document_class_init),
2891         (ps_interpreter_input), (ps_interpreter_output),
2892         (ps_interpreter_error), (setup_interpreter_env),
2893         (ps_interpreter_start), (ps_interpreter_stop),
2894         (ps_interpreter_failed), (ps_interpreter_is_ready),
2895         (check_filecompressed), (document_load), (ps_document_load),
2896         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2897         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2898         (render_page):
2899
2900         Rework ps-document. Code cleanups, remove deprecated code. 
2901
2902 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-view.c: (ev_view_button_press_event):
2905
2906         Do not start an image drag and drop operation when pointer is on 
2907         text, so that we can select text when the whole background is an
2908         image. 
2909
2910 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2911
2912         * shell/ev-window.c: (ev_window_update_actions): 
2913
2914         Disable all zoom related actions during presentation mode. 
2915
2916 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2917
2918         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2919
2920         Do not zoom in or out on presentation mode. Fixes bug #401305.
2921
2922 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2923
2924         * shell/ev-navigation-action.c: (connect_proxy),
2925         (create_menu_item), (ev_navigation_action_class_init):
2926         
2927         Correctly show menu and fix crash when navigaton 
2928         action is out of toolbar visible area.
2929
2930 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2931
2932         * data/Makefile.am:
2933         * data/evince.1:
2934         
2935         Added man file
2936
2937 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2938
2939         * help/reference/* :
2940         * configure.ac:
2941         
2942         Added gtk-doc based documentation for Evince.
2943         Still in initial state but I hope it will
2944         grow.
2945         
2946         * configure.ac:
2947         
2948         Lower dbus requirement to 0.70
2949
2950 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2951
2952         * shell/ev-window.c: (ev_window_add_history):
2953
2954         Fix memory leak. 
2955
2956 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2957
2958         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2959         * shell/ev-view.h:
2960         * shell/ev-window.c: (ev_window_add_history):
2961         
2962         Correctly handle named destination links
2963
2964 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2965
2966         * NOTES:
2967         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2968         * backend/pdf/ev-poppler.cc:
2969         * libdocument/ev-document-links.h:
2970         * libdocument/ev-link.c: (ev_link_get_page):
2971         * libdocument/ev-link.h:
2972         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2973         (ev_history_add_link):
2974         * shell/ev-history.h:
2975         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2976         (new_history_menu_item), (build_menu):
2977         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2978         * shell/ev-sidebar-links.c: (create_loading_model),
2979         (print_section_cb), (ev_sidebar_links_construct),
2980         (fill_page_labels), (update_page_callback_foreach),
2981         (update_page_callback), (job_finished_callback):
2982         * shell/ev-view.c: (ev_view_handle_link):
2983         * shell/ev-window.c: (ev_window_find_chapter),
2984         (ev_window_add_history), (view_handle_link_cb),
2985         (history_changed_cb):
2986         
2987         Implements another history variant
2988
2989 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2990
2991         * shell/ev-window.c: (view_external_link_cb):
2992         * shell/ev-view.c: (ev_view_button_release_event):
2993
2994         Open links in new window when clicking with middle button. 
2995
2996 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2997
2998         * shell/ev-navigation-action.c: (new_history_menu_item):
2999         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3000         * shell/ev-view.c: (ev_view_handle_link):
3001         * shell/ev-window.c:
3002         
3003         Store link before jump, not the destination. For me it 
3004         seems like more natural history behavior.
3005
3006 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3007
3008         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3009         (ev_navigation_action_class_init):
3010         * shell/ev-navigation-action.h:
3011         * shell/ev-page-action.c: (activate_cb):
3012         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3013         (ev_page_cache_set_current_page_history):
3014         * shell/ev-page-cache.h:
3015         * shell/ev-sidebar-thumbnails.c:
3016         (ev_sidebar_tree_selection_changed),
3017         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3018         * shell/ev-view-private.h:
3019         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3020         * shell/ev-view.h:
3021         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3022         (ev_window_setup_document), (ev_window_load_job_cb):
3023         * shell/ev-window.h:
3024         
3025         History finally works as expected.
3026
3027 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3028
3029         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3030
3031         Do not update links treeview if it doesn't have a model assigned yet. 
3032
3033 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3036         (ev_sidebar_links_class_init), (update_page_callback):
3037
3038         Do not update links treeview when sidepane is not visible. 
3039
3040 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * shell/ev-marshal.list:
3043         * shell/ev-page-action.c: (activate_cb),
3044         (ev_page_action_class_init):
3045         * shell/ev-page-action.h:
3046         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3047         * shell/ev-window.c:
3048         
3049         Remove activate_link signal, not required.
3050
3051 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3052
3053         * shell/ev-navigation-action.c: (build_menu):
3054         
3055         Reorder menu items and build menu with fixed length.
3056
3057 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3058
3059         * shell/ev-view.c: (get_selected_text):
3060         
3061         Normalize text to fix ligatures problem. See bug
3062         #341947 for details.
3063
3064 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3065
3066         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3067
3068         Fix memory leak in ev-page-cache. 
3069
3070 2007-01-25  Tom Parker <palfrey@tevp.net>
3071
3072         * backend/impress/impress-document.c: (impress_document_load),
3073         (impress_document_finalize), (impress_document_init):
3074         * properties/ev-properties-main.c: (ev_properties_get_pages):
3075         
3076         Correctly handle impress document errors. Fixes nautilus
3077         crash in property page #370491.
3078
3079 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3082         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3083         (ev_job_queue_remove_job):
3084         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3085         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3086         (ev_job_load_run):
3087         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3088         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3089         (ev_window_load_job_cb), (xfer_update_progress_callback),
3090         (ev_window_open_uri), (ev_window_dispose):
3091         * shell/main.c: (main):
3092
3093         Do file transfer asynchronously in the main thread instead of
3094         synchronously in the load thread. Fixes bugs #399694, #398307 and
3095         #343542.
3096
3097 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3098
3099         * shell/ev-jobs.c: (ev_job_xfer_run):
3100
3101         Load the document with the font-config lock held. 
3102
3103 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3104
3105         * backend/ps/ps-document.c: (start_interpreter):
3106
3107         Fix memory leaks in ps backend. 
3108
3109 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * backend/impress/impress-document.c:
3112         (impress_document_render_pixbuf):
3113
3114         Do not acquire fontconfig lock in impress backend, since it is using
3115         the main loop for rendering. 
3116
3117 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * po/POTFILES.in: 
3120
3121         Remove mdvi files that shouldn't be translated. 
3122
3123 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-view-private.h:
3126         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3127         (ev_view_set_zoom):
3128
3129         Render "loading..." text into a cairo surface instead of directly into
3130         the window so that fontconfig lock is only needed once and UI is not
3131         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3132
3133 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3134
3135         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3136         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3137
3138         Use icon theme associated with the window screen rather than default. 
3139
3140 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3141
3142         * configure.ac:
3143
3144         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3145
3146 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3147
3148         * data/icons/*/apps/evince.*:
3149
3150         Move Evince icons under new apps directory.
3151
3152         * data/icons/*/actions/*:
3153
3154         Add new custom themeable Evince icons: view-page-continuous, 
3155         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3156         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3157
3158         * configure.ac:
3159
3160         Add new directories to AC_CONFIG_FILES.
3161
3162         * shell/ev-stock-icons.c:
3163         * shell/ev-stock-icons.h:
3164
3165         Use new custom themeable icons.
3166
3167 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3170
3171         Do not draw white background page in presentation mode. 
3172
3173 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3174
3175         * shell/ev-view.c: Remove unused gnome-vfs include.
3176
3177 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3178
3179         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3180         
3181         Format string is corrected, fixes bug #397129.
3182
3183 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * shell/ev-window.c: (ev_window_setup_recent):
3186
3187         Do not include in recent menu inexistent documents. Fixes
3188         bug #339171.
3189
3190 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3191
3192         * po/POTFILES.skip: 
3193
3194         Update POTFILES.skip file according to current source tree. 
3195
3196 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * shell/ev-window.c: (file_save_dialog_response_cb):
3199
3200         Do Save a copy in atomic way. Fixes bug #328266. 
3201
3202 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3205
3206         Keep selected cell always visible in index treeview.
3207
3208 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3209         
3210         * shell/ev-view.c: (ev_view_size_allocate):
3211
3212         Restore horizontal scrollbar after switching to/from fullscreen
3213         or presentation mode. Fixes bug #331728.
3214
3215 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * shell/ev-view-private.h:
3218         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3219         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3220         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3221         (ev_view_can_zoom_out):
3222
3223         Use max and min scale values in the view iby taking dpi into account. 
3224
3225 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * configure.ac:
3228         * NEWS:
3229
3230         Release 0.7.1
3231
3232 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-window.c: (ev_window_print_send):
3235
3236         Send print job to printer with some settings set to default values,
3237         since we have already exported to a file according to such settings
3238         and they could be taken twice by some printers. 
3239
3240 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3241
3242         * shell/ev-jobs.c: (ev_job_xfer_run):
3243         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3244
3245         Show main window and load document with the font-config lock held. 
3246
3247 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * configure.ac:
3250         * shell/ev-application.c: (ev_application_register_service):
3251         * shell/main.c: (load_files_remote):
3252
3253         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3254
3255 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3256
3257         * doc/debugging.txt:
3258         
3259         Remove obsolete documentation.
3260
3261 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3262
3263         * Makefile.am:
3264         * backend/Makefile.am:
3265         * backend/comics/Makefile.am:
3266         * backend/djvu/Makefile.am:
3267         * backend/dvi/Makefile.am:
3268         * backend/ev-async-renderer.c:
3269         * backend/ev-async-renderer.h:
3270         * backend/ev-attachment.c:
3271         * backend/ev-attachment.h:
3272         * backend/ev-backend-marshal.c:
3273         * backend/ev-document-factory.c:
3274         * backend/ev-document-factory.h:
3275         * backend/ev-document-find.c:
3276         * backend/ev-document-find.h:
3277         * backend/ev-document-fonts.c:
3278         * backend/ev-document-fonts.h:
3279         * backend/ev-document-images.c:
3280         * backend/ev-document-images.h:
3281         * backend/ev-document-info.h:
3282         * backend/ev-document-links.c:
3283         * backend/ev-document-links.h:
3284         * backend/ev-document-misc.c:
3285         * backend/ev-document-misc.h:
3286         * backend/ev-document-security.c:
3287         * backend/ev-document-security.h:
3288         * backend/ev-document-thumbnails.c:
3289         * backend/ev-document-thumbnails.h:
3290         * backend/ev-document-transition.c:
3291         * backend/ev-document-transition.h:
3292         * backend/ev-document.c:
3293         * backend/ev-document.h:
3294         * backend/ev-file-exporter.c:
3295         * backend/ev-file-exporter.h:
3296         * backend/ev-image.c:
3297         * backend/ev-image.h:
3298         * backend/ev-link-action.c:
3299         * backend/ev-link-action.h:
3300         * backend/ev-link-dest.c:
3301         * backend/ev-link-dest.h:
3302         * backend/ev-link.c:
3303         * backend/ev-link.h:
3304         * backend/ev-render-context.c:
3305         * backend/ev-render-context.h:
3306         * backend/ev-selection.c:
3307         * backend/ev-selection.h:
3308         * backend/impress/Makefile.am:
3309         * backend/pdf/Makefile.am:
3310         * backend/pixbuf/Makefile.am:
3311         * backend/ps/Makefile.am:
3312         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3313         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3314         (start_interpreter), (stop_interpreter), (document_load),
3315         (ps_document_next_page), (render_page):
3316         * backend/tiff/Makefile.am:
3317         * comics/Makefile.am:
3318         * comics/comics-document.c:
3319         * comics/comics-document.h:
3320         * configure.ac:
3321         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3322         * djvu/Makefile.am:
3323         * djvu/djvu-document-private.h:
3324         * djvu/djvu-document.c:
3325         * djvu/djvu-document.h:
3326         * djvu/djvu-links.c:
3327         * djvu/djvu-links.h:
3328         * djvu/djvu-text-page.c:
3329         * djvu/djvu-text-page.h:
3330         * djvu/djvu-text.c:
3331         * djvu/djvu-text.h:
3332         * dvi/Makefile.am:
3333         * dvi/dvi-document.c:
3334         * dvi/dvi-document.h:
3335         * dvi/fonts.c:
3336         * dvi/fonts.h:
3337         * dvi/mdvi-lib/Makefile.am:
3338         * dvi/mdvi-lib/afmparse.c:
3339         * dvi/mdvi-lib/afmparse.h:
3340         * dvi/mdvi-lib/bitmap.c:
3341         * dvi/mdvi-lib/bitmap.h:
3342         * dvi/mdvi-lib/color.c:
3343         * dvi/mdvi-lib/color.h:
3344         * dvi/mdvi-lib/common.c:
3345         * dvi/mdvi-lib/common.h:
3346         * dvi/mdvi-lib/defaults.h:
3347         * dvi/mdvi-lib/dvimisc.c:
3348         * dvi/mdvi-lib/dviopcodes.h:
3349         * dvi/mdvi-lib/dviread.c:
3350         * dvi/mdvi-lib/files.c:
3351         * dvi/mdvi-lib/font.c:
3352         * dvi/mdvi-lib/fontmap.c:
3353         * dvi/mdvi-lib/fontmap.h:
3354         * dvi/mdvi-lib/fontsrch.c:
3355         * dvi/mdvi-lib/gf.c:
3356         * dvi/mdvi-lib/hash.c:
3357         * dvi/mdvi-lib/hash.h:
3358         * dvi/mdvi-lib/list.c:
3359         * dvi/mdvi-lib/mdvi.h:
3360         * dvi/mdvi-lib/pagesel.c:
3361         * dvi/mdvi-lib/paper.c:
3362         * dvi/mdvi-lib/paper.h:
3363         * dvi/mdvi-lib/pk.c:
3364         * dvi/mdvi-lib/private.h:
3365         * dvi/mdvi-lib/setup.c:
3366         * dvi/mdvi-lib/sp-epsf.c:
3367         * dvi/mdvi-lib/special.c:
3368         * dvi/mdvi-lib/sysdeps.h:
3369         * dvi/mdvi-lib/t1.c:
3370         * dvi/mdvi-lib/tfm.c:
3371         * dvi/mdvi-lib/tfmfile.c:
3372         * dvi/mdvi-lib/tt.c:
3373         * dvi/mdvi-lib/util.c:
3374         * dvi/mdvi-lib/vf.c:
3375         * dvi/pixbuf-device.c:
3376         * dvi/pixbuf-device.h:
3377         * impress/Makefile.am:
3378         * impress/common.h:
3379         * impress/document.c:
3380         * impress/f_oasis.c:
3381         * impress/f_oo13.c:
3382         * impress/iksemel.c:
3383         * impress/iksemel.h:
3384         * impress/imposter.h:
3385         * impress/impress-document.c:
3386         * impress/impress-document.h:
3387         * impress/internal.h:
3388         * impress/r_back.c:
3389         * impress/r_draw.c:
3390         * impress/r_geometry.c:
3391         * impress/r_gradient.c:
3392         * impress/r_style.c:
3393         * impress/r_text.c:
3394         * impress/render.c:
3395         * impress/render.h:
3396         * impress/zip.c:
3397         * impress/zip.h:
3398         * lib/Makefile.am:
3399         * lib/ev-debug.c:
3400         * lib/ev-debug.h:
3401         * lib/ev-file-helpers.c:
3402         * lib/ev-file-helpers.h:
3403         * lib/ev-gui.c:
3404         * lib/ev-gui.h:
3405         * lib/ev-tooltip.c:
3406         * lib/ev-tooltip.h:
3407         * libdocument/Makefile.am:
3408         * libdocument/ev-file-helpers.c:
3409         * pdf/Makefile.am:
3410         * pdf/ev-poppler.cc:
3411         * pdf/ev-poppler.h:
3412         * pixbuf/Makefile.am:
3413         * pixbuf/pixbuf-document.c:
3414         * pixbuf/pixbuf-document.h:
3415         * properties/Makefile.am:
3416         * ps/Makefile.am:
3417         * ps/gsdefaults.c:
3418         * ps/gsdefaults.h:
3419         * ps/gsio.c:
3420         * ps/gsio.h:
3421         * ps/gstypes.h:
3422         * ps/ps-document.c:
3423         * ps/ps-document.h:
3424         * ps/ps.c:
3425         * ps/ps.h:
3426         * shell/Makefile.am:
3427         * shell/ev-application.h:
3428         * shell/ev-sidebar-links.c:
3429         * shell/ev-sidebar-links.h:
3430         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3431         (ev_gui_menu_position_tree_selection):
3432         * shell/ev-utils.h:
3433         * shell/ev-view.c: (ev_view_finalize):
3434         * shell/ev-window.c:
3435         * shell/main.c: (main):
3436         * thumbnailer/Makefile.am:
3437         * tiff/Makefile.am:
3438         * tiff/tiff-document.c:
3439         * tiff/tiff-document.h:
3440         * tiff/tiff2ps.c:
3441         * tiff/tiff2ps.h:
3442         
3443         Reorganize source tree.
3444
3445 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * backend/ev-document-factory.c:
3448
3449         Do not include ev-poppler.h when pdf is disabled. 
3450
3451 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * configure.ac:
3454         * data/evince-ui.xml:
3455         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3456         (pdf_document_document_images_iface_init):
3457         * backend/Makefile.am:
3458         * backend/ev-document-images.[ch]:
3459         * backend/ev-image.[ch]:
3460         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3461         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3462         (ev_job_xfer_run):
3463         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3464         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3465         (ev_pixbuf_cache_get_image_mapping):
3466         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3467         (view_menu_popup_cb), (ev_window_dispose),
3468         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3469         (ev_view_popup_cmd_copy_image):
3470         * shell/ev-view-private.h:
3471         * shell/ev-view.c: (ev_view_get_image_at_location),
3472         (ev_view_do_popup_menu), (ev_view_popup_menu),
3473         (ev_view_button_press_event), (ev_view_drag_data_get),
3474         (ev_view_drag_motion), (ev_view_drag_data_received),
3475         (ev_view_motion_notify_event), (ev_view_button_release_event),
3476         (ev_view_finalize), (ev_view_class_init):
3477
3478         Add image handling support. Fixes bugs #310008 and #325047. Images
3479         selection is not supported yet. 
3480
3481 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3482
3483         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3484         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3485         (ev_view_init):
3486
3487         Move view drag and drop stuff to ev-view.
3488
3489 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3492         * shell/ev-view.c: (clear_selection): 
3493
3494         Clear selection also in pixbuf cache.
3495
3496 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3497
3498         * data/evince.desktop.in.in:
3499         
3500         Change icon name in desktop file. See bug #390734
3501         for details.
3502
3503 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3504
3505         * thumbnailer/Makefile.am:
3506
3507         Use top_builddir instead top_srcdir for generated schema
3508         file installation. Fixes bug #390161.
3509
3510 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * configure.ac:
3513         * backend/Makefile.am:
3514         * backend/ev-document-transition.[ch]:
3515         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3516         (pdf_document_page_transition_iface_init):
3517         * shell/ev-view-private.h:
3518         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3519         (ev_view_set_presentation), (transition_next_page),
3520         (ev_view_presentation_transition_stop),
3521         (ev_view_presentation_transition_start), (ev_view_next_page):
3522
3523         Add page transition support in presentation mode. At the moment only
3524         page duration is supported, but not transition effects. Fixes bug
3525         #309815.
3526
3527 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3530
3531         Run find_link_dest with document lock held, since it's called by links
3532         thread and main thread at the same time. 
3533
3534 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3535
3536         * shell/ev-view.c: (goto_dest):
3537
3538         Update page-cache when page is changed by the view, so that
3539         page-changed signal is emitted. 
3540
3541 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3542
3543         * test/test1.py:
3544         * test/test2.py:
3545
3546         Use C locale in tests. 
3547
3548 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-window.c: (ev_window_run_presentation):
3551         * shell/ev-view-private.h:
3552         * shell/ev-view.c: (ev_view_set_presentation):
3553
3554         Restore zoom settings when back from presentation mode. 
3555
3556 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3557
3558         * shell/ev-window.c: (ev_window_run_presentation):
3559
3560         Always use "best fit" zoom in presentation mode.
3561         Fixes bug #389195.
3562
3563 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3564
3565         * shell/ev-view.c: (ev_view_goto_window_create):
3566
3567         Show "Jump to page" label in the page jumping popup in
3568         presentation mode instead of just a GtkEntry.
3569
3570 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3571
3572         * shell/ev-window.c: (launch_external_uri):
3573
3574         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3575         #378085.
3576
3577 2006-12-22  Elijah Newren  <newren gmail com>
3578
3579         * configure.ac: explicitly check for libxml2.  Fixes #388795
3580
3581 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3582
3583         * shell/ev-view-private.h:
3584         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3585         (ev_view_goto_window_delete_event), (key_is_numeric),
3586         (ev_view_goto_window_key_press_event),
3587         (ev_view_goto_window_button_press_event),
3588         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3589         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3590         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3591
3592         Allow jumping to another page by typing a page number in presentation
3593         mode. It uses a popup window with an entry. Fixes bug #353625.
3594
3595 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3596
3597         * configure.ac:
3598         * properties/ev-properties-view.c: (ev_get_default_user_units),
3599         (ev_regular_paper_size):
3600         
3601         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3602         to Damien Carbery <damien.carbery@sun.com> and
3603         Yevgen Muntyan <muntyan@tamu.edu>.
3604
3605 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3606
3607         * shell/ev-window.c: (setup_document_from_metadata):
3608
3609         Make sure Evince doesn't restore the view on the last
3610         page when a document is reopened. Fixes bug #383381.
3611
3612 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3613
3614         * shell/ev-view.c: (draw_loading_text):
3615
3616         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3617
3618 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3619
3620         * configure.ac:
3621         * NEWS:
3622
3623         Release 0.7.0
3624
3625 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * configure.ac:
3628         * pdf/ev-poppler.cc: (pdf_print_context_free),
3629         (pdf_document_file_exporter_begin),
3630         (pdf_document_file_exporter_do_page):
3631
3632         Make cairo-pdf depedency optional. 
3633
3634 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3637
3638         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3639
3640 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3643         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3644         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3645         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3646         * shell/ev-view.c: (draw_loading_text):
3647         * shell/ev-window.c: (ev_window_cmd_file_properties):
3648
3649         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3650         related to using FontConfig from different threads.
3651         
3652 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * shell/ev-view.c: (draw_loading_text):
3655
3656         Acquire lock document when drawing "Loading..." text so that only one
3657         thread will use FontConfig at the same time. Fixes bug #374750.
3658
3659 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-page-action.[ch]: (activate_cb):
3662         * shell/ev-window.c: (activate_label_cb):
3663
3664         Check if text inserted in page entry is a valid page number when it
3665         doesn't match to any document page label. Fixes bug #383165.
3666
3667 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3668         * shell/ev-window.c:
3669
3670         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3671         available with GTK < 2.10. Added an ifdef to avoid compilation
3672         error.
3673
3674 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * configure.ac:
3677         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3678
3679         Fix ps backend in multihead systems.
3680
3681 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3682
3683         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3684         * shell/ev-window.c: (ev_window_get_screen_dpi),
3685         (ev_window_update_actions), (setup_view_from_metadata),
3686         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3687
3688         Take screen DPI into account when zooming. Fixes bug #318285.
3689
3690 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3691
3692         * data/Makefile.am:
3693
3694         Cleaned up/slightly refactored Makefile.am. Added GConf
3695         schemas uninstallation as well.
3696
3697 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3698
3699         * Makefile.am:
3700         * test/Makefile.am:
3701
3702         Fight with autotools to fix make check. Make distcheck
3703         works fine as well now!
3704
3705 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3706
3707         * shell/ev-view.c: (draw_end_presentation_page):
3708
3709         Corrected "end of presentation" string.
3710
3711 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3712
3713         * shell/ev-view.c: (ev_view_key_press_event):
3714
3715         Correctly propagate key press event so that up/down keys
3716         work as expected (correct behaviour was broken by
3717         black/white screen key bindings for presentations).
3718
3719 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3722         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3723         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3724         (pdf_selection_get_selection_region),
3725         (pdf_selection_get_selection_map):
3726
3727         Add "static" to some private functions. 
3728
3729 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3730
3731         * lib/ev-tooltip.h:
3732         * properties/ev-properties-view.h:
3733         * shell/ev-jobs.h:
3734         * shell/ev-properties-dialog.h:
3735         * shell/ev-properties-fonts.h:
3736         * shell/ev-sidebar-links.h:
3737         * shell/ev-sidebar-thumbnails.h:
3738         * shell/ev-sidebar.h:
3739         * shell/ev-window.h:
3740         
3741         Fixes CHACK type in class casts. See bug #385343
3742         for details.
3743
3744 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * shell/ev-view-private.h:
3747         * shell/ev-view.c: (draw_end_presentation_page),
3748         (ev_view_expose_event), (ev_view_key_press_event),
3749         (ev_view_class_init), (ev_view_init):
3750
3751         Blank screen in presentation mode when pressing 'b' (filling with
3752         black) or 'w' (filling with white) keys. Fixes bug #358132.
3753
3754 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3755
3756         * data/evince-toolbar.xml:
3757         * shell/ev-window.c:
3758         
3759         Use stock icon for Select All action. Fixes
3760         bug #382652.
3761
3762 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3763
3764         * shell/ev-view.c: (get_doc_point_from_offset),
3765         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3766
3767         Add links support in rotated documents. Fixes bug #343733.
3768
3769 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-view-private.h:
3772         * shell/ev-view.c: (draw_end_presentation_page),
3773         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3774
3775         Show a blank page after the last page in presentation mode with a
3776         message indicating that presentation has finished and how to exit. 
3777
3778 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-window.c: (fullscreen_timeout_cb):
3781
3782         Hide cursor after a while in presentation mode. 
3783
3784 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3785
3786         * backend/ev-document-info.h:
3787         * data/evince-properties.glade:
3788         * pdf/ev-poppler.cc:
3789         * properties/ev-properties-view.c: (ev_regular_paper_size),
3790         (ev_properties_view_set_info):
3791         * ps/ps-document.c: (ps_document_get_info):
3792
3793         Adds a paper size field to the properties dialog. Fixes
3794         bug #307315. Patch by Kasper Svendsen (with some i18n
3795         changes done by me).
3796
3797 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3800         (screensaver_init_dbus), (totem_scrsaver_new),
3801         (totem_scrsaver_init):
3802         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3803         * shell/ev-application.c: (ev_application_register_service),
3804         (ev_application_screensaver_enable),
3805         (ev_application_screensaver_disable):
3806         * shell/ev-application.h:
3807         * shell/ev-window.c: (ev_window_run_presentation),
3808         (ev_window_stop_presentation), (build_comments_string),
3809         (ev_window_init):
3810         
3811         Move screensaver handling to application. No more
3812         message on startup.
3813
3814 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * configure.ac:
3817         * backend/Makefile.am:
3818         * backend/ev-file-exporter.[ch]:
3819         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3820         * ps/ps-document.c: (ps_document_file_exporter_*):
3821         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3822         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3823         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3824         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3825
3826         Allow printing to PDF when suppoted by the backend.
3827         
3828 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-window.c: (build_comments_string):
3831
3832         Use always "Document Viewer" in about dialog. 
3833
3834 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * djvu/djvu-document.c: (djvu_document_get_page_size):
3837
3838         Display a warning message when get_pageinfo fails. 
3839
3840 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3841
3842         * Makefile.am:
3843         * backend/Makefile.am:
3844         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3845         * configure.ac:
3846         * shell/ev-window.c: (build_comments_string):
3847         
3848         Make pdf compilation optional. See bug #38007.
3849
3850 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * ps/ps.c: (get_next_text):
3853
3854         Fix CVE-2006-5864.
3855
3856 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3857
3858         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3859         * shell/ev-navigation-action.c: (connect_proxy),
3860         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3861         
3862         Do not call g_type_class_peek_parent twice.
3863
3864 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * configure.ac:
3867         * data/icons/24x24/.cvsignore:
3868         * data/icons/24x24/Makefile.am:
3869         * data/icons/24x24/evince.png:
3870         * data/icons/Makefile.am:
3871         
3872         Add 24x24 icon. Thanks to 
3873         Michael Monreal <infernux@web.de>.
3874
3875 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3876
3877         * configure.ac: Fix typo in configure.ac. Thanks
3878         to dmacks@netspace.org for notification.
3879
3880 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3881
3882         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3883         
3884         Drop dbus include, fixes compilation with older dbus.
3885
3886 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3887
3888         * configure.ac:
3889         * cut-n-paste/Makefile.am:
3890         * cut-n-paste/totem-screensaver/.cvsignore
3891         * cut-n-paste/totem-screensaver/Makefile.am:
3892         * cut-n-paste/totem-screensaver/README:
3893         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3894         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3895         * shell/Makefile.am:
3896         * shell/ev-window.c: (ev_window_run_presentation),
3897         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3898         (ev_window_init):
3899
3900         Implemented screensaver enabling/disabling for
3901         presentation mode (not fullscreen mode). Code stolen
3902         from Totem (with some minor tweaks). Fixes bug #338889.
3903
3904 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3905
3906         * configure.ac:
3907
3908         Bump gnome-icon-theme requirements. We use the rotation
3909         icons that appeared recently.
3910
3911 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3912
3913         * shell/ev-history.c: (ev_history_add_page):
3914         * shell/ev-history.h:
3915         * shell/ev-window.c: (page_changed_cb):
3916         
3917         Use page labels instead of numbers.
3918
3919 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * data/evince-toolbar.xml:
3922         * po/POTFILES.in:
3923         * shell/Makefile.am:
3924         * shell/ev-navigation-action-widget.c:
3925         (ev_navigation_action_widget_init),
3926         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3927         (menu_detacher), (ev_navigation_action_widget_set_menu),
3928         (menu_position_func), (popup_menu_under_arrow),
3929         (ev_navigation_action_widget_toggled),
3930         (ev_navigation_action_widget_button_press_event):
3931         * shell/ev-navigation-action-widget.h:
3932         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3933         (ev_navigation_action_set_window), (activate_menu_item_cb),
3934         (new_history_menu_item), (new_empty_history_menu_item),
3935         (build_menu), (menu_activated_cb), (connect_proxy),
3936         (create_tool_item), (ev_navigation_action_init),
3937         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3938         * shell/ev-navigation-action.h:
3939         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3940         (ev_page_action_widget_set_page_cache),
3941         (ev_page_action_widget_finalize),
3942         (ev_page_action_widget_class_init), (match_selected_cb),
3943         (display_completion_text), (match_completion), (build_new_tree_cb),
3944         (get_filter_model_from_model),
3945         (ev_page_action_widget_update_model):
3946         * shell/ev-page-action-widget.h:
3947         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3948         (connect_proxy):
3949         * shell/ev-page-action.h:
3950         * shell/ev-stock-icons.c:
3951         * shell/ev-stock-icons.h:
3952         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3953         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3954         (register_custom_actions):
3955         * shell/main.c:
3956         
3957         Preliminary history implementation
3958
3959 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3960
3961         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3962         (dvi_document_class_init), (dvi_document_init_params):
3963         * dvi/mdvi-lib/font.c: (font_reference):
3964         
3965         Add reference to subfont. Fixes bug #374277.
3966
3967 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3970         (ev_window_cmd_file_open_copy_at_dest):
3971
3972         Fix a race condition when creating symlink. Increase the counter
3973         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3974         Mathias Hasselmann).
3975
3976 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * backend/Makefile.am:
3979         * backend/ev-attachment.c: (ev_attachment_open):
3980         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3981         (ev_tmp_dir), (ev_tmp_filename):
3982         * shell/ev-sidebar-attachments.c:
3983         (ev_sidebar_attachments_drag_data_get):
3984         * shell/ev-window.c: (ev_window_clear_temp_file):
3985
3986         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3987         in ensure_dir_exists. Abort without crashing when we can't create
3988         user's directory.
3989
3990 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3991
3992         * data/evince-ui.xml:
3993         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3994         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3995         (ev_window_cmd_file_open_copy_at_dest),
3996         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3997         (ev_view_popup_cmd_open_link_new_window):
3998
3999         Allow opening a copy of the current document in a new window. Fixes bug
4000         #357472
4001
4002 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * data/evince-toolbar.xml:
4005         
4006         Add rotate right and rotate left to available items for toolbar.
4007         
4008         * data/evince-ui.xml:
4009         * shell/ev-window.c: (ev_window_init):
4010         
4011         Customize toolbar with right click. Fixes bug #372451.
4012
4013 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4014
4015         * shell/ev-window.c: 
4016         
4017         Use "object-rotate-{left,right}" stock icons. Fixes 
4018         bug #373863.
4019
4020 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4021
4022         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4023         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4024         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4025         (ev_window_open_uri):
4026         * shell/main.c: (arguments_parse):
4027
4028         Remove temp file created when evince is used by GTK+ in
4029         preview mode. Fixes bug #365282. 
4030
4031 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4032
4033         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4034         
4035         Fixes bug #372474 - Side pane disabled when entering 
4036         and leaving fullscreen mode.
4037
4038 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4039
4040         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4041         * data/Makefile.am:
4042         * data/evince-preview-toolbar.xml:
4043         * data/evince-toolbar.xml:
4044         * shell/ev-application.c: (ev_application_shutdown),
4045         (ev_application_init), (ev_application_get_toolbars_model):
4046         * shell/ev-application.h:
4047         * shell/ev-window.c: (update_chrome_visibility),
4048         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4049         (ev_window_cmd_edit_toolbar), (ev_window_init):
4050         
4051         Fixes bug #364364 - toolbar editor shows zoom actions again.
4052
4053 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4054
4055         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4056
4057         Do not take margins into consideration for paper size when printing.
4058         Really fixes bug #350491.
4059
4060 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4061
4062         * data/evince-ui.xml:
4063         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4064         (ev_window_cmd_file_print_setup),
4065         (ev_window_print_dialog_response_cb),
4066         (ev_window_setup_action_sensitivity):
4067
4068         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4069
4070 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4071
4072         * shell/ev-window.c: (ev_window_print_range):
4073
4074         Revert my previuos commit, since printing to PDF is not supported by
4075         evince yet. 
4076
4077 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4078
4079         * shell/ev-window.c: (ev_window_print_range):
4080
4081         Enable print to a PDF. Fixes bug #332121.
4082
4083 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4084
4085         * shell/ev-application-service.xml:
4086         * shell/ev-application.[ch]: (ev_application_open_window),
4087         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4088         (ev_application_open_uri), (ev_application_open_uri_list):
4089         * shell/ev-window.c: (file_open_dialog_response_cb),
4090         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4091         (drag_data_received_cb), (open_remote_link):
4092         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4093
4094         Add support for multiscreen systems. Fixes bug #316206.
4095
4096 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4097
4098         * shell/ev-jobs.[ch]: (ev_job_print_new),
4099         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4100         (ev_job_print_do_page):
4101         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4102
4103         Allow printing only odd/even pages. Fixes bug #367289.
4104
4105 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4106
4107         * test/test1.py:
4108         * test/test2.py:
4109
4110         Re-add locale settings to test files.
4111
4112 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4113
4114         * data/evince-ui.xml:
4115         * shell/ev-window.c: (set_action_properties):
4116         
4117         Removed garbage from code and ui.
4118
4119 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4120
4121         * shell/ev-window.c: (ev_window_cmd_help_about):
4122
4123         Shamelessly add my name to the list of contributors.
4124
4125 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4126
4127         * test/test1.py:
4128         * test/test2.py:
4129
4130         Cleaned up the dogtail scripts.
4131
4132 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4133
4134         * shell/ev-view.c: (draw_loading_text): Don't render
4135         "loading..." text in presentation mode. Temporary
4136         workaround for bug #320352.
4137
4138 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4139
4140         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4141         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4142
4143         Use print settings scale, copies, collate and reverse which were
4144         ignored. Fixes bug #359032.
4145
4146 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * configure.ac:
4149         * data/evince-password.glade:
4150         * test/Makefile.am:
4151         * test/test-encrypt.pdf:
4152         * test/test-links.pdf:
4153         * test/test1.py:
4154         * test/test2.py:
4155
4156         Add automated UI tests for evince with dogtail. See
4157         bug #300948.    
4158
4159 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4160
4161         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4162
4163         Hide fullscreen toolbar when switching to another desktop workspace.
4164         Fixes bug #338871
4165
4166 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * shell/ev-window-title.c: 
4169         
4170         Test for .dvi in title of pdf documents.
4171
4172 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4173
4174         * shell/ev-view.c: (ev_view_scroll):
4175
4176         Page Up/Down should do page jumps in "Best fit" mode.
4177         If a user has explicitly chosen to view exactly one page
4178         at a time, scrolling just a part of the page when
4179         pressing Page Up/Down is not right. Fixes bug #323107.
4180
4181 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * NEWS:
4184         * configure.ac:
4185         
4186         Update for 0.6.1
4187
4188 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4189
4190         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4191         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4192         
4193         Correctly disconnect from job signals on destroy.
4194
4195 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4196
4197         * shell/ev-view-private.h:
4198         * shell/ev-view.c: (view_set_adjustment_values),
4199         (view_update_range_and_current_page),
4200         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4201         
4202         Fixes bug #343199, current page now follows find page.
4203
4204 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4205
4206         * backend/ev-document-factory.c:
4207         * configure.ac:
4208         Assigned OpenDocument presenation MIME type to the
4209         Impress backend. Added some missing (but harmless)
4210         #ifdefs in the document factory as well to make things
4211         consistent again. Fixes bug #360658.
4212
4213 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4214
4215         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4216         * backend/ev-document-find.c: (ev_document_find_get_type):
4217         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4218         * backend/ev-document-links.c: (ev_document_links_get_type):
4219         * backend/ev-document-security.c: (ev_document_security_get_type):
4220         * backend/ev-document-thumbnails.c:
4221         (ev_document_thumbnails_get_type):
4222         * backend/ev-document.c: (ev_document_get_type):
4223         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4224         * backend/ev-selection.c: (ev_selection_get_type):
4225         * cut-n-paste/recent-files/egg-recent-model.c:
4226         (egg_recent_model_get_type):
4227         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4228         (egg_recent_view_uimanager_get_type):
4229         * cut-n-paste/recent-files/egg-recent-view.c:
4230         (egg_recent_view_get_type):
4231         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4232         (egg_editable_toolbar_get_type):
4233         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4234         (egg_toolbar_editor_get_type):
4235         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4236         (egg_toolbars_model_get_type):
4237         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4238         (egg_tree_multi_drag_source_get_type):
4239         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4240         (ephy_zoom_action_get_type):
4241         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4242         (ephy_zoom_control_get_type):
4243         * impress/r_back.c: (_imp_fill_back):
4244         * properties/ev-properties-main.c:
4245         (ev_properties_plugin_register_type):
4246         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4247         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4248         (ev_view_accessible_factory_get_type):
4249
4250         Reduce relocations. Bug #360616.
4251
4252 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4253
4254         * backend/ev-document-factory.c:
4255         (ev_document_factory_get_document):
4256         
4257         Load document even if extension is wrong.
4258
4259 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4260
4261         * shell/ev-metadata-manager.c: (save_values):
4262         * shell/ev-window.c: (setup_size_from_metadata),
4263         (setup_view_from_metadata), (ev_window_setup_document),
4264         (ev_window_xfer_job_cb), (window_configure_event_cb):
4265         
4266         Set size according to the document size/page size ratio.
4267         That should correct rather wierd behaviour of the previous
4268         commit.
4269
4270 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4271
4272         * shell/ev-window.c: (setup_view_from_metadata):
4273         
4274         Set size for new windows from previous window size.
4275         See bugs #354968 and #168450 for details. Thanks
4276         to Meik Hellmund.
4277
4278 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4279
4280         * djvu/djvu-links.c: (build_tree):
4281
4282         Fix memory leak.
4283
4284 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4287         
4288         Don't make sidebar close button insensitive. Fixes
4289         bug #357871.
4290
4291 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4294         (ev_window_set_view_accels_sensitivity):
4295         
4296         Don't enable Slash on documents which don't support
4297         find. Fixes bug #358648.
4298
4299 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4300
4301         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4302         open dialog fall back to the current document uri if the
4303         filechooser hasn't been used before. Fixes bug #356980.
4304
4305 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4306
4307         * shell/ev-window.c: (ev_window_setup_recent), 
4308         (ev_window_get_recent_file_label):
4309
4310         Escape underscores in filenames of recent file items.
4311
4312 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * configure.ac:
4315         
4316         Bumped poppler requirements, really 0.5.3 is very 
4317         buggy, now we require 0.5.4.
4318
4319 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4320
4321         * djvu/Makefile.am:
4322         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4323         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4324         (djvu_document_document_links_iface_init):
4325         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4326         (number_from_string_10), (get_djvu_link_dest),
4327         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4328         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4329         (djvu_links_get_links), (djvu_links_find_link_dest),
4330         (djvu_links_get_links_model):
4331         * djvu/djvu-links.h:
4332         
4333         Add support for links and bookmarks in djvu documents. Thanks
4334         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4335         patch.
4336
4337 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4338
4339         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4340         
4341         Reopen should reload document. Fixes 
4342         bug 327951.
4343
4344 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4345
4346         * configure.ac:
4347         * data/Makefile.am:
4348         * data/evince-16.png:
4349         * data/evince-22.png:
4350         * data/evince.png:
4351         * data/evince.svg:
4352         * data/icons/16x16/Makefile.am:
4353         * data/icons/16x16/evince.png:
4354         * data/icons/22x22/Makefile.am:
4355         * data/icons/22x22/evince.png:
4356         * data/icons/48x48/Makefile.am:
4357         * data/icons/48x48/evince.png:
4358         * data/icons/Makefile.am:
4359         * data/icons/scalable/Makefile.am:
4360         * data/icons/scalable/evince.svg:
4361         
4362         Install icons with correct names. Fixes
4363         bug #354429.
4364
4365 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4366
4367         * shell/ev-view.c: (ev_view_button_release_event):
4368
4369         Don't open links with middle mouse button. Fixes bug #353649
4370
4371 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * NEWS:
4374         * configure.ac:
4375         
4376         Update for release 0.6.0
4377
4378 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4381         Implement Close named action. Patch by Carlos Garcia Campos.
4382
4383 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4386         
4387         Don't clear link mapping on copy_job_to_job_info. Fixes
4388         bug 346168.
4389
4390 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4391
4392         * shell/main.c: (main):
4393
4394         Revert my previous commit, gnome_program_init owns the option context.
4395         Fix another memory leak in main. Both caught by Christian Persch. 
4396
4397 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4398
4399         * shell/main.c: (main):
4400
4401         Fix memory leak.
4402
4403 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4404
4405         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4406
4407         Fix crash when opening a pdf with password protection. 
4408
4409 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * pdf/ev-poppler.cc: (pdf_document_search_free):
4412
4413         Fix memory leak. 
4414
4415 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * backend/ev-document-factory.c:
4418         (ev_document_factory_get_document):
4419         * tiff/tiff-document.c: (tiff_document_finalize):
4420         
4421         More correct handling of document loading. Fixes
4422         bug #349043.
4423
4424 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * backend/ev-attachment.c: (ev_attachment_save):
4427
4428         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4429         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4430
4431 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4432         
4433         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4434         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4435
4436 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4437
4438         * shell/ev-sidebar-thumbnails.c:
4439
4440         Do not render thumbnails unless thumbnails page is active in the
4441         sidebar.
4442
4443 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4444
4445         * shell/ev-properties-dialog.c:
4446
4447         Fix dialogue spacing. Bug #351370.
4448
4449 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4450
4451         * configure.ac:
4452
4453         Use lowercase gettext catalog file names (evince.mo
4454         instead of Evince.mo)
4455
4456 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4457
4458         * shell/ev-sidebar-attachments.c:
4459
4460         GtkIconTheme is now screen safe too. Fixes bug #350878
4461
4462 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4463
4464         * shell/ev-window.c:
4465
4466         GtkRecent manager is now screen safe. Fixes bug #350145
4467
4468 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4469
4470         * shell/ev-sidebar.c: (ev_sidebar_init):
4471         
4472         Make sidebar close icon smaller. Fix for bug 350177.
4473         See also bugs 350176 and 165770.
4474
4475 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4478
4479         Ignore zoom for xyz destinations when it's <= 1, keeping user
4480         preferences instead. Set correct sizing-mode for fith and fitv
4481         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4482
4483 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * NEWS:
4486         * configure.ac:
4487         
4488         Update for release 0.5.5
4489
4490 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4491         
4492         * shell/ev-window.c: (ev_window_cmd_escape)
4493
4494         Escape unfocus page entry. Fixes bug #345809.
4495
4496 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4497
4498         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4499         (build_tree), (pdf_document_links_get_links),
4500         (pdf_document_links_find_link_dest):
4501         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4502         (goto_xyz_dest):
4503
4504         Convert from PDF style coordinates to X style coordinates in the
4505         backend rather than in the view. Fixes bug #338440
4506
4507 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4508
4509         * shell/ev-window.c:
4510         
4511         Remove Ctrl+Shift+T shortcut for toolbars. See
4512         the bug #350098.
4513
4514 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4515
4516         * configure.ac:
4517
4518         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4519         of this. 
4520
4521 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * configure.ac:
4524         * cut-n-paste/Makefile.am:
4525         * data/evince-ui.xml:
4526         * shell/Makefile.am:
4527         * shell/ev-application.[ch]:
4528         * shell/ev-window.c:
4529
4530         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4531         #349273
4532
4533 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4534
4535         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4536         findbar code: s/help/search/
4537
4538 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4539
4540         * shell/ev-window.c: (setup_document_from_metadata),
4541         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4542         (setup_view_from_metadata):
4543         
4544         Fix memory leaks.
4545
4546 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4547
4548         * autogen.sh, configure.ac: 
4549         
4550         Update automake usage. See bug 349292.
4551
4552 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4553
4554         * shell/eggfindbar.c: (egg_find_bar_class_init),
4555         (entry_activate_callback), (egg_find_bar_init),
4556         (egg_find_bar_set_status_text):
4557         * shell/eggfindbar.h:
4558         
4559         Unify Evince findbar with Epiphany. Nice patch
4560         from Fabricio Silva <silva@crans.org> and
4561         Frederic Peters <fpeters@entrouvert.com>. See
4562         bug #339966 for details.
4563
4564 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4565
4566         * data/evince.desktop.in.in:
4567         
4568         Correct information for bugzilla. Thanks to
4569         Olaf Vitters, see bug #348855.
4570
4571 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4572
4573         * shell/ev-jobs.[ch]:
4574         * shell/ev-sidebar-links.c:
4575         * shell/ev-window.[ch]:
4576
4577         GtkPrintJob doesn't support print ranges or current page, so we export
4578         to a ps file now when printing ranges or current page.
4579
4580 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4581
4582         * pdf/ev-poppler.cc:
4583         * shell/ev-window.c: (do_action_named):
4584
4585         We should be more clear about bugzilla. See the
4586         poppler bug #7623.
4587
4588 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4589
4590         * configure.ac:
4591         * shell/Makefile.am:
4592         * shell/ev-job-queue.c:
4593         * shell/ev-jobs.[ch]:
4594         * shell/ev-sidebar-links.c:
4595         * shell/ev-window.[ch]:
4596         
4597         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4598         #348422
4599
4600 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4601
4602         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4603         * shell/ev-application-service.xml:
4604         * shell/ev-application.[ch]:
4605         * shell/ev-jobs.[ch]:
4606         * shell/ev-window.[ch]: (ev_window_run_preview):
4607         * shell/main.c: 
4608
4609         Add preview mode to use evince as a printing previewer. It also adds
4610         other command line options for fullscreen and presentation modes.
4611         Fixes bugs #347822, #317031
4612
4613 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * NEWS:
4616         * configure.ac:
4617         
4618         Update for release 0.5.4
4619
4620 2006-07-11  Bastien Nocera <hadess@hadess.net>
4621
4622         * Makefile.am:
4623         * backend/Makefile.am:
4624         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4625         * backend/ev-document-factory.h:
4626         * configure.ac:
4627         * impress/.cvsignore:
4628         * impress/Makefile.am:
4629         * impress/common.h:
4630         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4631         (imp_get_page), (imp_next_page), (imp_prev_page),
4632         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4633         * impress/f_oasis.c: (render_object), (render_page),
4634         (get_geometry), (_imp_oasis_load):
4635         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4636         (_imp_oo13_load):
4637         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4638         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4639         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4640         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4641         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4642         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4643         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4644         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4645         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4646         (iks_new_within), (iks_insert), (iks_insert_cdata),
4647         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4648         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4649         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4650         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4651         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4652         (iks_cdata), (iks_cdata_size), (iks_has_children),
4653         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4654         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4655         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4656         (iks_tree), (iks_load), (iks_save):
4657         * impress/iksemel.h:
4658         * impress/imposter.h:
4659         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4660         (imp_render_draw_bezier_real), (imp_render_get_size),
4661         (imp_render_set_fg_color), (imp_render_draw_line),
4662         (imp_render_draw_rect), (imp_render_draw_polygon),
4663         (imp_render_draw_arc), (imp_render_draw_bezier),
4664         (imp_render_open_image), (imp_render_get_image_size),
4665         (imp_render_scale_image), (imp_render_draw_image),
4666         (imp_render_close_image), (imp_render_markup),
4667         (imp_render_get_text_size), (imp_render_draw_text),
4668         (impress_document_load), (impress_document_save),
4669         (impress_document_get_n_pages), (impress_document_get_page_size),
4670         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4671         (impress_document_finalize), (impress_document_class_init),
4672         (impress_document_can_get_text), (impress_document_get_info),
4673         (impress_document_document_iface_init),
4674         (impress_document_thumbnails_get_thumbnail),
4675         (impress_document_thumbnails_get_dimensions),
4676         (impress_document_document_thumbnails_iface_init),
4677         (impress_document_init):
4678         * impress/impress-document.h:
4679         * impress/internal.h:
4680         * impress/r_back.c: (_imp_fill_back):
4681         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4682         (_imp_draw_image), (_imp_tile_image):
4683         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4684         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4685         (r_polyline):
4686         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4687         (r_draw_gradient_complex), (r_draw_gradient):
4688         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4689         (r_get_bullet):
4690         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4691         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4692         (r_text):
4693         * impress/render.c: (imp_create_context), (imp_context_set_page),
4694         (imp_context_set_step), (imp_render), (imp_delete_context):
4695         * impress/render.h:
4696         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4697         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4698         (zip_load_xml), (zip_get_size), (zip_load):
4699         * impress/zip.h:
4700         * shell/ev-utils.c:
4701         
4702         New backend to support impress slides. Fixes bug #30867.
4703
4704 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4705
4706         * shell/ev-utils.c: (using_postscript_printer):
4707         
4708         Fixes crash when print using PAPI backend,
4709         bug #345012.
4710
4711 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4712
4713         * shell/ev-jobs.c: (ev_job_xfer_run):
4714         * shell/ev-window.c: (password_dialog_response),
4715         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4716         (ev_window_dispose):
4717         Fixes bug #344160: if the xfer job doesn't complete
4718         because a password is required, reload the existing
4719         instance instead of creating a new one.
4720
4721 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4722
4723         * shell/main.c: (main): Call gdk_threads_init. Thus
4724         we'll avoid errors in auth dialog. Fix for the bug
4725         #343347.
4726
4727 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4728
4729         * configure.ac: Advertise pixbuf support, fix
4730         for the bug 343317.
4731
4732 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4735         (ev_sidebar_thumbnails_set_document):
4736         
4737         Update sidebar thumbnails after reloading.
4738
4739 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4740
4741         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4742         * shell/ev-jobs.h:
4743         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4744         (ev_window_cmd_view_reload), (ev_window_init):
4745         
4746         Don't crash on reload. Fix for the bug #343167.
4747
4748 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * shell/ev-jobs.c: (ev_job_render_run):
4751         
4752         Check for document links.
4753
4754 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4755
4756         * backend/ev-attachment.c: (ev_attachment_save),
4757         (ev_attachment_launch_app), (ev_attachment_open):
4758         * backend/ev-document-factory.c: (get_document_from_uri):
4759         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4760         (egg_recent_view_uimanager_set_list):
4761         * ps/ps-document.c: (check_filecompressed), (document_load),
4762         (ps_document_load):
4763         * shell/ev-metadata-manager.c: (load_values):
4764         * shell/ev-password.c: (ev_password_dialog_set_property):
4765         * shell/ev-view.c: (tip_from_link):
4766         * shell/ev-window.c: (file_save_dialog_response_cb),
4767         (ev_window_print_dialog_response_cb):
4768         
4769         Use consistent quoting style. Fix for the bug #320285.
4770
4771 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4772
4773         * shell/ev-jobs.c: (ev_job_xfer_run):
4774         * shell/main.c: (load_files):
4775                 
4776         Open links with anchors. Fix for the bug #339836.
4777
4778 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4779
4780         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4781         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4782         (ev_link_dest_set_property), (ev_link_dest_finalize),
4783         (ev_link_dest_class_init), (ev_link_dest_new_named),
4784         (ev_link_dest_new_page_label):
4785         * backend/ev-link-dest.h:
4786         * shell/ev-application.c: (ev_application_open_uri):
4787         * shell/ev-view.c: (goto_dest):
4788         * shell/ev-window.c:
4789         * shell/ev-window.h:
4790         
4791         Fix page-label command line option. Bug #342070.
4792
4793 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4794
4795         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4796         
4797         Don't show highlight rects if page can't be showed. Fix for 
4798         the bug #342076
4799
4800 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4801
4802         * shell/ev-window.c: (setup_sidebar_from_metadata),
4803         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4804         
4805         Setup sidebar from metadata even if there is no document
4806         loaded. Fix for the bug #342807.
4807
4808 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * cut-n-paste/toolbar-editor/Makefile.am:
4811         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4812         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4813         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4814         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4815         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4816         (popup_context_menu_cb), (button_press_event_cb),
4817         (configure_item_sensitivity), (configure_item_cursor),
4818         (configure_item_tooltip), (connect_widget_signals),
4819         (action_sensitive_cb), (create_item_from_action),
4820         (create_item_from_position), (toolbar_drag_data_received_cb),
4821         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4822         (toolbar_drag_leave_cb), (configure_drag_dest),
4823         (toggled_visibility_cb), (toolbar_visibility_refresh),
4824         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4825         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4826         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4827         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4828         (egg_editable_toolbar_dispose),
4829         (egg_editable_toolbar_set_ui_manager),
4830         (egg_editable_toolbar_get_selected),
4831         (egg_editable_toolbar_set_selected), (set_edit_mode),
4832         (egg_editable_toolbar_set_property),
4833         (egg_editable_toolbar_get_property),
4834         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4835         (egg_editable_toolbar_new_with_model),
4836         (egg_editable_toolbar_get_edit_mode),
4837         (egg_editable_toolbar_set_edit_mode),
4838         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4839         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4840         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4841         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4842         (item_added_or_removed_cb), (toolbar_removed_cb),
4843         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4844         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4845         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4846         (editor_create_item_from_name), (append_table),
4847         (update_editor_sheet), (egg_toolbar_editor_init):
4848         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4849         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4850         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4851         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4852         (toolbar_node_free), (egg_toolbars_model_get_flags),
4853         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4854         (egg_toolbars_model_get_name), (impl_add_item),
4855         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4856         (parse_data_list), (parse_item_list), (parse_toolbars),
4857         (egg_toolbars_model_load_toolbars), (parse_available_list),
4858         (parse_names), (egg_toolbars_model_load_names),
4859         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4860         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4861         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4862         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4863         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4864         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4865         (egg_toolbars_model_set_types), (fill_avail_array),
4866         (egg_toolbars_model_get_name_avail),
4867         (egg_toolbars_model_get_name_flags),
4868         (egg_toolbars_model_set_name_flags):
4869         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4870         * cut-n-paste/toolbar-editor/eggintl.h:
4871         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4872         (egg_tree_multi_drag_source_get_type),
4873         (egg_tree_multi_drag_source_row_draggable),
4874         (egg_tree_multi_drag_source_drag_data_delete),
4875         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4876         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4877         (path_list_free), (set_context_data), (get_context_data),
4878         (get_info), (egg_tree_multi_drag_drag_data_get),
4879         (egg_tree_multi_drag_motion_event),
4880         (egg_tree_multi_drag_button_press_event),
4881         (egg_tree_multi_drag_add_drag_support):
4882         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4883         * shell/ev-application.c: (ev_application_init),
4884         (ev_application_save_toolbars_model):
4885         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4886         (ev_window_cmd_edit_toolbar), (ev_window_init):
4887         
4888         Sync toolbareditor with epiphany and libegg
4889
4890 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4891
4892         * configure.ac: 
4893
4894         Depend on poppler 0.5.2
4895
4896 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4897
4898         * shell/ev-jobs.c: (ev_job_render_run):
4899         
4900         Check if document supports links iterface.
4901
4902 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4903
4904         * NEWS:
4905         * configure.ac:
4906         
4907         Update for release 0.5.3
4908
4909 2006-05-13  Michael Plump  <plumpy@skylab.org>
4910
4911         * configure.ac:
4912         * shell/Makefile.am:
4913         * shell/main.c: (main):
4914         
4915         Port to GOption command line parsing. Fix for the 
4916         bug #327518
4917
4918 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4919
4920         * shell/ev-window.c: (ev_window_cmd_help_about):
4921         
4922         Do not wrap license. Fix for the bug #309460.
4923
4924 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * configure.ac:
4927         * properties/ev-properties-main.c: (ev_properties_get_pages):
4928         * shell/ev-application.c: (ev_application_open_window),
4929         (ev_application_open_uri_at_dest):
4930         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4931         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4932         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4933         * shell/ev-utils.c: (save_print_config_to_file):
4934         * shell/ev-window.c: (ev_window_cmd_save_as),
4935         (ev_attachment_popup_cmd_save_attachment_as):
4936         * shell/main.c: (load_files_remote):
4937         
4938         Bump requirements to gtk 2.8 and drop all ifdefs used.
4939
4940 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4941
4942         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4943         * shell/ev-window.c: (ev_window_init):
4944         
4945         Show attachments page.
4946
4947 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * po/POTFILES.in:
4950         * shell/ev-attachment-bar.c:
4951         * shell/ev-attachment-bar.h:
4952         * shell/ev-sidebar-attachments.c:
4953         (ev_sidebar_attachments_icon_cache_add),
4954         (icon_theme_get_pixbuf_from_mime_type),
4955         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4956         (ev_sidebar_attachments_icon_cache_refresh),
4957         (ev_sidebar_attachments_get_attachment_at_pos),
4958         (ev_sidebar_attachments_popup_menu_show),
4959         (ev_sidebar_attachments_popup_menu),
4960         (ev_sidebar_attachments_button_press),
4961         (ev_sidebar_attachments_update_icons),
4962         (ev_sidebar_attachments_drag_data_get),
4963         (ev_sidebar_attachments_get_property),
4964         (ev_sidebar_attachments_destroy),
4965         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4966         (ev_sidebar_attachments_new),
4967         (ev_sidebar_attachments_set_document),
4968         (ev_sidebar_attachments_support_document),
4969         (ev_sidebar_attachments_get_label),
4970         (ev_sidebar_attachments_page_iface_init):
4971         * shell/ev-sidebar-attachments.h:
4972         * shell/ev-window.c: (update_chrome_visibility),
4973         (setup_sidebar_from_metadata), (ev_window_setup_document),
4974         (ev_window_sidebar_current_page_changed_cb),
4975         (attachment_bar_menu_popup_cb), (ev_window_init):
4976         
4977         Move attachments bar to sidebar.
4978
4979 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4980
4981         * pdf/ev-poppler.cc:
4982         * shell/ev-application.[ch]:
4983         * shell/main.c:
4984
4985         Fix some memory leaks.
4986
4987 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4988
4989         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4990
4991         Change the properties dialog response to
4992         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4993         will make the dialog go away when the user presses
4994         enter. With gtk+ >= 2.9 this will happen anyway, but for
4995         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4996         escape by default. Fixes bug #340539. See also bug
4997         #101293 for the gtk+ part.
4998
4999 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5000
5001         * shell/ev-view.c (tip_from_action_named): Replace some strings
5002         that were wrong. Closes #340970.
5003
5004 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5007
5008         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5009         #341049
5010
5011 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5012
5013         * djvu/Makefile.am:
5014         * dvi/Makefile.am:
5015         * dvi/mdvi-lib/Makefile.am:
5016         * properties/Makefile.am:
5017         * ps/Makefile.am:
5018         * shell/Makefile.am:
5019         * thumbnailer/Makefile.am:
5020         
5021         Due to broken libtool that is unable to track dependencies
5022         of noinst libraries we are forced to explicitely point
5023         libraries for binary. Fix for the bug #333334.
5024
5025 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5026
5027         * data/evince.desktop.in.in:
5028         * shell/ev-view.c: (view_update_range_and_current_page),
5029         (ev_view_next_page), (ev_view_previous_page):
5030         * shell/ev-window.c: (update_chrome_visibility),
5031         (setup_sidebar_from_metadata), (ev_window_setup_document),
5032         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5033         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5034         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5035         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5036         (ev_window_stop_presentation), (ev_window_focus_in_event),
5037         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5038         (ev_window_init):
5039         * thumbnailer/Makefile.am:
5040         
5041         Update fullscreen and presentation timeout handling. Hide
5042         cursor in presentation after timeout. Fix for the bugs
5043         #136359 and #336981.
5044
5045 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5046
5047         * backend/ev-link-action.[ch]:
5048         * pdf/ev-poppler.cc: (ev_link_from_action):
5049         * shell/ev-view-private.h:
5050         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5051         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5052
5053         Add support for Named Action links
5054
5055 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * backend/Makefile.am:
5058         * backend/ev-document-links.[ch]:
5059         * backend/ev-document.[ch]:
5060         * backend/ev-link-action.[ch]:
5061         * backend/ev-link-dest.[ch]:
5062         * backend/ev-link.[ch]:
5063         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5064         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5065         * shell/ev-page-action.c: (build_new_tree_cb):
5066         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5067         (links_page_num_func), (update_page_callback):
5068         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5069         (tip_from_link):
5070         * shell/ev-jobs.c:
5071         * shell/ev-window.[ch]: (ev_window_open_uri),
5072         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5073         * shell/ev-application.[ch]: (ev_application_open_window),
5074         (ev_application_open_uri):
5075
5076         Rework links system, it adds support for remote links now and it makes
5077         easier to add new kinds of actions and destinations. Fixes bug #317292
5078
5079 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5080
5081         * data/Makefile.am:
5082         * data/evince.png:
5083         * data/evince-16.png:
5084         * data/evince-22.png:
5085         * data/evince.svg:
5086         * shell/main.c: (main):
5087         
5088         Evince use it's own icon. Fix for the bug #313392.
5089
5090         * shell/ev-window.c: (fullscreen_timeout_cb),
5091         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5092         (ev_window_cmd_help_about), (ev_window_dispose):
5093         
5094         Simplify fullscreen timeout code.
5095
5096 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5097
5098         * backend/ev-attachment.c: 
5099         * shell/ev-attachment-bar.c:
5100         * shell/ev-window.c:
5101
5102         Allow multiple selection of attachments
5103
5104 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * shell/ev-view.c: (view_update_range_and_current_page),
5107         (ev_view_scroll):
5108         
5109         Fix for the bug #312573 – Optimal selection of current 
5110         page among visible pages.
5111
5112 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5113
5114         * configure.ac:
5115         * djvu/Makefile.am:
5116         * djvu/djvu-text.h:
5117         
5118         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5119         for the bug 339868.
5120
5121 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5122
5123         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5124
5125 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5126
5127         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5128         dictated by the GNOME HIG. Fixes bug #339235.
5129
5130 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5131
5132         * data/evince-ui.xml:
5133         * shell/ev-view.c: (ev_view_can_find_previous):
5134         * shell/ev-view.h:
5135         * shell/ev-window.c: (ev_window_update_actions),
5136         (ev_window_cmd_edit_find_previous):
5137
5138         Add support for "Find Previous" as dictated by the GNOME HIG. A
5139         menu item is added and some glue code to make it all work is added
5140         to various files.
5141
5142 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5143
5144         * configure.ac: Award myself the "useless use of cat" award.
5145
5146 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5147
5148         * po/LINGUAS: New file listing all supported languages.
5149
5150         * configure.in: Use po/LINGUAS instead of including all languages
5151         directly in this file. See the wiki for more information:
5152         http://live.gnome.org/GnomeGoals/PoLinguas
5153
5154 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * backend/ev-document-factory.c:
5157
5158         Do not load the document twice when there isn't errors
5159
5160 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5161
5162         * backend/ev-attachment.c: 
5163
5164         Fix a crash when there isn't a default application to open an
5165         attachment
5166
5167 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5168
5169         * backend/ev-attachment.[ch]:
5170         * shell/ev-attachment-bar.[ch]:
5171
5172         Added missing files. 
5173
5174 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * backend/Makefile.am:
5177         * data/evince-ui.xml:
5178         * backend/ev-attachment.[ch]:
5179         * backend/ev-document.[ch]: (ev_document_has_attachments),
5180         (ev_document_get_attachments):
5181         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5182         (attachment_save_to_buffer), (pdf_document_get_attachments),
5183         (pdf_document_document_iface_init):
5184         * shell/Makefile.am:
5185         * shell/ev-attachment-bar.[ch]:
5186         * shell/ev-window.c:
5187
5188         Add support for PDF attachments. Fixes bug #325143
5189
5190 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * backend/ev-document-factory.c: (get_document_from_uri),
5193         (ev_document_factory_get_document):
5194         * backend/ev-document-factory.h:
5195         * properties/ev-properties-main.c: (ev_properties_get_pages):
5196         * shell/Makefile.am:
5197         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5198         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5199         (ev_job_queue_remove_job):
5200         * shell/ev-job-queue.h:
5201         * shell/ev-job-xfer.c:
5202         * shell/ev-job-xfer.h:
5203         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5204         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5205         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5206         (ev_job_xfer_run):
5207         * shell/ev-jobs.h:
5208         * shell/ev-window.c: (ev_window_is_empty),
5209         (password_dialog_response), (ev_window_clear_xfer_job),
5210         (ev_window_xfer_job_cb), (ev_window_open_uri),
5211         (ev_window_cmd_focus_page_selector),
5212         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5213         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5214         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5215         (ev_window_dispose):
5216         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5217         
5218         * Cleanup mime type detection on document load. Fix for the
5219         bug #336448.
5220
5221 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5222
5223         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5224         
5225         Fix crash on exit, described in the bug #336825.
5226
5227 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * backend/ev-document-factory.c:
5230         (ev_document_factory_get_from_mime),
5231         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5232         (ev_document_factory_get_document),
5233         (file_filter_add_mime_list_and_free),
5234         (ev_document_factory_add_filters):
5235         * backend/ev-document-factory.h:
5236         * properties/ev-properties-main.c: (ev_properties_get_pages):
5237         * shell/Makefile.am:
5238         * shell/ev-application.c:
5239         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5240         * shell/ev-window.c: (ev_window_cmd_file_open),
5241         (ev_window_cmd_save_as):
5242         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5243         
5244         Rework factory functions so they are placed now in a single 
5245         file ev-document-factory.c
5246
5247 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * shell/ev-window.c: (update_chrome_visibility):
5250         
5251         Fix for the bug 166566 - don't show menubar in fullscreen
5252         mode.
5253
5254 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5255
5256         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5257
5258 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5259
5260         * shell/ev-view.c: (ev_view_expose_event):
5261         
5262         More correctly draw loading text when document
5263         is empty.
5264
5265 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5266
5267         * shell/ev-view.c: (ev_view_scroll):
5268         
5269         Fix for the bug #334854, page down and page up switch
5270         pages in presentation mode.
5271
5272 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * shell/ev-window.c: (ev_window_set_action_sensitive),
5275         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5276         (ev_window_set_view_accels_sensitivity),
5277         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5278         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5279         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5280         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5281         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5282         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5283         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5284         (view_actions_focus_in_cb), (ev_window_init):
5285         
5286         Fix for the bug #333902, now it's possible to search
5287         words with slash.
5288
5289 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5290
5291         * configure.ac: Added Breton translation.
5292         * po/br.po: Added Breton translation.
5293
5294 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5295
5296         * shell/ev-window-title (ev_window_title_update):
5297
5298         Fix memory leak in window title. Fixes bug #333944
5299
5300 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5301
5302         * shell/ev-metadata-manager.c (parseItem):
5303
5304         Fix memory leaks. Fixes bug #333945
5305
5306 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5307         
5308         * NEWS, configure.ac, TODO:
5309         
5310         Update for release 0.5.2.
5311
5312 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5313
5314         * shell/ev-view.c: (view_update_range_and_current_page),
5315         (page_changed_cb):
5316         
5317         Don't jump on scrolling, fix for the bug #333127.
5318
5319 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5320
5321         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5322         
5323         Scroll by one page in presentation mode. Fix for the bug
5324         #332993.
5325
5326 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5327
5328         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5329
5330 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5331
5332         * configure.ac  Added lv in ALL_LINGUAS line.
5333
5334 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5335         
5336         * NEWS, configure.ac:
5337         
5338         Update for release 0.5.1
5339
5340 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5341
5342         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5343         * backend/ev-document-misc.h:
5344         * shell/ev-view.c: (draw_one_page):
5345         
5346          Clairfy what page the toolbar page number applies to. Fix
5347          for the bug #328102.
5348
5349 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5350
5351         * shell/ev-view-private.h:
5352         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5353         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5354         (ev_view_search_changed):
5355         * shell/ev-view.h:
5356         * shell/ev-window.c: (find_bar_search_changed_cb):
5357         
5358         Dont't jump to find result if window was scrolled during search.
5359         Fix for the bug #313266.
5360
5361 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5362
5363         * shell/eggfindbar.c: (egg_find_bar_class_init):
5364         * shell/eggfindbar.h:
5365         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5366         * shell/ev-view-private.h:
5367         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5368         (ev_view_class_init), (ev_sizing_mode_get_type),
5369         (ev_scroll_type_get_type):
5370         * shell/ev-view.h:
5371         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5372         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5373         (ev_window_init):
5374         
5375         Fix for the bug 319133 - Find entry should allow text scroll.
5376
5377 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5378
5379         * shell/ev-view-private.h:
5380         * shell/ev-view.c: (view_update_range_and_current_page),
5381         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5382         (ev_view_set_document), (update_find_status_message),
5383         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5384         (ev_view_find_previous):
5385         
5386         Fix for the bug #319137. Search now takes account for scrolling.
5387
5388 2006-02-19  Michael Hofmann <mh21@piware.de>
5389
5390         * configure.ac:
5391         * djvu/Makefile.am:
5392         * djvu/djvu-document-private.h:
5393         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5394         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5395         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5396         (djvu_document_can_get_text), (djvu_document_get_text),
5397         (djvu_document_document_iface_init),
5398         (djvu_document_thumbnails_get_thumbnail),
5399         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5400         (djvu_document_find_get_result),
5401         (djvu_document_find_page_has_results),
5402         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5403         (djvu_document_find_iface_init):
5404         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5405         (djvu_text_page_selection), (djvu_text_page_limits_process),
5406         (djvu_text_page_limits), (djvu_text_page_copy),
5407         (djvu_text_page_position), (djvu_text_page_union),
5408         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5409         (djvu_text_page_box), (djvu_text_page_append_text),
5410         (djvu_text_page_search), (djvu_text_page_prepare_search),
5411         (djvu_text_page_new), (djvu_text_page_free):
5412         * djvu/djvu-text-page.h:
5413         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5414         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5415         (djvu_text_n_results), (djvu_text_has_results),
5416         (djvu_text_get_result), (djvu_text_get_progress):
5417         * djvu/djvu-text.h:
5418         
5419         Text search in djvu. Fix for the bug #303415.
5420
5421 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * configure.ac:
5424         * shell/ev-window.c: (ev_window_cmd_save_as):
5425         
5426         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5427         Thanks to Gary Coady <gary@lyranthe.org>
5428
5429 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5430
5431         * shell/ev-print-job.c: (idle_print_handler):
5432         
5433         Inverse order printing, bug #320919.
5434
5435 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5436
5437         * data/evince-toolbar.xml:
5438         * shell/ev-window.c:
5439         
5440         Allow to add sidebar checkbutton on toolbar. Fix
5441         for the bug #144577.
5442
5443 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5444
5445         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5446         
5447         Add checks that have sense for empty ps document.
5448
5449 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5450
5451         * configure.ac: Include PS in mime types list. 
5452
5453 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5454
5455         * configure.ac:
5456         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5457         * ps/gsdefaults.h:
5458         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5459         
5460         Runtime check for gs interpreter. Fix for the bug #320868.
5461         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5462
5463 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5464
5465         * shell/ev-application.c: 
5466
5467         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5468         dbus>=0.60, so that the request is not queued. 
5469
5470 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5471
5472         * configure.ac:
5473         * shell/Makefile.am:
5474         * shell/ev-sidebar-links.c: (print_section_cb):
5475         * shell/ev-utils.c:
5476         * shell/ev-utils.h:
5477         * shell/ev-window.c: (update_action_sensitivity),
5478         (ev_window_close_dialogs), (ev_window_print):
5479         * shell/ev-window.h:
5480         
5481         Make printing support optional. Patch from Eduardo de Barros Lima
5482         <eduardo.lima@indt.org.br> for the bug #330546.
5483
5484 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * shell/ev-view-private.h:
5487         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5488         (ev_view_set_document):
5489         * shell/ev-view.h:
5490         * shell/ev-window.c: (ev_window_load_job_cb),
5491         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5492         (ev_window_init):
5493
5494         Draw Loading message during xfer job. Fix for the bug #329495.
5495
5496 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * comics/comics-document.c: (comics_regex_quote),
5499         (comics_document_load), (extract_argv):
5500         
5501         Correcly quote regexp before passing it to unzip.
5502
5503 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * shell/ev-page-cache.c: (build_height_to_page),
5506         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5507         (ev_page_cache_get_dual_even_left):
5508         * shell/ev-page-cache.h:
5509         * shell/ev-view.c: (view_update_range_and_current_page),
5510         (get_page_y_offset), (get_page_extents):
5511         
5512         Place even pages to the left if document has less then
5513         two pages. Fix for the bug #328856.
5514
5515 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5516
5517         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5518         
5519         Correct comics scheme. This make evince create thumbnails
5520         for comic books. Fix for the bug 329088.
5521
5522 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5523
5524         * data/evince-password.glade: Don't explicitly set
5525         invisible_char to the current default value in case
5526         the default changes; let GTK+ do its magic.
5527
5528 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5529
5530         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5531         real filename to tmp filename since often document
5532         type is determined by extension.
5533
5534 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5535
5536         * shell/ev-view.c: (add_scroll_binding_keypad),
5537         (ev_view_binding_activated), (ev_view_class_init):
5538         
5539         Add keybindings for percision-scrolling of display area. 
5540         Fix for the bug #314072.
5541
5542 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * data/evince.desktop.in.in:
5545         
5546         Add GTK to the list of categories. Fix for the bug #328034.
5547
5548 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * shell/ev-application.c: (ev_application_shutdown),
5551         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5552         * shell/ev-application.h:
5553         * shell/ev-window.c: (file_open_dialog_response_cb),
5554         (ev_window_cmd_file_open):
5555         
5556         Save last uri in file chooser dialog. Fix for the bug #327950.
5557
5558 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5559
5560         * NEWS:
5561         * README:
5562         
5563         Final update for release 0.5.0
5564         
5565         * shell/Makefile.am:
5566         
5567         Remove disable deprecated until we'll require libgnome-2.13.7
5568         and port to GOption argument parsing. See bug 327518.
5569
5570 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5571
5572         * comics/comics-document.c: (comics_document_save):
5573         * djvu/djvu-document.c: (djvu_document_save):
5574         * dvi/dvi-document.c: (dvi_document_save):
5575         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5576         * lib/ev-file-helpers.h:
5577         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5578         * tiff/tiff-document.c: (tiff_document_save):
5579         
5580         Use common save function for backends.
5581
5582 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5583
5584         * backend/ev-document-types.c:
5585         
5586         Fix crash on saving pixbuf.
5587
5588 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5589
5590         * cut-n-paste/recent-files/egg-recent-item.c:
5591         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5592         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5593         (parse_info_free), (valid_element), (start_element_handler),
5594         (end_element_handler), (text_handler), (egg_recent_model_filter),
5595         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5596         (egg_recent_model_monitor), (egg_recent_model_read),
5597         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5598         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5599         (egg_recent_model_set_property), (egg_recent_model_class_init),
5600         (egg_recent_model_init), (egg_recent_model_add_full),
5601         (egg_recent_model_delete), (egg_recent_model_get_list),
5602         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5603         (egg_recent_model_set_filter_mime_types),
5604         (egg_recent_model_clear_group_filter),
5605         (egg_recent_model_set_filter_groups),
5606         (egg_recent_model_clear_scheme_filter),
5607         (egg_recent_model_set_filter_uri_schemes),
5608         (egg_recent_model_remove_expired):
5609         * cut-n-paste/recent-files/egg-recent-util.c:
5610         (egg_recent_util_get_icon):
5611         * cut-n-paste/recent-files/egg-recent-util.h:
5612         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5613         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5614         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5615         (egg_recent_view_uimanager_set_property),
5616         (egg_recent_view_uimanager_get_property),
5617         (egg_recent_view_uimanager_class_init),
5618         (egg_recent_view_uimanager_init),
5619         (egg_recent_view_uimanager_set_label_width),
5620         (egg_recent_view_uimanager_get_label_width):
5621         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5622         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5623         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5624         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5625         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5626         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5627         
5628         Update from libegg.
5629
5630 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * shell/ev-page-cache.c: (build_height_to_page),
5633         (ev_page_cache_get_height_to_page):
5634         * shell/ev-page-cache.h:
5635         * shell/ev-view.c: (view_update_range_and_current_page),
5636         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5637         (ev_view_previous_page):
5638         
5639         Dual mode places even pages to the left. Fix for the bug #309393.
5640
5641         * shell/ev-view.h:
5642         * shell/ev-window.c: (update_action_sensitivity),
5643         (setup_view_from_metadata), (view_menu_popup_cb):
5644         
5645         Don't restore presentation in empty windows, more intelligent
5646         next page behaviour in dual mode.
5647
5648         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5649         (ev_pixbuf_cache_clear_job_sizes):
5650         
5651         Cleanup job callback on removal. Fix for the bug #325886.
5652
5653 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5654
5655         * ps/ps.c: (psscan):
5656         
5657         Commit workaround Mozilla problem. Fix for the bug #325919
5658         
5659         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5660         (save_item):
5661         
5662         Fix for year 2038 problem.
5663
5664 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5665
5666         * shell/ev-window.c: (setup_document_from_metadata),
5667         (ev_window_cmd_view_reload):
5668
5669         Clamp page recieved from metadata in valid values. Fix
5670         for the bug #325986.
5671
5672 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * MAINTAINERS: 
5675         Add MAINTAINERS as requested on desktop-devel-list.
5676
5677 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5680         (mime_type_supported_by_gdk_pixbuf),
5681         (ev_document_factory_get_mime_types),
5682         (ev_document_factory_get_all_mime_types):
5683         
5684         Don't add pixbuf mime types if pixbuf backend is disabled.
5685         
5686         * shell/ev-application.c: (ev_application_get_uri_window):
5687         
5688         Fix for the bug 325815 - unhandled MIME type message doesn't 
5689         appear a second time. 
5690         
5691         * shell/ev-document-types.c: (ev_document_types_add_filters):
5692         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5693         (password_dialog_response), (ev_window_popup_password_dialog),
5694         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5695         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5696         (ev_window_run_presentation), (ev_window_stop_presentation),
5697         (save_sizing_mode), (ev_window_zoom_changed_cb),
5698         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5699         (ev_window_dual_mode_changed_cb),
5700         (ev_window_sidebar_current_page_changed_cb),
5701         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5702         (window_state_event_cb), (window_configure_event_cb):
5703         
5704         Cleanup additional uris holded by EvWindow.
5705
5706 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5707
5708         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5709         (ev_view_can_previous_page), (ev_view_can_next_page):
5710         * shell/ev-view.h:
5711         * shell/ev-window.c: (update_action_sensitivity):
5712         
5713         Two page scrolling with Space and PageUp in dual mode. Second fix 
5714         for the bug #316608.
5715
5716 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5717
5718         * shell/ev-view.c: (scroll_to_current_page):
5719         
5720         Correctly clamp adjustment value. Fix for the bug
5721         #325808.
5722
5723 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * shell/ev-sidebar-links.c: (print_section_cb):
5726         * shell/ev-window.c: (ev_window_get_uri),
5727         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5728         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5729         (ev_window_dispose):
5730         
5731         Make print dialog non-modal. Fix for the bug #325622.
5732
5733 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * shell/ev-metadata-manager.c:
5736         * shell/ev-utils.c: (using_pdf_printer),
5737         (using_postscript_printer), (load_print_config_from_file),
5738         (save_print_config_to_file):
5739         * shell/ev-utils.h:
5740         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5741         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5742         (setup_view_from_metadata), (ev_window_setup_document),
5743         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5744         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5745         (ev_window_run_presentation), (ev_window_stop_presentation),
5746         (save_sizing_mode), (ev_window_zoom_changed_cb),
5747         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5748         (ev_window_dual_mode_changed_cb),
5749         (ev_window_sidebar_current_page_changed_cb),
5750         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5751         (window_state_event_cb), (window_configure_event_cb),
5752         (ev_window_init):
5753         
5754         Setting saving behaviour fixes.
5755
5756 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5757
5758         * configure.ac:
5759         
5760         Make antialiasing gs options better and allow
5761         to change them during configure. Fix for the 
5762         bug #319049.
5763
5764 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * shell/ev-window.c: (setup_view_from_metadata):
5767         
5768         Remember if last window was maximized. Fix for the
5769         bug #323797.
5770
5771 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5772
5773         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5774
5775 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5778         * shell/ev-page-action.c: (build_new_tree_cb):
5779         * shell/ev-sidebar-links.c: (links_page_num_func),
5780         (update_page_callback_foreach), (update_page_callback):
5781         * shell/ev-view.c: (scroll_to_current_page):
5782         
5783         Fix for the bug #325067 with more intelligent selection
5784         of current link in sidebar. Make sidebar handle links
5785         of FITR-like type more correctly.
5786
5787         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5788         (dvi_pixbuf_put_pixel):
5789         
5790         Fix memory consumtion with disabled alpha channel.
5791
5792 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * data/evince-ui.xml:
5795         * shell/ev-window.c: (view_menu_popup_cb),
5796         (ev_popup_cmd_open_link), (ev_window_init):
5797         
5798         Update context menu for internal links. Fix for the bug
5799         #325066.
5800
5801 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5802
5803         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5804         
5805         Bind context menu to keyboard also. Fix for the bug
5806         #325065.
5807
5808 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5809
5810         * shell/ev-view.c: (selection_scroll_timeout_cb):
5811         
5812         Horizontal scroll on selection also.
5813
5814 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5815
5816         * shell/ev-metadata-manager.c: (parse_value):
5817         * shell/ev-view.c: (goto_xyz_link):
5818         
5819         Correct zoom setup and metadata save broken in 
5820         some locales.
5821
5822 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * shell/ev-view-private.h:
5825         * shell/ev-view.c: (scroll_to_current_page),
5826         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5827         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5828         (page_changed_cb), (ev_view_set_continuous),
5829         (ev_view_set_dual_page), (ev_view_set_presentation):
5830         
5831         Delay scroll until allocation to correctly position page. Fix
5832         for the bug #317334.
5833
5834 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * NEWS:
5837         * configure.ac:
5838         
5839         Update NEWS and require poppler 0.5.0.
5840
5841 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5842         
5843         * data/evince-ui.xml:
5844         * shell/ev-view-private.h:
5845         * shell/ev-view.c: (ev_view_get_link_at_location),
5846         (handle_link_over_xy), (ev_view_button_press_event),
5847         (ev_view_button_release_event), (ev_view_class_init):
5848         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5849         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5850         (ev_window_init):
5851         
5852         Implement right-click context menu.
5853
5854 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5857         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5858         (mdvi_pixbuf_device_render):
5859         * pdf/ev-poppler.cc:
5860
5861         Don't generate thumbnails with alpha. See bug #324077.
5862         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5863
5864 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5865
5866         * shell/ev-window.c: (setup_chrome_from_metadata):
5867         
5868         Fix typo that was hiding toolbar.
5869
5870 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5871
5872         * shell/ev-view-private.h:
5873         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5874         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5875         (ev_view_button_release_event), (ev_view_destroy):
5876         
5877         Small cleanup and autoscrolling during selection. Thanks to 
5878         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5879
5880 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5881
5882         * configure.ac:
5883         
5884         Correctly check for comics option.
5885
5886 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5887         * Makefile.am:
5888         * configure.ac:
5889         * backend/Makefile.am:
5890         * backend/ev-document-factory.c:
5891         * shell/ev-document-types.c:
5892
5893         Included option in configure to make ps backend 
5894         compilation optional with --disable-ps.
5895
5896 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * backend/ev-document-factory.c:
5899         * comics/Makefile.am:
5900         * comics/comics-document.c: (comics_document_load):
5901         * comics/ev-cbr-mime.xml:
5902         * configure.ac:
5903         
5904         Comics mime types are added to shared-mime-info CVS. Now
5905         we don't need to install our own mime types.
5906
5907 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5908
5909         * shell/ev-window.c:
5910         
5911         Add shortcut for "save a copy" menu entry. Fix for
5912         the bug #324582.
5913
5914 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5917         (job_finished_cb), (new_selection_pixbuf_needed),
5918         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5919         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5920         
5921         Rework selection job info logic and fix critical warning.
5922
5923 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5924
5925         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5926
5927 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5928
5929         * data/evince-ui.xml:
5930         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5931         
5932         Enter as shortcut key for next page. Fix for the bug
5933         #321394.
5934
5935 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5936
5937         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5938
5939 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5940
5941         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5942         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5943         (new_selection_pixbuf_needed),
5944         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5945         (clear_job_selection):
5946         
5947         Too early for 0.5. Pixbuf cache code cleaned a bit.
5948
5949 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5950
5951         * NEWS:
5952         * configure.ac:
5953         
5954         Release 0.5.0 preparation
5955
5956 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * comics/Makefile.am:
5959         * configure.ac:
5960         * shell/ev-document-types.c: (ev_document_types_add_filters):
5961         
5962         More advanced handling of custom mime type installation.
5963
5964 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * data/evince.schemas.in:
5967         * shell/ev-metadata-manager.c: (value_free),
5968         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5969         (ev_metadata_manager_get), (ev_metadata_manager_set):
5970         * shell/ev-metadata-manager.h:
5971         * shell/ev-window.c: (update_chrome_flag),
5972         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5973         (setup_document_from_metadata), (setup_chrome_from_metadata),
5974         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5975         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5976         (ev_window_view_toolbar_cb),
5977         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5978         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5979         
5980         Save last document settings and reuse them for new documents.
5981
5982 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5983
5984         * Makefile.am:
5985         * backend/Makefile.am:
5986         * backend/ev-document-factory.c:
5987         * backend/ev-document-factory.h:
5988         * comics/Makefile.am:
5989         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5990         (comics_document_load), (comics_document_save),
5991         (comics_document_get_n_pages), (comics_document_get_page_size),
5992         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5993         (comics_document_class_init), (comics_document_can_get_text),
5994         (comics_document_get_info), (comics_document_document_iface_init),
5995         (comics_document_init), (get_supported_image_extensions),
5996         (comics_document_thumbnails_get_geometry),
5997         (comics_document_thumbnails_get_thumbnail),
5998         (comics_document_thumbnails_get_dimensions),
5999         (comics_document_document_thumbnails_iface_init), (extract_argv):
6000         * comics/comics-document.h:
6001         * comics/ev-cbr-mime.xml:
6002         * configure.ac:
6003         * po/POTFILES.in:
6004         * shell/ev-application.c: (ev_application_register_service):
6005         * shell/ev-document-types.c: (ev_document_types_add_filters):
6006         * thumbnailer/Makefile.am:
6007         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6008         
6009         New CBR/CBZ backend for comic books.
6010
6011 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6012
6013         * shell/main.c: (load_files_remote):
6014
6015         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6016         warning on startup of second instance is fixed. It
6017         is bug #320353.
6018
6019 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6020
6021         * shell/ev-window.c: (ev_window_finalize):
6022         
6023         Fix double free that cause crash.
6024
6025 2005-10-29  Bastien Nocera <hadess@hadess.net>
6026
6027         * tiff/tiff-document.c: (tiff_document_load):
6028         
6029         Fix memory leak.
6030
6031 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6032
6033         * po/POTFILES.in:
6034         * shell/Makefile.am:
6035         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6036         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6037         (ev_view_accessible_get_text),
6038         (ev_view_accessible_get_character_at_offset),
6039         (ev_view_accessible_get_text_before_offset),
6040         (ev_view_accessible_get_text_at_offset),
6041         (ev_view_accessible_get_text_after_offset),
6042         (ev_view_accessible_get_character_count),
6043         (ev_view_accessible_get_caret_offset),
6044         (ev_view_accessible_set_caret_offset),
6045         (ev_view_accessible_get_run_attributes),
6046         (ev_view_accessible_get_default_attributes),
6047         (ev_view_accessible_get_character_extents),
6048         (ev_view_accessible_get_offset_at_point),
6049         (ev_view_accessible_get_n_selections),
6050         (ev_view_accessible_get_selection),
6051         (ev_view_accessible_add_selection),
6052         (ev_view_accessible_remove_selection),
6053         (ev_view_accessible_set_selection),
6054         (ev_view_accessible_text_iface_init),
6055         (ev_view_accessible_idle_do_action),
6056         (ev_view_accessible_action_do_action),
6057         (ev_view_accessible_action_get_n_actions),
6058         (ev_view_accessible_action_get_description),
6059         (ev_view_accessible_action_get_name),
6060         (ev_view_accessible_action_set_description),
6061         (ev_view_accessible_action_iface_init),
6062         (ev_view_accessible_get_type), (ev_view_accessible_new),
6063         (ev_view_accessible_factory_get_accessible_type),
6064         (ev_view_accessible_factory_create_accessible),
6065         (ev_view_accessible_factory_class_init),
6066         (ev_view_accessible_factory_get_type):
6067         * shell/ev-view-accessible.h:
6068         * shell/ev-view-private.h:
6069         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6070         * shell/ev-view.h:
6071         
6072         Initial accessibility support.
6073
6074 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6075
6076         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6077
6078 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6079
6080         * shell/ev-print-job.c: (idle_print_handler):
6081         
6082         Fix for bug Bug 318916: Printing multiple pages.
6083
6084 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6085
6086         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6087
6088 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6089
6090         * pdf/ev-poppler.cc:
6091         
6092         Thumnail dimensions unified with other backends.
6093         
6094         * shell/ev-window-title.c: (ev_window_title_update):
6095         
6096         Fix warning.
6097
6098 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6099
6100         * data/ev-stock-zoom-fit-width.png:
6101         
6102         Remove unused file.
6103
6104 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6105
6106         * configure.ac:
6107         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6108         (djvu_document_finalize):
6109         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6110         (dvi_document_finalize):
6111         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6112         (pixbuf_document_save), (pixbuf_document_finalize):
6113         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6114         (tiff_document_finalize):
6115         
6116         Save a copy implemented for various backends.
6117
6118 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6119
6120         * configure.ac:
6121         
6122         Don't link with ltiff if tiff is disabled.
6123
6124 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * pdf/GDKSplashOutputDev.cc:
6127         * pdf/GDKSplashOutputDev.h:
6128         * pdf/Thumb.cc:
6129         * pdf/Thumb.h:
6130         * pdf/pdf-document.cc:
6131         * pdf/pdf-document.h:
6132         * pdf/test-gdk-output-dev.cc:
6133         
6134         Remove old unused files.
6135
6136 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6137
6138         * shell/ev-window.c: (ev_window_setup_document):
6139         
6140         Fixed warnings on reload and probably crash reason.
6141
6142 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6143
6144         * properties/ev-properties-view.c:
6145         (ev_properties_view_format_date):
6146         
6147         Check if date is invalid. Fix for bug 318134.
6148
6149 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6150
6151         * shell/ev-window-title.c:
6152         
6153         Add .indd files (Adobe Indesign) to the list of "bad
6154         extensions".
6155
6156 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6157
6158         * data/evince-ui.xml:
6159         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6160         
6161         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6162
6163 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6164
6165         * shell/ev-window.c: (launch_link), (launch_external_uri),
6166         (view_external_link_cb):
6167
6168         URL-escape link before passing it to gnome_vfs_url_show.
6169
6170 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6171
6172         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6173         there isn't text selected.
6174
6175 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6176
6177         * shell/ev-view.c: (handle_link_over_xy):
6178
6179         Check tooltip is valid utf8 before showing it
6180
6181 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6184
6185 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6186
6187         * shell/ev-window-title.c: (ev_window_title_update):
6188
6189         Guard against using g_strstrip on NULL. Fixes bug #317291.
6190
6191 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6192
6193         * pdf/ev-poppler.cc:
6194
6195         Show title even for unknown links
6196
6197 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6198
6199         * shell/ev-window-title.c: (ev_window_title_update):
6200
6201         Strip the title string
6202
6203 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6204
6205         * shell/ev-window-title.c:
6206
6207         Add .rtf to the bad extensions list
6208
6209 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6210
6211         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6212         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6213
6214         Ignore link coordinates if they are outside page bounds
6215
6216 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6217
6218         * backend/ev-link.c: (ev_link_type_get_type),
6219         (ev_link_get_filename), (ev_link_get_params),
6220         (ev_link_get_property), (ev_link_set_property),
6221         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6222         * backend/ev-link.h:
6223         * pdf/ev-poppler.cc:
6224         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6225         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6226         (ev_window_init):
6227
6228         Implement launch links. Delegate external link opening to
6229         the window.
6230
6231 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6232
6233         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6234         (ev_link_get_right), (ev_link_get_property),
6235         (ev_link_set_property), (ev_link_class_init),
6236         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6237         * backend/ev-link.h:
6238         * pdf/ev-poppler.cc:
6239         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6240
6241         Implement fitr links
6242
6243 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6244
6245         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6246         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6247         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6248         (ev_view_size_request_continuous),
6249         (ev_view_size_request_dual_page),
6250         (ev_view_size_request_single_page), (ev_view_size_allocate),
6251         (ev_view_zoom_for_size_continuous_and_dual_page),
6252         (ev_view_zoom_for_size_continuous),
6253         (ev_view_zoom_for_size_dual_page),
6254         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6255         (ev_sizing_mode_get_type):
6256         * shell/ev-view.h:
6257         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6258
6259         Do not use modes for link, we need to calculate size ad hoc.
6260         Still not perfect because of the usual scrollbar issues grrr.
6261
6262 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * backend/ev-link.c: (ev_link_type_get_type),
6265         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6266         * backend/ev-link.h:
6267         * pdf/ev-poppler.cc:
6268         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6269         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6270         (ev_view_size_request_continuous),
6271         (ev_view_size_request_dual_page),
6272         (ev_view_size_request_single_page), (ev_view_size_allocate),
6273         (zoom_for_size_fit_height),
6274         (ev_view_zoom_for_size_continuous_and_dual_page),
6275         (ev_view_zoom_for_size_continuous),
6276         (ev_view_zoom_for_size_dual_page),
6277         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6278         (ev_sizing_mode_get_type):
6279         * shell/ev-view.h:
6280         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6281
6282         Implement FIT_HEIGHT mode (only for links).
6283         Implement FITH links
6284
6285 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6286
6287         * shell/ev-window-title.c: (get_filename_from_uri),
6288         (ev_window_title_sanitize_extension), (ev_window_title_update),
6289         (ev_window_title_set_document), (ev_window_title_set_uri),
6290         (ev_window_title_free):
6291         * shell/ev-window-title.h:
6292         * shell/ev-window.c: (ev_window_setup_document),
6293         (ev_window_popup_password_dialog):
6294
6295         Refactor window title building while fixing it for
6296         password documents.
6297
6298 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6299
6300         * pdf/ev-poppler.cc:
6301
6302         Escape link title before setting it in the model
6303
6304 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6305
6306         * shell/ev-application.c: (removed_from_session), (save_session),
6307         (init_session), (ev_application_get_empty_window),
6308         (ev_application_init), (ev_application_get_windows):
6309         * shell/ev-application.h:
6310         * shell/ev-window.c: (ev_window_finalize):
6311
6312         Add a function to retrieve window list and share it where
6313         necessary.
6314         Implement session handling, works pretty well thanks to the
6315         metadata system.
6316
6317 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * shell/ev-password.c: (ev_password_item_created_callback),
6320         (ev_password_dialog_save_password):
6321         
6322         Fix for bug 316972. Use async gnome-keyring API.
6323
6324 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6325
6326         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6327         Remove unused unrealize handler. Add scroll handling to
6328         ev_view_scroll_event for presentation mode (bug #316708),
6329         and fix the event state checks there.
6330
6331 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * shell/ev-page-action.c: (page_changed_cb):
6334
6335         "marco, maybe we should be crazy and jump right to 6! :)"
6336
6337         Bryan Clark, Sep 2005
6338
6339 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6340
6341         * ps/ps-document.c: (save_document), (ps_document_save),
6342         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6343         (ps_document_ps_export_end):
6344
6345         Fix unstructured documents save and print
6346
6347 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6348
6349         * shell/ev-application.c: (ev_application_open_uri):
6350
6351         Fix window size persistance
6352
6353 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6354
6355         * shell/ev-view.c: (ev_view_button_release_event):
6356
6357         Based on a patch from carlosgc@gnome.org. Mouse buttons
6358         switch pages in presentation mode.
6359
6360 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6361
6362         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6363
6364         Dont cast to int before scaling
6365
6366 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6367
6368         * backend/ev-link.c: (ev_link_type_get_type),
6369         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6370         (ev_link_new_page_fith):
6371         * backend/ev-link.h:
6372         * pdf/ev-poppler.cc:
6373         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6374
6375         Implement FIT and FITH links
6376
6377 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6378
6379         * pdf/ev-poppler.cc:
6380
6381         Return 0 results when search is not in progress.
6382
6383         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6384         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6385
6386         Update menu sensitivity when cancelling search
6387
6388 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * shell/ev-view.c: (ev_view_can_find_next):
6391
6392         Take all pages in consideration, not just current one
6393
6394 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6395
6396         * shell/ev-page-cache.c:
6397         * shell/ev-page-cache.h:
6398         * shell/ev-view.c: (ev_view_binding_activated),
6399         (ev_view_next_page), (ev_view_previous_page),
6400         (ev_sizing_mode_get_type):
6401         * shell/ev-view.h:
6402         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6403         (ev_window_cmd_go_next_page):
6404
6405         Move page next/previous functions from page chace to
6406         view and change it to move by 2 page steps in dual mode.
6407
6408 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6409
6410         * shell/ev-window.c: (update_sidebar_visibility),
6411         (setup_sidebar_from_metadata), (ev_window_setup_document),
6412         (setup_view_from_metadata):
6413
6414         Show the index by default when there is one     
6415
6416 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6417
6418         * shell/ev-window-title.c: (ev_window_title_set_document):
6419
6420         Missing null check
6421
6422 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6423
6424         * shell/ev-view.c: (view_update_range_and_current_page):
6425         
6426         Allow display of last odd page in dual view. Fix for 316347.
6427
6428 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6429
6430         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6431         
6432         Make close button default. Fix for 316383.
6433
6434 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6437         
6438         Mark close button as default. Fix for 316381.
6439
6440 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6441
6442         * backend/ev-link.c: (ev_link_class_init):
6443
6444         Allow negative doubles in left/top properties
6445
6446 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6447
6448         * shell/ev-window.c:
6449
6450         Remove a bunch of strings that was used only
6451         by the statusbar.
6452
6453 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6454
6455         * shell/ev-window-title.c: (get_filename_from_uri),
6456         (ev_window_title_set_document):
6457
6458         When title has a confusing extension, show also
6459         the document filename inside ()
6460
6461 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * shell/Makefile.am:
6464         * shell/ev-window-title.c: (ev_window_title_new),
6465         (ev_window_title_update), (ev_window_title_set_type),
6466         (ev_window_title_set_document), (ev_window_title_free):
6467         * shell/ev-window-title.h:
6468         * shell/ev-window.c: (ev_window_setup_document),
6469         (password_dialog_response), (ev_window_popup_password_dialog),
6470         (ev_window_dispose), (ev_window_init):
6471
6472         Factor out and cleanup window title code
6473
6474 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6475
6476         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6477         (unable_to_load):
6478
6479         Make dialog transient so it doesnt block other windows
6480
6481 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * pdf/ev-poppler.cc:
6484         
6485         Fix pdf thumbnails rendering.
6486
6487 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6488
6489         * shell/ev-window.c: (fullscreen_set_timeout):
6490         
6491         Increase timeout to hide full screen popup. Bug 
6492         316123. 
6493
6494 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6495
6496         * data/evince.schemas.in:
6497         * shell/ev-window.c: (update_action_sensitivity):
6498
6499         Allow the user to override document restrictions. Fix for bug
6500         305818.
6501
6502 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6503
6504         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6505         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6506         (ev_window_class_init): Fix multihead behaviour of fullscreen
6507         toolbar popup. Fixes bug #315451.
6508
6509 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * configure.ac:
6512         * data/evince-password.glade:
6513         * shell/ev-password.c: (ev_password_dialog_set_property),
6514         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6515         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6516         (ev_password_dialog_entry_changed_cb),
6517         (ev_password_dialog_entry_activated_cb),
6518         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6519         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6520         (ev_password_dialog_set_bad_pass):
6521         * shell/ev-password.h:
6522         * shell/ev-window.c: (password_dialog_response),
6523         (ev_window_popup_password_dialog):
6524         
6525         Support for gnome-keyring for encrypted PDF's.
6526
6527 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6530         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6531         (ev_view_enter_notify_event), (ev_view_class_init):
6532         
6533         More precise handling of enter_notify/leave_notify events
6534         in EvView. Fix for bug 315470.
6535
6536 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6537
6538         * shell/ev-window.c: (fullscreen_timeout_cb),
6539         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6540         (ev_window_dispose):
6541
6542         leak fix: unref fullscreen_timeout_source before clearing it
6543
6544 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6545
6546         * configure.ac, dvi/mdvi/Makefile.am: 
6547         
6548         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6549
6550 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6551
6552         * backend/ev-link.c: (ev_link_new_page_xyz):
6553         * pdf/ev-poppler.cc:
6554         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6555
6556         Fix some bugs with xyz links, respect zoom
6557
6558 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6559
6560         * shell/ev-window.c: (page_changed_cb),
6561         (setup_document_from_metadata), (update_sidebar_visibility),
6562         (setup_view_from_metadata), (ev_window_run_fullscreen),
6563         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6564         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6565         (ev_window_dual_mode_changed_cb),
6566         (ev_window_sidebar_current_page_changed_cb):
6567
6568         null check uri before setting and getting metadata
6569
6570 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6571
6572         * dvi/Makefile.am:
6573         * properties/Makefile.am:
6574         * shell/Makefile.am:
6575         * thumbnailer/Makefile.am:
6576
6577         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6578
6579 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6582         (selection_changed_callback):
6583         * shell/ev-sidebar-links.h:
6584
6585         Add a signal for link activation.
6586
6587         * shell/ev-view.c: (ev_view_goto_link),
6588         (ev_view_button_release_event):
6589         * shell/ev-view.h:
6590         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6591         (ev_window_init):
6592
6593         Implement the signal so that we can handle all link types.
6594
6595         * shell/ev-page-cache.c:
6596
6597         Remove unused set_link function
6598
6599 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6600
6601         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6602
6603         Add some space from the cursor, hardcoded but I couldnt
6604         find a better way.
6605
6606 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6607
6608         * lib/ev-tooltip.c:
6609
6610         Use mozilla style vs gtk style, way better for links.
6611
6612         * shell/ev-view.c: (ev_view_motion_notify_event),
6613         (ev_view_destroy), (ev_view_init):
6614
6615         Deactive tooltip when the link hovered is changed.
6616
6617 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6618
6619         * backend/ev-document.h:
6620         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6621         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6622         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6623         (ev_link_new_page), (ev_link_new_page_xyz):
6624         * backend/ev-link.h:
6625         * pdf/ev-poppler.cc:
6626         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6627         (go_to_link), (tip_from_link):
6628
6629         Implement xyz links, still not functional. Links are a total
6630         mess, will need to refactor and bugfix a lot :(
6631
6632 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6633
6634         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6635
6636 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6637
6638         * data/evince-ui.xml:
6639         * data/evince.schemas.in:
6640         * shell/Makefile.am:
6641         * shell/ev-window.c: (update_chrome_visibility),
6642         (password_dialog_response), (ev_window_load_job_cb),
6643         (ev_window_xfer_job_cb), (ev_window_open_uri),
6644         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6645         (ev_window_init):
6646
6647         Remove the statusbar. This regress loading feedback, need to
6648         check with Bryan what we want to do there...
6649
6650 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6651
6652         * lib/ev-tooltip.c: (ev_tooltip_init):
6653
6654         Fix tooltip border and size handling
6655
6656 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6657
6658         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6659         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6660         (ev_tooltip_timeout), (ev_tooltip_activate),
6661         (ev_tooltip_deactivate):
6662         * lib/ev-tooltip.h:
6663         * shell/ev-view.c: (ev_view_motion_notify_event):
6664
6665         Delay popup showing. Mirror gtk logic/times.
6666
6667 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6668
6669         * lib/Makefile.am:
6670         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6671         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6672         (ev_tooltip_set_text), (ev_tooltip_set_position):
6673         * lib/ev-tooltip.h:
6674
6675         Simple widget to show tooltips at a custom position
6676
6677         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6678         (ev_view_destroy):
6679
6680         Use it for links. First go, needs work
6681
6682 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6683
6684         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6685         HIG fixes.  Use title capitalization for window title. Use 12 
6686         pixels of space between the dialog's vbox and action area.
6687
6688 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6689
6690         * shell/ev-window.c: (file_open_dialog_response_cb),
6691         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6692         (ev_window_cmd_save_as):
6693
6694         Make file pickers not modal and refactor code some
6695
6696 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6697
6698         * shell/ev-sidebar.h:
6699         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6700         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6701         (ev_sidebar_class_init), (ev_sidebar_select_page),
6702         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6703         (ev_sidebar_set_page):
6704
6705         Add a current page property and allow to get/set it
6706
6707         * shell/ev-window.c: (setup_view_from_metadata),
6708         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6709
6710         Persist current sidebar page per document
6711
6712 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6713
6714         * data/evince.schemas.in:
6715         * shell/ev-window.c: (update_chrome_visibility),
6716         (setup_document_from_metadata), (update_sidebar_visibility),
6717         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6718         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6719         (ev_window_run_presentation), (ev_window_stop_presentation),
6720         (ev_window_view_sidebar_cb),
6721         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6722         (load_chrome), (ev_window_init):
6723
6724         Persist size/visibility of sidebar per document
6725
6726 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6727
6728         * shell/ev-view.c (draw_loading_text): Draw loading text.
6729
6730 2005-09-02  Dan Damian  <dand@gnome.ro>
6731
6732         * configure.in: Added "ro" to ALL_LINGUAS.
6733
6734 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6735
6736         * shell/ev-view.c: (clear_caches):
6737
6738         ev_page_cache_get doesnt return a reference,
6739         dont try to unref it.
6740
6741 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6742
6743         * shell/main.c: (load_files_remote):
6744
6745         Fix timestamp parameter with dbus <= 0.33
6746
6747 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * data/evince.schemas.in:
6750
6751         Add missing full stop
6752
6753 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6754
6755         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6756         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6757
6758         Plug some memory leaks
6759
6760 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6761
6762         * configure.ac:
6763         * lib/ev-debug.c: (trap_handler):
6764
6765         Check for execinfo.h and use it only if it exists.
6766         Ported from Epiphany (bug #314776).
6767
6768 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6769
6770         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6771
6772 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6773
6774         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6775         * po/id.po      : Added Indonesian translation
6776
6777 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6778
6779         * shell/main.c:
6780         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6781         * NEWS: Release 0.4.0
6782
6783 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6784
6785         * configure.ac: catch another gtk+-2.8ism
6786         * shell/main.c: Make work with gtk+-2.6
6787
6788 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6789
6790         * shell/ev-application-service.xml: Add 'timestamp' argument to
6791           ev_application_open_window and ev_application_open_uri methods.
6792
6793         * shell/ev-application.h: Add 'timestamp' argument to
6794           ev_application_open_window, ev_application_open_uri,
6795           and ev_application_open_uri_list functions.
6796
6797         * shell/ev-application.c (ev_application_open_window,
6798           ev_application_open_uri, ev_application_open_uri_list): Change
6799           functions that show/present windows to use a timestamp if one
6800           is passed in.
6801
6802         * shell/ev-window.c (ev_window_cmd_file_open,
6803           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6804         * shell/main.c (load_files): Modify calls to ev_application to
6805           include GDK_CURRENT_TIME as timestamp.
6806
6807         * shell/main.c (load_files_remote): Obtain timestamp for client
6808           instance from GDK and pass to server instance so new windows are
6809           focused properly.  Fix dbus_g_proxy_call() calls by including second
6810           G_TYPE_INVALID.
6811           
6812         Closes bug #314475.
6813
6814 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6815
6816         * shell/ev-window.c (ev_window_finalize): Check for
6817         avail. EvWindows when quiting to handle the finalize better,
6818         #314497
6819
6820 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6821         
6822         * properties/ev-properties-view.c: 
6823         
6824         Set textdomain to libglade. Fixes translation problem in property page.
6825
6826 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6827
6828         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6829         * dvi/Makefile.am:
6830         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6831         * dvi/mdvi-lib/Makefile.am:
6832         
6833         Fix rotation of thumbnails, ported to new API. Moved library
6834         dependencies earlier, probably it will fix linkage problem.
6835
6836 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6837
6838         * backend/ev-document-misc.c:
6839         (ev_document_misc_get_thumbnail_frame):
6840         * backend/ev-document-misc.h:
6841         * configure.ac:
6842         * pdf/ev-poppler.cc:
6843         * shell/Makefile.am:
6844         * shell/ev-sidebar-thumbnails.c: (add_range),
6845         (ev_sidebar_thumbnails_set_loading_icon),
6846         (ev_sidebar_thumbnails_refresh),
6847         (ev_sidebar_thumbnails_set_document):
6848         * shell/ev-sidebar-thumbnails.h:
6849         * shell/ev-view.c: (ev_view_motion_notify_event),
6850         (ev_view_set_property), (ev_view_get_property),
6851         (ev_view_class_init), (ev_view_set_rotation):
6852         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6853         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6854         (ev_window_init):
6855         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6856         Redo rotation (again).  prepare for 0.4.0
6857
6858 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6859
6860         * configure.ac: Bump poppler requirement to 0.4.1.
6861
6862         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6863         argument to poppler_page_render_selection() call.
6864
6865 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6866
6867         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6868         (djvu_document_thumbnails_get_thumbnail):
6869         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6870         (dvi_document_thumbnails_get_thumbnail):
6871         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6872         (pixbuf_document_thumbnails_get_thumbnail):
6873         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6874         
6875         Update rotation direction of backends to fit with pdf and ps.
6876
6877 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6878
6879         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6880         * backend/ev-async-renderer.h:
6881         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6882         (setup_page), (ps_document_get_page_size),
6883         (ps_async_renderer_render_pixbuf):
6884         * ps/ps-document.h:
6885         * shell/ev-jobs.c: (ev_job_render_run):
6886
6887         Fix orientation in the postscript document
6888
6889 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6890
6891         * pdf/ev-poppler.cc:
6892         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6893         * shell/ev-view.c: (highlight_find_results):
6894
6895         Adapt to the new poppler rotation API. Fix text maps on landscape
6896         documents.
6897
6898 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6899
6900         * shell/ev-view.c (compute_new_selection_text): get the correct
6901         region when selecting in modes other than continuous.
6902
6903 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6904
6905         * shell/main.c (main): remove redundant g_warnings.
6906
6907 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6908
6909         * shell/Makefile.am: Don't include autogenerated
6910         file ev-application-service.h into distribution, since
6911         it causes dbus crash. Fix for bugs 313724 and 313443. 
6912
6913 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6914
6915         * configure.ac: Fix sed expression for FreeBSD. Thanks
6916         to Joe Marcus Clark <marcus@freebsd.org>
6917         
6918         * shell/eggfindbar.c: (entry_activate_callback),
6919         (entry_changed_callback), (egg_find_bar_init),
6920         (egg_find_bar_set_search_string):
6921         
6922         Made findbar buttons unsensitive if there is no text in
6923         entry. Fix for the bug 313285.
6924
6925 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6926
6927         * ps/ps-document.c: Use g_filename_display_name for displaying
6928         filenames and revert string freeze breackage
6929
6930 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * NEWS:
6933         * configure.ac:
6934
6935         Update for 0.3.4
6936
6937         * shell/Makefile.am:
6938
6939         Add ev-application-service.xml to extra dist
6940
6941         * shell/ev-view.c: (find_page_at_location):
6942
6943         Remove unused function (fix warning)
6944
6945 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6946
6947         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6948         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6949         
6950         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6951         bug 313623.
6952
6953 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6954
6955         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6956         * shell/ev-window.c:
6957         Fix build warnings
6958
6959 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6960
6961         * configure.ac: Update script to get dbus version.
6962         Fix for the bug #313443.
6963
6964 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * shell/ev-window.c: (ev_window_cmd_escape):
6967         
6968         Return focus back to view on escape. Fix for bug 313295.
6969
6970 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6971
6972         * shell/ev-window.c: (update_window_title),
6973         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6974         (ev_window_cmd_save_as):
6975         
6976         Correct conversion from uri to displayable string. Fix for
6977         bug 313296.
6978
6979 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6980
6981         * ps/ps-document.c: convert filename to utf8 when there is an error
6982         loading document. Fixes #309915
6983
6984 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6985
6986         * configure.ac:
6987
6988         We depend on poppler 0.4.0
6989
6990 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6991
6992         * configure.ac:
6993         * NEWS: Release 0.3.3.
6994         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6995
6996 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6997
6998         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6999         add a couple missing mnemonics to menu items, use title 
7000         capitalization for menu items and window titles, and add 
7001         ellipsis to open menu item.     
7002
7003 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7004
7005         * pdf/ev-poppler.cc:
7006         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7007         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7008         (ev_view_get_rotation):
7009         * shell/ev-view.h:
7010         * shell/ev-window.c: (setup_view_from_metadata),
7011         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7012         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7013         disk.
7014
7015 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7016
7017         * configure.ac: Added tr to ALL_LINGUAS
7018
7019 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7020
7021         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7022         requires several clicks to find word. Thanks to 
7023         Colin Slater <kiltedtaco@gmail.com>.
7024
7025 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7026
7027         * data/evince.desktop.in.in: Hide menu entry and
7028         rename it to "Document Viewer". Fix for bug 
7029         #312399.
7030
7031 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7032
7033         * shell/ev-page-action.c (ev_page_action_class_init): 
7034
7035         Point to the correct function in constructor of the
7036         activate_label signal
7037
7038 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7039
7040         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7041         * shell/ev-jobs.h: Make thread safe.
7042
7043 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7044
7045         * shell/ev-view.c: (view_update_range_and_current_page):
7046         Don't update page range if we are scrolling to some document
7047         point.
7048
7049 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7050
7051         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7052         when getting max_page_width, fix drawing in dual mode.
7053
7054 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7055
7056         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7057         getting the area for select_all.
7058
7059 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7060
7061         * backend/ev-selection.c: (ev_selection_render_selection):
7062         * backend/ev-selection.h:
7063         * pdf/ev-poppler.cc:
7064         * shell/ev-jobs.c: (ev_job_render_new):
7065         * shell/ev-jobs.h:
7066         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7067         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7068         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7069         (ev_view_class_init):
7070
7071         Change selection color on focus in and focus out events.  Also,
7072         poppler now uses GdkColor for specifying the selection colors, so
7073         drop some awkward conversion code.
7074
7075 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7076
7077         * configure.ac: Added Hebrew translation
7078
7079 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7080
7081         * NOTES:
7082         * backend/ev-selection.c: (ev_selection_render_selection):
7083         * backend/ev-selection.h:
7084         * pdf/ev-poppler.cc:
7085         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7086         (ev_job_render_run):
7087         * shell/ev-jobs.h:
7088         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7089         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7090         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7091         (ev_pixbuf_cache_style_changed),
7092         (ev_pixbuf_cache_get_selection_pixbuf),
7093         (ev_pixbuf_cache_set_selection_list),
7094         (ev_pixbuf_cache_get_selection_list):
7095         * shell/ev-pixbuf-cache.h:
7096         * shell/ev-utils.c: (ev_print_region_contents):
7097         * shell/ev-utils.h:
7098         * shell/ev-view.c: (ev_view_queue_draw_page),
7099         (selection_update_idle_cb), (ev_view_motion_notify_event),
7100         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7101         (setup_caches), (ev_view_find_next), (merge_selection_region),
7102         (selection_free):
7103         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7104
7105         Clean up selection to be much smoother!
7106
7107 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7108
7109         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7110         to poppler_page_render_selection().
7111
7112 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * ps/ps-document.c: (save_page_list): Use
7115         unzipped document when printing. Thanks to 
7116         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7117         311016.
7118
7119 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * shell/ev-window.c: (update_action_sensitivity):
7122         
7123         Disable print and save respect to lockdown gconf keys. Fix
7124         for 312342.
7125
7126 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7127
7128         * configure.ac:
7129         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7130         (write_to_temp_file), (ev_file_set_contents):
7131         * shell/ev-utils.h:
7132         * shell/ev-window.c: (save_print_config_to_file):
7133         
7134         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7135         Fix for bug 312238
7136
7137 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7138
7139         * shell/ev-window.c: (load_print_config_from_file),
7140         (save_print_config_to_file), (ev_window_print_range):
7141
7142         Persist the print settings. Fixes bug #311578.
7143
7144 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * djvu/djvu-document.c: (djvu_document_get_page_size),
7147         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7148         (djvu_document_thumbnails_get_thumbnail):
7149         * dvi/dvi-document.c: (dvi_document_get_page_size),
7150         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7151         (dvi_document_thumbnails_get_dimensions),
7152         (dvi_document_thumbnails_get_thumbnail):
7153         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7154         (pixbuf_document_render_pixbuf),
7155         (pixbuf_document_document_iface_init),
7156         (pixbuf_document_thumbnails_get_thumbnail):
7157         
7158         Update backends to make them build with new rotation system.
7159
7160 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7161
7162         * help/C/figures/evince_start_window.png:
7163         
7164         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7165
7166 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7167
7168         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7169         * shell/ev-pixbuf-cache.h:
7170         * shell/ev-sidebar-thumbnails.c:
7171         (ev_sidebar_thumbnails_get_property), (add_range),
7172         (adjustment_changed_cb):
7173         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7174         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7175         we were thumbnailing the entire docment on startup, slowing us
7176         down hugely. 
7177
7178 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7179
7180         * shell/ev-page-cache.c: (ev_page_cache_new):
7181         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7182         == 0, fixes #310306.
7183
7184 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7187         (ev_view_rotate_left):
7188
7189         Account rotation in doc_rect_to_view_rect.
7190         Ensure rotation doesnt go out of bounds.
7191
7192 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7193
7194         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7195
7196         Correct and cleanup w/h swapping
7197
7198 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7199
7200         * backend/ev-document-thumbnails.c:
7201         (ev_document_thumbnails_get_thumbnail):
7202         * backend/ev-document-thumbnails.h:
7203         * backend/ev-document.c:
7204         * backend/ev-document.h:
7205         * backend/ev-render-context.c: (ev_render_context_new),
7206         (ev_render_context_set_rotation):
7207         * backend/ev-render-context.h:
7208         * pdf/ev-poppler.cc:
7209         * ps/ps-document.c: (ps_document_document_iface_init):
7210         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7211         * shell/ev-jobs.h:
7212         * shell/ev-page-cache.c: (build_height_to_page),
7213         (ev_page_cache_new), (ev_page_cache_get_size),
7214         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7215         (ev_page_cache_get_height_to_page):
7216         * shell/ev-page-cache.h:
7217         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7218         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7219         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7220         (ev_pixbuf_cache_get_selection_pixbuf):
7221         * shell/ev-pixbuf-cache.h:
7222         * shell/ev-print-job.c: (idle_print_handler):
7223         * shell/ev-sidebar-thumbnails.c: (add_range):
7224         * shell/ev-view.c: (view_update_range_and_current_page),
7225         (get_page_y_offset), (get_page_extents),
7226         (ev_view_size_request_continuous_dual_page),
7227         (ev_view_size_request_continuous),
7228         (ev_view_size_request_dual_page),
7229         (ev_view_size_request_single_page), (draw_one_page),
7230         (ev_view_set_rotation), (ev_view_rotate_right),
7231         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7232         (ev_view_zoom_for_size_continuous_and_dual_page),
7233         (ev_view_zoom_for_size_continuous),
7234         (ev_view_zoom_for_size_dual_page),
7235         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7236         (ev_view_select_all):
7237         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7238         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7239         (tiff_document_document_iface_init),
7240         (tiff_document_thumbnails_get_thumbnail):
7241
7242         Use rotation rather than orientation. It's easier and enough
7243         for our needs.
7244
7245 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7246
7247         * shell/ev-page-cache.c: (build_height_to_page),
7248         (ev_page_cache_new), (ev_page_cache_get_size),
7249         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7250         (ev_page_cache_get_height_to_page):
7251         * shell/ev-page-cache.h:
7252         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7253         (ev_view_size_request_continuous_dual_page),
7254         (ev_view_size_request_continuous),
7255         (ev_view_zoom_for_size_continuous_and_dual_page),
7256         (ev_view_zoom_for_size_continuous):
7257
7258         Make the page cache aware of page orientation.
7259
7260 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7261
7262         * backend/ev-document-thumbnails.c:
7263         (ev_document_thumbnails_get_thumbnail):
7264         * backend/ev-document-thumbnails.h:
7265         * backend/ev-document.c:
7266         * backend/ev-document.h:
7267         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7268         * backend/ev-ps-exporter.h:
7269         * pdf/ev-poppler.cc:
7270         * ps/ps-document.c: (ps_document_document_iface_init),
7271         (ps_document_ps_export_do_page):
7272         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7273         * shell/ev-jobs.h:
7274         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7275         (ev_page_cache_get):
7276         * shell/ev-page-cache.h:
7277         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7278         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7279         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7280         * shell/ev-pixbuf-cache.h:
7281         * shell/ev-print-job.c: (idle_print_handler):
7282         * shell/ev-sidebar-thumbnails.c: (add_range):
7283         * shell/ev-view.c: (view_update_range_and_current_page),
7284         (get_page_extents), (ev_view_size_request_dual_page),
7285         (ev_view_size_request_single_page), (draw_one_page),
7286         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7287         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7288         (ev_view_zoom_for_size_dual_page),
7289         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7290         (ev_view_select_all):
7291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7292         * tiff/tiff-document.c: (tiff_document_get_page_size),
7293         (tiff_document_get_orientation), (rotate_pixbuf),
7294         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7295         (tiff_document_thumbnails_get_thumbnail),
7296         (tiff_document_ps_export_do_page), (tiff_document_init):
7297
7298         Really make use of the orientation bit of the render context.
7299         Use the render context in a few more places in the backend API.
7300         This regress orientation, but now it's done right. Will try to
7301         fix it up asap...
7302
7303 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7304
7305         * shell/ev-view.c: (ensure_rectangle_is_visible):
7306
7307         Patch by Nickolay V. Shmyrev to fix find flickering
7308
7309 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7310
7311         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7312         duplex parameters to ::begin.
7313
7314         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7315         * shell/ev-print-job.c (idle_print_handler): 
7316         * ps/ps-document.c (ps_document_ps_export_begin): 
7317         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7318         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7319         implementations. Poppler backend needs poppler cvs. Rest has
7320         unchanged behavior.
7321
7322 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7323
7324         * shell/ev-window.c (using_pdf_printer): new function.
7325         (ev_window_print_range): print a less techy message if someone
7326         tries to print to PDF.
7327
7328 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7329
7330         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7331         from "unknown font" string. Bug #311431
7332
7333 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7334
7335         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7336
7337 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7338
7339         Bug #311280
7340         
7341         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7342         name for PopplerFontTypes
7343         (pdf_document_fonts_fill_model): add font type to the detail column
7344
7345         * backend/ev-document-fonts.h: added
7346         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7347
7348         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7349         font name and font details, add a little markup.
7350         (ev_properties_fonts_init): use the new cell data func, specify ypad
7351         property for the cell renderer.
7352         (ev_properties_fonts_set_document): add the details column.
7353
7354 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7355
7356         * configure.ac: Added "pl" to ALL_LINGUAS.
7357
7358 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7359
7360         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7361
7362 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7363
7364         * help/ChangeLog: Started this for translations of manual.
7365         * configure.ac, autogen.sh, .cvsignore: Migrated to
7366         gnome-doc-utils. Patch in bug #311222.
7367
7368 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7369
7370         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7371         #ifdef this away to fix an unused-function warning.
7372
7373 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7374
7375         * configure.ac: Added 'gl' to ALL_LINGUAS.
7376
7377 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7378
7379         * configure.ac: Added ne in ALL_LINGUAS
7380         
7381 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7382
7383         * shell/ev-view.c: (ev_view_leave_notify_event):
7384         
7385         Clear status message when pointer leaves view. Fix for bug
7386         #310818 
7387
7388 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7389
7390         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7391
7392 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7393
7394         * shell/ev-view.c: (ev_view_leave_notify_event),
7395         (ev_view_class_init):
7396         
7397         Set cursor to normal then leaving view.
7398
7399 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7400
7401         * configure.ac:
7402         
7403         Fix required djvulibre version.
7404
7405 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7406
7407         *configure.ac: Hindi (hi) language added
7408
7409 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7410
7411         *configure.ac: Punjabi (pa) Language added
7412
7413 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7414
7415         * data/evince-ui.xml, shell/ev-window.c:
7416         
7417         Add keypad accelerators for zooming. Fix for bug 308128.
7418
7419 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * Makefile.am:
7422         * backend/Makefile.am:
7423         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7424         * configure.ac:
7425         * shell/ev-document-types.c: (ev_document_types_add_filters):
7426
7427         Allow to enable/disable the pixbuf backend.
7428         Default to off for now. If we want it enabled we should
7429         really put mime types in the desktop, implement properties etc.
7430
7431         * properties/evince-properties.c:
7432
7433         Initialize error to NULL.
7434         Check error is not NULL before freeing.
7435
7436 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * shell/ev-window.c:
7439
7440         Use F5 as presentation accell
7441
7442 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7443
7444         * shell/ev-window.c: (update_chrome_visibility),
7445         (ev_window_create_fullscreen_popup), (ev_window_init):
7446
7447         Do not leak the fullscreen toolbar
7448
7449 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7450
7451         * shell/ev-window.c: (view_actions_focus_in_cb),
7452         (view_actions_focus_out_cb):
7453
7454         These has a return value! Fix totally random focus
7455         issues we was seeing.
7456
7457 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7458
7459         * shell/main.c: (load_files_remote):
7460
7461         Allow open more than one file
7462
7463 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7464
7465         * shell/main.c: (load_files_remote):
7466
7467         Fix for dbus 0.33. bug #309975
7468
7469 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7470
7471         * properties/ev-properties-main.c: (ev_properties_get_pages):
7472
7473         Actually return NULL for types we dont support
7474
7475 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7476
7477         * po/POTFILES.in:
7478
7479         Remove empty lines.
7480
7481 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7482
7483         * backend/ev-document-factory.c:
7484         (ev_document_factory_get_document):
7485
7486         Do not try to create the object if type
7487         is invalid.
7488
7489 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * ps/ps-document.c: (ps_document_dispose),
7492         (ps_async_renderer_render_pixbuf):
7493         * ps/ps-document.h:
7494
7495         Do not leak the target window
7496
7497 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7498
7499         * shell/ev-application.c: (ev_application_init):
7500
7501         Let tbe check file existence for us.
7502         Add a comment about eggrecent mime filter.
7503
7504 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7505
7506         * data/evince-ui.xml:
7507         * shell/ev-application.c: (ev_application_shutdown),
7508         (ev_application_init), (ev_application_get_toolbars_model),
7509         (ev_application_get_recent_model),
7510         (ev_application_save_toolbars_model):
7511         * shell/ev-application.h:
7512         * shell/ev-window.c: (ev_window_add_recent),
7513         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7514         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7515         (ev_window_init):
7516
7517         Use common toolbar and recent models for all windows.
7518         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7519
7520 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7521
7522         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7523         successfully check for gtk_icon_view_get_visible_range.
7524
7525 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7526
7527         * djvu/Makefile.am:
7528         * dvi/Makefile.am:
7529         
7530         Fix djvu and dvi backend build.
7531
7532 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7533
7534         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7535         (new_separator_pixbuf):
7536
7537         Don't leak windows.
7538
7539 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7540
7541         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7542
7543         HIGification of toolbar editor dialogue.
7544
7545 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7546
7547         * configure.ac:
7548         * shell/Makefile.am:
7549
7550         Ever build metadata manager since it's just
7551         disabled at runtime now.
7552
7553 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7554
7555         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7556         (ev_metadata_manager_get), (ev_metadata_manager_set):
7557         * shell/ev-metadata-manager.h:
7558
7559         Add an _init functions that enabled metadata management
7560         at runtime.
7561
7562         * shell/ev-window.c: (page_changed_cb),
7563         (setup_document_from_metadata), (ev_window_setup_document),
7564         (setup_view_from_metadata), (ev_window_open_uri),
7565         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7566         (ev_window_run_presentation), (ev_window_stop_presentation),
7567         (save_sizing_mode), (ev_window_zoom_changed_cb),
7568         (ev_window_continuous_changed_cb),
7569         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7570         (window_configure_event_cb):
7571
7572         Remove all ugly metadata define since we deal with it
7573         at runtime now.
7574
7575         * shell/main.c: (load_files_remote), (main):
7576
7577         Add support for dbus cvs head. Hopefully didnt break one
7578         of the other versions now!
7579
7580         If we dont get a response from the dbus server just
7581         give up with it and not enable metadata.
7582
7583 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7584
7585         * Makefile.am:
7586         * backend/Makefile.am:
7587         * configure.ac:
7588         * cut-n-paste/recent-files/Makefile.am:
7589         * cut-n-paste/toolbar-editor/Makefile.am:
7590         * cut-n-paste/zoom-control/Makefile.am:
7591         * lib/Makefile.am:
7592         * pdf/Makefile.am:
7593         * pixbuf/Makefile.am:
7594         * properties/Makefile.am:
7595         * ps/Makefile.am:
7596         * shell/Makefile.am:
7597         * thumbnailer/Makefile.am:
7598         * tiff/Makefile.am:
7599
7600         Make frontends depend on just libev.
7601         Rework and group CFLAGS/LIBS definitions.
7602         Cleanups.
7603
7604 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * shell/ev-window:
7607
7608         do not unnecessarily save zoom
7609
7610         * configure.ac:
7611         * lib/ev-file-helpers.c: (ev_dot_dir):
7612         * shell/Makefile.am:
7613         * shell/dummy.cc:
7614
7615         Some cleanups
7616
7617 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * configure.ac:
7620         
7621         Remove unnecessary dependencies
7622
7623 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7624
7625         * properties/Makefile.am:
7626         * thumbnailer/Makefile.am:
7627         * tiff/Makefile.am:
7628
7629         Some more cleanups. Was really necessary
7630         but I probably introduced bugs, feel free
7631         to flame :)
7632
7633 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7634
7635         * backend/Makefile.am:
7636         * configure.ac:
7637         * cut-n-paste/recent-files/Makefile.am:
7638         * cut-n-paste/toolbar-editor/Makefile.am:
7639         * cut-n-paste/zoom-control/Makefile.am:
7640         * lib/Makefile.am:
7641         * pdf/Makefile.am:
7642         * pixbuf/Makefile.am:
7643         * properties/Makefile.am:
7644         * ps/Makefile.am:
7645         * shell/Makefile.am:
7646         * thumbnailer/Makefile.am:
7647         * tiff/Makefile.am:
7648
7649         Use gnome-common macros when possible.
7650         Cleanup dependencies.
7651         Actually disable deprecated where possible.
7652
7653 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7654
7655         * Makefile.am:
7656         * backend/Makefile.am:
7657         * properties/Makefile.am:
7658         * shell/Makefile.am:
7659         * thumbnailer/Makefile.am:
7660
7661         This should solve the circular dep without
7662         requiring dir reorg!
7663
7664         * shell/ev-window.c: (setup_view_from_metadata):
7665
7666         Never restore window size/position when the
7667         window is already visible.
7668
7669 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7670
7671         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7672
7673         Return a boolean from timeout func. Fix ported from gedit.
7674
7675 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7676
7677         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7678
7679 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7680
7681         * shell/ev-document-types.c: set "All Documents" as default filter in
7682         open dialog
7683
7684 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7685
7686         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7687         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7688         (ev_metadata_manager_set_boolean): fix value/val thinko.
7689
7690 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7691
7692         * shell/ev-window.c: (setup_view_from_metadata),
7693         (window_state_event_cb), (window_configure_event_cb),
7694         (ev_window_init):
7695
7696         Remember window position and maximized state
7697
7698 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7699
7700         * configure.ac:
7701
7702         Fix DBUS configure checks.
7703
7704         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7705         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7706         (ev_metadata_manager_set_boolean):
7707
7708         Plug mem leaks.
7709
7710         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7711         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7712         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7713         (ev_window_continuous_changed_cb),
7714         (ev_window_dual_mode_changed_cb), (ev_window_new):
7715
7716         Fix the build without DBUS.
7717
7718 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7719
7720         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7721         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7722         (ev_metadata_manager_set_string),
7723         (ev_metadata_manager_set_boolean):
7724         * shell/ev-metadata-manager.h:
7725
7726         Add support for some more types
7727
7728         * shell/ev-view.c: (scroll_to_current_page),
7729         (ev_view_get_continuous), (ev_view_set_continuous),
7730         (ev_view_get_dual_page):
7731         * shell/ev-view.h:
7732         * shell/ev-window.c: (page_changed_cb),
7733         (setup_document_from_metadata), (ev_window_setup_document),
7734         (setup_view_from_metadata), (ev_window_open_uri),
7735         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7736         (ev_window_run_presentation), (ev_window_stop_presentation),
7737         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7738         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7739         (ev_window_update_dual_page_action),
7740         (ev_window_continuous_changed_cb),
7741         (ev_window_dual_mode_changed_cb), (ev_window_init):
7742
7743         Remember a bunch of view/document properties. Prolly some
7744         are still missing but it's getting interesting.
7745
7746 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7747
7748         * configure.ac: check if dbus-binding-tool is installed. Not the
7749         case on current Ubuntu breezy, it seems.
7750
7751 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7752
7753         * data/evince.desktop.in.in:
7754         
7755         Allow open uri lists and add TryExec field.
7756
7757 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7758
7759         * configure.ac:
7760
7761         Enable dbus when available, do not require a configure
7762         option.
7763
7764 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7765
7766         * configure.ac:
7767
7768         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7769         disabled.
7770
7771 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7772         Marco Pesenti Gritti  <mpg@redhat.com>
7773
7774         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7775         
7776         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7777         functions to the format required by dbus
7778
7779         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7780         errors. Use the RPC parameters in the expected way
7781
7782 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * Makefile.am:
7785         * properties/Makefile.am:
7786         * properties/ev-properties-main.c: (ev_properties_get_pages):
7787
7788         Support all mime types
7789
7790         * shell/Makefile.am:
7791         * thumbnailer/Makefile.am:
7792         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7793         (evince_thumbnail_pngenc_get):
7794
7795         Use the document factory
7796
7797 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7798
7799         * backend/Makefile.am:
7800         * backend/ev-document-factory.c:
7801         (mime_type_supported_by_gdk_pixbuf),
7802         (ev_document_type_get_from_mime),
7803         (ev_document_factory_get_document),
7804         (ev_document_factory_get_backend),
7805         (ev_document_factory_get_mime_types),
7806         (ev_document_factory_get_all_mime_types):
7807         * backend/ev-document-factory.h:
7808         * shell/Makefile.am:
7809         * shell/ev-document-types.c: (get_document_from_uri),
7810         (ev_document_types_get_document),
7811         (file_filter_add_mime_list_and_free),
7812         (ev_document_types_add_filters):
7813         * shell/ev-document-types.h:
7814         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7815         * shell/ev-properties-dialog.c:
7816         (ev_properties_dialog_set_document):
7817         * shell/ev-window.c: (ev_window_cmd_file_open),
7818         (ev_window_cmd_save_as):
7819         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7820
7821         Rework document types managing to avoid code duplication
7822         and actually abstract from backend implementations.
7823         Also provide a minimal factory api that can be used by
7824         thumbnailer/properties.
7825
7826 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7827
7828         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7829         Plug a mem leak.
7830         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7831         HIG spacings.
7832
7833 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7834
7835         * shell/ev-properties-dialog.c
7836         (ev_properties_dialog_set_document): only call
7837         ev_properties_fonts_set_document() if the document implements the
7838         fonts interface
7839
7840 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7841
7842         * configure.ac:
7843         * properties/Makefile.am:
7844         * properties/ev-properties-view.c:
7845         (ev_properties_view_register_type):
7846         * properties/ev-properties-view.h:
7847         * properties/ev-properties-main.h:
7848
7849         Implement nautilus plugin for properties.
7850         Works only for pdf atm, I need to rework the
7851         document types stuff to get this to work
7852         for all backends...
7853
7854 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7855
7856         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7857         (ev_properties_fonts_set_document): use
7858         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7859
7860 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7861
7862         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7863         them
7864         (PlaceImage, tiff2ps_process_page): use
7865         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7866
7867
7868 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7869
7870         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7871         (main): to call gnome_authentication_manager_init. Should fix
7872         Bug #308510
7873
7874         * configure.ac: that requires libgnomeui 2.6.0.
7875
7876 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7877
7878         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7879         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7880         use the new tiff2ps interfaces
7881
7882         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7883         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7884
7885         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7886         structure instead of global variables.  Remove use of static
7887         variables in functions.
7888
7889 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7890
7891         * shell/ev-page-action.c: unref the completion after setting it to the
7892         entry
7893
7894 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7895
7896         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7897         postscript files
7898
7899 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7900
7901         * shell/ev-window.c (update_action_sensitivity): disable
7902         File->Print if the document does not implement the ps exporter
7903         interface
7904
7905 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7906
7907         * Makefile.am:
7908         * configure.ac:
7909         * data/evince-properties.glade:
7910         * properties/.cvsignore:
7911         * properties/Makefile.am:
7912         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7913         (ev_properties_view_class_init), (ev_properties_view_format_date),
7914         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7915         (ev_properties_view_init), (ev_properties_view_new):
7916         * properties/ev-properties-view.h:
7917         * shell/Makefile.am:
7918         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7919         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7920         (ev_properties_dialog_new):
7921         * shell/ev-properties-dialog.h:
7922         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7923         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7924         (update_progress_label), (job_fonts_finished_cb),
7925         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7926         * shell/ev-properties-fonts.h:
7927         * shell/ev-properties.c:
7928         * shell/ev-properties.h:
7929         * shell/ev-window.c: (ev_window_setup_document),
7930         (ev_window_cmd_file_properties):
7931
7932         Split the properties pages in two different objects, depend
7933         only on the backend where possible, use widgets instead
7934         of gobject for the glade part, reimplement the dialog
7935         itself with gtk.
7936         I need this to implement nautilus properties page.
7937
7938 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7939
7940         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7941         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7942         (tiff_document_document_ps_exporter_iface_init): implement the ps
7943         exporter interface for tiff documents
7944
7945         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7946         libtiff to implement TIFF postscript export
7947
7948         * tiff/tiff2ps.h: added a header file for external tiff2ps
7949         functions.
7950
7951         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7952         tiff2ps.h
7953
7954 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7955
7956         * shell/ev-view.c: (scroll_to_current_page),
7957         (ev_view_set_fullscreen), (ev_view_set_presentation):
7958         
7959         Scroll to current page when exit from presentation
7960
7961 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * shell/ev-window.c: (update_document_mode),
7964         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7965         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7966         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7967         
7968         Exit from fullscreen mode when switch to presentation. Fix for
7969         bug 309365
7970
7971 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7972
7973         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7974         return NULL if the document does not implement the selection
7975         interface.
7976
7977 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7978
7979         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7980         reported height by using the resolution aspect ratio
7981         (tiff_document_render_pixbuf): scale the pixbuf using the
7982         resolution aspect ratio
7983
7984 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * configure.ac:
7987         
7988         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7989         <kiltedaco@gmail.com>
7990         
7991         * djvu/djvu-document.c: (djvu_document_get_orientation),
7992         (djvu_document_set_orientation), (djvu_document_get_page_size),
7993         (rotate_pixbuf), (djvu_document_render_pixbuf),
7994         (djvu_document_document_iface_init):
7995         * dvi/dvi-document.c: (dvi_document_get_orientation),
7996         (dvi_document_set_orientation), (dvi_document_get_page_size),
7997         (rotate_pixbuf), (dvi_document_render_pixbuf),
7998         (dvi_document_document_iface_init):
7999         
8000         Dvi and djvu backends are ported to new API
8001
8002 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8003
8004         * backend/ev-selection.c: (ev_selection_get_selection_region),
8005         (ev_selection_get_selection_map):
8006         * backend/ev-selection.h:
8007         * pdf/ev-poppler.cc:
8008         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8009         * shell/ev-jobs.h:
8010         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8011         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8012         (ev_pixbuf_cache_get_text_mapping):
8013         * shell/ev-pixbuf-cache.h:
8014         * shell/ev-view.c: (location_in_text),
8015         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8016         support to EvView.  Now we can see where we can select!  Sweet!
8017
8018 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8019
8020         * shell/ev-view.c (ev_view_button_press_event): Fix
8021         event->y + view->scroll_x typo.
8022
8023 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8024
8025         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8026         sub-GdkPixbuf instead of passing dest_x and dest_y.
8027         
8028         * shell/ev-view.c: (view_point_to_doc_point),
8029         (view_rect_to_doc_rect), (ev_view_button_press_event),
8030         (ev_view_motion_notify_event), (compute_new_selection_rect),
8031         (gdk_rectangle_point_in), (compute_new_selection_text),
8032         (compute_selections): Update selection code to keep the selection
8033         around as two points and not as a normalized rectangle, and fix
8034         page level selection in two-column mode.
8035
8036 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8037
8038         * shell/ev-window.c: (window_configure_event_cb): 
8039         
8040         Fix compilation
8041         
8042 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8043
8044         * pdf/ev-poppler.cc:
8045
8046         Fix compilation
8047
8048 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8049
8050         * shell/Makefile.am:
8051         * shell/ev-metadata-manager.c: (item_free),
8052         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8053         (parse_value), (parseItem), (load_values),
8054         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8055         (save_values), (save_item), (get_oldest), (resize_items),
8056         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8057         * shell/ev-metadata-manager.h:
8058
8059         Metadata manager from gedit but modified to use GValue, so that
8060         we dont need to keep converting from strings.
8061
8062         * configure.ac:
8063
8064         ENABLE_METADATA conditional, on when dbus is on
8065
8066         * shell/ev-application.c: (ev_application_open_uri):
8067
8068         Show the window after load so that we can initialize
8069         window size before it's showed.
8070
8071         * shell/ev-window.c: (ev_window_setup_from_metadata),
8072         (ev_window_open_uri), (window_configure_event_cb),
8073         (ev_window_init):
8074
8075         Save and load metadata information about window size.
8076         Not yet keeping states in account.
8077
8078         * shell/main.c: (main):
8079
8080         Shutdown metadata manager.
8081
8082 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8083
8084         * shell/ev-application-service.xml:
8085         * configure.ac:
8086         * shell/Makefile.am:
8087         * shell/ev-application.c:
8088         * shell/ev-application.h:
8089         * shell/ev-window.c:
8090         * shell/ev-window.h:
8091         * shell/main.c:
8092
8093         Add an optional dbus interface (--enable-dbus).
8094         Rework application code, mainly to be easier to
8095         use "remotely".
8096         Do not open multiple windows with the same document,
8097         spatial evince!
8098
8099 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8100
8101         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8102         pixbuf iff it exists.
8103
8104 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8105
8106         * shell/*:
8107         * backend/ev-render-context.[ch]:
8108         * backend/ev-selection.[ch]:
8109
8110         Massive changes.  We now support text selection of pdfs, and not
8111         just rectangular selection.  This is pretty broken still, but I
8112         want to get something into CVS.
8113
8114 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8115
8116         * pdf/ev-poppler.cc:
8117         
8118         Fix for Bug 309080: crash on window close.
8119         
8120         * shell/ev-page-action.c: (page_changed_cb):
8121         
8122         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8123         jensgr@gmx.net (Jens Granseuer).
8124
8125 2005-06-25  Marcel Telka  <marcel@telka.sk>
8126
8127         * configure.in (ALL_LINGUAS): Added sk.
8128
8129 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8130
8131         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8132         not a document open
8133
8134 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * NEWS:
8137         * configure.ac:
8138
8139         Release 0.3.2
8140
8141         * cut-n-paste/recent-files/Makefile.am:
8142
8143         Fix make distcheck
8144
8145 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8146
8147         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8148         (pixbuf_document_set_orientation), (rotate_pixbuf),
8149         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8150         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8151
8152         Implement rotation and cleanup the code a bit.
8153
8154         * tiff/tiff-document.c: (tiff_document_get_page_size),
8155         (tiff_document_get_orientation), (tiff_document_set_orientation),
8156         (rotate_pixbuf), (tiff_document_render_pixbuf),
8157         (tiff_document_document_iface_init), (tiff_document_init):
8158
8159         Implement rotation. Was the quicker solution for the release
8160         but we really need to share this code in the shell.
8161
8162 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * pdf/ev-poppler.cc:
8165
8166         Enable rotation, require poppler cvs. Fix a leak.
8167
8168 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8169
8170         * shell/ev-window.c: (update_action_sensitivity):
8171         
8172         Make properties unsensitive if document backend doesn't provide
8173         any info
8174
8175 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8178         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8179         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8180         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8181         (bitmap_flip_rotate_counter_clockwise):
8182         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8183         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8184         (buff_gets):
8185         * dvi/mdvi-lib/common.h:
8186         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8187         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8188         (opendvi), (mdvi_reload), (mdvi_init_context),
8189         (mdvi_destroy_context), (mdvi_dopage), (special):
8190         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8191         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8192         (file_hash_free), (register_encoding), (parse_spec),
8193         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8194         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8195         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8196         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8197         (mdvi_register_font_type), (mdvi_unregister_font_type),
8198         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8199         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8200         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8201         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8202         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8203         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8204         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8205         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8206         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8207         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8208         (mdvi_unregister_special), (mdvi_flush_specials):
8209         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8210         (t1_font_remove):
8211         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8212         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8213         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8214         (free_font_metrics), (flush_font_metrics):
8215         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8216         (tt_font_remove):
8217         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8218         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8219         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8220         (dstring_insert), (dstring_new), (dstring_reset):
8221         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8222         
8223         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8224         avoid conflict with libtool on FC4
8225         
8226         * shell/ev-window.c: (ev_window_cmd_help_about):
8227         
8228         Update copyright year. Fix for bug 308828.
8229
8230 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8231
8232         * shell/ev-view.c: (add_scroll_binding_keypad),
8233         (ev_view_binding_activated), (ev_view_class_init),
8234         (on_adjustment_value_changed):
8235         
8236         Bug 170874: Arrow keys switch pages in presentation mode
8237
8238 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8239
8240         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8241         
8242         Fix for Bug 308265: Sidebar dissappears coming out of 
8243         Presentation mode
8244
8245 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8246
8247         * shell/ev-application.c: (ev_application_open):
8248         * shell/ev-document-types.c: (ev_document_types_add_filters),
8249         (ev_document_types_add_filters_for_type):
8250         * shell/ev-document-types.h:
8251         * shell/ev-window.c: (ev_window_cmd_save_as):
8252         
8253         Suggest basename as template when saving, provide filters
8254         for save dialog. It's bug 308402
8255
8256 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8257
8258         * pdf/ev-poppler.cc:
8259         * shell/ev-sidebar-links.c: (job_finished_callback):
8260         * shell/ev-view.c: (update_find_status_message):
8261         
8262         Some leaks fixed
8263
8264 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8265
8266         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8267         (egg_recent_view_uimanager_set_list):
8268
8269         Fix buglet in !show_numbers case.
8270
8271 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8272
8273         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8274         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8275
8276         Use pango ellipsisation.
8277
8278         * pdf/ev-poppler.cc:
8279
8280         Fix refcount leak, from nsh.
8281
8282 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8283
8284         * cut-n-paste/recent-files/Makefile.am:
8285         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8286         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8287         
8288         Removed EggRecentViewGtk
8289         
8290         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8291         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8292         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8293         (ev_window_setup_recent):
8294         
8295         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8296         with other projects
8297
8298 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8301         (egg_recent_view_gtk_finalize):
8302
8303         Fix memory leak
8304
8305         * cut-n-paste/toolbar-editor/Makefile.am:
8306         
8307         Fix location of cursor icon.
8308         
8309         * pdf/ev-poppler.cc:
8310         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8311         (display_completion_text), (match_completion):
8312         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8313         (selection_changed_callback), (create_loading_model),
8314         (print_section_cb), (links_page_num_func),
8315         (update_page_callback_foreach):
8316         * shell/ev-window.c: (ev_window_dispose):
8317         
8318         Small memory fixes. Links model now store objects instead
8319         of pointers to improve memory management. 
8320
8321 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8322
8323         * shell/ev-window.c: (zoom_control_changed_cb):
8324         
8325         Fix update of zoom control (bug 308268).
8326
8327 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8328
8329         * shell/ev-properties.c (set_property): escape the text correctly.
8330         Handles non-UTF-8 properties and escaped properties.  Also, sets
8331         the text to "<i>None</i>" if the property isn't set.
8332
8333         * data/evince-properties.glade: Change the label to be ellipsized,
8334         and give it a minimum size.
8335
8336 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8337
8338         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8339         * shell/ev-sidebar-links.c: (create_loading_model):
8340         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8341         * shell/ev-view.c: (ev_view_set_document):
8342         * shell/ev-window.c: (ev_window_dispose):
8343         
8344         Various small fixes, mostly memory leaks. Thanks to valgrind.
8345
8346 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8347
8348         * ps/ps-document.c: remove the locale.h include again ;-). And
8349         kill the (bogus) setlocale/savelocale business.
8350
8351 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8352
8353         * ps/ps-document.c:
8354         
8355         Include locale.h to fix build
8356         
8357         * shell/ev-sidebar.c:
8358         
8359         Remove unnecessary includes
8360
8361 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8362
8363         * dvi/dvi-document.c: (dvi_document_load):
8364         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8365         * po/POTFILES.in:
8366         
8367         Check for incorrect dvi files. Fix parsing dvi on AMD64
8368         platform. Thanks to tester@tester.ca (Olivier Crete).
8369
8370 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8371
8372         * shell/ev-page-action.c: (match_selected_cb),
8373         (display_completion_text), (match_completion), (update_model):
8374         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8375         (expand_open_links):
8376         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8377         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8378         (ev_sidebar_set_document):
8379         * shell/ev-window.c: (ev_window_xfer_job_cb),
8380         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8381         
8382         Fixed lot's of memory leaks, for example, memory leak on reload, 
8383         described in bug 307793.
8384
8385 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * pdf/ev-poppler.cc:
8388         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8389         (update_visible_range), (adjustment_changed_cb),
8390         (ev_sidebar_thumbnails_fill_model),
8391         (ev_sidebar_thumbnails_refresh),
8392         (ev_sidebar_tree_selection_changed),
8393         (ev_sidebar_icon_selection_changed),
8394         (ev_sidebar_thumbnails_use_icon_view),
8395         (ev_sidebar_thumbnails_set_document):
8396         * shell/ev-sidebar-thumbnails.h:
8397         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8398         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8399
8400         Refresh thumbnails when changing orientation. Not fully
8401         working yet becuase of a sidebar bug.
8402
8403         Set page orientation to poppler page everywhere. This sucks
8404         really need to fix poppler.
8405
8406 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8407
8408         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8409         (egg_recent_view_gtk_new_menu_item),
8410         (egg_recent_view_gtk_set_property),
8411         (egg_recent_view_gtk_get_property),
8412         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8413         (egg_recent_view_gtk_set_tooltip_func),
8414         (egg_recent_view_gtk_set_label_width),
8415         (egg_recent_view_gtk_get_label_width):
8416         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8417
8418         Sync with libegg (ellipsize labels)
8419
8420 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8421
8422         * data/evince-ui.xml:
8423         * shell/ev-window.c: (ev_window_cmd_go_forward),
8424         (ev_window_cmd_go_backward):
8425         
8426         Shift + PageUp moves 10 Pages. Fix for 306125
8427
8428 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * pdf/ev-poppler.cc:
8431
8432         Add a flag to check if orientation has been overriden
8433
8434 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8435
8436         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8437         field if necessary.
8438
8439         * ps/ps.h: add creator field to document.
8440
8441         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8442         set creator field.
8443
8444 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * data/evince-properties.glade:
8447         * shell/ev-properties.c: (ev_properties_set_document):
8448
8449         s/PDF Version/Format
8450
8451 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8452
8453         * shell/ev-properties.c: (ev_properties_set_document):
8454
8455         Remove unnecessary translations
8456
8457 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * cut-n-paste/toolbar-editor/Makefile.am:
8460
8461         Correct library name    
8462
8463 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * configure.ac:
8466         * cut-n-paste/recent-files/egg-recent-model.c:
8467         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8468         (egg_recent_model_unlock_file):
8469         * cut-n-paste/recent-files/egg-recent-util.c:
8470         (egg_recent_util_get_unique_id):
8471         * cut-n-paste/recent-files/update-from-egg.sh:
8472         * cut-n-paste/toolbar-editor/Makefile.am:
8473         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8474         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8475         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8476         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8477         (egg_toolbars_model_get_type):
8478         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8479
8480         Better makefile for toolbar editor and update everything
8481         to latest libegg.
8482
8483 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8484
8485         * shell/ev-window.c: (update_document_mode):
8486
8487         Prefer presentation mode when the document
8488         require fullscreen.
8489
8490 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8491
8492         * data/evince-ui.xml:
8493         * shell/ev-window.c:
8494
8495         Add control-equal for zooming
8496
8497 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8498
8499         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8500
8501 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8502
8503         * backend/ev-document.c: (ev_document_get_orientation):
8504         * backend/ev-document.h:
8505         * pdf/ev-poppler.cc:
8506         * ps/ps-document.c: (ps_document_get_orientation),
8507         (ps_document_set_orientation), (ps_document_document_iface_init):
8508
8509         Add a get_orientation api. Improve set_orientation.
8510
8511         * data/evince-ui.xml:
8512         * shell/ev-view.c: (ev_view_set_orientation),
8513         (ev_view_rotate_right), (ev_view_rotate_left):
8514         * shell/ev-view.h:
8515         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8516         (ev_window_cmd_edit_rotate_right):
8517
8518         Better ui for changing document orientation
8519
8520 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8523         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8524         * shell/ev-sidebar-links.h:
8525         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8526         (ev_sidebar_page_iface_init):
8527         * shell/ev-sidebar-page.h:
8528         * shell/ev-sidebar-thumbnails.c:
8529         (ev_sidebar_thumbnails_get_property),
8530         (ev_sidebar_thumbnails_class_init),
8531         (ev_sidebar_thumbnails_set_document):
8532         * shell/ev-sidebar-thumbnails.h:
8533         * shell/ev-view.c: (ev_view_motion_notify_event):
8534         * shell/ev-window.c: (update_chrome_visibility),
8535         (ev_window_cmd_focus_page_selector),
8536         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8537         (sidebar_page_main_widget_update_cb), (ev_window_init):
8538         
8539         Autoraise toolbar on GoToPage binding and fix bindings in
8540         EvSidebarThumbnails page.
8541
8542 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8543
8544         * shell/ev-properties.c: (update_progress_label):
8545
8546         Hide the progress label when finished; bug #307697.
8547
8548 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8549
8550         * pdf/ev-poppler.cc:
8551
8552         Enable is_open for links, you will need poppler cvs
8553
8554         * shell/ev-properties.c: (job_fonts_finished_cb):
8555
8556         Get a lock on the document when filling the tree view
8557
8558 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8559
8560         * backend/ev-document-links.h:
8561         * pdf/ev-poppler.cc:
8562         * shell/ev-sidebar-links.c: (create_loading_model),
8563         (expand_open_links), (job_finished_callback):
8564
8565         Expand links when specified by the document.
8566         Depend on a poppler api (defined out for now)
8567
8568 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8569
8570         * shell/ev-properties.c: (ev_properties_dispose),
8571         (ev_properties_class_init), (dialog_destroy_cb),
8572         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8573         (ev_properties_set_document), (ev_properties_new),
8574         (ev_properties_show):
8575         * shell/ev-properties.h:
8576
8577         Make it an object, cleanup the code, api to show it as transient
8578         and to set the document.
8579
8580         * shell/ev-window.c: (ev_window_setup_document),
8581         (ev_window_cmd_file_properties):
8582
8583         Adapt to EvProperties changes, do not show multiple
8584         times, update it when document changes.
8585
8586 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8587
8588         * ps/gstypes.h:
8589         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8590         (ps_document_set_orientation), (ps_document_document_iface_init):
8591         * ps/ps-document.h:
8592
8593         Implement orientation here too
8594
8595         * shell/ev-properties.c: (ev_properties_new):
8596         * data/evince-properties.glade:
8597
8598         Hide the fonts page for backends that doesnt
8599         support it.     
8600
8601 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8602
8603         * backend/ev-document.c: (ev_document_set_orientation):
8604         * backend/ev-document.h:
8605         * pdf/ev-poppler.cc:
8606
8607         Add orientation api. Currently poppler api is not optimal,
8608         we need to set orientation every time we _get a page.
8609         I will try to fix that at some point.
8610
8611         * data/evince-ui.xml:
8612         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8613         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8614
8615         Add orientation menu items
8616
8617         * shell/ev-page-cache.c: (ev_page_cache_clear):
8618         * shell/ev-page-cache.h:
8619
8620         Add api to clear the cache
8621
8622         * shell/ev-view.c: (setup_caches), (clear_caches),
8623         (ev_view_set_document), (ev_view_zoom_out),
8624         (ev_view_set_orientation):
8625         * shell/ev-view.h:
8626
8627         Implement orientation changing
8628
8629 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8630
8631         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8632         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8633         * backend/ev-document-fonts.h:
8634
8635         Separate scan and fill so that we can incrementally fill from
8636         the main thread. Add a progress api.
8637
8638         * data/evince-properties.glade:
8639         * pdf/ev-poppler.cc:
8640         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8641         * shell/ev-jobs.h:
8642         * shell/ev-properties.c: (update_progress_label),
8643         (job_fonts_finished_cb), (setup_fonts_view):
8644
8645         Incrementally feel the list and show the progress
8646         percentage in a label like acrobat does.
8647
8648         You are going to need poppler cvs
8649
8650 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8651
8652         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8653         * backend/ev-document-fonts.h:
8654         * pdf/ev-poppler.cc:
8655
8656         Make fonts model fill incrementally.
8657
8658         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8659         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8660         (ev_job_queue_remove_job):
8661         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8662         (ev_job_fonts_new), (ev_job_fonts_run):
8663         * shell/ev-jobs.h:
8664
8665         New job for fonts scanning
8666
8667         * shell/ev-properties.c: (job_fonts_finished_cb),
8668         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8669         * shell/ev-properties.h:
8670         * shell/ev-window.c: (ev_window_cmd_file_properties):
8671
8672         Incrementally feel the treeview using the new job. Show Loading...
8673         message until scanning is completed.
8674
8675         Hopefully I didnt break the build without the poppler patch.
8676
8677 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8678
8679         * shell/ev-application.c: (ev_application_open):
8680         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8681         (ev_document_type_get_type), (ev_document_type_lookup):
8682         * shell/ev-document-types.h:
8683         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8684         * shell/ev-job-xfer.h:
8685         * shell/ev-window.c: (ev_window_clear_local_uri),
8686         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8687         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8689         
8690         Transfer remote documents to tmp directory to display them later.
8691
8692 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8693
8694         * backend/ev-document-info.h:
8695         * shell/ev-properties.c: (ev_properties_new):
8696
8697         s/GTime*/GTime. Not sure why we was using a pointer
8698         at all there!
8699
8700 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8701
8702         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8703         situations.  That situation is that you're using GTK+-HEAD with
8704         the patch at #306726 is applied, and you have a document with <
8705         1500 pages in it.  It's not quite as uniformly nice as the
8706         TreeView, but should be better in the long run.
8707
8708         I'm pretty sure I guarded against breaking compilation with
8709         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8710         I missed some.
8711
8712         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8713         widget yet, so I commented that code out
8714         enable_view_actions_for_widget() for now.  Need to figure this
8715         out.
8716
8717         * shell/ev-page-action.c (match_selected_cb): emit the right
8718         signals.  Our cool C-l completion now works.
8719
8720 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8721
8722         * backend/Makefile.am:
8723         * backend/ev-document-fonts.c:
8724         * backend/ev-document-links.c:
8725         * backend/ev-document.c: (ev_document_load):
8726         * backend/ev-document.h:
8727         * backend/ev-job-queue.c:
8728         * backend/ev-job-queue.h:
8729         * backend/ev-jobs.c:
8730         * backend/ev-jobs.h:
8731         * backend/ev-page-cache.c:
8732         * backend/ev-page-cache.h:
8733
8734         EvPageCache and EvJobs are moved to shell.
8735
8736         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8737         (ev_tmp_filename):
8738         * lib/ev-file-helpers.h:
8739         
8740         New helper to work with temporary files
8741         
8742         * shell/Makefile.am:
8743         * shell/ev-application.c: (ev_application_open):
8744         * shell/ev-application.h:
8745         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8746         (remove_job_from_async_queue), (add_job_to_async_queue),
8747         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8748         (handle_job), (search_for_jobs_unlocked),
8749         (no_jobs_available_unlocked), (ev_render_thread),
8750         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8751         (ev_job_queue_add_job), (move_job_async), (move_job),
8752         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8753         * shell/ev-job-queue.h:
8754         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8755         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8756         * shell/ev-job-xfer.h:
8757         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8758         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8759         (ev_job_links_class_init), (ev_job_render_init),
8760         (ev_job_render_dispose), (ev_job_render_class_init),
8761         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8762         (ev_job_thumbnail_class_init), (ev_job_load_init),
8763         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8764         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8765         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8766         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8767         * shell/ev-jobs.h:
8768         * shell/ev-page-action.c: (ev_page_action_set_document):
8769         * shell/ev-page-cache.c: (ev_page_cache_init),
8770         (ev_page_cache_class_init), (ev_page_cache_finalize),
8771         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8772         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8773         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8774         (ev_page_cache_get_title), (ev_page_cache_get_size),
8775         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8776         (ev_page_cache_get_height_to_page),
8777         (ev_page_cache_get_max_label_chars),
8778         (ev_page_cache_get_page_label),
8779         (ev_page_cache_has_nonnumeric_page_labels),
8780         (ev_page_cache_get_info), (ev_page_cache_next_page),
8781         (ev_page_cache_prev_page), (ev_page_cache_get):
8782         * shell/ev-page-cache.h:
8783         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8784         (ev_pixbuf_cache_clear_job_sizes),
8785         (ev_pixbuf_cache_add_jobs_if_needed),
8786         (ev_pixbuf_cache_set_page_range):
8787         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8788         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8789         * shell/ev-sidebar-thumbnails.c:
8790         (ev_sidebar_tree_selection_changed),
8791         (ev_sidebar_thumbnails_set_document):
8792         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8793         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8794         (ev_statusbar_get_context_id), (ev_statusbar_push),
8795         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8796         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8797         (ev_statusbar_set_progress):
8798         * shell/ev-statusbar.h:
8799         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8800         (ev_view_find_previous):
8801         * shell/ev-window.c: (ev_window_is_empty),
8802         (ev_window_setup_document), (password_dialog_response),
8803         (ev_window_clear_jobs), (ev_window_load_job_cb),
8804         (ev_window_xfer_job_cb), (ev_window_open_uri),
8805         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8806         (ev_window_print), (ev_window_print_range),
8807         (ev_window_state_event), (ev_window_cmd_view_reload),
8808         (menu_item_select_cb), (menu_item_deselect_cb),
8809         (view_status_changed_cb), (ev_window_dispose),
8810         (drag_data_received_cb), (ev_window_init):
8811         * shell/ev-window.h:
8812         * shell/main.c: (load_files):
8813         
8814         New statusbar to show progress on idle. Two new jobs - 
8815         xfer job and load job to load document in background. And update
8816         of page_cache clients to new location of code.
8817
8818 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8819
8820         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8821         selection in open dialog. It also remembers the last visited directory 
8822         in the current session.
8823
8824 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8825
8826         * shell/ev-properties.c: (ev_properties_new):
8827         * shell/ev-properties.h:
8828         * shell/ev-window.c: (ev_window_cmd_file_properties):
8829         
8830         Get document info from page cache instead of document itself.
8831         This should fix crash related to race conditions described in
8832         bug 306545.
8833
8834 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8835
8836         * ps/ps-document.c: (ps_document_init),
8837         (send_ps), (get_page_box), (output), (catchPipe), (input),
8838         (stop_interpreter), (file_length), (file_readable),
8839         (check_filecompressedb), (ps_document_enable_interpreter),
8840         (document_load), (ps_async_renderer_render_pixbuf):
8841         * ps/ps-document.h:
8842
8843         Big cleanup of the ps code
8844
8845 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * backend/Makefile.am:
8848         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8849         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8850         * backend/ev-async-renderer.h:
8851
8852         Add an async renderer interface (method + callback) which
8853         is useful for backends like ps.
8854
8855         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8856         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8857         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8858         (ev_job_queue_add_job), (move_job_async), (move_job),
8859         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8860
8861         Add queues for async renderer, these are executed on the
8862         main thread.
8863
8864         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8865         (ev_job_render_run):
8866         * backend/ev-jobs.h:
8867
8868         If the backend support async renderer interface use it.
8869
8870         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8871         (setup_pixmap), (ps_document_get_type),
8872         (ps_async_renderer_render_pixbuf),
8873         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8874
8875         Implement async renderer interface.
8876
8877 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8878
8879         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8880
8881         Cleanup links job on exit.
8882
8883 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8884
8885         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8886         (drag_data_get_cb), (drag_data_received_cb):
8887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8888         (drag_data_get_cb), (parse_item_list),
8889         (egg_toolbar_editor_load_actions):
8890         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8891         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8892         (parse_item_list), (parse_toolbars):
8893         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8894         (dvi_pixbuf_put_pixel):
8895         
8896         Fix gcc 4.0 warnings
8897
8898 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8899
8900         * ps/ps-document.c: (start_interpreter):
8901
8902         Fix warning when loading ps
8903
8904 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * ps/ps-document.c: (output):
8907
8908         Fix crash when priting gs error messages.
8909
8910 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8911
8912         * backend/ev-page-cache.c: (_ev_page_cache_new):
8913         * backend/ev-page-cache.h:
8914
8915         Use a const to return title so that we dont double
8916         free it. Small cleanup and fix a leak.
8917
8918         * shell/ev-window.c: (update_window_title):
8919
8920         strdup value from get_title.
8921
8922 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8923
8924         * shell/ev-sidebar-links.c: (job_finished_callback),
8925         (ev_sidebar_links_set_document):
8926
8927         Cleanup the old job when changing document
8928
8929 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * shell/ev-stock-icons.c:
8932         * shell/ev-stock-icons.h:
8933         * shell/ev-window.c:
8934         
8935         Add stock icons for actions that can appear in toolbar. Fix for
8936         bug 306566.
8937
8938 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8939
8940         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8941         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8942         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8943         * backend/ev-page-cache.h:
8944         * shell/ev-view.c: (scroll_to_current_page),
8945         (view_update_range_and_current_page), (get_page_y_offset),
8946         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8947         (ev_view_size_request_continuous),
8948         (ev_view_zoom_for_size_continuous_and_dual_page),
8949         (ev_view_zoom_for_size_continuous):
8950         
8951         More compact EvView layout in document with pages of different size.
8952
8953 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8954
8955         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8956         compilation.
8957
8958 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * shell/ev-view.c: (view_set_adjustment_values):
8961         * shell/ev-window.c: (ev_window_cmd_file_properties):
8962         
8963         A bit different fix for rounding problem but it has no
8964         problems on startup. Make properties window transient to parent.
8965
8966 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8967
8968         * pdf/ev-poppler.cc:
8969         
8970         More commenting of font stuff.
8971
8972 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8973
8974         * pdf/ev-poppler.cc:
8975
8976         Comment out some more fonts stuff. Should really
8977         work without the poppler patch now.
8978
8979 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8980
8981         * pdf/ev-poppler.cc:
8982
8983         Adapt to api change
8984
8985 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8986
8987         * data/evince-properties.glade:
8988         * pdf/ev-poppler.cc:
8989         * shell/ev-properties.c: (setup_fonts_view):
8990
8991         Set the column title. Show the dialog only
8992         once everything is setup.
8993         Getting font info can be very slow... will
8994         prolly need to make this threaded too.
8995
8996 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8997
8998         * backend/Makefile.am:
8999         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9000         (ev_document_fonts_get_fonts_model):
9001         * backend/ev-document-fonts.h:
9002         * data/evince-properties.glade:
9003         * pdf/ev-poppler.cc:
9004         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9005         * shell/ev-properties.h:
9006         * shell/ev-window.c: (ev_window_cmd_file_properties):
9007
9008         Implement fonts list. Defined out for now, since it depends
9009         on a not yet committed poppler patch.
9010
9011 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9012
9013         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9014         page + 1.
9015
9016         * shell/ev-window.c: Make sure we add the timeout when we get a
9017         focus-in event.
9018
9019         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9020         adjustment->value before calculating the zoom factor to average
9021         out all of our rounding errors.  The page no longer 'drifts' when
9022         resizing.
9023
9024 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9025
9026         * data/evince-properties.glade:
9027         * shell/ev-properties.c: (ev_properties_format_date),
9028         (set_property):
9029         
9030         Labels don't expand when the dialogue is resized.
9031         strftime result needs to be converted to UTF-8. Thanks
9032         to Christian Persch <chpe@gnome.org>.
9033
9034 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9035
9036         * data/evince-properties.glade:
9037
9038         Hide the fonts tab
9039
9040 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9041
9042         * backend/ev-document-info.h:
9043         * backend/ev-document.c: (ev_document_info_free):
9044         * data/evince-properties.glade:
9045         * pdf/ev-poppler.cc:
9046         * ps/ps-document.c: (ps_document_get_info):
9047         * shell/ev-properties.c: (ev_properties_format_date),
9048         (set_property), (ev_properties_new):
9049         * shell/ev-properties.h:
9050         * shell/ev-window.c: (ev_window_cmd_file_properties):
9051
9052         Rework properties code to take only EvPropertyInfo
9053         in the constructor so that it can be useful for
9054         nautilus plugin too.
9055
9056         Deal with backends that doesnt support some properties.
9057         Make set property code generic.
9058
9059 2005-06-04  Christian Persch <chpe@gnome.org>
9060
9061         * data/evince-properties.glade:
9062
9063         fix spacings, make resizeable, and make data labels
9064         selectable + ellipsised
9065
9066 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9067
9068         * backend/ev-document-info.h:
9069         * data/Makefile.am:
9070         * data/evince-ui.xml:
9071         * pdf/ev-poppler.cc:
9072         * shell/Makefile.am:
9073         * shell/ev-window.c: (update_action_sensitivity),
9074         (ev_window_cmd_file_properties):
9075
9076         Initial go at file properties. Patch by
9077         Emil Soleyman-Zomalan <emil@soleyman.com>.
9078         Needs love see #169583
9079
9080 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9081
9082         * ps/ps-document.c: (output):
9083         * ps/ps.c: (psscan):
9084
9085         Try to render even if psscan fails.
9086
9087 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9088
9089         * ps/ps.c: (psscan), (pscopydoc):
9090
9091         Port buffered reading code from gv
9092
9093 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9094
9095         * ps/ps-document.c: (interpreter_message), (output):
9096
9097         Do not fail on interpreter messages
9098
9099 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9100
9101         * backend/ev-document-misc.c:
9102         (ev_document_misc_get_thumbnail_frame):
9103
9104         Pages can be 0 x 0, dont assert on this case
9105
9106 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9107
9108         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9109         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9110
9111         Correctly manage our reference on document. Finally the reload
9112         huge leak is gone...
9113
9114 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9115
9116         * ps/ps-document.c: (ps_document_dispose):
9117
9118         Forgot to chain it to the parent. Thanks chpe.
9119
9120 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9121
9122         * ps/ps-document.c: (ps_document_dispose),
9123         (ps_document_class_init), (stop_interpreter), (document_load):
9124
9125         Cleanup dispose a bit. Dont leak the whole pixmap.
9126
9127 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9128
9129         * pdf/ev-poppler.cc:
9130
9131         Release the poppler document on dispose
9132
9133 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9134
9135         * shell/ev-view.c: (ev_view_set_document):
9136
9137         Release ref on the pixbuf cache when changing
9138         document.
9139
9140 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9141
9142         * ps/ps-document.c: (ps_document_get_info):
9143
9144         Fix a double free
9145
9146 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9147
9148         * backend/ev-page-cache.c: (ev_page_cache_init),
9149         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9150         * backend/ev-page-cache.h:
9151         * shell/ev-page-action.c: (page_changed_cb):
9152         
9153         Set page action entry width depending on labels width. Fix
9154         for bug 305202.
9155
9156 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9157
9158         * backend/ev-link.c: (ev_link_class_init):
9159
9160         Allow -1 as page value (error)
9161
9162 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9163
9164         * shell/ev-sidebar-thumbnails.c:
9165         (ev_sidebar_thumbnails_set_document):
9166         * shell/ev-view.c: (scroll_to_current_page),
9167         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9168         (page_changed_cb), (on_adjustment_value_changed),
9169         (ev_view_set_document):
9170
9171         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9172         Fix bug 305377
9173
9174 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9175
9176         * configure.ac:
9177         * djvu/djvu-document.c: (djvu_document_get_page_size):
9178
9179         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9180         bug 301993.
9181
9182 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9183
9184         * shell/ev-view.c (draw_one_page): modify the expose handling to
9185         get the shadows.
9186
9187         * shell/ev-window.c (update_action_sensitivity): Respect
9188         permissions field.  Kowtow to the man.
9189
9190         * pdf/ev-poppler.cc: Get the permissions field.
9191
9192         * tiff/*c: Make a tiny bit more robust.
9193
9194 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9195
9196         * djvu/djvu-document.c:
9197         
9198         Pop messages from djvu context message queue.
9199
9200 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9201
9202         * configure.ac, Makefile.am, shell/Makefile.am:
9203         * tiff/Makefile.am, shell/ev-document-types.c:
9204         
9205         Cleanup tiff configure checks. Fix for bug 305218.
9206
9207 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9208
9209         * configure.ac: Added "uk" to ALL_LINGUAS.
9210
9211 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9212
9213         * cut-n-paste/zoom-control/ephy-zoom.c:
9214         (ephy_zoom_get_changed_zoom_level):
9215         * cut-n-paste/zoom-control/ephy-zoom.h:
9216         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9217         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9218         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9219         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9220         (zoom_control_changed_cb), (ev_window_init):
9221         
9222         Fix minor points related to moving best fit up. Introduce
9223         "zoom" property and make zoom control change it's value on
9224         notify::zoom signals. Fix for 305080.
9225
9226 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9227
9228         * data/evince-ui.xml:
9229         * shell/ev-window.c: (set_view_actions_sensitivity):
9230         
9231         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9232
9233 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * configure.ac:
9236
9237         Depends on poppler 0.3.2
9238
9239 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9240
9241         * cut-n-paste/recent-files/egg-recent-item.c:
9242         (egg_recent_item_get_short_name):
9243         * cut-n-paste/toolbar-editor/Makefile.am:
9244         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9245         (new_pixbuf_from_widget):
9246         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9247         * cut-n-paste/toolbar-editor/egg-marshal.c:
9248         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9249         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9250
9251         Sync
9252
9253 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9254
9255         * tiff/tiff-document.c: Rough TIFF backend.
9256
9257 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9258
9259         * NEWS:
9260         * configure.ac:
9261         * cut-n-paste/toolbar-editor/Makefile.am:
9262
9263         Release 0.3.1
9264
9265 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9266
9267         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9268         (ev_view_find_next), (ev_view_find_previous):
9269
9270         Remove the locks around get_n_results   
9271
9272 2005-05-21  Juerg Billeter  <j@bitron.ch>
9273
9274         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9275
9276         Pass correct number of pages to poppler.
9277
9278 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9279
9280         * configure.ac:
9281         * data/Makefile.am:
9282         * data/evince.desktop.in: 
9283         * data/evince.desktop.in.in:
9284         * po/POTFILES.in:
9285         
9286         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9287
9288 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * shell/ev-view.c: (view_update_adjustments),
9291         (view_set_adjustment_values): cast adjustmen->value to (int)
9292         before using it.  Otherwise, we get off by a pixel in some
9293         situations.
9294
9295         (draw_one_page): Draw the border on expose.
9296
9297 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9298
9299         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9300         adjustment when the mode changes, #304923
9301
9302 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9303
9304         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9305         flickering on resize but still use gdk_window_scroll on
9306         scrolling
9307
9308 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9309
9310         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9311         option, #170458
9312
9313 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9314
9315         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9316         second page on page_changed if possible, #304669
9317
9318 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9319
9320         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9321         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9322
9323 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9324
9325         * .cvsignore:
9326         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9327         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9328         (ev_view_zoom_for_size_presentation),
9329         (ev_view_zoom_for_size_continuous_and_dual_page),
9330         (ev_view_zoom_for_size_continuous),
9331         (ev_view_zoom_for_size_dual_page),
9332         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9333         * shell/ev-view.h:
9334         * shell/ev-window.c: (update_view_size),
9335         (ev_window_sizing_mode_changed_cb):
9336
9337         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9338         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9339         an infinite loop, #304769
9340
9341
9342 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9343
9344         * data/evince-ui.xml:
9345         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9346         * shell/ev-window.c: (set_view_actions_sensitivity):
9347
9348         Make PgUp/Down behave like Space
9349
9350 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9351
9352         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9353         * backend/ev-ps-exporter.h:
9354         * pdf/ev-poppler.cc:
9355         * ps/ps-document.c: (ps_document_ps_export_begin):
9356         * shell/ev-print-job.c: (idle_print_handler):
9357
9358         Adapt to new poppler api
9359
9360 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9361
9362         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9363         (ephy_zoom_control_init):
9364
9365         Translate zoom levels
9366
9367 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9368
9369         * cut-n-paste/zoom-control/ephy-zoom.c:
9370         (ephy_zoom_get_zoom_level_index):
9371
9372         Fix current zoom -> zoom control match
9373
9374 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9375
9376         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9377         rather than the scrolled_window that it's in. Fixes bug #304655.
9378
9379 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9380
9381         * shell/ev-view.c: (view_update_adjustments),
9382         (view_set_adjustment_values), (view_update_range_and_current_page),
9383         (view_scroll_to_page), (set_scroll_adjustment),
9384         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9385         (ev_view_scroll), (ev_view_scroll_view),
9386         (ensure_rectangle_is_visible), (find_page_at_location),
9387         (get_link_at_location), (go_to_link), (status_message_from_link),
9388         (ev_view_size_request_continuous_dual_page),
9389         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9390         (ev_view_unrealize), (ev_view_expose_event),
9391         (ev_view_button_press_event), (ev_view_motion_notify_event),
9392         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9393         (draw_rubberband), (highlight_find_results), (draw_one_page),
9394         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9395         (ev_view_init), (find_changed_cb), (page_changed_cb),
9396         (on_adjustment_value_changed), (ev_view_new),
9397         (ev_view_set_document), (ev_view_set_zoom),
9398         (ev_view_set_continuous), (ev_view_set_dual_page),
9399         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9400         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9401         (ev_view_zoom_for_size_presentation),
9402         (ev_view_zoom_for_size_continuous_dual_page),
9403         (ev_view_zoom_for_size_continuous),
9404         (ev_view_zoom_for_size_dual_page),
9405         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9406         (ev_view_get_status), (ev_view_set_status),
9407         (update_find_status_message), (ev_view_get_find_status),
9408         (ev_view_set_find_status), (jump_to_find_result),
9409         (jump_to_find_page), (compute_selections), (clear_selection),
9410         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9411         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9412         (ev_view_update_primary_selection),
9413         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9414         * shell/ev-view.h:
9415         * shell/ev-window.c: (ev_window_open_page_label),
9416         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9417         (ev_window_init):
9418         * shell/ev-window.h:
9419         * shell/main.c: (load_files):
9420
9421         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9422         when resizing.  Remove the bin_window().  Also, patch from James
9423         Bowes to fix command line page, #300641
9424         
9425 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * data/evince-ui.xml:
9428         * shell/ev-view.c:
9429         * shell/ev-view.h:
9430         * shell/ev-window.c: (update_action_sensitivity):
9431
9432         Get rid of View->Normal Size, it's just confusing
9433
9434 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9435
9436         * backend/ev-document-info.h:
9437         * backend/ev-document.c: (ev_document_info_free): Free the
9438         EvDocumentInfo.
9439
9440         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9441         (clear_range), (add_range), (update_visible_range),
9442         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9443         (ev_sidebar_thumbnails_set_document):
9444         * shell/ev-window.c: (ev_window_setup_document): Only render the
9445         visible thumbnails.  It takes an instant to render, but it uses
9446         much less memory.
9447
9448 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9449
9450         * shell/ev-sidebar-links.c: (popup_menu_cb):
9451
9452         Select first item
9453
9454 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9455
9456         * lib/Makefile.am:
9457         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9458         (button_press_cb), (ev_sidebar_links_construct):
9459
9460         Show the popup menu also on keybindings
9461
9462 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9463
9464         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9465         * shell/ev-window.h:
9466
9467         Expose api to print a range (with dialog). Make private _print use
9468         it.
9469
9470         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9471         (ev_sidebar_links_construct):
9472
9473         Show a print context menu on linkx, it prints the selected
9474         section.
9475
9476 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9477
9478         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9479         button.
9480
9481 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9482
9483         * AUTHORS:
9484
9485         Update
9486
9487         * shell/ev-window.c: (build_comments_string),
9488         (ev_window_cmd_help_about):
9489
9490         Show poppler version/backend and authors
9491
9492 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9493
9494         * cut-n-paste/zoom-control/ephy-zoom.c:
9495         (ephy_zoom_get_zoom_level_index):
9496         * cut-n-paste/zoom-control/ephy-zoom.h:
9497
9498         Move the best fit items at the top of the list
9499
9500 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9501
9502         * shell/ev-marshal.list:
9503         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9504         (activate_cb), (match_selected_cb), (activate_link_cb),
9505         (connect_proxy), (ev_page_action_class_init):
9506         * shell/ev-page-action.h:
9507
9508         Use signals to notify action activation. Hopefully
9509         I did not break completion since I cant test...
9510
9511         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9512         (register_custom_actions):
9513
9514         Connect to page selector actions and also grab focus on
9515         the view when activated.
9516
9517 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9518
9519         * pdf/ev-poppler.cc:
9520         * backend/ev-page-cache.c: make page size calculation consistent
9521         and set it to (int)( width * scale + 0.5).  This makes the weird
9522         line going through the middle of the page go away.
9523
9524         * shell/ev-view.c: move painting the background page after
9525         checking the expose area covers us.
9526
9527 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9528
9529         * data/evince-password.glade:
9530         
9531         Mark labels as not translatable. Fix for bug 302842.
9532
9533 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9534
9535         * configure.ac: Added "es" to ALL_LINGUAS.
9536
9537 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * data/evince-toolbar.xml:
9540         * shell/ev-window.c: (update_action_sensitivity),
9541         (ev_window_setup_document), (ev_window_set_page_mode),
9542         (ev_window_init):
9543
9544         Remove some leftover code from jrb first continous
9545         attempt. Use the new actions, we still need good icons
9546         though...
9547
9548 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9549
9550         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9551
9552         Update label when connecting proxy. Fix a warning with NULL
9553         page_cache.
9554
9555 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9556
9557         * data/evince-ui.xml:
9558         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9559         * shell/ev-page-action.h:
9560         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9561
9562         Add mnemonic for edit toolbar.
9563         ctrl+l focus the page entry.
9564
9565 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9566
9567         * lib/Makefile.am:
9568         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9569         (ev_window_init):
9570         * shell/main.c: (main):
9571
9572         Put the toolbar xml in evince own dot dir
9573
9574 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9575
9576         * shell/ev-window.c: (ev_window_init):
9577
9578         Make the toolbar not removable
9579
9580 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9581
9582         * data/evince-ui.xml:
9583         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9584         * shell/ev-sidebar-links.h:
9585         * shell/ev-sidebar-thumbnails.c:
9586         (ev_sidebar_thumbnails_get_treeview):
9587         * shell/ev-sidebar-thumbnails.h:
9588         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9589         (ev_view_class_init):
9590         * shell/ev-view.h:
9591         * shell/ev-window.c: (update_action_sensitivity),
9592         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9593         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9594         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9595         (ev_window_init):
9596
9597         This is evil... Make space/backspace global accelerators but
9598         enable them only for some widgets (sidebars and view).
9599         I dont like it, but I dont know a better way... :/
9600
9601 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9602
9603         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9604         (ev_page_action_widget_finalize),
9605         (ev_page_action_widget_class_init), (update_page_cache):
9606
9607         Keep a weak reference on proxy->page_cache so that we
9608         dont try to disconnect the signal if the object is already
9609         gone. Maybe there is a better way to cleanup reference handling
9610         in page action though...
9611
9612 2005-05-10  Juerg Billeter  <j@bitron.ch>
9613
9614         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9615         * backend/ev-ps-exporter.h:
9616         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9617         * ps/ps-document.c: (ps_document_ps_export_begin):
9618         
9619         Change api to pass print range to ps_exporter_begin. The pdf backend
9620         requires this information.
9621         
9622         * shell/ev-print-job.c: (idle_print_handler):
9623         
9624         Adapt to api change
9625
9626 2005-05-10  Juerg Billeter  <j@bitron.ch>
9627
9628         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9629         (idle_print_handler)
9630         * shell/ev-window.c: (ev_window_print):
9631
9632         Support printing page range, based on patch by Amaury Jacquot
9633
9634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9635
9636         * data/evince-toolbar.xml:
9637
9638         Add zoom control to available items
9639
9640 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9641
9642         * shell/ev-window.c: (update_action_sensitivity):
9643
9644         Set slash action insensitive when appropriate
9645
9646 2005-05-10  Christian Persch <chpe@gnome.org>
9647
9648         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9649
9650         Fix warning on the overflow menu
9651
9652 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9653
9654         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9655
9656         Check for uri correctness/existence
9657
9658 2005-05-09  Juerg Billeter  <j@bitron.ch>
9659
9660         * shell/ev-window.c: (using_postscript_printer):
9661
9662         LPD printers use postscript, too
9663
9664 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9665
9666         * shell/ev-window.c: (register_custom_actions):
9667
9668         The zoom one is actually sort of useful,
9669         put it back
9670
9671 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9672
9673         * shell/ev-window.c: (register_custom_actions):
9674
9675         Hide page/zoom controls from overflow, they
9676         are useless.
9677
9678 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9679
9680         * cut-n-paste/update-from-egg.sh:
9681         
9682         Share it between all cut-n-paste subdirs
9683
9684         * cut-n-paste/recent-files/Makefile.am:
9685
9686         Fix to use "global" update-from-egg.sh
9687
9688         * cut-n-paste/recent-files/egg-recent-model.c:
9689         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9690         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9691         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9692         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9693
9694         Update from libegg
9695
9696         * cut-n-paste/toolbar-editor/Makefile.am:
9697
9698         Fix to use "global" update-from-egg.sh
9699
9700         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9701
9702         Update from libegg
9703
9704 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9705
9706         * configure.ac:
9707         * cut-n-paste/Makefile.am:
9708         * cut-n-paste/recent-files/Makefile.am:
9709         * cut-n-paste/toolbar-editor/.cvsignore:
9710         * cut-n-paste/toolbar-editor/Makefile.am:
9711         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9712         (egg_editable_toolbar_get_type), (get_toolbar_position),
9713         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9714         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9715         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9716         (set_item_drag_source), (create_item_from_action), (create_item),
9717         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9718         (popup_toolbar_context_menu_cb), (free_dragged_item),
9719         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9720         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9721         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9722         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9723         (item_added_cb), (item_removed_cb),
9724         (egg_editable_toolbar_construct),
9725         (egg_editable_toolbar_disconnect_model),
9726         (egg_editable_toolbar_deconstruct),
9727         (egg_editable_toolbar_set_model),
9728         (egg_editable_toolbar_set_ui_manager),
9729         (egg_editable_toolbar_set_property),
9730         (egg_editable_toolbar_get_property),
9731         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9732         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9733         (egg_editable_toolbar_new_with_model),
9734         (egg_editable_toolbar_get_edit_mode),
9735         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9736         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9737         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9738         (new_pixbuf_from_widget), (new_separator_pixbuf),
9739         (update_separator_image), (style_set_cb),
9740         (_egg_editable_toolbar_new_separator_image),
9741         (egg_editable_toolbar_get_model):
9742         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9743         * cut-n-paste/toolbar-editor/egg-marshal.c:
9744         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9745         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9746         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9747         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9748         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9749         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9750         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9751         (editor_drag_data_delete_cb), (drag_data_get_cb),
9752         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9753         (editor_create_item), (update_editor_sheet), (setup_editor),
9754         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9755         (parse_item_list), (model_has_action), (update_actions_list),
9756         (egg_toolbar_editor_load_actions):
9757         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9758         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9759         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9760         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9761         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9762         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9763         (egg_toolbars_model_add_separator), (impl_add_item),
9764         (parse_item_list), (egg_toolbars_model_add_toolbar),
9765         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9766         (impl_get_item_data), (impl_get_item_type),
9767         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9768         (egg_toolbars_model_init), (free_toolbar),
9769         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9770         (egg_toolbars_model_remove_toolbar),
9771         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9772         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9773         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9774         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9775         (egg_toolbars_model_get_item_data),
9776         (egg_toolbars_model_get_item_type):
9777         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9778         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9779         * data/Makefile.am:
9780         * data/evince-toolbar.xml:
9781         * data/evince-ui.xml:
9782         * data/hand-open.png:
9783         * po/POTFILES.in:
9784         * shell/Makefile.am:
9785         * shell/ev-window.c: (update_chrome_visibility),
9786         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9787         (ev_window_dispose), (ev_window_init):
9788
9789         Implement epiphany like toolbar editor. Based on patch by
9790         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9791
9792 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9793
9794         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9795
9796         Use set_cursor instead of set_selection, so that
9797         the keyboard focus moves too.
9798
9799 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9800
9801         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9802
9803         Fix infinite loop when loading Type1 fonts
9804
9805 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9806
9807         * data/evince-ui.xml:
9808         * shell/ev-window.c:
9809
9810         Slash -> Find
9811
9812 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9813
9814         * configure.ac:
9815
9816         Make --disable really disable
9817
9818 2005-05-07  Juerg Billeter  <j@bitron.ch>
9819
9820         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9821
9822         Compare page labels even without has_labels set, fixes setting page
9823         with entry
9824
9825 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9826
9827         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9828         (ev_view_set_cursor), (ev_view_button_press_event),
9829         (ev_view_motion_notify_event), (ev_view_button_release_event),
9830         (ev_view_init):
9831
9832         Implement middle button scrolling. Based on a patch
9833         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9834
9835 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9836
9837         * shell/ev-document-types.c: (get_slow_mime_type),
9838         (get_document_type_from_mime), (ev_document_type_lookup):
9839         * shell/ev-document-types.h:
9840
9841         Change api to lookup from uri. Do fast lookup first, if the
9842         type is unknown try with data sniffing.
9843
9844         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9845         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9846
9847         Adapt to api change
9848
9849 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9850
9851         * thumbnailer/Makefile.am:
9852
9853         Fix distcheck
9854
9855 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9856
9857         * NEWS:
9858         * configure.ac:
9859
9860         Release 0.3.0
9861
9862         * data/evince-ui.xml:
9863
9864         Hide presentation mode for now
9865
9866         * shell/ev-view.c: (highlight_find_results):
9867
9868         Show current find selection only on current page
9869
9870 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9871
9872         * shell/ev-view.c: (ev_view_select_all):
9873
9874         Compute size of the actual page, not of
9875         the current one.
9876
9877 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9880         (view_rect_to_doc_rect), (compute_selections),
9881         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9882         (ev_view_copy), (ev_view_primary_get_cb),
9883         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9884         (ev_view_button_press_event), (ev_view_motion_notify_event),
9885         (ev_view_button_release_event), (page_changed_cb):
9886
9887         Fix text selection
9888
9889 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9890
9891         * shell/ev-view.c: (compute_border), (get_page_extents),
9892         (doc_rect_to_view_rect), (highlight_find_results),
9893         (ev_view_bin_expose), (ev_view_select_all),
9894         (ev_view_motion_notify_event), (update_find_status_message),
9895         (jump_to_find_result), (jump_to_find_page):
9896
9897         First go at fixing search, still buggy
9898
9899 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9900
9901         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9902         dropdown box and button at the top of the sidebar.
9903
9904 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9905
9906         * configure.ac: Output zoom-control Makefile.
9907         * cut-n-paste/Makefile.am: build zoom-control subdir.
9908         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9909         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9910         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9911         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9912         * cut-n-paste/zoom-control/ephy-zoom.c:
9913         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9914         from epiphany, and modified to add a separator into the menu.
9915         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9916         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9917         zoom-control action.
9918         * shell/Makefile.am: Include zoom-control flags.
9919         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9920         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9921         (ev_view_zoom_for_size_presentation),
9922         (ev_view_zoom_for_size_continuous_and_dual_page),
9923         (ev_view_zoom_for_size_continuous),
9924         (ev_view_zoom_for_size_dual_page),
9925         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9926         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9927         ev_view_get_zoom and ev_view_get_sizing_mode.
9928         * shell/ev-view.h:
9929         * shell/ev-window.c: (update_action_sensitivity),
9930         (update_sizing_buttons), (zoom_control_changed_cb),
9931         (register_custom_actions): Initialize and use the zoom-control 
9932         widget.
9933
9934 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9935
9936         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9937         preview cache back to 1.  Don't know when it got set to 0.
9938         
9939         * shell/ev-view.c: (compute_border), (ev_view_realize),
9940         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9941         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9942         (ev_view_get_fullscreen), (ev_view_set_presentation),
9943         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9944         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9945         * shell/ev-view.h:
9946         * shell/ev-window.c:
9947         (update_chrome_visibility),
9948         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9949         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9950         (update_document_mode), (ev_window_update_fullscreen_action),
9951         (ev_window_fullscreen), (ev_window_unfullscreen),
9952         (ev_window_cmd_view_fullscreen),
9953         (ev_window_update_presentation_action),
9954         (ev_window_run_presentation), (ev_window_stop_presentation),
9955         (ev_window_cmd_view_presentation), (ev_window_state_event),
9956         (ev_window_focus_in_event), (ev_window_focus_out_event),
9957         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9958         * data/evince-ui.xml: Initial presentation mode.  We should
9959         probably hide this until it's done, as it's quite rough.  Also,
9960         change full-screen to fullscreen and add two getters to EvView.
9961
9962 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * shell/ev-page-action.c: (update_page_cache),
9965         (ev_page_action_dispose):
9966         * shell/ev-window.c: (destroy_fullscreen_popup),
9967         (ev_window_create_fullscreen_popup):
9968
9969         Use connect_object rather than explicitly
9970         disconnect on dispose.
9971
9972 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9973
9974         * shell/ev-page-action.c: (update_page_cache),
9975         (ev_page_action_dispose):
9976
9977 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9978
9979         * backend/ev-page-cache.c: (_ev_page_cache_new),
9980         (ev_page_cache_set_page_label),
9981         (ev_page_cache_has_nonnumeric_page_labels):
9982         * backend/ev-page-cache.h:
9983         * shell/ev-page-action.c: (update_pages_label):
9984         
9985         If all page labels are numeric, fallback to default
9986         way to display number of pages. See bug 173185.
9987
9988 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9989
9990         * shell/ev-page-action.c: (ev_page_action_dispose):
9991         * shell/ev-view.c: (view_update_range_and_current_page):
9992         * shell/ev-window.c: (ev_window_dispose):
9993         
9994         Set page on scroll in continuous mode. Fixes bug 301986.
9995         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9996
9997 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9998
9999         * configure.ac:
10000
10001         Require poppler 0.3.0
10002
10003 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10004         
10005         * shell/Makefile.am, configure.ac: Fix build problems
10006         with t1lib. Bug 301996.
10007
10008 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * shell/ev-view.c: (ev_view_scroll_event):
10011         
10012         Scroll up increase zoom
10013
10014 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10015
10016         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10017         (ev_view_set_sizing_mode),
10018         (ev_view_zoom_for_size_continuous_and_dual_page),
10019         (ev_view_zoom_for_size_continuous):
10020         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10021         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10022         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10023         (ev_window_init):
10024
10025         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10026         Fix for 165473 and 165472.
10027
10028 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10029
10030         * po/POTFILES.in:
10031         * thumbnailer/Makefile.am:
10032         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10033         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10034         * thumbnailer/evince-thumbnailer.schemas.in:
10035         
10036         Make thumbnailer schemas translatable. Fix for bug 301773
10037         
10038         * thumbnailer/evince-thumbnailer-djvu.schemas:
10039         * thumbnailer/evince-thumbnailer-dvi.schemas:
10040         * thumbnailer/evince-thumbnailer.schemas:
10041
10042         Removed files
10043
10044 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10045
10046         * shell/ev-view.c (ev_view_init): forgot to set this.
10047
10048 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10049
10050         * shell/ev-view.c: (find_page_at_location),
10051         (get_link_at_location),
10052         (ev_view_set_show_border), (ev_view_set_spacing),
10053         (ev_view_zoom_for_size_continuous_and_dual_page),
10054         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10055         Also, add a quick fix measuring of widths.  Also, removed
10056         ev_view_set_spacing and ev_view_set_show_border.
10057         
10058         * shell/ev-window.c: (ev_window_unfullscreen),
10059         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10060
10061 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10062
10063         * shell/ev-view.c: (view_update_range_and_current_page),
10064         (page_changed_cb):
10065         
10066         Fix crash on exit and scrolling to page in continuous view.
10067
10068 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10069
10070         * TODO:
10071         * backend/ev-page-cache.c: (_ev_page_cache_new),
10072         (ev_page_cache_get_max_width_size),
10073         (ev_page_cache_get_max_height_size):
10074         * backend/ev-page-cache.h:
10075         * data/evince-ui.xml:
10076         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10077         * shell/ev-view.c: (view_update_adjustments),
10078         (view_update_range_and_current_page), (get_bounding_box_size),
10079         (ev_view_size_request_continuous_and_dual_page),
10080         (ev_view_size_request_continuous),
10081         (ev_view_size_request_dual_page),
10082         (ev_view_size_request_single_page), (ev_view_size_request),
10083         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10084         (ev_view_bin_expose), (ev_view_expose_event),
10085         (ev_view_set_property), (ev_view_get_property),
10086         (ev_view_class_init), (ev_view_init), (ev_view_new),
10087         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10088         (ev_view_set_dual_page), (ev_view_set_full_screen),
10089         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10090         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10091         (ev_view_zoom_out), (zoom_for_size_fit_width),
10092         (zoom_for_size_best_fit),
10093         (ev_view_zoom_for_size_continuous_and_dual_page),
10094         (ev_view_zoom_for_size_continuous),
10095         (ev_view_zoom_for_size_dual_page),
10096         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10097         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10098         * shell/ev-view.h:
10099         * shell/ev-window.c: (update_action_sensitivity),
10100         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10101         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10102         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10103         (ev_window_cmd_view_zoom_out), (update_view_size),
10104         (ev_window_set_sizing_mode), (ev_window_init):
10105
10106         Add Continuous and Dual page modes.
10107
10108 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10109
10110         * dvi/dvi-document.c: (dvi_document_load),
10111         (dvi_document_thumbnails_get_thumbnail),
10112         (dvi_document_init_params): Fix up some mixups between
10113         width and height to correct thumbnail rendering.
10114
10115 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10116
10117         * dvi/mdvi-lib/private.h:
10118         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10119         
10120         Suppess output for kpathsea during font generation. Thanks to
10121         James Bowes
10122
10123 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10124
10125         * NEWS:
10126         * configure.ac:
10127
10128         Release 0.2.1
10129
10130         * Makefile.am: fix distcheck.
10131
10132 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10133
10134         * shell/ev-sidebar-links.c: (selection_changed_callback),
10135         (update_page_callback), (row_activated_callback),
10136         (job_finished_callback), (ev_sidebar_links_set_document):
10137         
10138         Fix for bug #169901. Double click on links expands tree.
10139
10140 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10141
10142         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10143         hard-coded style. Fix for bug 170111
10144
10145 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10146
10147         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10148         locking.
10149
10150 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10151
10152         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10153
10154 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10155
10156         * pdf/ev-poppler.cc:
10157         * shell/ev-view.c: (highlight_find_results):
10158
10159         Fix find on single page documents
10160
10161 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10162
10163         * data/evince.schemas.in: fix for bug 301390
10164
10165 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10166
10167         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10168         (ev_view_zoom_out), (ev_view_zoom_normal):
10169         * shell/ev-view.h:
10170         * shell/ev-window.c: (update_action_sensitivity),
10171         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10172         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10173         (ev_window_cmd_view_normal_size):
10174
10175         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10176         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10177         better than oom. 
10178
10179 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10180
10181         * configure.ac:
10182
10183         Depend on 2.57, 2.59 doesnt seem to be necessary
10184
10185 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10186
10187         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10188         (create_tool_item):
10189
10190         Put back total number of pages as (1 of 1234)
10191
10192 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10193
10194         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10195         remove the job.
10196
10197         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10198         function.  This helps debugging.
10199
10200 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10201
10202         * djvu/djvu-document.c: (djvu_document_class_init),
10203         (djvu_document_get_info), (djvu_document_document_iface_init):
10204         * dvi/dvi-document.c: (dvi_document_class_init),
10205         (dvi_document_get_info), (dvi_document_document_iface_init):
10206
10207         Dummy implementation of get_info method for dvi and
10208         djvu. Fix crashes with those backends
10209
10210 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10211
10212         * data/evince.desktop.in:
10213
10214         Add application/x-gzpostscript
10215
10216 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10217
10218         * data/evince.schemas.in: Added real long descriptions, 
10219         closes bug 172496 
10220
10221         * README: Added actual text, closes bug 171869
10222
10223 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10224
10225         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10226
10227         Thumbnail page 0
10228
10229 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10230
10231         * backend/ev-document-info.h:
10232
10233         s/GDate */GDate so we can just use g_free
10234
10235 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10236
10237         * shell/ev-window.c: (update_document_mode),
10238         (ev_window_setup_document):
10239
10240         Show the window in fullscreen when specified by
10241         the document
10242
10243 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10244
10245         * backend/ev-document.c: (ev_document_class_init),
10246         (ev_document_get_info), (ev_document_render_pixbuf):
10247         * backend/ev-document.h:
10248         * backend/ev-page-cache.c: (_ev_page_cache_new):
10249         * pdf/ev-poppler.cc:
10250         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10251         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10252         * ps/ps-document.c: (ps_document_class_init), (document_load),
10253         (ps_document_get_info), (ps_document_document_iface_init):
10254
10255         Remove get_title from the interface, we can just use document info
10256
10257 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10258
10259         * backend/Makefile.am:
10260         * backend/ev-document.c: (ev_document_render_get_info):
10261         * backend/ev-document.h:
10262         * pdf/ev-poppler.cc:
10263
10264         Initial support for document info. Based on jrb patch.
10265
10266 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10267
10268         * shell/ev-window.c: (ev_window_state_event),
10269         (ev_window_class_init), (ev_window_init):
10270         
10271         Doesn't show resize grip when maximized. See bug #301053
10272
10273 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10274
10275         * po/POTFILES.in:
10276         
10277         ev-sidebar-thumbnails now has translatable labels
10278         
10279         * shell/Makefile.am:
10280         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10281         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10282         (ev_sidebar_links_page_iface_init):
10283         * shell/ev-sidebar-links.h:
10284         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10285         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10286         (ev_sidebar_page_get_label):
10287         * shell/ev-sidebar-page.h:
10288         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10289         (ev_sidebar_thumbnails_set_document),
10290         (ev_sidebar_thumbnails_support_document),
10291         (ev_sidebar_thumbnails_get_label),
10292         (ev_sidebar_thumbnails_page_iface_init):
10293         * shell/ev-sidebar-thumbnails.h:
10294         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10295         (ev_sidebar_set_document):
10296         * shell/ev-sidebar.h:
10297         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10298         
10299         Small rework of sidebar code. Now sidebar pages should implement
10300         EvSidebarPage interface. That makes page management in EvSidebar
10301         easier. See bug #164811 for details
10302
10303 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10304
10305         * shell/ev-application.c: (ev_application_open):
10306         * shell/ev-document-types.c:
10307         
10308         Fix build error and small problem with application exit
10309
10310 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10311
10312         * thumbnailer/Makefile.am:
10313         * thumbnailer/evince-thumbnailer-djvu.schemas:
10314         * thumbnailer/evince-thumbnailer-dvi.schemas:
10315         
10316         Conditionally install schemas for djvu/dvi thumbnailer
10317
10318 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10319
10320         * shell/ev-document-types.h: 
10321         * shell/ev-document-types.c: 
10322         New files, handling the mapping from mimetypes to backends
10323         
10324         * shell/ev-window.c: 
10325         * thumbnailer/evince-thumbnailer.c:     
10326         Use the ev-document-types code
10327         
10328         * shell/Makefile.am: 
10329         Added new convenience library libevbackendfactory_la, containing
10330         the new mimetype->backend logic; moved the backends into it.
10331
10332         * thumbnailer/Makefile.am:
10333         Make the thumbnailer link with the libevbackend.la convenience
10334         library, rather than having a duplicate of the backend logic here.
10335
10336 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10337
10338         * shell/ev-stock-icons.c: constify some vars.
10339         * shell/ev-window.c: ditto.
10340
10341 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10342
10343         * ps/ps-document.c (get_page_orientation):
10344
10345         Respect document orientation 
10346
10347 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10348
10349         * djvu/Makefile.am:
10350         * dvi/Makefile.am:
10351         * shell/Makefile.am:
10352         
10353         Move library dependencies to components.
10354         
10355         * shell/ev-window.c: (update_window_title),
10356         (start_loading_document):
10357         
10358         Fix display of uris with spaces. Bug 168358.
10359
10360 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10361
10362         * shell/ev-sidebar-links.c: (selection_changed_cb):
10363         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10364         (ev_view_button_release_event), (ev_view_set_document):
10365         * shell/ev-view.h:
10366         * shell/ev-window.c: (find_bar_search_changed_cb):
10367         * shell/ev-window.h: Minor cleanups removing some dead code.
10368
10369 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10370
10371         * backend/ev-page-cache.c: (_ev_page_cache_new):
10372         
10373         Set current page to 0 if document has pages.
10374
10375 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10376
10377         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10378
10379         Initialize GError to NULL, fix a crash when loading fails.
10380
10381 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10382
10383         * shell/ev-window.c: (update_view_size):
10384
10385         Calculate shadow size only when there is actually
10386         a shadow.
10387
10388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10389
10390         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10391         * shell/ev-view.h:
10392
10393         Allow setting view spacing, default to 0
10394
10395         * shell/ev-window.c: (ev_window_unfullscreen),
10396         (ev_window_cmd_view_fullscreen), (ev_window_init):
10397
10398         Remove spacing in fullscreen mode
10399
10400 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10401
10402         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10403         (ev_view_size_request), (expose_bin_window),
10404         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10405         * shell/ev-view.h:
10406         * shell/ev-window.c: (ev_window_unfullscreen),
10407         (ev_window_cmd_view_fullscreen):
10408
10409         Do not draw the border in fulscreen
10410
10411 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10412
10413         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10414         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10415         (find_page_at_location), (page_changed_cb):
10416
10417         Rework border calculation, so that I can more easily disable it.
10418         Code somewhat cleaner too.
10419
10420 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10421
10422         * backend/ev-page-cache.c: (ev_page_cache_init),
10423         (_ev_page_cache_new):
10424
10425         Remove some assertions, documents can have 0 pages.
10426         Make initial current page -1.
10427
10428         * shell/ev-page-action.c: (page_changed_cb):
10429
10430         Show "" if current page is -1
10431
10432         * shell/ev-window.c: (update_action_sensitivity),
10433         (ev_window_setup_document):
10434
10435         When document has 0 pages do not set the view
10436         and make nearly everything insensitive.
10437
10438 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10439
10440         * shell/ev-page-view.c:
10441         * shell/ev-page-view.h:
10442
10443         Remove unused files.
10444         
10445         * shell/ev-sidebar-thumbnails.c:
10446         (ev_sidebar_thumbnails_set_document):
10447         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10448         (ev_sidebar_supports_document):
10449         * shell/ev-sidebar.h:
10450         * shell/ev-window.c: (ev_window_setup_document):
10451         
10452         Doesn't show thumbnails if document has 1 page. Make
10453         sidebar menu entries sensitive only if if they have 
10454         sense. Fix bug 164811. 
10455
10456 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10459         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10460         (ev_view_zoom_out), (ev_view_set_size):
10461
10462         Rework sizing to deal with documents with not uniform page
10463         size.
10464
10465 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10466
10467         * backend/ev-page-cache.c: (_ev_page_cache_new):
10468
10469         Fix several page size caching bugs
10470
10471 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10472
10473         * shell/ev-window.c: (set_action_properties):
10474
10475         Make all toolbar items translatable
10476
10477 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10478
10479         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10480         (save_page_list), (ps_document_save),
10481         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10482         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10483         (ps_document_ps_exporter_iface_init):
10484         * ps/ps-document.h:
10485
10486         Based on a patch by J�rg Billeter <j@bitron.ch>
10487         
10488         Implement print and save a copy for the ps backend.
10489
10490 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10491
10492         * backend/ev-document.h:
10493         * djvu/djvu-document.c: (djvu_document_can_get_text),
10494         (djvu_document_document_iface_init):
10495         * dvi/dvi-document.c: (dvi_document_can_get_text),
10496         (dvi_document_document_iface_init):
10497         * pdf/ev-poppler.cc:
10498         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10499         (pixbuf_document_document_iface_init):
10500         * ps/ps-document.c: (ps_document_can_get_text),
10501         (ps_document_document_iface_init):
10502         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10503         * shell/ev-window.c: (update_action_sensitivity):
10504
10505         Fix the crash when trying to copy in backends that doesnt
10506         support it. We can implement a better solution once we
10507         do real text selection.
10508
10509 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10510
10511         * data/evince-ui.xml:
10512         * shell/ev-window.c: (ev_window_cmd_escape):
10513         
10514         Work around the Escape conflict (find bar and unfullscreen)
10515
10516 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10517
10518         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10519         
10520         Fix for #300233. Next page correctly handles document end.
10521         
10522         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10523         (ev_sidebar_thumbnails_class_init),
10524         (ev_sidebar_thumbnails_set_document),
10525         (ev_sidebar_thumbnails_clear_job),
10526         (ev_sidebar_thumbnails_clear_model):
10527         
10528         Cleanup thumbnail jobs on document changes.
10529         
10530         * shell/ev-view.c: (add_scroll_binding_keypad),
10531         (add_scroll_binding_shifted), (ev_view_class_init):
10532         
10533         Shift + Space scrolls up. Fix for #173184
10534         
10535         * shell/ev-window.c: (ev_window_open_page),
10536         (ev_window_cmd_view_reload):
10537         
10538         Fix reload (Bug #300094)
10539
10540 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10541
10542         
10543         * dvi/mdvi-lib/assoc.c:
10544         * dvi/mdvi-lib/assoc.h: Removed garbage files
10545         
10546         * dvi/mdvi-lib/bitmap.c:
10547         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10548         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10549         * dvi/mdvi-lib/color.h: Antialias of rules
10550         
10551         * dvi/mdvi-lib/common.h:
10552         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10553         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10554         * dvi/mdvi-lib/files.c:
10555         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10556         * dvi/mdvi-lib/mdvi.h:
10557         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10558         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10559         * dvi/mdvi-lib/util.c: Fix compile warnings
10560         
10561         * dvi/dvi-document.c:
10562         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10563         (dvi_document_thumbnails_get_thumbnail),
10564         (dvi_document_document_thumbnails_iface_init):
10565         * dvi/mdvi-lib/Makefile.am:
10566         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10567         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10568         
10569         Dvi backend now renders thumbnails
10570
10571 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10572
10573         * shell/main.c: (main): 
10574         
10575         Save accelerators on exit. Fixes bug #172095.
10576
10577 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10580         update priority" comment.
10581
10582         * backend/ev-job-queue.c: Give a way to change priority.
10583
10584 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10585
10586         * shell/ev-page-action.c: Fix logic.
10587
10588 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10589
10590         * shell/ev-view.c: (ev_view_can_find_next):
10591         * shell/ev-window.c: (ev_window_setup_document):
10592
10593         Check that the document supports find
10594
10595 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10596
10597         * data/evince-ui.xml:
10598         * shell/ev-view.c: (ev_view_can_find_next):
10599         * shell/ev-view.h:
10600         * shell/ev-window.c: (update_action_sensitivity),
10601         (find_changed_cb), (ev_window_setup_document),
10602         (ev_window_cmd_edit_find_next):
10603
10604         Add Edit->Find Next
10605
10606 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10607
10608         * pdf/ev-poppler.cc:
10609         * shell/ev-print-job.c: (idle_print_handler):
10610
10611         Make printing work again
10612
10613 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10614
10615         * shell/ev-page-action.h:
10616         * shell/ev-page-action.c: (ev_page_action_widget_init),
10617         (ev_page_action_widget_class_init), (page_changed_cb),
10618         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10619         (get_filter_model_from_model), (match_selected_cb),
10620         (display_completion_text), (match_completion), (update_model),
10621         (connect_proxy), (ev_page_action_set_property),
10622         (ev_page_action_get_property), (ev_page_action_set_document),
10623         (ev_page_action_set_model), (ev_page_action_class_init): Big
10624         reworking to make completions work iff we have >= GTK-2.7.0
10625                 
10626         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10627         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10628         (job_finished_cb): We now have a 'model' property that is set when
10629         the links are loaded.  This can be caught with "notify::model"
10630
10631         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10632         listen for the model to be set, and propagate it to the action.
10633
10634 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10635
10636         * cut-n-paste/recent-files/egg-recent-item.c:
10637         (egg_recent_item_set_uri), (make_valid_utf8),
10638         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10639         * cut-n-paste/recent-files/egg-recent-item.h:
10640         
10641         Update egg-recent from libegg. This should fix long
10642         startup problem. For details see
10643         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10644
10645 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10646
10647         * cut-n-paste/recent-files/Makefile.am:
10648         * data/evince-ui.xml, shell/Makefile.am:
10649         * shell/ev-application.c, shell/ev-application.h:
10650         * shell/ev-window.c: Recent files support.
10651         
10652         * configure.ac: Added "ru" to ALL_LINGUAS.
10653         
10654         * dvju: new backend to support DJVU files.
10655         * dvi: new backend to support DVI.
10656
10657         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10658         * ev-application.c: Support for new backends.
10659         
10660         * help, ev-window.c, main.c shell/Makefile.am: 
10661         Evince user documentation.
10662
10663 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10664
10665         * po/POTFILES.in:
10666         * shell/ev-window.c:
10667         * thumbnailer/evince-thumbnailer.c:
10668
10669         s/pdf-document/ev-poppler
10670
10671 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * NEWS:
10674         * configure.ac:
10675
10676         Release 0.2.0
10677
10678         * ps/ps-document.c: (setup_pixmap):
10679
10680         Remove debug code
10681
10682 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10683
10684         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10685         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10686         (ev_window_cmd_go_first_page): Fix of by one errors.
10687
10688 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10689
10690         * ps/ps-document.c: (get_page_box):
10691
10692         Fix page size calculation
10693
10694 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10695
10696         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10697         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10698         (get_page_orientation), (setup_page), (document_load),
10699         (ps_document_get_page_size), (render_pixbuf_idle):
10700         * ps/ps-document.h:
10701
10702         More refactoring to adapt to EvDocument changes
10703
10704 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10705
10706         * ps/ps-document.c: (start_interpreter):
10707
10708         Actually add alpha args
10709
10710 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10711
10712         * pdf/ev-poppler.cc:
10713
10714         Make clipboard work again
10715
10716 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10717
10718         Make searching work again.
10719         
10720         * backend/ev-document.c:
10721         * backend/ev-document.h:
10722         * backend/ev-document-find.c:
10723         * backend/ev-document-find.h: Change EvDocumentIface so we no
10724         longer store the current page or zoom level in the document.  The
10725         consequence is that all calls that operate on the current page now
10726         instead take the page number as an extra argument, and all
10727         coordinates are now doubles in document coordinate system.
10728
10729         * pdf/ev-poppler.cc:
10730         * pixbuf/pixbuf-document.c:
10731         * ps/ps-document.c: Update backends accordingly.
10732
10733 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10734
10735         * autogen.sh:
10736
10737         Add required gettext version
10738
10739 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10740
10741         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10742         make F1 bring up non-existent help.
10743
10744         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10745         epiphany's find bar, #167477
10746
10747         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10748         <emil@nishra.com> to add space-bar scrolling, 
10749
10750         * shell/ev-window.c (static GtkActionEntry entries): add default
10751         keybinding for Help (F1)
10752         Fixes #171068
10753
10754         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10755         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10756         170110
10757
10758 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10759
10760         * Makefile.am: 
10761         * pixbuf/pixbuf-document.c: 
10762
10763         Got pixbuf backend working again
10764
10765 2005-04-01  Steve Murphy  <murf@e-tools.com>
10766
10767         * configure.in: Added "rw" to ALL_LINGUAS.
10768
10769 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10770
10771         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10772         model types, noticed by Martin Kretzschmar.
10773
10774 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10775
10776         * pdf/ev-poppler.cc: Implement search based on
10777         poppler_page_find_text().  Currently a bit crude since we remember
10778         all matches from all pages.  Also, we grab the big document lock
10779         when we search since searching changes the underlying stream and
10780         thus conflicts with the rendering thread.
10781         
10782         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10783         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10784         (ev_view_find_previous): Fix some page indexes to be 0 based,
10785         offset rubber band by view offset,
10786
10787 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10788
10789         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10790
10791 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10792
10793         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10794         completely because I didn't understand GtkActions.  I should
10795         read Marco's code more carefully in the future.
10796
10797         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10798         function
10799
10800 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10801
10802         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10803         PopplerRectangle change from poppler CVS.
10804
10805 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10806
10807         * backend/ev-document.c: (ev_document_get_page_label):
10808         * backend/ev-document.h:
10809         * backend/ev-page-cache.c: (_ev_page_cache_new),
10810         (ev_page_cache_get_page_label):
10811         * backend/ev-page-cache.h:
10812         * pdf/ev-poppler.cc:
10813         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10814         (links_page_num_func):
10815         * shell/ev-sidebar-thumbnails.c:
10816         (ev_sidebar_thumbnails_set_document):
10817         * shell/ev-view.c: (status_message_from_link),
10818         (ev_view_motion_notify_event):
10819         * shell/ev-window.c: (document_supports_sidebar): Add in page
10820         label support.  It's not perfect yet, but it's the first 'feature'
10821         in a while.
10822         Also, fix a bogus comment noticed by crispin. 
10823
10824 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10825
10826         * Makefile.am: Remove pixbuf backend for now
10827
10828         * configure.ac: Require poppler-glib instead of just poppler.
10829
10830         * backend/ev-document-thumbnails.h: Add a comment
10831
10832         * backend/ev-document.h:
10833         * backend/ev-document.c: (ev_document_class_init),
10834         (ev_document_load), (ev_document_get_link),
10835         (ev_document_get_links): Remove 3 methods and add get_links.
10836         Also, made 0 based.
10837
10838         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10839         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10840
10841         * backend/ev-link.c: (ev_link_set_title),
10842         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10843         (ev_link_mapping_find):
10844         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10845         
10846         * backend/ev-page-cache.c: (ev_page_cache_init),
10847         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10848         (ev_page_cache_get_size), (ev_page_cache_next_page),
10849         (ev_page_cache_prev_page): Fix to be 0 based.
10850
10851         * pdf/Makefile.am: 
10852         * pdf/ev-poppler.h:
10853         * pdf/ev-poppler.cc: New backend.
10854         
10855         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10856         (ps_document_get_page), (ps_document_document_iface_init):
10857
10858         * shell/ev-pixbuf-cache.h:
10859         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10860         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10861         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10862         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10863         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10864         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10865         based.
10866         
10867         * shell/ev-sidebar-thumbnails.c:
10868         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10869         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10870
10871         * shell/ev-view.c: (status_message_from_link),
10872         (find_page_at_location), (get_link_at_location),
10873         (ev_view_motion_notify_event), (ev_view_button_release_event),
10874         (ev_view_init): Use the new link code.  Fix to be 0 based.
10875
10876         * shell/ev-window.c: (update_action_sensitivity),
10877         (document_supports_sidebar): 0 based.
10878
10879 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10880
10881         * pdf/pdf-document.cc: Patch from Fernando Herrera
10882         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10883         *blush*
10884
10885 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10886
10887         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10888         1 to the page, as this seems to be 1 based.  I thought we has this
10889         fixed.  grump.
10890
10891 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10892
10893         * TODO:
10894         * backend/Makefile.am:
10895         * backend/ev-document-links.c:
10896         (ev_document_links_has_document_links),
10897         (ev_document_links_get_links_model):
10898         * backend/ev-document-links.h:
10899         * backend/ev-document.c: (ev_document_get_page_cache),
10900         (ev_document_get_doc_mutex), (ev_document_load),
10901         (ev_document_save), (ev_document_get_title),
10902         (ev_document_get_n_pages), (ev_document_set_page),
10903         (ev_document_get_page), (ev_document_set_target),
10904         (ev_document_set_scale), (ev_document_set_page_offset),
10905         (ev_document_get_page_size), (ev_document_get_text),
10906         (ev_document_get_link), (ev_document_render),
10907         (ev_document_render_pixbuf), (ev_document_scale_changed):
10908         * backend/ev-document.h:
10909         * backend/ev-job-queue.c: (remove_object_from_queue),
10910         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10911         (no_jobs_available_unlocked), (ev_render_thread),
10912         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10913         (ev_job_queue_remove_job):
10914         * backend/ev-job-queue.h:
10915         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10916         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10917         (ev_job_links_class_init), (ev_job_render_init),
10918         (ev_job_render_dispose), (ev_job_render_class_init),
10919         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10920         (ev_job_thumbnail_class_init), (ev_job_finished),
10921         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10922         (ev_job_render_run), (ev_job_thumbnail_new),
10923         (ev_job_thumbnail_run):
10924         * backend/ev-jobs.h:
10925         * backend/ev-link.c:
10926         * backend/ev-link.h:
10927         * backend/ev-page-cache.c: (ev_page_cache_init),
10928         (ev_page_cache_class_init), (ev_page_cache_finalize),
10929         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10930         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10931         (ev_page_cache_set_link), (ev_page_cache_get_title),
10932         (ev_page_cache_get_size), (ev_page_cache_next_page),
10933         (ev_page_cache_prev_page):
10934         * backend/ev-page-cache.h:
10935         * pdf/pdf-document.cc:
10936         * ps/gsdefaults.c:
10937         * ps/gsdefaults.h:
10938         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10939         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10940         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10941         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10942         (is_interpreter_ready), (output), (catchPipe), (input),
10943         (start_interpreter), (check_filecompressed), (compute_dimensions),
10944         (ps_document_enable_interpreter), (document_load),
10945         (ps_document_next_page), (render_page), (ps_document_set_page),
10946         (ps_document_set_scale), (render_pixbuf_idle),
10947         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10948         * ps/ps-document.h:
10949         * shell/Makefile.am:
10950         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10951         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10952         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10953         (ev_pixbuf_cache_new), (job_finished_cb),
10954         (check_job_size_and_unref), (move_one_job),
10955         (ev_pixbuf_cache_update_range), (find_job_cache),
10956         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10957         (ev_pixbuf_cache_add_jobs_if_needed),
10958         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10959         * shell/ev-pixbuf-cache.h:
10960         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10961         (idle_print_handler):
10962         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10963         (selection_changed_cb), (create_loading_model),
10964         (ev_sidebar_links_construct), (links_page_num_func),
10965         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10966         (update_page_callback), (job_finished_cb),
10967         (ev_sidebar_links_set_document):
10968         * shell/ev-sidebar-thumbnails.c:
10969         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10970         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10971         (page_changed_cb), (thumbnail_job_completed_callback),
10972         (ev_sidebar_thumbnails_set_document):
10973         * shell/ev-sidebar-thumbnails.h:
10974         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10975         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10976         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10977         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10978         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10979         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10980         (ev_view_button_release_event), (ev_view_scroll_view),
10981         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10982         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10983         (ev_view_new), (job_finished_cb), (page_changed_cb),
10984         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10985         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10986         (ev_view_find_previous):
10987         * shell/ev-view.h:
10988         * shell/ev-window.c: (update_action_sensitivity),
10989         (ev_window_open_page), (update_window_title), (update_total_pages),
10990         (page_changed_cb), (ev_window_setup_document),
10991         (password_dialog_response), (ev_window_cmd_save_as),
10992         (ev_window_print), (ev_window_cmd_go_previous_page),
10993         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10994         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10995         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10996         * shell/main.c: (main):
10997
10998         Merge evince-threads branch
10999
11000 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11001
11002         * configure.ac: Added "lt" to ALL_LINGUAS.
11003
11004 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * NEWS:
11007         * configure.ac:
11008
11009         Release 0.1.9
11010
11011 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11012
11013         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11014
11015         Fix here also the thumbnails 1-basedness :)
11016
11017 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11018
11019         * NEWS:
11020         * configure.ac:
11021
11022         Release 0.1.8
11023
11024 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11025
11026         * pdf/pdf-document.cc:
11027         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11028         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11029
11030         Fix the mess we did with thumbnails and 1-basedness
11031
11032 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11033
11034         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11035
11036 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * NEWS:
11039         * configure.ac:
11040
11041         Release 0.1.7
11042
11043 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11044
11045         * ps/Makefile.am:
11046         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11047         (gtk_gs_defaults_get_alpha_parameters),
11048         (gtk_gs_defaults_get_ungzip_cmd),
11049         (gtk_gs_defaults_get_unbzip2_cmd):
11050         * ps/gsdefaults.h:
11051         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11052         (ps_document_get_orientation), (document_load),
11053         (ps_document_goto_page), (ps_document_set_page_size):
11054         * ps/ps-document.h:
11055
11056         Some more sanitization of the ps backend. Remove a lot
11057         of unused code and do not base our defaults on ggv
11058         preferences (ugh!)
11059
11060 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11061
11062         * thumbnailer/evince-thumbnailer.schemas:
11063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11064         (main): add -s option for thumbnail size.
11065
11066 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11067
11068         * configure.ac:
11069
11070         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11071         remove it.
11072
11073 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11074
11075         * pdf/pdf-document.cc:
11076
11077         Remove 4 pixels of useless border from the
11078         thumbnail.
11079
11080 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11081
11082         * backend/ev-document-thumbnails.c:
11083         (ev_document_thumbnails_get_thumbnail):
11084         * backend/ev-document-thumbnails.h:
11085
11086         Rework API a bit. Add a border flag and
11087         change sizing logic (now the size we specify
11088         applies to the bigger dimension).
11089
11090         * pdf/pdf-document.cc:
11091         * pixbuf/pixbuf-document.c:
11092         (pixbuf_document_thumbnails_get_thumbnail):
11093         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11094         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11095
11096         Adapt to the new API and do not draw a border for nautilus
11097         thumbnailer.
11098
11099 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11100
11101         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11102         take thumbnails from page "0" instead of "1". Added a copyright header.
11103
11104 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11105
11106         * ps/ps-document.c: (set_up_page), (start_interpreter):
11107
11108         Make it C89 compliant
11109
11110 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11111
11112         * Makefile.am:
11113         * configure.ac:
11114         * pdf/.cvsignore:
11115         * pdf/pdf-document.cc:
11116         * thumbnailer/Makefile.am:
11117         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11118         (main):
11119         * thumbnailer/evince-thumbnailer.schemas:
11120         * thumbnailer/pdf-icon.png:
11121
11122         Add a nautilus thumbnailer.
11123         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11124
11125 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * NEWS:
11128         * configure.ac:
11129         * po/POTFILES.in:
11130
11131         Release 0.1.6
11132
11133 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11134
11135         Use poppler instead of including xpdf source code.  Poppler is a
11136         fork of xpdf to build it as a shared library. See
11137         http://freedesktop.org/wiki/Software/poppler.
11138
11139         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11140         xpdf fork.
11141         
11142         * pdf/Makefile.am: Build libpdfdocument.a here.
11143         
11144         * pdf/GDKSplashOutputDev.cc:
11145         * pdf/GDKSplashOutputDev.h:
11146         * pdf/GnomeVFSStream.cc:
11147         * pdf/GnomeVFSStream.h:
11148         * pdf-document.cc:
11149         * pdf-document.h:
11150         * test-gdk-output-dev.cc
11151         * Thumb.cc:
11152         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11153         against poppler.
11154
11155 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11156
11157         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11158
11159         Clear idle stack before unsetting the document
11160
11161 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11162
11163         * ps/ps-document.c: (ps_document_widget_event),
11164         (ps_document_set_target), (ps_document_finalize),
11165         (ps_document_get_page):
11166
11167         Disconnect the widget event signal on finalize.
11168         Some code cleanups.
11169
11170 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11171
11172         * ps/ps-document.c: (set_up_page):
11173
11174         If there is no bpixmap create one, even if size
11175         is not changed.
11176
11177 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11178
11179         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11180         (set_up_page), (document_load), (ps_document_set_zoom):
11181
11182         Default page is 0. Calculate size even when we have no
11183         target yet.
11184
11185 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11186
11187         * shell/ev-sidebar.c: expand the selection widget to be always as
11188         wide as the sidebar
11189
11190 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11191
11192         * shell/ev-sidebar-thumbnails.c:
11193         (ev_sidebar_thumbnails_set_document):
11194
11195         Clear the list store when setting document
11196
11197 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11198
11199         * shell/ev-page-action.c: (update_entry), (sync_entry),
11200         (activate_cb), (entry_size_request_cb), (create_tool_item),
11201         (connect_proxy):
11202
11203         Use an entry for the page control instead of spinbuttons
11204
11205 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11206
11207         * data/evince.schemas.in:
11208
11209         Correct confusing string
11210
11211 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11212
11213         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11214         for real.  Gosh, how long has this been broken.
11215
11216         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11217         check for a NULL link.  We crash otherwise.
11218
11219 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11220
11221         * NEWS:
11222         * configure.ac:
11223
11224         Release 0.1.5
11225
11226 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11227
11228         * configure.ac: add the french translation.
11229
11230 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11231
11232         * shell/ev-window.c:
11233
11234         Remove unused header -> fix distcheck
11235
11236 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11237
11238         * shell/ev-window.c: (update_window_title),
11239         (ev_window_popup_password_dialog):
11240
11241         Unescape filename for display
11242
11243 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11244
11245         * pdf/xpdf/pdf-document.cc:
11246
11247         In get_page_size deal with rotation. Also
11248         cleanup the function a bit.
11249
11250 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11251
11252         * pdf/xpdf/pdf-document.cc:
11253
11254         Fix crash when opening in new window
11255
11256 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11257
11258         * configure.ac:
11259
11260         Check ghostscript >= 7
11261
11262 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11263
11264         * shell/ev-window.c:
11265
11266         Make page width the default sizing mode
11267
11268 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11269         Marco Pesenti Gritti <marco@gnome.org>
11270
11271         * shell/ev-window.c: Remember the sidebar size
11272
11273         * data/evince.schemas.in: Add a new gconf key to store the size of
11274         the sidebar
11275
11276 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11277
11278         * data/evince-ui.xml:
11279         * shell/ev-window.c: (update_action_sensitivity),
11280         (ev_window_cmd_view_reload):
11281         
11282         Add a "Reload" action and menu entry
11283
11284 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11285
11286         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11287         iff the type doesn't support thumbnailing and indexing.
11288
11289 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11290
11291         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11292
11293 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11294
11295         * pdf/splash/Splash.cc:
11296
11297         Port fix for a crasher from kde bug
11298         http://bugs.kde.org/show_bug.cgi?id=97131
11299
11300 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11301
11302         * pdf/xpdf/pdf-document.cc:
11303
11304         Return a link even if it's of an unrecognized
11305         type. Otherwise we go in an infinte cycle.
11306
11307 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11310         (size_allocate_cb), (ev_window_set_sizing_mode):
11311
11312         Update size when switching mode
11313
11314 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11315
11316         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11317         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11318         (ev_window_cmd_view_normal_size):
11319
11320         Fix size toggle buttons behavior
11321
11322 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11323
11324         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11325         (doc_rect_to_view_rect), (ev_view_size_allocate),
11326         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11327         (scale_changed_callback):
11328
11329         Do not cache offsets in size_allocate.
11330
11331 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11332
11333         * shell/ev-view.c: (ev_view_size_allocate):
11334
11335         Calculate offsets before calling the parent
11336         class (which does a redraw)
11337
11338 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11339
11340         * pdf/xpdf/pdf-document.cc:
11341
11342         Fix a crasher on exit. Unused code, put a TODO
11343
11344 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * backend/ev-document.c: (ev_document_class_init),
11347         (ev_document_page_changed), (ev_document_scale_changed):
11348         * backend/ev-document.h:
11349
11350         Separate page/scale notifications
11351
11352         * pdf/xpdf/pdf-document.cc:
11353
11354         Emit the new signals.
11355         Do not display the pdf page in _render, do it
11356         when scale/page are requested.
11357
11358         * ps/ps-document.c: (ps_document_set_zoom),
11359         (ps_document_widget_event):
11360         * ps/ps-document.h:
11361
11362         Emit the new signals.
11363
11364         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11365         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11366         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11367         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11368         * shell/ev-view.h:
11369         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11370         (ev_window_cmd_view_page_width), (size_allocate_cb),
11371         (ev_window_set_sizing_mode):
11372
11373         Rework sizing to be pixel based.
11374         There are bugs but should be already way better.
11375
11376 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * shell/ev-window.c: (ev_window_init):
11379
11380         Do not allow to shrink sidebar smaller then
11381         child requisition
11382
11383 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11384
11385         * shell/ev-sidebar.[ch]
11386         * shell/ev-window.c:
11387
11388         Improved sidebar widget. Fixes #166683
11389
11390 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11391
11392         * shell/ev-view.c (update_find_status_message): Give translators
11393         more flexibility with ngettext plural handling.
11394
11395 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11396
11397         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11398         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11399         page when we get the page size.
11400
11401 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11402
11403         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11404
11405         ps pages are 0 based, convert 
11406
11407 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11408
11409         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11410
11411         Initialize correct parent class. Set GError on document load
11412
11413 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * pdf/xpdf/pdf-document.cc:
11416
11417         Fixup selection offset calculation
11418
11419         * shell/ev-view.c: (view_rect_to_doc_rect),
11420         (doc_rect_to_view_rect), (ev_view_size_allocate),
11421         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11422         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11423
11424         Store selection as document relative, so that zooming
11425         and offset changing doesnt break it.
11426
11427 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * shell/ev-view.c: (ev_view_best_fit):
11430
11431         Do not try to best fit if the view is not realized
11432
11433 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11434           
11435         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11436
11437 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11438
11439         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11440
11441 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11442
11443         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11444         the popup window.  That prevents it resizing when in full screen
11445         mode.
11446
11447         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11448         multiple rerenders.  This pretty much sucks.
11449
11450         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11451         rest of the toolbar.
11452
11453 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11454
11455         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11456
11457 2005-02-17  Alexander Shopov  <ash@contact.bg>
11458
11459         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11460
11461 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11462
11463         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11464
11465 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11466
11467         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11468         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11469         (set_document_page), (document_changed_callback),
11470         (ev_view_set_document), (ev_view_find_previous),
11471         (ev_view_hide_cursor), (ev_view_show_cursor):
11472         * shell/ev-view.h:
11473         * shell/ev-window.c: (update_chrome_visibility),
11474         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11475         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11476         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11477         (ev_window_unfullscreen):
11478         * shell/main.c: (main):
11479
11480         Automatically hide the fullscreen button.
11481         Patch by Kristian Høgsberg <krh@redhat.com>
11482
11483 2005-02-16  Vincent Noel  <vnoel@cox.net>
11484
11485         * shell/main.c (main): Specify an icon for the window. Patch by
11486         Jaap A. Haitsma. Fixes #166177.
11487
11488 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11491
11492 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11493
11494         * backend/ev-document-misc.h:
11495         * backend/ev-document-misc.c:
11496         (ev_document_misc_get_page_border_size),
11497         (ev_document_misc_paint_one_page): New function to canonicalize
11498         sizing/painting a border.
11499
11500         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11501         used.
11502
11503         * pdf/xpdf/pdf-document.cc: use new function
11504
11505         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11506         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11507         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11508         shell/ev-window.c: (update_sizing_buttons),
11509         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11510         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11511         (ev_window_cmd_view_page_width), (size_allocate_cb),
11512         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11513         and "fit width" values act as toggle buttons so they stay
11514         toggled.  It's not 100% perfect, and it's a little slow, but it's
11515         good enough to commit I think.
11516
11517 2005-02-15  David Lodge  <dave@cirt.net>
11518
11519         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11520
11521 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11522
11523         * shell/ev-window.c (update_window_title): replace newlines in
11524         the title by spaces. Bug #166107.
11525
11526 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11527
11528         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11529         parameters providing allocation width and height without
11530         scrollbars and width of a possible vertical scrollbar. With this
11531         additional information the functions can work as
11532         intended. Unfortunately they're not idempotent. We should
11533         transform these commands to toggles. Fixes Bug #164976
11534         Initial patch by Stephane Loeuillet, then heavily modified.
11535
11536         * shell/ev-view.h: update prototypes.
11537
11538         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11539         (ev_window_cmd_view_page_width): provide EvView fit functions with
11540         all the information they need. Formulas to calculate this
11541         information taken from GtkScrolledWindow.
11542
11543 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11544
11545         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11546         created a thumbnail, the list store is updated to know
11547         that the thumbnail is set. Fixes bug #166792
11548
11549 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11550
11551         * shell/ev-window.c: fixed typo, closes bug 166897
11552
11553         * TODO: updated TODO with bug numbers that are relevant
11554
11555 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11556
11557         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11558
11559 2005-02-09  Vincent Noel  <vnoel@cox.net>
11560
11561         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11562         and "Next" toolbar buttons as important to make them stand out.
11563
11564 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11565
11566         * lib/ev-debug.c:
11567         * lib/ev-debug.h:
11568         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11569         (start_interpreter), (stop_interpreter), (document_load),
11570         (ps_document_next_page), (ps_document_goto_page),
11571         (ps_document_set_page_size), (ps_document_widget_event),
11572         (ps_document_render):
11573         * shell/ev-page-view.c: (ev_page_view_dispose):
11574         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11575
11576         Fix compilation on non-gcc platforms
11577
11578 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * NEWS:
11581         * configure.ac:
11582
11583         Release 0.1.4
11584
11585         * pdf/xpdf/Catalog.cc:
11586         * pdf/xpdf/XRef.cc:
11587
11588         Fix the fix for CAN-2004-0888
11589
11590 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11591
11592         * data/Makefile.am:
11593         * data/evince-ui.xml:
11594         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11595         * shell/ev-stock-icons.h:
11596         * shell/ev-window.c: (update_action_sensitivity),
11597         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11598         (set_action_properties):
11599
11600         Improve toolbar layout/icons
11601
11602 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11603
11604         * pdf/xpdf/pdf-document.cc:
11605
11606         Add warnings about unimplemented/unknown link
11607         types.
11608
11609 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11610
11611         * ps/ps-document.c: (set_up_page):
11612
11613         Log gs property
11614
11615 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * ps/ps-document.c: (start_interpreter):
11618
11619         Log gs env var
11620
11621 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11622
11623         * shell/ev-page-view.c: (ev_page_view_dispose):
11624         * shell/ev-view.c: (ev_view_finalize):
11625         * shell/ev-window.c: (ev_window_setup_document),
11626         (ev_window_dispose), (ev_window_init):
11627
11628         Solve more refs issues.
11629
11630         I commented out the page_view initialization for now:
11631         it was never destroyed (because it's never added
11632         to a container). Because of that we was leaking
11633         gs processes. Couldnt think to a clean fix.
11634         We need to figure this out, password view has the
11635         same issue probably.
11636
11637 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11638
11639         * ps/ps-document.c: (ps_document_finalize),
11640         (ps_document_get_n_pages), (ps_document_get_page):
11641
11642         Some cleanups, stop the interpreter on finalize
11643
11644         * shell/ev-page-view.c: (ev_page_view_dispose),
11645         (ev_page_view_class_init):
11646
11647         Release our reference on the document
11648
11649 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11650
11651         * Makefile.am:
11652         * configure.ac:
11653         * doc/debugging.txt:
11654         * lib/.cvsignore:
11655         * lib/Makefile.am:
11656         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11657         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11658         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11659         * lib/ev-debug.h:
11660
11661         Add debugging helpers
11662
11663         * ps/Makefile.am:
11664         * ps/ps-document.c: (set_up_page), (start_interpreter),
11665         (stop_interpreter), (document_load), (ps_document_next_page),
11666         (ps_document_goto_page), (ps_document_set_page_size),
11667         (ps_document_widget_event), (ps_document_render):
11668         * shell/Makefile.am:
11669         * shell/ev-view.c: (expose_bin_window):
11670         * shell/main.c: (main):
11671
11672         Add some logs
11673         
11674 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * ps/ps-document.c: (ps_document_widget_event):
11677
11678         Initialize message_window, this should make ps
11679         rendering really work! (Never noticed because I was
11680         testing with a ps that is causing gs to exit every time!)
11681
11682 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11683
11684         * data/evince.schemas.in: updated simple error in applyto closing tag
11685
11686 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11687
11688         * Makefile.am:
11689         * configure.ac:
11690         * data/.cvsignore:
11691         * data/Makefile.am:
11692         * data/evince-ui.xml:
11693         A data/evince.schemas.in:
11694         * po/POTFILES.in:
11695         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11696         * shell/ev-stock-icons.h:
11697         * shell/ev-window.c: (update_chrome_visibility),
11698         (update_chrome_flag), (ev_window_cmd_edit_find),
11699         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11700         (ev_window_unfullscreen), (ev_window_focus_in_event),
11701         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11702         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11703         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11704         (ev_window_dispose), (ev_window_class_init),
11705         (set_action_properties), (set_chrome_actions), (load_chrome),
11706         (ev_window_init):
11707
11708         Implement fullscreen mode changes from bug #164776.
11709         Also implement persistent chrome toggles.
11710
11711 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11712
11713         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11714
11715 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11716
11717         * NEWS:
11718         * configure.ac:
11719         * shell/ev-view.c:
11720
11721         Add another check for find interface
11722
11723         Release 0.1.3
11724
11725 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11726
11727         * shell/ev-application.c: (ev_application_open):
11728         * shell/ev-window.c: (ev_window_open):
11729
11730         Open gzipped ps documents
11731
11732 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11733
11734         * TODO:
11735         * shell/ev-view.c: (set_document_page):
11736
11737         Clamp page number, dont try to move to
11738         not existant pages.
11739
11740 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11741
11742         * backend/ev-document-find.c: (ev_document_find_changed):
11743         * backend/ev-document-find.h:
11744         * pdf/xpdf/pdf-document.cc:
11745         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11746         * shell/ev-window.c: (find_bar_search_changed_cb):
11747
11748         Fix several bugs with find
11749
11750 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11751
11752         * shell/ev-sidebar-thumbnails.c
11753         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11754         document. Prevents warning from scroll_to_cell.
11755
11756 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11757
11758         * configure.ac: Add «nb» to ALL_LINGUAS too.
11759
11760 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11761
11762         * NOTES: New file with some random thoughts.
11763
11764         * TODO: Update.
11765
11766         * backend/ev-document-misc.c:
11767         (ev_document_misc_get_page_border_size): New function to
11768         canonicalize shadow drawing sizes.  Possibly goofy.
11769
11770         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11771         (ev_view_best_fit), (ev_view_fit_width):
11772         * pdf/xpdf/pdf-document.cc:
11773         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11774         * ps/ps-document.c: (ps_document_get_page_size):
11775         * backend/ev-document-misc.h:
11776         * backend/ev-document.c: (ev_document_get_page_size):
11777         * backend/ev-document.h: get_page_size now takes a page number
11778         parameter.  Made all the backends/frontends honor it.
11779
11780         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11781         see.  Doesn't work yet.
11782
11783         * shell/Makefile.am:
11784         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11785         Doesn't do anything yet.
11786
11787         * shell/ev-sidebar-thumbnails.c:
11788         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11789         [0..n_pages-1]
11790
11791         * shell/ev-window.c: (update_action_sensitivity),
11792         (ev_window_setup_document), (ev_window_set_page_mode),
11793         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11794         view-swapping code a bit so we can have multiple views on a
11795         document.  Add the multi-page view, though it can't be turned on
11796         yet.
11797
11798 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11799
11800         * shell/ev-application.c: (ev_application_open):
11801         * shell/ev-view.c: (expose_bin_window):
11802         * shell/ev-window.c: (ev_window_open):
11803
11804         Support eps and check document supports find
11805         before drawing highlightings in expose.
11806
11807 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11808
11809         * pixbuf/pixbuf-document.c:
11810         (pixbuf_document_thumbnails_get_dimensions),
11811         (pixbuf_document_document_thumbnails_iface_init):
11812
11813         implement get_dimensions
11814
11815 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11816
11817         * NEWS:
11818         * configure.ac:
11819
11820         Release 0.1.2
11821
11822 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11823
11824         * shell/ev-view.c: (set_document_page):
11825
11826         Scroll at the top of the page when changing page
11827
11828 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * shell/ev-view.c: (ev_view_motion_notify_event):
11831
11832         Do not redraw unnecessarily
11833
11834 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * pdf/xpdf/pdf-document.cc:
11837         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11838         (expose_bin_window), (find_changed_cb):
11839
11840         Yay! find works now... Now to find bugs...
11841
11842 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11843
11844         * backend/ev-document-find.c: (ev_document_find_base_init),
11845         (ev_document_find_changed):
11846         * backend/ev-document-find.h:
11847         * pdf/xpdf/pdf-document.cc:
11848         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11849         (expose_bin_window), (ev_view_init), (set_document_page),
11850         (ensure_rectangle_is_visible), (jump_to_find_result),
11851         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11852         (ev_view_find_next), (ev_view_find_previous):
11853         * shell/ev-view.h:
11854         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11855
11856         More work on find implementation, mostly there now
11857
11858 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11859
11860         * backend/ev-backend-marshalers.list:
11861         * backend/ev-document-find.c: (ev_document_find_base_init),
11862         (ev_document_find_cancel), (ev_document_find_page_has_results),
11863         (ev_document_find_get_n_results), (ev_document_find_get_result),
11864         (ev_document_find_get_progress), (ev_document_find_changed):
11865         * backend/ev-document-find.h:
11866
11867         Enanche the find interface to be really able to do
11868         multi page find.
11869
11870         * pdf/xpdf/pdf-document.cc:
11871
11872         Implement
11873
11874         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11875         (expose_bin_window), (ev_view_init),
11876         (ev_view_get_find_status_message), (find_changed_cb),
11877         (ev_view_set_document), (set_document_page):
11878
11879         Adapt to the new interface. A few things are regressed sorry,
11880         I will finish it soon.
11881
11882 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11883
11884         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11885         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11886         ev_sidebar_thumbnails_parent_class variable, don't define another
11887         parent_class variable.
11888
11889         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11890         (ev_page_action_class_init): ditto.
11891
11892         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11893         (pixbuf_document_class_init): ditto.
11894
11895         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11896         ditto.
11897
11898         * .cvsignore: ignore various valgrind output files.
11899
11900 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * data/evince-ui.xml:
11903         * shell/Makefile.am:
11904         * shell/ev-history.c:
11905         * shell/ev-history.h:
11906         * shell/ev-navigation-action.c:
11907         * shell/ev-navigation-action.h:
11908         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11909         (ev_view_set_page), (ev_view_fit_width):
11910         * shell/ev-view.h:
11911         * shell/ev-window.c: (update_action_sensitivity),
11912         (ev_window_setup_document), (register_custom_actions):
11913
11914         Kill session history
11915
11916 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11917
11918         * shell/ev-window.c: (update_action_sensitivity):
11919
11920         Fix inverted up/down buttons
11921
11922 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11923
11924         * shell/ev-sidebar-thumbnails.c
11925         (ev_sidebar_thumbnails_select_page): make sure the selected
11926         thumbnail stays visible.
11927
11928 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11929
11930         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11931         scrolled window for Federico.
11932
11933 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11934
11935         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11936
11937 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11938
11939         * configure.ac:
11940         * pdf/splash/SplashFTFontEngine.cc:
11941
11942         Fix CID fonts with freetype 2.1.9
11943
11944 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11945
11946         * TODO: added item for desktop icon thumbnailer
11947
11948 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11949
11950         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11951         unloaded docs when the title is accessed.
11952
11953         * shell/ev-password-view.[hc]: New widget for displaying password
11954         state.
11955
11956         * shell/ev-window.[ch]: Refactor password handling code to handle
11957         the new view.
11958
11959 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11960
11961         * NEWS:
11962         * configure.ac:
11963         * data/Makefile.am:
11964
11965         Release 0.1.1
11966
11967 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11968
11969         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11970         ignore page offset here, to make search results independent of it,
11971
11972         * shell/ev-view.c (expose_bin_window): but take offsets into
11973         account here. Bug #164932
11974
11975         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11976         scale at the right time. Bug #164996
11977
11978 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11979
11980         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11981         fix the problem. Now I just removed the Adobe font names and hope
11982         that the URW fonts are always in outline format. Bug #164934
11983
11984         * shell/ev-window.c (update_window_title): empty titles are
11985         useless, use filename in that case too.
11986
11987         * NEWS: Add some content.
11988
11989 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11990
11991         * TODO: added one more TODO item and a TODONE section :)
11992
11993 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11994
11995         * ps/ps-document.h: add page_[xy]_offset fields.
11996
11997         * ps/ps-document.c (ps_document_set_page_offset)
11998         (ps_document_render): Keep offset in consideration in a few
11999         places. Bug #164752 "postscript documents are not centered in
12000         window"
12001
12002         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12003         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12004
12005         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12006         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12007         stub out missing methods for complete EvDocument implementation.
12008         Fixes segfaults with Save A Copy and Copy actions.
12009
12010         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12011         (ps_document_document_iface_init): ditto.
12012         
12013 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * data/.cvsignore:
12016         * data/Makefile.am:
12017         * data/evince.desktop.in:
12018
12019         Add desktop file
12020
12021 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * shell/ev-view.c: (ev_view_button_press_event),
12024         (ev_view_motion_notify_event):
12025
12026         Make selection work in any direction
12027
12028 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12029
12030         * TODO:
12031         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12032
12033         Use shorter labels for some of the toolbars items
12034
12035 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12036
12037         * pdf/xpdf/pdf-document.cc:
12038
12039         Check the links info is initialized before
12040         using it. Should fix a crash on startup.
12041
12042 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12043
12044         * pixbuf/pixbuf-document.c
12045         (pixbuf_document_thumbnails_get_dimensions): force floating point
12046         division to calculate page_ratio. Fixes crash with landscape
12047         format pixbufs.
12048
12049 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12050
12051         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12052
12053 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12054
12055         * shell/ev-view.c (set_document_page): unset has_selection when
12056         the page changes.
12057         (set_document_page): handle paper size changes when the page
12058         changes (test with Free Culture, page 2).
12059
12060 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12061
12062         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12063         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12064
12065         Use normal style color for the widget background and
12066         draw a black box around the page.
12067
12068 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * pdf/xpdf/pdf-document.cc:
12071
12072         Keep offset in consideration in a few places
12073
12074         * shell/ev-view.c: (expose_bin_window):
12075
12076         Set the offsets so that the document is ever centered
12077
12078 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12079
12080         * TODO: Added TODO items and finished off the first todo item
12081
12082         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12083         reflect current authors
12084
12085 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * pdf/xpdf/pdf-document.cc:
12088         * shell/ev-view.c: (ev_view_set_cursor),
12089         (ev_view_motion_notify_event), (document_changed_callback),
12090         (set_document_page):
12091
12092         Show a wait cursor while the page is rendering
12093
12094 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12095
12096         * shell/ev-sidebar-thumbnails.c:
12097         (ev_sidebar_tree_selection_changed),
12098         (ev_sidebar_thumbnails_select_page):
12099         * shell/ev-sidebar-thumbnails.h:
12100         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12101         (ev_view_can_go_forward):
12102         * shell/ev-window.c: (ev_window_open_page),
12103         (ev_window_setup_document), (update_current_page),
12104         (view_page_changed_cb), (ev_window_init):
12105         * shell/ev-window.h:
12106
12107         Ensure thumbnails selection, toolbar page control and
12108         current page are in sync.
12109
12110 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12111
12112         * pdf/xpdf/XRef.cc:
12113
12114         Fix CAN-2005-0064
12115
12116 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12117
12118         * backend/Makefile.am:
12119         * backend/ev-document-links.h:
12120         * backend/ev-document-security.c: (ev_document_security_get_type),
12121         (ev_document_security_has_document_security),
12122         (ev_document_security_set_password):
12123         * backend/ev-document-security.h:
12124         * backend/ev-document.c: (ev_document_error_quark):
12125         * backend/ev-document.h:
12126         * data/Makefile.am:
12127         * data/evince-password.glade:
12128         * pdf/xpdf/pdf-document.cc:
12129         * shell/Makefile.am:
12130         * shell/ev-password.c: (ev_password_set_bad_password_label),
12131         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12132         (ev_password_dialog_get_password),
12133         (ev_password_dialog_set_bad_pass):
12134         * shell/ev-password.h:
12135         * shell/ev-window.c: (ev_window_get_attribute),
12136         (ev_window_set_property), (update_action_sensitivity),
12137         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12138         (ev_window_setup_document), (ev_window_get_password),
12139         (ev_window_open), (ev_window_cmd_save_as),
12140         (using_postscript_printer), (ev_window_print),
12141         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12142         (update_fullscreen_popup), (ev_window_fullscreen),
12143         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12144         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12145         (menu_item_select_cb), (find_bar_search_changed_cb),
12146         (ev_window_dispose), (ev_window_init):
12147
12148         Add initial support for password-supported dialogs.  This could be
12149         a lot cooler, but it'll do for now.
12150
12151 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12152
12153         * pdf/xpdf/pdf-document.cc:
12154         * shell/ev-view.c: (status_message_from_link),
12155         (ev_view_set_status), (ev_view_set_cursor),
12156         (ev_view_motion_notify_event), (ev_view_init):
12157         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12158
12159         Fix bugs in the links implementation and change cursor
12160         when hovering a link.
12161
12162 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12163
12164         * viewer/.cvsignore: added cvsignore file for viewer directory
12165
12166         * TODO: created TODO document
12167
12168 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12169
12170         * shell/ev-view.h:
12171         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12172         new functions to help with implementation of sensitivity code
12173         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12174         of all actions that might require it.  Fixes a crash when you
12175         click on the Zoom actions in a window lacking a document.
12176
12177 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12178
12179         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12180         of the Find action
12181
12182 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12183
12184         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12185         (pixbuf_document_document_iface_init):
12186         * ps/ps-document.c: (ps_document_get_link),
12187         (ps_document_document_iface_init):
12188         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12189         (status_message_from_link), (ev_view_set_status),
12190         (ev_view_set_find_status), (ev_view_motion_notify_event),
12191         (ev_view_button_release_event), (ev_view_set_property),
12192         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12193         (ev_view_get_find_status_message), (update_find_results),
12194         (ev_view_get_status), (ev_view_get_find_status):
12195         * shell/ev-view.h:
12196         * shell/ev-window.c: (view_status_changed_cb),
12197         (view_find_status_changed_cb), (ev_window_init):
12198
12199         View status message support, use it to show the links.
12200         Needs work...
12201
12202 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * backend/ev-document.c: (ev_document_get_link):
12205         * backend/ev-document.h:
12206         * pdf/xpdf/pdf-document.cc:
12207         * shell/ev-application.c: (ev_application_open):
12208         * shell/ev-application.h:
12209         * shell/ev-sidebar-links.c: (selection_changed_cb):
12210         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12211         (ev_view_go_to_link):
12212
12213         Add support for document links
12214
12215 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12216
12217         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12218         (create_tool_item):
12219         Set the spin button limits correctly.
12220         
12221         * shell/ev-sidebar-thumbnails.c:
12222         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12223         Support changing pages by clicking on the thumbnails.
12224         
12225 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12226
12227         * pixbuf/pixbuf-document.c:
12228         (pixbuf_document_thumbnails_get_dimensions),
12229         (pixbuf_document_document_thumbnails_iface_init):
12230
12231         implement get_dimensions
12232
12233 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * ps/ps-document.c: (ps_document_goto_page):
12236
12237         Fix page switching on multipage documents
12238
12239 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12240
12241         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12242         
12243         check for NULL before assigning to width and height parameters
12244
12245 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12246
12247         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12248         (pixbuf_document_set_property), (pixbuf_document_get_property):
12249
12250         implement get/set properties
12251
12252 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12253
12254         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12255         
12256         return NULL instead of "Unknown", letting the title get set to
12257         the filename when the pdf has no title.
12258
12259 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * ps/ps-document.c: (ps_document_get_page_count),
12262         (ps_document_goto_page):
12263
12264 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12265
12266         * shell/ev-history.c: (ev_history_get_property),
12267         (ev_history_set_property), (ev_history_class_init),
12268         (ev_history_add_page), (ev_history_set_current_index):
12269         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12270         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12271         (ev_navigation_action_finalize):
12272         * shell/ev-navigation-action.h:
12273         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12274         (ev_view_go_forward), (ev_view_get_find_status_message),
12275         (history_index_changed_cb), (ev_view_set_history):
12276         * shell/ev-view.h:
12277         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12278         (update_current_page), (register_custom_actions):
12279
12280         Implement history dropdowns
12281
12282 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12283
12284         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12285         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12286         (ev_view_go_forward):
12287         * shell/ev-window.c: (register_custom_actions):
12288
12289         Fix several history bugs
12290
12291 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12292
12293         * configure.ac: Add «nb» to ALL_LINGUAS.
12294
12295 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * backend/Makefile.am:
12298         * backend/ev-bookmark.c:
12299         * backend/ev-bookmark.h:
12300         * backend/ev-document-bookmarks.c:
12301         * backend/ev-document-bookmarks.h:
12302         * backend/ev-document-links.c: (ev_document_links_get_type),
12303         (ev_document_links_has_document_links),
12304         (ev_document_links_begin_read), (ev_document_links_get_link),
12305         (ev_document_links_get_child), (ev_document_links_next),
12306         (ev_document_links_free_iter):
12307         * backend/ev-document-links.h:
12308         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12309         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12310         (ev_link_get_link_type), (ev_link_set_link_type),
12311         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12312         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12313         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12314         (ev_link_new_external):
12315         * backend/ev-link.h:
12316         * pdf/xpdf/pdf-document.cc:
12317         * shell/Makefile.am:
12318         * shell/ev-application.c: (ev_application_open_link):
12319         * shell/ev-application.h:
12320         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12321         (ev_history_get_link_nth):
12322         * shell/ev-history.h:
12323         * shell/ev-sidebar-bookmarks.c:
12324         * shell/ev-sidebar-bookmarks.h:
12325         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12326         (ev_sidebar_links_class_init), (selection_changed_cb),
12327         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12328         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12329         (do_one_iteration), (populate_links_idle),
12330         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12331         * shell/ev-sidebar-links.h:
12332         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12333         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12334         (go_to_index):
12335         * shell/ev-view.h:
12336         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12337         * shell/ev-window.h:
12338
12339         Rename bookmark to link, and use "Index" for the sidebar panel.
12340
12341 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * shell/Makefile.am:
12344         * shell/ev-application.c: (ev_application_open_bookmark):
12345         * shell/ev-application.h:
12346         * shell/ev-history.c: (ev_history_init), (free_links_list),
12347         (ev_history_finalize), (ev_history_class_init),
12348         (ev_history_add_link), (ev_history_add_page),
12349         (ev_history_get_link_nth), (ev_history_get_n_links),
12350         (ev_history_get_current_index), (ev_history_set_current_index),
12351         (ev_history_new):
12352         * shell/ev-history.h:
12353         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12354         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12355         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12356         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12357         (ev_view_set_page):
12358         * shell/ev-view.h:
12359         * shell/ev-window.c: (ev_window_open_bookmark),
12360         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12361         (goto_page_cb), (register_custom_actions):
12362         * shell/ev-window.h:
12363
12364         Initial history implementation. Needs work.
12365
12366 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12367
12368         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12369
12370 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12371
12372         * cut-n-paste/recent-files/egg-recent-item.c:
12373         * cut-n-paste/recent-files/egg-recent-item.h:
12374         * cut-n-paste/recent-files/egg-recent-model.c:
12375         * cut-n-paste/recent-files/egg-recent-util.c:
12376         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12377         * cut-n-paste/recent-files/egg-recent-view.c:
12378
12379         Update
12380
12381 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12382
12383         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12384         (fillGlyph, fillImageMask, drawImage):
12385         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12386         pdf/splash/SplashTypes.h:
12387         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12388         packed mode for Splash.
12389
12390         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12391         RGB8 packed mode, eliminates the pixbuf data creation loop.
12392
12393         * shell/ev-print-job.c (ev_print_job_finalize)
12394         (ev_print_job_set_property, ev_print_job_get_property)
12395         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12396         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12397         (print_closure_finalize, ev_print_job_print): implement
12398         printing (for backends with EvPsExporter)
12399
12400         * shell/ev_print_job.h: update prototypes.
12401
12402         * shell/ev-window.c (ev_window_print): unref print job after
12403         printing.
12404
12405         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12406         unless the document implements the EvDocumentFind interface.
12407
12408 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12409
12410         * configure.ac: Added ja to ALL_LINGUAS.
12411
12412 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12413
12414         * pdf/xpdf/pdf-document.cc:
12415
12416         add a FIXME. We should probably not allocate
12417         a bookmark object every time
12418
12419 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12420
12421         * shell/ev-application.c: (ev_application_open),
12422         (ev_application_open_bookmark):
12423         * shell/ev-application.h:
12424         
12425         Add a way to open bookmarks
12426
12427         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12428         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12429         (ev_bookmark_set_property), (ev_bookmark_class_init),
12430         (ev_bookmark_new_title), (ev_bookmark_new_link),
12431         (ev_bookmark_new_external):
12432
12433         Support for external uris, better constructors.
12434
12435         * backend/ev-bookmark.h:
12436         * pdf/xpdf/pdf-document.cc:
12437         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12438
12439         Handle external uris
12440
12441 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12444         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12445
12446         Hook up bookmarks navigation
12447
12448 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * backend/Makefile.am:
12451         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12452         (ev_bookmark_get_title), (ev_bookmark_set_title),
12453         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12454         (ev_bookmark_get_page), (ev_bookmark_set_page),
12455         (ev_bookmark_get_property), (ev_bookmark_set_property),
12456         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12457         (ev_bookmark_new):
12458         * backend/ev-bookmark.h:
12459         * backend/ev-document-bookmarks.c:
12460         (ev_document_bookmarks_get_bookmark):
12461         * backend/ev-document-bookmarks.h:
12462         * pdf/xpdf/pdf-document.cc:
12463         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12464
12465         Add a bookmark object to the backend and use it instead of get_values
12466
12467 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12468
12469         * data/evince-ui.xml:
12470
12471         Cleanup and add select all.
12472
12473         * shell/ev-view.c: (ev_view_select_all),
12474         (ev_view_button_press_event):
12475         * shell/ev-view.h:
12476         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12477
12478         Add select all.
12479         Clear selection on click.
12480
12481 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12482
12483         * shell/ev-sidebar-thumbnails.c
12484         (ev_sidebar_thumbnails_set_document): forgot to unref the
12485         loading_icon.
12486
12487 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12488
12489         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12490         at the visible page, not just linearly.  This makes it look fast.
12491
12492 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12493
12494         * backend/ev-document-misc.c
12495         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12496         white.
12497         * backend/ev-document-thumbnails.h: New interface to get the size
12498         of a page.
12499
12500 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12501
12502         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12503         make dist works
12504
12505 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12506
12507         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12508         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12509         things up a bit.
12510
12511         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12512
12513 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12514
12515         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12516         fonts. Should fix font problems on systems that have the base
12517         fonts in bitmap format. Reported by James Henstridge
12518         <james@jamesh.id.au>.
12519
12520 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12521
12522         * pdf/xpdf/Gfx.cc:
12523         * pdf/xpdf/GfxState.cc:
12524
12525         Fix for CAN-2004-1125
12526
12527 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12528
12529         * shell/ev-view.c: (ev_view_copy):
12530         * shell/ev-view.h:
12531         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12532
12533         Implement Edit->Copy
12534
12535 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12536
12537         * backend/ev-document.c: (ev_document_get_text):
12538         * backend/ev-document.h:
12539         * pdf/xpdf/pdf-document.cc:
12540         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12541         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12542         (ev_view_update_primary_selection), (ev_view_button_press_event),
12543         (ev_view_motion_notify_event), (ev_view_button_release_event):
12544
12545         Beginnings of clipboard support. Incomplete but primary sort
12546         of work.
12547
12548 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12549
12550         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12551         (expose_bin_window):
12552
12553         Nicer rubberband drawing, from GtkIconView.
12554
12555 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12556
12557         * backend/ev-document.c: (ev_document_save):
12558         * backend/ev-document.h:
12559         * data/evince-ui.xml:
12560         * pdf/xpdf/pdf-document.cc:
12561         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12562
12563         Implement "Save a copy..." menu item
12564
12565 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12566
12567         * shell/ev-view.c: (ev_view_zoom):
12568
12569         Queue a resize when zoom changes
12570
12571 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12572
12573         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12574         shadows.
12575
12576         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12577         thumbnails..
12578
12579 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12580
12581         * pdf/xpdf/pdf-document.cc
12582         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12583
12584 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12585
12586         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12587         It's slow, but I'll speed it up next!
12588
12589 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12590
12591         * shell/main.c (load_files):
12592
12593         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12594         from the command line and because it seems more appropriate.
12595
12596 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12597
12598         * data/evince-ui.xml:
12599         * shell/ev-window.c: (update_action_sensitivity),
12600         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12601
12602         s/next page/page down
12603         s/previous page/page up
12604
12605 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12606
12607         * data/evince-ui.xml:
12608
12609         Change the layout to match clarkbw design.
12610
12611         * shell/Makefile.am:
12612         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12613         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12614         (ev_navigation_action_finalize),
12615         (ev_navigation_action_set_property),
12616         (ev_navigation_action_get_property),
12617         (ev_navigation_action_class_init):
12618         * shell/ev-navigation-action.h:
12619
12620         Implement clarkbw toolbar navigation controls (incomplete)
12621
12622         * shell/ev-page-action.c: (update_label), (update_spin),
12623         (value_changed_cb), (create_tool_item), (connect_proxy),
12624         (ev_page_action_init), (ev_page_action_finalize),
12625         (ev_page_action_set_property), (ev_page_action_get_property),
12626         (ev_page_action_set_current_page),
12627         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12628         * shell/ev-page-action.h:
12629
12630         Implement a page switcher in the toolbar
12631
12632         * shell/ev-view.c: (ev_view_scroll_view):
12633         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12634         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12635         (register_custom_actions), (ev_window_init):
12636
12637         Change page on PageUp/Down.
12638
12639 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12640
12641         * pdf/xpdf/pdf-document.cc
12642         (pdf_document_thumbnails_get_thumbnail): initial stab at
12643         implementing thumbnail support for pdfs.  It only does documents
12644         with precached pdfs now.
12645
12646 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12647
12648         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12649         thumbnail code into a time-based idle as well.  Also, turn off the
12650         shadow temporarily as it's really slow.
12651
12652 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * backend/ev-document.c: (ev_document_class_init):
12655         * pdf/xpdf/pdf-document.cc:
12656         * shell/ev-window.c: (ev_window_open):
12657
12658         Fix document title bugs and fallback to
12659         filename when not available.
12660
12661 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * backend/ev-document.c: (ev_document_get_type),
12664         (ev_document_class_init), (ev_document_load),
12665         (ev_document_get_title):
12666         * backend/ev-document.h:
12667         * pdf/xpdf/pdf-document.cc:
12668         * ps/ps-document.c: (ps_document_set_property),
12669         (ps_document_get_property), (ps_document_class_init),
12670         (document_load):
12671         * ps/ps-document.h:
12672         * ps/ps.h:
12673         * shell/ev-window.c: (update_window_title), (ev_window_open),
12674         (ev_window_init):
12675
12676         Initial support for document title. Not working yet.
12677
12678 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12679
12680         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12681
12682         Grab focus on the view when clicking it
12683
12684 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * shell/ev-marshal.list:
12687         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12688         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12689
12690         Add key bindings to the view. Now if the focus would work
12691         right...
12692
12693 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12694
12695         * Makefile.am:
12696         * backend/Makefile.am:
12697         * data/Makefile.am:
12698         * dvi/Makefile.am:
12699         * dvi/dvilib/Makefile.am:
12700         * pdf/xpdf/Makefile.am:
12701         * po/POTFILES.in:
12702         * ps/Makefile.am:
12703
12704         Fix distcheck
12705
12706 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12707
12708         * shell/ev-view.c: (ev_view_realize):
12709
12710         Fix mouse wheel scrolling
12711
12712 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * ps/Makefile.am:
12715         * ps/gstypes.h:
12716         * ps/gtkgs.c:
12717         * ps/gtkgs.h:
12718         * ps/ps-document.c: (catchPipe), (ps_document_init),
12719         (ps_document_class_init), (ps_document_cleanup),
12720         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12721         (set_up_page), (close_pipe), (is_interpreter_ready),
12722         (interpreter_failed), (output), (input), (start_interpreter),
12723         (stop_interpreter), (file_length), (file_readable),
12724         (check_filecompressed), (check_pdf), (compute_xdpi),
12725         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12726         (ps_document_get_type), (ps_document_emit_error_msg),
12727         (document_load), (ps_document_next_page),
12728         (ps_document_get_current_page), (ps_document_get_page_count),
12729         (ps_document_goto_page), (ps_document_set_page_size),
12730         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12731         (ps_document_load), (ps_document_get_n_pages),
12732         (ps_document_set_page), (ps_document_get_page),
12733         (ps_document_widget_event), (ps_document_set_target),
12734         (ps_document_set_scale), (ps_document_set_page_offset),
12735         (ps_document_get_page_size), (ps_document_render),
12736         (ps_document_document_iface_init):
12737         * ps/ps-document.h:
12738         * ps/ps.c:
12739         * shell/ev-window.c: (ev_window_open):
12740
12741         Rename GtkGS to PSDocument
12742
12743 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * ps/gtkgs.c: (gtk_gs_class_init):
12746         * ps/gtkgs.h:
12747
12748         Some more leftover...
12749
12750 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12753         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12754         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12755         * ps/gtkgs.h:
12756
12757         Remove unused code and make a lot of stuff private
12758
12759 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12760
12761         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12762         (gtk_gs_defaults_changed):
12763         * ps/gsdefaults.h:
12764         * ps/gtkgs.c:
12765         * ps/gtkgs.h:
12766         * ps/ps.h:
12767
12768         Cleanup headers dependencies
12769
12770 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12771
12772         * ps/Makefile.am:
12773         * ps/ggvutils.c:
12774         * ps/ggvutils.h:
12775         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12776         * ps/gsdefaults.h:
12777         * ps/gtkgs.c: (file_length), (file_readable),
12778         (check_filecompressed), (check_pdf), (gtk_gs_load),
12779         (gtk_gs_get_postscript):
12780
12781         Get rid of ggvutils
12782
12783 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * ps/ggvutils.c:
12786         * ps/ggvutils.h:
12787         * ps/gsio.h:
12788         * ps/gtkgs.c: (gtk_gs_set_zoom):
12789
12790         Cleanups
12791
12792 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12793
12794         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12795
12796         Ensure the page is rerendered when changing zoom
12797
12798 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12799
12800         * backend/ev-document.c: (ev_document_base_init),
12801         (ev_document_changed):
12802         * backend/ev-document.h:
12803
12804         Add a changed event that is emitted when the page content
12805         changes. This is necessary to deal with the fact that
12806         in ps backend rendering happen asycrounously.
12807         This makes the ps backend mostly work.
12808
12809         * pdf/xpdf/pdf-document.cc:
12810
12811         Emit changed event
12812
12813         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12814         (ps_document_set_target):
12815
12816         Emit changed event
12817
12818         * shell/ev-view.c: (document_changed_callback),
12819         (ev_view_set_document), (ev_view_set_page):
12820
12821         Redraw on the changed signal
12822
12823 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12824
12825         * configure.ac: Added pt_BR to ALL_LINGUAS.
12826
12827 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12828
12829         * backend/ev-document-bookmarks.c:
12830         (ev_document_bookmarks_get_child): *
12831         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12832         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12833         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12834         (ev_sidebar_bookmarks_destroy),
12835         (ev_sidebar_bookmarks_class_init),
12836         (ev_sidebar_bookmarks_construct), (stack_data_free),
12837         (do_one_iteration), (populate_bookmarks_idle),
12838         (ev_sidebar_bookmarks_clear_document),
12839         (ev_sidebar_bookmarks_set_document): *
12840         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12841         (ev_sidebar_add_page),
12842         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12843         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12844         it displays both the topics and the page numbers.
12845
12846 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12847
12848         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12849         toggle.
12850         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12851         visible.
12852
12853 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12854
12855         * configure.ac: Added en_CA to ALL_LINGUAS.
12856
12857 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12858
12859         * ChangeLog: replace bottom of this ChangeLog (merged history of
12860         ggv and gpdf; where all paths were wrong and most of the files are
12861         not even in this tree) with ChangeLog (from arch) of the shell
12862         code.
12863
12864 2004-12-23  Havoc Pennington  <hp@redhat.com>
12865
12866         * shell/ev-window.c: hook up potentially-questionable "find
12867         results status text" feature - something involving the sidebar or
12868         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12869         might be better in the end.
12870
12871         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12872         with corresponding signal when it should be updated
12873
12874         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12875
12876 2004-12-22  Havoc Pennington  <hp@redhat.com>
12877
12878         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12879         find stuff on other pages, sort of (only returns one result on
12880         invisible pages, to show they have results; updates full results
12881         for a page when you view it). Currently repaints the current page
12882         every time a new result is found on any page, which isn't so nice.
12883
12884 2004-12-22  Havoc Pennington  <hp@redhat.com>
12885
12886         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12887         the document doesn't support find (better ideas?)
12888         (find_bar_search_changed_cb): handle missing document or document
12889         that doesn't support find
12890
12891         * pdf/xpdf/pdf-document.cc: port to implement the new
12892         EvDocumentFindIface
12893
12894         * backend/ev-document-find.c: create a new interface for searching
12895
12896         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12897
12898 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12899
12900         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12901         libevbackend.la.
12902
12903         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12904         EvPrintJob constructor arguments.
12905
12906         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12907         for documents that can export PostScript (page by page).
12908
12909         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12910         
12911         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12912         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12913         (pdf_document_ps_exporter_iface_init:
12914         Implement EvPSExporter.
12915
12916         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12917
12918 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12919
12920         * backend/Makefile.am:
12921         * backend/ev-document-thumbnails.c:
12922         (ev_document_thumbnails_get_type),
12923         (ev_document_thumbnails_get_thumbnail):
12924         * backend/ev-document-thumbnails.h:
12925         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12926         (pixbuf_document_thumbnails_get_thumbnail),
12927         (pixbuf_document_document_thumbnails_iface_init):
12928         * shell/Makefile.am:
12929         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12930         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12931         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12932         * shell/ev-sidebar-thumbnails.h:
12933         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12934         (ev_sidebar_set_document):
12935         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12936         (create_shadow), (ev_pixbuf_add_shadow):
12937         * shell/ev-utils.h:
12938         Add thumbnail support.
12939         
12940 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12941
12942         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12943         (using_postscript_printer): Set up a print dialog for "PostScript
12944         injection" method.
12945
12946         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12947         EvPrintJob.
12948
12949         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12950
12951 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12952
12953         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12954         (ps_document_set_target), (ps_document_get_page_size),
12955         (ps_document_render):
12956         * ps/gtkgs.h:
12957
12958         Fix a few bugs
12959
12960 2004-12-22  Christian Rose  <menthos@menthos.com>
12961
12962         * configure.ac: Added "sv" to ALL_LINGUAS.
12963
12964 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12965
12966         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12967         document supports bookmarks.
12968
12969 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * ps/ggvutils.c: (ggv_file_readable):
12972         * ps/ggvutils.h:
12973         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12974         (gtk_gs_get_postscript):
12975
12976         Remove unused utils
12977
12978 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12979
12980         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12981         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12982         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12983         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12984         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12985         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12986         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12987         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12988         (gtk_gs_set_antialiasing), (ps_document_load),
12989         (ps_document_render):
12990         * ps/gtkgs.h:
12991
12992         Another check point for the ps backend. Now I can get it to show
12993         pages!
12994
12995 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12996
12997         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12998         document setting code.
12999
13000 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13001
13002         * shell/eggfindbar.c: (entry_activate_callback):
13003         Animate the next button when activate is pressed.
13004         
13005 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13006
13007         * shell/ev-window.c: (ev_window_cmd_edit_find),
13008         (update_fullscreen_popup), (ev_window_fullscreen),
13009         (ev_window_unfullscreen), (ev_window_state_event_cb),
13010         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13011         Fix bugs in fullscreen code.
13012         
13013 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13014
13015         * Makefile.am:
13016         * configure.ac:
13017         * pixbuf/Makefile.am:
13018         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13019         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13020         (pixbuf_document_set_page), (pixbuf_document_get_page),
13021         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13022         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13023         (pixbuf_document_render), (pixbuf_document_begin_find),
13024         (pixbuf_document_end_find), (pixbuf_document_finalize),
13025         (pixbuf_document_class_init),
13026         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13027         * pixbuf/pixbuf-document.h:
13028         * shell/Makefile.am:
13029         * shell/ev-application.c: (ev_application_open):
13030         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13031         (ev_window_open):
13032         Add pixbuf backend.
13033         
13034 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13035
13036         * Makefile.am: 
13037         * dvi/dvilib/Makefile.am:
13038         * dvi/Makefile.am:
13039         * configure.ac: Auto*ify dvi and dvi/dvilib
13040
13041         * dvi/Makefile: Remove from CVS
13042         
13043         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13044         confusion.
13045
13046         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13047         
13048         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13049         
13050 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13051
13052         * ps/Makefile.am:
13053         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13054         (gtk_gs_value_adjustment_changed), (compute_size),
13055         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13056         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13057         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13058         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13059         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13060         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13061         (ps_document_load), (ps_document_get_n_pages),
13062         (ps_document_set_page), (ps_document_get_page),
13063         (ps_document_set_target), (ps_document_set_scale),
13064         (ps_document_set_page_offset), (ps_document_get_page_size),
13065         (ps_document_render), (ps_document_begin_find),
13066         (ps_document_end_find), (ps_document_document_iface_init):
13067         * ps/gtkgs.h:
13068         * shell/Makefile.am:
13069         * shell/ev-window.c: (ev_window_open):
13070
13071         Some work to integrate gtkgs with EvDocument
13072
13073 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13074
13075         * shell/ev-window.c: (update_fullscreen_popup),
13076         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13077         (exit_fullscreen_button_clicked_cb),
13078         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13079         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13080         (ev_window_state_event_cb), (ev_window_init):
13081         Add fullscreen support from Epiphany.
13082         
13083 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13084
13085         * data/ev-stock-zoom-fit-width.png: fit-width
13086         stock icon from gpdf.
13087         
13088         * shell/ev-stock-icons.[ch]: copied from gpdf.
13089         
13090         * shell/main.c: (main): init stock icons.
13091         
13092         * shell/ev-window.c: use the fit-width icon.
13093         
13094         * data/evince-ui.xml: add zooming toolbar items.
13095
13096 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13097
13098         * shell/ev-view.c: 
13099         (ev_view_best_fit), (ev_view_fit_width): because
13100         get_page_size() returns the scaled page size, we
13101         need to calculate the scale factor relative to
13102         the previous scale factor. Should really just
13103         add get_real_page_size().
13104
13105 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13106
13107         * shell/ev-view.[ch]:
13108         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13109         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13110         add zooming.
13111         
13112         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13113         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13114         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13115         hook it up.
13116         
13117         * pdf/xpdf/pdf-document.cc:
13118         (pdf_document_begin_find),
13119         (pdf_document_end_find): make static.
13120
13121 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13122
13123         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13124
13125         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13126         names to fontconfig patterns.
13127         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13128
13129         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13130         setupBaseFontsFc.
13131
13132 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13133
13134         * Makefile.am:
13135         * configure.ac:
13136         * ps/Makefile.am:
13137         * ps/ggvutils.c:
13138         * ps/ggvutils.h:
13139         * ps/gsdefaults.c:
13140         * ps/gsdefaults.h:
13141         * ps/gsio.c:
13142         * ps/gsio.h:
13143         * ps/gtkgs.c:
13144         * ps/gtkgs.h:
13145         * ps/ps.c:
13146         * ps/ps.h:
13147
13148         Import ggv backend. Not hooked up yet.
13149
13150 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13151
13152         * shell/main.c: (load_files), (main): load files
13153         from the command line.
13154
13155 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13156
13157         * configure.ac: don't require bonobo.
13158         
13159         * cut-n-paste/recent-files/*: kill bonobo recent
13160         view.
13161
13162         * shell/ev-window.c:
13163         (ev_window_is_empty): upd.
13164         (unable_to_load), (ev_window_open): load backend
13165         based on the mime type.
13166
13167 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13168
13169         * backend/.cvsignore: ignore generated marshalers source.
13170
13171         * shell/main.c (main): this is not epiphany.
13172
13173 2004-12-22  Havoc Pennington  <hp@redhat.com>
13174
13175         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13176         (expose_bin_window): draw find highlights
13177
13178         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13179         
13180         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13181         (pdf_document_end_find): implement this interface
13182
13183         * backend/ev-document.c (ev_document_found): add this to emit
13184         signal
13185
13186 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13187
13188         * data/evince-ui.xml: Add a few more toolbar items.
13189
13190         * shell/ev-window.c: Hook up page navigation toolbar 
13191         items.
13192
13193         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13194         a page-changed signal.
13195
13196         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13197         Add ev_document_get_page().
13198
13199         * shell/ev-window.c: Sensitize/desensitize navigation
13200         actions.
13201
13202 2004-12-21  Havoc Pennington  <hp@redhat.com>
13203
13204         * backend/ev-backend-marshal.c,
13205         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13206         marshaler-generator thingy. I'm sure there's a better way to do
13207         this in the modern world.
13208
13209         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13210         end_find methods and "found" signal.
13211
13212         * configure.ac: find glib-genmarshal
13213
13214 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13215
13216         * shell/ev-sidebar.c: Construct an actual sidebar.
13217         * shell/ev-sidebar-bookmarks.[ch]:
13218         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13219
13220 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13221
13222         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13223         Redo size handling.
13224         
13225         * shell/ev-view.c: Track the size from the document.
13226
13227 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13228
13229         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13230         constructor assumes ownership of the string passed in.
13231         
13232         * shell/ev-window.c (ev_window_open): Destroy the error
13233         dialog once we've displayed it.
13234
13235 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13236
13237         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13238         a bit, it works! (sort of)
13239
13240         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13241         Move to .cc since we need to use C++ in the implementation.
13242
13243         * shell/dummy.cc: Add a CC file to force evince
13244         to be linked as a C++ program.
13245
13246 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13247
13248         * shell/ev-view.[ch]: Start of content-area widget.
13249
13250         * shell/ev-window.c: Create a EvView, update it
13251         as we change documents.
13252
13253         * shell/Makefile.am shell/ev-marshal.list: Add
13254         generated marshalers.
13255
13256 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13257
13258         * Makefile.am (SUBDIRS): move shell.
13259
13260 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13261
13262         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13263         .a to libtool convenience libraries.
13264
13265         * shell/ev-window.c (ev_window_open): Hard code loading
13266         a PDF document.
13267         
13268         * backend/ev-document.h: Add a boolean return to load(),
13269         fix GError * to GError **.
13270
13271         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13272         object for a PDF backend EvDocument.
13273
13274 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13275
13276         * dvi/*: New directory with the beginning of a .dvi backend.
13277
13278 2004-12-21  Havoc Pennington  <hp@redhat.com>
13279
13280         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13281         previous/next instead of back/forward
13282
13283 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13284
13285         * backend/ev-document.[ch]: Fix a couple of problems so
13286         it compile.
13287
13288 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13289
13290         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13291         to backend/ directory, rename EvViewer to EvDocument.
13292
13293 2004-12-21  Havoc Pennington  <hp@redhat.com>
13294
13295         * shell/ev-window.c: hook up the find bar widget; now we just need
13296         a document to find things in
13297
13298         * shell/eggfindbar.c: a find bar widget
13299
13300 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13301
13302         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13303
13304 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13305
13306         * pdf/**: Import of xpdf code from gpdf. 
13307
13308         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13309
13310         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13311         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13312         Fix FreeType includes.
13313
13314         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13315         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13316         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13317         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13318         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13319         Include xpdfconfig.h
13320         
13321 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13322
13323         * shell/ev-window.c (ev_window_dispose): dispose can be called
13324         multiple times.
13325
13326 2004-12-21  Havoc Pennington  <hp@redhat.com>
13327
13328         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13329         rather than Evince
13330
13331         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13332         items; really they should be synced with the strings, etc. from
13333         current gpdf, but just getting the boring typing out of the way 
13334
13335 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * po/POTFILES.in:
13338         * shell/ev-application.c: (window_destroy_cb):
13339         * shell/ev-window.c:
13340         * shell/main.c: (main):
13341
13342         Actually show the window...
13343
13344 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         * Makefile.am:
13347         * shell/Makefile.am:
13348         * shell/ev-application.c: (ev_application_class_init):
13349         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13350
13351         Make it build again
13352
13353 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13354
13355         Import to gnome cvs.
13356         
13357         * Remove copies of gpdf and ggv trees.
13358         * Rip out all the recursive configure code.
13359         * Remove bonobo machinery.
13360         * viewer/*: GInterfaces that backends should/can implement.
13361
13362 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13363
13364         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13365         typo
13366
13367 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13368
13369         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13370         (ev_application_finalize, ev_application_class_init)
13371         (ev_application_init): use GType instance private data for priv.
13372
13373         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13374         (ev_window_finalize, ev_window_class_init)
13375         (ev_window_init): ditto.
13376
13377 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13378
13379         * shell/ev-application.c (ev_application_new_window): make public
13380         (ev_application_show_initial_window): kill.
13381
13382         * shell/ev-application.h: update prototypes.
13383
13384         * shell/main.cc (main): inline ev_application_show_initial_window.
13385
13386 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13387
13388         * shell/ev-application.c (ev_application_new_window): impl.
13389         (ev_application_show_initial_window): use it.
13390         (is_window_empty, ev_application_get_empty_window): returns an
13391         existing empty window or a new one.
13392         (ev_application_open): from ev_window_cmd_file_open.
13393
13394         * shell/ev-application.h: update prototypes
13395
13396         * shell/ev-window.c (ev_window_is_empty): impl.
13397         (ev_window_open): make public.
13398         (ev_window_cmd_file_open): use ev_application_open
13399
13400         * shell/ev-window.h: update prototypes, remove unused.
13401
13402 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13403
13404         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13405         move destroy handler out of here...
13406
13407         * shell/ev-application.c, shell/ev-application.h: ...into this new
13408         class. Also handles initial window creation.
13409
13410         * shell/main.cc (main): use EvApplication to create initial
13411         window.
13412
13413 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13414
13415         * Makefile.am (SUBDIRS): add cut-n-paste
13416
13417         * cut-n-paste/Makefile.am: add
13418
13419         * configure.ac: generate Makefiles in cut-n-paste
13420
13421 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13422
13423         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13424         (ev_window_class_init): install ev_window_dispose.
13425
13426 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13427
13428         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13429         char (gchar looks stupid).
13430
13431 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13432
13433         * po/de.po: updated German translation.
13434
13435 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13436
13437         * configure.ac: add more pkg-config library checks for gnome-vfs,
13438         bonobo etc.
13439
13440         * gpdf/configure.in: temporarily disable libpaper
13441         checks. Otherwise I'd have to add the checks for the shell, too.
13442
13443 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13444
13445         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13446         and * file filters to the file choose.
13447
13448 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13449
13450         * po/de.po: Updated German translation.
13451
13452 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13453
13454         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13455
13456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13457
13458         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13459
13460         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13461         (ev_window_init): implement those menuitems.
13462
13463 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13464
13465         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13466
13467         * shell/ev-window.c (ev_window_init): use the toolbar.
13468
13469 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13470
13471         * shell/ev-window.c (ev_window_init): use menu translations
13472
13473 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13474
13475         * configure.ac: add "de" to ALL_LINGUAS.
13476
13477         * po/de.po: add German translation.
13478
13479 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13480
13481         * Makefile.am (SUBDIRS): add po
13482
13483         * configure.ac: check intltool, glib-gettext etc, generate
13484         po/Makefile.in
13485
13486         * po, po/POTFILES.in, po/POTFILES.skip: new.
13487
13488 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13489
13490         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13491         already use (#ifdef ENABLE_NLS)
13492
13493         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13494         pointer indirection thinko.
13495
13496         * shell/main.c: include gi18n.h for bindtextdomain etc.
13497
13498 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13499
13500         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13501         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13502         tooltips for menu items in the statusbar.
13503
13504 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13505
13506         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13507         pkgdatadir drop UIDIR
13508
13509 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13510
13511         * data/evince-ui.xml: Add File->Open menu item
13512
13513         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13514         chooser), hook it up in the ui manager.
13515
13516 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13517
13518         * shell/ev-window.c: fix Help->About tooltip.
13519
13520 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13521
13522         * configure.ac: set CFLAGS for libevprivate.
13523
13524         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13525         definitions, factory etc.
13526
13527         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13528
13529         * shell/Makefile.am: link against libevprivate.a.
13530
13531         * shell/ev-window.c (entries): add stock icon to Help->About.
13532
13533         * shell/main.c (main): init stock icon code.
13534
13535 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13536
13537         * lib/recent-files: egg recent files code
13538
13539         * lib/Makefile.am: add.
13540
13541         * Makefile.am: add lib subdir.
13542
13543         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13544         set CFLAGS for recent-files.
13545
13546 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13547
13548         * configure.ac: disable -ansi and -pedantic gcc flags. They
13549         disable POSIX stuff in stdio.h, but egg-recent uses them.
13550
13551 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13552
13553         * configure.ac: add --disable-deprecated flag (defaults to on in
13554         "cvs" builds).
13555
13556         * shell/Makefile.am (INCLUDES): use it.
13557
13558 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13559
13560         * shell/main.c: add missing #include.
13561
13562         * shell/ev-window.c: fix for pedantic gcc.
13563         (ev_window_cmd_help_about): split license into paragraphs for
13564         translators and pedantic compilers.
13565
13566 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13567
13568         * configure.ac: add more warning flags if compiling with gcc from
13569         cvs (or explicitly requested with --enable-more-warnings).
13570
13571 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13572
13573         * data/evince-ui.xml: add File and File->Close menu.
13574
13575         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13576         (ev_window_destroy): quit after destroy.
13577         (ev_window_class_init): override GtkObject::destroy.
13578         (entries): install close_window callback.
13579
13580 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13581
13582         * Makefile.am (SUBDIRS): add data subdir.
13583
13584         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13585         gtk+ 2.5.0 for GtkAboutDialog.
13586
13587         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13588         main window.
13589
13590         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13591
13592         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13593         manager.
13594         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13595
13596 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13597
13598         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13599
13600 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13601
13602         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13603
13604 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13605
13606         * shell/*: Added shell directory boilerplate, build it.
13607
13608 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13609
13610         * configure.ac, Makefile.am: Added top-level configure.ac and
13611         Makefile.am