]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
b860ab53d92fe7767fe11d4a6a21093a098da8d0
[evince.git] / ChangeLog
1 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-page-cache.c: (ev_page_cache_new),
4         (ev_page_cache_get_thumbnail_size):
5         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
6         (ev_sidebar_thumbnails_set_loading_icon):
7
8         Also store in page-cache the dimensions of the thumbnails so that
9         they can be used to create the correct loading icon in the side
10         pane. Fixes bug #466857.
11         
12 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
13
14         * backend/pdf/ev-poppler.cc:
15         (pdf_document_thumbnails_get_thumbnail):
16
17         Fix thumbnails rotation in pdf documents that include embedded 
18         thumbnails.
19         
20 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
21
22         * backend/pdf/ev-poppler.cc:
23
24         Don't use #ifdef in macro expansion. Some compilers don't
25         like that. Closes bug #467042.
26
27 2007-08-15  Justin Blanchard  <justinb04@aim.com>
28
29         * backend/djvu/djvu-document.c: (djvu_document_finalize):
30         
31         Fixes memory leak in djvu backend.
32
33 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
34
35         * data/icons/32x32/Makefile.am:
36         * data/icons/32x32/actions/Makefile.am:
37         * data/icons/32x32/actions/view-page-cont.svg:
38         * data/icons/32x32/actions/view-page-facing.svg:
39         * data/icons/48x48/Makefile.am:
40         * data/icons/48x48/actions/Makefile.am:
41         * data/icons/48x48/actions/view-page-cont.svg:
42         * data/icons/48x48/actions/view-page-facing.svg:
43         
44         Icons for a new sizes.
45
46 2007-08-14  Justin Blanchard  <justinb04@aim.com>
47
48         * shell/ev-page-cache.c: (build_height_to_page),
49         (ev_page_cache_get_height_to_page):
50         
51         Fixes invalid read, see bug #466401.
52
53 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
54
55         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
56         (set_drag_cursor):
57         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
58         (configure_item_cursor), (new_pixbuf_from_widget):
59
60         Fix multihead problems in toolbar editor. Fixes bug #382055.
61
62 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
63
64         * shell/ev-window.c: (ev_window_cmd_file_open),
65         (ev_window_cmd_save_as):
66
67         Use g_get_user_special_dir when available instead of
68         xdg_user_dir_lookup.
69
70 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
71
72         * MAINTAINERS:
73         
74         Updated according to request on desktop-devel.
75
76 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
79
80         Do not use cairo_rectangle and cairo_clip since we are
81         not using cairo_fill but cairo_paint. Use the same cairo context
82         for every page in the same expose event.
83
84 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
85
86         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
87         leak.
88
89 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
90
91         * configure.ac:
92         * NEWS:
93
94         Release 0.9.3
95
96 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * libdocument/ev-document-info.h:
99         * libdocument/ev-document.h:
100         * shell/ev-page-action.h:
101         * shell/ev-sidebar-links.h:
102
103         Fix a headers problem with ev-link
104         
105         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
106         * shell/ev-view-private.h:
107         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
108         (get_link_area), (ev_view_query_tooltip),
109         (ev_view_leave_notify_event), (ev_view_destroy),
110         (ev_view_class_init):
111
112         Use new gtk tooltips when available instead of ev-tooltip.
113         
114 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * shell/ev-window.c: (update_chrome_visibility),
117         (ev_window_sidebar_visibility_changed_cb):
118
119         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
120         
121 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * shell/ev-navigation-action.c:
124         (ev_navigation_action_history_changed),
125         (ev_navigation_action_set_history):
126         * shell/ev-navigation-action-widget.c:
127         (ev_navigation_action_widget_init):
128         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
129
130         Fix compile warnings.
131         
132 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
133
134         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
135         (egg_editable_toolbar_dispose):
136
137         Fix memory leak.
138         
139 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
140
141         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
142         (screensaver_disable_x11):
143         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
144         * shell/ev-window.c: (presentation_set_timeout):
145         * shell/ev-view.c: (ev_view_presentation_transition_start):
146
147         Use g_timeout_add_seconds instead of g_timeout_add when
148         available.
149         
150 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
153
154         Set horizontal scrollbar policy to AUTOMATIC instead of
155         NEVER. Workaround for bug #449462.
156         
157 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
158
159         * shell/ev-jobs.c: (ev_job_render_page_ready):
160
161         Add page_ready callback to main loop with high priority and hold
162         a reference to job during idle.
163         
164 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
165
166         * configure.ac:
167         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
168         (pdf_document_file_exporter_begin),
169         (pdf_document_file_exporter_do_page),
170         (pdf_document_file_exporter_get_capabilities):
171         * libdocument/ev-file-exporter.h:
172         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
173         * shell/ev-window.c: (ev_window_print_send),
174         (ev_window_print_dialog_response_cb):
175
176         Allow printing multiple pages per sheet. Fixes bug #395573.
177         
178 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
179
180         * shell/ev-view.c: (tip_from_link):
181         
182         Check for NULL, fixes bug #460862.
183
184 2007-07-29  Christian Persch  <chpe@gnome.org>
185
186         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
187         (ev_window_preview_print_finished), (ev_window_do_preview_print),
188         (ev_window_cmd_preview_print):
189         
190         Fixes bug #437681 - blocks while enumerating printers.
191
192 2007-07-29  Christian Persch  <chpe@gnome.org>
193
194         * shell/ev-window.c: (ev_window_screen_changed):
195         
196         Don't use deprecated gtk+ function. See bug #460909.
197
198 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-utils.c: (get_num_monitors):
201         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
202
203         Do not use display before initializing it. Remove compile
204         warnings.
205
206 2007-07-27  Cosimo Cecchi   <anarki@lilik.it>
207
208         * shell/ev-view.c: (ev_view_class_init):
209         
210         Unix-like hjkl bindings added. See bug #458111.
211
212 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
213
214         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
215         * shell/ev-utils.h:
216         * shell/ev-view.c: (ev_view_set_zoom_for_size),
217         (ev_view_update_view_size):
218         * shell/ev-view.h:
219         * shell/ev-window.c: (ev_window_update_actions),
220         (setup_view_from_metadata), (ev_window_screen_changed),
221         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
222         (zoom_control_changed_cb):
223         * shell/ev-window.h:
224         
225         Reorganizes utility functions.
226
227 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
228
229         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
230         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
231         (add_job), (ev_pixbuf_cache_get_surface),
232         (ev_pixbuf_cache_get_link_mapping),
233         (ev_pixbuf_cache_get_image_mapping),
234         (ev_pixbuf_cache_get_form_field_mapping),
235         (ev_pixbuf_cache_get_text_mapping):
236         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
237         (notify_page_ready), (ev_job_render_page_ready),
238         (ev_job_render_run):
239
240         Add page_ready signal to notify that page is ready as soon as
241         possible even if other page elements like links, forms, images or
242         text mapping are not ready yet.
243
244 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
247         (dvi_document_file_exporter_do_page),
248         (dvi_document_file_exporter_get_capabilities),
249         (dvi_document_file_exporter_iface_init):
250         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
251         (ps_document_file_exporter_do_page),
252         (ps_document_file_exporter_get_capabilities),
253         (ps_document_file_exporter_iface_init):
254         * backend/djvu/djvu-document.c:
255         (djvu_document_file_exporter_begin),
256         (djvu_document_file_exporter_end),
257         (djvu_document_file_exporter_get_capabilities),
258         (djvu_document_file_exporter_iface_init):
259         * backend/tiff/tiff-document.c:
260         (tiff_document_file_exporter_begin),
261         (tiff_document_file_exporter_get_capabilities),
262         (tiff_document_document_file_exporter_iface_init):
263         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
264         (pdf_document_file_exporter_do_page),
265         (pdf_document_file_exporter_get_capabilities),
266         (pdf_document_file_exporter_iface_init):
267         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
268         (ev_file_exporter_get_capabilities):
269         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
270         (idle_print_handler), (ev_print_job_print):
271         * shell/ev-jobs.c: (ev_job_print_run):
272         * shell/ev-window.c: (ev_window_print_send),
273         (ev_window_print_range):
274
275         Use capabilities to know which options should be offered by the
276         print dialog depending on the document backend.
277
278 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
281
282         Give priority to forms over text to set the cursor.
283
284 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-view-private.h:
287         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
288         (ev_view_leave_notify_event), (ev_view_finalize),
289         (ev_view_get_property), (ev_view_class_init):
290
291         Use IBEAM cursor for text form fields and NORMAL cursor for read
292         only fields. Remove unused status attribute.
293
294 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
297
298         Update region for current selected items also for checkbox
299         buttons, since they can behave as radio buttons when they are in a
300         set.
301
302 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * configure.ac:
305         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
306
307         Get max length of text form fields.
308
309 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
312         * libdocument/ev-form-field.h:
313         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
314
315         Fix build with current poppler cvs head.
316
317 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * cut-n-paste/zoom-control/ephy-zoom-control.c:
320         * shell/eggfindbar.c: (egg_find_bar_init):
321
322         Fix build with gtk+ >= 2.11.5 due to gtktooltips
323         deprecation. Fixes bug #455667
324
325 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
326
327         * NEWS:
328         * configure.ac:
329         
330         Update for release 0.9.2
331
332 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-view.c: (ev_view_form_field_text_save),
335         (ev_view_form_field_choice_save):
336
337         Fix a crash when closing whith a form widget visible.
338
339 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
342
343         Update also the region of the current selected button when
344         clicking on another button if they are radio buttons.
345
346 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
349         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
350         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
351         (ev_pixbuf_cache_get_link_mapping),
352         (ev_pixbuf_cache_get_image_mapping),
353         (ev_pixbuf_cache_get_form_field_mapping),
354         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
355         * shell/ev-view.c: (ev_view_form_field_get_region),
356         (ev_view_form_field_button_create_widget),
357         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
358         (job_finished_cb):
359
360         Redraw only form field region instead of the whole page when
361         reloading a page to show changes on the form field.
362
363 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
364
365         * shell/ev-view.c: (ev_view_form_field_choice_save):
366
367         Fix selection of first item in list form fields.
368
369 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
372         (ev_pixbuf_cache_reload_page),
373         (ev_pixbuf_cache_get_form_field_mapping):
374
375         Some refactoring to avoid duplicated code.
376
377 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * configure.ac:
380         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
381         (ev_form_field_from_poppler_field),
382         (pdf_document_forms_get_form_fields),
383         (pdf_document_forms_form_field_text_get_text),
384         (pdf_document_forms_form_field_text_set_text),
385         (pdf_document_forms_form_field_button_set_state),
386         (pdf_document_forms_form_field_button_get_state),
387         (pdf_document_forms_form_field_choice_get_item),
388         (pdf_document_forms_form_field_choice_get_n_items),
389         (pdf_document_forms_form_field_choice_is_item_selected),
390         (pdf_document_forms_form_field_choice_select_item),
391         (pdf_document_forms_form_field_choice_toggle_item),
392         (pdf_document_forms_form_field_choice_unselect_all),
393         (pdf_document_forms_form_field_choice_set_text),
394         (pdf_document_forms_form_field_choice_get_text),
395         (pdf_document_document_forms_iface_init):
396         * libdocument/Makefile.am:
397         * libdocument/ev-form-field.[ch]:
398         * libdocument/ev-document-forms.[ch]:
399         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
400         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
401         (add_job), (ev_pixbuf_cache_reload_page),
402         (ev_pixbuf_cache_get_form_field_mapping):
403         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
404         * shell/ev-view-private.h:
405         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
406         (ev_view_handle_cursor_over_xy),
407         (ev_view_get_form_field_at_location),
408         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
409         (ev_view_form_field_button_create_widget),
410         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
411         (ev_view_form_field_text_create_widget),
412         (ev_view_form_field_choice_save),
413         (ev_view_form_field_choice_changed),
414         (ev_view_form_field_choice_create_widget),
415         (ev_view_handle_form_field), (ev_view_size_allocate),
416         (ev_view_realize), (draw_end_presentation_page),
417         (ev_view_button_press_event), (ev_view_remove_all),
418         (ev_view_motion_notify_event), (ev_view_key_press_event),
419         (ev_view_enter_notify_event), (highlight_find_results),
420         (draw_loading_text), (draw_one_page), (ev_view_destroy),
421         (ev_view_class_init), (page_changed_cb),
422         (on_adjustment_value_changed), (ev_view_set_presentation),
423         (merge_selection_region), (ev_view_set_cursor),
424         (ev_view_reset_presentation_state):
425         
426         Merge evince-forms branch.
427
428 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
429
430         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
431
432         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
433         This script also updates itself from libegg
434
435         * cut-n-paste/toolbar-editor/egg*:
436         Run update-toolbareditor-from-libegg.sh so we are in sync again with
437         libegg
438
439 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
440
441         * shell/ev-window.c:
442         
443         Adds a nice icon to page action during toolbar editing.
444         See bug #452872.
445
446 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
447
448         * data/evince-toolbar.xml:
449         * shell/ev-window.c:
450         
451         Let user add a presentation and fullscreen icons on toolbar.
452         See bug #449734.
453
454 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
455
456         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
457
458         new script to keep in sync with toolbareditor in libegg
459
460         * cut-n-paste/toolbar-editor/*: 
461
462         Run update-toolbareditor-from-libegg so we are in sync again. 
463         Fixes bug #452850.
464         
465
466 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/ev-sidebar-links.c: (job_finished_callback):
469
470         Do not connect selection changed signal more than once. Fixes bug
471         #349433.
472
473 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
474
475         * shell/ev-window.c: (ev_window_view_sidebar_cb):
476
477         Do not change sidebar chrome flag when pressing F9 key in
478         presentation mode.
479
480 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
481
482         * backend/pdf/ev-poppler.cc:
483         (pdf_document_thumbnails_get_dimensions):
484
485         Make sure thumbnails width and height is not <= 0. Fixes a crash
486         with some pdf documents which have really small pages.
487
488 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
489
490         * shell/main.c: (main):
491
492         Fixes program description translation issue.
493         Bug #450148.
494
495 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
496
497         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
498
499         Do not change current page when returning from black/white mode
500         in presentation. Fixes bug #415032.
501
502 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
503
504         * NEWS:
505         * configure.ac:
506         
507         Update for release 0.9.1
508
509 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
510
511         * backend/dvi/dvi-document.c:
512         (dvi_document_finalize),
513         (dvi_document_file_exporter_format_supported),
514         (dvi_document_file_exporter_begin),
515         (dvi_document_file_exporter_do_page),
516         (dvi_document_file_exporter_end),
517         (dvi_document_file_exporter_iface_init), (dvi_document_init):
518         
519         PDF exporter for dvi documents. Fixes bug #441319.
520
521 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * shell/ev-window.c: (ev_window_clear_print_job):
524
525         Clear gtk print job when job has finished. Fixes bug #447612.
526
527 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * shell/ev-window.c: (ev_window_print_send),
530         (ev_window_print_dialog_response_cb), (ev_window_print_range):
531
532         Add preview button to print dialog. Fixes bug #445419.
533
534 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
535
536         * backend/dvi/Makefile.am:
537         * backend/dvi/pixbuf-device.[ch]: Removed
538         * backend/dvi/cairo-device.[ch]: Added
539         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
540         * backend/dvi/dvi-document.c: (dvi_document_load),
541         (dvi_document_render), (dvi_document_finalize),
542         (dvi_document_thumbnails_get_thumbnail), (parse_color),
543         (dvi_document_do_color_special):
544         * libdocument/ev-document-misc.[ch]:
545         (ev_document_misc_pixbuf_from_surface):
546
547         Port dvi backend to cairo and fix a problem with colors. 
548
549 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-view.c: (draw_one_page):
552
553         Draw only visible region.
554
555 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * backend/djvu/djvu-document.c: (djvu_document_render):
558
559         Fix rotation in djvu backend.
560
561 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * shell/ev-pixbuf-cache.c: (job_finished_cb),
564         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
565         (ev_pixbuf_cache_get_image_mapping),
566         (ev_pixbuf_cache_get_text_mapping):
567
568         Redraw view every time we have a new surface. Fixes bug #443587.
569
570 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * libdocument/ev-document.c: (ev_document_info_free):
573
574         Fix memory leaks.
575
576 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * backend/dvi/dvi-document.c: (dvi_document_render),
579         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
580         * backend/impress/impress-document.c:
581         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
582         (impress_document_render), (impress_document_document_iface_init),
583         (impress_document_thumbnails_get_thumbnail):
584         * backend/djvu/djvu-document-private.h:
585         * backend/djvu/djvu-document.c: (djvu_document_render),
586         (djvu_document_finalize), (djvu_document_document_iface_init),
587         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
588         * backend/tiff/tiff-document.c: (tiff_document_render),
589         (tiff_document_render_pixbuf),
590         (tiff_document_document_iface_init):
591         * backend/pdf/ev-poppler.cc: (pdf_document_render),
592         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
593         (pdf_selection_render_selection):
594         * backend/comics/comics-document.c:
595         (comics_document_render_pixbuf), (comics_document_render),
596         (comics_document_document_iface_init):
597         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
598         (pixbuf_document_document_iface_init):
599         * libdocument/ev-document-misc.[ch]:
600         (ev_document_misc_surface_from_pixbuf),
601         (ev_document_misc_surface_rotate_and_scale):
602         * libdocument/ev-document.[ch]: (ev_document_render):
603         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
604         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
605         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
606         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
607         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
608         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
609         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
610         (render_finished_cb), (ev_job_render_run):
611         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
612         (merge_selection_region):
613
614         Use cairo image surfaces instead of GDK pixbufs for drawing pages
615         and selections.
616
617 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * shell/ev-window-title.c: (ev_window_title_update):
620
621         Fix memory leak.
622
623 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
624
625         * shell/ev-view.c: (draw_loading_text):
626
627         Show loading text centered. Fixes bug #433061
628
629 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * shell/ev-sidebar-thumbnails.c:
632         (ev_sidebar_thumbnails_set_loading_icon):
633
634         Remove a mutex in the main thread that blocks the UI in heavy
635         documents.
636
637 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
640
641         Set points_set to TRUE so that selections don't disappear after a
642         zoom change.
643
644 2007-06-07  Michael Monreal  <infernux@web.de>
645
646         * data/icons/16x16/actions/Makefile.am:
647         * data/icons/16x16/actions/zoom.svg:
648         * data/icons/22x22/actions/Makefile.am:
649         * data/icons/22x22/actions/zoom.svg:
650         * data/icons/24x24/actions/Makefile.am:
651         * shell/ev-stock-icons.c:
652         * shell/ev-stock-icons.h:
653         * shell/ev-window.c:
654         
655         Zoom icon artwork. See bug #444795.
656
657 2007-06-05  Bastien Nocera  <hadess@hadess.net>
658
659         * shell/ev-metadata-manager.c: Remove extraneous function
660         (Closes: #444386)
661
662 2007-06-05  Bastien Nocera  <hadess@hadess.net>
663
664         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
665         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
666         (ev_metadata_manager_set), (ev_metadata_manager_save):
667         Simplify the timeout, no need for modified anymore
668
669 2007-06-05  Bastien Nocera  <hadess@hadess.net>
670
671         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
672         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
673         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
674         (ev_metadata_manager_save): Adapted patch from Arjan van de
675         Ven (arjan@linux.intel.com) to avoid the timeout running all the
676         time, saves on power (Closes: #443851)
677
678 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
679
680         * configure.ac:
681         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
682         (pdf_selection_render_selection), (pdf_document_get_page_duration):
683
684         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
685
686 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
687
688         * shell/ev-window.c: (ev_window_add_history):
689
690         Check if history is NULL
691
692 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * libdocument/ev-image.c: (ev_image_finalize):
695         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
696         * libdocument/ev-attachment.c: (ev_attachment_finalize):
697         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
698         (ev_tmp_uri_unlink):
699
700         Add functions to delete temporary files created by evince in a safe
701         way.
702
703         * shell/ev-window.c: (ev_window_clear_local_uri),
704         (open_xfer_update_progress_callback),
705         (save_xfer_update_progress_callback), (ev_window_save_remote),
706         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
707         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
708         (attachment_save_dialog_response_cb),
709         (ev_attachment_popup_cmd_save_attachment_as):
710
711         Allow saving a copy of a document, image or attachment to a remote
712         location. Fixes bug #440754. 
713
714 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
715
716         * configure.ac:
717         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
718
719         Fix build with current poppler from cvs head. 
720
721 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
722
723         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
724
725         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
726         directory exists.
727
728 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
729
730         * shell/ev-sidebar.c: (ev_sidebar_add_page):
731         * shell/ev-window.c:
732
733         Change sidebar ordering. Fixes bug #439939.
734
735 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
736
737         * backend/comics/Makefile.am:
738         
739         Fixes build with --without-libgnome.
740
741 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
742         
743         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
744
745         Update cursor and tooltip on page change and view scroll. Fixes bug
746         #439217.
747
748 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
749
750         * NEWS:
751         * configure.ac:
752         
753         Update for release 0.9.0
754
755 2007-05-14  Alaska Subedi <asubedi@gmail.com>
756
757         * backend/djvu/djvu-document-private.h:
758         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
759         (djvu_document_finalize),
760         (djvu_document_file_exporter_format_supported),
761         (djvu_document_file_exporter_begin),
762         (djvu_document_file_exporter_do_page),
763         (djvu_document_file_exporter_end),
764         (djvu_document_file_exporter_iface_init), (djvu_document_init):
765         
766         Implemented printing with djvu. Bug #437998.
767
768 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
769
770         * backend/impress/zip.c:
771         Add missing ulong definition.
772
773         * backend/ps/ps-interpreter.c:
774         Add missing headers.
775
776         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
777
778 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
781
782         Add missing call to parent class dispose method. 
783
784 2007-05-12  Ross Burton  <ross@openedhand.com>
785
786         * shell/main.c:
787         Sync keybindings manually when building without libgnome
788         (#437925).
789
790 2007-05-12  Ross Burton  <ross@openedhand.com>
791
792         * shell/ev-window.c:
793         Respect the screen when opening help (#437866).
794
795 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * data/evince-ui.xml:
798         * shell/ev-application.[ch]: (get_print_settings_from_args),
799         (ev_application_open_uri_at_dest), (ev_application_open_uri),
800         (ev_application_open_uri_list):
801         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
802         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
803         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
804         (ev_window_cmd_view_reload), (lookup_printer_from_name),
805         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
806         (ev_window_dispose):
807         * shell/main.c: (arguments_parse):
808
809         Add print button in preview mode. Fixes bug #396475. 
810
811 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
812
813         * cut-n-paste/zoom-control/ephy-zoom.h:
814         
815         Fixes zoom level factors. See bug #408119 for details.
816
817 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
818
819         * backend/comics/comics-document.c: (comics_regex_quote),
820         (extract_argv):
821         
822         Correctly quote symbols. Fixes crash in the bug
823         #415370.
824
825 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
826
827         * shell/ev-navigation-action-widget.c:
828         (ev_navigation_action_widget_init),
829         (ev_navigation_action_widget_class_init),
830         (ev_navigation_action_widget_button_press_event):
831         
832         Connect to button-press event on correct widget. Fixes
833         bug #431988
834
835 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
836
837         * shell/ev-application.c: (ev_application_open_window),
838         (ev_application_add_icon_path_for_screen),
839         (ev_application_open_uri_at_dest):
840         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
841         * shell/ev-navigation-action.c: (build_menu):
842         
843         Add app-specific icons to our icon theme. Fixes bug
844         #425508.
845
846 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
847
848         * shell/ev-history.c: (ev_history_class_init),
849         (ev_history_add_link):
850         * shell/ev-history.h:
851         * shell/ev-navigation-action.c:
852         (ev_navigation_action_history_changed),
853         (ev_navigation_action_set_history), (build_menu),
854         (ev_navigation_action_finalize):
855         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
856         
857         Make navigation action unsensitive instead of showing
858         menu with unsensitive word. Fixes bug #417392.
859
860 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
861
862         * shell/ev-application.[ch]: (ev_application_shutdown),
863         (ev_application_get_print_settings),
864         (ev_application_set_print_settings):
865         * shell/ev-window.c:
866
867         Remember print settings. Fixes bug #349102. 
868
869 2007-05-08  Christian Persch  <chpe@gnome.org>
870
871         * configure.ac:
872         * properties/ev-properties-view.c:
873
874         No need for a configure check; just use the GTK_CHECK_VERSION macro.
875         Bug #382438.
876
877 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * configure.ac:
880         * properties/ev-properties-view.c: (ev_regular_paper_size):
881
882         Use gtk+ builtin paper list to identify the document's paper size.
883         Fixes bug #382438. 
884
885 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * configure.ac:
888
889         Fix build when compiling with thumbnailer and libgnome support. 
890
891 2007-05-04  Ross Burton  <ross@openedhand.com>
892
893         * configure.ac:
894         Add --without-libgnome, check for libgnome and libgnomeui
895         separately, and add them to the symbols as required.
896
897         * libdocument/ev-file-helpers.c:
898         When building without libgnome, use g_get_user_config_dir instead
899         of gnome_user_dir_get.
900
901         * shell/ev-application.c:
902         When building without libgnome, don't use session management.
903
904         * shell/main.c:
905         When building without libgnome, don't use GnomeProgram or
906         initialise the authentication manager.
907
908         This fixes #328842.
909
910 2007-05-04  Ross Burton  <ross@openedhand.com>
911
912         * shell/ev-window.c:
913         Don't use libgnome to open help, instead call Yelp directly.
914
915 2007-05-04  Ross Burton  <ross@openedhand.com>
916
917         * shell/ev-sidebar-attachments.c:
918         Don't use libgnome to lookup icons for MIME types, instead copy
919         code from GTK+ to do it manually.
920
921 2007-05-04  Ross Burton  <ross@openedhand.com>
922
923         * configure.ac:
924         Add libxml to the dependencies for SHELL_CORE (#435818).
925
926 2007-05-02  Ross Burton  <ross@openedhand.com>
927
928         * configure.ac:
929         * Makefile.am:
930         Add --disable-thumbnailer (#434825)
931
932 2007-05-02  Ross Burton  <ross@openedhand.com>
933
934         * shell/ev-window.c:
935         Add missing includes, fix indentation.
936
937         * shell/main.c:
938         Fix indentation.
939
940 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
941
942         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
943         ev_application_open_uri_at_dest instead of ev_application_open_uri
944         preventing new document always being opened in a new window even if there
945         is an empty window.
946
947 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
948
949         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
950         (egg_recent_view_uimanager_finalize):
951         * properties/ev-properties-view.c: (ev_properties_view_dispose):
952         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
953         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
954         (ev_pixbuf_cache_dispose):
955         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
956         * shell/ev-tooltip.c: (ev_tooltip_dispose):
957         
958         Add missing chain to parent class methods. Fixes
959         bug #433128.
960
961 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
962
963         * data/Makefile.am (update-icon-cache): Updates
964         gtk-update-icon-cache in uninstall-hook.
965
966 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
967
968         * shell/ev-window.c: (ev_window_setup_document),
969         (ev_window_set_document), (ev_window_load_job_cb):
970         * shell/ev-view.c: (setup_caches):
971         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
972
973         Start rendering pages before any other jobs. 
974
975 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * shell/ev-window.c: (ev_window_stop_fullscreen),
978         (ev_window_stop_presentation):
979
980         Update chrome visibility before window unfullscreen. 
981
982 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
983
984         * data/Makefile.am:
985         * data/evince-ui.xml:
986         * shell/ev-stock-icons.[ch]:
987         * shell/ev-application.[ch]: (ev_application_shutdown),
988         (ev_application_init), (ev_application_get_toolbars_model):
989         * shell/ev-window.c: (update_chrome_visibility),
990         (fullscreen_toolbar_setup_item_properties),
991         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
992         (ev_window_run_presentation), (ev_window_stop_presentation),
993         (ev_window_run_preview), (ev_window_screen_changed),
994         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
995         (ev_window_dispose), (ev_window_init):
996
997         Make fullscreen toolbar always visible. Do not use egg toolbars for
998         fullscreen and preview modes since such toolbars are not editables.
999         Fixes bugs #300278, #338910 and #316188.  
1000
1001 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
1002
1003         * shell/ev-application.c:
1004         * shell/ev-job-queue.c:
1005         * shell/ev-metadata-manager.c:
1006         * shell/ev-stock-icons.c:
1007         * shell/ev-window.c:
1008         * shell/main.c:
1009         
1010         Developers documentation updated.
1011
1012 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1013
1014         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
1015
1016         Check whether uri is valid before launching it. Fixes bug #427664.
1017
1018 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1019
1020         * shell/ev-window.c:
1021
1022         Change key accelerator for Open a Copy menu entry which is in conflict
1023         with Close. Fixes bug #427321.
1024
1025 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1026
1027         * NEWS:
1028         * configure.ac:
1029         
1030         Update for release 0.8.1
1031
1032 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1033
1034         * shell/ev-window.c: (setup_size_from_metadata):
1035         
1036         Do not make window bigger than screen. Fixes bug 
1037         #388985.
1038
1039 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
1042         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
1043
1044         Use default resolution when it's not provided by document. Fixes bug
1045         #408762.
1046
1047 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * configure.ac:
1050         * thumbnailer/Makefile.am:
1051         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1052         * thumbnailer/evince-thumbnailer.schemas.in:
1053         * thumbnailer/evince-thumbnailer-ps.schemas.in:
1054
1055         Add support for ps, eps and compressed documents thumbnails. Do not
1056         ignore size parameter. 
1057
1058 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
1059
1060         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
1061         (dvi_document_do_color_special):
1062         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
1063
1064         Implement font color specials in the DVI backend. Fixes bug #303651.
1065
1066 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1067
1068         Fixup the previous commit:
1069
1070         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
1071         * shell/xdg-user-dir-lookup.c: Make the function non-static
1072         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
1073
1074 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
1075
1076         * shell/ev-window.c (file_open_dialog_response_cb): Use
1077         the xdg-user-dirs DOCUMENTS folder as default folder when
1078         opening a file chooser.  (#424858)
1079
1080         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
1081         xdg-user-dirs.
1082
1083 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * shell/ev-window.c: (ev_window_load_job_cb):
1086
1087         Do not setup view from metadata on preview mode. 
1088
1089 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * shell/main.c:
1092
1093         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
1094
1095 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1096
1097         * shell/ev-view.c: (ev_view_primary_get_cb):
1098
1099         Check pointer != NULL before using it. Fixes bug #416841. 
1100
1101 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1102
1103         * NEWS:
1104         * configure.ac:
1105         
1106         Release 0.8.0
1107
1108 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1109
1110         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1111
1112         Do not render thumbnails when sidebar thumbnail page is not visible
1113         at startup. Fixes bug #416447. 
1114
1115 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
1116
1117         * data/evince.desktop.in.in:
1118
1119         "Application" is not a valid category in the freedesktop specification.
1120
1121 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * libdocument/ev-file-helpers.[ch]: (compression_run),
1124         (ev_file_uncompress), (ev_file_compress):
1125         * shell/ev-window.c: (file_save_dialog_response_cb):
1126
1127         Save document compressed when saving a copy of a compressed document.
1128         Fixes bug #334542.
1129
1130 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
1133
1134         Allow deleting in goto window entry in presentation mode. 
1135
1136 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
1137
1138         * Makefile.am: Dist MAINTAINERS.
1139
1140 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * shell/ev-window.c: (ev_window_update_actions):
1143
1144         Fix zoom shortcut keys when searching. Fixes bug #409828.
1145
1146 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * shell/ev-window.c: (ev_window_setup_document):
1149
1150         Fix crash when loading documents with only one page. 
1151
1152 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * backend/dvi/dvi-document.c:
1155         (dvi_document_thumbnails_get_dimensions),
1156         (dvi_document_thumbnails_get_thumbnail):
1157         * backend/impress/impress-document.c:
1158         (impress_document_thumbnails_get_thumbnail),
1159         (impress_document_thumbnails_get_dimensions):
1160         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
1161         (ps_document_thumbnails_get_dimensions):
1162         * backend/djvu/djvu-document.c:
1163         (djvu_document_thumbnails_get_dimensions),
1164         (djvu_document_thumbnails_get_thumbnail):
1165         * backend/tiff/tiff-document.c:
1166         (tiff_document_thumbnails_get_thumbnail),
1167         (tiff_document_thumbnails_get_dimensions):
1168         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
1169         (pdf_document_thumbnails_get_thumbnail),
1170         (pdf_document_thumbnails_get_dimensions):
1171         * backend/comics/comics-document.c:
1172         (comics_document_thumbnails_get_thumbnail),
1173         (comics_document_thumbnails_get_dimensions):
1174         * backend/pixbuf/pixbuf-document.c:
1175         (pixbuf_document_thumbnails_get_thumbnail),
1176         (pixbuf_document_thumbnails_get_dimensions):
1177         * libdocument/ev-document-thumbnails.[ch]:
1178         (ev_document_thumbnails_get_thumbnail),
1179         (ev_document_thumbnails_get_dimensions):
1180         * libdocument/ev-document-misc.[ch]:
1181         (ev_document_misc_get_thumbnail_frame):
1182         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
1183         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
1184         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
1185         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
1186         (ev_sidebar_thumbnails_refresh):
1187         * shell/ev-window.c: (ev_window_setup_document):
1188         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
1189
1190         Use an EvRenderContext for rendering thumbnails instead of a suggested
1191         width, so that different sized pages get sized proportionally.
1192
1193 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-view.c: (ev_view_button_press_event),
1196         (ev_view_key_press_event):
1197
1198         Fix critical warnings when there is no document loaded. 
1199
1200 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * shell/ev-page-action-widget.c:
1203         * shell/ev-navigation-action.c:
1204         * shell/ev-window.c:
1205
1206         Fix compile warnings. 
1207
1208 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * backend/djvu/djvu-text.h:
1211         * backend/djvu/djvu-document.c:
1212         * backend/djvu/djvu-text-page.c:
1213         * backend/djvu/djvu-links.c:
1214         * backend/djvu/djvu-text-page.h:
1215         * backend/djvu/djvu-text.c:
1216         
1217         Fix build on Mac. Fixes bug #392186. Patch by
1218         <ephraim_owns@hotmail.com>
1219
1220 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1223
1224         Restore cairo context before rendering every page when printing a PDF
1225         document into a PDF file. 
1226
1227 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * backend/ps/gstypes.h:
1230         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
1231         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
1232         (ps_document_thumbnails_get_thumbnail):
1233
1234         Handle PostScript page orientation. Fixes bug #318568.
1235
1236 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1237
1238         * backend/ps/Makefile.am:
1239         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
1240         (document_load), (ps_document_load), (save_document),
1241         (save_page_list), (ps_document_get_n_pages),
1242         (ps_document_get_page_size), (ps_document_get_info),
1243         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
1244         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
1245         (ps_document_thumbnails_get_thumbnail),
1246         (ps_document_thumbnails_get_dimensions),
1247         (ps_document_document_thumbnails_iface_init):
1248         * backend/ps/ps.[ch]: (psgetpagebox):
1249         * backend/ps/ps-interpreter.[ch]:
1250
1251         Add support for thumbnails in ps backend. Fixes bug #164755. 
1252
1253 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1254
1255         * NEWS:
1256         * configure.ac:
1257         
1258         Release 0.7.2
1259
1260 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
1263         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
1264         (ev_window_dispose):
1265
1266         Use document thumbnail as window icon. Fixes bug #384442.
1267
1268 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
1269
1270         * configure.ac:
1271
1272         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
1273         duplicated adding application/x-bzpostscript instead. 
1274
1275 2007-02-11  Tom Parker  <palfrey@tevp.net>
1276
1277         * backend/ps/ps-document.c: (document_load):
1278
1279         Check return value of psscan before trying
1280         to use it. Fixes bug #372414.
1281
1282 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1285
1286         Fix invalid free in ev-page-cache. Fixes bug #404745.
1287
1288 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1289
1290         * test/Makefile.am:
1291         * test/test3.py:
1292         
1293         Added reload test case.
1294
1295 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * po/POTFILES.in:
1298         * backend/djvu/djvu-document.c: (djvu_document_load):
1299
1300         Check whether there are missing files in indirect multipage djvu
1301         documents. Fixes bug #361683. 
1302
1303 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1304
1305         * test/Makefile.am:
1306         * test/test-mime.bin:
1307         * test/test3.py:
1308         
1309         Added test for slow mime type
1310
1311 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1312
1313         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1314
1315         Add some checks and call parent_class->finalize. Fixes bug #404745.
1316
1317 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1318
1319         * shell/ev-navigation-action.c: (connect_proxy):
1320         
1321         Fixes dropdown history menu. Thanks a lot Carlos!
1322
1323 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
1326
1327         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
1328         bug #373715.
1329
1330 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * backend/ps/ps.c: (psscan):
1333
1334         Fix memory leak. 
1335
1336 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * configure.ac:
1339         * libdocument/ev-file-helpers.c: 
1340
1341         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
1342
1343 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * configure.ac:
1346         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
1347         (ps_interpreter_start), (document_load), (save_document),
1348         (save_page_list):
1349         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
1350         * libdocument/ev-document-factory.c:
1351         (ev_document_factory_get_from_mime), (get_document_from_uri),
1352         (free_uncompressed_uri), (ev_document_factory_get_document):
1353         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
1354
1355         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
1356
1357 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * libdocument/ev-document.h:
1360
1361         Fix typo in function name. 
1362
1363 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * backend/ps/ps-document.c: (ps_interpreter_finished),
1366         (ps_interpreter_start), (ps_interpreter_failed):
1367
1368         Handle ghostscript interpreter crashes. 
1369
1370 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-window.c: (ev_window_open_uri),
1373         (window_configure_event_cb):
1374
1375         Setup window size and position before showing it. Fixes bug #401711.
1376
1377 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * backend/ps/Makefile.am:
1380         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
1381         (ps_document_dispose), (ps_document_class_init),
1382         (ps_interpreter_input), (ps_interpreter_output),
1383         (ps_interpreter_error), (setup_interpreter_env),
1384         (ps_interpreter_start), (ps_interpreter_stop),
1385         (ps_interpreter_failed), (ps_interpreter_is_ready),
1386         (check_filecompressed), (document_load), (ps_document_load),
1387         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
1388         (ps_document_widget_event), (send_ps), (ps_document_next_page),
1389         (render_page):
1390
1391         Rework ps-document. Code cleanups, remove deprecated code. 
1392
1393 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-view.c: (ev_view_button_press_event):
1396
1397         Do not start an image drag and drop operation when pointer is on 
1398         text, so that we can select text when the whole background is an
1399         image. 
1400
1401 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * shell/ev-window.c: (ev_window_update_actions): 
1404
1405         Disable all zoom related actions during presentation mode. 
1406
1407 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
1408
1409         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
1410
1411         Do not zoom in or out on presentation mode. Fixes bug #401305.
1412
1413 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1414
1415         * shell/ev-navigation-action.c: (connect_proxy),
1416         (create_menu_item), (ev_navigation_action_class_init):
1417         
1418         Correctly show menu and fix crash when navigaton 
1419         action is out of toolbar visible area.
1420
1421 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1422
1423         * data/Makefile.am:
1424         * data/evince.1:
1425         
1426         Added man file
1427
1428 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1429
1430         * help/reference/* :
1431         * configure.ac:
1432         
1433         Added gtk-doc based documentation for Evince.
1434         Still in initial state but I hope it will
1435         grow.
1436         
1437         * configure.ac:
1438         
1439         Lower dbus requirement to 0.70
1440
1441 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1442
1443         * shell/ev-window.c: (ev_window_add_history):
1444
1445         Fix memory leak. 
1446
1447 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1448
1449         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
1450         * shell/ev-view.h:
1451         * shell/ev-window.c: (ev_window_add_history):
1452         
1453         Correctly handle named destination links
1454
1455 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1456
1457         * NOTES:
1458         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
1459         * backend/pdf/ev-poppler.cc:
1460         * libdocument/ev-document-links.h:
1461         * libdocument/ev-link.c: (ev_link_get_page):
1462         * libdocument/ev-link.h:
1463         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
1464         (ev_history_add_link):
1465         * shell/ev-history.h:
1466         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1467         (new_history_menu_item), (build_menu):
1468         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1469         * shell/ev-sidebar-links.c: (create_loading_model),
1470         (print_section_cb), (ev_sidebar_links_construct),
1471         (fill_page_labels), (update_page_callback_foreach),
1472         (update_page_callback), (job_finished_callback):
1473         * shell/ev-view.c: (ev_view_handle_link):
1474         * shell/ev-window.c: (ev_window_find_chapter),
1475         (ev_window_add_history), (view_handle_link_cb),
1476         (history_changed_cb):
1477         
1478         Implements another history variant
1479
1480 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-window.c: (view_external_link_cb):
1483         * shell/ev-view.c: (ev_view_button_release_event):
1484
1485         Open links in new window when clicking with middle button. 
1486
1487 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1488
1489         * shell/ev-navigation-action.c: (new_history_menu_item):
1490         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
1491         * shell/ev-view.c: (ev_view_handle_link):
1492         * shell/ev-window.c:
1493         
1494         Store link before jump, not the destination. For me it 
1495         seems like more natural history behavior.
1496
1497 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1498
1499         * shell/ev-navigation-action.c: (activate_menu_item_cb),
1500         (ev_navigation_action_class_init):
1501         * shell/ev-navigation-action.h:
1502         * shell/ev-page-action.c: (activate_cb):
1503         * shell/ev-page-cache.c: (ev_page_cache_class_init),
1504         (ev_page_cache_set_current_page_history):
1505         * shell/ev-page-cache.h:
1506         * shell/ev-sidebar-thumbnails.c:
1507         (ev_sidebar_tree_selection_changed),
1508         (ev_sidebar_icon_selection_changed), (page_changed_cb):
1509         * shell/ev-view-private.h:
1510         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
1511         * shell/ev-view.h:
1512         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
1513         (ev_window_setup_document), (ev_window_load_job_cb):
1514         * shell/ev-window.h:
1515         
1516         History finally works as expected.
1517
1518 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1519
1520         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
1521
1522         Do not update links treeview if it doesn't have a model assigned yet. 
1523
1524 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
1527         (ev_sidebar_links_class_init), (update_page_callback):
1528
1529         Do not update links treeview when sidepane is not visible. 
1530
1531 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1532
1533         * shell/ev-marshal.list:
1534         * shell/ev-page-action.c: (activate_cb),
1535         (ev_page_action_class_init):
1536         * shell/ev-page-action.h:
1537         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
1538         * shell/ev-window.c:
1539         
1540         Remove activate_link signal, not required.
1541
1542 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1543
1544         * shell/ev-navigation-action.c: (build_menu):
1545         
1546         Reorder menu items and build menu with fixed length.
1547
1548 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
1549
1550         * shell/ev-view.c: (get_selected_text):
1551         
1552         Normalize text to fix ligatures problem. See bug
1553         #341947 for details.
1554
1555 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1558
1559         Fix memory leak in ev-page-cache. 
1560
1561 2007-01-25  Tom Parker <palfrey@tevp.net>
1562
1563         * backend/impress/impress-document.c: (impress_document_load),
1564         (impress_document_finalize), (impress_document_init):
1565         * properties/ev-properties-main.c: (ev_properties_get_pages):
1566         
1567         Correctly handle impress document errors. Fixes nautilus
1568         crash in property page #370491.
1569
1570 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1573         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1574         (ev_job_queue_remove_job):
1575         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
1576         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
1577         (ev_job_load_run):
1578         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
1579         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
1580         (ev_window_load_job_cb), (xfer_update_progress_callback),
1581         (ev_window_open_uri), (ev_window_dispose):
1582         * shell/main.c: (main):
1583
1584         Do file transfer asynchronously in the main thread instead of
1585         synchronously in the load thread. Fixes bugs #399694, #398307 and
1586         #343542.
1587
1588 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1589
1590         * shell/ev-jobs.c: (ev_job_xfer_run):
1591
1592         Load the document with the font-config lock held. 
1593
1594 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1595
1596         * backend/ps/ps-document.c: (start_interpreter):
1597
1598         Fix memory leaks in ps backend. 
1599
1600 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * backend/impress/impress-document.c:
1603         (impress_document_render_pixbuf):
1604
1605         Do not acquire fontconfig lock in impress backend, since it is using
1606         the main loop for rendering. 
1607
1608 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1609
1610         * po/POTFILES.in: 
1611
1612         Remove mdvi files that shouldn't be translated. 
1613
1614 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-view-private.h:
1617         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
1618         (ev_view_set_zoom):
1619
1620         Render "loading..." text into a cairo surface instead of directly into
1621         the window so that fontconfig lock is only needed once and UI is not
1622         blocked. Change text color to #9B9B9B. Fixes bug #397356.
1623
1624 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-stock-icons.c: (ev_stock_icons_init):
1627         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1628
1629         Use icon theme associated with the window screen rather than default. 
1630
1631 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1632
1633         * configure.ac:
1634
1635         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
1636
1637 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
1638
1639         * data/icons/*/apps/evince.*:
1640
1641         Move Evince icons under new apps directory.
1642
1643         * data/icons/*/actions/*:
1644
1645         Add new custom themeable Evince icons: view-page-continuous, 
1646         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
1647         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
1648
1649         * configure.ac:
1650
1651         Add new directories to AC_CONFIG_FILES.
1652
1653         * shell/ev-stock-icons.c:
1654         * shell/ev-stock-icons.h:
1655
1656         Use new custom themeable icons.
1657
1658 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1661
1662         Do not draw white background page in presentation mode. 
1663
1664 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
1665
1666         * shell/ev-view.c: Remove unused gnome-vfs include.
1667
1668 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
1669
1670         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
1671         
1672         Format string is corrected, fixes bug #397129.
1673
1674 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-window.c: (ev_window_setup_recent):
1677
1678         Do not include in recent menu inexistent documents. Fixes
1679         bug #339171.
1680
1681 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * po/POTFILES.skip: 
1684
1685         Update POTFILES.skip file according to current source tree. 
1686
1687 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * shell/ev-window.c: (file_save_dialog_response_cb):
1690
1691         Do Save a copy in atomic way. Fixes bug #328266. 
1692
1693 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
1696
1697         Keep selected cell always visible in index treeview.
1698
1699 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1700         
1701         * shell/ev-view.c: (ev_view_size_allocate):
1702
1703         Restore horizontal scrollbar after switching to/from fullscreen
1704         or presentation mode. Fixes bug #331728.
1705
1706 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1707
1708         * shell/ev-view-private.h:
1709         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
1710         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
1711         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
1712         (ev_view_can_zoom_out):
1713
1714         Use max and min scale values in the view iby taking dpi into account. 
1715
1716 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * configure.ac:
1719         * NEWS:
1720
1721         Release 0.7.1
1722
1723 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1724
1725         * shell/ev-window.c: (ev_window_print_send):
1726
1727         Send print job to printer with some settings set to default values,
1728         since we have already exported to a file according to such settings
1729         and they could be taken twice by some printers. 
1730
1731 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1732
1733         * shell/ev-jobs.c: (ev_job_xfer_run):
1734         * shell/ev-application.c: (ev_application_open_uri_at_dest):
1735
1736         Show main window and load document with the font-config lock held. 
1737
1738 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * configure.ac:
1741         * shell/ev-application.c: (ev_application_register_service):
1742         * shell/main.c: (load_files_remote):
1743
1744         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
1745
1746 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1747
1748         * doc/debugging.txt:
1749         
1750         Remove obsolete documentation.
1751
1752 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1753
1754         * Makefile.am:
1755         * backend/Makefile.am:
1756         * backend/comics/Makefile.am:
1757         * backend/djvu/Makefile.am:
1758         * backend/dvi/Makefile.am:
1759         * backend/ev-async-renderer.c:
1760         * backend/ev-async-renderer.h:
1761         * backend/ev-attachment.c:
1762         * backend/ev-attachment.h:
1763         * backend/ev-backend-marshal.c:
1764         * backend/ev-document-factory.c:
1765         * backend/ev-document-factory.h:
1766         * backend/ev-document-find.c:
1767         * backend/ev-document-find.h:
1768         * backend/ev-document-fonts.c:
1769         * backend/ev-document-fonts.h:
1770         * backend/ev-document-images.c:
1771         * backend/ev-document-images.h:
1772         * backend/ev-document-info.h:
1773         * backend/ev-document-links.c:
1774         * backend/ev-document-links.h:
1775         * backend/ev-document-misc.c:
1776         * backend/ev-document-misc.h:
1777         * backend/ev-document-security.c:
1778         * backend/ev-document-security.h:
1779         * backend/ev-document-thumbnails.c:
1780         * backend/ev-document-thumbnails.h:
1781         * backend/ev-document-transition.c:
1782         * backend/ev-document-transition.h:
1783         * backend/ev-document.c:
1784         * backend/ev-document.h:
1785         * backend/ev-file-exporter.c:
1786         * backend/ev-file-exporter.h:
1787         * backend/ev-image.c:
1788         * backend/ev-image.h:
1789         * backend/ev-link-action.c:
1790         * backend/ev-link-action.h:
1791         * backend/ev-link-dest.c:
1792         * backend/ev-link-dest.h:
1793         * backend/ev-link.c:
1794         * backend/ev-link.h:
1795         * backend/ev-render-context.c:
1796         * backend/ev-render-context.h:
1797         * backend/ev-selection.c:
1798         * backend/ev-selection.h:
1799         * backend/impress/Makefile.am:
1800         * backend/pdf/Makefile.am:
1801         * backend/pixbuf/Makefile.am:
1802         * backend/ps/Makefile.am:
1803         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
1804         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
1805         (start_interpreter), (stop_interpreter), (document_load),
1806         (ps_document_next_page), (render_page):
1807         * backend/tiff/Makefile.am:
1808         * comics/Makefile.am:
1809         * comics/comics-document.c:
1810         * comics/comics-document.h:
1811         * configure.ac:
1812         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1813         * djvu/Makefile.am:
1814         * djvu/djvu-document-private.h:
1815         * djvu/djvu-document.c:
1816         * djvu/djvu-document.h:
1817         * djvu/djvu-links.c:
1818         * djvu/djvu-links.h:
1819         * djvu/djvu-text-page.c:
1820         * djvu/djvu-text-page.h:
1821         * djvu/djvu-text.c:
1822         * djvu/djvu-text.h:
1823         * dvi/Makefile.am:
1824         * dvi/dvi-document.c:
1825         * dvi/dvi-document.h:
1826         * dvi/fonts.c:
1827         * dvi/fonts.h:
1828         * dvi/mdvi-lib/Makefile.am:
1829         * dvi/mdvi-lib/afmparse.c:
1830         * dvi/mdvi-lib/afmparse.h:
1831         * dvi/mdvi-lib/bitmap.c:
1832         * dvi/mdvi-lib/bitmap.h:
1833         * dvi/mdvi-lib/color.c:
1834         * dvi/mdvi-lib/color.h:
1835         * dvi/mdvi-lib/common.c:
1836         * dvi/mdvi-lib/common.h:
1837         * dvi/mdvi-lib/defaults.h:
1838         * dvi/mdvi-lib/dvimisc.c:
1839         * dvi/mdvi-lib/dviopcodes.h:
1840         * dvi/mdvi-lib/dviread.c:
1841         * dvi/mdvi-lib/files.c:
1842         * dvi/mdvi-lib/font.c:
1843         * dvi/mdvi-lib/fontmap.c:
1844         * dvi/mdvi-lib/fontmap.h:
1845         * dvi/mdvi-lib/fontsrch.c:
1846         * dvi/mdvi-lib/gf.c:
1847         * dvi/mdvi-lib/hash.c:
1848         * dvi/mdvi-lib/hash.h:
1849         * dvi/mdvi-lib/list.c:
1850         * dvi/mdvi-lib/mdvi.h:
1851         * dvi/mdvi-lib/pagesel.c:
1852         * dvi/mdvi-lib/paper.c:
1853         * dvi/mdvi-lib/paper.h:
1854         * dvi/mdvi-lib/pk.c:
1855         * dvi/mdvi-lib/private.h:
1856         * dvi/mdvi-lib/setup.c:
1857         * dvi/mdvi-lib/sp-epsf.c:
1858         * dvi/mdvi-lib/special.c:
1859         * dvi/mdvi-lib/sysdeps.h:
1860         * dvi/mdvi-lib/t1.c:
1861         * dvi/mdvi-lib/tfm.c:
1862         * dvi/mdvi-lib/tfmfile.c:
1863         * dvi/mdvi-lib/tt.c:
1864         * dvi/mdvi-lib/util.c:
1865         * dvi/mdvi-lib/vf.c:
1866         * dvi/pixbuf-device.c:
1867         * dvi/pixbuf-device.h:
1868         * impress/Makefile.am:
1869         * impress/common.h:
1870         * impress/document.c:
1871         * impress/f_oasis.c:
1872         * impress/f_oo13.c:
1873         * impress/iksemel.c:
1874         * impress/iksemel.h:
1875         * impress/imposter.h:
1876         * impress/impress-document.c:
1877         * impress/impress-document.h:
1878         * impress/internal.h:
1879         * impress/r_back.c:
1880         * impress/r_draw.c:
1881         * impress/r_geometry.c:
1882         * impress/r_gradient.c:
1883         * impress/r_style.c:
1884         * impress/r_text.c:
1885         * impress/render.c:
1886         * impress/render.h:
1887         * impress/zip.c:
1888         * impress/zip.h:
1889         * lib/Makefile.am:
1890         * lib/ev-debug.c:
1891         * lib/ev-debug.h:
1892         * lib/ev-file-helpers.c:
1893         * lib/ev-file-helpers.h:
1894         * lib/ev-gui.c:
1895         * lib/ev-gui.h:
1896         * lib/ev-tooltip.c:
1897         * lib/ev-tooltip.h:
1898         * libdocument/Makefile.am:
1899         * libdocument/ev-file-helpers.c:
1900         * pdf/Makefile.am:
1901         * pdf/ev-poppler.cc:
1902         * pdf/ev-poppler.h:
1903         * pixbuf/Makefile.am:
1904         * pixbuf/pixbuf-document.c:
1905         * pixbuf/pixbuf-document.h:
1906         * properties/Makefile.am:
1907         * ps/Makefile.am:
1908         * ps/gsdefaults.c:
1909         * ps/gsdefaults.h:
1910         * ps/gsio.c:
1911         * ps/gsio.h:
1912         * ps/gstypes.h:
1913         * ps/ps-document.c:
1914         * ps/ps-document.h:
1915         * ps/ps.c:
1916         * ps/ps.h:
1917         * shell/Makefile.am:
1918         * shell/ev-application.h:
1919         * shell/ev-sidebar-links.c:
1920         * shell/ev-sidebar-links.h:
1921         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
1922         (ev_gui_menu_position_tree_selection):
1923         * shell/ev-utils.h:
1924         * shell/ev-view.c: (ev_view_finalize):
1925         * shell/ev-window.c:
1926         * shell/main.c: (main):
1927         * thumbnailer/Makefile.am:
1928         * tiff/Makefile.am:
1929         * tiff/tiff-document.c:
1930         * tiff/tiff-document.h:
1931         * tiff/tiff2ps.c:
1932         * tiff/tiff2ps.h:
1933         
1934         Reorganize source tree.
1935
1936 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1937
1938         * backend/ev-document-factory.c:
1939
1940         Do not include ev-poppler.h when pdf is disabled. 
1941
1942 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1943
1944         * configure.ac:
1945         * data/evince-ui.xml:
1946         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
1947         (pdf_document_document_images_iface_init):
1948         * backend/Makefile.am:
1949         * backend/ev-document-images.[ch]:
1950         * backend/ev-image.[ch]:
1951         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
1952         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
1953         (ev_job_xfer_run):
1954         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1955         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1956         (ev_pixbuf_cache_get_image_mapping):
1957         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
1958         (view_menu_popup_cb), (ev_window_dispose),
1959         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1960         (ev_view_popup_cmd_copy_image):
1961         * shell/ev-view-private.h:
1962         * shell/ev-view.c: (ev_view_get_image_at_location),
1963         (ev_view_do_popup_menu), (ev_view_popup_menu),
1964         (ev_view_button_press_event), (ev_view_drag_data_get),
1965         (ev_view_drag_motion), (ev_view_drag_data_received),
1966         (ev_view_motion_notify_event), (ev_view_button_release_event),
1967         (ev_view_finalize), (ev_view_class_init):
1968
1969         Add image handling support. Fixes bugs #310008 and #325047. Images
1970         selection is not supported yet. 
1971
1972 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1973
1974         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
1975         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
1976         (ev_view_init):
1977
1978         Move view drag and drop stuff to ev-view.
1979
1980 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * shell/ev-pixbuf-cache.c: (clear_job_selection):
1983         * shell/ev-view.c: (clear_selection): 
1984
1985         Clear selection also in pixbuf cache.
1986
1987 2007-01-02  Luca Ferretti <elle.uca@libero.it>
1988
1989         * data/evince.desktop.in.in:
1990         
1991         Change icon name in desktop file. See bug #390734
1992         for details.
1993
1994 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
1995
1996         * thumbnailer/Makefile.am:
1997
1998         Use top_builddir instead top_srcdir for generated schema
1999         file installation. Fixes bug #390161.
2000
2001 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2002
2003         * configure.ac:
2004         * backend/Makefile.am:
2005         * backend/ev-document-transition.[ch]:
2006         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
2007         (pdf_document_page_transition_iface_init):
2008         * shell/ev-view-private.h:
2009         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
2010         (ev_view_set_presentation), (transition_next_page),
2011         (ev_view_presentation_transition_stop),
2012         (ev_view_presentation_transition_start), (ev_view_next_page):
2013
2014         Add page transition support in presentation mode. At the moment only
2015         page duration is supported, but not transition effects. Fixes bug
2016         #309815.
2017
2018 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2019
2020         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
2021
2022         Run find_link_dest with document lock held, since it's called by links
2023         thread and main thread at the same time. 
2024
2025 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * shell/ev-view.c: (goto_dest):
2028
2029         Update page-cache when page is changed by the view, so that
2030         page-changed signal is emitted. 
2031
2032 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * test/test1.py:
2035         * test/test2.py:
2036
2037         Use C locale in tests. 
2038
2039 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * shell/ev-window.c: (ev_window_run_presentation):
2042         * shell/ev-view-private.h:
2043         * shell/ev-view.c: (ev_view_set_presentation):
2044
2045         Restore zoom settings when back from presentation mode. 
2046
2047 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2048
2049         * shell/ev-window.c: (ev_window_run_presentation):
2050
2051         Always use "best fit" zoom in presentation mode.
2052         Fixes bug #389195.
2053
2054 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2055
2056         * shell/ev-view.c: (ev_view_goto_window_create):
2057
2058         Show "Jump to page" label in the page jumping popup in
2059         presentation mode instead of just a GtkEntry.
2060
2061 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * shell/ev-window.c: (launch_external_uri):
2064
2065         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
2066         #378085.
2067
2068 2006-12-22  Elijah Newren  <newren gmail com>
2069
2070         * configure.ac: explicitly check for libxml2.  Fixes #388795
2071
2072 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2073
2074         * shell/ev-view-private.h:
2075         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
2076         (ev_view_goto_window_delete_event), (key_is_numeric),
2077         (ev_view_goto_window_key_press_event),
2078         (ev_view_goto_window_button_press_event),
2079         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
2080         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
2081         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
2082
2083         Allow jumping to another page by typing a page number in presentation
2084         mode. It uses a popup window with an entry. Fixes bug #353625.
2085
2086 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2087
2088         * configure.ac:
2089         * properties/ev-properties-view.c: (ev_get_default_user_units),
2090         (ev_regular_paper_size):
2091         
2092         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
2093         to Damien Carbery <damien.carbery@sun.com> and
2094         Yevgen Muntyan <muntyan@tamu.edu>.
2095
2096 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2097
2098         * shell/ev-window.c: (setup_document_from_metadata):
2099
2100         Make sure Evince doesn't restore the view on the last
2101         page when a document is reopened. Fixes bug #383381.
2102
2103 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
2104
2105         * shell/ev-view.c: (draw_loading_text):
2106
2107         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
2108
2109 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * configure.ac:
2112         * NEWS:
2113
2114         Release 0.7.0
2115
2116 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2117
2118         * configure.ac:
2119         * pdf/ev-poppler.cc: (pdf_print_context_free),
2120         (pdf_document_file_exporter_begin),
2121         (pdf_document_file_exporter_do_page):
2122
2123         Make cairo-pdf depedency optional. 
2124
2125 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
2128
2129         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
2130
2131 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2132
2133         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
2134         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
2135         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
2136         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
2137         * shell/ev-view.c: (draw_loading_text):
2138         * shell/ev-window.c: (ev_window_cmd_file_properties):
2139
2140         Use an specific lock for FontConfig. Hopefully it fixes some crashes
2141         related to using FontConfig from different threads.
2142         
2143 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-view.c: (draw_loading_text):
2146
2147         Acquire lock document when drawing "Loading..." text so that only one
2148         thread will use FontConfig at the same time. Fixes bug #374750.
2149
2150 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2151
2152         * shell/ev-page-action.[ch]: (activate_cb):
2153         * shell/ev-window.c: (activate_label_cb):
2154
2155         Check if text inserted in page entry is a valid page number when it
2156         doesn't match to any document page label. Fixes bug #383165.
2157
2158 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
2159         * shell/ev-window.c:
2160
2161         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
2162         available with GTK < 2.10. Added an ifdef to avoid compilation
2163         error.
2164
2165 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * configure.ac:
2168         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
2169
2170         Fix ps backend in multihead systems.
2171
2172 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
2175         * shell/ev-window.c: (ev_window_get_screen_dpi),
2176         (ev_window_update_actions), (setup_view_from_metadata),
2177         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
2178
2179         Take screen DPI into account when zooming. Fixes bug #318285.
2180
2181 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2182
2183         * data/Makefile.am:
2184
2185         Cleaned up/slightly refactored Makefile.am. Added GConf
2186         schemas uninstallation as well.
2187
2188 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2189
2190         * Makefile.am:
2191         * test/Makefile.am:
2192
2193         Fight with autotools to fix make check. Make distcheck
2194         works fine as well now!
2195
2196 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2197
2198         * shell/ev-view.c: (draw_end_presentation_page):
2199
2200         Corrected "end of presentation" string.
2201
2202 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2203
2204         * shell/ev-view.c: (ev_view_key_press_event):
2205
2206         Correctly propagate key press event so that up/down keys
2207         work as expected (correct behaviour was broken by
2208         black/white screen key bindings for presentations).
2209
2210 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
2213         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
2214         (pdf_document_find_get_progress), (pdf_selection_render_selection),
2215         (pdf_selection_get_selection_region),
2216         (pdf_selection_get_selection_map):
2217
2218         Add "static" to some private functions. 
2219
2220 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
2221
2222         * lib/ev-tooltip.h:
2223         * properties/ev-properties-view.h:
2224         * shell/ev-jobs.h:
2225         * shell/ev-properties-dialog.h:
2226         * shell/ev-properties-fonts.h:
2227         * shell/ev-sidebar-links.h:
2228         * shell/ev-sidebar-thumbnails.h:
2229         * shell/ev-sidebar.h:
2230         * shell/ev-window.h:
2231         
2232         Fixes CHACK type in class casts. See bug #385343
2233         for details.
2234
2235 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * shell/ev-view-private.h:
2238         * shell/ev-view.c: (draw_end_presentation_page),
2239         (ev_view_expose_event), (ev_view_key_press_event),
2240         (ev_view_class_init), (ev_view_init):
2241
2242         Blank screen in presentation mode when pressing 'b' (filling with
2243         black) or 'w' (filling with white) keys. Fixes bug #358132.
2244
2245 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
2246
2247         * data/evince-toolbar.xml:
2248         * shell/ev-window.c:
2249         
2250         Use stock icon for Select All action. Fixes
2251         bug #382652.
2252
2253 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
2254
2255         * shell/ev-view.c: (get_doc_point_from_offset),
2256         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
2257
2258         Add links support in rotated documents. Fixes bug #343733.
2259
2260 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * shell/ev-view-private.h:
2263         * shell/ev-view.c: (draw_end_presentation_page),
2264         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
2265
2266         Show a blank page after the last page in presentation mode with a
2267         message indicating that presentation has finished and how to exit. 
2268
2269 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-window.c: (fullscreen_timeout_cb):
2272
2273         Hide cursor after a while in presentation mode. 
2274
2275 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2276
2277         * backend/ev-document-info.h:
2278         * data/evince-properties.glade:
2279         * pdf/ev-poppler.cc:
2280         * properties/ev-properties-view.c: (ev_regular_paper_size),
2281         (ev_properties_view_set_info):
2282         * ps/ps-document.c: (ps_document_get_info):
2283
2284         Adds a paper size field to the properties dialog. Fixes
2285         bug #307315. Patch by Kasper Svendsen (with some i18n
2286         changes done by me).
2287
2288 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2289
2290         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2291         (screensaver_init_dbus), (totem_scrsaver_new),
2292         (totem_scrsaver_init):
2293         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2294         * shell/ev-application.c: (ev_application_register_service),
2295         (ev_application_screensaver_enable),
2296         (ev_application_screensaver_disable):
2297         * shell/ev-application.h:
2298         * shell/ev-window.c: (ev_window_run_presentation),
2299         (ev_window_stop_presentation), (build_comments_string),
2300         (ev_window_init):
2301         
2302         Move screensaver handling to application. No more
2303         message on startup.
2304
2305 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2306
2307         * configure.ac:
2308         * backend/Makefile.am:
2309         * backend/ev-file-exporter.[ch]:
2310         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
2311         * ps/ps-document.c: (ps_document_file_exporter_*):
2312         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
2313         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2314         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2315         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2316
2317         Allow printing to PDF when suppoted by the backend.
2318         
2319 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2320
2321         * shell/ev-window.c: (build_comments_string):
2322
2323         Use always "Document Viewer" in about dialog. 
2324
2325 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * djvu/djvu-document.c: (djvu_document_get_page_size):
2328
2329         Display a warning message when get_pageinfo fails. 
2330
2331 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
2332
2333         * Makefile.am:
2334         * backend/Makefile.am:
2335         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
2336         * configure.ac:
2337         * shell/ev-window.c: (build_comments_string):
2338         
2339         Make pdf compilation optional. See bug #38007.
2340
2341 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * ps/ps.c: (get_next_text):
2344
2345         Fix CVE-2006-5864.
2346
2347 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
2350         * shell/ev-navigation-action.c: (connect_proxy),
2351         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2352         
2353         Do not call g_type_class_peek_parent twice.
2354
2355 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2356
2357         * configure.ac:
2358         * data/icons/24x24/.cvsignore:
2359         * data/icons/24x24/Makefile.am:
2360         * data/icons/24x24/evince.png:
2361         * data/icons/Makefile.am:
2362         
2363         Add 24x24 icon. Thanks to 
2364         Michael Monreal <infernux@web.de>.
2365
2366 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2367
2368         * configure.ac: Fix typo in configure.ac. Thanks
2369         to dmacks@netspace.org for notification.
2370
2371 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2372
2373         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2374         
2375         Drop dbus include, fixes compilation with older dbus.
2376
2377 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2378
2379         * configure.ac:
2380         * cut-n-paste/Makefile.am:
2381         * cut-n-paste/totem-screensaver/.cvsignore
2382         * cut-n-paste/totem-screensaver/Makefile.am:
2383         * cut-n-paste/totem-screensaver/README:
2384         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2385         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
2386         * shell/Makefile.am:
2387         * shell/ev-window.c: (ev_window_run_presentation),
2388         (ev_window_stop_presentation), (ev_window_cmd_help_about),
2389         (ev_window_init):
2390
2391         Implemented screensaver enabling/disabling for
2392         presentation mode (not fullscreen mode). Code stolen
2393         from Totem (with some minor tweaks). Fixes bug #338889.
2394
2395 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2396
2397         * configure.ac:
2398
2399         Bump gnome-icon-theme requirements. We use the rotation
2400         icons that appeared recently.
2401
2402 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2403
2404         * shell/ev-history.c: (ev_history_add_page):
2405         * shell/ev-history.h:
2406         * shell/ev-window.c: (page_changed_cb):
2407         
2408         Use page labels instead of numbers.
2409
2410 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2411
2412         * data/evince-toolbar.xml:
2413         * po/POTFILES.in:
2414         * shell/Makefile.am:
2415         * shell/ev-navigation-action-widget.c:
2416         (ev_navigation_action_widget_init),
2417         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
2418         (menu_detacher), (ev_navigation_action_widget_set_menu),
2419         (menu_position_func), (popup_menu_under_arrow),
2420         (ev_navigation_action_widget_toggled),
2421         (ev_navigation_action_widget_button_press_event):
2422         * shell/ev-navigation-action-widget.h:
2423         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
2424         (ev_navigation_action_set_window), (activate_menu_item_cb),
2425         (new_history_menu_item), (new_empty_history_menu_item),
2426         (build_menu), (menu_activated_cb), (connect_proxy),
2427         (create_tool_item), (ev_navigation_action_init),
2428         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
2429         * shell/ev-navigation-action.h:
2430         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
2431         (ev_page_action_widget_set_page_cache),
2432         (ev_page_action_widget_finalize),
2433         (ev_page_action_widget_class_init), (match_selected_cb),
2434         (display_completion_text), (match_completion), (build_new_tree_cb),
2435         (get_filter_model_from_model),
2436         (ev_page_action_widget_update_model):
2437         * shell/ev-page-action-widget.h:
2438         * shell/ev-page-action.c: (activate_link_cb), (update_model),
2439         (connect_proxy):
2440         * shell/ev-page-action.h:
2441         * shell/ev-stock-icons.c:
2442         * shell/ev-stock-icons.h:
2443         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2444         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
2445         (register_custom_actions):
2446         * shell/main.c:
2447         
2448         Preliminary history implementation
2449
2450 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2451
2452         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
2453         (dvi_document_class_init), (dvi_document_init_params):
2454         * dvi/mdvi-lib/font.c: (font_reference):
2455         
2456         Add reference to subfont. Fixes bug #374277.
2457
2458 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2459
2460         * shell/ev-window.c: (ev_window_create_tmp_symlink),
2461         (ev_window_cmd_file_open_copy_at_dest):
2462
2463         Fix a race condition when creating symlink. Increase the counter
2464         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
2465         Mathias Hasselmann).
2466
2467 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * backend/Makefile.am:
2470         * backend/ev-attachment.c: (ev_attachment_open):
2471         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
2472         (ev_tmp_dir), (ev_tmp_filename):
2473         * shell/ev-sidebar-attachments.c:
2474         (ev_sidebar_attachments_drag_data_get):
2475         * shell/ev-window.c: (ev_window_clear_temp_file):
2476
2477         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
2478         in ensure_dir_exists. Abort without crashing when we can't create
2479         user's directory.
2480
2481 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2482
2483         * data/evince-ui.xml:
2484         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2485         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
2486         (ev_window_cmd_file_open_copy_at_dest),
2487         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
2488         (ev_view_popup_cmd_open_link_new_window):
2489
2490         Allow opening a copy of the current document in a new window. Fixes bug
2491         #357472
2492
2493 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2494
2495         * data/evince-toolbar.xml:
2496         
2497         Add rotate right and rotate left to available items for toolbar.
2498         
2499         * data/evince-ui.xml:
2500         * shell/ev-window.c: (ev_window_init):
2501         
2502         Customize toolbar with right click. Fixes bug #372451.
2503
2504 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
2505
2506         * shell/ev-window.c: 
2507         
2508         Use "object-rotate-{left,right}" stock icons. Fixes 
2509         bug #373863.
2510
2511 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
2514         (ev_application_open_uri_at_dest), (ev_application_open_uri):
2515         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
2516         (ev_window_open_uri):
2517         * shell/main.c: (arguments_parse):
2518
2519         Remove temp file created when evince is used by GTK+ in
2520         preview mode. Fixes bug #365282. 
2521
2522 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2523
2524         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
2525         
2526         Fixes bug #372474 - Side pane disabled when entering 
2527         and leaving fullscreen mode.
2528
2529 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
2532         * data/Makefile.am:
2533         * data/evince-preview-toolbar.xml:
2534         * data/evince-toolbar.xml:
2535         * shell/ev-application.c: (ev_application_shutdown),
2536         (ev_application_init), (ev_application_get_toolbars_model):
2537         * shell/ev-application.h:
2538         * shell/ev-window.c: (update_chrome_visibility),
2539         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
2540         (ev_window_cmd_edit_toolbar), (ev_window_init):
2541         
2542         Fixes bug #364364 - toolbar editor shows zoom actions again.
2543
2544 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2547
2548         Do not take margins into consideration for paper size when printing.
2549         Really fixes bug #350491.
2550
2551 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * data/evince-ui.xml:
2554         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
2555         (ev_window_cmd_file_print_setup),
2556         (ev_window_print_dialog_response_cb),
2557         (ev_window_setup_action_sensitivity):
2558
2559         Add page setup settings for printing. Fixes bugs #363860 and #350491.
2560
2561 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2562
2563         * shell/ev-window.c: (ev_window_print_range):
2564
2565         Revert my previuos commit, since printing to PDF is not supported by
2566         evince yet. 
2567
2568 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-window.c: (ev_window_print_range):
2571
2572         Enable print to a PDF. Fixes bug #332121.
2573
2574 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * shell/ev-application-service.xml:
2577         * shell/ev-application.[ch]: (ev_application_open_window),
2578         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
2579         (ev_application_open_uri), (ev_application_open_uri_list):
2580         * shell/ev-window.c: (file_open_dialog_response_cb),
2581         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
2582         (drag_data_received_cb), (open_remote_link):
2583         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
2584
2585         Add support for multiscreen systems. Fixes bug #316206.
2586
2587 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * shell/ev-jobs.[ch]: (ev_job_print_new),
2590         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
2591         (ev_job_print_do_page):
2592         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
2593
2594         Allow printing only odd/even pages. Fixes bug #367289.
2595
2596 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2597
2598         * test/test1.py:
2599         * test/test2.py:
2600
2601         Re-add locale settings to test files.
2602
2603 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * data/evince-ui.xml:
2606         * shell/ev-window.c: (set_action_properties):
2607         
2608         Removed garbage from code and ui.
2609
2610 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2611
2612         * shell/ev-window.c: (ev_window_cmd_help_about):
2613
2614         Shamelessly add my name to the list of contributors.
2615
2616 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2617
2618         * test/test1.py:
2619         * test/test2.py:
2620
2621         Cleaned up the dogtail scripts.
2622
2623 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2624
2625         * shell/ev-view.c: (draw_loading_text): Don't render
2626         "loading..." text in presentation mode. Temporary
2627         workaround for bug #320352.
2628
2629 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
2632         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2633
2634         Use print settings scale, copies, collate and reverse which were
2635         ignored. Fixes bug #359032.
2636
2637 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2638
2639         * configure.ac:
2640         * data/evince-password.glade:
2641         * test/Makefile.am:
2642         * test/test-encrypt.pdf:
2643         * test/test-links.pdf:
2644         * test/test1.py:
2645         * test/test2.py:
2646
2647         Add automated UI tests for evince with dogtail. See
2648         bug #300948.    
2649
2650 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
2653
2654         Hide fullscreen toolbar when switching to another desktop workspace.
2655         Fixes bug #338871
2656
2657 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2658
2659         * shell/ev-window-title.c: 
2660         
2661         Test for .dvi in title of pdf documents.
2662
2663 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
2664
2665         * shell/ev-view.c: (ev_view_scroll):
2666
2667         Page Up/Down should do page jumps in "Best fit" mode.
2668         If a user has explicitly chosen to view exactly one page
2669         at a time, scrolling just a part of the page when
2670         pressing Page Up/Down is not right. Fixes bug #323107.
2671
2672 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2673
2674         * NEWS:
2675         * configure.ac:
2676         
2677         Update for 0.6.1
2678
2679 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2680
2681         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2682         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
2683         
2684         Correctly disconnect from job signals on destroy.
2685
2686 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2687
2688         * shell/ev-view-private.h:
2689         * shell/ev-view.c: (view_set_adjustment_values),
2690         (view_update_range_and_current_page),
2691         (ensure_rectangle_is_visible), (ev_view_size_allocate):
2692         
2693         Fixes bug #343199, current page now follows find page.
2694
2695 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
2696
2697         * backend/ev-document-factory.c:
2698         * configure.ac:
2699         Assigned OpenDocument presenation MIME type to the
2700         Impress backend. Added some missing (but harmless)
2701         #ifdefs in the document factory as well to make things
2702         consistent again. Fixes bug #360658.
2703
2704 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
2705
2706         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
2707         * backend/ev-document-find.c: (ev_document_find_get_type):
2708         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
2709         * backend/ev-document-links.c: (ev_document_links_get_type):
2710         * backend/ev-document-security.c: (ev_document_security_get_type):
2711         * backend/ev-document-thumbnails.c:
2712         (ev_document_thumbnails_get_type):
2713         * backend/ev-document.c: (ev_document_get_type):
2714         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
2715         * backend/ev-selection.c: (ev_selection_get_type):
2716         * cut-n-paste/recent-files/egg-recent-model.c:
2717         (egg_recent_model_get_type):
2718         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2719         (egg_recent_view_uimanager_get_type):
2720         * cut-n-paste/recent-files/egg-recent-view.c:
2721         (egg_recent_view_get_type):
2722         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
2723         (egg_editable_toolbar_get_type):
2724         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
2725         (egg_toolbar_editor_get_type):
2726         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
2727         (egg_toolbars_model_get_type):
2728         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
2729         (egg_tree_multi_drag_source_get_type):
2730         * cut-n-paste/zoom-control/ephy-zoom-action.c:
2731         (ephy_zoom_action_get_type):
2732         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2733         (ephy_zoom_control_get_type):
2734         * impress/r_back.c: (_imp_fill_back):
2735         * properties/ev-properties-main.c:
2736         (ev_properties_plugin_register_type):
2737         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
2738         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
2739         (ev_view_accessible_factory_get_type):
2740
2741         Reduce relocations. Bug #360616.
2742
2743 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2744
2745         * backend/ev-document-factory.c:
2746         (ev_document_factory_get_document):
2747         
2748         Load document even if extension is wrong.
2749
2750 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2751
2752         * shell/ev-metadata-manager.c: (save_values):
2753         * shell/ev-window.c: (setup_size_from_metadata),
2754         (setup_view_from_metadata), (ev_window_setup_document),
2755         (ev_window_xfer_job_cb), (window_configure_event_cb):
2756         
2757         Set size according to the document size/page size ratio.
2758         That should correct rather wierd behaviour of the previous
2759         commit.
2760
2761 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2762
2763         * shell/ev-window.c: (setup_view_from_metadata):
2764         
2765         Set size for new windows from previous window size.
2766         See bugs #354968 and #168450 for details. Thanks
2767         to Meik Hellmund.
2768
2769 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2770
2771         * djvu/djvu-links.c: (build_tree):
2772
2773         Fix memory leak.
2774
2775 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2776
2777         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
2778         
2779         Don't make sidebar close button insensitive. Fixes
2780         bug #357871.
2781
2782 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2783
2784         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2785         (ev_window_set_view_accels_sensitivity):
2786         
2787         Don't enable Slash on documents which don't support
2788         find. Fixes bug #358648.
2789
2790 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
2791
2792         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
2793         open dialog fall back to the current document uri if the
2794         filechooser hasn't been used before. Fixes bug #356980.
2795
2796 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
2797
2798         * shell/ev-window.c: (ev_window_setup_recent), 
2799         (ev_window_get_recent_file_label):
2800
2801         Escape underscores in filenames of recent file items.
2802
2803 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * configure.ac:
2806         
2807         Bumped poppler requirements, really 0.5.3 is very 
2808         buggy, now we require 0.5.4.
2809
2810 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2811
2812         * djvu/Makefile.am:
2813         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2814         (djvu_document_find_iface_init), (djvu_document_links_get_links),
2815         (djvu_document_document_links_iface_init):
2816         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
2817         (number_from_string_10), (get_djvu_link_dest),
2818         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
2819         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
2820         (djvu_links_get_links), (djvu_links_find_link_dest),
2821         (djvu_links_get_links_model):
2822         * djvu/djvu-links.h:
2823         
2824         Add support for links and bookmarks in djvu documents. Thanks
2825         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
2826         patch.
2827
2828 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2829
2830         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2831         
2832         Reopen should reload document. Fixes 
2833         bug 327951.
2834
2835 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2836
2837         * configure.ac:
2838         * data/Makefile.am:
2839         * data/evince-16.png:
2840         * data/evince-22.png:
2841         * data/evince.png:
2842         * data/evince.svg:
2843         * data/icons/16x16/Makefile.am:
2844         * data/icons/16x16/evince.png:
2845         * data/icons/22x22/Makefile.am:
2846         * data/icons/22x22/evince.png:
2847         * data/icons/48x48/Makefile.am:
2848         * data/icons/48x48/evince.png:
2849         * data/icons/Makefile.am:
2850         * data/icons/scalable/Makefile.am:
2851         * data/icons/scalable/evince.svg:
2852         
2853         Install icons with correct names. Fixes
2854         bug #354429.
2855
2856 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-view.c: (ev_view_button_release_event):
2859
2860         Don't open links with middle mouse button. Fixes bug #353649
2861
2862 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2863
2864         * NEWS:
2865         * configure.ac:
2866         
2867         Update for release 0.6.0
2868
2869 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2870
2871         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
2872         Implement Close named action. Patch by Carlos Garcia Campos.
2873
2874 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2875
2876         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
2877         
2878         Don't clear link mapping on copy_job_to_job_info. Fixes
2879         bug 346168.
2880
2881 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/main.c: (main):
2884
2885         Revert my previous commit, gnome_program_init owns the option context.
2886         Fix another memory leak in main. Both caught by Christian Persch. 
2887
2888 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * shell/main.c: (main):
2891
2892         Fix memory leak.
2893
2894 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * backend/ev-document-factory.c: (ev_document_factory_get_document):
2897
2898         Fix crash when opening a pdf with password protection. 
2899
2900 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * pdf/ev-poppler.cc: (pdf_document_search_free):
2903
2904         Fix memory leak. 
2905
2906 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2907
2908         * backend/ev-document-factory.c:
2909         (ev_document_factory_get_document):
2910         * tiff/tiff-document.c: (tiff_document_finalize):
2911         
2912         More correct handling of document loading. Fixes
2913         bug #349043.
2914
2915 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * backend/ev-attachment.c: (ev_attachment_save):
2918
2919         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
2920         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
2921
2922 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
2923         
2924         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
2925         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
2926
2927 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * shell/ev-sidebar-thumbnails.c:
2930
2931         Do not render thumbnails unless thumbnails page is active in the
2932         sidebar.
2933
2934 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
2935
2936         * shell/ev-properties-dialog.c:
2937
2938         Fix dialogue spacing. Bug #351370.
2939
2940 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
2941
2942         * configure.ac:
2943
2944         Use lowercase gettext catalog file names (evince.mo
2945         instead of Evince.mo)
2946
2947 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-sidebar-attachments.c:
2950
2951         GtkIconTheme is now screen safe too. Fixes bug #350878
2952
2953 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * shell/ev-window.c:
2956
2957         GtkRecent manager is now screen safe. Fixes bug #350145
2958
2959 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2960
2961         * shell/ev-sidebar.c: (ev_sidebar_init):
2962         
2963         Make sidebar close icon smaller. Fix for bug 350177.
2964         See also bugs 350176 and 165770.
2965
2966 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
2969
2970         Ignore zoom for xyz destinations when it's <= 1, keeping user
2971         preferences instead. Set correct sizing-mode for fith and fitv
2972         destinations rather than EV_SIZING_FREE. Fixes bug #349433
2973
2974 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * NEWS:
2977         * configure.ac:
2978         
2979         Update for release 0.5.5
2980
2981 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
2982         
2983         * shell/ev-window.c: (ev_window_cmd_escape)
2984
2985         Escape unfocus page entry. Fixes bug #345809.
2986
2987 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2988
2989         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
2990         (build_tree), (pdf_document_links_get_links),
2991         (pdf_document_links_find_link_dest):
2992         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
2993         (goto_xyz_dest):
2994
2995         Convert from PDF style coordinates to X style coordinates in the
2996         backend rather than in the view. Fixes bug #338440
2997
2998 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2999
3000         * shell/ev-window.c:
3001         
3002         Remove Ctrl+Shift+T shortcut for toolbars. See
3003         the bug #350098.
3004
3005 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * configure.ac:
3008
3009         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
3010         of this. 
3011
3012 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3013
3014         * configure.ac:
3015         * cut-n-paste/Makefile.am:
3016         * data/evince-ui.xml:
3017         * shell/Makefile.am:
3018         * shell/ev-application.[ch]:
3019         * shell/ev-window.c:
3020
3021         Use GtkRecent instead of EggRecent when it's available. Fixes bug
3022         #349273
3023
3024 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3025
3026         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
3027         findbar code: s/help/search/
3028
3029 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3030
3031         * shell/ev-window.c: (setup_document_from_metadata),
3032         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
3033         (setup_view_from_metadata):
3034         
3035         Fix memory leaks.
3036
3037 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
3038
3039         * autogen.sh, configure.ac: 
3040         
3041         Update automake usage. See bug 349292.
3042
3043 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * shell/eggfindbar.c: (egg_find_bar_class_init),
3046         (entry_activate_callback), (egg_find_bar_init),
3047         (egg_find_bar_set_status_text):
3048         * shell/eggfindbar.h:
3049         
3050         Unify Evince findbar with Epiphany. Nice patch
3051         from Fabricio Silva <silva@crans.org> and
3052         Frederic Peters <fpeters@entrouvert.com>. See
3053         bug #339966 for details.
3054
3055 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3056
3057         * data/evince.desktop.in.in:
3058         
3059         Correct information for bugzilla. Thanks to
3060         Olaf Vitters, see bug #348855.
3061
3062 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3063
3064         * shell/ev-jobs.[ch]:
3065         * shell/ev-sidebar-links.c:
3066         * shell/ev-window.[ch]:
3067
3068         GtkPrintJob doesn't support print ranges or current page, so we export
3069         to a ps file now when printing ranges or current page.
3070
3071 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3072
3073         * pdf/ev-poppler.cc:
3074         * shell/ev-window.c: (do_action_named):
3075
3076         We should be more clear about bugzilla. See the
3077         poppler bug #7623.
3078
3079 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3080
3081         * configure.ac:
3082         * shell/Makefile.am:
3083         * shell/ev-job-queue.c:
3084         * shell/ev-jobs.[ch]:
3085         * shell/ev-sidebar-links.c:
3086         * shell/ev-window.[ch]:
3087         
3088         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
3089         #348422
3090
3091 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3092
3093         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
3094         * shell/ev-application-service.xml:
3095         * shell/ev-application.[ch]:
3096         * shell/ev-jobs.[ch]:
3097         * shell/ev-window.[ch]: (ev_window_run_preview):
3098         * shell/main.c: 
3099
3100         Add preview mode to use evince as a printing previewer. It also adds
3101         other command line options for fullscreen and presentation modes.
3102         Fixes bugs #347822, #317031
3103
3104 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3105
3106         * NEWS:
3107         * configure.ac:
3108         
3109         Update for release 0.5.4
3110
3111 2006-07-11  Bastien Nocera <hadess@hadess.net>
3112
3113         * Makefile.am:
3114         * backend/Makefile.am:
3115         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3116         * backend/ev-document-factory.h:
3117         * configure.ac:
3118         * impress/.cvsignore:
3119         * impress/Makefile.am:
3120         * impress/common.h:
3121         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
3122         (imp_get_page), (imp_next_page), (imp_prev_page),
3123         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
3124         * impress/f_oasis.c: (render_object), (render_page),
3125         (get_geometry), (_imp_oasis_load):
3126         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
3127         (_imp_oo13_load):
3128         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
3129         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
3130         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
3131         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
3132         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
3133         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
3134         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
3135         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
3136         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
3137         (iks_new_within), (iks_insert), (iks_insert_cdata),
3138         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
3139         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
3140         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
3141         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
3142         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
3143         (iks_cdata), (iks_cdata_size), (iks_has_children),
3144         (iks_has_attribs), (escape_size), (my_strcat), (escape),
3145         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
3146         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
3147         (iks_tree), (iks_load), (iks_save):
3148         * impress/iksemel.h:
3149         * impress/imposter.h:
3150         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
3151         (imp_render_draw_bezier_real), (imp_render_get_size),
3152         (imp_render_set_fg_color), (imp_render_draw_line),
3153         (imp_render_draw_rect), (imp_render_draw_polygon),
3154         (imp_render_draw_arc), (imp_render_draw_bezier),
3155         (imp_render_open_image), (imp_render_get_image_size),
3156         (imp_render_scale_image), (imp_render_draw_image),
3157         (imp_render_close_image), (imp_render_markup),
3158         (imp_render_get_text_size), (imp_render_draw_text),
3159         (impress_document_load), (impress_document_save),
3160         (impress_document_get_n_pages), (impress_document_get_page_size),
3161         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
3162         (impress_document_finalize), (impress_document_class_init),
3163         (impress_document_can_get_text), (impress_document_get_info),
3164         (impress_document_document_iface_init),
3165         (impress_document_thumbnails_get_thumbnail),
3166         (impress_document_thumbnails_get_dimensions),
3167         (impress_document_document_thumbnails_iface_init),
3168         (impress_document_init):
3169         * impress/impress-document.h:
3170         * impress/internal.h:
3171         * impress/r_back.c: (_imp_fill_back):
3172         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
3173         (_imp_draw_image), (_imp_tile_image):
3174         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
3175         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
3176         (r_polyline):
3177         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
3178         (r_draw_gradient_complex), (r_draw_gradient):
3179         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
3180         (r_get_bullet):
3181         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
3182         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
3183         (r_text):
3184         * impress/render.c: (imp_create_context), (imp_context_set_page),
3185         (imp_context_set_step), (imp_render), (imp_delete_context):
3186         * impress/render.h:
3187         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
3188         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
3189         (zip_load_xml), (zip_get_size), (zip_load):
3190         * impress/zip.h:
3191         * shell/ev-utils.c:
3192         
3193         New backend to support impress slides. Fixes bug #30867.
3194
3195 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
3196
3197         * shell/ev-utils.c: (using_postscript_printer):
3198         
3199         Fixes crash when print using PAPI backend,
3200         bug #345012.
3201
3202 2006-06-09  Pat Rondon  <pmr@patrondon.org>
3203
3204         * shell/ev-jobs.c: (ev_job_xfer_run):
3205         * shell/ev-window.c: (password_dialog_response),
3206         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
3207         (ev_window_dispose):
3208         Fixes bug #344160: if the xfer job doesn't complete
3209         because a password is required, reload the existing
3210         instance instead of creating a new one.
3211
3212 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3213
3214         * shell/main.c: (main): Call gdk_threads_init. Thus
3215         we'll avoid errors in auth dialog. Fix for the bug
3216         #343347.
3217
3218 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3219
3220         * configure.ac: Advertise pixbuf support, fix
3221         for the bug 343317.
3222
3223 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3224
3225         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
3226         (ev_sidebar_thumbnails_set_document):
3227         
3228         Update sidebar thumbnails after reloading.
3229
3230 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3231
3232         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
3233         * shell/ev-jobs.h:
3234         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
3235         (ev_window_cmd_view_reload), (ev_window_init):
3236         
3237         Don't crash on reload. Fix for the bug #343167.
3238
3239 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * shell/ev-jobs.c: (ev_job_render_run):
3242         
3243         Check for document links.
3244
3245 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3246
3247         * backend/ev-attachment.c: (ev_attachment_save),
3248         (ev_attachment_launch_app), (ev_attachment_open):
3249         * backend/ev-document-factory.c: (get_document_from_uri):
3250         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3251         (egg_recent_view_uimanager_set_list):
3252         * ps/ps-document.c: (check_filecompressed), (document_load),
3253         (ps_document_load):
3254         * shell/ev-metadata-manager.c: (load_values):
3255         * shell/ev-password.c: (ev_password_dialog_set_property):
3256         * shell/ev-view.c: (tip_from_link):
3257         * shell/ev-window.c: (file_save_dialog_response_cb),
3258         (ev_window_print_dialog_response_cb):
3259         
3260         Use consistent quoting style. Fix for the bug #320285.
3261
3262 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3263
3264         * shell/ev-jobs.c: (ev_job_xfer_run):
3265         * shell/main.c: (load_files):
3266                 
3267         Open links with anchors. Fix for the bug #339836.
3268
3269 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3270
3271         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
3272         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
3273         (ev_link_dest_set_property), (ev_link_dest_finalize),
3274         (ev_link_dest_class_init), (ev_link_dest_new_named),
3275         (ev_link_dest_new_page_label):
3276         * backend/ev-link-dest.h:
3277         * shell/ev-application.c: (ev_application_open_uri):
3278         * shell/ev-view.c: (goto_dest):
3279         * shell/ev-window.c:
3280         * shell/ev-window.h:
3281         
3282         Fix page-label command line option. Bug #342070.
3283
3284 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3285
3286         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3287         
3288         Don't show highlight rects if page can't be showed. Fix for 
3289         the bug #342076
3290
3291 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3292
3293         * shell/ev-window.c: (setup_sidebar_from_metadata),
3294         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
3295         
3296         Setup sidebar from metadata even if there is no document
3297         loaded. Fix for the bug #342807.
3298
3299 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3300
3301         * cut-n-paste/toolbar-editor/Makefile.am:
3302         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3303         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
3304         (find_action), (drag_data_delete_cb), (drag_begin_cb),
3305         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
3306         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
3307         (popup_context_menu_cb), (button_press_event_cb),
3308         (configure_item_sensitivity), (configure_item_cursor),
3309         (configure_item_tooltip), (connect_widget_signals),
3310         (action_sensitive_cb), (create_item_from_action),
3311         (create_item_from_position), (toolbar_drag_data_received_cb),
3312         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
3313         (toolbar_drag_leave_cb), (configure_drag_dest),
3314         (toggled_visibility_cb), (toolbar_visibility_refresh),
3315         (create_dock), (toolbar_changed_cb), (unparent_fixed),
3316         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
3317         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
3318         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
3319         (egg_editable_toolbar_dispose),
3320         (egg_editable_toolbar_set_ui_manager),
3321         (egg_editable_toolbar_get_selected),
3322         (egg_editable_toolbar_set_selected), (set_edit_mode),
3323         (egg_editable_toolbar_set_property),
3324         (egg_editable_toolbar_get_property),
3325         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
3326         (egg_editable_toolbar_new_with_model),
3327         (egg_editable_toolbar_get_edit_mode),
3328         (egg_editable_toolbar_set_edit_mode),
3329         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
3330         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
3331         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
3332         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
3333         (item_added_or_removed_cb), (toolbar_removed_cb),
3334         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
3335         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
3336         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
3337         (editor_create_item_from_name), (append_table),
3338         (update_editor_sheet), (egg_toolbar_editor_init):
3339         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
3340         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3341         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
3342         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
3343         (toolbar_node_free), (egg_toolbars_model_get_flags),
3344         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
3345         (egg_toolbars_model_get_name), (impl_add_item),
3346         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
3347         (parse_data_list), (parse_item_list), (parse_toolbars),
3348         (egg_toolbars_model_load_toolbars), (parse_available_list),
3349         (parse_names), (egg_toolbars_model_load_names),
3350         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
3351         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
3352         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
3353         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
3354         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
3355         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
3356         (egg_toolbars_model_set_types), (fill_avail_array),
3357         (egg_toolbars_model_get_name_avail),
3358         (egg_toolbars_model_get_name_flags),
3359         (egg_toolbars_model_set_name_flags):
3360         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
3361         * cut-n-paste/toolbar-editor/eggintl.h:
3362         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3363         (egg_tree_multi_drag_source_get_type),
3364         (egg_tree_multi_drag_source_row_draggable),
3365         (egg_tree_multi_drag_source_drag_data_delete),
3366         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
3367         (egg_tree_multi_drag_button_release_event), (selection_foreach),
3368         (path_list_free), (set_context_data), (get_context_data),
3369         (get_info), (egg_tree_multi_drag_drag_data_get),
3370         (egg_tree_multi_drag_motion_event),
3371         (egg_tree_multi_drag_button_press_event),
3372         (egg_tree_multi_drag_add_drag_support):
3373         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
3374         * shell/ev-application.c: (ev_application_init),
3375         (ev_application_save_toolbars_model):
3376         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
3377         (ev_window_cmd_edit_toolbar), (ev_window_init):
3378         
3379         Sync toolbareditor with epiphany and libegg
3380
3381 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3382
3383         * configure.ac: 
3384
3385         Depend on poppler 0.5.2
3386
3387 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3388
3389         * shell/ev-jobs.c: (ev_job_render_run):
3390         
3391         Check if document supports links iterface.
3392
3393 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3394
3395         * NEWS:
3396         * configure.ac:
3397         
3398         Update for release 0.5.3
3399
3400 2006-05-13  Michael Plump  <plumpy@skylab.org>
3401
3402         * configure.ac:
3403         * shell/Makefile.am:
3404         * shell/main.c: (main):
3405         
3406         Port to GOption command line parsing. Fix for the 
3407         bug #327518
3408
3409 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3410
3411         * shell/ev-window.c: (ev_window_cmd_help_about):
3412         
3413         Do not wrap license. Fix for the bug #309460.
3414
3415 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3416
3417         * configure.ac:
3418         * properties/ev-properties-main.c: (ev_properties_get_pages):
3419         * shell/ev-application.c: (ev_application_open_window),
3420         (ev_application_open_uri_at_dest):
3421         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3422         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
3423         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
3424         * shell/ev-utils.c: (save_print_config_to_file):
3425         * shell/ev-window.c: (ev_window_cmd_save_as),
3426         (ev_attachment_popup_cmd_save_attachment_as):
3427         * shell/main.c: (load_files_remote):
3428         
3429         Bump requirements to gtk 2.8 and drop all ifdefs used.
3430
3431 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3432
3433         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
3434         * shell/ev-window.c: (ev_window_init):
3435         
3436         Show attachments page.
3437
3438 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3439
3440         * po/POTFILES.in:
3441         * shell/ev-attachment-bar.c:
3442         * shell/ev-attachment-bar.h:
3443         * shell/ev-sidebar-attachments.c:
3444         (ev_sidebar_attachments_icon_cache_add),
3445         (icon_theme_get_pixbuf_from_mime_type),
3446         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
3447         (ev_sidebar_attachments_icon_cache_refresh),
3448         (ev_sidebar_attachments_get_attachment_at_pos),
3449         (ev_sidebar_attachments_popup_menu_show),
3450         (ev_sidebar_attachments_popup_menu),
3451         (ev_sidebar_attachments_button_press),
3452         (ev_sidebar_attachments_update_icons),
3453         (ev_sidebar_attachments_drag_data_get),
3454         (ev_sidebar_attachments_get_property),
3455         (ev_sidebar_attachments_destroy),
3456         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
3457         (ev_sidebar_attachments_new),
3458         (ev_sidebar_attachments_set_document),
3459         (ev_sidebar_attachments_support_document),
3460         (ev_sidebar_attachments_get_label),
3461         (ev_sidebar_attachments_page_iface_init):
3462         * shell/ev-sidebar-attachments.h:
3463         * shell/ev-window.c: (update_chrome_visibility),
3464         (setup_sidebar_from_metadata), (ev_window_setup_document),
3465         (ev_window_sidebar_current_page_changed_cb),
3466         (attachment_bar_menu_popup_cb), (ev_window_init):
3467         
3468         Move attachments bar to sidebar.
3469
3470 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3471
3472         * pdf/ev-poppler.cc:
3473         * shell/ev-application.[ch]:
3474         * shell/main.c:
3475
3476         Fix some memory leaks.
3477
3478 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3479
3480         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
3481
3482         Change the properties dialog response to
3483         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
3484         will make the dialog go away when the user presses
3485         enter. With gtk+ >= 2.9 this will happen anyway, but for
3486         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
3487         escape by default. Fixes bug #340539. See also bug
3488         #101293 for the gtk+ part.
3489
3490 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
3491
3492         * shell/ev-view.c (tip_from_action_named): Replace some strings
3493         that were wrong. Closes #340970.
3494
3495 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3498
3499         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
3500         #341049
3501
3502 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3503
3504         * djvu/Makefile.am:
3505         * dvi/Makefile.am:
3506         * dvi/mdvi-lib/Makefile.am:
3507         * properties/Makefile.am:
3508         * ps/Makefile.am:
3509         * shell/Makefile.am:
3510         * thumbnailer/Makefile.am:
3511         
3512         Due to broken libtool that is unable to track dependencies
3513         of noinst libraries we are forced to explicitely point
3514         libraries for binary. Fix for the bug #333334.
3515
3516 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3517
3518         * data/evince.desktop.in.in:
3519         * shell/ev-view.c: (view_update_range_and_current_page),
3520         (ev_view_next_page), (ev_view_previous_page):
3521         * shell/ev-window.c: (update_chrome_visibility),
3522         (setup_sidebar_from_metadata), (ev_window_setup_document),
3523         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
3524         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3525         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
3526         (ev_window_stop_fullscreen), (ev_window_run_presentation),
3527         (ev_window_stop_presentation), (ev_window_focus_in_event),
3528         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
3529         (ev_window_init):
3530         * thumbnailer/Makefile.am:
3531         
3532         Update fullscreen and presentation timeout handling. Hide
3533         cursor in presentation after timeout. Fix for the bugs
3534         #136359 and #336981.
3535
3536 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * backend/ev-link-action.[ch]:
3539         * pdf/ev-poppler.cc: (ev_link_from_action):
3540         * shell/ev-view-private.h:
3541         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
3542         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
3543
3544         Add support for Named Action links
3545
3546 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * backend/Makefile.am:
3549         * backend/ev-document-links.[ch]:
3550         * backend/ev-document.[ch]:
3551         * backend/ev-link-action.[ch]:
3552         * backend/ev-link-dest.[ch]:
3553         * backend/ev-link.[ch]:
3554         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
3555         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
3556         * shell/ev-page-action.c: (build_new_tree_cb):
3557         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
3558         (links_page_num_func), (update_page_callback):
3559         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
3560         (tip_from_link):
3561         * shell/ev-jobs.c:
3562         * shell/ev-window.[ch]: (ev_window_open_uri),
3563         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
3564         * shell/ev-application.[ch]: (ev_application_open_window),
3565         (ev_application_open_uri):
3566
3567         Rework links system, it adds support for remote links now and it makes
3568         easier to add new kinds of actions and destinations. Fixes bug #317292
3569
3570 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3571
3572         * data/Makefile.am:
3573         * data/evince.png:
3574         * data/evince-16.png:
3575         * data/evince-22.png:
3576         * data/evince.svg:
3577         * shell/main.c: (main):
3578         
3579         Evince use it's own icon. Fix for the bug #313392.
3580
3581         * shell/ev-window.c: (fullscreen_timeout_cb),
3582         (fullscreen_set_timeout), (fullscreen_clear_timeout),
3583         (ev_window_cmd_help_about), (ev_window_dispose):
3584         
3585         Simplify fullscreen timeout code.
3586
3587 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3588
3589         * backend/ev-attachment.c: 
3590         * shell/ev-attachment-bar.c:
3591         * shell/ev-window.c:
3592
3593         Allow multiple selection of attachments
3594
3595 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3596
3597         * shell/ev-view.c: (view_update_range_and_current_page),
3598         (ev_view_scroll):
3599         
3600         Fix for the bug #312573 – Optimal selection of current 
3601         page among visible pages.
3602
3603 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3604
3605         * configure.ac:
3606         * djvu/Makefile.am:
3607         * djvu/djvu-text.h:
3608         
3609         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
3610         for the bug 339868.
3611
3612 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
3613
3614         * configure.ac: Fix the LINGUAS stuff here too so it builds.
3615
3616 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3617
3618         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
3619         dictated by the GNOME HIG. Fixes bug #339235.
3620
3621 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3622
3623         * data/evince-ui.xml:
3624         * shell/ev-view.c: (ev_view_can_find_previous):
3625         * shell/ev-view.h:
3626         * shell/ev-window.c: (ev_window_update_actions),
3627         (ev_window_cmd_edit_find_previous):
3628
3629         Add support for "Find Previous" as dictated by the GNOME HIG. A
3630         menu item is added and some glue code to make it all work is added
3631         to various files.
3632
3633 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3634
3635         * configure.ac: Award myself the "useless use of cat" award.
3636
3637 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
3638
3639         * po/LINGUAS: New file listing all supported languages.
3640
3641         * configure.in: Use po/LINGUAS instead of including all languages
3642         directly in this file. See the wiki for more information:
3643         http://live.gnome.org/GnomeGoals/PoLinguas
3644
3645 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3646
3647         * backend/ev-document-factory.c:
3648
3649         Do not load the document twice when there isn't errors
3650
3651 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * backend/ev-attachment.c: 
3654
3655         Fix a crash when there isn't a default application to open an
3656         attachment
3657
3658 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * backend/ev-attachment.[ch]:
3661         * shell/ev-attachment-bar.[ch]:
3662
3663         Added missing files. 
3664
3665 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * backend/Makefile.am:
3668         * data/evince-ui.xml:
3669         * backend/ev-attachment.[ch]:
3670         * backend/ev-document.[ch]: (ev_document_has_attachments),
3671         (ev_document_get_attachments):
3672         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
3673         (attachment_save_to_buffer), (pdf_document_get_attachments),
3674         (pdf_document_document_iface_init):
3675         * shell/Makefile.am:
3676         * shell/ev-attachment-bar.[ch]:
3677         * shell/ev-window.c:
3678
3679         Add support for PDF attachments. Fixes bug #325143
3680
3681 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3682
3683         * backend/ev-document-factory.c: (get_document_from_uri),
3684         (ev_document_factory_get_document):
3685         * backend/ev-document-factory.h:
3686         * properties/ev-properties-main.c: (ev_properties_get_pages):
3687         * shell/Makefile.am:
3688         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3689         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3690         (ev_job_queue_remove_job):
3691         * shell/ev-job-queue.h:
3692         * shell/ev-job-xfer.c:
3693         * shell/ev-job-xfer.h:
3694         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
3695         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
3696         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
3697         (ev_job_xfer_run):
3698         * shell/ev-jobs.h:
3699         * shell/ev-window.c: (ev_window_is_empty),
3700         (password_dialog_response), (ev_window_clear_xfer_job),
3701         (ev_window_xfer_job_cb), (ev_window_open_uri),
3702         (ev_window_cmd_focus_page_selector),
3703         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
3704         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3705         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3706         (ev_window_dispose):
3707         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3708         
3709         * Cleanup mime type detection on document load. Fix for the
3710         bug #336448.
3711
3712 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3713
3714         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
3715         
3716         Fix crash on exit, described in the bug #336825.
3717
3718 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * backend/ev-document-factory.c:
3721         (ev_document_factory_get_from_mime),
3722         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
3723         (ev_document_factory_get_document),
3724         (file_filter_add_mime_list_and_free),
3725         (ev_document_factory_add_filters):
3726         * backend/ev-document-factory.h:
3727         * properties/ev-properties-main.c: (ev_properties_get_pages):
3728         * shell/Makefile.am:
3729         * shell/ev-application.c:
3730         * shell/ev-job-xfer.c: (ev_job_xfer_run):
3731         * shell/ev-window.c: (ev_window_cmd_file_open),
3732         (ev_window_cmd_save_as):
3733         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
3734         
3735         Rework factory functions so they are placed now in a single 
3736         file ev-document-factory.c
3737
3738 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3739
3740         * shell/ev-window.c: (update_chrome_visibility):
3741         
3742         Fix for the bug 166566 - don't show menubar in fullscreen
3743         mode.
3744
3745 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
3746
3747         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
3748
3749 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3750
3751         * shell/ev-view.c: (ev_view_expose_event):
3752         
3753         More correctly draw loading text when document
3754         is empty.
3755
3756 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3757
3758         * shell/ev-view.c: (ev_view_scroll):
3759         
3760         Fix for the bug #334854, page down and page up switch
3761         pages in presentation mode.
3762
3763 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3764
3765         * shell/ev-window.c: (ev_window_set_action_sensitive),
3766         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
3767         (ev_window_set_view_accels_sensitivity),
3768         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
3769         (ev_window_cmd_continuous), (ev_window_cmd_dual),
3770         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
3771         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
3772         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
3773         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
3774         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
3775         (view_actions_focus_in_cb), (ev_window_init):
3776         
3777         Fix for the bug #333902, now it's possible to search
3778         words with slash.
3779
3780 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
3781
3782         * configure.ac: Added Breton translation.
3783         * po/br.po: Added Breton translation.
3784
3785 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-window-title (ev_window_title_update):
3788
3789         Fix memory leak in window title. Fixes bug #333944
3790
3791 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * shell/ev-metadata-manager.c (parseItem):
3794
3795         Fix memory leaks. Fixes bug #333945
3796
3797 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3798         
3799         * NEWS, configure.ac, TODO:
3800         
3801         Update for release 0.5.2.
3802
3803 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3804
3805         * shell/ev-view.c: (view_update_range_and_current_page),
3806         (page_changed_cb):
3807         
3808         Don't jump on scrolling, fix for the bug #333127.
3809
3810 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
3813         
3814         Scroll by one page in presentation mode. Fix for the bug
3815         #332993.
3816
3817 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
3818
3819         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
3820
3821 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
3822
3823         * configure.ac  Added lv in ALL_LINGUAS line.
3824
3825 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
3826         
3827         * NEWS, configure.ac:
3828         
3829         Update for release 0.5.1
3830
3831 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
3832
3833         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
3834         * backend/ev-document-misc.h:
3835         * shell/ev-view.c: (draw_one_page):
3836         
3837          Clairfy what page the toolbar page number applies to. Fix
3838          for the bug #328102.
3839
3840 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
3841
3842         * shell/ev-view-private.h:
3843         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
3844         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
3845         (ev_view_search_changed):
3846         * shell/ev-view.h:
3847         * shell/ev-window.c: (find_bar_search_changed_cb):
3848         
3849         Dont't jump to find result if window was scrolled during search.
3850         Fix for the bug #313266.
3851
3852 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
3853
3854         * shell/eggfindbar.c: (egg_find_bar_class_init):
3855         * shell/eggfindbar.h:
3856         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
3857         * shell/ev-view-private.h:
3858         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
3859         (ev_view_class_init), (ev_sizing_mode_get_type),
3860         (ev_scroll_type_get_type):
3861         * shell/ev-view.h:
3862         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
3863         (ev_window_cmd_scroll_backward), (find_bar_scroll),
3864         (ev_window_init):
3865         
3866         Fix for the bug 319133 - Find entry should allow text scroll.
3867
3868 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
3869
3870         * shell/ev-view-private.h:
3871         * shell/ev-view.c: (view_update_range_and_current_page),
3872         (highlight_find_results), (find_changed_cb), (page_changed_cb),
3873         (ev_view_set_document), (update_find_status_message),
3874         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
3875         (ev_view_find_previous):
3876         
3877         Fix for the bug #319137. Search now takes account for scrolling.
3878
3879 2006-02-19  Michael Hofmann <mh21@piware.de>
3880
3881         * configure.ac:
3882         * djvu/Makefile.am:
3883         * djvu/djvu-document-private.h:
3884         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3885         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
3886         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
3887         (djvu_document_can_get_text), (djvu_document_get_text),
3888         (djvu_document_document_iface_init),
3889         (djvu_document_thumbnails_get_thumbnail),
3890         (djvu_document_find_begin), (djvu_document_find_get_n_results),
3891         (djvu_document_find_get_result),
3892         (djvu_document_find_page_has_results),
3893         (djvu_document_find_get_progress), (djvu_document_find_cancel),
3894         (djvu_document_find_iface_init):
3895         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
3896         (djvu_text_page_selection), (djvu_text_page_limits_process),
3897         (djvu_text_page_limits), (djvu_text_page_copy),
3898         (djvu_text_page_position), (djvu_text_page_union),
3899         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
3900         (djvu_text_page_box), (djvu_text_page_append_text),
3901         (djvu_text_page_search), (djvu_text_page_prepare_search),
3902         (djvu_text_page_new), (djvu_text_page_free):
3903         * djvu/djvu-text-page.h:
3904         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
3905         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
3906         (djvu_text_n_results), (djvu_text_has_results),
3907         (djvu_text_get_result), (djvu_text_get_progress):
3908         * djvu/djvu-text.h:
3909         
3910         Text search in djvu. Fix for the bug #303415.
3911
3912 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3913
3914         * configure.ac:
3915         * shell/ev-window.c: (ev_window_cmd_save_as):
3916         
3917         Ask filechooser to confirm overwrite. Fix for the bug #328266.
3918         Thanks to Gary Coady <gary@lyranthe.org>
3919
3920 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * shell/ev-print-job.c: (idle_print_handler):
3923         
3924         Inverse order printing, bug #320919.
3925
3926 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * data/evince-toolbar.xml:
3929         * shell/ev-window.c:
3930         
3931         Allow to add sidebar checkbutton on toolbar. Fix
3932         for the bug #144577.
3933
3934 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
3937         
3938         Add checks that have sense for empty ps document.
3939
3940 2006-02-15  Luca Ferretti <elle.uca@libero.it>
3941
3942         * configure.ac: Include PS in mime types list. 
3943
3944 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3945
3946         * configure.ac:
3947         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
3948         * ps/gsdefaults.h:
3949         * ps/ps-document.c: (start_interpreter), (ps_document_load):
3950         
3951         Runtime check for gs interpreter. Fix for the bug #320868.
3952         Thanks to Antoine Dopffer antoine.dopffer@free.fr
3953
3954 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3955
3956         * shell/ev-application.c: 
3957
3958         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
3959         dbus>=0.60, so that the request is not queued. 
3960
3961 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3962
3963         * configure.ac:
3964         * shell/Makefile.am:
3965         * shell/ev-sidebar-links.c: (print_section_cb):
3966         * shell/ev-utils.c:
3967         * shell/ev-utils.h:
3968         * shell/ev-window.c: (update_action_sensitivity),
3969         (ev_window_close_dialogs), (ev_window_print):
3970         * shell/ev-window.h:
3971         
3972         Make printing support optional. Patch from Eduardo de Barros Lima
3973         <eduardo.lima@indt.org.br> for the bug #330546.
3974
3975 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3976
3977         * shell/ev-view-private.h:
3978         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
3979         (ev_view_set_document):
3980         * shell/ev-view.h:
3981         * shell/ev-window.c: (ev_window_load_job_cb),
3982         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
3983         (ev_window_init):
3984
3985         Draw Loading message during xfer job. Fix for the bug #329495.
3986
3987 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3988
3989         * comics/comics-document.c: (comics_regex_quote),
3990         (comics_document_load), (extract_argv):
3991         
3992         Correcly quote regexp before passing it to unzip.
3993
3994 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3995
3996         * shell/ev-page-cache.c: (build_height_to_page),
3997         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
3998         (ev_page_cache_get_dual_even_left):
3999         * shell/ev-page-cache.h:
4000         * shell/ev-view.c: (view_update_range_and_current_page),
4001         (get_page_y_offset), (get_page_extents):
4002         
4003         Place even pages to the left if document has less then
4004         two pages. Fix for the bug #328856.
4005
4006 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4007
4008         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4009         
4010         Correct comics scheme. This make evince create thumbnails
4011         for comic books. Fix for the bug 329088.
4012
4013 2006-01-31  Christopher Aillon  <caillon@redhat.com>
4014
4015         * data/evince-password.glade: Don't explicitly set
4016         invisible_char to the current default value in case
4017         the default changes; let GTK+ do its magic.
4018
4019 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
4022         real filename to tmp filename since often document
4023         type is determined by extension.
4024
4025 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4026
4027         * shell/ev-view.c: (add_scroll_binding_keypad),
4028         (ev_view_binding_activated), (ev_view_class_init):
4029         
4030         Add keybindings for percision-scrolling of display area. 
4031         Fix for the bug #314072.
4032
4033 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * data/evince.desktop.in.in:
4036         
4037         Add GTK to the list of categories. Fix for the bug #328034.
4038
4039 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4040
4041         * shell/ev-application.c: (ev_application_shutdown),
4042         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
4043         * shell/ev-application.h:
4044         * shell/ev-window.c: (file_open_dialog_response_cb),
4045         (ev_window_cmd_file_open):
4046         
4047         Save last uri in file chooser dialog. Fix for the bug #327950.
4048
4049 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4050
4051         * NEWS:
4052         * README:
4053         
4054         Final update for release 0.5.0
4055         
4056         * shell/Makefile.am:
4057         
4058         Remove disable deprecated until we'll require libgnome-2.13.7
4059         and port to GOption argument parsing. See bug 327518.
4060
4061 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
4062
4063         * comics/comics-document.c: (comics_document_save):
4064         * djvu/djvu-document.c: (djvu_document_save):
4065         * dvi/dvi-document.c: (dvi_document_save):
4066         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
4067         * lib/ev-file-helpers.h:
4068         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
4069         * tiff/tiff-document.c: (tiff_document_save):
4070         
4071         Use common save function for backends.
4072
4073 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
4074
4075         * backend/ev-document-types.c:
4076         
4077         Fix crash on saving pixbuf.
4078
4079 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * cut-n-paste/recent-files/egg-recent-item.c:
4082         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
4083         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
4084         (parse_info_free), (valid_element), (start_element_handler),
4085         (end_element_handler), (text_handler), (egg_recent_model_filter),
4086         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
4087         (egg_recent_model_monitor), (egg_recent_model_read),
4088         (egg_recent_model_open_file), (egg_recent_model_lock_file),
4089         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
4090         (egg_recent_model_set_property), (egg_recent_model_class_init),
4091         (egg_recent_model_init), (egg_recent_model_add_full),
4092         (egg_recent_model_delete), (egg_recent_model_get_list),
4093         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
4094         (egg_recent_model_set_filter_mime_types),
4095         (egg_recent_model_clear_group_filter),
4096         (egg_recent_model_set_filter_groups),
4097         (egg_recent_model_clear_scheme_filter),
4098         (egg_recent_model_set_filter_uri_schemes),
4099         (egg_recent_model_remove_expired):
4100         * cut-n-paste/recent-files/egg-recent-util.c:
4101         (egg_recent_util_get_icon):
4102         * cut-n-paste/recent-files/egg-recent-util.h:
4103         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4104         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
4105         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
4106         (egg_recent_view_uimanager_set_property),
4107         (egg_recent_view_uimanager_get_property),
4108         (egg_recent_view_uimanager_class_init),
4109         (egg_recent_view_uimanager_init),
4110         (egg_recent_view_uimanager_set_label_width),
4111         (egg_recent_view_uimanager_get_label_width):
4112         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
4113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4114         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4115         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4116         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4117         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4118         
4119         Update from libegg.
4120
4121 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * shell/ev-page-cache.c: (build_height_to_page),
4124         (ev_page_cache_get_height_to_page):
4125         * shell/ev-page-cache.h:
4126         * shell/ev-view.c: (view_update_range_and_current_page),
4127         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
4128         (ev_view_previous_page):
4129         
4130         Dual mode places even pages to the left. Fix for the bug #309393.
4131
4132         * shell/ev-view.h:
4133         * shell/ev-window.c: (update_action_sensitivity),
4134         (setup_view_from_metadata), (view_menu_popup_cb):
4135         
4136         Don't restore presentation in empty windows, more intelligent
4137         next page behaviour in dual mode.
4138
4139         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
4140         (ev_pixbuf_cache_clear_job_sizes):
4141         
4142         Cleanup job callback on removal. Fix for the bug #325886.
4143
4144 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * ps/ps.c: (psscan):
4147         
4148         Commit workaround Mozilla problem. Fix for the bug #325919
4149         
4150         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
4151         (save_item):
4152         
4153         Fix for year 2038 problem.
4154
4155 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4156
4157         * shell/ev-window.c: (setup_document_from_metadata),
4158         (ev_window_cmd_view_reload):
4159
4160         Clamp page recieved from metadata in valid values. Fix
4161         for the bug #325986.
4162
4163 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * MAINTAINERS: 
4166         Add MAINTAINERS as requested on desktop-devel-list.
4167
4168 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4169
4170         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
4171         (mime_type_supported_by_gdk_pixbuf),
4172         (ev_document_factory_get_mime_types),
4173         (ev_document_factory_get_all_mime_types):
4174         
4175         Don't add pixbuf mime types if pixbuf backend is disabled.
4176         
4177         * shell/ev-application.c: (ev_application_get_uri_window):
4178         
4179         Fix for the bug 325815 - unhandled MIME type message doesn't 
4180         appear a second time. 
4181         
4182         * shell/ev-document-types.c: (ev_document_types_add_filters):
4183         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
4184         (password_dialog_response), (ev_window_popup_password_dialog),
4185         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4186         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4187         (ev_window_run_presentation), (ev_window_stop_presentation),
4188         (save_sizing_mode), (ev_window_zoom_changed_cb),
4189         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4190         (ev_window_dual_mode_changed_cb),
4191         (ev_window_sidebar_current_page_changed_cb),
4192         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4193         (window_state_event_cb), (window_configure_event_cb):
4194         
4195         Cleanup additional uris holded by EvWindow.
4196
4197 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
4200         (ev_view_can_previous_page), (ev_view_can_next_page):
4201         * shell/ev-view.h:
4202         * shell/ev-window.c: (update_action_sensitivity):
4203         
4204         Two page scrolling with Space and PageUp in dual mode. Second fix 
4205         for the bug #316608.
4206
4207 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4208
4209         * shell/ev-view.c: (scroll_to_current_page):
4210         
4211         Correctly clamp adjustment value. Fix for the bug
4212         #325808.
4213
4214 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4215
4216         * shell/ev-sidebar-links.c: (print_section_cb):
4217         * shell/ev-window.c: (ev_window_get_uri),
4218         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
4219         (ev_window_print_dialog_response_cb), (ev_window_print_range),
4220         (ev_window_dispose):
4221         
4222         Make print dialog non-modal. Fix for the bug #325622.
4223
4224 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4225
4226         * shell/ev-metadata-manager.c:
4227         * shell/ev-utils.c: (using_pdf_printer),
4228         (using_postscript_printer), (load_print_config_from_file),
4229         (save_print_config_to_file):
4230         * shell/ev-utils.h:
4231         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
4232         (update_sidebar_visibility), (setup_sidebar_from_metadata),
4233         (setup_view_from_metadata), (ev_window_setup_document),
4234         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
4235         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4236         (ev_window_run_presentation), (ev_window_stop_presentation),
4237         (save_sizing_mode), (ev_window_zoom_changed_cb),
4238         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
4239         (ev_window_dual_mode_changed_cb),
4240         (ev_window_sidebar_current_page_changed_cb),
4241         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
4242         (window_state_event_cb), (window_configure_event_cb),
4243         (ev_window_init):
4244         
4245         Setting saving behaviour fixes.
4246
4247 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * configure.ac:
4250         
4251         Make antialiasing gs options better and allow
4252         to change them during configure. Fix for the 
4253         bug #319049.
4254
4255 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4256
4257         * shell/ev-window.c: (setup_view_from_metadata):
4258         
4259         Remember if last window was maximized. Fix for the
4260         bug #323797.
4261
4262 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
4263
4264         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
4265
4266 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4267
4268         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
4269         * shell/ev-page-action.c: (build_new_tree_cb):
4270         * shell/ev-sidebar-links.c: (links_page_num_func),
4271         (update_page_callback_foreach), (update_page_callback):
4272         * shell/ev-view.c: (scroll_to_current_page):
4273         
4274         Fix for the bug #325067 with more intelligent selection
4275         of current link in sidebar. Make sidebar handle links
4276         of FITR-like type more correctly.
4277
4278         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
4279         (dvi_pixbuf_put_pixel):
4280         
4281         Fix memory consumtion with disabled alpha channel.
4282
4283 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4284
4285         * data/evince-ui.xml:
4286         * shell/ev-window.c: (view_menu_popup_cb),
4287         (ev_popup_cmd_open_link), (ev_window_init):
4288         
4289         Update context menu for internal links. Fix for the bug
4290         #325066.
4291
4292 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4293
4294         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
4295         
4296         Bind context menu to keyboard also. Fix for the bug
4297         #325065.
4298
4299 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4300
4301         * shell/ev-view.c: (selection_scroll_timeout_cb):
4302         
4303         Horizontal scroll on selection also.
4304
4305 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4306
4307         * shell/ev-metadata-manager.c: (parse_value):
4308         * shell/ev-view.c: (goto_xyz_link):
4309         
4310         Correct zoom setup and metadata save broken in 
4311         some locales.
4312
4313 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4314
4315         * shell/ev-view-private.h:
4316         * shell/ev-view.c: (scroll_to_current_page),
4317         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
4318         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
4319         (page_changed_cb), (ev_view_set_continuous),
4320         (ev_view_set_dual_page), (ev_view_set_presentation):
4321         
4322         Delay scroll until allocation to correctly position page. Fix
4323         for the bug #317334.
4324
4325 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4326
4327         * NEWS:
4328         * configure.ac:
4329         
4330         Update NEWS and require poppler 0.5.0.
4331
4332 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4333         
4334         * data/evince-ui.xml:
4335         * shell/ev-view-private.h:
4336         * shell/ev-view.c: (ev_view_get_link_at_location),
4337         (handle_link_over_xy), (ev_view_button_press_event),
4338         (ev_view_button_release_event), (ev_view_class_init):
4339         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
4340         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
4341         (ev_window_init):
4342         
4343         Implement right-click context menu.
4344
4345 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
4348         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
4349         (mdvi_pixbuf_device_render):
4350         * pdf/ev-poppler.cc:
4351
4352         Don't generate thumbnails with alpha. See bug #324077.
4353         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
4354
4355 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-window.c: (setup_chrome_from_metadata):
4358         
4359         Fix typo that was hiding toolbar.
4360
4361 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4362
4363         * shell/ev-view-private.h:
4364         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
4365         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
4366         (ev_view_button_release_event), (ev_view_destroy):
4367         
4368         Small cleanup and autoscrolling during selection. Thanks to 
4369         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
4370
4371 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
4372
4373         * configure.ac:
4374         
4375         Correctly check for comics option.
4376
4377 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
4378         * Makefile.am:
4379         * configure.ac:
4380         * backend/Makefile.am:
4381         * backend/ev-document-factory.c:
4382         * shell/ev-document-types.c:
4383
4384         Included option in configure to make ps backend 
4385         compilation optional with --disable-ps.
4386
4387 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * backend/ev-document-factory.c:
4390         * comics/Makefile.am:
4391         * comics/comics-document.c: (comics_document_load):
4392         * comics/ev-cbr-mime.xml:
4393         * configure.ac:
4394         
4395         Comics mime types are added to shared-mime-info CVS. Now
4396         we don't need to install our own mime types.
4397
4398 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4399
4400         * shell/ev-window.c:
4401         
4402         Add shortcut for "save a copy" menu entry. Fix for
4403         the bug #324582.
4404
4405 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4406
4407         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4408         (job_finished_cb), (new_selection_pixbuf_needed),
4409         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4410         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
4411         
4412         Rework selection job info logic and fix critical warning.
4413
4414 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
4415
4416         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
4417
4418 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
4419
4420         * data/evince-ui.xml:
4421         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4422         
4423         Enter as shortcut key for next page. Fix for the bug
4424         #321394.
4425
4426 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
4427
4428         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
4429
4430 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
4433         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
4434         (new_selection_pixbuf_needed),
4435         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
4436         (clear_job_selection):
4437         
4438         Too early for 0.5. Pixbuf cache code cleaned a bit.
4439
4440 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4441
4442         * NEWS:
4443         * configure.ac:
4444         
4445         Release 0.5.0 preparation
4446
4447 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * comics/Makefile.am:
4450         * configure.ac:
4451         * shell/ev-document-types.c: (ev_document_types_add_filters):
4452         
4453         More advanced handling of custom mime type installation.
4454
4455 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4456
4457         * data/evince.schemas.in:
4458         * shell/ev-metadata-manager.c: (value_free),
4459         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
4460         (ev_metadata_manager_get), (ev_metadata_manager_set):
4461         * shell/ev-metadata-manager.h:
4462         * shell/ev-window.c: (update_chrome_flag),
4463         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
4464         (setup_document_from_metadata), (setup_chrome_from_metadata),
4465         (setup_sidebar_from_metadata), (setup_view_from_metadata),
4466         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
4467         (ev_window_view_toolbar_cb),
4468         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
4469         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
4470         
4471         Save last document settings and reuse them for new documents.
4472
4473 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4474
4475         * Makefile.am:
4476         * backend/Makefile.am:
4477         * backend/ev-document-factory.c:
4478         * backend/ev-document-factory.h:
4479         * comics/Makefile.am:
4480         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
4481         (comics_document_load), (comics_document_save),
4482         (comics_document_get_n_pages), (comics_document_get_page_size),
4483         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
4484         (comics_document_class_init), (comics_document_can_get_text),
4485         (comics_document_get_info), (comics_document_document_iface_init),
4486         (comics_document_init), (get_supported_image_extensions),
4487         (comics_document_thumbnails_get_geometry),
4488         (comics_document_thumbnails_get_thumbnail),
4489         (comics_document_thumbnails_get_dimensions),
4490         (comics_document_document_thumbnails_iface_init), (extract_argv):
4491         * comics/comics-document.h:
4492         * comics/ev-cbr-mime.xml:
4493         * configure.ac:
4494         * po/POTFILES.in:
4495         * shell/ev-application.c: (ev_application_register_service):
4496         * shell/ev-document-types.c: (ev_document_types_add_filters):
4497         * thumbnailer/Makefile.am:
4498         * thumbnailer/evince-thumbnailer-comics.schemas.in:
4499         
4500         New CBR/CBZ backend for comic books.
4501
4502 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4503
4504         * shell/main.c: (load_files_remote):
4505
4506         Thanks to Robert McQueen <robot101@debian.org>. Dbus
4507         warning on startup of second instance is fixed. It
4508         is bug #320353.
4509
4510 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * shell/ev-window.c: (ev_window_finalize):
4513         
4514         Fix double free that cause crash.
4515
4516 2005-10-29  Bastien Nocera <hadess@hadess.net>
4517
4518         * tiff/tiff-document.c: (tiff_document_load):
4519         
4520         Fix memory leak.
4521
4522 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4523
4524         * po/POTFILES.in:
4525         * shell/Makefile.am:
4526         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
4527         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
4528         (ev_view_accessible_get_text),
4529         (ev_view_accessible_get_character_at_offset),
4530         (ev_view_accessible_get_text_before_offset),
4531         (ev_view_accessible_get_text_at_offset),
4532         (ev_view_accessible_get_text_after_offset),
4533         (ev_view_accessible_get_character_count),
4534         (ev_view_accessible_get_caret_offset),
4535         (ev_view_accessible_set_caret_offset),
4536         (ev_view_accessible_get_run_attributes),
4537         (ev_view_accessible_get_default_attributes),
4538         (ev_view_accessible_get_character_extents),
4539         (ev_view_accessible_get_offset_at_point),
4540         (ev_view_accessible_get_n_selections),
4541         (ev_view_accessible_get_selection),
4542         (ev_view_accessible_add_selection),
4543         (ev_view_accessible_remove_selection),
4544         (ev_view_accessible_set_selection),
4545         (ev_view_accessible_text_iface_init),
4546         (ev_view_accessible_idle_do_action),
4547         (ev_view_accessible_action_do_action),
4548         (ev_view_accessible_action_get_n_actions),
4549         (ev_view_accessible_action_get_description),
4550         (ev_view_accessible_action_get_name),
4551         (ev_view_accessible_action_set_description),
4552         (ev_view_accessible_action_iface_init),
4553         (ev_view_accessible_get_type), (ev_view_accessible_new),
4554         (ev_view_accessible_factory_get_accessible_type),
4555         (ev_view_accessible_factory_create_accessible),
4556         (ev_view_accessible_factory_class_init),
4557         (ev_view_accessible_factory_get_type):
4558         * shell/ev-view-accessible.h:
4559         * shell/ev-view-private.h:
4560         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
4561         * shell/ev-view.h:
4562         
4563         Initial accessibility support.
4564
4565 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
4566
4567         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
4568
4569 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
4570
4571         * shell/ev-print-job.c: (idle_print_handler):
4572         
4573         Fix for bug Bug 318916: Printing multiple pages.
4574
4575 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
4576
4577         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
4578
4579 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * pdf/ev-poppler.cc:
4582         
4583         Thumnail dimensions unified with other backends.
4584         
4585         * shell/ev-window-title.c: (ev_window_title_update):
4586         
4587         Fix warning.
4588
4589 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4590
4591         * data/ev-stock-zoom-fit-width.png:
4592         
4593         Remove unused file.
4594
4595 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * configure.ac:
4598         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
4599         (djvu_document_finalize):
4600         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
4601         (dvi_document_finalize):
4602         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
4603         (pixbuf_document_save), (pixbuf_document_finalize):
4604         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
4605         (tiff_document_finalize):
4606         
4607         Save a copy implemented for various backends.
4608
4609 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
4610
4611         * configure.ac:
4612         
4613         Don't link with ltiff if tiff is disabled.
4614
4615 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4616
4617         * pdf/GDKSplashOutputDev.cc:
4618         * pdf/GDKSplashOutputDev.h:
4619         * pdf/Thumb.cc:
4620         * pdf/Thumb.h:
4621         * pdf/pdf-document.cc:
4622         * pdf/pdf-document.h:
4623         * pdf/test-gdk-output-dev.cc:
4624         
4625         Remove old unused files.
4626
4627 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4628
4629         * shell/ev-window.c: (ev_window_setup_document):
4630         
4631         Fixed warnings on reload and probably crash reason.
4632
4633 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4634
4635         * properties/ev-properties-view.c:
4636         (ev_properties_view_format_date):
4637         
4638         Check if date is invalid. Fix for bug 318134.
4639
4640 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
4641
4642         * shell/ev-window-title.c:
4643         
4644         Add .indd files (Adobe Indesign) to the list of "bad
4645         extensions".
4646
4647 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4648
4649         * data/evince-ui.xml:
4650         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
4651         
4652         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
4653
4654 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4655
4656         * shell/ev-window.c: (launch_link), (launch_external_uri),
4657         (view_external_link_cb):
4658
4659         URL-escape link before passing it to gnome_vfs_url_show.
4660
4661 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
4664         there isn't text selected.
4665
4666 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
4667
4668         * shell/ev-view.c: (handle_link_over_xy):
4669
4670         Check tooltip is valid utf8 before showing it
4671
4672 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4673
4674         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
4675
4676 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
4677
4678         * shell/ev-window-title.c: (ev_window_title_update):
4679
4680         Guard against using g_strstrip on NULL. Fixes bug #317291.
4681
4682 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4683
4684         * pdf/ev-poppler.cc:
4685
4686         Show title even for unknown links
4687
4688 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4689
4690         * shell/ev-window-title.c: (ev_window_title_update):
4691
4692         Strip the title string
4693
4694 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4695
4696         * shell/ev-window-title.c:
4697
4698         Add .rtf to the bad extensions list
4699
4700 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4701
4702         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
4703         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
4704
4705         Ignore link coordinates if they are outside page bounds
4706
4707 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
4708
4709         * backend/ev-link.c: (ev_link_type_get_type),
4710         (ev_link_get_filename), (ev_link_get_params),
4711         (ev_link_get_property), (ev_link_set_property),
4712         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
4713         * backend/ev-link.h:
4714         * pdf/ev-poppler.cc:
4715         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
4716         * shell/ev-window.c: (launch_link), (view_external_link_cb),
4717         (ev_window_init):
4718
4719         Implement launch links. Delegate external link opening to
4720         the window.
4721
4722 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4723
4724         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
4725         (ev_link_get_right), (ev_link_get_property),
4726         (ev_link_set_property), (ev_link_class_init),
4727         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
4728         * backend/ev-link.h:
4729         * pdf/ev-poppler.cc:
4730         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
4731
4732         Implement fitr links
4733
4734 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4735
4736         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
4737         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
4738         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4739         (ev_view_size_request_continuous),
4740         (ev_view_size_request_dual_page),
4741         (ev_view_size_request_single_page), (ev_view_size_allocate),
4742         (ev_view_zoom_for_size_continuous_and_dual_page),
4743         (ev_view_zoom_for_size_continuous),
4744         (ev_view_zoom_for_size_dual_page),
4745         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4746         (ev_sizing_mode_get_type):
4747         * shell/ev-view.h:
4748         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4749
4750         Do not use modes for link, we need to calculate size ad hoc.
4751         Still not perfect because of the usual scrollbar issues grrr.
4752
4753 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4754
4755         * backend/ev-link.c: (ev_link_type_get_type),
4756         (ev_link_new_page_fith), (ev_link_new_page_fitv):
4757         * backend/ev-link.h:
4758         * pdf/ev-poppler.cc:
4759         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
4760         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
4761         (ev_view_size_request_continuous),
4762         (ev_view_size_request_dual_page),
4763         (ev_view_size_request_single_page), (ev_view_size_allocate),
4764         (zoom_for_size_fit_height),
4765         (ev_view_zoom_for_size_continuous_and_dual_page),
4766         (ev_view_zoom_for_size_continuous),
4767         (ev_view_zoom_for_size_dual_page),
4768         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
4769         (ev_sizing_mode_get_type):
4770         * shell/ev-view.h:
4771         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4772
4773         Implement FIT_HEIGHT mode (only for links).
4774         Implement FITH links
4775
4776 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4777
4778         * shell/ev-window-title.c: (get_filename_from_uri),
4779         (ev_window_title_sanitize_extension), (ev_window_title_update),
4780         (ev_window_title_set_document), (ev_window_title_set_uri),
4781         (ev_window_title_free):
4782         * shell/ev-window-title.h:
4783         * shell/ev-window.c: (ev_window_setup_document),
4784         (ev_window_popup_password_dialog):
4785
4786         Refactor window title building while fixing it for
4787         password documents.
4788
4789 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
4790
4791         * pdf/ev-poppler.cc:
4792
4793         Escape link title before setting it in the model
4794
4795 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
4796
4797         * shell/ev-application.c: (removed_from_session), (save_session),
4798         (init_session), (ev_application_get_empty_window),
4799         (ev_application_init), (ev_application_get_windows):
4800         * shell/ev-application.h:
4801         * shell/ev-window.c: (ev_window_finalize):
4802
4803         Add a function to retrieve window list and share it where
4804         necessary.
4805         Implement session handling, works pretty well thanks to the
4806         metadata system.
4807
4808 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4809
4810         * shell/ev-password.c: (ev_password_item_created_callback),
4811         (ev_password_dialog_save_password):
4812         
4813         Fix for bug 316972. Use async gnome-keyring API.
4814
4815 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
4816
4817         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
4818         Remove unused unrealize handler. Add scroll handling to
4819         ev_view_scroll_event for presentation mode (bug #316708),
4820         and fix the event state checks there.
4821
4822 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4823
4824         * shell/ev-page-action.c: (page_changed_cb):
4825
4826         "marco, maybe we should be crazy and jump right to 6! :)"
4827
4828         Bryan Clark, Sep 2005
4829
4830 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4831
4832         * ps/ps-document.c: (save_document), (ps_document_save),
4833         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
4834         (ps_document_ps_export_end):
4835
4836         Fix unstructured documents save and print
4837
4838 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4839
4840         * shell/ev-application.c: (ev_application_open_uri):
4841
4842         Fix window size persistance
4843
4844 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
4845
4846         * shell/ev-view.c: (ev_view_button_release_event):
4847
4848         Based on a patch from carlosgc@gnome.org. Mouse buttons
4849         switch pages in presentation mode.
4850
4851 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4852
4853         * shell/ev-page-cache.c: (ev_page_cache_get_size):
4854
4855         Dont cast to int before scaling
4856
4857 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4858
4859         * backend/ev-link.c: (ev_link_type_get_type),
4860         (ev_link_new_page_xyz), (ev_link_new_page_fit),
4861         (ev_link_new_page_fith):
4862         * backend/ev-link.h:
4863         * pdf/ev-poppler.cc:
4864         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
4865
4866         Implement FIT and FITH links
4867
4868 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4869
4870         * pdf/ev-poppler.cc:
4871
4872         Return 0 results when search is not in progress.
4873
4874         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4875         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
4876
4877         Update menu sensitivity when cancelling search
4878
4879 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4880
4881         * shell/ev-view.c: (ev_view_can_find_next):
4882
4883         Take all pages in consideration, not just current one
4884
4885 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4886
4887         * shell/ev-page-cache.c:
4888         * shell/ev-page-cache.h:
4889         * shell/ev-view.c: (ev_view_binding_activated),
4890         (ev_view_next_page), (ev_view_previous_page),
4891         (ev_sizing_mode_get_type):
4892         * shell/ev-view.h:
4893         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
4894         (ev_window_cmd_go_next_page):
4895
4896         Move page next/previous functions from page chace to
4897         view and change it to move by 2 page steps in dual mode.
4898
4899 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4900
4901         * shell/ev-window.c: (update_sidebar_visibility),
4902         (setup_sidebar_from_metadata), (ev_window_setup_document),
4903         (setup_view_from_metadata):
4904
4905         Show the index by default when there is one     
4906
4907 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
4908
4909         * shell/ev-window-title.c: (ev_window_title_set_document):
4910
4911         Missing null check
4912
4913 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * shell/ev-view.c: (view_update_range_and_current_page):
4916         
4917         Allow display of last odd page in dual view. Fix for 316347.
4918
4919 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4920
4921         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
4922         
4923         Make close button default. Fix for 316383.
4924
4925 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4928         
4929         Mark close button as default. Fix for 316381.
4930
4931 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4932
4933         * backend/ev-link.c: (ev_link_class_init):
4934
4935         Allow negative doubles in left/top properties
4936
4937 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4938
4939         * shell/ev-window.c:
4940
4941         Remove a bunch of strings that was used only
4942         by the statusbar.
4943
4944 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4945
4946         * shell/ev-window-title.c: (get_filename_from_uri),
4947         (ev_window_title_set_document):
4948
4949         When title has a confusing extension, show also
4950         the document filename inside ()
4951
4952 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4953
4954         * shell/Makefile.am:
4955         * shell/ev-window-title.c: (ev_window_title_new),
4956         (ev_window_title_update), (ev_window_title_set_type),
4957         (ev_window_title_set_document), (ev_window_title_free):
4958         * shell/ev-window-title.h:
4959         * shell/ev-window.c: (ev_window_setup_document),
4960         (password_dialog_response), (ev_window_popup_password_dialog),
4961         (ev_window_dispose), (ev_window_init):
4962
4963         Factor out and cleanup window title code
4964
4965 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
4966
4967         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
4968         (unable_to_load):
4969
4970         Make dialog transient so it doesnt block other windows
4971
4972 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4973
4974         * pdf/ev-poppler.cc:
4975         
4976         Fix pdf thumbnails rendering.
4977
4978 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4979
4980         * shell/ev-window.c: (fullscreen_set_timeout):
4981         
4982         Increase timeout to hide full screen popup. Bug 
4983         316123. 
4984
4985 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4986
4987         * data/evince.schemas.in:
4988         * shell/ev-window.c: (update_action_sensitivity):
4989
4990         Allow the user to override document restrictions. Fix for bug
4991         305818.
4992
4993 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
4994
4995         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
4996         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
4997         (ev_window_class_init): Fix multihead behaviour of fullscreen
4998         toolbar popup. Fixes bug #315451.
4999
5000 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5001
5002         * configure.ac:
5003         * data/evince-password.glade:
5004         * shell/ev-password.c: (ev_password_dialog_set_property),
5005         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
5006         (ev_password_dialog_init), (ev_password_set_bad_password_label),
5007         (ev_password_dialog_entry_changed_cb),
5008         (ev_password_dialog_entry_activated_cb),
5009         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
5010         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
5011         (ev_password_dialog_set_bad_pass):
5012         * shell/ev-password.h:
5013         * shell/ev-window.c: (password_dialog_response),
5014         (ev_window_popup_password_dialog):
5015         
5016         Support for gnome-keyring for encrypted PDF's.
5017
5018 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
5021         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
5022         (ev_view_enter_notify_event), (ev_view_class_init):
5023         
5024         More precise handling of enter_notify/leave_notify events
5025         in EvView. Fix for bug 315470.
5026
5027 2005-09-08  Christopher Aillon  <caillon@redhat.com>
5028
5029         * shell/ev-window.c: (fullscreen_timeout_cb),
5030         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5031         (ev_window_dispose):
5032
5033         leak fix: unref fullscreen_timeout_source before clearing it
5034
5035 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * configure.ac, dvi/mdvi/Makefile.am: 
5038         
5039         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
5040
5041 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5042
5043         * backend/ev-link.c: (ev_link_new_page_xyz):
5044         * pdf/ev-poppler.cc:
5045         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
5046
5047         Fix some bugs with xyz links, respect zoom
5048
5049 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5050
5051         * shell/ev-window.c: (page_changed_cb),
5052         (setup_document_from_metadata), (update_sidebar_visibility),
5053         (setup_view_from_metadata), (ev_window_run_fullscreen),
5054         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5055         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
5056         (ev_window_dual_mode_changed_cb),
5057         (ev_window_sidebar_current_page_changed_cb):
5058
5059         null check uri before setting and getting metadata
5060
5061 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5062
5063         * dvi/Makefile.am:
5064         * properties/Makefile.am:
5065         * shell/Makefile.am:
5066         * thumbnailer/Makefile.am:
5067
5068         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
5069
5070 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5071
5072         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
5073         (selection_changed_callback):
5074         * shell/ev-sidebar-links.h:
5075
5076         Add a signal for link activation.
5077
5078         * shell/ev-view.c: (ev_view_goto_link),
5079         (ev_view_button_release_event):
5080         * shell/ev-view.h:
5081         * shell/ev-window.c: (sidebar_links_link_activated_cb),
5082         (ev_window_init):
5083
5084         Implement the signal so that we can handle all link types.
5085
5086         * shell/ev-page-cache.c:
5087
5088         Remove unused set_link function
5089
5090 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
5091
5092         * lib/ev-tooltip.c: (ev_tooltip_set_position):
5093
5094         Add some space from the cursor, hardcoded but I couldnt
5095         find a better way.
5096
5097 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5098
5099         * lib/ev-tooltip.c:
5100
5101         Use mozilla style vs gtk style, way better for links.
5102
5103         * shell/ev-view.c: (ev_view_motion_notify_event),
5104         (ev_view_destroy), (ev_view_init):
5105
5106         Deactive tooltip when the link hovered is changed.
5107
5108 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
5109
5110         * backend/ev-document.h:
5111         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
5112         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
5113         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
5114         (ev_link_new_page), (ev_link_new_page_xyz):
5115         * backend/ev-link.h:
5116         * pdf/ev-poppler.cc:
5117         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
5118         (go_to_link), (tip_from_link):
5119
5120         Implement xyz links, still not functional. Links are a total
5121         mess, will need to refactor and bugfix a lot :(
5122
5123 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
5124
5125         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
5126
5127 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
5128
5129         * data/evince-ui.xml:
5130         * data/evince.schemas.in:
5131         * shell/Makefile.am:
5132         * shell/ev-window.c: (update_chrome_visibility),
5133         (password_dialog_response), (ev_window_load_job_cb),
5134         (ev_window_xfer_job_cb), (ev_window_open_uri),
5135         (ev_window_class_init), (set_chrome_actions), (load_chrome),
5136         (ev_window_init):
5137
5138         Remove the statusbar. This regress loading feedback, need to
5139         check with Bryan what we want to do there...
5140
5141 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5142
5143         * lib/ev-tooltip.c: (ev_tooltip_init):
5144
5145         Fix tooltip border and size handling
5146
5147 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
5148
5149         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
5150         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
5151         (ev_tooltip_timeout), (ev_tooltip_activate),
5152         (ev_tooltip_deactivate):
5153         * lib/ev-tooltip.h:
5154         * shell/ev-view.c: (ev_view_motion_notify_event):
5155
5156         Delay popup showing. Mirror gtk logic/times.
5157
5158 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
5159
5160         * lib/Makefile.am:
5161         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
5162         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
5163         (ev_tooltip_set_text), (ev_tooltip_set_position):
5164         * lib/ev-tooltip.h:
5165
5166         Simple widget to show tooltips at a custom position
5167
5168         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
5169         (ev_view_destroy):
5170
5171         Use it for links. First go, needs work
5172
5173 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
5174
5175         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
5176         HIG fixes.  Use title capitalization for window title. Use 12 
5177         pixels of space between the dialog's vbox and action area.
5178
5179 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5180
5181         * shell/ev-window.c: (file_open_dialog_response_cb),
5182         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
5183         (ev_window_cmd_save_as):
5184
5185         Make file pickers not modal and refactor code some
5186
5187 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5188
5189         * shell/ev-sidebar.h:
5190         * shell/ev-sidebar.c: (ev_sidebar_set_property),
5191         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
5192         (ev_sidebar_class_init), (ev_sidebar_select_page),
5193         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
5194         (ev_sidebar_set_page):
5195
5196         Add a current page property and allow to get/set it
5197
5198         * shell/ev-window.c: (setup_view_from_metadata),
5199         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
5200
5201         Persist current sidebar page per document
5202
5203 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
5204
5205         * data/evince.schemas.in:
5206         * shell/ev-window.c: (update_chrome_visibility),
5207         (setup_document_from_metadata), (update_sidebar_visibility),
5208         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
5209         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5210         (ev_window_run_presentation), (ev_window_stop_presentation),
5211         (ev_window_view_sidebar_cb),
5212         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
5213         (load_chrome), (ev_window_init):
5214
5215         Persist size/visibility of sidebar per document
5216
5217 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
5218
5219         * shell/ev-view.c (draw_loading_text): Draw loading text.
5220
5221 2005-09-02  Dan Damian  <dand@gnome.ro>
5222
5223         * configure.in: Added "ro" to ALL_LINGUAS.
5224
5225 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5226
5227         * shell/ev-view.c: (clear_caches):
5228
5229         ev_page_cache_get doesnt return a reference,
5230         dont try to unref it.
5231
5232 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
5233
5234         * shell/main.c: (load_files_remote):
5235
5236         Fix timestamp parameter with dbus <= 0.33
5237
5238 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
5239
5240         * data/evince.schemas.in:
5241
5242         Add missing full stop
5243
5244 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
5245
5246         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
5247         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
5248
5249         Plug some memory leaks
5250
5251 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
5252
5253         * configure.ac:
5254         * lib/ev-debug.c: (trap_handler):
5255
5256         Check for execinfo.h and use it only if it exists.
5257         Ported from Epiphany (bug #314776).
5258
5259 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
5260
5261         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
5262
5263 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
5264
5265         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
5266         * po/id.po      : Added Indonesian translation
5267
5268 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
5269
5270         * shell/main.c:
5271         * shell/ev-application.c: Last minute GTK-2.6 fixes.
5272         * NEWS: Release 0.4.0
5273
5274 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
5275
5276         * configure.ac: catch another gtk+-2.8ism
5277         * shell/main.c: Make work with gtk+-2.6
5278
5279 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
5280
5281         * shell/ev-application-service.xml: Add 'timestamp' argument to
5282           ev_application_open_window and ev_application_open_uri methods.
5283
5284         * shell/ev-application.h: Add 'timestamp' argument to
5285           ev_application_open_window, ev_application_open_uri,
5286           and ev_application_open_uri_list functions.
5287
5288         * shell/ev-application.c (ev_application_open_window,
5289           ev_application_open_uri, ev_application_open_uri_list): Change
5290           functions that show/present windows to use a timestamp if one
5291           is passed in.
5292
5293         * shell/ev-window.c (ev_window_cmd_file_open,
5294           ev_window_cmd_recent_file_activate, drag_data_received_cb):
5295         * shell/main.c (load_files): Modify calls to ev_application to
5296           include GDK_CURRENT_TIME as timestamp.
5297
5298         * shell/main.c (load_files_remote): Obtain timestamp for client
5299           instance from GDK and pass to server instance so new windows are
5300           focused properly.  Fix dbus_g_proxy_call() calls by including second
5301           G_TYPE_INVALID.
5302           
5303         Closes bug #314475.
5304
5305 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
5306
5307         * shell/ev-window.c (ev_window_finalize): Check for
5308         avail. EvWindows when quiting to handle the finalize better,
5309         #314497
5310
5311 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312         
5313         * properties/ev-properties-view.c: 
5314         
5315         Set textdomain to libglade. Fixes translation problem in property page.
5316
5317 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5320         * dvi/Makefile.am:
5321         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
5322         * dvi/mdvi-lib/Makefile.am:
5323         
5324         Fix rotation of thumbnails, ported to new API. Moved library
5325         dependencies earlier, probably it will fix linkage problem.
5326
5327 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
5328
5329         * backend/ev-document-misc.c:
5330         (ev_document_misc_get_thumbnail_frame):
5331         * backend/ev-document-misc.h:
5332         * configure.ac:
5333         * pdf/ev-poppler.cc:
5334         * shell/Makefile.am:
5335         * shell/ev-sidebar-thumbnails.c: (add_range),
5336         (ev_sidebar_thumbnails_set_loading_icon),
5337         (ev_sidebar_thumbnails_refresh),
5338         (ev_sidebar_thumbnails_set_document):
5339         * shell/ev-sidebar-thumbnails.h:
5340         * shell/ev-view.c: (ev_view_motion_notify_event),
5341         (ev_view_set_property), (ev_view_get_property),
5342         (ev_view_class_init), (ev_view_set_rotation):
5343         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
5344         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
5345         (ev_window_init):
5346         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
5347         Redo rotation (again).  prepare for 0.4.0
5348
5349 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
5350
5351         * configure.ac: Bump poppler requirement to 0.4.1.
5352
5353         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
5354         argument to poppler_page_render_selection() call.
5355
5356 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
5359         (djvu_document_thumbnails_get_thumbnail):
5360         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
5361         (dvi_document_thumbnails_get_thumbnail):
5362         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
5363         (pixbuf_document_thumbnails_get_thumbnail):
5364         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
5365         
5366         Update rotation direction of backends to fit with pdf and ps.
5367
5368 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
5369
5370         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
5371         * backend/ev-async-renderer.h:
5372         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
5373         (setup_page), (ps_document_get_page_size),
5374         (ps_async_renderer_render_pixbuf):
5375         * ps/ps-document.h:
5376         * shell/ev-jobs.c: (ev_job_render_run):
5377
5378         Fix orientation in the postscript document
5379
5380 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
5381
5382         * pdf/ev-poppler.cc:
5383         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
5384         * shell/ev-view.c: (highlight_find_results):
5385
5386         Adapt to the new poppler rotation API. Fix text maps on landscape
5387         documents.
5388
5389 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
5390
5391         * shell/ev-view.c (compute_new_selection_text): get the correct
5392         region when selecting in modes other than continuous.
5393
5394 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
5395
5396         * shell/main.c (main): remove redundant g_warnings.
5397
5398 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5399
5400         * shell/Makefile.am: Don't include autogenerated
5401         file ev-application-service.h into distribution, since
5402         it causes dbus crash. Fix for bugs 313724 and 313443. 
5403
5404 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * configure.ac: Fix sed expression for FreeBSD. Thanks
5407         to Joe Marcus Clark <marcus@freebsd.org>
5408         
5409         * shell/eggfindbar.c: (entry_activate_callback),
5410         (entry_changed_callback), (egg_find_bar_init),
5411         (egg_find_bar_set_search_string):
5412         
5413         Made findbar buttons unsensitive if there is no text in
5414         entry. Fix for the bug 313285.
5415
5416 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
5417
5418         * ps/ps-document.c: Use g_filename_display_name for displaying
5419         filenames and revert string freeze breackage
5420
5421 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
5422
5423         * NEWS:
5424         * configure.ac:
5425
5426         Update for 0.3.4
5427
5428         * shell/Makefile.am:
5429
5430         Add ev-application-service.xml to extra dist
5431
5432         * shell/ev-view.c: (find_page_at_location):
5433
5434         Remove unused function (fix warning)
5435
5436 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5437
5438         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
5439         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
5440         
5441         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
5442         bug 313623.
5443
5444 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
5447         * shell/ev-window.c:
5448         Fix build warnings
5449
5450 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5451
5452         * configure.ac: Update script to get dbus version.
5453         Fix for the bug #313443.
5454
5455 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * shell/ev-window.c: (ev_window_cmd_escape):
5458         
5459         Return focus back to view on escape. Fix for bug 313295.
5460
5461 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5462
5463         * shell/ev-window.c: (update_window_title),
5464         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
5465         (ev_window_cmd_save_as):
5466         
5467         Correct conversion from uri to displayable string. Fix for
5468         bug 313296.
5469
5470 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * ps/ps-document.c: convert filename to utf8 when there is an error
5473         loading document. Fixes #309915
5474
5475 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
5476
5477         * configure.ac:
5478
5479         We depend on poppler 0.4.0
5480
5481 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
5482
5483         * configure.ac:
5484         * NEWS: Release 0.3.3.
5485         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
5486
5487 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
5488
5489         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
5490         add a couple missing mnemonics to menu items, use title 
5491         capitalization for menu items and window titles, and add 
5492         ellipsis to open menu item.     
5493
5494 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
5495
5496         * pdf/ev-poppler.cc:
5497         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
5498         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
5499         (ev_view_get_rotation):
5500         * shell/ev-view.h:
5501         * shell/ev-window.c: (setup_view_from_metadata),
5502         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
5503         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
5504         disk.
5505
5506 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
5507
5508         * configure.ac: Added tr to ALL_LINGUAS
5509
5510 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5511
5512         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
5513         requires several clicks to find word. Thanks to 
5514         Colin Slater <kiltedtaco@gmail.com>.
5515
5516 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
5517
5518         * data/evince.desktop.in.in: Hide menu entry and
5519         rename it to "Document Viewer". Fix for bug 
5520         #312399.
5521
5522 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
5523
5524         * shell/ev-page-action.c (ev_page_action_class_init): 
5525
5526         Point to the correct function in constructor of the
5527         activate_label signal
5528
5529 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
5530
5531         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
5532         * shell/ev-jobs.h: Make thread safe.
5533
5534 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * shell/ev-view.c: (view_update_range_and_current_page):
5537         Don't update page range if we are scrolling to some document
5538         point.
5539
5540 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
5543         when getting max_page_width, fix drawing in dual mode.
5544
5545 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
5546
5547         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
5548         getting the area for select_all.
5549
5550 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
5551
5552         * backend/ev-selection.c: (ev_selection_render_selection):
5553         * backend/ev-selection.h:
5554         * pdf/ev-poppler.cc:
5555         * shell/ev-jobs.c: (ev_job_render_new):
5556         * shell/ev-jobs.h:
5557         * shell/ev-pixbuf-cache.c: (get_selection_colors),
5558         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
5559         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
5560         (ev_view_class_init):
5561
5562         Change selection color on focus in and focus out events.  Also,
5563         poppler now uses GdkColor for specifying the selection colors, so
5564         drop some awkward conversion code.
5565
5566 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
5567
5568         * configure.ac: Added Hebrew translation
5569
5570 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
5571
5572         * NOTES:
5573         * backend/ev-selection.c: (ev_selection_render_selection):
5574         * backend/ev-selection.h:
5575         * pdf/ev-poppler.cc:
5576         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
5577         (ev_job_render_run):
5578         * shell/ev-jobs.h:
5579         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5580         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
5581         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
5582         (ev_pixbuf_cache_style_changed),
5583         (ev_pixbuf_cache_get_selection_pixbuf),
5584         (ev_pixbuf_cache_set_selection_list),
5585         (ev_pixbuf_cache_get_selection_list):
5586         * shell/ev-pixbuf-cache.h:
5587         * shell/ev-utils.c: (ev_print_region_contents):
5588         * shell/ev-utils.h:
5589         * shell/ev-view.c: (ev_view_queue_draw_page),
5590         (selection_update_idle_cb), (ev_view_motion_notify_event),
5591         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
5592         (setup_caches), (ev_view_find_next), (merge_selection_region),
5593         (selection_free):
5594         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
5595
5596         Clean up selection to be much smoother!
5597
5598 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
5599
5600         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
5601         to poppler_page_render_selection().
5602
5603 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * ps/ps-document.c: (save_page_list): Use
5606         unzipped document when printing. Thanks to 
5607         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
5608         311016.
5609
5610 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5611
5612         * shell/ev-window.c: (update_action_sensitivity):
5613         
5614         Disable print and save respect to lockdown gconf keys. Fix
5615         for 312342.
5616
5617 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * configure.ac:
5620         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
5621         (write_to_temp_file), (ev_file_set_contents):
5622         * shell/ev-utils.h:
5623         * shell/ev-window.c: (save_print_config_to_file):
5624         
5625         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
5626         Fix for bug 312238
5627
5628 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
5629
5630         * shell/ev-window.c: (load_print_config_from_file),
5631         (save_print_config_to_file), (ev_window_print_range):
5632
5633         Persist the print settings. Fixes bug #311578.
5634
5635 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5636
5637         * djvu/djvu-document.c: (djvu_document_get_page_size),
5638         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
5639         (djvu_document_thumbnails_get_thumbnail):
5640         * dvi/dvi-document.c: (dvi_document_get_page_size),
5641         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
5642         (dvi_document_thumbnails_get_dimensions),
5643         (dvi_document_thumbnails_get_thumbnail):
5644         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
5645         (pixbuf_document_render_pixbuf),
5646         (pixbuf_document_document_iface_init),
5647         (pixbuf_document_thumbnails_get_thumbnail):
5648         
5649         Update backends to make them build with new rotation system.
5650
5651 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5652
5653         * help/C/figures/evince_start_window.png:
5654         
5655         Update documentation image from Luca Ferretti <elle.uca@libero.it>
5656
5657 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
5658
5659         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
5660         * shell/ev-pixbuf-cache.h:
5661         * shell/ev-sidebar-thumbnails.c:
5662         (ev_sidebar_thumbnails_get_property), (add_range),
5663         (adjustment_changed_cb):
5664         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
5665         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
5666         we were thumbnailing the entire docment on startup, slowing us
5667         down hugely. 
5668
5669 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
5670
5671         * shell/ev-page-cache.c: (ev_page_cache_new):
5672         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
5673         == 0, fixes #310306.
5674
5675 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5676
5677         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
5678         (ev_view_rotate_left):
5679
5680         Account rotation in doc_rect_to_view_rect.
5681         Ensure rotation doesnt go out of bounds.
5682
5683 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5684
5685         * shell/ev-page-cache.c: (ev_page_cache_get_size):
5686
5687         Correct and cleanup w/h swapping
5688
5689 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5690
5691         * backend/ev-document-thumbnails.c:
5692         (ev_document_thumbnails_get_thumbnail):
5693         * backend/ev-document-thumbnails.h:
5694         * backend/ev-document.c:
5695         * backend/ev-document.h:
5696         * backend/ev-render-context.c: (ev_render_context_new),
5697         (ev_render_context_set_rotation):
5698         * backend/ev-render-context.h:
5699         * pdf/ev-poppler.cc:
5700         * ps/ps-document.c: (ps_document_document_iface_init):
5701         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5702         * shell/ev-jobs.h:
5703         * shell/ev-page-cache.c: (build_height_to_page),
5704         (ev_page_cache_new), (ev_page_cache_get_size),
5705         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5706         (ev_page_cache_get_height_to_page):
5707         * shell/ev-page-cache.h:
5708         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5709         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5710         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
5711         (ev_pixbuf_cache_get_selection_pixbuf):
5712         * shell/ev-pixbuf-cache.h:
5713         * shell/ev-print-job.c: (idle_print_handler):
5714         * shell/ev-sidebar-thumbnails.c: (add_range):
5715         * shell/ev-view.c: (view_update_range_and_current_page),
5716         (get_page_y_offset), (get_page_extents),
5717         (ev_view_size_request_continuous_dual_page),
5718         (ev_view_size_request_continuous),
5719         (ev_view_size_request_dual_page),
5720         (ev_view_size_request_single_page), (draw_one_page),
5721         (ev_view_set_rotation), (ev_view_rotate_right),
5722         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5723         (ev_view_zoom_for_size_continuous_and_dual_page),
5724         (ev_view_zoom_for_size_continuous),
5725         (ev_view_zoom_for_size_dual_page),
5726         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5727         (ev_view_select_all):
5728         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5729         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
5730         (tiff_document_document_iface_init),
5731         (tiff_document_thumbnails_get_thumbnail):
5732
5733         Use rotation rather than orientation. It's easier and enough
5734         for our needs.
5735
5736 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5737
5738         * shell/ev-page-cache.c: (build_height_to_page),
5739         (ev_page_cache_new), (ev_page_cache_get_size),
5740         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
5741         (ev_page_cache_get_height_to_page):
5742         * shell/ev-page-cache.h:
5743         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
5744         (ev_view_size_request_continuous_dual_page),
5745         (ev_view_size_request_continuous),
5746         (ev_view_zoom_for_size_continuous_and_dual_page),
5747         (ev_view_zoom_for_size_continuous):
5748
5749         Make the page cache aware of page orientation.
5750
5751 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5752
5753         * backend/ev-document-thumbnails.c:
5754         (ev_document_thumbnails_get_thumbnail):
5755         * backend/ev-document-thumbnails.h:
5756         * backend/ev-document.c:
5757         * backend/ev-document.h:
5758         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
5759         * backend/ev-ps-exporter.h:
5760         * pdf/ev-poppler.cc:
5761         * ps/ps-document.c: (ps_document_document_iface_init),
5762         (ps_document_ps_export_do_page):
5763         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5764         * shell/ev-jobs.h:
5765         * shell/ev-page-cache.c: (ev_page_cache_get_size),
5766         (ev_page_cache_get):
5767         * shell/ev-page-cache.h:
5768         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5769         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
5770         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
5771         * shell/ev-pixbuf-cache.h:
5772         * shell/ev-print-job.c: (idle_print_handler):
5773         * shell/ev-sidebar-thumbnails.c: (add_range):
5774         * shell/ev-view.c: (view_update_range_and_current_page),
5775         (get_page_extents), (ev_view_size_request_dual_page),
5776         (ev_view_size_request_single_page), (draw_one_page),
5777         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
5778         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
5779         (ev_view_zoom_for_size_dual_page),
5780         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
5781         (ev_view_select_all):
5782         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5783         * tiff/tiff-document.c: (tiff_document_get_page_size),
5784         (tiff_document_get_orientation), (rotate_pixbuf),
5785         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
5786         (tiff_document_thumbnails_get_thumbnail),
5787         (tiff_document_ps_export_do_page), (tiff_document_init):
5788
5789         Really make use of the orientation bit of the render context.
5790         Use the render context in a few more places in the backend API.
5791         This regress orientation, but now it's done right. Will try to
5792         fix it up asap...
5793
5794 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
5795
5796         * shell/ev-view.c: (ensure_rectangle_is_visible):
5797
5798         Patch by Nickolay V. Shmyrev to fix find flickering
5799
5800 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
5801
5802         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
5803         duplex parameters to ::begin.
5804
5805         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
5806         * shell/ev-print-job.c (idle_print_handler): 
5807         * ps/ps-document.c (ps_document_ps_export_begin): 
5808         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
5809         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
5810         implementations. Poppler backend needs poppler cvs. Rest has
5811         unchanged behavior.
5812
5813 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5814
5815         * shell/ev-window.c (using_pdf_printer): new function.
5816         (ev_window_print_range): print a less techy message if someone
5817         tries to print to PDF.
5818
5819 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
5820
5821         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
5822         from "unknown font" string. Bug #311431
5823
5824 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5825
5826         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
5827
5828 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
5829
5830         Bug #311280
5831         
5832         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
5833         name for PopplerFontTypes
5834         (pdf_document_fonts_fill_model): add font type to the detail column
5835
5836         * backend/ev-document-fonts.h: added
5837         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
5838
5839         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
5840         font name and font details, add a little markup.
5841         (ev_properties_fonts_init): use the new cell data func, specify ypad
5842         property for the cell renderer.
5843         (ev_properties_fonts_set_document): add the details column.
5844
5845 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
5846
5847         * configure.ac: Added "pl" to ALL_LINGUAS.
5848
5849 2005-07-24  Danilo Šegan  <danilo@gnome.org>
5850
5851         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
5852
5853 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
5854
5855         * help/ChangeLog: Started this for translations of manual.
5856         * configure.ac, autogen.sh, .cvsignore: Migrated to
5857         gnome-doc-utils. Patch in bug #311222.
5858
5859 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
5860
5861         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
5862         #ifdef this away to fix an unused-function warning.
5863
5864 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
5865
5866         * configure.ac: Added 'gl' to ALL_LINGUAS.
5867
5868 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
5869
5870         * configure.ac: Added ne in ALL_LINGUAS
5871         
5872 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5873
5874         * shell/ev-view.c: (ev_view_leave_notify_event):
5875         
5876         Clear status message when pointer leaves view. Fix for bug
5877         #310818 
5878
5879 2005-07-20 Ankit Patel <ankit644@yahoo.com>
5880
5881         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
5882
5883 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5884
5885         * shell/ev-view.c: (ev_view_leave_notify_event),
5886         (ev_view_class_init):
5887         
5888         Set cursor to normal then leaving view.
5889
5890 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5891
5892         * configure.ac:
5893         
5894         Fix required djvulibre version.
5895
5896 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
5897
5898         *configure.ac: Hindi (hi) language added
5899
5900 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
5901
5902         *configure.ac: Punjabi (pa) Language added
5903
5904 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5905
5906         * data/evince-ui.xml, shell/ev-window.c:
5907         
5908         Add keypad accelerators for zooming. Fix for bug 308128.
5909
5910 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5911
5912         * Makefile.am:
5913         * backend/Makefile.am:
5914         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
5915         * configure.ac:
5916         * shell/ev-document-types.c: (ev_document_types_add_filters):
5917
5918         Allow to enable/disable the pixbuf backend.
5919         Default to off for now. If we want it enabled we should
5920         really put mime types in the desktop, implement properties etc.
5921
5922         * properties/evince-properties.c:
5923
5924         Initialize error to NULL.
5925         Check error is not NULL before freeing.
5926
5927 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5928
5929         * shell/ev-window.c:
5930
5931         Use F5 as presentation accell
5932
5933 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5934
5935         * shell/ev-window.c: (update_chrome_visibility),
5936         (ev_window_create_fullscreen_popup), (ev_window_init):
5937
5938         Do not leak the fullscreen toolbar
5939
5940 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5941
5942         * shell/ev-window.c: (view_actions_focus_in_cb),
5943         (view_actions_focus_out_cb):
5944
5945         These has a return value! Fix totally random focus
5946         issues we was seeing.
5947
5948 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5949
5950         * shell/main.c: (load_files_remote):
5951
5952         Allow open more than one file
5953
5954 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
5955
5956         * shell/main.c: (load_files_remote):
5957
5958         Fix for dbus 0.33. bug #309975
5959
5960 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5961
5962         * properties/ev-properties-main.c: (ev_properties_get_pages):
5963
5964         Actually return NULL for types we dont support
5965
5966 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
5967
5968         * po/POTFILES.in:
5969
5970         Remove empty lines.
5971
5972 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
5973
5974         * backend/ev-document-factory.c:
5975         (ev_document_factory_get_document):
5976
5977         Do not try to create the object if type
5978         is invalid.
5979
5980 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5981
5982         * ps/ps-document.c: (ps_document_dispose),
5983         (ps_async_renderer_render_pixbuf):
5984         * ps/ps-document.h:
5985
5986         Do not leak the target window
5987
5988 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5989
5990         * shell/ev-application.c: (ev_application_init):
5991
5992         Let tbe check file existence for us.
5993         Add a comment about eggrecent mime filter.
5994
5995 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
5996
5997         * data/evince-ui.xml:
5998         * shell/ev-application.c: (ev_application_shutdown),
5999         (ev_application_init), (ev_application_get_toolbars_model),
6000         (ev_application_get_recent_model),
6001         (ev_application_save_toolbars_model):
6002         * shell/ev-application.h:
6003         * shell/ev-window.c: (ev_window_add_recent),
6004         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
6005         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
6006         (ev_window_init):
6007
6008         Use common toolbar and recent models for all windows.
6009         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6012
6013         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
6014         successfully check for gtk_icon_view_get_visible_range.
6015
6016 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6017
6018         * djvu/Makefile.am:
6019         * dvi/Makefile.am:
6020         
6021         Fix djvu and dvi backend build.
6022
6023 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6024
6025         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
6026         (new_separator_pixbuf):
6027
6028         Don't leak windows.
6029
6030 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
6031
6032         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6033
6034         HIGification of toolbar editor dialogue.
6035
6036 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6037
6038         * configure.ac:
6039         * shell/Makefile.am:
6040
6041         Ever build metadata manager since it's just
6042         disabled at runtime now.
6043
6044 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6045
6046         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
6047         (ev_metadata_manager_get), (ev_metadata_manager_set):
6048         * shell/ev-metadata-manager.h:
6049
6050         Add an _init functions that enabled metadata management
6051         at runtime.
6052
6053         * shell/ev-window.c: (page_changed_cb),
6054         (setup_document_from_metadata), (ev_window_setup_document),
6055         (setup_view_from_metadata), (ev_window_open_uri),
6056         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6057         (ev_window_run_presentation), (ev_window_stop_presentation),
6058         (save_sizing_mode), (ev_window_zoom_changed_cb),
6059         (ev_window_continuous_changed_cb),
6060         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
6061         (window_configure_event_cb):
6062
6063         Remove all ugly metadata define since we deal with it
6064         at runtime now.
6065
6066         * shell/main.c: (load_files_remote), (main):
6067
6068         Add support for dbus cvs head. Hopefully didnt break one
6069         of the other versions now!
6070
6071         If we dont get a response from the dbus server just
6072         give up with it and not enable metadata.
6073
6074 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6075
6076         * Makefile.am:
6077         * backend/Makefile.am:
6078         * configure.ac:
6079         * cut-n-paste/recent-files/Makefile.am:
6080         * cut-n-paste/toolbar-editor/Makefile.am:
6081         * cut-n-paste/zoom-control/Makefile.am:
6082         * lib/Makefile.am:
6083         * pdf/Makefile.am:
6084         * pixbuf/Makefile.am:
6085         * properties/Makefile.am:
6086         * ps/Makefile.am:
6087         * shell/Makefile.am:
6088         * thumbnailer/Makefile.am:
6089         * tiff/Makefile.am:
6090
6091         Make frontends depend on just libev.
6092         Rework and group CFLAGS/LIBS definitions.
6093         Cleanups.
6094
6095 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6096
6097         * shell/ev-window:
6098
6099         do not unnecessarily save zoom
6100
6101         * configure.ac:
6102         * lib/ev-file-helpers.c: (ev_dot_dir):
6103         * shell/Makefile.am:
6104         * shell/dummy.cc:
6105
6106         Some cleanups
6107
6108 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6109
6110         * configure.ac:
6111         
6112         Remove unnecessary dependencies
6113
6114 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6115
6116         * properties/Makefile.am:
6117         * thumbnailer/Makefile.am:
6118         * tiff/Makefile.am:
6119
6120         Some more cleanups. Was really necessary
6121         but I probably introduced bugs, feel free
6122         to flame :)
6123
6124 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6125
6126         * backend/Makefile.am:
6127         * configure.ac:
6128         * cut-n-paste/recent-files/Makefile.am:
6129         * cut-n-paste/toolbar-editor/Makefile.am:
6130         * cut-n-paste/zoom-control/Makefile.am:
6131         * lib/Makefile.am:
6132         * pdf/Makefile.am:
6133         * pixbuf/Makefile.am:
6134         * properties/Makefile.am:
6135         * ps/Makefile.am:
6136         * shell/Makefile.am:
6137         * thumbnailer/Makefile.am:
6138         * tiff/Makefile.am:
6139
6140         Use gnome-common macros when possible.
6141         Cleanup dependencies.
6142         Actually disable deprecated where possible.
6143
6144 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
6145
6146         * Makefile.am:
6147         * backend/Makefile.am:
6148         * properties/Makefile.am:
6149         * shell/Makefile.am:
6150         * thumbnailer/Makefile.am:
6151
6152         This should solve the circular dep without
6153         requiring dir reorg!
6154
6155         * shell/ev-window.c: (setup_view_from_metadata):
6156
6157         Never restore window size/position when the
6158         window is already visible.
6159
6160 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6161
6162         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
6163
6164         Return a boolean from timeout func. Fix ported from gedit.
6165
6166 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
6167
6168         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
6169
6170 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6171
6172         * shell/ev-document-types.c: set "All Documents" as default filter in
6173         open dialog
6174
6175 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
6176
6177         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
6178         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
6179         (ev_metadata_manager_set_boolean): fix value/val thinko.
6180
6181 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6182
6183         * shell/ev-window.c: (setup_view_from_metadata),
6184         (window_state_event_cb), (window_configure_event_cb),
6185         (ev_window_init):
6186
6187         Remember window position and maximized state
6188
6189 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
6190
6191         * configure.ac:
6192
6193         Fix DBUS configure checks.
6194
6195         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
6196         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
6197         (ev_metadata_manager_set_boolean):
6198
6199         Plug mem leaks.
6200
6201         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
6202         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6203         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
6204         (ev_window_continuous_changed_cb),
6205         (ev_window_dual_mode_changed_cb), (ev_window_new):
6206
6207         Fix the build without DBUS.
6208
6209 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
6210
6211         * shell/ev-metadata-manager.c: (parse_value), (save_values),
6212         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
6213         (ev_metadata_manager_set_string),
6214         (ev_metadata_manager_set_boolean):
6215         * shell/ev-metadata-manager.h:
6216
6217         Add support for some more types
6218
6219         * shell/ev-view.c: (scroll_to_current_page),
6220         (ev_view_get_continuous), (ev_view_set_continuous),
6221         (ev_view_get_dual_page):
6222         * shell/ev-view.h:
6223         * shell/ev-window.c: (page_changed_cb),
6224         (setup_document_from_metadata), (ev_window_setup_document),
6225         (setup_view_from_metadata), (ev_window_open_uri),
6226         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6227         (ev_window_run_presentation), (ev_window_stop_presentation),
6228         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
6229         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
6230         (ev_window_update_dual_page_action),
6231         (ev_window_continuous_changed_cb),
6232         (ev_window_dual_mode_changed_cb), (ev_window_init):
6233
6234         Remember a bunch of view/document properties. Prolly some
6235         are still missing but it's getting interesting.
6236
6237 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
6238
6239         * configure.ac: check if dbus-binding-tool is installed. Not the
6240         case on current Ubuntu breezy, it seems.
6241
6242 2005-07-05  Luca Ferretti <elle.uca@libero.it>
6243
6244         * data/evince.desktop.in.in:
6245         
6246         Allow open uri lists and add TryExec field.
6247
6248 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * configure.ac:
6251
6252         Enable dbus when available, do not require a configure
6253         option.
6254
6255 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6256
6257         * configure.ac:
6258
6259         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
6260         disabled.
6261
6262 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6263         Marco Pesenti Gritti  <mpg@redhat.com>
6264
6265         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
6266         
6267         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
6268         functions to the format required by dbus
6269
6270         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
6271         errors. Use the RPC parameters in the expected way
6272
6273 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6274
6275         * Makefile.am:
6276         * properties/Makefile.am:
6277         * properties/ev-properties-main.c: (ev_properties_get_pages):
6278
6279         Support all mime types
6280
6281         * shell/Makefile.am:
6282         * thumbnailer/Makefile.am:
6283         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
6284         (evince_thumbnail_pngenc_get):
6285
6286         Use the document factory
6287
6288 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6289
6290         * backend/Makefile.am:
6291         * backend/ev-document-factory.c:
6292         (mime_type_supported_by_gdk_pixbuf),
6293         (ev_document_type_get_from_mime),
6294         (ev_document_factory_get_document),
6295         (ev_document_factory_get_backend),
6296         (ev_document_factory_get_mime_types),
6297         (ev_document_factory_get_all_mime_types):
6298         * backend/ev-document-factory.h:
6299         * shell/Makefile.am:
6300         * shell/ev-document-types.c: (get_document_from_uri),
6301         (ev_document_types_get_document),
6302         (file_filter_add_mime_list_and_free),
6303         (ev_document_types_add_filters):
6304         * shell/ev-document-types.h:
6305         * shell/ev-job-xfer.c: (ev_job_xfer_run):
6306         * shell/ev-properties-dialog.c:
6307         (ev_properties_dialog_set_document):
6308         * shell/ev-window.c: (ev_window_cmd_file_open),
6309         (ev_window_cmd_save_as):
6310         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6311
6312         Rework document types managing to avoid code duplication
6313         and actually abstract from backend implementations.
6314         Also provide a minimal factory api that can be used by
6315         thumbnailer/properties.
6316
6317 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
6318
6319         * properties/ev-properties-view.c: (ev_properties_view_set_info):
6320         Plug a mem leak.
6321         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6322         HIG spacings.
6323
6324 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6325
6326         * shell/ev-properties-dialog.c
6327         (ev_properties_dialog_set_document): only call
6328         ev_properties_fonts_set_document() if the document implements the
6329         fonts interface
6330
6331 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * configure.ac:
6334         * properties/Makefile.am:
6335         * properties/ev-properties-view.c:
6336         (ev_properties_view_register_type):
6337         * properties/ev-properties-view.h:
6338         * properties/ev-properties-main.h:
6339
6340         Implement nautilus plugin for properties.
6341         Works only for pdf atm, I need to rework the
6342         document types stuff to get this to work
6343         for all backends...
6344
6345 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6346
6347         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
6348         (ev_properties_fonts_set_document): use
6349         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
6350
6351 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6352
6353         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
6354         them
6355         (PlaceImage, tiff2ps_process_page): use
6356         g_ascii_dtostr to convert floats to strings in a locale-safe way.
6357
6358
6359 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
6360
6361         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
6362         (main): to call gnome_authentication_manager_init. Should fix
6363         Bug #308510
6364
6365         * configure.ac: that requires libgnomeui 2.6.0.
6366
6367 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6368
6369         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6370         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
6371         use the new tiff2ps interfaces
6372
6373         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
6374         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
6375
6376         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
6377         structure instead of global variables.  Remove use of static
6378         variables in functions.
6379
6380 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
6381
6382         * shell/ev-page-action.c: unref the completion after setting it to the
6383         entry
6384
6385 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6386
6387         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
6388         postscript files
6389
6390 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
6391
6392         * shell/ev-window.c (update_action_sensitivity): disable
6393         File->Print if the document does not implement the ps exporter
6394         interface
6395
6396 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * Makefile.am:
6399         * configure.ac:
6400         * data/evince-properties.glade:
6401         * properties/.cvsignore:
6402         * properties/Makefile.am:
6403         * properties/ev-properties-view.c: (ev_properties_view_dispose),
6404         (ev_properties_view_class_init), (ev_properties_view_format_date),
6405         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
6406         (ev_properties_view_init), (ev_properties_view_new):
6407         * properties/ev-properties-view.h:
6408         * shell/Makefile.am:
6409         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
6410         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
6411         (ev_properties_dialog_new):
6412         * shell/ev-properties-dialog.h:
6413         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6414         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
6415         (update_progress_label), (job_fonts_finished_cb),
6416         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
6417         * shell/ev-properties-fonts.h:
6418         * shell/ev-properties.c:
6419         * shell/ev-properties.h:
6420         * shell/ev-window.c: (ev_window_setup_document),
6421         (ev_window_cmd_file_properties):
6422
6423         Split the properties pages in two different objects, depend
6424         only on the backend where possible, use widgets instead
6425         of gobject for the glade part, reimplement the dialog
6426         itself with gtk.
6427         I need this to implement nautilus properties page.
6428
6429 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
6430
6431         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
6432         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
6433         (tiff_document_document_ps_exporter_iface_init): implement the ps
6434         exporter interface for tiff documents
6435
6436         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
6437         libtiff to implement TIFF postscript export
6438
6439         * tiff/tiff2ps.h: added a header file for external tiff2ps
6440         functions.
6441
6442         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
6443         tiff2ps.h
6444
6445 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6446
6447         * shell/ev-view.c: (scroll_to_current_page),
6448         (ev_view_set_fullscreen), (ev_view_set_presentation):
6449         
6450         Scroll to current page when exit from presentation
6451
6452 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6453
6454         * shell/ev-window.c: (update_document_mode),
6455         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6456         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
6457         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
6458         
6459         Exit from fullscreen mode when switch to presentation. Fix for
6460         bug 309365
6461
6462 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6463
6464         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
6465         return NULL if the document does not implement the selection
6466         interface.
6467
6468 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
6469
6470         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
6471         reported height by using the resolution aspect ratio
6472         (tiff_document_render_pixbuf): scale the pixbuf using the
6473         resolution aspect ratio
6474
6475 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6476
6477         * configure.ac:
6478         
6479         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
6480         <kiltedaco@gmail.com>
6481         
6482         * djvu/djvu-document.c: (djvu_document_get_orientation),
6483         (djvu_document_set_orientation), (djvu_document_get_page_size),
6484         (rotate_pixbuf), (djvu_document_render_pixbuf),
6485         (djvu_document_document_iface_init):
6486         * dvi/dvi-document.c: (dvi_document_get_orientation),
6487         (dvi_document_set_orientation), (dvi_document_get_page_size),
6488         (rotate_pixbuf), (dvi_document_render_pixbuf),
6489         (dvi_document_document_iface_init):
6490         
6491         Dvi and djvu backends are ported to new API
6492
6493 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
6494
6495         * backend/ev-selection.c: (ev_selection_get_selection_region),
6496         (ev_selection_get_selection_map):
6497         * backend/ev-selection.h:
6498         * pdf/ev-poppler.cc:
6499         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6500         * shell/ev-jobs.h:
6501         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6502         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6503         (ev_pixbuf_cache_get_text_mapping):
6504         * shell/ev-pixbuf-cache.h:
6505         * shell/ev-view.c: (location_in_text),
6506         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
6507         support to EvView.  Now we can see where we can select!  Sweet!
6508
6509 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6510
6511         * shell/ev-view.c (ev_view_button_press_event): Fix
6512         event->y + view->scroll_x typo.
6513
6514 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
6515
6516         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
6517         sub-GdkPixbuf instead of passing dest_x and dest_y.
6518         
6519         * shell/ev-view.c: (view_point_to_doc_point),
6520         (view_rect_to_doc_rect), (ev_view_button_press_event),
6521         (ev_view_motion_notify_event), (compute_new_selection_rect),
6522         (gdk_rectangle_point_in), (compute_new_selection_text),
6523         (compute_selections): Update selection code to keep the selection
6524         around as two points and not as a normalized rectangle, and fix
6525         page level selection in two-column mode.
6526
6527 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
6528
6529         * shell/ev-window.c: (window_configure_event_cb): 
6530         
6531         Fix compilation
6532         
6533 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6534
6535         * pdf/ev-poppler.cc:
6536
6537         Fix compilation
6538
6539 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
6540
6541         * shell/Makefile.am:
6542         * shell/ev-metadata-manager.c: (item_free),
6543         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
6544         (parse_value), (parseItem), (load_values),
6545         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
6546         (save_values), (save_item), (get_oldest), (resize_items),
6547         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
6548         * shell/ev-metadata-manager.h:
6549
6550         Metadata manager from gedit but modified to use GValue, so that
6551         we dont need to keep converting from strings.
6552
6553         * configure.ac:
6554
6555         ENABLE_METADATA conditional, on when dbus is on
6556
6557         * shell/ev-application.c: (ev_application_open_uri):
6558
6559         Show the window after load so that we can initialize
6560         window size before it's showed.
6561
6562         * shell/ev-window.c: (ev_window_setup_from_metadata),
6563         (ev_window_open_uri), (window_configure_event_cb),
6564         (ev_window_init):
6565
6566         Save and load metadata information about window size.
6567         Not yet keeping states in account.
6568
6569         * shell/main.c: (main):
6570
6571         Shutdown metadata manager.
6572
6573 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6574
6575         * shell/ev-application-service.xml:
6576         * configure.ac:
6577         * shell/Makefile.am:
6578         * shell/ev-application.c:
6579         * shell/ev-application.h:
6580         * shell/ev-window.c:
6581         * shell/ev-window.h:
6582         * shell/main.c:
6583
6584         Add an optional dbus interface (--enable-dbus).
6585         Rework application code, mainly to be easier to
6586         use "remotely".
6587         Do not open multiple windows with the same document,
6588         spatial evince!
6589
6590 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
6591
6592         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
6593         pixbuf iff it exists.
6594
6595 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
6596
6597         * shell/*:
6598         * backend/ev-render-context.[ch]:
6599         * backend/ev-selection.[ch]:
6600
6601         Massive changes.  We now support text selection of pdfs, and not
6602         just rectangular selection.  This is pretty broken still, but I
6603         want to get something into CVS.
6604
6605 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * pdf/ev-poppler.cc:
6608         
6609         Fix for Bug 309080: crash on window close.
6610         
6611         * shell/ev-page-action.c: (page_changed_cb):
6612         
6613         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
6614         jensgr@gmx.net (Jens Granseuer).
6615
6616 2005-06-25  Marcel Telka  <marcel@telka.sk>
6617
6618         * configure.in (ALL_LINGUAS): Added sk.
6619
6620 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6621
6622         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
6623         not a document open
6624
6625 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6626
6627         * NEWS:
6628         * configure.ac:
6629
6630         Release 0.3.2
6631
6632         * cut-n-paste/recent-files/Makefile.am:
6633
6634         Fix make distcheck
6635
6636 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6637
6638         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
6639         (pixbuf_document_set_orientation), (rotate_pixbuf),
6640         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
6641         (pixbuf_document_document_iface_init), (pixbuf_document_init):
6642
6643         Implement rotation and cleanup the code a bit.
6644
6645         * tiff/tiff-document.c: (tiff_document_get_page_size),
6646         (tiff_document_get_orientation), (tiff_document_set_orientation),
6647         (rotate_pixbuf), (tiff_document_render_pixbuf),
6648         (tiff_document_document_iface_init), (tiff_document_init):
6649
6650         Implement rotation. Was the quicker solution for the release
6651         but we really need to share this code in the shell.
6652
6653 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
6654
6655         * pdf/ev-poppler.cc:
6656
6657         Enable rotation, require poppler cvs. Fix a leak.
6658
6659 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6660
6661         * shell/ev-window.c: (update_action_sensitivity):
6662         
6663         Make properties unsensitive if document backend doesn't provide
6664         any info
6665
6666 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6667
6668         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
6669         (bitmap_flip_horizontally), (bitmap_flip_vertically),
6670         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
6671         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
6672         (bitmap_flip_rotate_counter_clockwise):
6673         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
6674         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
6675         (buff_gets):
6676         * dvi/mdvi-lib/common.h:
6677         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
6678         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
6679         (opendvi), (mdvi_reload), (mdvi_init_context),
6680         (mdvi_destroy_context), (mdvi_dopage), (special):
6681         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
6682         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
6683         (file_hash_free), (register_encoding), (parse_spec),
6684         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
6685         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
6686         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
6687         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
6688         (mdvi_register_font_type), (mdvi_unregister_font_type),
6689         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
6690         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
6691         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
6692         (mdvi_hash_destroy_key), (mdvi_hash_reset):
6693         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
6694         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
6695         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
6696         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
6697         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
6698         * dvi/mdvi-lib/special.c: (mdvi_register_special),
6699         (mdvi_unregister_special), (mdvi_flush_specials):
6700         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
6701         (t1_font_remove):
6702         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
6703         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
6704         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
6705         (free_font_metrics), (flush_font_metrics):
6706         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
6707         (tt_font_remove):
6708         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
6709         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
6710         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
6711         (dstring_insert), (dstring_new), (dstring_reset):
6712         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
6713         
6714         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
6715         avoid conflict with libtool on FC4
6716         
6717         * shell/ev-window.c: (ev_window_cmd_help_about):
6718         
6719         Update copyright year. Fix for bug 308828.
6720
6721 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * shell/ev-view.c: (add_scroll_binding_keypad),
6724         (ev_view_binding_activated), (ev_view_class_init),
6725         (on_adjustment_value_changed):
6726         
6727         Bug 170874: Arrow keys switch pages in presentation mode
6728
6729 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6730
6731         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6732         
6733         Fix for Bug 308265: Sidebar dissappears coming out of 
6734         Presentation mode
6735
6736 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-application.c: (ev_application_open):
6739         * shell/ev-document-types.c: (ev_document_types_add_filters),
6740         (ev_document_types_add_filters_for_type):
6741         * shell/ev-document-types.h:
6742         * shell/ev-window.c: (ev_window_cmd_save_as):
6743         
6744         Suggest basename as template when saving, provide filters
6745         for save dialog. It's bug 308402
6746
6747 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * pdf/ev-poppler.cc:
6750         * shell/ev-sidebar-links.c: (job_finished_callback):
6751         * shell/ev-view.c: (update_find_status_message):
6752         
6753         Some leaks fixed
6754
6755 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6756
6757         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6758         (egg_recent_view_uimanager_set_list):
6759
6760         Fix buglet in !show_numbers case.
6761
6762 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
6763
6764         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6765         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
6766
6767         Use pango ellipsisation.
6768
6769         * pdf/ev-poppler.cc:
6770
6771         Fix refcount leak, from nsh.
6772
6773 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6774
6775         * cut-n-paste/recent-files/Makefile.am:
6776         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6777         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6778         
6779         Removed EggRecentViewGtk
6780         
6781         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6782         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
6783         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
6784         (ev_window_setup_recent):
6785         
6786         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
6787         with other projects
6788
6789 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6790
6791         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6792         (egg_recent_view_gtk_finalize):
6793
6794         Fix memory leak
6795
6796         * cut-n-paste/toolbar-editor/Makefile.am:
6797         
6798         Fix location of cursor icon.
6799         
6800         * pdf/ev-poppler.cc:
6801         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
6802         (display_completion_text), (match_completion):
6803         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6804         (selection_changed_callback), (create_loading_model),
6805         (print_section_cb), (links_page_num_func),
6806         (update_page_callback_foreach):
6807         * shell/ev-window.c: (ev_window_dispose):
6808         
6809         Small memory fixes. Links model now store objects instead
6810         of pointers to improve memory management. 
6811
6812 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6813
6814         * shell/ev-window.c: (zoom_control_changed_cb):
6815         
6816         Fix update of zoom control (bug 308268).
6817
6818 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
6819
6820         * shell/ev-properties.c (set_property): escape the text correctly.
6821         Handles non-UTF-8 properties and escaped properties.  Also, sets
6822         the text to "<i>None</i>" if the property isn't set.
6823
6824         * data/evince-properties.glade: Change the label to be ellipsized,
6825         and give it a minimum size.
6826
6827 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
6830         * shell/ev-sidebar-links.c: (create_loading_model):
6831         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
6832         * shell/ev-view.c: (ev_view_set_document):
6833         * shell/ev-window.c: (ev_window_dispose):
6834         
6835         Various small fixes, mostly memory leaks. Thanks to valgrind.
6836
6837 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
6838
6839         * ps/ps-document.c: remove the locale.h include again ;-). And
6840         kill the (bogus) setlocale/savelocale business.
6841
6842 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
6843
6844         * ps/ps-document.c:
6845         
6846         Include locale.h to fix build
6847         
6848         * shell/ev-sidebar.c:
6849         
6850         Remove unnecessary includes
6851
6852 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6853
6854         * dvi/dvi-document.c: (dvi_document_load):
6855         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
6856         * po/POTFILES.in:
6857         
6858         Check for incorrect dvi files. Fix parsing dvi on AMD64
6859         platform. Thanks to tester@tester.ca (Olivier Crete).
6860
6861 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6862
6863         * shell/ev-page-action.c: (match_selected_cb),
6864         (display_completion_text), (match_completion), (update_model):
6865         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
6866         (expand_open_links):
6867         * shell/ev-sidebar.c: (ev_sidebar_destroy),
6868         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
6869         (ev_sidebar_set_document):
6870         * shell/ev-window.c: (ev_window_xfer_job_cb),
6871         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
6872         
6873         Fixed lot's of memory leaks, for example, memory leak on reload, 
6874         described in bug 307793.
6875
6876 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6877
6878         * pdf/ev-poppler.cc:
6879         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
6880         (update_visible_range), (adjustment_changed_cb),
6881         (ev_sidebar_thumbnails_fill_model),
6882         (ev_sidebar_thumbnails_refresh),
6883         (ev_sidebar_tree_selection_changed),
6884         (ev_sidebar_icon_selection_changed),
6885         (ev_sidebar_thumbnails_use_icon_view),
6886         (ev_sidebar_thumbnails_set_document):
6887         * shell/ev-sidebar-thumbnails.h:
6888         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6889         (ev_window_cmd_edit_rotate_right), (ev_window_init):
6890
6891         Refresh thumbnails when changing orientation. Not fully
6892         working yet becuase of a sidebar bug.
6893
6894         Set page orientation to poppler page everywhere. This sucks
6895         really need to fix poppler.
6896
6897 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
6898
6899         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
6900         (egg_recent_view_gtk_new_menu_item),
6901         (egg_recent_view_gtk_set_property),
6902         (egg_recent_view_gtk_get_property),
6903         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
6904         (egg_recent_view_gtk_set_tooltip_func),
6905         (egg_recent_view_gtk_set_label_width),
6906         (egg_recent_view_gtk_get_label_width):
6907         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
6908
6909         Sync with libegg (ellipsize labels)
6910
6911 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6912
6913         * data/evince-ui.xml:
6914         * shell/ev-window.c: (ev_window_cmd_go_forward),
6915         (ev_window_cmd_go_backward):
6916         
6917         Shift + PageUp moves 10 Pages. Fix for 306125
6918
6919 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6920
6921         * pdf/ev-poppler.cc:
6922
6923         Add a flag to check if orientation has been overriden
6924
6925 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
6926
6927         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
6928         field if necessary.
6929
6930         * ps/ps.h: add creator field to document.
6931
6932         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
6933         set creator field.
6934
6935 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6936
6937         * data/evince-properties.glade:
6938         * shell/ev-properties.c: (ev_properties_set_document):
6939
6940         s/PDF Version/Format
6941
6942 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6943
6944         * shell/ev-properties.c: (ev_properties_set_document):
6945
6946         Remove unnecessary translations
6947
6948 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6949
6950         * cut-n-paste/toolbar-editor/Makefile.am:
6951
6952         Correct library name    
6953
6954 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6955
6956         * configure.ac:
6957         * cut-n-paste/recent-files/egg-recent-model.c:
6958         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
6959         (egg_recent_model_unlock_file):
6960         * cut-n-paste/recent-files/egg-recent-util.c:
6961         (egg_recent_util_get_unique_id):
6962         * cut-n-paste/recent-files/update-from-egg.sh:
6963         * cut-n-paste/toolbar-editor/Makefile.am:
6964         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6965         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6966         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6967         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6968         (egg_toolbars_model_get_type):
6969         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6970
6971         Better makefile for toolbar editor and update everything
6972         to latest libegg.
6973
6974 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6975
6976         * shell/ev-window.c: (update_document_mode):
6977
6978         Prefer presentation mode when the document
6979         require fullscreen.
6980
6981 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
6982
6983         * data/evince-ui.xml:
6984         * shell/ev-window.c:
6985
6986         Add control-equal for zooming
6987
6988 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
6989
6990         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
6991
6992 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * backend/ev-document.c: (ev_document_get_orientation):
6995         * backend/ev-document.h:
6996         * pdf/ev-poppler.cc:
6997         * ps/ps-document.c: (ps_document_get_orientation),
6998         (ps_document_set_orientation), (ps_document_document_iface_init):
6999
7000         Add a get_orientation api. Improve set_orientation.
7001
7002         * data/evince-ui.xml:
7003         * shell/ev-view.c: (ev_view_set_orientation),
7004         (ev_view_rotate_right), (ev_view_rotate_left):
7005         * shell/ev-view.h:
7006         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7007         (ev_window_cmd_edit_rotate_right):
7008
7009         Better ui for changing document orientation
7010
7011 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7012
7013         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
7014         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
7015         * shell/ev-sidebar-links.h:
7016         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
7017         (ev_sidebar_page_iface_init):
7018         * shell/ev-sidebar-page.h:
7019         * shell/ev-sidebar-thumbnails.c:
7020         (ev_sidebar_thumbnails_get_property),
7021         (ev_sidebar_thumbnails_class_init),
7022         (ev_sidebar_thumbnails_set_document):
7023         * shell/ev-sidebar-thumbnails.h:
7024         * shell/ev-view.c: (ev_view_motion_notify_event):
7025         * shell/ev-window.c: (update_chrome_visibility),
7026         (ev_window_cmd_focus_page_selector),
7027         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
7028         (sidebar_page_main_widget_update_cb), (ev_window_init):
7029         
7030         Autoraise toolbar on GoToPage binding and fix bindings in
7031         EvSidebarThumbnails page.
7032
7033 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
7034
7035         * shell/ev-properties.c: (update_progress_label):
7036
7037         Hide the progress label when finished; bug #307697.
7038
7039 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7040
7041         * pdf/ev-poppler.cc:
7042
7043         Enable is_open for links, you will need poppler cvs
7044
7045         * shell/ev-properties.c: (job_fonts_finished_cb):
7046
7047         Get a lock on the document when filling the tree view
7048
7049 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7050
7051         * backend/ev-document-links.h:
7052         * pdf/ev-poppler.cc:
7053         * shell/ev-sidebar-links.c: (create_loading_model),
7054         (expand_open_links), (job_finished_callback):
7055
7056         Expand links when specified by the document.
7057         Depend on a poppler api (defined out for now)
7058
7059 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
7060
7061         * shell/ev-properties.c: (ev_properties_dispose),
7062         (ev_properties_class_init), (dialog_destroy_cb),
7063         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
7064         (ev_properties_set_document), (ev_properties_new),
7065         (ev_properties_show):
7066         * shell/ev-properties.h:
7067
7068         Make it an object, cleanup the code, api to show it as transient
7069         and to set the document.
7070
7071         * shell/ev-window.c: (ev_window_setup_document),
7072         (ev_window_cmd_file_properties):
7073
7074         Adapt to EvProperties changes, do not show multiple
7075         times, update it when document changes.
7076
7077 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7078
7079         * ps/gstypes.h:
7080         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
7081         (ps_document_set_orientation), (ps_document_document_iface_init):
7082         * ps/ps-document.h:
7083
7084         Implement orientation here too
7085
7086         * shell/ev-properties.c: (ev_properties_new):
7087         * data/evince-properties.glade:
7088
7089         Hide the fonts page for backends that doesnt
7090         support it.     
7091
7092 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
7093
7094         * backend/ev-document.c: (ev_document_set_orientation):
7095         * backend/ev-document.h:
7096         * pdf/ev-poppler.cc:
7097
7098         Add orientation api. Currently poppler api is not optimal,
7099         we need to set orientation every time we _get a page.
7100         I will try to fix that at some point.
7101
7102         * data/evince-ui.xml:
7103         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
7104         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
7105
7106         Add orientation menu items
7107
7108         * shell/ev-page-cache.c: (ev_page_cache_clear):
7109         * shell/ev-page-cache.h:
7110
7111         Add api to clear the cache
7112
7113         * shell/ev-view.c: (setup_caches), (clear_caches),
7114         (ev_view_set_document), (ev_view_zoom_out),
7115         (ev_view_set_orientation):
7116         * shell/ev-view.h:
7117
7118         Implement orientation changing
7119
7120 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
7121
7122         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
7123         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
7124         * backend/ev-document-fonts.h:
7125
7126         Separate scan and fill so that we can incrementally fill from
7127         the main thread. Add a progress api.
7128
7129         * data/evince-properties.glade:
7130         * pdf/ev-poppler.cc:
7131         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
7132         * shell/ev-jobs.h:
7133         * shell/ev-properties.c: (update_progress_label),
7134         (job_fonts_finished_cb), (setup_fonts_view):
7135
7136         Incrementally feel the list and show the progress
7137         percentage in a label like acrobat does.
7138
7139         You are going to need poppler cvs
7140
7141 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
7142
7143         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
7144         * backend/ev-document-fonts.h:
7145         * pdf/ev-poppler.cc:
7146
7147         Make fonts model fill incrementally.
7148
7149         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7150         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7151         (ev_job_queue_remove_job):
7152         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7153         (ev_job_fonts_new), (ev_job_fonts_run):
7154         * shell/ev-jobs.h:
7155
7156         New job for fonts scanning
7157
7158         * shell/ev-properties.c: (job_fonts_finished_cb),
7159         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
7160         * shell/ev-properties.h:
7161         * shell/ev-window.c: (ev_window_cmd_file_properties):
7162
7163         Incrementally feel the treeview using the new job. Show Loading...
7164         message until scanning is completed.
7165
7166         Hopefully I didnt break the build without the poppler patch.
7167
7168 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7169
7170         * shell/ev-application.c: (ev_application_open):
7171         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
7172         (ev_document_type_get_type), (ev_document_type_lookup):
7173         * shell/ev-document-types.h:
7174         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
7175         * shell/ev-job-xfer.h:
7176         * shell/ev-window.c: (ev_window_clear_local_uri),
7177         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
7178         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
7179         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7180         
7181         Transfer remote documents to tmp directory to display them later.
7182
7183 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
7184
7185         * backend/ev-document-info.h:
7186         * shell/ev-properties.c: (ev_properties_new):
7187
7188         s/GTime*/GTime. Not sure why we was using a pointer
7189         at all there!
7190
7191 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
7192
7193         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
7194         situations.  That situation is that you're using GTK+-HEAD with
7195         the patch at #306726 is applied, and you have a document with <
7196         1500 pages in it.  It's not quite as uniformly nice as the
7197         TreeView, but should be better in the long run.
7198
7199         I'm pretty sure I guarded against breaking compilation with
7200         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
7201         I missed some.
7202
7203         * shell/ev-window.c (ev_window_init): We don't have our tree/list
7204         widget yet, so I commented that code out
7205         enable_view_actions_for_widget() for now.  Need to figure this
7206         out.
7207
7208         * shell/ev-page-action.c (match_selected_cb): emit the right
7209         signals.  Our cool C-l completion now works.
7210
7211 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * backend/Makefile.am:
7214         * backend/ev-document-fonts.c:
7215         * backend/ev-document-links.c:
7216         * backend/ev-document.c: (ev_document_load):
7217         * backend/ev-document.h:
7218         * backend/ev-job-queue.c:
7219         * backend/ev-job-queue.h:
7220         * backend/ev-jobs.c:
7221         * backend/ev-jobs.h:
7222         * backend/ev-page-cache.c:
7223         * backend/ev-page-cache.h:
7224
7225         EvPageCache and EvJobs are moved to shell.
7226
7227         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
7228         (ev_tmp_filename):
7229         * lib/ev-file-helpers.h:
7230         
7231         New helper to work with temporary files
7232         
7233         * shell/Makefile.am:
7234         * shell/ev-application.c: (ev_application_open):
7235         * shell/ev-application.h:
7236         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
7237         (remove_job_from_async_queue), (add_job_to_async_queue),
7238         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
7239         (handle_job), (search_for_jobs_unlocked),
7240         (no_jobs_available_unlocked), (ev_render_thread),
7241         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7242         (ev_job_queue_add_job), (move_job_async), (move_job),
7243         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7244         * shell/ev-job-queue.h:
7245         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
7246         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
7247         * shell/ev-job-xfer.h:
7248         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
7249         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
7250         (ev_job_links_class_init), (ev_job_render_init),
7251         (ev_job_render_dispose), (ev_job_render_class_init),
7252         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
7253         (ev_job_thumbnail_class_init), (ev_job_load_init),
7254         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
7255         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
7256         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
7257         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
7258         * shell/ev-jobs.h:
7259         * shell/ev-page-action.c: (ev_page_action_set_document):
7260         * shell/ev-page-cache.c: (ev_page_cache_init),
7261         (ev_page_cache_class_init), (ev_page_cache_finalize),
7262         (ev_page_cache_new), (ev_page_cache_get_n_pages),
7263         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
7264         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
7265         (ev_page_cache_get_title), (ev_page_cache_get_size),
7266         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7267         (ev_page_cache_get_height_to_page),
7268         (ev_page_cache_get_max_label_chars),
7269         (ev_page_cache_get_page_label),
7270         (ev_page_cache_has_nonnumeric_page_labels),
7271         (ev_page_cache_get_info), (ev_page_cache_next_page),
7272         (ev_page_cache_prev_page), (ev_page_cache_get):
7273         * shell/ev-page-cache.h:
7274         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
7275         (ev_pixbuf_cache_clear_job_sizes),
7276         (ev_pixbuf_cache_add_jobs_if_needed),
7277         (ev_pixbuf_cache_set_page_range):
7278         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
7279         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
7280         * shell/ev-sidebar-thumbnails.c:
7281         (ev_sidebar_tree_selection_changed),
7282         (ev_sidebar_thumbnails_set_document):
7283         * shell/ev-statusbar.c: (ev_statusbar_destroy),
7284         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
7285         (ev_statusbar_get_context_id), (ev_statusbar_push),
7286         (ev_statusbar_pop), (ev_statusbar_set_maximized),
7287         (ev_statusbar_pulse), (ev_statusbar_show_progress),
7288         (ev_statusbar_set_progress):
7289         * shell/ev-statusbar.h:
7290         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
7291         (ev_view_find_previous):
7292         * shell/ev-window.c: (ev_window_is_empty),
7293         (ev_window_setup_document), (password_dialog_response),
7294         (ev_window_clear_jobs), (ev_window_load_job_cb),
7295         (ev_window_xfer_job_cb), (ev_window_open_uri),
7296         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
7297         (ev_window_print), (ev_window_print_range),
7298         (ev_window_state_event), (ev_window_cmd_view_reload),
7299         (menu_item_select_cb), (menu_item_deselect_cb),
7300         (view_status_changed_cb), (ev_window_dispose),
7301         (drag_data_received_cb), (ev_window_init):
7302         * shell/ev-window.h:
7303         * shell/main.c: (load_files):
7304         
7305         New statusbar to show progress on idle. Two new jobs - 
7306         xfer job and load job to load document in background. And update
7307         of page_cache clients to new location of code.
7308
7309 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
7310   
7311         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
7312         selection in open dialog. It also remembers the last visited directory 
7313         in the current session.
7314
7315 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7316
7317         * shell/ev-properties.c: (ev_properties_new):
7318         * shell/ev-properties.h:
7319         * shell/ev-window.c: (ev_window_cmd_file_properties):
7320         
7321         Get document info from page cache instead of document itself.
7322         This should fix crash related to race conditions described in
7323         bug 306545.
7324
7325 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7326
7327         * ps/ps-document.c: (ps_document_init),
7328         (send_ps), (get_page_box), (output), (catchPipe), (input),
7329         (stop_interpreter), (file_length), (file_readable),
7330         (check_filecompressedb), (ps_document_enable_interpreter),
7331         (document_load), (ps_async_renderer_render_pixbuf):
7332         * ps/ps-document.h:
7333
7334         Big cleanup of the ps code
7335
7336 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
7337
7338         * backend/Makefile.am:
7339         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
7340         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
7341         * backend/ev-async-renderer.h:
7342
7343         Add an async renderer interface (method + callback) which
7344         is useful for backends like ps.
7345
7346         * backend/ev-job-queue.c: (remove_job_from_async_queue),
7347         (add_job_to_async_queue), (job_finished_cb), (handle_job),
7348         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
7349         (ev_job_queue_add_job), (move_job_async), (move_job),
7350         (ev_job_queue_update_job), (ev_job_queue_remove_job):
7351
7352         Add queues for async renderer, these are executed on the
7353         main thread.
7354
7355         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
7356         (ev_job_render_run):
7357         * backend/ev-jobs.h:
7358
7359         If the backend support async renderer interface use it.
7360
7361         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
7362         (setup_pixmap), (ps_document_get_type),
7363         (ps_async_renderer_render_pixbuf),
7364         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
7365
7366         Implement async renderer interface.
7367
7368 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7369
7370         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
7371
7372         Cleanup links job on exit.
7373
7374 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7375
7376         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7377         (drag_data_get_cb), (drag_data_received_cb):
7378         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7379         (drag_data_get_cb), (parse_item_list),
7380         (egg_toolbar_editor_load_actions):
7381         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7382         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
7383         (parse_item_list), (parse_toolbars):
7384         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7385         (dvi_pixbuf_put_pixel):
7386         
7387         Fix gcc 4.0 warnings
7388
7389 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7390
7391         * ps/ps-document.c: (start_interpreter):
7392
7393         Fix warning when loading ps
7394
7395 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7396
7397         * ps/ps-document.c: (output):
7398
7399         Fix crash when priting gs error messages.
7400
7401 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7402
7403         * backend/ev-page-cache.c: (_ev_page_cache_new):
7404         * backend/ev-page-cache.h:
7405
7406         Use a const to return title so that we dont double
7407         free it. Small cleanup and fix a leak.
7408
7409         * shell/ev-window.c: (update_window_title):
7410
7411         strdup value from get_title.
7412
7413 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
7414
7415         * shell/ev-sidebar-links.c: (job_finished_callback),
7416         (ev_sidebar_links_set_document):
7417
7418         Cleanup the old job when changing document
7419
7420 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7421
7422         * shell/ev-stock-icons.c:
7423         * shell/ev-stock-icons.h:
7424         * shell/ev-window.c:
7425         
7426         Add stock icons for actions that can appear in toolbar. Fix for
7427         bug 306566.
7428
7429 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7430
7431         * backend/ev-page-cache.c: (ev_page_cache_finalize),
7432         (_ev_page_cache_new), (ev_page_cache_get_max_width),
7433         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
7434         * backend/ev-page-cache.h:
7435         * shell/ev-view.c: (scroll_to_current_page),
7436         (view_update_range_and_current_page), (get_page_y_offset),
7437         (get_page_extents), (ev_view_size_request_continuous_dual_page),
7438         (ev_view_size_request_continuous),
7439         (ev_view_zoom_for_size_continuous_and_dual_page),
7440         (ev_view_zoom_for_size_continuous):
7441         
7442         More compact EvView layout in document with pages of different size.
7443
7444 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
7445
7446         * shell/ev-window.c (ev_window_cmd_file_properties): fix
7447         compilation.
7448
7449 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7450
7451         * shell/ev-view.c: (view_set_adjustment_values):
7452         * shell/ev-window.c: (ev_window_cmd_file_properties):
7453         
7454         A bit different fix for rounding problem but it has no
7455         problems on startup. Make properties window transient to parent.
7456
7457 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * pdf/ev-poppler.cc:
7460         
7461         More commenting of font stuff.
7462
7463 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7464
7465         * pdf/ev-poppler.cc:
7466
7467         Comment out some more fonts stuff. Should really
7468         work without the poppler patch now.
7469
7470 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7471
7472         * pdf/ev-poppler.cc:
7473
7474         Adapt to api change
7475
7476 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7477
7478         * data/evince-properties.glade:
7479         * pdf/ev-poppler.cc:
7480         * shell/ev-properties.c: (setup_fonts_view):
7481
7482         Set the column title. Show the dialog only
7483         once everything is setup.
7484         Getting font info can be very slow... will
7485         prolly need to make this threaded too.
7486
7487 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7488
7489         * backend/Makefile.am:
7490         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
7491         (ev_document_fonts_get_fonts_model):
7492         * backend/ev-document-fonts.h:
7493         * data/evince-properties.glade:
7494         * pdf/ev-poppler.cc:
7495         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
7496         * shell/ev-properties.h:
7497         * shell/ev-window.c: (ev_window_cmd_file_properties):
7498
7499         Implement fonts list. Defined out for now, since it depends
7500         on a not yet committed poppler patch.
7501
7502 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
7503
7504         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
7505         page + 1.
7506
7507         * shell/ev-window.c: Make sure we add the timeout when we get a
7508         focus-in event.
7509
7510         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
7511         adjustment->value before calculating the zoom factor to average
7512         out all of our rounding errors.  The page no longer 'drifts' when
7513         resizing.
7514
7515 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * data/evince-properties.glade:
7518         * shell/ev-properties.c: (ev_properties_format_date),
7519         (set_property):
7520         
7521         Labels don't expand when the dialogue is resized.
7522         strftime result needs to be converted to UTF-8. Thanks
7523         to Christian Persch <chpe@gnome.org>.
7524
7525 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7526
7527         * data/evince-properties.glade:
7528
7529         Hide the fonts tab
7530
7531 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
7532
7533         * backend/ev-document-info.h:
7534         * backend/ev-document.c: (ev_document_info_free):
7535         * data/evince-properties.glade:
7536         * pdf/ev-poppler.cc:
7537         * ps/ps-document.c: (ps_document_get_info):
7538         * shell/ev-properties.c: (ev_properties_format_date),
7539         (set_property), (ev_properties_new):
7540         * shell/ev-properties.h:
7541         * shell/ev-window.c: (ev_window_cmd_file_properties):
7542
7543         Rework properties code to take only EvPropertyInfo
7544         in the constructor so that it can be useful for
7545         nautilus plugin too.
7546
7547         Deal with backends that doesnt support some properties.
7548         Make set property code generic.
7549
7550 2005-06-04  Christian Persch <chpe@gnome.org>
7551
7552         * data/evince-properties.glade:
7553
7554         fix spacings, make resizeable, and make data labels
7555         selectable + ellipsised
7556
7557 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
7558
7559         * backend/ev-document-info.h:
7560         * data/Makefile.am:
7561         * data/evince-ui.xml:
7562         * pdf/ev-poppler.cc:
7563         * shell/Makefile.am:
7564         * shell/ev-window.c: (update_action_sensitivity),
7565         (ev_window_cmd_file_properties):
7566
7567         Initial go at file properties. Patch by
7568         Emil Soleyman-Zomalan <emil@soleyman.com>.
7569         Needs love see #169583
7570
7571 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
7572
7573         * ps/ps-document.c: (output):
7574         * ps/ps.c: (psscan):
7575
7576         Try to render even if psscan fails.
7577
7578 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7579
7580         * ps/ps.c: (psscan), (pscopydoc):
7581
7582         Port buffered reading code from gv
7583
7584 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7585
7586         * ps/ps-document.c: (interpreter_message), (output):
7587
7588         Do not fail on interpreter messages
7589
7590 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
7591
7592         * backend/ev-document-misc.c:
7593         (ev_document_misc_get_thumbnail_frame):
7594
7595         Pages can be 0 x 0, dont assert on this case
7596
7597 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7598
7599         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7600         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
7601
7602         Correctly manage our reference on document. Finally the reload
7603         huge leak is gone...
7604
7605 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7606
7607         * ps/ps-document.c: (ps_document_dispose):
7608
7609         Forgot to chain it to the parent. Thanks chpe.
7610
7611 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7612
7613         * ps/ps-document.c: (ps_document_dispose),
7614         (ps_document_class_init), (stop_interpreter), (document_load):
7615
7616         Cleanup dispose a bit. Dont leak the whole pixmap.
7617
7618 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7619
7620         * pdf/ev-poppler.cc:
7621
7622         Release the poppler document on dispose
7623
7624 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7625
7626         * shell/ev-view.c: (ev_view_set_document):
7627
7628         Release ref on the pixbuf cache when changing
7629         document.
7630
7631 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7632
7633         * ps/ps-document.c: (ps_document_get_info):
7634
7635         Fix a double free
7636
7637 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7638
7639         * backend/ev-page-cache.c: (ev_page_cache_init),
7640         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
7641         * backend/ev-page-cache.h:
7642         * shell/ev-page-action.c: (page_changed_cb):
7643         
7644         Set page action entry width depending on labels width. Fix
7645         for bug 305202.
7646
7647 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
7648
7649         * backend/ev-link.c: (ev_link_class_init):
7650
7651         Allow -1 as page value (error)
7652
7653 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
7654
7655         * shell/ev-sidebar-thumbnails.c:
7656         (ev_sidebar_thumbnails_set_document):
7657         * shell/ev-view.c: (scroll_to_current_page),
7658         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
7659         (page_changed_cb), (on_adjustment_value_changed),
7660         (ev_view_set_document):
7661
7662         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
7663         Fix bug 305377
7664
7665 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * configure.ac:
7668         * djvu/djvu-document.c: (djvu_document_get_page_size):
7669
7670         Require djvulibre CVS. Now djvu loading is much faster. Fix for
7671         bug 301993.
7672
7673 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
7674
7675         * shell/ev-view.c (draw_one_page): modify the expose handling to
7676         get the shadows.
7677
7678         * shell/ev-window.c (update_action_sensitivity): Respect
7679         permissions field.  Kowtow to the man.
7680
7681         * pdf/ev-poppler.cc: Get the permissions field.
7682
7683         * tiff/*c: Make a tiny bit more robust.
7684
7685 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7686
7687         * djvu/djvu-document.c:
7688         
7689         Pop messages from djvu context message queue.
7690
7691 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7692
7693         * configure.ac, Makefile.am, shell/Makefile.am:
7694         * tiff/Makefile.am, shell/ev-document-types.c:
7695         
7696         Cleanup tiff configure checks. Fix for bug 305218.
7697
7698 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
7699
7700         * configure.ac: Added "uk" to ALL_LINGUAS.
7701
7702 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7703
7704         * cut-n-paste/zoom-control/ephy-zoom.c:
7705         (ephy_zoom_get_changed_zoom_level):
7706         * cut-n-paste/zoom-control/ephy-zoom.h:
7707         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
7708         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
7709         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
7710         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
7711         (zoom_control_changed_cb), (ev_window_init):
7712         
7713         Fix minor points related to moving best fit up. Introduce
7714         "zoom" property and make zoom control change it's value on
7715         notify::zoom signals. Fix for 305080.
7716
7717 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719         * data/evince-ui.xml:
7720         * shell/ev-window.c: (set_view_actions_sensitivity):
7721         
7722         Use + and - as accels for zoom in and zoom out. Fix for 305001.
7723
7724 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7725
7726         * configure.ac:
7727
7728         Depends on poppler 0.3.2
7729
7730 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * cut-n-paste/recent-files/egg-recent-item.c:
7733         (egg_recent_item_get_short_name):
7734         * cut-n-paste/toolbar-editor/Makefile.am:
7735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7736         (new_pixbuf_from_widget):
7737         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7738         * cut-n-paste/toolbar-editor/egg-marshal.c:
7739         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7740         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7741
7742         Sync
7743
7744 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
7745
7746         * tiff/tiff-document.c: Rough TIFF backend.
7747
7748 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * NEWS:
7751         * configure.ac:
7752         * cut-n-paste/toolbar-editor/Makefile.am:
7753
7754         Release 0.3.1
7755
7756 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
7757
7758         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
7759         (ev_view_find_next), (ev_view_find_previous):
7760
7761         Remove the locks around get_n_results   
7762
7763 2005-05-21  Juerg Billeter  <j@bitron.ch>
7764
7765         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
7766
7767         Pass correct number of pages to poppler.
7768
7769 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * configure.ac:
7772         * data/Makefile.am:
7773         * data/evince.desktop.in: 
7774         * data/evince.desktop.in.in:
7775         * po/POTFILES.in:
7776         
7777         Add conditionally dvi and djvu to desktop types. Fix for 304658.
7778
7779 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
7780
7781         * shell/ev-view.c: (view_update_adjustments),
7782         (view_set_adjustment_values): cast adjustmen->value to (int)
7783         before using it.  Otherwise, we get off by a pixel in some
7784         situations.
7785
7786         (draw_one_page): Draw the border on expose.
7787
7788 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
7789
7790         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
7791         adjustment when the mode changes, #304923
7792
7793 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7794
7795         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
7796         flickering on resize but still use gdk_window_scroll on
7797         scrolling
7798
7799 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
7800
7801         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
7802         option, #170458
7803
7804 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
7805
7806         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
7807         second page on page_changed if possible, #304669
7808
7809 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
7810
7811         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
7812         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
7813
7814 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
7815
7816         * .cvsignore:
7817         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
7818         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7819         (ev_view_zoom_for_size_presentation),
7820         (ev_view_zoom_for_size_continuous_and_dual_page),
7821         (ev_view_zoom_for_size_continuous),
7822         (ev_view_zoom_for_size_dual_page),
7823         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
7824         * shell/ev-view.h:
7825         * shell/ev-window.c: (update_view_size),
7826         (ev_window_sizing_mode_changed_cb):
7827
7828         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
7829         the scrollbars.  It's not 100% right, but it's much closer.  Kills
7830         an infinite loop, #304769
7831
7832
7833 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7834
7835         * data/evince-ui.xml:
7836         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
7837         * shell/ev-window.c: (set_view_actions_sensitivity):
7838
7839         Make PgUp/Down behave like Space
7840
7841 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7842
7843         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
7844         * backend/ev-ps-exporter.h:
7845         * pdf/ev-poppler.cc:
7846         * ps/ps-document.c: (ps_document_ps_export_begin):
7847         * shell/ev-print-job.c: (idle_print_handler):
7848
7849         Adapt to new poppler api
7850
7851 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7852
7853         * cut-n-paste/zoom-control/ephy-zoom-control.c:
7854         (ephy_zoom_control_init):
7855
7856         Translate zoom levels
7857
7858 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
7859
7860         * cut-n-paste/zoom-control/ephy-zoom.c:
7861         (ephy_zoom_get_zoom_level_index):
7862
7863         Fix current zoom -> zoom control match
7864
7865 2005-05-18  James Bowes  <bowes@cs.dal.ca>
7866
7867         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
7868         rather than the scrolled_window that it's in. Fixes bug #304655.
7869
7870 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
7871
7872         * shell/ev-view.c: (view_update_adjustments),
7873         (view_set_adjustment_values), (view_update_range_and_current_page),
7874         (view_scroll_to_page), (set_scroll_adjustment),
7875         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
7876         (ev_view_scroll), (ev_view_scroll_view),
7877         (ensure_rectangle_is_visible), (find_page_at_location),
7878         (get_link_at_location), (go_to_link), (status_message_from_link),
7879         (ev_view_size_request_continuous_dual_page),
7880         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
7881         (ev_view_unrealize), (ev_view_expose_event),
7882         (ev_view_button_press_event), (ev_view_motion_notify_event),
7883         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
7884         (draw_rubberband), (highlight_find_results), (draw_one_page),
7885         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
7886         (ev_view_init), (find_changed_cb), (page_changed_cb),
7887         (on_adjustment_value_changed), (ev_view_new),
7888         (ev_view_set_document), (ev_view_set_zoom),
7889         (ev_view_set_continuous), (ev_view_set_dual_page),
7890         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
7891         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
7892         (ev_view_zoom_for_size_presentation),
7893         (ev_view_zoom_for_size_continuous_dual_page),
7894         (ev_view_zoom_for_size_continuous),
7895         (ev_view_zoom_for_size_dual_page),
7896         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
7897         (ev_view_get_status), (ev_view_set_status),
7898         (update_find_status_message), (ev_view_get_find_status),
7899         (ev_view_set_find_status), (jump_to_find_result),
7900         (jump_to_find_page), (compute_selections), (clear_selection),
7901         (ev_view_select_all), (get_selected_text), (ev_view_copy),
7902         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
7903         (ev_view_update_primary_selection),
7904         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
7905         * shell/ev-view.h:
7906         * shell/ev-window.c: (ev_window_open_page_label),
7907         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
7908         (ev_window_init):
7909         * shell/ev-window.h:
7910         * shell/main.c: (load_files):
7911
7912         Massive code clean up from Nickolay Shmyrev.  Keep page offset
7913         when resizing.  Remove the bin_window().  Also, patch from James
7914         Bowes to fix command line page, #300641
7915         
7916 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
7917
7918         * data/evince-ui.xml:
7919         * shell/ev-view.c:
7920         * shell/ev-view.h:
7921         * shell/ev-window.c: (update_action_sensitivity):
7922
7923         Get rid of View->Normal Size, it's just confusing
7924
7925 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
7926
7927         * backend/ev-document-info.h:
7928         * backend/ev-document.c: (ev_document_info_free): Free the
7929         EvDocumentInfo.
7930
7931         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
7932         (clear_range), (add_range), (update_visible_range),
7933         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
7934         (ev_sidebar_thumbnails_set_document):
7935         * shell/ev-window.c: (ev_window_setup_document): Only render the
7936         visible thumbnails.  It takes an instant to render, but it uses
7937         much less memory.
7938
7939 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7940
7941         * shell/ev-sidebar-links.c: (popup_menu_cb):
7942
7943         Select first item
7944
7945 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7946
7947         * lib/Makefile.am:
7948         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
7949         (button_press_cb), (ev_sidebar_links_construct):
7950
7951         Show the popup menu also on keybindings
7952
7953 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
7956         * shell/ev-window.h:
7957
7958         Expose api to print a range (with dialog). Make private _print use
7959         it.
7960
7961         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
7962         (ev_sidebar_links_construct):
7963
7964         Show a print context menu on linkx, it prints the selected
7965         section.
7966
7967 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
7968
7969         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
7970         button.
7971
7972 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * AUTHORS:
7975
7976         Update
7977
7978         * shell/ev-window.c: (build_comments_string),
7979         (ev_window_cmd_help_about):
7980
7981         Show poppler version/backend and authors
7982
7983 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7984
7985         * cut-n-paste/zoom-control/ephy-zoom.c:
7986         (ephy_zoom_get_zoom_level_index):
7987         * cut-n-paste/zoom-control/ephy-zoom.h:
7988
7989         Move the best fit items at the top of the list
7990
7991 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
7992
7993         * shell/ev-marshal.list:
7994         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
7995         (activate_cb), (match_selected_cb), (activate_link_cb),
7996         (connect_proxy), (ev_page_action_class_init):
7997         * shell/ev-page-action.h:
7998
7999         Use signals to notify action activation. Hopefully
8000         I did not break completion since I cant test...
8001
8002         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
8003         (register_custom_actions):
8004
8005         Connect to page selector actions and also grab focus on
8006         the view when activated.
8007
8008 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
8009
8010         * pdf/ev-poppler.cc:
8011         * backend/ev-page-cache.c: make page size calculation consistent
8012         and set it to (int)( width * scale + 0.5).  This makes the weird
8013         line going through the middle of the page go away.
8014
8015         * shell/ev-view.c: move painting the background page after
8016         checking the expose area covers us.
8017
8018 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * data/evince-password.glade:
8021         
8022         Mark labels as not translatable. Fix for bug 302842.
8023
8024 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
8025
8026         * configure.ac: Added "es" to ALL_LINGUAS.
8027
8028 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8029
8030         * data/evince-toolbar.xml:
8031         * shell/ev-window.c: (update_action_sensitivity),
8032         (ev_window_setup_document), (ev_window_set_page_mode),
8033         (ev_window_init):
8034
8035         Remove some leftover code from jrb first continous
8036         attempt. Use the new actions, we still need good icons
8037         though...
8038
8039 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
8042
8043         Update label when connecting proxy. Fix a warning with NULL
8044         page_cache.
8045
8046 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8047
8048         * data/evince-ui.xml:
8049         * shell/ev-page-action.c: (ev_page_action_grab_focus):
8050         * shell/ev-page-action.h:
8051         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
8052
8053         Add mnemonic for edit toolbar.
8054         ctrl+l focus the page entry.
8055
8056 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8057
8058         * lib/Makefile.am:
8059         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
8060         (ev_window_init):
8061         * shell/main.c: (main):
8062
8063         Put the toolbar xml in evince own dot dir
8064
8065 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8066
8067         * shell/ev-window.c: (ev_window_init):
8068
8069         Make the toolbar not removable
8070
8071 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8072
8073         * data/evince-ui.xml:
8074         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
8075         * shell/ev-sidebar-links.h:
8076         * shell/ev-sidebar-thumbnails.c:
8077         (ev_sidebar_thumbnails_get_treeview):
8078         * shell/ev-sidebar-thumbnails.h:
8079         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
8080         (ev_view_class_init):
8081         * shell/ev-view.h:
8082         * shell/ev-window.c: (update_action_sensitivity),
8083         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
8084         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
8085         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
8086         (ev_window_init):
8087
8088         This is evil... Make space/backspace global accelerators but
8089         enable them only for some widgets (sidebars and view).
8090         I dont like it, but I dont know a better way... :/
8091
8092 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8093
8094         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
8095         (ev_page_action_widget_finalize),
8096         (ev_page_action_widget_class_init), (update_page_cache):
8097
8098         Keep a weak reference on proxy->page_cache so that we
8099         dont try to disconnect the signal if the object is already
8100         gone. Maybe there is a better way to cleanup reference handling
8101         in page action though...
8102
8103 2005-05-10  Juerg Billeter  <j@bitron.ch>
8104
8105         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8106         * backend/ev-ps-exporter.h:
8107         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
8108         * ps/ps-document.c: (ps_document_ps_export_begin):
8109         
8110         Change api to pass print range to ps_exporter_begin. The pdf backend
8111         requires this information.
8112         
8113         * shell/ev-print-job.c: (idle_print_handler):
8114         
8115         Adapt to api change
8116
8117 2005-05-10  Juerg Billeter  <j@bitron.ch>
8118
8119         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
8120         (idle_print_handler)
8121         * shell/ev-window.c: (ev_window_print):
8122
8123         Support printing page range, based on patch by Amaury Jacquot
8124
8125 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8126
8127         * data/evince-toolbar.xml:
8128
8129         Add zoom control to available items
8130
8131 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8132
8133         * shell/ev-window.c: (update_action_sensitivity):
8134
8135         Set slash action insensitive when appropriate
8136
8137 2005-05-10  Christian Persch <chpe@gnome.org>
8138
8139         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
8140
8141         Fix warning on the overflow menu
8142
8143 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
8144
8145         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
8146
8147         Check for uri correctness/existence
8148
8149 2005-05-09  Juerg Billeter  <j@bitron.ch>
8150
8151         * shell/ev-window.c: (using_postscript_printer):
8152
8153         LPD printers use postscript, too
8154
8155 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * shell/ev-window.c: (register_custom_actions):
8158
8159         The zoom one is actually sort of useful,
8160         put it back
8161
8162 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * shell/ev-window.c: (register_custom_actions):
8165
8166         Hide page/zoom controls from overflow, they
8167         are useless.
8168
8169 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8170
8171         * cut-n-paste/update-from-egg.sh:
8172         
8173         Share it between all cut-n-paste subdirs
8174
8175         * cut-n-paste/recent-files/Makefile.am:
8176
8177         Fix to use "global" update-from-egg.sh
8178
8179         * cut-n-paste/recent-files/egg-recent-model.c:
8180         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
8181         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8182         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
8183         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
8184
8185         Update from libegg
8186
8187         * cut-n-paste/toolbar-editor/Makefile.am:
8188
8189         Fix to use "global" update-from-egg.sh
8190
8191         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8192
8193         Update from libegg
8194
8195 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
8196
8197         * configure.ac:
8198         * cut-n-paste/Makefile.am:
8199         * cut-n-paste/recent-files/Makefile.am:
8200         * cut-n-paste/toolbar-editor/.cvsignore:
8201         * cut-n-paste/toolbar-editor/Makefile.am:
8202         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8203         (egg_editable_toolbar_get_type), (get_toolbar_position),
8204         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
8205         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
8206         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
8207         (set_item_drag_source), (create_item_from_action), (create_item),
8208         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
8209         (popup_toolbar_context_menu_cb), (free_dragged_item),
8210         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
8211         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
8212         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
8213         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
8214         (item_added_cb), (item_removed_cb),
8215         (egg_editable_toolbar_construct),
8216         (egg_editable_toolbar_disconnect_model),
8217         (egg_editable_toolbar_deconstruct),
8218         (egg_editable_toolbar_set_model),
8219         (egg_editable_toolbar_set_ui_manager),
8220         (egg_editable_toolbar_set_property),
8221         (egg_editable_toolbar_get_property),
8222         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
8223         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
8224         (egg_editable_toolbar_new_with_model),
8225         (egg_editable_toolbar_get_edit_mode),
8226         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
8227         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
8228         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
8229         (new_pixbuf_from_widget), (new_separator_pixbuf),
8230         (update_separator_image), (style_set_cb),
8231         (_egg_editable_toolbar_new_separator_image),
8232         (egg_editable_toolbar_get_model):
8233         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8234         * cut-n-paste/toolbar-editor/egg-marshal.c:
8235         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8236         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
8237         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
8238         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
8239         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
8240         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
8241         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
8242         (editor_drag_data_delete_cb), (drag_data_get_cb),
8243         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
8244         (editor_create_item), (update_editor_sheet), (setup_editor),
8245         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
8246         (parse_item_list), (model_has_action), (update_actions_list),
8247         (egg_toolbar_editor_load_actions):
8248         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
8249         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8250         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
8251         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
8252         (toolbars_item_new), (free_toolbar_node), (free_item_node),
8253         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
8254         (egg_toolbars_model_add_separator), (impl_add_item),
8255         (parse_item_list), (egg_toolbars_model_add_toolbar),
8256         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
8257         (impl_get_item_data), (impl_get_item_type),
8258         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
8259         (egg_toolbars_model_init), (free_toolbar),
8260         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
8261         (egg_toolbars_model_remove_toolbar),
8262         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
8263         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
8264         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
8265         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
8266         (egg_toolbars_model_get_item_data),
8267         (egg_toolbars_model_get_item_type):
8268         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8269         * cut-n-paste/toolbar-editor/eggmarshalers.list:
8270         * data/Makefile.am:
8271         * data/evince-toolbar.xml:
8272         * data/evince-ui.xml:
8273         * data/hand-open.png:
8274         * po/POTFILES.in:
8275         * shell/Makefile.am:
8276         * shell/ev-window.c: (update_chrome_visibility),
8277         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
8278         (ev_window_dispose), (ev_window_init):
8279
8280         Implement epiphany like toolbar editor. Based on patch by
8281         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8284
8285         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
8286
8287         Use set_cursor instead of set_selection, so that
8288         the keyboard focus moves too.
8289
8290 2005-05-09  Aleksey Kliger <akliger@gmail.com>
8291
8292         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
8293
8294         Fix infinite loop when loading Type1 fonts
8295
8296 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8297
8298         * data/evince-ui.xml:
8299         * shell/ev-window.c:
8300
8301         Slash -> Find
8302
8303 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
8304
8305         * configure.ac:
8306
8307         Make --disable really disable
8308
8309 2005-05-07  Juerg Billeter  <j@bitron.ch>
8310
8311         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
8312
8313         Compare page labels even without has_labels set, fixes setting page
8314         with entry
8315
8316 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * shell/ev-view.c: (ev_view_create_invisible_cursor),
8319         (ev_view_set_cursor), (ev_view_button_press_event),
8320         (ev_view_motion_notify_event), (ev_view_button_release_event),
8321         (ev_view_init):
8322
8323         Implement middle button scrolling. Based on a patch
8324         by Tommi Komulainen <tommi.komulainen@iki.fi>.
8325
8326 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
8327
8328         * shell/ev-document-types.c: (get_slow_mime_type),
8329         (get_document_type_from_mime), (ev_document_type_lookup):
8330         * shell/ev-document-types.h:
8331
8332         Change api to lookup from uri. Do fast lookup first, if the
8333         type is unknown try with data sniffing.
8334
8335         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
8336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8337
8338         Adapt to api change
8339
8340 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8341
8342         * thumbnailer/Makefile.am:
8343
8344         Fix distcheck
8345
8346 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8347
8348         * NEWS:
8349         * configure.ac:
8350
8351         Release 0.3.0
8352
8353         * data/evince-ui.xml:
8354
8355         Hide presentation mode for now
8356
8357         * shell/ev-view.c: (highlight_find_results):
8358
8359         Show current find selection only on current page
8360
8361 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * shell/ev-view.c: (ev_view_select_all):
8364
8365         Compute size of the actual page, not of
8366         the current one.
8367
8368 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8369
8370         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
8371         (view_rect_to_doc_rect), (compute_selections),
8372         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
8373         (ev_view_copy), (ev_view_primary_get_cb),
8374         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
8375         (ev_view_button_press_event), (ev_view_motion_notify_event),
8376         (ev_view_button_release_event), (page_changed_cb):
8377
8378         Fix text selection
8379
8380 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
8381
8382         * shell/ev-view.c: (compute_border), (get_page_extents),
8383         (doc_rect_to_view_rect), (highlight_find_results),
8384         (ev_view_bin_expose), (ev_view_select_all),
8385         (ev_view_motion_notify_event), (update_find_status_message),
8386         (jump_to_find_result), (jump_to_find_page):
8387
8388         First go at fixing search, still buggy
8389
8390 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
8391
8392         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
8393         dropdown box and button at the top of the sidebar.
8394
8395 2005-05-02  James Bowes  <bowes@cs.dal.ca>
8396
8397         * configure.ac: Output zoom-control Makefile.
8398         * cut-n-paste/Makefile.am: build zoom-control subdir.
8399         * cut-n-paste/zoom-control/ephy-zoom-action.c:
8400         * cut-n-paste/zoom-control/ephy-zoom-action.h:
8401         * cut-n-paste/zoom-control/ephy-zoom-control.c:
8402         * cut-n-paste/zoom-control/ephy-zoom-control.h:
8403         * cut-n-paste/zoom-control/ephy-zoom.c:
8404         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
8405         from epiphany, and modified to add a separator into the menu.
8406         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
8407         * data/evince-ui.xml: Replace old zoom toolbar actions with new
8408         zoom-control action.
8409         * shell/Makefile.am: Include zoom-control flags.
8410         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
8411         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
8412         (ev_view_zoom_for_size_presentation),
8413         (ev_view_zoom_for_size_continuous_and_dual_page),
8414         (ev_view_zoom_for_size_continuous),
8415         (ev_view_zoom_for_size_dual_page),
8416         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
8417         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
8418         ev_view_get_zoom and ev_view_get_sizing_mode.
8419         * shell/ev-view.h:
8420         * shell/ev-window.c: (update_action_sensitivity),
8421         (update_sizing_buttons), (zoom_control_changed_cb),
8422         (register_custom_actions): Initialize and use the zoom-control 
8423         widget.
8424
8425 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
8426
8427         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
8428         preview cache back to 1.  Don't know when it got set to 0.
8429         
8430         * shell/ev-view.c: (compute_border), (ev_view_realize),
8431         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
8432         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
8433         (ev_view_get_fullscreen), (ev_view_set_presentation),
8434         (ev_view_get_presentation), (ev_view_set_sizing_mode),
8435         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
8436         * shell/ev-view.h:
8437         * shell/ev-window.c:
8438         (update_chrome_visibility),
8439         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8440         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8441         (update_document_mode), (ev_window_update_fullscreen_action),
8442         (ev_window_fullscreen), (ev_window_unfullscreen),
8443         (ev_window_cmd_view_fullscreen),
8444         (ev_window_update_presentation_action),
8445         (ev_window_run_presentation), (ev_window_stop_presentation),
8446         (ev_window_cmd_view_presentation), (ev_window_state_event),
8447         (ev_window_focus_in_event), (ev_window_focus_out_event),
8448         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
8449         * data/evince-ui.xml: Initial presentation mode.  We should
8450         probably hide this until it's done, as it's quite rough.  Also,
8451         change full-screen to fullscreen and add two getters to EvView.
8452
8453 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8454
8455         * shell/ev-page-action.c: (update_page_cache),
8456         (ev_page_action_dispose):
8457         * shell/ev-window.c: (destroy_fullscreen_popup),
8458         (ev_window_create_fullscreen_popup):
8459
8460         Use connect_object rather than explicitly
8461         disconnect on dispose.
8462
8463 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
8464
8465         * shell/ev-page-action.c: (update_page_cache),
8466         (ev_page_action_dispose):
8467
8468 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8469
8470         * backend/ev-page-cache.c: (_ev_page_cache_new),
8471         (ev_page_cache_set_page_label),
8472         (ev_page_cache_has_nonnumeric_page_labels):
8473         * backend/ev-page-cache.h:
8474         * shell/ev-page-action.c: (update_pages_label):
8475         
8476         If all page labels are numeric, fallback to default
8477         way to display number of pages. See bug 173185.
8478
8479 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8480
8481         * shell/ev-page-action.c: (ev_page_action_dispose):
8482         * shell/ev-view.c: (view_update_range_and_current_page):
8483         * shell/ev-window.c: (ev_window_dispose):
8484         
8485         Set page on scroll in continuous mode. Fixes bug 301986.
8486         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
8487
8488 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
8489
8490         * configure.ac:
8491
8492         Require poppler 0.3.0
8493
8494 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8495         
8496         * shell/Makefile.am, configure.ac: Fix build problems
8497         with t1lib. Bug 301996.
8498
8499 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8500
8501         * shell/ev-view.c: (ev_view_scroll_event):
8502         
8503         Scroll up increase zoom
8504
8505 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8506
8507         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
8508         (ev_view_set_sizing_mode),
8509         (ev_view_zoom_for_size_continuous_and_dual_page),
8510         (ev_view_zoom_for_size_continuous):
8511         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
8512         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
8513         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
8514         (ev_window_init):
8515
8516         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
8517         Fix for 165473 and 165472.
8518
8519 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8520
8521         * po/POTFILES.in:
8522         * thumbnailer/Makefile.am:
8523         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
8524         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
8525         * thumbnailer/evince-thumbnailer.schemas.in:
8526         
8527         Make thumbnailer schemas translatable. Fix for bug 301773
8528         
8529         * thumbnailer/evince-thumbnailer-djvu.schemas:
8530         * thumbnailer/evince-thumbnailer-dvi.schemas:
8531         * thumbnailer/evince-thumbnailer.schemas:
8532
8533         Removed files
8534
8535 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
8536
8537         * shell/ev-view.c (ev_view_init): forgot to set this.
8538
8539 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
8540
8541         * shell/ev-view.c: (find_page_at_location),
8542         (get_link_at_location),
8543         (ev_view_set_show_border), (ev_view_set_spacing),
8544         (ev_view_zoom_for_size_continuous_and_dual_page),
8545         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
8546         Also, add a quick fix measuring of widths.  Also, removed
8547         ev_view_set_spacing and ev_view_set_show_border.
8548         
8549         * shell/ev-window.c: (ev_window_unfullscreen),
8550         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
8551
8552 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8553
8554         * shell/ev-view.c: (view_update_range_and_current_page),
8555         (page_changed_cb):
8556         
8557         Fix crash on exit and scrolling to page in continuous view.
8558
8559 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
8560
8561         * TODO:
8562         * backend/ev-page-cache.c: (_ev_page_cache_new),
8563         (ev_page_cache_get_max_width_size),
8564         (ev_page_cache_get_max_height_size):
8565         * backend/ev-page-cache.h:
8566         * data/evince-ui.xml:
8567         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
8568         * shell/ev-view.c: (view_update_adjustments),
8569         (view_update_range_and_current_page), (get_bounding_box_size),
8570         (ev_view_size_request_continuous_and_dual_page),
8571         (ev_view_size_request_continuous),
8572         (ev_view_size_request_dual_page),
8573         (ev_view_size_request_single_page), (ev_view_size_request),
8574         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
8575         (ev_view_bin_expose), (ev_view_expose_event),
8576         (ev_view_set_property), (ev_view_get_property),
8577         (ev_view_class_init), (ev_view_init), (ev_view_new),
8578         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
8579         (ev_view_set_dual_page), (ev_view_set_full_screen),
8580         (ev_view_set_presentation), (ev_view_set_sizing_mode),
8581         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
8582         (ev_view_zoom_out), (zoom_for_size_fit_width),
8583         (zoom_for_size_best_fit),
8584         (ev_view_zoom_for_size_continuous_and_dual_page),
8585         (ev_view_zoom_for_size_continuous),
8586         (ev_view_zoom_for_size_dual_page),
8587         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8588         (ev_view_show_cursor), (ev_sizing_mode_get_type):
8589         * shell/ev-view.h:
8590         * shell/ev-window.c: (update_action_sensitivity),
8591         (ev_window_cmd_continuous), (ev_window_cmd_dual),
8592         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8593         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
8594         (ev_window_cmd_view_zoom_out), (update_view_size),
8595         (ev_window_set_sizing_mode), (ev_window_init):
8596
8597         Add Continuous and Dual page modes.
8598
8599 2005-04-23  James Bowes  <bowes@cs.dal.ca>
8600
8601         * dvi/dvi-document.c: (dvi_document_load),
8602         (dvi_document_thumbnails_get_thumbnail),
8603         (dvi_document_init_params): Fix up some mixups between
8604         width and height to correct thumbnail rendering.
8605
8606 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8607
8608         * dvi/mdvi-lib/private.h:
8609         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
8610         
8611         Suppess output for kpathsea during font generation. Thanks to
8612         James Bowes
8613
8614 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
8615
8616         * NEWS:
8617         * configure.ac:
8618
8619         Release 0.2.1
8620
8621         * Makefile.am: fix distcheck.
8622
8623 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8624
8625         * shell/ev-sidebar-links.c: (selection_changed_callback),
8626         (update_page_callback), (row_activated_callback),
8627         (job_finished_callback), (ev_sidebar_links_set_document):
8628         
8629         Fix for bug #169901. Double click on links expands tree.
8630
8631 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
8632
8633         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
8634         hard-coded style. Fix for bug 170111
8635
8636 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
8637
8638         * shell/ev-view.c (highlight_find_results): Remove unnecessary
8639         locking.
8640
8641 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8642
8643         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
8644
8645 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
8646
8647         * pdf/ev-poppler.cc:
8648         * shell/ev-view.c: (highlight_find_results):
8649
8650         Fix find on single page documents
8651
8652 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
8653
8654         * data/evince.schemas.in: fix for bug 301390
8655
8656 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8657
8658         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
8659         (ev_view_zoom_out), (ev_view_zoom_normal):
8660         * shell/ev-view.h:
8661         * shell/ev-window.c: (update_action_sensitivity),
8662         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
8663         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
8664         (ev_window_cmd_view_normal_size):
8665
8666         Fix normal size zoom. Make zoom in/zoom out unsensitive when
8667         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
8668         better than oom. 
8669
8670 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8671
8672         * configure.ac:
8673
8674         Depend on 2.57, 2.59 doesnt seem to be necessary
8675
8676 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
8677
8678         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
8679         (create_tool_item):
8680
8681         Put back total number of pages as (1 of 1234)
8682
8683 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
8684
8685         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
8686         remove the job.
8687
8688         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
8689         function.  This helps debugging.
8690
8691 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * djvu/djvu-document.c: (djvu_document_class_init),
8694         (djvu_document_get_info), (djvu_document_document_iface_init):
8695         * dvi/dvi-document.c: (dvi_document_class_init),
8696         (dvi_document_get_info), (dvi_document_document_iface_init):
8697
8698         Dummy implementation of get_info method for dvi and
8699         djvu. Fix crashes with those backends
8700
8701 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
8702
8703         * data/evince.desktop.in:
8704
8705         Add application/x-gzpostscript
8706
8707 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
8708
8709         * data/evince.schemas.in: Added real long descriptions, 
8710         closes bug 172496 
8711
8712         * README: Added actual text, closes bug 171869
8713
8714 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8715
8716         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8717
8718         Thumbnail page 0
8719
8720 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8721
8722         * backend/ev-document-info.h:
8723
8724         s/GDate */GDate so we can just use g_free
8725
8726 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8727
8728         * shell/ev-window.c: (update_document_mode),
8729         (ev_window_setup_document):
8730
8731         Show the window in fullscreen when specified by
8732         the document
8733
8734 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8735
8736         * backend/ev-document.c: (ev_document_class_init),
8737         (ev_document_get_info), (ev_document_render_pixbuf):
8738         * backend/ev-document.h:
8739         * backend/ev-page-cache.c: (_ev_page_cache_new):
8740         * pdf/ev-poppler.cc:
8741         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
8742         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
8743         * ps/ps-document.c: (ps_document_class_init), (document_load),
8744         (ps_document_get_info), (ps_document_document_iface_init):
8745
8746         Remove get_title from the interface, we can just use document info
8747
8748 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
8749
8750         * backend/Makefile.am:
8751         * backend/ev-document.c: (ev_document_render_get_info):
8752         * backend/ev-document.h:
8753         * pdf/ev-poppler.cc:
8754
8755         Initial support for document info. Based on jrb patch.
8756
8757 2005-04-19  Paolo Borelli <pborelli@katamail.com>
8758
8759         * shell/ev-window.c: (ev_window_state_event),
8760         (ev_window_class_init), (ev_window_init):
8761         
8762         Doesn't show resize grip when maximized. See bug #301053
8763
8764 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8765
8766         * po/POTFILES.in:
8767         
8768         ev-sidebar-thumbnails now has translatable labels
8769         
8770         * shell/Makefile.am:
8771         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
8772         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
8773         (ev_sidebar_links_page_iface_init):
8774         * shell/ev-sidebar-links.h:
8775         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8776         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
8777         (ev_sidebar_page_get_label):
8778         * shell/ev-sidebar-page.h:
8779         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
8780         (ev_sidebar_thumbnails_set_document),
8781         (ev_sidebar_thumbnails_support_document),
8782         (ev_sidebar_thumbnails_get_label),
8783         (ev_sidebar_thumbnails_page_iface_init):
8784         * shell/ev-sidebar-thumbnails.h:
8785         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
8786         (ev_sidebar_set_document):
8787         * shell/ev-sidebar.h:
8788         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
8789         
8790         Small rework of sidebar code. Now sidebar pages should implement
8791         EvSidebarPage interface. That makes page management in EvSidebar
8792         easier. See bug #164811 for details
8793
8794 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8795
8796         * shell/ev-application.c: (ev_application_open):
8797         * shell/ev-document-types.c:
8798         
8799         Fix build error and small problem with application exit
8800
8801 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * thumbnailer/Makefile.am:
8804         * thumbnailer/evince-thumbnailer-djvu.schemas:
8805         * thumbnailer/evince-thumbnailer-dvi.schemas:
8806         
8807         Conditionally install schemas for djvu/dvi thumbnailer
8808
8809 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
8810
8811         * shell/ev-document-types.h: 
8812         * shell/ev-document-types.c: 
8813         New files, handling the mapping from mimetypes to backends
8814         
8815         * shell/ev-window.c: 
8816         * thumbnailer/evince-thumbnailer.c:     
8817         Use the ev-document-types code
8818         
8819         * shell/Makefile.am: 
8820         Added new convenience library libevbackendfactory_la, containing
8821         the new mimetype->backend logic; moved the backends into it.
8822
8823         * thumbnailer/Makefile.am:
8824         Make the thumbnailer link with the libevbackend.la convenience
8825         library, rather than having a duplicate of the backend logic here.
8826
8827 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
8828
8829         * shell/ev-stock-icons.c: constify some vars.
8830         * shell/ev-window.c: ditto.
8831
8832 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
8833
8834         * ps/ps-document.c (get_page_orientation):
8835
8836         Respect document orientation 
8837
8838 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8839
8840         * djvu/Makefile.am:
8841         * dvi/Makefile.am:
8842         * shell/Makefile.am:
8843         
8844         Move library dependencies to components.
8845         
8846         * shell/ev-window.c: (update_window_title),
8847         (start_loading_document):
8848         
8849         Fix display of uris with spaces. Bug 168358.
8850
8851 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
8852
8853         * shell/ev-sidebar-links.c: (selection_changed_cb):
8854         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
8855         (ev_view_button_release_event), (ev_view_set_document):
8856         * shell/ev-view.h:
8857         * shell/ev-window.c: (find_bar_search_changed_cb):
8858         * shell/ev-window.h: Minor cleanups removing some dead code.
8859
8860 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8861
8862         * backend/ev-page-cache.c: (_ev_page_cache_new):
8863         
8864         Set current page to 0 if document has pages.
8865
8866 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8867
8868         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8869
8870         Initialize GError to NULL, fix a crash when loading fails.
8871
8872 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8873
8874         * shell/ev-window.c: (update_view_size):
8875
8876         Calculate shadow size only when there is actually
8877         a shadow.
8878
8879 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8880
8881         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
8882         * shell/ev-view.h:
8883
8884         Allow setting view spacing, default to 0
8885
8886         * shell/ev-window.c: (ev_window_unfullscreen),
8887         (ev_window_cmd_view_fullscreen), (ev_window_init):
8888
8889         Remove spacing in fullscreen mode
8890
8891 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8892
8893         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
8894         (ev_view_size_request), (expose_bin_window),
8895         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
8896         * shell/ev-view.h:
8897         * shell/ev-window.c: (ev_window_unfullscreen),
8898         (ev_window_cmd_view_fullscreen):
8899
8900         Do not draw the border in fulscreen
8901
8902 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8903
8904         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
8905         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
8906         (find_page_at_location), (page_changed_cb):
8907
8908         Rework border calculation, so that I can more easily disable it.
8909         Code somewhat cleaner too.
8910
8911 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
8912
8913         * backend/ev-page-cache.c: (ev_page_cache_init),
8914         (_ev_page_cache_new):
8915
8916         Remove some assertions, documents can have 0 pages.
8917         Make initial current page -1.
8918
8919         * shell/ev-page-action.c: (page_changed_cb):
8920
8921         Show "" if current page is -1
8922
8923         * shell/ev-window.c: (update_action_sensitivity),
8924         (ev_window_setup_document):
8925
8926         When document has 0 pages do not set the view
8927         and make nearly everything insensitive.
8928
8929 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * shell/ev-page-view.c:
8932         * shell/ev-page-view.h:
8933
8934         Remove unused files.
8935         
8936         * shell/ev-sidebar-thumbnails.c:
8937         (ev_sidebar_thumbnails_set_document):
8938         * shell/ev-sidebar.c: (ev_sidebar_set_document),
8939         (ev_sidebar_supports_document):
8940         * shell/ev-sidebar.h:
8941         * shell/ev-window.c: (ev_window_setup_document):
8942         
8943         Doesn't show thumbnails if document has 1 page. Make
8944         sidebar menu entries sensitive only if if they have 
8945         sense. Fix bug 164811. 
8946
8947 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8948
8949         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
8950         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
8951         (ev_view_zoom_out), (ev_view_set_size):
8952
8953         Rework sizing to deal with documents with not uniform page
8954         size.
8955
8956 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8957
8958         * backend/ev-page-cache.c: (_ev_page_cache_new):
8959
8960         Fix several page size caching bugs
8961
8962 2005-04-15  Luca Ferretti <elle.uca@libero.it>
8963
8964         * shell/ev-window.c: (set_action_properties):
8965
8966         Make all toolbar items translatable
8967
8968 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
8969
8970         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
8971         (save_page_list), (ps_document_save),
8972         (ps_document_document_iface_init), (ps_document_ps_export_begin),
8973         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
8974         (ps_document_ps_exporter_iface_init):
8975         * ps/ps-document.h:
8976
8977         Based on a patch by J�rg Billeter <j@bitron.ch>
8978         
8979         Implement print and save a copy for the ps backend.
8980
8981 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
8982
8983         * backend/ev-document.h:
8984         * djvu/djvu-document.c: (djvu_document_can_get_text),
8985         (djvu_document_document_iface_init):
8986         * dvi/dvi-document.c: (dvi_document_can_get_text),
8987         (dvi_document_document_iface_init):
8988         * pdf/ev-poppler.cc:
8989         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
8990         (pixbuf_document_document_iface_init):
8991         * ps/ps-document.c: (ps_document_can_get_text),
8992         (ps_document_document_iface_init):
8993         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
8994         * shell/ev-window.c: (update_action_sensitivity):
8995
8996         Fix the crash when trying to copy in backends that doesnt
8997         support it. We can implement a better solution once we
8998         do real text selection.
8999
9000 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
9001
9002         * data/evince-ui.xml:
9003         * shell/ev-window.c: (ev_window_cmd_escape):
9004         
9005         Work around the Escape conflict (find bar and unfullscreen)
9006
9007 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9008
9009         * backend/ev-page-cache.c: (ev_page_cache_next_page):
9010         
9011         Fix for #300233. Next page correctly handles document end.
9012         
9013         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9014         (ev_sidebar_thumbnails_class_init),
9015         (ev_sidebar_thumbnails_set_document),
9016         (ev_sidebar_thumbnails_clear_job),
9017         (ev_sidebar_thumbnails_clear_model):
9018         
9019         Cleanup thumbnail jobs on document changes.
9020         
9021         * shell/ev-view.c: (add_scroll_binding_keypad),
9022         (add_scroll_binding_shifted), (ev_view_class_init):
9023         
9024         Shift + Space scrolls up. Fix for #173184
9025         
9026         * shell/ev-window.c: (ev_window_open_page),
9027         (ev_window_cmd_view_reload):
9028         
9029         Fix reload (Bug #300094)
9030
9031 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9032
9033         
9034         * dvi/mdvi-lib/assoc.c:
9035         * dvi/mdvi-lib/assoc.h: Removed garbage files
9036         
9037         * dvi/mdvi-lib/bitmap.c:
9038         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
9039         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
9040         * dvi/mdvi-lib/color.h: Antialias of rules
9041         
9042         * dvi/mdvi-lib/common.h:
9043         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
9044         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
9045         * dvi/mdvi-lib/files.c:
9046         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
9047         * dvi/mdvi-lib/mdvi.h:
9048         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
9049         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
9050         * dvi/mdvi-lib/util.c: Fix compile warnings
9051         
9052         * dvi/dvi-document.c:
9053         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
9054         (dvi_document_thumbnails_get_thumbnail),
9055         (dvi_document_document_thumbnails_iface_init):
9056         * dvi/mdvi-lib/Makefile.am:
9057         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9058         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
9059         
9060         Dvi backend now renders thumbnails
9061
9062 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
9063
9064         * shell/main.c: (main): 
9065         
9066         Save accelerators on exit. Fixes bug #172095.
9067
9068 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
9069
9070         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
9071         update priority" comment.
9072
9073         * backend/ev-job-queue.c: Give a way to change priority.
9074
9075 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
9076
9077         * shell/ev-page-action.c: Fix logic.
9078
9079 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9080
9081         * shell/ev-view.c: (ev_view_can_find_next):
9082         * shell/ev-window.c: (ev_window_setup_document):
9083
9084         Check that the document supports find
9085
9086 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9087
9088         * data/evince-ui.xml:
9089         * shell/ev-view.c: (ev_view_can_find_next):
9090         * shell/ev-view.h:
9091         * shell/ev-window.c: (update_action_sensitivity),
9092         (find_changed_cb), (ev_window_setup_document),
9093         (ev_window_cmd_edit_find_next):
9094
9095         Add Edit->Find Next
9096
9097 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * pdf/ev-poppler.cc:
9100         * shell/ev-print-job.c: (idle_print_handler):
9101
9102         Make printing work again
9103
9104 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * shell/ev-page-action.h:
9107         * shell/ev-page-action.c: (ev_page_action_widget_init),
9108         (ev_page_action_widget_class_init), (page_changed_cb),
9109         (create_tool_item), (update_page_cache), (build_new_tree_cb),
9110         (get_filter_model_from_model), (match_selected_cb),
9111         (display_completion_text), (match_completion), (update_model),
9112         (connect_proxy), (ev_page_action_set_property),
9113         (ev_page_action_get_property), (ev_page_action_set_document),
9114         (ev_page_action_set_model), (ev_page_action_class_init): Big
9115         reworking to make completions work iff we have >= GTK-2.7.0
9116                 
9117         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
9118         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
9119         (job_finished_cb): We now have a 'model' property that is set when
9120         the links are loaded.  This can be caught with "notify::model"
9121
9122         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
9123         listen for the model to be set, and propagate it to the action.
9124
9125 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9126
9127         * cut-n-paste/recent-files/egg-recent-item.c:
9128         (egg_recent_item_set_uri), (make_valid_utf8),
9129         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
9130         * cut-n-paste/recent-files/egg-recent-item.h:
9131         
9132         Update egg-recent from libegg. This should fix long
9133         startup problem. For details see
9134         http://bugzilla.gnome.org/show_bug.cgi?id=160531
9135
9136 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9137
9138         * cut-n-paste/recent-files/Makefile.am:
9139         * data/evince-ui.xml, shell/Makefile.am:
9140         * shell/ev-application.c, shell/ev-application.h:
9141         * shell/ev-window.c: Recent files support.
9142         
9143         * configure.ac: Added "ru" to ALL_LINGUAS.
9144         
9145         * dvju: new backend to support DJVU files.
9146         * dvi: new backend to support DVI.
9147
9148         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
9149         * ev-application.c: Support for new backends.
9150         
9151         * help, ev-window.c, main.c shell/Makefile.am: 
9152         Evince user documentation.
9153
9154 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9155
9156         * po/POTFILES.in:
9157         * shell/ev-window.c:
9158         * thumbnailer/evince-thumbnailer.c:
9159
9160         s/pdf-document/ev-poppler
9161
9162 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
9163
9164         * NEWS:
9165         * configure.ac:
9166
9167         Release 0.2.0
9168
9169         * ps/ps-document.c: (setup_pixmap):
9170
9171         Remove debug code
9172
9173 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
9174
9175         * backend/ev-page-cache.c (ev_page_cache_next_page): 
9176         * shell/ev-window.c (ev_window_cmd_go_next_page) 
9177         (ev_window_cmd_go_first_page): Fix of by one errors.
9178
9179 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9180
9181         * ps/ps-document.c: (get_page_box):
9182
9183         Fix page size calculation
9184
9185 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9186
9187         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9188         (ps_document_cleanup), (setup_pixmap), (get_page_box),
9189         (get_page_orientation), (setup_page), (document_load),
9190         (ps_document_get_page_size), (render_pixbuf_idle):
9191         * ps/ps-document.h:
9192
9193         More refactoring to adapt to EvDocument changes
9194
9195 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9196
9197         * ps/ps-document.c: (start_interpreter):
9198
9199         Actually add alpha args
9200
9201 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
9202
9203         * pdf/ev-poppler.cc:
9204
9205         Make clipboard work again
9206
9207 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
9208
9209         Make searching work again.
9210         
9211         * backend/ev-document.c:
9212         * backend/ev-document.h:
9213         * backend/ev-document-find.c:
9214         * backend/ev-document-find.h: Change EvDocumentIface so we no
9215         longer store the current page or zoom level in the document.  The
9216         consequence is that all calls that operate on the current page now
9217         instead take the page number as an extra argument, and all
9218         coordinates are now doubles in document coordinate system.
9219
9220         * pdf/ev-poppler.cc:
9221         * pixbuf/pixbuf-document.c:
9222         * ps/ps-document.c: Update backends accordingly.
9223
9224 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
9225
9226         * autogen.sh:
9227
9228         Add required gettext version
9229
9230 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
9233         make F1 bring up non-existent help.
9234
9235         * shell/eggfindbar.c: Patch from Christian Persch to sync to
9236         epiphany's find bar, #167477
9237
9238         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
9239         <emil@nishra.com> to add space-bar scrolling, 
9240
9241         * shell/ev-window.c (static GtkActionEntry entries): add default
9242         keybinding for Help (F1)
9243         Fixes #171068
9244
9245         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
9246         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
9247         170110
9248
9249 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
9250
9251         * Makefile.am: 
9252         * pixbuf/pixbuf-document.c: 
9253
9254         Got pixbuf backend working again
9255
9256 2005-04-01  Steve Murphy  <murf@e-tools.com>
9257
9258         * configure.in: Added "rw" to ALL_LINGUAS.
9259
9260 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
9261
9262         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
9263         model types, noticed by Martin Kretzschmar.
9264
9265 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
9266
9267         * pdf/ev-poppler.cc: Implement search based on
9268         poppler_page_find_text().  Currently a bit crude since we remember
9269         all matches from all pages.  Also, we grab the big document lock
9270         when we search since searching changes the underlying stream and
9271         thus conflicts with the rendering thread.
9272         
9273         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
9274         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
9275         (ev_view_find_previous): Fix some page indexes to be 0 based,
9276         offset rubber band by view offset,
9277
9278 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
9279
9280         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
9281
9282 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
9283
9284         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
9285         completely because I didn't understand GtkActions.  I should
9286         read Marco's code more carefully in the future.
9287
9288         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
9289         function
9290
9291 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
9292
9293         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
9294         PopplerRectangle change from poppler CVS.
9295
9296 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
9297
9298         * backend/ev-document.c: (ev_document_get_page_label):
9299         * backend/ev-document.h:
9300         * backend/ev-page-cache.c: (_ev_page_cache_new),
9301         (ev_page_cache_get_page_label):
9302         * backend/ev-page-cache.h:
9303         * pdf/ev-poppler.cc:
9304         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
9305         (links_page_num_func):
9306         * shell/ev-sidebar-thumbnails.c:
9307         (ev_sidebar_thumbnails_set_document):
9308         * shell/ev-view.c: (status_message_from_link),
9309         (ev_view_motion_notify_event):
9310         * shell/ev-window.c: (document_supports_sidebar): Add in page
9311         label support.  It's not perfect yet, but it's the first 'feature'
9312         in a while.
9313         Also, fix a bogus comment noticed by crispin. 
9314
9315 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
9316
9317         * Makefile.am: Remove pixbuf backend for now
9318
9319         * configure.ac: Require poppler-glib instead of just poppler.
9320
9321         * backend/ev-document-thumbnails.h: Add a comment
9322
9323         * backend/ev-document.h:
9324         * backend/ev-document.c: (ev_document_class_init),
9325         (ev_document_load), (ev_document_get_link),
9326         (ev_document_get_links): Remove 3 methods and add get_links.
9327         Also, made 0 based.
9328
9329         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9330         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
9331
9332         * backend/ev-link.c: (ev_link_set_title),
9333         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
9334         (ev_link_mapping_find):
9335         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
9336         
9337         * backend/ev-page-cache.c: (ev_page_cache_init),
9338         (_ev_page_cache_new), (ev_page_cache_set_current_page),
9339         (ev_page_cache_get_size), (ev_page_cache_next_page),
9340         (ev_page_cache_prev_page): Fix to be 0 based.
9341
9342         * pdf/Makefile.am: 
9343         * pdf/ev-poppler.h:
9344         * pdf/ev-poppler.cc: New backend.
9345         
9346         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
9347         (ps_document_get_page), (ps_document_document_iface_init):
9348
9349         * shell/ev-pixbuf-cache.h:
9350         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9351         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
9352         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
9353         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
9354         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
9355         Fix up code to grab a page cache per each doc.  Also, fix to be 0
9356         based.
9357         
9358         * shell/ev-sidebar-thumbnails.c:
9359         (ev_sidebar_tree_selection_changed), (page_changed_cb),
9360         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
9361
9362         * shell/ev-view.c: (status_message_from_link),
9363         (find_page_at_location), (get_link_at_location),
9364         (ev_view_motion_notify_event), (ev_view_button_release_event),
9365         (ev_view_init): Use the new link code.  Fix to be 0 based.
9366
9367         * shell/ev-window.c: (update_action_sensitivity),
9368         (document_supports_sidebar): 0 based.
9369
9370 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
9371
9372         * pdf/pdf-document.cc: Patch from Fernando Herrera
9373         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
9374         *blush*
9375
9376 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
9377
9378         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
9379         1 to the page, as this seems to be 1 based.  I thought we has this
9380         fixed.  grump.
9381
9382 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
9383
9384         * TODO:
9385         * backend/Makefile.am:
9386         * backend/ev-document-links.c:
9387         (ev_document_links_has_document_links),
9388         (ev_document_links_get_links_model):
9389         * backend/ev-document-links.h:
9390         * backend/ev-document.c: (ev_document_get_page_cache),
9391         (ev_document_get_doc_mutex), (ev_document_load),
9392         (ev_document_save), (ev_document_get_title),
9393         (ev_document_get_n_pages), (ev_document_set_page),
9394         (ev_document_get_page), (ev_document_set_target),
9395         (ev_document_set_scale), (ev_document_set_page_offset),
9396         (ev_document_get_page_size), (ev_document_get_text),
9397         (ev_document_get_link), (ev_document_render),
9398         (ev_document_render_pixbuf), (ev_document_scale_changed):
9399         * backend/ev-document.h:
9400         * backend/ev-job-queue.c: (remove_object_from_queue),
9401         (notify_finished), (handle_job), (search_for_jobs_unlocked),
9402         (no_jobs_available_unlocked), (ev_render_thread),
9403         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
9404         (ev_job_queue_remove_job):
9405         * backend/ev-job-queue.h:
9406         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
9407         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
9408         (ev_job_links_class_init), (ev_job_render_init),
9409         (ev_job_render_dispose), (ev_job_render_class_init),
9410         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
9411         (ev_job_thumbnail_class_init), (ev_job_finished),
9412         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
9413         (ev_job_render_run), (ev_job_thumbnail_new),
9414         (ev_job_thumbnail_run):
9415         * backend/ev-jobs.h:
9416         * backend/ev-link.c:
9417         * backend/ev-link.h:
9418         * backend/ev-page-cache.c: (ev_page_cache_init),
9419         (ev_page_cache_class_init), (ev_page_cache_finalize),
9420         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
9421         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
9422         (ev_page_cache_set_link), (ev_page_cache_get_title),
9423         (ev_page_cache_get_size), (ev_page_cache_next_page),
9424         (ev_page_cache_prev_page):
9425         * backend/ev-page-cache.h:
9426         * pdf/pdf-document.cc:
9427         * ps/gsdefaults.c:
9428         * ps/gsdefaults.h:
9429         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9430         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
9431         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
9432         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
9433         (is_interpreter_ready), (output), (catchPipe), (input),
9434         (start_interpreter), (check_filecompressed), (compute_dimensions),
9435         (ps_document_enable_interpreter), (document_load),
9436         (ps_document_next_page), (render_page), (ps_document_set_page),
9437         (ps_document_set_scale), (render_pixbuf_idle),
9438         (ps_document_render_pixbuf), (ps_document_document_iface_init):
9439         * ps/ps-document.h:
9440         * shell/Makefile.am:
9441         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
9442         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
9443         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
9444         (ev_pixbuf_cache_new), (job_finished_cb),
9445         (check_job_size_and_unref), (move_one_job),
9446         (ev_pixbuf_cache_update_range), (find_job_cache),
9447         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
9448         (ev_pixbuf_cache_add_jobs_if_needed),
9449         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
9450         * shell/ev-pixbuf-cache.h:
9451         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9452         (idle_print_handler):
9453         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
9454         (selection_changed_cb), (create_loading_model),
9455         (ev_sidebar_links_construct), (links_page_num_func),
9456         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
9457         (update_page_callback), (job_finished_cb),
9458         (ev_sidebar_links_set_document):
9459         * shell/ev-sidebar-thumbnails.c:
9460         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
9461         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
9462         (page_changed_cb), (thumbnail_job_completed_callback),
9463         (ev_sidebar_thumbnails_set_document):
9464         * shell/ev-sidebar-thumbnails.h:
9465         * shell/ev-sidebar.c: (ev_sidebar_set_document):
9466         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
9467         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
9468         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
9469         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
9470         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
9471         (ev_view_button_release_event), (ev_view_scroll_view),
9472         (ev_view_class_init), (ev_view_init), (update_find_status_message),
9473         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
9474         (ev_view_new), (job_finished_cb), (page_changed_cb),
9475         (ev_view_set_document), (go_to_link), (ev_view_zoom),
9476         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
9477         (ev_view_find_previous):
9478         * shell/ev-view.h:
9479         * shell/ev-window.c: (update_action_sensitivity),
9480         (ev_window_open_page), (update_window_title), (update_total_pages),
9481         (page_changed_cb), (ev_window_setup_document),
9482         (password_dialog_response), (ev_window_cmd_save_as),
9483         (ev_window_print), (ev_window_cmd_go_previous_page),
9484         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
9485         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
9486         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
9487         * shell/main.c: (main):
9488
9489         Merge evince-threads branch
9490
9491 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
9492
9493         * configure.ac: Added "lt" to ALL_LINGUAS.
9494
9495 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
9496
9497         * NEWS:
9498         * configure.ac:
9499
9500         Release 0.1.9
9501
9502 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
9503
9504         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9505
9506         Fix here also the thumbnails 1-basedness :)
9507
9508 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9509
9510         * NEWS:
9511         * configure.ac:
9512
9513         Release 0.1.8
9514
9515 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
9516
9517         * pdf/pdf-document.cc:
9518         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
9519         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
9520
9521         Fix the mess we did with thumbnails and 1-basedness
9522
9523 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
9524
9525         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
9526
9527 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
9528
9529         * NEWS:
9530         * configure.ac:
9531
9532         Release 0.1.7
9533
9534 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
9535
9536         * ps/Makefile.am:
9537         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
9538         (gtk_gs_defaults_get_alpha_parameters),
9539         (gtk_gs_defaults_get_ungzip_cmd),
9540         (gtk_gs_defaults_get_unbzip2_cmd):
9541         * ps/gsdefaults.h:
9542         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
9543         (ps_document_get_orientation), (document_load),
9544         (ps_document_goto_page), (ps_document_set_page_size):
9545         * ps/ps-document.h:
9546
9547         Some more sanitization of the ps backend. Remove a lot
9548         of unused code and do not base our defaults on ggv
9549         preferences (ugh!)
9550
9551 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
9552
9553         * thumbnailer/evince-thumbnailer.schemas:
9554         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9555         (main): add -s option for thumbnail size.
9556
9557 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
9558
9559         * configure.ac:
9560
9561         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
9562         remove it.
9563
9564 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9565
9566         * pdf/pdf-document.cc:
9567
9568         Remove 4 pixels of useless border from the
9569         thumbnail.
9570
9571 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
9572
9573         * backend/ev-document-thumbnails.c:
9574         (ev_document_thumbnails_get_thumbnail):
9575         * backend/ev-document-thumbnails.h:
9576
9577         Rework API a bit. Add a border flag and
9578         change sizing logic (now the size we specify
9579         applies to the bigger dimension).
9580
9581         * pdf/pdf-document.cc:
9582         * pixbuf/pixbuf-document.c:
9583         (pixbuf_document_thumbnails_get_thumbnail):
9584         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
9585         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9586
9587         Adapt to the new API and do not draw a border for nautilus
9588         thumbnailer.
9589
9590 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
9591
9592         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9593         take thumbnails from page "0" instead of "1". Added a copyright header.
9594
9595 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
9596
9597         * ps/ps-document.c: (set_up_page), (start_interpreter):
9598
9599         Make it C89 compliant
9600
9601 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
9602
9603         * Makefile.am:
9604         * configure.ac:
9605         * pdf/.cvsignore:
9606         * pdf/pdf-document.cc:
9607         * thumbnailer/Makefile.am:
9608         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
9609         (main):
9610         * thumbnailer/evince-thumbnailer.schemas:
9611         * thumbnailer/pdf-icon.png:
9612
9613         Add a nautilus thumbnailer.
9614         Based on patch by Fernando Herrera <fherrera@onirica.com>.
9615
9616 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
9617
9618         * NEWS:
9619         * configure.ac:
9620         * po/POTFILES.in:
9621
9622         Release 0.1.6
9623
9624 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
9625
9626         Use poppler instead of including xpdf source code.  Poppler is a
9627         fork of xpdf to build it as a shared library. See
9628         http://freedesktop.org/wiki/Software/poppler.
9629
9630         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
9631         xpdf fork.
9632         
9633         * pdf/Makefile.am: Build libpdfdocument.a here.
9634         
9635         * pdf/GDKSplashOutputDev.cc:
9636         * pdf/GDKSplashOutputDev.h:
9637         * pdf/GnomeVFSStream.cc:
9638         * pdf/GnomeVFSStream.h:
9639         * pdf-document.cc:
9640         * pdf-document.h:
9641         * test-gdk-output-dev.cc
9642         * Thumb.cc:
9643         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
9644         against poppler.
9645
9646 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9647
9648         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
9649
9650         Clear idle stack before unsetting the document
9651
9652 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9653
9654         * ps/ps-document.c: (ps_document_widget_event),
9655         (ps_document_set_target), (ps_document_finalize),
9656         (ps_document_get_page):
9657
9658         Disconnect the widget event signal on finalize.
9659         Some code cleanups.
9660
9661 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9662
9663         * ps/ps-document.c: (set_up_page):
9664
9665         If there is no bpixmap create one, even if size
9666         is not changed.
9667
9668 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9669
9670         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
9671         (set_up_page), (document_load), (ps_document_set_zoom):
9672
9673         Default page is 0. Calculate size even when we have no
9674         target yet.
9675
9676 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
9677
9678         * shell/ev-sidebar.c: expand the selection widget to be always as
9679         wide as the sidebar
9680
9681 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9682
9683         * shell/ev-sidebar-thumbnails.c:
9684         (ev_sidebar_thumbnails_set_document):
9685
9686         Clear the list store when setting document
9687
9688 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9689
9690         * shell/ev-page-action.c: (update_entry), (sync_entry),
9691         (activate_cb), (entry_size_request_cb), (create_tool_item),
9692         (connect_proxy):
9693
9694         Use an entry for the page control instead of spinbuttons
9695
9696 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
9697
9698         * data/evince.schemas.in:
9699
9700         Correct confusing string
9701
9702 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
9703
9704         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
9705         for real.  Gosh, how long has this been broken.
9706
9707         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
9708         check for a NULL link.  We crash otherwise.
9709
9710 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
9711
9712         * NEWS:
9713         * configure.ac:
9714
9715         Release 0.1.5
9716
9717 2005-02-25  Sebastien Bacher  <seb128@debian.org>
9718
9719         * configure.ac: add the french translation.
9720
9721 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9722
9723         * shell/ev-window.c:
9724
9725         Remove unused header -> fix distcheck
9726
9727 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9728
9729         * shell/ev-window.c: (update_window_title),
9730         (ev_window_popup_password_dialog):
9731
9732         Unescape filename for display
9733
9734 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9735
9736         * pdf/xpdf/pdf-document.cc:
9737
9738         In get_page_size deal with rotation. Also
9739         cleanup the function a bit.
9740
9741 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9742
9743         * pdf/xpdf/pdf-document.cc:
9744
9745         Fix crash when opening in new window
9746
9747 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
9748
9749         * configure.ac:
9750
9751         Check ghostscript >= 7
9752
9753 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
9754
9755         * shell/ev-window.c:
9756
9757         Make page width the default sizing mode
9758
9759 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
9760         Marco Pesenti Gritti <marco@gnome.org>
9761
9762         * shell/ev-window.c: Remember the sidebar size
9763
9764         * data/evince.schemas.in: Add a new gconf key to store the size of
9765         the sidebar
9766
9767 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
9768
9769         * data/evince-ui.xml:
9770         * shell/ev-window.c: (update_action_sensitivity),
9771         (ev_window_cmd_view_reload):
9772         
9773         Add a "Reload" action and menu entry
9774
9775 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
9776
9777         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
9778         iff the type doesn't support thumbnailing and indexing.
9779
9780 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
9781
9782         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
9783
9784 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9785
9786         * pdf/splash/Splash.cc:
9787
9788         Port fix for a crasher from kde bug
9789         http://bugs.kde.org/show_bug.cgi?id=97131
9790
9791 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9792
9793         * pdf/xpdf/pdf-document.cc:
9794
9795         Return a link even if it's of an unrecognized
9796         type. Otherwise we go in an infinte cycle.
9797
9798 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9799
9800         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
9801         (size_allocate_cb), (ev_window_set_sizing_mode):
9802
9803         Update size when switching mode
9804
9805 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9806
9807         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9808         (ev_window_cmd_view_page_width), (update_sizing_buttons),
9809         (ev_window_cmd_view_normal_size):
9810
9811         Fix size toggle buttons behavior
9812
9813 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9814
9815         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
9816         (doc_rect_to_view_rect), (ev_view_size_allocate),
9817         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
9818         (scale_changed_callback):
9819
9820         Do not cache offsets in size_allocate.
9821
9822 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9823
9824         * shell/ev-view.c: (ev_view_size_allocate):
9825
9826         Calculate offsets before calling the parent
9827         class (which does a redraw)
9828
9829 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9830
9831         * pdf/xpdf/pdf-document.cc:
9832
9833         Fix a crasher on exit. Unused code, put a TODO
9834
9835 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
9836
9837         * backend/ev-document.c: (ev_document_class_init),
9838         (ev_document_page_changed), (ev_document_scale_changed):
9839         * backend/ev-document.h:
9840
9841         Separate page/scale notifications
9842
9843         * pdf/xpdf/pdf-document.cc:
9844
9845         Emit the new signals.
9846         Do not display the pdf page in _render, do it
9847         when scale/page are requested.
9848
9849         * ps/ps-document.c: (ps_document_set_zoom),
9850         (ps_document_widget_event):
9851         * ps/ps-document.h:
9852
9853         Emit the new signals.
9854
9855         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9856         (ev_view_init), (page_changed_callback), (scale_changed_callback),
9857         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
9858         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
9859         * shell/ev-view.h:
9860         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
9861         (ev_window_cmd_view_page_width), (size_allocate_cb),
9862         (ev_window_set_sizing_mode):
9863
9864         Rework sizing to be pixel based.
9865         There are bugs but should be already way better.
9866
9867 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
9868
9869         * shell/ev-window.c: (ev_window_init):
9870
9871         Do not allow to shrink sidebar smaller then
9872         child requisition
9873
9874 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
9875
9876         * shell/ev-sidebar.[ch]
9877         * shell/ev-window.c:
9878
9879         Improved sidebar widget. Fixes #166683
9880
9881 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
9882
9883         * shell/ev-view.c (update_find_status_message): Give translators
9884         more flexibility with ngettext plural handling.
9885
9886 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
9887
9888         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
9889         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
9890         page when we get the page size.
9891
9892 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9893
9894         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
9895
9896         ps pages are 0 based, convert 
9897
9898 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9899
9900         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
9901
9902         Initialize correct parent class. Set GError on document load
9903
9904 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9905
9906         * pdf/xpdf/pdf-document.cc:
9907
9908         Fixup selection offset calculation
9909
9910         * shell/ev-view.c: (view_rect_to_doc_rect),
9911         (doc_rect_to_view_rect), (ev_view_size_allocate),
9912         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
9913         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
9914
9915         Store selection as document relative, so that zooming
9916         and offset changing doesnt break it.
9917
9918 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
9919
9920         * shell/ev-view.c: (ev_view_best_fit):
9921
9922         Do not try to best fit if the view is not realized
9923
9924 2005-02-20  Kostas Papadimas <pkst@gnome.org>
9925           
9926         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
9927
9928 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
9929
9930         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
9931
9932 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
9933
9934         * shell/ev-window.c: Change the fullscreen toolbar to always be in
9935         the popup window.  That prevents it resizing when in full screen
9936         mode.
9937
9938         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
9939         multiple rerenders.  This pretty much sucks.
9940
9941         * data/evince-ui.xml: Change the fullscreen toolbar to include the
9942         rest of the toolbar.
9943
9944 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
9945
9946         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
9947
9948 2005-02-17  Alexander Shopov  <ash@contact.bg>
9949
9950         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
9951
9952 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
9953
9954         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
9955
9956 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
9957
9958         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
9959         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
9960         (set_document_page), (document_changed_callback),
9961         (ev_view_set_document), (ev_view_find_previous),
9962         (ev_view_hide_cursor), (ev_view_show_cursor):
9963         * shell/ev-view.h:
9964         * shell/ev-window.c: (update_chrome_visibility),
9965         (fullscreen_timeout_cb), (fullscreen_set_timeout),
9966         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
9967         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
9968         (ev_window_unfullscreen):
9969         * shell/main.c: (main):
9970
9971         Automatically hide the fullscreen button.
9972         Patch by Kristian Høgsberg <krh@redhat.com>
9973
9974 2005-02-16  Vincent Noel  <vnoel@cox.net>
9975
9976         * shell/main.c (main): Specify an icon for the window. Patch by
9977         Jaap A. Haitsma. Fixes #166177.
9978
9979 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
9980
9981         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
9982
9983 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
9984
9985         * backend/ev-document-misc.h:
9986         * backend/ev-document-misc.c:
9987         (ev_document_misc_get_page_border_size),
9988         (ev_document_misc_paint_one_page): New function to canonicalize
9989         sizing/painting a border.
9990
9991         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
9992         used.
9993
9994         * pdf/xpdf/pdf-document.cc: use new function
9995
9996         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
9997         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
9998         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
9999         shell/ev-window.c: (update_sizing_buttons),
10000         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
10001         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
10002         (ev_window_cmd_view_page_width), (size_allocate_cb),
10003         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
10004         and "fit width" values act as toggle buttons so they stay
10005         toggled.  It's not 100% perfect, and it's a little slow, but it's
10006         good enough to commit I think.
10007
10008 2005-02-15  David Lodge  <dave@cirt.net>
10009
10010         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
10011
10012 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
10013
10014         * shell/ev-window.c (update_window_title): replace newlines in
10015         the title by spaces. Bug #166107.
10016
10017 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
10018
10019         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
10020         parameters providing allocation width and height without
10021         scrollbars and width of a possible vertical scrollbar. With this
10022         additional information the functions can work as
10023         intended. Unfortunately they're not idempotent. We should
10024         transform these commands to toggles. Fixes Bug #164976
10025         Initial patch by Stephane Loeuillet, then heavily modified.
10026
10027         * shell/ev-view.h: update prototypes.
10028
10029         * shell/ev-window.c (ev_window_cmd_view_best_fit)
10030         (ev_window_cmd_view_page_width): provide EvView fit functions with
10031         all the information they need. Formulas to calculate this
10032         information taken from GtkScrolledWindow.
10033
10034 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
10035
10036         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
10037         created a thumbnail, the list store is updated to know
10038         that the thumbnail is set. Fixes bug #166792
10039
10040 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
10041
10042         * shell/ev-window.c: fixed typo, closes bug 166897
10043
10044         * TODO: updated TODO with bug numbers that are relevant
10045
10046 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
10047
10048         * shell/ev-window.c: Support for DnD of files. Fixes #164813
10049
10050 2005-02-09  Vincent Noel  <vnoel@cox.net>
10051
10052         * shell/ev-window.c: (set_action_properties): Set the "Previous"
10053         and "Next" toolbar buttons as important to make them stand out.
10054
10055 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10056
10057         * lib/ev-debug.c:
10058         * lib/ev-debug.h:
10059         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
10060         (start_interpreter), (stop_interpreter), (document_load),
10061         (ps_document_next_page), (ps_document_goto_page),
10062         (ps_document_set_page_size), (ps_document_widget_event),
10063         (ps_document_render):
10064         * shell/ev-page-view.c: (ev_page_view_dispose):
10065         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
10066
10067         Fix compilation on non-gcc platforms
10068
10069 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
10070
10071         * NEWS:
10072         * configure.ac:
10073
10074         Release 0.1.4
10075
10076         * pdf/xpdf/Catalog.cc:
10077         * pdf/xpdf/XRef.cc:
10078
10079         Fix the fix for CAN-2004-0888
10080
10081 2005-02-09  Luca Ferretti <elle.uca@libero.it>
10082
10083         * data/Makefile.am:
10084         * data/evince-ui.xml:
10085         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10086         * shell/ev-stock-icons.h:
10087         * shell/ev-window.c: (update_action_sensitivity),
10088         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
10089         (set_action_properties):
10090
10091         Improve toolbar layout/icons
10092
10093 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
10094
10095         * pdf/xpdf/pdf-document.cc:
10096
10097         Add warnings about unimplemented/unknown link
10098         types.
10099
10100 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10101
10102         * ps/ps-document.c: (set_up_page):
10103
10104         Log gs property
10105
10106 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10107
10108         * ps/ps-document.c: (start_interpreter):
10109
10110         Log gs env var
10111
10112 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10113
10114         * shell/ev-page-view.c: (ev_page_view_dispose):
10115         * shell/ev-view.c: (ev_view_finalize):
10116         * shell/ev-window.c: (ev_window_setup_document),
10117         (ev_window_dispose), (ev_window_init):
10118
10119         Solve more refs issues.
10120
10121         I commented out the page_view initialization for now:
10122         it was never destroyed (because it's never added
10123         to a container). Because of that we was leaking
10124         gs processes. Couldnt think to a clean fix.
10125         We need to figure this out, password view has the
10126         same issue probably.
10127
10128 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10129
10130         * ps/ps-document.c: (ps_document_finalize),
10131         (ps_document_get_n_pages), (ps_document_get_page):
10132
10133         Some cleanups, stop the interpreter on finalize
10134
10135         * shell/ev-page-view.c: (ev_page_view_dispose),
10136         (ev_page_view_class_init):
10137
10138         Release our reference on the document
10139
10140 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10141
10142         * Makefile.am:
10143         * configure.ac:
10144         * doc/debugging.txt:
10145         * lib/.cvsignore:
10146         * lib/Makefile.am:
10147         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
10148         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
10149         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
10150         * lib/ev-debug.h:
10151
10152         Add debugging helpers
10153
10154         * ps/Makefile.am:
10155         * ps/ps-document.c: (set_up_page), (start_interpreter),
10156         (stop_interpreter), (document_load), (ps_document_next_page),
10157         (ps_document_goto_page), (ps_document_set_page_size),
10158         (ps_document_widget_event), (ps_document_render):
10159         * shell/Makefile.am:
10160         * shell/ev-view.c: (expose_bin_window):
10161         * shell/main.c: (main):
10162
10163         Add some logs
10164         
10165 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
10166
10167         * ps/ps-document.c: (ps_document_widget_event):
10168
10169         Initialize message_window, this should make ps
10170         rendering really work! (Never noticed because I was
10171         testing with a ps that is causing gs to exit every time!)
10172
10173 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
10174
10175         * data/evince.schemas.in: updated simple error in applyto closing tag
10176
10177 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
10178
10179         * Makefile.am:
10180         * configure.ac:
10181         * data/.cvsignore:
10182         * data/Makefile.am:
10183         * data/evince-ui.xml:
10184         A data/evince.schemas.in:
10185         * po/POTFILES.in:
10186         * shell/ev-stock-icons.c: (ev_stock_icons_init):
10187         * shell/ev-stock-icons.h:
10188         * shell/ev-window.c: (update_chrome_visibility),
10189         (update_chrome_flag), (ev_window_cmd_edit_find),
10190         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
10191         (ev_window_unfullscreen), (ev_window_focus_in_event),
10192         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
10193         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
10194         (ev_window_view_sidebar_cb), (find_bar_close_cb),
10195         (ev_window_dispose), (ev_window_class_init),
10196         (set_action_properties), (set_chrome_actions), (load_chrome),
10197         (ev_window_init):
10198
10199         Implement fullscreen mode changes from bug #164776.
10200         Also implement persistent chrome toggles.
10201
10202 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
10203
10204         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
10205
10206 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10207
10208         * NEWS:
10209         * configure.ac:
10210         * shell/ev-view.c:
10211
10212         Add another check for find interface
10213
10214         Release 0.1.3
10215
10216 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10217
10218         * shell/ev-application.c: (ev_application_open):
10219         * shell/ev-window.c: (ev_window_open):
10220
10221         Open gzipped ps documents
10222
10223 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10224
10225         * TODO:
10226         * shell/ev-view.c: (set_document_page):
10227
10228         Clamp page number, dont try to move to
10229         not existant pages.
10230
10231 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
10232
10233         * backend/ev-document-find.c: (ev_document_find_changed):
10234         * backend/ev-document-find.h:
10235         * pdf/xpdf/pdf-document.cc:
10236         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
10237         * shell/ev-window.c: (find_bar_search_changed_cb):
10238
10239         Fix several bugs with find
10240
10241 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
10242
10243         * shell/ev-sidebar-thumbnails.c
10244         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
10245         document. Prevents warning from scroll_to_cell.
10246
10247 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
10248
10249         * configure.ac: Add «nb» to ALL_LINGUAS too.
10250
10251 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
10252
10253         * NOTES: New file with some random thoughts.
10254
10255         * TODO: Update.
10256
10257         * backend/ev-document-misc.c:
10258         (ev_document_misc_get_page_border_size): New function to
10259         canonicalize shadow drawing sizes.  Possibly goofy.
10260
10261         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
10262         (ev_view_best_fit), (ev_view_fit_width):
10263         * pdf/xpdf/pdf-document.cc:
10264         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10265         * ps/ps-document.c: (ps_document_get_page_size):
10266         * backend/ev-document-misc.h:
10267         * backend/ev-document.c: (ev_document_get_page_size):
10268         * backend/ev-document.h: get_page_size now takes a page number
10269         parameter.  Made all the backends/frontends honor it.
10270
10271         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
10272         see.  Doesn't work yet.
10273
10274         * shell/Makefile.am:
10275         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
10276         Doesn't do anything yet.
10277
10278         * shell/ev-sidebar-thumbnails.c:
10279         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
10280         [0..n_pages-1]
10281
10282         * shell/ev-window.c: (update_action_sensitivity),
10283         (ev_window_setup_document), (ev_window_set_page_mode),
10284         (ev_window_page_mode_cb), (ev_window_init): Clean up the
10285         view-swapping code a bit so we can have multiple views on a
10286         document.  Add the multi-page view, though it can't be turned on
10287         yet.
10288
10289 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10290
10291         * shell/ev-application.c: (ev_application_open):
10292         * shell/ev-view.c: (expose_bin_window):
10293         * shell/ev-window.c: (ev_window_open):
10294
10295         Support eps and check document supports find
10296         before drawing highlightings in expose.
10297
10298 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10299
10300         * pixbuf/pixbuf-document.c:
10301         (pixbuf_document_thumbnails_get_dimensions),
10302         (pixbuf_document_document_thumbnails_iface_init):
10303
10304         implement get_dimensions
10305
10306 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
10307
10308         * NEWS:
10309         * configure.ac:
10310
10311         Release 0.1.2
10312
10313 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10314
10315         * shell/ev-view.c: (set_document_page):
10316
10317         Scroll at the top of the page when changing page
10318
10319 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10320
10321         * shell/ev-view.c: (ev_view_motion_notify_event):
10322
10323         Do not redraw unnecessarily
10324
10325 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10326
10327         * pdf/xpdf/pdf-document.cc:
10328         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10329         (expose_bin_window), (find_changed_cb):
10330
10331         Yay! find works now... Now to find bugs...
10332
10333 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
10334
10335         * backend/ev-document-find.c: (ev_document_find_base_init),
10336         (ev_document_find_changed):
10337         * backend/ev-document-find.h:
10338         * pdf/xpdf/pdf-document.cc:
10339         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10340         (expose_bin_window), (ev_view_init), (set_document_page),
10341         (ensure_rectangle_is_visible), (jump_to_find_result),
10342         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
10343         (ev_view_find_next), (ev_view_find_previous):
10344         * shell/ev-view.h:
10345         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
10346
10347         More work on find implementation, mostly there now
10348
10349 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
10350
10351         * backend/ev-backend-marshalers.list:
10352         * backend/ev-document-find.c: (ev_document_find_base_init),
10353         (ev_document_find_cancel), (ev_document_find_page_has_results),
10354         (ev_document_find_get_n_results), (ev_document_find_get_result),
10355         (ev_document_find_get_progress), (ev_document_find_changed):
10356         * backend/ev-document-find.h:
10357
10358         Enanche the find interface to be really able to do
10359         multi page find.
10360
10361         * pdf/xpdf/pdf-document.cc:
10362
10363         Implement
10364
10365         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
10366         (expose_bin_window), (ev_view_init),
10367         (ev_view_get_find_status_message), (find_changed_cb),
10368         (ev_view_set_document), (set_document_page):
10369
10370         Adapt to the new interface. A few things are regressed sorry,
10371         I will finish it soon.
10372
10373 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
10374
10375         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
10376         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
10377         ev_sidebar_thumbnails_parent_class variable, don't define another
10378         parent_class variable.
10379
10380         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
10381         (ev_page_action_class_init): ditto.
10382
10383         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
10384         (pixbuf_document_class_init): ditto.
10385
10386         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
10387         ditto.
10388
10389         * .cvsignore: ignore various valgrind output files.
10390
10391 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10392
10393         * data/evince-ui.xml:
10394         * shell/Makefile.am:
10395         * shell/ev-history.c:
10396         * shell/ev-history.h:
10397         * shell/ev-navigation-action.c:
10398         * shell/ev-navigation-action.h:
10399         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
10400         (ev_view_set_page), (ev_view_fit_width):
10401         * shell/ev-view.h:
10402         * shell/ev-window.c: (update_action_sensitivity),
10403         (ev_window_setup_document), (register_custom_actions):
10404
10405         Kill session history
10406
10407 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
10408
10409         * shell/ev-window.c: (update_action_sensitivity):
10410
10411         Fix inverted up/down buttons
10412
10413 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
10414
10415         * shell/ev-sidebar-thumbnails.c
10416         (ev_sidebar_thumbnails_select_page): make sure the selected
10417         thumbnail stays visible.
10418
10419 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
10420
10421         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
10422         scrolled window for Federico.
10423
10424 2005-01-26  Ole Laursen  <olau@hardworking.dk>
10425
10426         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
10427
10428 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
10429
10430         * configure.ac:
10431         * pdf/splash/SplashFTFontEngine.cc:
10432
10433         Fix CID fonts with freetype 2.1.9
10434
10435 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
10436
10437         * TODO: added item for desktop icon thumbnailer
10438
10439 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
10440
10441         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
10442         unloaded docs when the title is accessed.
10443
10444         * shell/ev-password-view.[hc]: New widget for displaying password
10445         state.
10446
10447         * shell/ev-window.[ch]: Refactor password handling code to handle
10448         the new view.
10449
10450 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
10451
10452         * NEWS:
10453         * configure.ac:
10454         * data/Makefile.am:
10455
10456         Release 0.1.1
10457
10458 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
10459
10460         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
10461         ignore page offset here, to make search results independent of it,
10462
10463         * shell/ev-view.c (expose_bin_window): but take offsets into
10464         account here. Bug #164932
10465
10466         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
10467         scale at the right time. Bug #164996
10468
10469 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
10470
10471         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
10472         fix the problem. Now I just removed the Adobe font names and hope
10473         that the URW fonts are always in outline format. Bug #164934
10474
10475         * shell/ev-window.c (update_window_title): empty titles are
10476         useless, use filename in that case too.
10477
10478         * NEWS: Add some content.
10479
10480 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
10481
10482         * TODO: added one more TODO item and a TODONE section :)
10483
10484 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10485
10486         * ps/ps-document.h: add page_[xy]_offset fields.
10487
10488         * ps/ps-document.c (ps_document_set_page_offset)
10489         (ps_document_render): Keep offset in consideration in a few
10490         places. Bug #164752 "postscript documents are not centered in
10491         window"
10492
10493         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
10494         s/gpdf/evince/. Spotted by Stephane Loeuillet.
10495
10496         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
10497         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
10498         stub out missing methods for complete EvDocument implementation.
10499         Fixes segfaults with Save A Copy and Copy actions.
10500
10501         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
10502         (ps_document_document_iface_init): ditto.
10503         
10504 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10505
10506         * data/.cvsignore:
10507         * data/Makefile.am:
10508         * data/evince.desktop.in:
10509
10510         Add desktop file
10511
10512 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10513
10514         * shell/ev-view.c: (ev_view_button_press_event),
10515         (ev_view_motion_notify_event):
10516
10517         Make selection work in any direction
10518
10519 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10520
10521         * TODO:
10522         * shell/ev-window.c: (set_short_labels), (ev_window_init):
10523
10524         Use shorter labels for some of the toolbars items
10525
10526 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
10527
10528         * pdf/xpdf/pdf-document.cc:
10529
10530         Check the links info is initialized before
10531         using it. Should fix a crash on startup.
10532
10533 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
10534
10535         * pixbuf/pixbuf-document.c
10536         (pixbuf_document_thumbnails_get_dimensions): force floating point
10537         division to calculate page_ratio. Fixes crash with landscape
10538         format pixbufs.
10539
10540 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
10541
10542         * shell/ev-view.c (ev_view_realize): make the bg color darker.
10543
10544 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
10545
10546         * shell/ev-view.c (set_document_page): unset has_selection when
10547         the page changes.
10548         (set_document_page): handle paper size changes when the page
10549         changes (test with Free Culture, page 2).
10550
10551 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10552
10553         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
10554         (expose_bin_window), (ev_view_class_init), (ev_view_init):
10555
10556         Use normal style color for the widget background and
10557         draw a black box around the page.
10558
10559 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10560
10561         * pdf/xpdf/pdf-document.cc:
10562
10563         Keep offset in consideration in a few places
10564
10565         * shell/ev-view.c: (expose_bin_window):
10566
10567         Set the offsets so that the document is ever centered
10568
10569 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10570
10571         * TODO: Added TODO items and finished off the first todo item
10572
10573         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
10574         reflect current authors
10575
10576 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10577
10578         * pdf/xpdf/pdf-document.cc:
10579         * shell/ev-view.c: (ev_view_set_cursor),
10580         (ev_view_motion_notify_event), (document_changed_callback),
10581         (set_document_page):
10582
10583         Show a wait cursor while the page is rendering
10584
10585 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
10586
10587         * shell/ev-sidebar-thumbnails.c:
10588         (ev_sidebar_tree_selection_changed),
10589         (ev_sidebar_thumbnails_select_page):
10590         * shell/ev-sidebar-thumbnails.h:
10591         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
10592         (ev_view_can_go_forward):
10593         * shell/ev-window.c: (ev_window_open_page),
10594         (ev_window_setup_document), (update_current_page),
10595         (view_page_changed_cb), (ev_window_init):
10596         * shell/ev-window.h:
10597
10598         Ensure thumbnails selection, toolbar page control and
10599         current page are in sync.
10600
10601 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
10602
10603         * pdf/xpdf/XRef.cc:
10604
10605         Fix CAN-2005-0064
10606
10607 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
10608
10609         * backend/Makefile.am:
10610         * backend/ev-document-links.h:
10611         * backend/ev-document-security.c: (ev_document_security_get_type),
10612         (ev_document_security_has_document_security),
10613         (ev_document_security_set_password):
10614         * backend/ev-document-security.h:
10615         * backend/ev-document.c: (ev_document_error_quark):
10616         * backend/ev-document.h:
10617         * data/Makefile.am:
10618         * data/evince-password.glade:
10619         * pdf/xpdf/pdf-document.cc:
10620         * shell/Makefile.am:
10621         * shell/ev-password.c: (ev_password_set_bad_password_label),
10622         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
10623         (ev_password_dialog_get_password),
10624         (ev_password_dialog_set_bad_pass):
10625         * shell/ev-password.h:
10626         * shell/ev-window.c: (ev_window_get_attribute),
10627         (ev_window_set_property), (update_action_sensitivity),
10628         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
10629         (ev_window_setup_document), (ev_window_get_password),
10630         (ev_window_open), (ev_window_cmd_save_as),
10631         (using_postscript_printer), (ev_window_print),
10632         (find_not_supported_dialog), (ev_window_cmd_edit_find),
10633         (update_fullscreen_popup), (ev_window_fullscreen),
10634         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
10635         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
10636         (menu_item_select_cb), (find_bar_search_changed_cb),
10637         (ev_window_dispose), (ev_window_init):
10638
10639         Add initial support for password-supported dialogs.  This could be
10640         a lot cooler, but it'll do for now.
10641
10642 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
10643
10644         * pdf/xpdf/pdf-document.cc:
10645         * shell/ev-view.c: (status_message_from_link),
10646         (ev_view_set_status), (ev_view_set_cursor),
10647         (ev_view_motion_notify_event), (ev_view_init):
10648         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
10649
10650         Fix bugs in the links implementation and change cursor
10651         when hovering a link.
10652
10653 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
10654
10655         * viewer/.cvsignore: added cvsignore file for viewer directory
10656
10657         * TODO: created TODO document
10658
10659 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
10660
10661         * shell/ev-view.h:
10662         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
10663         new functions to help with implementation of sensitivity code
10664         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10665         of all actions that might require it.  Fixes a crash when you
10666         click on the Zoom actions in a window lacking a document.
10667
10668 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
10669
10670         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
10671         of the Find action
10672
10673 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10674
10675         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
10676         (pixbuf_document_document_iface_init):
10677         * ps/ps-document.c: (ps_document_get_link),
10678         (ps_document_document_iface_init):
10679         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
10680         (status_message_from_link), (ev_view_set_status),
10681         (ev_view_set_find_status), (ev_view_motion_notify_event),
10682         (ev_view_button_release_event), (ev_view_set_property),
10683         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
10684         (ev_view_get_find_status_message), (update_find_results),
10685         (ev_view_get_status), (ev_view_get_find_status):
10686         * shell/ev-view.h:
10687         * shell/ev-window.c: (view_status_changed_cb),
10688         (view_find_status_changed_cb), (ev_window_init):
10689
10690         View status message support, use it to show the links.
10691         Needs work...
10692
10693 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10694
10695         * backend/ev-document.c: (ev_document_get_link):
10696         * backend/ev-document.h:
10697         * pdf/xpdf/pdf-document.cc:
10698         * shell/ev-application.c: (ev_application_open):
10699         * shell/ev-application.h:
10700         * shell/ev-sidebar-links.c: (selection_changed_cb):
10701         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
10702         (ev_view_go_to_link):
10703
10704         Add support for document links
10705
10706 2005-01-13  Anders Carlsson  <andersca@gnome.org>
10707
10708         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
10709         (create_tool_item):
10710         Set the spin button limits correctly.
10711         
10712         * shell/ev-sidebar-thumbnails.c:
10713         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
10714         Support changing pages by clicking on the thumbnails.
10715         
10716 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
10717
10718         * pixbuf/pixbuf-document.c:
10719         (pixbuf_document_thumbnails_get_dimensions),
10720         (pixbuf_document_document_thumbnails_iface_init):
10721
10722         implement get_dimensions
10723
10724 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
10725
10726         * ps/ps-document.c: (ps_document_goto_page):
10727
10728         Fix page switching on multipage documents
10729
10730 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
10731
10732         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
10733         
10734         check for NULL before assigning to width and height parameters
10735
10736 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10737
10738         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10739         (pixbuf_document_set_property), (pixbuf_document_get_property):
10740
10741         implement get/set properties
10742
10743 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
10744
10745         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
10746         
10747         return NULL instead of "Unknown", letting the title get set to
10748         the filename when the pdf has no title.
10749
10750 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10751
10752         * ps/ps-document.c: (ps_document_get_page_count),
10753         (ps_document_goto_page):
10754
10755 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10756
10757         * shell/ev-history.c: (ev_history_get_property),
10758         (ev_history_set_property), (ev_history_class_init),
10759         (ev_history_add_page), (ev_history_set_current_index):
10760         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
10761         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
10762         (ev_navigation_action_finalize):
10763         * shell/ev-navigation-action.h:
10764         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10765         (ev_view_go_forward), (ev_view_get_find_status_message),
10766         (history_index_changed_cb), (ev_view_set_history):
10767         * shell/ev-view.h:
10768         * shell/ev-window.c: (update_total_pages), (ev_window_open),
10769         (update_current_page), (register_custom_actions):
10770
10771         Implement history dropdowns
10772
10773 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
10774
10775         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
10776         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
10777         (ev_view_go_forward):
10778         * shell/ev-window.c: (register_custom_actions):
10779
10780         Fix several history bugs
10781
10782 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
10783
10784         * configure.ac: Add «nb» to ALL_LINGUAS.
10785
10786 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
10787
10788         * backend/Makefile.am:
10789         * backend/ev-bookmark.c:
10790         * backend/ev-bookmark.h:
10791         * backend/ev-document-bookmarks.c:
10792         * backend/ev-document-bookmarks.h:
10793         * backend/ev-document-links.c: (ev_document_links_get_type),
10794         (ev_document_links_has_document_links),
10795         (ev_document_links_begin_read), (ev_document_links_get_link),
10796         (ev_document_links_get_child), (ev_document_links_next),
10797         (ev_document_links_free_iter):
10798         * backend/ev-document-links.h:
10799         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
10800         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
10801         (ev_link_get_link_type), (ev_link_set_link_type),
10802         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
10803         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
10804         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
10805         (ev_link_new_external):
10806         * backend/ev-link.h:
10807         * pdf/xpdf/pdf-document.cc:
10808         * shell/Makefile.am:
10809         * shell/ev-application.c: (ev_application_open_link):
10810         * shell/ev-application.h:
10811         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
10812         (ev_history_get_link_nth):
10813         * shell/ev-history.h:
10814         * shell/ev-sidebar-bookmarks.c:
10815         * shell/ev-sidebar-bookmarks.h:
10816         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10817         (ev_sidebar_links_class_init), (selection_changed_cb),
10818         (ev_sidebar_links_construct), (ev_sidebar_links_init),
10819         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
10820         (do_one_iteration), (populate_links_idle),
10821         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
10822         * shell/ev-sidebar-links.h:
10823         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10824         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
10825         (go_to_index):
10826         * shell/ev-view.h:
10827         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
10828         * shell/ev-window.h:
10829
10830         Rename bookmark to link, and use "Index" for the sidebar panel.
10831
10832 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * shell/Makefile.am:
10835         * shell/ev-application.c: (ev_application_open_bookmark):
10836         * shell/ev-application.h:
10837         * shell/ev-history.c: (ev_history_init), (free_links_list),
10838         (ev_history_finalize), (ev_history_class_init),
10839         (ev_history_add_link), (ev_history_add_page),
10840         (ev_history_get_link_nth), (ev_history_get_n_links),
10841         (ev_history_get_current_index), (ev_history_set_current_index),
10842         (ev_history_new):
10843         * shell/ev-history.h:
10844         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10845         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
10846         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
10847         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
10848         (ev_view_set_page):
10849         * shell/ev-view.h:
10850         * shell/ev-window.c: (ev_window_open_bookmark),
10851         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
10852         (goto_page_cb), (register_custom_actions):
10853         * shell/ev-window.h:
10854
10855         Initial history implementation. Needs work.
10856
10857 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
10858
10859         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
10860
10861 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
10862
10863         * cut-n-paste/recent-files/egg-recent-item.c:
10864         * cut-n-paste/recent-files/egg-recent-item.h:
10865         * cut-n-paste/recent-files/egg-recent-model.c:
10866         * cut-n-paste/recent-files/egg-recent-util.c:
10867         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10868         * cut-n-paste/recent-files/egg-recent-view.c:
10869
10870         Update
10871
10872 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
10873
10874         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
10875         (fillGlyph, fillImageMask, drawImage):
10876         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
10877         pdf/splash/SplashTypes.h:
10878         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
10879         packed mode for Splash.
10880
10881         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
10882         RGB8 packed mode, eliminates the pixbuf data creation loop.
10883
10884         * shell/ev-print-job.c (ev_print_job_finalize)
10885         (ev_print_job_set_property, ev_print_job_get_property)
10886         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
10887         (ev_print_job_use_print_dialog_settings, idle_print_handler)
10888         (print_closure_finalize, ev_print_job_print): implement
10889         printing (for backends with EvPsExporter)
10890
10891         * shell/ev_print_job.h: update prototypes.
10892
10893         * shell/ev-window.c (ev_window_print): unref print job after
10894         printing.
10895
10896         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
10897         unless the document implements the EvDocumentFind interface.
10898
10899 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
10900
10901         * configure.ac: Added ja to ALL_LINGUAS.
10902
10903 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * pdf/xpdf/pdf-document.cc:
10906
10907         add a FIXME. We should probably not allocate
10908         a bookmark object every time
10909
10910 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10911
10912         * shell/ev-application.c: (ev_application_open),
10913         (ev_application_open_bookmark):
10914         * shell/ev-application.h:
10915         
10916         Add a way to open bookmarks
10917
10918         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
10919         (ev_bookmark_set_uri), (ev_bookmark_get_property),
10920         (ev_bookmark_set_property), (ev_bookmark_class_init),
10921         (ev_bookmark_new_title), (ev_bookmark_new_link),
10922         (ev_bookmark_new_external):
10923
10924         Support for external uris, better constructors.
10925
10926         * backend/ev-bookmark.h:
10927         * pdf/xpdf/pdf-document.cc:
10928         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
10929
10930         Handle external uris
10931
10932 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10933
10934         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
10935         (ev_sidebar_bookmarks_construct), (do_one_iteration):
10936
10937         Hook up bookmarks navigation
10938
10939 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10940
10941         * backend/Makefile.am:
10942         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
10943         (ev_bookmark_get_title), (ev_bookmark_set_title),
10944         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
10945         (ev_bookmark_get_page), (ev_bookmark_set_page),
10946         (ev_bookmark_get_property), (ev_bookmark_set_property),
10947         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
10948         (ev_bookmark_new):
10949         * backend/ev-bookmark.h:
10950         * backend/ev-document-bookmarks.c:
10951         (ev_document_bookmarks_get_bookmark):
10952         * backend/ev-document-bookmarks.h:
10953         * pdf/xpdf/pdf-document.cc:
10954         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
10955
10956         Add a bookmark object to the backend and use it instead of get_values
10957
10958 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
10959
10960         * data/evince-ui.xml:
10961
10962         Cleanup and add select all.
10963
10964         * shell/ev-view.c: (ev_view_select_all),
10965         (ev_view_button_press_event):
10966         * shell/ev-view.h:
10967         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
10968
10969         Add select all.
10970         Clear selection on click.
10971
10972 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
10973
10974         * shell/ev-sidebar-thumbnails.c
10975         (ev_sidebar_thumbnails_set_document): forgot to unref the
10976         loading_icon.
10977
10978 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
10979
10980         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
10981         at the visible page, not just linearly.  This makes it look fast.
10982
10983 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
10984
10985         * backend/ev-document-misc.c
10986         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
10987         white.
10988         * backend/ev-document-thumbnails.h: New interface to get the size
10989         of a page.
10990
10991 2005-01-06  Jeremy Katz  <katzj@redhat.com>
10992
10993         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
10994         make dist works
10995
10996 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
10997
10998         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
10999         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
11000         things up a bit.
11001
11002         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
11003
11004 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
11005
11006         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
11007         fonts. Should fix font problems on systems that have the base
11008         fonts in bitmap format. Reported by James Henstridge
11009         <james@jamesh.id.au>.
11010
11011 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * pdf/xpdf/Gfx.cc:
11014         * pdf/xpdf/GfxState.cc:
11015
11016         Fix for CAN-2004-1125
11017
11018 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11019
11020         * shell/ev-view.c: (ev_view_copy):
11021         * shell/ev-view.h:
11022         * shell/ev-window.c: (ev_window_cmd_edit_copy):
11023
11024         Implement Edit->Copy
11025
11026 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11027
11028         * backend/ev-document.c: (ev_document_get_text):
11029         * backend/ev-document.h:
11030         * pdf/xpdf/pdf-document.cc:
11031         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
11032         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11033         (ev_view_update_primary_selection), (ev_view_button_press_event),
11034         (ev_view_motion_notify_event), (ev_view_button_release_event):
11035
11036         Beginnings of clipboard support. Incomplete but primary sort
11037         of work.
11038
11039 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
11042         (expose_bin_window):
11043
11044         Nicer rubberband drawing, from GtkIconView.
11045
11046 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11047
11048         * backend/ev-document.c: (ev_document_save):
11049         * backend/ev-document.h:
11050         * data/evince-ui.xml:
11051         * pdf/xpdf/pdf-document.cc:
11052         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
11053
11054         Implement "Save a copy..." menu item
11055
11056 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
11057
11058         * shell/ev-view.c: (ev_view_zoom):
11059
11060         Queue a resize when zoom changes
11061
11062 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
11063
11064         * backend/ev-document-misc.[ch]: New misc file to do simple drop
11065         shadows.
11066
11067         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
11068         thumbnails..
11069
11070 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
11071
11072         * pdf/xpdf/pdf-document.cc
11073         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
11074
11075 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
11076
11077         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
11078         It's slow, but I'll speed it up next!
11079
11080 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
11081
11082         * shell/main.c (load_files):
11083
11084         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
11085         from the command line and because it seems more appropriate.
11086
11087 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * data/evince-ui.xml:
11090         * shell/ev-window.c: (update_action_sensitivity),
11091         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
11092
11093         s/next page/page down
11094         s/previous page/page up
11095
11096 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
11097
11098         * data/evince-ui.xml:
11099
11100         Change the layout to match clarkbw design.
11101
11102         * shell/Makefile.am:
11103         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
11104         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
11105         (ev_navigation_action_finalize),
11106         (ev_navigation_action_set_property),
11107         (ev_navigation_action_get_property),
11108         (ev_navigation_action_class_init):
11109         * shell/ev-navigation-action.h:
11110
11111         Implement clarkbw toolbar navigation controls (incomplete)
11112
11113         * shell/ev-page-action.c: (update_label), (update_spin),
11114         (value_changed_cb), (create_tool_item), (connect_proxy),
11115         (ev_page_action_init), (ev_page_action_finalize),
11116         (ev_page_action_set_property), (ev_page_action_get_property),
11117         (ev_page_action_set_current_page),
11118         (ev_page_action_set_total_pages), (ev_page_action_class_init):
11119         * shell/ev-page-action.h:
11120
11121         Implement a page switcher in the toolbar
11122
11123         * shell/ev-view.c: (ev_view_scroll_view):
11124         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11125         (update_current_page), (view_page_changed_cb), (goto_page_cb),
11126         (register_custom_actions), (ev_window_init):
11127
11128         Change page on PageUp/Down.
11129
11130 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
11131
11132         * pdf/xpdf/pdf-document.cc
11133         (pdf_document_thumbnails_get_thumbnail): initial stab at
11134         implementing thumbnail support for pdfs.  It only does documents
11135         with precached pdfs now.
11136
11137 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
11138
11139         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
11140         thumbnail code into a time-based idle as well.  Also, turn off the
11141         shadow temporarily as it's really slow.
11142
11143 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11144
11145         * backend/ev-document.c: (ev_document_class_init):
11146         * pdf/xpdf/pdf-document.cc:
11147         * shell/ev-window.c: (ev_window_open):
11148
11149         Fix document title bugs and fallback to
11150         filename when not available.
11151
11152 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
11153
11154         * backend/ev-document.c: (ev_document_get_type),
11155         (ev_document_class_init), (ev_document_load),
11156         (ev_document_get_title):
11157         * backend/ev-document.h:
11158         * pdf/xpdf/pdf-document.cc:
11159         * ps/ps-document.c: (ps_document_set_property),
11160         (ps_document_get_property), (ps_document_class_init),
11161         (document_load):
11162         * ps/ps-document.h:
11163         * ps/ps.h:
11164         * shell/ev-window.c: (update_window_title), (ev_window_open),
11165         (ev_window_init):
11166
11167         Initial support for document title. Not working yet.
11168
11169 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
11172
11173         Grab focus on the view when clicking it
11174
11175 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11176
11177         * shell/ev-marshal.list:
11178         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
11179         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
11180
11181         Add key bindings to the view. Now if the focus would work
11182         right...
11183
11184 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
11185
11186         * Makefile.am:
11187         * backend/Makefile.am:
11188         * data/Makefile.am:
11189         * dvi/Makefile.am:
11190         * dvi/dvilib/Makefile.am:
11191         * pdf/xpdf/Makefile.am:
11192         * po/POTFILES.in:
11193         * ps/Makefile.am:
11194
11195         Fix distcheck
11196
11197 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11198
11199         * shell/ev-view.c: (ev_view_realize):
11200
11201         Fix mouse wheel scrolling
11202
11203 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * ps/Makefile.am:
11206         * ps/gstypes.h:
11207         * ps/gtkgs.c:
11208         * ps/gtkgs.h:
11209         * ps/ps-document.c: (catchPipe), (ps_document_init),
11210         (ps_document_class_init), (ps_document_cleanup),
11211         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
11212         (set_up_page), (close_pipe), (is_interpreter_ready),
11213         (interpreter_failed), (output), (input), (start_interpreter),
11214         (stop_interpreter), (file_length), (file_readable),
11215         (check_filecompressed), (check_pdf), (compute_xdpi),
11216         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
11217         (ps_document_get_type), (ps_document_emit_error_msg),
11218         (document_load), (ps_document_next_page),
11219         (ps_document_get_current_page), (ps_document_get_page_count),
11220         (ps_document_goto_page), (ps_document_set_page_size),
11221         (ps_document_zoom_to_fit), (ps_document_set_zoom),
11222         (ps_document_load), (ps_document_get_n_pages),
11223         (ps_document_set_page), (ps_document_get_page),
11224         (ps_document_widget_event), (ps_document_set_target),
11225         (ps_document_set_scale), (ps_document_set_page_offset),
11226         (ps_document_get_page_size), (ps_document_render),
11227         (ps_document_document_iface_init):
11228         * ps/ps-document.h:
11229         * ps/ps.c:
11230         * shell/ev-window.c: (ev_window_open):
11231
11232         Rename GtkGS to PSDocument
11233
11234 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11235
11236         * ps/gtkgs.c: (gtk_gs_class_init):
11237         * ps/gtkgs.h:
11238
11239         Some more leftover...
11240
11241 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
11244         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
11245         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
11246         * ps/gtkgs.h:
11247
11248         Remove unused code and make a lot of stuff private
11249
11250 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11251
11252         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
11253         (gtk_gs_defaults_changed):
11254         * ps/gsdefaults.h:
11255         * ps/gtkgs.c:
11256         * ps/gtkgs.h:
11257         * ps/ps.h:
11258
11259         Cleanup headers dependencies
11260
11261 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * ps/Makefile.am:
11264         * ps/ggvutils.c:
11265         * ps/ggvutils.h:
11266         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
11267         * ps/gsdefaults.h:
11268         * ps/gtkgs.c: (file_length), (file_readable),
11269         (check_filecompressed), (check_pdf), (gtk_gs_load),
11270         (gtk_gs_get_postscript):
11271
11272         Get rid of ggvutils
11273
11274 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * ps/ggvutils.c:
11277         * ps/ggvutils.h:
11278         * ps/gsio.h:
11279         * ps/gtkgs.c: (gtk_gs_set_zoom):
11280
11281         Cleanups
11282
11283 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11284
11285         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
11286
11287         Ensure the page is rerendered when changing zoom
11288
11289 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * backend/ev-document.c: (ev_document_base_init),
11292         (ev_document_changed):
11293         * backend/ev-document.h:
11294
11295         Add a changed event that is emitted when the page content
11296         changes. This is necessary to deal with the fact that
11297         in ps backend rendering happen asycrounously.
11298         This makes the ps backend mostly work.
11299
11300         * pdf/xpdf/pdf-document.cc:
11301
11302         Emit changed event
11303
11304         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
11305         (ps_document_set_target):
11306
11307         Emit changed event
11308
11309         * shell/ev-view.c: (document_changed_callback),
11310         (ev_view_set_document), (ev_view_set_page):
11311
11312         Redraw on the changed signal
11313
11314 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
11315
11316         * configure.ac: Added pt_BR to ALL_LINGUAS.
11317
11318 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
11319
11320         * backend/ev-document-bookmarks.c:
11321         (ev_document_bookmarks_get_child): *
11322         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
11323         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
11324         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
11325         (ev_sidebar_bookmarks_destroy),
11326         (ev_sidebar_bookmarks_class_init),
11327         (ev_sidebar_bookmarks_construct), (stack_data_free),
11328         (do_one_iteration), (populate_bookmarks_idle),
11329         (ev_sidebar_bookmarks_clear_document),
11330         (ev_sidebar_bookmarks_set_document): *
11331         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
11332         (ev_sidebar_add_page),
11333         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
11334         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
11335         it displays both the topics and the page numbers.
11336
11337 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
11338
11339         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
11340         toggle.
11341         * shell/ev-window.c (toggle_entries): Set sidebar default value to
11342         visible.
11343
11344 2004-12-23  Adam Weinberger  <adamw@gnome.org>
11345
11346         * configure.ac: Added en_CA to ALL_LINGUAS.
11347
11348 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11349
11350         * ChangeLog: replace bottom of this ChangeLog (merged history of
11351         ggv and gpdf; where all paths were wrong and most of the files are
11352         not even in this tree) with ChangeLog (from arch) of the shell
11353         code.
11354
11355 2004-12-23  Havoc Pennington  <hp@redhat.com>
11356
11357         * shell/ev-window.c: hook up potentially-questionable "find
11358         results status text" feature - something involving the sidebar or
11359         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
11360         might be better in the end.
11361
11362         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
11363         with corresponding signal when it should be updated
11364
11365         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
11366
11367 2004-12-22  Havoc Pennington  <hp@redhat.com>
11368
11369         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
11370         find stuff on other pages, sort of (only returns one result on
11371         invisible pages, to show they have results; updates full results
11372         for a page when you view it). Currently repaints the current page
11373         every time a new result is found on any page, which isn't so nice.
11374
11375 2004-12-22  Havoc Pennington  <hp@redhat.com>
11376
11377         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
11378         the document doesn't support find (better ideas?)
11379         (find_bar_search_changed_cb): handle missing document or document
11380         that doesn't support find
11381
11382         * pdf/xpdf/pdf-document.cc: port to implement the new
11383         EvDocumentFindIface
11384
11385         * backend/ev-document-find.c: create a new interface for searching
11386
11387         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
11388
11389 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
11390
11391         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
11392         libevbackend.la.
11393
11394         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
11395         EvPrintJob constructor arguments.
11396
11397         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
11398         for documents that can export PostScript (page by page).
11399
11400         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
11401         
11402         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
11403         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
11404         (pdf_document_ps_exporter_iface_init:
11405         Implement EvPSExporter.
11406
11407         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
11408
11409 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11410
11411         * backend/Makefile.am:
11412         * backend/ev-document-thumbnails.c:
11413         (ev_document_thumbnails_get_type),
11414         (ev_document_thumbnails_get_thumbnail):
11415         * backend/ev-document-thumbnails.h:
11416         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11417         (pixbuf_document_thumbnails_get_thumbnail),
11418         (pixbuf_document_document_thumbnails_iface_init):
11419         * shell/Makefile.am:
11420         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
11421         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
11422         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
11423         * shell/ev-sidebar-thumbnails.h:
11424         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
11425         (ev_sidebar_set_document):
11426         * shell/ev-utils.c: (gaussian), (create_blur_filter),
11427         (create_shadow), (ev_pixbuf_add_shadow):
11428         * shell/ev-utils.h:
11429         Add thumbnail support.
11430         
11431 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11432
11433         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
11434         (using_postscript_printer): Set up a print dialog for "PostScript
11435         injection" method.
11436
11437         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
11438         EvPrintJob.
11439
11440         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
11441
11442 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11443
11444         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
11445         (ps_document_set_target), (ps_document_get_page_size),
11446         (ps_document_render):
11447         * ps/gtkgs.h:
11448
11449         Fix a few bugs
11450
11451 2004-12-22  Christian Rose  <menthos@menthos.com>
11452
11453         * configure.ac: Added "sv" to ALL_LINGUAS.
11454
11455 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
11456
11457         * backend/ev-document-bookmarks.[ch]: new interface to indicate
11458         document supports bookmarks.
11459
11460 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11461
11462         * ps/ggvutils.c: (ggv_file_readable):
11463         * ps/ggvutils.h:
11464         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
11465         (gtk_gs_get_postscript):
11466
11467         Remove unused utils
11468
11469 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11470
11471         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
11472         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
11473         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
11474         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
11475         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
11476         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
11477         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11478         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11479         (gtk_gs_set_antialiasing), (ps_document_load),
11480         (ps_document_render):
11481         * ps/gtkgs.h:
11482
11483         Another check point for the ps backend. Now I can get it to show
11484         pages!
11485
11486 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
11487
11488         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
11489         document setting code.
11490
11491 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11492
11493         * shell/eggfindbar.c: (entry_activate_callback):
11494         Animate the next button when activate is pressed.
11495         
11496 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11497
11498         * shell/ev-window.c: (ev_window_cmd_edit_find),
11499         (update_fullscreen_popup), (ev_window_fullscreen),
11500         (ev_window_unfullscreen), (ev_window_state_event_cb),
11501         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
11502         Fix bugs in fullscreen code.
11503         
11504 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11505
11506         * Makefile.am:
11507         * configure.ac:
11508         * pixbuf/Makefile.am:
11509         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
11510         (pixbuf_document_load), (pixbuf_document_get_n_pages),
11511         (pixbuf_document_set_page), (pixbuf_document_get_page),
11512         (pixbuf_document_set_target), (pixbuf_document_set_scale),
11513         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
11514         (pixbuf_document_render), (pixbuf_document_begin_find),
11515         (pixbuf_document_end_find), (pixbuf_document_finalize),
11516         (pixbuf_document_class_init),
11517         (pixbuf_document_document_iface_init), (pixbuf_document_init):
11518         * pixbuf/pixbuf-document.h:
11519         * shell/Makefile.am:
11520         * shell/ev-application.c: (ev_application_open):
11521         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
11522         (ev_window_open):
11523         Add pixbuf backend.
11524         
11525 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
11526
11527         * Makefile.am: 
11528         * dvi/dvilib/Makefile.am:
11529         * dvi/Makefile.am:
11530         * configure.ac: Auto*ify dvi and dvi/dvilib
11531
11532         * dvi/Makefile: Remove from CVS
11533         
11534         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
11535         confusion.
11536
11537         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
11538         
11539         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
11540         
11541 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * ps/Makefile.am:
11544         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
11545         (gtk_gs_value_adjustment_changed), (compute_size),
11546         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
11547         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
11548         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
11549         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
11550         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
11551         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
11552         (ps_document_load), (ps_document_get_n_pages),
11553         (ps_document_set_page), (ps_document_get_page),
11554         (ps_document_set_target), (ps_document_set_scale),
11555         (ps_document_set_page_offset), (ps_document_get_page_size),
11556         (ps_document_render), (ps_document_begin_find),
11557         (ps_document_end_find), (ps_document_document_iface_init):
11558         * ps/gtkgs.h:
11559         * shell/Makefile.am:
11560         * shell/ev-window.c: (ev_window_open):
11561
11562         Some work to integrate gtkgs with EvDocument
11563
11564 2004-12-22  Anders Carlsson  <andersca@gnome.org>
11565
11566         * shell/ev-window.c: (update_fullscreen_popup),
11567         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
11568         (exit_fullscreen_button_clicked_cb),
11569         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
11570         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11571         (ev_window_state_event_cb), (ev_window_init):
11572         Add fullscreen support from Epiphany.
11573         
11574 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11575
11576         * data/ev-stock-zoom-fit-width.png: fit-width
11577         stock icon from gpdf.
11578         
11579         * shell/ev-stock-icons.[ch]: copied from gpdf.
11580         
11581         * shell/main.c: (main): init stock icons.
11582         
11583         * shell/ev-window.c: use the fit-width icon.
11584         
11585         * data/evince-ui.xml: add zooming toolbar items.
11586
11587 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11588
11589         * shell/ev-view.c: 
11590         (ev_view_best_fit), (ev_view_fit_width): because
11591         get_page_size() returns the scaled page size, we
11592         need to calculate the scale factor relative to
11593         the previous scale factor. Should really just
11594         add get_real_page_size().
11595
11596 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11597
11598         * shell/ev-view.[ch]:
11599         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
11600         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
11601         add zooming.
11602         
11603         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11604         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
11605         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
11606         hook it up.
11607         
11608         * pdf/xpdf/pdf-document.cc:
11609         (pdf_document_begin_find),
11610         (pdf_document_end_find): make static.
11611
11612 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11613
11614         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
11615
11616         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
11617         names to fontconfig patterns.
11618         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
11619
11620         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
11621         setupBaseFontsFc.
11622
11623 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
11624
11625         * Makefile.am:
11626         * configure.ac:
11627         * ps/Makefile.am:
11628         * ps/ggvutils.c:
11629         * ps/ggvutils.h:
11630         * ps/gsdefaults.c:
11631         * ps/gsdefaults.h:
11632         * ps/gsio.c:
11633         * ps/gsio.h:
11634         * ps/gtkgs.c:
11635         * ps/gtkgs.h:
11636         * ps/ps.c:
11637         * ps/ps.h:
11638
11639         Import ggv backend. Not hooked up yet.
11640
11641 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11642
11643         * shell/main.c: (load_files), (main): load files
11644         from the command line.
11645
11646 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
11647
11648         * configure.ac: don't require bonobo.
11649         
11650         * cut-n-paste/recent-files/*: kill bonobo recent
11651         view.
11652
11653         * shell/ev-window.c:
11654         (ev_window_is_empty): upd.
11655         (unable_to_load), (ev_window_open): load backend
11656         based on the mime type.
11657
11658 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
11659
11660         * backend/.cvsignore: ignore generated marshalers source.
11661
11662         * shell/main.c (main): this is not epiphany.
11663
11664 2004-12-22  Havoc Pennington  <hp@redhat.com>
11665
11666         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
11667         (expose_bin_window): draw find highlights
11668
11669         * shell/ev-window.c (find_bar_search_changed_cb): implement 
11670         
11671         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
11672         (pdf_document_end_find): implement this interface
11673
11674         * backend/ev-document.c (ev_document_found): add this to emit
11675         signal
11676
11677 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
11678
11679         * data/evince-ui.xml: Add a few more toolbar items.
11680
11681         * shell/ev-window.c: Hook up page navigation toolbar 
11682         items.
11683
11684         * shell/ev-view.[ch]: add ev_view_set/get_page and 
11685         a page-changed signal.
11686
11687         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
11688         Add ev_document_get_page().
11689
11690         * shell/ev-window.c: Sensitize/desensitize navigation
11691         actions.
11692
11693 2004-12-21  Havoc Pennington  <hp@redhat.com>
11694
11695         * backend/ev-backend-marshal.c,
11696         backend/ev-backend-marshalers.list, backend/Makefile.am: add
11697         marshaler-generator thingy. I'm sure there's a better way to do
11698         this in the modern world.
11699
11700         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
11701         end_find methods and "found" signal.
11702
11703         * configure.ac: find glib-genmarshal
11704
11705 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
11706
11707         * shell/ev-sidebar.c: Construct an actual sidebar.
11708         * shell/ev-sidebar-bookmarks.[ch]:
11709         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
11710
11711 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
11712
11713         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
11714         Redo size handling.
11715         
11716         * shell/ev-view.c: Track the size from the document.
11717
11718 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
11719
11720         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
11721         constructor assumes ownership of the string passed in.
11722         
11723         * shell/ev-window.c (ev_window_open): Destroy the error
11724         dialog once we've displayed it.
11725
11726 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
11727
11728         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
11729         a bit, it works! (sort of)
11730
11731         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
11732         Move to .cc since we need to use C++ in the implementation.
11733
11734         * shell/dummy.cc: Add a CC file to force evince
11735         to be linked as a C++ program.
11736
11737 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
11738
11739         * shell/ev-view.[ch]: Start of content-area widget.
11740
11741         * shell/ev-window.c: Create a EvView, update it
11742         as we change documents.
11743
11744         * shell/Makefile.am shell/ev-marshal.list: Add
11745         generated marshalers.
11746
11747 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
11748
11749         * Makefile.am (SUBDIRS): move shell.
11750
11751 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
11752
11753         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
11754         .a to libtool convenience libraries.
11755
11756         * shell/ev-window.c (ev_window_open): Hard code loading
11757         a PDF document.
11758         
11759         * backend/ev-document.h: Add a boolean return to load(),
11760         fix GError * to GError **.
11761
11762         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
11763         object for a PDF backend EvDocument.
11764
11765 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
11766
11767         * dvi/*: New directory with the beginning of a .dvi backend.
11768
11769 2004-12-21  Havoc Pennington  <hp@redhat.com>
11770
11771         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
11772         previous/next instead of back/forward
11773
11774 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
11775
11776         * backend/ev-document.[ch]: Fix a couple of problems so
11777         it compile.
11778
11779 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
11780
11781         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
11782         to backend/ directory, rename EvViewer to EvDocument.
11783
11784 2004-12-21  Havoc Pennington  <hp@redhat.com>
11785
11786         * shell/ev-window.c: hook up the find bar widget; now we just need
11787         a document to find things in
11788
11789         * shell/eggfindbar.c: a find bar widget
11790
11791 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
11792
11793         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
11794
11795 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
11796
11797         * pdf/**: Import of xpdf code from gpdf. 
11798
11799         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
11800
11801         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
11802         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
11803         Fix FreeType includes.
11804
11805         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
11806         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
11807         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
11808         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
11809         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
11810         Include xpdfconfig.h
11811         
11812 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
11813
11814         * shell/ev-window.c (ev_window_dispose): dispose can be called
11815         multiple times.
11816
11817 2004-12-21  Havoc Pennington  <hp@redhat.com>
11818
11819         * shell/ev-window.c (ev_window_init): set title to Document Viewer
11820         rather than Evince
11821
11822         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
11823         items; really they should be synced with the strings, etc. from
11824         current gpdf, but just getting the boring typing out of the way 
11825
11826 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11827
11828         * po/POTFILES.in:
11829         * shell/ev-application.c: (window_destroy_cb):
11830         * shell/ev-window.c:
11831         * shell/main.c: (main):
11832
11833         Actually show the window...
11834
11835 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * Makefile.am:
11838         * shell/Makefile.am:
11839         * shell/ev-application.c: (ev_application_class_init):
11840         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
11841
11842         Make it build again
11843
11844 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
11845
11846         Import to gnome cvs.
11847         
11848         * Remove copies of gpdf and ggv trees.
11849         * Rip out all the recursive configure code.
11850         * Remove bonobo machinery.
11851         * viewer/*: GInterfaces that backends should/can implement.
11852
11853 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11854
11855         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
11856         typo
11857
11858 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11859
11860         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
11861         (ev_application_finalize, ev_application_class_init)
11862         (ev_application_init): use GType instance private data for priv.
11863
11864         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
11865         (ev_window_finalize, ev_window_class_init)
11866         (ev_window_init): ditto.
11867
11868 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11869
11870         * shell/ev-application.c (ev_application_new_window): make public
11871         (ev_application_show_initial_window): kill.
11872
11873         * shell/ev-application.h: update prototypes.
11874
11875         * shell/main.cc (main): inline ev_application_show_initial_window.
11876
11877 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11878
11879         * shell/ev-application.c (ev_application_new_window): impl.
11880         (ev_application_show_initial_window): use it.
11881         (is_window_empty, ev_application_get_empty_window): returns an
11882         existing empty window or a new one.
11883         (ev_application_open): from ev_window_cmd_file_open.
11884
11885         * shell/ev-application.h: update prototypes
11886
11887         * shell/ev-window.c (ev_window_is_empty): impl.
11888         (ev_window_open): make public.
11889         (ev_window_cmd_file_open): use ev_application_open
11890
11891         * shell/ev-window.h: update prototypes, remove unused.
11892
11893 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11894
11895         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
11896         move destroy handler out of here...
11897
11898         * shell/ev-application.c, shell/ev-application.h: ...into this new
11899         class. Also handles initial window creation.
11900
11901         * shell/main.cc (main): use EvApplication to create initial
11902         window.
11903
11904 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11905
11906         * Makefile.am (SUBDIRS): add cut-n-paste
11907
11908         * cut-n-paste/Makefile.am: add
11909
11910         * configure.ac: generate Makefiles in cut-n-paste
11911
11912 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11913
11914         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
11915         (ev_window_class_init): install ev_window_dispose.
11916
11917 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11918
11919         * shell/ev-window.h, shell/ev-window.c: replace gchar with
11920         char (gchar looks stupid).
11921
11922 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11923
11924         * po/de.po: updated German translation.
11925
11926 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11927
11928         * configure.ac: add more pkg-config library checks for gnome-vfs,
11929         bonobo etc.
11930
11931         * gpdf/configure.in: temporarily disable libpaper
11932         checks. Otherwise I'd have to add the checks for the shell, too.
11933
11934 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11935
11936         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
11937         and * file filters to the file choose.
11938
11939 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11940
11941         * po/de.po: Updated German translation.
11942
11943 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11944
11945         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
11946
11947 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11948
11949         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
11950
11951         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
11952         (ev_window_init): implement those menuitems.
11953
11954 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11955
11956         * data/evince-ui.xml: add a toolbar (with FileOpen action)
11957
11958         * shell/ev-window.c (ev_window_init): use the toolbar.
11959
11960 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11961
11962         * shell/ev-window.c (ev_window_init): use menu translations
11963
11964 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11965
11966         * configure.ac: add "de" to ALL_LINGUAS.
11967
11968         * po/de.po: add German translation.
11969
11970 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11971
11972         * Makefile.am (SUBDIRS): add po
11973
11974         * configure.ac: check intltool, glib-gettext etc, generate
11975         po/Makefile.in
11976
11977         * po, po/POTFILES.in, po/POTFILES.skip: new.
11978
11979 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11980
11981         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
11982         already use (#ifdef ENABLE_NLS)
11983
11984         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
11985         pointer indirection thinko.
11986
11987         * shell/main.c: include gi18n.h for bindtextdomain etc.
11988
11989 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11990
11991         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
11992         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
11993         tooltips for menu items in the statusbar.
11994
11995 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
11996
11997         * configure.ac, data/Makefile.am, shell/Makefile.am: use
11998         pkgdatadir drop UIDIR
11999
12000 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12001
12002         * data/evince-ui.xml: Add File->Open menu item
12003
12004         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
12005         chooser), hook it up in the ui manager.
12006
12007 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12008
12009         * shell/ev-window.c: fix Help->About tooltip.
12010
12011 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
12012
12013         * configure.ac: set CFLAGS for libevprivate.
12014
12015         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
12016         definitions, factory etc.
12017
12018         * lib/Makefile.am: build libevprivate.a (only stock icon code).
12019
12020         * shell/Makefile.am: link against libevprivate.a.
12021
12022         * shell/ev-window.c (entries): add stock icon to Help->About.
12023
12024         * shell/main.c (main): init stock icon code.
12025
12026 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12027
12028         * lib/recent-files: egg recent files code
12029
12030         * lib/Makefile.am: add.
12031
12032         * Makefile.am: add lib subdir.
12033
12034         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
12035         set CFLAGS for recent-files.
12036
12037 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12038
12039         * configure.ac: disable -ansi and -pedantic gcc flags. They
12040         disable POSIX stuff in stdio.h, but egg-recent uses them.
12041
12042 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
12043
12044         * configure.ac: add --disable-deprecated flag (defaults to on in
12045         "cvs" builds).
12046
12047         * shell/Makefile.am (INCLUDES): use it.
12048
12049 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12050
12051         * shell/main.c: add missing #include.
12052
12053         * shell/ev-window.c: fix for pedantic gcc.
12054         (ev_window_cmd_help_about): split license into paragraphs for
12055         translators and pedantic compilers.
12056
12057 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12058
12059         * configure.ac: add more warning flags if compiling with gcc from
12060         cvs (or explicitly requested with --enable-more-warnings).
12061
12062 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12063
12064         * data/evince-ui.xml: add File and File->Close menu.
12065
12066         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
12067         (ev_window_destroy): quit after destroy.
12068         (ev_window_class_init): override GtkObject::destroy.
12069         (entries): install close_window callback.
12070
12071 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12072
12073         * Makefile.am (SUBDIRS): add data subdir.
12074
12075         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
12076         gtk+ 2.5.0 for GtkAboutDialog.
12077
12078         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
12079         main window.
12080
12081         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
12082
12083         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
12084         manager.
12085         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
12086
12087 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12088
12089         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
12090
12091 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12092
12093         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
12094
12095 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12096
12097         * shell/*: Added shell directory boilerplate, build it.
12098
12099 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
12100
12101         * configure.ac, Makefile.am: Added top-level configure.ac and
12102         Makefile.am